http://bugs.winehq.org/show_bug.cgi?id=15950
Summary: wine won't build with bison 2.4 Product: Wine Version: 1.1.8 Platform: Macintosh OS/Version: Mac OS X 10.4 Status: UNCONFIRMED Severity: normal Priority: P2 Component: build-env AssignedTo: wine-bugs@winehq.org ReportedBy: wine-2008@ryandesign.com
With bison 2.3 installed (using MacPorts), wine bulids, but with bison 2.4, it doesn't. It says:
/usr/bin/gcc-4.0 -c -I. -I. -I../../include -I../../include -D__WINESRC__ -D_REENTRANT -fPIC -Wall -pipe -fno-strict-aliasing -Wdeclaration-after-statement -Wwrite-strings -Wpointer-arith -I/mp/include -O2 -o parser.tab.o parser.tab.c parser.y: In function 'parser_parse': parser.y:320: error: parse error before '}' token make[2]: *** [parser.tab.o] Error 1 make[1]: *** [jscript] Error 2 make: *** [dlls] Error 2
Here is the MacPorts project's ticket about this issue:
http://trac.macports.org/ticket/17135
Here's a description of a backwards-incompatible change made in bison 2.4 by the developer of pure, another program that won't build with bison 2.4 (actually I don't know if that's the same reason wine won't build):
http://groups.google.com/group/pure-lang/browse_thread/thread/60593b93dc8fcf...
http://bugs.winehq.org/show_bug.cgi?id=15950
--- Comment #1 from wine-2008@ryandesign.com 2008-11-08 14:44:20 --- Created an attachment (id=17151) --> (http://bugs.winehq.org/attachment.cgi?id=17151) add missing semicolon
Actually it looks like it's just a simple missing semicolon.
http://bugs.winehq.org/show_bug.cgi?id=15950
Dmitry Timoshkov dmitry@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Component|build-env |-unknown Ever Confirmed|0 |1
--- Comment #2 from Dmitry Timoshkov dmitry@codeweavers.com 2008-11-10 00:21:57 --- Please send the patch to wine-patches.
http://bugs.winehq.org/show_bug.cgi?id=15950
--- Comment #3 from wine-2008@ryandesign.com 2008-11-10 01:23:25 --- Done:
http://www.winehq.org/pipermail/wine-patches/2008-November/064395.html
http://bugs.winehq.org/show_bug.cgi?id=15950
Dmitry Timoshkov dmitry@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED
--- Comment #4 from Dmitry Timoshkov dmitry@codeweavers.com 2008-11-10 09:55:28 --- The patch has been committed, thanks!
http://bugs.winehq.org/show_bug.cgi?id=15950
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #5 from Alexandre Julliard julliard@winehq.org 2008-11-21 10:32:06 --- Closing bugs fixed in 1.1.9.
http://bugs.winehq.org/show_bug.cgi?id=15950
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Platform|Macintosh |PC
http://bugs.winehq.org/show_bug.cgi?id=15950
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- OS/Version|Mac OS X 10.4 |Mac OS X
https://bugs.winehq.org/show_bug.cgi?id=15950
Nikolay Sivov bunglehead@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |2827a74cb137001aff4ce440f7e | |11acd11d91c7b Component|-unknown |jscript