Advertisement
soulalex

Untitled

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