http://bugs.winehq.org/show_bug.cgi?id=10042
Summary: tools/widl/parser.y: 518.9: parse error, unexpected ":", expecting ";" or "|" Product: Wine Version: 0.9.7. Platform: PC OS/Version: FreeBSD Status: UNCONFIRMED Severity: blocker Priority: P1 Component: wine-tools AssignedTo: wine-bugs@winehq.org ReportedBy: andre.holliday@gmail.com
I am running FreeBSD 6.2. uname -a returns:
FreeBSD base.holliday.fam 6.2-STABLE-200709 FreeBSD 6.2-STABLE-200709 #0: Tue Sep 11 02:13:25 UTC 2007 root@dessler.cse.buffalo.edu:/usr/obj/usr/src/sys/SMP i386
After running configure, gmake depend, and gmake the following error occurs
[...] gmake[1]: Entering directory `/usr/local/src/wine/wine-0.9.47/tools' gmake[2]: Entering directory `/usr/local/src/wine/wine-0.9.47/tools/widl' bison -p parser_ -o parser.tab.c -d parser.y parser.y:514.2-518.8: type clash (`uuid' `str') on default action parser.y:518.9: parse error, unexpected ":", expecting ";" or "|" gmake[2]: *** [parser.tab.h] Error 1 gmake[2]: Leaving directory `/usr/local/src/wine/wine-0.9.47/tools/widl' gmake[1]: *** [widl] Error 2 gmake[1]: Leaving directory `/usr/local/src/wine/wine-0.9.47/tools' gmake: *** [tools] Error 2
Error was caused by a missing semicolon on line 517 of tools/widl/parser.y. I was able to fix the error by inserting a semicolon on line 517. I was then able to complete the build and install without further problems.
http://bugs.winehq.org/show_bug.cgi?id=10042
Vitaliy Margolen vitaliy@kievinfo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Version|0.9.7. |0.9.47.
--- Comment #1 from Vitaliy Margolen vitaliy@kievinfo.com 2007-10-15 01:52:12 --- What bison version do you have? (bison --version)
http://bugs.winehq.org/show_bug.cgi?id=10042
--- Comment #2 from Austin English austinenglish@gmail.com 2007-10-15 13:53:47 --- Andre, please respond here in bugzilla, not by e-mail:
From e-mail:
I have bison version 1.75. Thanks for the wine version correction. By the way, when I added the semicolon on line 517.
-And-
Oops! I didn't finish my thought in the second sentence in my first reply.
I have bison version 1.75. Thanks for the wine version correction. By the way, when I added the semicolon on line 517 everything worked fine.
http://bugs.winehq.org/show_bug.cgi?id=10042
Vitaliy Margolen vitaliy@kievinfo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |FIXED
--- Comment #3 from Vitaliy Margolen vitaliy@kievinfo.com 2007-10-23 21:42:42 --- Fixed
http://bugs.winehq.org/show_bug.cgi?id=10042
Dan Kegel dank@kegel.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #4 from Dan Kegel dank@kegel.com 2008-01-28 05:40:22 --- Closing all RESOLVED FIXED bugs older than four weeks.