When building Wine today with RH 7.3 and gcc 2.96-113:
gcc -c -I. -I. -I../../include -I../../include -I/usr/X11R6/include -D_REENTRANT -fPIC -D__WINESRC__ -Wall -mpreferred-stack-boundary=2 -gstabs+ -Wpointer-arith -g -O2 -o basetexture.o basetexture.c In file included from basetexture.c:29: d3d8_private.h:198: parse error before `PFNGLCOLORTABLEEXTPROC' d3d8_private.h:198: warning: no semicolon at end of struct or union d3d8_private.h:198: parse error before `glPointParameterfEXT' d3d8_private.h:198: warning: type defaults to `int' in declaration of `glPointParameterfEXT' d3d8_private.h:198: `glPointParameterfEXT' redeclared as different kind of symbol /usr/include/GL/gl.h:2904: previous declaration of `glPointParameterfEXT' d3d8_private.h:198: warning: data definition has no type or storage class d3d8_private.h:198: parse error before `glPointParameterfvEXT' d3d8_private.h:198: warning: type defaults to `int' in declaration of `glPointParameterfvEXT' d3d8_private.h:198: `glPointParameterfvEXT' redeclared as different kind of symbol /usr/include/GL/gl.h:2907: previous declaration of `glPointParameterfvEXT' d3d8_private.h:198: warning: data definition has no type or storage class d3d8_private.h:198: parse error before `glSecondaryColor3ubEXT' d3d8_private.h:198: warning: type defaults to `int' in declaration of `glSecondaryColor3ubEXT' d3d8_private.h:198: `glSecondaryColor3ubEXT' redeclared as different kind of symbol /usr/include/GL/gl.h:3016: previous declaration of `glSecondaryColor3ubEXT' d3d8_private.h:198: warning: data definition has no type or storage class d3d8_private.h:198: parse error before `glSecondaryColor3fEXT' d3d8_private.h:198: warning: type defaults to `int' in declaration of `glSecondaryColor3fEXT' d3d8_private.h:198: `glSecondaryColor3fEXT' redeclared as different kind of symbol /usr/include/GL/gl.h:3002: previous declaration of `glSecondaryColor3fEXT' d3d8_private.h:198: warning: data definition has no type or storage class d3d8_private.h:198: parse error before `glSecondaryColor3fvEXT' d3d8_private.h:198: warning: type defaults to `int' in declaration of `glSecondaryColor3fvEXT' d3d8_private.h:198: `glSecondaryColor3fvEXT' redeclared as different kind of symbol /usr/include/GL/gl.h:3004: previous declaration of `glSecondaryColor3fvEXT' d3d8_private.h:198: warning: data definition has no type or storage class d3d8_private.h:198: parse error before `glSecondaryColorPointerEXT' d3d8_private.h:198: warning: type defaults to `int' in declaration of `glSecondaryColorPointerEXT' d3d8_private.h:198: `glSecondaryColorPointerEXT' redeclared as different kind of symbol /usr/include/GL/gl.h:3028: previous declaration of `glSecondaryColorPointerEXT' d3d8_private.h:198: warning: data definition has no type or storage class d3d8_private.h:200: parse error before `}' d3d8_private.h:200: warning: type defaults to `int' in declaration of `GL_Info' d3d8_private.h:200: warning: data definition has no type or storage class d3d8_private.h:256: parse error before `GL_Info' d3d8_private.h:256: warning: no semicolon at end of struct or union make[2]: *** [basetexture.o] Error 1 make[2]: Leaving directory `/home/vilppa.salt/wineCVS/wine/dlls/d3d8' make[1]: *** [d3d8] Error 2 make[1]: Leaving directory `/home/vilppa.salt/wineCVS/wine/dlls' make: *** [dlls] Error 2
--- Vilppa- Sunpoint.net ilmoittaa:
Sunpoint.net tarjoaa kaikille rekisteröityneille käyttäjilleen kuukausimaksuttoman Internet -yhteyden (pvm). http://www.sunpoint.net/SunAds/click.htm?mode=footer&id=71&jump=http...
here's another bit of wierd for you. For the past several days, when I run my usual script to build wine:
#!/bin/bash source gmt-cfg-vars && if [ "$1" == "-qq" ]; then ./config.status; elif [ "$1" == "-q" ]; then (./config.status && make depend); else ./doconfig; fi && make && \ su -c 'make install'
The 'make install' phase wierdly decides to recompile several files (most of them are opengl-related). Now the .o's are owned by root and I have to run an awful sed script as root to retrieve control of my tree ("
This happens in my vm which is no-ntpl. Wierdly, on my native ntpl box, the problem does not occur. What gives, anybody have a clue?
On Thursday 05 June 2003 02:49 pm, Gregory M. Turner wrote:
here's another bit of wierd for you. For the past several days, when I run my usual script to build wine:
#!/bin/bash source gmt-cfg-vars && if [ "$1" == "-qq" ]; then ./config.status; elif [ "$1" == "-q" ]; then (./config.status && make depend); else ./doconfig; fi && make && \ su -c 'make install'
The 'make install' phase wierdly decides to recompile several files (most of them are opengl-related). Now the .o's are owned by root and I have to run an awful sed script as root to retrieve control of my tree ("
hmm.. well, I'm feeling anal today so: s/tree.*$/tree./
This happens in my vm which is no-ntpl. Wierdly, on my native ntpl box, the problem does not occur. What gives, anybody have a clue?
curiouser and curiouser... apparently this only happens when I build out-of-tree...
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
Le Jeudi 05 Juin 2003 21:26, Vilppa Salt a écrit :
When building Wine today with RH 7.3 and gcc 2.96-113:
gcc -c -I. -I. -I../../include -I../../include -I/usr/X11R6/include -D_REENTRANT -fPIC -D__WINESRC__ -Wall -mpreferred-stack-boundary=2 -gstabs+ -Wpointer-arith -g -O2 -o basetexture.o basetexture.c In file included from basetexture.c:29: d3d8_private.h:198: parse error before `PFNGLCOLORTABLEEXTPROC'
Fixed with patch dx8-51
Regards, Raphael