Bobby Vinas wrote:
> 
> When I execute "make linux-glide" for either 3.1 or 3.0 that I
> downloaded, I get the following error:
> 
> make[2]: Entering directory `/home/vinasb/mesa3.1/Mesa-3.1/src'
> gcc -c -I. -I../include -O3 -ansi -pedantic -fPIC -ffast-math
> -D_SVID_SOURCE -D_BSD_SOURCE -DSHM -DFX -I/usr/X11R6/include
> -I/usr/include/glide -I/usr/local/glide/include X/fakeglx.c -o
> X/fakeglx.o
> In file included from X/xmesaP.h:43,
>                  from X/fakeglx.c:64:
> X/../FX/fxdrv.h:448: parse error before `glbHWConfig'
> X/../FX/fxdrv.h:448: ANSI C forbids data definition with no type or
> storage class
> make[2]: *** [X/fakeglx.o] Error 1
> make[2]: Leaving directory `/home/vinasb/mesa3.1/Mesa-3.1/src'
> make[1]: *** [linux-glide] Error 2
> make[1]: Leaving directory `/home/vinasb/mesa3.1/Mesa-3.1/src'
> make: *** [linux-glide] Error 2
> 
> I traced the header files, and the datatype of 'glbHWVonfig' is
> 'GrHwConfiguration'. It says that there is no type, but I looked in
> fxglidew.h and it is there on line 129. Everything looks good, I don't
> know why there would be an error. Can anyone help me. My system is
> Redhat 6.1 with Voodoo 3.

I'm guessing that you're trying to use the glide 3.x headers
while Mesa's expecting glide 2.x

-Brian


_______________________________________________
Mesa-bug maillist  -  [EMAIL PROTECTED]
http://lists.mesa3d.org/mailman/listinfo/mesa-bug


_______________________________________________
Mesa-dev maillist  -  [EMAIL PROTECTED]
http://lists.mesa3d.org/mailman/listinfo/mesa-dev

Reply via email to