Guest User

Untitled

a guest
Jan 27th, 2024
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.17 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. -- LXI library not found, LXI (VXI-11/TCP and RAW/TCP ) instrument support will not be available.
  30. -- Linux GPIB not found, GPIB instrument support will not be available.
  31. -- Found ZLIB: /usr/lib64/libz.so (found version "1.3")
  32. -- Found PNG: /usr/lib64/libpng.so (found version "1.6.40+apng")
  33. CMake Deprecation Warning at src/nativefiledialog-extended/CMakeLists.txt:1 (cmake_minimum_required):
  34. Compatibility with CMake < 3.5 will be removed from a future version of
  35. CMake.
  36.  
  37. Update the VERSION argument <min> value or use a ...<max> suffix to tell
  38. CMake that the project does not need compatibility with older versions.
  39.  
  40.  
  41. nfd Platform: PLATFORM_LINUX
  42. nfd Compiler: COMPILER_GNU
  43. -- Checking for module 'gtk+-3.0'
  44. -- Found gtk+-3.0, version 3.24.39
  45. Using GTK version: 3.24.39
  46. -- Configuring done (0.8s)
  47. -- Generating done (0.0s)
  48. -- Build files have been written to: /home/tnt/projects/ext/scopehal/scopehal-apps/_build
  49.  
Advertisement
Add Comment
Please, Sign In to add comment