Advertisement
Guest User

Untitled

a guest
Jan 11th, 2021
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 36.55 KB | None | 0 0
  1. **********************************************************************
  2. ** Visual Studio 2019 Developer Command Prompt v16.8.3
  3. ** Copyright (c) 2020 Microsoft Corporation
  4. **********************************************************************
  5. [vcvarsall.bat] Environment initialized for: 'x64'
  6.  
  7. C:\Windows\System32>cd C:\QtBuild
  8.  
  9. C:\QtBuild>rd /s C:\QtBuild\qt-everywhere-src-6.0.0
  10. C:\QtBuild\qt-everywhere-src-6.0.0, Are you sure (Y/N)? y
  11.  
  12. C:\QtBuild>cd C:\QtBuild\qt-everywhere-src-6.0.0
  13.  
  14. C:\QtBuild\qt-everywhere-src-6.0.0>cmake ccmake -DCMAKE_BUILD_TYPE=Debug -DBUILD_SHARED_LIBS=OFF -DQT_BUILD_EXAMPLES=OFF -DINPUT_static_runtime=ON -DFEATURE_ltcg=OFF -DBUILD_qtwebengine=OFF -DINPUT_sql_mysql=ON -DINPUT_openssl=linked -DOPENSSL_USE_STATIC_LIBS=ON -DOPENSSL_ROOTDIR="C:\OpenSSL\openssl-1.1.1i\static\x64\debug" -DCMAKE_INSTALL_PREFIX="C:\QtStatic\6.0.0\msvc2019_64" -G Ninja C:\QtBuild\qt-everywhere-src-6.0.0
  15. -- The CXX compiler identification is MSVC 19.28.29335.0
  16. -- The C compiler identification is MSVC 19.28.29335.0
  17. -- The ASM compiler identification is MSVC
  18. -- Found assembler: C:/Program Files (x86)/Microsoft Visual Studio/2019/Enterprise/VC/Tools/MSVC/14.28.29333/bin/Hostx64/x64/cl.exe
  19. -- Detecting CXX compiler ABI info
  20. -- Detecting CXX compiler ABI info - done
  21. -- Check for working CXX compiler: C:/Program Files (x86)/Microsoft Visual Studio/2019/Enterprise/VC/Tools/MSVC/14.28.29333/bin/Hostx64/x64/cl.exe - skipped
  22. -- Detecting CXX compile features
  23. -- Detecting CXX compile features - done
  24. -- Detecting C compiler ABI info
  25. -- Detecting C compiler ABI info - done
  26. -- Check for working C compiler: C:/Program Files (x86)/Microsoft Visual Studio/2019/Enterprise/VC/Tools/MSVC/14.28.29333/bin/Hostx64/x64/cl.exe - skipped
  27. -- Detecting C compile features
  28. -- Detecting C compile features - done
  29. Check dependencies of 'qtbase'
  30. Check dependencies of 'qt5compat'
  31. Check dependencies of 'qtsvg'
  32. Check dependencies of 'qtdeclarative'
  33. Check dependencies of 'qttools'
  34. Check dependencies of 'qtquickcontrols2'
  35. Check dependencies of 'qtdoc'
  36. Check dependencies of 'qtshadertools'
  37. Check dependencies of 'qtquick3d'
  38. Check dependencies of 'qtquicktimeline'
  39. Check dependencies of 'qttranslations'
  40. Check dependencies of 'qtwayland'
  41. Configuring 'qtbase'
  42. -- Extracting architecture info from C:/QtBuild/qt-everywhere-src-6.0.0/qtbase/config.tests/arch/architecture_test.exe.
  43. -- Performing Test HAVE_LD_VERSION_SCRIPT
  44. -- Performing Test HAVE_LD_VERSION_SCRIPT - Failed
  45. -- CMAKE_VERSION: "3.19.2"
  46. -- CMAKE_HOST_SYSTEM: "Windows-10.0.19042"
  47. -- CMAKE_HOST_SYSTEM_NAME: "Windows"
  48. -- CMAKE_HOST_SYSTEM_VERSION: "10.0.19042"
  49. -- CMAKE_HOST_SYSTEM_PROCESSOR: "AMD64"
  50. -- CMAKE_SYSTEM: "Windows"
  51. -- CMAKE_SYSTEM_NAME: "Windows"
  52. -- CMAKE_SYSTEM_VERSION: "10.0.19042"
  53. -- CMAKE_SYSTEM_PROCESSOR: "AMD64"
  54. -- CMAKE_CROSSCOMPILING: "FALSE"
  55. -- CMAKE_C_COMPILER: "C:/Program Files (x86)/Microsoft Visual Studio/2019/Enterprise/VC/Tools/MSVC/14.28.29333/bin/Hostx64/x64/cl.exe" (19.28.29335.0)
  56. -- CMAKE_CXX_COMPILER: "C:/Program Files (x86)/Microsoft Visual Studio/2019/Enterprise/VC/Tools/MSVC/14.28.29333/bin/Hostx64/x64/cl.exe" (19.28.29335.0)
  57. -- MSVC_VERSION: "1928"
  58. -- MSVC_TOOLSET_VERSION: "142"
  59. -- Could NOT find ZLIB (missing: ZLIB_LIBRARY) (found suitable version "1.2.11", minimum required is "1.0.8")
  60. -- Could NOT find ZSTD: Found unsuitable version "", but required is at least "1.3" (found ZSTD_LIBRARY-NOTFOUND)
  61. -- Could NOT find WrapDBus1 (missing: DBus1_LIBRARY DBus1_INCLUDE_DIR WrapDBus1_FOUND) (Required is at least version "1.2")
  62. -- Performing Test HAVE_cxx14
  63. -- Performing Test HAVE_cxx14 - Success
  64. -- Performing Test HAVE_cxx17
  65. -- Performing Test HAVE_cxx17 - Success
  66. -- Performing Test HAVE_cxx2a
  67. -- Performing Test HAVE_cxx2a - Success
  68. -- Performing Test HAVE_precompile_header
  69. -- Performing Test HAVE_precompile_header - Failed
  70. -- Performing Test TEST_use_bfd_linker
  71. -- Performing Test TEST_use_bfd_linker - Failed
  72. -- Performing Test TEST_use_gold_linker
  73. -- Performing Test TEST_use_gold_linker - Failed
  74. -- Performing Test TEST_use_lld_linker
  75. -- Performing Test TEST_use_lld_linker - Failed
  76. -- Performing Test TEST_optimize_debug
  77. -- Performing Test TEST_optimize_debug - Failed
  78. -- Performing Test TEST_enable_new_dtags
  79. -- Performing Test TEST_enable_new_dtags - Success
  80. -- Performing Test TEST_gdb_index
  81. -- Performing Test TEST_gdb_index - Success
  82. -- Performing Test HAVE_reduce_relocations
  83. -- Performing Test HAVE_reduce_relocations - Failed
  84. -- Performing Test separate debug information support
  85. -- Performing Test separate debug information support - Failed
  86. -- Performing Test HAVE_signaling_nan
  87. -- Performing Test HAVE_signaling_nan - Success
  88. -- Performing SIMD Test SSE2 instructions
  89. -- Performing SIMD Test SSE2 instructions - Success
  90. -- Performing SIMD Test SSE3 instructions
  91. -- Performing SIMD Test SSE3 instructions - Success
  92. -- Performing SIMD Test SSSE3 instructions
  93. -- Performing SIMD Test SSSE3 instructions - Success
  94. -- Performing SIMD Test SSE4.1 instructions
  95. -- Performing SIMD Test SSE4.1 instructions - Success
  96. -- Performing SIMD Test SSE4.2 instructions
  97. -- Performing SIMD Test SSE4.2 instructions - Success
  98. -- Performing SIMD Test AES new instructions
  99. -- Performing SIMD Test AES new instructions - Success
  100. -- Performing SIMD Test F16C instructions
  101. -- Performing SIMD Test F16C instructions - Success
  102. -- Performing SIMD Test RDRAND instruction
  103. -- Performing SIMD Test RDRAND instruction - Success
  104. -- Performing SIMD Test RDSEED instruction
  105. -- Performing SIMD Test RDSEED instruction - Success
  106. -- Performing SIMD Test SHA new instructions
  107. -- Performing SIMD Test SHA new instructions - Success
  108. -- Performing SIMD Test AVX instructions
  109. -- Performing SIMD Test AVX instructions - Success
  110. -- Performing SIMD Test AVX2 instructions
  111. -- Performing SIMD Test AVX2 instructions - Success
  112. -- Performing SIMD Test AVX512 F instructions
  113. -- Performing SIMD Test AVX512 F instructions - Success
  114. -- Performing SIMD Test AVX512 ER instructions
  115. -- Performing SIMD Test AVX512 ER instructions - Success
  116. -- Performing SIMD Test AVX512 CD instructions
  117. -- Performing SIMD Test AVX512 CD instructions - Success
  118. -- Performing SIMD Test AVX512 PF instructions
  119. -- Performing SIMD Test AVX512 PF instructions - Success
  120. -- Performing SIMD Test AVX512 DQ instructions
  121. -- Performing SIMD Test AVX512 DQ instructions - Success
  122. -- Performing SIMD Test AVX512 BW instructions
  123. -- Performing SIMD Test AVX512 BW instructions - Success
  124. -- Performing SIMD Test AVX512 VL instructions
  125. -- Performing SIMD Test AVX512 VL instructions - Success
  126. -- Performing SIMD Test AVX512 IFMA instructions
  127. -- Performing SIMD Test AVX512 IFMA instructions - Success
  128. -- Performing SIMD Test AVX512 VBMI instructions
  129. -- Performing SIMD Test AVX512 VBMI instructions - Success
  130. -- Performing Test HAVE_posix_fallocate
  131. -- Performing Test HAVE_posix_fallocate - Failed
  132. -- Performing Test HAVE_alloca_stdlib_h
  133. -- Performing Test HAVE_alloca_stdlib_h - Failed
  134. -- Performing Test HAVE_alloca_h
  135. -- Performing Test HAVE_alloca_h - Failed
  136. -- Performing Test HAVE_alloca_malloc_h
  137. -- Performing Test HAVE_alloca_malloc_h - Success
  138. -- Performing Test HAVE_stack_protector
  139. -- Performing Test HAVE_stack_protector - Success
  140. -- Performing Test HAVE_intelcet
  141. -- Performing Test HAVE_intelcet - Failed
  142. -- Could NOT find double-conversion (missing: double-conversion_DIR)
  143. -- Could NOT find WrapDoubleConversion (missing: WrapDoubleConversion_FOUND)
  144. -- Could NOT find GLIB2 (missing: GLIB2_LIBRARIES GTHREAD2_LIBRARIES GLIB2_INCLUDE_DIRS)
  145. -- Found the following ICU libraries:
  146. -- i18n (required)
  147. -- uc (required)
  148. -- The following ICU libraries were not found:
  149. -- data (required)
  150. -- Failed to find all ICU components (missing: ICU_INCLUDE_DIR _ICU_REQUIRED_LIBS_FOUND)
  151. -- Performing Test HAVE_STDATOMIC
  152. -- Performing Test HAVE_STDATOMIC - Success
  153. -- Found WrapAtomic: TRUE
  154. -- Performing Test HAVE_GETTIME
  155. -- Performing Test HAVE_GETTIME - Failed
  156. -- Could NOT find WrapRt (missing: WrapRt_FOUND)
  157. -- Could NOT find LTTngUST (missing: LTTNGUST_LIBRARIES LTTNGUST_INCLUDE_DIRS)
  158. -- Could NOT find WrapSystemPCRE2 (missing: PCRE2_LIBRARIES PCRE2_INCLUDE_DIRS __pcre2_found) (Required is at least version "10.20")
  159. -- Could NOT find Slog2 (missing: Slog2_INCLUDE_DIR Slog2_LIBRARY)
  160. -- Performing Test HAVE_atomicfptr
  161. -- Performing Test HAVE_atomicfptr - Success
  162. -- Performing Test HAVE_cloexec
  163. -- Performing Test HAVE_cloexec - Failed
  164. -- Performing Test HAVE_cxx11_future
  165. -- Performing Test HAVE_cxx11_future - Success
  166. -- Performing Test HAVE_cxx11_random
  167. -- Performing Test HAVE_cxx11_random - Success
  168. -- Performing Test HAVE_cxx17_filesystem
  169. -- Performing Test HAVE_cxx17_filesystem - Success
  170. -- Performing Test HAVE_eventfd
  171. -- Performing Test HAVE_eventfd - Failed
  172. -- Performing Test HAVE_futimens
  173. -- Performing Test HAVE_futimens - Failed
  174. -- Performing Test HAVE_futimes
  175. -- Performing Test HAVE_futimes - Failed
  176. -- Performing Test HAVE_getauxval
  177. -- Performing Test HAVE_getauxval - Failed
  178. -- Performing Test HAVE_getentropy
  179. -- Performing Test HAVE_getentropy - Failed
  180. -- Performing Test HAVE_glibc
  181. -- Performing Test HAVE_glibc - Failed
  182. -- Performing Test HAVE_inotify
  183. -- Performing Test HAVE_inotify - Failed
  184. -- Performing Test HAVE_ipc_sysv
  185. -- Performing Test HAVE_ipc_sysv - Failed
  186. -- Performing Test HAVE_ipc_posix
  187. -- Performing Test HAVE_ipc_posix - Failed
  188. -- Performing Test HAVE_linkat
  189. -- Performing Test HAVE_linkat - Failed
  190. -- Performing Test HAVE_ppoll
  191. -- Performing Test HAVE_ppoll - Failed
  192. -- Performing Test HAVE_pollts
  193. -- Performing Test HAVE_pollts - Failed
  194. -- Performing Test HAVE_poll
  195. -- Performing Test HAVE_poll - Failed
  196. -- Performing Test HAVE_renameat2
  197. -- Performing Test HAVE_renameat2 - Failed
  198. -- Performing Test HAVE_statx
  199. -- Performing Test HAVE_statx - Failed
  200. -- Performing Test HAVE_syslog
  201. -- Performing Test HAVE_syslog - Failed
  202. -- Performing Test HAVE_xlocalescanprint
  203. -- Performing Test HAVE_xlocalescanprint - Failed
  204. -- Found OpenSSL: C:/Strawberry/c/lib/libcrypto.a (found version "1.1.0h")
  205. -- Found WrapOpenSSLHeaders: TRUE
  206. -- Performing Test HAVE_openssl_headers
  207. -- Performing Test HAVE_openssl_headers - Failed
  208. -- Found WrapOpenSSL: TRUE
  209. -- Performing Test HAVE_openssl
  210. -- Performing Test HAVE_openssl - Failed
  211. -- Could NOT find GSSAPI (missing: GSSAPI_LIBRARIES GSSAPI_INCLUDE_DIRS)
  212. -- Performing Test HAVE_getifaddrs
  213. -- Performing Test HAVE_getifaddrs - Failed
  214. -- Performing Test HAVE_ipv6ifname
  215. -- Performing Test HAVE_ipv6ifname - Failed
  216. -- Performing Test HAVE_linux_netlink
  217. -- Performing Test HAVE_linux_netlink - Failed
  218. -- Performing Test HAVE_sctp
  219. -- Performing Test HAVE_sctp - Failed
  220. -- Performing Test HAVE_dtls
  221. -- Performing Test HAVE_dtls - Success
  222. -- Performing Test HAVE_ocsp
  223. -- Performing Test HAVE_ocsp - Success
  224. -- Performing Test HAVE_netlistmgr
  225. -- Performing Test HAVE_netlistmgr - Success
  226. CMake Error at qtbase/cmake/QtFeature.cmake:207 (message):
  227. Feature "openssl": Forcing to "ON" breaks its condition.
  228. Call Stack (most recent call first):
  229. qtbase/cmake/QtFeature.cmake:288 (qt_feature_set_value)
  230. qtbase/cmake/QtFeature.cmake:155 (qt_evaluate_feature)
  231. qtbase/cmake/QtFeature.cmake:251 (qt_evaluate_config_expression)
  232. qtbase/cmake/QtFeature.cmake:474 (qt_evaluate_feature)
  233. qtbase/cmake/QtFeature.cmake:454 (qt_feature_module_end)
  234. qtbase/src/CMakeLists.txt:9 (qt_feature_evaluate_features)
  235.  
  236.  
  237. -- FindLibdrm.cmake cannot find libdrm on Windows systems.
  238. -- Performing Test HAVE_EGL
  239. -- Performing Test HAVE_EGL - Failed
  240. -- Could NOT find EGL (missing: EGL_INCLUDE_DIR HAVE_EGL EGL_LIBRARY)
  241. -- Could NOT find WrapSystemFreetype (missing: __freetype_found) (found suitable version "2.7.1", minimum required is "2.2.0")
  242. -- Could NOT find Fontconfig (missing: Fontconfig_LIBRARY Fontconfig_INCLUDE_DIR)
  243. -- Findgbm.cmake cannot find gbm on Windows systems.
  244. -- Could NOT find WrapSystemHarfbuzz (missing: HARFBUZZ_LIBRARIES HARFBUZZ_INCLUDE_DIRS) (Required is at least version "2.6.0")
  245. -- FindLibinput.cmake cannot find libinput on Windows systems.
  246. -- Could NOT find JPEG (missing: JPEG_LIBRARY) (found version "90")
  247. -- Could NOT find WrapSystemPNG (missing: __png_found)
  248. -- Found OpenGL: opengl32
  249. -- Found WrapOpenGL: TRUE
  250. -- Could NOT find EGL (missing: EGL_INCLUDE_DIR HAVE_EGL EGL_LIBRARY)
  251. -- Performing Test HAVE_GLESv2
  252. -- Performing Test HAVE_GLESv2 - Failed
  253. -- Could NOT find GLESv2 (missing: GLESv2_INCLUDE_DIR GLESv2_LIBRARY HAVE_GLESv2 HAVE_GLESv2)
  254. -- Could NOT find Vulkan (missing: Vulkan_LIBRARY Vulkan_INCLUDE_DIR)
  255. -- Performing Test HAVE_evdev
  256. -- Performing Test HAVE_evdev - Failed
  257. -- Performing Test HAVE_integrityfb
  258. -- Performing Test HAVE_integrityfb - Failed
  259. -- Performing Test HAVE_linuxfb
  260. -- Performing Test HAVE_linuxfb - Failed
  261. -- Performing Test HAVE_directwrite
  262. -- Performing Test HAVE_directwrite - Success
  263. -- Performing Test HAVE_directwrite3
  264. -- Performing Test HAVE_directwrite3 - Success
  265. -- Performing Test HAVE_d2d1
  266. -- Performing Test HAVE_d2d1 - Success
  267. -- Performing Test HAVE_d2d1_1
  268. -- Performing Test HAVE_d2d1_1 - Success
  269. -- Tool 'Qt6::moc' will be built from source.
  270. -- Tool 'Qt6::rcc' will be built from source.
  271. -- Tool 'Qt6::tracegen' will be built from source.
  272. -- Tool 'Qt6::cmake_automoc_parser' will be built from source.
  273. -- Looking for pthread.h
  274. -- Looking for pthread.h - not found
  275. -- Found Threads: TRUE
  276. -- Using Qt bundled PCRE2.
  277. -- Found WrapPCRE2: TRUE
  278. -- Using source syncqt found at: C:/QtBuild/qt-everywhere-src-6.0.0/qtbase/bin/syncqt.pl
  279. -- Running syncqt for module: 'QtCore'
  280. -- Could NOT find double-conversion (missing: double-conversion_DIR)
  281. -- Could NOT find WrapDoubleConversion (missing: WrapDoubleConversion_FOUND)
  282. -- Could NOT find GLIB2 (missing: GLIB2_LIBRARIES GTHREAD2_LIBRARIES GLIB2_INCLUDE_DIRS)
  283. -- Found the following ICU libraries:
  284. -- i18n (required)
  285. -- uc (required)
  286. -- The following ICU libraries were not found:
  287. -- data (required)
  288. -- Failed to find all ICU components (missing: ICU_INCLUDE_DIR _ICU_REQUIRED_LIBS_FOUND)
  289. -- Could NOT find WrapRt (missing: WrapRt_FOUND)
  290. -- Could NOT find LTTngUST (missing: LTTNGUST_LIBRARIES LTTNGUST_INCLUDE_DIRS)
  291. -- Could NOT find WrapSystemPCRE2 (missing: PCRE2_LIBRARIES PCRE2_INCLUDE_DIRS __pcre2_found) (Required is at least version "10.20")
  292. -- Could NOT find Slog2 (missing: Slog2_INCLUDE_DIR Slog2_LIBRARY)
  293. CMake Warning at qtbase/src/corelib/CMakeLists.txt:1213 (message):
  294. xmlstarlet was not found. freedesktop.org.xml will not be minified!
  295.  
  296.  
  297. -- Running syncqt for module: 'QtZlib'
  298. -- Running syncqt for module: 'QtConcurrent'
  299. -- Running syncqt for module: 'QtSql'
  300. -- Running syncqt for module: 'QtNetwork'
  301. -- Could NOT find GSSAPI (missing: GSSAPI_LIBRARIES GSSAPI_INCLUDE_DIRS)
  302. -- Running syncqt for module: 'QtXml'
  303. -- Tool 'Qt6::uic' will be built from source.
  304. -- Tool 'Qt6::qdbuscpp2xml' will be built from source.
  305. -- Tool 'Qt6::qdbusxml2cpp' will be built from source.
  306. -- Tool 'Qt6::qlalr' will be built from source.
  307. -- Tool 'Qt6::qvkgen' will be built from source.
  308. -- Running syncqt for module: 'QtDBus'
  309. -- Could NOT find X11_XCB (missing: X11_XCB_LIBRARY X11_XCB_INCLUDE_DIR)
  310. -- Using Qt bundled Harfbuzz.
  311. -- Found WrapHarfbuzz: TRUE
  312. -- Using Qt bundled PNG.
  313. -- Found WrapPNG: TRUE
  314. -- Using Qt bundled Freetype.
  315. -- Found WrapFreetype: TRUE
  316. -- Running syncqt for module: 'QtGui'
  317. -- FindLibdrm.cmake cannot find libdrm on Windows systems.
  318. -- Could NOT find EGL (missing: EGL_INCLUDE_DIR HAVE_EGL EGL_LIBRARY)
  319. -- Could NOT find WrapSystemFreetype (missing: __freetype_found) (found suitable version "2.7.1", minimum required is "2.2.0")
  320. -- Could NOT find Fontconfig (missing: Fontconfig_LIBRARY Fontconfig_INCLUDE_DIR)
  321. -- Findgbm.cmake cannot find gbm on Windows systems.
  322. -- Could NOT find WrapSystemHarfbuzz (missing: HARFBUZZ_LIBRARIES HARFBUZZ_INCLUDE_DIRS) (Required is at least version "2.6.0")
  323. -- FindLibinput.cmake cannot find libinput on Windows systems.
  324. -- Could NOT find JPEG (missing: JPEG_LIBRARY) (found version "90")
  325. -- Could NOT find WrapSystemPNG (missing: __png_found)
  326. -- Could NOT find EGL (missing: EGL_INCLUDE_DIR HAVE_EGL EGL_LIBRARY)
  327. -- Could NOT find GLESv2 (missing: GLESv2_INCLUDE_DIR GLESv2_LIBRARY HAVE_GLESv2 HAVE_GLESv2)
  328. -- Could NOT find Vulkan (missing: Vulkan_LIBRARY Vulkan_INCLUDE_DIR)
  329. -- Running syncqt for module: 'QtOpenGL'
  330. -- Running syncqt for module: 'QtWidgets'
  331. -- Running syncqt for module: 'QtOpenGLWidgets'
  332. -- Running syncqt for module: 'QtDeviceDiscoverySupport'
  333. -- Running syncqt for module: 'QtFbSupport'
  334. -- Running syncqt for module: 'QtTest'
  335. -- Running syncqt for module: 'QtPrintSupport'
  336. -- Could NOT find Cups (missing: CUPS_LIBRARIES CUPS_INCLUDE_DIR)
  337. -- Could NOT find DB2 (missing: DB2_INCLUDE_DIRS DB2_LIBRARIES)
  338. -- Could NOT find MySQL (missing: MySQL_LIBRARIES MySQL_INCLUDE_DIRS)
  339. -- Could NOT find PostgreSQL (missing: PostgreSQL_LIBRARY PostgreSQL_TYPE_INCLUDE_DIR) (found version "9.6.3")
  340. -- Could NOT find Oracle (missing: Oracle_INCLUDE_DIRS Oracle_LIBRARIES)
  341. -- Found ODBC: odbc32.lib
  342. -- Could NOT find SQLite3 (missing: SQLite3_INCLUDE_DIR SQLite3_LIBRARY)
  343. CMake Error at qtbase/cmake/QtFeature.cmake:207 (message):
  344. Feature "sql_mysql": Forcing to "ON" breaks its condition.
  345. Call Stack (most recent call first):
  346. qtbase/cmake/QtFeature.cmake:288 (qt_feature_set_value)
  347. qtbase/cmake/QtFeature.cmake:474 (qt_evaluate_feature)
  348. qtbase/src/plugins/sqldrivers/CMakeLists.txt:34 (qt_feature_module_end)
  349.  
  350.  
  351. -- Could NOT find JPEG (missing: JPEG_LIBRARY) (found version "90")
  352. -- Tool 'Qt6::qmake' will be built from source.
  353. Generating Plugins files for BundledLibpng;BundledFreetype;BundledHarfbuzz;BundledPcre2;EntryPoint;Core;Core_qobject;Zlib;Concurrent;Sql;Network;Xml;DBus;Gui;OpenGL;Widgets;OpenGLWidgets;DeviceDiscoverySupport;FbSupport;Test;PrintSupport...
  354. Configuring 'qt5compat'
  355. -- Using source syncqt found at: C:/QtBuild/qt-everywhere-src-6.0.0/qtbase/bin/syncqt.pl
  356. -- Running syncqt for module: 'QtCore5Compat'
  357. -- Found the following ICU libraries:
  358. -- i18n (required)
  359. -- uc (required)
  360. -- The following ICU libraries were not found:
  361. -- data (required)
  362. -- Failed to find all ICU components (missing: ICU_INCLUDE_DIR _ICU_REQUIRED_LIBS_FOUND)
  363. -- Performing Test HAVE_ICONV
  364. -- Performing Test HAVE_ICONV - Failed
  365. -- Performing Test HAVE_ICONV_WITH_LIB
  366. -- Performing Test HAVE_ICONV_WITH_LIB - Failed
  367. Generating Plugins files for Core5Compat...
  368. Configuring 'qtsvg'
  369. -- Using source syncqt found at: C:/QtBuild/qt-everywhere-src-6.0.0/qtbase/bin/syncqt.pl
  370. -- Running syncqt for module: 'QtSvg'
  371. -- Running syncqt for module: 'QtSvgWidgets'
  372. Generating Plugins files for Svg;SvgWidgets...
  373. Configuring 'qtdeclarative'
  374. -- Found PythonInterp: C:/Python27/python.exe (found version "2.7.15")
  375. -- Tool 'Qt6::qmltyperegistrar' will be built from source.
  376. -- Using source syncqt found at: C:/QtBuild/qt-everywhere-src-6.0.0/qtbase/bin/syncqt.pl
  377. -- Running syncqt for module: 'QtQml'
  378. -- Performing Test HAVE_cxx14_make_unique
  379. -- Performing Test HAVE_cxx14_make_unique - Success
  380. -- Performing Test HAVE_pointer_32bit
  381. -- Performing Test HAVE_pointer_32bit - Failed
  382. -- Performing Test HAVE_pointer_64bit
  383. -- Performing Test HAVE_pointer_64bit - Success
  384. -- Performing Test HAVE_arm_thumb
  385. -- Performing Test HAVE_arm_thumb - Failed
  386. -- Performing Test HAVE_arm_fp
  387. -- Performing Test HAVE_arm_fp - Success
  388. -- Running syncqt for module: 'QtQmlModels'
  389. -- Running syncqt for module: 'QtQmlWorkerScript'
  390. -- Running syncqt for module: 'QtQuick'
  391. -- Running syncqt for module: 'QtQuickShapes'
  392. -- Running syncqt for module: 'QtQuickTest'
  393. -- Running syncqt for module: 'QtQuickParticles'
  394. -- Running syncqt for module: 'QtQuickWidgets'
  395. -- Running syncqt for module: 'QtPacketProtocol'
  396. -- Running syncqt for module: 'QtQmlCompiler'
  397. -- Tool 'Qt6::qmlcachegen' will be built from source.
  398. -- Running syncqt for module: 'QtQmlDebug'
  399. -- Tool 'Qt6::qmllint' will be built from source.
  400. -- Tool 'Qt6::qmlimportscanner' will be built from source.
  401. -- Tool 'Qt6::qmlformat' will be built from source.
  402. -- Tool 'Qt6::qml' will be built from source.
  403. -- Tool 'Qt6::qmlprofiler' will be built from source.
  404. -- Tool 'Qt6::qmlpreview' will be built from source.
  405. -- Tool 'Qt6::qmltestrunner' will be built from source.
  406. Generating Plugins files for Qml;QmlModels;QmlWorkerScript;Quick;QuickShapes;QuickTest;QuickParticles;QuickWidgets;PacketProtocol;QmlDevTools;QmlCompiler;QmlDebug...
  407. Configuring 'qttools'
  408. -- Could NOT find Qt6AxContainer (missing: Qt6AxContainer_DIR)
  409. -- Found WrapLibClang: TRUE (found suitable version "11.0.0", minimum required is "8")
  410. -- Using source syncqt found at: C:/QtBuild/qt-everywhere-src-6.0.0/qtbase/bin/syncqt.pl
  411. -- Running syncqt for module: 'QtTools'
  412. -- Tool 'Qt6::lconvert' will be built from source.
  413. -- Tool 'Qt6::lprodump' will be built from source.
  414. -- Tool 'Qt6::lrelease' will be built from source.
  415. -- Tool 'Qt6::lrelease-pro' will be built from source.
  416. -- Tool 'Qt6::lupdate' will be built from source.
  417. -- Tool 'Qt6::lupdate-pro' will be built from source.
  418. -- Running syncqt for module: 'QtUiPlugin'
  419. -- Running syncqt for module: 'QtUiTools'
  420. -- Running syncqt for module: 'QtDesigner'
  421. QtDesigner: WARNING: C:/QtBuild/qt-everywhere-src-6.0.0/qttools/src/designer/src/lib/uilib/formbuilder.h includes abstractformbuilder.h when it should include QtDesigner/abstractformbuilder.h
  422. QtDesigner: created deprecated header(s) { QDesignerExportWidget, QDesignerCustomWidgetCollectionInterface, qdesignerexportwidget.h, QDesignerCustomWidgetInterface, customwidget.h }
  423. -- Running syncqt for module: 'QtDesignerComponents'
  424. -- Running syncqt for module: 'QtHelp'
  425. -- Tool 'Qt6::qhelpgenerator' will be built from source.
  426. -- Tool 'Qt6::qtattributionsscanner' will be built from source.
  427. -- Tool 'Qt6::qdoc' will be built from source.
  428. -- Tool 'Qt6::windeployqt' will be built from source.
  429. Generating Plugins files for Tools;Linguist;UiPlugin;UiTools;Designer;DesignerComponents;Help...
  430. Configuring 'qtquickcontrols2'
  431. -- Using source syncqt found at: C:/QtBuild/qt-everywhere-src-6.0.0/qtbase/bin/syncqt.pl
  432. -- Running syncqt for module: 'QtQuickTemplates2'
  433. -- Running syncqt for module: 'QtQuickControls2'
  434. -- Running syncqt for module: 'QtQuickControls2Impl'
  435. Generating Plugins files for QuickTemplates2;QuickControls2;QuickControls2Impl...
  436. Configuring 'qtdoc'
  437. Generating Plugins files for ...
  438. Configuring 'qtshadertools'
  439. -- Using source syncqt found at: C:/QtBuild/qt-everywhere-src-6.0.0/qtbase/bin/syncqt.pl
  440. -- Running syncqt for module: 'QtShaderTools'
  441. -- Tool 'Qt6::qsb' will be built from source.
  442. Generating Plugins files for BundledGlslang_Spirv;BundledGlslang_Osdependent;BundledGlslang_Oglcompiler;BundledGlslang_Glslang;BundledSpirv_Cross;ShaderTools...
  443. Configuring 'qtquick3d'
  444. -- Using source syncqt found at: C:/QtBuild/qt-everywhere-src-6.0.0/qtbase/bin/syncqt.pl
  445. -- Running syncqt for module: 'QtQuick3DUtils'
  446. -- Running syncqt for module: 'QtQuick3DAssetImport'
  447. -- Could NOT find WrapQuick3DAssimp (missing: WrapQuick3DAssimp_FOUND) (Required is at least version "5")
  448. -- Performing Test Assimp
  449. -- Performing Test Assimp - Failed
  450. -- Running syncqt for module: 'QtQuick3DRuntimeRender'
  451. -- Running syncqt for module: 'QtQuick3D'
  452. -- Tool 'Qt6::balsam' will be built from source.
  453. -- Tool 'Qt6::meshdebug' will be built from source.
  454. -- Tool 'Qt6::shadergen' will be built from source.
  455. Generating Plugins files for Quick3DUtils;Quick3DAssetImport;Quick3DRuntimeRender;Quick3D...
  456. Configuring 'qtquicktimeline'
  457. Generating Plugins files for ...
  458. Configuring 'qttranslations'
  459. CMake Warning at qttranslations/translations/CMakeLists.txt:36 (message):
  460. Directory
  461. 'C:/QtBuild/qt-everywhere-src-6.0.0/qttranslations/translations/../../qtactiveqt/src'
  462. for qtbase does not exist. Skipping...
  463. Call Stack (most recent call first):
  464. qttranslations/translations/CMakeLists.txt:72 (add_ts_targets)
  465.  
  466.  
  467. CMake Warning at qttranslations/translations/CMakeLists.txt:36 (message):
  468. Directory
  469. 'C:/QtBuild/qt-everywhere-src-6.0.0/qttranslations/translations/../../qtimageformats/src'
  470. for qtbase does not exist. Skipping...
  471. Call Stack (most recent call first):
  472. qttranslations/translations/CMakeLists.txt:72 (add_ts_targets)
  473.  
  474.  
  475. Configuring 'qtwayland'
  476. Skipping the build as the condition "LINUX OR MACOS OR QNX" is not met.
  477. -- The following packages have been found:
  478.  
  479. * QtBuildInternals
  480. * OpenSSL
  481. * OpenGL
  482. * WrapOpenSSL
  483. * WrapOpenGL
  484. * ODBC
  485. * WrapIconv
  486. * Qt6Concurrent
  487. * PythonInterp
  488. * Qt6DBusTools (required version >= 6.0.0)
  489. * Qt6DBus
  490. * Qt6Xml
  491. * Qt6QuickWidgets
  492. * Qt6QmlDevTools
  493. * Qt6PrintSupport
  494. * Qt6OpenGLWidgets
  495. * LLVM
  496. * Clang
  497. * WrapLibClang (required version >= 8)
  498. * Qt6WidgetsTools (required version >= 6.0.0)
  499. * Qt6Widgets
  500. * Qt6QuickTest
  501. * Qt6Test
  502. * Qt6Sql
  503. * Qt6ShaderToolsTools (required version >= 6.0.0)
  504. * Qt6ShaderTools
  505. * Qt6Zlib
  506. * WrapPNG
  507. * WrapHarfbuzz
  508. * WrapFreetype
  509. * Qt6GuiTools (required version >= 6.0.0)
  510. * Qt6Gui (required version >= 6.0.0)
  511. * Qt6QmlTools (required version >= 6.0.0)
  512. * WrapOpenSSLHeaders
  513. * Qt6Network (required version >= 6.0.0)
  514. * Qt6Qml (required version >= 6.0.0)
  515. * Qt6QmlModels (required version >= 6.0.0)
  516. * Qt6OpenGL (required version >= 6.0.0)
  517. * Qt6Quick
  518. * WrapAtomic
  519. * WrapPCRE2
  520. * Qt6CoreTools (required version >= 6.0.0)
  521. * Qt6Core
  522. * Qt6LinguistTools (required version >= 6.0.0)
  523. * Qt6Linguist
  524. * Threads
  525. * Qt6BuildInternals
  526. * Qt6 (required version >= 6.0.0)
  527.  
  528. -- The following OPTIONAL packages have not been found:
  529.  
  530. * ZSTD (required version >= 1.3), ZSTD compression library, <https://github.com/facebook/zstd>
  531. * WrapDBus1 (required version >= 1.2)
  532. * Libudev
  533. * WrapDoubleConversion
  534. * GLIB2, Event loop and utility library, <https://wiki.gnome.org/Projects/GLib>
  535. * Libsystemd
  536. * Libb2
  537. * WrapRt
  538. * LTTngUST
  539. * WrapSystemPCRE2 (required version >= 10.20)
  540. * Slog2
  541. * WrapBrotli
  542. * Libproxy
  543. * GSSAPI, Generic Security Services Application Program Interface
  544. * X11_XCB, A compatibility library for code that translates Xlib API calls into XCB calls, <http://xorg.freedesktop.org/>
  545. * ATSPI2
  546. * DirectFB
  547. * Libdrm, Userspace interface to kernel DRM services., <https://wiki.freedesktop.org/dri/>
  548. * WrapSystemFreetype (required version >= 2.2.0)
  549. * Fontconfig
  550. * gbm, Mesa gbm library., <http://www.mesa3d.org>
  551. * WrapSystemHarfbuzz (required version >= 2.6.0)
  552. * Libinput, Library to handle input devices in Wayland compositors and to provide a generic X.Org input driver., <http://www.freedesktop.org/wiki/Software/libinput/>
  553. * WrapSystemPNG
  554. * Mtdev
  555. * EGL, A platform-agnostic mechanism for creating rendering surfaces for use with other graphics libraries, such as OpenGL|ES and OpenVG., <https://www.khronos.org/egl/>
  556. * GLESv2
  557. * Tslib
  558. * Vulkan
  559. * GTK3 (required version >= 3.6)
  560. * Cups
  561. * DB2, IBM DB2 client library, <https://www.ibm.com>
  562. * MySQL, MySQL client library, <https://www.mysql.com>
  563. * PostgreSQL
  564. * Oracle, Oracle client library, <https://www.oracle.com>
  565. * SQLite3
  566. * JPEG
  567. * ICU
  568. * Qt6AxContainer
  569. * WrapQuick3DAssimp (required version >= 5)
  570.  
  571. Configure summary:
  572.  
  573. Building for: win32-msvc (x86_64, CPU features: sse sse2)
  574. Compiler: msvc 19.28.29335.0
  575. Build options:
  576. Mode ................................... debug
  577. Fully optimize release builds (-O3) .... no
  578. Building shared libraries .............. no
  579. Using C standard ....................... C11
  580. Using C++ standard ..................... C++17
  581. Relocatable ............................ no
  582. Using precompiled headers .............. yes
  583. Using LTCG ............................. no
  584. Target compiler supports:
  585. SSE .................................. SSE2 SSE3 SSSE3 SSE4.1 SSE4.2
  586. AVX .................................. AVX AVX2
  587. AVX512 ............................... F ER CD PF DQ BW VL IFMA VBMI
  588. Other x86 ............................ F16C RDRAND
  589. Sanitizers:
  590. Addresses ............................ no
  591. Threads .............................. no
  592. Memory ............................... no
  593. Fuzzer (instrumentation only) ........ no
  594. Undefined ............................ no
  595. Build parts ............................ libs tools
  596. App store compliance ................... no
  597. Qt modules and options:
  598. Qt Concurrent .......................... yes
  599. Qt D-Bus ............................... yes
  600. Qt D-Bus directly linked to libdbus .... no
  601. Qt Gui ................................. yes
  602. Qt Network ............................. yes
  603. Qt Sql ................................. yes
  604. Qt Testlib ............................. yes
  605. Qt Widgets ............................. yes
  606. Qt Xml ................................. yes
  607. Support enabled for:
  608. Using pkg-config ....................... no
  609. udev ................................... no
  610. Using system zlib ...................... no
  611. Zstandard support ...................... no
  612. Qt Core:
  613. DoubleConversion ....................... yes
  614. Using system DoubleConversion ........ no
  615. GLib ................................... no
  616. ICU .................................... no
  617. Using system libb2 ..................... no
  618. Built-in copy of the MIME database ..... yes
  619. Tracing backend ........................ <none>
  620. Logging backends:
  621. journald ............................. no
  622. syslog ............................... no
  623. slog2 ................................ no
  624. PCRE2 .................................. yes
  625. Using system PCRE2 ................... no
  626. Qt Sql:
  627. SQL item models ........................ yes
  628. Qt Network:
  629. getifaddrs() ........................... no
  630. IPv6 ifname ............................ no
  631. libproxy ............................... no
  632. Schannel ............................... no
  633. OpenSSL ................................ yes
  634. Qt directly linked to OpenSSL ........ no
  635. OpenSSL 1.1 ............................ yes
  636. DTLS ................................... yes
  637. OCSP-stapling .......................... yes
  638. SCTP ................................... no
  639. Use system proxies ..................... yes
  640. GSSAPI ................................. no
  641. Brotli Decompression Support ........... no
  642. Qt Gui:
  643. Accessibility .......................... yes
  644. FreeType ............................... yes
  645. Using system FreeType ................ no
  646. HarfBuzz ............................... yes
  647. Using system HarfBuzz ................ no
  648. Fontconfig ............................. no
  649. Image formats:
  650. GIF .................................. yes
  651. ICO .................................. yes
  652. JPEG ................................. yes
  653. Using system libjpeg ............... no
  654. PNG .................................. yes
  655. Using system libpng ................ no
  656. Text formats:
  657. HtmlParser ........................... yes
  658. CssParser ............................ yes
  659. OdfWriter ............................ yes
  660. MarkdownReader ....................... yes
  661. Using system libmd4c ............... no
  662. MarkdownWriter ....................... yes
  663. EGL .................................... no
  664. OpenVG ................................. no
  665. OpenGL:
  666. Desktop OpenGL ....................... no
  667. Dynamic OpenGL ....................... yes
  668. OpenGL ES 2.0 ........................ no
  669. OpenGL ES 3.0 ........................ no
  670. OpenGL ES 3.1 ........................ no
  671. OpenGL ES 3.2 ........................ no
  672. Vulkan ................................. no
  673. Session Management ..................... yes
  674. Features used by QPA backends:
  675. evdev .................................. no
  676. libinput ............................... no
  677. INTEGRITY HID .......................... no
  678. mtdev .................................. no
  679. tslib .................................. no
  680. xkbcommon .............................. no
  681. X11 specific:
  682. XLib ................................. no
  683. XCB Xlib ............................. no
  684. EGL on X11 ........................... no
  685. xkbcommon-x11 ........................ no
  686. QPA backends:
  687. DirectFB ............................... no
  688. EGLFS .................................. no
  689. EGLFS details:
  690. EGLFS OpenWFD ........................ no
  691. EGLFS i.Mx6 .......................... no
  692. EGLFS i.Mx6 Wayland .................. no
  693. EGLFS RCAR ........................... no
  694. EGLFS EGLDevice ...................... no
  695. EGLFS GBM ............................ no
  696. EGLFS VSP2 ........................... no
  697. EGLFS Mali ........................... no
  698. EGLFS Raspberry Pi ................... no
  699. EGLFS X11 ............................ no
  700. LinuxFB ................................ no
  701. VNC .................................... no
  702. QNX:
  703. lgmon ................................ no
  704. IMF .................................. no
  705. XCB:
  706. Using system-provided xcb-xinput ..... no
  707. Native painting (experimental) ....... no
  708. GL integrations:
  709. GLX Plugin ......................... no
  710. XCB GLX .......................... no
  711. EGL-X11 Plugin ..................... no
  712. Windows:
  713. Direct 2D ............................ yes
  714. Direct 2D 1.1 ........................ yes
  715. DirectWrite .......................... yes
  716. DirectWrite 3 ........................ yes
  717. Qt Widgets:
  718. GTK+ ................................... no
  719. Styles ................................. Fusion Windows WindowsVista
  720. Qt Testlib:
  721. Tester for item models ................. yes
  722. Qt PrintSupport:
  723. CUPS ................................... no
  724. Qt Sql Drivers:
  725. DB2 (IBM) .............................. no
  726. InterBase .............................. no
  727. MySql .................................. yes
  728. OCI (Oracle) ........................... no
  729. ODBC ................................... yes
  730. PostgreSQL ............................. no
  731. SQLite ................................. yes
  732. Using system provided SQLite ......... no
  733. Qt 5 Compatibility Libraries:
  734. iconv .................................. no
  735. Qt QML:
  736. QML network support .................... yes
  737. QML debugging and profiling support .... yes
  738. QML just-in-time compiler .............. yes
  739. QML sequence object .................... yes
  740. QML XML http request ................... yes
  741. QML Locale ............................. yes
  742. Qt QML Models:
  743. QML list model ......................... yes
  744. QML delegate model ..................... yes
  745. Qt Quick:
  746. AnimatedImage item ..................... yes
  747. Canvas item ............................ yes
  748. Support for Qt Quick Designer .......... yes
  749. Flipable item .......................... yes
  750. GridView item .......................... yes
  751. ListView item .......................... yes
  752. TableView item ......................... yes
  753. Path support ........................... yes
  754. PathView item .......................... yes
  755. Positioner items ....................... yes
  756. Repeater item .......................... yes
  757. ShaderEffect item ...................... yes
  758. Sprite item ............................ yes
  759. Qt Tools:
  760. Qt Assistant ........................... yes
  761. QDoc ................................... yes
  762. Clang-based lupdate parser ............. yes
  763. Qt Designer ............................ yes
  764. Qt Distance Field Generator ............ yes
  765. kmap2qmap .............................. yes
  766. Qt Linguist ............................ yes
  767. Mac Deployment Tool .................... no
  768. pixeltool .............................. yes
  769. qdbus .................................. yes
  770. qev .................................... yes
  771. Qt Attributions Scanner ................ yes
  772. qtdiag ................................. yes
  773. qtpaths ................................ yes
  774. qtplugininfo ........................... yes
  775. Windows deployment tool ................ yes
  776. Qt Quick Templates 2:
  777. Hover support .......................... yes
  778. Multi-touch support .................... yes
  779. Qt Quick Controls 2:
  780. Styles ................................. Basic Fusion Imagine Material Universal macOS Windows
  781. QtQuick3D:
  782. Assimp ................................. yes
  783. System Assimp .......................... no
  784.  
  785. Note: Using static linking will disable the use of dynamically loaded plugins. Make sure to import all needed static plugins, or compile needed modules into the library.
  786.  
  787. Qt is now configured for building. Just run 'cmake --build . --parallel'
  788.  
  789. Once everything is built, you must run 'cmake --install .'
  790. Qt will be installed into 'C:/QtStatic/6.0.0/msvc2019_64'
  791.  
  792. To configure and build other Qt modules, you can use the following convenience script:
  793. C:/QtStatic/6.0.0/msvc2019_64/bin/qt-configure-module.bat
  794.  
  795. If reconfiguration fails for some reason, try to remove 'CMakeCache.txt' from the build directory
  796.  
  797. -- Configuring incomplete, errors occurred!
  798. See also "C:/QtBuild/qt-everywhere-src-6.0.0/CMakeFiles/CMakeOutput.log".
  799. See also "C:/QtBuild/qt-everywhere-src-6.0.0/CMakeFiles/CMakeError.log".
  800.  
  801. C:\QtBuild\qt-everywhere-src-6.0.0>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement