Failed to start program. Path or permissions wrong?
-
That looks like shadow building in works.
"Nothing to be done for 'first'" is standard make message. It's not an error as such - usually it means that the project is already built and there is no need to compile again.
-
Delete those makefiles.
But we're running in circles here, I'm afraid. I'm sure I've run into a similar problem before, but I don't remember what was the solution. We're probably missing something obvious.
-
Hi,
in this case, are you sure your project is setup correctly ? Could you share the pro file ? -
This may be similar problems as I had lately. However, I am on Windows 7 with creator 2.6.
I have a rather large project based on subdirs with some libs shared by a couple of applications.
I noted that changing the source with some debug statements and in the debugger there was no influence on what I had changed. As I found out later Qt creator compiled and linked always the release version only for this particular application. I did the whole bucket of things rebuild, clean and build (as separate steps) also at least some partly "Run qmake" until I found out what happened. In my case it was cured by "Run qmake" for the whole subdirs project. Suddenly the debug build was created.
It sounds a bit weird, but I assume Qt creator somehow looses track when switching between release and debug modes. IMO not really a logical behaviour, but I do not know what is actually happening in qt creator.Especially if you have a complex project, try "Run qmake".
-
[quote author="clouca" date="1367858735"]Yes it's very weird.. I am thinking to switch it in windows for better luck. I run linux on virtual machine, does this make any difference ?[/quote]
Do not know. I have not used Qt creator lately on a virtual machine.[quote author="SGaist" date="1367847901"]Hi,
in this case, are you sure your project is setup correctly ? Could you share the pro file ?[/quote]
at clouca: that is an option. Maybe someone sees an issue.Do you have a complex project?
-
Since it's a subfolder project, how do you setup your DESTDIR variables ?
-
[quote author="clouca" date="1367907957"]john_god john_god i didn't found something simillar
my project was created in qt 4.7 32(bit) and i am now running Qt 5.0 (64bit) if that can help..
thanks[/quote]
Those are the versions of Qt lib. Qt creator has currently version 2.7. A Qt creator installed with Qt 4.7 is fairly old.
How did you install Qt 5? Which exact Qt5 version are you using? Did you replace also the Qt creator at that time? -
Where does that path come from ?