Building on Windows 7
Posted: Sat Oct 27, 2012 12:20 am
I'm trying to build the codelite_utils (as per the instructions) but I'm getting the following error. I have not been able to figure out the problem.
I "think" that its tied to the mingw32 stuff, but according to the error message it looks like its invoking something in the normal Windows cmd shell.
Any pointers or ideas would be greatly appreciated.
-- John
Code: Select all
copy Release\codelite_cppcheck.exe ..\..\Runtime\codelite_cppcheck.exe
process_begin: CreateProcess(NULL, copy Release\codelite_cppcheck.exe ..\..\Runtime\codelite_cppcheck.exe, ...) failed.
make (e=2): The system cannot find the file specified.
Any pointers or ideas would be greatly appreciated.
-- John