Bug 22622 - The CSS parser fails to compile if bison is version 2.4
Summary: The CSS parser fails to compile if bison is version 2.4
Status: RESOLVED DUPLICATE of bug 22205
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: 528+ (Nightly build)
Hardware: Other OS X 10.5
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-12-03 03:33 PST by Bernhard Rosenkraenzer
Modified: 2008-12-03 04:05 PST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Bernhard Rosenkraenzer 2008-12-03 03:33:14 PST
Compiling WebKit with bison 2.3 works fine.

After an update to bison 2.4, compiling the CSS parser fails with

perl /usr/src/ark/BUILD/WebKit/WebCore/css/makegrammar.pl ../../../WebCore/css/CSSGrammar.y tmp/CSSGrammar
../../../WebCore/css/CSSGrammar.y:348.11-20: symbol maybe_sgml redefined
Died at /usr/src/ark/BUILD/WebKit/WebCore/css/makegrammar.pl line 35.
make[1]: *** [tmp/CSSGrammar.cpp] Error 2
Comment 1 Mark Rowe (bdash) 2008-12-03 04:05:36 PST

*** This bug has been marked as a duplicate of 22205 ***