Guest User

Untitled

a guest
Aug 22nd, 2014
890
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.92 KB | None | 0 0
  1. -- Performing Test COMPILER_SUPPORTS_CXX11
  2. CMake Error at /usr/share/cmake-2.8/Modules/CheckCXXSourceCompiles.cmake:61 (try_compile):
  3. Unknown extension ".cxx" for file
  4.  
  5. /home/andy/code/AnalyzeChessGames/build/CMakeFiles/CMakeTmp/src.cxx
  6.  
  7. try_compile() works only for enabled languages. Currently these are:
  8.  
  9.  
  10.  
  11. See project() command to enable other languages.
  12. Call Stack (most recent call first):
  13. /usr/share/cmake-2.8/Modules/CheckCXXCompilerFlag.cmake:40 (CHECK_CXX_SOURCE_COMPILES)
  14. CMakeLists.txt:5 (CHECK_CXX_COMPILER_FLAG)
  15.  
  16.  
  17. -- Performing Test COMPILER_SUPPORTS_CXX11 - Failed
  18. -- Performing Test COMPILER_SUPPORTS_CXX0X
  19. CMake Error at /usr/share/cmake-2.8/Modules/CheckCXXSourceCompiles.cmake:61 (try_compile):
  20. Unknown extension ".cxx" for file
  21.  
  22. /home/andy/code/AnalyzeChessGames/build/CMakeFiles/CMakeTmp/src.cxx
  23.  
  24. try_compile() works only for enabled languages. Currently these are:
  25.  
  26.  
  27.  
  28. See project() command to enable other languages.
  29. Call Stack (most recent call first):
  30. /usr/share/cmake-2.8/Modules/CheckCXXCompilerFlag.cmake:40 (CHECK_CXX_SOURCE_COMPILES)
  31. CMakeLists.txt:6 (CHECK_CXX_COMPILER_FLAG)
  32.  
  33.  
  34. -- Performing Test COMPILER_SUPPORTS_CXX0X - Failed
  35. -- The compiler has no C++11 support. Please use a different C++ compiler.
  36. -- The C compiler identification is GNU 4.8.2
  37. -- The CXX compiler identification is GNU 4.8.2
  38. -- Check for working C compiler: /usr/bin/gcc
  39. -- Check for working C compiler: /usr/bin/gcc -- works
  40. -- Detecting C compiler ABI info
  41. -- Detecting C compiler ABI info - done
  42. -- Check for working CXX compiler: /usr/bin/g++
  43. -- Check for working CXX compiler: /usr/bin/g++ -- works
  44. -- Detecting CXX compiler ABI info
  45. -- Detecting CXX compiler ABI info - done
  46. -- Configuring incomplete, errors occurred!
  47. See also "/home/andy/code/AnalyzeChessGames/build/CMakeFiles/CMakeOutput.log".
  48. See also "/home/andy/code/AnalyzeChessGames/build/CMakeFiles/CMakeError.log".
Advertisement
Add Comment
Please, Sign In to add comment