After updating to the latest CVS via cvs update (the only patch involved was the header dependancies fix), wine doesnt compile.I tried to rerun './configure' but there is no change.What I get is : (make depend runs fine.)[syl@snoop tests]$ LANG=en_US makegcc -c -I. -I. -I../../../include -I../../../include -D_REENTRANT -fPIC -Wall -mpreferred-stack-boundary=2 -fno-strict-aliasing -gstabs+ -Wpointer-arith -g -O2 -o testlist.o testlist.cIn file included from testlist.c:6:../../../include/winbase.h:1323: parse error before "va_list"../../../include/winbase.h:1324: parse error before "va_list"make: *** [testlist.o] Error 1[syl@snoop tests]$Running with :RH 9 updated, gcc 3.2.2.
Sylvain Petreolle (spetreolle_at_users_dot_sourceforge_dot_net) ICQ #170597259 Say NO to software patents Dites NON aux brevets logiciels
"What if tomorrow the War could be over ?" Morpheus, in "Reloaded".
--------------------------------- Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en français ! Testez le nouveau Yahoo! Mail
Sylvain Petreolle spetreolle@yahoo.fr writes:
After updating to the latest CVS via cvs update (the only patch involved was the header dependancies fix), wine doesnt compile.I tried to rerun './configure' but there is no change.What I get is : (make depend runs fine.)[syl@snoop tests]$ LANG=en_US makegcc -c -I. -I. -I../../../include -I../../../include -D_REENTRANT -fPIC -Wall -mpreferred-stack-boundary=2 -fno-strict-aliasing -gstabs+ -Wpointer-arith -g -O2 -o testlist.o testlist.cIn file included from testlist.c:6:../../../include/winbase.h:1323: parse error before "va_list"../../../include/winbase.h:1324: parse error before "va_list"make: *** [testlist.o] Error 1[syl@snoop tests]$Running with :RH 9 updated, gcc 3.2.2.
You can remove the testlist.c files and they will be regenerated correctly. Or simply do a make clean.
Thanks, that fixed the problem. I see that you added the dependancy to re-generate testlist.c. :)
You can remove the testlist.c files and they will be regenerated correctly. Or simply do a make clean.
===== Sylvain Petreolle (spetreolle_at_users_dot_sourceforge_dot_net) ICQ #170597259 Say NO to software patents Dites NON aux brevets logiciels
"What if tomorrow the War could be over ?" Morpheus, in "Reloaded".
___________________________________________________________ Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en français ! Yahoo! Mail : http://fr.mail.yahoo.com
On Saturday 06 Sep 2003 06:32, Sylvain Petreolle wrote:
Thanks, that fixed the problem. I see that you added the dependancy to re-generate testlist.c. :)
You can remove the testlist.c files and they will be regenerated correctly. Or simply do a make clean.
Didn't work for me. I tried removing the testlist.c files, make clean, and when they both failed, make distclean followed by cvs update (just to make sure) ./configure, make depend && make.
The error is:
make[2]: Entering directory `/home/ian/winecvs/programs/winedbg' <lines omitted for brevity> gcc -c -I. -I. -I../../include -I../../include -D_REENTRANT -fPIC -Wall -mpreferred-stack-boundary=2 -fno-strict-aliasing -gstabs+ -Wpointer-arith -g -O2 -o gdbproxy.o gdbproxy.c In file included from gdbproxy.c:46: ../../include/winbase.h:1323: parse error before "va_list" ../../include/winbase.h:1324: parse error before "va_list" make[2]: *** [gdbproxy.o] Error 1 make[2]: Leaving directory `/home/ian/winecvs/programs/winedbg' make[1]: *** [winedbg] Error 2 make[1]: Leaving directory `/home/ian/winecvs/programs' make: *** [programs] Error 2
and occurs 2-3 hours into the build. Thanks for any further suggestions.
On Sat, 2003-09-06 at 16:36, Ian Goldby wrote:
and occurs 2-3 hours into the build. Thanks for any further suggestions.
Speaking of compile times.. what are the average/min/max times for compiling the complete system? I was surprise when it took my system 12 minutes to do it do a full cvs 'make depend && make'. Now after seeing this message I have much to be grateful for.
Jon
Jon Brandenburg wrote:
On Sat, 2003-09-06 at 16:36, Ian Goldby wrote:
and occurs 2-3 hours into the build. Thanks for any further suggestions.
Speaking of compile times.. what are the average/min/max times for compiling the complete system? I was surprise when it took my system 12 minutes to do it do a full cvs 'make depend && make'. Now after seeing this message I have much to be grateful for.
I am not sure. A rebuild takes such a long time I have not measured it. Less than a day, more than two hours.
regards, Jakob
--- Jon Brandenburg jbrandenburg@yahoo.com wrote:
On Sat, 2003-09-06 at 16:36, Ian Goldby wrote:
and occurs 2-3 hours into the build. Thanks for any further suggestions.
Speaking of compile times.. what are the average/min/max times for compiling the complete system? I was surprise when it took my system 12 minutes to do it do a full cvs 'make depend && make'. Now after seeing this message I have much to be grateful for.
Well on my old 1.2 ghz athlon (when i last had it) it took roughly 30-45 minutes
===== Dustin Navea
Minor Contributor, http://www.winehq.com Bugzilla Janitor, http://bugs.winehq.com Network Admin, irc://irc.blynk.net (down)
__________________________________ Do you Yahoo!? Yahoo! SiteBuilder - Free, easy-to-use web site design software http://sitebuilder.yahoo.com
----- Original Message ----- From: "Dustin Navea" speeddymon@yahoo.com
--- Jon Brandenburg jbrandenburg@yahoo.com wrote:
On Sat, 2003-09-06 at 16:36, Ian Goldby wrote:
and occurs 2-3 hours into the build. Thanks for any further
suggestions.
Well on my old 1.2 ghz athlon (when i last had it) it took roughly 30-45
minutes
On my Athlon 650, 256MB, took a maximum 50 minutes to configure, make depend && make, etc.
Here is a patch for this. I also included some changes to help the MS_VC/Mingw build
Changelog: include and porting fix (reported by Ian Goldby)
Index: gdbproxy.c =================================================================== RCS file: /home/wine/wine/programs/winedbg/gdbproxy.c,v retrieving revision 1.11 diff -u -r1.11 gdbproxy.c --- gdbproxy.c 13 May 2003 03:38:19 -0000 1.11 +++ gdbproxy.c 7 Sep 2003 02:42:48 -0000 @@ -33,13 +33,22 @@ #include <signal.h> #include <stdio.h> #include <stdlib.h> +#include <stdarg.h> +#ifdef HAVE_SYS_POLL_H #include <sys/poll.h> +#endif +#ifdef HAVE_SYS_WAIT_H #include <sys/wait.h> +#endif #ifdef HAVE_SYS_SOCKET_H -# include <sys/socket.h> +#include <sys/socket.h> #endif +#ifdef HAVE_NETINET_IN_H #include <netinet/in.h> +#endif +#ifdef HAVE_NETINET_TCP_H #include <netinet/tcp.h> +#endif #include <unistd.h>
#include "windef.h"
--- Ian Goldby img-list@ntlworld.com wrote:
On Saturday 06 Sep 2003 06:32, Sylvain Petreolle wrote:
Thanks, that fixed the problem. I see that you added the dependancy to re-generate testlist.c. :)
You can remove the testlist.c files and they will be regenerated correctly. Or simply do a make clean.
Didn't work for me. I tried removing the testlist.c files, make clean, and when they both failed, make distclean followed by cvs update (just to make sure) ./configure, make depend && make.
The error is:
make[2]: Entering directory `/home/ian/winecvs/programs/winedbg'
<lines omitted for brevity> gcc -c -I. -I. -I../../include -I../../include -D_REENTRANT -fPIC -Wall -mpreferred-stack-boundary=2 -fno-strict-aliasing -gstabs+ -Wpointer-arith -g -O2 -o gdbproxy.o gdbproxy.c In file included from gdbproxy.c:46: ../../include/winbase.h:1323: parse error before "va_list" ../../include/winbase.h:1324: parse error before "va_list" make[2]: *** [gdbproxy.o] Error 1 make[2]: Leaving directory `/home/ian/winecvs/programs/winedbg' make[1]: *** [winedbg] Error 2 make[1]: Leaving directory `/home/ian/winecvs/programs' make: *** [programs] Error 2
and occurs 2-3 hours into the build. Thanks for any further suggestions.
__________________________________ Do you Yahoo!? Yahoo! SiteBuilder - Free, easy-to-use web site design software http://sitebuilder.yahoo.com
Thank you. That patch worked for me. It now fully compiles without errors.
On Sunday 07 Sep 2003 03:45, Steven Edwards wrote:
Here is a patch for this. I also included some changes to help the MS_VC/Mingw build
Changelog: include and porting fix (reported by Ian Goldby)
Index: gdbproxy.c
<snip>
I was noticing something similar for myself, but I can't explain why the difference is occurring other than to say that it must be a newbie error on my part. But I downloaded the latest cvs earlier this afternoon. Ran ./configure ./make depend && make ./make install and now when I try to run wine I get a segmentation fault.
So the compile completed for me, but I can't run wine.. argh. Could have to do with a change I made to the code I suppose.. I added a value in /dlls/kernel/locale.c charset_names[] = {"iso885915", 1259}
but I wouldn't think that it would be the cause of my problems..
Jon
On Fri, 2003-09-05 at 19:00, Sylvain Petreolle wrote:
After updating to the latest CVS via cvs update (the only patch involved was the header dependancies fix), wine doesnt compile. I tried to rerun './configure' but there is no change. What I get is : (make depend runs fine.) [syl@snoop tests]$ LANG=en_US make gcc -c -I. -I. -I../../../include -I../../../include -D_REENTRANT -fPIC -Wall -mpreferred-stack-boundary=2 -fno-strict-aliasing -gstabs+ -Wpointer-arith -g -O2 -o testlist.o testlist.c In file included from testlist.c:6: ../../../include/winbase.h:1323: parse error before "va_list" ../../../include/winbase.h:1324: parse error before "va_list" make: *** [testlist.o] Error 1 [syl@snoop tests]$ Running with : RH 9 updated, gcc 3.2.2.
Sylvain Petreolle (spetreolle_at_users_dot_sourceforge_dot_net) ICQ #170597259 Say NO to software patents Dites NON aux brevets logiciels
"What if tomorrow the War could be over ?" Morpheus, in "Reloaded".
Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en français ! Testez le nouveau Yahoo! Mail