[Qt-interest] Problem building with Qt Creator

Constantin Makshin cmakshin at gmail.com
Thu Sep 2 08:35:23 CEST 2010


There's a mailing list for discussions about Qt Creator:
http://lists.trolltech.com/mailman/listinfo/qt-creator

As for your problem — is it possible that something in your .pro file[s] causes QMake to go into infinite loop? I find it very strange that QMake just hangs without producing any output.
It's unlikely that mkspec files are broken because such bug can't stay undetected for >6 months.

If you still can't find the source of the problem, could you send a minimal example (your .pro file and other files it references (source files may be empty, just enough to let QMake find them)) so others can test it?

On Thursday 02 September 2010 00:11:03 yogesh upreti wrote:
> Hi All,
> I don't know if this is the right place to ask questions about Qt creator.
> But I am trying to build my project using Qt creator, (which was building it
> till yesterday) but unable to do it successfully.
> 1. When I try to Build a my project it shows
> 
> Running build steps for project JobCreator...
> 
> Starting: c:/qt/2010.02.1/qt/bin/qmake.exe
> F:/Work/Programming/QT/JobCreator/JobCreator.pro -r -spec
> c:/Qt/2010.02.1/qt/mkspecs/win32-g++
> 
> 
> and hangs after this, dose't do anything further, I have left it for 2 hrs
> and nothing happens, I have to "cancel build" in the end and it ends with :
> 
> Exited with code 62097.
> 
> Canceled build.
> 
> 
> 2. When I try to "clean" the project, it shows
> 
> Running build steps for project JobCreator...
> 
> Starting: C:/Qt/2010.02.1/mingw/bin/mingw32-make.exe clean -w
> 
> mingw32-make: Entering directory `F:/Work/Programming/QT/JobCreator'
> 
> c:/qt/2010.02.1/qt/bin/qmake.exe -spec c:/Qt/2010.02.1/qt/mkspecs/win32-g++
> -win32 CONFIG+=release -o Makefile JobCreator.pro
> 
> 
> and hangs after this, dose't do anything further.
> 
> 
> I tried running qmake command in the directory using command prompt, it
> dosn't do anything either.
> 
> 
> I have reinstalled Qt creator, tried installing new version ( which does't
> work either)
> 
> 
> Can someone tell me what could be the problem??
> 
> 
> Thanks in advance
> 
> Yogesh Upreti



More information about the Qt-interest-old mailing list