Problem with codelite-make and virtual folders

CodeLite installation/troubleshooting forum
diemsi
CodeLite Curious
Posts: 3
Joined: Sun Jan 29, 2017 8:48 pm
Genuine User: Yes
IDE Question: C++
Contact:

Problem with codelite-make and virtual folders

Post by diemsi »

Hi!
I'm having the following problem with virtual folders and codelite-make utility:
Got three projects: project A and B in workspace W's root and a poject C in a virtual folder P.
The following commands run ok:

Code: Select all

codelite-make -w W -c Debug -p A
codelite-make -w W -c Debug -p B
but this:

Code: Select all

codelite-make -w W -c Debug -p C
gives the following error:

Code: Select all

[ERROR ] Could not find project C. Invalid project name 'C'
So my question is: how to tell codelite-make that C is in virtual folder P? I've also tried P/C, P\C, however without success.

Thanks for your help!
d.
User avatar
eranif
CodeLite Plugin
Posts: 6372
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Problem with codelite-make and virtual folders

Post by eranif »

Which CodeLite version are you using? (and ofc, which version of codelite-make)
Make sure you have read the HOW TO POST thread
diemsi
CodeLite Curious
Posts: 3
Joined: Sun Jan 29, 2017 8:48 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Problem with codelite-make and virtual folders

Post by diemsi »

Damn, i've forgot to check this.
My version is 6.1.1. I've got it via apt-get (Debian Jessie).
I'll update Codelite to 10.0 and post the outcome.
Thanks for your time!
User avatar
eranif
CodeLite Plugin
Posts: 6372
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Problem with codelite-make and virtual folders

Post by eranif »

Virtual folders were added in CodeLite 10.0 :)
Make sure you have read the HOW TO POST thread
diemsi
CodeLite Curious
Posts: 3
Joined: Sun Jan 29, 2017 8:48 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Problem with codelite-make and virtual folders

Post by diemsi »

Ok, after update everything works like a charm.
Thanks!
Post Reply