Sylvain Petreolle <[EMAIL PROTECTED]> 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.)[EMAIL PROTECTED] 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 [EMAIL PROTECTED] 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. -- Alexandre Julliard [EMAIL PROTECTED]