Thanks for your replies! I found out what is going wrong.

Qt's Wiki page https://wiki.qt.io/Building_Qt_5_from_Git is missing that
you need to init-repository with --branch parameter because dev is older
than 5.8. For everyone who is new to Qt's git repository this will cause
serious compiling trouble and surely raise traffic on Qt's repository
server.

Wiki pages should also reflect that it is better to compile Qt outside
of it's git directory.

Instead of writing this on the mailing list it might be better if I
create a Qt Wiki account to make this suggestions there?

Am 06.10.2016 um 12:31 schrieb Tim Jenssen:
> update your 5.8 to contain: https://codereview.qt-project.org/#/c/172291/
> 
> 
> ________________________________
> Von: Interest <interest-bounces+tim.jenssen=qt...@qt-project.org> im Auftrag 
> von Dennis Lange <den...@lumalab.net>
> Gesendet: Donnerstag, 6. Oktober 2016 11:18
> An: interest@qt-project.org
> Betreff: [Interest] Compiling QtCreator on top of Qt5.8
> 
> Hi everyone,
> 
> I try to compile QtCreator on top of Qt5.8 with latest git and getting:
> 
> /home/dennis/mqt/qt-creator-git/share/qtcreator/qml/qmlpuppet/qml2puppet/instances/nodeinstanceserver.cpp:670:9:
> error: 'registerMockupObject' is not a member of
> 'QQuickDesignerSupportMetaInfo'
> 
> QQuickDesignerSupportMetaInfo::registerMockupObject(mockupType.importUri().toUtf8(),
>          ^
> Makefile:5914: recipe for target
> '.obj/debug-shared/nodeinstanceserver.o' failed
> make[4]: *** [.obj/debug-shared/nodeinstanceserver.o] Error 1
> make[4]: *** Warte auf noch nicht beendete Prozesse...
> make[4]: Leaving directory
> '/home/dennis/mqt/qt-creator-build/src/tools/qml2puppet/qml2puppet'
> Makefile:42: recipe for target 'sub-qml2puppet-make_first' failed
> make[3]: *** [sub-qml2puppet-make_first] Error 2
> make[3]: Leaving directory
> '/home/dennis/mqt/qt-creator-build/src/tools/qml2puppet'
> Makefile:174: recipe for target 'sub-qml2puppet-make_first' failed
> make[2]: *** [sub-qml2puppet-make_first] Error 2
> make[2]: Leaving directory '/home/dennis/mqt/qt-creator-build/src/tools'
> Makefile:440: recipe for target 'sub-tools-make_first-ordered' failed
> make[1]: *** [sub-tools-make_first-ordered] Error 2
> make[1]: Leaving directory '/home/dennis/mqt/qt-creator-build/src'
> Makefile:44: recipe for target 'sub-src-make_first-ordered' failed
> make: *** [sub-src-make_first-ordered] Error 2
> 
> Any idea how to overcome this error?
> _______________________________________________
> Interest mailing list
> Interest@qt-project.org
> http://lists.qt-project.org/mailman/listinfo/interest
> Interest Info Page - lists.qt-project.org Mailing 
> Lists<http://lists.qt-project.org/mailman/listinfo/interest>
> lists.qt-project.org
> To see the collection of prior postings to the list, visit the Interest 
> Archives. Using Interest: To post a message to all the list members, send ...
> 
> 
> 
> 

_______________________________________________
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest

Reply via email to