Guest User

Untitled

a guest
Dec 9th, 2017
34
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.55 KB | None | 0 0
  1. cmake output:
  2.  
  3.  
  4. -- General configuration for OpenCV 3.3.1 =====================================
  5. -- Version control: unknown
  6. --
  7. -- Extra modules:
  8. -- Location (extra): /home/vlad/Downloads/opencv_contrib-3.3.1/modules
  9. -- Version control (extra): unknown
  10. --
  11. -- Platform:
  12. -- Timestamp: 2017-12-09T22:39:31Z
  13. -- Host: Linux 4.13.0-19-generic x86_64
  14. -- CMake: 3.9.1
  15. -- CMake generator: Unix Makefiles
  16. -- CMake build tool: /usr/bin/make
  17. -- Configuration: RELEASE
  18. --
  19. -- CPU/HW features:
  20. -- Baseline: SSE SSE2 SSE3
  21. -- requested: SSE3
  22. -- Dispatched code generation: SSE4_1 SSE4_2 FP16 AVX AVX2
  23. -- requested: SSE4_1 SSE4_2 AVX FP16 AVX2
  24. -- SSE4_1 (3 files): + SSSE3 SSE4_1
  25. -- SSE4_2 (1 files): + SSSE3 SSE4_1 POPCNT SSE4_2
  26. -- FP16 (1 files): + SSSE3 SSE4_1 POPCNT SSE4_2 FP16 AVX
  27. -- AVX (5 files): + SSSE3 SSE4_1 POPCNT SSE4_2 AVX
  28. -- AVX2 (8 files): + SSSE3 SSE4_1 POPCNT SSE4_2 FP16 FMA3 AVX AVX2
  29. --
  30. -- C/C++:
  31. -- Built as dynamic libs?: YES
  32. -- C++11: YES
  33. -- C++ Compiler: /usr/bin/g++-6 (ver 6.4.0)
  34. -- 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 -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -ffast-math -ffunction-sections -msse -msse2 -msse3 -fvisibility=hidden -fvisibility-inlines-hidden -DNDEBUG
  35. -- 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 -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -ffast-math -ffunction-sections -msse -msse2 -msse3 -fvisibility=hidden -fvisibility-inlines-hidden -O0 -DDEBUG -D_DEBUG
  36. -- C Compiler: /usr/bin/gcc-6
  37. -- 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 -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -ffast-math -ffunction-sections -msse -msse2 -msse3 -fvisibility=hidden -DNDEBUG
  38. -- 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 -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -ffast-math -ffunction-sections -msse -msse2 -msse3 -fvisibility=hidden -O0 -DDEBUG -D_DEBUG
  39. -- Linker flags (Release):
  40. -- Linker flags (Debug):
  41. -- ccache: NO
  42. -- Precompiled headers: NO
  43. -- Extra dependencies: dl m pthread rt /usr/lib/x86_64-linux-gnu/libGLU.so /usr/lib/libGL.so /usr/lib/x86_64-linux-gnu/libtbb.so cudart nppc nppial nppicc nppicom nppidei nppif nppig nppim nppist nppisu nppitc npps cublas cufft -L/usr/local/cuda/lib64
  44. -- 3rdparty dependencies:
  45. --
  46. -- OpenCV modules:
  47. -- To be built: cudev core cudaarithm flann imgproc ml objdetect phase_unwrapping plot reg surface_matching video viz xphoto bgsegm cudabgsegm cudafilters cudaimgproc cudawarping dnn face freetype fuzzy img_hash imgcodecs photo shape videoio xobjdetect cudacodec highgui bioinspired dpm features2d line_descriptor saliency text calib3d ccalib cudafeatures2d cudalegacy cudaobjdetect cudaoptflow cudastereo cvv datasets rgbd stereo structured_light superres tracking videostab xfeatures2d ximgproc aruco optflow stitching
  48. -- Disabled: js world contrib_world
  49. -- Disabled by dependency: -
  50. -- Unavailable: java python2 python3 ts cnn_3dobj dnn_modern hdf matlab sfm
  51. --
  52. -- GUI:
  53. -- QT 5.x: YES (ver 5.10.0)
  54. -- QT OpenGL support: YES (Qt5::OpenGL 5.10.0)
  55. -- OpenGL support: YES (/usr/lib/x86_64-linux-gnu/libGLU.so /usr/lib/libGL.so)
  56. -- VTK support: YES (ver 9.0.0)
  57. --
  58. -- Media I/O:
  59. -- ZLib: /usr/lib/x86_64-linux-gnu/libz.so (ver 1.2.11)
  60. -- JPEG: /usr/lib/x86_64-linux-gnu/libjpeg.so (ver )
  61. -- WEBP: build (ver encoder: 0x020e)
  62. -- PNG: /usr/lib/x86_64-linux-gnu/libpng.so (ver 1.6.34)
  63. -- TIFF: build (ver 42 - 4.0.2)
  64. -- JPEG 2000: build (ver 1.900.1)
  65. -- OpenEXR: /usr/lib/x86_64-linux-gnu/libImath.so /usr/lib/x86_64-linux-gnu/libIlmImf.so /usr/lib/x86_64-linux-gnu/libIex.so /usr/lib/x86_64-linux-gnu/libHalf.so /usr/lib/x86_64-linux-gnu/libIlmThread.so (ver 2.2.0)
  66. -- GDAL: NO
  67. -- GDCM: NO
  68. --
  69. -- Video I/O:
  70. -- DC1394 1.x: NO
  71. -- DC1394 2.x: YES (ver 2.2.5)
  72. -- FFMPEG: YES
  73. -- avcodec: YES (ver 57.89.100)
  74. -- avformat: YES (ver 57.71.100)
  75. -- avutil: YES (ver 55.58.100)
  76. -- swscale: YES (ver 4.6.100)
  77. -- avresample: YES (ver 3.5.0)
  78. -- GStreamer: NO
  79. -- OpenNI: NO
  80. -- OpenNI PrimeSensor Modules: NO
  81. -- OpenNI2: NO
  82. -- PvAPI: NO
  83. -- GigEVisionSDK: NO
  84. -- Aravis SDK: NO
  85. -- UniCap: NO
  86. -- UniCap ucil: NO
  87. -- V4L/V4L2: NO/YES
  88. -- XIMEA: NO
  89. -- Xine: NO
  90. -- Intel Media SDK: NO
  91. -- gPhoto2: YES
  92. --
  93. -- Parallel framework: TBB (ver 2017.0 interface 9107)
  94. --
  95. -- Trace: YES (with Intel ITT)
  96. --
  97. -- Other third-party libraries:
  98. -- Use Intel IPP: 2017.0.3 [2017.0.3]
  99. -- at: /home/vlad/Downloads/opencv-3.3.1/build/3rdparty/ippicv/ippicv_lnx
  100. -- Use Intel IPP IW: sources (2017.0.3)
  101. -- at: /home/vlad/Downloads/opencv-3.3.1/build/3rdparty/ippicv/ippiw_lnx
  102. -- Use VA: NO
  103. -- Use Intel VA-API/OpenCL: NO
  104. -- Use Lapack: NO
  105. -- Use Eigen: NO
  106. -- Use Cuda: YES (ver 9.0)
  107. -- Use OpenCL: YES
  108. -- Use OpenVX: NO
  109. -- Use custom HAL: NO
  110. --
  111. -- NVIDIA CUDA
  112. -- Use CUFFT: YES
  113. -- Use CUBLAS: YES
  114. -- USE NVCUVID: YES
  115. -- NVIDIA GPU arch: 32
  116. -- NVIDIA PTX archs: 32
  117. -- Use fast math: YES
  118. --
  119. -- OpenCL: <Dynamic loading of OpenCL library>
  120. -- Include path: /home/vlad/Downloads/opencv-3.3.1/3rdparty/include/opencl/1.2
  121. -- Use AMDFFT: NO
  122. -- Use AMDBLAS: NO
  123. --
  124. -- Python 2:
  125. -- Interpreter: /usr/bin/python2.7 (ver 2.7.14)
  126. --
  127. -- Python 3:
  128. -- Interpreter: /usr/bin/python3 (ver 3.6.3)
  129. --
  130. -- Python (for build): /usr/bin/python2.7
  131. --
  132. -- Java:
  133. -- ant: NO
  134. -- JNI: NO
  135. -- Java wrappers: NO
  136. -- Java tests: NO
  137. --
  138. -- Matlab: Matlab not found or implicitly disabled
  139. --
  140. -- Documentation:
  141. -- Doxygen: NO
  142. --
  143. -- Tests and samples:
  144. -- Tests: NO
  145. -- Performance tests: NO
  146. -- C/C++ Examples: YES
  147. --
  148. -- Install path: /usr/local
  149. --
  150. -- cvconfig.h is in: /home/vlad/Downloads/opencv-3.3.1/build
  151. -- -----------------------------------------------------------------
  152.  
  153.  
  154.  
  155. make error:
  156.  
  157. [ 19%] Built target opencv_flann
  158. [ 20%] Built target opencv_ml
  159. [ 20%] Linking CXX shared library ../../lib/libopencv_surface_matching.so
  160. [ 23%] Built target opencv_imgproc
  161. make[2]: *** No rule to make target '/home/vlad/Downloads/VTK-Release-build/lib/libvtkInteractionStyle-9.0.so.1', needed by 'lib/libopencv_viz.so.3.3.1'. Stop.
  162. CMakeFiles/Makefile2:3312: recipe for target 'modules/viz/CMakeFiles/opencv_viz.dir/all' failed
  163. make[1]: *** [modules/viz/CMakeFiles/opencv_viz.dir/all] Error 2
  164. make[1]: *** Waiting for unfinished jobs....
  165. ...............
  166. ...............
  167. [ 28%] Built target opencv_imgcodecs
  168. Makefile:162: recipe for target 'all' failed
  169. make: *** [all] Error 2
Add Comment
Please, Sign In to add comment