Advertisement
Guest User

Untitled

a guest
Apr 23rd, 2016
549
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 24.04 KB | None | 0 0
  1. mikel@FALCOM-2:~/Soft/opencv/build$ cmake \
  2. > -D CMAKE_BUILD_TYPE=RELEASE \
  3. > -D CMAKE_INSTALL_PREFIX=/usr/local \
  4. > -D INSTALL_C_EXAMPLES=OFF \
  5. > -D INSTALL_PYTHON_EXAMPLES=ON \
  6. > -D OPENCV_EXTRA_MODULES_PATH=~/Soft/opencv_contrib/modules \
  7. > -D PYTHON3_EXECUTABLE=/home/mikel/anaconda3/bin/python3.5 \
  8. > -D PYTHON3_INCLUDE_DIR=/home/mikel/anaconda3/include/ \
  9. > -D PYTHON3_LIBRARY=/home/mikel/anaconda3/lib/libpython3.5m.so \
  10. > -D PYTHON3_PACKAGES_PATH=/home/mikel/anaconda3/lib/python3.5/site-packages/ \
  11. > -D PYTHON3_NUMPY_INCLUDE_DIRS=/home/mikel/anaconda3/lib/python3.5/site-packages/numpy/core/include \
  12. > -D PYTHON_DEFAULT_AVAILABLE=/home/mikel/anaconda3/bin/python3.5 \
  13. > -D BUILD_EXAMPLES=ON ..
  14. -- The CXX compiler identification is GNU 5.2.1
  15. -- The C compiler identification is GNU 5.2.1
  16. -- Check for working CXX compiler: /usr/bin/c++
  17. -- Check for working CXX compiler: /usr/bin/c++ -- works
  18. -- Detecting CXX compiler ABI info
  19. -- Detecting CXX compiler ABI info - done
  20. -- Detecting CXX compile features
  21. -- Detecting CXX compile features - done
  22. -- Check for working C compiler: /usr/bin/cc
  23. -- Check for working C compiler: /usr/bin/cc -- works
  24. -- Detecting C compiler ABI info
  25. -- Detecting C compiler ABI info - done
  26. -- Detecting C compile features
  27. -- Detecting C compile features - done
  28. -- Detected version of GNU GCC: 52 (502)
  29. -- Performing Test HAVE_CXX_FSIGNED_CHAR
  30. -- Performing Test HAVE_CXX_FSIGNED_CHAR - Success
  31. -- Performing Test HAVE_C_FSIGNED_CHAR
  32. -- Performing Test HAVE_C_FSIGNED_CHAR - Success
  33. -- Performing Test HAVE_CXX_W
  34. -- Performing Test HAVE_CXX_W - Success
  35. -- Performing Test HAVE_C_W
  36. -- Performing Test HAVE_C_W - Success
  37. -- Performing Test HAVE_CXX_WALL
  38. -- Performing Test HAVE_CXX_WALL - Success
  39. -- Performing Test HAVE_C_WALL
  40. -- Performing Test HAVE_C_WALL - Success
  41. -- Performing Test HAVE_CXX_WERROR_RETURN_TYPE
  42. -- Performing Test HAVE_CXX_WERROR_RETURN_TYPE - Success
  43. -- Performing Test HAVE_C_WERROR_RETURN_TYPE
  44. -- Performing Test HAVE_C_WERROR_RETURN_TYPE - Success
  45. -- Performing Test HAVE_CXX_WERROR_NON_VIRTUAL_DTOR
  46. -- Performing Test HAVE_CXX_WERROR_NON_VIRTUAL_DTOR - Success
  47. -- Performing Test HAVE_C_WERROR_NON_VIRTUAL_DTOR
  48. -- Performing Test HAVE_C_WERROR_NON_VIRTUAL_DTOR - Success
  49. -- Performing Test HAVE_CXX_WERROR_ADDRESS
  50. -- Performing Test HAVE_CXX_WERROR_ADDRESS - Success
  51. -- Performing Test HAVE_C_WERROR_ADDRESS
  52. -- Performing Test HAVE_C_WERROR_ADDRESS - Success
  53. -- Performing Test HAVE_CXX_WERROR_SEQUENCE_POINT
  54. -- Performing Test HAVE_CXX_WERROR_SEQUENCE_POINT - Success
  55. -- Performing Test HAVE_C_WERROR_SEQUENCE_POINT
  56. -- Performing Test HAVE_C_WERROR_SEQUENCE_POINT - Success
  57. -- Performing Test HAVE_CXX_WFORMAT
  58. -- Performing Test HAVE_CXX_WFORMAT - Success
  59. -- Performing Test HAVE_C_WFORMAT
  60. -- Performing Test HAVE_C_WFORMAT - Success
  61. -- Performing Test HAVE_CXX_WERROR_FORMAT_SECURITY
  62. -- Performing Test HAVE_CXX_WERROR_FORMAT_SECURITY - Success
  63. -- Performing Test HAVE_C_WERROR_FORMAT_SECURITY
  64. -- Performing Test HAVE_C_WERROR_FORMAT_SECURITY - Success
  65. -- Performing Test HAVE_CXX_WMISSING_DECLARATIONS
  66. -- Performing Test HAVE_CXX_WMISSING_DECLARATIONS - Success
  67. -- Performing Test HAVE_C_WMISSING_DECLARATIONS
  68. -- Performing Test HAVE_C_WMISSING_DECLARATIONS - Success
  69. -- Performing Test HAVE_CXX_WMISSING_PROTOTYPES
  70. -- Performing Test HAVE_CXX_WMISSING_PROTOTYPES - Failed
  71. -- Performing Test HAVE_C_WMISSING_PROTOTYPES
  72. -- Performing Test HAVE_C_WMISSING_PROTOTYPES - Success
  73. -- Performing Test HAVE_CXX_WSTRICT_PROTOTYPES
  74. -- Performing Test HAVE_CXX_WSTRICT_PROTOTYPES - Failed
  75. -- Performing Test HAVE_C_WSTRICT_PROTOTYPES
  76. -- Performing Test HAVE_C_WSTRICT_PROTOTYPES - Success
  77. -- Performing Test HAVE_CXX_WUNDEF
  78. -- Performing Test HAVE_CXX_WUNDEF - Success
  79. -- Performing Test HAVE_C_WUNDEF
  80. -- Performing Test HAVE_C_WUNDEF - Success
  81. -- Performing Test HAVE_CXX_WINIT_SELF
  82. -- Performing Test HAVE_CXX_WINIT_SELF - Success
  83. -- Performing Test HAVE_C_WINIT_SELF
  84. -- Performing Test HAVE_C_WINIT_SELF - Success
  85. -- Performing Test HAVE_CXX_WPOINTER_ARITH
  86. -- Performing Test HAVE_CXX_WPOINTER_ARITH - Success
  87. -- Performing Test HAVE_C_WPOINTER_ARITH
  88. -- Performing Test HAVE_C_WPOINTER_ARITH - Success
  89. -- Performing Test HAVE_CXX_WSHADOW
  90. -- Performing Test HAVE_CXX_WSHADOW - Success
  91. -- Performing Test HAVE_C_WSHADOW
  92. -- Performing Test HAVE_C_WSHADOW - Success
  93. -- Performing Test HAVE_CXX_WSIGN_PROMO
  94. -- Performing Test HAVE_CXX_WSIGN_PROMO - Success
  95. -- Performing Test HAVE_C_WSIGN_PROMO
  96. -- Performing Test HAVE_C_WSIGN_PROMO - Failed
  97. -- Performing Test HAVE_CXX_WNO_NARROWING
  98. -- Performing Test HAVE_CXX_WNO_NARROWING - Success
  99. -- Performing Test HAVE_C_WNO_NARROWING
  100. -- Performing Test HAVE_C_WNO_NARROWING - Success
  101. -- Performing Test HAVE_CXX_WNO_DELETE_NON_VIRTUAL_DTOR
  102. -- Performing Test HAVE_CXX_WNO_DELETE_NON_VIRTUAL_DTOR - Success
  103. -- Performing Test HAVE_C_WNO_DELETE_NON_VIRTUAL_DTOR
  104. -- Performing Test HAVE_C_WNO_DELETE_NON_VIRTUAL_DTOR - Failed
  105. -- Performing Test HAVE_CXX_WNO_UNNAMED_TYPE_TEMPLATE_ARGS
  106. -- Performing Test HAVE_CXX_WNO_UNNAMED_TYPE_TEMPLATE_ARGS - Failed
  107. -- Performing Test HAVE_C_WNO_UNNAMED_TYPE_TEMPLATE_ARGS
  108. -- Performing Test HAVE_C_WNO_UNNAMED_TYPE_TEMPLATE_ARGS - Failed
  109. -- Performing Test HAVE_CXX_FDIAGNOSTICS_SHOW_OPTION
  110. -- Performing Test HAVE_CXX_FDIAGNOSTICS_SHOW_OPTION - Success
  111. -- Performing Test HAVE_C_FDIAGNOSTICS_SHOW_OPTION
  112. -- Performing Test HAVE_C_FDIAGNOSTICS_SHOW_OPTION - Success
  113. -- Performing Test HAVE_CXX_WNO_LONG_LONG
  114. -- Performing Test HAVE_CXX_WNO_LONG_LONG - Success
  115. -- Performing Test HAVE_C_WNO_LONG_LONG
  116. -- Performing Test HAVE_C_WNO_LONG_LONG - Success
  117. -- Performing Test HAVE_CXX_PTHREAD
  118. -- Performing Test HAVE_CXX_PTHREAD - Success
  119. -- Performing Test HAVE_C_PTHREAD
  120. -- Performing Test HAVE_C_PTHREAD - Success
  121. -- Performing Test HAVE_CXX_FOMIT_FRAME_POINTER
  122. -- Performing Test HAVE_CXX_FOMIT_FRAME_POINTER - Success
  123. -- Performing Test HAVE_C_FOMIT_FRAME_POINTER
  124. -- Performing Test HAVE_C_FOMIT_FRAME_POINTER - Success
  125. -- Performing Test HAVE_CXX_MSSE
  126. -- Performing Test HAVE_CXX_MSSE - Success
  127. -- Performing Test HAVE_C_MSSE
  128. -- Performing Test HAVE_C_MSSE - Success
  129. -- Performing Test HAVE_CXX_MSSE2
  130. -- Performing Test HAVE_CXX_MSSE2 - Success
  131. -- Performing Test HAVE_C_MSSE2
  132. -- Performing Test HAVE_C_MSSE2 - Success
  133. -- Performing Test HAVE_CXX_MNO_AVX
  134. -- Performing Test HAVE_CXX_MNO_AVX - Success
  135. -- Performing Test HAVE_C_MNO_AVX
  136. -- Performing Test HAVE_C_MNO_AVX - Success
  137. -- Performing Test HAVE_CXX_MSSE3
  138. -- Performing Test HAVE_CXX_MSSE3 - Success
  139. -- Performing Test HAVE_C_MSSE3
  140. -- Performing Test HAVE_C_MSSE3 - Success
  141. -- Performing Test HAVE_CXX_MNO_SSSE3
  142. -- Performing Test HAVE_CXX_MNO_SSSE3 - Success
  143. -- Performing Test HAVE_C_MNO_SSSE3
  144. -- Performing Test HAVE_C_MNO_SSSE3 - Success
  145. -- Performing Test HAVE_CXX_MNO_SSE4_1
  146. -- Performing Test HAVE_CXX_MNO_SSE4_1 - Success
  147. -- Performing Test HAVE_C_MNO_SSE4_1
  148. -- Performing Test HAVE_C_MNO_SSE4_1 - Success
  149. -- Performing Test HAVE_CXX_MNO_SSE4_2
  150. -- Performing Test HAVE_CXX_MNO_SSE4_2 - Success
  151. -- Performing Test HAVE_C_MNO_SSE4_2
  152. -- Performing Test HAVE_C_MNO_SSE4_2 - Success
  153. -- Performing Test HAVE_CXX_FFUNCTION_SECTIONS
  154. -- Performing Test HAVE_CXX_FFUNCTION_SECTIONS - Success
  155. -- Performing Test HAVE_C_FFUNCTION_SECTIONS
  156. -- Performing Test HAVE_C_FFUNCTION_SECTIONS - Success
  157. -- Performing Test HAVE_CXX_FVISIBILITY_HIDDEN
  158. -- Performing Test HAVE_CXX_FVISIBILITY_HIDDEN - Success
  159. -- Performing Test HAVE_C_FVISIBILITY_HIDDEN
  160. -- Performing Test HAVE_C_FVISIBILITY_HIDDEN - Success
  161. -- Performing Test HAVE_CXX_FVISIBILITY_INLINES_HIDDEN
  162. -- Performing Test HAVE_CXX_FVISIBILITY_INLINES_HIDDEN - Success
  163. -- Performing Test HAVE_C_FVISIBILITY_INLINES_HIDDEN
  164. -- Performing Test HAVE_C_FVISIBILITY_INLINES_HIDDEN - Failed
  165. -- Looking for pthread.h
  166. -- Looking for pthread.h - found
  167. -- Check if the system is big endian
  168. -- Searching 16 bit integer
  169. -- Looking for sys/types.h
  170. -- Looking for sys/types.h - found
  171. -- Looking for stdint.h
  172. -- Looking for stdint.h - found
  173. -- Looking for stddef.h
  174. -- Looking for stddef.h - found
  175. -- Check size of unsigned short
  176. -- Check size of unsigned short - done
  177. -- Using unsigned short
  178. -- Check if the system is big endian - little endian
  179. -- Found ZLIB: /usr/lib/x86_64-linux-gnu/libz.so (found suitable version "1.2.8", minimum required is "1.2.3")
  180. -- Found TIFF: /usr/lib/x86_64-linux-gnu/libtiff.so (found version "4.0.3")
  181. -- Found JPEG: /usr/lib/x86_64-linux-gnu/libjpeg.so
  182. -- Performing Test HAVE_C_WNO_UNUSED_VARIABLE
  183. -- Performing Test HAVE_C_WNO_UNUSED_VARIABLE - Success
  184. -- Performing Test HAVE_C_WNO_UNUSED_FUNCTION
  185. -- Performing Test HAVE_C_WNO_UNUSED_FUNCTION - Success
  186. -- Performing Test HAVE_C_WNO_SHADOW
  187. -- Performing Test HAVE_C_WNO_SHADOW - Success
  188. -- Performing Test HAVE_C_WNO_MAYBE_UNINITIALIZED
  189. -- Performing Test HAVE_C_WNO_MAYBE_UNINITIALIZED - Success
  190. -- Found Jasper: /usr/lib/x86_64-linux-gnu/libjasper.so (found version "1.900.1")
  191. -- Found ZLIB: /usr/lib/x86_64-linux-gnu/libz.so (found version "1.2.8")
  192. -- Found PNG: /usr/lib/x86_64-linux-gnu/libpng.so (found version "1.2.51")
  193. -- Looking for /usr/include/libpng/png.h
  194. -- Looking for /usr/include/libpng/png.h - found
  195. -- Looking for semaphore.h
  196. -- Looking for semaphore.h - found
  197. -- Performing Test HAVE_CXX_WNO_SHADOW
  198. -- Performing Test HAVE_CXX_WNO_SHADOW - Success
  199. -- Performing Test HAVE_CXX_WNO_UNUSED
  200. -- Performing Test HAVE_CXX_WNO_UNUSED - Success
  201. -- Performing Test HAVE_CXX_WNO_SIGN_COMPARE
  202. -- Performing Test HAVE_CXX_WNO_SIGN_COMPARE - Success
  203. -- Performing Test HAVE_CXX_WNO_UNDEF
  204. -- Performing Test HAVE_CXX_WNO_UNDEF - Success
  205. -- Performing Test HAVE_CXX_WNO_MISSING_DECLARATIONS
  206. -- Performing Test HAVE_CXX_WNO_MISSING_DECLARATIONS - Success
  207. -- Performing Test HAVE_CXX_WNO_UNINITIALIZED
  208. -- Performing Test HAVE_CXX_WNO_UNINITIALIZED - Success
  209. -- Performing Test HAVE_CXX_WNO_SWITCH
  210. -- Performing Test HAVE_CXX_WNO_SWITCH - Success
  211. -- Performing Test HAVE_CXX_WNO_PARENTHESES
  212. -- Performing Test HAVE_CXX_WNO_PARENTHESES - Success
  213. -- Performing Test HAVE_CXX_WNO_ARRAY_BOUNDS
  214. -- Performing Test HAVE_CXX_WNO_ARRAY_BOUNDS - Success
  215. -- Performing Test HAVE_CXX_WNO_EXTRA
  216. -- Performing Test HAVE_CXX_WNO_EXTRA - Success
  217. -- Performing Test HAVE_CXX_WNO_DEPRECATED_DECLARATIONS
  218. -- Performing Test HAVE_CXX_WNO_DEPRECATED_DECLARATIONS - Success
  219. -- checking for module 'gtk+-3.0'
  220. -- package 'gtk+-3.0' not found
  221. -- checking for module 'gtk+-2.0'
  222. -- found gtk+-2.0, version 2.24.28
  223. -- checking for module 'gthread-2.0'
  224. -- found gthread-2.0, version 2.46.2
  225. -- checking for module 'gstreamer-base-1.0'
  226. -- package 'gstreamer-base-1.0' not found
  227. -- checking for module 'gstreamer-video-1.0'
  228. -- package 'gstreamer-video-1.0' not found
  229. -- checking for module 'gstreamer-app-1.0'
  230. -- package 'gstreamer-app-1.0' not found
  231. -- checking for module 'gstreamer-riff-1.0'
  232. -- package 'gstreamer-riff-1.0' not found
  233. -- checking for module 'gstreamer-pbutils-1.0'
  234. -- package 'gstreamer-pbutils-1.0' not found
  235. -- checking for module 'gstreamer-base-0.10'
  236. -- package 'gstreamer-base-0.10' not found
  237. -- checking for module 'gstreamer-video-0.10'
  238. -- package 'gstreamer-video-0.10' not found
  239. -- checking for module 'gstreamer-app-0.10'
  240. -- package 'gstreamer-app-0.10' not found
  241. -- checking for module 'gstreamer-riff-0.10'
  242. -- package 'gstreamer-riff-0.10' not found
  243. -- checking for module 'gstreamer-pbutils-0.10'
  244. -- package 'gstreamer-pbutils-0.10' not found
  245. -- checking for module 'libdc1394-2'
  246. -- package 'libdc1394-2' not found
  247. -- checking for module 'libdc1394'
  248. -- package 'libdc1394' not found
  249. -- checking for module 'libv4l1'
  250. -- found libv4l1, version 1.6.3
  251. -- checking for module 'libv4l2'
  252. -- found libv4l2, version 1.6.3
  253. -- Looking for linux/videodev.h
  254. -- Looking for linux/videodev.h - not found
  255. -- Looking for linux/videodev2.h
  256. -- Looking for linux/videodev2.h - found
  257. -- Looking for sys/videoio.h
  258. -- Looking for sys/videoio.h - not found
  259. -- checking for module 'libavcodec'
  260. -- found libavcodec, version 56.41.100
  261. -- checking for module 'libavformat'
  262. -- found libavformat, version 56.36.100
  263. -- checking for module 'libavutil'
  264. -- found libavutil, version 54.27.100
  265. -- checking for module 'libswscale'
  266. -- found libswscale, version 3.1.101
  267. -- checking for module 'libavresample'
  268. -- package 'libavresample' not found
  269. -- Looking for libavformat/avformat.h
  270. -- Looking for libavformat/avformat.h - found
  271. -- Looking for ffmpeg/avformat.h
  272. -- Looking for ffmpeg/avformat.h - not found
  273. -- checking for module 'libgphoto2'
  274. -- package 'libgphoto2' not found
  275. -- ICV: Removing previous unpacked package: /home/mikel/Soft/opencv/3rdparty/ippicv/unpack
  276. -- ICV: Unpacking ippicv_linux_20151201.tgz to /home/mikel/Soft/opencv/3rdparty/ippicv/unpack...
  277. -- ICV: Package successfully downloaded
  278. -- found IPP (ICV version): 9.0.1 [9.0.1]
  279. -- at: /home/mikel/Soft/opencv/3rdparty/ippicv/unpack/ippicv_lnx
  280. -- Could NOT find Doxygen (missing: DOXYGEN_EXECUTABLE)
  281. -- To enable PlantUML support, set PLANTUML_JAR environment variable or pass -DPLANTUML_JAR=<filepath> option to cmake
  282. -- Found PythonInterp: /home/mikel/anaconda2/bin/python2.7 (found suitable version "2.7.11", minimum required is "2.7")
  283. -- Could NOT find PythonLibs: Found unsuitable version "2.7.10", but required is exact version "2.7.11" (found /usr/lib/x86_64-linux-gnu/libpython2.7.so)
  284. -- Found PythonInterp: /home/mikel/anaconda3/bin/python3.5 (found suitable version "3.5.1", minimum required is "3.4")
  285. -- Found PythonLibs: /home/mikel/anaconda3/lib/libpython3.5m.so (Required is exact version "3.5.1")
  286. -- Could NOT find JNI (missing: JAVA_INCLUDE_PATH JAVA_INCLUDE_PATH2 JAVA_AWT_INCLUDE_PATH)
  287. -- 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)
  288. -- VTK is not found. Please set -DVTK_DIR in CMake to VTK build directory, or to VTK install subdirectory with VTKConfig.cmake file
  289. -- Caffe: NO
  290. -- Protobuf: NO
  291. -- Glog: NO
  292. -- Found HDF5: /home/mikel/anaconda3/lib/libhdf5.so;/home/mikel/anaconda3/lib/libhdf5_hl.so;/home/mikel/anaconda3/lib/libhdf5.so;/usr/lib/x86_64-linux-gnu/librt.so;/home/mikel/anaconda3/lib/libz.so;/usr/lib/x86_64-linux-gnu/libdl.so;/usr/lib/x86_64-linux-gnu/libm.so
  293. -- HDF5: YES
  294. -- Checking SFM deps... FALSE
  295. -- Module opencv_sfm disabled because the following dependencies are not found: Eigen Glog/Gflags
  296. -- Tesseract: NO
  297. -- HDF5: YES
  298. -- Performing Test HAVE_CXX_WNO_MAYBE_UNINITIALIZED
  299. -- Performing Test HAVE_CXX_WNO_MAYBE_UNINITIALIZED - Success
  300. -- Performing Test HAVE_CXX_WNO_SIGN_PROMO
  301. -- Performing Test HAVE_CXX_WNO_SIGN_PROMO - Success
  302. -- Performing Test HAVE_CXX_WNO_MISSING_PROTOTYPES
  303. -- Performing Test HAVE_CXX_WNO_MISSING_PROTOTYPES - Failed
  304. -- Looking for include file pthread.h
  305. -- Looking for include file pthread.h - found
  306. -- Looking for pthread_create
  307. -- Looking for pthread_create - found
  308. -- Found Threads: TRUE
  309. -- Could NOT find PROTOBUF (missing: PROTOBUF_LIBRARY PROTOBUF_INCLUDE_DIR)
  310. -- Build libprotobuf from sources:
  311. -- libprotobuf not found into system
  312. -- The protocol buffer compiler not found
  313. -- Looking for include file pthread.h
  314. -- Looking for include file pthread.h - found
  315. -- Looking for C++ include unordered_map
  316. -- Looking for C++ include unordered_map - found
  317. -- Looking for C++ include tr1/unordered_map
  318. -- Looking for C++ include tr1/unordered_map - found
  319. -- Looking for C++ include unordered_set
  320. -- Looking for C++ include unordered_set - found
  321. -- Looking for C++ include tr1/unordered_set
  322. -- Looking for C++ include tr1/unordered_set - found
  323. -- Performing Test HAVE_CXX_WNO_DEPRECATED
  324. -- Performing Test HAVE_CXX_WNO_DEPRECATED - Success
  325. -- Performing Test HAVE_CXX_WNO_UNUSED_PARAMETER
  326. -- Performing Test HAVE_CXX_WNO_UNUSED_PARAMETER - Success
  327. -- Performing Test HAVE_CXX_WNO_UNUSED_LOCAL_TYPEDEFS
  328. -- Performing Test HAVE_CXX_WNO_UNUSED_LOCAL_TYPEDEFS - Success
  329. -- Performing Test HAVE_CXX_WNO_TAUTOLOGICAL_UNDEFINED_COMPARE
  330. -- Performing Test HAVE_CXX_WNO_TAUTOLOGICAL_UNDEFINED_COMPARE - Failed
  331. -- Tesseract: NO
  332. --
  333. -- General configuration for OpenCV 3.1.0 =====================================
  334. -- Version control: 3.1.0-dirty
  335. --
  336. -- Platform:
  337. -- Host: Linux 4.2.0-35-generic x86_64
  338. -- CMake: 3.2.2
  339. -- CMake generator: Unix Makefiles
  340. -- CMake build tool: /usr/bin/make
  341. -- Configuration: RELEASE
  342. --
  343. -- C/C++:
  344. -- Built as dynamic libs?: YES
  345. -- C++ Compiler: /usr/bin/c++ (ver 5.2.1)
  346. -- 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
  347. -- 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
  348. -- C Compiler: /usr/bin/cc
  349. -- 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
  350. -- 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
  351. -- Linker flags (Release):
  352. -- Linker flags (Debug):
  353. -- Precompiled headers: YES
  354. -- 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 v4l1 v4l2 avcodec-ffmpeg avformat-ffmpeg avutil-ffmpeg swscale-ffmpeg /usr/lib/x86_64-linux-gnu/libbz2.so /home/mikel/anaconda3/lib/libhdf5_hl.so /home/mikel/anaconda3/lib/libhdf5.so /usr/lib/x86_64-linux-gnu/librt.so /home/mikel/anaconda3/lib/libz.so /usr/lib/x86_64-linux-gnu/libdl.so /usr/lib/x86_64-linux-gnu/libm.so dl m pthread rt
  355. -- 3rdparty dependencies: libwebp IlmImf libprotobuf
  356. --
  357. -- OpenCV modules:
  358. -- To be built: core flann hdf imgproc ml photo reg surface_matching video dnn 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 structured_light tracking videostab xfeatures2d ximgproc aruco optflow stitching python3
  359. -- Disabled: world contrib_world
  360. -- Disabled by dependency: -
  361. -- Unavailable: cudaarithm cudabgsegm cudacodec cudafeatures2d cudafilters cudaimgproc cudalegacy cudaobjdetect cudaoptflow cudastereo cudawarping cudev java python2 viz cvv matlab sfm
  362. --
  363. -- GUI:
  364. -- QT: NO
  365. -- GTK+ 2.x: YES (ver 2.24.28)
  366. -- GThread : YES (ver 2.46.2)
  367. -- GtkGlExt: NO
  368. -- OpenGL support: NO
  369. -- VTK support: NO
  370. --
  371. -- Media I/O:
  372. -- ZLib: /usr/lib/x86_64-linux-gnu/libz.so (ver 1.2.8)
  373. -- JPEG: /usr/lib/x86_64-linux-gnu/libjpeg.so (ver )
  374. -- WEBP: build (ver 0.3.1)
  375. -- PNG: /usr/lib/x86_64-linux-gnu/libpng.so (ver 1.2.51)
  376. -- TIFF: /usr/lib/x86_64-linux-gnu/libtiff.so (ver 42 - 4.0.3)
  377. -- JPEG 2000: /usr/lib/x86_64-linux-gnu/libjasper.so (ver 1.900.1)
  378. -- OpenEXR: build (ver 1.7.1)
  379. -- GDAL: NO
  380. --
  381. -- Video I/O:
  382. -- DC1394 1.x: NO
  383. -- DC1394 2.x: NO
  384. -- FFMPEG: YES
  385. -- codec: YES (ver 56.41.100)
  386. -- format: YES (ver 56.36.100)
  387. -- util: YES (ver 54.27.100)
  388. -- swscale: YES (ver 3.1.101)
  389. -- resample: NO
  390. -- gentoo-style: YES
  391. -- GStreamer: NO
  392. -- OpenNI: NO
  393. -- OpenNI PrimeSensor Modules: NO
  394. -- OpenNI2: NO
  395. -- PvAPI: NO
  396. -- GigEVisionSDK: NO
  397. -- UniCap: NO
  398. -- UniCap ucil: NO
  399. -- V4L/V4L2: Using libv4l1 (ver 1.6.3) / libv4l2 (ver 1.6.3)
  400. -- XIMEA: NO
  401. -- Xine: NO
  402. -- gPhoto2: NO
  403. --
  404. -- Parallel framework: pthreads
  405. --
  406. -- Other third-party libraries:
  407. -- Use IPP: 9.0.1 [9.0.1]
  408. -- at: /home/mikel/Soft/opencv/3rdparty/ippicv/unpack/ippicv_lnx
  409. -- Use IPP Async: NO
  410. -- Use VA: NO
  411. -- Use Intel VA-API/OpenCL: NO
  412. -- Use Eigen: NO
  413. -- Use Cuda: NO
  414. -- Use OpenCL: YES
  415. -- Use custom HAL: NO
  416. --
  417. -- OpenCL:
  418. -- Version: dynamic
  419. -- Include path: /home/mikel/Soft/opencv/3rdparty/include/opencl/1.2
  420. -- Use AMDFFT: NO
  421. -- Use AMDBLAS: NO
  422. --
  423. -- Python 2:
  424. -- Interpreter: /home/mikel/anaconda2/bin/python2.7 (ver 2.7.11)
  425. --
  426. -- Python 3:
  427. -- Interpreter: /home/mikel/anaconda3/bin/python3.5 (ver 3.5.1)
  428. -- Libraries: /home/mikel/anaconda3/lib/libpython3.5m.so
  429. -- numpy: /home/mikel/anaconda3/lib/python3.5/site-packages/numpy/core/include (ver 1.10.4)
  430. -- packages path: /home/mikel/anaconda3/lib/python3.5/site-packages
  431. --
  432. -- Python (for build): /home/mikel/anaconda2/bin/python2.7
  433. --
  434. -- Java:
  435. -- ant: NO
  436. -- JNI: NO
  437. -- Java wrappers: NO
  438. -- Java tests: NO
  439. --
  440. -- Matlab: Matlab not found or implicitly disabled
  441. --
  442. -- Documentation:
  443. -- Doxygen: NO
  444. -- PlantUML: NO
  445. --
  446. -- Tests and samples:
  447. -- Tests: YES
  448. -- Performance tests: YES
  449. -- C/C++ Examples: YES
  450. --
  451. -- Install path: /usr/local
  452. --
  453. -- cvconfig.h is in: /home/mikel/Soft/opencv/build
  454. -- -----------------------------------------------------------------
  455. --
  456. -- Configuring done
  457. -- Generating done
  458. -- Build files have been written to: /home/mikel/Soft/opencv/build
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement