Guest User

Untitled

a guest
Jan 27th, 2024
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.86 KB | None | 0 0
  1. tnt@rei ~/projects/ext/scopehal/scopehal-apps/_build $ cmake .. -DCMAKE_INSTALL_PREFIX=/opt/scopehal/
  2. -- The C compiler identification is GNU 13.2.1
  3. -- The CXX compiler identification is GNU 13.2.1
  4. -- Detecting C compiler ABI info
  5. -- Detecting C compiler ABI info - done
  6. -- Check for working C compiler: /usr/bin/cc - skipped
  7. -- Detecting C compile features
  8. -- Detecting C compile features - done
  9. -- Detecting CXX compiler ABI info
  10. -- Detecting CXX compiler ABI info - done
  11. -- Check for working CXX compiler: /usr/bin/c++ - skipped
  12. -- Detecting CXX compile features
  13. -- Detecting CXX compile features - done
  14. -- Found Git: /usr/bin/git (found version "2.43.0")
  15. -- Found PkgConfig: /usr/bin/pkg-config (found version "1.8.1")
  16. -- Checking for module 'cairomm-1.0'
  17. -- Found cairomm-1.0, version 1.14.4
  18. -- Checking for module 'sigc++-2.0'
  19. -- Found sigc++-2.0, version 2.12.0
  20. -- Checking for module 'gtk+-3.0'
  21. -- Found gtk+-3.0, version 3.24.39
  22. -- Performing Test CMAKE_HAVE_LIBC_PTHREAD
  23. -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success
  24. -- Found Threads: TRUE
  25. -- Found OpenMP_C: -fopenmp (found version "4.5")
  26. -- Found OpenMP_CXX: -fopenmp (found version "4.5")
  27. -- Found OpenMP: TRUE (found version "4.5")
  28. -- Found glslc: /usr/bin/glslc
  29. CMake Error at lib/scopehal/CMakeLists.txt:31 (find_package):
  30. By not providing "FindYAML.cmake" in CMAKE_MODULE_PATH this project has
  31. asked CMake to find a package configuration file provided by "YAML", but
  32. CMake did not find one.
  33.  
  34. Could not find a package configuration file provided by "YAML" with any of
  35. the following names:
  36.  
  37. YAMLConfig.cmake
  38. yaml-config.cmake
  39.  
  40. Add the installation prefix of "YAML" to CMAKE_PREFIX_PATH or set
  41. "YAML_DIR" to a directory containing one of the above files. If "YAML"
  42. provides a separate development package or SDK, be sure it has been
  43. installed.
  44.  
  45.  
Advertisement
Add Comment
Please, Sign In to add comment