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
Code: Select all
codelite-make -w W -c Debug -p C
Code: Select all
[ERROR ] Could not find project C. Invalid project name 'C'
Thanks for your help!
d.