Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Performing Test COMPILER_SUPPORTS_CXX11
- CMake Error at /usr/share/cmake-2.8/Modules/CheckCXXSourceCompiles.cmake:61 (try_compile):
- Unknown extension ".cxx" for file
- /home/andy/code/AnalyzeChessGames/build/CMakeFiles/CMakeTmp/src.cxx
- try_compile() works only for enabled languages. Currently these are:
- See project() command to enable other languages.
- Call Stack (most recent call first):
- /usr/share/cmake-2.8/Modules/CheckCXXCompilerFlag.cmake:40 (CHECK_CXX_SOURCE_COMPILES)
- CMakeLists.txt:5 (CHECK_CXX_COMPILER_FLAG)
- -- Performing Test COMPILER_SUPPORTS_CXX11 - Failed
- -- Performing Test COMPILER_SUPPORTS_CXX0X
- CMake Error at /usr/share/cmake-2.8/Modules/CheckCXXSourceCompiles.cmake:61 (try_compile):
- Unknown extension ".cxx" for file
- /home/andy/code/AnalyzeChessGames/build/CMakeFiles/CMakeTmp/src.cxx
- try_compile() works only for enabled languages. Currently these are:
- See project() command to enable other languages.
- Call Stack (most recent call first):
- /usr/share/cmake-2.8/Modules/CheckCXXCompilerFlag.cmake:40 (CHECK_CXX_SOURCE_COMPILES)
- CMakeLists.txt:6 (CHECK_CXX_COMPILER_FLAG)
- -- Performing Test COMPILER_SUPPORTS_CXX0X - Failed
- -- The compiler has no C++11 support. Please use a different C++ compiler.
- -- The C compiler identification is GNU 4.8.2
- -- The CXX compiler identification is GNU 4.8.2
- -- Check for working C compiler: /usr/bin/gcc
- -- Check for working C compiler: /usr/bin/gcc -- works
- -- Detecting C compiler ABI info
- -- Detecting C compiler ABI info - done
- -- Check for working CXX compiler: /usr/bin/g++
- -- Check for working CXX compiler: /usr/bin/g++ -- works
- -- Detecting CXX compiler ABI info
- -- Detecting CXX compiler ABI info - done
- -- Configuring incomplete, errors occurred!
- See also "/home/andy/code/AnalyzeChessGames/build/CMakeFiles/CMakeOutput.log".
- See also "/home/andy/code/AnalyzeChessGames/build/CMakeFiles/CMakeError.log".
Advertisement
Add Comment
Please, Sign In to add comment