Hi, after updating CVS today I get the following errors from make:
In file included from d3d8_private.h:220, from basetexture.c:31: d3dcore_gl.h:161: syntax error before '*' token d3dcore_gl.h:161: warning: type defaults to `int' in declaration of `PGLXFNGLXGETFBCONFIGSPROC' d3dcore_gl.h:161: warning: data definition has no type or storage class d3dcore_gl.h:162: syntax error before '*' token d3dcore_gl.h:162: warning: type defaults to `int' in declaration of `PGLXFNGLXCHOOSEFBCONFIGPROC' d3dcore_gl.h:162: warning: data definition has no type or storage class d3dcore_gl.h:163: syntax error before "GLXFBConfig" d3dcore_gl.h:164: syntax error before "GLXFBConfig" d3dcore_gl.h:165: syntax error before '*' token d3dcore_gl.h:165: syntax error before "GLXFBConfig" d3dcore_gl.h:165: warning: type defaults to `int' in declaration of `GLXWindow' d3dcore_gl.h:165: `GLXWindow' declared as function returning a function d3dcore_gl.h:167: syntax error before "GLXFBConfig" d3dcore_gl.h:169: syntax error before '*' token d3dcore_gl.h:169: syntax error before "GLXFBConfig" d3dcore_gl.h:169: warning: type defaults to `int' in declaration of `GLXPbuffer' d3dcore_gl.h:169: `GLXPbuffer' declared as function returning a function d3dcore_gl.h:172: syntax error before "GLXFBConfig" d3dcore_gl.h:333: syntax error before "PGLXFNGLXCREATEPBUFFERPROC" d3dcore_gl.h:333: warning: no semicolon at end of struct or union d3dcore_gl.h:333: syntax error before "glXChooseFBConfig" d3dcore_gl.h:333: warning: type defaults to `int' in declaration of `glXChooseFBConfig' d3dcore_gl.h:333: warning: data definition has no type or storage class d3dcore_gl.h:335: syntax error before '}' token d3dcore_gl.h:335: warning: type defaults to `int' in declaration of `GL_Info' d3dcore_gl.h:335: warning: data definition has no type or storage class In file included from basetexture.c:31: d3d8_private.h:275: syntax error before "GL_Info" d3d8_private.h:275: warning: no semicolon at end of struct or union d3d8_private.h:278: syntax error before '}' token make[2]: *** [basetexture.o] Error 1 make[2]: Leaving directory `/usr/src/wine/dlls/d3d8' make[1]: *** [d3d8] Error 2
I'm not sure if it's only today that Wine-cvs won't compile, as I'm using a "system update script". I don't think this is my fault. But it could probaly be.
Greetings, -- Thomas _________________ My worst enemy gave me a copy of Windows...
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
Le Mardi 11 Novembre 2003 18:13, Thomas Brix Larsen a écrit :
Hi, after updating CVS today I get the following errors from make:
In file included from d3d8_private.h:220, from basetexture.c:31: d3dcore_gl.h:161: syntax error before '*' token d3dcore_gl.h:161: warning: type defaults to `int' in declaration of `PGLXFNGLXGETFBCONFIGSPROC'
<snip>
Hi,
very strange,
seems your GL/glx.h or GL/glext.h headers are "buggy" how versions they have ? nvidia ? ati ? mesa ? xfree ?
Regards, Raphael