Index: [thread] [date] [subject] [author]
  From: Justin Cormack <jpc1@doc.ic.ac.uk>
  To  : ggi-develop@eskimo.com
  Date: Wed, 28 Apr 1999 15:00:11 +0100 (BST)

building Mesa for ggi

Can anyone help: I amtrying to build Mesa (3.0) for GGI (2.0beta 2). There
is supposed to be a patch on mesa3d.org, but it is empty. I fixed a few
things (header file naming), but I am getting vast numbers of errors.
Someone out there must surely have a working patch?

thanks

Justin Cormack



/usr/include/ggi/internal/internal.h:86: parse error before `*'
/usr/include/ggi/internal/internal.h:87: parse error before `*'
/usr/include/ggi/internal/internal.h:88: parse error before `*'
/usr/include/ggi/internal/internal.h:89: parse error before `*'
/usr/include/ggi/internal/internal.h:90: parse error before `*'
/usr/include/ggi/internal/internal.h:99: parse error before `*'
/usr/include/ggi/internal/internal.h:101: parse error before `*'
/usr/include/ggi/internal/internal.h:101: warning: data definition has no type or storage class
/usr/include/ggi/internal/internal.h:102: parse error before `*'
GGI/ggimesa.c: In function `gl_ggiInitInfo':
GGI/ggimesa.c:195: invalid type argument of `->'
GGI/ggimesa.c:196: invalid type argument of `->'
GGI/ggimesa.c:226: invalid type argument of `->'
GGI/ggimesa.c: At top level:
GGI/ggimesa.c:280: conflicting types for `GGIMesaSetVisual'
GGI/ggimesa.c:280: An argument type that has a default promotion
GGI/ggimesa.c:280: can't match an empty parameter name list declaration.
../include/GL/ggimesa.h:54: previous declaration of `GGIMesaSetVisual'
GGI/ggimesa.c: In function `GGIMesaSetVisual':
GGI/ggimesa.c:315: dereferencing pointer to incomplete type
GGI/ggimesa.c:324: dereferencing pointer to incomplete type
GGI/ggimesa.c:349: invalid type argument of `->'
GGI/ggimesa.c:350: invalid type argument of `->'
GGI/ggimesa.c:351: invalid type argument of `->'
GGI/ggimesa.c:358: invalid type argument of `->'
GGI/ggimesa.c:367: invalid type argument of `->'
GGI/ggimesa.c: In function `gl_ggiUpdateState':
GGI/ggimesa.c:489: dereferencing pointer to incomplete type
GGI/ggimesa.c:497: dereferencing pointer to incomplete type

Index: [thread] [date] [subject] [author]