Re: CVS compilation error...
"R. N." <[email protected]>
| Newsgroups | gmane.comp.emulators.winex.devel |
|---|---|
| Message-ID | <[email protected]> |
I have also seen this problem and posted the make output at: http://www.angelfire.com/geek/p0z3r/make_output.txt Apparently there is a problem with the PFNGLGETCOMPRESSEDTEXTIMAGEARBPROC that is used in the gl.h file on our systems.. -Ryan On Wed, 2003-07-09 at 17:03, Quatre wrote: > With todays CVS, I get this while compiling: > > In file included from caps.c:20: > d3dgl_private.h:140: parse error before > "PFNGLGETCOMPRESSEDTEXIMAGEARBPROC" > d3dgl_private.h:140: warning: no semicolon at end of struct or union > d3dgl_private.h:140: `glVertexWeightPointerEXT' redeclared as different > kind of symbol > /usr/X11R6/include/GL/gl.h:3234: previous declaration of > `glVertexWeightPointerEXT' > d3dgl_private.h:140: `glGenProgramsNV' redeclared as different kind of > symbol > /usr/X11R6/include/GL/gl.h:2613: previous declaration of > `glGenProgramsNV' > d3dgl_private.h:140: `glLoadProgramNV' redeclared as different kind of > symbol > /usr/X11R6/include/GL/gl.h:2739: previous declaration of > `glLoadProgramNV' > d3dgl_private.h:140: `glBindProgramNV' redeclared as different kind of > symbol > /usr/X11R6/include/GL/gl.h:2429: previous declaration of > `glBindProgramNV' > d3dgl_private.h:140: `glDeleteProgramsNV' redeclared as different kind > of symbol > /usr/X11R6/include/GL/gl.h:2541: previous declaration of > `glDeleteProgramsNV' > d3dgl_private.h:140: `glProgramParameter4fNV' redeclared as different > kind of symbol > /usr/X11R6/include/GL/gl.h:2938: previous declaration of > `glProgramParameter4fNV' > d3dgl_private.h:140: `glProgramParameter4fvNV' redeclared as different > kind of symbol > /usr/X11R6/include/GL/gl.h:2939: previous declaration of > `glProgramParameter4fvNV' > d3dgl_private.h:140: `glProgramParameters4fvNV' redeclared as different > kind of symbol > /usr/X11R6/include/GL/gl.h:2941: previous declaration of > `glProgramParameters4fvNV' > d3dgl_private.h:140: `glGetProgramParameterfvNV' redeclared as different > kind of symbol > /usr/X11R6/include/GL/gl.h:2672: previous declaration of > `glGetProgramParameterfvNV' > d3dgl_private.h:140: `glGetVertexAttribPointervNV' redeclared as > different kind of symbol > /usr/X11R6/include/GL/gl.h:2691: previous declaration of > `glGetVertexAttribPointervNV' > d3dgl_private.h:140: `glVertexAttribPointerNV' redeclared as different > kind of symbol > /usr/X11R6/include/GL/gl.h:3214: previous declaration of > `glVertexAttribPointerNV' > d3dgl_private.h:140: `glGenProgramsARB' redeclared as different kind of > symbol > /usr/X11R6/include/GL/gl.h:2612: previous declaration of > `glGenProgramsARB' > d3dgl_private.h:140: `glProgramStringARB' redeclared as different kind > of symbol > /usr/X11R6/include/GL/gl.h:2942: previous declaration of > `glProgramStringARB' > d3dgl_private.h:140: `glBindProgramARB' redeclared as different kind of > symbol > /usr/X11R6/include/GL/gl.h:2428: previous declaration of > `glBindProgramARB' > d3dgl_private.h:140: `glDeleteProgramsARB' redeclared as different kind > of symbol > /usr/X11R6/include/GL/gl.h:2540: previous declaration of > `glDeleteProgramsARB' > d3dgl_private.h:140: `glProgramEnvParameter4fARB' redeclared as > different kind of symbol > /usr/X11R6/include/GL/gl.h:2926: previous declaration of > `glProgramEnvParameter4fARB' > d3dgl_private.h:140: `glProgramEnvParameter4fvARB' redeclared as > different kind of symbol > /usr/X11R6/include/GL/gl.h:2927: previous declaration of > `glProgramEnvParameter4fvARB' > d3dgl_private.h:140: `glProgramLocalParameter4fARB' redeclared as > different kind of symbol > /usr/X11R6/include/GL/gl.h:2930: previous declaration of > `glProgramLocalParameter4fARB' > d3dgl_private.h:140: `glProgramLocalParameter4fvARB' redeclared as > different kind of symbol > /usr/X11R6/include/GL/gl.h:2931: previous declaration of > `glProgramLocalParameter4fvARB' > d3dgl_private.h:140: `glVertexAttribPointerARB' redeclared as different > kind of symbol > /usr/X11R6/include/GL/gl.h:3213: previous declaration of > `glVertexAttribPointerARB' > d3dgl_private.h:140: `glEnableVertexAttribArrayARB' redeclared as > different kind of symbol > /usr/X11R6/include/GL/gl.h:2565: previous declaration of > `glEnableVertexAttribArrayARB' > d3dgl_private.h:140: `glDisableVertexAttribArrayARB' redeclared as > different kind of symbol > /usr/X11R6/include/GL/gl.h:2550: previous declaration of > `glDisableVertexAttribArrayARB' > d3dgl_private.h:140: `glGetProgramEnvParameterfvARB' redeclared as > different kind of symbol > /usr/X11R6/include/GL/gl.h:2666: previous declaration of > `glGetProgramEnvParameterfvARB' > d3dgl_private.h:140: `glGetProgramLocalParameterfvARB' redeclared as > different kind of symbol > /usr/X11R6/include/GL/gl.h:2668: previous declaration of > `glGetProgramLocalParameterfvARB' > d3dgl_private.h:140: `glGetVertexAttribPointervARB' redeclared as > different kind of symbol > /usr/X11R6/include/GL/gl.h:2690: previous declaration of > `glGetVertexAttribPointervARB' > d3dgl_private.h:140: `glGetProgramivARB' redeclared as different kind of > symbol > /usr/X11R6/include/GL/gl.h:2675: previous declaration of > `glGetProgramivARB' > d3dgl_private.h:149: parse error before '}' token > d3dgl_private.h:149: warning: type defaults to `int' in declaration of > `DD_GL_data' > d3dgl_private.h:149: warning: data definition has no type or storage > class > d3dgl_private.h:338: parse error before '*' token > caps.c:34: parse error before '*' token > caps.c:35: parse error before '*' token > caps.c:36: parse error before '*' token > caps.c: In function `D3DGL_Init': > caps.c:109: `gld' undeclared (first use in this function) > caps.c:109: (Each undeclared identifier is reported only once > caps.c:109: for each function it appears in.) > caps.c:126: parse error before ')' token > caps.c:141: `PFNGLGETCOMPRESSEDTEXIMAGEARBPROC' undeclared (first use in > this function) > caps.c:141: parse error before "extproc" > caps.c: At top level: > caps.c:522: parse error before '*' token > caps.c: In function `check_exts': > caps.c:530: `gld' undeclared (first use in this function) > caps.c: At top level: > caps.c:535: parse error before '*' token > caps.c: In function `add_texture_fmts': > caps.c:623: `gld' undeclared (first use in this function) > caps.c: At top level: > caps.c:675: parse error before '*' token > caps.c: In function `add_zbuffer_fmts': > caps.c:700: `gld' undeclared (first use in this function) > caps.c: In function `D3DGL_GetCaps': > caps.c:706: `gld' undeclared (first use in this function) > caps.c:706: parse error before ')' token > make[2]: *** [caps.o] Error 1 > > > > > ------------------------------------------------------- > This SF.Net email sponsored by: Parasoft > Error proof Web apps, automate testing & more. > Download & eval WebKing and get a free book. > www.parasoft.com/bulletproofapps > _______________________________________________ > WineX-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/winex-devel ------------------------------------------------------- This SF.Net email sponsored by: Parasoft Error proof Web apps, automate testing & more. Download & eval WebKing and get a free book. www.parasoft.com/bulletproofapps