When I try to compile a template project, the output window tells me the following.
Code: Select all
C:\Windows\system32\cmd.exe /c ""C:/Program Files/MinGW-4.8.1/bin/mingw32-make.exe" SHELL=cmd.exe -e -f Makefile"
'C:/Program' is not recognized as an internal or external command,
operable program or batch file.
mingw32-make.exe: *** [All] Error 1
"----------Building project:[ HelloWorld - Release ]----------"
Makefile:4: recipe for target 'All' failed
0 errors, 0 warnings
I couldn't figure out where I could change the path to MinGW in the IDE. If I had, I would have moved MinGW into a more appropriate (for CodeLite) directory.
I am using the current version of CodeLite 6.1.1 on 32 bit Windows 8.1.
Any ideas?