Advertisement
marietto2020

Untitled

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