Page 1 of 1

Problem with codelite-make and virtual folders

Posted: Sun Jan 29, 2017 8:58 pm
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.

Re: Problem with codelite-make and virtual folders

Posted: Sun Jan 29, 2017 9:25 pm
by eranif
Which CodeLite version are you using? (and ofc, which version of codelite-make)

Re: Problem with codelite-make and virtual folders

Posted: Sun Jan 29, 2017 11:30 pm
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!

Re: Problem with codelite-make and virtual folders

Posted: Mon Jan 30, 2017 12:20 am
by eranif
Virtual folders were added in CodeLite 10.0 :)

Re: Problem with codelite-make and virtual folders

Posted: Mon Jan 30, 2017 3:01 am
by diemsi
Ok, after update everything works like a charm.
Thanks!