Re: wined3d compile failure

2006-06-16 Thread stefan
On Thursday 15 June 2006 20:03, James Hawkins wrote: > Hi, > > I'm getting this compile failure as of today: > > 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-

Re: wined3d compile failure

2006-06-15 Thread James Hawkins
On 6/15/06, H. Verbeet <[EMAIL PROTECTED]> wrote: On 15/06/06, James Hawkins <[EMAIL PROTECTED]> wrote: > device.c: In function `IWineD3DDeviceImpl_SetRenderState': > device.c:3833: `GL_FOG_COORD_SRC' undeclared (first use in this function) > device.c:3833: (Each undeclared identifier is reported

Re: wined3d compile failure

2006-06-15 Thread H. Verbeet
On 15/06/06, James Hawkins <[EMAIL PROTECTED]> wrote: device.c: In function `IWineD3DDeviceImpl_SetRenderState': device.c:3833: `GL_FOG_COORD_SRC' undeclared (first use in this function) device.c:3833: (Each undeclared identifier is reported only once device.c:3833: for each function it appears i

Re: wined3d compile failure

2006-06-15 Thread Detlef Riekenberg
Hi James Hawkins: > I'm getting this compile failure as of today: > > 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-arit

wined3d compile failure

2006-06-15 Thread James Hawkins
Hi, I'm getting this compile failure as of today: 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 device.o de