[Development] Qt5 + QtCreator master - does not compile

Diego Iastrubni diegoiast at gmail.com
Mon Dec 3 13:52:48 CET 2012


Hi All,

For a few weeks (2?) I am seeing this error in Qt5 compilations:

make[3]: Entering directory
`/home/diego/src/qt5/build/qtdeclarative/src/imports'
cd folderlistmodel/ && ( test -f Makefile ||
/home/diego/src/qt5/build/qtbase/bin/qmake
/home/diego/src/qt5/qtdeclarative/src/imports/folderlistmodel/
folderlistmodel.pro -o Makefile ) && make -f Makefile install
make[4]: Entering directory
`/home/diego/src/qt5/build/qtdeclarative/src/imports/folderlistmodel'
mkdir: cannot create directory `/Qt': Permission denied
make[4]: *** [install_target] Error

And until now QtCreator (master and 2.6) compiled. Today, QtCreator master
fails to build

make[4]: Entering directory
`/home/diego/src/qt-creator/build-master-qt5/src/tools/qmlpuppet/qmlpuppet'
linking ../../../../bin/qmlpuppet
/home/diego/src/qt5/install/lib/libQt5Declarative.so: undefined reference
to `QApplication::type()'
collect2: error: ld returned 1 exit status
make[4]: *** [../../../../bin/qmlpuppet] Error 1

Is anyone else having similar problems? I am able to reproduce both errors
on a fresh compile here. I am building Qt out of source (mkdir build; cd
build; ../configure --prefix $PWD/../install ....) and QtCreator (mkdir
build; cd build; qmake ../), both on Debian testing, 64bit.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.qt-project.org/pipermail/development/attachments/20121203/678e773f/attachment.html>


More information about the Development mailing list