Guest User

Untitled

a guest
Feb 18th, 2017
44
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.26 KB | None | 0 0
  1. diana@diana-UX32VD:~/Загрузки/opencv-3.2.0$ sudo cmake -D WITH_GTK=ON -DOPENCV_EXTRA_MODULES_PATH=/home/diana/Загрузки/opencv_contrib-master/modules .
  2. -- Detected version of GNU GCC: 54 (504)
  3. -- FP16: Feature disabled
  4. -- Found ZLIB: /usr/lib/x86_64-linux-gnu/libz.so (found suitable version "1.2.8", minimum required is "1.2.3")
  5. -- Could NOT find TIFF (missing: TIFF_LIBRARY TIFF_INCLUDE_DIR)
  6. -- Could NOT find JPEG (missing: JPEG_LIBRARY JPEG_INCLUDE_DIR)
  7. -- Could NOT find Jasper (missing: JASPER_LIBRARIES JASPER_INCLUDE_DIR)
  8. -- Found ZLIB: /usr/lib/x86_64-linux-gnu/libz.so (found version "1.2.8")
  9. CMake Warning at cmake/OpenCVFindLibsGUI.cmake:18 (find_package):
  10. By not providing "FindQt5Core.cmake" in CMAKE_MODULE_PATH this project has
  11. asked CMake to find a package configuration file provided by "Qt5Core", but
  12. CMake did not find one.
  13.  
  14. Could not find a package configuration file provided by "Qt5Core" with any
  15. of the following names:
  16.  
  17. Qt5CoreConfig.cmake
  18. qt5core-config.cmake
  19.  
  20. Add the installation prefix of "Qt5Core" to CMAKE_PREFIX_PATH or set
  21. "Qt5Core_DIR" to a directory containing one of the above files. If
  22. "Qt5Core" provides a separate development package or SDK, be sure it has
  23. been installed.
  24. Call Stack (most recent call first):
  25. CMakeLists.txt:556 (include)
  26.  
  27.  
  28. CMake Warning at cmake/OpenCVFindLibsGUI.cmake:19 (find_package):
  29. By not providing "FindQt5Gui.cmake" in CMAKE_MODULE_PATH this project has
  30. asked CMake to find a package configuration file provided by "Qt5Gui", but
  31. CMake did not find one.
  32.  
  33. Could not find a package configuration file provided by "Qt5Gui" with any
  34. of the following names:
  35.  
  36. Qt5GuiConfig.cmake
  37. qt5gui-config.cmake
  38.  
  39. Add the installation prefix of "Qt5Gui" to CMAKE_PREFIX_PATH or set
  40. "Qt5Gui_DIR" to a directory containing one of the above files. If "Qt5Gui"
  41. provides a separate development package or SDK, be sure it has been
  42. installed.
  43. Call Stack (most recent call first):
  44. CMakeLists.txt:556 (include)
  45.  
  46.  
  47. CMake Warning at cmake/OpenCVFindLibsGUI.cmake:20 (find_package):
  48. By not providing "FindQt5Widgets.cmake" in CMAKE_MODULE_PATH this project
  49. has asked CMake to find a package configuration file provided by
  50. "Qt5Widgets", but CMake did not find one.
  51.  
  52. Could not find a package configuration file provided by "Qt5Widgets" with
  53. any of the following names:
  54.  
  55. Qt5WidgetsConfig.cmake
  56. qt5widgets-config.cmake
  57.  
  58. Add the installation prefix of "Qt5Widgets" to CMAKE_PREFIX_PATH or set
  59. "Qt5Widgets_DIR" to a directory containing one of the above files. If
  60. "Qt5Widgets" provides a separate development package or SDK, be sure it has
  61. been installed.
  62. Call Stack (most recent call first):
  63. CMakeLists.txt:556 (include)
  64.  
  65.  
  66. CMake Warning at cmake/OpenCVFindLibsGUI.cmake:21 (find_package):
  67. By not providing "FindQt5Test.cmake" in CMAKE_MODULE_PATH this project has
  68. asked CMake to find a package configuration file provided by "Qt5Test", but
  69. CMake did not find one.
  70.  
  71. Could not find a package configuration file provided by "Qt5Test" with any
  72. of the following names:
  73.  
  74. Qt5TestConfig.cmake
  75. qt5test-config.cmake
  76.  
  77. Add the installation prefix of "Qt5Test" to CMAKE_PREFIX_PATH or set
  78. "Qt5Test_DIR" to a directory containing one of the above files. If
  79. "Qt5Test" provides a separate development package or SDK, be sure it has
  80. been installed.
  81. Call Stack (most recent call first):
  82. CMakeLists.txt:556 (include)
  83.  
  84.  
  85. CMake Warning at cmake/OpenCVFindLibsGUI.cmake:22 (find_package):
  86. By not providing "FindQt5Concurrent.cmake" in CMAKE_MODULE_PATH this
  87. project has asked CMake to find a package configuration file provided by
  88. "Qt5Concurrent", but CMake did not find one.
  89.  
  90. Could not find a package configuration file provided by "Qt5Concurrent"
  91. with any of the following names:
  92.  
  93. Qt5ConcurrentConfig.cmake
  94. qt5concurrent-config.cmake
  95.  
  96. Add the installation prefix of "Qt5Concurrent" to CMAKE_PREFIX_PATH or set
  97. "Qt5Concurrent_DIR" to a directory containing one of the above files. If
  98. "Qt5Concurrent" provides a separate development package or SDK, be sure it
  99. has been installed.
  100. Call Stack (most recent call first):
  101. CMakeLists.txt:556 (include)
  102.  
  103.  
  104. -- Looking for Q_WS_X11
  105. -- Looking for Q_WS_X11 - found
  106. -- Looking for Q_WS_WIN
  107. -- Looking for Q_WS_WIN - not found
  108. -- Looking for Q_WS_QWS
  109. -- Looking for Q_WS_QWS - not found
  110. -- Looking for Q_WS_MAC
  111. -- Looking for Q_WS_MAC - not found
  112. -- Found Qt4: /usr/bin/qmake (found version "4.8.7")
  113. -- Checking for module 'gstreamer-base-1.0'
  114. -- No package 'gstreamer-base-1.0' found
  115. -- Checking for module 'gstreamer-video-1.0'
  116. -- No package 'gstreamer-video-1.0' found
  117. -- Checking for module 'gstreamer-app-1.0'
  118. -- No package 'gstreamer-app-1.0' found
  119. -- Checking for module 'gstreamer-riff-1.0'
  120. -- No package 'gstreamer-riff-1.0' found
  121. -- Checking for module 'gstreamer-pbutils-1.0'
  122. -- No package 'gstreamer-pbutils-1.0' found
  123. -- Checking for module 'gstreamer-base-0.10'
  124. -- No package 'gstreamer-base-0.10' found
  125. -- Checking for module 'gstreamer-video-0.10'
  126. -- No package 'gstreamer-video-0.10' found
  127. -- Checking for module 'gstreamer-app-0.10'
  128. -- No package 'gstreamer-app-0.10' found
  129. -- Checking for module 'gstreamer-riff-0.10'
  130. -- No package 'gstreamer-riff-0.10' found
  131. -- Checking for module 'gstreamer-pbutils-0.10'
  132. -- No package 'gstreamer-pbutils-0.10' found
  133. -- Checking for module 'libdc1394-2'
  134. -- No package 'libdc1394-2' found
  135. -- Checking for module 'libdc1394'
  136. -- No package 'libdc1394' found
  137. -- Looking for linux/videodev.h
  138. -- Looking for linux/videodev.h - not found
  139. -- Looking for linux/videodev2.h
  140. -- Looking for linux/videodev2.h - found
  141. -- Looking for sys/videoio.h
  142. -- Looking for sys/videoio.h - not found
  143. -- Checking for modules 'libavcodec;libavformat;libavutil;libswscale'
  144. -- Found libavcodec, version 56.60.100
  145. -- Found libavformat, version 56.40.101
  146. -- Found libavutil, version 54.31.100
  147. -- Found libswscale, version 3.1.101
  148. -- Checking for module 'libavresample'
  149. -- No package 'libavresample' found
  150. -- Checking for module 'libgphoto2'
  151. -- No package 'libgphoto2' found
  152. CMake Error at cmake/OpenCVFindIPP.cmake:243 (include):
  153. include could not find load file:
  154.  
  155. /home/diana/Загрузки/opencv-3.2.0/3rdparty/ippicv/downloader.cmake
  156. Call Stack (most recent call first):
  157. cmake/OpenCVFindLibsPerf.cmake:37 (include)
  158. CMakeLists.txt:558 (include)
  159.  
  160.  
  161. -- Could not find OpenBLAS include. Turning OpenBLAS_FOUND off
  162. -- Could not find OpenBLAS lib. Turning OpenBLAS_FOUND off
  163. -- Could NOT find Atlas (missing: Atlas_CBLAS_INCLUDE_DIR Atlas_CLAPACK_INCLUDE_DIR Atlas_CBLAS_LIBRARY Atlas_BLAS_LIBRARY Atlas_LAPACK_LIBRARY)
  164. -- Could NOT find Doxygen (missing: DOXYGEN_EXECUTABLE)
  165. -- Could NOT find JNI (missing: JAVA_AWT_LIBRARY JAVA_JVM_LIBRARY JAVA_INCLUDE_PATH JAVA_INCLUDE_PATH2 JAVA_AWT_INCLUDE_PATH)
  166. -- 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)
  167. -- VTK is not found. Please set -DVTK_DIR in CMake to VTK build directory, or to VTK install subdirectory with VTKConfig.cmake file
  168. -- Caffe: NO
  169. -- Protobuf: NO
  170. -- Glog: NO
  171. -- Checking for one of the modules 'freetype2'
  172. -- Checking for one of the modules 'harfbuzz'
  173. -- freetype2: YES
  174. -- harfbuzz: YES
  175. -- Could NOT find HDF5 (missing: HDF5_LIBRARIES HDF5_INCLUDE_DIRS)
  176. -- Module opencv_sfm disabled because the following dependencies are not found: Eigen Glog/Gflags
  177. -- freetype2: YES
  178. -- harfbuzz: YES
  179. -- Checking for modules 'tesseract;lept'
  180. -- No package 'tesseract' found
  181. -- No package 'lept' found
  182. -- Tesseract: NO
  183. -- Check contents of vgg_generated_48.i ...
  184. -- Check contents of vgg_generated_64.i ...
  185. -- Check contents of vgg_generated_80.i ...
  186. -- Check contents of vgg_generated_120.i ...
  187. -- Check contents of boostdesc_bgm.i ...
  188. -- Check contents of boostdesc_bgm_bi.i ...
  189. -- Check contents of boostdesc_bgm_hd.i ...
  190. -- Check contents of boostdesc_binboost_064.i ...
  191. -- Check contents of boostdesc_binboost_128.i ...
  192. -- Check contents of boostdesc_binboost_256.i ...
  193. -- Check contents of boostdesc_lbgm.i ...
  194. --
  195. -- General configuration for OpenCV 3.2.0 =====================================
  196. -- Version control: unknown
  197. --
  198. -- Extra modules:
  199. -- Location (extra): /home/diana/Загрузки/opencv_contrib-master/modules
  200. -- Version control (extra): unknown
  201. --
  202. -- Platform:
  203. -- Timestamp: 2017-02-18T11:33:44Z
  204. -- Host: Linux 4.4.0-57-generic x86_64
  205. -- CMake: 3.5.1
  206. -- CMake generator: Unix Makefiles
  207. -- CMake build tool: /usr/bin/make
  208. -- Configuration: Release
  209. --
  210. -- C/C++:
  211. -- Built as dynamic libs?: YES
  212. -- C++ Compiler: /usr/bin/c++ (ver 5.4.0)
  213. -- C++ flags (Release): -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-comment -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -msse -msse2 -mno-avx -msse3 -mno-ssse3 -mno-sse4.1 -mno-sse4.2 -ffunction-sections -fvisibility=hidden -fvisibility-inlines-hidden -O3 -DNDEBUG -DNDEBUG
  214. -- C++ flags (Debug): -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-comment -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -msse -msse2 -mno-avx -msse3 -mno-ssse3 -mno-sse4.1 -mno-sse4.2 -ffunction-sections -fvisibility=hidden -fvisibility-inlines-hidden -g -O0 -DDEBUG -D_DEBUG
  215. -- C Compiler: /usr/bin/cc
  216. -- C flags (Release): -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wno-narrowing -Wno-comment -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -msse -msse2 -mno-avx -msse3 -mno-ssse3 -mno-sse4.1 -mno-sse4.2 -ffunction-sections -fvisibility=hidden -O3 -DNDEBUG -DNDEBUG
  217. -- C flags (Debug): -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wno-narrowing -Wno-comment -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -msse -msse2 -mno-avx -msse3 -mno-ssse3 -mno-sse4.1 -mno-sse4.2 -ffunction-sections -fvisibility=hidden -g -O0 -DDEBUG -D_DEBUG
  218. -- Linker flags (Release):
  219. -- Linker flags (Debug):
  220. -- ccache: NO
  221. -- Precompiled headers: YES
  222. -- Extra dependencies: /usr/lib/x86_64-linux-gnu/libQtOpenGL.so /usr/lib/x86_64-linux-gnu/libQtGui.so /usr/lib/x86_64-linux-gnu/libQtTest.so /usr/lib/x86_64-linux-gnu/libQtCore.so /usr/lib/x86_64-linux-gnu/libpng.so /usr/lib/x86_64-linux-gnu/libz.so avcodec-ffmpeg avformat-ffmpeg avutil-ffmpeg swscale-ffmpeg freetype harfbuzz dl m pthread rt /usr/lib/x86_64-linux-gnu/libGLU.so /usr/lib/x86_64-linux-gnu/libGL.so
  223. -- 3rdparty dependencies: libjpeg libwebp libtiff libjasper IlmImf libprotobuf
  224. --
  225. -- OpenCV modules:
  226. -- To be built: core flann imgproc ml photo reg surface_matching video dnn freetype 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 tracking videostab xfeatures2d ximgproc aruco optflow phase_unwrapping stitching structured_light
  227. -- Disabled: world contrib_world
  228. -- Disabled by dependency: -
  229. -- Unavailable: cudaarithm cudabgsegm cudacodec cudafeatures2d cudafilters cudaimgproc cudalegacy cudaobjdetect cudaoptflow cudastereo cudawarping cudev java python2 python3 viz cnn_3dobj cvv hdf matlab sfm
  230. --
  231. -- GUI:
  232. -- QT 4.x: YES (ver 4.8.7 EDITION = OpenSource)
  233. -- QT OpenGL support: YES (/usr/lib/x86_64-linux-gnu/libQtOpenGL.so)
  234. -- OpenGL support: YES (/usr/lib/x86_64-linux-gnu/libGLU.so /usr/lib/x86_64-linux-gnu/libGL.so)
  235. -- VTK support: NO
  236. --
  237. -- Media I/O:
  238. -- ZLib: /usr/lib/x86_64-linux-gnu/libz.so (ver 1.2.8)
  239. -- JPEG: libjpeg (ver 90)
  240. -- WEBP: build (ver 0.3.1)
  241. -- PNG: /usr/lib/x86_64-linux-gnu/libpng.so (ver 1.2.54)
  242. -- TIFF: build (ver 42 - 4.0.2)
  243. -- JPEG 2000: build (ver 1.900.1)
  244. -- OpenEXR: build (ver 1.7.1)
  245. -- GDAL: NO
  246. -- GDCM: NO
  247. --
  248. -- Video I/O:
  249. -- DC1394 1.x: NO
  250. -- DC1394 2.x: NO
  251. -- FFMPEG: YES
  252. -- avcodec: YES (ver 56.60.100)
  253. -- avformat: YES (ver 56.40.101)
  254. -- avutil: YES (ver 54.31.100)
  255. -- swscale: YES (ver 3.1.101)
  256. -- avresample: NO
  257. -- GStreamer: NO
  258. -- OpenNI: NO
  259. -- OpenNI PrimeSensor Modules: NO
  260. -- OpenNI2: NO
  261. -- PvAPI: NO
  262. -- GigEVisionSDK: NO
  263. -- Aravis SDK: NO
  264. -- UniCap: NO
  265. -- UniCap ucil: NO
  266. -- V4L/V4L2: NO/YES
  267. -- XIMEA: NO
  268. -- Xine: NO
  269. -- gPhoto2: NO
  270. --
  271. -- Parallel framework: pthreads
  272. --
  273. -- Other third-party libraries:
  274. -- Use IPP: IPP not found or implicitly disabled
  275. -- Use IPP Async: NO
  276. -- Use VA: NO
  277. -- Use Intel VA-API/OpenCL: NO
  278. -- Use Lapack: NO
  279. -- Use Eigen: NO
  280. -- Use Cuda: NO
  281. -- Use OpenCL: YES
  282. -- Use OpenVX: NO
  283. -- Use custom HAL: NO
  284. --
  285. -- OpenCL: <Dynamic loading of OpenCL library>
  286. -- Include path: /home/diana/Загрузки/opencv-3.2.0/3rdparty/include/opencl/1.2
  287. -- Use AMDFFT: NO
  288. -- Use AMDBLAS: NO
  289. --
  290. -- Python 2:
  291. -- Interpreter: /usr/bin/python2.7 (ver 2.7.12)
  292. --
  293. -- Python 3:
  294. -- Interpreter: /usr/bin/python3 (ver 3.5.2)
  295. --
  296. -- Python (for build): /usr/bin/python2.7
  297. --
  298. -- Java:
  299. -- ant: NO
  300. -- JNI: NO
  301. -- Java wrappers: NO
  302. -- Java tests: NO
  303. --
  304. -- Matlab: Matlab not found or implicitly disabled
  305. --
  306. -- Documentation:
  307. -- Doxygen: NO
  308. --
  309. -- Tests and samples:
  310. -- Tests: YES
  311. -- Performance tests: YES
  312. -- C/C++ Examples: NO
  313. --
  314. -- Install path: /usr/local
  315. --
  316. -- cvconfig.h is in: /home/diana/Загрузки/opencv-3.2.0
  317. -- -----------------------------------------------------------------
  318. --
  319. CMake Warning at CMakeLists.txt:1356 (message):
  320. The source directory is the same as binary directory. "make clean" may
  321. damage the source tree
  322.  
  323.  
  324. -- Configuring incomplete, errors occurred!
  325. See also "/home/diana/Загрузки/opencv-3.2.0/CMakeFiles/CMakeOutput.log".
  326. See also "/home/diana/Загрузки/opencv-3.2.0/CMakeFiles/CMakeError.log".
  327. diana@diana-UX32VD:~/Загрузки/opencv-3.2.0$
Add Comment
Please, Sign In to add comment