Advertisement
Guest User

Untitled

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