Can't compile with MinGW
TheSHEEEP opened this issue · 0 comments
TheSHEEEP commented
First of all, the CMakeLists.txt itself is not even compatible with MinGW.
You have to remove the Windows/main.cpp for the MINGW target, and the compiler flags are set with /D and incompatible with GCC anyway.
So, after fixing that and when trying to build with MinGW, I get some pretty vile template magic errors (I really don't like templates...), also malloc and free are missing (??):