On Tuesday 04 Dec 2001 13:57, Tim Wunder wrote: > Any Wine or Winex exports on list that can help my son out? > This is his problem: > > Using a recently downloaded WineX from CVS. > > When he tries to make (after ./configure and make depend), he get this > error: > > 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 > > He has > Stock Caldera eW3.1 Kernel: 2.4.2 > XFree86: 4.1.0 from binaries > Matrox G200, mga driver > AMD K6-2-450 > Mesa 4.0 libs (just installed last night after uninstalling the > mesa-3.4, mesa-devel-3.4 and mesa-devel-static-3.4 rpms that Caldera > supplied with eW3.1) > > We have made progress since his first errors which resulted in updating > X and mesa, but we're at a loss as to what to try next. > > Regards, > Tim > I had no luck building WineX from CVS either. The RPM works OK - see snip of email reply from below:
From: Gavriel State <[EMAIL PROTECTED]> > > CVS is working fine (though it is a bit unstable for some games > > currently). You must have a problem with your development tools > > setup, or perhaps with your includes. Check to be sure that you're > > using the latest Mesa GL headers, and/or try rerunning ./configure > > with -enable-opengl. > > Had all that already - but I did manage to install it after moving the > contents of /mnt/downloads/winex/wine/dlls/opengl32/specs/ to > /mnt/downloads/winex/wine/dlls/opengl32/. > > However, your new wine fell over with exceptions when running `wine > notepad`, Quicken 2000 and MS Word 97, so I'm back with Codeweavers. Sounds like you have a misconfiguration somewhere - it should run notepad just fine (we haven't done any testing of Quicken 2000 or MS Word). We generally don't provide support for users building from source because there are a number of things that can go wrong if misconfigured. And of course, CVS is always in flux. You might find our RPMs more suitable - note that the first month is free, so you can register and download them, then cancel the service before your first payment if you don't think that it's up to snuff. Thanks, -Gav -- Peter Ruskin, Wrexham, Wales. Registered Linux User No. 219434 ( see http://counter.li.org/ ). Mandrake Linux release 8.1 (Vitamin) for i586 Kernel 2.4.8-26mdk, XFree86 4.1.0, patch level 21mdk. KDE: 2.2.2. Qt: 2.3.2. Uptime 2 hours 42 minutes. ------------------------------------------------------------------ _______________________________________________ Linux-users mailing list Archives, Digests, etc at http://linux.nf/mailman/listinfo/linux-users
