sql.y line 73

Dietrich Teickner dietrich_teickner at arcor.de
Wed Oct 22 13:04:07 CDT 2003


Hello,

I need help.
Since some time I try to compile wine new.
I have done this without problems some times before.
I have started ./configure and after them
make depend && make.
The build stops in wine/dll/msy with

make[2]: Wechsel in das Verzeichnis ?/home/.xx./Wine/wine/dlls/msi½
gcc -c -I. -I. -I../../include -I../../include  -D__WINESRC__ 
-D_REENTRANT -fPIC -Wall -mpreferred-stack-boundary=2 
-fno-strict-aliasing -gstabs+ -Wpointer-arith  -g -O2 -o distinct.o 
distinct.c
gcc -c -I. -I. -I../../include -I../../include  -D__WINESRC__ 
-D_REENTRANT -fPIC -Wall -mpreferred-stack-boundary=2 
-fno-strict-aliasing -gstabs+ -Wpointer-arith  -g -O2 -o handle.o handle.c
gcc -c -I. -I. -I../../include -I../../include  -D__WINESRC__ 
-D_REENTRANT -fPIC -Wall -mpreferred-stack-boundary=2 
-fno-strict-aliasing -gstabs+ -Wpointer-arith  -g -O2 -o msi.o msi.c
gcc -c -I. -I. -I../../include -I../../include  -D__WINESRC__ 
-D_REENTRANT -fPIC -Wall -mpreferred-stack-boundary=2 
-fno-strict-aliasing -gstabs+ -Wpointer-arith  -g -O2 -o msiquery.o 
msiquery.c
gcc -c -I. -I. -I../../include -I../../include  -D__WINESRC__ 
-D_REENTRANT -fPIC -Wall -mpreferred-stack-boundary=2 
-fno-strict-aliasing -gstabs+ -Wpointer-arith  -g -O2 -o order.o order.c
gcc -c -I. -I. -I../../include -I../../include  -D__WINESRC__ 
-D_REENTRANT -fPIC -Wall -mpreferred-stack-boundary=2 
-fno-strict-aliasing -gstabs+ -Wpointer-arith  -g -O2 -o record.o record.c
gcc -c -I. -I. -I../../include -I../../include  -D__WINESRC__ 
-D_REENTRANT -fPIC -Wall -mpreferred-stack-boundary=2 
-fno-strict-aliasing -gstabs+ -Wpointer-arith  -g -O2 -o select.o select.c
gcc -c -I. -I. -I../../include -I../../include  -D__WINESRC__ 
-D_REENTRANT -fPIC -Wall -mpreferred-stack-boundary=2 
-fno-strict-aliasing -gstabs+ -Wpointer-arith  -g -O2 -o suminfo.o suminfo.c
gcc -c -I. -I. -I../../include -I../../include  -D__WINESRC__ 
-D_REENTRANT -fPIC -Wall -mpreferred-stack-boundary=2 
-fno-strict-aliasing -gstabs+ -Wpointer-arith  -g -O2 -o table.o table.c
yacc -d -t ./sql.y
yacc: e - line 73 of "./sql.y", syntax error
%pure-parser
^
make[2]: *** [y.tab.c] Fehler 1
make[2]: Verlassen des Verzeichnisses ?/home/.xx./Wine/wine/dlls/msi½
make[1]: *** [msi] Fehler 2
make[1]: Verlassen des Verzeichnisses ?/home/.xx./Wine/wine/dlls½
make: *** [dlls] Fehler 2
.xx. at x2l:~/Wine/wine>

the same after make clean and new .configure and new make depend && make.

%}

%pure-parser <- this is line 73

%union
{

How can help ?

Dietrich




More information about the wine-devel mailing list