make[2]: Entering directory `/home/jhawkins/wine/dlls/wined3d' ... gcc -c -I. -I. -I../../include -I../../include -I/usr/X11R6/include -D__WINESRC__ -D_REENTRANT -fPIC -Wall -pipe -fno-strict-aliasing -gstabs+ -Wpointer-arith -g -O2 -o directx.o directx.c directx.c: In function `IWineD3DImpl_FillGLCaps': directx.c:553: `GL_MAX_VERTEX_UNIFORM_COMPONENTS_ARB' undeclared (first use in this function) directx.c:553: (Each undeclared identifier is reported only once directx.c:553: for each function it appears in.) make[2]: *** [directx.o] Error 1 make[2]: Leaving directory `/home/jhawkins/wine/dlls/wined3d'
On 7/19/06, James Hawkins truiken@gmail.com wrote:
make[2]: Entering directory `/home/jhawkins/wine/dlls/wined3d' ... gcc -c -I. -I. -I../../include -I../../include -I/usr/X11R6/include -D__WINESRC__ -D_REENTRANT -fPIC -Wall -pipe -fno-strict-aliasing -gstabs+ -Wpointer-arith -g -O2 -o directx.o directx.c directx.c: In function `IWineD3DImpl_FillGLCaps': directx.c:553: `GL_MAX_VERTEX_UNIFORM_COMPONENTS_ARB' undeclared (first use in this function) directx.c:553: (Each undeclared identifier is reported only once directx.c:553: for each function it appears in.) make[2]: *** [directx.o] Error 1 make[2]: Leaving directory `/home/jhawkins/wine/dlls/wined3d'
That was my fault - I'm away from my Linux box at the moment, but Henri Verbeet offered to send in a patch for it (Thanks!). I wrongly assumed the define was already present in our includes.
Jason