Advertisement
madduci

Windows OpenCV log

May 24th, 2014
508
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CMake 5.69 KB | None | 0 0
  1. Checking for Windows Platform SDK
  2. Checking for Visual Studio 2012
  3. CUDA detected: 6.0
  4. CUDA NVCC target flags: -gencode;arch=compute_11,code=sm_11;-gencode;arch=compute_12,code=sm_12;-gencode;arch=compute_13,code=sm_13;-gencode;arch=compute_20,code=sm_20;-gencode;arch=compute_20,code=sm_21;-gencode;arch=compute_30,code=sm_30;-gencode;arch=compute_35,code=sm_35;-gencode;arch=compute_30,code=compute_30
  5. Could NOT find PythonInterp (missing:  PYTHON_EXECUTABLE) (Required is at least version "2.0")
  6. Assume that non-module dependency is available: cudart (for module opencv_core)
  7. Assume that non-module dependency is available: nppc (for module opencv_core)
  8. Assume that non-module dependency is available: nppi (for module opencv_core)
  9. Assume that non-module dependency is available: npps (for module opencv_core)
  10.  
  11. General configuration for OpenCV 2.4.9 =====================================
  12.   Version control:               unknown
  13.  
  14.   Platform:
  15.     Host:                        Windows 6.2 AMD64
  16.     CMake:                       2.8.12.2
  17.     CMake generator:             Visual Studio 11 Win64
  18.     CMake build tool:            C:/Windows/Microsoft.NET/Framework/v4.0.30319/MSBuild.exe
  19.     MSVC:                        1700
  20.  
  21.   C/C++:
  22.     Built as dynamic libs?:      YES
  23.     C++ Compiler:                C:/Program Files (x86)/Microsoft Visual Studio 11.0/VC/bin/x86_amd64/cl.exe  (ver 17.0.60610.1)
  24.     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
  25.     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
  26.     C Compiler:                  C:/Program Files (x86)/Microsoft Visual Studio 11.0/VC/bin/x86_amd64/cl.exe
  27.     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
  28.     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
  29.     Linker flags (Release):      /machine:x64   /INCREMENTAL:NO  /debug
  30.     Linker flags (Debug):        /machine:x64   /debug /INCREMENTAL
  31.     Precompiled headers:         YES
  32.  
  33.   OpenCV modules:
  34.     To be built:                 core flann imgproc highgui features2d calib3d ml video legacy objdetect photo gpu ocl nonfree contrib stitching superres ts videostab
  35.     Disabled:                    world
  36.     Disabled by dependency:      -
  37.     Unavailable:                 androidcamera dynamicuda java python viz
  38.  
  39.   Windows RT support:            NO
  40.  
  41.   GUI:
  42.     QT:                          NO
  43.     Win32 UI:                    YES
  44.     OpenGL support:              YES (glu32 opengl32)
  45.     VTK support:                 NO
  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.     DC1394 1.x:                  NO
  58.     DC1394 2.x:                  NO
  59.     FFMPEG:                      YES (prebuilt binaries)
  60.       codec:                     YES (ver 55.18.102)
  61.       format:                    YES (ver 55.12.100)
  62.       util:                      YES (ver 52.38.100)
  63.       swscale:                   YES (ver 2.3.100)
  64.       gentoo-style:              YES
  65.     OpenNI:                      NO
  66.     OpenNI PrimeSensor Modules:  NO
  67.     PvAPI:                       NO
  68.     GigEVisionSDK:               NO
  69.     DirectShow:                  YES
  70.     Media Foundation:            NO
  71.     XIMEA:                       NO
  72.     Intel PerC:                  NO
  73.  
  74.   Other third-party libraries:
  75.     Use IPP:                     NO
  76.     Use Eigen:                   NO
  77.     Use TBB:                     NO
  78.     Use OpenMP:                  NO
  79.     Use GCD                      NO
  80.     Use Concurrency              YES
  81.     Use C=:                      NO
  82.     Use Cuda:                    YES (ver 6.0)
  83.     Use OpenCL:                  YES
  84.  
  85.   NVIDIA CUDA
  86.     Use CUFFT:                   YES
  87.     Use CUBLAS:                  NO
  88.     USE NVCUVID:                 NO
  89.     NVIDIA GPU arch:             11 12 13 20 21 30 35
  90.     NVIDIA PTX archs:            30
  91.     Use fast math:               NO
  92.  
  93.   OpenCL:
  94.     Version:                     dynamic
  95.     Include path:                C:/Frameworks/OpenCV/sources/3rdparty/include/opencl/1.2
  96.     Use AMD FFT:                 NO
  97.     Use AMD BLAS:                NO
  98.  
  99.   Python:
  100.     Interpreter:                 NO
  101.  
  102.   Java:
  103.     ant:                         NO
  104.     JNI:                         C:/Program Files/Java/jdk1.6.0_45/include C:/Program Files/Java/jdk1.6.0_45/include/win32 C:/Program Files/Java/jdk1.6.0_45/include
  105.     Java tests:                  NO
  106.  
  107.   Documentation:
  108.     Build Documentation:         NO
  109.     Sphinx:                      NO
  110.     PdfLaTeX compiler:           C:/Program Files/MikTex/miktex/bin/x64/pdflatex.exe
  111.  
  112.   Tests and samples:
  113.     Tests:                       YES
  114.     Performance tests:           YES
  115.     C/C++ Examples:              NO
  116.  
  117.   Install path:                  C:/Frameworks/OpenCV/build/install
  118.  
  119.   cvconfig.h is in:              C:/Frameworks/OpenCV/build
  120. -----------------------------------------------------------------
  121.  
  122. Configuring done
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement