[Qt-creator] Build issues with qtcreator:master-stable and Qt-4.7.0 (debian lenny)
Laurent Desmecht
laurent at deslau.be
Mon Jul 19 20:10:41 CEST 2010
I had the same problem. I was using ./configure --prefix=/install-path; make;
make install
To solve the issue I remove the include directory in my installation directory
and I made a symbolic link to the include directory of the source directory of
Qt
Laurent
On Mon, 19 Jul 2010 16:41:09 +0200 Aurélien_Vallée
<vallee.aurelien at gmail.com> wrote
> Okay, so I dropped the idea of building qt-creator from OSX 10.5, I'm now
> trying to build qt-creator from a debian lenny:
> - Linux macbook 2.6.26-2-686 #1 SMP Mon Jun 21 05:58:44 UTC 2010 i686
> GNU/Linux
> - gcc (Debian 4.3.2-1.1) 4.3.2
> - GNU Make 3.81
> - Qt 4.7.0 beta 2 built from source (tar.gz from trolltech)
> - Qt-creator 2.1.0 cloned from gitorious
>
> qmake ../qt-creator.pro && make => FAIL missing qtdeclarative "_p.h" private
> headers
> qmake ../qt-creator.pro "QT_PRIVATE_HEADERS=" && make => FAIL missing
> qtdeclarative "_p.h" private headers
> qmake ../qt-creator.pro "QT_PRIVATE_HEADERS=/path/to/qt/source/include" =>
> FAIL
> ../../../../cfm_studio/src/plugins/qmldesigner/components/itemlibrary/itemlib
> rary.cpp:169:
> error: cannot allocate an object of abstract type
> ‘QmlDesigner::Internal::ItemLibraryImageProvider’
>
> This is very annoying, it seems that whatever platform, qt version, or
> qt-creator version that I use, i simply cannot build qt-creator :(
>
> --
> Aurélien Vallée
> +33 6 47 41 70 37
More information about the Qt-creator-old
mailing list