Problems building a project in Windows XP
Posted: Tue Jun 01, 2010 2:17 am
Hello, i can't build any project after a CodeLite fresh install, not even the "Hello World" example that comes with a "Simple executable (gcc)" project.
I have tried with the Linux version and I haven't had any problem doing the same things.
I'm using the version codelite-2.5.2.4031-mingw4.4.1-wx2.8.10.exe on Windows XP
When i try to build a project i recieve this message:
----------Build Started--------
C:\WINDOWS\system32\cmd.exe /c ""mingw32-make.exe" -j 2 -f "WS_wsp.mk""
----------Building project:[ hello - Debug ]----------
mingw32-make.exe[1]: Entering directory `C:/Program files/CodeLite/WS'
<built-in>:0: fatal error: opening dependency file ./Debug/main.o.d:
No such file or directory
compilation terminated.
mingw32-make.exe[1]: *** [Debug/main.o.d] Error 1
mingw32-make.exe[1]: Leaving directory `C:/Program files/CodeLite/WS'
mingw32-make.exe: *** [All] Error 2
----------Build Ended----------
0 errors, 0 warnings
Any idea? Thanks for your help.
I have tried with the Linux version and I haven't had any problem doing the same things.
I'm using the version codelite-2.5.2.4031-mingw4.4.1-wx2.8.10.exe on Windows XP
When i try to build a project i recieve this message:
----------Build Started--------
C:\WINDOWS\system32\cmd.exe /c ""mingw32-make.exe" -j 2 -f "WS_wsp.mk""
----------Building project:[ hello - Debug ]----------
mingw32-make.exe[1]: Entering directory `C:/Program files/CodeLite/WS'
<built-in>:0: fatal error: opening dependency file ./Debug/main.o.d:
No such file or directory
compilation terminated.
mingw32-make.exe[1]: *** [Debug/main.o.d] Error 1
mingw32-make.exe[1]: Leaving directory `C:/Program files/CodeLite/WS'
mingw32-make.exe: *** [All] Error 2
----------Build Ended----------
0 errors, 0 warnings
Any idea? Thanks for your help.