Advertisement
Guest User

Untitled

a guest
Feb 15th, 2018
269
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 25.50 KB | None | 0 0
  1. (cv) damien@Dash:~/oc/opencv-3.3.1/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=~/oc/opencv_contrib-3.1.1/modules \
  6. > -D PYTHON_EXECUTABLE=~/.virtualenvs/cv/bin/python \
  7. > -D BUILD_EXAMPLES=ON ..
  8. -- The CXX compiler identification is GNU 7.2.0
  9. -- The C compiler identification is GNU 7.2.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. -- Performing Test HAVE_CXX11 (check file: cmake/checks/cxx11.cpp)
  23. -- Performing Test HAVE_CXX11 - Success
  24. -- Found PythonInterp: /home/damien/.virtualenvs/cv/bin/python (found suitable version "3.6.3", minimum required is "2.7")
  25. -- Found PythonInterp: /home/damien/.virtualenvs/cv/bin/python3 (found suitable version "3.6.3", minimum required is "3.4")
  26. -- Found PythonLibs: /usr/lib/x86_64-linux-gnu/libpython3.6m.so (found suitable exact version "3.6.3")
  27. Traceback (most recent call last):
  28. File "<string>", line 1, in <module>
  29. ModuleNotFoundError: No module named 'numpy'
  30. -- Looking for ccache - not found
  31. -- Performing Test HAVE_CXX_FSIGNED_CHAR
  32. -- Performing Test HAVE_CXX_FSIGNED_CHAR - Success
  33. -- Performing Test HAVE_C_FSIGNED_CHAR
  34. -- Performing Test HAVE_C_FSIGNED_CHAR - Success
  35. -- Performing Test HAVE_CXX_W
  36. -- Performing Test HAVE_CXX_W - Success
  37. -- Performing Test HAVE_C_W
  38. -- Performing Test HAVE_C_W - Success
  39. -- Performing Test HAVE_CXX_WALL
  40. -- Performing Test HAVE_CXX_WALL - Success
  41. -- Performing Test HAVE_C_WALL
  42. -- Performing Test HAVE_C_WALL - Success
  43. -- Performing Test HAVE_CXX_WERROR_RETURN_TYPE
  44. -- Performing Test HAVE_CXX_WERROR_RETURN_TYPE - Success
  45. -- Performing Test HAVE_C_WERROR_RETURN_TYPE
  46. -- Performing Test HAVE_C_WERROR_RETURN_TYPE - Success
  47. -- Performing Test HAVE_CXX_WERROR_NON_VIRTUAL_DTOR
  48. -- Performing Test HAVE_CXX_WERROR_NON_VIRTUAL_DTOR - Success
  49. -- Performing Test HAVE_C_WERROR_NON_VIRTUAL_DTOR
  50. -- Performing Test HAVE_C_WERROR_NON_VIRTUAL_DTOR - Success
  51. -- Performing Test HAVE_CXX_WERROR_ADDRESS
  52. -- Performing Test HAVE_CXX_WERROR_ADDRESS - Success
  53. -- Performing Test HAVE_C_WERROR_ADDRESS
  54. -- Performing Test HAVE_C_WERROR_ADDRESS - Success
  55. -- Performing Test HAVE_CXX_WERROR_SEQUENCE_POINT
  56. -- Performing Test HAVE_CXX_WERROR_SEQUENCE_POINT - Success
  57. -- Performing Test HAVE_C_WERROR_SEQUENCE_POINT
  58. -- Performing Test HAVE_C_WERROR_SEQUENCE_POINT - Success
  59. -- Performing Test HAVE_CXX_WFORMAT
  60. -- Performing Test HAVE_CXX_WFORMAT - Success
  61. -- Performing Test HAVE_C_WFORMAT
  62. -- Performing Test HAVE_C_WFORMAT - Success
  63. -- Performing Test HAVE_CXX_WERROR_FORMAT_SECURITY
  64. -- Performing Test HAVE_CXX_WERROR_FORMAT_SECURITY - Success
  65. -- Performing Test HAVE_C_WERROR_FORMAT_SECURITY
  66. -- Performing Test HAVE_C_WERROR_FORMAT_SECURITY - Success
  67. -- Performing Test HAVE_CXX_WMISSING_DECLARATIONS
  68. -- Performing Test HAVE_CXX_WMISSING_DECLARATIONS - Success
  69. -- Performing Test HAVE_C_WMISSING_DECLARATIONS
  70. -- Performing Test HAVE_C_WMISSING_DECLARATIONS - Success
  71. -- Performing Test HAVE_CXX_WMISSING_PROTOTYPES
  72. -- Performing Test HAVE_CXX_WMISSING_PROTOTYPES - Failed
  73. -- Performing Test HAVE_C_WMISSING_PROTOTYPES
  74. -- Performing Test HAVE_C_WMISSING_PROTOTYPES - Success
  75. -- Performing Test HAVE_CXX_WSTRICT_PROTOTYPES
  76. -- Performing Test HAVE_CXX_WSTRICT_PROTOTYPES - Failed
  77. -- Performing Test HAVE_C_WSTRICT_PROTOTYPES
  78. -- Performing Test HAVE_C_WSTRICT_PROTOTYPES - Success
  79. -- Performing Test HAVE_CXX_WUNDEF
  80. -- Performing Test HAVE_CXX_WUNDEF - Success
  81. -- Performing Test HAVE_C_WUNDEF
  82. -- Performing Test HAVE_C_WUNDEF - Success
  83. -- Performing Test HAVE_CXX_WINIT_SELF
  84. -- Performing Test HAVE_CXX_WINIT_SELF - Success
  85. -- Performing Test HAVE_C_WINIT_SELF
  86. -- Performing Test HAVE_C_WINIT_SELF - Success
  87. -- Performing Test HAVE_CXX_WPOINTER_ARITH
  88. -- Performing Test HAVE_CXX_WPOINTER_ARITH - Success
  89. -- Performing Test HAVE_C_WPOINTER_ARITH
  90. -- Performing Test HAVE_C_WPOINTER_ARITH - Success
  91. -- Performing Test HAVE_CXX_WSHADOW
  92. -- Performing Test HAVE_CXX_WSHADOW - Success
  93. -- Performing Test HAVE_C_WSHADOW
  94. -- Performing Test HAVE_C_WSHADOW - Success
  95. -- Performing Test HAVE_CXX_WSIGN_PROMO
  96. -- Performing Test HAVE_CXX_WSIGN_PROMO - Success
  97. -- Performing Test HAVE_C_WSIGN_PROMO
  98. -- Performing Test HAVE_C_WSIGN_PROMO - Failed
  99. -- Performing Test HAVE_CXX_WUNINITIALIZED
  100. -- Performing Test HAVE_CXX_WUNINITIALIZED - Success
  101. -- Performing Test HAVE_C_WUNINITIALIZED
  102. -- Performing Test HAVE_C_WUNINITIALIZED - Success
  103. -- Performing Test HAVE_CXX_WNO_NARROWING
  104. -- Performing Test HAVE_CXX_WNO_NARROWING - Success
  105. -- Performing Test HAVE_C_WNO_NARROWING
  106. -- Performing Test HAVE_C_WNO_NARROWING - Success
  107. -- Performing Test HAVE_CXX_WNO_DELETE_NON_VIRTUAL_DTOR
  108. -- Performing Test HAVE_CXX_WNO_DELETE_NON_VIRTUAL_DTOR - Success
  109. -- Performing Test HAVE_C_WNO_DELETE_NON_VIRTUAL_DTOR
  110. -- Performing Test HAVE_C_WNO_DELETE_NON_VIRTUAL_DTOR - Failed
  111. -- Performing Test HAVE_CXX_WNO_UNNAMED_TYPE_TEMPLATE_ARGS
  112. -- Performing Test HAVE_CXX_WNO_UNNAMED_TYPE_TEMPLATE_ARGS - Failed
  113. -- Performing Test HAVE_C_WNO_UNNAMED_TYPE_TEMPLATE_ARGS
  114. -- Performing Test HAVE_C_WNO_UNNAMED_TYPE_TEMPLATE_ARGS - Failed
  115. -- Performing Test HAVE_CXX_WNO_COMMENT
  116. -- Performing Test HAVE_CXX_WNO_COMMENT - Success
  117. -- Performing Test HAVE_C_WNO_COMMENT
  118. -- Performing Test HAVE_C_WNO_COMMENT - Success
  119. -- Performing Test HAVE_CXX_WNO_IMPLICIT_FALLTHROUGH
  120. -- Performing Test HAVE_CXX_WNO_IMPLICIT_FALLTHROUGH - Success
  121. -- Performing Test HAVE_C_WNO_IMPLICIT_FALLTHROUGH
  122. -- Performing Test HAVE_C_WNO_IMPLICIT_FALLTHROUGH - Success
  123. -- Performing Test HAVE_CXX_FDIAGNOSTICS_SHOW_OPTION
  124. -- Performing Test HAVE_CXX_FDIAGNOSTICS_SHOW_OPTION - Success
  125. -- Performing Test HAVE_C_FDIAGNOSTICS_SHOW_OPTION
  126. -- Performing Test HAVE_C_FDIAGNOSTICS_SHOW_OPTION - Success
  127. -- Performing Test HAVE_CXX_WNO_LONG_LONG
  128. -- Performing Test HAVE_CXX_WNO_LONG_LONG - Success
  129. -- Performing Test HAVE_C_WNO_LONG_LONG
  130. -- Performing Test HAVE_C_WNO_LONG_LONG - Success
  131. -- Performing Test HAVE_CXX_PTHREAD
  132. -- Performing Test HAVE_CXX_PTHREAD - Success
  133. -- Performing Test HAVE_C_PTHREAD
  134. -- Performing Test HAVE_C_PTHREAD - Success
  135. -- Performing Test HAVE_CXX_FOMIT_FRAME_POINTER
  136. -- Performing Test HAVE_CXX_FOMIT_FRAME_POINTER - Success
  137. -- Performing Test HAVE_C_FOMIT_FRAME_POINTER
  138. -- Performing Test HAVE_C_FOMIT_FRAME_POINTER - Success
  139. -- Performing Test HAVE_CXX_FFUNCTION_SECTIONS
  140. -- Performing Test HAVE_CXX_FFUNCTION_SECTIONS - Success
  141. -- Performing Test HAVE_C_FFUNCTION_SECTIONS
  142. -- Performing Test HAVE_C_FFUNCTION_SECTIONS - Success
  143. -- Performing Test HAVE_CXX_MSSE (check file: cmake/checks/cpu_sse.cpp)
  144. -- Performing Test HAVE_CXX_MSSE - Success
  145. -- Performing Test HAVE_CXX_MSSE2 (check file: cmake/checks/cpu_sse2.cpp)
  146. -- Performing Test HAVE_CXX_MSSE2 - Success
  147. -- Performing Test HAVE_CXX_MSSE3 (check file: cmake/checks/cpu_sse3.cpp)
  148. -- Performing Test HAVE_CXX_MSSE3 - Success
  149. -- Performing Test HAVE_CXX_MSSSE3 (check file: cmake/checks/cpu_ssse3.cpp)
  150. -- Performing Test HAVE_CXX_MSSSE3 - Success
  151. -- Performing Test HAVE_CXX_MSSE4_1 (check file: cmake/checks/cpu_sse41.cpp)
  152. -- Performing Test HAVE_CXX_MSSE4_1 - Success
  153. -- Performing Test HAVE_CXX_MPOPCNT (check file: cmake/checks/cpu_popcnt.cpp)
  154. -- Performing Test HAVE_CXX_MPOPCNT - Success
  155. -- Performing Test HAVE_CXX_MSSE4_2 (check file: cmake/checks/cpu_sse42.cpp)
  156. -- Performing Test HAVE_CXX_MSSE4_2 - Success
  157. -- Performing Test HAVE_CXX_MF16C (check file: cmake/checks/cpu_fp16.cpp)
  158. -- Performing Test HAVE_CXX_MF16C - Success
  159. -- Performing Test HAVE_CXX_MFMA
  160. -- Performing Test HAVE_CXX_MFMA - Success
  161. -- Performing Test HAVE_CXX_MAVX (check file: cmake/checks/cpu_avx.cpp)
  162. -- Performing Test HAVE_CXX_MAVX - Success
  163. -- Performing Test HAVE_CXX_MAVX2 (check file: cmake/checks/cpu_avx2.cpp)
  164. -- Performing Test HAVE_CXX_MAVX2 - Success
  165. -- Performing Test HAVE_CPU_BASELINE_FLAGS
  166. -- Performing Test HAVE_CPU_BASELINE_FLAGS - Success
  167. -- Performing Test HAVE_CPU_DISPATCH_FLAGS_SSE4_1
  168. -- Performing Test HAVE_CPU_DISPATCH_FLAGS_SSE4_1 - Success
  169. -- Performing Test HAVE_CPU_DISPATCH_FLAGS_SSE4_2
  170. -- Performing Test HAVE_CPU_DISPATCH_FLAGS_SSE4_2 - Success
  171. -- Performing Test HAVE_CPU_DISPATCH_FLAGS_FP16
  172. -- Performing Test HAVE_CPU_DISPATCH_FLAGS_FP16 - Success
  173. -- Performing Test HAVE_CPU_DISPATCH_FLAGS_AVX
  174. -- Performing Test HAVE_CPU_DISPATCH_FLAGS_AVX - Success
  175. -- Performing Test HAVE_CPU_DISPATCH_FLAGS_AVX2
  176. -- Performing Test HAVE_CPU_DISPATCH_FLAGS_AVX2 - Success
  177. -- Performing Test HAVE_CXX_FVISIBILITY_HIDDEN
  178. -- Performing Test HAVE_CXX_FVISIBILITY_HIDDEN - Success
  179. -- Performing Test HAVE_C_FVISIBILITY_HIDDEN
  180. -- Performing Test HAVE_C_FVISIBILITY_HIDDEN - Success
  181. -- Performing Test HAVE_CXX_FVISIBILITY_INLINES_HIDDEN
  182. -- Performing Test HAVE_CXX_FVISIBILITY_INLINES_HIDDEN - Success
  183. -- Performing Test HAVE_C_FVISIBILITY_INLINES_HIDDEN
  184. -- Performing Test HAVE_C_FVISIBILITY_INLINES_HIDDEN - Failed
  185. -- Looking for pthread.h
  186. -- Looking for pthread.h - found
  187. -- Looking for posix_memalign
  188. -- Looking for posix_memalign - found
  189. -- Looking for malloc.h
  190. -- Looking for malloc.h - found
  191. -- Looking for memalign
  192. -- Looking for memalign - found
  193. -- Check if the system is big endian
  194. -- Searching 16 bit integer
  195. -- Looking for sys/types.h
  196. -- Looking for sys/types.h - found
  197. -- Looking for stdint.h
  198. -- Looking for stdint.h - found
  199. -- Looking for stddef.h
  200. -- Looking for stddef.h - found
  201. -- Check size of unsigned short
  202. -- Check size of unsigned short - done
  203. -- Using unsigned short
  204. -- Check if the system is big endian - little endian
  205. -- Found ZLIB: /usr/lib/x86_64-linux-gnu/libz.so (found suitable version "1.2.11", minimum required is "1.2.3")
  206. -- Found TIFF: /usr/lib/x86_64-linux-gnu/libtiff.so (found version "4.0.8")
  207. -- Found JPEG: /usr/lib/x86_64-linux-gnu/libjpeg.so
  208. -- Performing Test HAVE_C_WNO_UNUSED_VARIABLE
  209. -- Performing Test HAVE_C_WNO_UNUSED_VARIABLE - Success
  210. -- Performing Test HAVE_C_WNO_UNUSED_FUNCTION
  211. -- Performing Test HAVE_C_WNO_UNUSED_FUNCTION - Success
  212. -- Performing Test HAVE_C_WNO_SHADOW
  213. -- Performing Test HAVE_C_WNO_SHADOW - Success
  214. -- Performing Test HAVE_C_WNO_MAYBE_UNINITIALIZED
  215. -- Performing Test HAVE_C_WNO_MAYBE_UNINITIALIZED - Success
  216. -- Found Jasper: /usr/lib/x86_64-linux-gnu/libjasper.so (found version "1.900.1")
  217. -- Found ZLIB: /usr/lib/x86_64-linux-gnu/libz.so (found version "1.2.11")
  218. -- Found PNG: /usr/lib/x86_64-linux-gnu/libpng.so (found version "1.6.34")
  219. -- Looking for /usr/include/libpng/png.h
  220. -- Looking for /usr/include/libpng/png.h - found
  221. -- Looking for semaphore.h
  222. -- Looking for semaphore.h - found
  223. -- Performing Test HAVE_CXX_WNO_SHADOW
  224. -- Performing Test HAVE_CXX_WNO_SHADOW - Success
  225. -- Performing Test HAVE_CXX_WNO_UNUSED
  226. -- Performing Test HAVE_CXX_WNO_UNUSED - Success
  227. -- Performing Test HAVE_CXX_WNO_SIGN_COMPARE
  228. -- Performing Test HAVE_CXX_WNO_SIGN_COMPARE - Success
  229. -- Performing Test HAVE_CXX_WNO_UNDEF
  230. -- Performing Test HAVE_CXX_WNO_UNDEF - Success
  231. -- Performing Test HAVE_CXX_WNO_MISSING_DECLARATIONS
  232. -- Performing Test HAVE_CXX_WNO_MISSING_DECLARATIONS - Success
  233. -- Performing Test HAVE_CXX_WNO_UNINITIALIZED
  234. -- Performing Test HAVE_CXX_WNO_UNINITIALIZED - Success
  235. -- Performing Test HAVE_CXX_WNO_SWITCH
  236. -- Performing Test HAVE_CXX_WNO_SWITCH - Success
  237. -- Performing Test HAVE_CXX_WNO_PARENTHESES
  238. -- Performing Test HAVE_CXX_WNO_PARENTHESES - Success
  239. -- Performing Test HAVE_CXX_WNO_ARRAY_BOUNDS
  240. -- Performing Test HAVE_CXX_WNO_ARRAY_BOUNDS - Success
  241. -- Performing Test HAVE_CXX_WNO_EXTRA
  242. -- Performing Test HAVE_CXX_WNO_EXTRA - Success
  243. -- Performing Test HAVE_CXX_WNO_DEPRECATED_DECLARATIONS
  244. -- Performing Test HAVE_CXX_WNO_DEPRECATED_DECLARATIONS - Success
  245. -- Performing Test HAVE_CXX_WNO_MISLEADING_INDENTATION
  246. -- Performing Test HAVE_CXX_WNO_MISLEADING_INDENTATION - Success
  247. -- Performing Test HAVE_CXX_WNO_DEPRECATED
  248. -- Performing Test HAVE_CXX_WNO_DEPRECATED - Success
  249. -- Checking for module 'gtk+-3.0'
  250. -- Found gtk+-3.0, version 3.22.25
  251. -- Checking for module 'gthread-2.0'
  252. -- Found gthread-2.0, version 2.54.1
  253. -- Checking for module 'gstreamer-base-1.0'
  254. -- No package 'gstreamer-base-1.0' found
  255. -- Checking for module 'gstreamer-video-1.0'
  256. -- No package 'gstreamer-video-1.0' found
  257. -- Checking for module 'gstreamer-app-1.0'
  258. -- No package 'gstreamer-app-1.0' found
  259. -- Checking for module 'gstreamer-riff-1.0'
  260. -- No package 'gstreamer-riff-1.0' found
  261. -- Checking for module 'gstreamer-pbutils-1.0'
  262. -- No package 'gstreamer-pbutils-1.0' found
  263. -- Checking for module 'gstreamer-base-0.10'
  264. -- No package 'gstreamer-base-0.10' found
  265. -- Checking for module 'gstreamer-video-0.10'
  266. -- No package 'gstreamer-video-0.10' found
  267. -- Checking for module 'gstreamer-app-0.10'
  268. -- No package 'gstreamer-app-0.10' found
  269. -- Checking for module 'gstreamer-riff-0.10'
  270. -- No package 'gstreamer-riff-0.10' found
  271. -- Checking for module 'gstreamer-pbutils-0.10'
  272. -- No package 'gstreamer-pbutils-0.10' found
  273. -- Checking for module 'libdc1394-2'
  274. -- No package 'libdc1394-2' found
  275. -- Checking for module 'libdc1394'
  276. -- No package 'libdc1394' found
  277. -- Looking for linux/videodev.h
  278. -- Looking for linux/videodev.h - not found
  279. -- Looking for linux/videodev2.h
  280. -- Looking for linux/videodev2.h - found
  281. -- Looking for sys/videoio.h
  282. -- Looking for sys/videoio.h - not found
  283. -- Checking for modules 'libavcodec;libavformat;libavutil;libswscale'
  284. -- Found libavcodec, version 57.89.100
  285. -- Found libavformat, version 57.71.100
  286. -- Found libavutil, version 55.58.100
  287. -- Found libswscale, version 4.6.100
  288. -- Checking for module 'libavresample'
  289. -- No package 'libavresample' found
  290. -- Checking for module 'libgphoto2'
  291. -- No package 'libgphoto2' found
  292. -- IPPICV: Download: ippicv_2017u3_lnx_intel64_general_20170822.tgz
  293. -- found Intel IPP (ICV version): 2017.0.3 [2017.0.3]
  294. -- at: /home/damien/oc/opencv-3.3.1/build/3rdparty/ippicv/ippicv_lnx
  295. -- found Intel IPP IW sources: 2017.0.3
  296. -- at: /home/damien/oc/opencv-3.3.1/build/3rdparty/ippicv/ippiw_lnx
  297. -- Could not find OpenBLAS lib. Turning OpenBLAS_FOUND off
  298. -- Could NOT find Atlas (missing: Atlas_CLAPACK_INCLUDE_DIR)
  299. -- Looking for dgemm_
  300. -- Looking for dgemm_ - found
  301. -- Looking for pthread.h
  302. -- Looking for pthread.h - found
  303. -- Looking for pthread_create
  304. -- Looking for pthread_create - found
  305. -- Found Threads: TRUE
  306. -- A library with BLAS API found.
  307. -- Looking for cheev_
  308. -- Looking for cheev_ - found
  309. -- A library with LAPACK API found.
  310. -- Could NOT find Doxygen (missing: DOXYGEN_EXECUTABLE)
  311. -- Could NOT find JNI (missing: JAVA_AWT_LIBRARY JAVA_JVM_LIBRARY JAVA_INCLUDE_PATH JAVA_INCLUDE_PATH2 JAVA_AWT_INCLUDE_PATH)
  312. -- Could NOT find Pylint (missing: PYLINT_EXECUTABLE)
  313. -- 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)
  314. -- VTK is not found. Please set -DVTK_DIR in CMake to VTK build directory, or to VTK install subdirectory with VTKConfig.cmake file
  315. -- Looking for dlerror in dl
  316. -- Looking for dlerror in dl - found
  317. -- Performing Test HAVE_C_WNO_UNDEF
  318. -- Performing Test HAVE_C_WNO_UNDEF - Success
  319. -- Performing Test HAVE_C_WNO_SIGN_COMPARE
  320. -- Performing Test HAVE_C_WNO_SIGN_COMPARE - Success
  321. -- Performing Test HAVE_CXX_WNO_MISSING_PROTOTYPES
  322. -- Performing Test HAVE_CXX_WNO_MISSING_PROTOTYPES - Failed
  323. -- Performing Test HAVE_CXX_WNO_UNUSED_PARAMETER
  324. -- Performing Test HAVE_CXX_WNO_UNUSED_PARAMETER - Success
  325. -- Performing Test HAVE_CXX_WNO_UNUSED_LOCAL_TYPEDEFS
  326. -- Performing Test HAVE_CXX_WNO_UNUSED_LOCAL_TYPEDEFS - Success
  327. -- Performing Test HAVE_CXX_WNO_SIGN_PROMO
  328. -- Performing Test HAVE_CXX_WNO_SIGN_PROMO - Success
  329. -- Performing Test HAVE_CXX_WNO_TAUTOLOGICAL_UNDEFINED_COMPARE
  330. -- Performing Test HAVE_CXX_WNO_TAUTOLOGICAL_UNDEFINED_COMPARE - Failed
  331. -- Performing Test HAVE_CXX_WNO_IGNORED_QUALIFIERS
  332. -- Performing Test HAVE_CXX_WNO_IGNORED_QUALIFIERS - Success
  333. -- Performing Test HAVE_CXX_WNO_UNUSED_FUNCTION
  334. -- Performing Test HAVE_CXX_WNO_UNUSED_FUNCTION - Success
  335. -- Performing Test HAVE_CXX_WNO_UNUSED_CONST_VARIABLE
  336. -- Performing Test HAVE_CXX_WNO_UNUSED_CONST_VARIABLE - Success
  337. -- Performing Test HAVE_CXX_WNO_SHORTEN_64_TO_32
  338. -- Performing Test HAVE_CXX_WNO_SHORTEN_64_TO_32 - Failed
  339. CMake Error at cmake/OpenCVModule.cmake:305 (message):
  340. No extra modules found in folder:
  341. /home/damien/oc/opencv_contrib-3.1.1/modules
  342.  
  343. Please provide path to 'opencv_contrib/modules' folder.
  344. Call Stack (most recent call first):
  345. modules/CMakeLists.txt:7 (ocv_glob_modules)
  346.  
  347.  
  348. -- Excluding from source files list: /home/damien/oc/opencv-3.3.1/build/modules/imgproc/accum.neon.cpp
  349. -- Performing Test HAVE_CXX_WNO_MAYBE_UNINITIALIZED
  350. -- Performing Test HAVE_CXX_WNO_MAYBE_UNINITIALIZED - Success
  351. -- Performing Test HAVE_CXX_WNO_ENUM_COMPARE
  352. -- Performing Test HAVE_CXX_WNO_ENUM_COMPARE - Success
  353. -- Torch importer has been enabled. To run the tests you have to install Torch ('th' executable should be available) and generate testdata using opencv_extra/testdata/dnn/generate_torch_models.py script.
  354. -- Performing Test HAVE_CXX_WNO_OVERLOADED_VIRTUAL
  355. -- Performing Test HAVE_CXX_WNO_OVERLOADED_VIRTUAL - Success
  356. -- DNN_FACE_DETECTOR: Download: res10_300x300_ssd_iter_140000.caffemodel
  357. --
  358. -- General configuration for OpenCV 3.3.1 =====================================
  359. -- Version control: unknown
  360. --
  361. -- Platform:
  362. -- Timestamp: 2018-02-15T09:40:00Z
  363. -- Host: Linux 4.13.0-32-generic x86_64
  364. -- CMake: 3.9.1
  365. -- CMake generator: Unix Makefiles
  366. -- CMake build tool: /usr/bin/make
  367. -- Configuration: RELEASE
  368. --
  369. -- CPU/HW features:
  370. -- Baseline: SSE SSE2 SSE3
  371. -- requested: SSE3
  372. -- Dispatched code generation: SSE4_1 SSE4_2 FP16 AVX AVX2
  373. -- requested: SSE4_1 SSE4_2 AVX FP16 AVX2
  374. -- SSE4_1 (3 files): + SSSE3 SSE4_1
  375. -- SSE4_2 (1 files): + SSSE3 SSE4_1 POPCNT SSE4_2
  376. -- FP16 (2 files): + SSSE3 SSE4_1 POPCNT SSE4_2 FP16 AVX
  377. -- AVX (5 files): + SSSE3 SSE4_1 POPCNT SSE4_2 AVX
  378. -- AVX2 (8 files): + SSSE3 SSE4_1 POPCNT SSE4_2 FP16 FMA3 AVX AVX2
  379. --
  380. -- C/C++:
  381. -- Built as dynamic libs?: YES
  382. -- C++11: YES
  383. -- C++ Compiler: /usr/bin/c++ (ver 7.2.0)
  384. -- 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 -Wuninitialized -Winit-self -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-comment -Wno-implicit-fallthrough -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -ffunction-sections -msse -msse2 -msse3 -fvisibility=hidden -fvisibility-inlines-hidden -O3 -DNDEBUG -DNDEBUG
  385. -- 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 -Wuninitialized -Winit-self -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-comment -Wno-implicit-fallthrough -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -ffunction-sections -msse -msse2 -msse3 -fvisibility=hidden -fvisibility-inlines-hidden -g -O0 -DDEBUG -D_DEBUG
  386. -- C Compiler: /usr/bin/cc
  387. -- 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 -Wuninitialized -Winit-self -Wno-narrowing -Wno-comment -Wno-implicit-fallthrough -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -ffunction-sections -msse -msse2 -msse3 -fvisibility=hidden -O3 -DNDEBUG -DNDEBUG
  388. -- 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 -Wuninitialized -Winit-self -Wno-narrowing -Wno-comment -Wno-implicit-fallthrough -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -ffunction-sections -msse -msse2 -msse3 -fvisibility=hidden -g -O0 -DDEBUG -D_DEBUG
  389. -- Linker flags (Release):
  390. -- Linker flags (Debug):
  391. -- ccache: NO
  392. -- Precompiled headers: YES
  393. -- Extra dependencies: dl m pthread rt
  394. -- 3rdparty dependencies:
  395. --
  396. -- OpenCV modules:
  397. -- To be built: core flann imgproc ml objdetect photo video dnn imgcodecs shape videoio highgui superres ts features2d calib3d stitching videostab
  398. -- Disabled: js world
  399. -- Disabled by dependency: -
  400. -- Unavailable: cudaarithm cudabgsegm cudacodec cudafeatures2d cudafilters cudaimgproc cudalegacy cudaobjdetect cudaoptflow cudastereo cudawarping cudev java python2 python3 viz
  401. --
  402. -- GUI:
  403. -- QT: NO
  404. -- GTK+ 3.x: YES (ver 3.22.25)
  405. -- GThread : YES (ver 2.54.1)
  406. -- GtkGlExt: NO
  407. -- OpenGL support: NO
  408. -- VTK support: NO
  409. --
  410. -- Media I/O:
  411. -- ZLib: /usr/lib/x86_64-linux-gnu/libz.so (ver 1.2.11)
  412. -- JPEG: /usr/lib/x86_64-linux-gnu/libjpeg.so (ver )
  413. -- WEBP: build (ver encoder: 0x020e)
  414. -- PNG: /usr/lib/x86_64-linux-gnu/libpng.so (ver 1.6.34)
  415. -- TIFF: /usr/lib/x86_64-linux-gnu/libtiff.so (ver 42 - 4.0.8)
  416. -- JPEG 2000: /usr/lib/x86_64-linux-gnu/libjasper.so (ver 1.900.1)
  417. -- OpenEXR: build (ver 1.7.1)
  418. -- GDAL: NO
  419. -- GDCM: NO
  420. --
  421. -- Video I/O:
  422. -- DC1394 1.x: NO
  423. -- DC1394 2.x: NO
  424. -- FFMPEG: YES
  425. -- avcodec: YES (ver 57.89.100)
  426. -- avformat: YES (ver 57.71.100)
  427. -- avutil: YES (ver 55.58.100)
  428. -- swscale: YES (ver 4.6.100)
  429. -- avresample: NO
  430. -- GStreamer: NO
  431. -- OpenNI: NO
  432. -- OpenNI PrimeSensor Modules: NO
  433. -- OpenNI2: NO
  434. -- PvAPI: NO
  435. -- GigEVisionSDK: NO
  436. -- Aravis SDK: NO
  437. -- UniCap: NO
  438. -- UniCap ucil: NO
  439. -- V4L/V4L2: NO/YES
  440. -- XIMEA: NO
  441. -- Xine: NO
  442. -- Intel Media SDK: NO
  443. -- gPhoto2: NO
  444. --
  445. -- Parallel framework: pthreads
  446. --
  447. -- Trace: YES (with Intel ITT)
  448. --
  449. -- Other third-party libraries:
  450. -- Use Intel IPP: 2017.0.3 [2017.0.3]
  451. -- at: /home/damien/oc/opencv-3.3.1/build/3rdparty/ippicv/ippicv_lnx
  452. -- Use Intel IPP IW: sources (2017.0.3)
  453. -- at: /home/damien/oc/opencv-3.3.1/build/3rdparty/ippicv/ippiw_lnx
  454. -- Use VA: NO
  455. -- Use Intel VA-API/OpenCL: NO
  456. -- Use Lapack: NO
  457. -- Use Eigen: NO
  458. -- Use Cuda: NO
  459. -- Use OpenCL: YES
  460. -- Use OpenVX: NO
  461. -- Use custom HAL: NO
  462. --
  463. -- OpenCL: <Dynamic loading of OpenCL library>
  464. -- Include path: /home/damien/oc/opencv-3.3.1/3rdparty/include/opencl/1.2
  465. -- Use AMDFFT: NO
  466. -- Use AMDBLAS: NO
  467. --
  468. -- Python 2:
  469. -- Interpreter: NO
  470. --
  471. -- Python 3:
  472. -- Interpreter: /home/damien/.virtualenvs/cv/bin/python3 (ver 3.6.3)
  473. --
  474. -- Python (for build): /home/damien/.virtualenvs/cv/bin/python3
  475. --
  476. -- Java:
  477. -- ant: NO
  478. -- JNI: NO
  479. -- Java wrappers: NO
  480. -- Java tests: NO
  481. --
  482. -- Matlab: Matlab not found or implicitly disabled
  483. --
  484. -- Documentation:
  485. -- Doxygen: NO
  486. --
  487. -- Tests and samples:
  488. -- Tests: YES
  489. -- Performance tests: YES
  490. -- C/C++ Examples: YES
  491. --
  492. -- Install path: /usr/local
  493. --
  494. -- cvconfig.h is in: /home/damien/oc/opencv-3.3.1/build
  495. -- -----------------------------------------------------------------
  496. --
  497. -- Configuring incomplete, errors occurred!
  498. See also "/home/damien/oc/opencv-3.3.1/build/CMakeFiles/CMakeOutput.log".
  499. See also "/home/damien/oc/opencv-3.3.1/build/CMakeFiles/CMakeError.log".
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement