Bug 35290 - [GTK] Build fails with bison 2.4.x
Summary: [GTK] Build fails with bison 2.4.x
Status: RESOLVED WORKSFORME
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Linux
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-02-23 03:42 PST by Samuel Creshal
Modified: 2011-04-22 08:55 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Samuel Creshal 2010-02-23 03:42:22 PST
When trying to compile newer webkitgtk versions with bison 2.4.x, it fails:

/usr/bin/bison -d -p jscyy ./JavaScriptCore/parser/Grammar.y -o DerivedSources/Grammar.cpp > bison_out.txt 2>&1
make: *** [DerivedSources/Grammar.cpp] Error 141

Bison does not parse the file at all and silently skips it (manually parsing also fails, no output whatoever even with -v).
Comment 1 Martin Robinson 2011-04-22 08:55:38 PDT
I have bison 2.4.1 and this does not appear to be an issue. Going to close this bug, but please re-open if you are still having issue.