My program will not run.

CodeLite installation/troubleshooting forum
Spookman
CodeLite Curious
Posts: 2
Joined: Thu Aug 05, 2010 5:37 pm
Genuine User: Yes
IDE Question: C++
Contact:

My program will not run.

Post by Spookman »

Hi, I am new with Codelite, and this problem happened when I just got it, stopped, then started again. When I try to run my program, the box pops up with

Code: Select all

/usr/bin/codelite_exec: 22: ./$projectname: not found
please advise.
User avatar
eranif
CodeLite Plugin
Posts: 6373
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: My program will not run.

Post by eranif »

codelite is strict about the macros you are using in the project settings:

there is no such thing: $projectname did you mean to use: $(ProjectName) ?

(with the parenthesis and upper/lower case)
Eran
Make sure you have read the HOW TO POST thread
Spookman
CodeLite Curious
Posts: 2
Joined: Thu Aug 05, 2010 5:37 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: My program will not run.

Post by Spookman »

Where I wrote projectname, the project name appears, with no brackets.
Post Reply