Code: Select all
C:\Windows\system32\cmd.exe /C "C:/Program Files (x86)/CodeBlocks/MinGW64/bin/mingw32-make.exe" -j8 SHELL=cmd.exe -e -f Makefile
"----------Building project:[ testing - Debug ]----------"
'C:/Program' is not recognized as an internal or external command,
operable program or batch file.
mingw32-make.exe: *** [All] Error 1
Makefile:4: recipe for target 'All' failed
1 errors, 0 warnings
When I see this, I think that it needs double quotes around it, but in the log, it says that there is, so I'm not sure why it's doing this. Any ideas?
I'm on Windows 10 Pro x64.