Advertisement
Guest User

Untitled

a guest
Jul 3rd, 2016
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 20.97 KB | None | 0 0
  1. cmake -D CMAKE_BUILD_TYPE=RELEASE -D CMAKE_INSTALL_PREFIX=/usr/local -D OPENCV_EXTRA_MODULES_PATH=/home/carlos/dev/opencv_contrib -D BUILD_opencv_python3=ON -D WITH-FFMPEG=OFF -D WITH_OPENGL=ON ..
  2. -- The CXX compiler identification is GNU 5.3.1
  3. -- The C compiler identification is GNU 5.3.1
  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: 53 (503)
  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_FDIAGNOSTICS_SHOW_OPTION
  98. -- Performing Test HAVE_CXX_FDIAGNOSTICS_SHOW_OPTION - Success
  99. -- Performing Test HAVE_C_FDIAGNOSTICS_SHOW_OPTION
  100. -- Performing Test HAVE_C_FDIAGNOSTICS_SHOW_OPTION - Success
  101. -- Performing Test HAVE_CXX_WNO_LONG_LONG
  102. -- Performing Test HAVE_CXX_WNO_LONG_LONG - Success
  103. -- Performing Test HAVE_C_WNO_LONG_LONG
  104. -- Performing Test HAVE_C_WNO_LONG_LONG - Success
  105. -- Performing Test HAVE_CXX_PTHREAD
  106. -- Performing Test HAVE_CXX_PTHREAD - Success
  107. -- Performing Test HAVE_C_PTHREAD
  108. -- Performing Test HAVE_C_PTHREAD - Success
  109. -- Performing Test HAVE_CXX_FOMIT_FRAME_POINTER
  110. -- Performing Test HAVE_CXX_FOMIT_FRAME_POINTER - Success
  111. -- Performing Test HAVE_C_FOMIT_FRAME_POINTER
  112. -- Performing Test HAVE_C_FOMIT_FRAME_POINTER - Success
  113. -- Performing Test HAVE_CXX_MSSE
  114. -- Performing Test HAVE_CXX_MSSE - Success
  115. -- Performing Test HAVE_C_MSSE
  116. -- Performing Test HAVE_C_MSSE - Success
  117. -- Performing Test HAVE_CXX_MSSE2
  118. -- Performing Test HAVE_CXX_MSSE2 - Success
  119. -- Performing Test HAVE_C_MSSE2
  120. -- Performing Test HAVE_C_MSSE2 - Success
  121. -- Performing Test HAVE_CXX_MNO_AVX
  122. -- Performing Test HAVE_CXX_MNO_AVX - Success
  123. -- Performing Test HAVE_C_MNO_AVX
  124. -- Performing Test HAVE_C_MNO_AVX - Success
  125. -- Performing Test HAVE_CXX_MSSE3
  126. -- Performing Test HAVE_CXX_MSSE3 - Success
  127. -- Performing Test HAVE_C_MSSE3
  128. -- Performing Test HAVE_C_MSSE3 - Success
  129. -- Performing Test HAVE_CXX_MNO_SSSE3
  130. -- Performing Test HAVE_CXX_MNO_SSSE3 - Success
  131. -- Performing Test HAVE_C_MNO_SSSE3
  132. -- Performing Test HAVE_C_MNO_SSSE3 - Success
  133. -- Performing Test HAVE_CXX_MNO_SSE4_1
  134. -- Performing Test HAVE_CXX_MNO_SSE4_1 - Success
  135. -- Performing Test HAVE_C_MNO_SSE4_1
  136. -- Performing Test HAVE_C_MNO_SSE4_1 - Success
  137. -- Performing Test HAVE_CXX_MNO_SSE4_2
  138. -- Performing Test HAVE_CXX_MNO_SSE4_2 - Success
  139. -- Performing Test HAVE_C_MNO_SSE4_2
  140. -- Performing Test HAVE_C_MNO_SSE4_2 - Success
  141. -- Performing Test HAVE_CXX_FFUNCTION_SECTIONS
  142. -- Performing Test HAVE_CXX_FFUNCTION_SECTIONS - Success
  143. -- Performing Test HAVE_C_FFUNCTION_SECTIONS
  144. -- Performing Test HAVE_C_FFUNCTION_SECTIONS - Success
  145. -- Performing Test HAVE_CXX_FVISIBILITY_HIDDEN
  146. -- Performing Test HAVE_CXX_FVISIBILITY_HIDDEN - Success
  147. -- Performing Test HAVE_C_FVISIBILITY_HIDDEN
  148. -- Performing Test HAVE_C_FVISIBILITY_HIDDEN - Success
  149. -- Performing Test HAVE_CXX_FVISIBILITY_INLINES_HIDDEN
  150. -- Performing Test HAVE_CXX_FVISIBILITY_INLINES_HIDDEN - Success
  151. -- Performing Test HAVE_C_FVISIBILITY_INLINES_HIDDEN
  152. -- Performing Test HAVE_C_FVISIBILITY_INLINES_HIDDEN - Failed
  153. -- Looking for pthread.h
  154. -- Looking for pthread.h - found
  155. -- Check if the system is big endian
  156. -- Searching 16 bit integer
  157. -- Looking for sys/types.h
  158. -- Looking for sys/types.h - found
  159. -- Looking for stdint.h
  160. -- Looking for stdint.h - found
  161. -- Looking for stddef.h
  162. -- Looking for stddef.h - found
  163. -- Check size of unsigned short
  164. -- Check size of unsigned short - done
  165. -- Using unsigned short
  166. -- Check if the system is big endian - little endian
  167. -- Found ZLIB: /usr/lib/x86_64-linux-gnu/libz.so (found suitable version "1.2.8", minimum required is "1.2.3")
  168. -- Found TIFF: /usr/lib/x86_64-linux-gnu/libtiff.so (found version "4.0.6")
  169. -- Found JPEG: /usr/lib/x86_64-linux-gnu/libjpeg.so
  170. -- Performing Test HAVE_C_WNO_UNUSED_VARIABLE
  171. -- Performing Test HAVE_C_WNO_UNUSED_VARIABLE - Success
  172. -- Performing Test HAVE_C_WNO_UNUSED_FUNCTION
  173. -- Performing Test HAVE_C_WNO_UNUSED_FUNCTION - Success
  174. -- Performing Test HAVE_C_WNO_SHADOW
  175. -- Performing Test HAVE_C_WNO_SHADOW - Success
  176. -- Performing Test HAVE_C_WNO_MAYBE_UNINITIALIZED
  177. -- Performing Test HAVE_C_WNO_MAYBE_UNINITIALIZED - Success
  178. -- Found Jasper: /usr/lib/x86_64-linux-gnu/libjasper.so (found version "1.900.1")
  179. -- Found ZLIB: /usr/lib/x86_64-linux-gnu/libz.so (found version "1.2.8")
  180. -- Found PNG: /usr/lib/x86_64-linux-gnu/libpng.so (found version "1.2.54")
  181. -- Looking for /usr/include/libpng/png.h
  182. -- Looking for /usr/include/libpng/png.h - found
  183. -- Looking for semaphore.h
  184. -- Looking for semaphore.h - found
  185. -- Performing Test HAVE_CXX_WNO_SHADOW
  186. -- Performing Test HAVE_CXX_WNO_SHADOW - Success
  187. -- Performing Test HAVE_CXX_WNO_UNUSED
  188. -- Performing Test HAVE_CXX_WNO_UNUSED - Success
  189. -- Performing Test HAVE_CXX_WNO_SIGN_COMPARE
  190. -- Performing Test HAVE_CXX_WNO_SIGN_COMPARE - Success
  191. -- Performing Test HAVE_CXX_WNO_UNDEF
  192. -- Performing Test HAVE_CXX_WNO_UNDEF - Success
  193. -- Performing Test HAVE_CXX_WNO_MISSING_DECLARATIONS
  194. -- Performing Test HAVE_CXX_WNO_MISSING_DECLARATIONS - Success
  195. -- Performing Test HAVE_CXX_WNO_UNINITIALIZED
  196. -- Performing Test HAVE_CXX_WNO_UNINITIALIZED - Success
  197. -- Performing Test HAVE_CXX_WNO_SWITCH
  198. -- Performing Test HAVE_CXX_WNO_SWITCH - Success
  199. -- Performing Test HAVE_CXX_WNO_PARENTHESES
  200. -- Performing Test HAVE_CXX_WNO_PARENTHESES - Success
  201. -- Performing Test HAVE_CXX_WNO_ARRAY_BOUNDS
  202. -- Performing Test HAVE_CXX_WNO_ARRAY_BOUNDS - Success
  203. -- Performing Test HAVE_CXX_WNO_EXTRA
  204. -- Performing Test HAVE_CXX_WNO_EXTRA - Success
  205. -- Performing Test HAVE_CXX_WNO_DEPRECATED_DECLARATIONS
  206. -- Performing Test HAVE_CXX_WNO_DEPRECATED_DECLARATIONS - Success
  207. -- Checking for module 'gtk+-3.0'
  208. -- No package 'gtk+-3.0' found
  209. -- Checking for module 'gtk+-2.0'
  210. -- Found gtk+-2.0, version 2.24.30
  211. -- Checking for module 'gthread-2.0'
  212. -- Found gthread-2.0, version 2.48.1
  213. -- Checking for module 'gtkglext-1.0'
  214. -- No package 'gtkglext-1.0' found
  215. -- Checking for module 'gstreamer-base-1.0'
  216. -- No package 'gstreamer-base-1.0' found
  217. -- Checking for module 'gstreamer-video-1.0'
  218. -- No package 'gstreamer-video-1.0' found
  219. -- Checking for module 'gstreamer-app-1.0'
  220. -- No package 'gstreamer-app-1.0' found
  221. -- Checking for module 'gstreamer-riff-1.0'
  222. -- No package 'gstreamer-riff-1.0' found
  223. -- Checking for module 'gstreamer-pbutils-1.0'
  224. -- No package 'gstreamer-pbutils-1.0' found
  225. -- Checking for module 'gstreamer-base-0.10'
  226. -- No package 'gstreamer-base-0.10' found
  227. -- Checking for module 'gstreamer-video-0.10'
  228. -- No package 'gstreamer-video-0.10' found
  229. -- Checking for module 'gstreamer-app-0.10'
  230. -- No package 'gstreamer-app-0.10' found
  231. -- Checking for module 'gstreamer-riff-0.10'
  232. -- No package 'gstreamer-riff-0.10' found
  233. -- Checking for module 'gstreamer-pbutils-0.10'
  234. -- No package 'gstreamer-pbutils-0.10' found
  235. -- Checking for module 'libdc1394-2'
  236. -- Found libdc1394-2, version 2.2.4
  237. -- Checking for module 'libv4l1'
  238. -- Found libv4l1, version 1.10.0
  239. -- Checking for module 'libv4l2'
  240. -- Found libv4l2, version 1.10.0
  241. -- Looking for linux/videodev.h
  242. -- Looking for linux/videodev.h - 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 module 'libavcodec'
  248. -- Found libavcodec, version 56.60.100
  249. -- Checking for module 'libavformat'
  250. -- Found libavformat, version 56.40.101
  251. -- Checking for module 'libavutil'
  252. -- Found libavutil, version 54.31.100
  253. -- Checking for module 'libswscale'
  254. -- Found libswscale, version 3.1.101
  255. -- Checking for module 'libavresample'
  256. -- No package 'libavresample' found
  257. -- Looking for libavformat/avformat.h
  258. -- Looking for libavformat/avformat.h - found
  259. -- Looking for ffmpeg/avformat.h
  260. -- Looking for ffmpeg/avformat.h - not found
  261. -- Checking for module 'libgphoto2'
  262. -- No package 'libgphoto2' found
  263. -- ICV: Removing previous unpacked package: /home/carlos/dev/opencv/3rdparty/ippicv/unpack
  264. -- ICV: Unpacking ippicv_linux_20151201.tgz to /home/carlos/dev/opencv/3rdparty/ippicv/unpack...
  265. -- ICV: Package successfully downloaded
  266. -- found IPP (ICV version): 9.0.1 [9.0.1]
  267. -- at: /home/carlos/dev/opencv/3rdparty/ippicv/unpack/ippicv_lnx
  268. -- Could NOT find Doxygen (missing: DOXYGEN_EXECUTABLE)
  269. -- To enable PlantUML support, set PLANTUML_JAR environment variable or pass -DPLANTUML_JAR=<filepath> option to cmake
  270. -- Found PythonInterp: /usr/bin/python2.7 (found suitable version "2.7.11", minimum required is "2.7")
  271. -- Found PythonLibs: /usr/lib/x86_64-linux-gnu/libpython2.7.so (found suitable exact version "2.7.11+")
  272. Traceback (most recent call last):
  273. File "<string>", line 1, in <module>
  274. ImportError: No module named numpy.distutils
  275. -- Found PythonInterp: /home/carlos/.virtualenvs/irrigation_detection/bin/python3 (found suitable version "3.5.1", minimum required is "3.4")
  276. -- Found PythonLibs: /usr/lib/x86_64-linux-gnu/libpython3.5m.so (found suitable exact version "3.5.1+")
  277. -- Could NOT find JNI (missing: JAVA_AWT_LIBRARY JAVA_JVM_LIBRARY JAVA_INCLUDE_PATH JAVA_INCLUDE_PATH2 JAVA_AWT_INCLUDE_PATH)
  278. -- 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)
  279. -- VTK is not found. Please set -DVTK_DIR in CMake to VTK build directory, or to VTK install subdirectory with VTKConfig.cmake file
  280. CMake Error at cmake/OpenCVModule.cmake:295 (message):
  281. No extra modules found in folder: /home/carlos/dev/opencv_contrib
  282.  
  283. Please provide path to 'opencv_contrib/modules' folder.
  284. Call Stack (most recent call first):
  285. modules/CMakeLists.txt:7 (ocv_glob_modules)
  286.  
  287.  
  288. --
  289. -- General configuration for OpenCV 3.1.0 =====================================
  290. -- Version control: 3.1.0
  291. --
  292. -- Platform:
  293. -- Host: Linux 4.4.0-24-generic x86_64
  294. -- CMake: 3.5.1
  295. -- CMake generator: Unix Makefiles
  296. -- CMake build tool: /usr/bin/make
  297. -- Configuration: RELEASE
  298. --
  299. -- C/C++:
  300. -- Built as dynamic libs?: YES
  301. -- C++ Compiler: /usr/bin/c++ (ver 5.3.1)
  302. -- 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
  303. -- 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
  304. -- C Compiler: /usr/bin/cc
  305. -- 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
  306. -- 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
  307. -- Linker flags (Release):
  308. -- Linker flags (Debug):
  309. -- Precompiled headers: YES
  310. -- Extra dependencies: /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-x11-2.0 gdk-x11-2.0 pangocairo-1.0 atk-1.0 cairo gdk_pixbuf-2.0 gio-2.0 pangoft2-1.0 pango-1.0 gobject-2.0 fontconfig freetype gthread-2.0 glib-2.0 dc1394 v4l1 v4l2 avcodec-ffmpeg avformat-ffmpeg avutil-ffmpeg swscale-ffmpeg dl m pthread rt
  311. -- 3rdparty dependencies: libwebp IlmImf
  312. --
  313. -- OpenCV modules:
  314. -- To be built: core flann imgproc ml photo video imgcodecs shape videoio highgui objdetect superres ts features2d calib3d stitching videostab python3
  315. -- Disabled: world
  316. -- Disabled by dependency: -
  317. -- Unavailable: cudaarithm cudabgsegm cudacodec cudafeatures2d cudafilters cudaimgproc cudalegacy cudaobjdetect cudaoptflow cudastereo cudawarping cudev java python2 viz
  318. --
  319. -- GUI:
  320. -- QT: NO
  321. -- GTK+ 2.x: YES (ver 2.24.30)
  322. -- GThread : YES (ver 2.48.1)
  323. -- GtkGlExt: NO
  324. -- OpenGL support: NO
  325. -- VTK support: NO
  326. --
  327. -- Media I/O:
  328. -- ZLib: /usr/lib/x86_64-linux-gnu/libz.so (ver 1.2.8)
  329. -- JPEG: /usr/lib/x86_64-linux-gnu/libjpeg.so (ver )
  330. -- WEBP: build (ver 0.3.1)
  331. -- PNG: /usr/lib/x86_64-linux-gnu/libpng.so (ver 1.2.54)
  332. -- TIFF: /usr/lib/x86_64-linux-gnu/libtiff.so (ver 42 - 4.0.6)
  333. -- JPEG 2000: /usr/lib/x86_64-linux-gnu/libjasper.so (ver 1.900.1)
  334. -- OpenEXR: build (ver 1.7.1)
  335. -- GDAL: NO
  336. --
  337. -- Video I/O:
  338. -- DC1394 1.x: NO
  339. -- DC1394 2.x: YES (ver 2.2.4)
  340. -- FFMPEG: YES
  341. -- codec: YES (ver 56.60.100)
  342. -- format: YES (ver 56.40.101)
  343. -- util: YES (ver 54.31.100)
  344. -- swscale: YES (ver 3.1.101)
  345. -- resample: NO
  346. -- gentoo-style: YES
  347. -- GStreamer: NO
  348. -- OpenNI: NO
  349. -- OpenNI PrimeSensor Modules: NO
  350. -- OpenNI2: NO
  351. -- PvAPI: NO
  352. -- GigEVisionSDK: NO
  353. -- UniCap: NO
  354. -- UniCap ucil: NO
  355. -- V4L/V4L2: Using libv4l1 (ver 1.10.0) / libv4l2 (ver 1.10.0)
  356. -- XIMEA: NO
  357. -- Xine: NO
  358. -- gPhoto2: NO
  359. --
  360. -- Parallel framework: pthreads
  361. --
  362. -- Other third-party libraries:
  363. -- Use IPP: 9.0.1 [9.0.1]
  364. -- at: /home/carlos/dev/opencv/3rdparty/ippicv/unpack/ippicv_lnx
  365. -- Use IPP Async: NO
  366. -- Use VA: NO
  367. -- Use Intel VA-API/OpenCL: NO
  368. -- Use Eigen: NO
  369. -- Use Cuda: NO
  370. -- Use OpenCL: YES
  371. -- Use custom HAL: NO
  372. --
  373. -- OpenCL:
  374. -- Version: dynamic
  375. -- Include path: /home/carlos/dev/opencv/3rdparty/include/opencl/1.2
  376. -- Use AMDFFT: NO
  377. -- Use AMDBLAS: NO
  378. --
  379. -- Python 2:
  380. -- Interpreter: /usr/bin/python2.7 (ver 2.7.11)
  381. --
  382. -- Python 3:
  383. -- Interpreter: /home/carlos/.virtualenvs/irrigation_detection/bin/python3 (ver 3.5.1)
  384. -- Libraries: /usr/lib/x86_64-linux-gnu/libpython3.5m.so (ver 3.5.1+)
  385. -- numpy: /home/carlos/.virtualenvs/irrigation_detection/lib/python3.5/site-packages/numpy/core/include (ver 1.11.1)
  386. -- packages path: lib/python3.5/site-packages
  387. --
  388. -- Python (for build): /usr/bin/python2.7
  389. --
  390. -- Java:
  391. -- ant: NO
  392. -- JNI: NO
  393. -- Java wrappers: NO
  394. -- Java tests: NO
  395. --
  396. -- Matlab: Matlab not found or implicitly disabled
  397. --
  398. -- Documentation:
  399. -- Doxygen: NO
  400. -- PlantUML: NO
  401. --
  402. -- Tests and samples:
  403. -- Tests: YES
  404. -- Performance tests: YES
  405. -- C/C++ Examples: NO
  406. --
  407. -- Install path: /usr/local
  408. --
  409. -- cvconfig.h is in: /home/carlos/dev/opencv/build
  410. -- -----------------------------------------------------------------
  411. --
  412. -- Configuring incomplete, errors occurred!
  413. See also "/home/carlos/dev/opencv/build/CMakeFiles/CMakeOutput.log".
  414. See also "/home/carlos/dev/opencv/build/CMakeFiles/CMakeError.log".
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement