Guest User

Untitled

a guest
Nov 18th, 2017
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 29.42 KB | None | 0 0
  1. # Raspberry Pi 3 with Debian 9 stretch
  2.  
  3. $ cmake -DOPENCV_EXTRA_MODULES_PATH=../../opencv_contrib/modules/ -DBUILD_TIFF=ON -DBUILD_opencv_java=OFF -DWITH_CUDA=OFF -DWITH_OPENGL=ON -DWITH_OPENCL=ON -DWITH_IPP=ON -DWITH_TBB=ON -DWITH_EIGEN=ON -DWITH_V4L=ON -DBUILD_TESTS=OFF -DBUILD_PERF_TESTS=OFF -DCMAKE_BUILD_TYPE=RELEASE -DCMAKE_INSTALL_PREFIX=$(python -c "import sys; print(sys.prefix)") -DPYTHON_EXECUTABLE=$(which python) -DPYTHON_INCLUDE_DIR=$(python -c "from distutils.sysconfig import get_python_inc; print(get_python_inc())") -DPYTHON_PACKAGES_PATH=$(python -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())") ..
  4.  
  5.  
  6. -- The CXX compiler identification is GNU 6.3.0
  7. -- The C compiler identification is GNU 6.3.0
  8. -- Check for working CXX compiler: /usr/bin/c++
  9. -- Check for working CXX compiler: /usr/bin/c++ -- works
  10. -- Detecting CXX compiler ABI info
  11. -- Detecting CXX compiler ABI info - done
  12. -- Detecting CXX compile features
  13. -- Detecting CXX compile features - done
  14. -- Check for working C compiler: /usr/bin/cc
  15. -- Check for working C compiler: /usr/bin/cc -- works
  16. -- Detecting C compiler ABI info
  17. -- Detecting C compiler ABI info - done
  18. -- Detecting C compile features
  19. -- Detecting C compile features - done
  20. -- Performing Test HAVE_CXX11 (check file: cmake/checks/cxx11.cpp)
  21. -- Performing Test HAVE_CXX11 - Success
  22. -- Found PythonInterp: /usr/bin/python (found suitable version "2.7.13", minimum required is "2.7")
  23. -- Found PythonLibs: /usr/lib/arm-linux-gnueabihf/libpython2.7.so (found suitable exact version "2.7.13")
  24. -- Found PythonInterp: /usr/bin/python3 (found suitable version "3.5.3", minimum required is "3.4")
  25. -- Found PythonLibs: /usr/lib/arm-linux-gnueabihf/libpython3.5m.so (found suitable exact version "3.5.3")
  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_WNO_NARROWING
  100. -- Performing Test HAVE_CXX_WNO_NARROWING - Success
  101. -- Performing Test HAVE_C_WNO_NARROWING
  102. -- Performing Test HAVE_C_WNO_NARROWING - Success
  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_WNO_IMPLICIT_FALLTHROUGH
  116. -- Performing Test HAVE_CXX_WNO_IMPLICIT_FALLTHROUGH - Failed
  117. -- Performing Test HAVE_C_WNO_IMPLICIT_FALLTHROUGH
  118. -- Performing Test HAVE_C_WNO_IMPLICIT_FALLTHROUGH - Failed
  119. -- Performing Test HAVE_CXX_FDIAGNOSTICS_SHOW_OPTION
  120. -- Performing Test HAVE_CXX_FDIAGNOSTICS_SHOW_OPTION - Success
  121. -- Performing Test HAVE_C_FDIAGNOSTICS_SHOW_OPTION
  122. -- Performing Test HAVE_C_FDIAGNOSTICS_SHOW_OPTION - Success
  123. -- Performing Test HAVE_CXX_PTHREAD
  124. -- Performing Test HAVE_CXX_PTHREAD - Success
  125. -- Performing Test HAVE_C_PTHREAD
  126. -- Performing Test HAVE_C_PTHREAD - Success
  127. -- Performing Test HAVE_CXX_FOMIT_FRAME_POINTER
  128. -- Performing Test HAVE_CXX_FOMIT_FRAME_POINTER - Success
  129. -- Performing Test HAVE_C_FOMIT_FRAME_POINTER
  130. -- Performing Test HAVE_C_FOMIT_FRAME_POINTER - Success
  131. -- Performing Test HAVE_CXX_FFUNCTION_SECTIONS
  132. -- Performing Test HAVE_CXX_FFUNCTION_SECTIONS - Success
  133. -- Performing Test HAVE_C_FFUNCTION_SECTIONS
  134. -- Performing Test HAVE_C_FFUNCTION_SECTIONS - Success
  135. -- Performing Test HAVE_CXX_MFPU_VFPV3
  136. -- Performing Test HAVE_CXX_MFPU_VFPV3 - Success
  137. -- Performing Test HAVE_CPU_NEON_SUPPORT (check file: cmake/checks/cpu_neon.cpp)
  138. -- Performing Test HAVE_CPU_NEON_SUPPORT - Failed
  139. -- Performing Test HAVE_CXX_MFPU_NEON (check file: cmake/checks/cpu_neon.cpp)
  140. -- Performing Test HAVE_CXX_MFPU_NEON - Success
  141. -- Performing Test HAVE_CPU_FP16_SUPPORT (check file: cmake/checks/cpu_fp16.cpp)
  142. -- Performing Test HAVE_CPU_FP16_SUPPORT - Failed
  143. -- Performing Test HAVE_CXX_MFPU_NEON_FP16 (check file: cmake/checks/cpu_fp16.cpp)
  144. -- Performing Test HAVE_CXX_MFPU_NEON_FP16 - Failed
  145. -- FP16 is not supported by C++ compiler
  146. -- Performing Test HAVE_CPU_BASELINE_FLAGS
  147. -- Performing Test HAVE_CPU_BASELINE_FLAGS - Success
  148. -- Performing Test HAVE_CXX_MFP16_FORMAT_IEEE
  149. -- Performing Test HAVE_CXX_MFP16_FORMAT_IEEE - Success
  150. -- Performing Test HAVE_C_MFP16_FORMAT_IEEE
  151. -- Performing Test HAVE_C_MFP16_FORMAT_IEEE - Success
  152. -- Performing Test HAVE_CXX_FVISIBILITY_HIDDEN
  153. -- Performing Test HAVE_CXX_FVISIBILITY_HIDDEN - Success
  154. -- Performing Test HAVE_C_FVISIBILITY_HIDDEN
  155. -- Performing Test HAVE_C_FVISIBILITY_HIDDEN - Success
  156. -- Performing Test HAVE_CXX_FVISIBILITY_INLINES_HIDDEN
  157. -- Performing Test HAVE_CXX_FVISIBILITY_INLINES_HIDDEN - Success
  158. -- Performing Test HAVE_C_FVISIBILITY_INLINES_HIDDEN
  159. -- Performing Test HAVE_C_FVISIBILITY_INLINES_HIDDEN - Failed
  160. -- Looking for pthread.h
  161. -- Looking for pthread.h - found
  162. -- Looking for posix_memalign
  163. -- Looking for posix_memalign - found
  164. -- Looking for malloc.h
  165. -- Looking for malloc.h - found
  166. -- Looking for memalign
  167. -- Looking for memalign - found
  168. -- Check if the system is big endian
  169. -- Searching 16 bit integer
  170. -- Looking for sys/types.h
  171. -- Looking for sys/types.h - found
  172. -- Looking for stdint.h
  173. -- Looking for stdint.h - found
  174. -- Looking for stddef.h
  175. -- Looking for stddef.h - found
  176. -- Check size of unsigned short
  177. -- Check size of unsigned short - done
  178. -- Using unsigned short
  179. -- Check if the system is big endian - little endian
  180. -- Found ZLIB: /usr/lib/arm-linux-gnueabihf/libz.so (found suitable version "1.2.8", minimum required is "1.2.3")
  181. -- Looking for assert.h
  182. -- Looking for assert.h - found
  183. -- Looking for fcntl.h
  184. -- Looking for fcntl.h - found
  185. -- Looking for io.h
  186. -- Looking for io.h - not found
  187. -- Looking for jbg_newlen
  188. -- Looking for jbg_newlen - not found
  189. -- Looking for search.h
  190. -- Looking for search.h - found
  191. -- Looking for string.h
  192. -- Looking for string.h - found
  193. -- Looking for unistd.h
  194. -- Looking for unistd.h - found
  195. -- Looking for mmap
  196. -- Looking for mmap - found
  197. -- Performing Test HAVE_C_WNO_UNUSED_BUT_SET_VARIABLE
  198. -- Performing Test HAVE_C_WNO_UNUSED_BUT_SET_VARIABLE - Success
  199. -- Performing Test HAVE_C_WNO_MISSING_PROTOTYPES
  200. -- Performing Test HAVE_C_WNO_MISSING_PROTOTYPES - Success
  201. -- Performing Test HAVE_C_WNO_MISSING_DECLARATIONS
  202. -- Performing Test HAVE_C_WNO_MISSING_DECLARATIONS - Success
  203. -- Performing Test HAVE_C_WNO_UNDEF
  204. -- Performing Test HAVE_C_WNO_UNDEF - Success
  205. -- Performing Test HAVE_C_WNO_UNUSED
  206. -- Performing Test HAVE_C_WNO_UNUSED - Success
  207. -- Performing Test HAVE_C_WNO_SIGN_COMPARE
  208. -- Performing Test HAVE_C_WNO_SIGN_COMPARE - Success
  209. -- Performing Test HAVE_C_WNO_CAST_ALIGN
  210. -- Performing Test HAVE_C_WNO_CAST_ALIGN - Success
  211. -- Performing Test HAVE_C_WNO_SHADOW
  212. -- Performing Test HAVE_C_WNO_SHADOW - Success
  213. -- Performing Test HAVE_C_WNO_MAYBE_UNINITIALIZED
  214. -- Performing Test HAVE_C_WNO_MAYBE_UNINITIALIZED - Success
  215. -- Performing Test HAVE_C_WNO_POINTER_TO_INT_CAST
  216. -- Performing Test HAVE_C_WNO_POINTER_TO_INT_CAST - Success
  217. -- Performing Test HAVE_C_WNO_INT_TO_POINTER_CAST
  218. -- Performing Test HAVE_C_WNO_INT_TO_POINTER_CAST - Success
  219. -- Performing Test HAVE_C_WNO_MISLEADING_INDENTATION
  220. -- Performing Test HAVE_C_WNO_MISLEADING_INDENTATION - Success
  221. -- Performing Test HAVE_C_WNO_UNUSED_PARAMETER
  222. -- Performing Test HAVE_C_WNO_UNUSED_PARAMETER - Success
  223. -- Performing Test HAVE_CXX_WNO_MISSING_DECLARATIONS
  224. -- Performing Test HAVE_CXX_WNO_MISSING_DECLARATIONS - Success
  225. -- Performing Test HAVE_CXX_WNO_UNUSED_PARAMETER
  226. -- Performing Test HAVE_CXX_WNO_UNUSED_PARAMETER - Success
  227. -- Found JPEG: /usr/lib/arm-linux-gnueabihf/libjpeg.so
  228. -- Performing Test HAVE_C_WNO_UNUSED_VARIABLE
  229. -- Performing Test HAVE_C_WNO_UNUSED_VARIABLE - Success
  230. -- Performing Test HAVE_C_WNO_UNUSED_FUNCTION
  231. -- Performing Test HAVE_C_WNO_UNUSED_FUNCTION - Success
  232. -- Could NOT find Jasper (missing: JASPER_LIBRARIES JASPER_INCLUDE_DIR)
  233. -- Performing Test HAVE_C_WNO_IMPLICIT_FUNCTION_DECLARATION
  234. -- Performing Test HAVE_C_WNO_IMPLICIT_FUNCTION_DECLARATION - Success
  235. -- Performing Test HAVE_C_WNO_UNINITIALIZED
  236. -- Performing Test HAVE_C_WNO_UNINITIALIZED - Success
  237. -- Performing Test HAVE_C_WNO_UNUSED_BUT_SET_PARAMETER
  238. -- Performing Test HAVE_C_WNO_UNUSED_BUT_SET_PARAMETER - Success
  239. -- Performing Test HAVE_C_WNO_STRICT_OVERFLOW
  240. -- Performing Test HAVE_C_WNO_STRICT_OVERFLOW - Success
  241. -- Found ZLIB: /usr/lib/arm-linux-gnueabihf/libz.so (found version "1.2.8")
  242. -- Found PNG: /usr/lib/arm-linux-gnueabihf/libpng.so (found version "1.6.28")
  243. -- Looking for /usr/include/libpng/png.h
  244. -- Looking for /usr/include/libpng/png.h - found
  245. -- Found OpenEXR: /usr/lib/arm-linux-gnueabihf/libIlmImf.so
  246. -- Checking for module 'gtk+-3.0'
  247. -- No package 'gtk+-3.0' found
  248. -- Checking for module 'gtk+-2.0'
  249. -- Found gtk+-2.0, version 2.24.31
  250. -- Checking for module 'gthread-2.0'
  251. -- Found gthread-2.0, version 2.50.3
  252. -- Checking for module 'gtkglext-1.0'
  253. -- No package 'gtkglext-1.0' found
  254. -- Checking for module 'gstreamer-base-1.0'
  255. -- Found gstreamer-base-1.0, version 1.10.4
  256. -- Checking for module 'gstreamer-video-1.0'
  257. -- Found gstreamer-video-1.0, version 1.10.4
  258. -- Checking for module 'gstreamer-app-1.0'
  259. -- Found gstreamer-app-1.0, version 1.10.4
  260. -- Checking for module 'gstreamer-riff-1.0'
  261. -- Found gstreamer-riff-1.0, version 1.10.4
  262. -- Checking for module 'gstreamer-pbutils-1.0'
  263. -- Found gstreamer-pbutils-1.0, version 1.10.4
  264. -- Checking for module 'libdc1394-2'
  265. -- No package 'libdc1394-2' found
  266. -- Checking for module 'libdc1394'
  267. -- No package 'libdc1394' found
  268. -- Looking for linux/videodev.h
  269. -- Looking for linux/videodev.h - not found
  270. -- Looking for linux/videodev2.h
  271. -- Looking for linux/videodev2.h - found
  272. -- Looking for sys/videoio.h
  273. -- Looking for sys/videoio.h - not found
  274. -- Checking for modules 'libavcodec;libavformat;libavutil;libswscale'
  275. -- Found libavcodec, version 57.64.101
  276. -- Found libavformat, version 57.56.101
  277. -- Found libavutil, version 55.34.101
  278. -- Found libswscale, version 4.2.100
  279. -- Checking for module 'libavresample'
  280. -- Found libavresample, version 3.1.0
  281. -- Checking for module 'libgphoto2'
  282. -- No package 'libgphoto2' found
  283. -- Found TBB: /usr/lib/arm-linux-gnueabihf/libtbb.so
  284. -- Found OpenBLAS libraries: /usr/lib/libopenblas.so
  285. -- Found OpenBLAS include: /usr/include
  286. -- LAPACK(OpenBLAS): LAPACK_LIBRARIES: /usr/lib/libopenblas.so
  287. CMake Warning at cmake/OpenCVFindLAPACK.cmake:29 (message):
  288. LAPACK(OpenBLAS): CBLAS/LAPACK headers are not found in '/usr/include'
  289. Call Stack (most recent call first):
  290. cmake/OpenCVFindLAPACK.cmake:89 (ocv_lapack_check)
  291. CMakeLists.txt:596 (include)
  292.  
  293.  
  294. -- Could NOT find Atlas (missing: Atlas_CLAPACK_INCLUDE_DIR)
  295. -- Looking for sgemm_
  296. -- Looking for sgemm_ - found
  297. -- Looking for pthread.h
  298. -- Looking for pthread.h - found
  299. -- Looking for pthread_create
  300. -- Looking for pthread_create - found
  301. -- Found Threads: TRUE
  302. -- A library with BLAS API found.
  303. -- Looking for cheev_
  304. -- Looking for cheev_ - found
  305. -- A library with LAPACK API found.
  306. -- Could NOT find Doxygen (missing: DOXYGEN_EXECUTABLE)
  307. -- Could NOT find JNI (missing: JAVA_AWT_LIBRARY JAVA_JVM_LIBRARY JAVA_INCLUDE_PATH JAVA_INCLUDE_PATH2 JAVA_AWT_INCLUDE_PATH)
  308. -- Could NOT find Pylint (missing: PYLINT_EXECUTABLE)
  309. -- Could NOT find Matlab (missing: MATLAB_MEX_SCRIPT MATLAB_INCLUDE_DIRS MATLAB_ROOT_DIR MATLAB_LIBRARIES MATLAB_LIBRARY_DIRS MATLAB_MEXEXT MATLAB_ARCH MATLAB_BIN)
  310. -- VTK is not found. Please set -DVTK_DIR in CMake to VTK build directory, or to VTK install subdirectory with VTKConfig.cmake file
  311. -- Performing Test CXX_HAS_MFPU_NEON
  312. -- Performing Test CXX_HAS_MFPU_NEON - Success
  313. -- Performing Test C_HAS_MFPU_NEON
  314. -- Performing Test C_HAS_MFPU_NEON - Success
  315. -- Performing Test HAVE_CXX_WNO_DEPRECATED
  316. -- Performing Test HAVE_CXX_WNO_DEPRECATED - Success
  317. -- Performing Test HAVE_CXX_WNO_MISSING_PROTOTYPES
  318. -- Performing Test HAVE_CXX_WNO_MISSING_PROTOTYPES - Failed
  319. -- Performing Test HAVE_CXX_WNO_SHADOW
  320. -- Performing Test HAVE_CXX_WNO_SHADOW - Success
  321. -- Performing Test HAVE_CXX_WNO_UNUSED_LOCAL_TYPEDEFS
  322. -- Performing Test HAVE_CXX_WNO_UNUSED_LOCAL_TYPEDEFS - Success
  323. -- Performing Test HAVE_CXX_WNO_SIGN_COMPARE
  324. -- Performing Test HAVE_CXX_WNO_SIGN_COMPARE - Success
  325. -- Performing Test HAVE_CXX_WNO_SIGN_PROMO
  326. -- Performing Test HAVE_CXX_WNO_SIGN_PROMO - Success
  327. -- Performing Test HAVE_CXX_WNO_UNDEF
  328. -- Performing Test HAVE_CXX_WNO_UNDEF - Success
  329. -- Performing Test HAVE_CXX_WNO_TAUTOLOGICAL_UNDEFINED_COMPARE
  330. -- Performing Test HAVE_CXX_WNO_TAUTOLOGICAL_UNDEFINED_COMPARE - Failed
  331. -- Performing Test HAVE_CXX_WNO_IGNORED_QUALIFIERS
  332. -- Performing Test HAVE_CXX_WNO_IGNORED_QUALIFIERS - Success
  333. -- Performing Test HAVE_CXX_WNO_EXTRA
  334. -- Performing Test HAVE_CXX_WNO_EXTRA - Success
  335. -- Performing Test HAVE_CXX_WNO_UNUSED_FUNCTION
  336. -- Performing Test HAVE_CXX_WNO_UNUSED_FUNCTION - Success
  337. -- Performing Test HAVE_CXX_WNO_UNUSED_CONST_VARIABLE
  338. -- Performing Test HAVE_CXX_WNO_UNUSED_CONST_VARIABLE - Success
  339. -- Performing Test HAVE_CXX_WNO_SHORTEN_64_TO_32
  340. -- Performing Test HAVE_CXX_WNO_SHORTEN_64_TO_32 - Failed
  341. -- Performing Test HAVE_CXX_WNO_DEPRECATED_DECLARATIONS
  342. -- Performing Test HAVE_CXX_WNO_DEPRECATED_DECLARATIONS - Success
  343. -- Caffe: NO
  344. -- Protobuf: NO
  345. -- Glog: NO
  346. -- tiny-dnn: Download: v1.0.0a3.tar.gz
  347. -- Looking for tiny_dnn.h
  348. -- Looking for tiny_dnn.h - found
  349. -- Found tiny-dnn in: /home/pi/opencv/release/3rdparty/tinydnn/tiny-dnn-1.0.0a3
  350. -- Performing Test COMPILER_SUPPORTS_CXX11
  351. -- Performing Test COMPILER_SUPPORTS_CXX11 - Success
  352. -- The protocol buffer compiler is not found (PROTOBUF_PROTOC_EXECUTABLE='')
  353. -- Checking for one of the modules 'freetype2'
  354. -- Checking for one of the modules 'harfbuzz'
  355. -- freetype2: YES
  356. -- harfbuzz: YES
  357. -- Could NOT find HDF5 (missing: HDF5_LIBRARIES HDF5_INCLUDE_DIRS)
  358. -- 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.
  359. -- Failed to find installed gflags CMake configuration, searching for gflags build directories exported with CMake.
  360. -- Failed to find gflags - Failed to find an installed/exported CMake configuration for gflags, will perform search for installed gflags components.
  361. -- Failed to find gflags - Could not find gflags include directory, set GFLAGS_INCLUDE_DIR to directory containing gflags/gflags.h
  362. -- Failed to find glog - Could not find glog include directory, set GLOG_INCLUDE_DIR to directory containing glog/logging.h
  363. -- Module opencv_sfm disabled because the following dependencies are not found: Glog/Gflags
  364. -- Excluding from source files list: /home/pi/opencv/modules/core/src/convert.avx2.cpp
  365. -- Excluding from source files list: /home/pi/opencv/modules/core/src/convert.fp16.cpp
  366. -- Excluding from source files list: /home/pi/opencv/modules/core/src/convert.sse4_1.cpp
  367. -- Excluding from source files list: /home/pi/opencv/release/modules/core/mathfuncs_core.sse2.cpp
  368. -- Excluding from source files list: /home/pi/opencv/release/modules/core/mathfuncs_core.avx.cpp
  369. -- Excluding from source files list: /home/pi/opencv/release/modules/core/mathfuncs_core.avx2.cpp
  370. -- Excluding from source files list: /home/pi/opencv/release/modules/core/stat.sse4_2.cpp
  371. -- Excluding from source files list: /home/pi/opencv/release/modules/core/stat.avx2.cpp
  372. -- Excluding from source files list: /home/pi/opencv/modules/imgproc/src/corner.avx.cpp
  373. -- Excluding from source files list: /home/pi/opencv/modules/imgproc/src/filter.avx2.cpp
  374. -- Excluding from source files list: /home/pi/opencv/modules/imgproc/src/imgwarp.avx2.cpp
  375. -- Excluding from source files list: /home/pi/opencv/modules/imgproc/src/imgwarp.sse4_1.cpp
  376. -- Excluding from source files list: /home/pi/opencv/modules/imgproc/src/resize.avx2.cpp
  377. -- Excluding from source files list: /home/pi/opencv/modules/imgproc/src/resize.sse4_1.cpp
  378. -- Excluding from source files list: /home/pi/opencv/modules/imgproc/src/undistort.avx2.cpp
  379. -- Excluding from source files list: /home/pi/opencv/release/modules/imgproc/accum.sse2.cpp
  380. -- Excluding from source files list: /home/pi/opencv/release/modules/imgproc/accum.avx.cpp
  381. -- Excluding from source files list: /home/pi/opencv/release/modules/imgproc/accum.neon.cpp
  382. -- Excluding from source files list: /home/pi/opencv/modules/objdetect/src/haar.avx.cpp
  383. -- Performing Test HAVE_CXX_WNO_PARENTHESES
  384. -- Performing Test HAVE_CXX_WNO_PARENTHESES - Success
  385. -- Performing Test HAVE_CXX_WNO_MAYBE_UNINITIALIZED
  386. -- Performing Test HAVE_CXX_WNO_MAYBE_UNINITIALIZED - Success
  387. -- Performing Test HAVE_CXX_WNO_ENUM_COMPARE
  388. -- Performing Test HAVE_CXX_WNO_ENUM_COMPARE - Success
  389. -- Excluding from source files list: /home/pi/opencv/release/modules/dnn/layers/layers_common.avx.cpp
  390. -- Excluding from source files list: /home/pi/opencv/release/modules/dnn/layers/layers_common.avx2.cpp
  391. -- Torch importer has been enabled. To run the tests you have to install Torch ('th' executable should be available) and generate testdata using opencv_extra/testdata/dnn/generate_torch_models.py script.
  392. -- freetype2: YES
  393. -- harfbuzz: YES
  394. -- Performing Test HAVE_CXX_WNO_OVERLOADED_VIRTUAL
  395. -- Performing Test HAVE_CXX_WNO_OVERLOADED_VIRTUAL - Success
  396. -- Checking for modules 'tesseract;lept'
  397. -- No package 'tesseract' found
  398. -- No package 'lept' found
  399. -- Tesseract: NO
  400. -- xfeatures2d/boostdesc: Download: boostdesc_bgm.i
  401. -- xfeatures2d/boostdesc: Download: boostdesc_bgm_bi.i
  402. -- xfeatures2d/boostdesc: Download: boostdesc_bgm_hd.i
  403. -- xfeatures2d/boostdesc: Download: boostdesc_binboost_064.i
  404. -- xfeatures2d/boostdesc: Download: boostdesc_binboost_128.i
  405. -- xfeatures2d/boostdesc: Download: boostdesc_binboost_256.i
  406. -- xfeatures2d/boostdesc: Download: boostdesc_lbgm.i
  407. -- xfeatures2d/vgg: Download: vgg_generated_48.i
  408. -- xfeatures2d/vgg: Download: vgg_generated_64.i
  409. -- xfeatures2d/vgg: Download: vgg_generated_80.i
  410. -- xfeatures2d/vgg: Download: vgg_generated_120.i
  411. -- Performing Test HAVE_CXX_WNO_UNUSED_PRIVATE_FIELD
  412. -- Performing Test HAVE_CXX_WNO_UNUSED_PRIVATE_FIELD - Failed
  413. --
  414. -- General configuration for OpenCV 3.3.1 =====================================
  415. -- Version control: 3.3.1
  416. --
  417. -- Extra modules:
  418. -- Location (extra): /home/pi/opencv_contrib/modules
  419. -- Version control (extra): 3.3.1
  420. --
  421. -- Platform:
  422. -- Timestamp: 2017-11-16T14:40:18Z
  423. -- Host: Linux 4.9.59-v7+ armv7l
  424. -- CMake: 3.7.2
  425. -- CMake generator: Unix Makefiles
  426. -- CMake build tool: /usr/bin/make
  427. -- Configuration: RELEASE
  428. --
  429. -- CPU/HW features:
  430. -- Baseline:
  431. -- requested: DETECT
  432. -- disabled: VFPV3 NEON
  433. --
  434. -- C/C++:
  435. -- Built as dynamic libs?: YES
  436. -- C++11: YES
  437. -- C++ Compiler: /usr/bin/c++ (ver 6.3.0)
  438. -- 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 -Winit-self -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-comment -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -mfp16-format=ieee -fvisibility=hidden -fvisibility-inlines-hidden -O3 -DNDEBUG -DNDEBUG
  439. -- 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 -Winit-self -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-comment -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -mfp16-format=ieee -fvisibility=hidden -fvisibility-inlines-hidden -g -O0 -DDEBUG -D_DEBUG
  440. -- C Compiler: /usr/bin/cc
  441. -- 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 -Winit-self -Wno-narrowing -Wno-comment -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -mfp16-format=ieee -fvisibility=hidden -O3 -DNDEBUG -DNDEBUG
  442. -- 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 -Winit-self -Wno-narrowing -Wno-comment -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -mfp16-format=ieee -fvisibility=hidden -g -O0 -DDEBUG -D_DEBUG
  443. -- Linker flags (Release):
  444. -- Linker flags (Debug):
  445. -- ccache: NO
  446. -- Precompiled headers: YES
  447. -- Extra dependencies: dl m pthread rt /usr/lib/arm-linux-gnueabihf/libtbb.so
  448. -- 3rdparty dependencies:
  449. --
  450. -- OpenCV modules:
  451. -- To be built: core flann imgproc ml objdetect phase_unwrapping photo plot reg surface_matching video xphoto bgsegm dnn face freetype fuzzy img_hash imgcodecs shape videoio xobjdetect highgui superres bioinspired dpm features2d line_descriptor saliency text calib3d ccalib datasets rgbd stereo structured_light tracking videostab xfeatures2d ximgproc aruco optflow stitching python2 python3
  452. -- Disabled: js world contrib_world
  453. -- Disabled by dependency: -
  454. -- Unavailable: cudaarithm cudabgsegm cudacodec cudafeatures2d cudafilters cudaimgproc cudalegacy cudaobjdetect cudaoptflow cudastereo cudawarping cudev java ts viz cnn_3dobj cvv dnn_modern hdf matlab sfm
  455. --
  456. -- GUI:
  457. -- QT: NO
  458. -- GTK+ 2.x: YES (ver 2.24.31)
  459. -- GThread : YES (ver 2.50.3)
  460. -- GtkGlExt: NO
  461. -- OpenGL support: NO
  462. -- VTK support: NO
  463. --
  464. -- Media I/O:
  465. -- ZLib: /usr/lib/arm-linux-gnueabihf/libz.so (ver 1.2.8)
  466. -- JPEG: /usr/lib/arm-linux-gnueabihf/libjpeg.so (ver )
  467. -- WEBP: build (ver encoder: 0x020e)
  468. -- PNG: /usr/lib/arm-linux-gnueabihf/libpng.so (ver 1.6.28)
  469. -- TIFF: build (ver 42 - 4.0.2)
  470. -- JPEG 2000: build (ver 1.900.1)
  471. -- OpenEXR: /usr/lib/arm-linux-gnueabihf/libImath.so /usr/lib/arm-linux-gnueabihf/libIlmImf.so /usr/lib/arm-linux-gnueabihf/libIex.so /usr/lib/arm-linux-gnueabihf/libHalf.so /usr/lib/arm-linux-gnueabihf/libIlmThread.so (ver 2.2.0)
  472. -- GDAL: NO
  473. -- GDCM: NO
  474. --
  475. -- Video I/O:
  476. -- DC1394 1.x: NO
  477. -- DC1394 2.x: NO
  478. -- FFMPEG: YES
  479. -- avcodec: YES (ver 57.64.101)
  480. -- avformat: YES (ver 57.56.101)
  481. -- avutil: YES (ver 55.34.101)
  482. -- swscale: YES (ver 4.2.100)
  483. -- avresample: YES (ver 3.1.0)
  484. -- GStreamer:
  485. -- base: YES (ver 1.10.4)
  486. -- video: YES (ver 1.10.4)
  487. -- app: YES (ver 1.10.4)
  488. -- riff: YES (ver 1.10.4)
  489. -- pbutils: YES (ver 1.10.4)
  490. -- OpenNI: NO
  491. -- OpenNI PrimeSensor Modules: NO
  492. -- OpenNI2: NO
  493. -- PvAPI: NO
  494. -- GigEVisionSDK: NO
  495. -- Aravis SDK: NO
  496. -- UniCap: NO
  497. -- UniCap ucil: NO
  498. -- V4L/V4L2: NO/YES
  499. -- XIMEA: NO
  500. -- Xine: NO
  501. -- Intel Media SDK: NO
  502. -- gPhoto2: NO
  503. --
  504. -- Parallel framework: TBB (ver 4.3 interface 8006)
  505. --
  506. -- Trace: YES ()
  507. --
  508. -- Other third-party libraries:
  509. -- Use Intel IPP: NO
  510. -- Use Intel IPP IW: NO
  511. -- Use VA: NO
  512. -- Use Intel VA-API/OpenCL: NO
  513. -- Use Lapack: NO
  514. -- Use Eigen: YES (ver 3.3.2)
  515. -- Use Cuda: NO
  516. -- Use OpenCL: YES
  517. -- Use OpenVX: NO
  518. -- Use custom HAL: YES (carotene (ver 0.0.1))
  519. --
  520. -- OpenCL: <Dynamic loading of OpenCL library>
  521. -- Include path: /home/pi/opencv/3rdparty/include/opencl/1.2
  522. -- Use AMDFFT: NO
  523. -- Use AMDBLAS: NO
  524. --
  525. -- Python 2:
  526. -- Interpreter: /usr/bin/python (ver 2.7.13)
  527. -- Libraries: /usr/lib/arm-linux-gnueabihf/libpython2.7.so (ver 2.7.13)
  528. -- numpy: /usr/lib/python2.7/dist-packages/numpy/core/include (ver 1.12.1)
  529. -- packages path: lib/python2.7/dist-packages
  530. --
  531. -- Python 3:
  532. -- Interpreter: /usr/bin/python3 (ver 3.5.3)
  533. -- Libraries: /usr/lib/arm-linux-gnueabihf/libpython3.5m.so (ver 3.5.3)
  534. -- numpy: /usr/lib/python3/dist-packages/numpy/core/include (ver 1.12.1)
  535. -- packages path: lib/python3.5/dist-packages
  536. --
  537. -- Python (for build): /usr/bin/python
  538. --
  539. -- Java:
  540. -- ant: NO
  541. -- JNI: NO
  542. -- Java wrappers: NO
  543. -- Java tests: NO
  544. --
  545. -- Matlab: Matlab not found or implicitly disabled
  546. --
  547. -- Documentation:
  548. -- Doxygen: NO
  549. --
  550. -- Tests and samples:
  551. -- Tests: NO
  552. -- Performance tests: NO
  553. -- C/C++ Examples: NO
  554. --
  555. -- Install path: /usr
  556. --
  557. -- cvconfig.h is in: /home/pi/opencv/release
  558. -- -----------------------------------------------------------------
  559. --
  560. -- Configuring done
  561. -- Generating done
  562. -- Build files have been written to: /home/pi/opencv/release
Add Comment
Please, Sign In to add comment