I'm running into alittle problem here when compiling. After I ./configure everything seems to work fine and it tells me to "make depend and make".
So I do the make depend and it works fine then I do the make and this is where the problem starts here's what it says:
make[2]: Entering directory `/home/ed/wine/winex22/dlls/d3dgl'
gcc -c -I. -I. -I../../include -I../../include -g -O2 -Wall -mpreferred-stack-boundary=2 -fPIC -D__WINE__ -D_REENTRANT -I/usr/X11R6/include -o caps.o caps.c
In file included from d3dgl_private.h:5,
from caps.c:18:
../../include/wine_gl.h:31:20: GL/glu.h: No such file or directory
make[2]: *** [caps.o] Error 1
make[2]: Leaving directory `/home/ed/wine/winex22/dlls/d3dgl'
make[1]: *** [d3dgl/libd3dgl.so] Error 2
make[1]: Leaving directory `/home/ed/wine/winex22/dlls'
make: *** [dlls] Error 2
Now it says "no such file or directory" so is there somthing else I have to download?
[ December 08, 2002: Message edited by: CaptainCool ]