Advertisement
Guest User

Untitled

a guest
Mar 20th, 2016
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 20.09 KB | None | 0 0
  1. daw@laptop ~/opencv/build $ cmake -D CMAKE_BUILD_TYPE=Release \
  2. > -D CMAKE_INSTALL_PREFIX=/usr/local \
  3. > PYTHON3_EXECUTABLE=/usr/bin/python3.4 \
  4. > PYTHON_INCLUDE_DIR=/usr/include/python3.4 \
  5. > PYTHON_LIBRARY=/usr/lib/x86_64-linux-gnu/libpython3.4m.so \
  6. > PYTHON3_NUMPY_INCLUDE_DIRS=/usr/local/lib/python3.4/dist-packages/numpy/core/include ..
  7. -- The CXX compiler identification is GNU 4.8.4
  8. -- The C compiler identification is GNU 4.8.4
  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. -- Check for working C compiler: /usr/bin/cc
  14. -- Check for working C compiler: /usr/bin/cc -- works
  15. -- Detecting C compiler ABI info
  16. -- Detecting C compiler ABI info - done
  17. -- Detected version of GNU GCC: 48 (408)
  18. -- Performing Test HAVE_CXX_FSIGNED_CHAR
  19. -- Performing Test HAVE_CXX_FSIGNED_CHAR - Success
  20. -- Performing Test HAVE_C_FSIGNED_CHAR
  21. -- Performing Test HAVE_C_FSIGNED_CHAR - Success
  22. -- Performing Test HAVE_CXX_W
  23. -- Performing Test HAVE_CXX_W - Success
  24. -- Performing Test HAVE_C_W
  25. -- Performing Test HAVE_C_W - Success
  26. -- Performing Test HAVE_CXX_WALL
  27. -- Performing Test HAVE_CXX_WALL - Success
  28. -- Performing Test HAVE_C_WALL
  29. -- Performing Test HAVE_C_WALL - Success
  30. -- Performing Test HAVE_CXX_WERROR_RETURN_TYPE
  31. -- Performing Test HAVE_CXX_WERROR_RETURN_TYPE - Success
  32. -- Performing Test HAVE_C_WERROR_RETURN_TYPE
  33. -- Performing Test HAVE_C_WERROR_RETURN_TYPE - Success
  34. -- Performing Test HAVE_CXX_WERROR_NON_VIRTUAL_DTOR
  35. -- Performing Test HAVE_CXX_WERROR_NON_VIRTUAL_DTOR - Success
  36. -- Performing Test HAVE_C_WERROR_NON_VIRTUAL_DTOR
  37. -- Performing Test HAVE_C_WERROR_NON_VIRTUAL_DTOR - Success
  38. -- Performing Test HAVE_CXX_WERROR_ADDRESS
  39. -- Performing Test HAVE_CXX_WERROR_ADDRESS - Success
  40. -- Performing Test HAVE_C_WERROR_ADDRESS
  41. -- Performing Test HAVE_C_WERROR_ADDRESS - Success
  42. -- Performing Test HAVE_CXX_WERROR_SEQUENCE_POINT
  43. -- Performing Test HAVE_CXX_WERROR_SEQUENCE_POINT - Success
  44. -- Performing Test HAVE_C_WERROR_SEQUENCE_POINT
  45. -- Performing Test HAVE_C_WERROR_SEQUENCE_POINT - Success
  46. -- Performing Test HAVE_CXX_WFORMAT
  47. -- Performing Test HAVE_CXX_WFORMAT - Success
  48. -- Performing Test HAVE_C_WFORMAT
  49. -- Performing Test HAVE_C_WFORMAT - Success
  50. -- Performing Test HAVE_CXX_WERROR_FORMAT_SECURITY
  51. -- Performing Test HAVE_CXX_WERROR_FORMAT_SECURITY - Success
  52. -- Performing Test HAVE_C_WERROR_FORMAT_SECURITY
  53. -- Performing Test HAVE_C_WERROR_FORMAT_SECURITY - Success
  54. -- Performing Test HAVE_CXX_WMISSING_DECLARATIONS
  55. -- Performing Test HAVE_CXX_WMISSING_DECLARATIONS - Success
  56. -- Performing Test HAVE_C_WMISSING_DECLARATIONS
  57. -- Performing Test HAVE_C_WMISSING_DECLARATIONS - Success
  58. -- Performing Test HAVE_CXX_WMISSING_PROTOTYPES
  59. -- Performing Test HAVE_CXX_WMISSING_PROTOTYPES - Failed
  60. -- Performing Test HAVE_C_WMISSING_PROTOTYPES
  61. -- Performing Test HAVE_C_WMISSING_PROTOTYPES - Success
  62. -- Performing Test HAVE_CXX_WSTRICT_PROTOTYPES
  63. -- Performing Test HAVE_CXX_WSTRICT_PROTOTYPES - Failed
  64. -- Performing Test HAVE_C_WSTRICT_PROTOTYPES
  65. -- Performing Test HAVE_C_WSTRICT_PROTOTYPES - Success
  66. -- Performing Test HAVE_CXX_WUNDEF
  67. -- Performing Test HAVE_CXX_WUNDEF - Success
  68. -- Performing Test HAVE_C_WUNDEF
  69. -- Performing Test HAVE_C_WUNDEF - Success
  70. -- Performing Test HAVE_CXX_WINIT_SELF
  71. -- Performing Test HAVE_CXX_WINIT_SELF - Success
  72. -- Performing Test HAVE_C_WINIT_SELF
  73. -- Performing Test HAVE_C_WINIT_SELF - Success
  74. -- Performing Test HAVE_CXX_WPOINTER_ARITH
  75. -- Performing Test HAVE_CXX_WPOINTER_ARITH - Success
  76. -- Performing Test HAVE_C_WPOINTER_ARITH
  77. -- Performing Test HAVE_C_WPOINTER_ARITH - Success
  78. -- Performing Test HAVE_CXX_WSHADOW
  79. -- Performing Test HAVE_CXX_WSHADOW - Success
  80. -- Performing Test HAVE_C_WSHADOW
  81. -- Performing Test HAVE_C_WSHADOW - Success
  82. -- Performing Test HAVE_CXX_WSIGN_PROMO
  83. -- Performing Test HAVE_CXX_WSIGN_PROMO - Success
  84. -- Performing Test HAVE_C_WSIGN_PROMO
  85. -- Performing Test HAVE_C_WSIGN_PROMO - Failed
  86. -- Performing Test HAVE_CXX_WNO_NARROWING
  87. -- Performing Test HAVE_CXX_WNO_NARROWING - Success
  88. -- Performing Test HAVE_C_WNO_NARROWING
  89. -- Performing Test HAVE_C_WNO_NARROWING - Success
  90. -- Performing Test HAVE_CXX_WNO_DELETE_NON_VIRTUAL_DTOR
  91. -- Performing Test HAVE_CXX_WNO_DELETE_NON_VIRTUAL_DTOR - Success
  92. -- Performing Test HAVE_C_WNO_DELETE_NON_VIRTUAL_DTOR
  93. -- Performing Test HAVE_C_WNO_DELETE_NON_VIRTUAL_DTOR - Failed
  94. -- Performing Test HAVE_CXX_WNO_UNNAMED_TYPE_TEMPLATE_ARGS
  95. -- Performing Test HAVE_CXX_WNO_UNNAMED_TYPE_TEMPLATE_ARGS - Failed
  96. -- Performing Test HAVE_C_WNO_UNNAMED_TYPE_TEMPLATE_ARGS
  97. -- Performing Test HAVE_C_WNO_UNNAMED_TYPE_TEMPLATE_ARGS - Failed
  98. -- Performing Test HAVE_CXX_FDIAGNOSTICS_SHOW_OPTION
  99. -- Performing Test HAVE_CXX_FDIAGNOSTICS_SHOW_OPTION - Success
  100. -- Performing Test HAVE_C_FDIAGNOSTICS_SHOW_OPTION
  101. -- Performing Test HAVE_C_FDIAGNOSTICS_SHOW_OPTION - Success
  102. -- Performing Test HAVE_CXX_WNO_LONG_LONG
  103. -- Performing Test HAVE_CXX_WNO_LONG_LONG - Success
  104. -- Performing Test HAVE_C_WNO_LONG_LONG
  105. -- Performing Test HAVE_C_WNO_LONG_LONG - Success
  106. -- Performing Test HAVE_CXX_PTHREAD
  107. -- Performing Test HAVE_CXX_PTHREAD - Success
  108. -- Performing Test HAVE_C_PTHREAD
  109. -- Performing Test HAVE_C_PTHREAD - Success
  110. -- Performing Test HAVE_CXX_FOMIT_FRAME_POINTER
  111. -- Performing Test HAVE_CXX_FOMIT_FRAME_POINTER - Success
  112. -- Performing Test HAVE_C_FOMIT_FRAME_POINTER
  113. -- Performing Test HAVE_C_FOMIT_FRAME_POINTER - Success
  114. -- Performing Test HAVE_CXX_MSSE
  115. -- Performing Test HAVE_CXX_MSSE - Success
  116. -- Performing Test HAVE_C_MSSE
  117. -- Performing Test HAVE_C_MSSE - Success
  118. -- Performing Test HAVE_CXX_MSSE2
  119. -- Performing Test HAVE_CXX_MSSE2 - Success
  120. -- Performing Test HAVE_C_MSSE2
  121. -- Performing Test HAVE_C_MSSE2 - Success
  122. -- Performing Test HAVE_CXX_MNO_AVX
  123. -- Performing Test HAVE_CXX_MNO_AVX - Success
  124. -- Performing Test HAVE_C_MNO_AVX
  125. -- Performing Test HAVE_C_MNO_AVX - Success
  126. -- Performing Test HAVE_CXX_MSSE3
  127. -- Performing Test HAVE_CXX_MSSE3 - Success
  128. -- Performing Test HAVE_C_MSSE3
  129. -- Performing Test HAVE_C_MSSE3 - Success
  130. -- Performing Test HAVE_CXX_MNO_SSSE3
  131. -- Performing Test HAVE_CXX_MNO_SSSE3 - Success
  132. -- Performing Test HAVE_C_MNO_SSSE3
  133. -- Performing Test HAVE_C_MNO_SSSE3 - Success
  134. -- Performing Test HAVE_CXX_MNO_SSE4_1
  135. -- Performing Test HAVE_CXX_MNO_SSE4_1 - Success
  136. -- Performing Test HAVE_C_MNO_SSE4_1
  137. -- Performing Test HAVE_C_MNO_SSE4_1 - Success
  138. -- Performing Test HAVE_CXX_MNO_SSE4_2
  139. -- Performing Test HAVE_CXX_MNO_SSE4_2 - Success
  140. -- Performing Test HAVE_C_MNO_SSE4_2
  141. -- Performing Test HAVE_C_MNO_SSE4_2 - Success
  142. -- Performing Test HAVE_CXX_FFUNCTION_SECTIONS
  143. -- Performing Test HAVE_CXX_FFUNCTION_SECTIONS - Success
  144. -- Performing Test HAVE_C_FFUNCTION_SECTIONS
  145. -- Performing Test HAVE_C_FFUNCTION_SECTIONS - Success
  146. -- Performing Test HAVE_CXX_FVISIBILITY_HIDDEN
  147. -- Performing Test HAVE_CXX_FVISIBILITY_HIDDEN - Success
  148. -- Performing Test HAVE_C_FVISIBILITY_HIDDEN
  149. -- Performing Test HAVE_C_FVISIBILITY_HIDDEN - Success
  150. -- Performing Test HAVE_CXX_FVISIBILITY_INLINES_HIDDEN
  151. -- Performing Test HAVE_CXX_FVISIBILITY_INLINES_HIDDEN - Success
  152. -- Performing Test HAVE_C_FVISIBILITY_INLINES_HIDDEN
  153. -- Performing Test HAVE_C_FVISIBILITY_INLINES_HIDDEN - Failed
  154. -- Looking for pthread.h
  155. -- Looking for pthread.h - found
  156. -- Check if the system is big endian
  157. -- Searching 16 bit integer
  158. -- Looking for sys/types.h
  159. -- Looking for sys/types.h - found
  160. -- Looking for stdint.h
  161. -- Looking for stdint.h - found
  162. -- Looking for stddef.h
  163. -- Looking for stddef.h - found
  164. -- Check size of unsigned short
  165. -- Check size of unsigned short - done
  166. -- Using unsigned short
  167. -- Check if the system is big endian - little endian
  168. -- Found ZLIB: /usr/local/lib/libz.so (found suitable version "1.2.8", minimum required is "1.2.3")
  169. -- Found TIFF: /usr/lib/x86_64-linux-gnu/libtiff.so (found version "4.0.3")
  170. -- Found JPEG: /usr/lib/x86_64-linux-gnu/libjpeg.so  
  171. -- Performing Test HAVE_C_WNO_UNUSED_VARIABLE
  172. -- Performing Test HAVE_C_WNO_UNUSED_VARIABLE - Success
  173. -- Performing Test HAVE_C_WNO_UNUSED_FUNCTION
  174. -- Performing Test HAVE_C_WNO_UNUSED_FUNCTION - Success
  175. -- Performing Test HAVE_C_WNO_SHADOW
  176. -- Performing Test HAVE_C_WNO_SHADOW - Success
  177. -- Performing Test HAVE_C_WNO_MAYBE_UNINITIALIZED
  178. -- Performing Test HAVE_C_WNO_MAYBE_UNINITIALIZED - Success
  179. -- Found Jasper: /usr/lib/x86_64-linux-gnu/libjasper.so (found version "1.900.1")
  180. -- Found ZLIB: /usr/local/lib/libz.so (found version "1.2.8")
  181. -- Found PNG: /usr/lib/x86_64-linux-gnu/libpng.so (found version "1.2.50")
  182. -- Looking for /usr/include/libpng/png.h
  183. -- Looking for /usr/include/libpng/png.h - found
  184. -- Found OpenEXR: /usr/lib/x86_64-linux-gnu/libIlmImf.so
  185. -- checking for module 'gtk+-3.0'
  186. --   package 'gtk+-3.0' not found
  187. -- checking for module 'gtk+-2.0'
  188. --   found gtk+-2.0, version 2.24.23
  189. -- checking for module 'gthread-2.0'
  190. --   found gthread-2.0, version 2.40.2
  191. -- checking for module 'gstreamer-base-1.0'
  192. --   package 'gstreamer-base-1.0' not found
  193. -- checking for module 'gstreamer-video-1.0'
  194. --   package 'gstreamer-video-1.0' not found
  195. -- checking for module 'gstreamer-app-1.0'
  196. --   package 'gstreamer-app-1.0' not found
  197. -- checking for module 'gstreamer-riff-1.0'
  198. --   package 'gstreamer-riff-1.0' not found
  199. -- checking for module 'gstreamer-pbutils-1.0'
  200. --   package 'gstreamer-pbutils-1.0' not found
  201. -- checking for module 'gstreamer-base-0.10'
  202. --   package 'gstreamer-base-0.10' not found
  203. -- checking for module 'gstreamer-video-0.10'
  204. --   package 'gstreamer-video-0.10' not found
  205. -- checking for module 'gstreamer-app-0.10'
  206. --   package 'gstreamer-app-0.10' not found
  207. -- checking for module 'gstreamer-riff-0.10'
  208. --   package 'gstreamer-riff-0.10' not found
  209. -- checking for module 'gstreamer-pbutils-0.10'
  210. --   package 'gstreamer-pbutils-0.10' not found
  211. -- checking for module 'libdc1394-2'
  212. --   found libdc1394-2, version 2.2.1
  213. -- checking for module 'libv4l1'
  214. --   found libv4l1, version 1.0.1
  215. -- checking for module 'libv4l2'
  216. --   found libv4l2, version 1.0.1
  217. -- Looking for linux/videodev.h
  218. -- Looking for linux/videodev.h - not found
  219. -- Looking for linux/videodev2.h
  220. -- Looking for linux/videodev2.h - found
  221. -- Looking for sys/videoio.h
  222. -- Looking for sys/videoio.h - not found
  223. -- checking for module 'libavcodec'
  224. --   found libavcodec, version 54.35.0
  225. -- checking for module 'libavformat'
  226. --   found libavformat, version 54.20.4
  227. -- checking for module 'libavutil'
  228. --   found libavutil, version 52.3.0
  229. -- checking for module 'libswscale'
  230. --   found libswscale, version 2.1.1
  231. -- checking for module 'libavresample'
  232. --   package 'libavresample' not found
  233. -- Looking for libavformat/avformat.h
  234. -- Looking for libavformat/avformat.h - found
  235. -- Looking for ffmpeg/avformat.h
  236. -- Looking for ffmpeg/avformat.h - not found
  237. -- checking for module 'libgphoto2'
  238. --   package 'libgphoto2' not found
  239. -- ICV: Removing previous unpacked package: /home/daw/opencv/3rdparty/ippicv/unpack
  240. -- ICV: Unpacking ippicv_linux_20151201.tgz to /home/daw/opencv/3rdparty/ippicv/unpack...
  241. -- ICV: Package successfully downloaded
  242. -- found IPP (ICV version): 9.0.1 [9.0.1]
  243. -- at: /home/daw/opencv/3rdparty/ippicv/unpack/ippicv_lnx
  244. -- Could NOT find Doxygen (missing:  DOXYGEN_EXECUTABLE)
  245. -- To enable PlantUML support, set PLANTUML_JAR environment variable or pass -DPLANTUML_JAR=<filepath> option to cmake
  246. -- Found PythonInterp: /usr/bin/python2.7 (found suitable version "2.7.6", minimum required is "2.7")
  247. -- Could NOT find PythonLibs (missing:  PYTHON_LIBRARIES PYTHON_INCLUDE_DIRS) (Required is exact version "2.7.6")
  248. -- Found PythonInterp: /usr/bin/python3.4 (found suitable version "3.4.3", minimum required is "3.4")
  249. -- Found PythonLibs: /usr/lib/x86_64-linux-gnu/libpython3.4m.so (found suitable exact version "3.4.3")
  250. Traceback (most recent call last):
  251.   File "<string>", line 1, in <module>
  252. ImportError: No module named 'numpy'
  253. -- Found JNI: /usr/lib/jvm/default-java/jre/lib/amd64/libjawt.so  
  254. -- 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)
  255. -- VTK is not found. Please set -DVTK_DIR in CMake to VTK build directory, or to VTK install subdirectory with VTKConfig.cmake file
  256. -- Performing Test HAVE_CXX_WNO_UNDEF
  257. -- Performing Test HAVE_CXX_WNO_UNDEF - Success
  258. -- Performing Test HAVE_CXX_WNO_SHADOW
  259. -- Performing Test HAVE_CXX_WNO_SHADOW - Success
  260. -- Performing Test HAVE_CXX_WNO_DEPRECATED_DECLARATIONS
  261. -- Performing Test HAVE_CXX_WNO_DEPRECATED_DECLARATIONS - Success
  262. --
  263. -- General configuration for OpenCV 3.1.0 =====================================
  264. --   Version control:               3.1.0
  265. --
  266. --   Platform:
  267. --     Host:                        Linux 4.4.0-13-generic x86_64
  268. --     CMake:                       2.8.12.2
  269. --     CMake generator:             Unix Makefiles
  270. --     CMake build tool:            /usr/bin/make
  271. --     Configuration:               Release
  272. --
  273. --   C/C++:
  274. --     Built as dynamic libs?:      YES
  275. --     C++ Compiler:                /usr/bin/c++  (ver 4.8.4)
  276. --     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 -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
  277. --     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 -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
  278. --     C Compiler:                  /usr/bin/cc
  279. --     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 -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
  280. --     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 -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
  281. --     Linker flags (Release):      
  282. --     Linker flags (Debug):        
  283. --     Precompiled headers:         YES
  284. --     Extra dependencies:          /usr/lib/x86_64-linux-gnu/libpng.so /usr/local/lib/libz.so /usr/lib/x86_64-linux-gnu/libtiff.so /usr/lib/x86_64-linux-gnu/libjasper.so /usr/lib/x86_64-linux-gnu/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-x11-2.0 gdk-x11-2.0 atk-1.0 gio-2.0 pangoft2-1.0 pangocairo-1.0 gdk_pixbuf-2.0 cairo pango-1.0 fontconfig gobject-2.0 freetype gthread-2.0 glib-2.0 dc1394 v4l1 v4l2 avcodec avformat avutil swscale dl m pthread rt
  285. --     3rdparty dependencies:       libwebp
  286. --
  287. --   OpenCV modules:
  288. --     To be built:                 core flann imgproc ml photo video imgcodecs shape videoio highgui objdetect superres ts features2d calib3d stitching videostab
  289. --     Disabled:                    world
  290. --     Disabled by dependency:      -
  291. --     Unavailable:                 cudaarithm cudabgsegm cudacodec cudafeatures2d cudafilters cudaimgproc cudalegacy cudaobjdetect cudaoptflow cudastereo cudawarping cudev java python2 python3 viz
  292. --
  293. --   GUI:
  294. --     QT:                          NO
  295. --     GTK+ 2.x:                    YES (ver 2.24.23)
  296. --     GThread :                    YES (ver 2.40.2)
  297. --     GtkGlExt:                    NO
  298. --     OpenGL support:              NO
  299. --     VTK support:                 NO
  300. --
  301. --   Media I/O:
  302. --     ZLib:                        /usr/local/lib/libz.so (ver 1.2.8)
  303. --     JPEG:                        /usr/lib/x86_64-linux-gnu/libjpeg.so (ver )
  304. --     WEBP:                        build (ver 0.3.1)
  305. --     PNG:                         /usr/lib/x86_64-linux-gnu/libpng.so (ver 1.2.50)
  306. --     TIFF:                        /usr/lib/x86_64-linux-gnu/libtiff.so (ver 42 - 4.0.3)
  307. --     JPEG 2000:                   /usr/lib/x86_64-linux-gnu/libjasper.so (ver 1.900.1)
  308. --     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 1.6.1)
  309. --     GDAL:                        NO
  310. --
  311. --   Video I/O:
  312. --     DC1394 1.x:                  NO
  313. --     DC1394 2.x:                  YES (ver 2.2.1)
  314. --     FFMPEG:                      YES
  315. --       codec:                     YES (ver 54.35.0)
  316. --       format:                    YES (ver 54.20.4)
  317. --       util:                      YES (ver 52.3.0)
  318. --       swscale:                   YES (ver 2.1.1)
  319. --       resample:                  NO
  320. --       gentoo-style:              YES
  321. --     GStreamer:                   NO
  322. --     OpenNI:                      NO
  323. --     OpenNI PrimeSensor Modules:  NO
  324. --     OpenNI2:                     NO
  325. --     PvAPI:                       NO
  326. --     GigEVisionSDK:               NO
  327. --     UniCap:                      NO
  328. --     UniCap ucil:                 NO
  329. --     V4L/V4L2:                    Using libv4l1 (ver 1.0.1) / libv4l2 (ver 1.0.1)
  330. --     XIMEA:                       NO
  331. --     Xine:                        NO
  332. --     gPhoto2:                     NO
  333. --
  334. --   Parallel framework:            pthreads
  335. --
  336. --   Other third-party libraries:
  337. --     Use IPP:                     9.0.1 [9.0.1]
  338. --          at:                     /home/daw/opencv/3rdparty/ippicv/unpack/ippicv_lnx
  339. --     Use IPP Async:               NO
  340. --     Use VA:                      NO
  341. --     Use Intel VA-API/OpenCL:     NO
  342. --     Use Eigen:                   NO
  343. --     Use Cuda:                    NO
  344. --     Use OpenCL:                  YES
  345. --     Use custom HAL:              NO
  346. --
  347. --   OpenCL:
  348. --     Version:                     dynamic
  349. --     Include path:                /home/daw/opencv/3rdparty/include/opencl/1.2
  350. --     Use AMDFFT:                  NO
  351. --     Use AMDBLAS:                 NO
  352. --
  353. --   Python 2:
  354. --     Interpreter:                 /usr/bin/python2.7 (ver 2.7.6)
  355. --
  356. --   Python 3:
  357. --     Interpreter:                 /usr/bin/python3.4 (ver 3.4.3)
  358. --
  359. --   Python (for build):            /usr/bin/python2.7
  360. --
  361. --   Java:
  362. --     ant:                         NO
  363. --     JNI:                         /usr/lib/jvm/default-java/include /usr/lib/jvm/default-java/include /usr/lib/jvm/default-java/include
  364. --     Java wrappers:               NO
  365. --     Java tests:                  NO
  366. --
  367. --   Matlab:                        Matlab not found or implicitly disabled
  368. --
  369. --   Documentation:
  370. --     Doxygen:                     NO
  371. --     PlantUML:                    NO
  372. --
  373. --   Tests and samples:
  374. --     Tests:                       YES
  375. --     Performance tests:           YES
  376. --     C/C++ Examples:              NO
  377. --
  378. --   Install path:                  /usr/local
  379. --
  380. --   cvconfig.h is in:              /home/daw/opencv/build
  381. -- -----------------------------------------------------------------
  382. --
  383. -- Configuring done
  384. -- Generating done
  385. -- Build files have been written to: /home/daw/opencv/build
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement