PDA

View Full Version : Errors while building



T0bi4s
11th March 2010, 20:21
Hi guys,

I got troubles with compiling a qt project, since I installed another version (it's 4.5.0 btw). Anyway it runs perfetcly on another pc, but on the current one he won't run the very same project. The dt exits the programm with exitcode -107235344 (just typed numbers :) ) and when I debug it says that I dont have the permission to run it, and that it couldn't start theh Gdb process and want's to run it from a directory which doesn't exitst and want's the MinGW to be there.
But I set the right version and directory of Qt and the MinGW in the settings of the creator.

Anyone knows something obvious which could have happened ? or encountered something like that ?

thx
tobi

schnitzel
12th March 2010, 01:15
I assume you are using Qt Creator to build the project.

Try deleting all Makefiles (Makefile, Makefile.Debug and Makefile.Release), object_script.*, Debug/Release folder and <yourproject>.pro.user. Then open the project again in Qt Creator, do a build clean and build all.

hope it helps