Wine stopped compiling a fews days ago or maybe a
week. I download the CVS every few days and I noticed that it cant compile
anymore. Here
make[1]: Entering directory
`/root/wine/tools'
make[2]: Entering directory
`/root/wine/tools/wpp'
make[2]: Nothing to be done for `all'.
make[2]:
Leaving directory `/root/wine/tools/wpp'
make[2]: Entering directory
`/root/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:10: parse error before
`wrc_sll_t'
../../tools/wpp/y.tab.h:10: warning: no semicolon at end of
struct or union
../../tools/wpp/y.tab.h:11: warning: type defaults to `int'
in declaration of `ull'
../../tools/wpp/y.tab.h:11: warning: data definition
has no type or storage class
../../tools/wpp/y.tab.h:14: parse error before
`cval'
../../tools/wpp/y.tab.h:14: warning: type defaults to `int' in
declaration of `cval'
../../tools/wpp/y.tab.h:14: warning: data definition
has no type or storage class
../../tools/wpp/y.tab.h:15: parse error before
`*'
../../tools/wpp/y.tab.h:15: warning: type defaults to `int' in
declaration of `marg'
../../tools/wpp/y.tab.h:15: warning: data definition
has no type or storage class
../../tools/wpp/y.tab.h:16: parse error before
`*'
../../tools/wpp/y.tab.h:16: warning: type defaults to `int' in
declaration of `mtext'
../../tools/wpp/y.tab.h:16: warning: data definition
has no type or storage class
../../tools/wpp/y.tab.h:17: parse error before
`}'
../../tools/wpp/y.tab.h:17: warning: type defaults to `int' in
declaration of `yystype'
../../tools/wpp/y.tab.h:17: warning: data definition
has no type or storage class
../../tools/wpp/y.tab.h:66: parse error before
`pplval'
../../tools/wpp/y.tab.h:66: warning: type defaults to `int' in
declaration of `pplval'
../../tools/wpp/y.tab.h:66: 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 `/root/wine/tools/widl'
make[1]: *** [widl]
Error 2
make[1]: Leaving directory
`/root/wine/tools'