[Qt-creator] Error running the application "Failed to start program. Path or permissions wrong?"

Paulo Jnkml paulo.jnkml at gmail.com
Sun Feb 8 09:27:04 CET 2009


Hi,

I have a project with a structure
project_dir/
    bin/executable //release
    bin/executabled //debug
    qtc/this_project.pro
    src/sources

In the .pro I have

Debug:TARGET=../bin/executabled
Release:TARGET=../bin/executable

When I compile, no problem, and the executable is created.
If I run the "executable" from the command line it works normally.


When I try to run, from within qtcreator,  I get:

Starting ...

Failed to start program. Path or permissions wrong?


If I try to debug I get a dialog asking which executable to debug, and 
the current path pointing to "project_dir/qtc".
Which is the value in project/Run Settings/Working Directory dialog.

How come it cant find the correct target? It used to work.


qtcreator:
Built on Feb 4 2009 at 22:34:38
 From revision 10a083c12b


Help =)
Thanks

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.qt-project.org/pipermail/qt-creator-old/attachments/20090208/e69c2d10/attachment.html 


More information about the Qt-creator-old mailing list