Hello,
From my Linux, I have created a new workspace in a folder on the common drive (/data/codelite/NewWorkspace = D:\codelite\NewWorkspace).
I have imported my project into that workspace (all files were already located on the common folder in D:\codelite\GonflageGUI).
I have compiled and run the project with no problem.
When I reboot and launch CodeLite on Windows 7, I get the same error on compiling the project, even though I used my project through the new workspace which file is indeed on the common drive.
C:\Windows\system32\cmd.exe /c "mingw32-make.exe -j 4 -e -f Makefile"
"----------Building project:[ GonflageGUI - Debug ]----------"
wx-config Warning: Multiple compiled configurations of wxWidgets have been detected.
Using first detected version by default.
Please use the --wxcfg flag (as in wx-config --wxcfg=gcc_dll/mswud)
or set the environment variable WXCFG (as in WXCFG=gcc_dll/mswud)
to specify which configuration exactly you want to use.
mingw32-make.exe[1]: Entering directory `D:/codelite/GonflageGUI'
mingw32-make.exe[1]: *** No rule to make target `/data/codelite/GonflageGUI/gui.cpp', needed by `Debug/gui.o'. Stop.
mingw32-make.exe[1]: *** Waiting for unfinished jobs....
mingw32-make.exe: *** [All] Error 2
mingw32-make.exe[1]: Leaving directory `D:/codelite/GonflageGUI'
Makefile:4: recipe for target `All' failed
0 errors, 0 warnings
The workspace file is D:\codelite\NewWorkspace\NewWorkspace.workspace
The project file is D:\codelite\GonflageGUI\GonflageGUI.project
And all the source files are in D:\codelite\GonflageGUI
All of them located on the same drive.
Thanks for your help.