Advertisement
oblivioncth

cmakeerrorlog

Jan 7th, 2021
464
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 46.77 KB | None | 0 0
  1. Checking whether the ASM compiler is GNU using "--version" did not match "(GNU assembler)|(GCC)|(Free Software Foundation)":
  2. Microsoft (R) C/C++ Optimizing Compiler Version 19.28.29335 for x64
  3. Copyright (C) Microsoft Corporation. All rights reserved.
  4.  
  5. cl : Command line warning D9002 : ignoring unknown option '--version'
  6. cl : Command line error D8003 : missing source filename
  7. Checking whether the ASM compiler is Clang using "--version" did not match "(clang version)":
  8. Microsoft (R) C/C++ Optimizing Compiler Version 19.28.29335 for x64
  9. Copyright (C) Microsoft Corporation. All rights reserved.
  10.  
  11. cl : Command line warning D9002 : ignoring unknown option '--version'
  12. cl : Command line error D8003 : missing source filename
  13. Checking whether the ASM compiler is AppleClang using "--version" did not match "(Apple LLVM version)":
  14. Microsoft (R) C/C++ Optimizing Compiler Version 19.28.29335 for x64
  15. Copyright (C) Microsoft Corporation. All rights reserved.
  16.  
  17. cl : Command line warning D9002 : ignoring unknown option '--version'
  18. cl : Command line error D8003 : missing source filename
  19. Checking whether the ASM compiler is ARMClang using "--version" did not match "armclang":
  20. Microsoft (R) C/C++ Optimizing Compiler Version 19.28.29335 for x64
  21. Copyright (C) Microsoft Corporation. All rights reserved.
  22.  
  23. cl : Command line warning D9002 : ignoring unknown option '--version'
  24. cl : Command line error D8003 : missing source filename
  25. Checking whether the ASM compiler is HP using "-V" did not match "HP C":
  26. Microsoft (R) C/C++ Optimizing Compiler Version 19.28.29335 for x64
  27. Copyright (C) Microsoft Corporation. All rights reserved.
  28.  
  29. cl : Command line error D8004 : '/V' requires an argument
  30. Checking whether the ASM compiler is Intel using "--version" did not match "(ICC)":
  31. Microsoft (R) C/C++ Optimizing Compiler Version 19.28.29335 for x64
  32. Copyright (C) Microsoft Corporation. All rights reserved.
  33.  
  34. cl : Command line warning D9002 : ignoring unknown option '--version'
  35. cl : Command line error D8003 : missing source filename
  36. Checking whether the ASM compiler is SunPro using "-V" did not match "Sun C":
  37. Microsoft (R) C/C++ Optimizing Compiler Version 19.28.29335 for x64
  38. Copyright (C) Microsoft Corporation. All rights reserved.
  39.  
  40. cl : Command line error D8004 : '/V' requires an argument
  41. Checking whether the ASM compiler is XL using "-qversion" did not match "XL C":
  42. Microsoft (R) C/C++ Optimizing Compiler Version 19.28.29335 for x64
  43. Copyright (C) Microsoft Corporation. All rights reserved.
  44.  
  45. cl : Command line warning D9002 : ignoring unknown option '-qversion'
  46. cl : Command line error D8003 : missing source filename
  47. Performing C++ SOURCE FILE Test HAVE_LD_VERSION_SCRIPT failed with the following output:
  48. Change Dir: C:/Q/CMakeFiles/CMakeTmp
  49.  
  50. Run Build Command(s):C:/ENGINE~1/DEVELO~1/VISUAL~1/Common7/IDE/COMMON~1/MICROS~1/CMake/Ninja/ninja.exe cmTC_1e5a5 && [1/2] Building CXX object CMakeFiles\cmTC_1e5a5.dir\src.cxx.obj
  51.  
  52. FAILED: CMakeFiles/cmTC_1e5a5.dir/src.cxx.obj
  53.  
  54. C:\ENGINE~1\DEVELO~1\VISUAL~1\VC\Tools\MSVC\1428~1.293\bin\Hostx64\x64\cl.exe /nologo /TP -DHAVE_LD_VERSION_SCRIPT /DWIN32 /D_WINDOWS /GR /EHsc -Wl,--version-script="C:/Q/qtbase/version_flag.map" /Zi /Ob0 /Od /RTC1 -MDd -std:c++17 /showIncludes /FoCMakeFiles\cmTC_1e5a5.dir\src.cxx.obj /FdCMakeFiles\cmTC_1e5a5.dir\ /FS -c src.cxx
  55.  
  56. cl : Command line error D8021 : invalid numeric argument '/Wl,--version-script=C:/Q/qtbase/version_flag.map'
  57. ninja: build stopped: subcommand failed.
  58.  
  59.  
  60.  
  61. Source file was:
  62. int main(void){return 0;}
  63. Performing C++ SOURCE FILE Test HAVE_precompile_header failed with the following output:
  64. Change Dir: C:/Q/CMakeFiles/CMakeTmp
  65.  
  66. Run Build Command(s):C:/ENGINE~1/DEVELO~1/VISUAL~1/Common7/IDE/COMMON~1/MICROS~1/CMake/Ninja/ninja.exe cmTC_fccf0 && [1/2] Building CXX object CMakeFiles\cmTC_fccf0.dir\src.cxx.obj
  67.  
  68. FAILED: CMakeFiles/cmTC_fccf0.dir/src.cxx.obj
  69.  
  70. C:\ENGINE~1\DEVELO~1\VISUAL~1\VC\Tools\MSVC\1428~1.293\bin\Hostx64\x64\cl.exe /nologo /TP -DHAVE_precompile_header /DWIN32 /D_WINDOWS /GR /EHsc -Zc:__cplusplus /Zi /Ob0 /Od /RTC1 -MDd -std:c++17 /showIncludes /FoCMakeFiles\cmTC_fccf0.dir\src.cxx.obj /FdCMakeFiles\cmTC_fccf0.dir\ /FS -c src.cxx
  71.  
  72. src.cxx(4): fatal error C1189: #error: no go
  73. ninja: build stopped: subcommand failed.
  74.  
  75.  
  76.  
  77. Source file was:
  78.  
  79.  
  80. #ifndef HEADER_H
  81. #error no go
  82. #endif
  83. int main(int argc, char **argv)
  84. {
  85. (void)argc; (void)argv;
  86. /* BEGIN TEST: */
  87.  
  88. /* END TEST: */
  89. return 0;
  90. }
  91.  
  92. Performing C++ SOURCE FILE Test TEST_use_bfd_linker failed with the following output:
  93. Change Dir: C:/Q/CMakeFiles/CMakeTmp
  94.  
  95. Run Build Command(s):C:/ENGINE~1/DEVELO~1/VISUAL~1/Common7/IDE/COMMON~1/MICROS~1/CMake/Ninja/ninja.exe cmTC_1c710 && [1/2] Building CXX object CMakeFiles\cmTC_1c710.dir\src.cxx.obj
  96.  
  97. cl : Command line warning D9002 : ignoring unknown option '-fuse-ld=bfd'
  98. [2/2] Linking CXX executable cmTC_1c710.exe
  99.  
  100.  
  101.  
  102. Source file was:
  103. int main() { return 0; }
  104. Performing C++ SOURCE FILE Test TEST_use_gold_linker failed with the following output:
  105. Change Dir: C:/Q/CMakeFiles/CMakeTmp
  106.  
  107. Run Build Command(s):C:/ENGINE~1/DEVELO~1/VISUAL~1/Common7/IDE/COMMON~1/MICROS~1/CMake/Ninja/ninja.exe cmTC_ef517 && [1/2] Building CXX object CMakeFiles\cmTC_ef517.dir\src.cxx.obj
  108.  
  109. cl : Command line warning D9002 : ignoring unknown option '-fuse-ld=gold'
  110. [2/2] Linking CXX executable cmTC_ef517.exe
  111.  
  112.  
  113.  
  114. Source file was:
  115. int main() { return 0; }
  116. Performing C++ SOURCE FILE Test TEST_use_lld_linker failed with the following output:
  117. Change Dir: C:/Q/CMakeFiles/CMakeTmp
  118.  
  119. Run Build Command(s):C:/ENGINE~1/DEVELO~1/VISUAL~1/Common7/IDE/COMMON~1/MICROS~1/CMake/Ninja/ninja.exe cmTC_fb939 && [1/2] Building CXX object CMakeFiles\cmTC_fb939.dir\src.cxx.obj
  120.  
  121. cl : Command line warning D9002 : ignoring unknown option '-fuse-ld=lld'
  122. [2/2] Linking CXX executable cmTC_fb939.exe
  123.  
  124.  
  125.  
  126. Source file was:
  127. int main() { return 0; }
  128. Performing C++ SOURCE FILE Test TEST_optimize_debug failed with the following output:
  129. Change Dir: C:/Q/CMakeFiles/CMakeTmp
  130.  
  131. Run Build Command(s):C:/ENGINE~1/DEVELO~1/VISUAL~1/Common7/IDE/COMMON~1/MICROS~1/CMake/Ninja/ninja.exe cmTC_53095 && [1/2] Building CXX object CMakeFiles\cmTC_53095.dir\src.cxx.obj
  132.  
  133. FAILED: CMakeFiles/cmTC_53095.dir/src.cxx.obj
  134.  
  135. C:\ENGINE~1\DEVELO~1\VISUAL~1\VC\Tools\MSVC\1428~1.293\bin\Hostx64\x64\cl.exe /nologo /TP -DTEST_optimize_debug /DWIN32 /D_WINDOWS /GR /EHsc /Zi /Ob0 /Od /RTC1 -MDd -Og -std:c++17 /showIncludes /FoCMakeFiles\cmTC_53095.dir\src.cxx.obj /FdCMakeFiles\cmTC_53095.dir\ /FS -c src.cxx
  136.  
  137. cl : Command line warning D9035 : option 'Og' has been deprecated and will be removed in a future release
  138. cl : Command line error D8016 : '/RTC1' and '/Og' command-line options are incompatible
  139. ninja: build stopped: subcommand failed.
  140.  
  141.  
  142.  
  143. Source file was:
  144. int main() { return 0; }
  145. Performing C++ SOURCE FILE Test HAVE_reduce_relocations failed with the following output:
  146. Change Dir: C:/Q/CMakeFiles/CMakeTmp
  147.  
  148. Run Build Command(s):C:/ENGINE~1/DEVELO~1/VISUAL~1/Common7/IDE/COMMON~1/MICROS~1/CMake/Ninja/ninja.exe cmTC_6275b && [1/2] Building CXX object CMakeFiles\cmTC_6275b.dir\src.cxx.obj
  149.  
  150. FAILED: CMakeFiles/cmTC_6275b.dir/src.cxx.obj
  151.  
  152. C:\ENGINE~1\DEVELO~1\VISUAL~1\VC\Tools\MSVC\1428~1.293\bin\Hostx64\x64\cl.exe /nologo /TP -DHAVE_reduce_relocations /DWIN32 /D_WINDOWS /GR /EHsc -Zc:__cplusplus /Zi /Ob0 /Od /RTC1 -MDd -std:c++17 /showIncludes /FoCMakeFiles\cmTC_6275b.dir\src.cxx.obj /FdCMakeFiles\cmTC_6275b.dir\ /FS -c src.cxx
  153.  
  154. src.cxx(2): fatal error C1189: #error: Symbolic function binding on this architecture may be broken, disabling it (see QTBUG-36129).
  155. ninja: build stopped: subcommand failed.
  156.  
  157.  
  158.  
  159. Source file was:
  160. #if !(defined(__i386) || defined(__i386__) || defined(__x86_64) || defined(__x86_64__) || defined(__amd64))
  161. # error Symbolic function binding on this architecture may be broken, disabling it (see QTBUG-36129).
  162. #endif
  163.  
  164.  
  165. int main(int argc, char **argv)
  166. {
  167. (void)argc; (void)argv;
  168. /* BEGIN TEST: */
  169.  
  170. /* END TEST: */
  171. return 0;
  172. }
  173.  
  174. Performing C++ SOURCE FILE Test HAVE_posix_fallocate failed with the following output:
  175. Change Dir: C:/Q/CMakeFiles/CMakeTmp
  176.  
  177. Run Build Command(s):C:/ENGINE~1/DEVELO~1/VISUAL~1/Common7/IDE/COMMON~1/MICROS~1/CMake/Ninja/ninja.exe cmTC_1123f && [1/2] Building CXX object CMakeFiles\cmTC_1123f.dir\src.cxx.obj
  178.  
  179. FAILED: CMakeFiles/cmTC_1123f.dir/src.cxx.obj
  180.  
  181. C:\ENGINE~1\DEVELO~1\VISUAL~1\VC\Tools\MSVC\1428~1.293\bin\Hostx64\x64\cl.exe /nologo /TP -DHAVE_posix_fallocate /DWIN32 /D_WINDOWS /GR /EHsc -Zc:__cplusplus /Zi /Ob0 /Od /RTC1 -MDd -std:c++17 /showIncludes /FoCMakeFiles\cmTC_1123f.dir\src.cxx.obj /FdCMakeFiles\cmTC_1123f.dir\ /FS -c src.cxx
  182.  
  183. src.cxx(3): fatal error C1083: Cannot open include file: 'unistd.h': No such file or directory
  184. ninja: build stopped: subcommand failed.
  185.  
  186.  
  187.  
  188. Source file was:
  189.  
  190. #include <fcntl.h>
  191. #include <unistd.h>
  192.  
  193. int main(int argc, char **argv)
  194. {
  195. (void)argc; (void)argv;
  196. /* BEGIN TEST: */
  197. (void) posix_fallocate(0, 0, 0);
  198. /* END TEST: */
  199. return 0;
  200. }
  201.  
  202. Performing C++ SOURCE FILE Test HAVE_alloca_stdlib_h failed with the following output:
  203. Change Dir: C:/Q/CMakeFiles/CMakeTmp
  204.  
  205. Run Build Command(s):C:/ENGINE~1/DEVELO~1/VISUAL~1/Common7/IDE/COMMON~1/MICROS~1/CMake/Ninja/ninja.exe cmTC_5722c && [1/2] Building CXX object CMakeFiles\cmTC_5722c.dir\src.cxx.obj
  206.  
  207. FAILED: CMakeFiles/cmTC_5722c.dir/src.cxx.obj
  208.  
  209. C:\ENGINE~1\DEVELO~1\VISUAL~1\VC\Tools\MSVC\1428~1.293\bin\Hostx64\x64\cl.exe /nologo /TP -DHAVE_alloca_stdlib_h /DWIN32 /D_WINDOWS /GR /EHsc -Zc:__cplusplus /Zi /Ob0 /Od /RTC1 -MDd -std:c++17 /showIncludes /FoCMakeFiles\cmTC_5722c.dir\src.cxx.obj /FdCMakeFiles\cmTC_5722c.dir\ /FS -c src.cxx
  210.  
  211. src.cxx(8): error C3861: 'alloca': identifier not found
  212. ninja: build stopped: subcommand failed.
  213.  
  214.  
  215.  
  216. Source file was:
  217.  
  218. #include <stdlib.h>
  219.  
  220. int main(int argc, char **argv)
  221. {
  222. (void)argc; (void)argv;
  223. /* BEGIN TEST: */
  224. alloca(1);
  225. /* END TEST: */
  226. return 0;
  227. }
  228.  
  229. Performing C++ SOURCE FILE Test HAVE_alloca_h failed with the following output:
  230. Change Dir: C:/Q/CMakeFiles/CMakeTmp
  231.  
  232. Run Build Command(s):C:/ENGINE~1/DEVELO~1/VISUAL~1/Common7/IDE/COMMON~1/MICROS~1/CMake/Ninja/ninja.exe cmTC_f786f && [1/2] Building CXX object CMakeFiles\cmTC_f786f.dir\src.cxx.obj
  233.  
  234. FAILED: CMakeFiles/cmTC_f786f.dir/src.cxx.obj
  235.  
  236. C:\ENGINE~1\DEVELO~1\VISUAL~1\VC\Tools\MSVC\1428~1.293\bin\Hostx64\x64\cl.exe /nologo /TP -DHAVE_alloca_h /DWIN32 /D_WINDOWS /GR /EHsc -Zc:__cplusplus /Zi /Ob0 /Od /RTC1 -MDd -std:c++17 /showIncludes /FoCMakeFiles\cmTC_f786f.dir\src.cxx.obj /FdCMakeFiles\cmTC_f786f.dir\ /FS -c src.cxx
  237.  
  238. src.cxx(2): fatal error C1083: Cannot open include file: 'alloca.h': No such file or directory
  239. ninja: build stopped: subcommand failed.
  240.  
  241.  
  242.  
  243. Source file was:
  244.  
  245. #include <alloca.h>
  246. #ifdef __QNXNTO__
  247. // extra include needed in QNX7 to define NULL for the alloca() macro
  248. # include <stddef.h>
  249. #endif
  250. int main(int argc, char **argv)
  251. {
  252. (void)argc; (void)argv;
  253. /* BEGIN TEST: */
  254. alloca(1);
  255. /* END TEST: */
  256. return 0;
  257. }
  258.  
  259. Performing C++ SOURCE FILE Test HAVE_intelcet failed with the following output:
  260. Change Dir: C:/Q/CMakeFiles/CMakeTmp
  261.  
  262. Run Build Command(s):C:/ENGINE~1/DEVELO~1/VISUAL~1/Common7/IDE/COMMON~1/MICROS~1/CMake/Ninja/ninja.exe cmTC_b26d0 && [1/2] Building CXX object CMakeFiles\cmTC_b26d0.dir\src.cxx.obj
  263.  
  264. FAILED: CMakeFiles/cmTC_b26d0.dir/src.cxx.obj
  265.  
  266. C:\ENGINE~1\DEVELO~1\VISUAL~1\VC\Tools\MSVC\1428~1.293\bin\Hostx64\x64\cl.exe /nologo /TP -DHAVE_intelcet /DWIN32 /D_WINDOWS /GR /EHsc -Zc:__cplusplus /Zi /Ob0 /Od /RTC1 -MDd -std:c++17 /showIncludes /FoCMakeFiles\cmTC_b26d0.dir\src.cxx.obj /FdCMakeFiles\cmTC_b26d0.dir\ /FS -c src.cxx
  267.  
  268. src.cxx(9): fatal error C1189: #error: Intel CET not available
  269. ninja: build stopped: subcommand failed.
  270.  
  271.  
  272.  
  273. Source file was:
  274.  
  275.  
  276.  
  277. int main(int argc, char **argv)
  278. {
  279. (void)argc; (void)argv;
  280. /* BEGIN TEST: */
  281. #if !defined(__CET__)
  282. # error Intel CET not available
  283. #endif
  284. /* END TEST: */
  285. return 0;
  286. }
  287.  
  288. Performing C++ SOURCE FILE Test HAVE_GETTIME failed with the following output:
  289. Change Dir: C:/Q/CMakeFiles/CMakeTmp
  290.  
  291. Run Build Command(s):C:/ENGINE~1/DEVELO~1/VISUAL~1/Common7/IDE/COMMON~1/MICROS~1/CMake/Ninja/ninja.exe cmTC_094a4 && [1/2] Building CXX object CMakeFiles\cmTC_094a4.dir\src.cxx.obj
  292.  
  293. FAILED: CMakeFiles/cmTC_094a4.dir/src.cxx.obj
  294.  
  295. C:\ENGINE~1\DEVELO~1\VISUAL~1\VC\Tools\MSVC\1428~1.293\bin\Hostx64\x64\cl.exe /nologo /TP -DHAVE_GETTIME /DWIN32 /D_WINDOWS /GR /EHsc /Zi /RTC1 -MDd -std:c++17 /showIncludes /FoCMakeFiles\cmTC_094a4.dir\src.cxx.obj /FdCMakeFiles\cmTC_094a4.dir\ /FS -c src.cxx
  296.  
  297. src.cxx(2): fatal error C1083: Cannot open include file: 'unistd.h': No such file or directory
  298. ninja: build stopped: subcommand failed.
  299.  
  300.  
  301.  
  302. Source file was:
  303.  
  304. #include <unistd.h>
  305. #include <time.h>
  306.  
  307. int main(int argc, char *argv[]) {
  308. timespec ts; clock_gettime(CLOCK_REALTIME, &ts);
  309. }
  310. Performing C++ SOURCE FILE Test HAVE_cloexec failed with the following output:
  311. Change Dir: C:/Q/CMakeFiles/CMakeTmp
  312.  
  313. Run Build Command(s):C:/ENGINE~1/DEVELO~1/VISUAL~1/Common7/IDE/COMMON~1/MICROS~1/CMake/Ninja/ninja.exe cmTC_aa6eb && [1/2] Building CXX object CMakeFiles\cmTC_aa6eb.dir\src.cxx.obj
  314.  
  315. FAILED: CMakeFiles/cmTC_aa6eb.dir/src.cxx.obj
  316.  
  317. C:\ENGINE~1\DEVELO~1\VISUAL~1\VC\Tools\MSVC\1428~1.293\bin\Hostx64\x64\cl.exe /nologo /TP -DHAVE_cloexec /DWIN32 /D_WINDOWS /GR /EHsc -Zc:__cplusplus /Zi /RTC1 -MDd -std:c++17 /showIncludes /FoCMakeFiles\cmTC_aa6eb.dir\src.cxx.obj /FdCMakeFiles\cmTC_aa6eb.dir\ /FS -c src.cxx
  318.  
  319. src.cxx(3): fatal error C1083: Cannot open include file: 'sys/socket.h': No such file or directory
  320. ninja: build stopped: subcommand failed.
  321.  
  322.  
  323.  
  324. Source file was:
  325. #define _GNU_SOURCE 1
  326. #include <sys/types.h>
  327. #include <sys/socket.h>
  328. #include <fcntl.h>
  329. #include <unistd.h>
  330.  
  331. int main(int argc, char **argv)
  332. {
  333. (void)argc; (void)argv;
  334. /* BEGIN TEST: */
  335. int pipes[2];
  336. (void) pipe2(pipes, O_CLOEXEC | O_NONBLOCK);
  337. (void) fcntl(0, F_DUPFD_CLOEXEC, 0);
  338. (void) dup3(0, 3, O_CLOEXEC);
  339. #if defined(__NetBSD__)
  340. (void) paccept(0, 0, 0, NULL, SOCK_CLOEXEC | SOCK_NONBLOCK);
  341. #else
  342. (void) accept4(0, 0, 0, SOCK_CLOEXEC | SOCK_NONBLOCK);
  343. #endif
  344. /* END TEST: */
  345. return 0;
  346. }
  347.  
  348. Performing C++ SOURCE FILE Test HAVE_eventfd failed with the following output:
  349. Change Dir: C:/Q/CMakeFiles/CMakeTmp
  350.  
  351. Run Build Command(s):C:/ENGINE~1/DEVELO~1/VISUAL~1/Common7/IDE/COMMON~1/MICROS~1/CMake/Ninja/ninja.exe cmTC_1234e && [1/2] Building CXX object CMakeFiles\cmTC_1234e.dir\src.cxx.obj
  352.  
  353. FAILED: CMakeFiles/cmTC_1234e.dir/src.cxx.obj
  354.  
  355. C:\ENGINE~1\DEVELO~1\VISUAL~1\VC\Tools\MSVC\1428~1.293\bin\Hostx64\x64\cl.exe /nologo /TP -DHAVE_eventfd /DWIN32 /D_WINDOWS /GR /EHsc -Zc:__cplusplus /Zi /RTC1 -MDd -std:c++17 /showIncludes /FoCMakeFiles\cmTC_1234e.dir\src.cxx.obj /FdCMakeFiles\cmTC_1234e.dir\ /FS -c src.cxx
  356.  
  357. src.cxx(2): fatal error C1083: Cannot open include file: 'sys/eventfd.h': No such file or directory
  358. ninja: build stopped: subcommand failed.
  359.  
  360.  
  361.  
  362. Source file was:
  363.  
  364. #include <sys/eventfd.h>
  365.  
  366. int main(int argc, char **argv)
  367. {
  368. (void)argc; (void)argv;
  369. /* BEGIN TEST: */
  370. eventfd_t value;
  371. int fd = eventfd(0, EFD_CLOEXEC);
  372. eventfd_read(fd, &value);
  373. eventfd_write(fd, value);
  374. /* END TEST: */
  375. return 0;
  376. }
  377.  
  378. Performing C++ SOURCE FILE Test HAVE_futimens failed with the following output:
  379. Change Dir: C:/Q/CMakeFiles/CMakeTmp
  380.  
  381. Run Build Command(s):C:/ENGINE~1/DEVELO~1/VISUAL~1/Common7/IDE/COMMON~1/MICROS~1/CMake/Ninja/ninja.exe cmTC_48da4 && [1/2] Building CXX object CMakeFiles\cmTC_48da4.dir\src.cxx.obj
  382.  
  383. FAILED: CMakeFiles/cmTC_48da4.dir/src.cxx.obj
  384.  
  385. C:\ENGINE~1\DEVELO~1\VISUAL~1\VC\Tools\MSVC\1428~1.293\bin\Hostx64\x64\cl.exe /nologo /TP -DHAVE_futimens /DWIN32 /D_WINDOWS /GR /EHsc -Zc:__cplusplus /Zi /RTC1 -MDd -std:c++17 /showIncludes /FoCMakeFiles\cmTC_48da4.dir\src.cxx.obj /FdCMakeFiles\cmTC_48da4.dir\ /FS -c src.cxx
  386.  
  387. src.cxx(8): error C3861: 'futimens': identifier not found
  388. ninja: build stopped: subcommand failed.
  389.  
  390.  
  391.  
  392. Source file was:
  393.  
  394. #include <sys/stat.h>
  395.  
  396. int main(int argc, char **argv)
  397. {
  398. (void)argc; (void)argv;
  399. /* BEGIN TEST: */
  400. futimens(-1, 0);
  401. /* END TEST: */
  402. return 0;
  403. }
  404.  
  405. Performing C++ SOURCE FILE Test HAVE_futimes failed with the following output:
  406. Change Dir: C:/Q/CMakeFiles/CMakeTmp
  407.  
  408. Run Build Command(s):C:/ENGINE~1/DEVELO~1/VISUAL~1/Common7/IDE/COMMON~1/MICROS~1/CMake/Ninja/ninja.exe cmTC_f04ff && [1/2] Building CXX object CMakeFiles\cmTC_f04ff.dir\src.cxx.obj
  409.  
  410. FAILED: CMakeFiles/cmTC_f04ff.dir/src.cxx.obj
  411.  
  412. C:\ENGINE~1\DEVELO~1\VISUAL~1\VC\Tools\MSVC\1428~1.293\bin\Hostx64\x64\cl.exe /nologo /TP -DHAVE_futimes /DWIN32 /D_WINDOWS /GR /EHsc -Zc:__cplusplus /Zi /RTC1 -MDd -std:c++17 /showIncludes /FoCMakeFiles\cmTC_f04ff.dir\src.cxx.obj /FdCMakeFiles\cmTC_f04ff.dir\ /FS -c src.cxx
  413.  
  414. src.cxx(2): fatal error C1083: Cannot open include file: 'sys/time.h': No such file or directory
  415. ninja: build stopped: subcommand failed.
  416.  
  417.  
  418.  
  419. Source file was:
  420.  
  421. #include <sys/time.h>
  422.  
  423. int main(int argc, char **argv)
  424. {
  425. (void)argc; (void)argv;
  426. /* BEGIN TEST: */
  427. futimes(-1, 0);
  428. /* END TEST: */
  429. return 0;
  430. }
  431.  
  432. Performing C++ SOURCE FILE Test HAVE_getauxval failed with the following output:
  433. Change Dir: C:/Q/CMakeFiles/CMakeTmp
  434.  
  435. Run Build Command(s):C:/ENGINE~1/DEVELO~1/VISUAL~1/Common7/IDE/COMMON~1/MICROS~1/CMake/Ninja/ninja.exe cmTC_f590e && [1/2] Building CXX object CMakeFiles\cmTC_f590e.dir\src.cxx.obj
  436.  
  437. FAILED: CMakeFiles/cmTC_f590e.dir/src.cxx.obj
  438.  
  439. C:\ENGINE~1\DEVELO~1\VISUAL~1\VC\Tools\MSVC\1428~1.293\bin\Hostx64\x64\cl.exe /nologo /TP -DHAVE_getauxval /DWIN32 /D_WINDOWS /GR /EHsc -Zc:__cplusplus /Zi /RTC1 -MDd -std:c++17 /showIncludes /FoCMakeFiles\cmTC_f590e.dir\src.cxx.obj /FdCMakeFiles\cmTC_f590e.dir\ /FS -c src.cxx
  440.  
  441. src.cxx(2): fatal error C1083: Cannot open include file: 'sys/auxv.h': No such file or directory
  442. ninja: build stopped: subcommand failed.
  443.  
  444.  
  445.  
  446. Source file was:
  447.  
  448. #include <sys/auxv.h>
  449.  
  450. int main(int argc, char **argv)
  451. {
  452. (void)argc; (void)argv;
  453. /* BEGIN TEST: */
  454. (void) getauxval(AT_NULL);
  455. /* END TEST: */
  456. return 0;
  457. }
  458.  
  459. Performing C++ SOURCE FILE Test HAVE_getentropy failed with the following output:
  460. Change Dir: C:/Q/CMakeFiles/CMakeTmp
  461.  
  462. Run Build Command(s):C:/ENGINE~1/DEVELO~1/VISUAL~1/Common7/IDE/COMMON~1/MICROS~1/CMake/Ninja/ninja.exe cmTC_6734f && [1/2] Building CXX object CMakeFiles\cmTC_6734f.dir\src.cxx.obj
  463.  
  464. FAILED: CMakeFiles/cmTC_6734f.dir/src.cxx.obj
  465.  
  466. C:\ENGINE~1\DEVELO~1\VISUAL~1\VC\Tools\MSVC\1428~1.293\bin\Hostx64\x64\cl.exe /nologo /TP -DHAVE_getentropy /DWIN32 /D_WINDOWS /GR /EHsc -Zc:__cplusplus /Zi /RTC1 -MDd -std:c++17 /showIncludes /FoCMakeFiles\cmTC_6734f.dir\src.cxx.obj /FdCMakeFiles\cmTC_6734f.dir\ /FS -c src.cxx
  467.  
  468. src.cxx(2): fatal error C1083: Cannot open include file: 'unistd.h': No such file or directory
  469. ninja: build stopped: subcommand failed.
  470.  
  471.  
  472.  
  473. Source file was:
  474.  
  475. #include <unistd.h>
  476.  
  477. int main(int argc, char **argv)
  478. {
  479. (void)argc; (void)argv;
  480. /* BEGIN TEST: */
  481. char buf[32];
  482. (void) getentropy(buf, sizeof(buf));
  483. /* END TEST: */
  484. return 0;
  485. }
  486.  
  487. Performing C++ SOURCE FILE Test HAVE_glibc failed with the following output:
  488. Change Dir: C:/Q/CMakeFiles/CMakeTmp
  489.  
  490. Run Build Command(s):C:/ENGINE~1/DEVELO~1/VISUAL~1/Common7/IDE/COMMON~1/MICROS~1/CMake/Ninja/ninja.exe cmTC_98738 && [1/2] Building CXX object CMakeFiles\cmTC_98738.dir\src.cxx.obj
  491.  
  492. FAILED: CMakeFiles/cmTC_98738.dir/src.cxx.obj
  493.  
  494. C:\ENGINE~1\DEVELO~1\VISUAL~1\VC\Tools\MSVC\1428~1.293\bin\Hostx64\x64\cl.exe /nologo /TP -DHAVE_glibc /DWIN32 /D_WINDOWS /GR /EHsc -Zc:__cplusplus /Zi /RTC1 -MDd -std:c++17 /showIncludes /FoCMakeFiles\cmTC_98738.dir\src.cxx.obj /FdCMakeFiles\cmTC_98738.dir\ /FS -c src.cxx
  495.  
  496. src.cxx(8): error C2065: '__GLIBC__': undeclared identifier
  497. ninja: build stopped: subcommand failed.
  498.  
  499.  
  500.  
  501. Source file was:
  502.  
  503. #include <stdlib.h>
  504.  
  505. int main(int argc, char **argv)
  506. {
  507. (void)argc; (void)argv;
  508. /* BEGIN TEST: */
  509. return __GLIBC__;
  510. /* END TEST: */
  511. return 0;
  512. }
  513.  
  514. Performing C++ SOURCE FILE Test HAVE_inotify failed with the following output:
  515. Change Dir: C:/Q/CMakeFiles/CMakeTmp
  516.  
  517. Run Build Command(s):C:/ENGINE~1/DEVELO~1/VISUAL~1/Common7/IDE/COMMON~1/MICROS~1/CMake/Ninja/ninja.exe cmTC_2c25d && [1/2] Building CXX object CMakeFiles\cmTC_2c25d.dir\src.cxx.obj
  518.  
  519. FAILED: CMakeFiles/cmTC_2c25d.dir/src.cxx.obj
  520.  
  521. C:\ENGINE~1\DEVELO~1\VISUAL~1\VC\Tools\MSVC\1428~1.293\bin\Hostx64\x64\cl.exe /nologo /TP -DHAVE_inotify /DWIN32 /D_WINDOWS /GR /EHsc -Zc:__cplusplus /Zi /RTC1 -MDd -std:c++17 /showIncludes /FoCMakeFiles\cmTC_2c25d.dir\src.cxx.obj /FdCMakeFiles\cmTC_2c25d.dir\ /FS -c src.cxx
  522.  
  523. src.cxx(2): fatal error C1083: Cannot open include file: 'sys/inotify.h': No such file or directory
  524. ninja: build stopped: subcommand failed.
  525.  
  526.  
  527.  
  528. Source file was:
  529.  
  530. #include <sys/inotify.h>
  531.  
  532. int main(int argc, char **argv)
  533. {
  534. (void)argc; (void)argv;
  535. /* BEGIN TEST: */
  536. inotify_init();
  537. inotify_add_watch(0, "foobar", IN_ACCESS);
  538. inotify_rm_watch(0, 1);
  539. /* END TEST: */
  540. return 0;
  541. }
  542.  
  543. Performing C++ SOURCE FILE Test HAVE_ipc_sysv failed with the following output:
  544. Change Dir: C:/Q/CMakeFiles/CMakeTmp
  545.  
  546. Run Build Command(s):C:/ENGINE~1/DEVELO~1/VISUAL~1/Common7/IDE/COMMON~1/MICROS~1/CMake/Ninja/ninja.exe cmTC_97fb0 && [1/2] Building CXX object CMakeFiles\cmTC_97fb0.dir\src.cxx.obj
  547.  
  548. FAILED: CMakeFiles/cmTC_97fb0.dir/src.cxx.obj
  549.  
  550. C:\ENGINE~1\DEVELO~1\VISUAL~1\VC\Tools\MSVC\1428~1.293\bin\Hostx64\x64\cl.exe /nologo /TP -DHAVE_ipc_sysv /DWIN32 /D_WINDOWS /GR /EHsc -Zc:__cplusplus /Zi /RTC1 -MDd -std:c++17 /showIncludes /FoCMakeFiles\cmTC_97fb0.dir\src.cxx.obj /FdCMakeFiles\cmTC_97fb0.dir\ /FS -c src.cxx
  551.  
  552. src.cxx(3): fatal error C1083: Cannot open include file: 'sys/ipc.h': No such file or directory
  553. ninja: build stopped: subcommand failed.
  554.  
  555.  
  556.  
  557. Source file was:
  558.  
  559. #include <sys/types.h>
  560. #include <sys/ipc.h>
  561. #include <sys/sem.h>
  562. #include <sys/shm.h>
  563. #include <fcntl.h>
  564.  
  565. int main(int argc, char **argv)
  566. {
  567. (void)argc; (void)argv;
  568. /* BEGIN TEST: */
  569. key_t unix_key = ftok("test", 'Q');
  570. semctl(semget(unix_key, 1, 0666 | IPC_CREAT | IPC_EXCL), 0, IPC_RMID, 0);
  571. shmget(unix_key, 0, 0666 | IPC_CREAT | IPC_EXCL);
  572. shmctl(0, 0, (struct shmid_ds *)(0));
  573. /* END TEST: */
  574. return 0;
  575. }
  576.  
  577. Performing C++ SOURCE FILE Test HAVE_ipc_posix failed with the following output:
  578. Change Dir: C:/Q/CMakeFiles/CMakeTmp
  579.  
  580. Run Build Command(s):C:/ENGINE~1/DEVELO~1/VISUAL~1/Common7/IDE/COMMON~1/MICROS~1/CMake/Ninja/ninja.exe cmTC_8c8ec && [1/2] Building CXX object CMakeFiles\cmTC_8c8ec.dir\src.cxx.obj
  581.  
  582. FAILED: CMakeFiles/cmTC_8c8ec.dir/src.cxx.obj
  583.  
  584. C:\ENGINE~1\DEVELO~1\VISUAL~1\VC\Tools\MSVC\1428~1.293\bin\Hostx64\x64\cl.exe /nologo /TP -DHAVE_ipc_posix /DWIN32 /D_WINDOWS /GR /EHsc -Zc:__cplusplus /Zi /RTC1 -MDd -std:c++17 /showIncludes /FoCMakeFiles\cmTC_8c8ec.dir\src.cxx.obj /FdCMakeFiles\cmTC_8c8ec.dir\ /FS -c src.cxx
  585.  
  586. src.cxx(3): fatal error C1083: Cannot open include file: 'sys/mman.h': No such file or directory
  587. ninja: build stopped: subcommand failed.
  588.  
  589.  
  590.  
  591. Source file was:
  592.  
  593. #include <sys/types.h>
  594. #include <sys/mman.h>
  595. #include <semaphore.h>
  596. #include <fcntl.h>
  597.  
  598. int main(int argc, char **argv)
  599. {
  600. (void)argc; (void)argv;
  601. /* BEGIN TEST: */
  602. sem_close(sem_open("test", O_CREAT | O_EXCL, 0666, 0));
  603. shm_open("test", O_RDWR | O_CREAT | O_EXCL, 0666);
  604. shm_unlink("test");
  605. /* END TEST: */
  606. return 0;
  607. }
  608.  
  609. Performing C++ SOURCE FILE Test HAVE_linkat failed with the following output:
  610. Change Dir: C:/Q/CMakeFiles/CMakeTmp
  611.  
  612. Run Build Command(s):C:/ENGINE~1/DEVELO~1/VISUAL~1/Common7/IDE/COMMON~1/MICROS~1/CMake/Ninja/ninja.exe cmTC_6a6be && [1/2] Building CXX object CMakeFiles\cmTC_6a6be.dir\src.cxx.obj
  613.  
  614. FAILED: CMakeFiles/cmTC_6a6be.dir/src.cxx.obj
  615.  
  616. C:\ENGINE~1\DEVELO~1\VISUAL~1\VC\Tools\MSVC\1428~1.293\bin\Hostx64\x64\cl.exe /nologo /TP -DHAVE_linkat /DWIN32 /D_WINDOWS /GR /EHsc -Zc:__cplusplus /Zi /RTC1 -MDd -std:c++17 /showIncludes /FoCMakeFiles\cmTC_6a6be.dir\src.cxx.obj /FdCMakeFiles\cmTC_6a6be.dir\ /FS -c src.cxx
  617.  
  618. src.cxx(3): fatal error C1083: Cannot open include file: 'unistd.h': No such file or directory
  619. ninja: build stopped: subcommand failed.
  620.  
  621.  
  622.  
  623. Source file was:
  624. #define _ATFILE_SOURCE 1
  625. #include <fcntl.h>
  626. #include <unistd.h>
  627.  
  628. int main(int argc, char **argv)
  629. {
  630. (void)argc; (void)argv;
  631. /* BEGIN TEST: */
  632. linkat(AT_FDCWD, "foo", AT_FDCWD, "bar", AT_SYMLINK_FOLLOW);
  633. /* END TEST: */
  634. return 0;
  635. }
  636.  
  637. Performing C++ SOURCE FILE Test HAVE_ppoll failed with the following output:
  638. Change Dir: C:/Q/CMakeFiles/CMakeTmp
  639.  
  640. Run Build Command(s):C:/ENGINE~1/DEVELO~1/VISUAL~1/Common7/IDE/COMMON~1/MICROS~1/CMake/Ninja/ninja.exe cmTC_e8834 && [1/2] Building CXX object CMakeFiles\cmTC_e8834.dir\src.cxx.obj
  641.  
  642. FAILED: CMakeFiles/cmTC_e8834.dir/src.cxx.obj
  643.  
  644. C:\ENGINE~1\DEVELO~1\VISUAL~1\VC\Tools\MSVC\1428~1.293\bin\Hostx64\x64\cl.exe /nologo /TP -DHAVE_ppoll /DWIN32 /D_WINDOWS /GR /EHsc -Zc:__cplusplus /Zi /RTC1 -MDd -std:c++17 /showIncludes /FoCMakeFiles\cmTC_e8834.dir\src.cxx.obj /FdCMakeFiles\cmTC_e8834.dir\ /FS -c src.cxx
  645.  
  646. src.cxx(3): fatal error C1083: Cannot open include file: 'poll.h': No such file or directory
  647. ninja: build stopped: subcommand failed.
  648.  
  649.  
  650.  
  651. Source file was:
  652.  
  653. #include <signal.h>
  654. #include <poll.h>
  655.  
  656. int main(int argc, char **argv)
  657. {
  658. (void)argc; (void)argv;
  659. /* BEGIN TEST: */
  660. struct pollfd pfd;
  661. struct timespec ts;
  662. sigset_t sig;
  663. ppoll(&pfd, 1, &ts, &sig);
  664. /* END TEST: */
  665. return 0;
  666. }
  667.  
  668. Performing C++ SOURCE FILE Test HAVE_pollts failed with the following output:
  669. Change Dir: C:/Q/CMakeFiles/CMakeTmp
  670.  
  671. Run Build Command(s):C:/ENGINE~1/DEVELO~1/VISUAL~1/Common7/IDE/COMMON~1/MICROS~1/CMake/Ninja/ninja.exe cmTC_5de36 && [1/2] Building CXX object CMakeFiles\cmTC_5de36.dir\src.cxx.obj
  672.  
  673. FAILED: CMakeFiles/cmTC_5de36.dir/src.cxx.obj
  674.  
  675. C:\ENGINE~1\DEVELO~1\VISUAL~1\VC\Tools\MSVC\1428~1.293\bin\Hostx64\x64\cl.exe /nologo /TP -DHAVE_pollts /DWIN32 /D_WINDOWS /GR /EHsc -Zc:__cplusplus /Zi /RTC1 -MDd -std:c++17 /showIncludes /FoCMakeFiles\cmTC_5de36.dir\src.cxx.obj /FdCMakeFiles\cmTC_5de36.dir\ /FS -c src.cxx
  676.  
  677. src.cxx(2): fatal error C1083: Cannot open include file: 'poll.h': No such file or directory
  678. ninja: build stopped: subcommand failed.
  679.  
  680.  
  681.  
  682. Source file was:
  683.  
  684. #include <poll.h>
  685. #include <signal.h>
  686. #include <time.h>
  687.  
  688. int main(int argc, char **argv)
  689. {
  690. (void)argc; (void)argv;
  691. /* BEGIN TEST: */
  692. struct pollfd pfd;
  693. struct timespec ts;
  694. sigset_t sig;
  695. pollts(&pfd, 1, &ts, &sig);
  696. /* END TEST: */
  697. return 0;
  698. }
  699.  
  700. Performing C++ SOURCE FILE Test HAVE_poll failed with the following output:
  701. Change Dir: C:/Q/CMakeFiles/CMakeTmp
  702.  
  703. Run Build Command(s):C:/ENGINE~1/DEVELO~1/VISUAL~1/Common7/IDE/COMMON~1/MICROS~1/CMake/Ninja/ninja.exe cmTC_ba281 && [1/2] Building CXX object CMakeFiles\cmTC_ba281.dir\src.cxx.obj
  704.  
  705. FAILED: CMakeFiles/cmTC_ba281.dir/src.cxx.obj
  706.  
  707. C:\ENGINE~1\DEVELO~1\VISUAL~1\VC\Tools\MSVC\1428~1.293\bin\Hostx64\x64\cl.exe /nologo /TP -DHAVE_poll /DWIN32 /D_WINDOWS /GR /EHsc -Zc:__cplusplus /Zi /RTC1 -MDd -std:c++17 /showIncludes /FoCMakeFiles\cmTC_ba281.dir\src.cxx.obj /FdCMakeFiles\cmTC_ba281.dir\ /FS -c src.cxx
  708.  
  709. src.cxx(2): fatal error C1083: Cannot open include file: 'poll.h': No such file or directory
  710. ninja: build stopped: subcommand failed.
  711.  
  712.  
  713.  
  714. Source file was:
  715.  
  716. #include <poll.h>
  717.  
  718. int main(int argc, char **argv)
  719. {
  720. (void)argc; (void)argv;
  721. /* BEGIN TEST: */
  722. struct pollfd pfd;
  723. poll(&pfd, 1, 0);
  724. /* END TEST: */
  725. return 0;
  726. }
  727.  
  728. Performing C++ SOURCE FILE Test HAVE_renameat2 failed with the following output:
  729. Change Dir: C:/Q/CMakeFiles/CMakeTmp
  730.  
  731. Run Build Command(s):C:/ENGINE~1/DEVELO~1/VISUAL~1/Common7/IDE/COMMON~1/MICROS~1/CMake/Ninja/ninja.exe cmTC_d5bf8 && [1/2] Building CXX object CMakeFiles\cmTC_d5bf8.dir\src.cxx.obj
  732.  
  733. FAILED: CMakeFiles/cmTC_d5bf8.dir/src.cxx.obj
  734.  
  735. C:\ENGINE~1\DEVELO~1\VISUAL~1\VC\Tools\MSVC\1428~1.293\bin\Hostx64\x64\cl.exe /nologo /TP -DHAVE_renameat2 /DWIN32 /D_WINDOWS /GR /EHsc -Zc:__cplusplus /Zi /RTC1 -MDd -std:c++17 /showIncludes /FoCMakeFiles\cmTC_d5bf8.dir\src.cxx.obj /FdCMakeFiles\cmTC_d5bf8.dir\ /FS -c src.cxx
  736.  
  737. src.cxx(9): error C2065: 'AT_FDCWD': undeclared identifier
  738. src.cxx(9): error C2065: 'AT_FDCWD': undeclared identifier
  739. src.cxx(9): error C2065: 'RENAME_NOREPLACE': undeclared identifier
  740. src.cxx(9): error C2065: 'RENAME_WHITEOUT': undeclared identifier
  741. src.cxx(9): error C3861: 'renameat2': identifier not found
  742. ninja: build stopped: subcommand failed.
  743.  
  744.  
  745.  
  746. Source file was:
  747. #define _ATFILE_SOURCE 1
  748. #include <fcntl.h>
  749. #include <stdio.h>
  750.  
  751. int main(int argc, char **argv)
  752. {
  753. (void)argc; (void)argv;
  754. /* BEGIN TEST: */
  755. renameat2(AT_FDCWD, argv[1], AT_FDCWD, argv[2], RENAME_NOREPLACE | RENAME_WHITEOUT);
  756. /* END TEST: */
  757. return 0;
  758. }
  759.  
  760. Performing C++ SOURCE FILE Test HAVE_statx failed with the following output:
  761. Change Dir: C:/Q/CMakeFiles/CMakeTmp
  762.  
  763. Run Build Command(s):C:/ENGINE~1/DEVELO~1/VISUAL~1/Common7/IDE/COMMON~1/MICROS~1/CMake/Ninja/ninja.exe cmTC_b62b5 && [1/2] Building CXX object CMakeFiles\cmTC_b62b5.dir\src.cxx.obj
  764.  
  765. FAILED: CMakeFiles/cmTC_b62b5.dir/src.cxx.obj
  766.  
  767. C:\ENGINE~1\DEVELO~1\VISUAL~1\VC\Tools\MSVC\1428~1.293\bin\Hostx64\x64\cl.exe /nologo /TP -DHAVE_statx /DWIN32 /D_WINDOWS /GR /EHsc -Zc:__cplusplus /Zi /RTC1 -MDd -std:c++17 /showIncludes /FoCMakeFiles\cmTC_b62b5.dir\src.cxx.obj /FdCMakeFiles\cmTC_b62b5.dir\ /FS -c src.cxx
  768.  
  769. src.cxx(4): fatal error C1083: Cannot open include file: 'unistd.h': No such file or directory
  770. ninja: build stopped: subcommand failed.
  771.  
  772.  
  773.  
  774. Source file was:
  775. #define _ATFILE_SOURCE 1
  776. #include <sys/types.h>
  777. #include <sys/stat.h>
  778. #include <unistd.h>
  779. #include <fcntl.h>
  780.  
  781. int main(int argc, char **argv)
  782. {
  783. (void)argc; (void)argv;
  784. /* BEGIN TEST: */
  785. struct statx statxbuf;
  786. unsigned int mask = STATX_BASIC_STATS;
  787. return statx(AT_FDCWD, "", AT_STATX_SYNC_AS_STAT, mask, &statxbuf);
  788. /* END TEST: */
  789. return 0;
  790. }
  791.  
  792. Performing C++ SOURCE FILE Test HAVE_syslog failed with the following output:
  793. Change Dir: C:/Q/CMakeFiles/CMakeTmp
  794.  
  795. Run Build Command(s):C:/ENGINE~1/DEVELO~1/VISUAL~1/Common7/IDE/COMMON~1/MICROS~1/CMake/Ninja/ninja.exe cmTC_426df && [1/2] Building CXX object CMakeFiles\cmTC_426df.dir\src.cxx.obj
  796.  
  797. FAILED: CMakeFiles/cmTC_426df.dir/src.cxx.obj
  798.  
  799. C:\ENGINE~1\DEVELO~1\VISUAL~1\VC\Tools\MSVC\1428~1.293\bin\Hostx64\x64\cl.exe /nologo /TP -DHAVE_syslog /DWIN32 /D_WINDOWS /GR /EHsc -Zc:__cplusplus /Zi /RTC1 -MDd -std:c++17 /showIncludes /FoCMakeFiles\cmTC_426df.dir\src.cxx.obj /FdCMakeFiles\cmTC_426df.dir\ /FS -c src.cxx
  800.  
  801. src.cxx(2): fatal error C1083: Cannot open include file: 'syslog.h': No such file or directory
  802. ninja: build stopped: subcommand failed.
  803.  
  804.  
  805.  
  806. Source file was:
  807.  
  808. #include <syslog.h>
  809.  
  810. int main(int argc, char **argv)
  811. {
  812. (void)argc; (void)argv;
  813. /* BEGIN TEST: */
  814. openlog("qt", 0, LOG_USER);
  815. syslog(LOG_INFO, "configure");
  816. closelog();
  817. /* END TEST: */
  818. return 0;
  819. }
  820.  
  821. Performing C++ SOURCE FILE Test HAVE_xlocalescanprint failed with the following output:
  822. Change Dir: C:/Q/CMakeFiles/CMakeTmp
  823.  
  824. Run Build Command(s):C:/ENGINE~1/DEVELO~1/VISUAL~1/Common7/IDE/COMMON~1/MICROS~1/CMake/Ninja/ninja.exe cmTC_87e90 && [1/2] Building CXX object CMakeFiles\cmTC_87e90.dir\src.cxx.obj
  825.  
  826. FAILED: CMakeFiles/cmTC_87e90.dir/src.cxx.obj
  827.  
  828. C:\ENGINE~1\DEVELO~1\VISUAL~1\VC\Tools\MSVC\1428~1.293\bin\Hostx64\x64\cl.exe /nologo /TP -DHAVE_xlocalescanprint /DWIN32 /D_WINDOWS /GR /EHsc -Zc:__cplusplus /Zi /RTC1 -MDd -std:c++17 /showIncludes /FoCMakeFiles\cmTC_87e90.dir\src.cxx.obj /FdCMakeFiles\cmTC_87e90.dir\ /FS -c src.cxx
  829.  
  830. src.cxx(12): error C2006: '#include': expected "FILENAME" or <FILENAME>
  831. src.cxx(12): fatal error C1083: Cannot open include file: '': No such file or directory
  832. ninja: build stopped: subcommand failed.
  833.  
  834.  
  835.  
  836. Source file was:
  837.  
  838.  
  839. #define QT_BEGIN_NAMESPACE
  840. #define QT_END_NAMESPACE
  841.  
  842. #ifdef _MSVC_VER
  843. #define Q_CC_MSVC _MSVC_VER
  844. #endif
  845.  
  846. #define QT_NO_DOUBLECONVERSION
  847.  
  848. #include QDSP_P_H
  849. int main(int argc, char **argv)
  850. {
  851. (void)argc; (void)argv;
  852. /* BEGIN TEST: */
  853. #ifdef _MSVC_VER
  854. _locale_t invalidLocale = NULL;
  855. #else
  856. locale_t invalidLocale = NULL;
  857. #endif
  858. double a = 3.4;
  859. qDoubleSnprintf(argv[0], 1, invalidLocale, "invalid format", a);
  860. qDoubleSscanf(argv[0], invalidLocale, "invalid format", &a, &argc);
  861. /* END TEST: */
  862. return 0;
  863. }
  864.  
  865. Performing C++ SOURCE FILE Test HAVE_getifaddrs failed with the following output:
  866. Change Dir: C:/Q/CMakeFiles/CMakeTmp
  867.  
  868. Run Build Command(s):C:/ENGINE~1/DEVELO~1/VISUAL~1/Common7/IDE/COMMON~1/MICROS~1/CMake/Ninja/ninja.exe cmTC_56996 && [1/2] Building CXX object CMakeFiles\cmTC_56996.dir\src.cxx.obj
  869.  
  870. FAILED: CMakeFiles/cmTC_56996.dir/src.cxx.obj
  871.  
  872. C:\ENGINE~1\DEVELO~1\VISUAL~1\VC\Tools\MSVC\1428~1.293\bin\Hostx64\x64\cl.exe /nologo /TP -DHAVE_getifaddrs /DWIN32 /D_WINDOWS /GR /EHsc -Zc:__cplusplus /Zi /RTC1 -MDd -std:c++17 /showIncludes /FoCMakeFiles\cmTC_56996.dir\src.cxx.obj /FdCMakeFiles\cmTC_56996.dir\ /FS -c src.cxx
  873.  
  874. src.cxx(3): fatal error C1083: Cannot open include file: 'sys/socket.h': No such file or directory
  875. ninja: build stopped: subcommand failed.
  876.  
  877.  
  878.  
  879. Source file was:
  880.  
  881. #include <sys/types.h>
  882. #include <sys/socket.h>
  883. #include <net/if.h>
  884. #include <ifaddrs.h>
  885.  
  886. int main(int argc, char **argv)
  887. {
  888. (void)argc; (void)argv;
  889. /* BEGIN TEST: */
  890. ifaddrs *list;
  891. getifaddrs(&list);
  892. freeifaddrs(list);
  893. /* END TEST: */
  894. return 0;
  895. }
  896.  
  897. Performing C++ SOURCE FILE Test HAVE_ipv6ifname failed with the following output:
  898. Change Dir: C:/Q/CMakeFiles/CMakeTmp
  899.  
  900. Run Build Command(s):C:/ENGINE~1/DEVELO~1/VISUAL~1/Common7/IDE/COMMON~1/MICROS~1/CMake/Ninja/ninja.exe cmTC_6dc0b && [1/2] Building CXX object CMakeFiles\cmTC_6dc0b.dir\src.cxx.obj
  901.  
  902. FAILED: CMakeFiles/cmTC_6dc0b.dir/src.cxx.obj
  903.  
  904. C:\ENGINE~1\DEVELO~1\VISUAL~1\VC\Tools\MSVC\1428~1.293\bin\Hostx64\x64\cl.exe /nologo /TP -DHAVE_ipv6ifname /DWIN32 /D_WINDOWS /GR /EHsc -Zc:__cplusplus /Zi /RTC1 -MDd -std:c++17 /showIncludes /FoCMakeFiles\cmTC_6dc0b.dir\src.cxx.obj /FdCMakeFiles\cmTC_6dc0b.dir\ /FS -c src.cxx
  905.  
  906. src.cxx(3): fatal error C1083: Cannot open include file: 'sys/socket.h': No such file or directory
  907. ninja: build stopped: subcommand failed.
  908.  
  909.  
  910.  
  911. Source file was:
  912.  
  913. #include <sys/types.h>
  914. #include <sys/socket.h>
  915. #include <net/if.h>
  916.  
  917. int main(int argc, char **argv)
  918. {
  919. (void)argc; (void)argv;
  920. /* BEGIN TEST: */
  921. char buf[IFNAMSIZ];
  922. if_nametoindex("eth0");
  923. if_indextoname(1, buf);
  924. if_freenameindex(if_nameindex());
  925. /* END TEST: */
  926. return 0;
  927. }
  928.  
  929. Performing C++ SOURCE FILE Test HAVE_linux_netlink failed with the following output:
  930. Change Dir: C:/Q/CMakeFiles/CMakeTmp
  931.  
  932. Run Build Command(s):C:/ENGINE~1/DEVELO~1/VISUAL~1/Common7/IDE/COMMON~1/MICROS~1/CMake/Ninja/ninja.exe cmTC_af728 && [1/2] Building CXX object CMakeFiles\cmTC_af728.dir\src.cxx.obj
  933.  
  934. FAILED: CMakeFiles/cmTC_af728.dir/src.cxx.obj
  935.  
  936. C:\ENGINE~1\DEVELO~1\VISUAL~1\VC\Tools\MSVC\1428~1.293\bin\Hostx64\x64\cl.exe /nologo /TP -DHAVE_linux_netlink /DWIN32 /D_WINDOWS /GR /EHsc -Zc:__cplusplus /Zi /RTC1 -MDd -std:c++17 /showIncludes /FoCMakeFiles\cmTC_af728.dir\src.cxx.obj /FdCMakeFiles\cmTC_af728.dir\ /FS -c src.cxx
  937.  
  938. src.cxx(2): fatal error C1083: Cannot open include file: 'asm/types.h': No such file or directory
  939. ninja: build stopped: subcommand failed.
  940.  
  941.  
  942.  
  943. Source file was:
  944.  
  945. #include <asm/types.h>
  946. #include <linux/netlink.h>
  947. #include <linux/rtnetlink.h>
  948. #include <sys/socket.h>
  949.  
  950. int main(int argc, char **argv)
  951. {
  952. (void)argc; (void)argv;
  953. /* BEGIN TEST: */
  954. struct rtattr rta = { };
  955. struct ifinfomsg ifi = {};
  956. struct ifaddrmsg ifa = {};
  957. struct ifa_cacheinfo ci;
  958. ci.ifa_prefered = ci.ifa_valid = 0;
  959. (void)RTM_NEWLINK; (void)RTM_NEWADDR;
  960. (void)IFLA_ADDRESS; (void)IFLA_IFNAME;
  961. (void)IFA_ADDRESS; (void)IFA_LABEL; (void)IFA_CACHEINFO;
  962. (void)(IFA_F_SECONDARY | IFA_F_DEPRECATED | IFA_F_PERMANENT | IFA_F_MANAGETEMPADDR);
  963. /* END TEST: */
  964. return 0;
  965. }
  966.  
  967. Performing C++ SOURCE FILE Test HAVE_sctp failed with the following output:
  968. Change Dir: C:/Q/CMakeFiles/CMakeTmp
  969.  
  970. Run Build Command(s):C:/ENGINE~1/DEVELO~1/VISUAL~1/Common7/IDE/COMMON~1/MICROS~1/CMake/Ninja/ninja.exe cmTC_8079c && [1/2] Building CXX object CMakeFiles\cmTC_8079c.dir\src.cxx.obj
  971.  
  972. FAILED: CMakeFiles/cmTC_8079c.dir/src.cxx.obj
  973.  
  974. C:\ENGINE~1\DEVELO~1\VISUAL~1\VC\Tools\MSVC\1428~1.293\bin\Hostx64\x64\cl.exe /nologo /TP -DHAVE_sctp /DWIN32 /D_WINDOWS /GR /EHsc -Zc:__cplusplus /Zi /RTC1 -MDd -std:c++17 /showIncludes /FoCMakeFiles\cmTC_8079c.dir\src.cxx.obj /FdCMakeFiles\cmTC_8079c.dir\ /FS -c src.cxx
  975.  
  976. src.cxx(3): fatal error C1083: Cannot open include file: 'sys/socket.h': No such file or directory
  977. ninja: build stopped: subcommand failed.
  978.  
  979.  
  980.  
  981. Source file was:
  982.  
  983. #include <sys/types.h>
  984. #include <sys/socket.h>
  985. #include <netinet/in.h>
  986. #include <netinet/sctp.h>
  987.  
  988. int main(int argc, char **argv)
  989. {
  990. (void)argc; (void)argv;
  991. /* BEGIN TEST: */
  992. sctp_initmsg sctpInitMsg;
  993. socklen_t sctpInitMsgSize = sizeof(sctpInitMsg);
  994. (void) socket(PF_INET, SOCK_STREAM, IPPROTO_SCTP);
  995. (void) getsockopt(-1, SOL_SCTP, SCTP_INITMSG, &sctpInitMsg, &sctpInitMsgSize);
  996. /* END TEST: */
  997. return 0;
  998. }
  999.  
  1000. Performing C++ SOURCE FILE Test HAVE_EGL failed with the following output:
  1001. Change Dir: C:/Q/CMakeFiles/CMakeTmp
  1002.  
  1003. Run Build Command(s):C:/ENGINE~1/DEVELO~1/VISUAL~1/Common7/IDE/COMMON~1/MICROS~1/CMake/Ninja/ninja.exe cmTC_6917d && [1/2] Building CXX object CMakeFiles\cmTC_6917d.dir\src.cxx.obj
  1004.  
  1005. FAILED: CMakeFiles/cmTC_6917d.dir/src.cxx.obj
  1006.  
  1007. C:\ENGINE~1\DEVELO~1\VISUAL~1\VC\Tools\MSVC\1428~1.293\bin\Hostx64\x64\cl.exe /nologo /TP -DHAVE_EGL /DWIN32 /D_WINDOWS /GR /EHsc /Zi /RTC1 -MDd -std:c++17 /showIncludes /FoCMakeFiles\cmTC_6917d.dir\src.cxx.obj /FdCMakeFiles\cmTC_6917d.dir\ /FS -c src.cxx
  1008.  
  1009. src.cxx(2): fatal error C1083: Cannot open include file: 'EGL/egl.h': No such file or directory
  1010. ninja: build stopped: subcommand failed.
  1011.  
  1012.  
  1013.  
  1014. Source file was:
  1015.  
  1016. #include <EGL/egl.h>
  1017.  
  1018. int main(int argc, char *argv[]) {
  1019. EGLint x = 0; EGLDisplay dpy = 0; EGLContext ctx = 0;
  1020. eglDestroyContext(dpy, ctx);
  1021. }
  1022. Performing C++ SOURCE FILE Test HAVE_GLESv2 failed with the following output:
  1023. Change Dir: C:/Q/CMakeFiles/CMakeTmp
  1024.  
  1025. Run Build Command(s):C:/ENGINE~1/DEVELO~1/VISUAL~1/Common7/IDE/COMMON~1/MICROS~1/CMake/Ninja/ninja.exe cmTC_f0e96 && [1/2] Building CXX object CMakeFiles\cmTC_f0e96.dir\src.cxx.obj
  1026.  
  1027. FAILED: CMakeFiles/cmTC_f0e96.dir/src.cxx.obj
  1028.  
  1029. C:\ENGINE~1\DEVELO~1\VISUAL~1\VC\Tools\MSVC\1428~1.293\bin\Hostx64\x64\cl.exe /nologo /TP -DHAVE_GLESv2 /DWIN32 /D_WINDOWS /GR /EHsc /Zi /RTC1 -MDd -std:c++17 /showIncludes /FoCMakeFiles\cmTC_f0e96.dir\src.cxx.obj /FdCMakeFiles\cmTC_f0e96.dir\ /FS -c src.cxx
  1030.  
  1031. src.cxx(6): fatal error C1083: Cannot open include file: 'GLES2/gl2.h': No such file or directory
  1032. ninja: build stopped: subcommand failed.
  1033.  
  1034.  
  1035.  
  1036. Source file was:
  1037.  
  1038. #ifdef __APPLE__
  1039. # include <OpenGLES/ES2/gl.h>
  1040. #else
  1041. # define GL_GLEXT_PROTOTYPES
  1042. # include <GLES2/gl2.h>
  1043. #endif
  1044.  
  1045. int main(int argc, char *argv[]) {
  1046. glUniform1f(1, GLfloat(1.0));
  1047. glClear(GL_COLOR_BUFFER_BIT);
  1048. }
  1049. Performing C++ SOURCE FILE Test HAVE_evdev failed with the following output:
  1050. Change Dir: C:/Q/CMakeFiles/CMakeTmp
  1051.  
  1052. Run Build Command(s):C:/ENGINE~1/DEVELO~1/VISUAL~1/Common7/IDE/COMMON~1/MICROS~1/CMake/Ninja/ninja.exe cmTC_421bf && [1/2] Building CXX object CMakeFiles\cmTC_421bf.dir\src.cxx.obj
  1053.  
  1054. FAILED: CMakeFiles/cmTC_421bf.dir/src.cxx.obj
  1055.  
  1056. C:\ENGINE~1\DEVELO~1\VISUAL~1\VC\Tools\MSVC\1428~1.293\bin\Hostx64\x64\cl.exe /nologo /TP -DHAVE_evdev /DWIN32 /D_WINDOWS /GR /EHsc -Zc:__cplusplus /Zi /RTC1 -MDd -std:c++17 /showIncludes /FoCMakeFiles\cmTC_421bf.dir\src.cxx.obj /FdCMakeFiles\cmTC_421bf.dir\ /FS -c src.cxx
  1057.  
  1058. src.cxx(4): fatal error C1083: Cannot open include file: 'linux/input.h': No such file or directory
  1059. ninja: build stopped: subcommand failed.
  1060.  
  1061.  
  1062.  
  1063. Source file was:
  1064. #if defined(__FreeBSD__)
  1065. # include <dev/evdev/input.h>
  1066. #else
  1067. # include <linux/input.h>
  1068. # include <linux/kd.h>
  1069. #endif
  1070. enum {
  1071. e1 = ABS_PRESSURE,
  1072. e2 = ABS_X,
  1073. e3 = REL_X,
  1074. e4 = SYN_REPORT,
  1075. };
  1076.  
  1077.  
  1078. int main(int argc, char **argv)
  1079. {
  1080. (void)argc; (void)argv;
  1081. /* BEGIN TEST: */
  1082. input_event buf[32];
  1083. (void) buf;
  1084. /* END TEST: */
  1085. return 0;
  1086. }
  1087.  
  1088. Performing C++ SOURCE FILE Test HAVE_integrityfb failed with the following output:
  1089. Change Dir: C:/Q/CMakeFiles/CMakeTmp
  1090.  
  1091. Run Build Command(s):C:/ENGINE~1/DEVELO~1/VISUAL~1/Common7/IDE/COMMON~1/MICROS~1/CMake/Ninja/ninja.exe cmTC_54d52 && [1/2] Building CXX object CMakeFiles\cmTC_54d52.dir\src.cxx.obj
  1092.  
  1093. FAILED: CMakeFiles/cmTC_54d52.dir/src.cxx.obj
  1094.  
  1095. C:\ENGINE~1\DEVELO~1\VISUAL~1\VC\Tools\MSVC\1428~1.293\bin\Hostx64\x64\cl.exe /nologo /TP -DHAVE_integrityfb /DWIN32 /D_WINDOWS /GR /EHsc -Zc:__cplusplus /Zi /RTC1 -MDd -std:c++17 /showIncludes /FoCMakeFiles\cmTC_54d52.dir\src.cxx.obj /FdCMakeFiles\cmTC_54d52.dir\ /FS -c src.cxx
  1096.  
  1097. src.cxx(2): fatal error C1083: Cannot open include file: 'device/fbdriver.h': No such file or directory
  1098. ninja: build stopped: subcommand failed.
  1099.  
  1100.  
  1101.  
  1102. Source file was:
  1103.  
  1104. #include <device/fbdriver.h>
  1105.  
  1106. int main(int argc, char **argv)
  1107. {
  1108. (void)argc; (void)argv;
  1109. /* BEGIN TEST: */
  1110. FBDriver *driver = 0;
  1111. /* END TEST: */
  1112. return 0;
  1113. }
  1114.  
  1115. Performing C++ SOURCE FILE Test HAVE_linuxfb failed with the following output:
  1116. Change Dir: C:/Q/CMakeFiles/CMakeTmp
  1117.  
  1118. Run Build Command(s):C:/ENGINE~1/DEVELO~1/VISUAL~1/Common7/IDE/COMMON~1/MICROS~1/CMake/Ninja/ninja.exe cmTC_bfd38 && [1/2] Building CXX object CMakeFiles\cmTC_bfd38.dir\src.cxx.obj
  1119.  
  1120. FAILED: CMakeFiles/cmTC_bfd38.dir/src.cxx.obj
  1121.  
  1122. C:\ENGINE~1\DEVELO~1\VISUAL~1\VC\Tools\MSVC\1428~1.293\bin\Hostx64\x64\cl.exe /nologo /TP -DHAVE_linuxfb /DWIN32 /D_WINDOWS /GR /EHsc -Zc:__cplusplus /Zi /RTC1 -MDd -std:c++17 /showIncludes /FoCMakeFiles\cmTC_bfd38.dir\src.cxx.obj /FdCMakeFiles\cmTC_bfd38.dir\ /FS -c src.cxx
  1123.  
  1124. src.cxx(2): fatal error C1083: Cannot open include file: 'linux/fb.h': No such file or directory
  1125. ninja: build stopped: subcommand failed.
  1126.  
  1127.  
  1128.  
  1129. Source file was:
  1130.  
  1131. #include <linux/fb.h>
  1132. #include <sys/kd.h>
  1133. #include <sys/ioctl.h>
  1134.  
  1135. int main(int argc, char **argv)
  1136. {
  1137. (void)argc; (void)argv;
  1138. /* BEGIN TEST: */
  1139. fb_fix_screeninfo finfo;
  1140. fb_var_screeninfo vinfo;
  1141. int fd = 3;
  1142. ioctl(fd, FBIOGET_FSCREENINFO, &finfo);
  1143. ioctl(fd, FBIOGET_VSCREENINFO, &vinfo);
  1144. /* END TEST: */
  1145. return 0;
  1146. }
  1147.  
  1148. Determining if the include file pthread.h exists failed with the following output:
  1149. Change Dir: C:/Q/CMakeFiles/CMakeTmp
  1150.  
  1151. Run Build Command(s):C:/ENGINE~1/DEVELO~1/VISUAL~1/Common7/IDE/COMMON~1/MICROS~1/CMake/Ninja/ninja.exe cmTC_68d13 && [1/2] Building C object CMakeFiles\cmTC_68d13.dir\CheckIncludeFile.c.obj
  1152.  
  1153. FAILED: CMakeFiles/cmTC_68d13.dir/CheckIncludeFile.c.obj
  1154.  
  1155. C:\ENGINE~1\DEVELO~1\VISUAL~1\VC\Tools\MSVC\1428~1.293\bin\Hostx64\x64\cl.exe /nologo /DWIN32 /D_WINDOWS /Zi /RTC1 -MDd -std:c11 /showIncludes /FoCMakeFiles\cmTC_68d13.dir\CheckIncludeFile.c.obj /FdCMakeFiles\cmTC_68d13.dir\ /FS -c CheckIncludeFile.c
  1156.  
  1157. CheckIncludeFile.c(1): fatal error C1083: Cannot open include file: 'pthread.h': No such file or directory
  1158. ninja: build stopped: subcommand failed.
  1159.  
  1160.  
  1161.  
  1162.  
  1163. Performing C++ SOURCE FILE Test HAVE_ICONV failed with the following output:
  1164. Change Dir: C:/Q/CMakeFiles/CMakeTmp
  1165.  
  1166. Run Build Command(s):C:/ENGINE~1/DEVELO~1/VISUAL~1/Common7/IDE/COMMON~1/MICROS~1/CMake/Ninja/ninja.exe cmTC_53624 && [1/2] Building CXX object CMakeFiles\cmTC_53624.dir\src.cxx.obj
  1167.  
  1168. FAILED: CMakeFiles/cmTC_53624.dir/src.cxx.obj
  1169.  
  1170. C:\ENGINE~1\DEVELO~1\VISUAL~1\VC\Tools\MSVC\1428~1.293\bin\Hostx64\x64\cl.exe /nologo /TP -DHAVE_ICONV /DWIN32 /D_WINDOWS /GR /EHsc /Zi /RTC1 -MDd -std:c++17 /showIncludes /FoCMakeFiles\cmTC_53624.dir\src.cxx.obj /FdCMakeFiles\cmTC_53624.dir\ /FS -c src.cxx
  1171.  
  1172. src.cxx(1): fatal error C1083: Cannot open include file: 'iconv.h': No such file or directory
  1173. ninja: build stopped: subcommand failed.
  1174.  
  1175.  
  1176.  
  1177. Source file was:
  1178. #include <iconv.h>
  1179.  
  1180. int main(int, char **)
  1181. {
  1182. iconv_t x = iconv_open("", "");
  1183. iconv_close(x);
  1184. return 0;
  1185. }
  1186. Performing C++ SOURCE FILE Test HAVE_ICONV_WITH_LIB failed with the following output:
  1187. Change Dir: C:/Q/CMakeFiles/CMakeTmp
  1188.  
  1189. Run Build Command(s):C:/ENGINE~1/DEVELO~1/VISUAL~1/Common7/IDE/COMMON~1/MICROS~1/CMake/Ninja/ninja.exe cmTC_65e5b && [1/2] Building CXX object CMakeFiles\cmTC_65e5b.dir\src.cxx.obj
  1190.  
  1191. FAILED: CMakeFiles/cmTC_65e5b.dir/src.cxx.obj
  1192.  
  1193. C:\ENGINE~1\DEVELO~1\VISUAL~1\VC\Tools\MSVC\1428~1.293\bin\Hostx64\x64\cl.exe /nologo /TP -DHAVE_ICONV_WITH_LIB /DWIN32 /D_WINDOWS /GR /EHsc /Zi /RTC1 -MDd -std:c++17 /showIncludes /FoCMakeFiles\cmTC_65e5b.dir\src.cxx.obj /FdCMakeFiles\cmTC_65e5b.dir\ /FS -c src.cxx
  1194.  
  1195. src.cxx(1): fatal error C1083: Cannot open include file: 'iconv.h': No such file or directory
  1196. ninja: build stopped: subcommand failed.
  1197.  
  1198.  
  1199.  
  1200. Source file was:
  1201. #include <iconv.h>
  1202.  
  1203. int main(int, char **)
  1204. {
  1205. iconv_t x = iconv_open("", "");
  1206. iconv_close(x);
  1207. return 0;
  1208. }
  1209. Performing C++ SOURCE FILE Test HAVE_pointer_32bit failed with the following output:
  1210. Change Dir: C:/Q/CMakeFiles/CMakeTmp
  1211.  
  1212. Run Build Command(s):C:/ENGINE~1/DEVELO~1/VISUAL~1/Common7/IDE/COMMON~1/MICROS~1/CMake/Ninja/ninja.exe cmTC_e14e1 && [1/2] Building CXX object CMakeFiles\cmTC_e14e1.dir\src.cxx.obj
  1213.  
  1214. FAILED: CMakeFiles/cmTC_e14e1.dir/src.cxx.obj
  1215.  
  1216. C:\ENGINE~1\DEVELO~1\VISUAL~1\VC\Tools\MSVC\1428~1.293\bin\Hostx64\x64\cl.exe /nologo /TP -DHAVE_pointer_32bit /DWIN32 /D_WINDOWS /GR /EHsc -Zc:__cplusplus /Zi /RTC1 -MDd -std:c++17 /showIncludes /FoCMakeFiles\cmTC_e14e1.dir\src.cxx.obj /FdCMakeFiles\cmTC_e14e1.dir\ /FS -c src.cxx
  1217.  
  1218. src.cxx(8): error C2338: fail
  1219. ninja: build stopped: subcommand failed.
  1220.  
  1221.  
  1222.  
  1223. Source file was:
  1224.  
  1225.  
  1226.  
  1227. int main(int argc, char **argv)
  1228. {
  1229. (void)argc; (void)argv;
  1230. /* BEGIN TEST: */
  1231. static_assert(sizeof(void *) == 4, "fail");
  1232. /* END TEST: */
  1233. return 0;
  1234. }
  1235.  
  1236. Performing C++ SOURCE FILE Test HAVE_arm_thumb failed with the following output:
  1237. Change Dir: C:/Q/CMakeFiles/CMakeTmp
  1238.  
  1239. Run Build Command(s):C:/ENGINE~1/DEVELO~1/VISUAL~1/Common7/IDE/COMMON~1/MICROS~1/CMake/Ninja/ninja.exe cmTC_5b2cb && [1/2] Building CXX object CMakeFiles\cmTC_5b2cb.dir\src.cxx.obj
  1240.  
  1241. FAILED: CMakeFiles/cmTC_5b2cb.dir/src.cxx.obj
  1242.  
  1243. C:\ENGINE~1\DEVELO~1\VISUAL~1\VC\Tools\MSVC\1428~1.293\bin\Hostx64\x64\cl.exe /nologo /TP -DHAVE_arm_thumb /DWIN32 /D_WINDOWS /GR /EHsc -Zc:__cplusplus /Zi /RTC1 -MDd -std:c++17 /showIncludes /FoCMakeFiles\cmTC_5b2cb.dir\src.cxx.obj /FdCMakeFiles\cmTC_5b2cb.dir\ /FS -c src.cxx
  1244.  
  1245. src.cxx(16): fatal error C1189: #error: "fail"
  1246. ninja: build stopped: subcommand failed.
  1247.  
  1248.  
  1249.  
  1250. Source file was:
  1251.  
  1252.  
  1253.  
  1254. int main(int argc, char **argv)
  1255. {
  1256. (void)argc; (void)argv;
  1257. /* BEGIN TEST: */
  1258. #if defined(thumb2) || defined(__thumb2__)
  1259. # define THUMB_OK
  1260. #elif (defined(__thumb) || defined(__thumb__)) && __TARGET_ARCH_THUMB-0 == 4
  1261. # define THUMB_OK
  1262. #elif defined(__ARM_ARCH_ISA_THUMB) && __ARM_ARCH_ISA_THUMB == 2
  1263. // clang 3.5 and later will set this if the core supports the Thumb-2 ISA.
  1264. # define THUMB_OK
  1265. #else
  1266. # error "fail"
  1267. #endif
  1268. /* END TEST: */
  1269. return 0;
  1270. }
  1271.  
  1272.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement