On Mon, 3 Dec 2001, E.W. wrote: > Hi. > > Kernel: 2.4.2 > XFree86: 4.0.3 > Matrox G200, mga driver > Caldera OL 3.1 > > Just downloaded WineX from CVS using: > > $ cvs -d:pserver:anonymous@cvs.winex.sourceforge.net:/cvsroot/winex login > $ cvs -z3 -d:pserver:anonymous@cvs.winex.sourceforge.net:/cvsroot/winex > co wine > > When I try to make, I get this error: > > make[2]: Entering directory `/home/eric/wine/dlls/ddraw' > gcc -c -I. -I. -I../../include -I../../include -g -O2 -Wall > -fno-strength-rNE__ -D_REENTRANT -I/usr/X11R6/include -o ddraw/hal.o > ddraw/hal.c > In file included from ddraw/hal.c:20: > 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_dataddraw/gl.h:67: warning: data definition has no type or > storage class > make[2]: *** [ddraw/hal.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 > > I am fairly clueless on what to try to do to fix this. > ANY help is greatly appreciated! > > Thanks, > Eric > Clueless enough to try to run make without running ./configure first? Wine is distributed without a Makefile, so you have to ./configure it, but maybe you got a stale Makefile by accident? I would rm config.* (_not_ config*) in case you also got stale config.cache, run ./configure and carry on. If that quote from make is accurate, <wine>/dlls/ddraw/Makefile at least is garbled. Lawson ---oof---