I'm no software head, but I can try to tell you what to do. I've trimmed it a 
littlle; As I see it, the meaningful line is this one
> > ddraw/gl.h:67: warning: type defaults to `int' in declaration of
> > `DD_GL_data'

That is not defined and is defaulting, probably because of syntax errors. I 
would copy the files mentioned below out to my home directory, and try to 
correct  the syntax with an editor - this from a guy who doesn't understand 
any of it :-o.  "No semicolon" seems straightforward enough, but may not be. 
If it screws up, nothing is lost - you still have rm ;-). I have solved this 
thing in the past by finding the correct mailing list, joining it, and 
telling my woes. I even got a patch written for my system written by one of 
these guys on the list. Try asking Mr Gates for that ;-). The downside of 
that approach is you have to be competent (not me) or work very hard at it.

-- 
        Regards,


        Declan Moriarty




Applied Researches - Ireland's Foremost Electronic Hardware Genius

        A Slightly Serious(TM) Company

Experience is like a comb, 
that Life gives you - AFTER all your hair has fallen out!


On Wednesday 05 December 2001 21:44, you wrote:
> 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:
> > 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

_______________________________________________
Linux-users mailing list
Archives, Digests, etc at http://linux.nf/mailman/listinfo/linux-users

Reply via email to