CodeLite installation/troubleshooting forum
Spookman
CodeLite Curious
Posts: 2 Joined: Thu Aug 05, 2010 5:37 pm
Genuine User: Yes
IDE Question: C++
Contact:
Post
by Spookman » Thu Aug 05, 2010 5:46 pm
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.
eranif
CodeLite Plugin
Posts: 6375 Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:
Post
by eranif » Fri Aug 06, 2010 6:46 pm
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
Spookman
CodeLite Curious
Posts: 2 Joined: Thu Aug 05, 2010 5:37 pm
Genuine User: Yes
IDE Question: C++
Contact:
Post
by Spookman » Sun Aug 22, 2010 9:41 pm
Where I wrote projectname, the project name appears, with no brackets.