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.