Advertisement
Guest User

Untitled

a guest
Jan 6th, 2017
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 21.35 KB | None | 0 0
  1. (cv) nimbiotics@Silverious:~/Downloads/opencv-3.2.0/build$ cmake -D CMAKE_BUILD_TYPE=RELEASE \
  2. > -D CMAKE_INSTALL_PREFIX=/usr/local \
  3. > -D INSTALL_PYTHON_EXAMPLES=ON \
  4. > -D INSTALL_C_EXAMPLES=OFF \
  5. > -D OPENCV_EXTRA_MODULES_PATH=~/opencv_contrib-3.1.0/modules \
  6. > -D PYTHON_EXECUTABLE=~/.virtualenvs/cv/bin/python \
  7. > -D BUILD_EXAMPLES=ON ..
  8. -- The CXX compiler identification is GNU 5.4.0
  9. -- The C compiler identification is GNU 5.4.0
  10. -- Check for working CXX compiler: /usr/bin/c++
  11. -- Check for working CXX compiler: /usr/bin/c++ -- works
  12. -- Detecting CXX compiler ABI info
  13. -- Detecting CXX compiler ABI info - done
  14. -- Detecting CXX compile features
  15. -- Detecting CXX compile features - done
  16. -- Check for working C compiler: /usr/bin/cc
  17. -- Check for working C compiler: /usr/bin/cc -- works
  18. -- Detecting C compiler ABI info
  19. -- Detecting C compiler ABI info - done
  20. -- Detecting C compile features
  21. -- Detecting C compile features - done
  22. -- Detected version of GNU GCC: 54 (504)
  23. -- Performing Test HAVE_CXX_FSIGNED_CHAR
  24. -- Performing Test HAVE_CXX_FSIGNED_CHAR - Success
  25. -- Performing Test HAVE_C_FSIGNED_CHAR
  26. -- Performing Test HAVE_C_FSIGNED_CHAR - Success
  27. -- Performing Test HAVE_CXX_W
  28. -- Performing Test HAVE_CXX_W - Success
  29. -- Performing Test HAVE_C_W
  30. -- Performing Test HAVE_C_W - Success
  31. -- Performing Test HAVE_CXX_WALL
  32. -- Performing Test HAVE_CXX_WALL - Success
  33. -- Performing Test HAVE_C_WALL
  34. -- Performing Test HAVE_C_WALL - Success
  35. -- Performing Test HAVE_CXX_WERROR_RETURN_TYPE
  36. -- Performing Test HAVE_CXX_WERROR_RETURN_TYPE - Success
  37. -- Performing Test HAVE_C_WERROR_RETURN_TYPE
  38. -- Performing Test HAVE_C_WERROR_RETURN_TYPE - Success
  39. -- Performing Test HAVE_CXX_WERROR_NON_VIRTUAL_DTOR
  40. -- Performing Test HAVE_CXX_WERROR_NON_VIRTUAL_DTOR - Success
  41. -- Performing Test HAVE_C_WERROR_NON_VIRTUAL_DTOR
  42. -- Performing Test HAVE_C_WERROR_NON_VIRTUAL_DTOR - Success
  43. -- Performing Test HAVE_CXX_WERROR_ADDRESS
  44. -- Performing Test HAVE_CXX_WERROR_ADDRESS - Success
  45. -- Performing Test HAVE_C_WERROR_ADDRESS
  46. -- Performing Test HAVE_C_WERROR_ADDRESS - Success
  47. -- Performing Test HAVE_CXX_WERROR_SEQUENCE_POINT
  48. -- Performing Test HAVE_CXX_WERROR_SEQUENCE_POINT - Success
  49. -- Performing Test HAVE_C_WERROR_SEQUENCE_POINT
  50. -- Performing Test HAVE_C_WERROR_SEQUENCE_POINT - Success
  51. -- Performing Test HAVE_CXX_WFORMAT
  52. -- Performing Test HAVE_CXX_WFORMAT - Success
  53. -- Performing Test HAVE_C_WFORMAT
  54. -- Performing Test HAVE_C_WFORMAT - Success
  55. -- Performing Test HAVE_CXX_WERROR_FORMAT_SECURITY
  56. -- Performing Test HAVE_CXX_WERROR_FORMAT_SECURITY - Success
  57. -- Performing Test HAVE_C_WERROR_FORMAT_SECURITY
  58. -- Performing Test HAVE_C_WERROR_FORMAT_SECURITY - Success
  59. -- Performing Test HAVE_CXX_WMISSING_DECLARATIONS
  60. -- Performing Test HAVE_CXX_WMISSING_DECLARATIONS - Success
  61. -- Performing Test HAVE_C_WMISSING_DECLARATIONS
  62. -- Performing Test HAVE_C_WMISSING_DECLARATIONS - Success
  63. -- Performing Test HAVE_CXX_WMISSING_PROTOTYPES
  64. -- Performing Test HAVE_CXX_WMISSING_PROTOTYPES - Failed
  65. -- Performing Test HAVE_C_WMISSING_PROTOTYPES
  66. -- Performing Test HAVE_C_WMISSING_PROTOTYPES - Success
  67. -- Performing Test HAVE_CXX_WSTRICT_PROTOTYPES
  68. -- Performing Test HAVE_CXX_WSTRICT_PROTOTYPES - Failed
  69. -- Performing Test HAVE_C_WSTRICT_PROTOTYPES
  70. -- Performing Test HAVE_C_WSTRICT_PROTOTYPES - Success
  71. -- Performing Test HAVE_CXX_WUNDEF
  72. -- Performing Test HAVE_CXX_WUNDEF - Success
  73. -- Performing Test HAVE_C_WUNDEF
  74. -- Performing Test HAVE_C_WUNDEF - Success
  75. -- Performing Test HAVE_CXX_WINIT_SELF
  76. -- Performing Test HAVE_CXX_WINIT_SELF - Success
  77. -- Performing Test HAVE_C_WINIT_SELF
  78. -- Performing Test HAVE_C_WINIT_SELF - Success
  79. -- Performing Test HAVE_CXX_WPOINTER_ARITH
  80. -- Performing Test HAVE_CXX_WPOINTER_ARITH - Success
  81. -- Performing Test HAVE_C_WPOINTER_ARITH
  82. -- Performing Test HAVE_C_WPOINTER_ARITH - Success
  83. -- Performing Test HAVE_CXX_WSHADOW
  84. -- Performing Test HAVE_CXX_WSHADOW - Success
  85. -- Performing Test HAVE_C_WSHADOW
  86. -- Performing Test HAVE_C_WSHADOW - Success
  87. -- Performing Test HAVE_CXX_WSIGN_PROMO
  88. -- Performing Test HAVE_CXX_WSIGN_PROMO - Success
  89. -- Performing Test HAVE_C_WSIGN_PROMO
  90. -- Performing Test HAVE_C_WSIGN_PROMO - Failed
  91. -- Performing Test HAVE_CXX_WNO_NARROWING
  92. -- Performing Test HAVE_CXX_WNO_NARROWING - Success
  93. -- Performing Test HAVE_C_WNO_NARROWING
  94. -- Performing Test HAVE_C_WNO_NARROWING - Success
  95. -- Performing Test HAVE_CXX_WNO_DELETE_NON_VIRTUAL_DTOR
  96. -- Performing Test HAVE_CXX_WNO_DELETE_NON_VIRTUAL_DTOR - Success
  97. -- Performing Test HAVE_C_WNO_DELETE_NON_VIRTUAL_DTOR
  98. -- Performing Test HAVE_C_WNO_DELETE_NON_VIRTUAL_DTOR - Failed
  99. -- Performing Test HAVE_CXX_WNO_UNNAMED_TYPE_TEMPLATE_ARGS
  100. -- Performing Test HAVE_CXX_WNO_UNNAMED_TYPE_TEMPLATE_ARGS - Failed
  101. -- Performing Test HAVE_C_WNO_UNNAMED_TYPE_TEMPLATE_ARGS
  102. -- Performing Test HAVE_C_WNO_UNNAMED_TYPE_TEMPLATE_ARGS - Failed
  103. -- Performing Test HAVE_CXX_WNO_COMMENT
  104. -- Performing Test HAVE_CXX_WNO_COMMENT - Success
  105. -- Performing Test HAVE_C_WNO_COMMENT
  106. -- Performing Test HAVE_C_WNO_COMMENT - Success
  107. -- Performing Test HAVE_CXX_FDIAGNOSTICS_SHOW_OPTION
  108. -- Performing Test HAVE_CXX_FDIAGNOSTICS_SHOW_OPTION - Success
  109. -- Performing Test HAVE_C_FDIAGNOSTICS_SHOW_OPTION
  110. -- Performing Test HAVE_C_FDIAGNOSTICS_SHOW_OPTION - Success
  111. -- Performing Test HAVE_CXX_WNO_LONG_LONG
  112. -- Performing Test HAVE_CXX_WNO_LONG_LONG - Success
  113. -- Performing Test HAVE_C_WNO_LONG_LONG
  114. -- Performing Test HAVE_C_WNO_LONG_LONG - Success
  115. -- Performing Test HAVE_CXX_PTHREAD
  116. -- Performing Test HAVE_CXX_PTHREAD - Success
  117. -- Performing Test HAVE_C_PTHREAD
  118. -- Performing Test HAVE_C_PTHREAD - Success
  119. -- Performing Test HAVE_CXX_FOMIT_FRAME_POINTER
  120. -- Performing Test HAVE_CXX_FOMIT_FRAME_POINTER - Success
  121. -- Performing Test HAVE_C_FOMIT_FRAME_POINTER
  122. -- Performing Test HAVE_C_FOMIT_FRAME_POINTER - Success
  123. -- Performing Test HAVE_CXX_MSSE
  124. -- Performing Test HAVE_CXX_MSSE - Success
  125. -- Performing Test HAVE_C_MSSE
  126. -- Performing Test HAVE_C_MSSE - Success
  127. -- Performing Test HAVE_CXX_MSSE2
  128. -- Performing Test HAVE_CXX_MSSE2 - Success
  129. -- Performing Test HAVE_C_MSSE2
  130. -- Performing Test HAVE_C_MSSE2 - Success
  131. -- Performing Test HAVE_CXX_MNO_AVX
  132. -- Performing Test HAVE_CXX_MNO_AVX - Success
  133. -- Performing Test HAVE_C_MNO_AVX
  134. -- Performing Test HAVE_C_MNO_AVX - Success
  135. -- Performing Test HAVE_CXX_MSSE3
  136. -- Performing Test HAVE_CXX_MSSE3 - Success
  137. -- Performing Test HAVE_C_MSSE3
  138. -- Performing Test HAVE_C_MSSE3 - Success
  139. -- Performing Test HAVE_CXX_MNO_SSSE3
  140. -- Performing Test HAVE_CXX_MNO_SSSE3 - Success
  141. -- Performing Test HAVE_C_MNO_SSSE3
  142. -- Performing Test HAVE_C_MNO_SSSE3 - Success
  143. -- Performing Test HAVE_CXX_MNO_SSE4_1
  144. -- Performing Test HAVE_CXX_MNO_SSE4_1 - Success
  145. -- Performing Test HAVE_C_MNO_SSE4_1
  146. -- Performing Test HAVE_C_MNO_SSE4_1 - Success
  147. -- Performing Test HAVE_CXX_MNO_SSE4_2
  148. -- Performing Test HAVE_CXX_MNO_SSE4_2 - Success
  149. -- Performing Test HAVE_C_MNO_SSE4_2
  150. -- Performing Test HAVE_C_MNO_SSE4_2 - Success
  151. -- Performing Test HAVE_CXX_FFUNCTION_SECTIONS
  152. -- Performing Test HAVE_CXX_FFUNCTION_SECTIONS - Success
  153. -- Performing Test HAVE_C_FFUNCTION_SECTIONS
  154. -- Performing Test HAVE_C_FFUNCTION_SECTIONS - Success
  155. -- Performing Test HAVE_CXX_FVISIBILITY_HIDDEN
  156. -- Performing Test HAVE_CXX_FVISIBILITY_HIDDEN - Success
  157. -- Performing Test HAVE_C_FVISIBILITY_HIDDEN
  158. -- Performing Test HAVE_C_FVISIBILITY_HIDDEN - Success
  159. -- Performing Test HAVE_CXX_FVISIBILITY_INLINES_HIDDEN
  160. -- Performing Test HAVE_CXX_FVISIBILITY_INLINES_HIDDEN - Success
  161. -- Performing Test HAVE_C_FVISIBILITY_INLINES_HIDDEN
  162. -- Performing Test HAVE_C_FVISIBILITY_INLINES_HIDDEN - Failed
  163. -- FP16: Feature disabled
  164. -- Looking for pthread.h
  165. -- Looking for pthread.h - found
  166. -- Check if the system is big endian
  167. -- Searching 16 bit integer
  168. -- Looking for sys/types.h
  169. -- Looking for sys/types.h - found
  170. -- Looking for stdint.h
  171. -- Looking for stdint.h - found
  172. -- Looking for stddef.h
  173. -- Looking for stddef.h - found
  174. -- Check size of unsigned short
  175. -- Check size of unsigned short - done
  176. -- Using unsigned short
  177. -- Check if the system is big endian - little endian
  178. -- Found ZLIB: /usr/lib/x86_64-linux-gnu/libz.so (found suitable version "1.2.8", minimum required is "1.2.3")
  179. -- Found TIFF: /usr/lib/x86_64-linux-gnu/libtiff.so (found version "4.0.6")
  180. -- Found JPEG: /usr/lib/x86_64-linux-gnu/libjpeg.so
  181. -- Found WebP: /usr/lib/x86_64-linux-gnu/libwebp.so
  182. -- Found Jasper: /usr/lib/x86_64-linux-gnu/libjasper.so (found version "1.900.1")
  183. -- Found ZLIB: /usr/lib/x86_64-linux-gnu/libz.so (found version "1.2.8")
  184. -- Found PNG: /usr/lib/x86_64-linux-gnu/libpng.so (found version "1.2.54")
  185. -- Looking for /usr/include/libpng/png.h
  186. -- Looking for /usr/include/libpng/png.h - found
  187. -- Looking for semaphore.h
  188. -- Looking for semaphore.h - found
  189. -- Performing Test HAVE_CXX_WNO_SHADOW
  190. -- Performing Test HAVE_CXX_WNO_SHADOW - Success
  191. -- Performing Test HAVE_CXX_WNO_UNUSED
  192. -- Performing Test HAVE_CXX_WNO_UNUSED - Success
  193. -- Performing Test HAVE_CXX_WNO_SIGN_COMPARE
  194. -- Performing Test HAVE_CXX_WNO_SIGN_COMPARE - Success
  195. -- Performing Test HAVE_CXX_WNO_UNDEF
  196. -- Performing Test HAVE_CXX_WNO_UNDEF - Success
  197. -- Performing Test HAVE_CXX_WNO_MISSING_DECLARATIONS
  198. -- Performing Test HAVE_CXX_WNO_MISSING_DECLARATIONS - Success
  199. -- Performing Test HAVE_CXX_WNO_UNINITIALIZED
  200. -- Performing Test HAVE_CXX_WNO_UNINITIALIZED - Success
  201. -- Performing Test HAVE_CXX_WNO_SWITCH
  202. -- Performing Test HAVE_CXX_WNO_SWITCH - Success
  203. -- Performing Test HAVE_CXX_WNO_PARENTHESES
  204. -- Performing Test HAVE_CXX_WNO_PARENTHESES - Success
  205. -- Performing Test HAVE_CXX_WNO_ARRAY_BOUNDS
  206. -- Performing Test HAVE_CXX_WNO_ARRAY_BOUNDS - Success
  207. -- Performing Test HAVE_CXX_WNO_EXTRA
  208. -- Performing Test HAVE_CXX_WNO_EXTRA - Success
  209. -- Performing Test HAVE_CXX_WNO_DEPRECATED_DECLARATIONS
  210. -- Performing Test HAVE_CXX_WNO_DEPRECATED_DECLARATIONS - Success
  211. -- Performing Test HAVE_CXX_WNO_MISLEADING_INDENTATION
  212. -- Performing Test HAVE_CXX_WNO_MISLEADING_INDENTATION - Failed
  213. -- Checking for module 'gtk+-3.0'
  214. -- Found gtk+-3.0, version 3.18.9
  215. -- Checking for module 'gthread-2.0'
  216. -- Found gthread-2.0, version 2.48.1
  217. -- Checking for module 'gstreamer-base-1.0'
  218. -- No package 'gstreamer-base-1.0' found
  219. -- Checking for module 'gstreamer-video-1.0'
  220. -- No package 'gstreamer-video-1.0' found
  221. -- Checking for module 'gstreamer-app-1.0'
  222. -- No package 'gstreamer-app-1.0' found
  223. -- Checking for module 'gstreamer-riff-1.0'
  224. -- No package 'gstreamer-riff-1.0' found
  225. -- Checking for module 'gstreamer-pbutils-1.0'
  226. -- No package 'gstreamer-pbutils-1.0' found
  227. -- Checking for module 'gstreamer-base-0.10'
  228. -- No package 'gstreamer-base-0.10' found
  229. -- Checking for module 'gstreamer-video-0.10'
  230. -- No package 'gstreamer-video-0.10' found
  231. -- Checking for module 'gstreamer-app-0.10'
  232. -- No package 'gstreamer-app-0.10' found
  233. -- Checking for module 'gstreamer-riff-0.10'
  234. -- No package 'gstreamer-riff-0.10' found
  235. -- Checking for module 'gstreamer-pbutils-0.10'
  236. -- No package 'gstreamer-pbutils-0.10' found
  237. -- Checking for module 'libdc1394-2'
  238. -- No package 'libdc1394-2' found
  239. -- Checking for module 'libdc1394'
  240. -- No package 'libdc1394' found
  241. -- Looking for linux/videodev.h
  242. -- Looking for linux/videodev.h - not found
  243. -- Looking for linux/videodev2.h
  244. -- Looking for linux/videodev2.h - found
  245. -- Looking for sys/videoio.h
  246. -- Looking for sys/videoio.h - not found
  247. -- Checking for modules 'libavcodec;libavformat;libavutil;libswscale'
  248. -- Found libavcodec, version 56.60.100
  249. -- Found libavformat, version 56.40.101
  250. -- Found libavutil, version 54.31.100
  251. -- Found libswscale, version 3.1.101
  252. -- Checking for module 'libavresample'
  253. -- No package 'libavresample' found
  254. -- Checking for module 'libgphoto2'
  255. -- No package 'libgphoto2' found
  256. -- ICV: Downloading ippicv_linux_20151201.tgz...
  257. -- ICV: Unpacking ippicv_linux_20151201.tgz to /home/nimbiotics/Downloads/opencv-3.2.0/build/3rdparty/ippicv...
  258. -- ICV: Package successfully downloaded
  259. -- found IPP (ICV version): 9.0.1 [9.0.1]
  260. -- at: /home/nimbiotics/Downloads/opencv-3.2.0/build/3rdparty/ippicv/ippicv_lnx
  261. -- Could not find OpenBLAS lib. Turning OpenBLAS_FOUND off
  262. -- Could NOT find Atlas (missing: Atlas_CLAPACK_INCLUDE_DIR)
  263. -- Could NOT find Doxygen (missing: DOXYGEN_EXECUTABLE)
  264. -- Found PythonInterp: /home/nimbiotics/.virtualenvs/cv/bin/python (found suitable version "3.5.2", minimum required is "2.7")
  265. -- Found PythonInterp: /home/nimbiotics/.virtualenvs/cv/bin/python3 (found suitable version "3.5.2", minimum required is "3.4")
  266. -- Found PythonLibs: /usr/lib/x86_64-linux-gnu/libpython3.5m.so (found suitable exact version "3.5.2")
  267. -- Could NOT find JNI (missing: JAVA_AWT_LIBRARY JAVA_JVM_LIBRARY JAVA_INCLUDE_PATH JAVA_INCLUDE_PATH2 JAVA_AWT_INCLUDE_PATH)
  268. -- 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)
  269. -- VTK is not found. Please set -DVTK_DIR in CMake to VTK build directory, or to VTK install subdirectory with VTKConfig.cmake file
  270. CMake Error at cmake/OpenCVModule.cmake:295 (message):
  271. No extra modules found in folder:
  272. /home/nimbiotics/opencv_contrib-3.1.0/modules
  273.  
  274. Please provide path to 'opencv_contrib/modules' folder.
  275. Call Stack (most recent call first):
  276. modules/CMakeLists.txt:7 (ocv_glob_modules)
  277.  
  278.  
  279. -- Performing Test HAVE_CXX_WNO_OVERLOADED_VIRTUAL
  280. -- Performing Test HAVE_CXX_WNO_OVERLOADED_VIRTUAL - Success
  281. -- Performing Test HAVE_CXX_WNO_UNUSED_PRIVATE_FIELD
  282. -- Performing Test HAVE_CXX_WNO_UNUSED_PRIVATE_FIELD - Failed
  283. --
  284. -- General configuration for OpenCV 3.2.0 =====================================
  285. -- Version control: unknown
  286. --
  287. -- Platform:
  288. -- Timestamp: 2017-01-06T04:13:52Z
  289. -- Host: Linux 4.4.0-57-generic x86_64
  290. -- CMake: 3.5.1
  291. -- CMake generator: Unix Makefiles
  292. -- CMake build tool: /usr/bin/make
  293. -- Configuration: RELEASE
  294. --
  295. -- C/C++:
  296. -- Built as dynamic libs?: YES
  297. -- C++ Compiler: /usr/bin/c++ (ver 5.4.0)
  298. -- 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
  299. -- 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
  300. -- C Compiler: /usr/bin/cc
  301. -- 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
  302. -- 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
  303. -- Linker flags (Release):
  304. -- Linker flags (Debug):
  305. -- ccache: NO
  306. -- Precompiled headers: YES
  307. -- Extra dependencies: /usr/lib/x86_64-linux-gnu/libwebp.so /usr/lib/x86_64-linux-gnu/libpng.so /usr/lib/x86_64-linux-gnu/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 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 avcodec-ffmpeg avformat-ffmpeg avutil-ffmpeg swscale-ffmpeg dl m pthread rt
  308. -- 3rdparty dependencies: IlmImf
  309. --
  310. -- OpenCV modules:
  311. -- To be built: core flann imgproc ml photo video imgcodecs shape videoio highgui objdetect superres ts features2d calib3d stitching videostab python3
  312. -- Disabled: world
  313. -- Disabled by dependency: -
  314. -- Unavailable: cudaarithm cudabgsegm cudacodec cudafeatures2d cudafilters cudaimgproc cudalegacy cudaobjdetect cudaoptflow cudastereo cudawarping cudev java python2 viz
  315. --
  316. -- GUI:
  317. -- QT: NO
  318. -- GTK+ 3.x: YES (ver 3.18.9)
  319. -- GThread : YES (ver 2.48.1)
  320. -- GtkGlExt: NO
  321. -- OpenGL support: NO
  322. -- VTK support: NO
  323. --
  324. -- Media I/O:
  325. -- ZLib: /usr/lib/x86_64-linux-gnu/libz.so (ver 1.2.8)
  326. -- JPEG: /usr/lib/x86_64-linux-gnu/libjpeg.so (ver )
  327. -- WEBP: /usr/lib/x86_64-linux-gnu/libwebp.so (ver encoder: 0x0202)
  328. -- PNG: /usr/lib/x86_64-linux-gnu/libpng.so (ver 1.2.54)
  329. -- TIFF: /usr/lib/x86_64-linux-gnu/libtiff.so (ver 42 - 4.0.6)
  330. -- JPEG 2000: /usr/lib/x86_64-linux-gnu/libjasper.so (ver 1.900.1)
  331. -- OpenEXR: build (ver 1.7.1)
  332. -- GDAL: NO
  333. -- GDCM: NO
  334. --
  335. -- Video I/O:
  336. -- DC1394 1.x: NO
  337. -- DC1394 2.x: NO
  338. -- FFMPEG: YES
  339. -- avcodec: YES (ver 56.60.100)
  340. -- avformat: YES (ver 56.40.101)
  341. -- avutil: YES (ver 54.31.100)
  342. -- swscale: YES (ver 3.1.101)
  343. -- avresample: NO
  344. -- GStreamer: NO
  345. -- OpenNI: NO
  346. -- OpenNI PrimeSensor Modules: NO
  347. -- OpenNI2: NO
  348. -- PvAPI: NO
  349. -- GigEVisionSDK: NO
  350. -- Aravis SDK: NO
  351. -- UniCap: NO
  352. -- UniCap ucil: NO
  353. -- V4L/V4L2: NO/YES
  354. -- XIMEA: NO
  355. -- Xine: NO
  356. -- gPhoto2: NO
  357. --
  358. -- Parallel framework: pthreads
  359. --
  360. -- Other third-party libraries:
  361. -- Use IPP: 9.0.1 [9.0.1]
  362. -- at: /home/nimbiotics/Downloads/opencv-3.2.0/build/3rdparty/ippicv/ippicv_lnx
  363. -- Use IPP Async: NO
  364. -- Use VA: NO
  365. -- Use Intel VA-API/OpenCL: NO
  366. -- Use Lapack: NO
  367. -- Use Eigen: NO
  368. -- Use Cuda: NO
  369. -- Use OpenCL: YES
  370. -- Use OpenVX: NO
  371. -- Use custom HAL: NO
  372. --
  373. -- OpenCL: <Dynamic loading of OpenCL library>
  374. -- Include path: /home/nimbiotics/Downloads/opencv-3.2.0/3rdparty/include/opencl/1.2
  375. -- Use AMDFFT: NO
  376. -- Use AMDBLAS: NO
  377. --
  378. -- Python 2:
  379. -- Interpreter: NO
  380. --
  381. -- Python 3:
  382. -- Interpreter: /home/nimbiotics/.virtualenvs/cv/bin/python3 (ver 3.5.2)
  383. -- Libraries: /usr/lib/x86_64-linux-gnu/libpython3.5m.so (ver 3.5.2)
  384. -- numpy: /home/nimbiotics/.virtualenvs/cv/lib/python3.5/site-packages/numpy/core/include (ver 1.11.3)
  385. -- packages path: lib/python3.5/site-packages
  386. --
  387. -- Python (for build): /home/nimbiotics/.virtualenvs/cv/bin/python3
  388. --
  389. -- Java:
  390. -- ant: NO
  391. -- JNI: NO
  392. -- Java wrappers: NO
  393. -- Java tests: NO
  394. --
  395. -- Matlab: Matlab not found or implicitly disabled
  396. --
  397. -- Documentation:
  398. -- Doxygen: NO
  399. --
  400. -- Tests and samples:
  401. -- Tests: YES
  402. -- Performance tests: YES
  403. -- C/C++ Examples: YES
  404. --
  405. -- Install path: /usr/local
  406. --
  407. -- cvconfig.h is in: /home/nimbiotics/Downloads/opencv-3.2.0/build
  408. -- -----------------------------------------------------------------
  409. --
  410. -- Configuring incomplete, errors occurred!
  411. See also "/home/nimbiotics/Downloads/opencv-3.2.0/build/CMakeFiles/CMakeOutput.log".
  412. See also "/home/nimbiotics/Downloads/opencv-3.2.0/build/CMakeFiles/CMakeError.log".
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement