Is it possible in CodeLite (under Windows, 2.9.0.4684) to have workspace/project files on a different partition than source code?
The reason I'm asking is because I've experienced a following issue:
- I created a new empty console project (removed default main.cpp) on partition O:
- I added to a project an existing source file with simple Hello World application, source file was located on a partition P:
- building fails with the message:
Code: Select all
----------Build Started--------
C:\Windows\system32\cmd.exe /c ""mingw32-make.exe" -j 4 -f "appeartv_wsp.mk""
----------Building project:[ test - Debug ]----------
mingw32-make.exe[1]: Entering directory `o:/projects/appeartv/test'
mingw32-make.exe[1]: *** No rule to make target `/hello.cpp', needed by `Debug/hello.o'. Stop.
mingw32-make.exe[1]: *** Waiting for unfinished jobs....
mingw32-make.exe: *** [All] Error 2
mingw32-make.exe[1]: Leaving directory `o:/projects/appeartv/test'
----------Build Ended----------
0 errors, 0 warnings
So my question appears - is it currently possible to place sources on a different partion than the project files (in windows)? Maybe there's some workaround for this? Or maybe I just did something wrong?
Regards,
Czuba