RESOLVED DUPLICATE of bug 92264 Bug 91943
Build failure in WebCore/xml/XPathParser.cpp with bison-2.6
https://bugs.webkit.org/show_bug.cgi?id=91943
Summary Build failure in WebCore/xml/XPathParser.cpp with bison-2.6
Mike Gilbert
Reported 2012-07-22 10:20:23 PDT
When building chromium with bison-2.6, the following error occurs: third_party/WebKit/Source/WebCore/xml/XPathParser.cpp: In member function ‘WebCore::XPath::Expression* WebCore::XPath::Parser::parseStatement(const WTF::String&, WTF::PassRefPtr<WebCore::XPathNSResolver>, WebCore::ExceptionCode&)’: third_party/WebKit/Source/WebCore/xml/XPathParser.cpp:478:39: error: too many arguments to function ‘int WebCore::XPath::xpathyyparse()’ /var/tmp/portage/www-client/chromium-21.0.1180.49/work/chromium-21.0.1180.49/out/Release/obj/gen/webkit/XPathGrammar.hpp:108:5: note: declared here It seems that bison-2.6 produces different output for WebCore/xml/XPathGrammar.y than previous versions.
Attachments
Difference in XPathGrammar.h output between bison-2.4.3 and bison-2.6 (2.71 KB, text/plain)
2012-07-22 10:21 PDT, Mike Gilbert
no flags
Mike Gilbert
Comment 1 2012-07-22 10:21:46 PDT
Created attachment 153697 [details] Difference in XPathGrammar.h output between bison-2.4.3 and bison-2.6
Alexis Menard (darktears)
Comment 3 2012-07-25 10:15:45 PDT
*** This bug has been marked as a duplicate of bug 92264 ***
Note You need to log in before you can comment on or make changes to this bug.