Advertisement
Guest User

Untitled

a guest
Aug 15th, 2015
279
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.79 KB | None | 0 0
  1. cmake BUILD_SERVER src/
  2. -- cURL support enabled.
  3. -- GetText disabled.
  4. -- Freetype enabled.
  5. CMake Error at CMakeLists.txt:146 (find_package):
  6. By not providing "FindGMP.cmake" in CMAKE_MODULE_PATH this project has
  7. asked CMake to find a package configuration file provided by "GMP", but
  8. CMake did not find one.
  9.  
  10. Could not find a package configuration file provided by "GMP" with any of
  11. the following names:
  12.  
  13. GMPConfig.cmake
  14. gmp-config.cmake
  15.  
  16. Add the installation prefix of "GMP" to CMAKE_PREFIX_PATH or set "GMP_DIR"
  17. to a directory containing one of the above files. If "GMP" provides a
  18. separate development package or SDK, be sure it has been installed.
  19.  
  20.  
  21. -- Configuring incomplete, errors occurred!
  22. See also "/root/minetest/minetest/CMakeFiles/CMakeOutput.log".
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement