My application runs just fine outside the IDE and it runs with the debugger within the IDE. But it won't run directly from the IDE.
The interface script output looks like this:
I had been using Ubuntu 10.10 and an earlier Codelite -- all of which still works just fine from the same project file.Current working directory: /media/art/C/art_show
Running program: /usr/bin/codelite_xterm './art_show ' '/bin/sh -f /usr/bin/codelite_exec ./art_show '
Program exited with return code: -1
I originally titles this post: "Compiled executable is owned by root" but that was a red herring.
The work drive is formatted NTFS and mounted with the following fstab line:
UUID=029CFEEB0842DBCD /media/art ntfs-3g rw,dmask=000,fmask=000,umask=000,suid,dev,auto,async,exec,locale=en_US.utf8 0 2
(This takes care of making executables run on NTFS drives -- a problem I once had)
Any help will be appreciated...