Advertisement
marietto2020

Untitled

Mar 18th, 2021
157
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.73 KB | None | 0 0
  1. root@ziomario-Z390-AORUS-PRO:/home/ziomario/Scrivania/Collabora/virglrenderer# meson configure
  2. WARNING: The source directory instead of the build directory was specified.
  3. WARNING: Only the default values for the project are printed, and all command line parameters are ignored.
  4.  
  5. Core properties:
  6. Source dir /home/ziomario/Scrivania/Collabora/virglrenderer
  7.  
  8. Main project options:
  9.  
  10. Core options Default Value Possible Values Description
  11. ------------ ------------- --------------- -----------
  12. auto_features auto [enabled, disabled, auto] Override value of all 'auto' features
  13. backend ninja [ninja, vs, vs2010, vs2015, vs2017, vs2019, xcode] Backend to use
  14. buildtype release [plain, debug, debugoptimized, release, minsize, custom] Build type to use
  15. debug false [true, false] Debug
  16. default_library shared [shared, static, both] Default library type
  17. force_fallback_for [] Force fallback for those subprojects
  18. install_umask 0022 [preserve, 0000-0777] Default umask to apply on permissions of installed files
  19. layout mirror [mirror, flat] Build directory layout
  20. optimization 3 [0, g, 1, 2, 3, s] Optimization level
  21. strip false [true, false] Strip targets on install
  22. unity off [on, off, subprojects] Unity build
  23. unity_size 4 >=2 Unity block size
  24. warning_level 3 [0, 1, 2, 3] Compiler warning level to use
  25. werror false [true, false] Treat warnings as errors
  26. wrap_mode default [default, nofallback, nodownload, forcefallback] Wrap mode
  27. cmake_prefix_path [] List of additional prefixes for cmake to search
  28. pkg_config_path [] List of additional paths for pkg-config to search
  29. build.cmake_prefix_path [] List of additional prefixes for cmake to search
  30. build.pkg_config_path [] List of additional paths for pkg-config to search
  31.  
  32. Backend options Default Value Possible Values Description
  33. --------------- ------------- --------------- -----------
  34. backend_max_links 0 >=0 Maximum number of linker processes to run or 0 for no limit
  35.  
  36. Base options Default Value Possible Values Description
  37. ------------ ------------- --------------- -----------
  38. b_asneeded true [true, false] Use -Wl,--as-needed when linking
  39. b_colorout always [auto, always, never] Use colored output
  40. b_coverage false [true, false] Enable coverage tracking.
  41. b_lto false [true, false] Use link time optimization
  42. b_lundef true [true, false] Use -Wl,--no-undefined when linking
  43. b_ndebug if-release [true, false, if-release] Disable asserts
  44. b_pch true [true, false] Use precompiled headers
  45. b_pgo off [off, generate, use] Use profile guided optimization
  46. b_pie false [true, false] Build executables as position independent
  47. b_sanitize none [none, address, thread, undefined, memory, address,undefined] Code sanitizer to use
  48. b_staticpic true [true, false] Build static libraries as position independent
  49.  
  50. Compiler options Default Value Possible Values Description
  51. ---------------- ------------- --------------- -----------
  52. c_args [] Extra arguments passed to the c compiler
  53. c_link_args [] Extra arguments passed to the c linker
  54. c_std gnu11 [none, c89, c99, c11, c17, c18, gnu89, gnu99, gnu11, gnu17, C language standard to use
  55. gnu18]
  56. build.c_args [] Extra arguments passed to the c compiler
  57. build.c_link_args [] Extra arguments passed to the c linker
  58. build.c_std none [none, c89, c99, c11, c17, c18, gnu89, gnu99, gnu11, gnu17, C language standard to use
  59. gnu18]
  60.  
  61. Directories Default Value Possible Values Description
  62. ----------- ------------- --------------- -----------
  63. bindir bin Executable directory
  64. datadir share Data file directory
  65. includedir include Header file directory
  66. infodir share/info Info page directory
  67. libdir lib/x86_64-linux-gnu Library directory
  68. libexecdir libexec Library executable directory
  69. localedir share/locale Locale data directory
  70. localstatedir /var/local Localstate data directory
  71. mandir share/man Manual page directory
  72. prefix /usr/local Installation prefix
  73. sbindir sbin System executable directory
  74. sharedstatedir /var/local/lib Architecture-independent data directory
  75. sysconfdir etc Sysconf data directory
  76.  
  77. Testing options Default Value Possible Values Description
  78. --------------- ------------- --------------- -----------
  79. errorlogs true [true, false] Whether to print the logs from failing tests
  80. stdsplit true [true, false] Split stdout and stderr in test logs
  81.  
  82. Project options Default Value Possible Values Description
  83. --------------- ------------- --------------- -----------
  84. fuzzer false [true, false] enable unit tests
  85. minigbm_allocation false [true, false] enable support for minigbm_allocations
  86. platforms [auto] [egl, glx, auto] Platforms support, set to auto to enable all.
  87. tests false [true, false] enable unit tests
  88. tracing none [percetto, perfetto, stderr, none] enable emitting traces using the selected backend
  89. valgrind false [true, false] enable running unit tests with valgrind
  90.  
  91. WARNING: The source directory instead of the build directory was specified.
  92. WARNING: Only the default values for the project are printed, and all command line parameters are ignored.
  93. root@ziomario-Z390-AORUS-PRO:/home/ziomario/Scrivania/Collabora/virglrenderer# meson compile
  94.  
  95. ERROR: Current directory is not a meson build directory: `/home/ziomario/Scrivania/Collabora/virglrenderer`.
  96. Please specify a valid build dir or change the working directory to it.
  97. It is also possible that the build directory was generated with an old
  98. meson version. Please regenerate it in this case.
  99.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement