PDA

View Full Version : my qtdevelop doesn't create an exe file



miguel_mark
19th October 2007, 02:04
why is it that when i build my project it shows no error but i can't run or debug it?..
and when i rebuild my roject it shows errors like:

>>Could Not Find C:\Documents and Settings\psg\Desktop\abc\build\ui_mainwindow.h
mingw32-make.exe[1]: [compiler_uic_clean] Error 1 (ignored)
>>Could Not Find C:\Documents and Settings\psg\Desktop\abc\build\mainwindowimpl.o
mingw32-make.exe[1]: [clean] Error 1 (ignored)
>>Could Not Find C:\Documents and Settings\psg\Desktop\abc\build\moc_mainwindowipl.c pp
mingw32-make.exe[1]: [compiler_moc_header_clean] Error 1 (ignored)
>>Could Not Find C:\Documents and Settings\psg\Desktop\abc\build\ui_mainwindow.h
mingw32-make.exe[1]: [compiler_uic_clean] Error 1 (ignored)
mingw32-make.exe[1]: Leaving directory `C:/Documents and Settings/psg/Desktop/abc'

does any body know how i can sort this out???

miguel_mark
19th October 2007, 03:12
why is it that i have build my project and it found no errors but when i run it, it says that the debug doesn't exist and it doesn't create a .exe file. Can someone tell me what to do???

marcel
19th October 2007, 06:23
What TEMPLATE did you choose in the pro file?
Make sure it is app.

ChristianEhrlicher
19th October 2007, 06:42
The above errors are not really a problem, but:
Move your project to another folder without spaces - imho qmake still has problems with spaces in path.
Also make sure to not have /bin/sh from msys/cygwin in your PATH environment variable.

Your description 'can't run or debug it' is very vague - we can't help you when you don't provide more informations.

high_flyer
19th October 2007, 09:30
it could also be that you are building a release version.

high_flyer
19th October 2007, 09:41
Miguel - please don't cross post.
Post one thread per problem in the correct section - thanks.