Advertisement
Guest User

Untitled

a guest
Feb 13th, 2018
176
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.30 KB | None | 0 0
  1. -- Detecting CXX compiler ABI info - done
  2. -- Detecting CXX compile features
  3. -- Detecting CXX compile features - done
  4. -- *** Will build version 0.4.16 ***
  5. -- Could NOT find Irrlicht (missing: IRRLICHT_LIBRARY IRRLICHT_INCLUDE_DIR)
  6. -- Detecting GMP from system failed.
  7. -- Using bundled mini-gmp library.
  8. -- Found GMP: gmp
  9. -- Using bundled JSONCPP library.
  10. -- Could NOT find LuaJit (missing: LUA_LIBRARY LUA_INCLUDE_DIR)
  11. -- LuaJIT not found, using bundled Lua.
  12. -- Could NOT find CURL (missing: CURL_LIBRARY CURL_INCLUDE_DIR)
  13. CMake Warning at src/CMakeLists.txt:52 (message):
  14. cURL is required to load the server list
  15.  
  16.  
  17. CMake Warning at src/CMakeLists.txt:55 (message):
  18. cURL is required to announce to the server list
  19.  
  20.  
  21. -- GetText disabled.
  22. -- Could NOT find OpenAL (missing: OPENAL_LIBRARY OPENAL_INCLUDE_DIR)
  23. -- Could NOT find VORBIS (missing: OGG_INCLUDE_DIR VORBIS_INCLUDE_DIR OGG_LIBRARY VORBIS_LIBRARY VORBISFILE_LIBRARY)
  24. -- Sound enabled, but OpenAL not found!
  25. -- Sound enabled, but Vorbis libraries not found!
  26. CMake Error at src/CMakeLists.txt:99 (message):
  27. Sound enabled, but cannot be used.
  28.  
  29. To continue, either fill in the required paths or disable sound.
  30. (-DENABLE_SOUND=0)
  31.  
  32.  
  33. -- Configuring incomplete, errors occurred!
  34. See also "/home/pi/minetest/CMakeFiles/CMakeOutput.log".
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement