0

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

考えられるエラーとその解決策を誰か教えてもらえますか?

4

1 に答える 1

0

バイソンのバージョンを確認してください。バージョンが 2.6 以降の場合は、webkit のバグがある可能性があります。Bug 92264を参照してください。

誰かが同じ質問について話し合っています: libwebcore build error on Mac 10.8 , あなたはそれを解決する方法について学ぶことができます.

于 2013-04-01T15:32:20.363 に答える