Advertisement
Guest User

Error while compiling subsurface

a guest
May 1st, 2015
279
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.06 KB | None | 0 0
  1. -- Configuring incomplete, errors occurred!
  2. ./subsurface/scripts/build.sh: line 100: cd: src/lib/marble: No such file or directory
  3. make: *** No targets specified and no makefile found. Stop.
  4. make: *** No rule to make target `install'. Stop.
  5. -- The C compiler identification is GNU 4.7.2
  6. -- The CXX compiler identification is GNU 4.7.2
  7. -- Check for working C compiler: /usr/bin/cc
  8. -- Check for working C compiler: /usr/bin/cc -- works
  9. -- Detecting C compiler ABI info
  10. -- Detecting C compiler ABI info - done
  11. -- Check for working CXX compiler: /usr/bin/c++
  12. -- Check for working CXX compiler: /usr/bin/c++ -- works
  13. -- Detecting CXX compiler ABI info
  14. -- Detecting CXX compiler ABI info - done
  15. -- Found PkgConfig: /usr/bin/pkg-config (found version "0.26")
  16. -- checking for module 'libxml-2.0'
  17. -- found libxml-2.0, version 2.8.0
  18. -- checking for module 'sqlite3'
  19. -- package 'sqlite3' not found
  20. CMake Error at /usr/local/share/cmake-2.8/Modules/FindPkgConfig.cmake:279 (message):
  21. A required package was not found
  22. Call Stack (most recent call first):
  23. /usr/local/share/cmake-2.8/Modules/FindPkgConfig.cmake:333 (_pkg_check_modules_internal)
  24. cmake/Modules/pkgconfig_helper.cmake:2 (pkg_check_modules)
  25. CMakeLists.txt:30 (pkg_config_library)
  26.  
  27.  
  28. -- checking for module 'libxslt'
  29. -- package 'libxslt' not found
  30. CMake Error at /usr/local/share/cmake-2.8/Modules/FindPkgConfig.cmake:279 (message):
  31. A required package was not found
  32. Call Stack (most recent call first):
  33. /usr/local/share/cmake-2.8/Modules/FindPkgConfig.cmake:333 (_pkg_check_modules_internal)
  34. cmake/Modules/pkgconfig_helper.cmake:2 (pkg_check_modules)
  35. CMakeLists.txt:31 (pkg_config_library)
  36.  
  37.  
  38. -- checking for module 'libzip'
  39. -- package 'libzip' not found
  40. CMake Error at /usr/local/share/cmake-2.8/Modules/FindPkgConfig.cmake:279 (message):
  41. A required package was not found
  42. Call Stack (most recent call first):
  43. /usr/local/share/cmake-2.8/Modules/FindPkgConfig.cmake:333 (_pkg_check_modules_internal)
  44. cmake/Modules/pkgconfig_helper.cmake:2 (pkg_check_modules)
  45. CMakeLists.txt:32 (pkg_config_library)
  46.  
  47.  
  48. -- Found git2: /root/Open_Source_Projects/SubSurface/install-root/include
  49. -- Found Libdivecomputer: /root/Open_Source_Projects/SubSurface/install-root/include
  50. -- Found marble: /root/Open_Source_Projects/SubSurface/install-root/include
  51. CMake Error at CMakeLists.txt:85 (find_package):
  52. By not providing "FindQt5.cmake" in CMAKE_MODULE_PATH this project has
  53. asked CMake to find a package configuration file provided by "Qt5", but
  54. CMake did not find one.
  55.  
  56. Could not find a package configuration file provided by "Qt5" with any of
  57. the following names:
  58.  
  59. Qt5Config.cmake
  60. qt5-config.cmake
  61.  
  62. Add the installation prefix of "Qt5" to CMAKE_PREFIX_PATH or set "Qt5_DIR"
  63. to a directory containing one of the above files. If "Qt5" provides a
  64. separate development package or SDK, be sure it has been installed.
  65.  
  66.  
  67. -- Configuring incomplete, errors occurred!
  68. make: *** No targets specified and no makefile found. Stop.
  69. make: *** No rule to make target `install'. Stop.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement