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. [SOLVED] Latest QtCreator from Git will not compile

[SOLVED] Latest QtCreator from Git will not compile

Scheduled Pinned Locked Moved Installation and Deployment
3 Posts 2 Posters 2.7k 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.
  • M Offline
    M Offline
    mbreier
    wrote on last edited by
    #1

    Hi,

    I just downloaded the latest version of the QtCreator from the Git archive.
    I tried to compile it with the following commands

    1. git clone git://gitorious.org/qt-creator/qt-creator.git .
    2. qmake qtcreator.pro -r -spec win32-g++ "CONFIG+=release"
    3. mingw32-make

    The compile procedure mingw32-make fails with the following error:

    ........\share\qtcreator\qml\qmlpuppet\qml2puppet\instances\graphicalnodeinst
    ance.cpp:525:5: error: 'emitComponentCompleteSignalForAttachedProperty' is not a
    member of 'DesignerSupport'
    mingw32-make[5]: *** [release/graphicalnodeinstance.o] Error 1
    mingw32-make[5]: Leaving directory c:/QtCreator/src/tools/qml2puppet/qml2puppet ' mingw32-make[4]: *** [release] Error 2 mingw32-make[4]: Leaving directory c:/QtCreator/src/tools/qml2puppet/qml2puppet
    '
    mingw32-make[3]: *** [sub-qml2puppet-make_first] Error 2
    mingw32-make[3]: Leaving directory c:/QtCreator/src/tools/qml2puppet' mingw32-make[2]: *** [sub-qml2puppet-make_first] Error 2 mingw32-make[2]: Leaving directory c:/QtCreator/src/tools'
    mingw32-make[1]: *** [sub-tools-make_first-ordered] Error 2
    mingw32-make[1]: Leaving directory `c:/QtCreator/src'
    mingw32-make: *** [sub-src-make_first-ordered] Error 2

    Before I tried to set up QtCreator I compiled Qt 5.1 beta from Git.

    Any ideas what is missing?

    Best regards

    Michael

    1 Reply Last reply
    0
    • sierdzioS Offline
      sierdzioS Offline
      sierdzio
      Moderators
      wrote on last edited by
      #2

      Try a different commit. I've compiled Qt Creator (master branch) yesterday with 64 bit clang 3.2 without any problems.

      (Z(:^

      1 Reply Last reply
      0
      • M Offline
        M Offline
        mbreier
        wrote on last edited by
        #3

        I just updated my Qt 5 repository and found that some of the files are not on the latest version, like DesignerSupport.h
        Then I deleted my working copy and made a complete new checkout, then compiled again and now it works fine.

        Thanks for your help.

        Michael

        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