I've narrowed down the problem. If I try to perform an out-of-tree
build from one directory above where the qt-creator project is, it
fails, but from a sibling directory it works.

In other words, from the qt-creator project directory (in ~/tools/
build/qt-creator):
this works: cd ..; mkdir qt-creator-build; cd qt-creator-build; qmake -
r ../qt-creator/qtcreator.pro
this fails: cd ../..; mkdir qt-creator-build; cd qt-creator-build;
qmake -r ../build/qt-creator/qtcreator.pro

In the failing case, qmake gives this message:
WARNING: Cannot open substitute for input '../../../../build/qt-
creator/src/plugins/coreplugin/ide_version.h.in'

and the build fails with:
../../../../build/qt-creator/src/plugins/coreplugin/coreconstants.h:
38:25: error: ide_version.h: No such file or directory


On Dec 6, 6:30 pm, Bill King <[email protected]> wrote:
> Ignore this, the information I was given was incorrect, this patch was
> included in 4.7.1 and so should build creator from source fine.
>
> On 12/07/2010 11:27 AM, King Bill (Nokia-MS-Qt/Brisbane) wrote:
>
>
>
> > All right, this fix:
> >https://bugdiffs.qt.nokia.com/fisheye/changelog/Qt?cs=82d5f0ae622d257...
>
> > Doesnt' look like it's been released yet, so you'll need to grab the qt
> > 4.7 stable or qt 4.7 master branch from git for the functionality of the
> > above to be compiled.
>
> > I'll check with release management as to when it's likely to be in a
> > released branch.
>
> --
> Bill King, Software Engineer
> Qt Development Frameworks, Nokia Pty Ltd
> Brisbane Office
>
> _______________________________________________
> Qt-creator mailing list
> [email protected]http://lists.trolltech.com/mailman/listinfo/qt-creator

_______________________________________________
Qt-creator mailing list
[email protected]
http://lists.trolltech.com/mailman/listinfo/qt-creator

Reply via email to