marietto2020

Untitled

Mar 18th, 2021 (edited)
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.93 KB | None | 0 0
  1. root@ziomario-Z390-AORUS-PRO:/home/ziomario/Scrivania/Collabora/virglrenderer# mkdir -p build
  2. root@ziomario-Z390-AORUS-PRO:/home/ziomario/Scrivania/Collabora/virglrenderer# ls
  3. build ci config.h.meson COPYING docs meson.build meson_options.txt perf-testing src tests virglrenderer.pc.in vtest
  4. root@ziomario-Z390-AORUS-PRO:/home/ziomario/Scrivania/Collabora/virglrenderer# rm -rf build/*
  5. root@ziomario-Z390-AORUS-PRO:/home/ziomario/Scrivania/Collabora/virglrenderer# meson build && ninja-build -C build
  6. The Meson build system
  7. Version: 0.55.3
  8. Source dir: /home/ziomario/Scrivania/Collabora/virglrenderer
  9. Build dir: /home/ziomario/Scrivania/Collabora/virglrenderer/build
  10. Build type: native build
  11. Project name: virglrenderer
  12. Project version: 0.8.2
  13. C compiler for the host machine: cc (gcc 10.2.0 "cc (Ubuntu 10.2.0-13ubuntu1) 10.2.0")
  14. C linker for the host machine: cc ld.bfd 2.35.1
  15. Host machine cpu family: x86_64
  16. Host machine cpu: x86_64
  17. Compiler for C supports arguments -Werror=implicit-function-declaration: YES
  18. Compiler for C supports arguments -Werror=missing-prototypes: YES
  19. Compiler for C supports arguments -Wmissing-prototypes: YES
  20. Compiler for C supports arguments -Werror=int-to-pointer-cast: YES
  21. Compiler for C supports arguments -Wno-overlength-strings -Woverlength-strings: YES
  22. Compiler for C supports arguments -fvisibility=hidden: YES
  23. Program python3 found: YES (/usr/bin/python3)
  24. Found pkg-config: /usr/bin/pkg-config (0.29.2)
  25. Run-time dependency libdrm found: YES 2.4.102
  26. Run-time dependency threads found: YES
  27. Run-time dependency epoxy found: YES 1.5.4
  28. Library m found: YES
  29. Has header "sys/uio.h" : YES
  30. Has header "dlfcn.h" : YES
  31. Has header "pthread.h" : YES
  32. Has header "sys/eventfd.h" : YES
  33. Has header "sys/select.h" : YES
  34. Has header "epoxy/egl.h" with dependency epoxy: YES
  35. Run-time dependency gbm found: YES 20.2.6
  36. Has header "epoxy/glx.h" with dependency epoxy: YES
  37. Run-time dependency x11 found: YES 1.6.12
  38. Configuring config.h using configuration
  39. Configuring virglrenderer.pc using configuration
  40. Message:
  41.  
  42. Configuration summary:
  43.  
  44. prefix: /usr/local
  45. libdir: lib/x86_64-linux-gnu
  46.  
  47. c_args:
  48.  
  49. egl: yes
  50. glx: yes
  51.  
  52. minigbm_alloc: no
  53.  
  54. tests: no
  55. fuzzer: no
  56. tracing: none
  57.  
  58. Build targets in project: 5
  59.  
  60. Found ninja-1.10.0 at /usr/bin/ninja
  61. ninja-build: command not found
  62. root@ziomario-Z390-AORUS-PRO:/home/ziomario/Scrivania/Collabora/virglrenderer#
  63.  
  64. root@ziomario-Z390-AORUS-PRO:/home/ziomario/Scrivania/Collabora/virglrenderer# meson compile
  65.  
  66. ERROR: Current directory is not a meson build directory: `/home/ziomario/Scrivania/Collabora/virglrenderer`.
  67. Please specify a valid build dir or change the working directory to it.
  68. It is also possible that the build directory was generated with an old
  69. meson version. Please regenerate it in this case.
  70. root@ziomario-Z390-AORUS-PRO:/home/ziomario/Scrivania/Collabora/virglrenderer#
Add Comment
Please, Sign In to add comment