Advertisement
Guest User

cmake console output

a guest
Mar 18th, 2021
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 32.64 KB | None | 0 0
  1. -- The CXX compiler identification is GNU 8.3.0
  2. -- The C compiler identification is GNU 8.3.0
  3. -- Check for working CXX compiler: /usr/bin/c++
  4. -- Check for working CXX compiler: /usr/bin/c++ -- works
  5. -- Detecting CXX compiler ABI info
  6. -- Detecting CXX compiler ABI info - done
  7. -- Detecting CXX compile features
  8. -- Detecting CXX compile features - done
  9. -- Check for working C compiler: /usr/bin/cc
  10. -- Check for working C compiler: /usr/bin/cc -- works
  11. -- Detecting C compiler ABI info
  12. -- Detecting C compiler ABI info - done
  13. -- Detecting C compile features
  14. -- Detecting C compile features - done
  15. -- Detected processor: armv6l
  16. -- Found PythonInterp: /usr/bin/python2.7 (found suitable version "2.7.16", minimum required is "2.7")
  17. -- Could NOT find PythonLibs (missing: PYTHON_LIBRARIES PYTHON_INCLUDE_DIRS) (Required is exact version "2.7.16")
  18. Traceback (most recent call last):
  19. File "<string>", line 1, in <module>
  20. ImportError: No module named numpy.distutils
  21. -- Found PythonInterp: /usr/bin/python3 (found suitable version "3.7.3", minimum required is "3.2")
  22. -- Found PythonLibs: /usr/lib/arm-linux-gnueabihf/libpython3.7m.so (found suitable exact version "3.7.3")
  23. Traceback (most recent call last):
  24. File "<string>", line 1, in <module>
  25. ModuleNotFoundError: No module named 'numpy'
  26. -- Looking for ccache - not found
  27. -- Performing Test HAVE_CXX_FSIGNED_CHAR
  28. -- Performing Test HAVE_CXX_FSIGNED_CHAR - Success
  29. -- Performing Test HAVE_C_FSIGNED_CHAR
  30. -- Performing Test HAVE_C_FSIGNED_CHAR - Success
  31. -- Performing Test HAVE_CXX_W
  32. -- Performing Test HAVE_CXX_W - Success
  33. -- Performing Test HAVE_C_W
  34. -- Performing Test HAVE_C_W - Success
  35. -- Performing Test HAVE_CXX_WALL
  36. -- Performing Test HAVE_CXX_WALL - Success
  37. -- Performing Test HAVE_C_WALL
  38. -- Performing Test HAVE_C_WALL - Success
  39. -- Performing Test HAVE_CXX_WERROR_RETURN_TYPE
  40. -- Performing Test HAVE_CXX_WERROR_RETURN_TYPE - Success
  41. -- Performing Test HAVE_C_WERROR_RETURN_TYPE
  42. -- Performing Test HAVE_C_WERROR_RETURN_TYPE - Success
  43. -- Performing Test HAVE_CXX_WERROR_NON_VIRTUAL_DTOR
  44. -- Performing Test HAVE_CXX_WERROR_NON_VIRTUAL_DTOR - Success
  45. -- Performing Test HAVE_C_WERROR_NON_VIRTUAL_DTOR
  46. -- Performing Test HAVE_C_WERROR_NON_VIRTUAL_DTOR - Success
  47. -- Performing Test HAVE_CXX_WERROR_ADDRESS
  48. -- Performing Test HAVE_CXX_WERROR_ADDRESS - Success
  49. -- Performing Test HAVE_C_WERROR_ADDRESS
  50. -- Performing Test HAVE_C_WERROR_ADDRESS - Success
  51. -- Performing Test HAVE_CXX_WERROR_SEQUENCE_POINT
  52. -- Performing Test HAVE_CXX_WERROR_SEQUENCE_POINT - Success
  53. -- Performing Test HAVE_C_WERROR_SEQUENCE_POINT
  54. -- Performing Test HAVE_C_WERROR_SEQUENCE_POINT - Success
  55. -- Performing Test HAVE_CXX_WFORMAT
  56. -- Performing Test HAVE_CXX_WFORMAT - Success
  57. -- Performing Test HAVE_C_WFORMAT
  58. -- Performing Test HAVE_C_WFORMAT - Success
  59. -- Performing Test HAVE_CXX_WERROR_FORMAT_SECURITY
  60. -- Performing Test HAVE_CXX_WERROR_FORMAT_SECURITY - Success
  61. -- Performing Test HAVE_C_WERROR_FORMAT_SECURITY
  62. -- Performing Test HAVE_C_WERROR_FORMAT_SECURITY - Success
  63. -- Performing Test HAVE_CXX_WMISSING_DECLARATIONS
  64. -- Performing Test HAVE_CXX_WMISSING_DECLARATIONS - Success
  65. -- Performing Test HAVE_C_WMISSING_DECLARATIONS
  66. -- Performing Test HAVE_C_WMISSING_DECLARATIONS - Success
  67. -- Performing Test HAVE_CXX_WMISSING_PROTOTYPES
  68. -- Performing Test HAVE_CXX_WMISSING_PROTOTYPES - Failed
  69. -- Performing Test HAVE_C_WMISSING_PROTOTYPES
  70. -- Performing Test HAVE_C_WMISSING_PROTOTYPES - Success
  71. -- Performing Test HAVE_CXX_WSTRICT_PROTOTYPES
  72. -- Performing Test HAVE_CXX_WSTRICT_PROTOTYPES - Failed
  73. -- Performing Test HAVE_C_WSTRICT_PROTOTYPES
  74. -- Performing Test HAVE_C_WSTRICT_PROTOTYPES - Success
  75. -- Performing Test HAVE_CXX_WUNDEF
  76. -- Performing Test HAVE_CXX_WUNDEF - Success
  77. -- Performing Test HAVE_C_WUNDEF
  78. -- Performing Test HAVE_C_WUNDEF - Success
  79. -- Performing Test HAVE_CXX_WINIT_SELF
  80. -- Performing Test HAVE_CXX_WINIT_SELF - Success
  81. -- Performing Test HAVE_C_WINIT_SELF
  82. -- Performing Test HAVE_C_WINIT_SELF - Success
  83. -- Performing Test HAVE_CXX_WPOINTER_ARITH
  84. -- Performing Test HAVE_CXX_WPOINTER_ARITH - Success
  85. -- Performing Test HAVE_C_WPOINTER_ARITH
  86. -- Performing Test HAVE_C_WPOINTER_ARITH - Success
  87. -- Performing Test HAVE_CXX_WSHADOW
  88. -- Performing Test HAVE_CXX_WSHADOW - Success
  89. -- Performing Test HAVE_C_WSHADOW
  90. -- Performing Test HAVE_C_WSHADOW - Success
  91. -- Performing Test HAVE_CXX_WSIGN_PROMO
  92. -- Performing Test HAVE_CXX_WSIGN_PROMO - Success
  93. -- Performing Test HAVE_C_WSIGN_PROMO
  94. -- Performing Test HAVE_C_WSIGN_PROMO - Failed
  95. -- Performing Test HAVE_CXX_WUNINITIALIZED
  96. -- Performing Test HAVE_CXX_WUNINITIALIZED - Success
  97. -- Performing Test HAVE_C_WUNINITIALIZED
  98. -- Performing Test HAVE_C_WUNINITIALIZED - Success
  99. -- Performing Test HAVE_CXX_WSUGGEST_OVERRIDE
  100. -- Performing Test HAVE_CXX_WSUGGEST_OVERRIDE - Success
  101. -- Performing Test HAVE_C_WSUGGEST_OVERRIDE
  102. -- Performing Test HAVE_C_WSUGGEST_OVERRIDE - Failed
  103. -- Performing Test HAVE_CXX_WNO_DELETE_NON_VIRTUAL_DTOR
  104. -- Performing Test HAVE_CXX_WNO_DELETE_NON_VIRTUAL_DTOR - Success
  105. -- Performing Test HAVE_C_WNO_DELETE_NON_VIRTUAL_DTOR
  106. -- Performing Test HAVE_C_WNO_DELETE_NON_VIRTUAL_DTOR - Failed
  107. -- Performing Test HAVE_CXX_WNO_UNNAMED_TYPE_TEMPLATE_ARGS
  108. -- Performing Test HAVE_CXX_WNO_UNNAMED_TYPE_TEMPLATE_ARGS - Failed
  109. -- Performing Test HAVE_C_WNO_UNNAMED_TYPE_TEMPLATE_ARGS
  110. -- Performing Test HAVE_C_WNO_UNNAMED_TYPE_TEMPLATE_ARGS - Failed
  111. -- Performing Test HAVE_CXX_WNO_COMMENT
  112. -- Performing Test HAVE_CXX_WNO_COMMENT - Success
  113. -- Performing Test HAVE_C_WNO_COMMENT
  114. -- Performing Test HAVE_C_WNO_COMMENT - Success
  115. -- Performing Test HAVE_CXX_WIMPLICIT_FALLTHROUGH_3
  116. -- Performing Test HAVE_CXX_WIMPLICIT_FALLTHROUGH_3 - Success
  117. -- Performing Test HAVE_C_WIMPLICIT_FALLTHROUGH_3
  118. -- Performing Test HAVE_C_WIMPLICIT_FALLTHROUGH_3 - Success
  119. -- Performing Test HAVE_CXX_WNO_STRICT_OVERFLOW
  120. -- Performing Test HAVE_CXX_WNO_STRICT_OVERFLOW - Success
  121. -- Performing Test HAVE_C_WNO_STRICT_OVERFLOW
  122. -- Performing Test HAVE_C_WNO_STRICT_OVERFLOW - Success
  123. -- Performing Test HAVE_CXX_FDIAGNOSTICS_SHOW_OPTION
  124. -- Performing Test HAVE_CXX_FDIAGNOSTICS_SHOW_OPTION - Success
  125. -- Performing Test HAVE_C_FDIAGNOSTICS_SHOW_OPTION
  126. -- Performing Test HAVE_C_FDIAGNOSTICS_SHOW_OPTION - Success
  127. -- Performing Test HAVE_CXX_PTHREAD
  128. -- Performing Test HAVE_CXX_PTHREAD - Success
  129. -- Performing Test HAVE_C_PTHREAD
  130. -- Performing Test HAVE_C_PTHREAD - Success
  131. -- Performing Test HAVE_CXX_FOMIT_FRAME_POINTER
  132. -- Performing Test HAVE_CXX_FOMIT_FRAME_POINTER - Success
  133. -- Performing Test HAVE_C_FOMIT_FRAME_POINTER
  134. -- Performing Test HAVE_C_FOMIT_FRAME_POINTER - Success
  135. -- Performing Test HAVE_CXX_FFUNCTION_SECTIONS
  136. -- Performing Test HAVE_CXX_FFUNCTION_SECTIONS - Success
  137. -- Performing Test HAVE_C_FFUNCTION_SECTIONS
  138. -- Performing Test HAVE_C_FFUNCTION_SECTIONS - Success
  139. -- Performing Test HAVE_CXX_FDATA_SECTIONS
  140. -- Performing Test HAVE_CXX_FDATA_SECTIONS - Success
  141. -- Performing Test HAVE_C_FDATA_SECTIONS
  142. -- Performing Test HAVE_C_FDATA_SECTIONS - Success
  143. -- Performing Test HAVE_CXX_MFPU_VFPV3
  144. -- Performing Test HAVE_CXX_MFPU_VFPV3 - Success
  145. -- Performing Test HAVE_CPU_NEON_SUPPORT (check file: cmake/checks/cpu_neon.cpp)
  146. -- Performing Test HAVE_CPU_NEON_SUPPORT - Failed
  147. -- Performing Test HAVE_CXX_MFPU_NEON (check file: cmake/checks/cpu_neon.cpp)
  148. -- Performing Test HAVE_CXX_MFPU_NEON - Success
  149. -- Performing Test HAVE_CPU_FP16_SUPPORT (check file: cmake/checks/cpu_fp16.cpp)
  150. -- Performing Test HAVE_CPU_FP16_SUPPORT - Failed
  151. -- Performing Test HAVE_CXX_MFPU_NEON_FP16_MFP16_FORMAT_IEEE (check file: cmake/checks/cpu_fp16.cpp)
  152. -- Performing Test HAVE_CXX_MFPU_NEON_FP16_MFP16_FORMAT_IEEE - Success
  153. -- Performing Test HAVE_CPU_BASELINE_FLAGS
  154. -- Performing Test HAVE_CPU_BASELINE_FLAGS - Success
  155. -- Performing Test HAVE_CXX_FVISIBILITY_HIDDEN
  156. -- Performing Test HAVE_CXX_FVISIBILITY_HIDDEN - Success
  157. -- Performing Test HAVE_C_FVISIBILITY_HIDDEN
  158. -- Performing Test HAVE_C_FVISIBILITY_HIDDEN - Success
  159. -- Performing Test HAVE_CXX_FVISIBILITY_INLINES_HIDDEN
  160. -- Performing Test HAVE_CXX_FVISIBILITY_INLINES_HIDDEN - Success
  161. -- Performing Test HAVE_C_FVISIBILITY_INLINES_HIDDEN
  162. -- Performing Test HAVE_C_FVISIBILITY_INLINES_HIDDEN - Failed
  163. -- Performing Test HAVE_LINK_AS_NEEDED
  164. -- Performing Test HAVE_LINK_AS_NEEDED - Success
  165. -- Looking for pthread.h
  166. -- Looking for pthread.h - found
  167. -- Looking for posix_memalign
  168. -- Looking for posix_memalign - found
  169. -- Looking for malloc.h
  170. -- Looking for malloc.h - found
  171. -- Looking for memalign
  172. -- Looking for memalign - found
  173. -- Check if the system is big endian
  174. -- Searching 16 bit integer
  175. -- Looking for sys/types.h
  176. -- Looking for sys/types.h - found
  177. -- Looking for stdint.h
  178. -- Looking for stdint.h - found
  179. -- Looking for stddef.h
  180. -- Looking for stddef.h - found
  181. -- Check size of unsigned short
  182. -- Check size of unsigned short - done
  183. -- Using unsigned short
  184. -- Check if the system is big endian - little endian
  185. -- Found ZLIB: /usr/local/lib/libz.so (found suitable version "1.2.11", minimum required is "1.2.3")
  186. -- Found JPEG: /usr/lib/arm-linux-gnueabihf/libjpeg.so (found version "62")
  187. -- Found TIFF: /usr/lib/arm-linux-gnueabihf/libtiff.so (found version "4.1.0")
  188. -- Found WebP: /usr/lib/arm-linux-gnueabihf/libwebp.so
  189. -- Could NOT find OpenJPEG (minimal suitable version: 2.0, recommended version >= 2.3.1). OpenJPEG will be built from sources
  190. -- Performing Test HAVE_C_WNO_IMPLICIT_CONST_INT_FLOAT_CONVERSION
  191. -- Performing Test HAVE_C_WNO_IMPLICIT_CONST_INT_FLOAT_CONVERSION - Failed
  192. -- OpenJPEG: VERSION = 2.3.1, BUILD = opencv-4.5.1-openjp2-2.3.1
  193. -- Check if the system is big endian
  194. -- Searching 16 bit integer
  195. -- Using unsigned short
  196. -- Check if the system is big endian - little endian
  197. -- Looking for string.h
  198. -- Looking for string.h - found
  199. -- Looking for memory.h
  200. -- Looking for memory.h - found
  201. -- Looking for stdlib.h
  202. -- Looking for stdlib.h - found
  203. -- Looking for stdio.h
  204. -- Looking for stdio.h - found
  205. -- Looking for math.h
  206. -- Looking for math.h - found
  207. -- Looking for float.h
  208. -- Looking for float.h - found
  209. -- Looking for time.h
  210. -- Looking for time.h - found
  211. -- Looking for stdarg.h
  212. -- Looking for stdarg.h - found
  213. -- Looking for ctype.h
  214. -- Looking for ctype.h - found
  215. -- Looking for assert.h
  216. -- Looking for assert.h - found
  217. -- Looking for stdint.h
  218. -- Looking for stdint.h - found
  219. -- Looking for inttypes.h
  220. -- Looking for inttypes.h - found
  221. -- Looking for strings.h
  222. -- Looking for strings.h - found
  223. -- Looking for sys/stat.h
  224. -- Looking for sys/stat.h - found
  225. -- Looking for unistd.h
  226. -- Looking for unistd.h - found
  227. -- Looking for include file malloc.h
  228. -- Looking for include file malloc.h - found
  229. -- Looking for _aligned_malloc
  230. -- Looking for _aligned_malloc - not found
  231. -- Looking for posix_memalign
  232. -- Looking for posix_memalign - found
  233. -- Looking for memalign
  234. -- Looking for memalign - found
  235. -- Performing Test HAVE_C_WNO_UNDEF
  236. -- Performing Test HAVE_C_WNO_UNDEF - Success
  237. -- Performing Test HAVE_C_WNO_STRICT_PROTOTYPES
  238. -- Performing Test HAVE_C_WNO_STRICT_PROTOTYPES - Success
  239. -- Performing Test HAVE_C_WNO_CAST_FUNCTION_TYPE
  240. -- Performing Test HAVE_C_WNO_CAST_FUNCTION_TYPE - Success
  241. -- OpenJPEG libraries will be built from sources: libopenjp2 (version "2.3.1")
  242. -- Found ZLIB: /usr/local/lib/libz.so (found version "1.2.11")
  243. -- Found PNG: /usr/lib/arm-linux-gnueabihf/libpng.so (found version "1.6.36")
  244. -- Looking for /usr/include/libpng/png.h
  245. -- Looking for /usr/include/libpng/png.h - found
  246. -- Looking for semaphore.h
  247. -- Looking for semaphore.h - found
  248. -- Performing Test HAVE_CXX_WNO_SHADOW
  249. -- Performing Test HAVE_CXX_WNO_SHADOW - Success
  250. -- Performing Test HAVE_CXX_WNO_UNUSED
  251. -- Performing Test HAVE_CXX_WNO_UNUSED - Success
  252. -- Performing Test HAVE_CXX_WNO_SIGN_COMPARE
  253. -- Performing Test HAVE_CXX_WNO_SIGN_COMPARE - Success
  254. -- Performing Test HAVE_CXX_WNO_UNDEF
  255. -- Performing Test HAVE_CXX_WNO_UNDEF - Success
  256. -- Performing Test HAVE_CXX_WNO_MISSING_DECLARATIONS
  257. -- Performing Test HAVE_CXX_WNO_MISSING_DECLARATIONS - Success
  258. -- Performing Test HAVE_CXX_WNO_UNINITIALIZED
  259. -- Performing Test HAVE_CXX_WNO_UNINITIALIZED - Success
  260. -- Performing Test HAVE_CXX_WNO_SWITCH
  261. -- Performing Test HAVE_CXX_WNO_SWITCH - Success
  262. -- Performing Test HAVE_CXX_WNO_PARENTHESES
  263. -- Performing Test HAVE_CXX_WNO_PARENTHESES - Success
  264. -- Performing Test HAVE_CXX_WNO_ARRAY_BOUNDS
  265. -- Performing Test HAVE_CXX_WNO_ARRAY_BOUNDS - Success
  266. -- Performing Test HAVE_CXX_WNO_EXTRA
  267. -- Performing Test HAVE_CXX_WNO_EXTRA - Success
  268. -- Performing Test HAVE_CXX_WNO_DEPRECATED_DECLARATIONS
  269. -- Performing Test HAVE_CXX_WNO_DEPRECATED_DECLARATIONS - Success
  270. -- Performing Test HAVE_CXX_WNO_MISLEADING_INDENTATION
  271. -- Performing Test HAVE_CXX_WNO_MISLEADING_INDENTATION - Success
  272. -- Performing Test HAVE_CXX_WNO_DEPRECATED
  273. -- Performing Test HAVE_CXX_WNO_DEPRECATED - Success
  274. -- Performing Test HAVE_CXX_WNO_SUGGEST_OVERRIDE
  275. -- Performing Test HAVE_CXX_WNO_SUGGEST_OVERRIDE - Success
  276. -- Performing Test HAVE_CXX_WNO_INCONSISTENT_MISSING_OVERRIDE
  277. -- Performing Test HAVE_CXX_WNO_INCONSISTENT_MISSING_OVERRIDE - Failed
  278. -- Performing Test HAVE_CXX_WNO_IMPLICIT_FALLTHROUGH
  279. -- Performing Test HAVE_CXX_WNO_IMPLICIT_FALLTHROUGH - Success
  280. -- Performing Test HAVE_CXX_WNO_TAUTOLOGICAL_COMPARE
  281. -- Performing Test HAVE_CXX_WNO_TAUTOLOGICAL_COMPARE - Success
  282. -- Performing Test HAVE_CXX_WNO_MISSING_PROTOTYPES
  283. -- Performing Test HAVE_CXX_WNO_MISSING_PROTOTYPES - Failed
  284. -- Performing Test HAVE_CXX_WNO_REORDER
  285. -- Performing Test HAVE_CXX_WNO_REORDER - Success
  286. -- Performing Test HAVE_CXX_WNO_UNUSED_RESULT
  287. -- Performing Test HAVE_CXX_WNO_UNUSED_RESULT - Success
  288. -- Performing Test HAVE_CXX_WNO_IMPLICIT_CONST_INT_FLOAT_CONVERSION
  289. -- Performing Test HAVE_CXX_WNO_IMPLICIT_CONST_INT_FLOAT_CONVERSION - Failed
  290. -- Performing Test HAVE_CXX_WNO_CLASS_MEMACCESS
  291. -- Performing Test HAVE_CXX_WNO_CLASS_MEMACCESS - Success
  292. -- Checking for module 'gtk+-3.0'
  293. -- No package 'gtk+-3.0' found
  294. -- Checking for module 'gtk+-2.0'
  295. -- Found gtk+-2.0, version 2.24.32
  296. -- Checking for module 'gthread-2.0'
  297. -- Found gthread-2.0, version 2.58.3
  298. -- Could not find OpenBLAS include. Turning OpenBLAS_FOUND off
  299. -- Could not find OpenBLAS lib. Turning OpenBLAS_FOUND off
  300. -- Could NOT find Atlas (missing: Atlas_CLAPACK_INCLUDE_DIR)
  301. -- Looking for sgemm_
  302. -- Looking for sgemm_ - not found
  303. -- Found Threads: TRUE
  304. -- Looking for dgemm_
  305. -- Looking for dgemm_ - found
  306. -- Found BLAS: /usr/lib/arm-linux-gnueabihf/libf77blas.so;/usr/lib/arm-linux-gnueabihf/libatlas.so
  307. -- Looking for cheev_
  308. -- Looking for cheev_ - not found
  309. -- Looking for cheev_
  310. -- Looking for cheev_ - found
  311. -- A library with LAPACK API found.
  312. -- Performing Test HAVE_CXX_WNO_UNUSED_PARAMETER
  313. -- Performing Test HAVE_CXX_WNO_UNUSED_PARAMETER - Success
  314. -- Performing Test HAVE_CXX_WNO_UNUSED_LOCAL_TYPEDEFS
  315. -- Performing Test HAVE_CXX_WNO_UNUSED_LOCAL_TYPEDEFS - Success
  316. -- Performing Test HAVE_CXX_WNO_SIGN_PROMO
  317. -- Performing Test HAVE_CXX_WNO_SIGN_PROMO - Success
  318. -- Performing Test HAVE_CXX_WNO_TAUTOLOGICAL_UNDEFINED_COMPARE
  319. -- Performing Test HAVE_CXX_WNO_TAUTOLOGICAL_UNDEFINED_COMPARE - Failed
  320. -- Performing Test HAVE_CXX_WNO_IGNORED_QUALIFIERS
  321. -- Performing Test HAVE_CXX_WNO_IGNORED_QUALIFIERS - Success
  322. -- Performing Test HAVE_CXX_WNO_UNUSED_FUNCTION
  323. -- Performing Test HAVE_CXX_WNO_UNUSED_FUNCTION - Success
  324. -- Performing Test HAVE_CXX_WNO_UNUSED_CONST_VARIABLE
  325. -- Performing Test HAVE_CXX_WNO_UNUSED_CONST_VARIABLE - Success
  326. -- Performing Test HAVE_CXX_WNO_SHORTEN_64_TO_32
  327. -- Performing Test HAVE_CXX_WNO_SHORTEN_64_TO_32 - Failed
  328. -- Performing Test HAVE_CXX_WNO_INVALID_OFFSETOF
  329. -- Performing Test HAVE_CXX_WNO_INVALID_OFFSETOF - Success
  330. -- Performing Test HAVE_CXX_WNO_ENUM_COMPARE_SWITCH
  331. -- Performing Test HAVE_CXX_WNO_ENUM_COMPARE_SWITCH - Failed
  332. -- Could NOT find JNI (missing: JAVA_AWT_LIBRARY JAVA_JVM_LIBRARY JAVA_INCLUDE_PATH JAVA_INCLUDE_PATH2 JAVA_AWT_INCLUDE_PATH)
  333. -- VTK is not found. Please set -DVTK_DIR in CMake to VTK build directory, or to VTK install subdirectory with VTKConfig.cmake file
  334. -- Performing Test HAVE_C_WNO_UNUSED_VARIABLE
  335. -- Performing Test HAVE_C_WNO_UNUSED_VARIABLE - Success
  336. -- Performing Test HAVE_C_WNO_SHADOW
  337. -- Performing Test HAVE_C_WNO_SHADOW - Success
  338. -- Carotene: NEON is not available, disabling carotene...
  339. -- Looking for dlerror in dl
  340. -- Looking for dlerror in dl - found
  341. -- Performing Test HAVE_C_WNO_IMPLICIT_FALLTHROUGH
  342. -- Performing Test HAVE_C_WNO_IMPLICIT_FALLTHROUGH - Success
  343. -- Performing Test HAVE_C_WNO_SIGN_COMPARE
  344. -- Performing Test HAVE_C_WNO_SIGN_COMPARE - Success
  345. -- ADE: Download: v0.1.1f.zip
  346. -- OpenCV Python: during development append to PYTHONPATH: /tmp/opencv/opencv-4.5.1/build/python_loader
  347. -- Checking for modules 'libavcodec;libavformat;libavutil;libswscale'
  348. -- Found libavcodec, version 58.129.100
  349. -- Found libavformat, version 58.71.100
  350. -- Found libavutil, version 56.67.100
  351. -- Found libswscale, version 5.8.100
  352. CMake Warning at cmake/OpenCVUtils.cmake:876 (message):
  353. ocv_check_modules(FFMPEG): can't find library 'mmal_core'. Specify
  354. 'pkgcfg_lib_FFMPEG_mmal_core' manually
  355. Call Stack (most recent call first):
  356. modules/videoio/cmake/detect_ffmpeg.cmake:30 (ocv_check_modules)
  357. modules/videoio/cmake/init.cmake:3 (include)
  358. modules/videoio/cmake/init.cmake:30 (add_backend)
  359. cmake/OpenCVModule.cmake:298 (include)
  360. cmake/OpenCVModule.cmake:361 (_add_modules_1)
  361. modules/CMakeLists.txt:7 (ocv_glob_modules)
  362.  
  363.  
  364. CMake Warning at cmake/OpenCVUtils.cmake:876 (message):
  365. ocv_check_modules(FFMPEG): can't find library 'mmal_util'. Specify
  366. 'pkgcfg_lib_FFMPEG_mmal_util' manually
  367. Call Stack (most recent call first):
  368. modules/videoio/cmake/detect_ffmpeg.cmake:30 (ocv_check_modules)
  369. modules/videoio/cmake/init.cmake:3 (include)
  370. modules/videoio/cmake/init.cmake:30 (add_backend)
  371. cmake/OpenCVModule.cmake:298 (include)
  372. cmake/OpenCVModule.cmake:361 (_add_modules_1)
  373. modules/CMakeLists.txt:7 (ocv_glob_modules)
  374.  
  375.  
  376. CMake Warning at cmake/OpenCVUtils.cmake:876 (message):
  377. ocv_check_modules(FFMPEG): can't find library 'mmal_vc_client'. Specify
  378. 'pkgcfg_lib_FFMPEG_mmal_vc_client' manually
  379. Call Stack (most recent call first):
  380. modules/videoio/cmake/detect_ffmpeg.cmake:30 (ocv_check_modules)
  381. modules/videoio/cmake/init.cmake:3 (include)
  382. modules/videoio/cmake/init.cmake:30 (add_backend)
  383. cmake/OpenCVModule.cmake:298 (include)
  384. cmake/OpenCVModule.cmake:361 (_add_modules_1)
  385. modules/CMakeLists.txt:7 (ocv_glob_modules)
  386.  
  387.  
  388. CMake Warning at cmake/OpenCVUtils.cmake:876 (message):
  389. ocv_check_modules(FFMPEG): can't find library 'bcm_host'. Specify
  390. 'pkgcfg_lib_FFMPEG_bcm_host' manually
  391. Call Stack (most recent call first):
  392. modules/videoio/cmake/detect_ffmpeg.cmake:30 (ocv_check_modules)
  393. modules/videoio/cmake/init.cmake:3 (include)
  394. modules/videoio/cmake/init.cmake:30 (add_backend)
  395. cmake/OpenCVModule.cmake:298 (include)
  396. cmake/OpenCVModule.cmake:361 (_add_modules_1)
  397. modules/CMakeLists.txt:7 (ocv_glob_modules)
  398.  
  399.  
  400. CMake Warning at cmake/OpenCVUtils.cmake:876 (message):
  401. ocv_check_modules(FFMPEG): can't find library 'stdc++'. Specify
  402. 'pkgcfg_lib_FFMPEG_stdc++' manually
  403. Call Stack (most recent call first):
  404. modules/videoio/cmake/detect_ffmpeg.cmake:30 (ocv_check_modules)
  405. modules/videoio/cmake/init.cmake:3 (include)
  406. modules/videoio/cmake/init.cmake:30 (add_backend)
  407. cmake/OpenCVModule.cmake:298 (include)
  408. cmake/OpenCVModule.cmake:361 (_add_modules_1)
  409. modules/CMakeLists.txt:7 (ocv_glob_modules)
  410.  
  411.  
  412. -- Checking for module 'libavresample'
  413. -- Found libavresample, version 4.0.0
  414. -- WARNING: Can't build ffmpeg test code
  415. -- Checking for module 'gstreamer-base-1.0'
  416. -- Found gstreamer-base-1.0, version 1.14.4
  417. -- Checking for module 'gstreamer-app-1.0'
  418. -- Found gstreamer-app-1.0, version 1.14.4
  419. -- Checking for module 'gstreamer-riff-1.0'
  420. -- Found gstreamer-riff-1.0, version 1.14.4
  421. -- Checking for module 'gstreamer-pbutils-1.0'
  422. -- Found gstreamer-pbutils-1.0, version 1.14.4
  423. -- Checking for module 'libdc1394-2'
  424. -- Found libdc1394-2, version 2.2.5
  425. -- Module opencv_alphamat disabled because the following dependencies are not found: Eigen
  426. -- Caffe: NO
  427. -- Protobuf: NO
  428. -- Glog: NO
  429. -- Checking for module 'freetype2'
  430. -- Found freetype2, version 22.1.16
  431. -- Checking for module 'harfbuzz'
  432. -- Found harfbuzz, version 2.3.1
  433. -- freetype2: YES (ver 22.1.16)
  434. -- harfbuzz: YES (ver 2.3.1)
  435. -- Could NOT find HDF5 (missing: HDF5_LIBRARIES HDF5_INCLUDE_DIRS) (found version "")
  436. -- Julia not found. Not compiling Julia Bindings.
  437. -- Module opencv_ovis disabled because OGRE3D was not found
  438. -- No preference for use of exported gflags CMake configuration set, and no hints for include/library directories provided. Defaulting to preferring an installed/exported gflags CMake configuration if available.
  439. -- Failed to find installed gflags CMake configuration, searching for gflags build directories exported with CMake.
  440. -- Failed to find gflags - Failed to find an installed/exported CMake configuration for gflags, will perform search for installed gflags components.
  441. -- Failed to find gflags - Could not find gflags include directory, set GFLAGS_INCLUDE_DIR to directory containing gflags/gflags.h
  442. -- Failed to find glog - Could not find glog include directory, set GLOG_INCLUDE_DIR to directory containing glog/logging.h
  443. -- Module opencv_sfm disabled because the following dependencies are not found: Eigen Glog/Gflags
  444. -- Checking for module 'tesseract'
  445. -- No package 'tesseract' found
  446. -- Tesseract: NO
  447. -- Allocator metrics storage type: 'int'
  448. -- Excluding from source files list: modules/imgproc/src/corner.avx.cpp
  449. -- Excluding from source files list: modules/imgproc/src/imgwarp.avx2.cpp
  450. -- Excluding from source files list: modules/imgproc/src/imgwarp.sse4_1.cpp
  451. -- Excluding from source files list: modules/imgproc/src/resize.avx2.cpp
  452. -- Excluding from source files list: modules/imgproc/src/resize.sse4_1.cpp
  453. -- Registering hook 'INIT_MODULE_SOURCES_opencv_dnn': /tmp/opencv/opencv-4.5.1/modules/dnn/cmake/hooks/INIT_MODULE_SOURCES_opencv_dnn.cmake
  454. -- opencv_dnn: filter out cuda4dnn source code
  455. -- Excluding from source files list: <BUILD>/modules/dnn/layers/layers_common.avx.cpp
  456. -- Excluding from source files list: <BUILD>/modules/dnn/layers/layers_common.avx2.cpp
  457. -- Excluding from source files list: <BUILD>/modules/dnn/layers/layers_common.avx512_skx.cpp
  458. -- Excluding from source files list: modules/features2d/src/fast.avx2.cpp
  459. -- Performing Test HAVE_CXX_WNO_OVERLOADED_VIRTUAL
  460. -- Performing Test HAVE_CXX_WNO_OVERLOADED_VIRTUAL - Success
  461. -- rgbd: CERES support is disabled. Ceres Solver is Required for Posegraph optimization
  462. -- xfeatures2d/boostdesc: Download: boostdesc_bgm.i
  463. -- xfeatures2d/boostdesc: Download: boostdesc_bgm_bi.i
  464. -- xfeatures2d/boostdesc: Download: boostdesc_bgm_hd.i
  465. -- xfeatures2d/boostdesc: Download: boostdesc_binboost_064.i
  466. -- xfeatures2d/boostdesc: Download: boostdesc_binboost_128.i
  467. -- xfeatures2d/boostdesc: Download: boostdesc_binboost_256.i
  468. -- xfeatures2d/boostdesc: Download: boostdesc_lbgm.i
  469. -- xfeatures2d/vgg: Download: vgg_generated_48.i
  470. -- xfeatures2d/vgg: Download: vgg_generated_64.i
  471. -- xfeatures2d/vgg: Download: vgg_generated_80.i
  472. -- xfeatures2d/vgg: Download: vgg_generated_120.i
  473. -- data: Download: face_landmark_model.dat
  474. --
  475. -- General configuration for OpenCV 4.5.1 =====================================
  476. -- Version control: unknown
  477. --
  478. -- Extra modules:
  479. -- Location (extra): /tmp/opencv/opencv_contrib-4.5.1/modules
  480. -- Version control (extra): unknown
  481. --
  482. -- Platform:
  483. -- Timestamp: 2021-03-18T15:34:33Z
  484. -- Host: Linux 5.10.17+ armv6l
  485. -- CMake: 3.16.3
  486. -- CMake generator: Unix Makefiles
  487. -- CMake build tool: /usr/bin/make
  488. -- Configuration: RELEASE
  489. --
  490. -- CPU/HW features:
  491. -- Baseline:
  492. -- requested: DETECT
  493. --
  494. -- C/C++:
  495. -- Built as dynamic libs?: NO
  496. -- C++ standard: 11
  497. -- C++ Compiler: /usr/bin/c++ (ver 8.3.0)
  498. -- C++ flags (Release): -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections -fvisibility=hidden -fvisibility-inlines-hidden -O3 -DNDEBUG -DNDEBUG
  499. -- C++ flags (Debug): -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections -fvisibility=hidden -fvisibility-inlines-hidden -g -O0 -DDEBUG -D_DEBUG
  500. -- C Compiler: /usr/bin/cc
  501. -- C flags (Release): -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wuninitialized -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections -fvisibility=hidden -O3 -DNDEBUG -DNDEBUG
  502. -- C flags (Debug): -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wuninitialized -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections -fvisibility=hidden -g -O0 -DDEBUG -D_DEBUG
  503. -- Linker flags (Release): -Wl,--gc-sections -Wl,--as-needed
  504. -- Linker flags (Debug): -Wl,--gc-sections -Wl,--as-needed
  505. -- ccache: NO
  506. -- Precompiled headers: NO
  507. -- Extra dependencies: ade /usr/lib/arm-linux-gnueabihf/libgtk-x11-2.0.so /usr/lib/arm-linux-gnueabihf/libgdk-x11-2.0.so /usr/lib/arm-linux-gnueabihf/libpangocairo-1.0.so /usr/lib/arm-linux-gnueabihf/libatk-1.0.so /usr/lib/arm-linux-gnueabihf/libcairo.so /usr/lib/arm-linux-gnueabihf/libgdk_pixbuf-2.0.so /usr/lib/arm-linux-gnueabihf/libgio-2.0.so /usr/lib/arm-linux-gnueabihf/libpangoft2-1.0.so /usr/lib/arm-linux-gnueabihf/libpango-1.0.so /usr/lib/arm-linux-gnueabihf/libgobject-2.0.so /usr/lib/arm-linux-gnueabihf/libglib-2.0.so /usr/lib/arm-linux-gnueabihf/libfontconfig.so /usr/lib/arm-linux-gnueabihf/libgthread-2.0.so /usr/lib/arm-linux-gnueabihf/libjpeg.so /usr/lib/arm-linux-gnueabihf/libwebp.so /usr/lib/arm-linux-gnueabihf/libpng.so /usr/local/lib/libz.so /usr/lib/arm-linux-gnueabihf/libtiff.so /usr/lib/arm-linux-gnueabihf/libfreetype.so /usr/lib/arm-linux-gnueabihf/libharfbuzz.so dl m pthread rt
  508. -- 3rdparty dependencies: ittnotify libprotobuf libopenjp2 IlmImf quirc
  509. --
  510. -- OpenCV modules:
  511. -- To be built: aruco bgsegm bioinspired calib3d ccalib core datasets dnn dnn_objdetect dnn_superres dpm face features2d flann freetype fuzzy gapi hfs highgui img_hash imgcodecs imgproc intensity_transform line_descriptor mcc ml objdetect optflow phase_unwrapping photo plot quality rapid reg rgbd saliency shape stereo stitching structured_light superres surface_matching text tracking video videoio videostab xfeatures2d ximgproc xobjdetect xphoto
  512. -- Disabled: world
  513. -- Disabled by dependency: -
  514. -- Unavailable: alphamat cnn_3dobj cudaarithm cudabgsegm cudacodec cudafeatures2d cudafilters cudaimgproc cudalegacy cudaobjdetect cudaoptflow cudastereo cudawarping cudev cvv hdf java julia matlab ovis python2 python3 sfm ts viz
  515. -- Applications: apps
  516. -- Documentation: NO
  517. -- Non-free algorithms: NO
  518. --
  519. -- GUI:
  520. -- GTK+: YES (ver 2.24.32)
  521. -- GThread : YES (ver 2.58.3)
  522. -- GtkGlExt: NO
  523. -- VTK support: NO
  524. --
  525. -- Media I/O:
  526. -- ZLib: /usr/local/lib/libz.so (ver 1.2.11)
  527. -- JPEG: /usr/lib/arm-linux-gnueabihf/libjpeg.so (ver 62)
  528. -- WEBP: /usr/lib/arm-linux-gnueabihf/libwebp.so (ver encoder: 0x020e)
  529. -- PNG: /usr/lib/arm-linux-gnueabihf/libpng.so (ver 1.6.36)
  530. -- TIFF: /usr/lib/arm-linux-gnueabihf/libtiff.so (ver 42 / 4.1.0)
  531. -- JPEG 2000: build (ver 2.3.1)
  532. -- OpenEXR: build (ver 2.3.0)
  533. -- HDR: YES
  534. -- SUNRASTER: YES
  535. -- PXM: YES
  536. -- PFM: YES
  537. --
  538. -- Video I/O:
  539. -- DC1394: YES (2.2.5)
  540. -- FFMPEG: NO
  541. -- avcodec: YES (58.129.100)
  542. -- avformat: YES (58.71.100)
  543. -- avutil: YES (56.67.100)
  544. -- swscale: YES (5.8.100)
  545. -- avresample: YES (4.0.0)
  546. -- GStreamer: YES (1.14.4)
  547. -- v4l/v4l2: YES (linux/videodev2.h)
  548. --
  549. -- Parallel framework: pthreads
  550. --
  551. -- Trace: YES (with Intel ITT)
  552. --
  553. -- Other third-party libraries:
  554. -- Lapack: NO
  555. -- Eigen: NO
  556. -- Custom HAL: NO
  557. -- Protobuf: build (3.5.1)
  558. --
  559. -- OpenCL: YES (no extra features)
  560. -- Include path: /tmp/opencv/opencv-4.5.1/3rdparty/include/opencl/1.2
  561. -- Link libraries: Dynamic load
  562. --
  563. -- Python (for build): /usr/bin/python2.7
  564. --
  565. -- Java:
  566. -- ant: NO
  567. -- JNI: NO
  568. -- Java wrappers: NO
  569. -- Java tests: NO
  570. --
  571. -- Install to: /usr/local
  572. -- -----------------------------------------------------------------
  573. --
  574. -- Configuring done
  575. -- Generating done
  576. -- Build files have been written to: /tmp/opencv/opencv-4.5.1/build
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement