Guest User

Untitled

a guest
May 31st, 2016
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 23.17 KB | None | 0 0
  1. PhD:~/opencv/build$ cmake -D CMAKE_BUILD_TYPE=RELEASE -D CMAKE_INSTALL_PREFIX=/usr/local -D WITH_TBB=ON -D BUILD_NEW_PYTHON_SUPPORT=ON -D WITH_V4L=ON -D INSTALL_C_EXAMPLES=ON -D INSTALL_PYTHON_EXAMPLES=ON -D BUILD_EXAMPLES=ON -D WITH_QT=ON -D WITH_OPENGL=ON -D BUILD_ZLIB=ON -DOPENCV_EXTRA_MODULES_PATH=/home/cobalt/opencv_contrib/modules -D WITH_OPENNI=ON -D OPENNI2_INCLUDES=/usr/local/include/ni2 -D HAVE_OPENNI2=true ..
  2. -- The CXX compiler identification is GNU 4.9.2
  3. -- The C compiler identification is GNU 4.8.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: 49 (409)
  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_PTHREAD
  102. -- Performing Test HAVE_CXX_PTHREAD - Success
  103. -- Performing Test HAVE_C_PTHREAD
  104. -- Performing Test HAVE_C_PTHREAD - Success
  105. -- Performing Test HAVE_CXX_MARCH_I686
  106. -- Performing Test HAVE_CXX_MARCH_I686 - Success
  107. -- Performing Test HAVE_C_MARCH_I686
  108. -- Performing Test HAVE_C_MARCH_I686 - 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_MFPMATH_SSE
  142. -- Performing Test HAVE_CXX_MFPMATH_SSE - Success
  143. -- Performing Test HAVE_C_MFPMATH_SSE
  144. -- Performing Test HAVE_C_MFPMATH_SSE - Success
  145. -- Performing Test HAVE_CXX_FFUNCTION_SECTIONS
  146. -- Performing Test HAVE_CXX_FFUNCTION_SECTIONS - Success
  147. -- Performing Test HAVE_C_FFUNCTION_SECTIONS
  148. -- Performing Test HAVE_C_FFUNCTION_SECTIONS - Success
  149. -- Performing Test HAVE_CXX_FVISIBILITY_HIDDEN
  150. -- Performing Test HAVE_CXX_FVISIBILITY_HIDDEN - Success
  151. -- Performing Test HAVE_C_FVISIBILITY_HIDDEN
  152. -- Performing Test HAVE_C_FVISIBILITY_HIDDEN - Success
  153. -- Performing Test HAVE_CXX_FVISIBILITY_INLINES_HIDDEN
  154. -- Performing Test HAVE_CXX_FVISIBILITY_INLINES_HIDDEN - Success
  155. -- Performing Test HAVE_C_FVISIBILITY_INLINES_HIDDEN
  156. -- Performing Test HAVE_C_FVISIBILITY_INLINES_HIDDEN - Failed
  157. -- Looking for pthread.h
  158. -- Looking for pthread.h - found
  159. -- Check if the system is big endian
  160. -- Searching 16 bit integer
  161. -- Looking for sys/types.h
  162. -- Looking for sys/types.h - found
  163. -- Looking for stdint.h
  164. -- Looking for stdint.h - found
  165. -- Looking for stddef.h
  166. -- Looking for stddef.h - found
  167. -- Check size of unsigned short
  168. -- Check size of unsigned short - done
  169. -- Using unsigned short
  170. -- Check if the system is big endian - little endian
  171. -- Looking for fseeko
  172. -- Looking for fseeko - found
  173. -- Looking for unistd.h
  174. -- Looking for unistd.h - found
  175. -- Check size of off64_t
  176. -- Check size of off64_t - failed
  177. -- Performing Test HAVE_C_WNO_SHORTEN_64_TO_32
  178. -- Performing Test HAVE_C_WNO_SHORTEN_64_TO_32 - Failed
  179. -- Performing Test HAVE_C_WNO_ATTRIBUTES
  180. -- Performing Test HAVE_C_WNO_ATTRIBUTES - Success
  181. -- Performing Test HAVE_C_WNO_STRICT_PROTOTYPES
  182. -- Performing Test HAVE_C_WNO_STRICT_PROTOTYPES - Success
  183. -- Performing Test HAVE_C_WNO_MISSING_PROTOTYPES
  184. -- Performing Test HAVE_C_WNO_MISSING_PROTOTYPES - Success
  185. -- Performing Test HAVE_C_WNO_MISSING_DECLARATIONS
  186. -- Performing Test HAVE_C_WNO_MISSING_DECLARATIONS - Success
  187. -- Performing Test HAVE_C_WNO_SHIFT_NEGATIVE_VALUE
  188. -- Performing Test HAVE_C_WNO_SHIFT_NEGATIVE_VALUE - Failed
  189. -- Found TIFF: /usr/local/lib/libtiff.so (found version "4.0.3")
  190. -- Found JPEG: /usr/lib/libjpeg.so
  191. -- Performing Test HAVE_C_WNO_UNUSED_VARIABLE
  192. -- Performing Test HAVE_C_WNO_UNUSED_VARIABLE - Success
  193. -- Performing Test HAVE_C_WNO_UNUSED_FUNCTION
  194. -- Performing Test HAVE_C_WNO_UNUSED_FUNCTION - Success
  195. -- Performing Test HAVE_C_WNO_SHADOW
  196. -- Performing Test HAVE_C_WNO_SHADOW - Success
  197. -- Performing Test HAVE_C_WNO_MAYBE_UNINITIALIZED
  198. -- Performing Test HAVE_C_WNO_MAYBE_UNINITIALIZED - Success
  199. -- Found Jasper: /usr/lib/i386-linux-gnu/libjasper.so (found version "1.900.1")
  200. -- Found ZLIB: zlib (found version "1.2.8")
  201. -- Found PNG: /usr/local/lib/libpng.so (found version "1.6.18")
  202. -- Looking for /usr/local/include/libpng/png.h
  203. -- Looking for /usr/local/include/libpng/png.h - not found
  204. -- Found OpenEXR: /usr/lib/i386-linux-gnu/libIlmImf.so
  205. -- checking for module 'gstreamer-base-1.0'
  206. -- found gstreamer-base-1.0, version 1.2.1
  207. -- checking for module 'gstreamer-video-1.0'
  208. -- found gstreamer-video-1.0, version 1.4.4
  209. -- checking for module 'gstreamer-app-1.0'
  210. -- found gstreamer-app-1.0, version 1.4.4
  211. -- checking for module 'gstreamer-riff-1.0'
  212. -- found gstreamer-riff-1.0, version 1.4.4
  213. -- checking for module 'gstreamer-pbutils-1.0'
  214. -- found gstreamer-pbutils-1.0, version 1.4.4
  215. -- checking for module 'libdc1394-2'
  216. -- found libdc1394-2, version 2.2.0
  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 56.14.100
  225. -- checking for module 'libavformat'
  226. -- found libavformat, version 56.15.103
  227. -- checking for module 'libavutil'
  228. -- found libavutil, version 54.15.100
  229. -- checking for module 'libswscale'
  230. -- found libswscale, version 3.1.101
  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. -- checking for module 'tbb'
  240. -- found tbb, version 3.0+r018
  241. -- On 32-bit Linux IPP can not currently be used with dynamic libs because of linker errors. Set BUILD_SHARED_LIBS=OFF
  242. -- Try OpenMP C flag = [-fopenmp]
  243. -- Performing Test OpenMP_FLAG_DETECTED
  244. -- Performing Test OpenMP_FLAG_DETECTED - Success
  245. -- Try OpenMP CXX flag = [-fopenmp]
  246. -- Performing Test OpenMP_FLAG_DETECTED
  247. -- Performing Test OpenMP_FLAG_DETECTED - Success
  248. -- Found OpenMP: -fopenmp
  249. -- Found Doxygen: /usr/bin/doxygen (found version "1.7.6.1")
  250. -- To enable PlantUML support, set PLANTUML_JAR environment variable or pass -DPLANTUML_JAR=<filepath> option to cmake
  251. -- Found PythonInterp: /home/cobalt/anaconda/bin/python2.7 (found suitable version "2.7.10", minimum required is "2.7")
  252. -- Could NOT find PythonLibs: Found unsuitable version "2.7.3", but required is exact version "2.7.10" (found /usr/lib/libpython2.7.so)
  253. -- Found PythonInterp: /usr/local/bin/python3.4 (found suitable version "3.4.3", minimum required is "3.4")
  254. -- Could NOT find PythonLibs: Found unsuitable version "2.7.3", but required is exact version "3.4.3" (found /usr/lib/libpython2.7.so)
  255. -- Found apache ant 1.9.2: /usr/bin/ant
  256. -- Found JNI: /usr/lib/jvm/jdk1.8.0_74/jre/lib/i386/libjawt.so
  257. -- Could NOT find Matlab (missing: MATLAB_MEX_SCRIPT MATLAB_INCLUDE_DIRS MATLAB_LIBRARIES MATLAB_LIBRARY_DIRS MATLAB_MEXEXT MATLAB_ARCH MATLAB_BIN)
  258. -- VTK support is disabled. Incompatible combination: OpenCV + Qt5 and VTK ver.5.8.0 + Qt4
  259. -- Found VTK ver. 5.8.0 (usefile: /usr/lib/vtk-5.8/UseVTK.cmake)
  260. -- Performing Test HAVE_CXX_WNO_UNDEF
  261. -- Performing Test HAVE_CXX_WNO_UNDEF - Success
  262. -- Performing Test HAVE_CXX_WNO_SHADOW
  263. -- Performing Test HAVE_CXX_WNO_SHADOW - Success
  264. -- Caffe: NO
  265. -- Protobuf: YES
  266. -- Glog: YES
  267. -- Found HDF5: /usr/local/lib/libhdf5.a
  268. -- HDF5: YES
  269. -- Checking SFM deps... TRUE
  270. -- CERES support is disabled. Ceres Solver for reconstruction API is required.
  271. -- HDF5: YES
  272. -- Performing Test HAVE_CXX_WNO_PARENTHESES
  273. -- Performing Test HAVE_CXX_WNO_PARENTHESES - Success
  274. -- Performing Test HAVE_CXX_WNO_MAYBE_UNINITIALIZED
  275. -- Performing Test HAVE_CXX_WNO_MAYBE_UNINITIALIZED - Success
  276. -- Performing Test HAVE_CXX_WNO_SIGN_PROMO
  277. -- Performing Test HAVE_CXX_WNO_SIGN_PROMO - Success
  278. -- Performing Test HAVE_CXX_WNO_MISSING_DECLARATIONS
  279. -- Performing Test HAVE_CXX_WNO_MISSING_DECLARATIONS - Success
  280. -- Performing Test HAVE_CXX_WNO_MISSING_PROTOTYPES
  281. -- Performing Test HAVE_CXX_WNO_MISSING_PROTOTYPES - Failed
  282. -- Looking for include file pthread.h
  283. -- Looking for include file pthread.h - found
  284. -- Looking for pthread_create
  285. -- Looking for pthread_create - found
  286. -- Found Threads: TRUE
  287. -- Found PROTOBUF: /usr/lib/libprotobuf.so
  288. -- The protocol buffer compiler and libprotobuf were found
  289. -- Performing Test HAVE_CXX_WNO_DEPRECATED_DECLARATIONS
  290. -- Performing Test HAVE_CXX_WNO_DEPRECATED_DECLARATIONS - Success
  291. CMake Warning (dev) at /usr/lib/i386-linux-gnu/cmake/Qt5Core/Qt5CoreMacros.cmake:201 (configure_file):
  292. configure_file called with unknown argument(s):
  293.  
  294. COPY_ONLY
  295.  
  296. Call Stack (most recent call first):
  297. modules/highgui/CMakeLists.txt:39 (QT5_ADD_RESOURCES)
  298. This warning is for project developers. Use -Wno-dev to suppress it.
  299.  
  300. -- Tesseract: NO
  301. -- CERES support is disabled. Ceres Solver for reconstruction API is required.
  302. -- Performing Test HAVE_CXX_WNO_SIGN_COMPARE
  303. -- Performing Test HAVE_CXX_WNO_SIGN_COMPARE - Success
  304. -- Performing Test HAVE_CXX_WNO_UNUSED_BUT_SET_VARIABLE
  305. -- Performing Test HAVE_CXX_WNO_UNUSED_BUT_SET_VARIABLE - Success
  306. -- Performing Test HAVE_CXX_WNO_UNUSED_PARAMETER
  307. -- Performing Test HAVE_CXX_WNO_UNUSED_PARAMETER - Success
  308. -- Performing Test HAVE_CXX_WNO_UNUSED_FUNCTION
  309. -- Performing Test HAVE_CXX_WNO_UNUSED_FUNCTION - Success
  310. --
  311. -- General configuration for OpenCV 3.1.0-dev =====================================
  312. -- Version control: 3.1.0-672-gd3930cd-dirty
  313. --
  314. -- Extra modules:
  315. -- Location (extra): /home/cobalt/opencv_contrib/modules
  316. -- Version control (extra): 3.1.0-165-gba1d3ef
  317. --
  318. -- Platform:
  319. -- Timestamp: 2016-05-31T13:28:05Z
  320. -- Host: Linux 3.5.0-27-generic i686
  321. -- CMake: 3.2.1
  322. -- CMake generator: Unix Makefiles
  323. -- CMake build tool: /usr/bin/make
  324. -- Configuration: RELEASE
  325. --
  326. -- C/C++:
  327. -- Built as dynamic libs?: YES
  328. -- C++ Compiler: /usr/bin/c++ (ver 4.9.2)
  329. -- 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 -pthread -march=i686 -fomit-frame-pointer -msse -msse2 -mno-avx -msse3 -mno-ssse3 -mno-sse4.1 -mno-sse4.2 -mfpmath=sse -ffunction-sections -fvisibility=hidden -fvisibility-inlines-hidden -fopenmp -O2 -DNDEBUG -DNDEBUG
  330. -- 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 -pthread -march=i686 -fomit-frame-pointer -msse -msse2 -mno-avx -msse3 -mno-ssse3 -mno-sse4.1 -mno-sse4.2 -mfpmath=sse -ffunction-sections -fvisibility=hidden -fvisibility-inlines-hidden -fopenmp -g -O0 -DDEBUG -D_DEBUG
  331. -- C Compiler: /usr/bin/cc
  332. -- 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 -pthread -march=i686 -fomit-frame-pointer -msse -msse2 -mno-avx -msse3 -mno-ssse3 -mno-sse4.1 -mno-sse4.2 -mfpmath=sse -ffunction-sections -fvisibility=hidden -fopenmp -O2 -DNDEBUG -DNDEBUG
  333. -- 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 -pthread -march=i686 -fomit-frame-pointer -msse -msse2 -mno-avx -msse3 -mno-ssse3 -mno-sse4.1 -mno-sse4.2 -mfpmath=sse -ffunction-sections -fvisibility=hidden -fopenmp -g -O0 -DDEBUG -D_DEBUG
  334. -- Linker flags (Release):
  335. -- Linker flags (Debug):
  336. -- Precompiled headers: YES
  337. -- Extra dependencies: Qt5::Test Qt5::Concurrent Qt5::OpenGL /usr/local/lib/libpng.so /usr/local/lib/libtiff.so /usr/lib/i386-linux-gnu/libjasper.so /usr/lib/libjpeg.so /usr/lib/i386-linux-gnu/libImath.so /usr/lib/i386-linux-gnu/libIlmImf.so /usr/lib/i386-linux-gnu/libIex.so /usr/lib/i386-linux-gnu/libHalf.so /usr/lib/i386-linux-gnu/libIlmThread.so gstvideo-1.0 gstapp-1.0 gstbase-1.0 gstriff-1.0 gstpbutils-1.0 gstreamer-1.0 gobject-2.0 glib-2.0 dc1394 avcodec avformat avutil swscale /usr/lib/libOpenNI.so /home/cobalt/kinect/OpenNI2/Bin/x86-Release/libOpenNI2.so /usr/lib/i386-linux-gnu/libbz2.so Qt5::Core Qt5::Gui Qt5::Widgets /usr/local/lib/libhdf5.a correspondence multiview numeric glog gflags vtkCommon vtkFiltering vtkImaging vtkGraphics vtkGenericFiltering vtkIO vtkRendering vtkVolumeRendering vtkHybrid vtkWidgets vtkParallel vtkInfovis vtkGeovis vtkViews vtkCharts dl m pthread rt /usr/lib/i386-linux-gnu/libGLU.so /usr/lib/i386-linux-gnu/libGL.so tbb
  338. -- 3rdparty dependencies: libwebp zlib
  339. --
  340. -- OpenCV modules:
  341. -- To be built: core flann hdf imgproc ml photo reg surface_matching video viz dnn fuzzy imgcodecs shape videoio highgui objdetect plot superres ts xobjdetect xphoto bgsegm bioinspired dpm face features2d line_descriptor saliency text calib3d ccalib cvv datasets rgbd stereo structured_light tracking videostab xfeatures2d ximgproc aruco java optflow sfm stitching
  342. -- Disabled: world contrib_world
  343. -- Disabled by dependency: -
  344. -- Unavailable: cudaarithm cudabgsegm cudacodec cudafeatures2d cudafilters cudaimgproc cudalegacy cudaobjdetect cudaoptflow cudastereo cudawarping cudev python2 python3 matlab
  345. --
  346. -- GUI:
  347. -- QT 5.x: YES (ver 5.0.2)
  348. -- QT OpenGL support: YES (Qt5::OpenGL 5.0.2)
  349. -- OpenGL support: YES (/usr/lib/i386-linux-gnu/libGLU.so /usr/lib/i386-linux-gnu/libGL.so)
  350. -- VTK support: YES (ver 5.8.0)
  351. --
  352. -- Media I/O:
  353. -- ZLib: build (ver 1.2.8)
  354. -- JPEG: /usr/lib/libjpeg.so (ver )
  355. -- WEBP: build (ver 0.3.1)
  356. -- PNG: /usr/local/lib/libpng.so (ver 1.6.18)
  357. -- TIFF: /usr/local/lib/libtiff.so (ver 42 - 4.0.3)
  358. -- JPEG 2000: /usr/lib/i386-linux-gnu/libjasper.so (ver 1.900.1)
  359. -- OpenEXR: /usr/lib/i386-linux-gnu/libImath.so /usr/lib/i386-linux-gnu/libIlmImf.so /usr/lib/i386-linux-gnu/libIex.so /usr/lib/i386-linux-gnu/libHalf.so /usr/lib/i386-linux-gnu/libIlmThread.so (ver 2.1.0)
  360. -- GDAL: NO
  361. --
  362. -- Video I/O:
  363. -- DC1394 1.x: NO
  364. -- DC1394 2.x: YES (ver 2.2.0)
  365. -- FFMPEG: YES
  366. -- codec: YES (ver 56.14.100)
  367. -- format: YES (ver 56.15.103)
  368. -- util: YES (ver 54.15.100)
  369. -- swscale: YES (ver 3.1.101)
  370. -- resample: NO
  371. -- gentoo-style: YES
  372. -- GStreamer:
  373. -- base: YES (ver 1.2.1)
  374. -- video: YES (ver 1.4.4)
  375. -- app: YES (ver 1.4.4)
  376. -- riff: YES (ver 1.4.4)
  377. -- pbutils: YES (ver 1.4.4)
  378. -- OpenNI: YES (ver 1.5.8, build 5)
  379. -- OpenNI PrimeSensor Modules: YES (/usr/lib/libXnCore.so)
  380. -- OpenNI2: YES (ver , build )
  381. -- PvAPI: NO
  382. -- GigEVisionSDK: NO
  383. -- UniCap: NO
  384. -- UniCap ucil: NO
  385. -- V4L/V4L2: NO/YES
  386. -- XIMEA: NO
  387. -- Xine: NO
  388. -- gPhoto2: NO
  389. --
  390. -- Parallel framework: TBB (ver 4.0 interface 6000)
  391. --
  392. -- Other third-party libraries:
  393. -- Use IPP: IPP not found or implicitly disabled
  394. -- Use IPP Async: NO
  395. -- Use VA: NO
  396. -- Use Intel VA-API/OpenCL: NO
  397. -- Use Eigen: YES (ver 3.0.5)
  398. -- Use Cuda: NO
  399. -- Use OpenCL: YES
  400. -- Use custom HAL: NO
  401. --
  402. -- OpenCL: <Dynamic loading of OpenCL library>
  403. -- Include path: /home/cobalt/opencv/3rdparty/include/opencl/1.2
  404. -- Use AMDFFT: NO
  405. -- Use AMDBLAS: NO
  406. --
  407. -- Python 2:
  408. -- Interpreter: /home/cobalt/anaconda/bin/python2.7 (ver 2.7.10)
  409. --
  410. -- Python 3:
  411. -- Interpreter: /usr/local/bin/python3.4 (ver 3.4.3)
  412. --
  413. -- Python (for build): /home/cobalt/anaconda/bin/python2.7
  414. --
  415. -- Java:
  416. -- ant: /usr/bin/ant (ver 1.9.2)
  417. -- JNI: /usr/lib/jvm/jdk1.8.0_74/include /usr/lib/jvm/jdk1.8.0_74/include/linux /usr/lib/jvm/jdk1.8.0_74/include
  418. -- Java wrappers: YES
  419. -- Java tests: YES
  420. --
  421. -- Matlab: Matlab not found or implicitly disabled
  422. --
  423. -- Documentation:
  424. -- Doxygen: /usr/bin/doxygen (ver 1.7.6.1)
  425. -- PlantUML: NO
  426. --
  427. -- Tests and samples:
  428. -- Tests: YES
  429. -- Performance tests: YES
  430. -- C/C++ Examples: YES
  431. --
  432. -- Install path: /usr/local
  433. --
  434. -- cvconfig.h is in: /home/cobalt/opencv/build
  435. -- -----------------------------------------------------------------
  436. --
  437. -- Configuring done
  438. -- Generating done
  439. -- Build files have been written to: /home/cobalt/opencv/build
Add Comment
Please, Sign In to add comment