I'm trying to rebuild Wine from a CVS pull of a few seconds ago (Sat Jul 20 13:58:37 UTC 2002), and I am getting the following error:
make[2]: Entering directory `/usr/src/wine/tools/widl' gcc -c -I. -I. -I../../include -I../../include -I../../tools/wpp -g -O2 -Wall -mpreferred-stack-boundary=2 -D__WINE__ -D_REENTRANT -I/usr/X11R6/include -o header.o header.c In file included from header.c:36: ../../tools/wpp/y.tab.h:6: parse error before `wrc_sll_t' ../../tools/wpp/y.tab.h:6: warning: no semicolon at end of struct or union ../../tools/wpp/y.tab.h:7: warning: type defaults to `int' in declaration of `ull' ../../tools/wpp/y.tab.h:7: warning: data definition has no type or storage class ../../tools/wpp/y.tab.h:10: parse error before `cval' ../../tools/wpp/y.tab.h:10: warning: type defaults to `int' in declaration of `cval' ../../tools/wpp/y.tab.h:10: warning: data definition has no type or storage class ../../tools/wpp/y.tab.h:11: parse error before `*' ../../tools/wpp/y.tab.h:11: warning: type defaults to `int' in declaration of `marg' ../../tools/wpp/y.tab.h:11: warning: data definition has no type or storage class ../../tools/wpp/y.tab.h:12: parse error before `*' ../../tools/wpp/y.tab.h:12: warning: type defaults to `int' in declaration of `mtext' ../../tools/wpp/y.tab.h:12: warning: data definition has no type or storage class ../../tools/wpp/y.tab.h:13: parse error before `}' ../../tools/wpp/y.tab.h:13: warning: type defaults to `int' in declaration of `YYSTYPE' ../../tools/wpp/y.tab.h:13: warning: data definition has no type or storage class ../../tools/wpp/y.tab.h:59: parse error before `pplval' ../../tools/wpp/y.tab.h:59: warning: type defaults to `int' in declaration of `pplval' ../../tools/wpp/y.tab.h:59: warning: data definition has no type or storage class header.c: In function `is_object': header.c:180: `tOBJECT' undeclared (first use in this function) header.c:180: (Each undeclared identifier is reported only once header.c:180: for each function it appears in.) header.c: In function `is_local': header.c:189: `tLOCAL' undeclared (first use in this function) header.c: In function `is_callas': header.c:198: `tCALLAS' undeclared (first use in this function) make[2]: *** [header.o] Error 1 make[2]: Leaving directory `/usr/src/wine/tools/widl' make[1]: *** [widl] Error 2 make[1]: Leaving directory `/usr/src/wine/tools' make: *** [tools] Error 2
I've done a make clean to no avail.