On Sun, 20 Apr 2003 11:06:36 +0100 (BST), you wrote:
Anyone else getting this?
On a fairly standard RH7.3 machine: device.c: In function `IDirect3DDevice8Impl_SetTextureStageState': device.c:3413: `GL_DOT3_RGBA' undeclared (first use in this function) device.c:3413: (Each undeclared identifier is reported only once device.c:3413: for each function it appears in.) make[2]: *** [device.o] Error 1
Here it stops in the same function, but slightly further:
| gcc -c -I. -I. -I../../include -I../../include -I/usr/X11R6/include -D_REENTRANT -fPIC -D__WINESRC__ -Wall -mpreferred-stack-boundary=2 -gstabs+ -Wpointer-arith -g -O2 -o device.o device.c | device.c: In function `IDirect3DDevice8Impl_SetTextureStageState': | device.c:3456: `GL_MIRRORED_REPEAT_ARB' undeclared (first use in this function) | device.c:3456: (Each undeclared identifier is reported only once | device.c:3456: for each function it appears in.)
(Debian unstable)
Rein.