Advertisement
capodecima

error

Mar 4th, 2014
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.32 KB | None | 0 0
  1.  
  2. capo@FW2:~/odamex/trunk/build$ cmake ..
  3. -- The CXX compiler identification is unknown
  4. CMake Error: your CXX compiler: "CMAKE_CXX_COMPILER-NOTFOUND" was not found. Please set CMAKE_CXX_COMPILER to a valid compiler path or name.
  5. CMake Error at CMakeLists.txt:66 (add_subdirectory):
  6. add_subdirectory given source "libminiupnpc" which is not an existing
  7. directory.
  8.  
  9.  
  10. -- Textscreen will be statically linked.
  11. -- Could NOT find SDL (missing: SDL_LIBRARY SDL_INCLUDE_DIR)
  12. CMake Warning at client/CMakeLists.txt:50 (message):
  13. SDL not found, client target not generated.
  14.  
  15.  
  16. -- Could NOT find SDL_mixer (missing: SDL_MIXER_LIBRARIES SDL_MIXER_INCLUDE_DIRS)
  17. CMake Warning at client/CMakeLists.txt:58 (message):
  18. SDL_mixer not found, client target not generated.
  19.  
  20.  
  21. -- Could NOT find ZLIB (missing: ZLIB_LIBRARY ZLIB_INCLUDE_DIR)
  22. CMake Warning at client/CMakeLists.txt:66 (message):
  23. zlib not found, client will be built without zlib support.
  24.  
  25.  
  26. -- Could NOT find ZLIB (missing: ZLIB_LIBRARY ZLIB_INCLUDE_DIR)
  27. -- Could NOT find PNG (missing: PNG_LIBRARY PNG_PNG_INCLUDE_DIR)
  28. CMake Warning at client/CMakeLists.txt:75 (message):
  29. libpng not found, client will be built without PNG support.
  30.  
  31.  
  32. -- Could NOT find PortMidi (missing: PORTMIDI_INCLUDE_DIR PORTMIDI_LIBRARIES)
  33. CMake Warning at client/CMakeLists.txt:88 (message):
  34. PortMidi not found, client will be built without PortMidi support.
  35.  
  36.  
  37. -- Could NOT find wxWidgets (missing: wxWidgets_FOUND)
  38. CMake Warning at odalaunch/CMakeLists.txt:29 (message):
  39. wxWidgets not found, odalaunch target not generated.
  40.  
  41.  
  42. -- Configuring incomplete, errors occurred!
  43. capo@FW2:~/odamex/trunk/build$ make odasrv
  44. make: *** No rule to make target `odasrv'. Stop.
  45. capo@FW2:~/odamex/trunk/build$ cmake ..
  46. -- The CXX compiler identification is unknown
  47. CMake Error: your CXX compiler: "CMAKE_CXX_COMPILER-NOTFOUND" was not found. Please set CMAKE_CXX_COMPILER to a valid compiler path or name.
  48. CMake Error at CMakeLists.txt:66 (add_subdirectory):
  49. add_subdirectory given source "libminiupnpc" which is not an existing
  50. directory.
  51.  
  52.  
  53. -- Textscreen will be statically linked.
  54. -- Could NOT find SDL (missing: SDL_LIBRARY SDL_INCLUDE_DIR)
  55. CMake Warning at client/CMakeLists.txt:50 (message):
  56. SDL not found, client target not generated.
  57.  
  58.  
  59. -- Could NOT find SDL_mixer (missing: SDL_MIXER_LIBRARIES SDL_MIXER_INCLUDE_DIRS)
  60. CMake Warning at client/CMakeLists.txt:58 (message):
  61. SDL_mixer not found, client target not generated.
  62.  
  63.  
  64. -- Could NOT find ZLIB (missing: ZLIB_LIBRARY ZLIB_INCLUDE_DIR)
  65. CMake Warning at client/CMakeLists.txt:66 (message):
  66. zlib not found, client will be built without zlib support.
  67.  
  68.  
  69. -- Could NOT find ZLIB (missing: ZLIB_LIBRARY ZLIB_INCLUDE_DIR)
  70. -- Could NOT find PNG (missing: PNG_LIBRARY PNG_PNG_INCLUDE_DIR)
  71. CMake Warning at client/CMakeLists.txt:75 (message):
  72. libpng not found, client will be built without PNG support.
  73.  
  74.  
  75. -- Could NOT find PortMidi (missing: PORTMIDI_INCLUDE_DIR PORTMIDI_LIBRARIES)
  76. CMake Warning at client/CMakeLists.txt:88 (message):
  77. PortMidi not found, client will be built without PortMidi support.
  78.  
  79.  
  80. -- Could NOT find wxWidgets (missing: wxWidgets_FOUND)
  81. CMake Warning at odalaunch/CMakeLists.txt:29 (message):
  82. wxWidgets not found, odalaunch target not generated.
  83.  
  84.  
  85. -- Configuring incomplete, errors occurred!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement