Guest User

Untitled

a guest
Jun 18th, 2017
30
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 27.85 KB | None | 0 0
  1. mohassan@BooGy:~/opencv/opencv/build$ cmake -D CMAKE_BUILD_TYPE=RELEASE -D CMAKE_INSTALL_PREFIX=/usr/local -D WITH_TBB=ON -D WITH_V4L=ON -D WITH_OPENGL=ON -D OPENCV_EXTRA_MODULES_PATH="$OPENCV_EXTRA_MODULES_PATH" ..
  2. -- The CXX compiler identification is GNU 5.4.0
  3. -- The C compiler identification is GNU 5.4.0
  4. -- Check for working CXX compiler: /usr/bin/c++
  5. -- Check for working CXX compiler: /usr/bin/c++ -- works
  6. -- Detecting CXX compiler ABI info
  7. -- Detecting CXX compiler ABI info - done
  8. -- Detecting CXX compile features
  9. -- Detecting CXX compile features - done
  10. -- Check for working C compiler: /usr/bin/cc
  11. -- Check for working C compiler: /usr/bin/cc -- works
  12. -- Detecting C compiler ABI info
  13. -- Detecting C compiler ABI info - done
  14. -- Detecting C compile features
  15. -- Detecting C compile features - done
  16. -- Detected version of GNU GCC: 54 (504)
  17. -- Performing Test HAVE_CXX_FSIGNED_CHAR
  18. -- Performing Test HAVE_CXX_FSIGNED_CHAR - Success
  19. -- Performing Test HAVE_C_FSIGNED_CHAR
  20. -- Performing Test HAVE_C_FSIGNED_CHAR - Success
  21. -- Performing Test HAVE_CXX_W
  22. -- Performing Test HAVE_CXX_W - Success
  23. -- Performing Test HAVE_C_W
  24. -- Performing Test HAVE_C_W - Success
  25. -- Performing Test HAVE_CXX_WALL
  26. -- Performing Test HAVE_CXX_WALL - Success
  27. -- Performing Test HAVE_C_WALL
  28. -- Performing Test HAVE_C_WALL - Success
  29. -- Performing Test HAVE_CXX_WERROR_RETURN_TYPE
  30. -- Performing Test HAVE_CXX_WERROR_RETURN_TYPE - Success
  31. -- Performing Test HAVE_C_WERROR_RETURN_TYPE
  32. -- Performing Test HAVE_C_WERROR_RETURN_TYPE - Success
  33. -- Performing Test HAVE_CXX_WERROR_NON_VIRTUAL_DTOR
  34. -- Performing Test HAVE_CXX_WERROR_NON_VIRTUAL_DTOR - Success
  35. -- Performing Test HAVE_C_WERROR_NON_VIRTUAL_DTOR
  36. -- Performing Test HAVE_C_WERROR_NON_VIRTUAL_DTOR - Success
  37. -- Performing Test HAVE_CXX_WERROR_ADDRESS
  38. -- Performing Test HAVE_CXX_WERROR_ADDRESS - Success
  39. -- Performing Test HAVE_C_WERROR_ADDRESS
  40. -- Performing Test HAVE_C_WERROR_ADDRESS - Success
  41. -- Performing Test HAVE_CXX_WERROR_SEQUENCE_POINT
  42. -- Performing Test HAVE_CXX_WERROR_SEQUENCE_POINT - Success
  43. -- Performing Test HAVE_C_WERROR_SEQUENCE_POINT
  44. -- Performing Test HAVE_C_WERROR_SEQUENCE_POINT - Success
  45. -- Performing Test HAVE_CXX_WFORMAT
  46. -- Performing Test HAVE_CXX_WFORMAT - Success
  47. -- Performing Test HAVE_C_WFORMAT
  48. -- Performing Test HAVE_C_WFORMAT - Success
  49. -- Performing Test HAVE_CXX_WERROR_FORMAT_SECURITY
  50. -- Performing Test HAVE_CXX_WERROR_FORMAT_SECURITY - Success
  51. -- Performing Test HAVE_C_WERROR_FORMAT_SECURITY
  52. -- Performing Test HAVE_C_WERROR_FORMAT_SECURITY - Success
  53. -- Performing Test HAVE_CXX_WMISSING_DECLARATIONS
  54. -- Performing Test HAVE_CXX_WMISSING_DECLARATIONS - Success
  55. -- Performing Test HAVE_C_WMISSING_DECLARATIONS
  56. -- Performing Test HAVE_C_WMISSING_DECLARATIONS - Success
  57. -- Performing Test HAVE_CXX_WMISSING_PROTOTYPES
  58. -- Performing Test HAVE_CXX_WMISSING_PROTOTYPES - Failed
  59. -- Performing Test HAVE_C_WMISSING_PROTOTYPES
  60. -- Performing Test HAVE_C_WMISSING_PROTOTYPES - Success
  61. -- Performing Test HAVE_CXX_WSTRICT_PROTOTYPES
  62. -- Performing Test HAVE_CXX_WSTRICT_PROTOTYPES - Failed
  63. -- Performing Test HAVE_C_WSTRICT_PROTOTYPES
  64. -- Performing Test HAVE_C_WSTRICT_PROTOTYPES - Success
  65. -- Performing Test HAVE_CXX_WUNDEF
  66. -- Performing Test HAVE_CXX_WUNDEF - Success
  67. -- Performing Test HAVE_C_WUNDEF
  68. -- Performing Test HAVE_C_WUNDEF - Success
  69. -- Performing Test HAVE_CXX_WINIT_SELF
  70. -- Performing Test HAVE_CXX_WINIT_SELF - Success
  71. -- Performing Test HAVE_C_WINIT_SELF
  72. -- Performing Test HAVE_C_WINIT_SELF - Success
  73. -- Performing Test HAVE_CXX_WPOINTER_ARITH
  74. -- Performing Test HAVE_CXX_WPOINTER_ARITH - Success
  75. -- Performing Test HAVE_C_WPOINTER_ARITH
  76. -- Performing Test HAVE_C_WPOINTER_ARITH - Success
  77. -- Performing Test HAVE_CXX_WSHADOW
  78. -- Performing Test HAVE_CXX_WSHADOW - Success
  79. -- Performing Test HAVE_C_WSHADOW
  80. -- Performing Test HAVE_C_WSHADOW - Success
  81. -- Performing Test HAVE_CXX_WSIGN_PROMO
  82. -- Performing Test HAVE_CXX_WSIGN_PROMO - Success
  83. -- Performing Test HAVE_C_WSIGN_PROMO
  84. -- Performing Test HAVE_C_WSIGN_PROMO - Failed
  85. -- Performing Test HAVE_CXX_WNO_NARROWING
  86. -- Performing Test HAVE_CXX_WNO_NARROWING - Success
  87. -- Performing Test HAVE_C_WNO_NARROWING
  88. -- Performing Test HAVE_C_WNO_NARROWING - Success
  89. -- Performing Test HAVE_CXX_WNO_DELETE_NON_VIRTUAL_DTOR
  90. -- Performing Test HAVE_CXX_WNO_DELETE_NON_VIRTUAL_DTOR - Success
  91. -- Performing Test HAVE_C_WNO_DELETE_NON_VIRTUAL_DTOR
  92. -- Performing Test HAVE_C_WNO_DELETE_NON_VIRTUAL_DTOR - Failed
  93. -- Performing Test HAVE_CXX_WNO_UNNAMED_TYPE_TEMPLATE_ARGS
  94. -- Performing Test HAVE_CXX_WNO_UNNAMED_TYPE_TEMPLATE_ARGS - Failed
  95. -- Performing Test HAVE_C_WNO_UNNAMED_TYPE_TEMPLATE_ARGS
  96. -- Performing Test HAVE_C_WNO_UNNAMED_TYPE_TEMPLATE_ARGS - Failed
  97. -- Performing Test HAVE_CXX_WNO_COMMENT
  98. -- Performing Test HAVE_CXX_WNO_COMMENT - Success
  99. -- Performing Test HAVE_C_WNO_COMMENT
  100. -- Performing Test HAVE_C_WNO_COMMENT - Success
  101. -- Performing Test HAVE_CXX_FDIAGNOSTICS_SHOW_OPTION
  102. -- Performing Test HAVE_CXX_FDIAGNOSTICS_SHOW_OPTION - Success
  103. -- Performing Test HAVE_C_FDIAGNOSTICS_SHOW_OPTION
  104. -- Performing Test HAVE_C_FDIAGNOSTICS_SHOW_OPTION - Success
  105. -- Performing Test HAVE_CXX_WNO_LONG_LONG
  106. -- Performing Test HAVE_CXX_WNO_LONG_LONG - Success
  107. -- Performing Test HAVE_C_WNO_LONG_LONG
  108. -- Performing Test HAVE_C_WNO_LONG_LONG - Success
  109. -- Performing Test HAVE_CXX_PTHREAD
  110. -- Performing Test HAVE_CXX_PTHREAD - Success
  111. -- Performing Test HAVE_C_PTHREAD
  112. -- Performing Test HAVE_C_PTHREAD - Success
  113. -- Performing Test HAVE_CXX_FOMIT_FRAME_POINTER
  114. -- Performing Test HAVE_CXX_FOMIT_FRAME_POINTER - Success
  115. -- Performing Test HAVE_C_FOMIT_FRAME_POINTER
  116. -- Performing Test HAVE_C_FOMIT_FRAME_POINTER - Success
  117. -- Performing Test HAVE_CXX_MSSE
  118. -- Performing Test HAVE_CXX_MSSE - Success
  119. -- Performing Test HAVE_C_MSSE
  120. -- Performing Test HAVE_C_MSSE - Success
  121. -- Performing Test HAVE_CXX_MSSE2
  122. -- Performing Test HAVE_CXX_MSSE2 - Success
  123. -- Performing Test HAVE_C_MSSE2
  124. -- Performing Test HAVE_C_MSSE2 - Success
  125. -- Performing Test HAVE_CXX_MNO_AVX
  126. -- Performing Test HAVE_CXX_MNO_AVX - Success
  127. -- Performing Test HAVE_C_MNO_AVX
  128. -- Performing Test HAVE_C_MNO_AVX - Success
  129. -- Performing Test HAVE_CXX_MSSE3
  130. -- Performing Test HAVE_CXX_MSSE3 - Success
  131. -- Performing Test HAVE_C_MSSE3
  132. -- Performing Test HAVE_C_MSSE3 - Success
  133. -- Performing Test HAVE_CXX_MNO_SSSE3
  134. -- Performing Test HAVE_CXX_MNO_SSSE3 - Success
  135. -- Performing Test HAVE_C_MNO_SSSE3
  136. -- Performing Test HAVE_C_MNO_SSSE3 - Success
  137. -- Performing Test HAVE_CXX_MNO_SSE4_1
  138. -- Performing Test HAVE_CXX_MNO_SSE4_1 - Success
  139. -- Performing Test HAVE_C_MNO_SSE4_1
  140. -- Performing Test HAVE_C_MNO_SSE4_1 - Success
  141. -- Performing Test HAVE_CXX_MNO_SSE4_2
  142. -- Performing Test HAVE_CXX_MNO_SSE4_2 - Success
  143. -- Performing Test HAVE_C_MNO_SSE4_2
  144. -- Performing Test HAVE_C_MNO_SSE4_2 - Success
  145. -- Performing Test HAVE_CXX_FFUNCTION_SECTIONS
  146. -- Performing Test HAVE_CXX_FFUNCTION_SECTIONS - Success
  147. -- Performing Test HAVE_C_FFUNCTION_SECTIONS
  148. -- Performing Test HAVE_C_FFUNCTION_SECTIONS - Success
  149. -- Performing Test HAVE_CXX_FVISIBILITY_HIDDEN
  150. -- Performing Test HAVE_CXX_FVISIBILITY_HIDDEN - Success
  151. -- Performing Test HAVE_C_FVISIBILITY_HIDDEN
  152. -- Performing Test HAVE_C_FVISIBILITY_HIDDEN - Success
  153. -- Performing Test HAVE_CXX_FVISIBILITY_INLINES_HIDDEN
  154. -- Performing Test HAVE_CXX_FVISIBILITY_INLINES_HIDDEN - Success
  155. -- Performing Test HAVE_C_FVISIBILITY_INLINES_HIDDEN
  156. -- Performing Test HAVE_C_FVISIBILITY_INLINES_HIDDEN - Failed
  157. -- FP16: Feature disabled
  158. -- Looking for pthread.h
  159. -- Looking for pthread.h - found
  160. -- Check if the system is big endian
  161. -- Searching 16 bit integer
  162. -- Looking for sys/types.h
  163. -- Looking for sys/types.h - found
  164. -- Looking for stdint.h
  165. -- Looking for stdint.h - found
  166. -- Looking for stddef.h
  167. -- Looking for stddef.h - found
  168. -- Check size of unsigned short
  169. -- Check size of unsigned short - done
  170. -- Using unsigned short
  171. -- Check if the system is big endian - little endian
  172. -- Found ZLIB: /home/mohassan/anaconda2/lib/libz.so (found suitable version "1.2.8", minimum required is "1.2.3")
  173. -- Found TIFF: /home/mohassan/anaconda2/lib/libtiff.so (found version "4.0.6")
  174. -- Found JPEG: /home/mohassan/anaconda2/lib/libjpeg.so
  175. -- Found WebP: /usr/lib/x86_64-linux-gnu/libwebp.so
  176. -- Found Jasper: /usr/lib/x86_64-linux-gnu/libjasper.so (found version "1.900.1")
  177. -- Found ZLIB: /home/mohassan/anaconda2/lib/libz.so (found version "1.2.8")
  178. -- Found PNG: /home/mohassan/anaconda2/lib/libpng.so (found version "1.6.27")
  179. -- Looking for /home/mohassan/anaconda2/include/libpng/png.h
  180. -- Looking for /home/mohassan/anaconda2/include/libpng/png.h - not found
  181. -- Found OpenEXR: /usr/lib/x86_64-linux-gnu/libIlmImf.so
  182. -- Checking for module 'gtk+-3.0'
  183. -- Found gtk+-3.0, version 3.18.9
  184. -- Checking for module 'gthread-2.0'
  185. -- Found gthread-2.0, version 2.48.2
  186. -- Checking for module 'gstreamer-base-1.0'
  187. -- No package 'gstreamer-base-1.0' found
  188. -- Checking for module 'gstreamer-video-1.0'
  189. -- No package 'gstreamer-video-1.0' found
  190. -- Checking for module 'gstreamer-app-1.0'
  191. -- No package 'gstreamer-app-1.0' found
  192. -- Checking for module 'gstreamer-riff-1.0'
  193. -- No package 'gstreamer-riff-1.0' found
  194. -- Checking for module 'gstreamer-pbutils-1.0'
  195. -- No package 'gstreamer-pbutils-1.0' found
  196. -- Checking for module 'gstreamer-base-0.10'
  197. -- Found gstreamer-base-0.10, version 0.10.36
  198. -- Checking for module 'gstreamer-video-0.10'
  199. -- Found gstreamer-video-0.10, version 0.10.36
  200. -- Checking for module 'gstreamer-app-0.10'
  201. -- Found gstreamer-app-0.10, version 0.10.36
  202. -- Checking for module 'gstreamer-riff-0.10'
  203. -- Found gstreamer-riff-0.10, version 0.10.36
  204. -- Checking for module 'gstreamer-pbutils-0.10'
  205. -- Found gstreamer-pbutils-0.10, version 0.10.36
  206. -- Checking for module 'libdc1394-2'
  207. -- Found libdc1394-2, version 2.2.4
  208. -- Looking for linux/videodev.h
  209. -- Looking for linux/videodev.h - not found
  210. -- Looking for linux/videodev2.h
  211. -- Looking for linux/videodev2.h - found
  212. -- Looking for sys/videoio.h
  213. -- Looking for sys/videoio.h - not found
  214. -- Checking for modules 'libavcodec;libavformat;libavutil;libswscale'
  215. -- Found libavcodec, version 56.60.100
  216. -- Found libavformat, version 56.40.101
  217. -- Found libavutil, version 54.31.100
  218. -- Found libswscale, version 3.1.101
  219. -- Checking for module 'libavresample'
  220. -- No package 'libavresample' found
  221. -- Checking for module 'libgphoto2'
  222. -- No package 'libgphoto2' found
  223. -- Found TBB: /usr/lib/x86_64-linux-gnu/libtbb.so
  224. -- ICV: Downloading ippicv_linux_20151201.tgz...
  225. -- ICV: Unpacking ippicv_linux_20151201.tgz to /home/mohassan/opencv/opencv/build/3rdparty/ippicv...
  226. -- ICV: Package successfully downloaded
  227. -- found IPP (ICV version): 9.0.1 [9.0.1]
  228. -- at: /home/mohassan/opencv/opencv/build/3rdparty/ippicv/ippicv_lnx
  229. -- Could not find OpenBLAS lib. Turning OpenBLAS_FOUND off
  230. -- Found Atlas: /usr/include
  231. -- Found Atlas (include: /usr/include, library: /usr/lib/libatlas.so)
  232. -- LAPACK_IMPL: Atlas, LAPACK_LIBRARIES: /usr/lib/liblapack.so;/usr/lib/libcblas.so;/usr/lib/libatlas.so
  233. -- Could NOT find Doxygen (missing: DOXYGEN_EXECUTABLE)
  234. -- Found PythonInterp: /home/mohassan/anaconda2/bin/python2.7 (found suitable version "2.7.13", minimum required is "2.7")
  235. -- Found PythonLibs: /usr/lib/x86_64-linux-gnu/libpython2.7.so (found suitable exact version "2.7.13")
  236. -- Found PythonInterp: /usr/bin/python3 (found suitable version "3.5.2", minimum required is "3.4")
  237. -- Could NOT find PythonLibs (missing: PYTHON_LIBRARIES PYTHON_INCLUDE_DIRS) (Required is exact version "3.5.2")
  238. Traceback (most recent call last):
  239. File "<string>", line 1, in <module>
  240. ImportError: No module named 'numpy'
  241. -- Found JNI: /usr/lib/jvm/default-java/jre/lib/amd64/libjawt.so
  242. -- 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)
  243. -- The imported target "vtkRenderingPythonTkWidgets" references the file
  244. "/usr/lib/x86_64-linux-gnu/libvtkRenderingPythonTkWidgets.so"
  245. but this file does not exist. Possible reasons include:
  246. * The file was deleted, renamed, or moved to another location.
  247. * An install or uninstall procedure did not complete successfully.
  248. * The installation package was faulty and contained
  249. "/usr/lib/cmake/vtk-6.2/VTKTargets.cmake"
  250. but not all the files it references.
  251.  
  252. -- The imported target "vtk" references the file
  253. "/usr/bin/vtk"
  254. but this file does not exist. Possible reasons include:
  255. * The file was deleted, renamed, or moved to another location.
  256. * An install or uninstall procedure did not complete successfully.
  257. * The installation package was faulty and contained
  258. "/usr/lib/cmake/vtk-6.2/VTKTargets.cmake"
  259. but not all the files it references.
  260.  
  261. -- Found VTK ver. 6.2.0 (usefile: /usr/lib/cmake/vtk-6.2/UseVTK.cmake)
  262. -- Performing Test HAVE_CXX_WNO_UNDEF
  263. -- Performing Test HAVE_CXX_WNO_UNDEF - Success
  264. -- Performing Test HAVE_CXX_WNO_SHADOW
  265. -- Performing Test HAVE_CXX_WNO_SHADOW - Success
  266. -- Caffe: NO
  267. -- Protobuf: YES
  268. -- Glog: NO
  269. -- Checking for one of the modules 'freetype2'
  270. -- Checking for one of the modules 'harfbuzz'
  271. -- freetype2: YES
  272. -- harfbuzz: YES
  273. -- Found HDF5: /home/mohassan/anaconda2/lib/libhdf5.so;/home/mohassan/anaconda2/lib/libhdf5_hl.so;/home/mohassan/anaconda2/lib/libhdf5.so;/usr/lib/x86_64-linux-gnu/librt.so;/usr/lib/x86_64-linux-gnu/libpthread.so;/home/mohassan/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")
  274. -- Performing Test HAVE_CXX_WNO_INVALID_OFFSETOF
  275. -- Performing Test HAVE_CXX_WNO_INVALID_OFFSETOF - Success
  276. -- Module opencv_sfm disabled because the following dependencies are not found: Glog/Gflags
  277. -- Performing Test HAVE_CXX_WNO_PARENTHESES
  278. -- Performing Test HAVE_CXX_WNO_PARENTHESES - Success
  279. -- Performing Test HAVE_CXX_WNO_MAYBE_UNINITIALIZED
  280. -- Performing Test HAVE_CXX_WNO_MAYBE_UNINITIALIZED - Success
  281. -- Performing Test HAVE_CXX_WNO_SIGN_PROMO
  282. -- Performing Test HAVE_CXX_WNO_SIGN_PROMO - Success
  283. -- Performing Test HAVE_CXX_WNO_MISSING_DECLARATIONS
  284. -- Performing Test HAVE_CXX_WNO_MISSING_DECLARATIONS - Success
  285. -- Performing Test HAVE_CXX_WNO_MISSING_PROTOTYPES
  286. -- Performing Test HAVE_CXX_WNO_MISSING_PROTOTYPES - Failed
  287. -- Performing Test HAVE_CXX_WNO_DEPRECATED
  288. -- Performing Test HAVE_CXX_WNO_DEPRECATED - Success
  289. -- Performing Test HAVE_CXX_WNO_UNUSED_PARAMETER
  290. -- Performing Test HAVE_CXX_WNO_UNUSED_PARAMETER - Success
  291. -- Performing Test HAVE_CXX_WNO_UNUSED_LOCAL_TYPEDEFS
  292. -- Performing Test HAVE_CXX_WNO_UNUSED_LOCAL_TYPEDEFS - Success
  293. -- Performing Test HAVE_CXX_WNO_SIGN_COMPARE
  294. -- Performing Test HAVE_CXX_WNO_SIGN_COMPARE - Success
  295. -- Performing Test HAVE_CXX_WNO_TAUTOLOGICAL_UNDEFINED_COMPARE
  296. -- Performing Test HAVE_CXX_WNO_TAUTOLOGICAL_UNDEFINED_COMPARE - Failed
  297. -- Performing Test HAVE_CXX_WNO_IGNORED_QUALIFIERS
  298. -- Performing Test HAVE_CXX_WNO_IGNORED_QUALIFIERS - Success
  299. -- Performing Test HAVE_CXX_WNO_EXTRA
  300. -- Performing Test HAVE_CXX_WNO_EXTRA - Success
  301. -- Performing Test HAVE_CXX_WNO_UNUSED_FUNCTION
  302. -- Performing Test HAVE_CXX_WNO_UNUSED_FUNCTION - Success
  303. -- Performing Test HAVE_CXX_WNO_UNUSED_CONST_VARIABLE
  304. -- Performing Test HAVE_CXX_WNO_UNUSED_CONST_VARIABLE - Failed
  305. -- Performing Test HAVE_CXX_WNO_DEPRECATED_DECLARATIONS
  306. -- Performing Test HAVE_CXX_WNO_DEPRECATED_DECLARATIONS - Success
  307. -- Downloading v3.1.0/protobuf-cpp-3.1.0.tar.gz...
  308. -- Downloading v3.1.0/protobuf-cpp-3.1.0.tar.gz... Done
  309. -- libprotobuf: Unpacking v3.1.0/protobuf-cpp-3.1.0.tar.gz to /home/mohassan/opencv/opencv/build/modules/dnn/3rdparty/protobuf/sources...
  310. -- Looking for include file pthread.h
  311. -- Looking for include file pthread.h - found
  312. -- Performing Test HAVE_CXX_WNO_ENUM_COMPARE
  313. -- Performing Test HAVE_CXX_WNO_ENUM_COMPARE - Success
  314. -- freetype2: YES
  315. -- harfbuzz: YES
  316. -- Performing Test HAVE_CXX_WNO_OVERLOADED_VIRTUAL
  317. -- Performing Test HAVE_CXX_WNO_OVERLOADED_VIRTUAL - Success
  318. -- Checking for modules 'tesseract;lept'
  319. -- No package 'tesseract' found
  320. -- No package 'lept' found
  321. -- Tesseract: NO
  322. -- Check contents of vgg_generated_48.i ...
  323. -- Downloading vgg_generated_48.i...
  324. -- Downloading vgg_generated_48.i... Done
  325. -- Check contents of vgg_generated_64.i ...
  326. -- Downloading vgg_generated_64.i...
  327. -- Downloading vgg_generated_64.i... Done
  328. -- Check contents of vgg_generated_80.i ...
  329. -- Downloading vgg_generated_80.i...
  330. -- Downloading vgg_generated_80.i... Done
  331. -- Check contents of vgg_generated_120.i ...
  332. -- Downloading vgg_generated_120.i...
  333. -- Downloading vgg_generated_120.i... Done
  334. -- Check contents of boostdesc_bgm.i ...
  335. -- Downloading boostdesc_bgm.i...
  336. -- Downloading boostdesc_bgm.i... Done
  337. -- Check contents of boostdesc_bgm_bi.i ...
  338. -- Downloading boostdesc_bgm_bi.i...
  339. -- Downloading boostdesc_bgm_bi.i... Done
  340. -- Check contents of boostdesc_bgm_hd.i ...
  341. -- Downloading boostdesc_bgm_hd.i...
  342. -- Downloading boostdesc_bgm_hd.i... Done
  343. -- Check contents of boostdesc_binboost_064.i ...
  344. -- Downloading boostdesc_binboost_064.i...
  345. -- Downloading boostdesc_binboost_064.i... Done
  346. -- Check contents of boostdesc_binboost_128.i ...
  347. -- Downloading boostdesc_binboost_128.i...
  348. -- Downloading boostdesc_binboost_128.i... Done
  349. -- Check contents of boostdesc_binboost_256.i ...
  350. -- Downloading boostdesc_binboost_256.i...
  351. -- Downloading boostdesc_binboost_256.i... Done
  352. -- Check contents of boostdesc_lbgm.i ...
  353. -- Downloading boostdesc_lbgm.i...
  354. -- Downloading boostdesc_lbgm.i... Done
  355. -- Performing Test HAVE_CXX_WNO_UNUSED_PRIVATE_FIELD
  356. -- Performing Test HAVE_CXX_WNO_UNUSED_PRIVATE_FIELD - Failed
  357. --
  358. -- General configuration for OpenCV 3.2.0 =====================================
  359. -- Version control: 3.2.0
  360. --
  361. -- Extra modules:
  362. -- Location (extra): /home/mohassan/opencv/opencv_contrib/modules
  363. -- Version control (extra): 3.2.0
  364. --
  365. -- Platform:
  366. -- Timestamp: 2017-06-18T20:57:56Z
  367. -- Host: Linux 4.4.0-79-generic x86_64
  368. -- CMake: 3.5.1
  369. -- CMake generator: Unix Makefiles
  370. -- CMake build tool: /usr/bin/make
  371. -- Configuration: RELEASE
  372. --
  373. -- C/C++:
  374. -- Built as dynamic libs?: YES
  375. -- C++ Compiler: /usr/bin/c++ (ver 5.4.0)
  376. -- 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 -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-comment -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -msse -msse2 -mno-avx -msse3 -mno-ssse3 -mno-sse4.1 -mno-sse4.2 -ffunction-sections -fvisibility=hidden -fvisibility-inlines-hidden -O3 -DNDEBUG -DNDEBUG
  377. -- 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 -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-comment -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -msse -msse2 -mno-avx -msse3 -mno-ssse3 -mno-sse4.1 -mno-sse4.2 -ffunction-sections -fvisibility=hidden -fvisibility-inlines-hidden -g -O0 -DDEBUG -D_DEBUG
  378. -- C Compiler: /usr/bin/cc
  379. -- 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 -Wno-narrowing -Wno-comment -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -msse -msse2 -mno-avx -msse3 -mno-ssse3 -mno-sse4.1 -mno-sse4.2 -ffunction-sections -fvisibility=hidden -O3 -DNDEBUG -DNDEBUG
  380. -- 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 -Wno-narrowing -Wno-comment -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -msse -msse2 -mno-avx -msse3 -mno-ssse3 -mno-sse4.1 -mno-sse4.2 -ffunction-sections -fvisibility=hidden -g -O0 -DDEBUG -D_DEBUG
  381. -- Linker flags (Release):
  382. -- Linker flags (Debug):
  383. -- ccache: NO
  384. -- Precompiled headers: YES
  385. -- Extra dependencies: /usr/lib/x86_64-linux-gnu/libwebp.so /home/mohassan/anaconda2/lib/libpng.so /home/mohassan/anaconda2/lib/libtiff.so /usr/lib/x86_64-linux-gnu/libjasper.so /home/mohassan/anaconda2/lib/libjpeg.so /usr/lib/x86_64-linux-gnu/libImath.so /usr/lib/x86_64-linux-gnu/libIlmImf.so /usr/lib/x86_64-linux-gnu/libIex.so /usr/lib/x86_64-linux-gnu/libHalf.so /usr/lib/x86_64-linux-gnu/libIlmThread.so gtk-3 gdk-3 pangocairo-1.0 pango-1.0 atk-1.0 cairo-gobject cairo gdk_pixbuf-2.0 gio-2.0 gobject-2.0 glib-2.0 gthread-2.0 gstbase-0.10 gstreamer-0.10 gmodule-2.0 xml2 gstvideo-0.10 gstapp-0.10 gstriff-0.10 gstpbutils-0.10 dc1394 avcodec-ffmpeg avformat-ffmpeg avutil-ffmpeg swscale-ffmpeg /home/mohassan/anaconda2/lib/libhdf5_hl.so /home/mohassan/anaconda2/lib/libhdf5.so /usr/lib/x86_64-linux-gnu/librt.so /usr/lib/x86_64-linux-gnu/libpthread.so /home/mohassan/anaconda2/lib/libz.so /usr/lib/x86_64-linux-gnu/libdl.so /usr/lib/x86_64-linux-gnu/libm.so vtkRenderingOpenGL vtkImagingHybrid vtkIOImage vtkCommonDataModel vtkCommonMath vtkCommonCore vtksys vtkCommonMisc vtkCommonSystem vtkCommonTransforms vtkCommonExecutionModel vtkDICOMParser vtkIOCore /usr/lib/x86_64-linux-gnu/libz.so vtkmetaio /usr/lib/x86_64-linux-gnu/libjpeg.so /usr/lib/x86_64-linux-gnu/libpng.so /usr/lib/x86_64-linux-gnu/libtiff.so vtkImagingCore vtkRenderingCore vtkCommonColor vtkFiltersExtraction vtkFiltersCore vtkFiltersGeneral vtkCommonComputationalGeometry vtkFiltersStatistics vtkImagingFourier vtkalglib vtkFiltersGeometry vtkFiltersSources vtkInteractionStyle vtkRenderingLOD vtkFiltersModeling vtkIOPLY vtkIOGeometry /usr/lib/x86_64-linux-gnu/libjsoncpp.so vtkFiltersTexture vtkRenderingFreeType /usr/lib/x86_64-linux-gnu/libfreetype.so vtkftgl vtkIOExport vtkRenderingAnnotation vtkImagingColor vtkRenderingContext2D vtkRenderingGL2PS vtkRenderingContextOpenGL /usr/lib/libgl2ps.so vtkRenderingLabel dl m pthread rt tbb /usr/lib/liblapack.so /usr/lib/libcblas.so /usr/lib/libatlas.so
  386. -- 3rdparty dependencies: libprotobuf
  387. --
  388. -- OpenCV modules:
  389. -- To be built: core flann hdf imgproc ml photo reg surface_matching video viz dnn freetype fuzzy imgcodecs shape videoio highgui objdetect plot superres ts xobjdetect xphoto bgsegm bioinspired dpm face features2d line_descriptor saliency text calib3d ccalib datasets rgbd stereo tracking videostab xfeatures2d ximgproc aruco optflow phase_unwrapping stitching structured_light python2
  390. -- Disabled: world contrib_world
  391. -- Disabled by dependency: -
  392. -- Unavailable: cudaarithm cudabgsegm cudacodec cudafeatures2d cudafilters cudaimgproc cudalegacy cudaobjdetect cudaoptflow cudastereo cudawarping cudev java python3 cnn_3dobj cvv matlab sfm
  393. --
  394. -- GUI:
  395. -- QT: NO
  396. -- GTK+ 3.x: YES (ver 3.18.9)
  397. -- GThread : YES (ver 2.48.2)
  398. -- GtkGlExt: NO
  399. -- OpenGL support: NO
  400. -- VTK support: YES (ver 6.2.0)
  401. --
  402. -- Media I/O:
  403. -- ZLib: /home/mohassan/anaconda2/lib/libz.so (ver 1.2.8)
  404. -- JPEG: /home/mohassan/anaconda2/lib/libjpeg.so (ver 90)
  405. -- WEBP: /usr/lib/x86_64-linux-gnu/libwebp.so (ver encoder: 0x0202)
  406. -- PNG: /home/mohassan/anaconda2/lib/libpng.so (ver 1.6.27)
  407. -- TIFF: /home/mohassan/anaconda2/lib/libtiff.so (ver 42 - 4.0.6)
  408. -- JPEG 2000: /usr/lib/x86_64-linux-gnu/libjasper.so (ver 1.900.1)
  409. -- OpenEXR: /usr/lib/x86_64-linux-gnu/libImath.so /usr/lib/x86_64-linux-gnu/libIlmImf.so /usr/lib/x86_64-linux-gnu/libIex.so /usr/lib/x86_64-linux-gnu/libHalf.so /usr/lib/x86_64-linux-gnu/libIlmThread.so (ver 2.2.0)
  410. -- GDAL: NO
  411. -- GDCM: NO
  412. --
  413. -- Video I/O:
  414. -- DC1394 1.x: NO
  415. -- DC1394 2.x: YES (ver 2.2.4)
  416. -- FFMPEG: YES
  417. -- avcodec: YES (ver 56.60.100)
  418. -- avformat: YES (ver 56.40.101)
  419. -- avutil: YES (ver 54.31.100)
  420. -- swscale: YES (ver 3.1.101)
  421. -- avresample: NO
  422. -- GStreamer:
  423. -- base: YES (ver 0.10.36)
  424. -- video: YES (ver 0.10.36)
  425. -- app: YES (ver 0.10.36)
  426. -- riff: YES (ver 0.10.36)
  427. -- pbutils: YES (ver 0.10.36)
  428. -- OpenNI: NO
  429. -- OpenNI PrimeSensor Modules: NO
  430. -- OpenNI2: NO
  431. -- PvAPI: NO
  432. -- GigEVisionSDK: NO
  433. -- Aravis SDK: NO
  434. -- UniCap: NO
  435. -- UniCap ucil: NO
  436. -- V4L/V4L2: NO/YES
  437. -- XIMEA: NO
  438. -- Xine: NO
  439. -- gPhoto2: NO
  440. --
  441. -- Parallel framework: TBB (ver 4.4 interface 9002)
  442. --
  443. -- Other third-party libraries:
  444. -- Use IPP: 9.0.1 [9.0.1]
  445. -- at: /home/mohassan/opencv/opencv/build/3rdparty/ippicv/ippicv_lnx
  446. -- Use IPP Async: NO
  447. -- Use VA: NO
  448. -- Use Intel VA-API/OpenCL: NO
  449. -- Use Lapack: YES (/usr/lib/liblapack.so /usr/lib/libcblas.so /usr/lib/libatlas.so)
  450. -- Use Eigen: YES (ver 3.2.92)
  451. -- Use Cuda: NO
  452. -- Use OpenCL: YES
  453. -- Use OpenVX: NO
  454. -- Use custom HAL: NO
  455. --
  456. -- OpenCL: <Dynamic loading of OpenCL library>
  457. -- Include path: /home/mohassan/opencv/opencv/3rdparty/include/opencl/1.2
  458. -- Use AMDFFT: NO
  459. -- Use AMDBLAS: NO
  460. --
  461. -- Python 2:
  462. -- Interpreter: /home/mohassan/anaconda2/bin/python2.7 (ver 2.7.13)
  463. -- Libraries: /usr/lib/x86_64-linux-gnu/libpython2.7.so (ver 2.7.13)
  464. -- numpy: /home/mohassan/anaconda2/lib/python2.7/site-packages/numpy/core/include (ver 1.11.3)
  465. -- packages path: lib/python2.7/site-packages
  466. --
  467. -- Python 3:
  468. -- Interpreter: /usr/bin/python3 (ver 3.5.2)
  469. --
  470. -- Python (for build): /home/mohassan/anaconda2/bin/python2.7
  471. --
  472. -- Java:
  473. -- ant: NO
  474. -- JNI: /usr/lib/jvm/default-java/include /usr/lib/jvm/default-java/include/linux /usr/lib/jvm/default-java/include
  475. -- Java wrappers: NO
  476. -- Java tests: NO
  477. --
  478. -- Matlab: Matlab not found or implicitly disabled
  479. --
  480. -- Documentation:
  481. -- Doxygen: NO
  482. --
  483. -- Tests and samples:
  484. -- Tests: YES
  485. -- Performance tests: YES
  486. -- C/C++ Examples: NO
  487. --
  488. -- Install path: /usr/local
  489. --
  490. -- cvconfig.h is in: /home/mohassan/opencv/opencv/build
  491. -- -----------------------------------------------------------------
  492. --
  493. -- Configuring done
  494. -- Generating done
  495. -- Build files have been written to: /home/mohassan/opencv/opencv/build
Add Comment
Please, Sign In to add comment