Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Mobile and Embedded
  4. QT Webkit make Error undefined reference to WTF::printInternal
Forum Update on Monday, May 27th 2025

QT Webkit make Error undefined reference to WTF::printInternal

Scheduled Pinned Locked Moved Mobile and Embedded
webkitqmakeconfigure
1 Posts 1 Posters 1.2k Views
  • 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 Offline
    B Offline
    BluTiGeS
    wrote on 13 May 2015, 15:04 last edited by BluTiGeS
    #1

    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
    0

    1/1

    13 May 2015, 15:04

    • Login

    • Login or register to search.
    1 out of 1
    • First post
      1/1
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Get Qt Extensions
    • Unsolved