Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved

    QT Webkit make Error undefined reference to WTF::printInternal

    Mobile and Embedded
    webkit qmake configure
    1
    1
    1085
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • B
      BluTiGeS last edited by BluTiGeS

      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 to JSC::DFG::dumpNodeFlags(WTF::PrintStream&, unsigned int)' DFGGraph.cpp:(.text+0x1bc8): undefined reference to JSC::DFG::dumpNodeFlags(WTF::PrintStream&, unsigned int)'


      Any ideas?

      many Thanks

      1 Reply Last reply Reply Quote 0
      • First post
        Last post