Re: wineconsole compile error
At 06:59 PM 24/11/2001 +0100, you wrote:
make[1]: Entre dans le répertoire `/home/wine/programs/wineconsole' gcc -c -I. -I. -I../../include -I../../include -g -O2 -Wall -mpreferred-stack-boundary=2 -fPIC -DSTRICT -DUNICODE -D_REENTRANT -I/usr/X11R6/include -o dialog.o dialog.c dialog.c: In function `WCUSER_GetProperties': dialog.c:492: structure has no member named `u' <snip>
Yes, me too. Does the patch posted on Wine-patches by Chris Green not fix it for you ? Gerard
Gerard Patel wrote:
At 06:59 PM 24/11/2001 +0100, you wrote:
make[1]: Entre dans le répertoire `/home/wine/programs/wineconsole' gcc -c -I. -I. -I../../include -I../../include -g -O2 -Wall -mpreferred-stack-boundary=2 -fPIC -DSTRICT -DUNICODE -D_REENTRANT -I/usr/X11R6/include -o dialog.o dialog.c dialog.c: In function `WCUSER_GetProperties': dialog.c:492: structure has no member named `u' <snip>
Yes, me too. Does the patch posted on Wine-patches by Chris Green not fix it for you ?
No, it would break it for folks with gcc < 2.96... (like the one who wrote the patch... hrm) the proper fix would be to add -DNONAMELESSTRUCT to the wineconsole Makefile.in (in EXTRADEFS)... could someone with gcc 3.0 try it ? A+ -- --------------- Eric Pouech (http://perso.wanadoo.fr/eric.pouech/) "The future will be better tomorrow", Vice President Dan Quayle
On Sunday 25 November 2001 04:52, eric pouech wrote:
Gerard Patel wrote:
dialog.o dialog.c dialog.c: In function `WCUSER_GetProperties': dialog.c:492: structure has no member named `u'
Does the patch posted on Wine-patches by Chris Green not fix it for you ?
No, it would break it for folks with gcc < 2.96... (like the one who wrote the patch... hrm)
Well spotted - I'm using 2.96. I must not have been thinking straight - I've actually hit the same problem before with gcc versions... darn it. regards Chris Green _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com
participants (3)
-
Chris Green -
eric pouech -
Gerard Patel