[Qt-interest] building error from Qt Creator :-)

James Yan jyan972 at gmail.com
Wed Mar 25 19:07:13 CET 2009


hi guys,
I'm new to Qt Creator ( I used Visual C++ Express / Qt on windows for a long
time, it works well ), today i give Qt Creator a try, i just keep getting
error like following :

Running build steps for project demo...
Creating gdb macros library...
Configuration unchanged, skipping QMake step.
Starting: C:/Qt/mingw/bin/mingw32-make.exe debug -w
mingw32-make: Entering directory `D:/mytest/demo'
C:/Qt/mingw/bin/mingw32-make -f Makefile.Debug
mingw32-make[1]: Entering directory `D:/mytest/demo'
g++ -c -g -frtti -fexceptions -mthreads -Wall -DUNICODE
-DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_GUI_LIB -DQT_CORE_LIB
-DQT_THREAD_SUPPORT -DQT_NEEDS_QMAIN -I"c:\Qt\qt\include\QtCore"
-I"c:\Qt\qt\include\QtGui" -I"c:\Qt\qt\include"
-I"c:\Qt\qt\include\ActiveQt" -I"debug" -I"." -I"c:\Qt\qt\mkspecs\win32-g++"
-o debug\main.o main.cpp
mingw32-make[1]: Leaving directory `D:/mytest/demo'
mingw32-make: Leaving directory `D:/mytest/demo'

This application has requested the Runtime to terminate it in an unusual
way.
Please contact the application's support team for more information.
mingw32-make[1]: *** [debug/main.o] Error 3
mingw32-make: *** [debug] Error 2
Exited with code 2.
Error while building project demo
When executing build step 'Make'

===
besides, how to add a new -I to g++ on the Qt Creator? ( like type new
include-path on 'additional include path' on project setting in visual C++)

thanks.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.qt-project.org/pipermail/qt-interest-old/attachments/20090326/b6ca7236/attachment.html 


More information about the Qt-interest-old mailing list