Advertisement
Guest User

Untitled

a guest
Aug 16th, 2015
358
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.73 KB | None | 0 0
  1. Problems Building a Minetest-Server with FindGMP.cmake
  2.  
  3. Minetest cloned from : https://github.com/minetest/minetest.git
  4.  
  5. Found platforms with the same problem :
  6.  
  7. Debian Jessie
  8. Ubuntu 15.04 (server)
  9.  
  10. Current platform : Ubuntu 15.04
  11.  
  12. All dependecies install as stated in https://github.com/minetest/minetest/blob/master/README.txt on line 105
  13.  
  14. dpkg -l | grep gmp
  15.  
  16. ii libgmp-dev:amd64 2:6.0.0+dfsg-6ubuntu1 amd64 Multiprecision arithmetic library developers tools
  17. ii libgmp10:amd64 2:6.0.0+dfsg-6ubuntu1 amd64 Multiprecision arithmetic library
  18. ii libgmpxx4ldbl:amd64 2:6.0.0+dfsg-6ubuntu1 amd64 Multiprecision arithmetic library (C++ bindings)
  19.  
  20. using
  21. cmake BUILD_SERVER src/
  22.  
  23. -- cURL support enabled.
  24. -- GetText disabled.
  25. -- Freetype enabled.
  26. CMake Error at CMakeLists.txt:146 (find_package):
  27. By not providing "FindGMP.cmake" in CMAKE_MODULE_PATH this project has
  28. asked CMake to find a package configuration file provided by "GMP", but
  29. CMake did not find one.
  30.  
  31. Could not find a package configuration file provided by "GMP" with any of
  32. the following names:
  33.  
  34. GMPConfig.cmake
  35. gmp-config.cmake
  36.  
  37. Add the installation prefix of "GMP" to CMAKE_PREFIX_PATH or set "GMP_DIR"
  38. to a directory containing one of the above files. If "GMP" provides a
  39. separate development package or SDK, be sure it has been installed.
  40.  
  41.  
  42. -- Configuring incomplete, errors occurred!
  43. See also "/root/minetest/src/CMakeFiles/CMakeOutput.log".
  44.  
  45. locate -i FindGMP.cmake
  46.  
  47. minetest/cmake/Modules/FindGMP.cmake
  48.  
  49. locate -i gmpxx.h
  50. /usr/include/gmpxx.h
  51.  
  52. All cmake configuration files have their original content..
  53.  
  54. Any help is appricated :)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement