Created
December 7, 2016 12:23
-
-
Save udaya1223/2e3308b3c12e8332548192dd0a686783 to your computer and use it in GitHub Desktop.
CMake Log - Building OpenCV3.1 with contrib package
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
found IPP (ICV version): 9.0.1 [9.0.1] | |
at: J:/Research Related Software/OpenCV/NEW_OpenCV_3.1.0/OpenCV_3.1.0_Source/3rdparty/ippicv/unpack/ippicv_win | |
Could NOT find PythonInterp (missing: PYTHON_EXECUTABLE) (Required is at least version "2.7") | |
Could NOT find PythonInterp (missing: PYTHON_EXECUTABLE) (Required is at least version "2.6") | |
Could NOT find PythonInterp (missing: PYTHON_EXECUTABLE) (Required is at least version "3.4") | |
Could NOT find PythonInterp (missing: PYTHON_EXECUTABLE) (Required is at least version "3.2") | |
Could NOT find JNI (missing: JAVA_AWT_LIBRARY JAVA_JVM_LIBRARY JAVA_INCLUDE_PATH JAVA_INCLUDE_PATH2 JAVA_AWT_INCLUDE_PATH) | |
VTK is not found. Please set -DVTK_DIR in CMake to VTK build directory, or to VTK install subdirectory with VTKConfig.cmake file | |
Check contents of vgg_generated_48.i ... | |
Check contents of vgg_generated_64.i ... | |
Check contents of vgg_generated_80.i ... | |
Check contents of vgg_generated_120.i ... | |
Check contents of boostdesc_bgm.i ... | |
Check contents of boostdesc_bgm_bi.i ... | |
Check contents of boostdesc_bgm_hd.i ... | |
Check contents of boostdesc_binboost_064.i ... | |
Check contents of boostdesc_binboost_128.i ... | |
Check contents of boostdesc_binboost_256.i ... | |
Check contents of boostdesc_lbgm.i ... | |
General configuration for OpenCV 3.1.0 ===================================== | |
Version control: unknown | |
Platform: | |
Host: Windows 10.0.14393 AMD64 | |
CMake: 3.5.0-rc3 | |
CMake generator: Visual Studio 12 2013 Win64 | |
CMake build tool: C:/Program Files (x86)/MSBuild/12.0/bin/MSBuild.exe | |
MSVC: 1800 | |
C/C++: | |
Built as dynamic libs?: YES | |
C++ Compiler: C:/Program Files (x86)/Microsoft Visual Studio 12.0/VC/bin/x86_amd64/cl.exe (ver 18.0.31101.0) | |
C++ flags (Release): /DWIN32 /D_WINDOWS /W4 /GR /EHa /D _CRT_SECURE_NO_DEPRECATE /D _CRT_NONSTDC_NO_DEPRECATE /D _SCL_SECURE_NO_WARNINGS /Gy /bigobj /Oi /wd4251 /wd4324 /wd4275 /wd4589 /MP8 /MD /O2 /Ob2 /D NDEBUG /Zi | |
C++ flags (Debug): /DWIN32 /D_WINDOWS /W4 /GR /EHa /D _CRT_SECURE_NO_DEPRECATE /D _CRT_NONSTDC_NO_DEPRECATE /D _SCL_SECURE_NO_WARNINGS /Gy /bigobj /Oi /wd4251 /wd4324 /wd4275 /wd4589 /MP8 /D_DEBUG /MDd /Zi /Ob0 /Od /RTC1 | |
C Compiler: C:/Program Files (x86)/Microsoft Visual Studio 12.0/VC/bin/x86_amd64/cl.exe | |
C flags (Release): /DWIN32 /D_WINDOWS /W3 /D _CRT_SECURE_NO_DEPRECATE /D _CRT_NONSTDC_NO_DEPRECATE /D _SCL_SECURE_NO_WARNINGS /Gy /bigobj /Oi /MP8 /MD /O2 /Ob2 /D NDEBUG /Zi | |
C flags (Debug): /DWIN32 /D_WINDOWS /W3 /D _CRT_SECURE_NO_DEPRECATE /D _CRT_NONSTDC_NO_DEPRECATE /D _SCL_SECURE_NO_WARNINGS /Gy /bigobj /Oi /MP8 /D_DEBUG /MDd /Zi /Ob0 /Od /RTC1 | |
Linker flags (Release): /machine:x64 /INCREMENTAL:NO /debug | |
Linker flags (Debug): /machine:x64 /debug /INCREMENTAL | |
Precompiled headers: YES | |
Extra dependencies: comctl32 gdi32 ole32 setupapi ws2_32 vfw32 glu32 opengl32 | |
3rdparty dependencies: zlib libjpeg libwebp libpng libtiff libjasper | |
OpenCV modules: | |
To be built: core flann imgproc ml photo video imgcodecs shape videoio highgui objdetect plot superres xphoto features2d calib3d videostab xfeatures2d aruco stitching | |
Disabled: ts world | |
Disabled by dependency: - | |
Unavailable: cudaarithm cudabgsegm cudacodec cudafeatures2d cudafilters cudaimgproc cudalegacy cudaobjdetect cudaoptflow cudastereo cudawarping cudev java python2 python3 viz | |
Windows RT support: NO | |
GUI: | |
QT: NO | |
Win32 UI: YES | |
OpenGL support: YES (glu32 opengl32) | |
VTK support: NO | |
Media I/O: | |
ZLib: build (ver 1.2.8) | |
JPEG: build (ver 90) | |
WEBP: build (ver 0.3.1) | |
PNG: build (ver 1.6.19) | |
TIFF: build (ver 42 - 4.0.2) | |
JPEG 2000: build (ver 1.900.1) | |
OpenEXR: NO | |
GDAL: NO | |
Video I/O: | |
Video for Windows: YES | |
DC1394 1.x: NO | |
DC1394 2.x: NO | |
FFMPEG: YES (prebuilt binaries) | |
codec: YES (ver 56.41.100) | |
format: YES (ver 56.36.101) | |
util: YES (ver 54.27.100) | |
swscale: YES (ver 3.1.101) | |
resample: NO | |
gentoo-style: YES | |
GStreamer: NO | |
OpenNI: NO | |
OpenNI PrimeSensor Modules: NO | |
OpenNI2: NO | |
PvAPI: NO | |
GigEVisionSDK: NO | |
DirectShow: YES | |
Media Foundation: NO | |
XIMEA: NO | |
Intel PerC: NO | |
Parallel framework: Concurrency | |
Other third-party libraries: | |
Use IPP: 9.0.1 [9.0.1] | |
at: J:/Research Related Software/OpenCV/NEW_OpenCV_3.1.0/OpenCV_3.1.0_Source/3rdparty/ippicv/unpack/ippicv_win | |
Use IPP Async: NO | |
Use Eigen: NO | |
Use Cuda: NO | |
Use OpenCL: YES | |
Use custom HAL: NO | |
OpenCL: | |
Version: dynamic | |
Include path: J:/Research Related Software/OpenCV/NEW_OpenCV_3.1.0/OpenCV_3.1.0_Source/3rdparty/include/opencl/1.2 | |
Use AMDFFT: NO | |
Use AMDBLAS: NO | |
Python 2: | |
Interpreter: NO | |
Python 3: | |
Interpreter: NO | |
Python (for build): NO | |
Java: | |
ant: NO | |
JNI: NO | |
Java wrappers: NO | |
Java tests: NO | |
Matlab: | |
mex: C:/Program Files/MATLAB/MATLAB Production Server/R2015a/bin/mex.bat | |
Compiler/generator: Not working (bindings will not be generated) | |
Tests and samples: | |
Tests: NO | |
Performance tests: NO | |
C/C++ Examples: NO | |
Install path: J:/Research Related Software/OpenCV/NEW_OpenCV_3.1.0/OpenCV_3.1.0 Custom Build/install | |
cvconfig.h is in: J:/Research Related Software/OpenCV/NEW_OpenCV_3.1.0/OpenCV_3.1.0 Custom Build | |
----------------------------------------------------------------- | |
Configuring done | |
Generating done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment