Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
g++: error: /utf-8: No such file or directory mingw32-make[1]: *** [Makefile.Debug:2284: debug/main.o] Error 1 mingw32-make: *** [Makefile:45: debug] Error 2
You should tell us more - e.g. what you're trying to do would be a good start. /utf-8 is a msvc switch but you obviously try to compile with gcc - this will not work.
/utf-8