Advertisement
Guest User

QT 6.2.0 Build Error

a guest
Oct 11th, 2021
2,037
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 69.93 KB | None | 0 0
  1. % ../qt6/configure -release -static -developer-build -mp -opensource -nomake examples -nomake tests --confirm-license -skip qtwebengine
  2. + mkdir -p qtbase
  3. + cd qtbase
  4. + exec /Users/cgk/qt/qt6/qtbase/configure -top-level -release -static -developer-build -mp -opensource -nomake examples -nomake tests --confirm-license -skip qtwebengine
  5. '/usr/local/Cellar/cmake/3.21.2/bin/cmake' '-DBUILD_qtwebengine=OFF' '-DBUILD_SHARED_LIBS=OFF' '-DQT_BUILD_EXAMPLES=FALSE' '-DQT_BUILD_TESTS=FALSE' '-DCMAKE_BUILD_TYPE=Release' '-DINPUT_developer_build=yes' '-DINPUT_msvc_mp=yes' '-G' 'Ninja' '/Users/cgk/qt/qt6'
  6. -- The CXX compiler identification is AppleClang 13.0.0.13000029
  7. -- The C compiler identification is AppleClang 13.0.0.13000029
  8. -- The ASM compiler identification is Clang
  9. -- Found assembler: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc
  10. -- Detecting CXX compiler ABI info
  11. -- Detecting CXX compiler ABI info - done
  12. -- Check for working CXX compiler: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ - skipped
  13. -- Detecting CXX compile features
  14. -- Detecting CXX compile features - done
  15. -- Detecting C compiler ABI info
  16. -- Detecting C compiler ABI info - done
  17. -- Check for working C compiler: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc - skipped
  18. -- Detecting C compile features
  19. -- Detecting C compile features - done
  20. Checking dependencies of 'qtbase'
  21. Checking dependencies of 'qtshadertools'
  22. Checking dependencies of 'qtsvg'
  23. Checking dependencies of 'qtimageformats'
  24. Checking dependencies of 'qtdeclarative'
  25. Checking dependencies of 'qt3d'
  26. Checking dependencies of 'qt5compat'
  27. Checking dependencies of 'qtactiveqt'
  28. Checking dependencies of 'qtmultimedia'
  29. Checking dependencies of 'qtcharts'
  30. Checking dependencies of 'qtcoap'
  31. Checking dependencies of 'qtconnectivity'
  32. Checking dependencies of 'qtdatavis3d'
  33. Checking dependencies of 'qttools'
  34. Checking dependencies of 'qtdoc'
  35. Checking dependencies of 'qtserialport'
  36. Checking dependencies of 'qtlocation'
  37. Checking dependencies of 'qtlottie'
  38. Checking dependencies of 'qtmqtt'
  39. Checking dependencies of 'qtnetworkauth'
  40. Checking dependencies of 'qtopcua'
  41. Checking dependencies of 'qtqa'
  42. Checking dependencies of 'qtquicktimeline'
  43. Checking dependencies of 'qtquick3d'
  44. Checking dependencies of 'qtremoteobjects'
  45. Checking dependencies of 'qtscxml'
  46. Checking dependencies of 'qtsensors'
  47. Checking dependencies of 'qtserialbus'
  48. Checking dependencies of 'qttranslations'
  49. Checking dependencies of 'qtvirtualkeyboard'
  50. Checking dependencies of 'qtwayland'
  51. Checking dependencies of 'qtwebsockets'
  52. Checking dependencies of 'qtwebchannel'
  53. Checking dependencies of 'qtwebview'
  54. Skipping optional dependency 'qtwebengine' of 'qtwebview', because building 'qtwebengine' was explicitly disabled.
  55. Configuring 'qtbase'
  56. -- Check for feature set changes
  57. -- Looking for a OBJC compiler
  58. -- Looking for a OBJC compiler - /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc
  59. -- The OBJC compiler identification is AppleClang 13.0.0.13000029
  60. -- Detecting OBJC compiler ABI info
  61. -- Detecting OBJC compiler ABI info - done
  62. -- Check for working OBJC compiler: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc - skipped
  63. -- Looking for a OBJCXX compiler
  64. -- Looking for a OBJCXX compiler - /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++
  65. -- The OBJCXX compiler identification is AppleClang 13.0.0.13000029
  66. -- Detecting OBJCXX compiler ABI info
  67. -- Detecting OBJCXX compiler ABI info - done
  68. -- Check for working OBJCXX compiler: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ - skipped
  69. -- Building architecture extraction project with the following CMake arguments:
  70. -DCMAKE_C_STANDARD=11
  71. -DCMAKE_CXX_STANDARD=17
  72. -- Extracting architecture info from /Users/cgk/qt/6.2.0/qtbase/config.tests/arch/architecture_test.
  73. -- Performing Test HAVE_LD_VERSION_SCRIPT
  74. -- Performing Test HAVE_LD_VERSION_SCRIPT - Failed
  75. -- CMAKE_OSX_ARCHITECTURES: "" (defaults to x86_64)
  76. -- CMAKE_OSX_SYSROOT: "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.3.sdk"
  77. -- CMAKE_OSX_DEPLOYMENT_TARGET: "10.14"
  78. -- QT_MAC_SDK_VERSION: "11.3"
  79. -- QT_MAC_XCODE_VERSION: "Xcode 13.0 Build version 13A233"
  80. -- QT_IS_MACOS_UNIVERSAL: "OFF"
  81. -- CMAKE_VERSION: "3.21.2"
  82. -- CMAKE_HOST_SYSTEM: "Darwin-20.6.0"
  83. -- CMAKE_HOST_SYSTEM_NAME: "Darwin"
  84. -- CMAKE_HOST_SYSTEM_VERSION: "20.6.0"
  85. -- CMAKE_HOST_SYSTEM_PROCESSOR: "x86_64"
  86. -- CMAKE_SYSTEM: "Darwin"
  87. -- CMAKE_SYSTEM_NAME: "Darwin"
  88. -- CMAKE_SYSTEM_VERSION: "20.6.0"
  89. -- CMAKE_SYSTEM_PROCESSOR: "x86_64"
  90. -- CMAKE_CROSSCOMPILING: "FALSE"
  91. -- CMAKE_C_COMPILER: "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc" (13.0.0.13000029)
  92. -- CMAKE_CXX_COMPILER: "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++" (13.0.0.13000029)
  93. -- CMAKE_OBJC_COMPILER: "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc" (13.0.0.13000029)
  94. -- CMAKE_OBJCXX_COMPILER: "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++" (13.0.0.13000029)
  95. -- Found ZLIB: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.3.sdk/usr/lib/libz.tbd (found suitable version "1.2.11", minimum required is "1.0.8")
  96. -- Found WrapZLIB: TRUE (Required is at least version "1.0.8")
  97. -- Could NOT find ZSTD: Found unsuitable version "", but required is at least "1.3" (found ZSTD_LIBRARY-NOTFOUND)
  98. -- Could NOT find WrapDBus1 (missing: DBus1_LIBRARY DBus1_INCLUDE_DIR WrapDBus1_FOUND) (Required is at least version "1.2")
  99. -- Performing Test HAVE_cxx14
  100. -- Performing Test HAVE_cxx14 - Success
  101. -- Performing Test HAVE_cxx17
  102. -- Performing Test HAVE_cxx17 - Success
  103. -- Performing Test HAVE_cxx20
  104. -- Performing Test HAVE_cxx20 - Success
  105. -- Performing Test precompiled header support
  106. -- Performing Test precompiled header support - Success
  107. -- Performing Test TEST_use_bfd_linker
  108. -- Performing Test TEST_use_bfd_linker - Success
  109. -- Performing Test TEST_use_gold_linker
  110. -- Performing Test TEST_use_gold_linker - Success
  111. -- Performing Test TEST_use_lld_linker
  112. -- Performing Test TEST_use_lld_linker - Success
  113. -- Performing Test TEST_optimize_debug
  114. -- Performing Test TEST_optimize_debug - Success
  115. -- Performing Test TEST_enable_new_dtags
  116. -- Performing Test TEST_enable_new_dtags - Failed
  117. -- Performing Test TEST_gdb_index
  118. -- Performing Test TEST_gdb_index - Failed
  119. -- Performing Test HAVE_reduce_relocations
  120. -- Performing Test HAVE_reduce_relocations - Success
  121. -- Performing Test separate debug information support
  122. -- Performing Test separate debug information support - Failed
  123. -- Performing Test HAVE_signaling_nan
  124. -- Performing Test HAVE_signaling_nan - Success
  125. -- Performing SIMD Test SSE2 instructions
  126. -- Performing SIMD Test SSE2 instructions - Success
  127. -- Performing SIMD Test SSE3 instructions
  128. -- Performing SIMD Test SSE3 instructions - Success
  129. -- Performing SIMD Test SSSE3 instructions
  130. -- Performing SIMD Test SSSE3 instructions - Success
  131. -- Performing SIMD Test SSE4.1 instructions
  132. -- Performing SIMD Test SSE4.1 instructions - Success
  133. -- Performing SIMD Test SSE4.2 instructions
  134. -- Performing SIMD Test SSE4.2 instructions - Success
  135. -- Performing SIMD Test AES new instructions
  136. -- Performing SIMD Test AES new instructions - Success
  137. -- Performing SIMD Test F16C instructions
  138. -- Performing SIMD Test F16C instructions - Success
  139. -- Performing SIMD Test RDRAND instruction
  140. -- Performing SIMD Test RDRAND instruction - Success
  141. -- Performing SIMD Test RDSEED instruction
  142. -- Performing SIMD Test RDSEED instruction - Success
  143. -- Performing SIMD Test SHA new instructions
  144. -- Performing SIMD Test SHA new instructions - Success
  145. -- Performing SIMD Test AVX instructions
  146. -- Performing SIMD Test AVX instructions - Success
  147. -- Performing SIMD Test AVX2 instructions
  148. -- Performing SIMD Test AVX2 instructions - Success
  149. -- Performing SIMD Test AVX512 F instructions
  150. -- Performing SIMD Test AVX512 F instructions - Success
  151. -- Performing SIMD Test AVX512 ER instructions
  152. -- Performing SIMD Test AVX512 ER instructions - Success
  153. -- Performing SIMD Test AVX512 CD instructions
  154. -- Performing SIMD Test AVX512 CD instructions - Success
  155. -- Performing SIMD Test AVX512 PF instructions
  156. -- Performing SIMD Test AVX512 PF instructions - Success
  157. -- Performing SIMD Test AVX512 DQ instructions
  158. -- Performing SIMD Test AVX512 DQ instructions - Success
  159. -- Performing SIMD Test AVX512 BW instructions
  160. -- Performing SIMD Test AVX512 BW instructions - Success
  161. -- Performing SIMD Test AVX512 VL instructions
  162. -- Performing SIMD Test AVX512 VL instructions - Success
  163. -- Performing SIMD Test AVX512 IFMA instructions
  164. -- Performing SIMD Test AVX512 IFMA instructions - Success
  165. -- Performing SIMD Test AVX512 VBMI instructions
  166. -- Performing SIMD Test AVX512 VBMI instructions - Success
  167. -- Performing Test HAVE_posix_fallocate
  168. -- Performing Test HAVE_posix_fallocate - Failed
  169. -- Performing Test HAVE_alloca_stdlib_h
  170. -- Performing Test HAVE_alloca_stdlib_h - Success
  171. -- Performing Test HAVE_alloca_h
  172. -- Performing Test HAVE_alloca_h - Success
  173. -- Performing Test HAVE_alloca_malloc_h
  174. -- Performing Test HAVE_alloca_malloc_h - Failed
  175. -- Performing Test HAVE_stack_protector
  176. -- Performing Test HAVE_stack_protector - Success
  177. -- Performing Test HAVE_intelcet
  178. -- Performing Test HAVE_intelcet - Failed
  179. -- Looking for backtrace
  180. -- Looking for backtrace - found
  181. -- backtrace facility detected in default set of libraries
  182. -- Found Backtrace: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.3.sdk/usr/include
  183. -- Could NOT find double-conversion (missing: double-conversion_DIR)
  184. -- Could NOT find WrapDoubleConversion (missing: WrapDoubleConversion_FOUND)
  185. -- Could NOT find GLIB2 (missing: GLIB2_LIBRARIES GTHREAD2_LIBRARIES GLIB2_INCLUDE_DIRS)
  186. -- Found the following ICU libraries:
  187. -- i18n (required)
  188. -- uc (required)
  189. -- data (required)
  190. -- Failed to find all ICU components (missing: ICU_INCLUDE_DIR ICU_LIBRARY)
  191. -- Performing Test HAVE_STDATOMIC
  192. -- Performing Test HAVE_STDATOMIC - Success
  193. -- Found WrapAtomic: TRUE
  194. -- Could NOT find Libb2 (missing: LIBB2_LIBRARY LIBB2_INCLUDE_DIR)
  195. -- Performing Test HAVE_GETTIME
  196. -- Performing Test HAVE_GETTIME - Success
  197. -- Found WrapRt: TRUE
  198. -- Could NOT find LTTngUST (missing: LTTNGUST_LIBRARIES LTTNGUST_INCLUDE_DIRS)
  199. -- Could NOT find WrapSystemPCRE2 (missing: PCRE2_LIBRARIES PCRE2_INCLUDE_DIRS __pcre2_found) (Required is at least version "10.20")
  200. -- Could NOT find Slog2 (missing: Slog2_INCLUDE_DIR Slog2_LIBRARY)
  201. -- Performing Test HAVE_atomicfptr
  202. -- Performing Test HAVE_atomicfptr - Success
  203. -- Performing Test HAVE_clock_monotonic
  204. -- Performing Test HAVE_clock_monotonic - Failed
  205. -- Performing Test HAVE_cloexec
  206. -- Performing Test HAVE_cloexec - Failed
  207. -- Performing Test HAVE_cxx11_future
  208. -- Performing Test HAVE_cxx11_future - Success
  209. -- Performing Test HAVE_cxx11_random
  210. -- Performing Test HAVE_cxx11_random - Success
  211. -- Performing Test HAVE_cxx17_filesystem
  212. -- Performing Test HAVE_cxx17_filesystem - Failed
  213. -- Performing Test HAVE_eventfd
  214. -- Performing Test HAVE_eventfd - Failed
  215. -- Performing Test HAVE_futimens
  216. -- Performing Test HAVE_futimens - Success
  217. -- Performing Test HAVE_futimes
  218. -- Performing Test HAVE_futimes - Success
  219. -- Performing Test HAVE_getauxval
  220. -- Performing Test HAVE_getauxval - Failed
  221. -- Performing Test HAVE_getentropy
  222. -- Performing Test HAVE_getentropy - Failed
  223. -- Performing Test HAVE_glibc
  224. -- Performing Test HAVE_glibc - Failed
  225. -- Performing Test HAVE_inotify
  226. -- Performing Test HAVE_inotify - Failed
  227. -- Performing Test HAVE_ipc_sysv
  228. -- Performing Test HAVE_ipc_sysv - Success
  229. -- Performing Test HAVE_ipc_posix
  230. -- Performing Test HAVE_ipc_posix - Success
  231. -- Performing Test HAVE_linkat
  232. -- Performing Test HAVE_linkat - Success
  233. -- Performing Test HAVE_ppoll
  234. -- Performing Test HAVE_ppoll - Failed
  235. -- Performing Test HAVE_pollts
  236. -- Performing Test HAVE_pollts - Failed
  237. -- Performing Test HAVE_poll
  238. -- Performing Test HAVE_poll - Success
  239. -- Performing Test HAVE_renameat2
  240. -- Performing Test HAVE_renameat2 - Failed
  241. -- Performing Test HAVE_statx
  242. -- Performing Test HAVE_statx - Failed
  243. -- Performing Test HAVE_syslog
  244. -- Performing Test HAVE_syslog - Success
  245. -- Performing Test HAVE_xlocalescanprint
  246. -- Performing Test HAVE_xlocalescanprint - Failed
  247. -- Could NOT find WrapBrotli (missing: BrotliDec_FOUND BrotliEnc_FOUND BrotliCommon_FOUND)
  248. -- Could NOT find OpenSSL, try to set the path to OpenSSL root folder in the system variable OPENSSL_ROOT_DIR (missing: OPENSSL_CRYPTO_LIBRARY OPENSSL_INCLUDE_DIR)
  249. -- Could NOT find WrapOpenSSLHeaders (missing: OPENSSL_INCLUDE_DIR)
  250. -- Could NOT find OpenSSL, try to set the path to OpenSSL root folder in the system variable OPENSSL_ROOT_DIR (missing: OPENSSL_CRYPTO_LIBRARY OPENSSL_INCLUDE_DIR)
  251. -- Could NOT find WrapOpenSSLHeaders (missing: OPENSSL_INCLUDE_DIR)
  252. -- Could NOT find WrapOpenSSL (missing: OPENSSL_CRYPTO_LIBRARY OPENSSL_INCLUDE_DIR)
  253. -- Found GSSAPI: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.3.sdk/System/Library/Frameworks/GSS.framework
  254. -- Performing Test HAVE_getifaddrs
  255. -- Performing Test HAVE_getifaddrs - Success
  256. -- Performing Test HAVE_ifr_index
  257. -- Performing Test HAVE_ifr_index - Failed
  258. -- Performing Test HAVE_ipv6ifname
  259. -- Performing Test HAVE_ipv6ifname - Success
  260. -- Performing Test HAVE_linux_netlink
  261. -- Performing Test HAVE_linux_netlink - Failed
  262. -- Performing Test HAVE_sctp
  263. -- Performing Test HAVE_sctp - Failed
  264. -- Performing Test HAVE_networklistmanager
  265. -- Performing Test HAVE_networklistmanager - Failed
  266. -- Could NOT find Libdrm (missing: Libdrm_LIBRARY Libdrm_INCLUDE_DIR)
  267. -- Performing Test HAVE_EGL
  268. -- Performing Test HAVE_EGL - Failed
  269. -- Could NOT find EGL (missing: EGL_INCLUDE_DIR HAVE_EGL EGL_LIBRARY)
  270. -- Could NOT find WrapSystemFreetype (missing: __freetype_found) (Required is at least version "2.2.0")
  271. -- Could NOT find Fontconfig (missing: Fontconfig_LIBRARY Fontconfig_INCLUDE_DIR)
  272. -- Could NOT find gbm (missing: gbm_LIBRARY gbm_INCLUDE_DIR)
  273. -- Could NOT find WrapSystemHarfbuzz (missing: HARFBUZZ_LIBRARIES HARFBUZZ_INCLUDE_DIRS) (Required is at least version "2.6.0")
  274. -- Could NOT find Libinput (missing: Libinput_LIBRARY Libinput_INCLUDE_DIR)
  275. -- Could NOT find JPEG (missing: JPEG_LIBRARY JPEG_INCLUDE_DIR)
  276. -- Could NOT find md4c (missing: md4c_DIR)
  277. -- Could NOT find WrapSystemPNG (missing: __png_found)
  278. -- Found OpenGL: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.3.sdk/System/Library/Frameworks/OpenGL.framework
  279. -- Found WrapOpenGL: TRUE
  280. -- Could NOT find EGL (missing: EGL_INCLUDE_DIR HAVE_EGL EGL_LIBRARY)
  281. -- Performing Test HAVE_GLESv2
  282. -- Performing Test HAVE_GLESv2 - Failed
  283. -- Could NOT find GLESv2 (missing: GLESv2_INCLUDE_DIR GLESv2_LIBRARY HAVE_GLESv2 HAVE_GLESv2)
  284. -- Could NOT find WrapVulkanHeaders (missing: Vulkan_INCLUDE_DIR)
  285. -- Performing Test HAVE_evdev
  286. -- Performing Test HAVE_evdev - Failed
  287. -- Performing Test HAVE_integrityfb
  288. -- Performing Test HAVE_integrityfb - Failed
  289. -- Performing Test HAVE_linuxfb
  290. -- Performing Test HAVE_linuxfb - Failed
  291. -- Performing Test HAVE_directwrite
  292. -- Performing Test HAVE_directwrite - Failed
  293. -- Performing Test HAVE_directwrite3
  294. -- Performing Test HAVE_directwrite3 - Failed
  295. -- Performing Test HAVE_d2d1
  296. -- Performing Test HAVE_d2d1 - Failed
  297. -- Performing Test HAVE_d2d1_1
  298. -- Performing Test HAVE_d2d1_1 - Failed
  299. -- Tool 'Qt6::moc' will be built from source.
  300. -- Tool 'Qt6::rcc' will be built from source.
  301. -- Tool 'Qt6::tracegen' will be built from source.
  302. -- Tool 'Qt6::cmake_automoc_parser' will be built from source.
  303. -- Looking for pthread.h
  304. -- Looking for pthread.h - found
  305. -- Performing Test CMAKE_HAVE_LIBC_PTHREAD
  306. -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success
  307. -- Found Threads: TRUE
  308. -- Using Qt bundled PCRE2.
  309. -- Found WrapPCRE2: TRUE
  310. -- Using source syncqt found at: /Users/cgk/qt/qt6/qtbase/libexec/syncqt.pl
  311. -- Running syncqt for module: 'QtCore'
  312. -- Could NOT find double-conversion (missing: double-conversion_DIR)
  313. -- Could NOT find WrapDoubleConversion (missing: WrapDoubleConversion_FOUND)
  314. -- Could NOT find GLIB2 (missing: GLIB2_LIBRARIES GTHREAD2_LIBRARIES GLIB2_INCLUDE_DIRS)
  315. -- Found the following ICU libraries:
  316. -- i18n (required)
  317. -- uc (required)
  318. -- data (required)
  319. -- Failed to find all ICU components (missing: ICU_INCLUDE_DIR ICU_LIBRARY)
  320. -- Could NOT find Libb2 (missing: LIBB2_LIBRARY LIBB2_INCLUDE_DIR)
  321. -- Could NOT find LTTngUST (missing: LTTNGUST_LIBRARIES LTTNGUST_INCLUDE_DIRS)
  322. -- Could NOT find WrapSystemPCRE2 (missing: PCRE2_LIBRARIES PCRE2_INCLUDE_DIRS __pcre2_found) (Required is at least version "10.20")
  323. -- Could NOT find Slog2 (missing: Slog2_INCLUDE_DIR Slog2_LIBRARY)
  324. CMake Warning at qtbase/src/corelib/CMakeLists.txt:1224 (message):
  325. xmlstarlet was not found. freedesktop.org.xml will not be minified!
  326.  
  327.  
  328. -- Running syncqt for module: 'QtConcurrent'
  329. -- Running syncqt for module: 'QtSql'
  330. QtSql: created deprecated header(s) { qsql.h }
  331. -- Running syncqt for module: 'QtNetwork'
  332. -- Could NOT find WrapBrotli (missing: BrotliDec_FOUND BrotliEnc_FOUND BrotliCommon_FOUND)
  333. -- Could NOT find OpenSSL, try to set the path to OpenSSL root folder in the system variable OPENSSL_ROOT_DIR (missing: OPENSSL_CRYPTO_LIBRARY OPENSSL_INCLUDE_DIR)
  334. -- Could NOT find WrapOpenSSLHeaders (missing: OPENSSL_INCLUDE_DIR)
  335. -- Could NOT find OpenSSL, try to set the path to OpenSSL root folder in the system variable OPENSSL_ROOT_DIR (missing: OPENSSL_CRYPTO_LIBRARY OPENSSL_INCLUDE_DIR)
  336. -- Could NOT find WrapOpenSSLHeaders (missing: OPENSSL_INCLUDE_DIR)
  337. -- Could NOT find WrapOpenSSL (missing: OPENSSL_CRYPTO_LIBRARY OPENSSL_INCLUDE_DIR)
  338. -- Running syncqt for module: 'QtXml'
  339. -- Tool 'Qt6::uic' will be built from source.
  340. -- Tool 'Qt6::qdbuscpp2xml' will be built from source.
  341. -- Tool 'Qt6::qdbusxml2cpp' will be built from source.
  342. -- Tool 'Qt6::qlalr' will be built from source.
  343. -- Tool 'Qt6::qvkgen' will be built from source.
  344. -- Tool 'Qt6::qtpaths' will be built from source.
  345. -- Tool 'Qt6::androiddeployqt' will be built from source.
  346. -- Tool 'Qt6::androidtestrunner' will be built from source.
  347. -- Running syncqt for module: 'QtDBus'
  348. QtDBus: created deprecated header(s) { qdbusmacros.h }
  349. -- Could NOT find X11_XCB (missing: X11_XCB_LIBRARY X11_XCB_INCLUDE_DIR)
  350. -- Using Qt bundled Harfbuzz.
  351. -- Found WrapHarfbuzz: TRUE
  352. -- Using Qt bundled PNG.
  353. -- Found WrapPNG: TRUE
  354. -- Using Qt bundled Freetype.
  355. -- Found WrapFreetype: TRUE
  356. -- Running syncqt for module: 'QtGui'
  357. -- Could NOT find Libdrm (missing: Libdrm_LIBRARY Libdrm_INCLUDE_DIR)
  358. -- Could NOT find EGL (missing: EGL_INCLUDE_DIR HAVE_EGL EGL_LIBRARY)
  359. -- Could NOT find WrapSystemFreetype (missing: __freetype_found) (Required is at least version "2.2.0")
  360. -- Could NOT find Fontconfig (missing: Fontconfig_LIBRARY Fontconfig_INCLUDE_DIR)
  361. -- Could NOT find gbm (missing: gbm_LIBRARY gbm_INCLUDE_DIR)
  362. -- Could NOT find WrapSystemHarfbuzz (missing: HARFBUZZ_LIBRARIES HARFBUZZ_INCLUDE_DIRS) (Required is at least version "2.6.0")
  363. -- Could NOT find Libinput (missing: Libinput_LIBRARY Libinput_INCLUDE_DIR)
  364. -- Could NOT find JPEG (missing: JPEG_LIBRARY JPEG_INCLUDE_DIR)
  365. -- Could NOT find md4c (missing: md4c_DIR)
  366. -- Could NOT find WrapSystemPNG (missing: __png_found)
  367. -- Could NOT find EGL (missing: EGL_INCLUDE_DIR HAVE_EGL EGL_LIBRARY)
  368. -- Could NOT find GLESv2 (missing: GLESv2_INCLUDE_DIR GLESv2_LIBRARY HAVE_GLESv2 HAVE_GLESv2)
  369. -- Could NOT find WrapVulkanHeaders (missing: Vulkan_INCLUDE_DIR)
  370. -- Running syncqt for module: 'QtOpenGL'
  371. -- Running syncqt for module: 'QtWidgets'
  372. -- Running syncqt for module: 'QtOpenGLWidgets'
  373. -- Running syncqt for module: 'QtDeviceDiscoverySupport'
  374. -- Running syncqt for module: 'QtFbSupport'
  375. -- Running syncqt for module: 'QtTest'
  376. QtTest: created deprecated header(s) { qtest_global.h }
  377. -- Running syncqt for module: 'QtPrintSupport'
  378. -- Found Cups: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.3.sdk/usr/lib/libcups.tbd (found version "2.3.4")
  379. -- Could NOT find DB2 (missing: DB2_INCLUDE_DIR DB2_LIBRARY)
  380. -- Could NOT find MySQL (missing: MySQL_LIBRARY MySQL_INCLUDE_DIR)
  381. -- Could NOT find PostgreSQL (missing: PostgreSQL_LIBRARY PostgreSQL_INCLUDE_DIR)
  382. -- Could NOT find Oracle (missing: Oracle_LIBRARY Oracle_INCLUDE_DIR)
  383. -- Could NOT find ODBC (missing: ODBC_INCLUDE_DIR)
  384. -- Found SQLite3: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.3.sdk/usr/include (found version "3.32.3")
  385. -- Could NOT find Interbase (missing: Interbase_LIBRARY Interbase_INCLUDE_DIR)
  386. -- Could NOT find JPEG (missing: JPEG_LIBRARY JPEG_INCLUDE_DIR)
  387. -- Tool 'Qt6::qmake' will be built from source.
  388. Generating Plugins files for BundledLibpng;BundledFreetype;BundledHarfbuzz;BundledPcre2;Core;Concurrent;Sql;Network;Xml;DBus;Gui;OpenGL;Widgets;OpenGLWidgets;DeviceDiscoverySupportPrivate;FbSupportPrivate;Test;PrintSupport...
  389. Configuring 'qtshadertools'
  390. -- Running syncqt for module: 'QtShaderTools'
  391. -- Tool 'Qt6::qsb' will be built from source.
  392. Generating Plugins files for BundledGlslang_Spirv;BundledGlslang_Osdependent;BundledGlslang_Oglcompiler;BundledGlslang_Glslang;BundledSpirv_Cross;ShaderTools...
  393. Configuring 'qtsvg'
  394. -- Running syncqt for module: 'QtSvg'
  395. -- Running syncqt for module: 'QtSvgWidgets'
  396. Generating Plugins files for Svg;SvgWidgets...
  397. Configuring 'qtimageformats'
  398. -- Could NOT find JPEG (missing: JPEG_LIBRARY JPEG_INCLUDE_DIR)
  399. -- Could NOT find Jasper (missing: JASPER_LIBRARIES JASPER_INCLUDE_DIR JPEG_LIBRARIES)
  400. -- Could NOT find TIFF (missing: TIFF_LIBRARY TIFF_INCLUDE_DIR)
  401. -- Could NOT find WrapWebP (missing: WebP_INCLUDE_DIR WebP_LIBRARY WebP_demux_INCLUDE_DIR WebP_demux_LIBRARY WebP_mux_INCLUDE_DIR WebP_mux_LIBRARY)
  402. -- Could NOT find Libmng (missing: LIBMNG_LIBRARY LIBMNG_INCLUDE_DIR)
  403. Generating Plugins files for ...
  404. Configuring 'qtdeclarative'
  405. -- Found PythonInterp: /usr/bin/python (found version "2.7.16")
  406. -- Tool 'Qt6::qmltyperegistrar' will be built from source.
  407. -- Could NOT find LTTngUST (missing: LTTNGUST_LIBRARIES LTTNGUST_INCLUDE_DIRS)
  408. -- Performing Test HAVE_pointer_32bit
  409. -- Performing Test HAVE_pointer_32bit - Failed
  410. -- Performing Test HAVE_pointer_64bit
  411. -- Performing Test HAVE_pointer_64bit - Success
  412. -- Performing Test HAVE_arm_thumb
  413. -- Performing Test HAVE_arm_thumb - Failed
  414. -- Performing Test HAVE_arm_fp
  415. -- Performing Test HAVE_arm_fp - Success
  416. -- Running syncqt for module: 'QtQml'
  417. -- Could NOT find LTTngUST (missing: LTTNGUST_LIBRARIES LTTNGUST_INCLUDE_DIRS)
  418. -- Running syncqt for module: 'QtQmlModels'
  419. -- Running syncqt for module: 'QtQmlCore'
  420. -- Running syncqt for module: 'QtQmlWorkerScript'
  421. -- Running syncqt for module: 'QtQmlLocalStorage'
  422. -- Running syncqt for module: 'QtQmlXmlListModel'
  423. -- Running syncqt for module: 'QtQuick'
  424. -- Could NOT find LTTngUST (missing: LTTNGUST_LIBRARIES LTTNGUST_INCLUDE_DIRS)
  425. -- Running syncqt for module: 'QtQuickShapes'
  426. -- Running syncqt for module: 'QtQuickLayouts'
  427. -- Running syncqt for module: 'QtQuickTest'
  428. -- Running syncqt for module: 'QtQuickParticles'
  429. -- Running syncqt for module: 'QtQuickWidgets'
  430. -- Running syncqt for module: 'QtQuickTemplates2'
  431. -- Running syncqt for module: 'QtQuickControls2Impl'
  432. -- Running syncqt for module: 'QtQuickControls2'
  433. -- Running syncqt for module: 'QtQuickDialogs2Utils'
  434. -- Running syncqt for module: 'QtQuickDialogs2QuickImpl'
  435. -- Running syncqt for module: 'QtQuickDialogs2'
  436. -- Running syncqt for module: 'QtLabsSettings'
  437. -- Running syncqt for module: 'QtLabsQmlModels'
  438. -- Running syncqt for module: 'QtLabsFolderListModel'
  439. -- Running syncqt for module: 'QtLabsAnimation'
  440. -- Running syncqt for module: 'QtLabsWavefrontMesh'
  441. -- Running syncqt for module: 'QtLabsSharedImage'
  442. -- Running syncqt for module: 'QtPacketProtocol'
  443. -- Running syncqt for module: 'QtQmlDom'
  444. -- Running syncqt for module: 'QtQmlCompiler'
  445. -- Tool 'Qt6::qmlcachegen' will be built from source.
  446. -- Running syncqt for module: 'QtQmlDebug'
  447. -- Tool 'Qt6::qmldom' will be built from source.
  448. -- Tool 'Qt6::qmllint' will be built from source.
  449. -- Tool 'Qt6::qmlimportscanner' will be built from source.
  450. -- Tool 'Qt6::qmlformat' will be built from source.
  451. -- Tool 'Qt6::qml' will be built from source.
  452. -- Tool 'Qt6::qmlprofiler' will be built from source.
  453. -- Tool 'Qt6::qmlpreview' will be built from source.
  454. -- Tool 'Qt6::qmltestrunner' will be built from source.
  455. -- Tool 'Qt6::qmljs' will be built from source.
  456. -- Tool 'Qt6::qmljsrootgen' will be built from source.
  457. Generating Plugins files for Qml;QmlModels;QmlCore;QmlWorkerScript;QmlLocalStorage;QmlXmlListModel;Quick;QuickShapesPrivate;QuickLayouts;QuickTest;QuickParticlesPrivate;QuickWidgets;QuickTemplates2;QuickControls2Impl;QuickControls2;QuickDialogs2Utils;QuickDialogs2QuickImpl;QuickDialogs2;LabsSettings;LabsQmlModels;LabsFolderListModel;LabsAnimation;LabsWavefrontMesh;LabsSharedImage;PacketProtocolPrivate;QmlDevToolsPrivate;QmlDomPrivate;QmlCompilerPrivate;QmlDebugPrivate...
  458. Configuring 'qt3d'
  459. -- Running syncqt for module: 'Qt3DCore'
  460. -- Could NOT find WrapQt3DAssimp (missing: WrapQt3DAssimp_FOUND) (Required is at least version "5")
  461. -- Performing Test
  462. -- Performing Test - Failed
  463. -- Running syncqt for module: 'Qt3DLogic'
  464. -- Running syncqt for module: 'Qt3DInput'
  465. -- Running syncqt for module: 'Qt3DRender'
  466. -- Could NOT find Vulkan (missing: Vulkan_LIBRARY Vulkan_INCLUDE_DIR)
  467. -- Running syncqt for module: 'Qt3DExtras'
  468. -- Running syncqt for module: 'Qt3DAnimation'
  469. -- Running syncqt for module: 'Qt3DQuick'
  470. -- Running syncqt for module: 'Qt3DQuickRender'
  471. -- Running syncqt for module: 'Qt3DQuickScene2D'
  472. -- Running syncqt for module: 'Qt3DQuickExtras'
  473. -- Running syncqt for module: 'Qt3DQuickInput'
  474. -- Running syncqt for module: 'Qt3DQuickAnimation'
  475. CMake Warning (dev) at /Users/cgk/qt/6.2.0/qtbase/lib/cmake/Qt6Qml/Qt6QmlBuildInternals.cmake:386 (message):
  476. INSTALL_SOURCE_QMLTYPES option is deprecated and should not be used.
  477. Please port your module to use declarative type registration.
  478. Call Stack (most recent call first):
  479. qt3d/src/quick3d/imports/render/CMakeLists.txt:7 (qt_internal_add_qml_module)
  480. This warning is for project developers. Use -Wno-dev to suppress it.
  481.  
  482. CMake Warning (dev) at /Users/cgk/qt/6.2.0/qtbase/lib/cmake/Qt6Qml/Qt6QmlBuildInternals.cmake:386 (message):
  483. INSTALL_SOURCE_QMLTYPES option is deprecated and should not be used.
  484. Please port your module to use declarative type registration.
  485. Call Stack (most recent call first):
  486. qt3d/src/quick3d/imports/scene3d/CMakeLists.txt:7 (qt_internal_add_qml_module)
  487. This warning is for project developers. Use -Wno-dev to suppress it.
  488.  
  489. CMake Warning (dev) at /Users/cgk/qt/6.2.0/qtbase/lib/cmake/Qt6Qml/Qt6QmlBuildInternals.cmake:386 (message):
  490. INSTALL_SOURCE_QMLTYPES option is deprecated and should not be used.
  491. Please port your module to use declarative type registration.
  492. Call Stack (most recent call first):
  493. qt3d/src/quick3d/imports/extras/CMakeLists.txt:7 (qt_internal_add_qml_module)
  494. This warning is for project developers. Use -Wno-dev to suppress it.
  495.  
  496. CMake Warning (dev) at /Users/cgk/qt/6.2.0/qtbase/lib/cmake/Qt6Qml/Qt6QmlBuildInternals.cmake:386 (message):
  497. INSTALL_SOURCE_QMLTYPES option is deprecated and should not be used.
  498. Please port your module to use declarative type registration.
  499. Call Stack (most recent call first):
  500. qt3d/src/quick3d/imports/scene2d/CMakeLists.txt:7 (qt_internal_add_qml_module)
  501. This warning is for project developers. Use -Wno-dev to suppress it.
  502.  
  503. CMake Warning (dev) at /Users/cgk/qt/6.2.0/qtbase/lib/cmake/Qt6Qml/Qt6QmlBuildInternals.cmake:386 (message):
  504. INSTALL_SOURCE_QMLTYPES option is deprecated and should not be used.
  505. Please port your module to use declarative type registration.
  506. Call Stack (most recent call first):
  507. qt3d/src/quick3d/imports/input/CMakeLists.txt:7 (qt_internal_add_qml_module)
  508. This warning is for project developers. Use -Wno-dev to suppress it.
  509.  
  510. CMake Warning (dev) at /Users/cgk/qt/6.2.0/qtbase/lib/cmake/Qt6Qml/Qt6QmlBuildInternals.cmake:386 (message):
  511. INSTALL_SOURCE_QMLTYPES option is deprecated and should not be used.
  512. Please port your module to use declarative type registration.
  513. Call Stack (most recent call first):
  514. qt3d/src/quick3d/imports/logic/CMakeLists.txt:7 (qt_internal_add_qml_module)
  515. This warning is for project developers. Use -Wno-dev to suppress it.
  516.  
  517. CMake Warning (dev) at /Users/cgk/qt/6.2.0/qtbase/lib/cmake/Qt6Qml/Qt6QmlBuildInternals.cmake:386 (message):
  518. INSTALL_SOURCE_QMLTYPES option is deprecated and should not be used.
  519. Please port your module to use declarative type registration.
  520. Call Stack (most recent call first):
  521. qt3d/src/quick3d/imports/animation/CMakeLists.txt:7 (qt_internal_add_qml_module)
  522. This warning is for project developers. Use -Wno-dev to suppress it.
  523.  
  524. -- Performing Test Autodesk FBX
  525. -- Performing Test Autodesk FBX - Failed
  526. Generating Plugins files for 3DCore;3DLogic;3DInput;3DRender;3DExtras;3DAnimation;3DQuick;3DQuickRender;3DQuickScene2D;3DQuickExtras;3DQuickInput;3DQuickAnimation...
  527. Configuring 'qt5compat'
  528. -- Running syncqt for module: 'QtCore5Compat'
  529. -- Found the following ICU libraries:
  530. -- i18n (required)
  531. -- uc (required)
  532. -- data (required)
  533. -- Failed to find all ICU components (missing: ICU_INCLUDE_DIR ICU_LIBRARY)
  534. -- Performing Test HAVE_ICONV
  535. -- Performing Test HAVE_ICONV - Failed
  536. -- Performing Test HAVE_ICONV_WITH_LIB
  537. -- Performing Test HAVE_ICONV_WITH_LIB - Failed
  538. CMake Warning (dev) at /Users/cgk/qt/6.2.0/qtbase/lib/cmake/Qt6Qml/Qt6QmlBuildInternals.cmake:386 (message):
  539. INSTALL_SOURCE_QMLTYPES option is deprecated and should not be used.
  540. Please port your module to use declarative type registration.
  541. Call Stack (most recent call first):
  542. qt5compat/src/imports/graphicaleffects5/CMakeLists.txt:25 (qt_internal_add_qml_module)
  543. This warning is for project developers. Use -Wno-dev to suppress it.
  544.  
  545. Generating Plugins files for Core5Compat...
  546. Configuring 'qtactiveqt'
  547. Condition "WIN32" is not met, enabling documentation build only.
  548. Generating Plugins files for ...
  549. Configuring 'qtmultimedia'
  550. -- Running syncqt for module: 'QtMultimedia'
  551. QtMultimedia: created deprecated header(s) { qtmultimediadefs.h }
  552. -- Could NOT find ALSA (missing: ALSA_LIBRARY ALSA_INCLUDE_DIR)
  553. -- Found AVFoundation: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.3.sdk/System/Library/Frameworks/AVFoundation.framework
  554. -- Could NOT find GLIB2 (missing: GLIB2_LIBRARIES GTHREAD2_LIBRARIES GLIB2_INCLUDE_DIRS)
  555. -- Could NOT find GLIB2 (missing: GLIB2_LIBRARIES GTHREAD2_LIBRARIES GLIB2_INCLUDE_DIRS)
  556. -- Could NOT find GLIB2 (missing: GLIB2_LIBRARIES GTHREAD2_LIBRARIES GLIB2_INCLUDE_DIRS)
  557. -- Could NOT find GLIB2 (missing: GLIB2_LIBRARIES GTHREAD2_LIBRARIES GLIB2_INCLUDE_DIRS)
  558. -- Could NOT find WrapPulseAudio (missing: PULSEAUDIO_LIBRARY PULSEAUDIO_INCLUDE_DIR WrapPulseAudio_FOUND)
  559. -- Could NOT find WMF (missing: WMF_STMIIDS_LIBRARY WMF_DMOGUIDS_LIBRARY WMF_UUID_LIBRARY WMF_MSDMO_LIBRARY WMF_OLE32_LIBRARY WMF_OLEAUT32_LIBRARY WMF_MF_LIBRARY WMF_MFUUID_LIBRARY WMF_MFPLAT_LIBRARY WMF_PROPSYS_LIBRARY)
  560. -- Performing Test evr.h
  561. -- Performing Test evr.h - Failed
  562. -- Performing Test Vivante GPU
  563. -- Performing Test Vivante GPU - Failed
  564. -- Performing Test Video for Linux
  565. -- Performing Test Video for Linux - Failed
  566. -- Performing Test wmsdk.h
  567. -- Performing Test wmsdk.h - Failed
  568. -- Running syncqt for module: 'QtMultimediaQuick'
  569. CMake Warning (dev) at /Users/cgk/qt/6.2.0/qtbase/lib/cmake/Qt6Qml/Qt6QmlMacros.cmake:1445 (message):
  570. The QT_QML_SOURCE_VERSION source file property has been replaced by
  571. QT_QML_SOURCE_VERSIONS (i.e. plural rather than singular). The singular
  572. form will eventually be removed, please update the project to use the
  573. plural form instead for the file at:
  574.  
  575. Video.qml
  576. Call Stack (most recent call first):
  577. /Users/cgk/qt/6.2.0/qtbase/lib/cmake/Qt6Qml/Qt6QmlMacros.cmake:555 (qt6_target_qml_sources)
  578. /Users/cgk/qt/6.2.0/qtbase/lib/cmake/Qt6Qml/Qt6QmlBuildInternals.cmake:294 (qt6_add_qml_module)
  579. qtmultimedia/src/multimediaquick/CMakeLists.txt:12 (qt_internal_add_qml_module)
  580. This warning is for project developers. Use -Wno-dev to suppress it.
  581.  
  582. -- Running syncqt for module: 'QtMultimediaWidgets'
  583. Generating Plugins files for Multimedia;MultimediaQuickPrivate;MultimediaWidgets...
  584. Configuring 'qtcharts'
  585. -- Running syncqt for module: 'QtCharts'
  586. -- Running syncqt for module: 'QtChartsQml'
  587. Generating Plugins files for Charts;ChartsQml...
  588. Configuring 'qtcoap'
  589. -- Running syncqt for module: 'QtCoap'
  590. Generating Plugins files for Coap...
  591. Configuring 'qtconnectivity'
  592. -- Running syncqt for module: 'QtBluetooth'
  593. -- Performing Test BlueZ Low Energy
  594. -- Performing Test BlueZ Low Energy - Failed
  595. -- Performing Test Linux Crypto API
  596. -- Performing Test Linux Crypto API - Failed
  597. -- Performing Test WinRT Bluetooth API
  598. -- Performing Test WinRT Bluetooth API - Failed
  599. -- Running syncqt for module: 'QtNfc'
  600. Generating Plugins files for Bluetooth;Nfc...
  601. Configuring 'qtdatavis3d'
  602. -- Running syncqt for module: 'QtDataVisualization'
  603. CMake Warning (dev) at qtbase/cmake/QtPluginHelpers.cmake:57 (message):
  604. Plugins are not intended to be linked to. They should not have any public
  605. properties, but DataVisualizationQml2 sets PUBLIC_LIBRARIES to the
  606. following value:
  607.  
  608. Qt::Core;Qt::Gui;Qt::OpenGL;Qt::Qml;Qt::Quick;DataVisualization
  609.  
  610. Update your project to use LIBRARIES instead.
  611.  
  612. Call Stack (most recent call first):
  613. /Users/cgk/qt/6.2.0/qtbase/lib/cmake/Qt6Qml/Qt6QmlBuildInternals.cmake:220 (qt_internal_add_plugin)
  614. qtdatavis3d/src/datavisualizationqml2/CMakeLists.txt:26 (qt_internal_add_qml_module)
  615. This warning is for project developers. Use -Wno-dev to suppress it.
  616.  
  617. CMake Warning (dev) at /Users/cgk/qt/6.2.0/qtbase/lib/cmake/Qt6Qml/Qt6QmlBuildInternals.cmake:386 (message):
  618. INSTALL_SOURCE_QMLTYPES option is deprecated and should not be used.
  619. Please port your module to use declarative type registration.
  620. Call Stack (most recent call first):
  621. qtdatavis3d/src/datavisualizationqml2/CMakeLists.txt:26 (qt_internal_add_qml_module)
  622. This warning is for project developers. Use -Wno-dev to suppress it.
  623.  
  624. Generating Plugins files for DataVisualization...
  625. Configuring 'qttools'
  626. -- Found ZLIB: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.3.sdk/usr/lib/libz.tbd (found version "1.2.11")
  627. -- Found LibXml2: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.3.sdk/usr/lib/libxml2.tbd (found version "2.9.4")
  628. -- Found WrapLibClang: TRUE (found suitable version "13.0.0", minimum required is "8")
  629. -- Running syncqt for module: 'QtTools'
  630. -- Tool 'Qt6::lconvert' will be built from source.
  631. -- Tool 'Qt6::lprodump' will be built from source.
  632. -- Tool 'Qt6::lrelease' will be built from source.
  633. -- Tool 'Qt6::lrelease-pro' will be built from source.
  634. -- Tool 'Qt6::lupdate' will be built from source.
  635. -- Tool 'Qt6::lupdate-pro' will be built from source.
  636. -- Running syncqt for module: 'QtUiPlugin'
  637. -- Running syncqt for module: 'QtUiTools'
  638. -- Running syncqt for module: 'QtDesigner'
  639. QtDesigner: WARNING: /Users/cgk/qt/qt6/qttools/src/designer/src/lib/uilib/formbuilder.h includes abstractformbuilder.h when it should include QtDesigner/abstractformbuilder.h
  640. QtDesigner: created deprecated header(s) { QDesignerCustomWidgetInterface, QDesignerCustomWidgetCollectionInterface, customwidget.h, QDesignerExportWidget, qdesignerexportwidget.h }
  641. -- Running syncqt for module: 'QtDesignerComponents'
  642. -- Running syncqt for module: 'QtHelp'
  643. -- Tool 'Qt6::qhelpgenerator' will be built from source.
  644. -- Tool 'Qt6::qtattributionsscanner' will be built from source.
  645. -- Tool 'Qt6::qdoc' will be built from source.
  646. Generating Plugins files for Tools;Linguist;UiPlugin;UiTools;Designer;DesignerComponentsPrivate;Help...
  647. Configuring 'qtdoc'
  648. Generating Plugins files for ...
  649. Configuring 'qtserialport'
  650. -- Running syncqt for module: 'QtSerialPort'
  651. -- Performing Test HAVE_ntddmodm
  652. -- Performing Test HAVE_ntddmodm - Failed
  653. Generating Plugins files for SerialPort...
  654. Configuring 'qtlocation'
  655. -- Running syncqt for module: 'QtPositioning'
  656. -- Performing Test WinRT geolocation
  657. -- Performing Test WinRT geolocation - Failed
  658. -- Running syncqt for module: 'QtPositioningQuick'
  659. Generating Plugins files for Bundled_Clip2Tri;Bundled_Poly2Tri;Bundled_Clipper;Positioning;PositioningQuick...
  660. Configuring 'qtlottie'
  661. -- Running syncqt for module: 'QtBodymovin'
  662. CMake Warning (dev) at /Users/cgk/qt/6.2.0/qtbase/lib/cmake/Qt6Qml/Qt6QmlBuildInternals.cmake:386 (message):
  663. INSTALL_SOURCE_QMLTYPES option is deprecated and should not be used.
  664. Please port your module to use declarative type registration.
  665. Call Stack (most recent call first):
  666. qtlottie/src/imports/CMakeLists.txt:1 (qt_internal_add_qml_module)
  667. This warning is for project developers. Use -Wno-dev to suppress it.
  668.  
  669. Generating Plugins files for BodymovinPrivate...
  670. Configuring 'qtmqtt'
  671. -- Could NOT find Qt6WebSockets (missing: Qt6WebSockets_DIR)
  672. CMake Warning at /Users/cgk/qt/6.2.0/qtbase/lib/cmake/Qt6/Qt6Config.cmake:225 (message):
  673. Failed to find Qt component "WebSockets".
  674.  
  675. Expected Config file at
  676. "/Users/cgk/qt/6.2.0/qtbase/lib/cmake/Qt6WebSockets/Qt6WebSocketsConfig.cmake"
  677. does NOT exist
  678.  
  679. Call Stack (most recent call first):
  680. qtmqtt/CMakeLists.txt:20 (find_package)
  681.  
  682.  
  683. -- Running syncqt for module: 'QtMqtt'
  684. Generating Plugins files for Mqtt...
  685. Configuring 'qtnetworkauth'
  686. -- Running syncqt for module: 'QtNetworkAuth'
  687. Generating Plugins files for NetworkAuth...
  688. Configuring 'qtopcua'
  689. -- Running syncqt for module: 'QtOpcUa'
  690. -- Could NOT find OpenSSL, try to set the path to OpenSSL root folder in the system variable OPENSSL_ROOT_DIR (missing: OPENSSL_CRYPTO_LIBRARY OPENSSL_INCLUDE_DIR) (Required is at least version "1.1")
  691. -- Could NOT find WrapOpenSSLHeaders (missing: OPENSSL_INCLUDE_DIR) (Required is at least version "1.1")
  692. -- Could NOT find WrapOpenSSL (missing: OPENSSL_CRYPTO_LIBRARY OPENSSL_INCLUDE_DIR) (Required is at least version "1.1")
  693. -- Performing Test HAVE_uacpp
  694. -- Performing Test HAVE_uacpp - Failed
  695. CMake Warning (dev) at qtbase/cmake/QtPluginHelpers.cmake:57 (message):
  696. Plugins are not intended to be linked to. They should not have any public
  697. properties, but declarative_opcua sets PUBLIC_LIBRARIES to the following
  698. value:
  699.  
  700. Qt::Core;Qt::Gui;Qt::OpcUa;Qt::Quick
  701.  
  702. Update your project to use LIBRARIES instead.
  703.  
  704. Call Stack (most recent call first):
  705. /Users/cgk/qt/6.2.0/qtbase/lib/cmake/Qt6Qml/Qt6QmlBuildInternals.cmake:220 (qt_internal_add_plugin)
  706. qtopcua/src/imports/opcua/CMakeLists.txt:1 (qt_internal_add_qml_module)
  707. This warning is for project developers. Use -Wno-dev to suppress it.
  708.  
  709. CMake Warning (dev) at /Users/cgk/qt/6.2.0/qtbase/lib/cmake/Qt6Qml/Qt6QmlBuildInternals.cmake:386 (message):
  710. INSTALL_SOURCE_QMLTYPES option is deprecated and should not be used.
  711. Please port your module to use declarative type registration.
  712. Call Stack (most recent call first):
  713. qtopcua/src/imports/opcua/CMakeLists.txt:1 (qt_internal_add_qml_module)
  714. This warning is for project developers. Use -Wno-dev to suppress it.
  715.  
  716. Generating Plugins files for OpcUa...
  717. Configuring 'qtqa'
  718. Generating Plugins files for ...
  719. Configuring 'qtquicktimeline'
  720. -- Running syncqt for module: 'QtQuickTimeline'
  721. Generating Plugins files for QuickTimeline...
  722. Configuring 'qtquick3d'
  723. -- Running syncqt for module: 'QtQuick3DUtils'
  724. -- Running syncqt for module: 'QtQuick3DAssetImport'
  725. -- Running syncqt for module: 'QtQuick3DRuntimeRender'
  726. -- Running syncqt for module: 'QtQuick3D'
  727. -- Running syncqt for module: 'QtQuick3DParticles'
  728. -- Running syncqt for module: 'QtQuick3DAssetUtils'
  729. QtQuick3DAssetUtils: WARNING: /Users/cgk/qt/qt6/qtquick3d/src/assetutils/qquick3druntimeloader_p.h does not have the "We mean it." warning
  730. -- Could NOT find WrapQuick3DAssimp (missing: WrapQuick3DAssimp_FOUND) (Required is at least version "5")
  731. -- Performing Test Assimp
  732. -- Performing Test Assimp - Failed
  733. -- Running syncqt for module: 'QtQuick3DHelpers'
  734. -- Running syncqt for module: 'QtQuick3DIblBaker'
  735. -- Tool 'Qt6::balsam' will be built from source.
  736. -- Tool 'Qt6::balsamui' will be built from source.
  737. -- Tool 'Qt6::meshdebug' will be built from source.
  738. -- Tool 'Qt6::shadergen' will be built from source.
  739. -- Tool 'Qt6::instancer' will be built from source.
  740. Generating Plugins files for Quick3DUtils;Quick3DAssetImport;Quick3DRuntimeRender;Quick3D;Quick3DParticles;Quick3DAssetUtils;Quick3DEffects;Quick3DHelpers;Quick3DIblBaker...
  741. Configuring 'qtremoteobjects'
  742. -- Running syncqt for module: 'QtRepParser'
  743. -- Running syncqt for module: 'QtRemoteObjects'
  744. -- Running syncqt for module: 'QtRemoteObjectsQml'
  745. -- Tool 'Qt6::repc' will be built from source.
  746. Generating Plugins files for RepParser;RemoteObjects;RemoteObjectsQml...
  747. Configuring 'qtscxml'
  748. -- Running syncqt for module: 'QtScxml'
  749. -- Running syncqt for module: 'QtStateMachine'
  750. -- Running syncqt for module: 'QtStateMachineQml'
  751. -- Running syncqt for module: 'QtScxmlQml'
  752. -- Tool 'Qt6::qscxmlc' will be built from source.
  753. Generating Plugins files for Scxml;StateMachine;StateMachineQml;ScxmlQml...
  754. Configuring 'qtsensors'
  755. -- Running syncqt for module: 'QtSensors'
  756. -- Running syncqt for module: 'QtSensorsQuick'
  757. Generating Plugins files for Sensors;SensorsQuick...
  758. Configuring 'qtserialbus'
  759. -- Running syncqt for module: 'QtSerialBus'
  760. QtSerialBus: created deprecated header(s) { qserialbusglobal.h }
  761. -- Performing Test Socket CAN
  762. -- Performing Test Socket CAN - Failed
  763. -- Performing Test Socket CAN FD
  764. -- Performing Test Socket CAN FD - Failed
  765. -- Tool 'Qt6::canbusutil' will be built from source.
  766. Generating Plugins files for SerialBus...
  767. Configuring 'qttranslations'
  768. CMake Warning at qttranslations/translations/CMakeLists.txt:38 (message):
  769. Directory
  770. '/Users/cgk/qt/qt6/qttranslations/translations/../../qtquickcontrols2/src'
  771. for qtquickcontrols2 does not exist. Skipping...
  772. Call Stack (most recent call first):
  773. qttranslations/translations/CMakeLists.txt:93 (add_ts_targets)
  774.  
  775.  
  776. CMake Warning at qttranslations/translations/CMakeLists.txt:45 (message):
  777. No source files located for qtquickcontrols2, skipping target creation
  778. Call Stack (most recent call first):
  779. qttranslations/translations/CMakeLists.txt:93 (add_ts_targets)
  780.  
  781.  
  782. Configuring 'qtvirtualkeyboard'
  783. -- XCB: XFIXES requires XCB;RENDER;SHAPE
  784. -- XCB: XFIXES requires XCB;RENDER;SHAPE
  785. -- XCB: XFIXES requires XCB;RENDER;SHAPE
  786. -- Could NOT find XCB_XCB (missing: XCB_XCB_LIBRARY XCB_XCB_INCLUDE_DIR) (found version "")
  787. -- Could NOT find XCB_RENDER (missing: XCB_RENDER_LIBRARY XCB_RENDER_INCLUDE_DIR XCB_XCB_FOUND) (found version "")
  788. -- Could NOT find XCB_SHAPE (missing: XCB_SHAPE_LIBRARY XCB_SHAPE_INCLUDE_DIR XCB_XCB_FOUND) (found version "")
  789. -- Could NOT find XCB_XFIXES (missing: XCB_XFIXES_LIBRARY XCB_XFIXES_INCLUDE_DIR XCB_XCB_FOUND XCB_RENDER_FOUND XCB_SHAPE_FOUND) (found version "")
  790. -- Could NOT find XCB (missing: XCB_LIBRARIES XFIXES)
  791. -- Running syncqt for module: 'QtVirtualKeyboard'
  792. -- Could NOT find PkgConfig (missing: PKG_CONFIG_EXECUTABLE)
  793. -- Could NOT find CerenceHwrAlphabetic (missing: CERENCE_HWR_ALPHABETIC_INCLUDE_DIRS)
  794. -- Could NOT find CerenceHwrCjk (missing: CERENCE_HWR_CJK_INCLUDE_DIRS)
  795. -- Could NOT find CerenceXt9 (missing: CERENCE_XT9_INCLUDE_DIRS)
  796. -- Could NOT find MyScript (missing: MyScript_ROOT_DIR MyScript_VOIM_INCLUDE_DIR MyScript_VOIM_BINARY MyScript_Ink_BINARY MyScript_Prediction_BINARY MyScript_Text_BINARY MyScript_Engine_BINARY)
  797. CMake Warning (dev) at /Users/cgk/qt/6.2.0/qtbase/lib/cmake/Qt6Qml/Qt6QmlBuildInternals.cmake:386 (message):
  798. INSTALL_SOURCE_QMLTYPES option is deprecated and should not be used.
  799. Please port your module to use declarative type registration.
  800. Call Stack (most recent call first):
  801. qtvirtualkeyboard/src/import/CMakeLists.txt:5 (qt_internal_add_qml_module)
  802. This warning is for project developers. Use -Wno-dev to suppress it.
  803.  
  804. CMake Warning (dev) at /Users/cgk/qt/6.2.0/qtbase/lib/cmake/Qt6Qml/Qt6QmlBuildInternals.cmake:386 (message):
  805. INSTALL_SOURCE_QMLTYPES option is deprecated and should not be used.
  806. Please port your module to use declarative type registration.
  807. Call Stack (most recent call first):
  808. qtvirtualkeyboard/src/settings/CMakeLists.txt:5 (qt_internal_add_qml_module)
  809. This warning is for project developers. Use -Wno-dev to suppress it.
  810.  
  811. CMake Warning (dev) at /Users/cgk/qt/6.2.0/qtbase/lib/cmake/Qt6Qml/Qt6QmlBuildInternals.cmake:386 (message):
  812. INSTALL_SOURCE_QMLTYPES option is deprecated and should not be used.
  813. Please port your module to use declarative type registration.
  814. Call Stack (most recent call first):
  815. qtvirtualkeyboard/src/styles/CMakeLists.txt:5 (qt_internal_add_qml_module)
  816. This warning is for project developers. Use -Wno-dev to suppress it.
  817.  
  818. Generating Plugins files for VirtualKeyboard;BundledOpenwnn;BundledPinyin;BundledTcime...
  819. Configuring 'qtwayland'
  820. -- Could NOT find WaylandScanner (missing: WaylandScanner_EXECUTABLE)
  821. -- Could NOT find Wayland_Client (missing: Wayland_Client_LIBRARY Wayland_Client_INCLUDE_DIR) (found version "")
  822. -- Could NOT find Wayland_Server (missing: Wayland_Server_LIBRARY Wayland_Server_INCLUDE_DIR) (found version "")
  823. -- Could NOT find Wayland_Cursor (missing: Wayland_Cursor_LIBRARY Wayland_Cursor_INCLUDE_DIR) (found version "")
  824. -- Could NOT find Wayland_Egl (missing: Wayland_Egl_LIBRARY Wayland_Egl_INCLUDE_DIR Wayland_Client_FOUND) (found version "")
  825. -- Could NOT find Wayland (missing: Wayland_LIBRARIES) (Required is at least version "1.15")
  826. CMake Warning at qtwayland/src/CMakeLists.txt:7 (message):
  827. QtWayland is missing required dependencies, nothing will be built.
  828. Although this could be considered an error, the configuration will still
  829. pass as coin (Qt's continuous integration system) will fail the build if
  830. configure fails, but will still try to configure the module on targets that
  831. are missing dependencies.
  832.  
  833.  
  834. Generating Plugins files for ...
  835. Configuring 'qtwebsockets'
  836. -- Running syncqt for module: 'QtWebSockets'
  837. CMake Warning (dev) at /Users/cgk/qt/6.2.0/qtbase/lib/cmake/Qt6Qml/Qt6QmlBuildInternals.cmake:386 (message):
  838. INSTALL_SOURCE_QMLTYPES option is deprecated and should not be used.
  839. Please port your module to use declarative type registration.
  840. Call Stack (most recent call first):
  841. qtwebsockets/src/imports/qmlwebsockets/CMakeLists.txt:1 (qt_internal_add_qml_module)
  842. This warning is for project developers. Use -Wno-dev to suppress it.
  843.  
  844. Generating Plugins files for WebSockets...
  845. Configuring 'qtwebchannel'
  846. -- Running syncqt for module: 'QtWebChannel'
  847. CMake Warning (dev) at /Users/cgk/qt/6.2.0/qtbase/lib/cmake/Qt6Qml/Qt6QmlBuildInternals.cmake:386 (message):
  848. INSTALL_SOURCE_QMLTYPES option is deprecated and should not be used.
  849. Please port your module to use declarative type registration.
  850. Call Stack (most recent call first):
  851. qtwebchannel/src/imports/webchannel/CMakeLists.txt:7 (qt_internal_add_qml_module)
  852. This warning is for project developers. Use -Wno-dev to suppress it.
  853.  
  854. Generating Plugins files for WebChannel...
  855. Configuring 'qtwebengine'
  856. Configuring 'qtwebview'
  857. -- Could NOT find Qt6WebEngineCore (missing: Qt6WebEngineCore_DIR)
  858. CMake Warning at /Users/cgk/qt/6.2.0/qtbase/lib/cmake/Qt6/Qt6Config.cmake:225 (message):
  859. Failed to find Qt component "WebEngineCore".
  860.  
  861. Expected Config file at
  862. "/Users/cgk/qt/6.2.0/qtbase/lib/cmake/Qt6WebEngineCore/Qt6WebEngineCoreConfig.cmake"
  863. does NOT exist
  864.  
  865. Call Stack (most recent call first):
  866. qtwebview/CMakeLists.txt:12 (find_package)
  867.  
  868.  
  869. -- Could NOT find Qt6WebEngineQuick (missing: Qt6WebEngineQuick_DIR)
  870. CMake Warning at /Users/cgk/qt/6.2.0/qtbase/lib/cmake/Qt6/Qt6Config.cmake:225 (message):
  871. Failed to find Qt component "WebEngineQuick".
  872.  
  873. Expected Config file at
  874. "/Users/cgk/qt/6.2.0/qtbase/lib/cmake/Qt6WebEngineQuick/Qt6WebEngineQuickConfig.cmake"
  875. does NOT exist
  876.  
  877. Call Stack (most recent call first):
  878. qtwebview/CMakeLists.txt:12 (find_package)
  879.  
  880.  
  881. -- Running syncqt for module: 'QtWebView'
  882. -- Running syncqt for module: 'QtWebViewQuick'
  883. QtWebViewQuick: WARNING: /Users/cgk/qt/qt6/qtwebview/src/quick/qtwebviewquickglobal_p.h does not have the "We mean it." warning
  884. CMake Warning (dev) at qtbase/cmake/QtPluginHelpers.cmake:57 (message):
  885. Plugins are not intended to be linked to. They should not have any public
  886. properties, but QDarwinWebViewPlugin sets PUBLIC_LIBRARIES to the following
  887. value:
  888.  
  889. Qt::Core;Qt::Gui;Qt::WebViewPrivate
  890.  
  891. Update your project to use LIBRARIES instead.
  892.  
  893. Call Stack (most recent call first):
  894. qtwebview/src/plugins/darwin/CMakeLists.txt:10 (qt_internal_add_plugin)
  895. This warning is for project developers. Use -Wno-dev to suppress it.
  896.  
  897. Generating Plugins files for WebView;WebViewQuick...
  898. -- The following packages have been found:
  899.  
  900. * QtBuildInternals
  901. * Backtrace
  902. * OpenGL
  903. * SQLite3
  904. * PythonInterp
  905. * WrapIconv
  906. * AVFoundation
  907. * Qt6OpenGLPrivate (required version >= 6.2.0)
  908. * Qt6QuickWidgets (required version >= 6.2.0)
  909. * Qt6CorePrivate (required version >= 6.2.0)
  910. * Qt6QmlDevToolsPrivate (required version >= 6.2.0)
  911. * Cups
  912. * Qt6PrintSupport (required version >= 6.2.0)
  913. * ZLIB
  914. * LibXml2
  915. * LLVM
  916. * Clang
  917. * WrapLibClang (required version >= 8)
  918. * Qt6Sql (required version >= 6.2.0)
  919. * Qt6QmlXmlListModel (required version >= 6.2.0)
  920. * Qt6Concurrent (required version >= 6.2.0)
  921. * Qt6ShaderToolsTools (required version >= 6.2.0)
  922. * Qt6ShaderTools (required version >= 6.2.0)
  923. * Qt6QuickTimeline (required version >= 6.2.0)
  924. * Qt6OpenGLWidgets (required version >= 6.2.0)
  925. * Qt6Xml (required version >= 6.2.0)
  926. * Qt6SerialPort (required version >= 6.2.0)
  927. * Qt6LinguistTools (required version >= 6.2.0)
  928. * Qt6Linguist (required version >= 6.2.0)
  929. * Qt6WidgetsTools (required version >= 6.2.0)
  930. * Qt6Widgets (required version >= 6.2.0)
  931. * Qt6Svg (required version >= 6.2.0)
  932. * Qt6QuickTemplates2Private (required version >= 6.2.0)
  933. * Qt6QuickControls2 (required version >= 6.2.0)
  934. * Qt6Test (required version >= 6.2.0)
  935. * Qt6QmlPrivate (required version >= 6.2.0)
  936. * Qt6QuickPrivate (required version >= 6.2.0)
  937. * Qt6QuickTest (required version >= 6.2.0)
  938. * Qt6WebSockets (required version >= 6.2.0)
  939. * Qt6BuildInternals (required version >= 6.2.0)
  940. * WrapAtomic
  941. * WrapBacktrace
  942. * WrapPCRE2
  943. * WrapRt
  944. * Qt6CoreTools (required version >= 6.2.0)
  945. * Qt6Core (required version >= 6.2.0)
  946. * WrapOpenGL
  947. * WrapPNG
  948. * WrapHarfbuzz
  949. * WrapFreetype
  950. * Qt6GuiTools (required version >= 6.2.0)
  951. * Qt6DBusTools (required version >= 6.2.0)
  952. * Qt6DBus (required version >= 6.2.0)
  953. * Qt6Gui (required version >= 6.2.0)
  954. * Qt6QmlTools (required version >= 6.2.0)
  955. * WrapZLIB (required version >= 1.0.8)
  956. * GSSAPI, Generic Security Services Application Program Interface
  957. * Qt6Network (required version >= 6.2.0)
  958. * Qt6Qml (required version >= 6.2.0)
  959. * Qt6QmlModels (required version >= 6.2.0)
  960. * Threads
  961. * Qt6OpenGL (required version >= 6.2.0)
  962. * Qt6Quick (required version >= 6.2.0)
  963. * Qt6 (required version >= 6.2.0)
  964.  
  965. -- The following OPTIONAL packages have not been found:
  966.  
  967. * zstd
  968. * ZSTD (required version >= 1.3), ZSTD compression library, <https://github.com/facebook/zstd>
  969. * DBus1 (required version >= 1.2)
  970. * WrapDBus1 (required version >= 1.2)
  971. * double-conversion
  972. * WrapDoubleConversion
  973. * Libsystemd
  974. * Libb2
  975. * PCRE2 (required version >= 10.20)
  976. * WrapSystemPCRE2 (required version >= 10.20)
  977. * Slog2
  978. * unofficial-brotli
  979. * WrapBrotli
  980. * Libproxy
  981. * X11_XCB, A compatibility library for code that translates Xlib API calls into XCB calls, <http://xorg.freedesktop.org/>
  982. * ATSPI2
  983. * DirectFB
  984. * Libdrm, Userspace interface to kernel DRM services., <https://wiki.freedesktop.org/dri/>
  985. * Freetype (required version >= 2.2.0)
  986. * WrapSystemFreetype (required version >= 2.2.0)
  987. * Fontconfig
  988. * gbm, Mesa gbm library., <http://www.mesa3d.org>
  989. * harfbuzz (required version >= 2.6.0)
  990. * WrapSystemHarfbuzz (required version >= 2.6.0)
  991. * 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/>
  992. * md4c
  993. * WrapSystemMd4c
  994. * PNG
  995. * WrapSystemPNG
  996. * Mtdev
  997. * 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/>
  998. * GLESv2
  999. * Tslib
  1000. * WrapVulkanHeaders
  1001. * GTK3 (required version >= 3.6)
  1002. * DB2, IBM DB2 client library, <https://www.ibm.com>
  1003. * MySQL, MySQL client library, <https://www.mysql.com>
  1004. * PostgreSQL
  1005. * Oracle, Oracle client library, <https://www.oracle.com>
  1006. * ODBC
  1007. * Interbase, Interbase client library, <https://www.embarcadero.com/products/interbase>
  1008. * JPEG
  1009. * Jasper
  1010. * WrapJasper
  1011. * TIFF
  1012. * WebP
  1013. * WrapWebP
  1014. * Libmng
  1015. * LTTngUST
  1016. * Qt6Gamepad (required version >= 6.2.0)
  1017. * Qt6Multimedia (required version >= 6.2.0)
  1018. * WrapQt3DAssimp (required version >= 5)
  1019. * Vulkan
  1020. * ICU
  1021. * ALSA
  1022. * GLIB2, Event loop and utility library, <https://wiki.gnome.org/Projects/GLib>
  1023. * GObject
  1024. * GStreamer
  1025. * PulseAudio
  1026. * WrapPulseAudio
  1027. * WMF
  1028. * BlueZ
  1029. * litehtml
  1030. * Libudev
  1031. * Gypsy
  1032. * Gconf
  1033. * Uacpp, The Unified Automation C++ OPC UA SDK, <https://www.unified-automation.com/products/server-sdk/c-ua-server-sdk.html>
  1034. * OpenSSL (required version >= 1.1)
  1035. * WrapOpenSSLHeaders (required version >= 1.1)
  1036. * WrapOpenSSL (required version >= 1.1)
  1037. * assimp (required version >= 5)
  1038. * WrapQuick3DAssimp (required version >= 5)
  1039. * XCB, X protocol C-language Binding, <http://xcb.freedesktop.org>
  1040. * Hunspell
  1041. * CerenceHwrAlphabetic
  1042. * CerenceHwrCjk
  1043. * CerenceXt9
  1044. * MyScript
  1045. * WaylandScanner, Executable that converts XML protocol files to C code, <https://wayland.freedesktop.org/>
  1046. * Wayland (required version >= 1.15), C library implementation of the Wayland protocol: a protocol for a compositor to talk to its clients, <http://wayland.freedesktop.org>
  1047. * PkgConfig
  1048. * Qt6QmlCompilerPlus
  1049. * Qt6WebEngineCore (required version >= 6.2.0)
  1050. * Qt6WebEngineQuick (required version >= 6.2.0)
  1051.  
  1052. Configure summary:
  1053.  
  1054. Building for: macx-clang (x86_64, CPU features: cx16 mmx sse sse2 sse3 ssse3 sse4.1)
  1055. Compiler: clang (Apple) 13.0.0.13000029
  1056. Build options:
  1057. Mode ................................... release
  1058. Optimize release build for size ........ no
  1059. Fully optimize release builds (-O3) .... no
  1060. Building shared libraries .............. no
  1061. Using C standard ....................... C11
  1062. Using C++ standard ..................... C++17
  1063. Using ccache ........................... no
  1064. Relocatable ............................ no
  1065. Using precompiled headers .............. yes
  1066. Using LTCG ............................. no
  1067. Target compiler supports:
  1068. SSE .................................. SSE2 SSE3 SSSE3 SSE4.1 SSE4.2
  1069. AVX .................................. AVX AVX2
  1070. AVX512 ............................... F ER CD PF DQ BW VL IFMA VBMI
  1071. Other x86 ............................ AES F16C RDRAND SHA
  1072. Intrinsics without compiler architecture option yes
  1073. Sanitizers:
  1074. Addresses ............................ no
  1075. Threads .............................. no
  1076. Memory ............................... no
  1077. Fuzzer (instrumentation only) ........ no
  1078. Undefined ............................ no
  1079. Build parts ............................ libs tools
  1080. App store compliance ................... no
  1081. Qt modules and options:
  1082. Qt Concurrent .......................... yes
  1083. Qt D-Bus ............................... yes
  1084. Qt D-Bus directly linked to libdbus .... no
  1085. Qt Gui ................................. yes
  1086. Qt Network ............................. yes
  1087. Qt PrintSupport ........................ yes
  1088. Qt Sql ................................. yes
  1089. Qt Testlib ............................. yes
  1090. Qt Widgets ............................. yes
  1091. Qt Xml ................................. yes
  1092. Support enabled for:
  1093. Using pkg-config ....................... no
  1094. udev ................................... no
  1095. Using system zlib ...................... yes
  1096. Zstandard support ...................... no
  1097. Thread support ......................... yes
  1098. Common build options:
  1099. Linker can resolve circular dependencies yes
  1100. Qt Core:
  1101. backtrace .............................. yes
  1102. DoubleConversion ....................... yes
  1103. Using system DoubleConversion ........ no
  1104. GLib ................................... no
  1105. ICU .................................... no
  1106. Using system libb2 ..................... no
  1107. Built-in copy of the MIME database ..... yes
  1108. Tracing backend ........................ <none>
  1109. Logging backends:
  1110. journald ............................. no
  1111. syslog ............................... no
  1112. slog2 ................................ no
  1113. PCRE2 .................................. yes
  1114. Using system PCRE2 ................... no
  1115. Qt Sql:
  1116. SQL item models ........................ yes
  1117. Qt Network:
  1118. getifaddrs() ........................... yes
  1119. IPv6 ifname ............................ yes
  1120. libproxy ............................... no
  1121. SecureTransport ........................ yes
  1122. OpenSSL ................................ no
  1123. Qt directly linked to OpenSSL ........ no
  1124. OpenSSL 1.1 ............................ no
  1125. DTLS ................................... no
  1126. OCSP-stapling .......................... no
  1127. SCTP ................................... no
  1128. Use system proxies ..................... yes
  1129. GSSAPI ................................. yes
  1130. Brotli Decompression Support ........... no
  1131. Qt Gui:
  1132. Accessibility .......................... yes
  1133. FreeType ............................... yes
  1134. Using system FreeType ................ no
  1135. HarfBuzz ............................... yes
  1136. Using system HarfBuzz ................ no
  1137. Fontconfig ............................. no
  1138. Image formats:
  1139. GIF .................................. yes
  1140. ICO .................................. yes
  1141. JPEG ................................. yes
  1142. Using system libjpeg ............... no
  1143. PNG .................................. yes
  1144. Using system libpng ................ no
  1145. Text formats:
  1146. HtmlParser ........................... yes
  1147. CssParser ............................ yes
  1148. OdfWriter ............................ yes
  1149. MarkdownReader ....................... yes
  1150. Using system libmd4c ............... no
  1151. MarkdownWriter ....................... yes
  1152. EGL .................................... no
  1153. OpenVG ................................. no
  1154. OpenGL:
  1155. Desktop OpenGL ....................... yes
  1156. OpenGL ES 2.0 ........................ no
  1157. OpenGL ES 3.0 ........................ no
  1158. OpenGL ES 3.1 ........................ no
  1159. OpenGL ES 3.2 ........................ no
  1160. Vulkan ................................. no
  1161. Session Management ..................... yes
  1162. Features used by QPA backends:
  1163. evdev .................................. no
  1164. libinput ............................... no
  1165. INTEGRITY HID .......................... no
  1166. mtdev .................................. no
  1167. tslib .................................. no
  1168. xkbcommon .............................. no
  1169. X11 specific:
  1170. XLib ................................. no
  1171. XCB Xlib ............................. no
  1172. EGL on X11 ........................... no
  1173. xkbcommon-x11 ........................ no
  1174. xcb-sm ............................... no
  1175. QPA backends:
  1176. DirectFB ............................... no
  1177. EGLFS .................................. no
  1178. EGLFS details:
  1179. EGLFS OpenWFD ........................ no
  1180. EGLFS i.Mx6 .......................... no
  1181. EGLFS i.Mx6 Wayland .................. no
  1182. EGLFS RCAR ........................... no
  1183. EGLFS EGLDevice ...................... no
  1184. EGLFS GBM ............................ no
  1185. EGLFS VSP2 ........................... no
  1186. EGLFS Mali ........................... no
  1187. EGLFS Raspberry Pi ................... no
  1188. EGLFS X11 ............................ no
  1189. LinuxFB ................................ no
  1190. VNC .................................... no
  1191. VK_KHR_display ......................... no
  1192. QNX:
  1193. lgmon ................................ no
  1194. IMF .................................. no
  1195. XCB:
  1196. Using system-provided xcb-xinput ..... no
  1197. GL integrations:
  1198. GLX Plugin ......................... no
  1199. XCB GLX .......................... no
  1200. EGL-X11 Plugin ..................... no
  1201. Windows:
  1202. Direct 2D ............................ no
  1203. Direct 2D 1.1 ........................ no
  1204. DirectWrite .......................... no
  1205. DirectWrite 3 ........................ no
  1206. Qt Widgets:
  1207. GTK+ ................................... no
  1208. Styles ................................. Fusion macOS Windows
  1209. Qt Testlib:
  1210. Tester for item models ................. yes
  1211. Qt PrintSupport:
  1212. CUPS ................................... yes
  1213. Qt Sql Drivers:
  1214. DB2 (IBM) .............................. no
  1215. InterBase .............................. no
  1216. MySql .................................. no
  1217. OCI (Oracle) ........................... no
  1218. ODBC ................................... no
  1219. PostgreSQL ............................. no
  1220. SQLite ................................. yes
  1221. Using system provided SQLite ......... no
  1222. Core tools:
  1223. qmake tool ............................. yes
  1224. Further Image Formats:
  1225. JasPer ................................. no
  1226. MNG .................................... no
  1227. TIFF ................................... yes
  1228. Using system libtiff ................. no
  1229. WEBP ................................... yes
  1230. Using system libwebp ................. no
  1231. Qt QML:
  1232. QML network support .................... yes
  1233. QML debugging and profiling support .... yes
  1234. QML just-in-time compiler .............. yes
  1235. QML sequence object .................... yes
  1236. QML XML http request ................... yes
  1237. QML Locale ............................. yes
  1238. Qt QML Models:
  1239. QML list model ......................... yes
  1240. QML delegate model ..................... yes
  1241. Qt Quick:
  1242. AnimatedImage item ..................... yes
  1243. Canvas item ............................ yes
  1244. Support for Qt Quick Designer .......... yes
  1245. Flipable item .......................... yes
  1246. GridView item .......................... yes
  1247. ListView item .......................... yes
  1248. TableView item ......................... yes
  1249. Path support ........................... yes
  1250. PathView item .......................... yes
  1251. Positioner items ....................... yes
  1252. Repeater item .......................... yes
  1253. ShaderEffect item ...................... yes
  1254. Sprite item ............................ yes
  1255. Qt Quick Templates 2:
  1256. Hover support .......................... yes
  1257. Multi-touch support .................... yes
  1258. Qt Quick Controls 2:
  1259. Styles ................................. Basic Fusion Imagine Material Universal macOS Windows
  1260. Qt 3D:
  1261. Assimp ................................. yes
  1262. System Assimp .......................... no
  1263. Use SSE2 instructions .................. yes
  1264. Use AVX2 instructions .................. no
  1265. Aspects:
  1266. Render aspect ........................ yes
  1267. Input aspect ......................... yes
  1268. Logic aspect ......................... yes
  1269. Animation aspect ..................... yes
  1270. Extras aspect ........................ yes
  1271. Qt 3D APIs:
  1272. Vulkan ................................. no
  1273. Qt 3D Renderers:
  1274. OpenGL Renderer ........................ yes
  1275. RHI Renderer ........................... no
  1276. Qt3D Geometry Loaders:
  1277. Autodesk FBX ........................... no
  1278. Qt 5 Compatibility Libraries:
  1279. iconv .................................. no
  1280. Qt Multimedia:
  1281. ALSA ................................... no
  1282. GStreamer 1.0 .......................... no
  1283. Video for Linux ........................ no
  1284. PulseAudio ............................. no
  1285. MMRenderer ............................. no
  1286. AVFoundation ........................... yes
  1287. Windows Media Foundation ............... no
  1288. Qt Charts Types:
  1289. Area Chart ............................. yes
  1290. Line Chart ............................. yes
  1291. Spline Chart ........................... yes
  1292. Scatter Chart .......................... yes
  1293. Bar Chart .............................. yes
  1294. Pie Chart .............................. yes
  1295. Boxplot Chart .......................... yes
  1296. Candlestick Chart ...................... yes
  1297. Qt Axis Types:
  1298. DateTime Axis .......................... yes
  1299. Qt Tools:
  1300. Qt Assistant ........................... yes
  1301. QDoc ................................... yes
  1302. Clang-based lupdate parser ............. yes
  1303. Qt Designer ............................ yes
  1304. Qt Distance Field Generator ............ yes
  1305. Qt Linguist ............................ yes
  1306. Mac Deployment Tool .................... yes
  1307. pixeltool .............................. yes
  1308. qdbus .................................. yes
  1309. Qt Attributions Scanner ................ yes
  1310. qtdiag ................................. yes
  1311. qtplugininfo ........................... yes
  1312. Windows deployment tool ................ no
  1313. Serial Port:
  1314. ntddmodm ............................... no
  1315. Qt Opcua:
  1316. Open62541 .............................. yes
  1317. Unified Automation C++ SDK ............. no
  1318. Support for namespace 0 NodeId names ... yes
  1319. Namespace 0 NodeIds generator .......... no
  1320. Open62541 security support ............. no
  1321. Support for global discovery server .... no
  1322. QtQuick3D:
  1323. Assimp ................................. yes
  1324. System Assimp .......................... no
  1325. Qt Remote Objects:
  1326. High Availability Manager (ham) ........ no
  1327. Qt Scxml:
  1328. ECMAScript data model for QtScxml ...... yes
  1329. Qt Sensors:
  1330. Qt SerialBus:
  1331. Socket CAN ............................. no
  1332. Socket CAN FD .......................... no
  1333. SerialPort Support ..................... yes
  1334. Qt Virtualkeyboard:
  1335. Desktop integration .................... yes
  1336. Built-in layouts ....................... yes
  1337. Key navigation ......................... no
  1338. Retro style as default ................. no
  1339. Sensitive Debug ........................ no
  1340. Cerence ................................ no
  1341. Static Linking ....................... no
  1342. Handwriting .......................... no
  1343. Alphabetic ......................... no
  1344. CJK ................................ no
  1345. XT9 .................................. no
  1346. XT9 Debug .......................... no
  1347. XT9 9-key layouts .................. no
  1348. Bundle resources ..................... no
  1349. Handwriting ........................ no
  1350. XT9 ................................ no
  1351. Hunspell ............................... no
  1352. Using Hunspell copy from 3rdparty/ ... no
  1353. OpenWnn ................................ yes
  1354. MyScript ............................... no
  1355. Language support enabled for:
  1356. Arabic ............................... yes
  1357. Bulgarian ............................ yes
  1358. Czech ................................ yes
  1359. Danish ............................... yes
  1360. German ............................... yes
  1361. Greek ................................ yes
  1362. English GB ........................... yes
  1363. English US ........................... yes
  1364. Spanish .............................. yes
  1365. Spanish Mexico ....................... yes
  1366. Estonian ............................. yes
  1367. Farsi ................................ yes
  1368. Finnish .............................. yes
  1369. French Canada ........................ yes
  1370. French France ........................ yes
  1371. Hebrew ............................... yes
  1372. Hindi ................................ yes
  1373. Croatian ............................. yes
  1374. Hungarian ............................ yes
  1375. Indonesian ........................... yes
  1376. Italian .............................. yes
  1377. Japanese ............................. yes
  1378. Korean ............................... yes
  1379. Malay ................................ yes
  1380. Norwegian ............................ yes
  1381. Dutch ................................ yes
  1382. Polish ............................... yes
  1383. Portuguese Brazil .................... yes
  1384. Portuguese Portugal .................. yes
  1385. Romanian ............................. yes
  1386. Russian .............................. yes
  1387. Slovak ............................... yes
  1388. Slovenian ............................ yes
  1389. Albanian ............................. yes
  1390. Serbian .............................. yes
  1391. Swedish .............................. yes
  1392. Thai ................................. yes
  1393. Turkish .............................. yes
  1394. Ukrainian ............................ yes
  1395. Vietnamese ........................... yes
  1396. Simplified Chinese ................... yes
  1397. Traditional Chinese .................. yes
  1398. HongKong Chinese ..................... no
  1399. Traditional chinese input methods:
  1400. Zhuyin ............................... yes
  1401. Cangjie .............................. yes
  1402.  
  1403. 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.
  1404. Note: Hunspell disabled. Spelling correction will not be available.
  1405.  
  1406. Qt is now configured for building. Just run 'cmake --build . --parallel'
  1407.  
  1408. Once everything is built, Qt is installed. You should NOT run 'cmake --install .'
  1409. Note that this build cannot be deployed to other machines or devices.
  1410.  
  1411. To configure and build other Qt modules, you can use the following convenience script:
  1412. /Users/cgk/qt/6.2.0/qtbase/bin/qt-configure-module
  1413.  
  1414. If reconfiguration fails for some reason, try to remove 'CMakeCache.txt' from the build directory
  1415.  
  1416. -- Configuring done
  1417. CMake Error: AUTOMOC for target qt_target_qml_sources_example_resources_3: The "moc" executable "/Users/cgk/qt/6.2.0/qtbase/libexec/moc" does not exist.
  1418. CMake Generate step failed. Build files cannot be regenerated correctly.
  1419. CMake Error at /Users/cgk/qt/qt6/qtbase/cmake/QtProcessConfigureArgs.cmake:947 (message):
  1420. CMake exited with code 1.
  1421.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement