QT Webkit make Error undefined reference to WTF::printInternal
-
Hi all,
I wanted to compile qt qith the webkit plugin with following configure on my Ubuntu 12:./configure -device-option CROSS_COMPILE=/opt/crosstool/arm-cross-linux-gnueabi- -release -opensource -confirm-license -no-icu -no-pch -no-xcb -no-opengl -xplatform linux-arm-gnueabi-g++ -prefix /usr/local/Trolltech/qt5 -make libs -skip qtwebkit-examples
But when I start the make , I get the following error after some time:
*DFGEdge.cpp:(.text+0x30): undefined reference to
WTF::printInternal(WTF::PrintStream&, JSC::DFG::UseKind)' /home/user/workspace/qt/qt-everywhere-opensource-src-5.4.1/qtwebkit/Source/JavaScriptCore//.obj/dfg/DFGGraph.o: In function
JSC::DFG::Graph::dump(WTF::PrintStream&, char const, JSC::DFG::Node)':
DFGGraph.cpp:(.text+0x1b5c): undefined reference toJSC::DFG::dumpNodeFlags(WTF::PrintStream&, unsigned int)' DFGGraph.cpp:(.text+0x1bc8): undefined reference to
JSC::DFG::dumpNodeFlags(WTF::PrintStream&, unsigned int)'
Any ideas?
many Thanks