Advertisement
Guest User

Untitled

a guest
Aug 21st, 2013
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.39 KB | None | 0 0
  1. [root@dabadou minetest]# cmake . -DRUN_IN_PLACE=1 -DENABLE_SOUND=0 -DBUILD_CLIENT=0
  2. -- The C compiler identification is unknown
  3. -- The CXX compiler identification is unknown
  4. CMake Error: your C compiler: "CMAKE_C_COMPILER-NOTFOUND" was not found. Please set CMAKE_C_COMPILER to a valid compiler path or name.
  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. -- *** Will build version 0.4.7 ***
  7. -- IRRLICHT_SOURCE_DIR =
  8. -- IRRLICHT_INCLUDE_DIR = /usr/include/irrlicht
  9. -- IRRLICHT_LIBRARY = IRRLICHT_LIBRARY-NOTFOUND
  10. -- Could NOT find IRRLICHT (missing: IRRLICHT_LIBRARY)
  11. CMake Error: your C compiler: "CMAKE_C_COMPILER-NOTFOUND" was not found. Please set CMAKE_C_COMPILER to a valid compiler path or name.
  12. CMake Error: your CXX compiler: "CMAKE_CXX_COMPILER-NOTFOUND" was not found. Please set CMAKE_CXX_COMPILER to a valid compiler path or name.
  13. -- CURL_INCLUDE_DIR = CURL_INCLUDE_DIR-NOTFOUND
  14. -- CURL_LIBRARY = CURL_LIBRARY-NOTFOUND
  15. -- GetText disabled
  16. CMake Error at /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:57 (MESSAGE):
  17. Could NOT find ZLIB (missing: ZLIB_LIBRARY)
  18. Call Stack (most recent call first):
  19. /usr/share/cmake/Modules/FindZLIB.cmake:22 (FIND_PACKAGE_HANDLE_STANDARD_ARGS)
  20. src/CMakeLists.txt:163 (find_package)
  21.  
  22.  
  23. -- Configuring incomplete, errors occurred!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement