Skip to content

Instantly share code, notes, and snippets.

@tpitman
Created June 23, 2016 20:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tpitman/9c4267220067c144e012e62a03670d9a to your computer and use it in GitHub Desktop.
Save tpitman/9c4267220067c144e012e62a03670d9a to your computer and use it in GitHub Desktop.
Error building OpenCV 3 on Raspbian
— Performing Test HAVE_CXX_WMISSING_PROTOTYPES
— Performing Test HAVE_CXX_WMISSING_PROTOTYPES – Failed
— checking for module ‘gtk+-3.0’
— package ‘gtk+-3.0’ not found
FINAL OUTPUT:
— GUI:
— QT: NO
— GTK+ 2.x: YES (ver 2.24.25)
— GThread : YES (ver 2.42.1)
— GtkGlExt: NO
— OpenGL support: NO
— VTK support: NO
— Media I/O:
— ZLib: /usr/lib/arm-linux-gnueabihf/libz.so (ver 1.2.8)
— JPEG: /usr/lib/arm-linux-gnueabihf/libjpeg.so (ver )
— WEBP: build (ver 0.3.1)
— PNG: /usr/lib/arm-linux-gnueabihf/libpng.so (ver 1.2.50)
— TIFF: /usr/lib/arm-linux-gnueabihf/libtiff.so (ver 42 – 4.0.3)
— JPEG 2000: /usr/lib/arm-linux-gnueabihf/libjasper.so (ver 1.900.1)
— OpenEXR: build (ver 1.7.1)
— GDAL: NO
— Video I/O:
— DC1394 1.x: NO
— DC1394 2.x: NO
— FFMPEG: YES
— codec: YES (ver 56.1.0)
— format: YES (ver 56.1.0)
— util: YES (ver 54.3.0)
— swscale: YES (ver 3.0.0)
— resample: YES (ver 2.1.0)
— gentoo-style: YES
— GStreamer:
— base: YES (ver 0.10.36)
— video: YES (ver 0.10.36)
— app: YES (ver 0.10.36)
— riff: YES (ver 0.10.36)
— pbutils: YES (ver 0.10.36)
— OpenNI: NO
— OpenNI PrimeSensor Modules: NO
— OpenNI2: NO
— PvAPI: NO
— GigEVisionSDK: NO
— UniCap: NO
— UniCap ucil: NO
— V4L/V4L2: Using libv4l1 (ver 1.6.0) / libv4l2 (ver 1.6.0)
— XIMEA: NO
— Xine: NO
— gPhoto2: NO
— Parallel framework: pthreads
— Other third-party libraries:
— Use IPP: NO
— Use VA: NO
— Use Intel VA-API/OpenCL: NO
— Use Eigen: NO
— Use Cuda: NO
— Use OpenCL: YES
— Use custom HAL: NO
— OpenCL:
— Version: dynamic
— Include path: /home/pi/opencv-3.1.0/3rdparty/include/opencl/1.2
— Use AMDFFT: NO
— Use AMDBLAS: NO
— Python 2:
— Interpreter: /home/pi/.virtualenvs/cv/bin/python2.7 (ver 2.7.9)
— Libraries: /usr/lib/arm-linux-gnueabihf/libpython2.7.so (ver 2.7.9)
— numpy: /home/pi/.virtualenvs/cv/local/lib/python2.7/site-packages/numpy/core/include (ver 1.11.0)
— packages path: lib/python2.7/site-packages
— Python 3:
— Interpreter: /usr/bin/python3.4 (ver 3.4.2)
— Libraries: /usr/lib/arm-linux-gnueabihf/libpython3.4m.so (ver 3.4.2)
— numpy: /usr/lib/python3/dist-packages/numpy/core/include (ver 1.8.2)
— packages path: lib/python3.4/site-packages
— Python (for build): /home/pi/.virtualenvs/cv/bin/python2.7
— Java:
— ant: NO
— JNI: NO
— Java wrappers: NO
— Java tests: NO
— Matlab: Matlab not found or implicitly disabled
— Documentation:
— Doxygen: NO
— PlantUML: NO
— Tests and samples:
— Tests: YES
— Performance tests: YES
— C/C++ Examples: YES
— Install path: /usr/local
— cvconfig.h is in: /home/pi/opencv-3.1.0/build
— —————————————————————–
— Configuring done
— Generating done
— Build files have been written to: /home/pi/opencv-3.1.0/build
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment