2013/6/19 Aaron Boxer <[email protected]> > Hello, > > I am trying to run cmake on a project (openjpeg) > using CMake 2.8.11 GUI, and I get the following errors: > > The C compiler identification is unknown > > Check if the system is big endian > > Searching 16 bit integer > > CMake Error at C:/Program Files (x86)/CMake > 2.8/share/cmake-2.8/Modules/TestBigEndian.cmake:44 (message): > > no suitable type found > > Call Stack (most recent call first): > > CMakeLists.txt:146 (TEST_BIG_ENDIAN) > > Configuring incomplete, errors occurred! > > > Any ideas? >
Do you have any compiler installed? AFAIR, you should select what tool set should be used for configuration/generation. "The C compiler identification is unknown" pretty self-descriptive. > > Thanks, > > Aaron > > -- > > Powered by www.kitware.com > > Visit other Kitware open-source projects at > http://www.kitware.com/opensource/opensource.html > > Please keep messages on-topic and check the CMake FAQ at: > http://www.cmake.org/Wiki/CMake_FAQ > > Follow this link to subscribe/unsubscribe: > http://www.cmake.org/mailman/listinfo/cmake > -- Best Regards, Sergei Nikulov
-- Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Follow this link to subscribe/unsubscribe: http://www.cmake.org/mailman/listinfo/cmake
