Make error after upgrade to version 6.
Posted: Tue Jun 03, 2014 11:27 pm
Hi,
I've been using CodeLite for awhile now and I'm enjoying it a lot. After updating to version 6, I get the following error when I try to build my current project or even if I make a brand new workspace and project.
C:\Windows\system32\cmd.exe /c "C:/MinGW/bin/mingw32-make.exe -j4 -e -f Makefile"
----------Building project:[ hello - Debug ]----------
mingw32-make[1]: Entering directory 'c:/Users/Tom/Documents/Programming Projects/test/hello'
C:\MinGW\bin\g++.exe -o ./Debug/hello @"hello.txt" -L.
/usr/bin/sh: C:MinGWbing++.exe: command not found
mingw32-make[1]: *** [Debug/hello] Error 127
mingw32-make.exe: *** [All] Error 2
hello.mk:81: recipe for target 'Debug/hello' failed
mingw32-make[1]: Leaving directory 'c:/Users/Tom/Documents/Programming Projects/test/hello'
Makefile:4: recipe for target 'All' failed
1 errors, 0 warnings
Workspace make file:
http://pastebin.com/7zbbyBdu
Project make file:
http://pastebin.com/Brkt4qfY
Hopefully the above pastes will help. Any idea why I'm getting this error?
Thanks in advance.
I've been using CodeLite for awhile now and I'm enjoying it a lot. After updating to version 6, I get the following error when I try to build my current project or even if I make a brand new workspace and project.
C:\Windows\system32\cmd.exe /c "C:/MinGW/bin/mingw32-make.exe -j4 -e -f Makefile"
----------Building project:[ hello - Debug ]----------
mingw32-make[1]: Entering directory 'c:/Users/Tom/Documents/Programming Projects/test/hello'
C:\MinGW\bin\g++.exe -o ./Debug/hello @"hello.txt" -L.
/usr/bin/sh: C:MinGWbing++.exe: command not found
mingw32-make[1]: *** [Debug/hello] Error 127
mingw32-make.exe: *** [All] Error 2
hello.mk:81: recipe for target 'Debug/hello' failed
mingw32-make[1]: Leaving directory 'c:/Users/Tom/Documents/Programming Projects/test/hello'
Makefile:4: recipe for target 'All' failed
1 errors, 0 warnings
Workspace make file:
http://pastebin.com/7zbbyBdu
Project make file:
http://pastebin.com/Brkt4qfY
Hopefully the above pastes will help. Any idea why I'm getting this error?
Thanks in advance.