On Wednesday 22 October 2003 20:04, Dietrich Teickner wrote:
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
[snip]
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.@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
Hello,
install bison
http://www.winehq.org/hypermail/wine-devel/2003/08/0798.html
Bye Stefan