When I try, I get this:
Code: Select all
C:\Windows\system32\cmd.exe /c ""C:/Program Files (x86)/CodeLite/MinGW-4.8.1/bin/mingw32-make.exe" -j4 SHELL=cmd.exe -e -f Makefile"
"----------Building project:[ pdp_27_B - Debug ]----------"
'C:/Program' ¤ ¤¤à¨å« ઠ©à«¨ ¡ã 㠥૨ ¡ã ¤«¦¢ã,
¡«¢[b][/b]â© £¦ §¨æ¨££ ã ¨®å¦ â©£ª ¤¨ é¤.
mingw32-make.exe: *** [All] Error 1
Makefile:4: recipe for target 'All' failed
1 errors, 0 warnings
Code: Select all
C:\Windows\system32\cmd.exe /c ""C:/Program Files (x86)/CodeLite/MinGW-4.8.1/bin/mingw32-make.exe" -j4 SHELL=cmd.exe -e -f Makefile"
"----------Building project:[ pdp_27_B - Debug ]----------"
'C:/Program' ¤ ¤¤à¨å« ઠ©à«¨ ¡ã 㠥૨ ¡ã ¤«¦¢ã,
¡«¢â© £¦ §¨æ¨££ ã ¨®å¦ â©£ª ¤¨ é¤.
mingw32-make.exe: *** [All] Error 1
Makefile:4: recipe for target 'All' failed
0 errors, 0 warnings
I switched the compiler by right-clicking my project and going to Settings --> Common Settings --> General --> General Project Settings --> Compiler
Unfortunately, using VC++ 12 doesn't do it either, as the program runs, but prints nothing (except for the "Press Any key to continue..." message)
Because my computer is set to Greek, I believe that the first problem is caused because CodeLite does not support Unicode.As for the second, I can't explain it.
I doubt that many people have encoutered this problem before, but I would be glad to find a solution, as I really need to use MinGW for the project I am working on, and I really like the CodeLite IDE (No I am not willing to change my system language, so don;t even think about it)
I hope someone comes up with something soon. Thanks in advance (I hope).