Advertisement
Niranjan_T

meson log

Jan 18th, 2021
147
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 84.42 KB | None | 0 0
  1. Build started at 2021-01-18T13:49:13.266310
  2. Main binary: /usr/bin/python3
  3. Build Options:
  4. Python system: Linux
  5. The Meson build system
  6. Version: 0.52.0
  7. Source dir: /home/niru/vte
  8. Build dir: /home/niru/vte/_build
  9. Build type: native build
  10. Project name: vte
  11. Project version: 0.63.0
  12. No CFLAGS in the environment, not changing global flags.
  13. No LDFLAGS in the environment, not changing global flags.
  14. No CPPFLAGS in the environment, not changing global flags.
  15. Sanity testing C compiler: cc
  16. Is cross compiler: False.
  17. Sanity check compiler command line: cc /home/niru/vte/_build/meson-private/sanitycheckc.c -o /home/niru/vte/_build/meson-private/sanitycheckc.exe -pipe -D_FILE_OFFSET_BITS=64
  18. Sanity check compile stdout:
  19.  
  20. -----
  21. Sanity check compile stderr:
  22.  
  23. -----
  24. Running test binary command: /home/niru/vte/_build/meson-private/sanitycheckc.exe
  25. C compiler for the build machine: cc (gcc 8.3.0 "cc (Debian 8.3.0-6) 8.3.0")
  26. C linker for the build machine: GNU ld.bfd 2.31.1
  27. No CXXFLAGS in the environment, not changing global flags.
  28. No LDFLAGS in the environment, not changing global flags.
  29. No CPPFLAGS in the environment, not changing global flags.
  30. Sanity testing C++ compiler: c++
  31. Is cross compiler: False.
  32. Sanity check compiler command line: c++ /home/niru/vte/_build/meson-private/sanitycheckcpp.cc -o /home/niru/vte/_build/meson-private/sanitycheckcpp.exe -pipe -D_FILE_OFFSET_BITS=64
  33. Sanity check compile stdout:
  34.  
  35. -----
  36. Sanity check compile stderr:
  37.  
  38. -----
  39. Running test binary command: /home/niru/vte/_build/meson-private/sanitycheckcpp.exe
  40. C++ compiler for the build machine: c++ (gcc 8.3.0 "c++ (Debian 8.3.0-6) 8.3.0")
  41. C++ linker for the build machine: GNU ld.bfd 2.31.1
  42. No CFLAGS in the environment, not changing global flags.
  43. No LDFLAGS in the environment, not changing global flags.
  44. No CPPFLAGS in the environment, not changing global flags.
  45. Sanity testing C compiler: cc
  46. Is cross compiler: False.
  47. Sanity check compiler command line: cc /home/niru/vte/_build/meson-private/sanitycheckc.c -o /home/niru/vte/_build/meson-private/sanitycheckc.exe -pipe -D_FILE_OFFSET_BITS=64
  48. Sanity check compile stdout:
  49.  
  50. -----
  51. Sanity check compile stderr:
  52.  
  53. -----
  54. Running test binary command: /home/niru/vte/_build/meson-private/sanitycheckc.exe
  55. C compiler for the host machine: cc (gcc 8.3.0 "cc (Debian 8.3.0-6) 8.3.0")
  56. C linker for the host machine: GNU ld.bfd 2.31.1
  57. No CXXFLAGS in the environment, not changing global flags.
  58. No LDFLAGS in the environment, not changing global flags.
  59. No CPPFLAGS in the environment, not changing global flags.
  60. Sanity testing C++ compiler: c++
  61. Is cross compiler: False.
  62. Sanity check compiler command line: c++ /home/niru/vte/_build/meson-private/sanitycheckcpp.cc -o /home/niru/vte/_build/meson-private/sanitycheckcpp.exe -pipe -D_FILE_OFFSET_BITS=64
  63. Sanity check compile stdout:
  64.  
  65. -----
  66. Sanity check compile stderr:
  67.  
  68. -----
  69. Running test binary command: /home/niru/vte/_build/meson-private/sanitycheckcpp.exe
  70. C++ compiler for the host machine: c++ (gcc 8.3.0 "c++ (Debian 8.3.0-6) 8.3.0")
  71. C++ linker for the host machine: GNU ld.bfd 2.31.1
  72. Build machine cpu family: x86_64
  73. Build machine cpu: x86_64
  74. Host machine cpu family: x86_64
  75. Host machine cpu: x86_64
  76. Target machine cpu family: x86_64
  77. Target machine cpu: x86_64
  78. Running compile:
  79. Working directory: /tmp/tmpa0oahqbd
  80. Command line: c++ /tmp/tmpa0oahqbd/testfile.cpp -o /tmp/tmpa0oahqbd/output.obj -pipe -D_FILE_OFFSET_BITS=64 -c -std=gnu++17
  81.  
  82. Code:
  83. int i = static_cast<int>(0);
  84. Compiler stdout:
  85.  
  86. Compiler stderr:
  87.  
  88. Compiler accepts -std=gnu++17: YES
  89. Running compile:
  90. Working directory: /home/niru/vte/_build/meson-private/tmp762mob4e
  91. Command line: c++ /home/niru/vte/_build/meson-private/tmp762mob4e/testfile.cpp -pipe -E -P -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -std=gnu++17
  92.  
  93. Code:
  94.  
  95. #ifdef __has_include
  96. #if !__has_include("locale.h")
  97. #error "Header 'locale.h' could not be found"
  98. #endif
  99. #else
  100. #include <locale.h>
  101. #endif
  102. Compiler stdout:
  103.  
  104. Compiler stderr:
  105.  
  106. Has header "locale.h" : YES
  107. Running compile:
  108. Working directory: /home/niru/vte/_build/meson-private/tmp6algd9a_
  109. Command line: c++ /home/niru/vte/_build/meson-private/tmp6algd9a_/testfile.cpp -pipe -E -P -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -std=gnu++17
  110.  
  111. Code:
  112.  
  113. #ifdef __has_include
  114. #if !__has_include("pty.h")
  115. #error "Header 'pty.h' could not be found"
  116. #endif
  117. #else
  118. #include <pty.h>
  119. #endif
  120. Compiler stdout:
  121.  
  122. Compiler stderr:
  123.  
  124. Has header "pty.h" : YES
  125. Running compile:
  126. Working directory: /home/niru/vte/_build/meson-private/tmpbz8z9q81
  127. Command line: c++ /home/niru/vte/_build/meson-private/tmpbz8z9q81/testfile.cpp -pipe -E -P -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -std=gnu++17
  128.  
  129. Code:
  130.  
  131. #ifdef __has_include
  132. #if !__has_include("stropts.h")
  133. #error "Header 'stropts.h' could not be found"
  134. #endif
  135. #else
  136. #include <stropts.h>
  137. #endif
  138. Compiler stdout:
  139.  
  140. Compiler stderr:
  141.  
  142. Has header "stropts.h" : YES
  143. Running compile:
  144. Working directory: /home/niru/vte/_build/meson-private/tmpd9w4d304
  145. Command line: c++ /home/niru/vte/_build/meson-private/tmpd9w4d304/testfile.cpp -pipe -E -P -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -std=gnu++17
  146.  
  147. Code:
  148.  
  149. #ifdef __has_include
  150. #if !__has_include("sys/resource.h")
  151. #error "Header 'sys/resource.h' could not be found"
  152. #endif
  153. #else
  154. #include <sys/resource.h>
  155. #endif
  156. Compiler stdout:
  157.  
  158. Compiler stderr:
  159.  
  160. Has header "sys/resource.h" : YES
  161. Running compile:
  162. Working directory: /home/niru/vte/_build/meson-private/tmp7tzw81bw
  163. Command line: c++ /home/niru/vte/_build/meson-private/tmp7tzw81bw/testfile.cpp -pipe -E -P -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -std=gnu++17
  164.  
  165. Code:
  166.  
  167. #ifdef __has_include
  168. #if !__has_include("sys/select.h")
  169. #error "Header 'sys/select.h' could not be found"
  170. #endif
  171. #else
  172. #include <sys/select.h>
  173. #endif
  174. Compiler stdout:
  175.  
  176. Compiler stderr:
  177.  
  178. Has header "sys/select.h" : YES
  179. Running compile:
  180. Working directory: /home/niru/vte/_build/meson-private/tmpmkn585ed
  181. Command line: c++ /home/niru/vte/_build/meson-private/tmpmkn585ed/testfile.cpp -pipe -E -P -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -std=gnu++17
  182.  
  183. Code:
  184.  
  185. #ifdef __has_include
  186. #if !__has_include("sys/stream.h")
  187. #error "Header 'sys/stream.h' could not be found"
  188. #endif
  189. #else
  190. #include <sys/stream.h>
  191. #endif
  192. Compiler stdout:
  193.  
  194. Compiler stderr:
  195. /home/niru/vte/_build/meson-private/tmpmkn585ed/testfile.cpp:4:12: error: #error "Header 'sys/stream.h' could not be found"
  196. #error "Header 'sys/stream.h' could not be found"
  197. ^~~~~
  198.  
  199. Has header "sys/stream.h" : NO
  200. Running compile:
  201. Working directory: /home/niru/vte/_build/meson-private/tmp21gqamtn
  202. Command line: c++ /home/niru/vte/_build/meson-private/tmp21gqamtn/testfile.cpp -pipe -E -P -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -std=gnu++17
  203.  
  204. Code:
  205.  
  206. #ifdef __has_include
  207. #if !__has_include("sys/syslimits.h")
  208. #error "Header 'sys/syslimits.h' could not be found"
  209. #endif
  210. #else
  211. #include <sys/syslimits.h>
  212. #endif
  213. Compiler stdout:
  214.  
  215. Compiler stderr:
  216. /home/niru/vte/_build/meson-private/tmp21gqamtn/testfile.cpp:4:12: error: #error "Header 'sys/syslimits.h' could not be found"
  217. #error "Header 'sys/syslimits.h' could not be found"
  218. ^~~~~
  219.  
  220. Has header "sys/syslimits.h" : NO
  221. Running compile:
  222. Working directory: /home/niru/vte/_build/meson-private/tmpmp5gx8if
  223. Command line: c++ /home/niru/vte/_build/meson-private/tmpmp5gx8if/testfile.cpp -pipe -E -P -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -std=gnu++17
  224.  
  225. Code:
  226.  
  227. #ifdef __has_include
  228. #if !__has_include("sys/termios.h")
  229. #error "Header 'sys/termios.h' could not be found"
  230. #endif
  231. #else
  232. #include <sys/termios.h>
  233. #endif
  234. Compiler stdout:
  235.  
  236. Compiler stderr:
  237.  
  238. Has header "sys/termios.h" : YES
  239. Running compile:
  240. Working directory: /home/niru/vte/_build/meson-private/tmpdzjfp1y1
  241. Command line: c++ /home/niru/vte/_build/meson-private/tmpdzjfp1y1/testfile.cpp -pipe -E -P -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -std=gnu++17
  242.  
  243. Code:
  244.  
  245. #ifdef __has_include
  246. #if !__has_include("sys/types.h")
  247. #error "Header 'sys/types.h' could not be found"
  248. #endif
  249. #else
  250. #include <sys/types.h>
  251. #endif
  252. Compiler stdout:
  253.  
  254. Compiler stderr:
  255.  
  256. Has header "sys/types.h" : YES
  257. Running compile:
  258. Working directory: /home/niru/vte/_build/meson-private/tmpevp3_n1b
  259. Command line: c++ /home/niru/vte/_build/meson-private/tmpevp3_n1b/testfile.cpp -pipe -E -P -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -std=gnu++17
  260.  
  261. Code:
  262.  
  263. #ifdef __has_include
  264. #if !__has_include("sys/wait.h")
  265. #error "Header 'sys/wait.h' could not be found"
  266. #endif
  267. #else
  268. #include <sys/wait.h>
  269. #endif
  270. Compiler stdout:
  271.  
  272. Compiler stderr:
  273.  
  274. Has header "sys/wait.h" : YES
  275. Running compile:
  276. Working directory: /home/niru/vte/_build/meson-private/tmppyo3g4ac
  277. Command line: c++ /home/niru/vte/_build/meson-private/tmppyo3g4ac/testfile.cpp -pipe -E -P -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -std=gnu++17
  278.  
  279. Code:
  280.  
  281. #ifdef __has_include
  282. #if !__has_include("termios.h")
  283. #error "Header 'termios.h' could not be found"
  284. #endif
  285. #else
  286. #include <termios.h>
  287. #endif
  288. Compiler stdout:
  289.  
  290. Compiler stderr:
  291.  
  292. Has header "termios.h" : YES
  293. Running compile:
  294. Working directory: /home/niru/vte/_build/meson-private/tmpo7k3afhe
  295. Command line: c++ /home/niru/vte/_build/meson-private/tmpo7k3afhe/testfile.cpp -pipe -E -P -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -std=gnu++17
  296.  
  297. Code:
  298.  
  299. #ifdef __has_include
  300. #if !__has_include("util.h")
  301. #error "Header 'util.h' could not be found"
  302. #endif
  303. #else
  304. #include <util.h>
  305. #endif
  306. Compiler stdout:
  307.  
  308. Compiler stderr:
  309. /home/niru/vte/_build/meson-private/tmpo7k3afhe/testfile.cpp:4:12: error: #error "Header 'util.h' could not be found"
  310. #error "Header 'util.h' could not be found"
  311. ^~~~~
  312.  
  313. Has header "util.h" : NO
  314. Running compile:
  315. Working directory: /home/niru/vte/_build/meson-private/tmp39x__wo3
  316. Command line: c++ /home/niru/vte/_build/meson-private/tmp39x__wo3/testfile.cpp -pipe -E -P -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -std=gnu++17
  317.  
  318. Code:
  319.  
  320. #ifdef __has_include
  321. #if !__has_include("wchar.h")
  322. #error "Header 'wchar.h' could not be found"
  323. #endif
  324. #else
  325. #include <wchar.h>
  326. #endif
  327. Compiler stdout:
  328.  
  329. Compiler stderr:
  330.  
  331. Has header "wchar.h" : YES
  332. Running compile:
  333. Working directory: /home/niru/vte/_build/meson-private/tmpp9vnz4n_
  334. Command line: c++ /home/niru/vte/_build/meson-private/tmpp9vnz4n_/testfile.cpp -o /home/niru/vte/_build/meson-private/tmpp9vnz4n_/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -std=gnu++17
  335.  
  336. Code:
  337.  
  338. #include <sys/ioctl.h>
  339. int main () {
  340. /* If it's not defined as a macro, try to use as a symbol */
  341. #ifndef TIOCGWINSZ
  342. TIOCGWINSZ;
  343. #endif
  344. return 0;
  345. }
  346. Compiler stdout:
  347.  
  348. Compiler stderr:
  349.  
  350. Header <sys/ioctl.h> has symbol "TIOCGWINSZ" : YES
  351. Running compile:
  352. Working directory: /home/niru/vte/_build/meson-private/tmpwl4ie2s0
  353. Command line: c++ /home/niru/vte/_build/meson-private/tmpwl4ie2s0/testfile.cpp -o /home/niru/vte/_build/meson-private/tmpwl4ie2s0/output.exe -pipe -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -std=gnu++17
  354.  
  355. Code:
  356.  
  357. #define fork meson_disable_define_of_fork
  358.  
  359. #include <limits.h>
  360. #undef fork
  361.  
  362. #ifdef __cplusplus
  363. extern "C"
  364. #endif
  365. char fork ();
  366.  
  367. #if defined __stub_fork || defined __stub___fork
  368. fail fail fail this function is not going to work
  369. #endif
  370.  
  371. int main () {
  372. return fork ();
  373. }
  374. Compiler stdout:
  375.  
  376. Compiler stderr:
  377. /home/niru/vte/_build/meson-private/tmpwl4ie2s0/testfile.cpp:10:14: warning: declaration of 'char fork()' conflicts with built-in declaration 'int fork()' [-Wbuiltin-declaration-mismatch]
  378. char fork ();
  379. ^~~~
  380.  
  381. Checking for function "fork" : YES
  382. Running compile:
  383. Working directory: /home/niru/vte/_build/meson-private/tmpfmizu7tl
  384. Command line: c++ /home/niru/vte/_build/meson-private/tmpfmizu7tl/testfile.cpp -o /home/niru/vte/_build/meson-private/tmpfmizu7tl/output.exe -pipe -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -std=gnu++17
  385.  
  386. Code:
  387.  
  388. #define grantpt meson_disable_define_of_grantpt
  389.  
  390. #include <limits.h>
  391. #undef grantpt
  392.  
  393. #ifdef __cplusplus
  394. extern "C"
  395. #endif
  396. char grantpt ();
  397.  
  398. #if defined __stub_grantpt || defined __stub___grantpt
  399. fail fail fail this function is not going to work
  400. #endif
  401.  
  402. int main () {
  403. return grantpt ();
  404. }
  405. Compiler stdout:
  406.  
  407. Compiler stderr:
  408.  
  409. Checking for function "grantpt" : YES
  410. Running compile:
  411. Working directory: /home/niru/vte/_build/meson-private/tmp5r0_cdyi
  412. Command line: c++ /home/niru/vte/_build/meson-private/tmp5r0_cdyi/testfile.cpp -o /home/niru/vte/_build/meson-private/tmp5r0_cdyi/output.exe -pipe -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -std=gnu++17
  413.  
  414. Code:
  415.  
  416. #define posix_openpt meson_disable_define_of_posix_openpt
  417.  
  418. #include <limits.h>
  419. #undef posix_openpt
  420.  
  421. #ifdef __cplusplus
  422. extern "C"
  423. #endif
  424. char posix_openpt ();
  425.  
  426. #if defined __stub_posix_openpt || defined __stub___posix_openpt
  427. fail fail fail this function is not going to work
  428. #endif
  429.  
  430. int main () {
  431. return posix_openpt ();
  432. }
  433. Compiler stdout:
  434.  
  435. Compiler stderr:
  436.  
  437. Checking for function "posix_openpt" : YES
  438. Running compile:
  439. Working directory: /home/niru/vte/_build/meson-private/tmpcsr5dvt0
  440. Command line: c++ /home/niru/vte/_build/meson-private/tmpcsr5dvt0/testfile.cpp -o /home/niru/vte/_build/meson-private/tmpcsr5dvt0/output.exe -pipe -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -std=gnu++17
  441.  
  442. Code:
  443.  
  444. #define ptsname meson_disable_define_of_ptsname
  445.  
  446. #include <limits.h>
  447. #undef ptsname
  448.  
  449. #ifdef __cplusplus
  450. extern "C"
  451. #endif
  452. char ptsname ();
  453.  
  454. #if defined __stub_ptsname || defined __stub___ptsname
  455. fail fail fail this function is not going to work
  456. #endif
  457.  
  458. int main () {
  459. return ptsname ();
  460. }
  461. Compiler stdout:
  462.  
  463. Compiler stderr:
  464.  
  465. Checking for function "ptsname" : YES
  466. Running compile:
  467. Working directory: /home/niru/vte/_build/meson-private/tmps6gv8lor
  468. Command line: c++ /home/niru/vte/_build/meson-private/tmps6gv8lor/testfile.cpp -o /home/niru/vte/_build/meson-private/tmps6gv8lor/output.exe -pipe -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -std=gnu++17
  469.  
  470. Code:
  471.  
  472. #define tcgetattr meson_disable_define_of_tcgetattr
  473.  
  474. #include <limits.h>
  475. #undef tcgetattr
  476.  
  477. #ifdef __cplusplus
  478. extern "C"
  479. #endif
  480. char tcgetattr ();
  481.  
  482. #if defined __stub_tcgetattr || defined __stub___tcgetattr
  483. fail fail fail this function is not going to work
  484. #endif
  485.  
  486. int main () {
  487. return tcgetattr ();
  488. }
  489. Compiler stdout:
  490.  
  491. Compiler stderr:
  492.  
  493. Checking for function "tcgetattr" : YES
  494. Running compile:
  495. Working directory: /home/niru/vte/_build/meson-private/tmpqx_xt82d
  496. Command line: c++ /home/niru/vte/_build/meson-private/tmpqx_xt82d/testfile.cpp -o /home/niru/vte/_build/meson-private/tmpqx_xt82d/output.exe -pipe -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -std=gnu++17
  497.  
  498. Code:
  499.  
  500. #define unlockpt meson_disable_define_of_unlockpt
  501.  
  502. #include <limits.h>
  503. #undef unlockpt
  504.  
  505. #ifdef __cplusplus
  506. extern "C"
  507. #endif
  508. char unlockpt ();
  509.  
  510. #if defined __stub_unlockpt || defined __stub___unlockpt
  511. fail fail fail this function is not going to work
  512. #endif
  513.  
  514. int main () {
  515. return unlockpt ();
  516. }
  517. Compiler stdout:
  518.  
  519. Compiler stderr:
  520.  
  521. Checking for function "unlockpt" : YES
  522. Running compile:
  523. Working directory: /home/niru/vte/_build/meson-private/tmp9tcfv7mo
  524. Command line: c++ /home/niru/vte/_build/meson-private/tmp9tcfv7mo/testfile.cpp -o /home/niru/vte/_build/meson-private/tmp9tcfv7mo/output.exe -pipe -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -std=gnu++17
  525.  
  526. Code:
  527.  
  528. #define explicit_bzero meson_disable_define_of_explicit_bzero
  529.  
  530. #include <limits.h>
  531. #undef explicit_bzero
  532.  
  533. #ifdef __cplusplus
  534. extern "C"
  535. #endif
  536. char explicit_bzero ();
  537.  
  538. #if defined __stub_explicit_bzero || defined __stub___explicit_bzero
  539. fail fail fail this function is not going to work
  540. #endif
  541.  
  542. int main () {
  543. return explicit_bzero ();
  544. }
  545. Compiler stdout:
  546.  
  547. Compiler stderr:
  548.  
  549. Checking for function "explicit_bzero" : YES
  550. Running compile:
  551. Working directory: /home/niru/vte/_build/meson-private/tmp0q7891ug
  552. Command line: c++ /home/niru/vte/_build/meson-private/tmp0q7891ug/testfile.cpp -o /home/niru/vte/_build/meson-private/tmp0q7891ug/output.exe -pipe -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -std=gnu++17
  553.  
  554. Code:
  555.  
  556. #define fdwalk meson_disable_define_of_fdwalk
  557.  
  558. #include <limits.h>
  559. #undef fdwalk
  560.  
  561. #ifdef __cplusplus
  562. extern "C"
  563. #endif
  564. char fdwalk ();
  565.  
  566. #if defined __stub_fdwalk || defined __stub___fdwalk
  567. fail fail fail this function is not going to work
  568. #endif
  569.  
  570. int main () {
  571. return fdwalk ();
  572. }
  573. Compiler stdout:
  574.  
  575. Compiler stderr:
  576. /usr/bin/ld: /tmp/ccBnZx2O.o: in function `main':
  577. testfile.cpp:(.text+0x5): undefined reference to `fdwalk'
  578. collect2: error: ld returned 1 exit status
  579.  
  580. Running compile:
  581. Working directory: /home/niru/vte/_build/meson-private/tmpq3wstv3t
  582. Command line: c++ /home/niru/vte/_build/meson-private/tmpq3wstv3t/testfile.cpp -o /home/niru/vte/_build/meson-private/tmpq3wstv3t/output.exe -pipe -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -std=gnu++17
  583.  
  584. Code:
  585.  
  586. int main() {
  587. #ifdef __has_builtin
  588. #if !__has_builtin(__builtin_fdwalk)
  589. #error "__builtin_fdwalk not found"
  590. #endif
  591. #elif ! defined(fdwalk)
  592. /* Check for __builtin_fdwalk only if no includes were added to the
  593. * prefix above, which means no definition of fdwalk can be found.
  594. * We would always check for this, but we get false positives on
  595. * MSYS2 if we do. Their toolchain is broken, but we can at least
  596. * give them a workaround. */
  597. #if 1
  598. __builtin_fdwalk;
  599. #else
  600. #error "No definition for __builtin_fdwalk found in the prefix"
  601. #endif
  602. #endif
  603. return 0;
  604. }
  605. Compiler stdout:
  606.  
  607. Compiler stderr:
  608. /home/niru/vte/_build/meson-private/tmpq3wstv3t/testfile.cpp: In function 'int main()':
  609. /home/niru/vte/_build/meson-private/tmpq3wstv3t/testfile.cpp:14:17: error: '__builtin_fdwalk' was not declared in this scope
  610. __builtin_fdwalk;
  611. ^~~~~~~~~~~~~~~~
  612. /home/niru/vte/_build/meson-private/tmpq3wstv3t/testfile.cpp:14:17: note: suggested alternative: '__builtin_fmal'
  613. __builtin_fdwalk;
  614. ^~~~~~~~~~~~~~~~
  615. __builtin_fmal
  616.  
  617. Checking for function "fdwalk" : NO
  618. Running compile:
  619. Working directory: /home/niru/vte/_build/meson-private/tmpec6rmi80
  620. Command line: c++ /home/niru/vte/_build/meson-private/tmpec6rmi80/testfile.cpp -o /home/niru/vte/_build/meson-private/tmpec6rmi80/output.exe -pipe -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -std=gnu++17
  621.  
  622. Code:
  623.  
  624. #define pread meson_disable_define_of_pread
  625.  
  626. #include <limits.h>
  627. #undef pread
  628.  
  629. #ifdef __cplusplus
  630. extern "C"
  631. #endif
  632. char pread ();
  633.  
  634. #if defined __stub_pread || defined __stub___pread
  635. fail fail fail this function is not going to work
  636. #endif
  637.  
  638. int main () {
  639. return pread ();
  640. }
  641. Compiler stdout:
  642.  
  643. Compiler stderr:
  644.  
  645. Checking for function "pread" : YES
  646. Running compile:
  647. Working directory: /home/niru/vte/_build/meson-private/tmplrgo0cmq
  648. Command line: c++ /home/niru/vte/_build/meson-private/tmplrgo0cmq/testfile.cpp -o /home/niru/vte/_build/meson-private/tmplrgo0cmq/output.exe -pipe -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -std=gnu++17
  649.  
  650. Code:
  651.  
  652. #define pwrite meson_disable_define_of_pwrite
  653.  
  654. #include <limits.h>
  655. #undef pwrite
  656.  
  657. #ifdef __cplusplus
  658. extern "C"
  659. #endif
  660. char pwrite ();
  661.  
  662. #if defined __stub_pwrite || defined __stub___pwrite
  663. fail fail fail this function is not going to work
  664. #endif
  665.  
  666. int main () {
  667. return pwrite ();
  668. }
  669. Compiler stdout:
  670.  
  671. Compiler stderr:
  672.  
  673. Checking for function "pwrite" : YES
  674. Running compile:
  675. Working directory: /home/niru/vte/_build/meson-private/tmpascfc6bj
  676. Command line: c++ /home/niru/vte/_build/meson-private/tmpascfc6bj/testfile.cpp -o /home/niru/vte/_build/meson-private/tmpascfc6bj/output.exe -pipe -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -std=gnu++17
  677.  
  678. Code:
  679.  
  680. #define strchrnul meson_disable_define_of_strchrnul
  681.  
  682. #include <limits.h>
  683. #undef strchrnul
  684.  
  685. #ifdef __cplusplus
  686. extern "C"
  687. #endif
  688. char strchrnul ();
  689.  
  690. #if defined __stub_strchrnul || defined __stub___strchrnul
  691. fail fail fail this function is not going to work
  692. #endif
  693.  
  694. int main () {
  695. return strchrnul ();
  696. }
  697. Compiler stdout:
  698.  
  699. Compiler stderr:
  700.  
  701. Checking for function "strchrnul" : YES
  702. Running compile:
  703. Working directory: /home/niru/vte/_build/meson-private/tmpbktmxl66
  704. Command line: c++ /home/niru/vte/_build/meson-private/tmpbktmxl66/testfile.cpp -o /home/niru/vte/_build/meson-private/tmpbktmxl66/output.exe -pipe -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Wl,--start-group -lm -Wl,--end-group -Wl,--allow-shlib-undefined
  705.  
  706. Code:
  707. int main() { return 0; }
  708. Compiler stdout:
  709.  
  710. Compiler stderr:
  711.  
  712. Library m found: YES
  713. Running compile:
  714. Working directory: /home/niru/vte/_build/meson-private/tmp2e0lhvrp
  715. Command line: c++ /home/niru/vte/_build/meson-private/tmp2e0lhvrp/testfile.cpp -o /home/niru/vte/_build/meson-private/tmp2e0lhvrp/output.exe -pipe -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -std=gnu++17 -Wl,--start-group -lm -Wl,--end-group
  716.  
  717. Code:
  718.  
  719. #define ceil meson_disable_define_of_ceil
  720.  
  721. #include <limits.h>
  722. #undef ceil
  723.  
  724. #ifdef __cplusplus
  725. extern "C"
  726. #endif
  727. char ceil ();
  728.  
  729. #if defined __stub_ceil || defined __stub___ceil
  730. fail fail fail this function is not going to work
  731. #endif
  732.  
  733. int main () {
  734. return ceil ();
  735. }
  736. Compiler stdout:
  737.  
  738. Compiler stderr:
  739. /home/niru/vte/_build/meson-private/tmp2e0lhvrp/testfile.cpp:10:14: warning: declaration of 'char ceil()' conflicts with built-in declaration 'double ceil(double)' [-Wbuiltin-declaration-mismatch]
  740. char ceil ();
  741. ^~~~
  742.  
  743. Checking for function "ceil" with dependency -lm: YES
  744. Running compile:
  745. Working directory: /home/niru/vte/_build/meson-private/tmp65hgyb_e
  746. Command line: c++ /home/niru/vte/_build/meson-private/tmp65hgyb_e/testfile.cpp -o /home/niru/vte/_build/meson-private/tmp65hgyb_e/output.exe -pipe -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -std=gnu++17 -Wl,--start-group -lm -Wl,--end-group
  747.  
  748. Code:
  749.  
  750. #define floor meson_disable_define_of_floor
  751.  
  752. #include <limits.h>
  753. #undef floor
  754.  
  755. #ifdef __cplusplus
  756. extern "C"
  757. #endif
  758. char floor ();
  759.  
  760. #if defined __stub_floor || defined __stub___floor
  761. fail fail fail this function is not going to work
  762. #endif
  763.  
  764. int main () {
  765. return floor ();
  766. }
  767. Compiler stdout:
  768.  
  769. Compiler stderr:
  770. /home/niru/vte/_build/meson-private/tmp65hgyb_e/testfile.cpp:10:14: warning: declaration of 'char floor()' conflicts with built-in declaration 'double floor(double)' [-Wbuiltin-declaration-mismatch]
  771. char floor ();
  772. ^~~~~
  773.  
  774. Checking for function "floor" with dependency -lm: YES
  775. Running compile:
  776. Working directory: /home/niru/vte/_build/meson-private/tmp8o2kwtlq
  777. Command line: c++ /home/niru/vte/_build/meson-private/tmp8o2kwtlq/testfile.cpp -o /home/niru/vte/_build/meson-private/tmp8o2kwtlq/output.exe -pipe -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -std=gnu++17 -Wl,--start-group -lm -Wl,--end-group
  778.  
  779. Code:
  780.  
  781. #define round meson_disable_define_of_round
  782.  
  783. #include <limits.h>
  784. #undef round
  785.  
  786. #ifdef __cplusplus
  787. extern "C"
  788. #endif
  789. char round ();
  790.  
  791. #if defined __stub_round || defined __stub___round
  792. fail fail fail this function is not going to work
  793. #endif
  794.  
  795. int main () {
  796. return round ();
  797. }
  798. Compiler stdout:
  799.  
  800. Compiler stderr:
  801. /home/niru/vte/_build/meson-private/tmp8o2kwtlq/testfile.cpp:10:14: warning: declaration of 'char round()' conflicts with built-in declaration 'double round(double)' [-Wbuiltin-declaration-mismatch]
  802. char round ();
  803. ^~~~~
  804.  
  805. Checking for function "round" with dependency -lm: YES
  806. Running compile:
  807. Working directory: /home/niru/vte/_build/meson-private/tmps_lg12fc
  808. Command line: cc /home/niru/vte/_build/meson-private/tmps_lg12fc/testfile.c -o /home/niru/vte/_build/meson-private/tmps_lg12fc/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wall
  809.  
  810. Code:
  811. int i;
  812.  
  813. Compiler stdout:
  814.  
  815. Compiler stderr:
  816.  
  817. Compiler for C supports arguments -Wall: YES
  818. Running compile:
  819. Working directory: /home/niru/vte/_build/meson-private/tmppjr1go7y
  820. Command line: cc /home/niru/vte/_build/meson-private/tmppjr1go7y/testfile.c -o /home/niru/vte/_build/meson-private/tmppjr1go7y/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wextra
  821.  
  822. Code:
  823. int i;
  824.  
  825. Compiler stdout:
  826.  
  827. Compiler stderr:
  828.  
  829. Compiler for C supports arguments -Wextra: YES
  830. Running compile:
  831. Working directory: /home/niru/vte/_build/meson-private/tmpmr62_e13
  832. Command line: cc /home/niru/vte/_build/meson-private/tmpmr62_e13/testfile.c -o /home/niru/vte/_build/meson-private/tmpmr62_e13/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wcast-align
  833.  
  834. Code:
  835. int i;
  836.  
  837. Compiler stdout:
  838.  
  839. Compiler stderr:
  840.  
  841. Compiler for C supports arguments -Wcast-align: YES
  842. Running compile:
  843. Working directory: /home/niru/vte/_build/meson-private/tmpjx7g5w5s
  844. Command line: cc /home/niru/vte/_build/meson-private/tmpjx7g5w5s/testfile.c -o /home/niru/vte/_build/meson-private/tmpjx7g5w5s/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wcast-function-type
  845.  
  846. Code:
  847. int i;
  848.  
  849. Compiler stdout:
  850.  
  851. Compiler stderr:
  852.  
  853. Compiler for C supports arguments -Wcast-function-type: YES
  854. Running compile:
  855. Working directory: /home/niru/vte/_build/meson-private/tmpb4jw6tdm
  856. Command line: cc /home/niru/vte/_build/meson-private/tmpb4jw6tdm/testfile.c -o /home/niru/vte/_build/meson-private/tmpb4jw6tdm/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wclobbered
  857.  
  858. Code:
  859. int i;
  860.  
  861. Compiler stdout:
  862.  
  863. Compiler stderr:
  864.  
  865. Compiler for C supports arguments -Wclobbered: YES
  866. Running compile:
  867. Working directory: /home/niru/vte/_build/meson-private/tmptwofap9_
  868. Command line: cc /home/niru/vte/_build/meson-private/tmptwofap9_/testfile.c -o /home/niru/vte/_build/meson-private/tmptwofap9_/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wempty-body
  869.  
  870. Code:
  871. int i;
  872.  
  873. Compiler stdout:
  874.  
  875. Compiler stderr:
  876.  
  877. Compiler for C supports arguments -Wempty-body: YES
  878. Running compile:
  879. Working directory: /home/niru/vte/_build/meson-private/tmptxbwunig
  880. Command line: cc /home/niru/vte/_build/meson-private/tmptxbwunig/testfile.c -o /home/niru/vte/_build/meson-private/tmptxbwunig/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wendif-labels
  881.  
  882. Code:
  883. int i;
  884.  
  885. Compiler stdout:
  886.  
  887. Compiler stderr:
  888.  
  889. Compiler for C supports arguments -Wendif-labels: YES
  890. Running compile:
  891. Working directory: /home/niru/vte/_build/meson-private/tmpwiijlsfm
  892. Command line: cc /home/niru/vte/_build/meson-private/tmpwiijlsfm/testfile.c -o /home/niru/vte/_build/meson-private/tmpwiijlsfm/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Werror=init-self
  893.  
  894. Code:
  895. int i;
  896.  
  897. Compiler stdout:
  898.  
  899. Compiler stderr:
  900.  
  901. Compiler for C supports arguments -Werror=init-self: YES
  902. Running compile:
  903. Working directory: /home/niru/vte/_build/meson-private/tmp88_04q0j
  904. Command line: cc /home/niru/vte/_build/meson-private/tmp88_04q0j/testfile.c -o /home/niru/vte/_build/meson-private/tmp88_04q0j/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Werror=missing-include-dirs
  905.  
  906. Code:
  907. int i;
  908.  
  909. Compiler stdout:
  910.  
  911. Compiler stderr:
  912.  
  913. Compiler for C supports arguments -Werror=missing-include-dirs: YES
  914. Running compile:
  915. Working directory: /home/niru/vte/_build/meson-private/tmpkhivtzw1
  916. Command line: cc /home/niru/vte/_build/meson-private/tmpkhivtzw1/testfile.c -o /home/niru/vte/_build/meson-private/tmpkhivtzw1/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Werror=pointer-arith
  917.  
  918. Code:
  919. int i;
  920.  
  921. Compiler stdout:
  922.  
  923. Compiler stderr:
  924.  
  925. Compiler for C supports arguments -Werror=pointer-arith: YES
  926. Running compile:
  927. Working directory: /home/niru/vte/_build/meson-private/tmpps0nksh1
  928. Command line: cc /home/niru/vte/_build/meson-private/tmpps0nksh1/testfile.c -o /home/niru/vte/_build/meson-private/tmpps0nksh1/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wfloat-equal
  929.  
  930. Code:
  931. int i;
  932.  
  933. Compiler stdout:
  934.  
  935. Compiler stderr:
  936.  
  937. Compiler for C supports arguments -Wfloat-equal: YES
  938. Running compile:
  939. Working directory: /home/niru/vte/_build/meson-private/tmpy38izl20
  940. Command line: cc /home/niru/vte/_build/meson-private/tmpy38izl20/testfile.c -o /home/niru/vte/_build/meson-private/tmpy38izl20/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wignored-qualifiers
  941.  
  942. Code:
  943. int i;
  944.  
  945. Compiler stdout:
  946.  
  947. Compiler stderr:
  948.  
  949. Compiler for C supports arguments -Wignored-qualifiers: YES
  950. Running compile:
  951. Working directory: /home/niru/vte/_build/meson-private/tmp3jntlcex
  952. Command line: cc /home/niru/vte/_build/meson-private/tmp3jntlcex/testfile.c -o /home/niru/vte/_build/meson-private/tmp3jntlcex/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Winvalid-pch
  953.  
  954. Code:
  955. int i;
  956.  
  957. Compiler stdout:
  958.  
  959. Compiler stderr:
  960.  
  961. Compiler for C supports arguments -Winvalid-pch: YES
  962. Running compile:
  963. Working directory: /home/niru/vte/_build/meson-private/tmpu2u6op3i
  964. Command line: cc /home/niru/vte/_build/meson-private/tmpu2u6op3i/testfile.c -o /home/niru/vte/_build/meson-private/tmpu2u6op3i/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wlogical-op
  965.  
  966. Code:
  967. int i;
  968.  
  969. Compiler stdout:
  970.  
  971. Compiler stderr:
  972.  
  973. Compiler for C supports arguments -Wlogical-op: YES
  974. Running compile:
  975. Working directory: /home/niru/vte/_build/meson-private/tmpyqfop5e4
  976. Command line: cc /home/niru/vte/_build/meson-private/tmpyqfop5e4/testfile.c -o /home/niru/vte/_build/meson-private/tmpyqfop5e4/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wmisleading-indentation
  977.  
  978. Code:
  979. int i;
  980.  
  981. Compiler stdout:
  982.  
  983. Compiler stderr:
  984.  
  985. Compiler for C supports arguments -Wmisleading-indentation: YES
  986. Running compile:
  987. Working directory: /home/niru/vte/_build/meson-private/tmpqjtaavun
  988. Command line: cc /home/niru/vte/_build/meson-private/tmpqjtaavun/testfile.c -o /home/niru/vte/_build/meson-private/tmpqjtaavun/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wmissing-declarations
  989.  
  990. Code:
  991. int i;
  992.  
  993. Compiler stdout:
  994.  
  995. Compiler stderr:
  996.  
  997. Compiler for C supports arguments -Wmissing-declarations: YES
  998. Running compile:
  999. Working directory: /home/niru/vte/_build/meson-private/tmpki72g2yw
  1000. Command line: cc /home/niru/vte/_build/meson-private/tmpki72g2yw/testfile.c -o /home/niru/vte/_build/meson-private/tmpki72g2yw/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wmissing-field-initializers
  1001.  
  1002. Code:
  1003. int i;
  1004.  
  1005. Compiler stdout:
  1006.  
  1007. Compiler stderr:
  1008.  
  1009. Compiler for C supports arguments -Wmissing-field-initializers: YES
  1010. Running compile:
  1011. Working directory: /home/niru/vte/_build/meson-private/tmpwtph9un5
  1012. Command line: cc /home/niru/vte/_build/meson-private/tmpwtph9un5/testfile.c -o /home/niru/vte/_build/meson-private/tmpwtph9un5/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wmissing-format-attribute
  1013.  
  1014. Code:
  1015. int i;
  1016.  
  1017. Compiler stdout:
  1018.  
  1019. Compiler stderr:
  1020.  
  1021. Compiler for C supports arguments -Wmissing-format-attribute: YES
  1022. Running compile:
  1023. Working directory: /home/niru/vte/_build/meson-private/tmplg9hyl6z
  1024. Command line: cc /home/niru/vte/_build/meson-private/tmplg9hyl6z/testfile.c -o /home/niru/vte/_build/meson-private/tmplg9hyl6z/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wmissing-include-dirs
  1025.  
  1026. Code:
  1027. int i;
  1028.  
  1029. Compiler stdout:
  1030.  
  1031. Compiler stderr:
  1032.  
  1033. Compiler for C supports arguments -Wmissing-include-dirs: YES
  1034. Running compile:
  1035. Working directory: /home/niru/vte/_build/meson-private/tmplvez274j
  1036. Command line: cc /home/niru/vte/_build/meson-private/tmplvez274j/testfile.c -o /home/niru/vte/_build/meson-private/tmplvez274j/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wmissing-noreturn
  1037.  
  1038. Code:
  1039. int i;
  1040.  
  1041. Compiler stdout:
  1042.  
  1043. Compiler stderr:
  1044.  
  1045. Compiler for C supports arguments -Wmissing-noreturn: YES
  1046. Running compile:
  1047. Working directory: /home/niru/vte/_build/meson-private/tmprk5iduma
  1048. Command line: cc /home/niru/vte/_build/meson-private/tmprk5iduma/testfile.c -o /home/niru/vte/_build/meson-private/tmprk5iduma/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wno-address-of-packed-member -Waddress-of-packed-member
  1049.  
  1050. Code:
  1051. int i;
  1052.  
  1053. Compiler stdout:
  1054.  
  1055. Compiler stderr:
  1056. cc: error: unrecognized command line option '-Waddress-of-packed-member'
  1057.  
  1058. Compiler for C supports arguments -Wno-address-of-packed-member -Waddress-of-packed-member: NO
  1059. Running compile:
  1060. Working directory: /home/niru/vte/_build/meson-private/tmprz1x9jsy
  1061. Command line: cc /home/niru/vte/_build/meson-private/tmprz1x9jsy/testfile.c -o /home/niru/vte/_build/meson-private/tmprz1x9jsy/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wno-missing-field-initializers -Wmissing-field-initializers
  1062.  
  1063. Code:
  1064. int i;
  1065.  
  1066. Compiler stdout:
  1067.  
  1068. Compiler stderr:
  1069.  
  1070. Compiler for C supports arguments -Wno-missing-field-initializers -Wmissing-field-initializers: YES
  1071. Running compile:
  1072. Working directory: /home/niru/vte/_build/meson-private/tmpzm7fogr7
  1073. Command line: cc /home/niru/vte/_build/meson-private/tmpzm7fogr7/testfile.c -o /home/niru/vte/_build/meson-private/tmpzm7fogr7/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wno-packed -Wpacked
  1074.  
  1075. Code:
  1076. int i;
  1077.  
  1078. Compiler stdout:
  1079.  
  1080. Compiler stderr:
  1081.  
  1082. Compiler for C supports arguments -Wno-packed -Wpacked: YES
  1083. Running compile:
  1084. Working directory: /home/niru/vte/_build/meson-private/tmplrlk0gyk
  1085. Command line: cc /home/niru/vte/_build/meson-private/tmplrlk0gyk/testfile.c -o /home/niru/vte/_build/meson-private/tmplrlk0gyk/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wno-switch-enum -Wswitch-enum
  1086.  
  1087. Code:
  1088. int i;
  1089.  
  1090. Compiler stdout:
  1091.  
  1092. Compiler stderr:
  1093.  
  1094. Compiler for C supports arguments -Wno-switch-enum -Wswitch-enum: YES
  1095. Running compile:
  1096. Working directory: /home/niru/vte/_build/meson-private/tmp6l0esyuk
  1097. Command line: cc /home/niru/vte/_build/meson-private/tmp6l0esyuk/testfile.c -o /home/niru/vte/_build/meson-private/tmp6l0esyuk/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wno-unused-parameter -Wunused-parameter
  1098.  
  1099. Code:
  1100. int i;
  1101.  
  1102. Compiler stdout:
  1103.  
  1104. Compiler stderr:
  1105.  
  1106. Compiler for C supports arguments -Wno-unused-parameter -Wunused-parameter: YES
  1107. Running compile:
  1108. Working directory: /home/niru/vte/_build/meson-private/tmpeh_w36ma
  1109. Command line: cc /home/niru/vte/_build/meson-private/tmpeh_w36ma/testfile.c -o /home/niru/vte/_build/meson-private/tmpeh_w36ma/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wshadow
  1110.  
  1111. Code:
  1112. int i;
  1113.  
  1114. Compiler stdout:
  1115.  
  1116. Compiler stderr:
  1117.  
  1118. Compiler for C supports arguments -Wshadow: YES
  1119. Running compile:
  1120. Working directory: /home/niru/vte/_build/meson-private/tmpmtu192d5
  1121. Command line: cc /home/niru/vte/_build/meson-private/tmpmtu192d5/testfile.c -o /home/niru/vte/_build/meson-private/tmpmtu192d5/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wshift-negative-value
  1122.  
  1123. Code:
  1124. int i;
  1125.  
  1126. Compiler stdout:
  1127.  
  1128. Compiler stderr:
  1129.  
  1130. Compiler for C supports arguments -Wshift-negative-value: YES
  1131. Running compile:
  1132. Working directory: /home/niru/vte/_build/meson-private/tmpr97c4rg2
  1133. Command line: cc /home/niru/vte/_build/meson-private/tmpr97c4rg2/testfile.c -o /home/niru/vte/_build/meson-private/tmpr97c4rg2/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wsign-compare
  1134.  
  1135. Code:
  1136. int i;
  1137.  
  1138. Compiler stdout:
  1139.  
  1140. Compiler stderr:
  1141.  
  1142. Compiler for C supports arguments -Wsign-compare: YES
  1143. Running compile:
  1144. Working directory: /home/niru/vte/_build/meson-private/tmp5gmf_n8v
  1145. Command line: cc /home/niru/vte/_build/meson-private/tmp5gmf_n8v/testfile.c -o /home/niru/vte/_build/meson-private/tmp5gmf_n8v/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wstrict-aliasing=2
  1146.  
  1147. Code:
  1148. int i;
  1149.  
  1150. Compiler stdout:
  1151.  
  1152. Compiler stderr:
  1153.  
  1154. Compiler for C supports arguments -Wstrict-aliasing=2: YES
  1155. Running compile:
  1156. Working directory: /home/niru/vte/_build/meson-private/tmpbe5_pltw
  1157. Command line: cc /home/niru/vte/_build/meson-private/tmpbe5_pltw/testfile.c -o /home/niru/vte/_build/meson-private/tmpbe5_pltw/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wtype-limits
  1158.  
  1159. Code:
  1160. int i;
  1161.  
  1162. Compiler stdout:
  1163.  
  1164. Compiler stderr:
  1165.  
  1166. Compiler for C supports arguments -Wtype-limits: YES
  1167. Running compile:
  1168. Working directory: /home/niru/vte/_build/meson-private/tmpqvnch6jv
  1169. Command line: cc /home/niru/vte/_build/meson-private/tmpqvnch6jv/testfile.c -o /home/niru/vte/_build/meson-private/tmpqvnch6jv/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wundef
  1170.  
  1171. Code:
  1172. int i;
  1173.  
  1174. Compiler stdout:
  1175.  
  1176. Compiler stderr:
  1177.  
  1178. Compiler for C supports arguments -Wundef: YES
  1179. Running compile:
  1180. Working directory: /home/niru/vte/_build/meson-private/tmpp5riqrtu
  1181. Command line: cc /home/niru/vte/_build/meson-private/tmpp5riqrtu/testfile.c -o /home/niru/vte/_build/meson-private/tmpp5riqrtu/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wuninitialized
  1182.  
  1183. Code:
  1184. int i;
  1185.  
  1186. Compiler stdout:
  1187.  
  1188. Compiler stderr:
  1189.  
  1190. Compiler for C supports arguments -Wuninitialized: YES
  1191. Using cached compile:
  1192. Cached command line: cc /home/niru/vte/_build/meson-private/tmpp5riqrtu/testfile.c -o /home/niru/vte/_build/meson-private/tmpp5riqrtu/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wuninitialized
  1193.  
  1194. Code:
  1195. int i;
  1196.  
  1197. Cached compiler stdout:
  1198.  
  1199. Cached compiler stderr:
  1200.  
  1201. Compiler for C supports arguments -Wuninitialized: YES (cached)
  1202. Running compile:
  1203. Working directory: /home/niru/vte/_build/meson-private/tmpqz_a401n
  1204. Command line: cc /home/niru/vte/_build/meson-private/tmpqz_a401n/testfile.c -o /home/niru/vte/_build/meson-private/tmpqz_a401n/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wunsafe-loop-optimizations
  1205.  
  1206. Code:
  1207. int i;
  1208.  
  1209. Compiler stdout:
  1210.  
  1211. Compiler stderr:
  1212.  
  1213. Compiler for C supports arguments -Wunsafe-loop-optimizations: YES
  1214. Running compile:
  1215. Working directory: /home/niru/vte/_build/meson-private/tmpv_3der0f
  1216. Command line: cc /home/niru/vte/_build/meson-private/tmpv_3der0f/testfile.c -o /home/niru/vte/_build/meson-private/tmpv_3der0f/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wunused
  1217.  
  1218. Code:
  1219. int i;
  1220.  
  1221. Compiler stdout:
  1222.  
  1223. Compiler stderr:
  1224.  
  1225. Compiler for C supports arguments -Wunused: YES
  1226. Running compile:
  1227. Working directory: /home/niru/vte/_build/meson-private/tmp7mf475jz
  1228. Command line: cc /home/niru/vte/_build/meson-private/tmp7mf475jz/testfile.c -o /home/niru/vte/_build/meson-private/tmp7mf475jz/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wunused-but-set-parameter
  1229.  
  1230. Code:
  1231. int i;
  1232.  
  1233. Compiler stdout:
  1234.  
  1235. Compiler stderr:
  1236.  
  1237. Compiler for C supports arguments -Wunused-but-set-parameter: YES
  1238. Running compile:
  1239. Working directory: /home/niru/vte/_build/meson-private/tmpyin4epxm
  1240. Command line: cc /home/niru/vte/_build/meson-private/tmpyin4epxm/testfile.c -o /home/niru/vte/_build/meson-private/tmpyin4epxm/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wunused-but-set-variable
  1241.  
  1242. Code:
  1243. int i;
  1244.  
  1245. Compiler stdout:
  1246.  
  1247. Compiler stderr:
  1248.  
  1249. Compiler for C supports arguments -Wunused-but-set-variable: YES
  1250. Running compile:
  1251. Working directory: /home/niru/vte/_build/meson-private/tmpjifgd81z
  1252. Command line: cc /home/niru/vte/_build/meson-private/tmpjifgd81z/testfile.c -o /home/niru/vte/_build/meson-private/tmpjifgd81z/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wunused-function
  1253.  
  1254. Code:
  1255. int i;
  1256.  
  1257. Compiler stdout:
  1258.  
  1259. Compiler stderr:
  1260.  
  1261. Compiler for C supports arguments -Wunused-function: YES
  1262. Running compile:
  1263. Working directory: /home/niru/vte/_build/meson-private/tmpw4rdcrkw
  1264. Command line: cc /home/niru/vte/_build/meson-private/tmpw4rdcrkw/testfile.c -o /home/niru/vte/_build/meson-private/tmpw4rdcrkw/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wunused-label
  1265.  
  1266. Code:
  1267. int i;
  1268.  
  1269. Compiler stdout:
  1270.  
  1271. Compiler stderr:
  1272.  
  1273. Compiler for C supports arguments -Wunused-label: YES
  1274. Running compile:
  1275. Working directory: /home/niru/vte/_build/meson-private/tmpx1vg18kc
  1276. Command line: cc /home/niru/vte/_build/meson-private/tmpx1vg18kc/testfile.c -o /home/niru/vte/_build/meson-private/tmpx1vg18kc/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wunused-local-typedefs
  1277.  
  1278. Code:
  1279. int i;
  1280.  
  1281. Compiler stdout:
  1282.  
  1283. Compiler stderr:
  1284.  
  1285. Compiler for C supports arguments -Wunused-local-typedefs: YES
  1286. Running compile:
  1287. Working directory: /home/niru/vte/_build/meson-private/tmpv1e3871n
  1288. Command line: cc /home/niru/vte/_build/meson-private/tmpv1e3871n/testfile.c -o /home/niru/vte/_build/meson-private/tmpv1e3871n/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wunused-value
  1289.  
  1290. Code:
  1291. int i;
  1292.  
  1293. Compiler stdout:
  1294.  
  1295. Compiler stderr:
  1296.  
  1297. Compiler for C supports arguments -Wunused-value: YES
  1298. Running compile:
  1299. Working directory: /home/niru/vte/_build/meson-private/tmpyzhyjsej
  1300. Command line: cc /home/niru/vte/_build/meson-private/tmpyzhyjsej/testfile.c -o /home/niru/vte/_build/meson-private/tmpyzhyjsej/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wunused-variable
  1301.  
  1302. Code:
  1303. int i;
  1304.  
  1305. Compiler stdout:
  1306.  
  1307. Compiler stderr:
  1308.  
  1309. Compiler for C supports arguments -Wunused-variable: YES
  1310. Running compile:
  1311. Working directory: /home/niru/vte/_build/meson-private/tmpgo7mq5q8
  1312. Command line: cc /home/niru/vte/_build/meson-private/tmpgo7mq5q8/testfile.c -o /home/niru/vte/_build/meson-private/tmpgo7mq5q8/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wvla
  1313.  
  1314. Code:
  1315. int i;
  1316.  
  1317. Compiler stdout:
  1318.  
  1319. Compiler stderr:
  1320.  
  1321. Compiler for C supports arguments -Wvla: YES
  1322. Running compile:
  1323. Working directory: /home/niru/vte/_build/meson-private/tmp267v2qpe
  1324. Command line: cc /home/niru/vte/_build/meson-private/tmp267v2qpe/testfile.c -o /home/niru/vte/_build/meson-private/tmp267v2qpe/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wwrite-strings
  1325.  
  1326. Code:
  1327. int i;
  1328.  
  1329. Compiler stdout:
  1330.  
  1331. Compiler stderr:
  1332.  
  1333. Compiler for C supports arguments -Wwrite-strings: YES
  1334. Running compile:
  1335. Working directory: /home/niru/vte/_build/meson-private/tmp8k_oj21f
  1336. Command line: cc /home/niru/vte/_build/meson-private/tmp8k_oj21f/testfile.c -o /home/niru/vte/_build/meson-private/tmp8k_oj21f/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -fdiagnostics-show-option
  1337.  
  1338. Code:
  1339. int i;
  1340.  
  1341. Compiler stdout:
  1342.  
  1343. Compiler stderr:
  1344.  
  1345. Compiler for C supports arguments -fdiagnostics-show-option: YES
  1346. Running compile:
  1347. Working directory: /home/niru/vte/_build/meson-private/tmp8cm_3ehh
  1348. Command line: cc /home/niru/vte/_build/meson-private/tmp8cm_3ehh/testfile.c -o /home/niru/vte/_build/meson-private/tmp8cm_3ehh/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -fno-common
  1349.  
  1350. Code:
  1351. int i;
  1352.  
  1353. Compiler stdout:
  1354.  
  1355. Compiler stderr:
  1356.  
  1357. Compiler for C supports arguments -fno-common: YES
  1358. Running compile:
  1359. Working directory: /home/niru/vte/_build/meson-private/tmp28tvy7t2
  1360. Command line: cc /home/niru/vte/_build/meson-private/tmp28tvy7t2/testfile.c -o /home/niru/vte/_build/meson-private/tmp28tvy7t2/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -fno-semantic-interposition
  1361.  
  1362. Code:
  1363. int i;
  1364.  
  1365. Compiler stdout:
  1366.  
  1367. Compiler stderr:
  1368.  
  1369. Compiler for C supports arguments -fno-semantic-interposition: YES
  1370. Running compile:
  1371. Working directory: /home/niru/vte/_build/meson-private/tmpuxnxnvd1
  1372. Command line: cc /home/niru/vte/_build/meson-private/tmpuxnxnvd1/testfile.c -o /home/niru/vte/_build/meson-private/tmpuxnxnvd1/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -fstack-protector
  1373.  
  1374. Code:
  1375. int i;
  1376.  
  1377. Compiler stdout:
  1378.  
  1379. Compiler stderr:
  1380.  
  1381. Compiler for C supports arguments -fstack-protector: YES
  1382. Running compile:
  1383. Working directory: /home/niru/vte/_build/meson-private/tmp2g391r7i
  1384. Command line: cc /home/niru/vte/_build/meson-private/tmp2g391r7i/testfile.c -o /home/niru/vte/_build/meson-private/tmp2g391r7i/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -fstack-protector-strong
  1385.  
  1386. Code:
  1387. int i;
  1388.  
  1389. Compiler stdout:
  1390.  
  1391. Compiler stderr:
  1392.  
  1393. Compiler for C supports arguments -fstack-protector-strong: YES
  1394. Running compile:
  1395. Working directory: /home/niru/vte/_build/meson-private/tmprulja9vl
  1396. Command line: cc /home/niru/vte/_build/meson-private/tmprulja9vl/testfile.c -o /home/niru/vte/_build/meson-private/tmprulja9vl/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -fno-strict-aliasing
  1397.  
  1398. Code:
  1399. int i;
  1400.  
  1401. Compiler stdout:
  1402.  
  1403. Compiler stderr:
  1404.  
  1405. Compiler for C supports arguments -fno-strict-aliasing: YES
  1406. Running compile:
  1407. Working directory: /home/niru/vte/_build/meson-private/tmpbaswa9xi
  1408. Command line: cc /home/niru/vte/_build/meson-private/tmpbaswa9xi/testfile.c -o /home/niru/vte/_build/meson-private/tmpbaswa9xi/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Waggregate-return
  1409.  
  1410. Code:
  1411. int i;
  1412.  
  1413. Compiler stdout:
  1414.  
  1415. Compiler stderr:
  1416.  
  1417. Compiler for C supports arguments -Waggregate-return: YES
  1418. Running compile:
  1419. Working directory: /home/niru/vte/_build/meson-private/tmpbng_zosp
  1420. Command line: cc /home/niru/vte/_build/meson-private/tmpbng_zosp/testfile.c -o /home/niru/vte/_build/meson-private/tmpbng_zosp/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Werror=implicit-function-declaration
  1421.  
  1422. Code:
  1423. int i;
  1424.  
  1425. Compiler stdout:
  1426.  
  1427. Compiler stderr:
  1428.  
  1429. Compiler for C supports arguments -Werror=implicit-function-declaration: YES
  1430. Running compile:
  1431. Working directory: /home/niru/vte/_build/meson-private/tmpg9ilb0ts
  1432. Command line: cc /home/niru/vte/_build/meson-private/tmpg9ilb0ts/testfile.c -o /home/niru/vte/_build/meson-private/tmpg9ilb0ts/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Werror=missing-prototypes
  1433.  
  1434. Code:
  1435. int i;
  1436.  
  1437. Compiler stdout:
  1438.  
  1439. Compiler stderr:
  1440.  
  1441. Compiler for C supports arguments -Werror=missing-prototypes: YES
  1442. Running compile:
  1443. Working directory: /home/niru/vte/_build/meson-private/tmp9amx_tqe
  1444. Command line: cc /home/niru/vte/_build/meson-private/tmp9amx_tqe/testfile.c -o /home/niru/vte/_build/meson-private/tmp9amx_tqe/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wimplicit
  1445.  
  1446. Code:
  1447. int i;
  1448.  
  1449. Compiler stdout:
  1450.  
  1451. Compiler stderr:
  1452.  
  1453. Compiler for C supports arguments -Wimplicit: YES
  1454. Running compile:
  1455. Working directory: /home/niru/vte/_build/meson-private/tmpjy6w8jvl
  1456. Command line: cc /home/niru/vte/_build/meson-private/tmpjy6w8jvl/testfile.c -o /home/niru/vte/_build/meson-private/tmpjy6w8jvl/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wimplicit-fallthrough=3
  1457.  
  1458. Code:
  1459. int i;
  1460.  
  1461. Compiler stdout:
  1462.  
  1463. Compiler stderr:
  1464.  
  1465. Compiler for C supports arguments -Wimplicit-fallthrough=3: YES
  1466. Running compile:
  1467. Working directory: /home/niru/vte/_build/meson-private/tmpbxzx18xt
  1468. Command line: cc /home/niru/vte/_build/meson-private/tmpbxzx18xt/testfile.c -o /home/niru/vte/_build/meson-private/tmpbxzx18xt/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wmissing-parameter-type
  1469.  
  1470. Code:
  1471. int i;
  1472.  
  1473. Compiler stdout:
  1474.  
  1475. Compiler stderr:
  1476.  
  1477. Compiler for C supports arguments -Wmissing-parameter-type: YES
  1478. Running compile:
  1479. Working directory: /home/niru/vte/_build/meson-private/tmpvk83rrcy
  1480. Command line: cc /home/niru/vte/_build/meson-private/tmpvk83rrcy/testfile.c -o /home/niru/vte/_build/meson-private/tmpvk83rrcy/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wnested-externs
  1481.  
  1482. Code:
  1483. int i;
  1484.  
  1485. Compiler stdout:
  1486.  
  1487. Compiler stderr:
  1488.  
  1489. Compiler for C supports arguments -Wnested-externs: YES
  1490. Running compile:
  1491. Working directory: /home/niru/vte/_build/meson-private/tmpdrhlrd2x
  1492. Command line: cc /home/niru/vte/_build/meson-private/tmpdrhlrd2x/testfile.c -o /home/niru/vte/_build/meson-private/tmpdrhlrd2x/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wold-style-declaration
  1493.  
  1494. Code:
  1495. int i;
  1496.  
  1497. Compiler stdout:
  1498.  
  1499. Compiler stderr:
  1500.  
  1501. Compiler for C supports arguments -Wold-style-declaration: YES
  1502. Running compile:
  1503. Working directory: /home/niru/vte/_build/meson-private/tmpdklztbvp
  1504. Command line: cc /home/niru/vte/_build/meson-private/tmpdklztbvp/testfile.c -o /home/niru/vte/_build/meson-private/tmpdklztbvp/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wold-style-definition
  1505.  
  1506. Code:
  1507. int i;
  1508.  
  1509. Compiler stdout:
  1510.  
  1511. Compiler stderr:
  1512.  
  1513. Compiler for C supports arguments -Wold-style-definition: YES
  1514. Running compile:
  1515. Working directory: /home/niru/vte/_build/meson-private/tmp9h3z_5a2
  1516. Command line: cc /home/niru/vte/_build/meson-private/tmp9h3z_5a2/testfile.c -o /home/niru/vte/_build/meson-private/tmp9h3z_5a2/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Woverride-init
  1517.  
  1518. Code:
  1519. int i;
  1520.  
  1521. Compiler stdout:
  1522.  
  1523. Compiler stderr:
  1524.  
  1525. Compiler for C supports arguments -Woverride-init: YES
  1526. Using cached compile:
  1527. Cached command line: cc /home/niru/vte/_build/meson-private/tmpr97c4rg2/testfile.c -o /home/niru/vte/_build/meson-private/tmpr97c4rg2/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wsign-compare
  1528.  
  1529. Code:
  1530. int i;
  1531.  
  1532. Cached compiler stdout:
  1533.  
  1534. Cached compiler stderr:
  1535.  
  1536. Compiler for C supports arguments -Wsign-compare: YES (cached)
  1537. Running compile:
  1538. Working directory: /home/niru/vte/_build/meson-private/tmpj0zph9_z
  1539. Command line: cc /home/niru/vte/_build/meson-private/tmpj0zph9_z/testfile.c -o /home/niru/vte/_build/meson-private/tmpj0zph9_z/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wstrict-prototypes
  1540.  
  1541. Code:
  1542. int i;
  1543.  
  1544. Compiler stdout:
  1545.  
  1546. Compiler stderr:
  1547.  
  1548. Compiler for C supports arguments -Wstrict-prototypes: YES
  1549. Running compile:
  1550. Working directory: /home/niru/vte/_build/meson-private/tmpxw3x4uf9
  1551. Command line: c++ /home/niru/vte/_build/meson-private/tmpxw3x4uf9/testfile.cpp -o /home/niru/vte/_build/meson-private/tmpxw3x4uf9/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Wall
  1552.  
  1553. Code:
  1554. int i;
  1555.  
  1556. Compiler stdout:
  1557.  
  1558. Compiler stderr:
  1559.  
  1560. Compiler for C++ supports arguments -Wall: YES
  1561. Running compile:
  1562. Working directory: /home/niru/vte/_build/meson-private/tmpdidzlhk5
  1563. Command line: c++ /home/niru/vte/_build/meson-private/tmpdidzlhk5/testfile.cpp -o /home/niru/vte/_build/meson-private/tmpdidzlhk5/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Wextra
  1564.  
  1565. Code:
  1566. int i;
  1567.  
  1568. Compiler stdout:
  1569.  
  1570. Compiler stderr:
  1571.  
  1572. Compiler for C++ supports arguments -Wextra: YES
  1573. Running compile:
  1574. Working directory: /home/niru/vte/_build/meson-private/tmp7_ecfuu8
  1575. Command line: c++ /home/niru/vte/_build/meson-private/tmp7_ecfuu8/testfile.cpp -o /home/niru/vte/_build/meson-private/tmp7_ecfuu8/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Wcast-align
  1576.  
  1577. Code:
  1578. int i;
  1579.  
  1580. Compiler stdout:
  1581.  
  1582. Compiler stderr:
  1583.  
  1584. Compiler for C++ supports arguments -Wcast-align: YES
  1585. Running compile:
  1586. Working directory: /home/niru/vte/_build/meson-private/tmp3pzpqwlc
  1587. Command line: c++ /home/niru/vte/_build/meson-private/tmp3pzpqwlc/testfile.cpp -o /home/niru/vte/_build/meson-private/tmp3pzpqwlc/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Wcast-function-type
  1588.  
  1589. Code:
  1590. int i;
  1591.  
  1592. Compiler stdout:
  1593.  
  1594. Compiler stderr:
  1595.  
  1596. Compiler for C++ supports arguments -Wcast-function-type: YES
  1597. Running compile:
  1598. Working directory: /home/niru/vte/_build/meson-private/tmpf1dzwal0
  1599. Command line: c++ /home/niru/vte/_build/meson-private/tmpf1dzwal0/testfile.cpp -o /home/niru/vte/_build/meson-private/tmpf1dzwal0/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Wclobbered
  1600.  
  1601. Code:
  1602. int i;
  1603.  
  1604. Compiler stdout:
  1605.  
  1606. Compiler stderr:
  1607.  
  1608. Compiler for C++ supports arguments -Wclobbered: YES
  1609. Running compile:
  1610. Working directory: /home/niru/vte/_build/meson-private/tmpz8yb5xfm
  1611. Command line: c++ /home/niru/vte/_build/meson-private/tmpz8yb5xfm/testfile.cpp -o /home/niru/vte/_build/meson-private/tmpz8yb5xfm/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Wempty-body
  1612.  
  1613. Code:
  1614. int i;
  1615.  
  1616. Compiler stdout:
  1617.  
  1618. Compiler stderr:
  1619.  
  1620. Compiler for C++ supports arguments -Wempty-body: YES
  1621. Running compile:
  1622. Working directory: /home/niru/vte/_build/meson-private/tmpez5kxepw
  1623. Command line: c++ /home/niru/vte/_build/meson-private/tmpez5kxepw/testfile.cpp -o /home/niru/vte/_build/meson-private/tmpez5kxepw/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Wendif-labels
  1624.  
  1625. Code:
  1626. int i;
  1627.  
  1628. Compiler stdout:
  1629.  
  1630. Compiler stderr:
  1631.  
  1632. Compiler for C++ supports arguments -Wendif-labels: YES
  1633. Running compile:
  1634. Working directory: /home/niru/vte/_build/meson-private/tmpdkrerwmb
  1635. Command line: c++ /home/niru/vte/_build/meson-private/tmpdkrerwmb/testfile.cpp -o /home/niru/vte/_build/meson-private/tmpdkrerwmb/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=init-self
  1636.  
  1637. Code:
  1638. int i;
  1639.  
  1640. Compiler stdout:
  1641.  
  1642. Compiler stderr:
  1643.  
  1644. Compiler for C++ supports arguments -Werror=init-self: YES
  1645. Running compile:
  1646. Working directory: /home/niru/vte/_build/meson-private/tmpvfcexpnw
  1647. Command line: c++ /home/niru/vte/_build/meson-private/tmpvfcexpnw/testfile.cpp -o /home/niru/vte/_build/meson-private/tmpvfcexpnw/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=missing-include-dirs
  1648.  
  1649. Code:
  1650. int i;
  1651.  
  1652. Compiler stdout:
  1653.  
  1654. Compiler stderr:
  1655.  
  1656. Compiler for C++ supports arguments -Werror=missing-include-dirs: YES
  1657. Running compile:
  1658. Working directory: /home/niru/vte/_build/meson-private/tmpkgcjr8jb
  1659. Command line: c++ /home/niru/vte/_build/meson-private/tmpkgcjr8jb/testfile.cpp -o /home/niru/vte/_build/meson-private/tmpkgcjr8jb/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=pointer-arith
  1660.  
  1661. Code:
  1662. int i;
  1663.  
  1664. Compiler stdout:
  1665.  
  1666. Compiler stderr:
  1667.  
  1668. Compiler for C++ supports arguments -Werror=pointer-arith: YES
  1669. Running compile:
  1670. Working directory: /home/niru/vte/_build/meson-private/tmpl8e9_gj2
  1671. Command line: c++ /home/niru/vte/_build/meson-private/tmpl8e9_gj2/testfile.cpp -o /home/niru/vte/_build/meson-private/tmpl8e9_gj2/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Wfloat-equal
  1672.  
  1673. Code:
  1674. int i;
  1675.  
  1676. Compiler stdout:
  1677.  
  1678. Compiler stderr:
  1679.  
  1680. Compiler for C++ supports arguments -Wfloat-equal: YES
  1681. Running compile:
  1682. Working directory: /home/niru/vte/_build/meson-private/tmplrkk5ohk
  1683. Command line: c++ /home/niru/vte/_build/meson-private/tmplrkk5ohk/testfile.cpp -o /home/niru/vte/_build/meson-private/tmplrkk5ohk/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Wignored-qualifiers
  1684.  
  1685. Code:
  1686. int i;
  1687.  
  1688. Compiler stdout:
  1689.  
  1690. Compiler stderr:
  1691.  
  1692. Compiler for C++ supports arguments -Wignored-qualifiers: YES
  1693. Running compile:
  1694. Working directory: /home/niru/vte/_build/meson-private/tmpdgmkh417
  1695. Command line: c++ /home/niru/vte/_build/meson-private/tmpdgmkh417/testfile.cpp -o /home/niru/vte/_build/meson-private/tmpdgmkh417/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Winvalid-pch
  1696.  
  1697. Code:
  1698. int i;
  1699.  
  1700. Compiler stdout:
  1701.  
  1702. Compiler stderr:
  1703.  
  1704. Compiler for C++ supports arguments -Winvalid-pch: YES
  1705. Running compile:
  1706. Working directory: /home/niru/vte/_build/meson-private/tmpa83rojbv
  1707. Command line: c++ /home/niru/vte/_build/meson-private/tmpa83rojbv/testfile.cpp -o /home/niru/vte/_build/meson-private/tmpa83rojbv/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Wlogical-op
  1708.  
  1709. Code:
  1710. int i;
  1711.  
  1712. Compiler stdout:
  1713.  
  1714. Compiler stderr:
  1715.  
  1716. Compiler for C++ supports arguments -Wlogical-op: YES
  1717. Running compile:
  1718. Working directory: /home/niru/vte/_build/meson-private/tmpm9tq1fe_
  1719. Command line: c++ /home/niru/vte/_build/meson-private/tmpm9tq1fe_/testfile.cpp -o /home/niru/vte/_build/meson-private/tmpm9tq1fe_/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Wmisleading-indentation
  1720.  
  1721. Code:
  1722. int i;
  1723.  
  1724. Compiler stdout:
  1725.  
  1726. Compiler stderr:
  1727.  
  1728. Compiler for C++ supports arguments -Wmisleading-indentation: YES
  1729. Running compile:
  1730. Working directory: /home/niru/vte/_build/meson-private/tmprjvbwzea
  1731. Command line: c++ /home/niru/vte/_build/meson-private/tmprjvbwzea/testfile.cpp -o /home/niru/vte/_build/meson-private/tmprjvbwzea/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Wmissing-declarations
  1732.  
  1733. Code:
  1734. int i;
  1735.  
  1736. Compiler stdout:
  1737.  
  1738. Compiler stderr:
  1739.  
  1740. Compiler for C++ supports arguments -Wmissing-declarations: YES
  1741. Running compile:
  1742. Working directory: /home/niru/vte/_build/meson-private/tmpavoilpbl
  1743. Command line: c++ /home/niru/vte/_build/meson-private/tmpavoilpbl/testfile.cpp -o /home/niru/vte/_build/meson-private/tmpavoilpbl/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Wmissing-field-initializers
  1744.  
  1745. Code:
  1746. int i;
  1747.  
  1748. Compiler stdout:
  1749.  
  1750. Compiler stderr:
  1751.  
  1752. Compiler for C++ supports arguments -Wmissing-field-initializers: YES
  1753. Running compile:
  1754. Working directory: /home/niru/vte/_build/meson-private/tmp4t64dt4n
  1755. Command line: c++ /home/niru/vte/_build/meson-private/tmp4t64dt4n/testfile.cpp -o /home/niru/vte/_build/meson-private/tmp4t64dt4n/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Wmissing-format-attribute
  1756.  
  1757. Code:
  1758. int i;
  1759.  
  1760. Compiler stdout:
  1761.  
  1762. Compiler stderr:
  1763.  
  1764. Compiler for C++ supports arguments -Wmissing-format-attribute: YES
  1765. Running compile:
  1766. Working directory: /home/niru/vte/_build/meson-private/tmpxig3f0ch
  1767. Command line: c++ /home/niru/vte/_build/meson-private/tmpxig3f0ch/testfile.cpp -o /home/niru/vte/_build/meson-private/tmpxig3f0ch/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Wmissing-include-dirs
  1768.  
  1769. Code:
  1770. int i;
  1771.  
  1772. Compiler stdout:
  1773.  
  1774. Compiler stderr:
  1775.  
  1776. Compiler for C++ supports arguments -Wmissing-include-dirs: YES
  1777. Running compile:
  1778. Working directory: /home/niru/vte/_build/meson-private/tmp7tufncy5
  1779. Command line: c++ /home/niru/vte/_build/meson-private/tmp7tufncy5/testfile.cpp -o /home/niru/vte/_build/meson-private/tmp7tufncy5/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Wmissing-noreturn
  1780.  
  1781. Code:
  1782. int i;
  1783.  
  1784. Compiler stdout:
  1785.  
  1786. Compiler stderr:
  1787.  
  1788. Compiler for C++ supports arguments -Wmissing-noreturn: YES
  1789. Running compile:
  1790. Working directory: /home/niru/vte/_build/meson-private/tmpqwvch41h
  1791. Command line: c++ /home/niru/vte/_build/meson-private/tmpqwvch41h/testfile.cpp -o /home/niru/vte/_build/meson-private/tmpqwvch41h/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Wno-address-of-packed-member -Waddress-of-packed-member
  1792.  
  1793. Code:
  1794. int i;
  1795.  
  1796. Compiler stdout:
  1797.  
  1798. Compiler stderr:
  1799. c++: error: unrecognized command line option '-Waddress-of-packed-member'
  1800.  
  1801. Compiler for C++ supports arguments -Wno-address-of-packed-member -Waddress-of-packed-member: NO
  1802. Running compile:
  1803. Working directory: /home/niru/vte/_build/meson-private/tmp3up3tkp2
  1804. Command line: c++ /home/niru/vte/_build/meson-private/tmp3up3tkp2/testfile.cpp -o /home/niru/vte/_build/meson-private/tmp3up3tkp2/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Wno-missing-field-initializers -Wmissing-field-initializers
  1805.  
  1806. Code:
  1807. int i;
  1808.  
  1809. Compiler stdout:
  1810.  
  1811. Compiler stderr:
  1812.  
  1813. Compiler for C++ supports arguments -Wno-missing-field-initializers -Wmissing-field-initializers: YES
  1814. Running compile:
  1815. Working directory: /home/niru/vte/_build/meson-private/tmp0dxmpbi5
  1816. Command line: c++ /home/niru/vte/_build/meson-private/tmp0dxmpbi5/testfile.cpp -o /home/niru/vte/_build/meson-private/tmp0dxmpbi5/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Wno-packed -Wpacked
  1817.  
  1818. Code:
  1819. int i;
  1820.  
  1821. Compiler stdout:
  1822.  
  1823. Compiler stderr:
  1824.  
  1825. Compiler for C++ supports arguments -Wno-packed -Wpacked: YES
  1826. Running compile:
  1827. Working directory: /home/niru/vte/_build/meson-private/tmpg8y3xj5w
  1828. Command line: c++ /home/niru/vte/_build/meson-private/tmpg8y3xj5w/testfile.cpp -o /home/niru/vte/_build/meson-private/tmpg8y3xj5w/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Wno-switch-enum -Wswitch-enum
  1829.  
  1830. Code:
  1831. int i;
  1832.  
  1833. Compiler stdout:
  1834.  
  1835. Compiler stderr:
  1836.  
  1837. Compiler for C++ supports arguments -Wno-switch-enum -Wswitch-enum: YES
  1838. Running compile:
  1839. Working directory: /home/niru/vte/_build/meson-private/tmpmqxae2hs
  1840. Command line: c++ /home/niru/vte/_build/meson-private/tmpmqxae2hs/testfile.cpp -o /home/niru/vte/_build/meson-private/tmpmqxae2hs/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Wno-unused-parameter -Wunused-parameter
  1841.  
  1842. Code:
  1843. int i;
  1844.  
  1845. Compiler stdout:
  1846.  
  1847. Compiler stderr:
  1848.  
  1849. Compiler for C++ supports arguments -Wno-unused-parameter -Wunused-parameter: YES
  1850. Running compile:
  1851. Working directory: /home/niru/vte/_build/meson-private/tmpnggcnxbb
  1852. Command line: c++ /home/niru/vte/_build/meson-private/tmpnggcnxbb/testfile.cpp -o /home/niru/vte/_build/meson-private/tmpnggcnxbb/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Wshadow
  1853.  
  1854. Code:
  1855. int i;
  1856.  
  1857. Compiler stdout:
  1858.  
  1859. Compiler stderr:
  1860.  
  1861. Compiler for C++ supports arguments -Wshadow: YES
  1862. Running compile:
  1863. Working directory: /home/niru/vte/_build/meson-private/tmpd1s4r44k
  1864. Command line: c++ /home/niru/vte/_build/meson-private/tmpd1s4r44k/testfile.cpp -o /home/niru/vte/_build/meson-private/tmpd1s4r44k/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Wshift-negative-value
  1865.  
  1866. Code:
  1867. int i;
  1868.  
  1869. Compiler stdout:
  1870.  
  1871. Compiler stderr:
  1872.  
  1873. Compiler for C++ supports arguments -Wshift-negative-value: YES
  1874. Running compile:
  1875. Working directory: /home/niru/vte/_build/meson-private/tmpefxm285g
  1876. Command line: c++ /home/niru/vte/_build/meson-private/tmpefxm285g/testfile.cpp -o /home/niru/vte/_build/meson-private/tmpefxm285g/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Wsign-compare
  1877.  
  1878. Code:
  1879. int i;
  1880.  
  1881. Compiler stdout:
  1882.  
  1883. Compiler stderr:
  1884.  
  1885. Compiler for C++ supports arguments -Wsign-compare: YES
  1886. Running compile:
  1887. Working directory: /home/niru/vte/_build/meson-private/tmpzjof5fhm
  1888. Command line: c++ /home/niru/vte/_build/meson-private/tmpzjof5fhm/testfile.cpp -o /home/niru/vte/_build/meson-private/tmpzjof5fhm/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Wstrict-aliasing=2
  1889.  
  1890. Code:
  1891. int i;
  1892.  
  1893. Compiler stdout:
  1894.  
  1895. Compiler stderr:
  1896.  
  1897. Compiler for C++ supports arguments -Wstrict-aliasing=2: YES
  1898. Running compile:
  1899. Working directory: /home/niru/vte/_build/meson-private/tmpere_b1ri
  1900. Command line: c++ /home/niru/vte/_build/meson-private/tmpere_b1ri/testfile.cpp -o /home/niru/vte/_build/meson-private/tmpere_b1ri/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Wtype-limits
  1901.  
  1902. Code:
  1903. int i;
  1904.  
  1905. Compiler stdout:
  1906.  
  1907. Compiler stderr:
  1908.  
  1909. Compiler for C++ supports arguments -Wtype-limits: YES
  1910. Running compile:
  1911. Working directory: /home/niru/vte/_build/meson-private/tmpbw90lnws
  1912. Command line: c++ /home/niru/vte/_build/meson-private/tmpbw90lnws/testfile.cpp -o /home/niru/vte/_build/meson-private/tmpbw90lnws/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Wundef
  1913.  
  1914. Code:
  1915. int i;
  1916.  
  1917. Compiler stdout:
  1918.  
  1919. Compiler stderr:
  1920.  
  1921. Compiler for C++ supports arguments -Wundef: YES
  1922. Running compile:
  1923. Working directory: /home/niru/vte/_build/meson-private/tmpwqpoulyz
  1924. Command line: c++ /home/niru/vte/_build/meson-private/tmpwqpoulyz/testfile.cpp -o /home/niru/vte/_build/meson-private/tmpwqpoulyz/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Wuninitialized
  1925.  
  1926. Code:
  1927. int i;
  1928.  
  1929. Compiler stdout:
  1930.  
  1931. Compiler stderr:
  1932.  
  1933. Compiler for C++ supports arguments -Wuninitialized: YES
  1934. Using cached compile:
  1935. Cached command line: c++ /home/niru/vte/_build/meson-private/tmpwqpoulyz/testfile.cpp -o /home/niru/vte/_build/meson-private/tmpwqpoulyz/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Wuninitialized
  1936.  
  1937. Code:
  1938. int i;
  1939.  
  1940. Cached compiler stdout:
  1941.  
  1942. Cached compiler stderr:
  1943.  
  1944. Compiler for C++ supports arguments -Wuninitialized: YES (cached)
  1945. Running compile:
  1946. Working directory: /home/niru/vte/_build/meson-private/tmpnvwky1fj
  1947. Command line: c++ /home/niru/vte/_build/meson-private/tmpnvwky1fj/testfile.cpp -o /home/niru/vte/_build/meson-private/tmpnvwky1fj/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Wunsafe-loop-optimizations
  1948.  
  1949. Code:
  1950. int i;
  1951.  
  1952. Compiler stdout:
  1953.  
  1954. Compiler stderr:
  1955.  
  1956. Compiler for C++ supports arguments -Wunsafe-loop-optimizations: YES
  1957. Running compile:
  1958. Working directory: /home/niru/vte/_build/meson-private/tmp0wcbpu99
  1959. Command line: c++ /home/niru/vte/_build/meson-private/tmp0wcbpu99/testfile.cpp -o /home/niru/vte/_build/meson-private/tmp0wcbpu99/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Wunused
  1960.  
  1961. Code:
  1962. int i;
  1963.  
  1964. Compiler stdout:
  1965.  
  1966. Compiler stderr:
  1967.  
  1968. Compiler for C++ supports arguments -Wunused: YES
  1969. Running compile:
  1970. Working directory: /home/niru/vte/_build/meson-private/tmpobuhgmwl
  1971. Command line: c++ /home/niru/vte/_build/meson-private/tmpobuhgmwl/testfile.cpp -o /home/niru/vte/_build/meson-private/tmpobuhgmwl/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Wunused-but-set-parameter
  1972.  
  1973. Code:
  1974. int i;
  1975.  
  1976. Compiler stdout:
  1977.  
  1978. Compiler stderr:
  1979.  
  1980. Compiler for C++ supports arguments -Wunused-but-set-parameter: YES
  1981. Running compile:
  1982. Working directory: /home/niru/vte/_build/meson-private/tmpt38g59e8
  1983. Command line: c++ /home/niru/vte/_build/meson-private/tmpt38g59e8/testfile.cpp -o /home/niru/vte/_build/meson-private/tmpt38g59e8/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Wunused-but-set-variable
  1984.  
  1985. Code:
  1986. int i;
  1987.  
  1988. Compiler stdout:
  1989.  
  1990. Compiler stderr:
  1991.  
  1992. Compiler for C++ supports arguments -Wunused-but-set-variable: YES
  1993. Running compile:
  1994. Working directory: /home/niru/vte/_build/meson-private/tmpczxctn7v
  1995. Command line: c++ /home/niru/vte/_build/meson-private/tmpczxctn7v/testfile.cpp -o /home/niru/vte/_build/meson-private/tmpczxctn7v/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Wunused-function
  1996.  
  1997. Code:
  1998. int i;
  1999.  
  2000. Compiler stdout:
  2001.  
  2002. Compiler stderr:
  2003.  
  2004. Compiler for C++ supports arguments -Wunused-function: YES
  2005. Running compile:
  2006. Working directory: /home/niru/vte/_build/meson-private/tmpg03gpjnj
  2007. Command line: c++ /home/niru/vte/_build/meson-private/tmpg03gpjnj/testfile.cpp -o /home/niru/vte/_build/meson-private/tmpg03gpjnj/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Wunused-label
  2008.  
  2009. Code:
  2010. int i;
  2011.  
  2012. Compiler stdout:
  2013.  
  2014. Compiler stderr:
  2015.  
  2016. Compiler for C++ supports arguments -Wunused-label: YES
  2017. Running compile:
  2018. Working directory: /home/niru/vte/_build/meson-private/tmpog64wc46
  2019. Command line: c++ /home/niru/vte/_build/meson-private/tmpog64wc46/testfile.cpp -o /home/niru/vte/_build/meson-private/tmpog64wc46/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Wunused-local-typedefs
  2020.  
  2021. Code:
  2022. int i;
  2023.  
  2024. Compiler stdout:
  2025.  
  2026. Compiler stderr:
  2027.  
  2028. Compiler for C++ supports arguments -Wunused-local-typedefs: YES
  2029. Running compile:
  2030. Working directory: /home/niru/vte/_build/meson-private/tmpycwdvd7s
  2031. Command line: c++ /home/niru/vte/_build/meson-private/tmpycwdvd7s/testfile.cpp -o /home/niru/vte/_build/meson-private/tmpycwdvd7s/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Wunused-value
  2032.  
  2033. Code:
  2034. int i;
  2035.  
  2036. Compiler stdout:
  2037.  
  2038. Compiler stderr:
  2039.  
  2040. Compiler for C++ supports arguments -Wunused-value: YES
  2041. Running compile:
  2042. Working directory: /home/niru/vte/_build/meson-private/tmp768phm7q
  2043. Command line: c++ /home/niru/vte/_build/meson-private/tmp768phm7q/testfile.cpp -o /home/niru/vte/_build/meson-private/tmp768phm7q/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Wunused-variable
  2044.  
  2045. Code:
  2046. int i;
  2047.  
  2048. Compiler stdout:
  2049.  
  2050. Compiler stderr:
  2051.  
  2052. Compiler for C++ supports arguments -Wunused-variable: YES
  2053. Running compile:
  2054. Working directory: /home/niru/vte/_build/meson-private/tmpgl9g0kei
  2055. Command line: c++ /home/niru/vte/_build/meson-private/tmpgl9g0kei/testfile.cpp -o /home/niru/vte/_build/meson-private/tmpgl9g0kei/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Wvla
  2056.  
  2057. Code:
  2058. int i;
  2059.  
  2060. Compiler stdout:
  2061.  
  2062. Compiler stderr:
  2063.  
  2064. Compiler for C++ supports arguments -Wvla: YES
  2065. Running compile:
  2066. Working directory: /home/niru/vte/_build/meson-private/tmph_cn8k2r
  2067. Command line: c++ /home/niru/vte/_build/meson-private/tmph_cn8k2r/testfile.cpp -o /home/niru/vte/_build/meson-private/tmph_cn8k2r/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Wwrite-strings
  2068.  
  2069. Code:
  2070. int i;
  2071.  
  2072. Compiler stdout:
  2073.  
  2074. Compiler stderr:
  2075.  
  2076. Compiler for C++ supports arguments -Wwrite-strings: YES
  2077. Running compile:
  2078. Working directory: /home/niru/vte/_build/meson-private/tmpnli9h7bj
  2079. Command line: c++ /home/niru/vte/_build/meson-private/tmpnli9h7bj/testfile.cpp -o /home/niru/vte/_build/meson-private/tmpnli9h7bj/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -fdiagnostics-show-option
  2080.  
  2081. Code:
  2082. int i;
  2083.  
  2084. Compiler stdout:
  2085.  
  2086. Compiler stderr:
  2087.  
  2088. Compiler for C++ supports arguments -fdiagnostics-show-option: YES
  2089. Running compile:
  2090. Working directory: /home/niru/vte/_build/meson-private/tmpkpn8n75g
  2091. Command line: c++ /home/niru/vte/_build/meson-private/tmpkpn8n75g/testfile.cpp -o /home/niru/vte/_build/meson-private/tmpkpn8n75g/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -fno-common
  2092.  
  2093. Code:
  2094. int i;
  2095.  
  2096. Compiler stdout:
  2097.  
  2098. Compiler stderr:
  2099.  
  2100. Compiler for C++ supports arguments -fno-common: YES
  2101. Running compile:
  2102. Working directory: /home/niru/vte/_build/meson-private/tmpvowczavl
  2103. Command line: c++ /home/niru/vte/_build/meson-private/tmpvowczavl/testfile.cpp -o /home/niru/vte/_build/meson-private/tmpvowczavl/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -fno-semantic-interposition
  2104.  
  2105. Code:
  2106. int i;
  2107.  
  2108. Compiler stdout:
  2109.  
  2110. Compiler stderr:
  2111.  
  2112. Compiler for C++ supports arguments -fno-semantic-interposition: YES
  2113. Running compile:
  2114. Working directory: /home/niru/vte/_build/meson-private/tmpg3ggtzts
  2115. Command line: c++ /home/niru/vte/_build/meson-private/tmpg3ggtzts/testfile.cpp -o /home/niru/vte/_build/meson-private/tmpg3ggtzts/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -fstack-protector
  2116.  
  2117. Code:
  2118. int i;
  2119.  
  2120. Compiler stdout:
  2121.  
  2122. Compiler stderr:
  2123.  
  2124. Compiler for C++ supports arguments -fstack-protector: YES
  2125. Running compile:
  2126. Working directory: /home/niru/vte/_build/meson-private/tmp6mj9_zqi
  2127. Command line: c++ /home/niru/vte/_build/meson-private/tmp6mj9_zqi/testfile.cpp -o /home/niru/vte/_build/meson-private/tmp6mj9_zqi/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -fstack-protector-strong
  2128.  
  2129. Code:
  2130. int i;
  2131.  
  2132. Compiler stdout:
  2133.  
  2134. Compiler stderr:
  2135.  
  2136. Compiler for C++ supports arguments -fstack-protector-strong: YES
  2137. Running compile:
  2138. Working directory: /home/niru/vte/_build/meson-private/tmpftt6wuh5
  2139. Command line: c++ /home/niru/vte/_build/meson-private/tmpftt6wuh5/testfile.cpp -o /home/niru/vte/_build/meson-private/tmpftt6wuh5/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -fno-strict-aliasing
  2140.  
  2141. Code:
  2142. int i;
  2143.  
  2144. Compiler stdout:
  2145.  
  2146. Compiler stderr:
  2147.  
  2148. Compiler for C++ supports arguments -fno-strict-aliasing: YES
  2149. Running compile:
  2150. Working directory: /home/niru/vte/_build/meson-private/tmpp30ruhz_
  2151. Command line: c++ /home/niru/vte/_build/meson-private/tmpp30ruhz_/testfile.cpp -o /home/niru/vte/_build/meson-private/tmpp30ruhz_/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Wimplicit-fallthrough=5
  2152.  
  2153. Code:
  2154. int i;
  2155.  
  2156. Compiler stdout:
  2157.  
  2158. Compiler stderr:
  2159.  
  2160. Compiler for C++ supports arguments -Wimplicit-fallthrough=5: YES
  2161. Running compile:
  2162. Working directory: /home/niru/vte/_build/meson-private/tmpr74jd2gx
  2163. Command line: c++ /home/niru/vte/_build/meson-private/tmpr74jd2gx/testfile.cpp -o /home/niru/vte/_build/meson-private/tmpr74jd2gx/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Wnon-virtual-dtor
  2164.  
  2165. Code:
  2166. int i;
  2167.  
  2168. Compiler stdout:
  2169.  
  2170. Compiler stderr:
  2171.  
  2172. Compiler for C++ supports arguments -Wnon-virtual-dtor: YES
  2173. Running compile:
  2174. Working directory: /home/niru/vte/_build/meson-private/tmpttcnlnyj
  2175. Command line: c++ /home/niru/vte/_build/meson-private/tmpttcnlnyj/testfile.cpp -o /home/niru/vte/_build/meson-private/tmpttcnlnyj/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Wstrict-null-sentinel
  2176.  
  2177. Code:
  2178. int i;
  2179.  
  2180. Compiler stdout:
  2181.  
  2182. Compiler stderr:
  2183.  
  2184. Compiler for C++ supports arguments -Wstrict-null-sentinel: YES
  2185. Running compile:
  2186. Working directory: /home/niru/vte/_build/meson-private/tmp7b4k5n29
  2187. Command line: c++ /home/niru/vte/_build/meson-private/tmp7b4k5n29/testfile.cpp -o /home/niru/vte/_build/meson-private/tmp7b4k5n29/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -fvisibility-inlines-hidden
  2188.  
  2189. Code:
  2190. int i;
  2191.  
  2192. Compiler stdout:
  2193.  
  2194. Compiler stderr:
  2195.  
  2196. Compiler for C++ supports arguments -fvisibility-inlines-hidden: YES
  2197. Running compile:
  2198. Working directory: /home/niru/vte/_build/meson-private/tmp39o7hnl7
  2199. Command line: c++ /home/niru/vte/_build/meson-private/tmp39o7hnl7/testfile.cpp -o /home/niru/vte/_build/meson-private/tmp39o7hnl7/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -fvisibility=hidden
  2200.  
  2201. Code:
  2202. int i;
  2203.  
  2204. Compiler stdout:
  2205.  
  2206. Compiler stderr:
  2207.  
  2208. Compiler for C++ supports arguments -fvisibility=hidden: YES
  2209. Using cached compile:
  2210. Cached command line: c++ /home/niru/vte/_build/meson-private/tmp7b4k5n29/testfile.cpp -o /home/niru/vte/_build/meson-private/tmp7b4k5n29/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -fvisibility-inlines-hidden
  2211.  
  2212. Code:
  2213. int i;
  2214.  
  2215. Cached compiler stdout:
  2216.  
  2217. Cached compiler stderr:
  2218.  
  2219. Compiler for C++ supports arguments -fvisibility-inlines-hidden: YES (cached)
  2220. Using cached compile:
  2221. Cached command line: c++ /home/niru/vte/_build/meson-private/tmp39o7hnl7/testfile.cpp -o /home/niru/vte/_build/meson-private/tmp39o7hnl7/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -fvisibility=hidden
  2222.  
  2223. Code:
  2224. int i;
  2225.  
  2226. Cached compiler stdout:
  2227.  
  2228. Cached compiler stderr:
  2229.  
  2230. Compiler for C++ supports arguments -fvisibility=hidden: YES (cached)
  2231. Running compile:
  2232. Working directory: /home/niru/vte/_build/meson-private/tmpd0r97u14
  2233. Command line: cc /home/niru/vte/_build/meson-private/tmpd0r97u14/testfile.c -o /home/niru/vte/_build/meson-private/tmpd0r97u14/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Werror=format=2 -Werror=format-nonliteral -Werror=format-security
  2234.  
  2235. Code:
  2236. int i;
  2237.  
  2238. Compiler stdout:
  2239.  
  2240. Compiler stderr:
  2241.  
  2242. Compiler for C supports arguments -Werror=format=2 -Werror=format-nonliteral -Werror=format-security: YES
  2243. Running compile:
  2244. Working directory: /home/niru/vte/_build/meson-private/tmpbr8yi7sr
  2245. Command line: c++ /home/niru/vte/_build/meson-private/tmpbr8yi7sr/testfile.cpp -o /home/niru/vte/_build/meson-private/tmpbr8yi7sr/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=format=2 -Werror=format-nonliteral -Werror=format-security
  2246.  
  2247. Code:
  2248. int i;
  2249.  
  2250. Compiler stdout:
  2251.  
  2252. Compiler stderr:
  2253.  
  2254. Compiler for C++ supports arguments -Werror=format=2 -Werror=format-nonliteral -Werror=format-security: YES
  2255. WARNING: Consider using the builtin warning_level option instead of adding warning flags by hand.
  2256. WARNING: Consider using the builtin warning_level option instead of adding warning flags by hand.
  2257. WARNING: Consider using the builtin warning_level option instead of adding warning flags by hand.
  2258. WARNING: Consider using the builtin warning_level option instead of adding warning flags by hand.
  2259. Running compile:
  2260. Working directory: /home/niru/vte/_build/meson-private/tmppaxcrj3f
  2261. Command line: cc /home/niru/vte/_build/meson-private/tmppaxcrj3f/testfile.c -o /home/niru/vte/_build/meson-private/tmppaxcrj3f/output.exe -pipe -D_FILE_OFFSET_BITS=64 -O0 -Wl,--fatal-warnings -Wl,-Bsymbolic
  2262.  
  2263. Code:
  2264. int main() { return 0; }
  2265. Compiler stdout:
  2266.  
  2267. Compiler stderr:
  2268.  
  2269. Compiler for C supports link arguments -Wl,-Bsymbolic: YES
  2270. Running compile:
  2271. Working directory: /home/niru/vte/_build/meson-private/tmphjezs78x
  2272. Command line: c++ /home/niru/vte/_build/meson-private/tmphjezs78x/testfile.cpp -o /home/niru/vte/_build/meson-private/tmphjezs78x/output.exe -pipe -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Wl,--fatal-warnings -Wl,-Bsymbolic
  2273.  
  2274. Code:
  2275. int main() { return 0; }
  2276. Compiler stdout:
  2277.  
  2278. Compiler stderr:
  2279.  
  2280. Compiler for C++ supports link arguments -Wl,-Bsymbolic: YES
  2281. Running compile:
  2282. Working directory: /home/niru/vte/_build/meson-private/tmpojvepivj
  2283. Command line: cc /home/niru/vte/_build/meson-private/tmpojvepivj/testfile.c -o /home/niru/vte/_build/meson-private/tmpojvepivj/output.exe -pipe -D_FILE_OFFSET_BITS=64 -O0 -Wl,--fatal-warnings -Wl,-Bsymbolic-functions
  2284.  
  2285. Code:
  2286. int main() { return 0; }
  2287. Compiler stdout:
  2288.  
  2289. Compiler stderr:
  2290.  
  2291. Compiler for C supports link arguments -Wl,-Bsymbolic-functions: YES
  2292. Running compile:
  2293. Working directory: /home/niru/vte/_build/meson-private/tmpnlk7nj5l
  2294. Command line: c++ /home/niru/vte/_build/meson-private/tmpnlk7nj5l/testfile.cpp -o /home/niru/vte/_build/meson-private/tmpnlk7nj5l/output.exe -pipe -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Wl,--fatal-warnings -Wl,-Bsymbolic-functions
  2295.  
  2296. Code:
  2297. int main() { return 0; }
  2298. Compiler stdout:
  2299.  
  2300. Compiler stderr:
  2301.  
  2302. Compiler for C++ supports link arguments -Wl,-Bsymbolic-functions: YES
  2303. Pkg-config binary for MachineChoice.HOST is not cached.
  2304. Pkg-config binary missing from cross or native file, or env var undefined.
  2305. Trying a default pkg-config fallback at pkg-config
  2306. Trying pkg-config binary pkg-config for machine MachineChoice.HOST at ['/usr/bin/pkg-config']
  2307. Found pkg-config: /usr/bin/pkg-config (0.29)
  2308. Determining dependency 'gio-2.0' with pkg-config executable '/usr/bin/pkg-config'
  2309. PKG_CONFIG_PATH:
  2310. Called `/usr/bin/pkg-config --modversion gio-2.0` -> 0
  2311. 2.58.3
  2312. PKG_CONFIG_PATH:
  2313. Called `/usr/bin/pkg-config --cflags gio-2.0` -> 0
  2314. -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/uuid -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include
  2315. PKG_CONFIG_PATH:
  2316. Called `/usr/bin/pkg-config gio-2.0 --libs` -> 0
  2317. -L/usr/lib/x86_64-linux-gnu -lgio-2.0 -lgobject-2.0 -lglib-2.0
  2318. PKG_CONFIG_PATH:
  2319. Called `/usr/bin/pkg-config gio-2.0 --libs` -> 0
  2320. -lgio-2.0 -lgobject-2.0 -lglib-2.0
  2321. PKG_CONFIG_PATH:
  2322. Called `/usr/bin/pkg-config gio-2.0 --libs --static` -> 0
  2323. -lgio-2.0 -ldl -pthread -lresolv -lgmodule-2.0 -pthread -ldl -lz -lmount -lblkid -luuid -lselinux -lsepol -lgobject-2.0 -pthread -lffi -lglib-2.0 -pthread -lpcre -pthread
  2324. Running compile:
  2325. Working directory: /home/niru/vte/_build/meson-private/tmpjountec7
  2326. Command line: c++ /home/niru/vte/_build/meson-private/tmpjountec7/testfile.cpp -o /home/niru/vte/_build/meson-private/tmpjountec7/output.exe -pipe -D_FILE_OFFSET_BITS=64 -O0 -fpermissive
  2327.  
  2328. Code:
  2329. #include<stdio.h>
  2330.  
  2331. int main() {
  2332. printf("%ld\n", (long)(sizeof(void *)));
  2333. return 0;
  2334. };
  2335. Compiler stdout:
  2336.  
  2337. Compiler stderr:
  2338.  
  2339. Program stdout:
  2340.  
  2341. 8
  2342.  
  2343. Program stderr:
  2344.  
  2345.  
  2346. Running compile:
  2347. Working directory: /home/niru/vte/_build/meson-private/tmptkm8p4cx
  2348. Command line: c++ /home/niru/vte/_build/meson-private/tmptkm8p4cx/testfile.cpp -o /home/niru/vte/_build/meson-private/tmptkm8p4cx/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -fpermissive --print-search-dirs
  2349.  
  2350. Code:
  2351.  
  2352. Compiler stdout:
  2353. install: /usr/lib/gcc/x86_64-linux-gnu/8/
  2354. programs: =/usr/lib/gcc/x86_64-linux-gnu/8/:/usr/lib/gcc/x86_64-linux-gnu/8/:/usr/lib/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/8/:/usr/lib/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/8/../../../../x86_64-linux-gnu/bin/x86_64-linux-gnu/8/:/usr/lib/gcc/x86_64-linux-gnu/8/../../../../x86_64-linux-gnu/bin/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/8/../../../../x86_64-linux-gnu/bin/
  2355. libraries: =/usr/lib/gcc/x86_64-linux-gnu/8/:/usr/lib/gcc/x86_64-linux-gnu/8/../../../../x86_64-linux-gnu/lib/x86_64-linux-gnu/8/:/usr/lib/gcc/x86_64-linux-gnu/8/../../../../x86_64-linux-gnu/lib/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/8/../../../../x86_64-linux-gnu/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/8/../../../x86_64-linux-gnu/8/:/usr/lib/gcc/x86_64-linux-gnu/8/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/8/../../../../lib/:/lib/x86_64-linux-gnu/8/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/8/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/8/../../../../x86_64-linux-gnu/lib/:/usr/lib/gcc/x86_64-linux-gnu/8/../../../:/lib/:/usr/lib/
  2356.  
  2357. Compiler stderr:
  2358.  
  2359. Run-time dependency gio-2.0 found: YES 2.58.3
  2360. Pkg-config binary for MachineChoice.HOST is cached.
  2361. Determining dependency 'glib-2.0' with pkg-config executable '/usr/bin/pkg-config'
  2362. PKG_CONFIG_PATH:
  2363. Called `/usr/bin/pkg-config --modversion glib-2.0` -> 0
  2364. 2.58.3
  2365. PKG_CONFIG_PATH:
  2366. Called `/usr/bin/pkg-config --cflags glib-2.0` -> 0
  2367. -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include
  2368. PKG_CONFIG_PATH:
  2369. Called `/usr/bin/pkg-config glib-2.0 --libs` -> 0
  2370. -L/usr/lib/x86_64-linux-gnu -lglib-2.0
  2371. PKG_CONFIG_PATH:
  2372. Called `/usr/bin/pkg-config glib-2.0 --libs` -> 0
  2373. -lglib-2.0
  2374. PKG_CONFIG_PATH:
  2375. Called `/usr/bin/pkg-config glib-2.0 --libs --static` -> 0
  2376. -lglib-2.0 -pthread -lpcre -pthread
  2377. Run-time dependency glib-2.0 found: YES 2.58.3
  2378. Pkg-config binary for MachineChoice.HOST is cached.
  2379. Determining dependency 'gobject-2.0' with pkg-config executable '/usr/bin/pkg-config'
  2380. PKG_CONFIG_PATH:
  2381. Called `/usr/bin/pkg-config --modversion gobject-2.0` -> 0
  2382. 2.58.3
  2383. PKG_CONFIG_PATH:
  2384. Called `/usr/bin/pkg-config --cflags gobject-2.0` -> 0
  2385. -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include
  2386. PKG_CONFIG_PATH:
  2387. Called `/usr/bin/pkg-config gobject-2.0 --libs` -> 0
  2388. -L/usr/lib/x86_64-linux-gnu -lgobject-2.0 -lglib-2.0
  2389. PKG_CONFIG_PATH:
  2390. Called `/usr/bin/pkg-config gobject-2.0 --libs` -> 0
  2391. -lgobject-2.0 -lglib-2.0
  2392. PKG_CONFIG_PATH:
  2393. Called `/usr/bin/pkg-config gobject-2.0 --libs --static` -> 0
  2394. -lgobject-2.0 -pthread -lffi -lglib-2.0 -pthread -lpcre -pthread
  2395. Run-time dependency gobject-2.0 found: YES 2.58.3
  2396. Pkg-config binary for MachineChoice.HOST is cached.
  2397. Determining dependency 'pango' with pkg-config executable '/usr/bin/pkg-config'
  2398. PKG_CONFIG_PATH:
  2399. Called `/usr/bin/pkg-config --modversion pango` -> 0
  2400. 1.42.3
  2401. PKG_CONFIG_PATH:
  2402. Called `/usr/bin/pkg-config --cflags pango` -> 0
  2403. -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include
  2404. PKG_CONFIG_PATH:
  2405. Called `/usr/bin/pkg-config pango --libs` -> 0
  2406. -L/usr/lib/x86_64-linux-gnu -lpango-1.0 -lgobject-2.0 -lglib-2.0
  2407. PKG_CONFIG_PATH:
  2408. Called `/usr/bin/pkg-config pango --libs` -> 0
  2409. -lpango-1.0 -lgobject-2.0 -lglib-2.0
  2410. PKG_CONFIG_PATH:
  2411. Called `/usr/bin/pkg-config pango --libs --static` -> 0
  2412. -lpango-1.0 -lm -lfribidi -lgobject-2.0 -pthread -lffi -lglib-2.0 -pthread -lpcre -pthread
  2413. Run-time dependency pango found: YES 1.42.3
  2414. Pkg-config binary for MachineChoice.HOST is cached.
  2415. Determining dependency 'libpcre2-8' with pkg-config executable '/usr/bin/pkg-config'
  2416. PKG_CONFIG_PATH:
  2417. Called `/usr/bin/pkg-config --modversion libpcre2-8` -> 1
  2418.  
  2419. CMake binary for MachineChoice.HOST is not cached
  2420. CMake binary missing from cross or native file, or env var undefined.
  2421. Trying a default CMake fallback at cmake
  2422. Trying CMake binary cmake for machine MachineChoice.HOST at ['/usr/bin/cmake']
  2423. Found CMake: /usr/bin/cmake (3.13.4)
  2424. Extracting basic cmake information
  2425. Try CMake generator: auto
  2426. Called `/usr/bin/cmake --trace-expand .` in /home/niru/vte/_build/meson-private/cmake_libpcre2-8 -> 0
  2427. -- Module search paths: ['/', '/opt', '/usr', '/usr/local']
  2428. -- CMake root: /usr/share/cmake-3.13
  2429. -- CMake architectures: ['i386-linux-gnu', 'x86_64-linux-gnu']
  2430. -- CMake lib search paths: ['lib', 'lib32', 'lib64', 'libx32', 'share', 'lib/i386-linux-gnu', 'lib/x86_64-linux-gnu']
  2431. Run-time dependency libpcre2-8 found: NO (tried pkgconfig and cmake)
  2432.  
  2433. meson.build:407:0: ERROR: Dependency "libpcre2-8" not found, tried pkgconfig and cmake
  2434.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement