Advertisement
dilgenter

OpenCV 2.4.5 CMake Configuration

May 9th, 2013
866
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CMake 5.19 KB | None | 0 0
  1. The CXX compiler identification is MSVC 17.0.60315.1
  2. The C compiler identification is MSVC 17.0.60315.1
  3. Check for working CXX compiler using: Visual Studio 11 Win64
  4. Check for working CXX compiler using: Visual Studio 11 Win64 -- works
  5. Detecting CXX compiler ABI info
  6. Detecting CXX compiler ABI info - done
  7. Check for working C compiler using: Visual Studio 11 Win64
  8. Check for working C compiler using: Visual Studio 11 Win64 -- works
  9. Detecting C compiler ABI info
  10. Detecting C compiler ABI info - done
  11. Could NOT find PythonLibs (missing:  PYTHON_LIBRARIES PYTHON_INCLUDE_DIRS) (Required is exact version "2.7.3")
  12. Found Sphinx 1.2b1: C:/Python27/Scripts/sphinx-build.exe
  13.  
  14. General configuration for OpenCV 2.4.5 =====================================
  15.   Version control:               unknown
  16.  
  17.   Platform:
  18.     Host:                        Windows 6.1 x86
  19.     CMake:                       2.8.10.2
  20.     CMake generator:             Visual Studio 11 Win64
  21.     CMake build tool:            C:/PROGRA~2/MICROS~3.0/Common7/IDE/devenv.com
  22.     MSVC:                        1700
  23.  
  24.   C/C++:
  25.     Built as dynamic libs?:      YES
  26.     C++ Compiler:                C:/Program Files (x86)/Microsoft Visual Studio 11.0/VC/bin/x86_amd64/cl.exe  (ver 17.0.60315.1)
  27.     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 /MD /O2 /Ob2 /D NDEBUG  /Zi
  28.     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 /D_DEBUG /MDd /Zi /Ob0 /Od /RTC1
  29.     C Compiler:                  C:/Program Files (x86)/Microsoft Visual Studio 11.0/VC/bin/x86_amd64/cl.exe
  30.     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  /MD /O2 /Ob2 /D NDEBUG  /Zi
  31.     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  /D_DEBUG /MDd /Zi /Ob0 /Od /RTC1
  32.     Linker flags (Release):      /STACK:10000000 /machine:x64   /INCREMENTAL:NO  /debug
  33.     Linker flags (Debug):        /STACK:10000000 /machine:x64   /debug /INCREMENTAL
  34.     Precompiled headers:         YES
  35.  
  36.   OpenCV modules:
  37.     To be built:                 core imgproc flann highgui features2d calib3d ml video objdetect contrib photo legacy gpu ocl nonfree stitching superres ts videostab
  38.     Disabled:                    world
  39.     Disabled by dependency:      -
  40.     Unavailable:                 androidcamera java python
  41.  
  42.   GUI:
  43.     QT 4.x:                      NO
  44.     Win32 UI:                    YES
  45.     OpenGL support:              YES (glu32 opengl32)
  46.  
  47.   Media I/O:
  48.     ZLib:                        build (ver 1.2.7)
  49.     JPEG:                        build (ver 62)
  50.     PNG:                         build (ver 1.5.12)
  51.     TIFF:                        build (ver 42 - 4.0.2)
  52.     JPEG 2000:                   build (ver 1.900.1)
  53.     OpenEXR:                     build (ver 1.7.1)
  54.  
  55.   Video I/O:
  56.     Video for Windows:           YES
  57.     FFMPEG:                      YES (prebuilt binaries)
  58.       codec:                     YES (ver 53.61.100)
  59.       format:                    YES (ver 53.32.100)
  60.       util:                      YES (ver 51.35.100)
  61.       swscale:                   YES (ver 2.1.100)
  62.       gentoo-style:              YES
  63.     OpenNI:                      NO
  64.     OpenNI PrimeSensor Modules:  NO
  65.     PvAPI:                       NO
  66.     GigEVisionSDK:               NO
  67.     DirectShow:                  YES
  68.     Media Foundation:            NO
  69.     XIMEA:                       NO
  70.  
  71.   Other third-party libraries:
  72.     Use IPP:                     NO
  73.     Use Eigen:                   YES (ver 3.1.3)
  74.     Use TBB:                     YES (ver 4.1 interface 6103)
  75.     Use OpenMP:                  NO
  76.     Use GCD                      NO
  77.     Use Concurrency              NO
  78.     Use C=:                      NO
  79.     Use Cuda:                    NO
  80.     Use OpenCL:                  YES
  81.  
  82.   OpenCL
  83.     Include path:                C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v5.0/include
  84.     libraries:                   C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v5.0/lib/x64/OpenCL.lib
  85.     Use AMD FFT:                 NO
  86.     Use AMD BLAS:                NO
  87.  
  88.   Python:
  89.     Interpreter:                 C:/Python27/python.exe (ver 2.7.3)
  90.  
  91.   Java:
  92.     ant:                         NO
  93.     JNI:                         NO
  94.     Java tests:                  YES
  95.  
  96.   Documentation:
  97.     Build Documentation:         YES
  98.     Sphinx:                      C:/Python27/Scripts/sphinx-build.exe (ver 1.2b1)
  99.     PdfLaTeX compiler:           C:/Program Files/MiKTeX 2.9/miktex/bin/x64/pdflatex.exe
  100.  
  101.   Tests and samples:
  102.     Tests:                       YES
  103.     Performance tests:           YES
  104.     C/C++ Examples:              YES
  105.  
  106.   Install path:                  C:/src/OpenCV/release/install
  107.  
  108.   cvconfig.h is in:              C:/src/OpenCV/release
  109. -----------------------------------------------------------------
  110.  
  111. Configuring done
  112. Generating done
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement