Guest User

Cmake issue

a guest
Sep 10th, 2017
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.23 KB | None | 0 0
  1. -- The CXX compiler identification is GNU 6.4.0
  2. -- The C compiler identification is GNU 6.4.0
  3. -- Check for working CXX compiler: /usr/bin/c++
  4. -- Check for working CXX compiler: /usr/bin/c++ -- works
  5. -- Detecting CXX compiler ABI info
  6. -- Detecting CXX compiler ABI info - done
  7. -- Detecting CXX compile features
  8. -- Detecting CXX compile features - done
  9. -- Check for working C compiler: /usr/bin/cc
  10. -- Check for working C compiler: /usr/bin/cc -- works
  11. -- Detecting C compiler ABI info
  12. -- Detecting C compiler ABI info - done
  13. -- Detecting C compile features
  14. -- Detecting C compile features - done
  15. -- Found PkgConfig: /usr/bin/pkg-config (found version "0.29.2")
  16. -- Performing Test GNUXX11
  17. -- Performing Test GNUXX11 - Success
  18. CMake Warning at /usr/share/cmake-3.8/Modules/FindBoost.cmake:765 (message):
  19. Imported targets not available for Boost version
  20. Call Stack (most recent call first):
  21. /usr/share/cmake-3.8/Modules/FindBoost.cmake:869 (_Boost_COMPONENT_DEPENDENCIES)
  22. /usr/share/cmake-3.8/Modules/FindBoost.cmake:1472 (_Boost_MISSING_DEPENDENCIES)
  23. CMakeLists.txt:77 (find_package)
  24.  
  25.  
  26. CMake Warning at /usr/share/cmake-3.8/Modules/FindBoost.cmake:765 (message):
  27. Imported targets not available for Boost version
  28. Call Stack (most recent call first):
  29. /usr/share/cmake-3.8/Modules/FindBoost.cmake:869 (_Boost_COMPONENT_DEPENDENCIES)
  30. /usr/share/cmake-3.8/Modules/FindBoost.cmake:1472 (_Boost_MISSING_DEPENDENCIES)
  31. CMakeLists.txt:77 (find_package)
  32.  
  33.  
  34. CMake Warning at /usr/share/cmake-3.8/Modules/FindBoost.cmake:765 (message):
  35. Imported targets not available for Boost version
  36. Call Stack (most recent call first):
  37. /usr/share/cmake-3.8/Modules/FindBoost.cmake:869 (_Boost_COMPONENT_DEPENDENCIES)
  38. /usr/share/cmake-3.8/Modules/FindBoost.cmake:1472 (_Boost_MISSING_DEPENDENCIES)
  39. CMakeLists.txt:77 (find_package)
  40.  
  41.  
  42. CMake Warning at /usr/share/cmake-3.8/Modules/FindBoost.cmake:765 (message):
  43. Imported targets not available for Boost version
  44. Call Stack (most recent call first):
  45. /usr/share/cmake-3.8/Modules/FindBoost.cmake:869 (_Boost_COMPONENT_DEPENDENCIES)
  46. /usr/share/cmake-3.8/Modules/FindBoost.cmake:1472 (_Boost_MISSING_DEPENDENCIES)
  47. CMakeLists.txt:77 (find_package)
  48.  
  49.  
  50. CMake Warning at /usr/share/cmake-3.8/Modules/FindBoost.cmake:765 (message):
  51. Imported targets not available for Boost version
  52. Call Stack (most recent call first):
  53. /usr/share/cmake-3.8/Modules/FindBoost.cmake:869 (_Boost_COMPONENT_DEPENDENCIES)
  54. /usr/share/cmake-3.8/Modules/FindBoost.cmake:1472 (_Boost_MISSING_DEPENDENCIES)
  55. CMakeLists.txt:77 (find_package)
  56.  
  57.  
  58. -- Looking for pthread.h
  59. -- Looking for pthread.h - found
  60. -- Looking for pthread_create
  61. -- Looking for pthread_create - not found
  62. -- Looking for pthread_create in pthreads
  63. -- Looking for pthread_create in pthreads - not found
  64. -- Looking for pthread_create in pthread
  65. -- Looking for pthread_create in pthread - found
  66. -- Found Threads: TRUE
  67. -- Could NOT find Boost
  68. CMake Error at CMakeLists.txt:79 (message):
  69. Boost 1.54 or newer not found – you should enable BUILD_BOOST CMake flag
  70.  
  71.  
  72. -- Configuring incomplete, errors occurred!
  73. See also "/home/kui/Desktop/xournalpp/build/CMakeFiles/CMakeOutput.log".
  74. See also "/home/kui/Desktop/xournalpp/build/CMakeFiles/CMakeError.log".
Advertisement
Add Comment
Please, Sign In to add comment