Page 1 of 1

My program will not run.

Posted: Thu Aug 05, 2010 5:46 pm
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.

Re: My program will not run.

Posted: Fri Aug 06, 2010 6:46 pm
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

Re: My program will not run.

Posted: Sun Aug 22, 2010 9:41 pm
by Spookman
Where I wrote projectname, the project name appears, with no brackets.