Advertisement
Guest User

Untitled

a guest
Apr 12th, 2017
299
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 10.38 KB | None | 0 0
  1. (cv) pi@kyra:~/opencv-3.1.0/build $ cmake -D CMAKE_BUILD_TYPE=RELEASE \
  2. >     -D CMAKE_INSTALL_PREFIX=/usr/local \
  3. >     -D INSTALL_PYTHON_EXAMPLES=ON \
  4. >     -D OPENCV_EXTRA_MODULES_PATH=~/opencv_contrib-3.1.0/modules \
  5. >     -D BUILD_EXAMPLES=ON ..
  6. -- Detected version of GNU GCC: 49 (409)
  7. -- Found ZLIB: /usr/lib/arm-linux-gnueabihf/libz.so (found suitable version "1.2.8", minimum required is "1.2.3")
  8. -- Found ZLIB: /usr/lib/arm-linux-gnueabihf/libz.so (found version "1.2.8")
  9. -- Checking for module 'gtk+-3.0'
  10. --   No package 'gtk+-3.0' found
  11. -- Checking for module 'gstreamer-base-1.0'
  12. --   No package 'gstreamer-base-1.0' found
  13. -- Checking for module 'gstreamer-video-1.0'
  14. --   No package 'gstreamer-video-1.0' found
  15. -- Checking for module 'gstreamer-app-1.0'
  16. --   No package 'gstreamer-app-1.0' found
  17. -- Checking for module 'gstreamer-riff-1.0'
  18. --   No package 'gstreamer-riff-1.0' found
  19. -- Checking for module 'gstreamer-pbutils-1.0'
  20. --   No package 'gstreamer-pbutils-1.0' found
  21. -- Checking for module 'gstreamer-base-0.10'
  22. --   No package 'gstreamer-base-0.10' found
  23. -- Checking for module 'gstreamer-video-0.10'
  24. --   No package 'gstreamer-video-0.10' found
  25. -- Checking for module 'gstreamer-app-0.10'
  26. --   No package 'gstreamer-app-0.10' found
  27. -- Checking for module 'gstreamer-riff-0.10'
  28. --   No package 'gstreamer-riff-0.10' found
  29. -- Checking for module 'gstreamer-pbutils-0.10'
  30. --   No package 'gstreamer-pbutils-0.10' found
  31. -- Checking for module 'libdc1394-2'
  32. --   No package 'libdc1394-2' found
  33. -- Checking for module 'libdc1394'
  34. --   No package 'libdc1394' found
  35. -- Looking for linux/videodev.h
  36. -- Looking for linux/videodev.h - not found
  37. -- Looking for linux/videodev2.h
  38. -- Looking for linux/videodev2.h - found
  39. -- Looking for sys/videoio.h
  40. -- Looking for sys/videoio.h - not found
  41. -- Looking for libavformat/avformat.h
  42. -- Looking for libavformat/avformat.h - found
  43. -- Looking for ffmpeg/avformat.h
  44. -- Looking for ffmpeg/avformat.h - not found
  45. -- Checking for module 'libgphoto2'
  46. --   No package 'libgphoto2' found
  47. -- Could NOT find Doxygen (missing:  DOXYGEN_EXECUTABLE)
  48. -- To enable PlantUML support, set PLANTUML_JAR environment variable or pass -DPLANTUML_JAR=<filepath> option to cmake
  49. -- Found PythonInterp: /home/pi/.virtualenvs/cv/bin/python2.7 (found suitable version "2.7.9", minimum required is "2.7")
  50. -- Found PythonLibs: /usr/lib/arm-linux-gnueabihf/libpython2.7.so (found suitable exact version "2.7.9")
  51. -- Found PythonInterp: /home/pi/.virtualenvs/cv/bin/python3.4 (found suitable version "3.4.2", minimum required is "3.4")
  52. -- Found PythonLibs: /usr/lib/arm-linux-gnueabihf/libpython3.4m.so (found suitable exact version "3.4.2")
  53. Traceback (most recent call last):
  54.   File "<string>", line 1, in <module>
  55. ImportError: No module named 'numpy'
  56. -- Could NOT find JNI (missing:  JAVA_AWT_LIBRARY JAVA_JVM_LIBRARY JAVA_INCLUDE_PATH JAVA_INCLUDE_PATH2 JAVA_AWT_INCLUDE_PATH)
  57. -- 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)
  58. -- VTK is not found. Please set -DVTK_DIR in CMake to VTK build directory, or to VTK install subdirectory with VTKConfig.cmake file
  59. CMake Error at cmake/OpenCVModule.cmake:295 (message):
  60.   No extra modules found in folder: /home/pi/opencv_contrib-3.1.0/modules
  61.  
  62.   Please provide path to 'opencv_contrib/modules' folder.
  63. Call Stack (most recent call first):
  64.   modules/CMakeLists.txt:7 (ocv_glob_modules)
  65.  
  66.  
  67. --
  68. -- General configuration for OpenCV 3.1.0 =====================================
  69. --   Version control:               unknown
  70. --
  71. --   Platform:
  72. --     Host:                        Linux 4.4.26-v7+ armv7l
  73. --     CMake:                       3.6.2
  74. --     CMake generator:             Unix Makefiles
  75. --     CMake build tool:            /usr/bin/make
  76. --     Configuration:               RELEASE
  77. --
  78. --   C/C++:
  79. --     Built as dynamic libs?:      YES
  80. --     C++ Compiler:                /usr/bin/c++  (ver 4.9.2)
  81. --     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 -fomit-frame-pointer -ffunction-sections -fvisibility=hidden -fvisibility-inlines-hidden -O3 -DNDEBUG  -DNDEBUG
  82. --     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 -fomit-frame-pointer -ffunction-sections -fvisibility=hidden -fvisibility-inlines-hidden -g  -O0 -DDEBUG -D_DEBUG
  83. --     C Compiler:                  /usr/bin/cc
  84. --     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 -fomit-frame-pointer -ffunction-sections -fvisibility=hidden -O3 -DNDEBUG  -DNDEBUG
  85. --     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 -fomit-frame-pointer -ffunction-sections -fvisibility=hidden -g  -O0 -DDEBUG -D_DEBUG
  86. --     Linker flags (Release):
  87. --     Linker flags (Debug):
  88. --     Precompiled headers:         YES
  89. --     Extra dependencies:          /usr/lib/arm-linux-gnueabihf/libpng.so /usr/lib/arm-linux-gnueabihf/libz.so /usr/lib/arm-linux-gnueabihf/libtiff.so /usr/lib/arm-linux-gnueabihf/libjasper.so /usr/lib/arm-linux-gnueabihf/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 avformat avutil swscale avresample dl m pthread rt
  90. --     3rdparty dependencies:       libwebp IlmImf
  91. --
  92. --   OpenCV modules:
  93. --     To be built:                 core flann imgproc ml photo video imgcodecs shape videoio highgui objdetect superres ts features2d calib3d stitching videostab
  94. --     Disabled:                    world
  95. --     Disabled by dependency:      -
  96. --     Unavailable:                 cudaarithm cudabgsegm cudacodec cudafeatures2d cudafilters cudaimgproc cudalegacy cudaobjdetect cudaoptflow cudastereo cudawarping cudev java python2 python3 viz
  97. --
  98. --   GUI:
  99. --     QT:                          NO
  100. --     GTK+ 2.x:                    YES (ver 2.24.25)
  101. --     GThread :                    YES (ver 2.42.1)
  102. --     GtkGlExt:                    NO
  103. --     OpenGL support:              NO
  104. --     VTK support:                 NO
  105. --
  106. --   Media I/O:
  107. --     ZLib:                        /usr/lib/arm-linux-gnueabihf/libz.so (ver 1.2.8)
  108. --     JPEG:                        /usr/lib/arm-linux-gnueabihf/libjpeg.so (ver )
  109. --     WEBP:                        build (ver 0.3.1)
  110. --     PNG:                         /usr/lib/arm-linux-gnueabihf/libpng.so (ver 1.2.50)
  111. --     TIFF:                        /usr/lib/arm-linux-gnueabihf/libtiff.so (ver 42 - 4.0.3)
  112. --     JPEG 2000:                   /usr/lib/arm-linux-gnueabihf/libjasper.so (ver 1.900.1)
  113. --     OpenEXR:                     build (ver 1.7.1)
  114. --     GDAL:                        NO
  115. --
  116. --   Video I/O:
  117. --     DC1394 1.x:                  NO
  118. --     DC1394 2.x:                  NO
  119. --     FFMPEG:                      YES
  120. --       codec:                     YES (ver 56.1.0)
  121. --       format:                    YES (ver 56.1.0)
  122. --       util:                      YES (ver 54.3.0)
  123. --       swscale:                   YES (ver 3.0.0)
  124. --       resample:                  YES (ver 2.1.0)
  125. --       gentoo-style:              YES
  126. --     GStreamer:                   NO
  127. --     OpenNI:                      NO
  128. --     OpenNI PrimeSensor Modules:  NO
  129. --     OpenNI2:                     NO
  130. --     PvAPI:                       NO
  131. --     GigEVisionSDK:               NO
  132. --     UniCap:                      NO
  133. --     UniCap ucil:                 NO
  134. --     V4L/V4L2:                    Using libv4l1 (ver 1.6.0) / libv4l2 (ver 1.6.0)
  135. --     XIMEA:                       NO
  136. --     Xine:                        NO
  137. --     gPhoto2:                     NO
  138. --
  139. --   Parallel framework:            pthreads
  140. --
  141. --   Other third-party libraries:
  142. --     Use IPP:                     NO
  143. --     Use VA:                      NO
  144. --     Use Intel VA-API/OpenCL:     NO
  145. --     Use Eigen:                   NO
  146. --     Use Cuda:                    NO
  147. --     Use OpenCL:                  YES
  148. --     Use custom HAL:              NO
  149. --
  150. --   OpenCL:
  151. --     Version:                     dynamic
  152. --     Include path:                /home/pi/opencv-3.1.0/3rdparty/include/opencl/1.2
  153. --     Use AMDFFT:                  NO
  154. --     Use AMDBLAS:                 NO
  155. --
  156. --   Python 2:
  157. --     Interpreter:                 /home/pi/.virtualenvs/cv/bin/python2.7 (ver 2.7.9)
  158. --
  159. --   Python 3:
  160. --     Interpreter:                 /home/pi/.virtualenvs/cv/bin/python3.4 (ver 3.4.2)
  161. --
  162. --   Python (for build):            /home/pi/.virtualenvs/cv/bin/python2.7
  163. --
  164. --   Java:
  165. --     ant:                         NO
  166. --     JNI:                         NO
  167. --     Java wrappers:               NO
  168. --     Java tests:                  NO
  169. --
  170. --   Matlab:                        Matlab not found or implicitly disabled
  171. --
  172. --   Documentation:
  173. --     Doxygen:                     NO
  174. --     PlantUML:                    NO
  175. --
  176. --   Tests and samples:
  177. --     Tests:                       YES
  178. --     Performance tests:           YES
  179. --     C/C++ Examples:              YES
  180. --
  181. --   Install path:                  /usr/local
  182. --
  183. --   cvconfig.h is in:              /home/pi/opencv-3.1.0/build
  184. -- -----------------------------------------------------------------
  185. --
  186. -- Configuring incomplete, errors occurred!
  187. See also "/home/pi/opencv-3.1.0/build/CMakeFiles/CMakeOutput.log".
  188. See also "/home/pi/opencv-3.1.0/build/CMakeFiles/CMakeError.log".
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement