Guest User

meson setup build/

a guest
Oct 25th, 2023
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.56 KB | None | 0 0
  1. The Meson build system
  2. Version: 1.2.2
  3. Source dir: /home/ra/Build/gamescope
  4. Build dir: /home/ra/Build/gamescope/build
  5. Build type: native build
  6. Project name: gamescope
  7. Project version: undefined
  8. C compiler for the host machine: gcc (gcc 13.2.1 "gcc (Clear Linux OS for Intel Architecture) 13.2.1 20231011 releases/gcc-13.2.0-335-g16a4df2743")
  9. C linker for the host machine: gcc ld.bfd 2.41
  10. C++ compiler for the host machine: g++ (gcc 13.2.1 "g++ (Clear Linux OS for Intel Architecture) 13.2.1 20231011 releases/gcc-13.2.0-335-g16a4df2743")
  11. C++ linker for the host machine: g++ ld.bfd 2.41
  12. Host machine cpu family: x86_64
  13. Host machine cpu: x86_64
  14. Compiler for C++ supports arguments -Wno-unused-parameter: YES
  15. Compiler for C++ supports arguments -Wno-missing-field-initializers: YES
  16. Compiler for C++ supports arguments -Wno-c99-designator: NO
  17. Compiler for C++ supports arguments -Wno-invalid-offsetof: YES
  18. Compiler for C++ supports arguments -Wno-unused-const-variable: YES
  19. Compiler for C++ supports arguments -Wno-volatile: YES
  20. Compiler for C++ supports arguments -Wno-deprecated-volatile: NO
  21. Compiler for C++ supports arguments -Wno-ignored-qualifiers: YES
  22. Compiler for C++ supports arguments -Wno-missing-braces: YES
  23. Compiler for C++ supports arguments -ffast-math: YES
  24. Found pkg-config: /usr/bin/pkg-config (1.9.5)
  25. Run-time dependency libpipewire-0.3 found: YES 0.3.81
  26. Library rt found: YES
  27. Run-time dependency hwdata found: YES 0.375
  28. Run-time dependency x11 found: YES 1.8.7
  29. Run-time dependency wayland-client found: YES 1.22.0
  30. Run-time dependency vulkan found: YES 1.3.267
  31. Found CMake: /usr/bin/cmake (3.27.7)
  32. Run-time dependency openvr found: NO (tried pkgconfig and cmake)
  33.  
  34. Executing subproject openvr method cmake
  35.  
  36. openvr| Found CMake: /usr/bin/cmake (3.27.7)
  37.  
  38. | Configuring the build directory with CMake version 3.27.7
  39. | Running CMake with: -G Ninja -DCMAKE_INSTALL_PREFIX=/usr/local -DUSE_LIBCXX=False
  40. | - build directory: /home/ra/Build/gamescope/build/subprojects/openvr/__CMake_build
  41. | - source directory: /home/ra/Build/gamescope/subprojects/openvr
  42. | - toolchain file: /home/ra/Build/gamescope/build/subprojects/openvr/__CMake_build/CMakeMesonToolchainFile.cmake
  43. | - preload file: /usr/lib/python3.11/site-packages/mesonbuild/cmake/data/preload.cmake
  44. | - trace args: --trace-expand --trace-format=json-v1 --no-warn-unused-cli --trace-redirect=cmake_trace.txt
  45. | - disabled policy warnings: [CMP0025, CMP0047, CMP0056, CMP0060, CMP0065, CMP0066, CMP0067, CMP0082, CMP0089, CMP0102]
  46.  
  47. | CMake Deprecation Warning at CMakeLists.txt:2 (cmake_minimum_required):
  48. | Compatibility with CMake < 3.5 will be removed from a future version of
  49. | CMake.
  50.  
  51. | Update the VERSION argument <min> value or use a ...<max> suffix to tell
  52. | CMake that the project does not need compatibility with older versions.
  53.  
  54. | Put cmake in trace mode, but with variables expanded.
  55. | Put cmake in trace mode and sets the trace output format.
  56. | Not searching for unused variables given on the command line.
  57. | Put cmake in trace mode and redirect trace output to a file instead of stderr.
  58. | Trace will be written to cmake_trace.txt
  59.  
  60. | -- The C compiler identification is GNU 13.2.1
  61. | -- The CXX compiler identification is GNU 13.2.1
  62. | CMake Warning (dev) at /usr/share/cmake-3.27/Modules/CMakeFindBinUtils.cmake:224 (find_program):
  63. | Policy CMP0126 is not set: set(CACHE) does not remove a normal variable of
  64. | the same name. Run "cmake --help-policy CMP0126" for policy details. Use
  65. | the cmake_policy command to set the policy and suppress this warning.
  66.  
  67. | For compatibility with older versions of CMake, normal variable
  68. | "CMAKE_TAPI" will be removed from the current scope.
  69. | Call Stack (most recent call first):
  70. | /usr/share/cmake-3.27/Modules/CMakeDetermineCXXCompiler.cmake:202 (include)
  71. | CMakeLists.txt:5 (project)
  72. | This warning is for project developers. Use -Wno-dev to suppress it.
  73.  
  74. | -- Detecting C compiler ABI info
  75. | -- Detecting C compiler ABI info - done
  76. | -- Check for working C compiler: /usr/bin/gcc - skipped
  77. | -- Detecting C compile features
  78. | -- Detecting C compile features - done
  79. | -- Detecting CXX compiler ABI info
  80. | -- Detecting CXX compiler ABI info - done
  81. | -- Check for working CXX compiler: /usr/bin/g++ - skipped
  82. | -- Detecting CXX compile features
  83. | -- Detecting CXX compile features - done
  84. | -- Configuring done (0.3s)
  85. | -- Generating done (0.0s)
  86. | -- Build files have been written to: /home/ra/Build/gamescope/build/subprojects/openvr/__CMake_build
  87.  
  88. openvr| CMake configuration: SUCCEEDED
  89. openvr| CMake project OpenVRSDK has 1 build targets.
  90.  
  91. cmake-ast| Processing generated meson AST
  92. cmake-ast| Build file: /home/ra/Build/gamescope/build/subprojects/openvr/meson.build
  93.  
  94. openvr| Project name: OpenVRSDK
  95. openvr| Project version: undefined
  96. openvr| C++ compiler for the host machine: g++ (gcc 13.2.1 "g++ (Clear Linux OS for Intel Architecture) 13.2.1 20231011 releases/gcc-13.2.0-335-g16a4df2743")
  97. openvr| C++ linker for the host machine: g++ ld.bfd 2.41
  98. openvr| Build targets in project: 1
  99. openvr| Subproject openvr finished.
  100.  
  101.  
  102. Check usable header "vulkan/vulkan.h" with dependency vulkan: YES
  103. Found pkg-config: /usr/bin/pkg-config (1.9.5)
  104. Build-time dependency wayland-scanner found: YES 1.22.0
  105. Program /usr/bin/wayland-scanner found: YES (/usr/bin/wayland-scanner)
  106. Run-time dependency vkroots found: NO (tried pkgconfig and cmake)
  107. Looking for a fallback subproject for the dependency vkroots
  108.  
  109. Executing subproject vkroots
  110.  
  111. vkroots| Project name: vkroots
  112. vkroots| Project version: undefined
  113. vkroots| C++ compiler for the host machine: g++ (gcc 13.2.1 "g++ (Clear Linux OS for Intel Architecture) 13.2.1 20231011 releases/gcc-13.2.0-335-g16a4df2743")
  114. vkroots| C++ linker for the host machine: g++ ld.bfd 2.41
  115. vkroots| Build targets in project: 25
  116. vkroots| Subproject vkroots finished.
  117.  
  118. Dependency vkroots found: YES undefined (overridden)
  119. Run-time dependency xcb found: YES 1.15
  120. Run-time dependency x11-xcb found: YES 1.8.7
  121. Run-time dependency glm found: YES 0.9.9
  122. Dependency wayland-client found: YES 1.22.0 (cached)
  123. Configuring VkLayer_FROG_gamescope_wsi.x86_64.json using configuration
  124. Run-time dependency xdamage found: YES 1.1.6
  125. Run-time dependency xcomposite found: YES 0.4.6
  126. Run-time dependency xrender found: YES 0.9.11
  127. Run-time dependency xext found: YES 1.3.5
  128. Run-time dependency xfixes found: YES 6.0.0
  129. Run-time dependency xxf86vm found: YES 1.1.5
  130. Run-time dependency xtst found: YES 1.2.4
  131. Run-time dependency xres found: YES 1.2.2
  132. Run-time dependency xmu found: YES 1.1.4
  133. Run-time dependency libdrm found: YES 2.4.116
  134. Run-time dependency wayland-server found: YES 1.22.0
  135. Run-time dependency wayland-protocols found: YES 1.32
  136. Run-time dependency xkbcommon found: YES 1.6.0
  137. Run-time dependency threads found: YES
  138. Run-time dependency libcap found: YES 2.69
  139. Dependency glm found: YES 0.9.9 (cached)
  140. Run-time dependency sdl2 found: YES 2.28.4
  141. Run-time dependency stb found: NO (tried pkgconfig and cmake)
  142. Looking for a fallback subproject for the dependency stb
  143.  
  144. Executing subproject stb
  145.  
  146. stb| Project name: stb
  147. stb| Project version: 0.1.0
  148. stb| C compiler for the host machine: gcc (gcc 13.2.1 "gcc (Clear Linux OS for Intel Architecture) 13.2.1 20231011 releases/gcc-13.2.0-335-g16a4df2743")
  149. stb| C linker for the host machine: gcc ld.bfd 2.41
  150. stb| Build targets in project: 26
  151. stb| Subproject stb finished.
  152.  
  153. Dependency stb found: YES 0.1.0 (overridden)
  154. Looking for a fallback subproject for the dependency wlroots because:
  155. Use of fallback dependencies is forced.
  156.  
  157. Executing subproject wlroots
  158.  
  159. wlroots| Project name: wlroots
  160. wlroots| Project version: 0.16.0
  161. wlroots| C compiler for the host machine: gcc (gcc 13.2.1 "gcc (Clear Linux OS for Intel Architecture) 13.2.1 20231011 releases/gcc-13.2.0-335-g16a4df2743")
  162. wlroots| C linker for the host machine: gcc ld.bfd 2.41
  163. wlroots| Compiler for C supports arguments -Wundef: YES
  164. wlroots| Compiler for C supports arguments -Wlogical-op: YES
  165. wlroots| Compiler for C supports arguments -Wmissing-include-dirs: YES
  166. wlroots| Compiler for C supports arguments -Wold-style-definition: YES
  167. wlroots| Compiler for C supports arguments -Wpointer-arith: YES
  168. wlroots| Compiler for C supports arguments -Winit-self: YES
  169. wlroots| Compiler for C supports arguments -Wstrict-prototypes: YES
  170. wlroots| Compiler for C supports arguments -Wimplicit-fallthrough=2: YES
  171. wlroots| Compiler for C supports arguments -Wendif-labels: YES
  172. wlroots| Compiler for C supports arguments -Wstrict-aliasing=2: YES
  173. wlroots| Compiler for C supports arguments -Woverflow: YES
  174. wlroots| Compiler for C supports arguments -Wmissing-prototypes: YES
  175. wlroots| Compiler for C supports arguments -Walloca: YES
  176. wlroots| Compiler for C supports arguments -Wno-missing-braces: YES
  177. wlroots| Compiler for C supports arguments -Wno-missing-field-initializers: YES
  178. wlroots| Compiler for C supports arguments -Wno-unused-parameter: YES
  179. wlroots| Compiler for C supports arguments -fmacro-prefix-map=/prefix/to/hide=: YES
  180. wlroots| Dependency wayland-server found: YES 1.22.0 (cached)
  181. wlroots| Dependency libdrm found: YES 2.4.116 (cached)
  182. wlroots| Dependency xkbcommon found: YES 1.6.0 (cached)
  183. wlroots| Run-time dependency libudev found: YES 252
  184. wlroots| Run-time dependency pixman-1 found: YES 0.42.2
  185. wlroots| Library m found: YES
  186. wlroots| Library rt found: YES
  187. wlroots| Dependency wayland-protocols found: YES 1.32 (cached)
  188. wlroots| Dependency wayland-scanner found: YES 1.22.0 (cached)
  189. wlroots| Program /usr/bin/wayland-scanner found: YES (/usr/bin/wayland-scanner)
  190. wlroots| Dependency pixman-1 found: YES 0.42.2 (cached)
  191. wlroots| Run-time dependency libinput found: YES 1.24.0
  192. wlroots| Dependency wayland-client found: YES 1.22.0 (cached)
  193. wlroots| Run-time dependency libseat found: YES 0.5.0
  194. wlroots| Run-time dependency xwayland found: YES 23.2.1
  195. wlroots| Dependency xcb found: YES 1.15 (cached)
  196. wlroots| Run-time dependency xcb-composite found: YES 1.15
  197. wlroots| Run-time dependency xcb-icccm found: YES 0.4.2
  198. wlroots| Run-time dependency xcb-render found: YES 1.15
  199. wlroots| Run-time dependency xcb-res found: YES 1.15
  200. wlroots| Run-time dependency xcb-xfixes found: YES 1.15
  201. wlroots| Run-time dependency xcb-errors found: NO (tried pkgconfig and cmake)
  202. wlroots| Message: Required for printing X11 errors.
  203. wlroots| Checking for function "xcb_xfixes_set_client_disconnect_mode" with dependencies xcb, xcb-composite, xcb-icccm, xcb-render, xcb-res, xcb-xfixes, xcb-errors: YES
  204. wlroots| Configuring config.h using configuration
  205. wlroots| Configuring version.h using configuration
  206. wlroots| Configuring config.h using configuration
  207. wlroots| Build targets in project: 138
  208. wlroots| Subproject wlroots finished.
  209.  
  210. Dependency wlroots found: YES 0.16.0 (overridden)
  211. Run-time dependency libdisplay-info found: YES 0.1.1
  212. Program glslang found: YES (/usr/bin/glslang)
  213. Looking for a fallback subproject for the dependency libliftoff because:
  214. Use of fallback dependencies is forced.
  215.  
  216. Executing subproject libliftoff
  217.  
  218. libliftoff| Project name: libliftoff
  219. libliftoff| Project version: 0.4.0
  220. libliftoff| C compiler for the host machine: gcc (gcc 13.2.1 "gcc (Clear Linux OS for Intel Architecture) 13.2.1 20231011 releases/gcc-13.2.0-335-g16a4df2743")
  221. libliftoff| C linker for the host machine: gcc ld.bfd 2.41
  222. libliftoff| Compiler for C supports arguments -Wundef: YES (cached)
  223. libliftoff| Compiler for C supports arguments -Wmissing-prototypes: YES (cached)
  224. libliftoff| Compiler for C supports arguments -Walloca: YES (cached)
  225. libliftoff| Compiler for C supports arguments -Wdeclaration-after-statement: YES
  226. libliftoff| Compiler for C supports arguments -Wfloat-conversion: YES
  227. libliftoff| Compiler for C supports arguments -Wsign-conversion: YES
  228. libliftoff| Compiler for C supports arguments -Wno-missing-braces: YES (cached)
  229. libliftoff| Compiler for C supports arguments -Wno-unused-parameter: YES (cached)
  230. libliftoff| Dependency libdrm found: YES 2.4.116 (cached)
  231. libliftoff| Build targets in project: 151
  232. libliftoff| Subproject libliftoff finished.
  233.  
  234. Dependency libliftoff found: YES 0.4.0 (overridden)
  235. Run-time dependency benchmark found: NO (tried pkgconfig and cmake)
  236. Build targets in project: 153
  237.  
  238. wlroots 0.16.0
  239.  
  240. drm-backend : NO
  241. x11-backend : NO
  242. libinput-backend: YES
  243. xwayland : YES
  244. gles2-renderer : NO
  245. vulkan-renderer : NO
  246. gbm-allocator : NO
  247. xcb-errors : NO
  248. egl : NO
  249.  
  250. gamescope undefined
  251.  
  252. Subprojects
  253. libliftoff: YES
  254. openvr : YES
  255. stb : YES
  256. vkroots : YES
  257. wlroots : YES
  258.  
  259. Found ninja-1.11.1 at /usr/bin/ninja
  260.  
Advertisement
Add Comment
Please, Sign In to add comment