Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Installation and Deployment
  4. OSX: failure to build qtdeclarative due to incomplete QtV8 framework
Forum Updated to NodeBB v4.3 + New Features

OSX: failure to build qtdeclarative due to incomplete QtV8 framework

Scheduled Pinned Locked Moved Installation and Deployment
1 Posts 1 Posters 1.2k Views 1 Watching
  • 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.
  • R Offline
    R Offline
    rocketchicken
    wrote on last edited by
    #1

    https://bugreports.qt-project.org/browse/QTBUG-26111

    This bug appears to have made its way back to the builds for osx.
    I am running mountain lion, and its reproducible by,

    git clone git://gitorious.org/qt/qt5.git qt5
    cd qt5
    git checkout stable
    cd qt5
    perl init-repository
    // I make the examples and the tests
    ./configure -developer-build -opensource
    make -j 4

    cd qtjsbackend
    export= PATH=../qtbase/bin:$PATH
    qmake // this points to to the right version when I query
    make
    make install

    //Error 1
    cp -f -R "/Users/michaelchung/Qt-5.1-Source/QtOsx/qt5/qtbase/lib/QtV8.framework" "/Users/michaelchung/Qt-5.1-Source/QtOsx/qt5/qtbase/lib/QtV8.framework"
    cp: /Users/michaelchung/Qt-5.1-Source/QtOsx/qt5/qtbase/lib/QtV8.framework: No such file or directory
    make[3]: [install_target] Error 1 (ignored)

    cd ..
    cd qtdeclarative
    qmake
    make
    install

    ld: framework not found QtV8
    clang: error: linker command failed with exit code 1 (use -v to see invocation)

    1 Reply Last reply
    0

    • Login

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