Advertisement
Guest User

ConsoleOutput

a guest
Nov 17th, 2022
37
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 32.48 KB | None | 0 0
  1. -- 'Release' build type is used by default. Use CMAKE_BUILD_TYPE to specify build type (Release or Debug)
  2. -- android-25 is an alias for android-24. Adjusting ANDROID_PLATFORM to match.
  3. -- The CXX compiler identification is Clang 14.0.6
  4. -- The C compiler identification is Clang 14.0.6
  5. -- Detecting CXX compiler ABI info
  6. -- Detecting CXX compiler ABI info - done
  7. -- Check for working CXX compiler: C:/Users/volce/AppData/Local/Android/Sdk/ndk/android-ndk-r25b/toolchains/llvm/prebuilt/windows-x86_64/bin/clang++.exe - skipped
  8. -- Detecting CXX compile features
  9. -- Detecting CXX compile features - done
  10. -- Detecting C compiler ABI info
  11. -- Detecting C compiler ABI info - done
  12. -- Check for working C compiler: C:/Users/volce/AppData/Local/Android/Sdk/ndk/android-ndk-r25b/toolchains/llvm/prebuilt/windows-x86_64/bin/clang.exe - skipped
  13. -- Detecting C compile features
  14. -- Detecting C compile features - done
  15. -- ocv_init_download: OpenCV source tree is not fetched as git repository. 3rdparty resources will be downloaded from github.com by default.
  16. -- Detected processor: aarch64
  17. -- Found PythonInterp: C:/Users/volce/AppData/Local/Programs/Python/Python32/python.exe (found suitable version "3.2", minimum required is "2.7")
  18. CMake Warning at cmake/OpenCVDetectPython.cmake:81 (message):
  19. CMake's 'find_host_package(PythonInterp 2.7)' found wrong Python version:
  20.  
  21.  
  22. PYTHON_EXECUTABLE=C:/Users/volce/AppData/Local/Programs/Python/Python32/python.exe
  23.  
  24.  
  25. PYTHON_VERSION_STRING=3.2
  26.  
  27. Consider providing the 'PYTHON2_EXECUTABLE' variable via CMake command line
  28. or environment variables
  29.  
  30. Call Stack (most recent call first):
  31. cmake/OpenCVDetectPython.cmake:271 (find_python)
  32. CMakeLists.txt:628 (include)
  33.  
  34.  
  35. -- Could NOT find Python2 (missing: Python2_EXECUTABLE Interpreter)
  36. Reason given by package:
  37. Interpreter: Wrong major version for the interpreter "C:/Users/volce/AppData/Local/Programs/Python/Python310/python.exe"
  38.  
  39. -- Found PythonInterp: C:/Users/volce/AppData/Local/Programs/Python/Python32/python.exe (found suitable version "3.2", minimum required is "3.2")
  40. -- Looking for ccache - not found
  41. -- Performing Test HAVE_CXX_FSIGNED_CHAR
  42. -- Performing Test HAVE_CXX_FSIGNED_CHAR - Success
  43. -- Performing Test HAVE_C_FSIGNED_CHAR
  44. -- Performing Test HAVE_C_FSIGNED_CHAR - Success
  45. -- Performing Test HAVE_CXX_W
  46. -- Performing Test HAVE_CXX_W - Success
  47. -- Performing Test HAVE_C_W
  48. -- Performing Test HAVE_C_W - Success
  49. -- Performing Test HAVE_CXX_WALL
  50. -- Performing Test HAVE_CXX_WALL - Success
  51. -- Performing Test HAVE_C_WALL
  52. -- Performing Test HAVE_C_WALL - Success
  53. -- Performing Test HAVE_CXX_WRETURN_TYPE
  54. -- Performing Test HAVE_CXX_WRETURN_TYPE - Success
  55. -- Performing Test HAVE_C_WRETURN_TYPE
  56. -- Performing Test HAVE_C_WRETURN_TYPE - Success
  57. -- Performing Test HAVE_CXX_WNON_VIRTUAL_DTOR
  58. -- Performing Test HAVE_CXX_WNON_VIRTUAL_DTOR - Success
  59. -- Performing Test HAVE_C_WNON_VIRTUAL_DTOR
  60. -- Performing Test HAVE_C_WNON_VIRTUAL_DTOR - Success
  61. -- Performing Test HAVE_CXX_WADDRESS
  62. -- Performing Test HAVE_CXX_WADDRESS - Success
  63. -- Performing Test HAVE_C_WADDRESS
  64. -- Performing Test HAVE_C_WADDRESS - Success
  65. -- Performing Test HAVE_CXX_WSEQUENCE_POINT
  66. -- Performing Test HAVE_CXX_WSEQUENCE_POINT - Success
  67. -- Performing Test HAVE_C_WSEQUENCE_POINT
  68. -- Performing Test HAVE_C_WSEQUENCE_POINT - Success
  69. -- Performing Test HAVE_CXX_WFORMAT
  70. -- Performing Test HAVE_CXX_WFORMAT - Success
  71. -- Performing Test HAVE_C_WFORMAT
  72. -- Performing Test HAVE_C_WFORMAT - Success
  73. -- Performing Test HAVE_CXX_WFORMAT_SECURITY
  74. -- Performing Test HAVE_CXX_WFORMAT_SECURITY - Success
  75. -- Performing Test HAVE_C_WFORMAT_SECURITY
  76. -- Performing Test HAVE_C_WFORMAT_SECURITY - Success
  77. -- Performing Test HAVE_CXX_WMISSING_DECLARATIONS
  78. -- Performing Test HAVE_CXX_WMISSING_DECLARATIONS - Success
  79. -- Performing Test HAVE_C_WMISSING_DECLARATIONS
  80. -- Performing Test HAVE_C_WMISSING_DECLARATIONS - Success
  81. -- Performing Test HAVE_CXX_WMISSING_PROTOTYPES
  82. -- Performing Test HAVE_CXX_WMISSING_PROTOTYPES - Success
  83. -- Performing Test HAVE_C_WMISSING_PROTOTYPES
  84. -- Performing Test HAVE_C_WMISSING_PROTOTYPES - Success
  85. -- Performing Test HAVE_CXX_WSTRICT_PROTOTYPES
  86. -- Performing Test HAVE_CXX_WSTRICT_PROTOTYPES - Success
  87. -- Performing Test HAVE_C_WSTRICT_PROTOTYPES
  88. -- Performing Test HAVE_C_WSTRICT_PROTOTYPES - Success
  89. -- Performing Test HAVE_CXX_WUNDEF
  90. -- Performing Test HAVE_CXX_WUNDEF - Success
  91. -- Performing Test HAVE_C_WUNDEF
  92. -- Performing Test HAVE_C_WUNDEF - Success
  93. -- Performing Test HAVE_CXX_WINIT_SELF
  94. -- Performing Test HAVE_CXX_WINIT_SELF - Success
  95. -- Performing Test HAVE_C_WINIT_SELF
  96. -- Performing Test HAVE_C_WINIT_SELF - Success
  97. -- Performing Test HAVE_CXX_WPOINTER_ARITH
  98. -- Performing Test HAVE_CXX_WPOINTER_ARITH - Success
  99. -- Performing Test HAVE_C_WPOINTER_ARITH
  100. -- Performing Test HAVE_C_WPOINTER_ARITH - Success
  101. -- Performing Test HAVE_CXX_WSHADOW
  102. -- Performing Test HAVE_CXX_WSHADOW - Success
  103. -- Performing Test HAVE_C_WSHADOW
  104. -- Performing Test HAVE_C_WSHADOW - Success
  105. -- Performing Test HAVE_CXX_WSIGN_PROMO
  106. -- Performing Test HAVE_CXX_WSIGN_PROMO - Success
  107. -- Performing Test HAVE_C_WSIGN_PROMO
  108. -- Performing Test HAVE_C_WSIGN_PROMO - Success
  109. -- Performing Test HAVE_CXX_WUNINITIALIZED
  110. -- Performing Test HAVE_CXX_WUNINITIALIZED - Success
  111. -- Performing Test HAVE_C_WUNINITIALIZED
  112. -- Performing Test HAVE_C_WUNINITIALIZED - Success
  113. -- Performing Test HAVE_CXX_WINCONSISTENT_MISSING_OVERRIDE
  114. -- Performing Test HAVE_CXX_WINCONSISTENT_MISSING_OVERRIDE - Success
  115. -- Performing Test HAVE_C_WINCONSISTENT_MISSING_OVERRIDE
  116. -- Performing Test HAVE_C_WINCONSISTENT_MISSING_OVERRIDE - Success
  117. -- Performing Test HAVE_CXX_WNO_DELETE_NON_VIRTUAL_DTOR
  118. -- Performing Test HAVE_CXX_WNO_DELETE_NON_VIRTUAL_DTOR - Success
  119. -- Performing Test HAVE_C_WNO_DELETE_NON_VIRTUAL_DTOR
  120. -- Performing Test HAVE_C_WNO_DELETE_NON_VIRTUAL_DTOR - Success
  121. -- Performing Test HAVE_CXX_WNO_UNNAMED_TYPE_TEMPLATE_ARGS
  122. -- Performing Test HAVE_CXX_WNO_UNNAMED_TYPE_TEMPLATE_ARGS - Success
  123. -- Performing Test HAVE_C_WNO_UNNAMED_TYPE_TEMPLATE_ARGS
  124. -- Performing Test HAVE_C_WNO_UNNAMED_TYPE_TEMPLATE_ARGS - Success
  125. -- Performing Test HAVE_CXX_WNO_COMMENT
  126. -- Performing Test HAVE_CXX_WNO_COMMENT - Success
  127. -- Performing Test HAVE_C_WNO_COMMENT
  128. -- Performing Test HAVE_C_WNO_COMMENT - Success
  129. -- Performing Test HAVE_CXX_WNO_DEPRECATED_ENUM_ENUM_CONVERSION
  130. -- Performing Test HAVE_CXX_WNO_DEPRECATED_ENUM_ENUM_CONVERSION - Success
  131. -- Performing Test HAVE_C_WNO_DEPRECATED_ENUM_ENUM_CONVERSION
  132. -- Performing Test HAVE_C_WNO_DEPRECATED_ENUM_ENUM_CONVERSION - Success
  133. -- Performing Test HAVE_CXX_WNO_DEPRECATED_ANON_ENUM_ENUM_CONVERSION
  134. -- Performing Test HAVE_CXX_WNO_DEPRECATED_ANON_ENUM_ENUM_CONVERSION - Success
  135. -- Performing Test HAVE_C_WNO_DEPRECATED_ANON_ENUM_ENUM_CONVERSION
  136. -- Performing Test HAVE_C_WNO_DEPRECATED_ANON_ENUM_ENUM_CONVERSION - Success
  137. -- Performing Test HAVE_CXX_FDIAGNOSTICS_SHOW_OPTION
  138. -- Performing Test HAVE_CXX_FDIAGNOSTICS_SHOW_OPTION - Success
  139. -- Performing Test HAVE_C_FDIAGNOSTICS_SHOW_OPTION
  140. -- Performing Test HAVE_C_FDIAGNOSTICS_SHOW_OPTION - Success
  141. -- Performing Test HAVE_CXX_QUNUSED_ARGUMENTS
  142. -- Performing Test HAVE_CXX_QUNUSED_ARGUMENTS - Success
  143. -- Performing Test HAVE_C_QUNUSED_ARGUMENTS
  144. -- Performing Test HAVE_C_QUNUSED_ARGUMENTS - Success
  145. -- Performing Test HAVE_CPU_NEON_SUPPORT (check file: cmake/checks/cpu_neon.cpp)
  146. -- Performing Test HAVE_CPU_NEON_SUPPORT - Success
  147. -- Performing Test HAVE_CPU_FP16_SUPPORT (check file: cmake/checks/cpu_fp16.cpp)
  148. -- Performing Test HAVE_CPU_FP16_SUPPORT - Success
  149. -- Performing Test HAVE_CPU_BASELINE_FLAGS
  150. -- Performing Test HAVE_CPU_BASELINE_FLAGS - Success
  151. -- Performing Test HAVE_CXX_FVISIBILITY_HIDDEN
  152. -- Performing Test HAVE_CXX_FVISIBILITY_HIDDEN - Success
  153. -- Performing Test HAVE_C_FVISIBILITY_HIDDEN
  154. -- Performing Test HAVE_C_FVISIBILITY_HIDDEN - Success
  155. -- Performing Test HAVE_CXX_FVISIBILITY_INLINES_HIDDEN
  156. -- Performing Test HAVE_CXX_FVISIBILITY_INLINES_HIDDEN - Success
  157. -- Performing Test HAVE_C_FVISIBILITY_INLINES_HIDDEN
  158. -- Performing Test HAVE_C_FVISIBILITY_INLINES_HIDDEN - Success
  159. -- Performing Test HAVE_LINK_AS_NEEDED
  160. -- Performing Test HAVE_LINK_AS_NEEDED - Success
  161. -- Performing Test HAVE_LINK_NO_UNDEFINED
  162. -- Performing Test HAVE_LINK_NO_UNDEFINED - Success
  163. -- OpenCV disables pkg-config to avoid using of host libraries. Consider using PKG_CONFIG_LIBDIR to specify target SYSROOT
  164. -- Looking for pthread.h
  165. -- Looking for pthread.h - found
  166. -- Looking for posix_memalign
  167. -- Looking for posix_memalign - found
  168. -- Looking for malloc.h
  169. -- Looking for malloc.h - found
  170. -- Looking for memalign
  171. -- Looking for memalign - found
  172. -- Found ZLIB: C:/Users/volce/AppData/Local/Android/Sdk/ndk/android-ndk-r25b/toolchains/llvm/prebuilt/windows-x86_64/sysroot/usr/lib/aarch64-linux-android/24/libz.so (found suitable version "1.2.12", minimum required is "1.2.3")
  173. -- Performing Test HAVE_C_WNO_UNUSED_PARAMETER
  174. -- Performing Test HAVE_C_WNO_UNUSED_PARAMETER - Success
  175. -- Performing Test HAVE_C_WNO_SIGN_COMPARE
  176. -- Performing Test HAVE_C_WNO_SIGN_COMPARE - Success
  177. -- Performing Test HAVE_C_WNO_SHORTEN_64_TO_32
  178. -- Performing Test HAVE_C_WNO_SHORTEN_64_TO_32 - Success
  179. -- Performing Test HAVE_C_WNO_IMPLICIT_FALLTHROUGH
  180. -- Performing Test HAVE_C_WNO_IMPLICIT_FALLTHROUGH - Success
  181. -- libjpeg-turbo: VERSION = 2.1.2, BUILD = opencv-4.6.0-libjpeg-turbo
  182. -- Looking for sys/types.h
  183. -- Looking for sys/types.h - found
  184. -- Looking for stdint.h
  185. -- Looking for stdint.h - found
  186. -- Looking for stddef.h
  187. -- Looking for stddef.h - found
  188. -- Check size of size_t
  189. -- Check size of size_t - done
  190. -- Check size of unsigned long
  191. -- Check size of unsigned long - done
  192. -- Performing Test HAVE_BUILTIN_CTZL
  193. -- Performing Test HAVE_BUILTIN_CTZL - Success
  194. -- Looking for include file locale.h
  195. -- Looking for include file locale.h - found
  196. -- Looking for include file stdlib.h
  197. -- Looking for include file stdlib.h - found
  198. -- Looking for include file sys/types.h
  199. -- Looking for include file sys/types.h - found
  200. -- Looking for assert.h
  201. -- Looking for assert.h - found
  202. -- Looking for dlfcn.h
  203. -- Looking for dlfcn.h - found
  204. -- Looking for fcntl.h
  205. -- Looking for fcntl.h - found
  206. -- Looking for inttypes.h
  207. -- Looking for inttypes.h - found
  208. -- Looking for io.h
  209. -- Looking for io.h - not found
  210. -- Looking for limits.h
  211. -- Looking for limits.h - found
  212. -- Looking for memory.h
  213. -- Looking for memory.h - found
  214. -- Looking for search.h
  215. -- Looking for search.h - found
  216. -- Looking for string.h
  217. -- Looking for string.h - found
  218. -- Looking for strings.h
  219. -- Looking for strings.h - found
  220. -- Looking for sys/time.h
  221. -- Looking for sys/time.h - found
  222. -- Looking for unistd.h
  223. -- Looking for unistd.h - found
  224. -- Performing Test C_HAS_inline
  225. -- Performing Test C_HAS_inline - Success
  226. -- Check size of signed short
  227. -- Check size of signed short - done
  228. -- Check size of unsigned short
  229. -- Check size of unsigned short - done
  230. -- Check size of signed int
  231. -- Check size of signed int - done
  232. -- Check size of unsigned int
  233. -- Check size of unsigned int - done
  234. -- Check size of signed long
  235. -- Check size of signed long - done
  236. -- Check size of signed long long
  237. -- Check size of signed long long - done
  238. -- Check size of unsigned long long
  239. -- Check size of unsigned long long - done
  240. -- Check size of unsigned char *
  241. -- Check size of unsigned char * - done
  242. -- Check size of ptrdiff_t
  243. -- Check size of ptrdiff_t - done
  244. -- Check size of INT8
  245. -- Check size of INT8 - failed
  246. -- Check size of INT16
  247. -- Check size of INT16 - failed
  248. -- Check size of INT32
  249. -- Check size of INT32 - failed
  250. -- Looking for floor
  251. -- Looking for floor - found
  252. -- Looking for pow
  253. -- Looking for pow - found
  254. -- Looking for sqrt
  255. -- Looking for sqrt - found
  256. -- Looking for isascii
  257. -- Looking for isascii - found
  258. -- Looking for memset
  259. -- Looking for memset - found
  260. -- Looking for mmap
  261. -- Looking for mmap - found
  262. -- Looking for getopt
  263. -- Looking for getopt - found
  264. -- Looking for memmove
  265. -- Looking for memmove - found
  266. -- Looking for setmode
  267. -- Looking for setmode - not found
  268. -- Looking for strcasecmp
  269. -- Looking for strcasecmp - found
  270. -- Looking for strchr
  271. -- Looking for strchr - found
  272. -- Looking for strrchr
  273. -- Looking for strrchr - found
  274. -- Looking for strstr
  275. -- Looking for strstr - found
  276. -- Looking for strtol
  277. -- Looking for strtol - found
  278. -- Looking for strtol
  279. -- Looking for strtol - found
  280. -- Looking for strtoull
  281. -- Looking for strtoull - found
  282. -- Looking for lfind
  283. -- Looking for lfind - found
  284. -- Performing Test HAVE_SNPRINTF
  285. -- Performing Test HAVE_SNPRINTF - Success
  286. -- Performing Test HAVE_C_WNO_UNUSED_BUT_SET_VARIABLE
  287. -- Performing Test HAVE_C_WNO_UNUSED_BUT_SET_VARIABLE - Success
  288. -- Performing Test HAVE_C_WNO_MISSING_PROTOTYPES
  289. -- Performing Test HAVE_C_WNO_MISSING_PROTOTYPES - Success
  290. -- Performing Test HAVE_C_WNO_MISSING_DECLARATIONS
  291. -- Performing Test HAVE_C_WNO_MISSING_DECLARATIONS - Success
  292. -- Performing Test HAVE_C_WNO_UNDEF
  293. -- Performing Test HAVE_C_WNO_UNDEF - Success
  294. -- Performing Test HAVE_C_WNO_UNUSED
  295. -- Performing Test HAVE_C_WNO_UNUSED - Success
  296. -- Performing Test HAVE_C_WNO_CAST_ALIGN
  297. -- Performing Test HAVE_C_WNO_CAST_ALIGN - Success
  298. -- Performing Test HAVE_C_WNO_SHADOW
  299. -- Performing Test HAVE_C_WNO_SHADOW - Success
  300. -- Performing Test HAVE_C_WNO_MAYBE_UNINITIALIZED
  301. -- Performing Test HAVE_C_WNO_MAYBE_UNINITIALIZED - Failed
  302. -- Performing Test HAVE_C_WNO_POINTER_TO_INT_CAST
  303. -- Performing Test HAVE_C_WNO_POINTER_TO_INT_CAST - Success
  304. -- Performing Test HAVE_C_WNO_INT_TO_POINTER_CAST
  305. -- Performing Test HAVE_C_WNO_INT_TO_POINTER_CAST - Success
  306. -- Performing Test HAVE_C_WNO_MISLEADING_INDENTATION
  307. -- Performing Test HAVE_C_WNO_MISLEADING_INDENTATION - Success
  308. -- Performing Test HAVE_C_WNO_ARRAY_PARAMETER
  309. -- Performing Test HAVE_C_WNO_ARRAY_PARAMETER - Failed
  310. -- Performing Test HAVE_C_WNO_STRICT_PROTOTYPES
  311. -- Performing Test HAVE_C_WNO_STRICT_PROTOTYPES - Success
  312. -- Performing Test HAVE_CXX_WNO_MISSING_DECLARATIONS
  313. -- Performing Test HAVE_CXX_WNO_MISSING_DECLARATIONS - Success
  314. -- Performing Test HAVE_CXX_WNO_UNUSED_PARAMETER
  315. -- Performing Test HAVE_CXX_WNO_UNUSED_PARAMETER - Success
  316. -- Performing Test HAVE_CXX_WNO_MISSING_PROTOTYPES
  317. -- Performing Test HAVE_CXX_WNO_MISSING_PROTOTYPES - Success
  318. -- Performing Test HAVE_CXX_WNO_UNDEF
  319. -- Performing Test HAVE_CXX_WNO_UNDEF - Success
  320. -- Performing Test HAVE_C_STD_C99
  321. -- Performing Test HAVE_C_STD_C99 - Success
  322. -- Performing Test HAVE_C_WNO_UNUSED_VARIABLE
  323. -- Performing Test HAVE_C_WNO_UNUSED_VARIABLE - Success
  324. -- Performing Test HAVE_C_WNO_UNUSED_FUNCTION
  325. -- Performing Test HAVE_C_WNO_UNUSED_FUNCTION - Success
  326. -- Could NOT find OpenJPEG (minimal suitable version: 2.0, recommended version >= 2.3.1). OpenJPEG will be built from sources
  327. -- Performing Test HAVE_C_WNO_IMPLICIT_CONST_INT_FLOAT_CONVERSION
  328. -- Performing Test HAVE_C_WNO_IMPLICIT_CONST_INT_FLOAT_CONVERSION - Success
  329. -- OpenJPEG: VERSION = 2.4.0, BUILD = opencv-4.6.0-openjp2-2.4.0
  330. -- Looking for stdio.h
  331. -- Looking for stdio.h - found
  332. -- Looking for math.h
  333. -- Looking for math.h - found
  334. -- Looking for float.h
  335. -- Looking for float.h - found
  336. -- Looking for time.h
  337. -- Looking for time.h - found
  338. -- Looking for stdarg.h
  339. -- Looking for stdarg.h - found
  340. -- Looking for ctype.h
  341. -- Looking for ctype.h - found
  342. -- Looking for stdint.h
  343. -- Looking for stdint.h - found
  344. -- Looking for inttypes.h
  345. -- Looking for inttypes.h - found
  346. -- Looking for sys/stat.h
  347. -- Looking for sys/stat.h - found
  348. -- Looking for include file malloc.h
  349. -- Looking for include file malloc.h - found
  350. -- Looking for _aligned_malloc
  351. -- Looking for _aligned_malloc - not found
  352. -- Looking for posix_memalign
  353. -- Looking for posix_memalign - found
  354. -- Looking for memalign
  355. -- Looking for memalign - found
  356. -- Performing Test HAVE_C_WNO_CAST_FUNCTION_TYPE
  357. -- Performing Test HAVE_C_WNO_CAST_FUNCTION_TYPE - Success
  358. -- Check if compiler accepts -pthread
  359. -- Check if compiler accepts -pthread - yes
  360. -- OpenJPEG libraries will be built from sources: libopenjp2 (version "2.4.0")
  361. -- Performing Test HAVE_C_WNO_NULL_POINTER_SUBTRACTION
  362. -- Performing Test HAVE_C_WNO_NULL_POINTER_SUBTRACTION - Success
  363. -- Looking for semaphore.h
  364. -- Looking for semaphore.h - found
  365. -- Performing Test HAVE_CXX_WNO_SHADOW
  366. -- Performing Test HAVE_CXX_WNO_SHADOW - Success
  367. -- Performing Test HAVE_CXX_WNO_UNUSED
  368. -- Performing Test HAVE_CXX_WNO_UNUSED - Success
  369. -- Performing Test HAVE_CXX_WNO_SIGN_COMPARE
  370. -- Performing Test HAVE_CXX_WNO_SIGN_COMPARE - Success
  371. -- Performing Test HAVE_CXX_WNO_UNINITIALIZED
  372. -- Performing Test HAVE_CXX_WNO_UNINITIALIZED - Success
  373. -- Performing Test HAVE_CXX_WNO_SWITCH
  374. -- Performing Test HAVE_CXX_WNO_SWITCH - Success
  375. -- Performing Test HAVE_CXX_WNO_PARENTHESES
  376. -- Performing Test HAVE_CXX_WNO_PARENTHESES - Success
  377. -- Performing Test HAVE_CXX_WNO_ARRAY_BOUNDS
  378. -- Performing Test HAVE_CXX_WNO_ARRAY_BOUNDS - Success
  379. -- Performing Test HAVE_CXX_WNO_EXTRA
  380. -- Performing Test HAVE_CXX_WNO_EXTRA - Success
  381. -- Performing Test HAVE_CXX_WNO_DEPRECATED_DECLARATIONS
  382. -- Performing Test HAVE_CXX_WNO_DEPRECATED_DECLARATIONS - Success
  383. -- Performing Test HAVE_CXX_WNO_MISLEADING_INDENTATION
  384. -- Performing Test HAVE_CXX_WNO_MISLEADING_INDENTATION - Success
  385. -- Performing Test HAVE_CXX_WNO_DEPRECATED
  386. -- Performing Test HAVE_CXX_WNO_DEPRECATED - Success
  387. -- Performing Test HAVE_CXX_WNO_SUGGEST_OVERRIDE
  388. -- Performing Test HAVE_CXX_WNO_SUGGEST_OVERRIDE - Success
  389. -- Performing Test HAVE_CXX_WNO_INCONSISTENT_MISSING_OVERRIDE
  390. -- Performing Test HAVE_CXX_WNO_INCONSISTENT_MISSING_OVERRIDE - Success
  391. -- Performing Test HAVE_CXX_WNO_IMPLICIT_FALLTHROUGH
  392. -- Performing Test HAVE_CXX_WNO_IMPLICIT_FALLTHROUGH - Success
  393. -- Performing Test HAVE_CXX_WNO_TAUTOLOGICAL_COMPARE
  394. -- Performing Test HAVE_CXX_WNO_TAUTOLOGICAL_COMPARE - Success
  395. -- Performing Test HAVE_CXX_WNO_REORDER
  396. -- Performing Test HAVE_CXX_WNO_REORDER - Success
  397. -- Performing Test HAVE_CXX_WNO_UNUSED_RESULT
  398. -- Performing Test HAVE_CXX_WNO_UNUSED_RESULT - Success
  399. -- Performing Test HAVE_CXX_WNO_IMPLICIT_CONST_INT_FLOAT_CONVERSION
  400. -- Performing Test HAVE_CXX_WNO_IMPLICIT_CONST_INT_FLOAT_CONVERSION - Success
  401. -- Performing Test HAVE_CXX_WNO_UNUSED_LOCAL_TYPEDEFS
  402. -- Performing Test HAVE_CXX_WNO_UNUSED_LOCAL_TYPEDEFS - Success
  403. -- Performing Test HAVE_CXX_WNO_SIGN_PROMO
  404. -- Performing Test HAVE_CXX_WNO_SIGN_PROMO - Success
  405. -- Performing Test HAVE_CXX_WNO_TAUTOLOGICAL_UNDEFINED_COMPARE
  406. -- Performing Test HAVE_CXX_WNO_TAUTOLOGICAL_UNDEFINED_COMPARE - Success
  407. -- Performing Test HAVE_CXX_WNO_IGNORED_QUALIFIERS
  408. -- Performing Test HAVE_CXX_WNO_IGNORED_QUALIFIERS - Success
  409. -- Performing Test HAVE_CXX_WNO_UNUSED_FUNCTION
  410. -- Performing Test HAVE_CXX_WNO_UNUSED_FUNCTION - Success
  411. -- Performing Test HAVE_CXX_WNO_UNUSED_CONST_VARIABLE
  412. -- Performing Test HAVE_CXX_WNO_UNUSED_CONST_VARIABLE - Success
  413. -- Performing Test HAVE_CXX_WNO_SHORTEN_64_TO_32
  414. -- Performing Test HAVE_CXX_WNO_SHORTEN_64_TO_32 - Success
  415. -- Performing Test HAVE_CXX_WNO_INVALID_OFFSETOF
  416. -- Performing Test HAVE_CXX_WNO_INVALID_OFFSETOF - Success
  417. -- Performing Test HAVE_CXX_WNO_ENUM_COMPARE_SWITCH
  418. -- Performing Test HAVE_CXX_WNO_ENUM_COMPARE_SWITCH - Success
  419. -- Update variable ANDROID_HOME from environment: C:/Users/volce/AppData/Local/Android/Sdk
  420. -- Android SDK Tools: ver. 26.1.1 (description: 'Android SDK Tools')
  421. -- Android SDK Build Tools: ver. 33.0.0 (subdir 33.0.0 from 30.0.3;30.0.3-2;33.0.0)
  422. -- Android SDK Tools: Ant (Eclipse) builds are NOT supported by Android SDK
  423. -- Android SDK Build Tools: Gradle 3.0.0+ builds support is available
  424. -- Android SDK Tools: Prepare Android projects for using Ant build scripts (deprecated)
  425. -- Android SDK Tools: Found 'android' tool: C:/Users/volce/AppData/Local/Android/Sdk/tools/android.bat
  426. -- Android SDK Tools: Available targets: **************************************************************************;The "android" command is deprecated.;For manual SDK, AVD, and project management, please use Android Studio.;For command-line tools, use tools\bin\sdkmanager.bat;and tools\bin\avdmanager.bat;**************************************************************************;Invoking "C:\Users\volce\AppData\Local\Android\Sdk\tools\bin\avdmanager" list target -c
  427. CMake Deprecation Warning at 3rdparty/carotene/hal/CMakeLists.txt:1 (cmake_minimum_required):
  428. Compatibility with CMake < 2.8.12 will be removed from a future version of
  429. CMake.
  430.  
  431. Update the VERSION argument <min> value or use a ...<max> suffix to tell
  432. CMake that the project does not need compatibility with older versions.
  433.  
  434.  
  435. CMake Deprecation Warning at 3rdparty/carotene/CMakeLists.txt:1 (cmake_minimum_required):
  436. Compatibility with CMake < 2.8.12 will be removed from a future version of
  437. CMake.
  438.  
  439. Update the VERSION argument <min> value or use a ...<max> suffix to tell
  440. CMake that the project does not need compatibility with older versions.
  441.  
  442.  
  443. -- Looking for dlerror in dl
  444. -- Looking for dlerror in dl - found
  445. CMake Error at cmake/OpenCVModule.cmake:274 (message):
  446. No modules has been found: C:/OpenCV/opencv_contrib/modules
  447. Call Stack (most recent call first):
  448. cmake/OpenCVModule.cmake:356 (_glob_locations)
  449. cmake/OpenCVModule.cmake:385 (ocv_glob_modules)
  450. CMakeLists.txt:931 (ocv_register_modules)
  451.  
  452.  
  453. -- ADE: Downloading v0.1.1f.zip from https://github.com/opencv/ade/archive/v0.1.1f.zip
  454. -- Allocator metrics storage type: 'int'
  455. -- Excluding from source files list: modules/imgproc/src/corner.avx.cpp
  456. -- Excluding from source files list: modules/imgproc/src/imgwarp.avx2.cpp
  457. -- Excluding from source files list: modules/imgproc/src/imgwarp.sse4_1.cpp
  458. -- Excluding from source files list: modules/imgproc/src/resize.avx2.cpp
  459. -- Excluding from source files list: modules/imgproc/src/resize.sse4_1.cpp
  460. -- Registering hook 'INIT_MODULE_SOURCES_opencv_dnn': E:/OpenCV/opencv-4.6.0/modules/dnn/cmake/hooks/INIT_MODULE_SOURCES_opencv_dnn.cmake
  461. -- opencv_dnn: filter out cuda4dnn source code
  462. -- Excluding from source files list: <BUILD>/modules/dnn/layers/layers_common.avx.cpp
  463. -- Excluding from source files list: <BUILD>/modules/dnn/layers/layers_common.avx2.cpp
  464. -- Excluding from source files list: <BUILD>/modules/dnn/layers/layers_common.avx512_skx.cpp
  465. -- Excluding from source files list: <BUILD>/modules/dnn/layers/layers_common.rvv.cpp
  466. -- Excluding from source files list: <BUILD>/modules/dnn/int8layers/layers_common.avx2.cpp
  467. -- Excluding from source files list: <BUILD>/modules/dnn/int8layers/layers_common.avx512_skx.cpp
  468. -- Excluding from source files list: modules/features2d/src/fast.avx2.cpp
  469. -- imgcodecs: OpenEXR codec is disabled in runtime. Details: https://github.com/opencv/opencv/issues/21326
  470. -- highgui: using builtin backend: NONE
  471. CMake Warning at cmake/android/android_ant_projects.cmake:116 (message):
  472. Can not find any SDK target compatible with: 24 11;30
  473.  
  474. The project example-15-puzzle will not be build
  475. Call Stack (most recent call first):
  476. samples/android/15-puzzle/CMakeLists.txt:3 (add_android_project)
  477.  
  478.  
  479. CMake Warning at cmake/android/android_ant_projects.cmake:116 (message):
  480. Can not find any SDK target compatible with: 24 11;30
  481.  
  482. The project example-face-detection will not be build
  483. Call Stack (most recent call first):
  484. samples/android/face-detection/CMakeLists.txt:9 (add_android_project)
  485.  
  486.  
  487. CMake Warning at cmake/android/android_ant_projects.cmake:116 (message):
  488. Can not find any SDK target compatible with: 24 11;30
  489.  
  490. The project example-image-manipulations will not be build
  491. Call Stack (most recent call first):
  492. samples/android/image-manipulations/CMakeLists.txt:3 (add_android_project)
  493.  
  494.  
  495. CMake Warning at cmake/android/android_ant_projects.cmake:116 (message):
  496. Can not find any SDK target compatible with: 24 11;30
  497.  
  498. The project example-camera-calibration will not be build
  499. Call Stack (most recent call first):
  500. samples/android/camera-calibration/CMakeLists.txt:3 (add_android_project)
  501.  
  502.  
  503. CMake Warning at cmake/android/android_ant_projects.cmake:116 (message):
  504. Can not find any SDK target compatible with: 24 11;30
  505.  
  506. The project example-color-blob-detection will not be build
  507. Call Stack (most recent call first):
  508. samples/android/color-blob-detection/CMakeLists.txt:3 (add_android_project)
  509.  
  510.  
  511. CMake Warning at cmake/android/android_ant_projects.cmake:116 (message):
  512. Can not find any SDK target compatible with: 24 11;30
  513.  
  514. The project example-tutorial-1-camerapreview will not be build
  515. Call Stack (most recent call first):
  516. samples/android/tutorial-1-camerapreview/CMakeLists.txt:3 (add_android_project)
  517.  
  518.  
  519. CMake Warning at cmake/android/android_ant_projects.cmake:116 (message):
  520. Can not find any SDK target compatible with: 24 11;30
  521.  
  522. The project example-tutorial-2-mixedprocessing will not be build
  523. Call Stack (most recent call first):
  524. samples/android/tutorial-2-mixedprocessing/CMakeLists.txt:9 (add_android_project)
  525.  
  526.  
  527. CMake Warning at cmake/android/android_ant_projects.cmake:116 (message):
  528. Can not find any SDK target compatible with: 24 11;30
  529.  
  530. The project example-tutorial-3-cameracontrol will not be build
  531. Call Stack (most recent call first):
  532. samples/android/tutorial-3-cameracontrol/CMakeLists.txt:3 (add_android_project)
  533.  
  534.  
  535. -- Sample example-tutorial-4-opencl is disabled, because ANDROID_OPENCL_SDK is not specified
  536. --
  537. -- General configuration for OpenCV 4.6.0 =====================================
  538. -- Version control: unknown
  539. --
  540. -- Platform:
  541. -- Timestamp: 2022-11-17T09:14:11Z
  542. -- Host: Windows 10.0.19044 AMD64
  543. -- Target: Android 1 aarch64
  544. -- CMake: 3.25.0-rc4
  545. -- CMake generator: Ninja
  546. -- CMake build tool: c:/ninja/ninja
  547. -- Configuration: Release
  548. --
  549. -- CPU/HW features:
  550. -- Baseline: NEON FP16
  551. --
  552. -- C/C++:
  553. -- Built as dynamic libs?: NO
  554. -- C++ standard: 11
  555. -- C++ Compiler: C:/Users/volce/AppData/Local/Android/Sdk/ndk/android-ndk-r25b/toolchains/llvm/prebuilt/windows-x86_64/bin/clang++.exe (ver 14.0.6)
  556. -- C++ flags (Release): -g -DANDROID -fdata-sections -ffunction-sections -funwind-tables -fstack-protector-strong -no-canonical-prefixes -D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Winconsistent-missing-override -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -Wno-deprecated-enum-enum-conversion -Wno-deprecated-anon-enum-enum-conversion -fdiagnostics-show-option -Qunused-arguments -fvisibility=hidden -fvisibility-inlines-hidden -O3 -DNDEBUG -DNDEBUG
  557. -- C++ flags (Debug): -g -DANDROID -fdata-sections -ffunction-sections -funwind-tables -fstack-protector-strong -no-canonical-prefixes -D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Winconsistent-missing-override -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -Wno-deprecated-enum-enum-conversion -Wno-deprecated-anon-enum-enum-conversion -fdiagnostics-show-option -Qunused-arguments -fvisibility=hidden -fvisibility-inlines-hidden -fno-limit-debug-info -O0 -DDEBUG -D_DEBUG
  558. -- C Compiler: C:/Users/volce/AppData/Local/Android/Sdk/ndk/android-ndk-r25b/toolchains/llvm/prebuilt/windows-x86_64/bin/clang.exe
  559. -- C flags (Release): -g -DANDROID -fdata-sections -ffunction-sections -funwind-tables -fstack-protector-strong -no-canonical-prefixes -D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Winconsistent-missing-override -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -Wno-deprecated-enum-enum-conversion -Wno-deprecated-anon-enum-enum-conversion -fdiagnostics-show-option -Qunused-arguments -fvisibility=hidden -fvisibility-inlines-hidden -O3 -DNDEBUG -DNDEBUG
  560. -- C flags (Debug): -g -DANDROID -fdata-sections -ffunction-sections -funwind-tables -fstack-protector-strong -no-canonical-prefixes -D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Winconsistent-missing-override -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -Wno-deprecated-enum-enum-conversion -Wno-deprecated-anon-enum-enum-conversion -fdiagnostics-show-option -Qunused-arguments -fvisibility=hidden -fvisibility-inlines-hidden -fno-limit-debug-info -O0 -DDEBUG -D_DEBUG
  561. -- Linker flags (Release): -static-libstdc++ -Wl,--build-id=sha1 -Wl,--no-rosegment -Wl,--fatal-warnings -Wl,--gc-sections -Wl,--no-undefined -Qunused-arguments -Wl,--as-needed -Wl,--no-undefined
  562. -- Linker flags (Debug): -static-libstdc++ -Wl,--build-id=sha1 -Wl,--no-rosegment -Wl,--fatal-warnings -Wl,--gc-sections -Wl,--no-undefined -Qunused-arguments -Wl,--as-needed -Wl,--no-undefined
  563. -- ccache: NO
  564. -- Precompiled headers: NO
  565. -- Extra dependencies: z dl m log
  566. -- 3rdparty dependencies: libcpufeatures libprotobuf ade ittnotify libjpeg-turbo libwebp libpng libtiff libopenjp2 IlmImf quirc tegra_hal
  567. --
  568. -- OpenCV modules:
  569. -- To be built: calib3d core dnn features2d flann gapi highgui imgcodecs imgproc ml objdetect photo stitching video videoio
  570. -- Disabled: world
  571. -- Disabled by dependency: -
  572. -- Unavailable: java python2 python3 ts
  573. -- Applications: -
  574. -- Documentation: NO
  575. -- Non-free algorithms: YES
  576. --
  577. -- Android NDK: C:/Users/volce/AppData/Local/Android/Sdk/ndk/android-ndk-r25b (ver 25.1.8937393)
  578. -- Android ABI: arm64-v8a
  579. -- NDK toolchain: aarch64-linux-android-clang
  580. -- STL type: c++_static
  581. -- Native API level: 24
  582. -- Android SDK: C:/Users/volce/AppData/Local/Android/Sdk (tools: 26.1.1 build tools: 33.0.0)
  583. -- android tool: C:/Users/volce/AppData/Local/Android/Sdk/tools/android.bat
  584. -- Projects build scripts: Ant/Eclipse compatible
  585. --
  586. -- GUI: NONE
  587. --
  588. -- Media I/O:
  589. -- ZLib: z (ver 1.2.12)
  590. -- JPEG: build-libjpeg-turbo (ver 2.1.2-62)
  591. -- WEBP: build (ver encoder: 0x020f)
  592. -- PNG: build (ver 1.6.37)
  593. -- TIFF: build (ver 42 - 4.2.0)
  594. -- JPEG 2000: build (ver 2.4.0)
  595. -- OpenEXR: build (ver 2.3.0)
  596. -- HDR: YES
  597. -- SUNRASTER: YES
  598. -- PXM: YES
  599. -- PFM: YES
  600. --
  601. -- Video I/O:
  602. --
  603. -- Parallel framework: pthreads
  604. --
  605. -- Trace: YES (with Intel ITT)
  606. --
  607. -- Other third-party libraries:
  608. -- Custom HAL: YES (carotene (ver 0.0.1))
  609. -- Protobuf: build (3.19.1)
  610. --
  611. -- OpenCL: YES (no extra features)
  612. -- Include path: E:/OpenCV/opencv-4.6.0/3rdparty/include/opencl/1.2
  613. -- Link libraries: Dynamic load
  614. --
  615. -- Python (for build): C:/Users/volce/AppData/Local/Programs/Python/Python32/python.exe
  616. --
  617. -- Java: export all functions
  618. -- ant: NO
  619. -- Java wrappers: NO
  620. -- Java tests: NO
  621. --
  622. -- Install to: E:/OpenCV-android
  623. -- -----------------------------------------------------------------
  624. --
  625. -- Configuring incomplete, errors occurred!
  626. See also "E:/OpenCV/opencv-4.6.0/build/CMakeFiles/CMakeOutput.log".
  627. See also "E:/OpenCV/opencv-4.6.0/build/CMakeFiles/CMakeError.log".
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement