Advertisement
Guest User

Untitled

a guest
Jun 26th, 2019
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.18 KB | None | 0 0
  1. -- Found Boost Version: 106700
  2. -- Could NOT find Readline (missing: Readline_INCLUDE_DIR Readline_LIBRARY)
  3. -- Looking for rl_copy_text
  4. -- Looking for rl_copy_text - not found
  5. -- Looking for rl_filename_completion_function
  6. -- Looking for rl_filename_completion_function - not found
  7. -- Looking for rl_copy_text
  8. CMake Error: The following variables are used in this project, but they are set to NOTFOUND.
  9. Please set them or make sure they are set and tested correctly in the CMake files:
  10. Readline_LIBRARY
  11. linked by target "cmTC_57c21" in directory /home/duke/git/blur/build/release/CMakeFiles/CMakeTmp
  12.  
  13. CMake Error at /usr/share/cmake-3.13/Modules/CheckFunctionExists.cmake:72 (try_compile):
  14. Failed to configure test project build system.
  15. Call Stack (most recent call first):
  16. cmake/FindReadline.cmake:70 (check_function_exists)
  17. CMakeLists.txt:825 (find_package)
  18.  
  19.  
  20. -- Configuring incomplete, errors occurred!
  21. See also "/home/duke/git/blur/build/release/CMakeFiles/CMakeOutput.log".
  22. See also "/home/duke/git/blur/build/release/CMakeFiles/CMakeError.log".
  23. make: *** [Makefile:65: release-all] Error 1
  24. ~/git/blur$ cmake --version
  25. cmake version 3.13.4
  26.  
  27.  
  28. commit 565ebaf1a1a41be56a4cb66e8f43ba1e61bb956e
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement