制作android源文件时出错

时间:2013-03-02 11:22:56

标签: android-source

当我构建android源代码时,我收到以下错误:

external/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&)':
external/webkit/Source/WebCore/xml/XPathParser.cpp:480:39: error: too many arguments to function 'int WebCore::XPath::xpathyyparse()'
In file included from external/webkit/Source/WebCore/xml/XPathParser.cpp:51:0:
out/target/product/generic/obj/STATIC_LIBRARIES/libwebcore_intermediates/Source/WebCore/XPathGrammar.hpp:106:5: note: declared here
make: *** [out/target/product/generic/obj/STATIC_LIBRARIES/libwebcore_intermediates/Source/WebCore/xml/XPathParser.o] Error 1

有人可以告诉我可能出现的错误和解决方案吗?

1 个答案:

答案 0 :(得分:0)

检查您的野牛的版本,如果它是2.6或更高版本,则会出现webkit的错误,请参阅Bug 92264

有人讨论同一个问题:libwebcore build error on Mac 10.8,你可以了解如何解决它。