-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
Hi,
Hello,
building wine from current cvs fails for me with:
<snip>
.../../../wine/dlls/d3d8/cubetexture.c:132: `GL_TEXTURE_CUBE_MAP'
<snip>
oupss it seems another gl version/headers problem :(
/usr/include/GL/glext.h:#define GL_TEXTURE_CUBE_MAP_ARB 0x8513 /usr/include/GL/glext.h:#define GL_TEXTURE_CUBE_MAP_EXT 0x8513
Yes but i am sur that defines are only defined in some context ... and you are not using openGL 1.3 headers. I'll try fix it when i have time but you can use
My current glext.h is from the package mesa-devel-3.4.2-42.
it must be corrected with my last patch
Raphael