> > Install the Mesa development files.. the package name depends on your > distro, and I only know the Debian packages myself... > I already have mesa-devel-3.4-3 and mesa-devel-static-3.4-3. I updated X to 4.1.0 and have received a different error to go along with my first one: gcc -c -I. -I. -I../../include -I../../include -g -O2 -Wall -fno-strength-reduce -mpreferred-stack-boundary=2 -fPIC -D__WINE__ -D_REENTRANT -I/usr/X11R6/include -o d3ddevice/gl.o d3ddevice/gl.c In file included from d3ddevice/gl.c:25: ddraw/gl.h:66: parse error before `DD_GL_PROC_LIST' ddraw/gl.h:66: warning: no semicolon at end of struct or union ddraw/gl.h:67: warning: type defaults to `int' in declaration of `DD_GL_data' ddraw/gl.h:67: warning: data definition has no type or storage class d3ddevice/gl.c: In function `GL_Direct3DDevice_Construct': d3ddevice/gl.c:61: parse error before `)' d3ddevice/gl.c: In function `D3D_GL_init': d3ddevice/gl.c:157: dereferencing pointer to incomplete type d3ddevice/gl.c:166: dereferencing pointer to incomplete type d3ddevice/gl.c:166: dereferencing pointer to incomplete type d3ddevice/gl.c:168: dereferencing pointer to incomplete type d3ddevice/gl.c: At top level: d3ddevice/gl.c:298: warning: `GL_capture_cmd' defined but not used make[2]: *** [d3ddevice/gl.o] Error 1 make[2]: Leaving directory `/home/eric/wine/dlls/ddraw' make[1]: *** [ddraw/libddraw.so] Error 2 make[1]: Leaving directory `/home/eric/wine/dlls' make: *** [dlls] Error 2 Any ideas? Thanks, Eric