Displaying 1 result from an estimated 1 matches for "pfnglactivetexturearbproc".
2001 Nov 08
5
WineX compile problem
...go fine.
During the make, I get the following error...
gcc -c -I. -I. -I../../include -I../../include -g -O2 -Wall
-mpreferred-stack-boundary=2 -fPIC -D__WINE__ -D_REENTRANT
-I/usr/X11R6/include -o ddraw/hal.o ddraw/hal.c
In file included from ddraw/hal.c:20:
ddraw/gl.h:65: parse error before `PFNGLACTIVETEXTUREARBPROC'
ddraw/gl.h:65: warning: no semicolon at end of struct or union
ddraw/gl.h:65: warning: type defaults to `int' in declaration of
`glClientActiveTextureARB'
ddraw/gl.h:65: warning: data definition has no type or storage class
ddraw/gl.h:65: parse error before `glMultiTexCoord2fARB'
d...