08.01.2018, 14:35, "Mojca Miklavec" <[email protected]>: > Dear CMake developers, > > I installed msys2 from http://www.msys2.org/ and (after updating etc) > installed cmake via > pacman -S cmake
You should install mingw-w64-x86_64-cmake (or i686). You've installed package that targets MSYS environment, not native Windows. > as well as some other packages like "make", the gcc compiler etc. > > But "ccmake" complains: > > System is unknown to cmake, create: > Platform/MINGW32_NT-6.1 to use this system, please send your config file to > [email protected] so it can be added to cmake > > Your CMakeCache.txt file was copied to CopyOfCMakeCache.txt. Please > send that file to > [email protected]. > > I believe I should additional set the compiler somehow, but I guess I > should be able to cope with that part. I just wanted to report the > failure to identify the platform while fighting with other problems. > (Meson works correctly out of the box.) > > CopyOfCMakeCache is in attachment. > > Thank you very much, > Mojca > ,-- > > Powered by www.kitware.com > > Please keep messages on-topic and check the CMake FAQ at: > http://www.cmake.org/Wiki/CMake_FAQ > > Kitware offers various services to support the CMake community. For more > information on each offering, please visit: > > CMake Support: http://cmake.org/cmake/help/support.html > CMake Consulting: http://cmake.org/cmake/help/consulting.html > CMake Training Courses: http://cmake.org/cmake/help/training.html > > Visit other Kitware open-source projects at > http://www.kitware.com/opensource/opensource.html > > Follow this link to subscribe/unsubscribe: > https://cmake.org/mailman/listinfo/cmake -- Regards, Konstantin -- Powered by www.kitware.com Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Kitware offers various services to support the CMake community. For more information on each offering, please visit: CMake Support: http://cmake.org/cmake/help/support.html CMake Consulting: http://cmake.org/cmake/help/consulting.html CMake Training Courses: http://cmake.org/cmake/help/training.html Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Follow this link to subscribe/unsubscribe: https://cmake.org/mailman/listinfo/cmake
