You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 (??):
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 (??):
http://pastebin.com/qV6DCXW9
The text was updated successfully, but these errors were encountered: