Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- [-----@---- buildmaster]$ cmake -D CMAKE_BUILD_TYPE=RELEASE -D CMAKE_INSTALL_PREFIX=/usr/local -D WITH_OPENCL=OFF -D WITH_CUDA=OFF -D BUILD_opencv_cuda=OFF -D BUILD_opencv_cudaarithm=OFF -D BUILD_opencv_cudabgsegm=OFF -D BUILD_opencv_cudacodec=OFF -D BUILD_opencv_cudafeatures2d=OFF -D BUILD_opencv_cudafilters=OFF -D BUILD_opencv_cudaimgproc=OFF -D BUILD_opencv_cudalegacy=OFF -D BUILD_opencv_cudaoptflow=OFF -D BUILD_opencv_cudastereo=OFF -D BUILD_opencv_cudawarping=OFF -D ANT_EXECUTABLE=NO -D BUILD_TESTS=OFF -D BUILD_PERF_TESTS=OFF -D BUILD_EXAMPLES=OFF -D BUILD_DOCS=OFF ..
- -- Detected version of GNU GCC: 48 (408)
- -- Found ZLIB: /lib64/libz.so (found suitable version "1.2.8", minimum required is "1.2.3")
- -- Could NOT find TIFF (missing: TIFF_LIBRARY TIFF_INCLUDE_DIR)
- -- Could NOT find JPEG (missing: JPEG_LIBRARY JPEG_INCLUDE_DIR)
- -- Could NOT find Jasper (missing: JASPER_LIBRARIES JASPER_INCLUDE_DIR)
- -- Found ZLIB: /lib64/libz.so (found version "1.2.8")
- -- checking for module 'gstreamer-base-1.0'
- -- package 'gstreamer-base-1.0' not found
- -- checking for module 'gstreamer-video-1.0'
- -- package 'gstreamer-video-1.0' not found
- -- checking for module 'gstreamer-app-1.0'
- -- package 'gstreamer-app-1.0' not found
- -- checking for module 'gstreamer-riff-1.0'
- -- package 'gstreamer-riff-1.0' not found
- -- checking for module 'gstreamer-pbutils-1.0'
- -- package 'gstreamer-pbutils-1.0' not found
- -- checking for module 'libdc1394-2'
- -- package 'libdc1394-2' not found
- -- checking for module 'libdc1394'
- -- package 'libdc1394' not found
- -- Looking for linux/videodev.h
- -- Looking for linux/videodev.h - not found
- -- Looking for linux/videodev2.h
- -- Looking for linux/videodev2.h - found
- -- Looking for sys/videoio.h
- -- Looking for sys/videoio.h - not found
- -- Looking for libavformat/avformat.h
- -- Looking for libavformat/avformat.h - not found
- -- Looking for ffmpeg/avformat.h
- -- Looking for ffmpeg/avformat.h - not found
- -- ICV: downloading URL is not specified, skip downloading
- -- 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)
- -- VTK is not found. Please set -DVTK_DIR in CMake to VTK build directory, or to VTK install subdirectory with VTKConfig.cmake file
- --
- -- General configuration for OpenCV 3.0.0-dev =====================================
- -- Version control: 2.4.9-3838-gcafcfc4
- --
- -- Platform:
- -- Host: Linux 3.14.4-200.fc20.x86_64 x86_64
- -- CMake: 2.8.12.2
- -- CMake generator: Unix Makefiles
- -- CMake build tool: /usr/bin/gmake
- -- Configuration: RELEASE
- --
- -- C/C++:
- -- Built as dynamic libs?: YES
- -- C++ Compiler: /usr/bin/c++ (ver 4.8.2)
- -- 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 -Wno-long-long -pthread -fomit-frame-pointer -msse -msse2 -msse3 -ffunction-sections -fvisibility=hidden -fvisibility-inlines-hidden -O3 -DNDEBUG -DNDEBUG
- -- 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 -Wno-long-long -pthread -fomit-frame-pointer -msse -msse2 -msse3 -ffunction-sections -fvisibility=hidden -fvisibility-inlines-hidden -g -O0 -DDEBUG -D_DEBUG
- -- C Compiler: /usr/bin/cc
- -- 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 -Wno-long-long -pthread -fomit-frame-pointer -msse -msse2 -msse3 -ffunction-sections -fvisibility=hidden -O3 -DNDEBUG -DNDEBUG
- -- 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 -Wno-long-long -pthread -fomit-frame-pointer -msse -msse2 -msse3 -ffunction-sections -fvisibility=hidden -g -O0 -DDEBUG -D_DEBUG
- -- Linker flags (Release):
- -- Linker flags (Debug):
- -- Precompiled headers: YES
- --
- -- OpenCV modules:
- -- To be built: core flann imgproc highgui features2d calib3d ml nonfree objdetect video contrib legacy optim photo softcascade python shape stitching superres ts videostab
- -- Disabled: cuda cudaarithm cudabgsegm cudacodec cudafeatures2d cudafilters cudaimgproc cudaoptflow cudastereo cudawarping world
- -- Disabled by dependency: -
- -- Unavailable: androidcamera cudalegacy cudev java matlab viz
- --
- -- GUI:
- -- QT: NO
- -- GTK+ 2.x: YES (ver 2.24.22)
- -- GThread : YES (ver 2.38.2)
- -- GtkGlExt: NO
- -- OpenGL support: NO
- -- VTK support: NO
- --
- -- Media I/O:
- -- ZLib: /lib64/libz.so (ver 1.2.8)
- -- JPEG: libjpeg (ver 90)
- -- WEBP: build (ver 0.3.1)
- -- PNG: /lib64/libpng.so (ver 1.6.3)
- -- TIFF: build (ver 42 - 4.0.2)
- -- JPEG 2000: build (ver 1.900.1)
- -- OpenEXR: build (ver 1.7.1)
- --
- -- Video I/O:
- -- DC1394 1.x: NO
- -- DC1394 2.x: NO
- -- FFMPEG: YES
- -- codec: YES (ver 55.39.101)
- -- format: YES (ver 55.19.104)
- -- util: YES (ver 52.48.101)
- -- swscale: YES (ver 2.5.101)
- -- 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
- -- PvAPI: NO
- -- GigEVisionSDK: NO
- -- UniCap: NO
- -- UniCap ucil: NO
- -- V4L/V4L2: Using libv4l (ver 1.0.0)
- -- XIMEA: NO
- -- Xine: NO
- --
- -- Other third-party libraries:
- -- Use IPP: IPP not found
- -- Use IPP Async: NO
- -- Use Eigen: NO
- -- Use TBB: NO
- -- Use OpenMP: NO
- -- Use GCD NO
- -- Use Concurrency NO
- -- Use C=: NO
- -- Use Cuda: NO
- -- Use OpenCL: NO
- --
- -- Python:
- -- Interpreter: /usr/bin/python2.7 (ver 2.7.5)
- -- Libraries: /lib64/libpython2.7.so (ver 2.7.5)
- -- numpy: /usr/lib64/python2.7/site-packages/numpy/core/include (ver 1.8.0)
- -- packages path: lib/python2.7/site-packages
- --
- -- Java:
- -- ant: NO
- -- JNI: /usr/lib/jvm/java-1.7.0-openjdk-1.7.0.60-2.4.7.0.fc20.x86_64/include /usr/lib/jvm/java-1.7.0-openjdk-1.7.0.60-2.4.7.0.fc20.x86_64/include/linux /usr/lib/jvm/java-1.7.0-openjdk-1.7.0.60-2.4.7.0.fc20.x86_64/include
- -- Java tests: NO
- --
- -- Matlab:
- -- mex: NO
- --
- -- Tests and samples:
- -- Tests: NO
- -- Performance tests: NO
- -- C/C++ Examples: NO
- --
- -- Install path: /usr/local
- --
- -- cvconfig.h is in: /run/media/aaaaaaaa/OFFICE/repos/opencv/buildmaster
- -- -----------------------------------------------------------------
- --
- -- Configuring done
- -- Generating done
- -- Build files have been written to: /run/media/aaaaaaaa/OFFICE/repos/opencv/buildmaster
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement