marietto2020

Untitled

Mar 18th, 2021 (edited)
139
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.62 KB | None | 0 0
  1. root@ziomario-Z390-AORUS-PRO:/home/ziomario/Scrivania/Collabora/libepoxy# meson setup build
  2.  
  3. The Meson build system
  4. Version: 0.55.3
  5. Source dir: /home/ziomario/Scrivania/Collabora/libepoxy
  6. Build dir: /home/ziomario/Scrivania/Collabora/libepoxy/build
  7. Build type: native build
  8. Project name: libepoxy
  9. Project version: 1.5.6
  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. Has header "KHR/khrplatform.h" : YES
  15. Compiler for C supports arguments -Wpointer-arith: YES
  16. Compiler for C supports arguments -Wmissing-declarations: YES
  17. Compiler for C supports arguments -Wformat=2: YES
  18. Compiler for C supports arguments -Wstrict-prototypes: YES
  19. Compiler for C supports arguments -Wmissing-prototypes: YES
  20. Compiler for C supports arguments -Wnested-externs: YES
  21. Compiler for C supports arguments -Wbad-function-cast: YES
  22. Compiler for C supports arguments -Wold-style-definition: YES
  23. Compiler for C supports arguments -Wdeclaration-after-statement: YES
  24. Compiler for C supports arguments -Wunused: YES
  25. Compiler for C supports arguments -Wuninitialized: YES
  26. Compiler for C supports arguments -Wshadow: YES
  27. Compiler for C supports arguments -Wmissing-noreturn: YES
  28. Compiler for C supports arguments -Wmissing-format-attribute: YES
  29. Compiler for C supports arguments -Wredundant-decls: YES
  30. Compiler for C supports arguments -Wlogical-op: YES
  31. Compiler for C supports arguments -Werror=implicit: YES
  32. Compiler for C supports arguments -Werror=nonnull: YES
  33. Compiler for C supports arguments -Werror=init-self: YES
  34. Compiler for C supports arguments -Werror=main: YES
  35. Compiler for C supports arguments -Werror=missing-braces: YES
  36. Compiler for C supports arguments -Werror=sequence-point: YES
  37. Compiler for C supports arguments -Werror=return-type: YES
  38. Compiler for C supports arguments -Werror=trigraphs: YES
  39. Compiler for C supports arguments -Werror=array-bounds: YES
  40. Compiler for C supports arguments -Werror=write-strings: YES
  41. Compiler for C supports arguments -Werror=address: YES
  42. Compiler for C supports arguments -Werror=int-to-pointer-cast: YES
  43. Compiler for C supports arguments -Werror=pointer-to-int-cast: YES
  44. Compiler for C supports arguments -fno-strict-aliasing: YES
  45. Compiler for C supports arguments -Wno-int-conversion -Wint-conversion: YES
  46. Library dl found: YES
  47. Found pkg-config: /usr/bin/pkg-config (0.29.2)
  48. Run-time dependency gl found: YES 1.2
  49. Run-time dependency egl found: YES 1.5
  50. Run-time dependency x11 found: YES 1.6.12
  51. Run-time dependency glesv2 found: YES 3.2
  52. Run-time dependency glesv1_cm found: YES 1.0
  53. Program src/gen_dispatch.py found: YES
  54. Configuring config.h using configuration
  55. Compiler for C supports link arguments -Wl,-Bsymbolic-functions: YES
  56. Compiler for C supports link arguments -Wl,-z,relro: YES
  57. Library dl found: YES
  58. Checking for function "dlvsym" with dependency -ldl: YES
  59. Build targets in project: 26
  60.  
  61. Found ninja-1.10.0 at /usr/bin/ninja
  62.  
  63. root@ziomario-Z390-AORUS-PRO:/home/ziomario/Scrivania/Collabora/libepoxy# cd build
  64.  
  65. root@ziomario-Z390-AORUS-PRO:/home/ziomario/Scrivania/Collabora/libepoxy/build# ninja
  66. [55/55] Linking target test/glx_alias_prefer_same_name
  67.  
  68. root@ziomario-Z390-AORUS-PRO:/home/ziomario/Scrivania/Collabora/libepoxy/build# meson compile
  69. Found runner: ['/usr/bin/ninja']
  70. ninja: Entering directory `.'
  71. ninja: no work to do.
  72.  
  73. root@ziomario-Z390-AORUS-PRO:/home/ziomario/Scrivania/Collabora/libepoxy/build# ls
  74.  
  75. build.ninja compile_commands.json include meson-info meson-logs meson-private meson-uninstalled src test
Add Comment
Please, Sign In to add comment