Hallo everybody,
I can not compile wine-20000716 on my machine. (However, I CAN compile
WINE-20000326 !!).
Error message is:
(...)
make[2]: Entering directory `/opt/wine-20000716/tools/wrc'
gcc -c -I. -I.
-I../../include -I../../include -g -O2 -Wall -D__WINE__ -D_REENTRANT
-I/usr/X11R6/include -o y.tab.o y.tab.c
./parser.y: In function
`rsrcid_to_token':
./parser.y:2822: `YYEMPTY' undeclared (first use in this
function)
./parser.y:2822: (Each undeclared identifier is reported only
once
./parser.y:2822: for each function it appears in.)
./parser.y:2823:
`YYLEX' undeclared (first use in this function)
y.tab.c: In function
`yyparse':
y.tab.c:2492: warning: suggest parentheses around assignment
used as truth value
./parser.y:458: `YYEMPTY' undeclared (first use in this
function)
y.tab.c:2554: warning: label `yyerrlab' defined but not
used
y.tab.c: At top level:
y.tab.c:3: warning: `yyrcsid' defined but not
used
make[2]: *** [y.tab.o] Error 1
make[2]: Leaving directory
`/opt/wine-20000716/tools/wrc'
make[1]: *** [wrc] Error 2
make[1]: Leaving
directory `/opt/wine-20000716/tools'
make: *** [tools] Error 2
Compilation
failed, aborting install.
My system:
SuSE Linux 6.4
My idea:
sometimes my system needs "export variable=value" where others systems
works fine with "variable=value" ..!?!
Matthias