I've installed Sublime Editor 4 and GCC (MinGW, added to PATH)
Sublime refuses to compile any C/C++ code, and gives this strange "un-googleble" error:
I tried to create "Build Systems", that I found in guides, nothing changed.
Edit: If I try to just paste command in cmd, result is:
C:\Windows\system32>gcc "C:\Users\Hamburger\Documents\My Scripts\C\SublimeTest\main.c" -o "C:\Users\Hamburger\Documents\My Scripts\C\SublimeTest\main"
gcc: error: CreateProcess: No such file or directory
Files and directories are there.
Also tried simpler filepath:
C:\Windows\system32>gcc "C:\test\main.c" -o "C:\test\main"
gcc: error: CreateProcess: No such file or directory