Advertisement
Guest User

Untitled

a guest
Oct 23rd, 2022
42
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.71 KB | None | 0 0
  1. meson build/
  2. ninja -C build/
  3. The Meson build system
  4. Version: 0.61.2
  5. Source dir: /home/sophie/build/gamescope
  6. Build dir: /home/sophie/build/gamescope/build
  7. Build type: native build
  8. Project name: gamescope
  9. Project version: undefined
  10. C compiler for the host machine: cc (gcc 11.2.0 "cc (Ubuntu 11.2.0-19ubuntu1) 11.2.0")
  11. C linker for the host machine: cc ld.bfd 2.38
  12. C++ compiler for the host machine: c++ (gcc 11.2.0 "c++ (Ubuntu 11.2.0-19ubuntu1) 11.2.0")
  13. C++ linker for the host machine: c++ ld.bfd 2.38
  14. Host machine cpu family: x86_64
  15. Host machine cpu: x86_64
  16. Compiler for C++ supports arguments -Wno-unused-parameter: YES
  17. Compiler for C++ supports arguments -Wno-missing-field-initializers: YES
  18. Compiler for C++ supports arguments -Wno-c99-designator: NO
  19. Compiler for C++ supports arguments -Wno-invalid-offsetof: YES
  20. Compiler for C++ supports arguments -Wno-unused-const-variable: YES
  21. Found pkg-config: /usr/bin/pkg-config (0.29.2)
  22. Run-time dependency x11 found: YES 1.7.5
  23. Run-time dependency xdamage found: YES 1.1.5
  24. Run-time dependency xcomposite found: YES 0.4.5
  25. Run-time dependency xrender found: YES 0.9.10
  26. Run-time dependency xext found: YES 1.3.4
  27. Run-time dependency xfixes found: YES 6.0.0
  28. Run-time dependency xxf86vm found: YES 1.1.4
  29. Run-time dependency xtst found: YES 1.2.3
  30. Run-time dependency xres found: YES 1.2.1
  31. Run-time dependency libdrm found: YES 2.4.110
  32. Run-time dependency vulkan found: NO (tried pkgconfig and system)
  33.  
  34. meson.build:38:0: ERROR: Dependency "vulkan" not found, tried pkgconfig and system
  35.  
  36. A full log can be found at /home/sophie/build/gamescope/build/meson-logs/meson-log.txt
  37. ninja: Entering directory `build/'
  38. ninja: error: loading 'build.ninja': No such file or directory
  39.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement