Guest User

Untitled

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