Advertisement
Guest User

Untitled

a guest
Sep 9th, 2017
282
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 28.70 KB | None | 0 0
  1. (face-detection-chetan) chetan@chetan-ThinkPad-E460:~/opencv/build$ cmake -D CMAKE_BUILD_TYPE=RELEASE \
  2. > -D CMAKE_INSTALL_PREFIX=/usr/local \
  3. > -D INSTALL_C_EXAMPLES=ON \
  4. > -D INSTALL_PYTHON_EXAMPLES=ON \
  5. > -D OPENCV_EXTRA_MODULES_PATH=~/opencv_contrib/modules \
  6. > -D BUILD_EXAMPLES=ON ..
  7. -- The CXX compiler identification is GNU 5.4.0
  8. -- The C compiler identification is GNU 5.4.0
  9. -- Check for working CXX compiler: /usr/bin/c++
  10. -- Check for working CXX compiler: /usr/bin/c++ -- works
  11. -- Detecting CXX compiler ABI info
  12. -- Detecting CXX compiler ABI info - done
  13. -- Detecting CXX compile features
  14. -- Detecting CXX compile features - done
  15. -- Check for working C compiler: /usr/bin/cc
  16. -- Check for working C compiler: /usr/bin/cc -- works
  17. -- Detecting C compiler ABI info
  18. -- Detecting C compiler ABI info - done
  19. -- Detecting C compile features
  20. -- Detecting C compile features - done
  21. -- Performing Test HAVE_CXX11 (check file: cmake/checks/cxx11.cpp)
  22. -- Performing Test HAVE_CXX11 - Failed
  23. -- Found PythonInterp: /home/chetan/face-detection-chetan/bin/python2.7 (found suitable version "2.7.12", minimum required is "2.7")
  24. -- Found PythonLibs: /usr/lib/x86_64-linux-gnu/libpython2.7.so (found suitable exact version "2.7.12")
  25. Traceback (most recent call last):
  26. File "<string>", line 1, in <module>
  27. ImportError: No module named numpy.distutils
  28. -- Found PythonInterp: /usr/bin/python3 (found suitable version "3.5.2", minimum required is "3.4")
  29. -- Found PythonLibs: /usr/lib/x86_64-linux-gnu/libpython3.5m.so (found suitable exact version "3.5.2")
  30. -- Looking for ccache - not found
  31. -- Performing Test HAVE_CXX_FSIGNED_CHAR
  32. -- Performing Test HAVE_CXX_FSIGNED_CHAR - Success
  33. -- Performing Test HAVE_C_FSIGNED_CHAR
  34. -- Performing Test HAVE_C_FSIGNED_CHAR - Success
  35. -- Performing Test HAVE_CXX_W
  36. -- Performing Test HAVE_CXX_W - Success
  37. -- Performing Test HAVE_C_W
  38. -- Performing Test HAVE_C_W - Success
  39. -- Performing Test HAVE_CXX_WALL
  40. -- Performing Test HAVE_CXX_WALL - Success
  41. -- Performing Test HAVE_C_WALL
  42. -- Performing Test HAVE_C_WALL - Success
  43. -- Performing Test HAVE_CXX_WERROR_RETURN_TYPE
  44. -- Performing Test HAVE_CXX_WERROR_RETURN_TYPE - Success
  45. -- Performing Test HAVE_C_WERROR_RETURN_TYPE
  46. -- Performing Test HAVE_C_WERROR_RETURN_TYPE - Success
  47. -- Performing Test HAVE_CXX_WERROR_NON_VIRTUAL_DTOR
  48. -- Performing Test HAVE_CXX_WERROR_NON_VIRTUAL_DTOR - Success
  49. -- Performing Test HAVE_C_WERROR_NON_VIRTUAL_DTOR
  50. -- Performing Test HAVE_C_WERROR_NON_VIRTUAL_DTOR - Success
  51. -- Performing Test HAVE_CXX_WERROR_ADDRESS
  52. -- Performing Test HAVE_CXX_WERROR_ADDRESS - Success
  53. -- Performing Test HAVE_C_WERROR_ADDRESS
  54. -- Performing Test HAVE_C_WERROR_ADDRESS - Success
  55. -- Performing Test HAVE_CXX_WERROR_SEQUENCE_POINT
  56. -- Performing Test HAVE_CXX_WERROR_SEQUENCE_POINT - Success
  57. -- Performing Test HAVE_C_WERROR_SEQUENCE_POINT
  58. -- Performing Test HAVE_C_WERROR_SEQUENCE_POINT - Success
  59. -- Performing Test HAVE_CXX_WFORMAT
  60. -- Performing Test HAVE_CXX_WFORMAT - Success
  61. -- Performing Test HAVE_C_WFORMAT
  62. -- Performing Test HAVE_C_WFORMAT - Success
  63. -- Performing Test HAVE_CXX_WERROR_FORMAT_SECURITY
  64. -- Performing Test HAVE_CXX_WERROR_FORMAT_SECURITY - Success
  65. -- Performing Test HAVE_C_WERROR_FORMAT_SECURITY
  66. -- Performing Test HAVE_C_WERROR_FORMAT_SECURITY - Success
  67. -- Performing Test HAVE_CXX_WMISSING_DECLARATIONS
  68. -- Performing Test HAVE_CXX_WMISSING_DECLARATIONS - Success
  69. -- Performing Test HAVE_C_WMISSING_DECLARATIONS
  70. -- Performing Test HAVE_C_WMISSING_DECLARATIONS - Success
  71. -- Performing Test HAVE_CXX_WMISSING_PROTOTYPES
  72. -- Performing Test HAVE_CXX_WMISSING_PROTOTYPES - Failed
  73. -- Performing Test HAVE_C_WMISSING_PROTOTYPES
  74. -- Performing Test HAVE_C_WMISSING_PROTOTYPES - Success
  75. -- Performing Test HAVE_CXX_WSTRICT_PROTOTYPES
  76. -- Performing Test HAVE_CXX_WSTRICT_PROTOTYPES - Failed
  77. -- Performing Test HAVE_C_WSTRICT_PROTOTYPES
  78. -- Performing Test HAVE_C_WSTRICT_PROTOTYPES - Success
  79. -- Performing Test HAVE_CXX_WUNDEF
  80. -- Performing Test HAVE_CXX_WUNDEF - Success
  81. -- Performing Test HAVE_C_WUNDEF
  82. -- Performing Test HAVE_C_WUNDEF - Success
  83. -- Performing Test HAVE_CXX_WINIT_SELF
  84. -- Performing Test HAVE_CXX_WINIT_SELF - Success
  85. -- Performing Test HAVE_C_WINIT_SELF
  86. -- Performing Test HAVE_C_WINIT_SELF - Success
  87. -- Performing Test HAVE_CXX_WPOINTER_ARITH
  88. -- Performing Test HAVE_CXX_WPOINTER_ARITH - Success
  89. -- Performing Test HAVE_C_WPOINTER_ARITH
  90. -- Performing Test HAVE_C_WPOINTER_ARITH - Success
  91. -- Performing Test HAVE_CXX_WSHADOW
  92. -- Performing Test HAVE_CXX_WSHADOW - Success
  93. -- Performing Test HAVE_C_WSHADOW
  94. -- Performing Test HAVE_C_WSHADOW - Success
  95. -- Performing Test HAVE_CXX_WSIGN_PROMO
  96. -- Performing Test HAVE_CXX_WSIGN_PROMO - Success
  97. -- Performing Test HAVE_C_WSIGN_PROMO
  98. -- Performing Test HAVE_C_WSIGN_PROMO - Failed
  99. -- Performing Test HAVE_CXX_WUNINITIALIZED
  100. -- Performing Test HAVE_CXX_WUNINITIALIZED - Success
  101. -- Performing Test HAVE_C_WUNINITIALIZED
  102. -- Performing Test HAVE_C_WUNINITIALIZED - Success
  103. -- Performing Test HAVE_CXX_WNO_NARROWING
  104. -- Performing Test HAVE_CXX_WNO_NARROWING - Success
  105. -- Performing Test HAVE_C_WNO_NARROWING
  106. -- Performing Test HAVE_C_WNO_NARROWING - Success
  107. -- Performing Test HAVE_CXX_WNO_DELETE_NON_VIRTUAL_DTOR
  108. -- Performing Test HAVE_CXX_WNO_DELETE_NON_VIRTUAL_DTOR - Success
  109. -- Performing Test HAVE_C_WNO_DELETE_NON_VIRTUAL_DTOR
  110. -- Performing Test HAVE_C_WNO_DELETE_NON_VIRTUAL_DTOR - Failed
  111. -- Performing Test HAVE_CXX_WNO_UNNAMED_TYPE_TEMPLATE_ARGS
  112. -- Performing Test HAVE_CXX_WNO_UNNAMED_TYPE_TEMPLATE_ARGS - Failed
  113. -- Performing Test HAVE_C_WNO_UNNAMED_TYPE_TEMPLATE_ARGS
  114. -- Performing Test HAVE_C_WNO_UNNAMED_TYPE_TEMPLATE_ARGS - Failed
  115. -- Performing Test HAVE_CXX_WNO_COMMENT
  116. -- Performing Test HAVE_CXX_WNO_COMMENT - Success
  117. -- Performing Test HAVE_C_WNO_COMMENT
  118. -- Performing Test HAVE_C_WNO_COMMENT - Success
  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_WNO_LONG_LONG
  124. -- Performing Test HAVE_CXX_WNO_LONG_LONG - Success
  125. -- Performing Test HAVE_C_WNO_LONG_LONG
  126. -- Performing Test HAVE_C_WNO_LONG_LONG - 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_MSSE (check file: cmake/checks/cpu_sse.cpp)
  140. -- Performing Test HAVE_CXX_MSSE - Success
  141. -- Performing Test HAVE_CXX_MSSE2 (check file: cmake/checks/cpu_sse2.cpp)
  142. -- Performing Test HAVE_CXX_MSSE2 - Success
  143. -- Performing Test HAVE_CXX_MSSE3 (check file: cmake/checks/cpu_sse3.cpp)
  144. -- Performing Test HAVE_CXX_MSSE3 - Success
  145. -- Performing Test HAVE_CXX_MSSSE3 (check file: cmake/checks/cpu_ssse3.cpp)
  146. -- Performing Test HAVE_CXX_MSSSE3 - Success
  147. -- Performing Test HAVE_CXX_MSSE4_1 (check file: cmake/checks/cpu_sse41.cpp)
  148. -- Performing Test HAVE_CXX_MSSE4_1 - Success
  149. -- Performing Test HAVE_CXX_MPOPCNT (check file: cmake/checks/cpu_popcnt.cpp)
  150. -- Performing Test HAVE_CXX_MPOPCNT - Success
  151. -- Performing Test HAVE_CXX_MSSE4_2 (check file: cmake/checks/cpu_sse42.cpp)
  152. -- Performing Test HAVE_CXX_MSSE4_2 - Success
  153. -- Performing Test HAVE_CXX_MF16C (check file: cmake/checks/cpu_fp16.cpp)
  154. -- Performing Test HAVE_CXX_MF16C - Success
  155. -- Performing Test HAVE_CXX_MFMA
  156. -- Performing Test HAVE_CXX_MFMA - Success
  157. -- Performing Test HAVE_CXX_MAVX (check file: cmake/checks/cpu_avx.cpp)
  158. -- Performing Test HAVE_CXX_MAVX - Success
  159. -- Performing Test HAVE_CXX_MAVX2 (check file: cmake/checks/cpu_avx2.cpp)
  160. -- Performing Test HAVE_CXX_MAVX2 - Success
  161. -- Performing Test HAVE_CPU_BASELINE_FLAGS
  162. -- Performing Test HAVE_CPU_BASELINE_FLAGS - Success
  163. -- Performing Test HAVE_CPU_DISPATCH_FLAGS_SSE4_1
  164. -- Performing Test HAVE_CPU_DISPATCH_FLAGS_SSE4_1 - Success
  165. -- Performing Test HAVE_CPU_DISPATCH_FLAGS_SSE4_2
  166. -- Performing Test HAVE_CPU_DISPATCH_FLAGS_SSE4_2 - Success
  167. -- Performing Test HAVE_CPU_DISPATCH_FLAGS_FP16
  168. -- Performing Test HAVE_CPU_DISPATCH_FLAGS_FP16 - Success
  169. -- Performing Test HAVE_CPU_DISPATCH_FLAGS_AVX
  170. -- Performing Test HAVE_CPU_DISPATCH_FLAGS_AVX - Success
  171. -- Performing Test HAVE_CPU_DISPATCH_FLAGS_AVX2
  172. -- Performing Test HAVE_CPU_DISPATCH_FLAGS_AVX2 - Success
  173. -- Looking for pthread.h
  174. -- Looking for pthread.h - found
  175. -- Looking for posix_memalign
  176. -- Looking for posix_memalign - found
  177. -- Looking for malloc.h
  178. -- Looking for malloc.h - found
  179. -- Looking for memalign
  180. -- Looking for memalign - found
  181. -- Check if the system is big endian
  182. -- Searching 16 bit integer
  183. -- Looking for sys/types.h
  184. -- Looking for sys/types.h - found
  185. -- Looking for stdint.h
  186. -- Looking for stdint.h - found
  187. -- Looking for stddef.h
  188. -- Looking for stddef.h - found
  189. -- Check size of unsigned short
  190. -- Check size of unsigned short - done
  191. -- Using unsigned short
  192. -- Check if the system is big endian - little endian
  193. -- Found ZLIB: /home/chetan/anaconda2/lib/libz.so (found suitable version "1.2.8", minimum required is "1.2.3")
  194. -- Found TIFF: /home/chetan/anaconda2/lib/libtiff.so (found version "4.0.6")
  195. -- Found JPEG: /home/chetan/anaconda2/lib/libjpeg.so
  196. -- Performing Test HAVE_C_WNO_UNUSED_VARIABLE
  197. -- Performing Test HAVE_C_WNO_UNUSED_VARIABLE - Success
  198. -- Performing Test HAVE_C_WNO_UNUSED_FUNCTION
  199. -- Performing Test HAVE_C_WNO_UNUSED_FUNCTION - Success
  200. -- Performing Test HAVE_C_WNO_SHADOW
  201. -- Performing Test HAVE_C_WNO_SHADOW - Success
  202. -- Performing Test HAVE_C_WNO_MAYBE_UNINITIALIZED
  203. -- Performing Test HAVE_C_WNO_MAYBE_UNINITIALIZED - Success
  204. -- Could NOT find Jasper (missing: JASPER_LIBRARIES JASPER_INCLUDE_DIR)
  205. -- Performing Test HAVE_C_WNO_IMPLICIT_FUNCTION_DECLARATION
  206. -- Performing Test HAVE_C_WNO_IMPLICIT_FUNCTION_DECLARATION - Success
  207. -- Performing Test HAVE_C_WNO_UNINITIALIZED
  208. -- Performing Test HAVE_C_WNO_UNINITIALIZED - Success
  209. -- Performing Test HAVE_C_WNO_MISSING_PROTOTYPES
  210. -- Performing Test HAVE_C_WNO_MISSING_PROTOTYPES - Success
  211. -- Performing Test HAVE_C_WNO_UNUSED_BUT_SET_PARAMETER
  212. -- Performing Test HAVE_C_WNO_UNUSED_BUT_SET_PARAMETER - Success
  213. -- Performing Test HAVE_C_WNO_MISSING_DECLARATIONS
  214. -- Performing Test HAVE_C_WNO_MISSING_DECLARATIONS - Success
  215. -- Performing Test HAVE_C_WNO_UNUSED
  216. -- Performing Test HAVE_C_WNO_UNUSED - Success
  217. -- Performing Test HAVE_C_WNO_SIGN_COMPARE
  218. -- Performing Test HAVE_C_WNO_SIGN_COMPARE - Success
  219. -- Performing Test HAVE_C_WNO_STRICT_OVERFLOW
  220. -- Performing Test HAVE_C_WNO_STRICT_OVERFLOW - Success
  221. -- Performing Test HAVE_C_WNO_UNUSED_PARAMETER
  222. -- Performing Test HAVE_C_WNO_UNUSED_PARAMETER - Success
  223. -- Found ZLIB: /home/chetan/anaconda2/lib/libz.so (found version "1.2.8")
  224. -- Found PNG: /home/chetan/anaconda2/lib/libpng.so (found version "1.6.22")
  225. -- Looking for /home/chetan/anaconda2/include/libpng/png.h
  226. -- Looking for /home/chetan/anaconda2/include/libpng/png.h - not found
  227. -- Looking for semaphore.h
  228. -- Looking for semaphore.h - found
  229. -- Performing Test HAVE_CXX_WNO_SHADOW
  230. -- Performing Test HAVE_CXX_WNO_SHADOW - Success
  231. -- Performing Test HAVE_CXX_WNO_UNUSED
  232. -- Performing Test HAVE_CXX_WNO_UNUSED - Success
  233. -- Performing Test HAVE_CXX_WNO_SIGN_COMPARE
  234. -- Performing Test HAVE_CXX_WNO_SIGN_COMPARE - Success
  235. -- Performing Test HAVE_CXX_WNO_UNDEF
  236. -- Performing Test HAVE_CXX_WNO_UNDEF - Success
  237. -- Performing Test HAVE_CXX_WNO_MISSING_DECLARATIONS
  238. -- Performing Test HAVE_CXX_WNO_MISSING_DECLARATIONS - Success
  239. -- Performing Test HAVE_CXX_WNO_UNINITIALIZED
  240. -- Performing Test HAVE_CXX_WNO_UNINITIALIZED - Success
  241. -- Performing Test HAVE_CXX_WNO_SWITCH
  242. -- Performing Test HAVE_CXX_WNO_SWITCH - Success
  243. -- Performing Test HAVE_CXX_WNO_PARENTHESES
  244. -- Performing Test HAVE_CXX_WNO_PARENTHESES - Success
  245. -- Performing Test HAVE_CXX_WNO_ARRAY_BOUNDS
  246. -- Performing Test HAVE_CXX_WNO_ARRAY_BOUNDS - Success
  247. -- Performing Test HAVE_CXX_WNO_EXTRA
  248. -- Performing Test HAVE_CXX_WNO_EXTRA - Success
  249. -- Performing Test HAVE_CXX_WNO_DEPRECATED_DECLARATIONS
  250. -- Performing Test HAVE_CXX_WNO_DEPRECATED_DECLARATIONS - Success
  251. -- Performing Test HAVE_CXX_WNO_MISLEADING_INDENTATION
  252. -- Performing Test HAVE_CXX_WNO_MISLEADING_INDENTATION - Failed
  253. -- Checking for module 'gtk+-3.0'
  254. -- Found gtk+-3.0, version 3.18.9
  255. -- Checking for module 'gthread-2.0'
  256. -- Found gthread-2.0, version 2.48.2
  257. -- Checking for module 'gstreamer-base-1.0'
  258. -- No package 'gstreamer-base-1.0' found
  259. -- Checking for module 'gstreamer-video-1.0'
  260. -- No package 'gstreamer-video-1.0' found
  261. -- Checking for module 'gstreamer-app-1.0'
  262. -- No package 'gstreamer-app-1.0' found
  263. -- Checking for module 'gstreamer-riff-1.0'
  264. -- No package 'gstreamer-riff-1.0' found
  265. -- Checking for module 'gstreamer-pbutils-1.0'
  266. -- No package 'gstreamer-pbutils-1.0' found
  267. -- Checking for module 'gstreamer-base-0.10'
  268. -- No package 'gstreamer-base-0.10' found
  269. -- Checking for module 'gstreamer-video-0.10'
  270. -- No package 'gstreamer-video-0.10' found
  271. -- Checking for module 'gstreamer-app-0.10'
  272. -- No package 'gstreamer-app-0.10' found
  273. -- Checking for module 'gstreamer-riff-0.10'
  274. -- No package 'gstreamer-riff-0.10' found
  275. -- Checking for module 'gstreamer-pbutils-0.10'
  276. -- No package 'gstreamer-pbutils-0.10' found
  277. -- Checking for module 'libdc1394-2'
  278. -- No package 'libdc1394-2' found
  279. -- Checking for module 'libdc1394'
  280. -- No package 'libdc1394' found
  281. -- Looking for linux/videodev.h
  282. -- Looking for linux/videodev.h - not found
  283. -- Looking for linux/videodev2.h
  284. -- Looking for linux/videodev2.h - found
  285. -- Looking for sys/videoio.h
  286. -- Looking for sys/videoio.h - not found
  287. -- Checking for modules 'libavcodec;libavformat;libavutil;libswscale'
  288. -- Found libavcodec, version 56.60.100
  289. -- Found libavformat, version 56.40.101
  290. -- Found libavutil, version 54.31.100
  291. -- Found libswscale, version 3.1.101
  292. -- Checking for module 'libavresample'
  293. -- No package 'libavresample' found
  294. -- Checking for module 'libgphoto2'
  295. -- No package 'libgphoto2' found
  296. -- IPPICV: Download: ippicv_2017u3_lnx_intel64_general_20170822.tgz
  297. -- found Intel IPP (ICV version): 2017.0.3 [2017.0.3]
  298. -- at: /home/chetan/opencv/build/3rdparty/ippicv/ippicv_lnx
  299. -- found Intel IPP IW sources: 2017.0.3
  300. -- at: /home/chetan/opencv/build/3rdparty/ippicv/ippicv_lnx/../ippiw_lnx/
  301. -- Could not find OpenBLAS lib. Turning OpenBLAS_FOUND off
  302. -- Could NOT find Atlas (missing: Atlas_CLAPACK_INCLUDE_DIR Atlas_CBLAS_LIBRARY Atlas_BLAS_LIBRARY)
  303. -- Looking for sgemm_
  304. -- Looking for sgemm_ - found
  305. -- Looking for pthread.h
  306. -- Looking for pthread.h - found
  307. -- Looking for pthread_create
  308. -- Looking for pthread_create - found
  309. -- Found Threads: TRUE
  310. -- A library with BLAS API found.
  311. -- Looking for cheev_
  312. -- Looking for cheev_ - found
  313. -- A library with LAPACK API found.
  314. -- Could NOT find Doxygen (missing: DOXYGEN_EXECUTABLE)
  315. -- Found JNI: /usr/lib/jvm/java-8-oracle/jre/lib/amd64/libjawt.so
  316. -- Found Pylint: /home/chetan/anaconda2/bin/pylint
  317. -- 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)
  318. -- VTK is not found. Please set -DVTK_DIR in CMake to VTK build directory, or to VTK install subdirectory with VTKConfig.cmake file
  319. -- Looking for dlerror in dl
  320. -- Looking for dlerror in dl - found
  321. -- Performing Test HAVE_C_WNO_UNDEF
  322. -- Performing Test HAVE_C_WNO_UNDEF - Success
  323. -- Performing Test HAVE_CXX_WNO_DEPRECATED
  324. -- Performing Test HAVE_CXX_WNO_DEPRECATED - Success
  325. -- Performing Test HAVE_CXX_WNO_MISSING_PROTOTYPES
  326. -- Performing Test HAVE_CXX_WNO_MISSING_PROTOTYPES - Failed
  327. -- Performing Test HAVE_CXX_WNO_UNUSED_PARAMETER
  328. -- Performing Test HAVE_CXX_WNO_UNUSED_PARAMETER - Success
  329. -- Performing Test HAVE_CXX_WNO_UNUSED_LOCAL_TYPEDEFS
  330. -- Performing Test HAVE_CXX_WNO_UNUSED_LOCAL_TYPEDEFS - Success
  331. -- Performing Test HAVE_CXX_WNO_SIGN_PROMO
  332. -- Performing Test HAVE_CXX_WNO_SIGN_PROMO - Success
  333. -- Performing Test HAVE_CXX_WNO_TAUTOLOGICAL_UNDEFINED_COMPARE
  334. -- Performing Test HAVE_CXX_WNO_TAUTOLOGICAL_UNDEFINED_COMPARE - Failed
  335. -- Performing Test HAVE_CXX_WNO_IGNORED_QUALIFIERS
  336. -- Performing Test HAVE_CXX_WNO_IGNORED_QUALIFIERS - Success
  337. -- Performing Test HAVE_CXX_WNO_UNUSED_FUNCTION
  338. -- Performing Test HAVE_CXX_WNO_UNUSED_FUNCTION - Success
  339. -- Performing Test HAVE_CXX_WNO_UNUSED_CONST_VARIABLE
  340. -- Performing Test HAVE_CXX_WNO_UNUSED_CONST_VARIABLE - Failed
  341. -- Performing Test HAVE_CXX_WNO_SHORTEN_64_TO_32
  342. -- Performing Test HAVE_CXX_WNO_SHORTEN_64_TO_32 - Failed
  343. -- Caffe: NO
  344. -- Protobuf: YES
  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/chetan/opencv/build/3rdparty/tinydnn/tiny-dnn-1.0.0a3
  350. -- Performing Test COMPILER_SUPPORTS_CXX11
  351. -- Performing Test COMPILER_SUPPORTS_CXX11 - Success
  352. -- Performing Test COMPILER_HAS_SSE_FLAG
  353. -- Performing Test COMPILER_HAS_SSE_FLAG - Success
  354. -- Performing Test COMPILER_HAS_AVX_FLAG
  355. -- Performing Test COMPILER_HAS_AVX_FLAG - Success
  356. -- Performing Test COMPILER_HAS_AVX2_FLAG
  357. -- Performing Test COMPILER_HAS_AVX2_FLAG - Success
  358. -- Checking for one of the modules 'freetype2'
  359. -- Checking for one of the modules 'harfbuzz'
  360. -- freetype2: YES
  361. -- harfbuzz: YES
  362. -- Found HDF5: /home/chetan/anaconda2/lib/libhdf5.so;/home/chetan/anaconda2/lib/libhdf5_hl.so;/home/chetan/anaconda2/lib/libhdf5.so;/usr/lib/x86_64-linux-gnu/librt.so;/usr/lib/x86_64-linux-gnu/libpthread.so;/home/chetan/anaconda2/lib/libz.so;/usr/lib/x86_64-linux-gnu/libdl.so;/usr/lib/x86_64-linux-gnu/libm.so (found version "1.8.17")
  363. -- Performing Test HAVE_CXX_WNO_INVALID_OFFSETOF
  364. -- Performing Test HAVE_CXX_WNO_INVALID_OFFSETOF - Success
  365. -- 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.
  366. -- Failed to find installed gflags CMake configuration, searching for gflags build directories exported with CMake.
  367. -- Failed to find gflags - Failed to find an installed/exported CMake configuration for gflags, will perform search for installed gflags components.
  368. -- Failed to find gflags - Could not find gflags include directory, set GFLAGS_INCLUDE_DIR to directory containing gflags/gflags.h
  369. -- Failed to find glog - Could not find glog include directory, set GLOG_INCLUDE_DIR to directory containing glog/logging.h
  370. -- Module opencv_sfm disabled because the following dependencies are not found: Eigen Glog/Gflags
  371. -- Excluding from source files list: /home/chetan/opencv/build/modules/imgproc/accum.neon.cpp
  372. -- Performing Test HAVE_CXX_WNO_MAYBE_UNINITIALIZED
  373. -- Performing Test HAVE_CXX_WNO_MAYBE_UNINITIALIZED - Success
  374. -- Performing Test HAVE_CXX_WNO_ENUM_COMPARE
  375. -- Performing Test HAVE_CXX_WNO_ENUM_COMPARE - Success
  376. -- 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.
  377. -- Looking for tiny_dnn.h
  378. -- Looking for tiny_dnn.h - found
  379. -- Found tiny-dnn in: /home/chetan/opencv/build/3rdparty/tinydnn/tiny-dnn-1.0.0a3
  380. -- Performing Test HAVE_CXX_WNO_NON_VIRTUAL_DTOR
  381. -- Performing Test HAVE_CXX_WNO_NON_VIRTUAL_DTOR - Success
  382. -- freetype2: YES
  383. -- harfbuzz: YES
  384. -- Performing Test HAVE_CXX_WNO_OVERLOADED_VIRTUAL
  385. -- Performing Test HAVE_CXX_WNO_OVERLOADED_VIRTUAL - Success
  386. -- Checking for modules 'tesseract;lept'
  387. -- No package 'tesseract' found
  388. -- No package 'lept' found
  389. -- Tesseract: NO
  390. -- xfeatures2d/boostdesc: Download: boostdesc_bgm.i
  391. -- xfeatures2d/boostdesc: Download: boostdesc_bgm_bi.i
  392. -- xfeatures2d/boostdesc: Download: boostdesc_bgm_hd.i
  393. -- xfeatures2d/boostdesc: Download: boostdesc_binboost_064.i
  394. -- xfeatures2d/boostdesc: Download: boostdesc_binboost_128.i
  395. -- xfeatures2d/boostdesc: Download: boostdesc_binboost_256.i
  396. -- xfeatures2d/boostdesc: Download: boostdesc_lbgm.i
  397. -- xfeatures2d/vgg: Download: vgg_generated_48.i
  398. -- xfeatures2d/vgg: Download: vgg_generated_64.i
  399. -- xfeatures2d/vgg: Download: vgg_generated_80.i
  400. -- xfeatures2d/vgg: Download: vgg_generated_120.i
  401. -- Performing Test HAVE_CXX_WNO_UNUSED_PRIVATE_FIELD
  402. -- Performing Test HAVE_CXX_WNO_UNUSED_PRIVATE_FIELD - Failed
  403. -- DNN_FACE_DETECTOR: Download: res10_300x300_ssd_iter_140000.caffemodel
  404. -- Pylint: registered 94 targets. Build 'check_pylint' target to run checks ("cmake --build . --target check_pylint" or "make check_pylint")
  405. --
  406. -- General configuration for OpenCV 3.3.0-dev =====================================
  407. -- Version control: 3.3.0-218-g597b3f4
  408. --
  409. -- Extra modules:
  410. -- Location (extra): /home/chetan/opencv_contrib/modules
  411. -- Version control (extra): 3.3.0-44-g3066970
  412. --
  413. -- Platform:
  414. -- Timestamp: 2017-09-09T21:53:12Z
  415. -- Host: Linux 4.4.0-93-generic x86_64
  416. -- CMake: 3.5.1
  417. -- CMake generator: Unix Makefiles
  418. -- CMake build tool: /usr/bin/make
  419. -- Configuration: RELEASE
  420. --
  421. -- CPU/HW features:
  422. -- Baseline: SSE SSE2 SSE3
  423. -- requested: SSE3
  424. -- Dispatched code generation: SSE4_1 SSE4_2 FP16 AVX AVX2
  425. -- requested: SSE4_1 SSE4_2 AVX FP16 AVX2
  426. -- SSE4_1 (3 files): + SSSE3 SSE4_1
  427. -- SSE4_2 (1 files): + SSSE3 SSE4_1 POPCNT SSE4_2
  428. -- FP16 (2 files): + SSSE3 SSE4_1 POPCNT SSE4_2 FP16 AVX
  429. -- AVX (5 files): + SSSE3 SSE4_1 POPCNT SSE4_2 AVX
  430. -- AVX2 (8 files): + SSSE3 SSE4_1 POPCNT SSE4_2 FP16 FMA3 AVX AVX2
  431. --
  432. -- C/C++:
  433. -- Built as dynamic libs?: YES
  434. -- C++ Compiler: /usr/bin/c++ (ver 5.4.0)
  435. -- 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 -Wno-long-long -pthread -fomit-frame-pointer -ffunction-sections -msse -msse2 -msse3 -O3 -DNDEBUG -DNDEBUG
  436. -- 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 -Wno-long-long -pthread -fomit-frame-pointer -ffunction-sections -msse -msse2 -msse3 -g -O0 -DDEBUG -D_DEBUG
  437. -- C Compiler: /usr/bin/cc
  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 -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wuninitialized -Winit-self -Wno-narrowing -Wno-comment -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -ffunction-sections -msse -msse2 -msse3 -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 -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wuninitialized -Winit-self -Wno-narrowing -Wno-comment -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -ffunction-sections -msse -msse2 -msse3 -g -O0 -DDEBUG -D_DEBUG
  440. -- Linker flags (Release):
  441. -- Linker flags (Debug):
  442. -- ccache: NO
  443. -- Precompiled headers: YES
  444. -- Extra dependencies: dl m pthread rt
  445. -- 3rdparty dependencies:
  446. --
  447. -- OpenCV modules:
  448. -- To be built: core flann hdf imgproc ml objdetect phase_unwrapping photo plot reg surface_matching video xphoto bgsegm dnn dnn_modern face freetype fuzzy img_hash imgcodecs shape videoio xobjdetect highgui superres ts bioinspired dpm features2d line_descriptor saliency text calib3d ccalib datasets rgbd stereo structured_light tracking videostab xfeatures2d ximgproc aruco optflow stitching python3
  449. -- Disabled: world contrib_world
  450. -- Disabled by dependency: -
  451. -- Unavailable: cudaarithm cudabgsegm cudacodec cudafeatures2d cudafilters cudaimgproc cudalegacy cudaobjdetect cudaoptflow cudastereo cudawarping cudev java python2 viz cnn_3dobj cvv matlab sfm
  452. --
  453. -- GUI:
  454. -- QT: NO
  455. -- GTK+ 3.x: YES (ver 3.18.9)
  456. -- GThread : YES (ver 2.48.2)
  457. -- GtkGlExt: NO
  458. -- OpenGL support: NO
  459. -- VTK support: NO
  460. --
  461. -- Media I/O:
  462. -- ZLib: /home/chetan/anaconda2/lib/libz.so (ver 1.2.8)
  463. -- JPEG: /home/chetan/anaconda2/lib/libjpeg.so (ver 80)
  464. -- WEBP: build (ver encoder: 0x020e)
  465. -- PNG: /home/chetan/anaconda2/lib/libpng.so (ver 1.6.22)
  466. -- TIFF: /home/chetan/anaconda2/lib/libtiff.so (ver 42 - 4.0.6)
  467. -- JPEG 2000: build (ver 1.900.1)
  468. -- OpenEXR: build (ver 1.7.1)
  469. -- GDAL: NO
  470. -- GDCM: NO
  471. --
  472. -- Video I/O:
  473. -- DC1394 1.x: NO
  474. -- DC1394 2.x: NO
  475. -- FFMPEG: YES
  476. -- avcodec: YES (ver 56.60.100)
  477. -- avformat: YES (ver 56.40.101)
  478. -- avutil: YES (ver 54.31.100)
  479. -- swscale: YES (ver 3.1.101)
  480. -- avresample: NO
  481. -- GStreamer: NO
  482. -- OpenNI: NO
  483. -- OpenNI PrimeSensor Modules: NO
  484. -- OpenNI2: NO
  485. -- PvAPI: NO
  486. -- GigEVisionSDK: NO
  487. -- Aravis SDK: NO
  488. -- UniCap: NO
  489. -- UniCap ucil: NO
  490. -- V4L/V4L2: NO/YES
  491. -- XIMEA: NO
  492. -- Xine: NO
  493. -- Intel Media SDK: NO
  494. -- gPhoto2: NO
  495. --
  496. -- Parallel framework: pthreads
  497. --
  498. -- Trace: YES (with Intel ITT)
  499. --
  500. -- Other third-party libraries:
  501. -- Use Intel IPP: 2017.0.3 [2017.0.3]
  502. -- at: /home/chetan/opencv/build/3rdparty/ippicv/ippicv_lnx
  503. -- Use Intel IPP IW: sources (2017.0.3)
  504. -- at: /home/chetan/opencv/build/3rdparty/ippicv/ippicv_lnx/../ippiw_lnx/
  505. -- Use VA: NO
  506. -- Use Intel VA-API/OpenCL: NO
  507. -- Use Lapack: NO
  508. -- Use Eigen: NO
  509. -- Use Cuda: NO
  510. -- Use OpenCL: YES
  511. -- Use OpenVX: NO
  512. -- Use custom HAL: NO
  513. --
  514. -- OpenCL: <Dynamic loading of OpenCL library>
  515. -- Include path: /home/chetan/opencv/3rdparty/include/opencl/1.2
  516. -- Use AMDFFT: NO
  517. -- Use AMDBLAS: NO
  518. --
  519. -- Python 2:
  520. -- Interpreter: /home/chetan/face-detection-chetan/bin/python2.7 (ver 2.7.12)
  521. --
  522. -- Python 3:
  523. -- Interpreter: /usr/bin/python3 (ver 3.5.2)
  524. -- Libraries: /usr/lib/x86_64-linux-gnu/libpython3.5m.so (ver 3.5.2)
  525. -- numpy: /home/chetan/.local/lib/python3.5/site-packages/numpy/core/include (ver 1.12.0)
  526. -- packages path: lib/python3.5/site-packages
  527. --
  528. -- Python (for build): /home/chetan/face-detection-chetan/bin/python2.7
  529. -- Pylint: /home/chetan/anaconda2/bin/pylint (ver: 1.5.4, checks: 94)
  530. --
  531. -- Java:
  532. -- ant: NO
  533. -- JNI: /usr/lib/jvm/java-8-oracle/include /usr/lib/jvm/java-8-oracle/include/linux /usr/lib/jvm/java-8-oracle/include
  534. -- Java wrappers: NO
  535. -- Java tests: NO
  536. --
  537. -- Matlab: Matlab not found or implicitly disabled
  538. --
  539. -- Documentation:
  540. -- Doxygen: NO
  541. --
  542. -- Tests and samples:
  543. -- Tests: YES
  544. -- Performance tests: YES
  545. -- C/C++ Examples: YES
  546. --
  547. -- Install path: /usr/local
  548. --
  549. -- cvconfig.h is in: /home/chetan/opencv/build
  550. -- -----------------------------------------------------------------
  551. --
  552. -- Configuring done
  553. -- Generating done
  554. -- Build files have been written to: /home/chetan/opencv/build
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement