Advertisement
Guest User

Untitled

a guest
Aug 29th, 2015
180
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.90 KB | None | 0 0
  1. yberion@:~/openjk/build$ cmake -G "Unix Makefiles" -i ../
  2. Would you like to see advanced options? [No]:No
  3. Please wait while cmake processes CMakeLists.txt files....
  4.  
  5. CMake Error: your CXX compiler: "CMAKE_CXX_COMPILER-NOTFOUND" was not found. Please set CMAKE_CXX_COMPILER to a valid compiler path or name.
  6. CMake Error: Internal CMake error, TryCompile configure of cmake failed
  7. CMake Error at /usr/share/cmake-2.6/Modules/CMakeTestCXXCompiler.cmake:25 (MESSAGE):
  8. The C++ compiler "CMAKE_CXX_COMPILER-NOTFOUND" is not able to compile a
  9. simple test program.
  10.  
  11. It fails with the following output:
  12.  
  13.  
  14.  
  15.  
  16.  
  17. CMake will not be able to correctly generate this project.
  18. Call Stack (most recent call first):
  19. CMakeLists.txt:25 (project)
  20.  
  21.  
  22. CMake Error: your CXX compiler: "CMAKE_CXX_COMPILER-NOTFOUND" was not found. Please set CMAKE_CXX_COMPILER to a valid compiler path or name.
  23. CMake Warning (dev) in CMakeLists.txt:
  24. No cmake_minimum_required command is present. A line of code such as
  25.  
  26. cmake_minimum_required(VERSION 2.6)
  27.  
  28. should be added at the top of the file. The version specified may be lower
  29. if you wish to support older CMake versions for this project. For more
  30. information run "cmake --help-policy CMP0000".
  31. This warning is for project developers. Use -Wno-dev to suppress it.
  32.  
  33.  
  34.  
  35. Variable Name: CMAKE_BACKWARDS_COMPATIBILITY
  36. Description: For backwards compatibility, what version of CMake commands and syntax should this version of CMake try to support.
  37. Current Value: 2.4
  38. New Value (Enter to keep current value):
  39.  
  40. Variable Name: CMAKE_BUILD_TYPE
  41. Description: Choose the type of build, options are: None(CMAKE_CXX_FLAGS or CMAKE_C_FLAGS used) Debug Release RelWithDebInfo MinSizeRel.
  42. Current Value:
  43. New Value (Enter to keep current value):
  44.  
  45. Variable Name: CMAKE_INSTALL_PREFIX
  46. Description: Install path prefix, prepended onto install directories.
  47. Current Value: /usr/local
  48. New Value (Enter to keep current value):
  49.  
  50. Variable Name: EXECUTABLE_OUTPUT_PATH
  51. Description: Single output directory for building all executables.
  52. Current Value:
  53. New Value (Enter to keep current value):
  54.  
  55. Variable Name: LIBRARY_OUTPUT_PATH
  56. Description: Single output directory for building all libraries.
  57. Current Value:
  58. New Value (Enter to keep current value):
  59.  
  60. Variable Name: ProjectName
  61. Description: Project Name
  62. Current Value: OpenJK
  63. New Value (Enter to keep current value):
  64.  
  65. Please wait while cmake processes CMakeLists.txt files....
  66.  
  67. CMake Warning (dev) in CMakeLists.txt:
  68. No cmake_minimum_required command is present. A line of code such as
  69.  
  70. cmake_minimum_required(VERSION 2.6)
  71.  
  72. should be added at the top of the file. The version specified may be lower
  73. if you wish to support older CMake versions for this project. For more
  74. information run "cmake --help-policy CMP0000".
  75. This warning is for project developers. Use -Wno-dev to suppress it.
  76.  
  77.  
  78.  
  79. yberion@:~/openjk/build$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement