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.