[Webkit-unassigned] [Bug 91943] New: Build failure in WebCore/xml/XPathParser.cpp with bison-2.6

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Jul 22 10:20:18 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=91943

           Summary: Build failure in WebCore/xml/XPathParser.cpp with
                    bison-2.6
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: XML
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: floppymaster at gmail.com


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.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list