Hello,
building wine from current cvs fails for me with:
gcc -c -I../../../wine/dlls/d3d8 -I. -I../../../wine/include -I../../include -I/usr/X11R6/include -D_REENTRANT -fPIC -D__WINESRC__ -Wall -mpreferred-stack-boundary=2 -gstabs+ -Wpointer-arith -g -O2 -o cubetexture.o ../../../wine/dlls/d3d8/cubetexture.c ../../../wine/dlls/d3d8/cubetexture.c: In function `IDirect3DCubeTexture8Impl_PreLoad': ../../../wine/dlls/d3d8/cubetexture.c:132: `GL_TEXTURE_CUBE_MAP' undeclared (first use in this function) ../../../wine/dlls/d3d8/cubetexture.c:132: (Each undeclared identifier is reported only once ../../../wine/dlls/d3d8/cubetexture.c:132: for each function it appears in.) make[2]: *** [cubetexture.o] Error 1 make[2]: Leaving directory `/usr/src/wine/wine-build/dlls/d3d8' make[1]: *** [d3d8] Error 2 make[1]: Leaving directory `/usr/src/wine/wine-build/dlls' make: *** [dlls] Error 2
I am building on SuSE 7.3. The closes matches for the missing constant are ?
/usr/include/GL/glext.h:#define GL_TEXTURE_CUBE_MAP_ARB 0x8513 /usr/include/GL/glext.h:#define GL_TEXTURE_CUBE_MAP_EXT 0x8513
My current glext.h is from the package mesa-devel-3.4.2-42.
Am I right so far?
Bye Stefan