04-19-2015, 05:03 PM
I have seen some people struggling with compiling Colobot using Visual Studio, but when I run cmake I get an error: "Your C++ compiler doesn't seem to support C++11. Supported compilers at this time are GCC 4.6+ and clang." Does that mean that Colobot uses C++11 features which are only available in GCC and clang, but not in other compilers (like MSVC)? I wanted to try to build the project using Visual Studio Community 2013, but I don't want to waste time struggling because of the compiler itself not supporting some necessary features for building.
I have found a table with supported C++11 features in MSVC, it may be useful: https://msdn.microsoft.com/en-us/library/hh567368.aspx
I have found a table with supported C++11 features in MSVC, it may be useful: https://msdn.microsoft.com/en-us/library/hh567368.aspx