Advertisement
Guest User

Untitled

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