I just installed codelite on a new machine and am wondering what else I need to do to enable codelite to compile qt applications as I am being stung with the following when I try to compile any QT application in Ubuntu 12.10:
Debugger exited with the following error string:
"No executable file specified.
Use the "file" or "exec-file" command."
in the build tab I am receiving the following message:
make: *** No targets specified and no makefile found. Stop.
QT application unable to compile
-
- CodeLite Curious
- Posts: 9
- Joined: Sun May 06, 2012 5:52 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: QT application unable to compile
Make sure you have read the HOW TO POST thread
-
- CodeLite Curious
- Posts: 9
- Joined: Sun May 06, 2012 5:52 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: QT application unable to compile
Sorry about that. Please consider the following:
Your codelite version: 5.1
Is it a self compiled version of codelite: No
Your OS: Ubuntu 12.10
Compiler version: GNU makefile for g++/gcc
Your GDB version: GNU gdb (GDB) 7.5-ubuntu
2) If it is a Build problem (link error, compilation error, can't find include files etc.):
The *full* 'Build' window output - do not paste portion of the build window output. Its better posting the entire build window output rather than what YOU think is the problem:
MESSAGE: Entering directory `/home/USER/Downloads/test/dklj/'
/bin/sh -c 'make'
----------Building project:[ dklj - ]----------
make: *** No targets specified and no makefile found. Stop.
0 errors, 0 warnings
Your codelite version: 5.1
Is it a self compiled version of codelite: No
Your OS: Ubuntu 12.10
Compiler version: GNU makefile for g++/gcc
Your GDB version: GNU gdb (GDB) 7.5-ubuntu
2) If it is a Build problem (link error, compilation error, can't find include files etc.):
The *full* 'Build' window output - do not paste portion of the build window output. Its better posting the entire build window output rather than what YOU think is the problem:
MESSAGE: Entering directory `/home/USER/Downloads/test/dklj/'
/bin/sh -c 'make'
----------Building project:[ dklj - ]----------
make: *** No targets specified and no makefile found. Stop.
0 errors, 0 warnings
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: QT application unable to compile
How did you create your sources? I mean, do you have a .pro file? are you using codelite's QT plugin?
Eran
Eran
Make sure you have read the HOW TO POST thread
-
- CodeLite Curious
- Posts: 9
- Joined: Sun May 06, 2012 5:52 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: QT application unable to compile
Ok, I know what I've done, I selected the wrong item. Nevermind, thanks for your time, it's working fine now