I'm porting a C library over to Linux (Debian) from Mac OS X using codelite. Unfortunately, lot of the directories in this project have spaces in them (e.g. .../Web Clients/), and codelite doesn't like that. Whenever I try to build the project, I get hundreds of errors like this:
Code: Select all
****.mk:151: warning: overriding commands for target `Debug/Web'
Any help is appreciated!
Thank you,
-Noah