Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt Creator and other tools
  4. Error Compiling Qt Creator off the head of qt.gitorious.org using head of Qt
Qt 6.11 is out! See what's new in the release blog

Error Compiling Qt Creator off the head of qt.gitorious.org using head of Qt

Scheduled Pinned Locked Moved Qt Creator and other tools
3 Posts 1 Posters 1.9k 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.
  • D Offline
    D Offline
    dahicke
    wrote on last edited by
    #1

    BTW, looked for bugtracker, but the link is broken; that and it maybe a build configuration problem.

    I am building on Ubuntu 12.04 with gcc (Ubuntu/Linaro 4.6.3-1ubuntu5) 4.6.3 using a qt git pull from head. I have qtcreator 4.6.0 managing the build.

    I am running into a compiler error from a moc file for moc_completingtextedit.cpp created by qmaking completingtextedit.h. The type 'struct Utils::CompletingTextEditPrivate' is defined in completingtextedit.cpp, which the moc file can't see, so it is complaining:

    I.moc/debug-shared -I.uic -I. -o .obj/debug-shared/moc_completingtextedit.o .moc/debug-shared/moc_completingtextedit.cpp
    .moc/debug-shared/moc_completingtextedit.cpp: In static member function 'static void Utils::CompletingTextEdit::qt_static_metacall(QObject*, QMetaObject::Call, int, void**)':
    .moc/debug-shared/moc_completingtextedit.cpp:54:22: error: invalid use of incomplete type 'struct Utils::CompletingTextEditPrivate'
    .moc/debug-shared/../../../../../../qt-creator/src/libs/utils/completingtextedit.h:69:11: error: forward declaration of 'struct Utils::CompletingTextEditPrivate'
    make[3]: *** [.obj/debug-shared/moc_completingtextedit.o] Error 1
    make[3]: Leaving directory /home/david/software/qt/qtcreator-build-Qt_4_8_4_software-Default_build_Debug/src/libs/utils' make[2]: Leaving directory /home/david/software/qt/qtcreator-build-Qt_4_8_4_software-Default_build_Debug/src/libs'
    make[2]: *** [sub-utils-make_default-ordered] Error 2
    make[1]: *** [sub-libs-make_default-ordered] Error 2
    make[1]: Leaving directory /home/david/software/qt/qtcreator-build-Qt_4_8_4_software-Default_build_Debug/src' make: *** [sub-src-make_default-ordered] Error 2 make: Leaving directory /home/david/software/qt/qtcreator-build-Qt_4_8_4_software-Default_build_Debug'
    21:33:00: The process "/usr/bin/make" exited with code 2.
    Error while building/deploying project qtcreator (target: Qt 4.8.4 (software))
    When executing step 'Make'

    Two questions:
    Anyone else seeing this behavior?

    Where is bug tracking now?

    Thanks,

    Dave

    Dave Hickerson

    1 Reply Last reply
    0
    • D Offline
      D Offline
      dahicke
      wrote on last edited by
      #2

      I found the bug tracker at bugreports.qt-project.org

      For the forum web manager, the link at the top of the discussion page points to a nokia page that is not there any more.

      Dave Hickerson

      1 Reply Last reply
      0
      • D Offline
        D Offline
        dahicke
        wrote on last edited by
        #3

        I also added this as a bug: QTCREATORBUG-8237

        Dave Hickerson

        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