I installed Git for Windows (the portable version) and added "C:/Program Files/Git/bin"
to my system path variable. When I did this it messed up my make that I have installed from Mingw-w64.
When I run the command to build my project (make all
), I get this error:
process_begin: CreateProcess(NULL, echo compiling src/prototype-main.cpp, ...) failed.
make (e=2): The system cannot find the file specified.
make: *** [make/targets.make:40: src/prototype-main.o] Error 2
When I remove it from my path variable, it works fine again. What's up with that? The only files in the "Git/bin"
directory are:
bash.exe
git.exe
sh.exe