vc2010编译opencv2.4.6 【1】

来源:互联网 发布:沈阳二手房数据 编辑:程序博客网 时间:2024/06/05 18:58

之后又写了 第二部分 ,使用这个库进行了测试 :http://blog.csdn.net/commshare/article/details/17656173  


第一部分的参考,可以参考 http://blog.csdn.net/maochongsandai110/article/details/11567983  ,其实opencv的cmake工具,已经非常牛x了,非常成熟。

===============

(1)我的vc2010的安装路径如下,说明是vc10


"E:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE\devenv.exe"



(2)必须安装cmake2.8,否则configure中没有vc10的默认配置。


这里用vc10的32位版本。


(3) 编译工作发生在目录mybuild中



(3)  configuare过程



The CXX compiler identification is MSVC 16.0.30319.1
The C compiler identification is MSVC 16.0.30319.1
Check for working CXX compiler using: Visual Studio 10
Could not register CMake's Visual Studio macros file 'CMakeVSMacros2.vsmacros' while Visual Studio is running. Please exit all running instances of Visual Studio before continuing.


CMake needs to register Visual Studio macros when its macros file is updated or when it detects that its current macros file is no longer registered with Visual Studio.


Check for working CXX compiler using: Visual Studio 10 -- works
Detecting CXX compiler ABI info
Could not register CMake's Visual Studio macros file 'CMakeVSMacros2.vsmacros' while Visual Studio is running. Please exit all running instances of Visual Studio before continuing.


CMake needs to register Visual Studio macros when its macros file is updated or when it detects that its current macros file is no longer registered with Visual Studio.


Detecting CXX compiler ABI info - done
Check for working C compiler using: Visual Studio 10
Could not register CMake's Visual Studio macros file 'CMakeVSMacros2.vsmacros' while Visual Studio is running. Please exit all running instances of Visual Studio before continuing.


CMake needs to register Visual Studio macros when its macros file is updated or when it detects that its current macros file is no longer registered with Visual Studio.


Check for working C compiler using: Visual Studio 10 -- works
Detecting C compiler ABI info
Could not register CMake's Visual Studio macros file 'CMakeVSMacros2.vsmacros' while Visual Studio is running. Please exit all running instances of Visual Studio before continuing.


CMake needs to register Visual Studio macros when its macros file is updated or when it detects that its current macros file is no longer registered with Visual Studio.


Detecting C compiler ABI info - done
Performing Test HAVE_CXX_FSIGNED_CHAR
Could not register CMake's Visual Studio macros file 'CMakeVSMacros2.vsmacros' while Visual Studio is running. Please exit all running instances of Visual Studio before continuing.


CMake needs to register Visual Studio macros when its macros file is updated or when it detects that its current macros file is no longer registered with Visual Studio.


Performing Test HAVE_CXX_FSIGNED_CHAR - Failed
Performing Test HAVE_C_FSIGNED_CHAR
Could not register CMake's Visual Studio macros file 'CMakeVSMacros2.vsmacros' while Visual Studio is running. Please exit all running instances of Visual Studio before continuing.


CMake needs to register Visual Studio macros when its macros file is updated or when it detects that its current macros file is no longer registered with Visual Studio.


Performing Test HAVE_C_FSIGNED_CHAR - Failed
Looking for fseeko
Could not register CMake's Visual Studio macros file 'CMakeVSMacros2.vsmacros' while Visual Studio is running. Please exit all running instances of Visual Studio before continuing.


CMake needs to register Visual Studio macros when its macros file is updated or when it detects that its current macros file is no longer registered with Visual Studio.


Looking for fseeko - not found
Looking for unistd.h
Could not register CMake's Visual Studio macros file 'CMakeVSMacros2.vsmacros' while Visual Studio is running. Please exit all running instances of Visual Studio before continuing.


CMake needs to register Visual Studio macros when its macros file is updated or when it detects that its current macros file is no longer registered with Visual Studio.


Looking for unistd.h - not found
Looking for sys/types.h
Could not register CMake's Visual Studio macros file 'CMakeVSMacros2.vsmacros' while Visual Studio is running. Please exit all running instances of Visual Studio before continuing.


CMake needs to register Visual Studio macros when its macros file is updated or when it detects that its current macros file is no longer registered with Visual Studio.


Looking for sys/types.h - found
Looking for stdint.h
Could not register CMake's Visual Studio macros file 'CMakeVSMacros2.vsmacros' while Visual Studio is running. Please exit all running instances of Visual Studio before continuing.


CMake needs to register Visual Studio macros when its macros file is updated or when it detects that its current macros file is no longer registered with Visual Studio.


Looking for stdint.h - found
Looking for stddef.h
Could not register CMake's Visual Studio macros file 'CMakeVSMacros2.vsmacros' while Visual Studio is running. Please exit all running instances of Visual Studio before continuing.


CMake needs to register Visual Studio macros when its macros file is updated or when it detects that its current macros file is no longer registered with Visual Studio.


Looking for stddef.h - found
Check size of off64_t
Could not register CMake's Visual Studio macros file 'CMakeVSMacros2.vsmacros' while Visual Studio is running. Please exit all running instances of Visual Studio before continuing.


CMake needs to register Visual Studio macros when its macros file is updated or when it detects that its current macros file is no longer registered with Visual Studio.


Check size of off64_t - failed
Looking for assert.h
Could not register CMake's Visual Studio macros file 'CMakeVSMacros2.vsmacros' while Visual Studio is running. Please exit all running instances of Visual Studio before continuing.


CMake needs to register Visual Studio macros when its macros file is updated or when it detects that its current macros file is no longer registered with Visual Studio.


Looking for assert.h - found
Looking for fcntl.h
Could not register CMake's Visual Studio macros file 'CMakeVSMacros2.vsmacros' while Visual Studio is running. Please exit all running instances of Visual Studio before continuing.


CMake needs to register Visual Studio macros when its macros file is updated or when it detects that its current macros file is no longer registered with Visual Studio.


Looking for fcntl.h - found
Looking for io.h
Could not register CMake's Visual Studio macros file 'CMakeVSMacros2.vsmacros' while Visual Studio is running. Please exit all running instances of Visual Studio before continuing.


CMake needs to register Visual Studio macros when its macros file is updated or when it detects that its current macros file is no longer registered with Visual Studio.


Looking for io.h - found
Looking for jbg_newlen
Could not register CMake's Visual Studio macros file 'CMakeVSMacros2.vsmacros' while Visual Studio is running. Please exit all running instances of Visual Studio before continuing.


CMake needs to register Visual Studio macros when its macros file is updated or when it detects that its current macros file is no longer registered with Visual Studio.


Looking for jbg_newlen - not found
Looking for mmap
Could not register CMake's Visual Studio macros file 'CMakeVSMacros2.vsmacros' while Visual Studio is running. Please exit all running instances of Visual Studio before continuing.


CMake needs to register Visual Studio macros when its macros file is updated or when it detects that its current macros file is no longer registered with Visual Studio.


Looking for mmap - not found
Looking for search.h
Could not register CMake's Visual Studio macros file 'CMakeVSMacros2.vsmacros' while Visual Studio is running. Please exit all running instances of Visual Studio before continuing.


CMake needs to register Visual Studio macros when its macros file is updated or when it detects that its current macros file is no longer registered with Visual Studio.


Looking for search.h - found
Looking for string.h
Could not register CMake's Visual Studio macros file 'CMakeVSMacros2.vsmacros' while Visual Studio is running. Please exit all running instances of Visual Studio before continuing.


CMake needs to register Visual Studio macros when its macros file is updated or when it detects that its current macros file is no longer registered with Visual Studio.


Looking for string.h - found
Looking for unistd.h
Could not register CMake's Visual Studio macros file 'CMakeVSMacros2.vsmacros' while Visual Studio is running. Please exit all running instances of Visual Studio before continuing.


CMake needs to register Visual Studio macros when its macros file is updated or when it detects that its current macros file is no longer registered with Visual Studio.


Looking for unistd.h - not found
Could not register CMake's Visual Studio macros file 'CMakeVSMacros2.vsmacros' while Visual Studio is running. Please exit all running instances of Visual Studio before continuing.


CMake needs to register Visual Studio macros when its macros file is updated or when it detects that its current macros file is no longer registered with Visual Studio.


Could not register CMake's Visual Studio macros file 'CMakeVSMacros2.vsmacros' while Visual Studio is running. Please exit all running instances of Visual Studio before continuing.


CMake needs to register Visual Studio macros when its macros file is updated or when it detects that its current macros file is no longer registered with Visual Studio.


Could not register CMake's Visual Studio macros file 'CMakeVSMacros2.vsmacros' while Visual Studio is running. Please exit all running instances of Visual Studio before continuing.


CMake needs to register Visual Studio macros when its macros file is updated or when it detects that its current macros file is no longer registered with Visual Studio.


Could not register CMake's Visual Studio macros file 'CMakeVSMacros2.vsmacros' while Visual Studio is running. Please exit all running instances of Visual Studio before continuing.


CMake needs to register Visual Studio macros when its macros file is updated or when it detects that its current macros file is no longer registered with Visual Studio.


Could NOT find PythonInterp (missing:  PYTHON_EXECUTABLE) (Required is at least version "2.0")
Found JNI: D:/Program Files (x86)/Java/jdk1.7.0_25/lib/jawt.lib  
Could NOT find OPENCL (missing:  OPENCL_LIBRARY OPENCL_INCLUDE_DIR) 


General configuration for OpenCV 2.4.6 =====================================
  Version control:               unknown


  Platform:
    Host:                        Windows 6.1 AMD64
    CMake:                       2.8.12
    CMake generator:             Visual Studio 10
    CMake build tool:            E:/PROGRA~1/MICROS~1.0/Common7/IDE/devenv.com
    MSVC:                        1600


  C/C++:
    Built as dynamic libs?:      YES
    C++ Compiler:                E:/Program Files (x86)/Microsoft Visual Studio 10.0/VC/bin/cl.exe  (ver 16.0.30319.1)
    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 /arch:SSE2 /Oi /fp:fast  /wd4251 /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 /arch:SSE2 /Oi /fp:fast  /wd4251 /D_DEBUG /MDd /Zi /Ob0 /Od /RTC1 
    C Compiler:                  E:/Program Files (x86)/Microsoft Visual Studio 10.0/VC/bin/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 /arch:SSE2 /Oi /fp:fast  /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 /arch:SSE2 /Oi /fp:fast  /D_DEBUG /MDd /Zi /Ob0 /Od /RTC1 
    Linker flags (Release):      /machine:X86   /INCREMENTAL:NO  /debug
    Linker flags (Debug):        /machine:X86   /debug /INCREMENTAL 
    Precompiled headers:         YES


  OpenCV modules:
    To be built:                 core imgproc flann highgui features2d calib3d ml video objdetect contrib photo legacy gpu nonfree stitching superres ts videostab
    Disabled:                    world
    Disabled by dependency:      -
    Unavailable:                 androidcamera java ocl python


  GUI: 
    QT:                          NO
    Win32 UI:                    YES
    OpenGL support:              NO


  Media I/O: 
    ZLib:                        build (ver 1.2.7)
    JPEG:                        build (ver 62)
    PNG:                         build (ver 1.5.12)
    TIFF:                        build (ver 42 - 4.0.2)
    JPEG 2000:                   build (ver 1.900.1)
    OpenEXR:                     build (ver 1.7.1)


  Video I/O:
    Video for Windows:           YES
    DC1394 1.x:                  NO
    DC1394 2.x:                  NO
    FFMPEG:                      YES (prebuilt binaries)
      codec:                     YES (ver 53.61.100)
      format:                    YES (ver 53.32.100)
      util:                      YES (ver 51.35.100)
      swscale:                   YES (ver 2.1.100)
      gentoo-style:              YES
    OpenNI:                      NO
    OpenNI PrimeSensor Modules:  NO
    PvAPI:                       NO
    GigEVisionSDK:               NO
    DirectShow:                  YES
    Media Foundation:            NO
    XIMEA:                       NO


  Other third-party libraries:
    Use IPP:                     NO
    Use Eigen:                   NO
    Use TBB:                     NO
    Use OpenMP:                  NO
    Use GCD                      NO
    Use Concurrency              YES
    Use C=:                      NO
    Use Cuda:                    NO
    Use OpenCL:                  NO


  Python:
    Interpreter:                 NO


  Java:
    ant:                         NO
    JNI:                         D:/Program Files (x86)/Java/jdk1.7.0_25/include D:/Program Files (x86)/Java/jdk1.7.0_25/include/win32 D:/Program Files (x86)/Java/jdk1.7.0_25/include
    Java tests:                  NO


  Documentation:
    Build Documentation:         NO
    Sphinx:                      NO
    PdfLaTeX compiler:           NO


  Tests and samples:
    Tests:                       YES
    Performance tests:           YES
    C/C++ Examples:              NO


  Install path:                  E:/Android/OPENCV/2.4.6.0/mybuild/install


  cvconfig.h is in:              E:/Android/OPENCV/2.4.6.0/mybuild
-----------------------------------------------------------------


Configuring done




关掉了vc2010,再次configure






Could NOT find PythonInterp (missing:  PYTHON_EXECUTABLE) (Required is at least version "2.0")
Could NOT find OPENCL (missing:  OPENCL_LIBRARY OPENCL_INCLUDE_DIR) 


General configuration for OpenCV 2.4.6 =====================================
  Version control:               unknown


  Platform:
    Host:                        Windows 6.1 AMD64
    CMake:                       2.8.12
    CMake generator:             Visual Studio 10
    CMake build tool:            E:/PROGRA~1/MICROS~1.0/Common7/IDE/devenv.com
    MSVC:                        1600


  C/C++:
    Built as dynamic libs?:      YES
    C++ Compiler:                E:/Program Files (x86)/Microsoft Visual Studio 10.0/VC/bin/cl.exe  (ver 16.0.30319.1)
    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 /arch:SSE2 /Oi /fp:fast  /wd4251 /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 /arch:SSE2 /Oi /fp:fast  /wd4251 /D_DEBUG /MDd /Zi /Ob0 /Od /RTC1 
    C Compiler:                  E:/Program Files (x86)/Microsoft Visual Studio 10.0/VC/bin/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 /arch:SSE2 /Oi /fp:fast  /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 /arch:SSE2 /Oi /fp:fast  /D_DEBUG /MDd /Zi /Ob0 /Od /RTC1 
    Linker flags (Release):      /machine:X86   /INCREMENTAL:NO  /debug
    Linker flags (Debug):        /machine:X86   /debug /INCREMENTAL 
    Precompiled headers:         YES


  OpenCV modules:
    To be built:                 core imgproc flann highgui features2d calib3d ml video objdetect contrib photo legacy gpu nonfree stitching superres ts videostab
    Disabled:                    world
    Disabled by dependency:      -
    Unavailable:                 androidcamera java ocl python


  GUI: 
    QT:                          NO
    Win32 UI:                    YES
    OpenGL support:              NO


  Media I/O: 
    ZLib:                        build (ver 1.2.7)
    JPEG:                        build (ver 62)
    PNG:                         build (ver 1.5.12)
    TIFF:                        build (ver 42 - 4.0.2)
    JPEG 2000:                   build (ver 1.900.1)
    OpenEXR:                     build (ver 1.7.1)


  Video I/O:
    Video for Windows:           YES
    DC1394 1.x:                  NO
    DC1394 2.x:                  NO
    FFMPEG:                      YES (prebuilt binaries)
      codec:                     YES (ver 53.61.100)
      format:                    YES (ver 53.32.100)
      util:                      YES (ver 51.35.100)
      swscale:                   YES (ver 2.1.100)
      gentoo-style:              YES
    OpenNI:                      NO
    OpenNI PrimeSensor Modules:  NO
    PvAPI:                       NO
    GigEVisionSDK:               NO
    DirectShow:                  YES
    Media Foundation:            NO
    XIMEA:                       NO


  Other third-party libraries:
    Use IPP:                     NO
    Use Eigen:                   NO
    Use TBB:                     NO
    Use OpenMP:                  NO
    Use GCD                      NO
    Use Concurrency              YES
    Use C=:                      NO
    Use Cuda:                    NO
    Use OpenCL:                  NO


  Python:
    Interpreter:                 NO


  Java:
    ant:                         NO
    JNI:                         D:/Program Files (x86)/Java/jdk1.7.0_25/include D:/Program Files (x86)/Java/jdk1.7.0_25/include/win32 D:/Program Files (x86)/Java/jdk1.7.0_25/include
    Java tests:                  NO


  Documentation:
    Build Documentation:         NO
    Sphinx:                      NO
    PdfLaTeX compiler:           NO


  Tests and samples:
    Tests:                       YES
    Performance tests:           YES
    C/C++ Examples:              NO


  Install path:                  E:/Android/OPENCV/2.4.6.0/mybuild/install


  cvconfig.h is in:              E:/Android/OPENCV/2.4.6.0/mybuild
-----------------------------------------------------------------


Configuring done



执行generate 






Configuring done
CMake Warning (dev) in apps/haartraining/CMakeLists.txt:
  Policy CMP0022 is not set: INTERFACE_LINK_LIBRARIES defines the link
  interface.  Run "cmake --help-policy CMP0022" for policy details.  Use the
  cmake_policy command to set the policy and suppress this warning.


  Static library target "opencv_haartraining_engine" has a
  INTERFACE_LINK_LIBRARIES property.  This should be preferred as the source
  of the link interface for this library.  Ignoring the property and using
  the link implementation as the link interface instead.
This warning is for project developers.  Use -Wno-dev to suppress it.


CMake Warning (dev) in apps/haartraining/CMakeLists.txt:
  Policy CMP0022 is not set: INTERFACE_LINK_LIBRARIES defines the link
  interface.  Run "cmake --help-policy CMP0022" for policy details.  Use the
  cmake_policy command to set the policy and suppress this warning.


  Static library target "opencv_haartraining_engine" has a
  INTERFACE_LINK_LIBRARIES property.  This should be preferred as the source
  of the link interface for this library.  Ignoring the property and using
  the link implementation as the link interface instead.
This warning is for project developers.  Use -Wno-dev to suppress it.


CMake Warning (dev) in apps/haartraining/CMakeLists.txt:
  Policy CMP0022 is not set: INTERFACE_LINK_LIBRARIES defines the link
  interface.  Run "cmake --help-policy CMP0022" for policy details.  Use the
  cmake_policy command to set the policy and suppress this warning.


  Static library target "opencv_haartraining_engine" has a
  INTERFACE_LINK_LIBRARIES property.  This should be preferred as the source
  of the link interface for this library.  Ignoring the property and using
  the link implementation as the link interface instead.
This warning is for project developers.  Use -Wno-dev to suppress it.


CMake Warning (dev) in apps/haartraining/CMakeLists.txt:
  Policy CMP0022 is not set: INTERFACE_LINK_LIBRARIES defines the link
  interface.  Run "cmake --help-policy CMP0022" for policy details.  Use the
  cmake_policy command to set the policy and suppress this warning.


  Static library target "opencv_haartraining_engine" has a
  INTERFACE_LINK_LIBRARIES property.  This should be preferred as the source
  of the link interface for this library.  Ignoring the property and using
  the link implementation as the link interface instead.
This warning is for project developers.  Use -Wno-dev to suppress it.


CMake Warning (dev) in apps/haartraining/CMakeLists.txt:
  Policy CMP0022 is not set: INTERFACE_LINK_LIBRARIES defines the link
  interface.  Run "cmake --help-policy CMP0022" for policy details.  Use the
  cmake_policy command to set the policy and suppress this warning.


  Static library target "opencv_haartraining_engine" has a
  INTERFACE_LINK_LIBRARIES property.  This should be preferred as the source
  of the link interface for this library.  Ignoring the property and using
  the link implementation as the link interface instead.
This warning is for project developers.  Use -Wno-dev to suppress it.


CMake Warning (dev) in apps/haartraining/CMakeLists.txt:
  Policy CMP0022 is not set: INTERFACE_LINK_LIBRARIES defines the link
  interface.  Run "cmake --help-policy CMP0022" for policy details.  Use the
  cmake_policy command to set the policy and suppress this warning.


  Static library target "opencv_haartraining_engine" has a
  INTERFACE_LINK_LIBRARIES property.  This should be preferred as the source
  of the link interface for this library.  Ignoring the property and using
  the link implementation as the link interface instead.
This warning is for project developers.  Use -Wno-dev to suppress it.


CMake Warning (dev) in apps/haartraining/CMakeLists.txt:
  Policy CMP0022 is not set: INTERFACE_LINK_LIBRARIES defines the link
  interface.  Run "cmake --help-policy CMP0022" for policy details.  Use the
  cmake_policy command to set the policy and suppress this warning.


  Static library target "opencv_haartraining_engine" has a
  INTERFACE_LINK_LIBRARIES property.  This should be preferred as the source
  of the link interface for this library.  Ignoring the property and using
  the link implementation as the link interface instead.
This warning is for project developers.  Use -Wno-dev to suppress it.


CMake Warning (dev) in apps/haartraining/CMakeLists.txt:
  Policy CMP0022 is not set: INTERFACE_LINK_LIBRARIES defines the link
  interface.  Run "cmake --help-policy CMP0022" for policy details.  Use the
  cmake_policy command to set the policy and suppress this warning.


  Static library target "opencv_haartraining_engine" has a
  INTERFACE_LINK_LIBRARIES property.  This should be preferred as the source
  of the link interface for this library.  Ignoring the property and using
  the link implementation as the link interface instead.
This warning is for project developers.  Use -Wno-dev to suppress it.


CMake Warning (dev) in apps/haartraining/CMakeLists.txt:
  Policy CMP0022 is not set: INTERFACE_LINK_LIBRARIES defines the link
  interface.  Run "cmake --help-policy CMP0022" for policy details.  Use the
  cmake_policy command to set the policy and suppress this warning.


  Static library target "opencv_haartraining_engine" has a
  INTERFACE_LINK_LIBRARIES property.  This should be preferred as the source
  of the link interface for this library.  Ignoring the property and using
  the link implementation as the link interface instead.
This warning is for project developers.  Use -Wno-dev to suppress it.


CMake Warning (dev) in apps/haartraining/CMakeLists.txt:
  Policy CMP0022 is not set: INTERFACE_LINK_LIBRARIES defines the link
  interface.  Run "cmake --help-policy CMP0022" for policy details.  Use the
  cmake_policy command to set the policy and suppress this warning.


  Static library target "opencv_haartraining_engine" has a
  INTERFACE_LINK_LIBRARIES property.  This should be preferred as the source
  of the link interface for this library.  Ignoring the property and using
  the link implementation as the link interface instead.
This warning is for project developers.  Use -Wno-dev to suppress it.


CMake Warning (dev) in apps/haartraining/CMakeLists.txt:
  Policy CMP0022 is not set: INTERFACE_LINK_LIBRARIES defines the link
  interface.  Run "cmake --help-policy CMP0022" for policy details.  Use the
  cmake_policy command to set the policy and suppress this warning.


  Static library target "opencv_haartraining_engine" has a
  INTERFACE_LINK_LIBRARIES property.  This should be preferred as the source
  of the link interface for this library.  Ignoring the property and using
  the link implementation as the link interface instead.
This warning is for project developers.  Use -Wno-dev to suppress it.


CMake Warning (dev) in apps/haartraining/CMakeLists.txt:
  Policy CMP0022 is not set: INTERFACE_LINK_LIBRARIES defines the link
  interface.  Run "cmake --help-policy CMP0022" for policy details.  Use the
  cmake_policy command to set the policy and suppress this warning.


  Static library target "opencv_haartraining_engine" has a
  INTERFACE_LINK_LIBRARIES property.  This should be preferred as the source
  of the link interface for this library.  Ignoring the property and using
  the link implementation as the link interface instead.
This warning is for project developers.  Use -Wno-dev to suppress it.


Generating done


(5) 以下是在vc2010中debug的过程:


1>------ Build started: Project: ZERO_CHECK, Configuration: Debug Win32 ------
1>Build started 2013/10/22 18:04:34.
1>InitializeBuildStatus:
1>  Creating "Win32\Debug\ZERO_CHECK\ZERO_CHECK.unsuccessfulbuild" because "AlwaysCreate" was specified.
1>CustomBuild:
1>  Checking Build System
1>  CMake does not need to re-run because E:/Android/OPENCV/2.4.6.0/mybuild/CMakeFiles/generate.stamp is up-to-date.
1>  CMake does not need to re-run because E:/Android/OPENCV/2.4.6.0/mybuild/3rdparty/zlib/CMakeFiles/generate.stamp is up-to-date.
1>  CMake does not need to re-run because E:/Android/OPENCV/2.4.6.0/mybuild/3rdparty/libtiff/CMakeFiles/generate.stamp is up-to-date.
1>  CMake does not need to re-run because E:/Android/OPENCV/2.4.6.0/mybuild/3rdparty/libjpeg/CMakeFiles/generate.stamp is up-to-date.
1>  CMake does not need to re-run because E:/Android/OPENCV/2.4.6.0/mybuild/3rdparty/libjasper/CMakeFiles/generate.stamp is up-to-date.
1>  CMake does not need to re-run because E:/Android/OPENCV/2.4.6.0/mybuild/3rdparty/libpng/CMakeFiles/generate.stamp is up-to-date.
1>  CMake does not need to re-run because E:/Android/OPENCV/2.4.6.0/mybuild/3rdparty/openexr/CMakeFiles/generate.stamp is up-to-date.
1>  CMake does not need to re-run because E:/Android/OPENCV/2.4.6.0/mybuild/include/CMakeFiles/generate.stamp is up-to-date.
1>  CMake does not need to re-run because E:/Android/OPENCV/2.4.6.0/mybuild/modules/CMakeFiles/generate.stamp is up-to-date.
1>  CMake does not need to re-run because E:/Android/OPENCV/2.4.6.0/mybuild/modules/androidcamera/.androidcamera/CMakeFiles/generate.stamp is up-to-date.
1>  CMake does not need to re-run because E:/Android/OPENCV/2.4.6.0/mybuild/modules/calib3d/.calib3d/CMakeFiles/generate.stamp is up-to-date.
1>  CMake does not need to re-run because E:/Android/OPENCV/2.4.6.0/mybuild/modules/contrib/.contrib/CMakeFiles/generate.stamp is up-to-date.
1>  CMake does not need to re-run because E:/Android/OPENCV/2.4.6.0/mybuild/modules/core/.core/CMakeFiles/generate.stamp is up-to-date.
1>  CMake does not need to re-run because E:/Android/OPENCV/2.4.6.0/mybuild/modules/features2d/.features2d/CMakeFiles/generate.stamp is up-to-date.
1>  CMake does not need to re-run because E:/Android/OPENCV/2.4.6.0/mybuild/modules/flann/.flann/CMakeFiles/generate.stamp is up-to-date.
1>  CMake does not need to re-run because E:/Android/OPENCV/2.4.6.0/mybuild/modules/gpu/.gpu/CMakeFiles/generate.stamp is up-to-date.
1>  CMake does not need to re-run because E:/Android/OPENCV/2.4.6.0/mybuild/modules/highgui/.highgui/CMakeFiles/generate.stamp is up-to-date.
1>  CMake does not need to re-run because E:/Android/OPENCV/2.4.6.0/mybuild/modules/imgproc/.imgproc/CMakeFiles/generate.stamp is up-to-date.
1>  CMake does not need to re-run because E:/Android/OPENCV/2.4.6.0/mybuild/modules/java/.java/CMakeFiles/generate.stamp is up-to-date.
1>  CMake does not need to re-run because E:/Android/OPENCV/2.4.6.0/mybuild/modules/legacy/.legacy/CMakeFiles/generate.stamp is up-to-date.
1>  CMake does not need to re-run because E:/Android/OPENCV/2.4.6.0/mybuild/modules/ml/.ml/CMakeFiles/generate.stamp is up-to-date.
1>  CMake does not need to re-run because E:/Android/OPENCV/2.4.6.0/mybuild/modules/nonfree/.nonfree/CMakeFiles/generate.stamp is up-to-date.
1>  CMake does not need to re-run because E:/Android/OPENCV/2.4.6.0/mybuild/modules/objdetect/.objdetect/CMakeFiles/generate.stamp is up-to-date.
1>  CMake does not need to re-run because E:/Android/OPENCV/2.4.6.0/mybuild/modules/ocl/.ocl/CMakeFiles/generate.stamp is up-to-date.
1>  CMake does not need to re-run because E:/Android/OPENCV/2.4.6.0/mybuild/modules/photo/.photo/CMakeFiles/generate.stamp is up-to-date.
1>  CMake does not need to re-run because E:/Android/OPENCV/2.4.6.0/mybuild/modules/python/.python/CMakeFiles/generate.stamp is up-to-date.
1>  CMake does not need to re-run because E:/Android/OPENCV/2.4.6.0/mybuild/modules/stitching/.stitching/CMakeFiles/generate.stamp is up-to-date.
1>  CMake does not need to re-run because E:/Android/OPENCV/2.4.6.0/mybuild/modules/superres/.superres/CMakeFiles/generate.stamp is up-to-date.
1>  CMake does not need to re-run because E:/Android/OPENCV/2.4.6.0/mybuild/modules/ts/.ts/CMakeFiles/generate.stamp is up-to-date.
1>  CMake does not need to re-run because E:/Android/OPENCV/2.4.6.0/mybuild/modules/video/.video/CMakeFiles/generate.stamp is up-to-date.
1>  CMake does not need to re-run because E:/Android/OPENCV/2.4.6.0/mybuild/modules/videostab/.videostab/CMakeFiles/generate.stamp is up-to-date.
1>  CMake does not need to re-run because E:/Android/OPENCV/2.4.6.0/mybuild/modules/world/.world/CMakeFiles/generate.stamp is up-to-date.
1>  CMake does not need to re-run because E:/Android/OPENCV/2.4.6.0/mybuild/modules/core/CMakeFiles/generate.stamp is up-to-date.
1>  CMake does not need to re-run because E:/Android/OPENCV/2.4.6.0/mybuild/modules/imgproc/CMakeFiles/generate.stamp is up-to-date.
1>  CMake does not need to re-run because E:/Android/OPENCV/2.4.6.0/mybuild/modules/flann/CMakeFiles/generate.stamp is up-to-date.
1>  CMake does not need to re-run because E:/Android/OPENCV/2.4.6.0/mybuild/modules/highgui/CMakeFiles/generate.stamp is up-to-date.
1>  CMake does not need to re-run because E:/Android/OPENCV/2.4.6.0/mybuild/modules/features2d/CMakeFiles/generate.stamp is up-to-date.
1>  CMake does not need to re-run because E:/Android/OPENCV/2.4.6.0/mybuild/modules/calib3d/CMakeFiles/generate.stamp is up-to-date.
1>  CMake does not need to re-run because E:/Android/OPENCV/2.4.6.0/mybuild/modules/ml/CMakeFiles/generate.stamp is up-to-date.
1>  CMake does not need to re-run because E:/Android/OPENCV/2.4.6.0/mybuild/modules/video/CMakeFiles/generate.stamp is up-to-date.
1>  CMake does not need to re-run because E:/Android/OPENCV/2.4.6.0/mybuild/modules/objdetect/CMakeFiles/generate.stamp is up-to-date.
1>  CMake does not need to re-run because E:/Android/OPENCV/2.4.6.0/mybuild/modules/contrib/CMakeFiles/generate.stamp is up-to-date.
1>  CMake does not need to re-run because E:/Android/OPENCV/2.4.6.0/mybuild/modules/photo/CMakeFiles/generate.stamp is up-to-date.
1>  CMake does not need to re-run because E:/Android/OPENCV/2.4.6.0/mybuild/modules/legacy/CMakeFiles/generate.stamp is up-to-date.
1>  CMake does not need to re-run because E:/Android/OPENCV/2.4.6.0/mybuild/modules/gpu/CMakeFiles/generate.stamp is up-to-date.
1>  CMake does not need to re-run because E:/Android/OPENCV/2.4.6.0/mybuild/modules/nonfree/CMakeFiles/generate.stamp is up-to-date.
1>  CMake does not need to re-run because E:/Android/OPENCV/2.4.6.0/mybuild/modules/stitching/CMakeFiles/generate.stamp is up-to-date.
1>  CMake does not need to re-run because E:/Android/OPENCV/2.4.6.0/mybuild/modules/superres/CMakeFiles/generate.stamp is up-to-date.
1>  CMake does not need to re-run because E:/Android/OPENCV/2.4.6.0/mybuild/modules/ts/CMakeFiles/generate.stamp is up-to-date.
1>  CMake does not need to re-run because E:/Android/OPENCV/2.4.6.0/mybuild/modules/videostab/CMakeFiles/generate.stamp is up-to-date.
1>  CMake does not need to re-run because E:/Android/OPENCV/2.4.6.0/mybuild/doc/CMakeFiles/generate.stamp is up-to-date.
1>  CMake does not need to re-run because E:/Android/OPENCV/2.4.6.0/mybuild/data/CMakeFiles/generate.stamp is up-to-date.
1>  CMake does not need to re-run because E:/Android/OPENCV/2.4.6.0/mybuild/apps/CMakeFiles/generate.stamp is up-to-date.
1>  CMake does not need to re-run because E:/Android/OPENCV/2.4.6.0/mybuild/apps/haartraining/CMakeFiles/generate.stamp is up-to-date.
1>  CMake does not need to re-run because E:/Android/OPENCV/2.4.6.0/mybuild/apps/traincascade/CMakeFiles/generate.stamp is up-to-date.
1>FinalizeBuildStatus:
1>  Deleting file "Win32\Debug\ZERO_CHECK\ZERO_CHECK.unsuccessfulbuild".
1>  Touching "Win32\Debug\ZERO_CHECK\ZERO_CHECK.lastbuildstate".
1>
1>Build succeeded.
1>
1>Time Elapsed 00:00:00.78
2>------ Build started: Project: zlib, Configuration: Debug Win32 ------
3>------ Build started: Project: libjpeg, Configuration: Debug Win32 ------
2>Build started 2013/10/22 18:04:36.
3>Build started 2013/10/22 18:04:36.
3>InitializeBuildStatus:
3>  Creating "libjpeg.dir\Debug\libjpeg.unsuccessfulbuild" because "AlwaysCreate" was specified.
2>InitializeBuildStatus:
2>  Creating "zlib.dir\Debug\zlib.unsuccessfulbuild" because "AlwaysCreate" was specified.
3>CustomBuild:
3>  Building Custom Rule E:/Android/OPENCV/2.4.6.0/opencv/3rdparty/libjpeg/CMakeLists.txt
3>  CMake does not need to re-run because E:\Android\OPENCV\2.4.6.0\mybuild\3rdparty\libjpeg\CMakeFiles\generate.stamp is up-to-date.
3>MakeDirsForCl:
3>  Creating directory "E:\Android\OPENCV\2.4.6.0\mybuild\3rdparty\libjpeg\Debug".
2>CustomBuild:
2>  Building Custom Rule E:/Android/OPENCV/2.4.6.0/opencv/3rdparty/zlib/CMakeLists.txt
2>  CMake does not need to re-run because E:\Android\OPENCV\2.4.6.0\mybuild\3rdparty\zlib\CMakeFiles\generate.stamp is up-to-date.
2>MakeDirsForCl:
2>  Creating directory "E:\Android\OPENCV\2.4.6.0\mybuild\3rdparty\zlib\Debug".
3>ClCompile:
3>  jcapimin.c
2>ClCompile:
2>  adler32.c
3>  jcapistd.c
2>  compress.c
2>  crc32.c
3>  jccoefct.c
2>  deflate.c
3>  jccolor.c
2>  gzclose.c
3>  jcdctmgr.c
3>  jchuff.c
2>  gzlib.c
3>  jcinit.c
2>  gzread.c
3>  jcmainct.c
3>  jcmarker.c
2>  gzwrite.c
3>  jcmaster.c
2>  inflate.c
3>  jcomapi.c
3>  jcparam.c
2>  infback.c
3>  jcphuff.c
2>  inftrees.c
3>  jcprepct.c
2>  inffast.c
3>  jcsample.c
2>  trees.c
3>  jctrans.c
3>  jdapimin.c
2>  uncompr.c
2>  zutil.c
3>  jdapistd.c
3>  jdatadst.c
2>  Generating Code...
3>  jdatasrc.c
3>  Generating Code...
3>  Compiling...
3>  jdcoefct.c
3>  jdcolor.c
3>  jddctmgr.c
3>  jdhuff.c
3>  jdinput.c
3>  jdmainct.c
3>  jdmarker.c
3>  jdmaster.c
3>  jdmerge.c
3>  jdphuff.c
3>  jdpostct.c
3>  jdsample.c
3>  jdtrans.c
3>  jerror.c
3>  jfdctflt.c
3>  jfdctfst.c
3>  jfdctint.c
3>  jidctflt.c
3>  jidctfst.c
3>  jidctint.c
3>  Generating Code...
3>  Compiling...
3>  jidctred.c
3>  jmemansi.c
3>  jmemmgr.c
3>  jquant1.c
3>  jquant2.c
3>  jutils.c
3>  transupp.c
2>Lib:
2>  zlib.vcxproj -> E:\Android\OPENCV\2.4.6.0\mybuild\3rdparty\lib\Debug\zlibd.lib
3>  Generating Code...
2>FinalizeBuildStatus:
2>  Deleting file "zlib.dir\Debug\zlib.unsuccessfulbuild".
2>  Touching "zlib.dir\Debug\zlib.lastbuildstate".
2>
2>Build succeeded.
2>
2>Time Elapsed 00:00:01.80
3>Lib:
3>  libjpeg.vcxproj -> E:\Android\OPENCV\2.4.6.0\mybuild\3rdparty\lib\Debug\libjpegd.lib
3>FinalizeBuildStatus:
3>  Deleting file "libjpeg.dir\Debug\libjpeg.unsuccessfulbuild".
3>  Touching "libjpeg.dir\Debug\libjpeg.lastbuildstate".
3>
3>Build succeeded.
3>
3>Time Elapsed 00:00:02.02
4>------ Build started: Project: opencv_core, Configuration: Debug Win32 ------
4>Build started 2013/10/22 18:04:38.
4>InitializeBuildStatus:
4>  Creating "opencv_core.dir\Debug\opencv_core.unsuccessfulbuild" because "AlwaysCreate" was specified.
4>CustomBuild:
4>  Building Custom Rule E:/Android/OPENCV/2.4.6.0/opencv/modules/core/CMakeLists.txt
4>  CMake does not need to re-run because E:\Android\OPENCV\2.4.6.0\mybuild\modules\core\CMakeFiles\generate.stamp is up-to-date.
4>MakeDirsForCl:
4>  Creating directory "E:\Android\OPENCV\2.4.6.0\mybuild\modules\core\Debug".
4>ClCompile:
4>  precomp.cpp
5>------ Build started: Project: libpng, Configuration: Debug Win32 ------
5>Build started 2013/10/22 18:04:38.
5>InitializeBuildStatus:
5>  Creating "libpng.dir\Debug\libpng.unsuccessfulbuild" because "AlwaysCreate" was specified.
5>CustomBuild:
5>  Building Custom Rule E:/Android/OPENCV/2.4.6.0/opencv/3rdparty/libpng/CMakeLists.txt
5>  CMake does not need to re-run because E:\Android\OPENCV\2.4.6.0\mybuild\3rdparty\libpng\CMakeFiles\generate.stamp is up-to-date.
5>MakeDirsForCl:
5>  Creating directory "E:\Android\OPENCV\2.4.6.0\mybuild\3rdparty\libpng\Debug".
5>ClCompile:
5>  png.c
5>  pngerror.c
5>  pngget.c
5>  pngmem.c
5>  pngpread.c
5>  pngread.c
5>  pngrio.c
5>  pngrtran.c
5>  pngrutil.c
5>  pngset.c
5>  pngtrans.c
5>  pngwio.c
5>  pngwrite.c
5>  pngwtran.c
5>  pngwutil.c
5>  Generating Code...
4>  algorithm.cpp
4>  alloc.cpp
4>  arithm.cpp
4>  array.cpp
4>  cmdparser.cpp
4>  convert.cpp
4>  copy.cpp
4>  datastructs.cpp
4>  drawing.cpp
4>  dxt.cpp
4>  glob.cpp
4>  gl_core_3_1.cpp
4>  gpumat.cpp
4>  lapack.cpp
4>  mathfuncs.cpp
4>  matmul.cpp
4>  matop.cpp
4>  matrix.cpp
4>  opengl_interop.cpp
4>  opengl_interop_deprecated.cpp
4>  Generating Code...
4>  Compiling...
4>  out.cpp
4>  parallel.cpp
4>  persistence.cpp
4>  rand.cpp
4>  stat.cpp
4>  system.cpp
4>  tables.cpp
4>  Generating Code...
4>Link:
4>     Creating library E:/Android/OPENCV/2.4.6.0/mybuild/lib/Debug/opencv_core246d.lib and object E:/Android/OPENCV/2.4.6.0/mybuild/lib/Debug/opencv_core246d.exp
4>LinkEmbedManifest:
4>     Creating library E:/Android/OPENCV/2.4.6.0/mybuild/lib/Debug/opencv_core246d.lib and object E:/Android/OPENCV/2.4.6.0/mybuild/lib/Debug/opencv_core246d.exp
4>  opencv_core.vcxproj -> E:\Android\OPENCV\2.4.6.0\mybuild\bin\Debug\opencv_core246d.dll
4>FinalizeBuildStatus:
4>  Deleting file "opencv_core.dir\Debug\opencv_core.unsuccessfulbuild".
4>  Touching "opencv_core.dir\Debug\opencv_core.lastbuildstate".
4>
4>Build succeeded.
4>
4>Time Elapsed 00:00:15.09
5>Lib:
5>  libpng.vcxproj -> E:\Android\OPENCV\2.4.6.0\mybuild\3rdparty\lib\Debug\libpngd.lib
5>FinalizeBuildStatus:
5>  Deleting file "libpng.dir\Debug\libpng.unsuccessfulbuild".
5>  Touching "libpng.dir\Debug\libpng.lastbuildstate".
5>
5>Build succeeded.
5>
5>Time Elapsed 00:00:14.96
6>------ Build started: Project: libtiff, Configuration: Debug Win32 ------
7>------ Build started: Project: opencv_imgproc, Configuration: Debug Win32 ------
6>Build started 2013/10/22 18:04:53.
7>Build started 2013/10/22 18:04:53.
6>InitializeBuildStatus:
6>  Creating "libtiff.dir\Debug\libtiff.unsuccessfulbuild" because "AlwaysCreate" was specified.
7>InitializeBuildStatus:
7>  Creating "opencv_imgproc.dir\Debug\opencv_imgproc.unsuccessfulbuild" because "AlwaysCreate" was specified.
6>CustomBuild:
6>  Building Custom Rule E:/Android/OPENCV/2.4.6.0/opencv/3rdparty/libtiff/CMakeLists.txt
7>CustomBuild:
7>  Building Custom Rule E:/Android/OPENCV/2.4.6.0/opencv/modules/imgproc/CMakeLists.txt
6>  CMake does not need to re-run because E:\Android\OPENCV\2.4.6.0\mybuild\3rdparty\libtiff\CMakeFiles\generate.stamp is up-to-date.
7>  CMake does not need to re-run because E:\Android\OPENCV\2.4.6.0\mybuild\modules\imgproc\CMakeFiles\generate.stamp is up-to-date.
6>MakeDirsForCl:
6>  Creating directory "E:\Android\OPENCV\2.4.6.0\mybuild\3rdparty\libtiff\Debug".
7>MakeDirsForCl:
7>  Creating directory "E:\Android\OPENCV\2.4.6.0\mybuild\modules\imgproc\Debug".
6>ClCompile:
6>  tif_aux.c
7>ClCompile:
7>  precomp.cpp
6>  tif_close.c
6>  tif_codec.c
6>  tif_color.c
6>  tif_compress.c
6>  tif_dir.c
6>  tif_dirinfo.c
7>  accum.cpp
7>  approx.cpp
7>  canny.cpp
7>  clahe.cpp
7>  color.cpp
6>  tif_dirread.c
7>  contours.cpp
7>  convhull.cpp
7>  corner.cpp
7>  cornersubpix.cpp
7>  deriv.cpp
7>  distransform.cpp
6>  tif_dirwrite.c
7>  emd.cpp
7>  featureselect.cpp
7>  filter.cpp
6>  tif_dumpmode.c
7>  floodfill.cpp
7>  gabor.cpp
7>  generalized_hough.cpp
6>  tif_error.c
6>  tif_extension.c
6>  tif_fax3.c
7>  geometry.cpp
7>  grabcut.cpp
7>..\..\..\opencv\modules\imgproc\src\grabcut.cpp : warning C4819: The file contains a character that cannot be represented in the current code page (936). Save the file in Unicode format to prevent data loss
6>  tif_fax3sm.c
6>  tif_flush.c
7>  histogram.cpp
7>  Generating Code...
6>  tif_getimage.c
6>  tif_jbig.c
6>  tif_jpeg_12.c
6>  tif_jpeg.c
6>  tif_luv.c
7>  Compiling...
7>  hough.cpp
6>  Generating Code...
7>  imgwarp.cpp
6>  Compiling...
6>  tif_lzma.c
7>  linefit.cpp
7>  matchcontours.cpp
7>  moments.cpp
7>  morph.cpp
7>  phasecorr.cpp
6>  tif_lzw.c
7>  pyramids.cpp
7>  rotcalipers.cpp
7>  samplers.cpp
7>  segmentation.cpp
7>  shapedescr.cpp
7>  smooth.cpp
6>  tif_next.c
7>  subdivision2d.cpp
7>  sumpixels.cpp
7>  tables.cpp
7>  templmatch.cpp
7>  thresh.cpp
6>  tif_ojpeg.c
7>  undistort.cpp
7>  utils.cpp
7>  Generating Code...
6>  tif_open.c
6>  tif_packbits.c
6>  tif_pixarlog.c
6>  tif_predict.c
6>  tif_print.c
7>Link:
7>     Creating library E:/Android/OPENCV/2.4.6.0/mybuild/lib/Debug/opencv_imgproc246d.lib and object E:/Android/OPENCV/2.4.6.0/mybuild/lib/Debug/opencv_imgproc246d.exp
6>  tif_read.c
6>  tif_strip.c
6>  tif_swab.c
7>LinkEmbedManifest:
7>     Creating library E:/Android/OPENCV/2.4.6.0/mybuild/lib/Debug/opencv_imgproc246d.lib and object E:/Android/OPENCV/2.4.6.0/mybuild/lib/Debug/opencv_imgproc246d.exp
6>  tif_thunder.c
6>  tif_tile.c
7>  opencv_imgproc.vcxproj -> E:\Android\OPENCV\2.4.6.0\mybuild\bin\Debug\opencv_imgproc246d.dll
7>FinalizeBuildStatus:
7>  Deleting file "opencv_imgproc.dir\Debug\opencv_imgproc.unsuccessfulbuild".
7>  Touching "opencv_imgproc.dir\Debug\opencv_imgproc.lastbuildstate".
7>
7>Build succeeded.
7>
7>Time Elapsed 00:00:10.81
6>  tif_version.c
8>------ Build started: Project: libjasper, Configuration: Debug Win32 ------
6>  tif_warning.c
8>Build started 2013/10/22 18:05:04.
8>InitializeBuildStatus:
8>  Creating "libjasper.dir\Debug\libjasper.unsuccessfulbuild" because "AlwaysCreate" was specified.
8>CustomBuild:
8>  Building Custom Rule E:/Android/OPENCV/2.4.6.0/opencv/3rdparty/libjasper/CMakeLists.txt
8>  CMake does not need to re-run because E:\Android\OPENCV\2.4.6.0\mybuild\3rdparty\libjasper\CMakeFiles\generate.stamp is up-to-date.
8>MakeDirsForCl:
8>  Creating directory "E:\Android\OPENCV\2.4.6.0\mybuild\3rdparty\libjasper\Debug".
8>ClCompile:
8>  jas_cm.c
6>  tif_write.c
6>  tif_zip.c
8>  jas_debug.c
6>  tif_win32.c
8>  jas_getopt.c
8>  jas_icc.c
6>  Generating Code...
8>  jas_iccdata.c
8>  jas_image.c
8>  jas_init.c
8>  jas_malloc.c
8>  jas_seq.c
8>  jas_stream.c
8>  jas_string.c
8>  jas_tmr.c
8>  jas_tvp.c
8>  jas_version.c
8>  jp2_cod.c
8>  jp2_dec.c
8>  jp2_enc.c
8>  jpc_bs.c
8>  jpc_cs.c
8>  jpc_dec.c
8>  Generating Code...
8>  Compiling...
8>  jpc_enc.c
8>  jpc_math.c
8>  jpc_mct.c
8>  jpc_mqcod.c
8>  jpc_mqdec.c
8>  jpc_mqenc.c
8>  jpc_qmfb.c
8>  jpc_t1cod.c
8>  jpc_t1dec.c
8>  jpc_t1enc.c
8>  jpc_t2cod.c
8>  jpc_t2dec.c
8>  jpc_t2enc.c
8>  jpc_tagtree.c
8>  jpc_tsfb.c
8>  jpc_util.c
8>  Generating Code...
6>  tif_stream.cxx
8>Lib:
8>  libjasper.vcxproj -> E:\Android\OPENCV\2.4.6.0\mybuild\3rdparty\lib\Debug\libjasperd.lib
8>FinalizeBuildStatus:
8>  Deleting file "libjasper.dir\Debug\libjasper.unsuccessfulbuild".
8>  Touching "libjasper.dir\Debug\libjasper.lastbuildstate".
8>
8>Build succeeded.
8>
8>Time Elapsed 00:00:10.50
9>------ Build started: Project: IlmImf, Configuration: Debug Win32 ------
9>Build started 2013/10/22 18:05:15.
9>InitializeBuildStatus:
9>  Creating "IlmImf.dir\Debug\IlmImf.unsuccessfulbuild" because "AlwaysCreate" was specified.
6>Lib:
6>  libtiff.vcxproj -> E:\Android\OPENCV\2.4.6.0\mybuild\3rdparty\lib\Debug\libtiffd.lib
9>CustomBuild:
9>  Building Custom Rule E:/Android/OPENCV/2.4.6.0/opencv/3rdparty/openexr/CMakeLists.txt
9>  CMake does not need to re-run because E:\Android\OPENCV\2.4.6.0\mybuild\3rdparty\openexr\CMakeFiles\generate.stamp is up-to-date.
9>MakeDirsForCl:
9>  Creating directory "E:\Android\OPENCV\2.4.6.0\mybuild\3rdparty\openexr\Debug".
6>FinalizeBuildStatus:
6>  Deleting file "libtiff.dir\Debug\libtiff.unsuccessfulbuild".
6>  Touching "libtiff.dir\Debug\libtiff.lastbuildstate".
6>
6>Build succeeded.
6>
6>Time Elapsed 00:00:22.19
9>ClCompile:
9>  half.cpp
9>  IexBaseExc.cpp
10>------ Build started: Project: opencv_flann, Configuration: Debug Win32 ------
10>Build started 2013/10/22 18:05:16.
10>InitializeBuildStatus:
10>  Creating "opencv_flann.dir\Debug\opencv_flann.unsuccessfulbuild" because "AlwaysCreate" was specified.
10>CustomBuild:
10>  Building Custom Rule E:/Android/OPENCV/2.4.6.0/opencv/modules/flann/CMakeLists.txt
10>  CMake does not need to re-run because E:\Android\OPENCV\2.4.6.0\mybuild\modules\flann\CMakeFiles\generate.stamp is up-to-date.
10>MakeDirsForCl:
10>  Creating directory "E:\Android\OPENCV\2.4.6.0\mybuild\modules\flann\Debug".
10>ClCompile:
10>  precomp.cpp
9>  IexThrowErrnoExc.cpp
9>  IlmThread.cpp
9>  IlmThreadMutex.cpp
9>  IlmThreadMutexWin32.cpp
9>  IlmThreadPool.cpp
10>  flann.cpp
10>  miniflann.cpp
9>  IlmThreadSemaphore.cpp
9>  IlmThreadSemaphoreWin32.cpp
9>  IlmThreadWin32.cpp
10>  Generating Code...
9>  ImathColorAlgo.cpp
9>  ImathFun.cpp
9>  ImathMatrixAlgo.cpp
10>Link:
10>     Creating library E:/Android/OPENCV/2.4.6.0/mybuild/lib/Debug/opencv_flann246d.lib and object E:/Android/OPENCV/2.4.6.0/mybuild/lib/Debug/opencv_flann246d.exp
9>  ImathRandom.cpp
9>  ImathVec.cpp
9>  b44ExpLogTable.cpp
10>LinkEmbedManifest:
10>     Creating library E:/Android/OPENCV/2.4.6.0/mybuild/lib/Debug/opencv_flann246d.lib and object E:/Android/OPENCV/2.4.6.0/mybuild/lib/Debug/opencv_flann246d.exp
9>  ImfAcesFile.cpp
10>  opencv_flann.vcxproj -> E:\Android\OPENCV\2.4.6.0\mybuild\bin\Debug\opencv_flann246d.dll
10>FinalizeBuildStatus:
10>  Deleting file "opencv_flann.dir\Debug\opencv_flann.unsuccessfulbuild".
10>  Touching "opencv_flann.dir\Debug\opencv_flann.lastbuildstate".
10>
10>Build succeeded.
10>
10>Time Elapsed 00:00:05.84
11>------ Build started: Project: opencv_video, Configuration: Debug Win32 ------
11>Build started 2013/10/22 18:05:22.
11>InitializeBuildStatus:
11>  Creating "opencv_video.dir\Debug\opencv_video.unsuccessfulbuild" because "AlwaysCreate" was specified.
11>CustomBuild:
11>  Building Custom Rule E:/Android/OPENCV/2.4.6.0/opencv/modules/video/CMakeLists.txt
11>  CMake does not need to re-run because E:\Android\OPENCV\2.4.6.0\mybuild\modules\video\CMakeFiles\generate.stamp is up-to-date.
11>MakeDirsForCl:
11>  Creating directory "E:\Android\OPENCV\2.4.6.0\mybuild\modules\video\Debug".
11>ClCompile:
11>  precomp.cpp
9>  ImfAttribute.cpp
9>  ImfB44Compressor.cpp
9>  ImfBoxAttribute.cpp
9>  Generating Code...
11>  bgfg_gaussmix.cpp
11>  bgfg_gaussmix2.cpp
11>  bgfg_gmg.cpp
11>  camshift.cpp
11>  kalman.cpp
11>  lkpyramid.cpp
11>  motempl.cpp
11>  optflowgf.cpp
11>  simpleflow.cpp
11>  tvl1flow.cpp
9>  Compiling...
9>  ImfChannelList.cpp
11>  video_init.cpp
11>  Generating Code...
9>  ImfChannelListAttribute.cpp
11>Link:
11>     Creating library E:/Android/OPENCV/2.4.6.0/mybuild/lib/Debug/opencv_video246d.lib and object E:/Android/OPENCV/2.4.6.0/mybuild/lib/Debug/opencv_video246d.exp
9>  ImfChromaticities.cpp
9>  ImfChromaticitiesAttribute.cpp
11>LinkEmbedManifest:
11>     Creating library E:/Android/OPENCV/2.4.6.0/mybuild/lib/Debug/opencv_video246d.lib and object E:/Android/OPENCV/2.4.6.0/mybuild/lib/Debug/opencv_video246d.exp
11>  opencv_video.vcxproj -> E:\Android\OPENCV\2.4.6.0\mybuild\bin\Debug\opencv_video246d.dll
11>FinalizeBuildStatus:
11>  Deleting file "opencv_video.dir\Debug\opencv_video.unsuccessfulbuild".
11>  Touching "opencv_video.dir\Debug\opencv_video.lastbuildstate".
11>
11>Build succeeded.
11>
11>Time Elapsed 00:00:04.68
9>  ImfCompressionAttribute.cpp
9>  ImfCompressor.cpp
12>------ Build started: Project: opencv_ml, Configuration: Debug Win32 ------
12>Build started 2013/10/22 18:05:27.
12>InitializeBuildStatus:
12>  Creating "opencv_ml.dir\Debug\opencv_ml.unsuccessfulbuild" because "AlwaysCreate" was specified.
9>  ImfConvert.cpp
12>CustomBuild:
12>  Building Custom Rule E:/Android/OPENCV/2.4.6.0/opencv/modules/ml/CMakeLists.txt
12>  CMake does not need to re-run because E:\Android\OPENCV\2.4.6.0\mybuild\modules\ml\CMakeFiles\generate.stamp is up-to-date.
12>MakeDirsForCl:
12>  Creating directory "E:\Android\OPENCV\2.4.6.0\mybuild\modules\ml\Debug".
12>ClCompile:
12>  precomp.cpp
9>  ImfCRgbaFile.cpp
9>  ImfDoubleAttribute.cpp
9>  ImfEnvmap.cpp
9>  ImfEnvmapAttribute.cpp
12>  ann_mlp.cpp
12>  boost.cpp
12>  cnn.cpp
12>  data.cpp
12>  em.cpp
12>  ertrees.cpp
9>  ImfFloatAttribute.cpp
12>  estimate.cpp
12>  gbt.cpp
12>  inner_functions.cpp
12>  knearest.cpp
12>  ml_init.cpp
12>  nbayes.cpp
12>  rtrees.cpp
12>  svm.cpp
9>  ImfFrameBuffer.cpp
12>  testset.cpp
12>  tree.cpp
12>  Generating Code...
9>  ImfFramesPerSecond.cpp
9>  ImfHeader.cpp
12>Link:
12>     Creating library E:/Android/OPENCV/2.4.6.0/mybuild/lib/Debug/opencv_ml246d.lib and object E:/Android/OPENCV/2.4.6.0/mybuild/lib/Debug/opencv_ml246d.exp
9>  ImfHuf.cpp
12>LinkEmbedManifest:
12>     Creating library E:/Android/OPENCV/2.4.6.0/mybuild/lib/Debug/opencv_ml246d.lib and object E:/Android/OPENCV/2.4.6.0/mybuild/lib/Debug/opencv_ml246d.exp
9>  ImfInputFile.cpp
12>  opencv_ml.vcxproj -> E:\Android\OPENCV\2.4.6.0\mybuild\bin\Debug\opencv_ml246d.dll
12>FinalizeBuildStatus:
12>  Deleting file "opencv_ml.dir\Debug\opencv_ml.unsuccessfulbuild".
12>  Touching "opencv_ml.dir\Debug\opencv_ml.lastbuildstate".
12>
12>Build succeeded.
12>
12>Time Elapsed 00:00:04.91
13>------ Build started: Project: opencv_photo, Configuration: Debug Win32 ------
13>Build started 2013/10/22 18:05:32.
13>InitializeBuildStatus:
13>  Creating "opencv_photo.dir\Debug\opencv_photo.unsuccessfulbuild" because "AlwaysCreate" was specified.
13>CustomBuild:
13>  Building Custom Rule E:/Android/OPENCV/2.4.6.0/opencv/modules/photo/CMakeLists.txt
13>  CMake does not need to re-run because E:\Android\OPENCV\2.4.6.0\mybuild\modules\photo\CMakeFiles\generate.stamp is up-to-date.
13>MakeDirsForCl:
13>  Creating directory "E:\Android\OPENCV\2.4.6.0\mybuild\modules\photo\Debug".
13>ClCompile:
13>  precomp.cpp
9>  ImfIntAttribute.cpp
9>  ImfIO.cpp
9>  ImfKeyCode.cpp
9>  Generating Code...
13>  denoising.cpp
13>  inpaint.cpp
13>  Generating Code...
9>  Compiling...
9>  ImfKeyCodeAttribute.cpp
13>Link:
13>     Creating library E:/Android/OPENCV/2.4.6.0/mybuild/lib/Debug/opencv_photo246d.lib and object E:/Android/OPENCV/2.4.6.0/mybuild/lib/Debug/opencv_photo246d.exp
9>  ImfLineOrderAttribute.cpp
13>LinkEmbedManifest:
13>     Creating library E:/Android/OPENCV/2.4.6.0/mybuild/lib/Debug/opencv_photo246d.lib and object E:/Android/OPENCV/2.4.6.0/mybuild/lib/Debug/opencv_photo246d.exp
9>  ImfLut.cpp
13>  opencv_photo.vcxproj -> E:\Android\OPENCV\2.4.6.0\mybuild\bin\Debug\opencv_photo246d.dll
13>FinalizeBuildStatus:
13>  Deleting file "opencv_photo.dir\Debug\opencv_photo.unsuccessfulbuild".
13>  Touching "opencv_photo.dir\Debug\opencv_photo.lastbuildstate".
13>
13>Build succeeded.
13>
13>Time Elapsed 00:00:03.60
9>  ImfMatrixAttribute.cpp
9>  ImfMisc.cpp
9>  ImfMultiView.cpp
9>  ImfOpaqueAttribute.cpp
9>  ImfOutputFile.cpp
9>  ImfPizCompressor.cpp
9>..\..\..\opencv\3rdparty\openexr\IlmImf\ImfPizCompressor.cpp : warning C4819: The file contains a character that cannot be represented in the current code page (936). Save the file in Unicode format to prevent data loss
9>  ImfPreviewImage.cpp
9>  ImfPreviewImageAttribute.cpp
9>  ImfPxr24Compressor.cpp
9>  ImfRational.cpp
9>  ImfRationalAttribute.cpp
9>  ImfRgbaFile.cpp
9>  ImfRgbaYca.cpp
9>  ImfRleCompressor.cpp
9>..\..\..\opencv\3rdparty\openexr\IlmImf\ImfRleCompressor.cpp : warning C4819: The file contains a character that cannot be represented in the current code page (936). Save the file in Unicode format to prevent data loss
9>  ImfScanLineInputFile.cpp
9>  ImfStandardAttributes.cpp
9>  ImfStdIO.cpp
9>  Generating Code...
9>  Compiling...
9>  ImfStringAttribute.cpp
9>  ImfStringVectorAttribute.cpp
9>  ImfTestFile.cpp
9>  ImfThreading.cpp
9>  ImfTileDescriptionAttribute.cpp
9>  ImfTiledInputFile.cpp
9>  ImfTiledMisc.cpp
9>  ImfTiledOutputFile.cpp
9>  ImfTiledRgbaFile.cpp
9>  ImfTileOffsets.cpp
9>  ImfTimeCode.cpp
9>  ImfTimeCodeAttribute.cpp
9>  ImfVecAttribute.cpp
9>  ImfVersion.cpp
9>  ImfWav.cpp
9>  ImfZipCompressor.cpp
9>..\..\..\opencv\3rdparty\openexr\IlmImf\ImfZipCompressor.cpp : warning C4819: The file contains a character that cannot be represented in the current code page (936). Save the file in Unicode format to prevent data loss
9>  Generating Code...
9>Lib:
9>  IlmImf.vcxproj -> E:\Android\OPENCV\2.4.6.0\mybuild\3rdparty\lib\Debug\IlmImfd.lib
9>FinalizeBuildStatus:
9>  Deleting file "IlmImf.dir\Debug\IlmImf.unsuccessfulbuild".
9>  Touching "IlmImf.dir\Debug\IlmImf.lastbuildstate".
9>
9>Build succeeded.
9>
9>Time Elapsed 00:00:37.63
14>------ Build started: Project: opencv_highgui, Configuration: Debug Win32 ------
14>Build started 2013/10/22 18:05:53.
14>InitializeBuildStatus:
14>  Creating "opencv_highgui.dir\Debug\opencv_highgui.unsuccessfulbuild" because "AlwaysCreate" was specified.
14>CustomBuild:
14>  Building Custom Rule E:/Android/OPENCV/2.4.6.0/opencv/modules/highgui/CMakeLists.txt
14>  CMake does not need to re-run because E:\Android\OPENCV\2.4.6.0\mybuild\modules\highgui\CMakeFiles\generate.stamp is up-to-date.
14>MakeDirsForCl:
14>  Creating directory "E:\Android\OPENCV\2.4.6.0\mybuild\modules\highgui\Debug".
14>ClCompile:
14>  precomp.cpp
14>  cap.cpp
14>  cap_images.cpp
14>  cap_ffmpeg.cpp
14>  loadsave.cpp
14>  utils.cpp
14>  window.cpp
14>  window_w32.cpp
14>  cap_cmu.cpp
14>  cap_dshow.cpp
14>  cap_vfw.cpp
14>  grfmt_base.cpp
14>  grfmt_bmp.cpp
14>  grfmt_exr.cpp
14>  grfmt_imageio.cpp
14>  grfmt_jpeg.cpp
14>  grfmt_jpeg2000.cpp
14>  grfmt_png.cpp
14>  grfmt_pxm.cpp
14>  grfmt_sunras.cpp
14>  grfmt_tiff.cpp
14>  Generating Code...
14>  Compiling...
14>  bitstrm.cpp
14>  Generating Code...
14>Link:
14>     Creating library E:/Android/OPENCV/2.4.6.0/mybuild/lib/Debug/opencv_highgui246d.lib and object E:/Android/OPENCV/2.4.6.0/mybuild/lib/Debug/opencv_highgui246d.exp
14>LinkEmbedManifest:
14>     Creating library E:/Android/OPENCV/2.4.6.0/mybuild/lib/Debug/opencv_highgui246d.lib and object E:/Android/OPENCV/2.4.6.0/mybuild/lib/Debug/opencv_highgui246d.exp
14>  opencv_highgui.vcxproj -> E:\Android\OPENCV\2.4.6.0\mybuild\bin\Debug\opencv_highgui246d.dll
14>PostBuildEvent:
14>  Description: Copying E:/Android/OPENCV/2.4.6.0/opencv/3rdparty/ffmpeg/opencv_ffmpeg.dll to the output directory
14>FinalizeBuildStatus:
14>  Deleting file "opencv_highgui.dir\Debug\opencv_highgui.unsuccessfulbuild".
14>  Touching "opencv_highgui.dir\Debug\opencv_highgui.lastbuildstate".
14>
14>Build succeeded.
14>
14>Time Elapsed 00:00:06.94
15>------ Build started: Project: opencv_features2d, Configuration: Debug Win32 ------
16>------ Build started: Project: opencv_objdetect, Configuration: Debug Win32 ------
16>Build started 2013/10/22 18:06:00.
15>Build started 2013/10/22 18:06:00.
16>InitializeBuildStatus:
16>  Creating "opencv_objdetect.dir\Debug\opencv_objdetect.unsuccessfulbuild" because "AlwaysCreate" was specified.
16>CustomBuild:
16>  Building Custom Rule E:/Android/OPENCV/2.4.6.0/opencv/modules/objdetect/CMakeLists.txt
16>  CMake does not need to re-run because E:\Android\OPENCV\2.4.6.0\mybuild\modules\objdetect\CMakeFiles\generate.stamp is up-to-date.
16>MakeDirsForCl:
16>  Creating directory "E:\Android\OPENCV\2.4.6.0\mybuild\modules\objdetect\Debug".
15>InitializeBuildStatus:
15>  Creating "opencv_features2d.dir\Debug\opencv_features2d.unsuccessfulbuild" because "AlwaysCreate" was specified.
16>ClCompile:
16>  precomp.cpp
15>CustomBuild:
15>  Building Custom Rule E:/Android/OPENCV/2.4.6.0/opencv/modules/features2d/CMakeLists.txt
15>  CMake does not need to re-run because E:\Android\OPENCV\2.4.6.0\mybuild\modules\features2d\CMakeFiles\generate.stamp is up-to-date.
15>MakeDirsForCl:
15>  Creating directory "E:\Android\OPENCV\2.4.6.0\mybuild\modules\features2d\Debug".
15>ClCompile:
15>  precomp.cpp
15>  bagofwords.cpp
16>  cascadedetect.cpp
15>  blobdetector.cpp
15>  brief.cpp
15>  brisk.cpp
16>  datamatrix.cpp
15>  descriptors.cpp
16>  distancetransform.cpp
16>  featurepyramid.cpp
16>  fft.cpp
16>  haar.cpp
15>  detectors.cpp
15>  draw.cpp
16>  hog.cpp
15>  dynamic.cpp
15>  evaluation.cpp
16>  latentsvm.cpp
16>  latentsvmdetector.cpp
15>  fast.cpp
16>  linemod.cpp
15>  fast_score.cpp
15>  features2d_init.cpp
15>  freak.cpp
15>  keypoint.cpp
15>  matchers.cpp
16>  lsvmparser.cpp
16>  lsvmtbbversion.cpp
16>  matching.cpp
16>  objdetect_init.cpp
16>  resizeimg.cpp
16>  routine.cpp
16>  Generating Code...
15>  mser.cpp
15>  orb.cpp
15>  stardetector.cpp
15>  Generating Code...
16>Link:
16>     Creating library E:/Android/OPENCV/2.4.6.0/mybuild/lib/Debug/opencv_objdetect246d.lib and object E:/Android/OPENCV/2.4.6.0/mybuild/lib/Debug/opencv_objdetect246d.exp
16>LinkEmbedManifest:
16>     Creating library E:/Android/OPENCV/2.4.6.0/mybuild/lib/Debug/opencv_objdetect246d.lib and object E:/Android/OPENCV/2.4.6.0/mybuild/lib/Debug/opencv_objdetect246d.exp
16>  opencv_objdetect.vcxproj -> E:\Android\OPENCV\2.4.6.0\mybuild\bin\Debug\opencv_objdetect246d.dll
16>FinalizeBuildStatus:
16>  Deleting file "opencv_objdetect.dir\Debug\opencv_objdetect.unsuccessfulbuild".
16>  Touching "opencv_objdetect.dir\Debug\opencv_objdetect.lastbuildstate".
16>
16>Build succeeded.
16>
16>Time Elapsed 00:00:07.46
15>Link:
15>     Creating library E:/Android/OPENCV/2.4.6.0/mybuild/lib/Debug/opencv_features2d246d.lib and object E:/Android/OPENCV/2.4.6.0/mybuild/lib/Debug/opencv_features2d246d.exp
15>LinkEmbedManifest:
15>     Creating library E:/Android/OPENCV/2.4.6.0/mybuild/lib/Debug/opencv_features2d246d.lib and object E:/Android/OPENCV/2.4.6.0/mybuild/lib/Debug/opencv_features2d246d.exp
15>  opencv_features2d.vcxproj -> E:\Android\OPENCV\2.4.6.0\mybuild\bin\Debug\opencv_features2d246d.dll
15>FinalizeBuildStatus:
15>  Deleting file "opencv_features2d.dir\Debug\opencv_features2d.unsuccessfulbuild".
15>  Touching "opencv_features2d.dir\Debug\opencv_features2d.lastbuildstate".
15>
15>Build succeeded.
15>
15>Time Elapsed 00:00:08.74
17>------ Build started: Project: opencv_calib3d, Configuration: Debug Win32 ------
18>------ Build started: Project: opencv_ts, Configuration: Debug Win32 ------
18>Build started 2013/10/22 18:06:08.
17>Build started 2013/10/22 18:06:08.
18>InitializeBuildStatus:
18>  Creating "opencv_ts.dir\Debug\opencv_ts.unsuccessfulbuild" because "AlwaysCreate" was specified.
17>InitializeBuildStatus:
17>  Creating "opencv_calib3d.dir\Debug\opencv_calib3d.unsuccessfulbuild" because "AlwaysCreate" was specified.
18>CustomBuild:
18>  Building Custom Rule E:/Android/OPENCV/2.4.6.0/opencv/modules/ts/CMakeLists.txt
17>CustomBuild:
17>  Building Custom Rule E:/Android/OPENCV/2.4.6.0/opencv/modules/calib3d/CMakeLists.txt
17>  CMake does not need to re-run because E:\Android\OPENCV\2.4.6.0\mybuild\modules\calib3d\CMakeFiles\generate.stamp is up-to-date.
18>  CMake does not need to re-run because E:\Android\OPENCV\2.4.6.0\mybuild\modules\ts\CMakeFiles\generate.stamp is up-to-date.
17>MakeDirsForCl:
17>  Creating directory "E:\Android\OPENCV\2.4.6.0\mybuild\modules\calib3d\Debug".
18>MakeDirsForCl:
18>  Creating directory "E:\Android\OPENCV\2.4.6.0\mybuild\modules\ts\Debug".
17>ClCompile:
17>  precomp.cpp
18>ClCompile:
18>  precomp.cpp
17>  calibinit.cpp
17>  calibration.cpp
17>  checkchessboard.cpp
17>  circlesgrid.cpp
17>  epnp.cpp
17>  fundam.cpp
17>  modelest.cpp
17>  p3p.cpp
18>  gpu_perf.cpp
17>  polynom_solver.cpp
17>  posit.cpp
17>  quadsubpix.cpp
17>  solvepnp.cpp
17>  stereobm.cpp
18>  gpu_test.cpp
17>  stereosgbm.cpp
17>  triangulate.cpp
17>..\..\..\opencv\modules\calib3d\src\triangulate.cpp : warning C4819: The file contains a character that cannot be represented in the current code page (936). Save the file in Unicode format to prevent data loss
17>  Generating Code...
18>  ts.cpp
18>  ts_arrtest.cpp
18>  ts_func.cpp
18>  ts_gtest.cpp
17>Link:
17>     Creating library E:/Android/OPENCV/2.4.6.0/mybuild/lib/Debug/opencv_calib3d246d.lib and object E:/Android/OPENCV/2.4.6.0/mybuild/lib/Debug/opencv_calib3d246d.exp
18>  ts_perf.cpp
17>LinkEmbedManifest:
17>     Creating library E:/Android/OPENCV/2.4.6.0/mybuild/lib/Debug/opencv_calib3d246d.lib and object E:/Android/OPENCV/2.4.6.0/mybuild/lib/Debug/opencv_calib3d246d.exp
18>  Generating Code...
17>  opencv_calib3d.vcxproj -> E:\Android\OPENCV\2.4.6.0\mybuild\bin\Debug\opencv_calib3d246d.dll
17>FinalizeBuildStatus:
17>  Deleting file "opencv_calib3d.dir\Debug\opencv_calib3d.unsuccessfulbuild".
17>  Touching "opencv_calib3d.dir\Debug\opencv_calib3d.lastbuildstate".
17>
17>Build succeeded.
17>
17>Time Elapsed 00:00:07.66
18>Link:
18>     Creating library E:/Android/OPENCV/2.4.6.0/mybuild/lib/Debug/opencv_ts246d.lib and object E:/Android/OPENCV/2.4.6.0/mybuild/lib/Debug/opencv_ts246d.exp
18>LinkEmbedManifest:
19>------ Build started: Project: opencv_legacy, Configuration: Debug Win32 ------
18>     Creating library E:/Android/OPENCV/2.4.6.0/mybuild/lib/Debug/opencv_ts246d.lib and object E:/Android/OPENCV/2.4.6.0/mybuild/lib/Debug/opencv_ts246d.exp
19>Build started 2013/10/22 18:06:19.
18>  opencv_ts.vcxproj -> E:\Android\OPENCV\2.4.6.0\mybuild\bin\Debug\opencv_ts246d.dll
18>FinalizeBuildStatus:
18>  Deleting file "opencv_ts.dir\Debug\opencv_ts.unsuccessfulbuild".
18>  Touching "opencv_ts.dir\Debug\opencv_ts.lastbuildstate".
18>
18>Build succeeded.
18>
18>Time Elapsed 00:00:10.89
19>InitializeBuildStatus:
19>  Creating "opencv_legacy.dir\Debug\opencv_legacy.unsuccessfulbuild" because "AlwaysCreate" was specified.
19>CustomBuild:
19>  Building Custom Rule E:/Android/OPENCV/2.4.6.0/opencv/modules/legacy/CMakeLists.txt
20>------ Build started: Project: opencv_contrib, Configuration: Debug Win32 ------
19>  CMake does not need to re-run because E:\Android\OPENCV\2.4.6.0\mybuild\modules\legacy\CMakeFiles\generate.stamp is up-to-date.
20>Build started 2013/10/22 18:06:19.
19>MakeDirsForCl:
19>  Creating directory "E:\Android\OPENCV\2.4.6.0\mybuild\modules\legacy\Debug".
19>ClCompile:
19>  precomp.cpp
20>InitializeBuildStatus:
20>  Creating "opencv_contrib.dir\Debug\opencv_contrib.unsuccessfulbuild" because "AlwaysCreate" was specified.
20>CustomBuild:
20>  Building Custom Rule E:/Android/OPENCV/2.4.6.0/opencv/modules/contrib/CMakeLists.txt
20>  CMake does not need to re-run because E:\Android\OPENCV\2.4.6.0\mybuild\modules\contrib\CMakeFiles\generate.stamp is up-to-date.
20>MakeDirsForCl:
20>  Creating directory "E:\Android\OPENCV\2.4.6.0\mybuild\modules\contrib\Debug".
20>ClCompile:
20>  precomp.cpp
19>  3dtracker.cpp
19>  auxutils.cpp
19>  bgfg_acmmm2003.cpp
19>  bgfg_codebook.cpp
19>  bgfg_common.cpp
19>  bgfg_estimation.cpp
19>  bgfg_gaussmix.cpp
19>  blobtrack.cpp
19>  blobtrackanalysis.cpp
19>  blobtrackanalysishist.cpp
19>  blobtrackanalysisior.cpp
19>  blobtrackanalysistrackdist.cpp
19>  blobtrackgen1.cpp
19>  blobtrackgenyml.cpp
19>  blobtrackingauto.cpp
19>  blobtrackingcc.cpp
19>  blobtrackingccwithcr.cpp
19>  blobtrackinglist.cpp
19>  blobtrackingmsfg.cpp
19>  blobtrackingmsfgs.cpp
19>  Generating Code...
19>  Compiling...
19>  blobtrackpostprockalman.cpp
19>  blobtrackpostproclinear.cpp
19>  blobtrackpostproclist.cpp
19>  calcimagehomography.cpp
19>  calibfilter.cpp
19>  calonder.cpp
19>  camshift.cpp
19>  clique.cpp
19>  compat.cpp
19>  condens.cpp
19>  contourtree.cpp
19>  correspond.cpp
19>  corrimages.cpp
19>  createhandmask.cpp
19>  decomppoly.cpp
20>  adaptiveskindetector.cpp
19>  dominants.cpp
19>  dpstereo.cpp
20>  ba.cpp
19>  eigenobjects.cpp
19>  em.cpp
19>  enmin.cpp
19>  Generating Code...
20>  basicretinafilter.cpp
20>  bowmsctrainer.cpp
20>  chamfermatching.cpp
19>  Compiling...
19>  enteringblobdetection.cpp
19>  enteringblobdetectionreal.cpp
19>  epilines.cpp
19>  extendededges.cpp
19>  face.cpp
20>  chowliutree.cpp
19>  facedetection.cpp
19>  facetemplate.cpp
19>  features2d.cpp
19>  featuretree.cpp
19>  findface.cpp
19>  findhandregion.cpp
19>  hmm.cpp
20>  colormap.cpp
19>  hmm1d.cpp
19>  hmmobs.cpp
19>  image.cpp
19>  kdtree.cpp
20>  colortracker.cpp
19>  lcm.cpp
19>  lee.cpp
20>  contrib_init.cpp
20>  detection_based_tracker.cpp
20>  facerec.cpp
20>..\..\..\opencv\modules\contrib\src\facerec.cpp : warning C4819: The file contains a character that cannot be represented in the current code page (936). Save the file in Unicode format to prevent data loss
19>  levmar.cpp
19>  levmarprojbandle.cpp
19>  Generating Code...
20>  featuretracker.cpp
20>  fuzzymeanshifttracker.cpp
20>  gencolors.cpp
20>  hybridtracker.cpp
19>  Compiling...
19>  levmartrif.cpp
19>  lines.cpp
19>  lmeds.cpp
19>  lsh.cpp
20>  imagelogpolprojection.cpp
20>  inputoutput.cpp
19>  morphcontours.cpp
19>  morphing.cpp
19>  oneway.cpp
19>  optflowbm.cpp
19>  optflowhs.cpp
19>  optflowlk.cpp
19>  pgh.cpp
19>  planardetect.cpp
19>  prewarp.cpp
19>  pyrsegmentation.cpp
19>  scanlines.cpp
19>  segment.cpp
19>  snakes.cpp
19>  spilltree.cpp
19>  stereogc.cpp
19>  subdiv2.cpp
19>  Generating Code...
20>  lda.cpp
20>  logpolar_bsm.cpp
20>  magnoretinafilter.cpp
19>  Compiling...
19>  testseq.cpp
19>  texture.cpp
20>  Generating Code...
19>  trifocal.cpp
19>  vecfacetracking.cpp
19>  video.cpp
19>  Generating Code...
19>Link:
19>     Creating library E:/Android/OPENCV/2.4.6.0/mybuild/lib/Debug/opencv_legacy246d.lib and object E:/Android/OPENCV/2.4.6.0/mybuild/lib/Debug/opencv_legacy246d.exp
20>  Compiling...
20>  octree.cpp
20>  openfabmap.cpp
20>  parvoretinafilter.cpp
20>  polyfit.cpp
20>  retina.cpp
19>LinkEmbedManifest:
20>e:\android\opencv\2.4.6.0\opencv\modules\contrib\src\retinafilter.hpp : warning C4819: The file contains a character that cannot be represented in the current code page (936). Save the file in Unicode format to prevent data loss
19>     Creating library E:/Android/OPENCV/2.4.6.0/mybuild/lib/Debug/opencv_legacy246d.lib and object E:/Android/OPENCV/2.4.6.0/mybuild/lib/Debug/opencv_legacy246d.exp
20>  retinacolor.cpp
20>..\..\..\opencv\modules\contrib\src\retinacolor.cpp : warning C4819: The file contains a character that cannot be represented in the current code page (936). Save the file in Unicode format to prevent data loss
20>  retinafilter.cpp
20>e:\android\opencv\2.4.6.0\opencv\modules\contrib\src\retinafilter.hpp : warning C4819: The file contains a character that cannot be represented in the current code page (936). Save the file in Unicode format to prevent data loss
20>  rgbdodometry.cpp
20>  selfsimilarity.cpp
20>  spinimages.cpp
19>  opencv_legacy.vcxproj -> E:\Android\OPENCV\2.4.6.0\mybuild\bin\Debug\opencv_legacy246d.dll
19>FinalizeBuildStatus:
19>  Deleting file "opencv_legacy.dir\Debug\opencv_legacy.unsuccessfulbuild".
19>  Touching "opencv_legacy.dir\Debug\opencv_legacy.lastbuildstate".
19>
19>Build succeeded.
19>
19>Time Elapsed 00:00:12.87
21>------ Build started: Project: opencv_gpu, Configuration: Debug Win32 ------
21>Build started 2013/10/22 18:06:32.
21>InitializeBuildStatus:
21>  Creating "opencv_gpu.dir\Debug\opencv_gpu.unsuccessfulbuild" because "AlwaysCreate" was specified.
21>CustomBuild:
21>  Building Custom Rule E:/Android/OPENCV/2.4.6.0/opencv/modules/gpu/CMakeLists.txt
21>  CMake does not need to re-run because E:\Android\OPENCV\2.4.6.0\mybuild\modules\gpu\CMakeFiles\generate.stamp is up-to-date.
21>MakeDirsForCl:
21>  Creating directory "E:\Android\OPENCV\2.4.6.0\mybuild\modules\gpu\Debug".
21>ClCompile:
21>  precomp.cpp
20>  stereovar.cpp
20>  Generating Code...
20>Link:
20>     Creating library E:/Android/OPENCV/2.4.6.0/mybuild/lib/Debug/opencv_contrib246d.lib and object E:/Android/OPENCV/2.4.6.0/mybuild/lib/Debug/opencv_contrib246d.exp
20>LinkEmbedManifest:
20>     Creating library E:/Android/OPENCV/2.4.6.0/mybuild/lib/Debug/opencv_contrib246d.lib and object E:/Android/OPENCV/2.4.6.0/mybuild/lib/Debug/opencv_contrib246d.exp
20>  opencv_contrib.vcxproj -> E:\Android\OPENCV\2.4.6.0\mybuild\bin\Debug\opencv_contrib246d.dll
20>FinalizeBuildStatus:
20>  Deleting file "opencv_contrib.dir\Debug\opencv_contrib.unsuccessfulbuild".
20>  Touching "opencv_contrib.dir\Debug\opencv_contrib.lastbuildstate".
20>
20>Build succeeded.
20>
20>Time Elapsed 00:00:16.71
22>------ Build started: Project: opencv_haartraining_engine, Configuration: Debug Win32 ------
22>Build started 2013/10/22 18:06:37.
22>InitializeBuildStatus:
22>  Creating "opencv_haartraining_engine.dir\Debug\opencv_haartraining_engine.unsuccessfulbuild" because "AlwaysCreate" was specified.
22>CustomBuild:
22>  Building Custom Rule E:/Android/OPENCV/2.4.6.0/opencv/apps/haartraining/CMakeLists.txt
22>  CMake does not need to re-run because E:\Android\OPENCV\2.4.6.0\mybuild\apps\haartraining\CMakeFiles\generate.stamp is up-to-date.
22>MakeDirsForCl:
22>  Creating directory "E:\Android\OPENCV\2.4.6.0\mybuild\apps\haartraining\Debug".
22>ClCompile:
22>  cvboost.cpp
21>  arithm.cpp
21>  bgfg_gmg.cpp
21>  bgfg_mog.cpp
21>  bilateral_filter.cpp
21>  blend.cpp
21>  brute_force_matcher.cpp
21>  calib3d.cpp
21>  cascadeclassifier.cpp
21>  color.cpp
21>  cudastream.cpp
21>  cuvid_video_source.cpp
21>  cu_safe_call.cpp
21>  denoising.cpp
21>  element_operations.cpp
21>  error.cpp
21>  fast.cpp
21>  ffmpeg_video_source.cpp
21>  fgd_bgfg.cpp
21>  filtering.cpp
21>  frame_queue.cpp
21>  Generating Code...
22>  cvcommon.cpp
21>  Compiling...
21>  gftt.cpp
21>  global_motion.cpp
21>  graphcuts.cpp
21>  hog.cpp
21>  hough.cpp
21>  imgproc.cpp
21>  match_template.cpp
21>  matrix_operations.cpp
21>  matrix_reductions.cpp
21>  mssegmentation.cpp
21>  optflowbm.cpp
21>  optical_flow.cpp
21>  optical_flow_farneback.cpp
21>  orb.cpp
21>  pyramids.cpp
21>  pyrlk.cpp
21>  remap.cpp
21>  resize.cpp
21>  speckle_filtering.cpp
21>  split_merge.cpp
21>  Generating Code...
21>  Compiling...
21>  stereobm.cpp
21>  stereobp.cpp
21>  stereocsbp.cpp
21>  thread_wrappers.cpp
21>  tvl1flow.cpp
21>  video_decoder.cpp
21>  video_parser.cpp
22>  cvhaarclassifier.cpp
21>  video_reader.cpp
21>  video_writer.cpp
21>  warp.cpp
21>  Generating Code...
21>Link:
21>     Creating library E:/Android/OPENCV/2.4.6.0/mybuild/lib/Debug/opencv_gpu246d.lib and object E:/Android/OPENCV/2.4.6.0/mybuild/lib/Debug/opencv_gpu246d.exp
22>  cvhaartraining.cpp
21>LinkEmbedManifest:
21>     Creating library E:/Android/OPENCV/2.4.6.0/mybuild/lib/Debug/opencv_gpu246d.lib and object E:/Android/OPENCV/2.4.6.0/mybuild/lib/Debug/opencv_gpu246d.exp
21>  opencv_gpu.vcxproj -> E:\Android\OPENCV\2.4.6.0\mybuild\bin\Debug\opencv_gpu246d.dll
21>FinalizeBuildStatus:
21>  Deleting file "opencv_gpu.dir\Debug\opencv_gpu.unsuccessfulbuild".
21>  Touching "opencv_gpu.dir\Debug\opencv_gpu.lastbuildstate".
21>
21>Build succeeded.
21>
21>Time Elapsed 00:00:11.41
22>  cvsamples.cpp
23>------ Build started: Project: opencv_nonfree, Configuration: Debug Win32 ------
23>Build started 2013/10/22 18:06:44.
23>InitializeBuildStatus:
23>  Creating "opencv_nonfree.dir\Debug\opencv_nonfree.unsuccessfulbuild" because "AlwaysCreate" was specified.
23>CustomBuild:
23>  Building Custom Rule E:/Android/OPENCV/2.4.6.0/opencv/modules/nonfree/CMakeLists.txt
23>  CMake does not need to re-run because E:\Android\OPENCV\2.4.6.0\mybuild\modules\nonfree\CMakeFiles\generate.stamp is up-to-date.
23>MakeDirsForCl:
23>  Creating directory "E:\Android\OPENCV\2.4.6.0\mybuild\modules\nonfree\Debug".
23>ClCompile:
23>  precomp.cpp
22>  Generating Code...
22>Lib:
22>  opencv_haartraining_engine.vcxproj -> E:\Android\OPENCV\2.4.6.0\mybuild\lib\Debug\opencv_haartraining_engined.lib
22>FinalizeBuildStatus:
22>  Deleting file "opencv_haartraining_engine.dir\Debug\opencv_haartraining_engine.unsuccessfulbuild".
22>  Touching "opencv_haartraining_engine.dir\Debug\opencv_haartraining_engine.lastbuildstate".
22>
22>Build succeeded.
22>
22>Time Elapsed 00:00:08.48
24>------ Build started: Project: opencv_superres, Configuration: Debug Win32 ------
24>Build started 2013/10/22 18:06:46.
24>InitializeBuildStatus:
24>  Creating "opencv_superres.dir\Debug\opencv_superres.unsuccessfulbuild" because "AlwaysCreate" was specified.
24>CustomBuild:
24>  Building Custom Rule E:/Android/OPENCV/2.4.6.0/opencv/modules/superres/CMakeLists.txt
24>  CMake does not need to re-run because E:\Android\OPENCV\2.4.6.0\mybuild\modules\superres\CMakeFiles\generate.stamp is up-to-date.
24>MakeDirsForCl:
24>  Creating directory "E:\Android\OPENCV\2.4.6.0\mybuild\modules\superres\Debug".
24>ClCompile:
24>  precomp.cpp
23>  nonfree_init.cpp
23>  sift.cpp
23>  surf.cpp
23>  surf.ocl.cpp
23>  surf_gpu.cpp
23>  Generating Code...
23>Link:
23>     Creating library E:/Android/OPENCV/2.4.6.0/mybuild/lib/Debug/opencv_nonfree246d.lib and object E:/Android/OPENCV/2.4.6.0/mybuild/lib/Debug/opencv_nonfree246d.exp
23>LinkEmbedManifest:
23>     Creating library E:/Android/OPENCV/2.4.6.0/mybuild/lib/Debug/opencv_nonfree246d.lib and object E:/Android/OPENCV/2.4.6.0/mybuild/lib/Debug/opencv_nonfree246d.exp
23>  opencv_nonfree.vcxproj -> E:\Android\OPENCV\2.4.6.0\mybuild\bin\Debug\opencv_nonfree246d.dll
23>FinalizeBuildStatus:
23>  Deleting file "opencv_nonfree.dir\Debug\opencv_nonfree.unsuccessfulbuild".
23>  Touching "opencv_nonfree.dir\Debug\opencv_nonfree.lastbuildstate".
23>
23>Build succeeded.
23>
23>Time Elapsed 00:00:05.51
25>------ Build started: Project: opencv_stitching, Configuration: Debug Win32 ------
25>Build started 2013/10/22 18:06:50.
25>InitializeBuildStatus:
25>  Creating "opencv_stitching.dir\Debug\opencv_stitching.unsuccessfulbuild" because "AlwaysCreate" was specified.
25>CustomBuild:
24>  btv_l1.cpp
25>  Building Custom Rule E:/Android/OPENCV/2.4.6.0/opencv/modules/stitching/CMakeLists.txt
25>  CMake does not need to re-run because E:\Android\OPENCV\2.4.6.0\mybuild\modules\stitching\CMakeFiles\generate.stamp is up-to-date.
25>MakeDirsForCl:
25>  Creating directory "E:\Android\OPENCV\2.4.6.0\mybuild\modules\stitching\Debug".
24>  btv_l1_gpu.cpp
25>ClCompile:
24>  frame_source.cpp
25>  precomp.cpp
24>  input_array_utility.cpp
24>  optical_flow.cpp
24>  super_resolution.cpp
24>  Generating Code...
24>Link:
24>     Creating library E:/Android/OPENCV/2.4.6.0/mybuild/lib/Debug/opencv_superres246d.lib and object E:/Android/OPENCV/2.4.6.0/mybuild/lib/Debug/opencv_superres246d.exp
24>LinkEmbedManifest:
24>     Creating library E:/Android/OPENCV/2.4.6.0/mybuild/lib/Debug/opencv_superres246d.lib and object E:/Android/OPENCV/2.4.6.0/mybuild/lib/Debug/opencv_superres246d.exp
24>  opencv_superres.vcxproj -> E:\Android\OPENCV\2.4.6.0\mybuild\bin\Debug\opencv_superres246d.dll
24>FinalizeBuildStatus:
24>  Deleting file "opencv_superres.dir\Debug\opencv_superres.unsuccessfulbuild".
24>  Touching "opencv_superres.dir\Debug\opencv_superres.lastbuildstate".
24>
24>Build succeeded.
24>
24>Time Elapsed 00:00:06.31
26>------ Build started: Project: opencv_test_flann, Configuration: Debug Win32 ------
26>Build started 2013/10/22 18:06:52.
26>InitializeBuildStatus:
26>  Creating "opencv_test_flann.dir\Debug\opencv_test_flann.unsuccessfulbuild" because "AlwaysCreate" was specified.
26>CustomBuild:
26>  Building Custom Rule E:/Android/OPENCV/2.4.6.0/opencv/modules/flann/CMakeLists.txt
26>  CMake does not need to re-run because E:\Android\OPENCV\2.4.6.0\mybuild\modules\flann\CMakeFiles\generate.stamp is up-to-date.
26>ClCompile:
26>  test_precomp.cpp
26>  test_lshtable_badarg.cpp
25>  autocalib.cpp
26>  test_main.cpp
26>  Generating Code...
25>  blenders.cpp
25>  camera.cpp
25>  exposure_compensate.cpp
25>  matchers.cpp
25>  motion_estimators.cpp
25>  seam_finders.cpp
26>LinkEmbedManifest:
26>  opencv_test_flann.vcxproj -> E:\Android\OPENCV\2.4.6.0\mybuild\bin\Debug\opencv_test_flannd.exe
26>FinalizeBuildStatus:
26>  Deleting file "opencv_test_flann.dir\Debug\opencv_test_flann.unsuccessfulbuild".
26>  Touching "opencv_test_flann.dir\Debug\opencv_test_flann.lastbuildstate".
26>
26>Build succeeded.
26>
26>Time Elapsed 00:00:04.59
25>  stitcher.cpp
25>  util.cpp
27>------ Build started: Project: opencv_test_features2d, Configuration: Debug Win32 ------
27>Build started 2013/10/22 18:06:57.
25>  warpers.cpp
25>  Generating Code...
27>InitializeBuildStatus:
27>  Creating "opencv_test_features2d.dir\Debug\opencv_test_features2d.unsuccessfulbuild" because "AlwaysCreate" was specified.
27>CustomBuild:
27>  Building Custom Rule E:/Android/OPENCV/2.4.6.0/opencv/modules/features2d/CMakeLists.txt
27>  CMake does not need to re-run because E:\Android\OPENCV\2.4.6.0\mybuild\modules\features2d\CMakeFiles\generate.stamp is up-to-date.
27>ClCompile:
27>  test_precomp.cpp
27>  test_brisk.cpp
27>  test_descriptors_regression.cpp
27>  test_detectors_regression.cpp
27>  test_fast.cpp
25>Link:
25>     Creating library E:/Android/OPENCV/2.4.6.0/mybuild/lib/Debug/opencv_stitching246d.lib and object E:/Android/OPENCV/2.4.6.0/mybuild/lib/Debug/opencv_stitching246d.exp
27>  test_keypoints.cpp
27>  test_main.cpp
27>  test_matchers_algorithmic.cpp
27>  test_mser.cpp
27>  test_nearestneighbors.cpp
27>  test_orb.cpp
27>  test_rotation_and_scale_invariance.cpp
27>  Generating Code...
25>LinkEmbedManifest:
25>     Creating library E:/Android/OPENCV/2.4.6.0/mybuild/lib/Debug/opencv_stitching246d.lib and object E:/Android/OPENCV/2.4.6.0/mybuild/lib/Debug/opencv_stitching246d.exp
25>  opencv_stitching.vcxproj -> E:\Android\OPENCV\2.4.6.0\mybuild\bin\Debug\opencv_stitching246d.dll
25>FinalizeBuildStatus:
25>  Deleting file "opencv_stitching.dir\Debug\opencv_stitching.unsuccessfulbuild".
25>  Touching "opencv_stitching.dir\Debug\opencv_stitching.lastbuildstate".
25>
25>Build succeeded.
25>
25>Time Elapsed 00:00:12.06
28>------ Build started: Project: opencv_test_core, Configuration: Debug Win32 ------
28>Build started 2013/10/22 18:07:02.
28>InitializeBuildStatus:
28>  Creating "opencv_test_core.dir\Debug\opencv_test_core.unsuccessfulbuild" because "AlwaysCreate" was specified.
28>CustomBuild:
28>  Building Custom Rule E:/Android/OPENCV/2.4.6.0/opencv/modules/core/CMakeLists.txt
28>  CMake does not need to re-run because E:\Android\OPENCV\2.4.6.0\mybuild\modules\core\CMakeFiles\generate.stamp is up-to-date.
28>ClCompile:
28>  test_precomp.cpp
27>LinkEmbedManifest:
27>  opencv_test_features2d.vcxproj -> E:\Android\OPENCV\2.4.6.0\mybuild\bin\Debug\opencv_test_features2dd.exe
27>FinalizeBuildStatus:
27>  Deleting file "opencv_test_features2d.dir\Debug\opencv_test_features2d.unsuccessfulbuild".
27>  Touching "opencv_test_features2d.dir\Debug\opencv_test_features2d.lastbuildstate".
27>
27>Build succeeded.
27>
27>Time Elapsed 00:00:05.93
29>------ Build started: Project: opencv_test_contrib, Configuration: Debug Win32 ------
29>Build started 2013/10/22 18:07:03.
29>InitializeBuildStatus:
29>  Creating "opencv_test_contrib.dir\Debug\opencv_test_contrib.unsuccessfulbuild" because "AlwaysCreate" was specified.
29>CustomBuild:
29>  Building Custom Rule E:/Android/OPENCV/2.4.6.0/opencv/modules/contrib/CMakeLists.txt
29>  CMake does not need to re-run because E:\Android\OPENCV\2.4.6.0\mybuild\modules\contrib\CMakeFiles\generate.stamp is up-to-date.
29>ClCompile:
29>  test_precomp.cpp
28>  test_arithm.cpp
28>  test_countnonzero.cpp
28>  test_ds.cpp
28>  test_dxt.cpp
28>  test_eigen.cpp
28>  test_io.cpp
28>  test_main.cpp
28>  test_mat.cpp
28>  test_math.cpp
28>  test_misc.cpp
28>  test_operations.cpp
29>  test_main.cpp
28>  test_rand.cpp
28>  Generating Code...
29>LinkEmbedManifest:
29>  opencv_test_contrib.vcxproj -> E:\Android\OPENCV\2.4.6.0\mybuild\bin\Debug\opencv_test_contribd.exe
29>FinalizeBuildStatus:
29>  Deleting file "opencv_test_contrib.dir\Debug\opencv_test_contrib.unsuccessfulbuild".
29>  Touching "opencv_test_contrib.dir\Debug\opencv_test_contrib.lastbuildstate".
29>
29>Build succeeded.
29>
29>Time Elapsed 00:00:04.33
30>------ Build started: Project: opencv_videostab, Configuration: Debug Win32 ------
30>Build started 2013/10/22 18:07:08.
30>InitializeBuildStatus:
30>  Creating "opencv_videostab.dir\Debug\opencv_videostab.unsuccessfulbuild" because "AlwaysCreate" was specified.
30>CustomBuild:
30>  Building Custom Rule E:/Android/OPENCV/2.4.6.0/opencv/modules/videostab/CMakeLists.txt
30>  CMake does not need to re-run because E:\Android\OPENCV\2.4.6.0\mybuild\modules\videostab\CMakeFiles\generate.stamp is up-to-date.
30>MakeDirsForCl:
30>  Creating directory "E:\Android\OPENCV\2.4.6.0\mybuild\modules\videostab\Debug".
30>ClCompile:
30>  precomp.cpp
28>LinkEmbedManifest:
28>  opencv_test_core.vcxproj -> E:\Android\OPENCV\2.4.6.0\mybuild\bin\Debug\opencv_test_cored.exe
28>FinalizeBuildStatus:
28>  Deleting file "opencv_test_core.dir\Debug\opencv_test_core.unsuccessfulbuild".
28>  Touching "opencv_test_core.dir\Debug\opencv_test_core.lastbuildstate".
28>
28>Build succeeded.
28>
28>Time Elapsed 00:00:10.09
30>  deblurring.cpp
31>------ Build started: Project: opencv_test_gpu, Configuration: Debug Win32 ------
31>Build started 2013/10/22 18:07:12.
31>InitializeBuildStatus:
31>  Creating "opencv_test_gpu.dir\Debug\opencv_test_gpu.unsuccessfulbuild" because "AlwaysCreate" was specified.
31>CustomBuild:
31>  Building Custom Rule E:/Android/OPENCV/2.4.6.0/opencv/modules/gpu/CMakeLists.txt
31>  CMake does not need to re-run because E:\Android\OPENCV\2.4.6.0\mybuild\modules\gpu\CMakeFiles\generate.stamp is up-to-date.
31>ClCompile:
31>  test_precomp.cpp
30>  fast_marching.cpp
30>  frame_source.cpp
30>  global_motion.cpp
30>  inpainting.cpp
31>  main.cpp
31>  test_bgfg.cpp
31>  test_calib3d.cpp
31>  test_color.cpp
31>  test_copy_make_border.cpp
31>  test_core.cpp
31>  test_denoising.cpp
31>  test_features2d.cpp
31>  test_filters.cpp
31>  test_global_motion.cpp
31>  test_gpumat.cpp
31>  test_hough.cpp
31>  test_imgproc.cpp
31>  test_labeling.cpp
31>  test_nvidia.cpp
31>  test_objdetect.cpp
31>  test_opengl.cpp
31>  test_optflow.cpp
31>  test_pyramids.cpp
31>  test_remap.cpp
31>  Generating Code...
30>  log.cpp
30>  motion_stabilizing.cpp
31>  Compiling...
31>  test_resize.cpp
31>  test_stream.cpp
31>  test_threshold.cpp
31>  test_video.cpp
31>  test_warp_affine.cpp
31>  test_warp_perspective.cpp
31>  Generating Code...
30>  optical_flow.cpp
30>  stabilizer.cpp
31>LinkEmbedManifest:
31>  opencv_test_gpu.vcxproj -> E:\Android\OPENCV\2.4.6.0\mybuild\bin\Debug\opencv_test_gpud.exe
31>FinalizeBuildStatus:
31>  Deleting file "opencv_test_gpu.dir\Debug\opencv_test_gpu.unsuccessfulbuild".
31>  Touching "opencv_test_gpu.dir\Debug\opencv_test_gpu.lastbuildstate".
31>
31>Build succeeded.
31>
31>Time Elapsed 00:00:03.36
32>------ Build started: Project: opencv_test_highgui, Configuration: Debug Win32 ------
32>Build started 2013/10/22 18:07:16.
32>InitializeBuildStatus:
32>  Creating "opencv_test_highgui.dir\Debug\opencv_test_highgui.unsuccessfulbuild" because "AlwaysCreate" was specified.
32>CustomBuild:
32>  Building Custom Rule E:/Android/OPENCV/2.4.6.0/opencv/modules/highgui/CMakeLists.txt
30>  Generating Code...
32>  CMake does not need to re-run because E:\Android\OPENCV\2.4.6.0\mybuild\modules\highgui\CMakeFiles\generate.stamp is up-to-date.
32>ClCompile:
32>  test_precomp.cpp
32>  test_drawing.cpp
32>  test_ffmpeg.cpp
32>  test_fourcc.cpp
32>  test_framecount.cpp
32>  test_grfmt.cpp
32>  test_gui.cpp
32>  test_main.cpp
32>  test_positioning.cpp
32>  test_video_io.cpp
32>  test_video_pos.cpp
32>  Generating Code...
30>Link:
30>     Creating library E:/Android/OPENCV/2.4.6.0/mybuild/lib/Debug/opencv_videostab246d.lib and object E:/Android/OPENCV/2.4.6.0/mybuild/lib/Debug/opencv_videostab246d.exp
30>LinkEmbedManifest:
30>     Creating library E:/Android/OPENCV/2.4.6.0/mybuild/lib/Debug/opencv_videostab246d.lib and object E:/Android/OPENCV/2.4.6.0/mybuild/lib/Debug/opencv_videostab246d.exp
30>  opencv_videostab.vcxproj -> E:\Android\OPENCV\2.4.6.0\mybuild\bin\Debug\opencv_videostab246d.dll
30>FinalizeBuildStatus:
30>  Deleting file "opencv_videostab.dir\Debug\opencv_videostab.unsuccessfulbuild".
30>  Touching "opencv_videostab.dir\Debug\opencv_videostab.lastbuildstate".
30>
30>Build succeeded.
30>
30>Time Elapsed 00:00:12.85
33>------ Build started: Project: opencv_test_imgproc, Configuration: Debug Win32 ------
33>Build started 2013/10/22 18:07:22.
33>InitializeBuildStatus:
33>  Creating "opencv_test_imgproc.dir\Debug\opencv_test_imgproc.unsuccessfulbuild" because "AlwaysCreate" was specified.
33>CustomBuild:
33>  Building Custom Rule E:/Android/OPENCV/2.4.6.0/opencv/modules/imgproc/CMakeLists.txt
33>  CMake does not need to re-run because E:\Android\OPENCV\2.4.6.0\mybuild\modules\imgproc\CMakeFiles\generate.stamp is up-to-date.
33>ClCompile:
33>  test_precomp.cpp
32>LinkEmbedManifest:
32>  opencv_test_highgui.vcxproj -> E:\Android\OPENCV\2.4.6.0\mybuild\bin\Debug\opencv_test_highguid.exe
32>FinalizeBuildStatus:
32>  Deleting file "opencv_test_highgui.dir\Debug\opencv_test_highgui.unsuccessfulbuild".
32>  Touching "opencv_test_highgui.dir\Debug\opencv_test_highgui.lastbuildstate".
32>
32>Build succeeded.
32>
32>Time Elapsed 00:00:06.80
34>------ Build started: Project: opencv_performance, Configuration: Debug Win32 ------
34>Build started 2013/10/22 18:07:23.
34>InitializeBuildStatus:
34>  Creating "opencv_performance.dir\Debug\opencv_performance.unsuccessfulbuild" because "AlwaysCreate" was specified.
34>CustomBuild:
34>  Building Custom Rule E:/Android/OPENCV/2.4.6.0/opencv/apps/haartraining/CMakeLists.txt
34>  CMake does not need to re-run because E:\Android\OPENCV\2.4.6.0\mybuild\apps\haartraining\CMakeFiles\generate.stamp is up-to-date.
34>ClCompile:
34>  performance.cpp
33>  test_approxpoly.cpp
33>  test_bilateral_filter.cpp
33>  test_boundingrect.cpp
33>  test_canny.cpp
33>  test_color.cpp
33>  test_contours.cpp
33>  test_convhull.cpp
33>  test_cvtyuv.cpp
33>  test_distancetransform.cpp
33>  test_emd.cpp
33>  test_filter.cpp
33>  test_floodfill.cpp
33>  test_grabcut.cpp
33>  test_histograms.cpp
33>  test_houghLines.cpp
33>  test_imgwarp.cpp
34>LinkEmbedManifest:
34>  opencv_performance.vcxproj -> E:\Android\OPENCV\2.4.6.0\mybuild\bin\Debug\opencv_performanced.exe
33>  test_imgwarp_strict.cpp
34>FinalizeBuildStatus:
34>  Deleting file "opencv_performance.dir\Debug\opencv_performance.unsuccessfulbuild".
34>  Touching "opencv_performance.dir\Debug\opencv_performance.lastbuildstate".
34>
34>Build succeeded.
34>
34>Time Elapsed 00:00:03.27
33>  test_main.cpp
33>  test_moments.cpp
33>  test_pc.cpp
35>------ Build started: Project: opencv_test_legacy, Configuration: Debug Win32 ------
33>  Generating Code...
35>Build started 2013/10/22 18:07:26.
35>InitializeBuildStatus:
35>  Creating "opencv_test_legacy.dir\Debug\opencv_test_legacy.unsuccessfulbuild" because "AlwaysCreate" was specified.
35>CustomBuild:
35>  Building Custom Rule E:/Android/OPENCV/2.4.6.0/opencv/modules/legacy/CMakeLists.txt
35>  CMake does not need to re-run because E:\Android\OPENCV\2.4.6.0\mybuild\modules\legacy\CMakeFiles\generate.stamp is up-to-date.
35>ClCompile:
35>  test_precomp.cpp
33>  Compiling...
33>  test_templmatch.cpp
33>  test_thresh.cpp
33>  test_watershed.cpp
33>  Generating Code...
33>LinkEmbedManifest:
33>  opencv_test_imgproc.vcxproj -> E:\Android\OPENCV\2.4.6.0\mybuild\bin\Debug\opencv_test_imgprocd.exe
33>FinalizeBuildStatus:
33>  Deleting file "opencv_test_imgproc.dir\Debug\opencv_test_imgproc.unsuccessfulbuild".
33>  Touching "opencv_test_imgproc.dir\Debug\opencv_test_imgproc.lastbuildstate".
33>
33>Build succeeded.
33>
33>Time Elapsed 00:00:09.01
35>  test_bruteforcematcher.cpp
35>  test_em.cpp
36>------ Build started: Project: opencv_createsamples, Configuration: Debug Win32 ------
36>Build started 2013/10/22 18:07:31.
35>  test_main.cpp
35>  test_nearestneighbors.cpp
35>  test_optflow.cpp
36>InitializeBuildStatus:
36>  Creating "opencv_createsamples.dir\Debug\opencv_createsamples.unsuccessfulbuild" because "AlwaysCreate" was specified.
36>CustomBuild:
36>  Building Custom Rule E:/Android/OPENCV/2.4.6.0/opencv/apps/haartraining/CMakeLists.txt
36>  CMake does not need to re-run because E:\Android\OPENCV\2.4.6.0\mybuild\apps\haartraining\CMakeFiles\generate.stamp is up-to-date.
35>  test_pyrsegmentation.cpp
35>  test_stereomatching.cpp
36>ClCompile:
36>  createsamples.cpp
35>  test_subdivisions.cpp
35>  Generating Code...
36>LinkEmbedManifest:
36>  opencv_createsamples.vcxproj -> E:\Android\OPENCV\2.4.6.0\mybuild\bin\Debug\opencv_createsamplesd.exe
36>FinalizeBuildStatus:
36>  Deleting file "opencv_createsamples.dir\Debug\opencv_createsamples.unsuccessfulbuild".
36>  Touching "opencv_createsamples.dir\Debug\opencv_createsamples.lastbuildstate".
36>
36>Build succeeded.
36>
36>Time Elapsed 00:00:01.72
37>------ Build started: Project: opencv_perf_superres, Configuration: Debug Win32 ------
37>Build started 2013/10/22 18:07:33.
37>InitializeBuildStatus:
37>  Creating "opencv_perf_superres.dir\Debug\opencv_perf_superres.unsuccessfulbuild" because "AlwaysCreate" was specified.
37>CustomBuild:
37>  Building Custom Rule E:/Android/OPENCV/2.4.6.0/opencv/modules/superres/CMakeLists.txt
37>  CMake does not need to re-run because E:\Android\OPENCV\2.4.6.0\mybuild\modules\superres\CMakeFiles\generate.stamp is up-to-date.
37>ClCompile:
37>  perf_precomp.cpp
35>LinkEmbedManifest:
35>  opencv_test_legacy.vcxproj -> E:\Android\OPENCV\2.4.6.0\mybuild\bin\Debug\opencv_test_legacyd.exe
35>FinalizeBuildStatus:
35>  Deleting file "opencv_test_legacy.dir\Debug\opencv_test_legacy.unsuccessfulbuild".
35>  Touching "opencv_test_legacy.dir\Debug\opencv_test_legacy.lastbuildstate".
35>
35>Build succeeded.
35>
35>Time Elapsed 00:00:06.96
38>------ Build started: Project: opencv_perf_stitching, Configuration: Debug Win32 ------
38>Build started 2013/10/22 18:07:34.
38>InitializeBuildStatus:
38>  Creating "opencv_perf_stitching.dir\Debug\opencv_perf_stitching.unsuccessfulbuild" because "AlwaysCreate" was specified.
38>CustomBuild:
38>  Building Custom Rule E:/Android/OPENCV/2.4.6.0/opencv/modules/stitching/CMakeLists.txt
38>  CMake does not need to re-run because E:\Android\OPENCV\2.4.6.0\mybuild\modules\stitching\CMakeFiles\generate.stamp is up-to-date.
38>ClCompile:
38>  perf_precomp.cpp
37>  perf_main.cpp
37>  perf_superres.cpp
37>  Generating Code...
37>LinkEmbedManifest:
37>  opencv_perf_superres.vcxproj -> E:\Android\OPENCV\2.4.6.0\mybuild\bin\Debug\opencv_perf_superresd.exe
38>  perf_main.cpp
38>  perf_stich.cpp
37>FinalizeBuildStatus:
37>  Deleting file "opencv_perf_superres.dir\Debug\opencv_perf_superres.unsuccessfulbuild".
37>  Touching "opencv_perf_superres.dir\Debug\opencv_perf_superres.lastbuildstate".
37>
37>Build succeeded.
37>
37>Time Elapsed 00:00:05.53
39>------ Build started: Project: opencv_perf_photo, Configuration: Debug Win32 ------
39>Build started 2013/10/22 18:07:39.
39>InitializeBuildStatus:
39>  Creating "opencv_perf_photo.dir\Debug\opencv_perf_photo.unsuccessfulbuild" because "AlwaysCreate" was specified.
38>  Generating Code...
39>CustomBuild:
39>  Building Custom Rule E:/Android/OPENCV/2.4.6.0/opencv/modules/photo/CMakeLists.txt
39>  CMake does not need to re-run because E:\Android\OPENCV\2.4.6.0\mybuild\modules\photo\CMakeFiles\generate.stamp is up-to-date.
39>ClCompile:
39>  perf_precomp.cpp
39>  perf_inpaint.cpp
39>  perf_main.cpp
39>  Generating Code...
38>LinkEmbedManifest:
38>  opencv_perf_stitching.vcxproj -> E:\Android\OPENCV\2.4.6.0\mybuild\bin\Debug\opencv_perf_stitchingd.exe
38>FinalizeBuildStatus:
38>  Deleting file "opencv_perf_stitching.dir\Debug\opencv_perf_stitching.unsuccessfulbuild".
38>  Touching "opencv_perf_stitching.dir\Debug\opencv_perf_stitching.lastbuildstate".
38>
38>Build succeeded.
38>
38>Time Elapsed 00:00:08.64
40>------ Build started: Project: opencv_perf_objdetect, Configuration: Debug Win32 ------
40>Build started 2013/10/22 18:07:43.
40>InitializeBuildStatus:
40>  Creating "opencv_perf_objdetect.dir\Debug\opencv_perf_objdetect.unsuccessfulbuild" because "AlwaysCreate" was specified.
40>CustomBuild:
40>  Building Custom Rule E:/Android/OPENCV/2.4.6.0/opencv/modules/objdetect/CMakeLists.txt
40>  CMake does not need to re-run because E:\Android\OPENCV\2.4.6.0\mybuild\modules\objdetect\CMakeFiles\generate.stamp is up-to-date.
40>ClCompile:
40>  perf_precomp.cpp
39>LinkEmbedManifest:
39>  opencv_perf_photo.vcxproj -> E:\Android\OPENCV\2.4.6.0\mybuild\bin\Debug\opencv_perf_photod.exe
39>FinalizeBuildStatus:
39>  Deleting file "opencv_perf_photo.dir\Debug\opencv_perf_photo.unsuccessfulbuild".
39>  Touching "opencv_perf_photo.dir\Debug\opencv_perf_photo.lastbuildstate".
39>
39>Build succeeded.
39>
39>Time Elapsed 00:00:05.09
41>------ Build started: Project: opencv_perf_nonfree, Configuration: Debug Win32 ------
41>Build started 2013/10/22 18:07:44.
41>InitializeBuildStatus:
41>  Creating "opencv_perf_nonfree.dir\Debug\opencv_perf_nonfree.unsuccessfulbuild" because "AlwaysCreate" was specified.
41>CustomBuild:
41>  Building Custom Rule E:/Android/OPENCV/2.4.6.0/opencv/modules/nonfree/CMakeLists.txt
41>  CMake does not need to re-run because E:\Android\OPENCV\2.4.6.0\mybuild\modules\nonfree\CMakeFiles\generate.stamp is up-to-date.
41>ClCompile:
41>  perf_precomp.cpp
40>  perf_cascadeclassifier.cpp
40>  perf_main.cpp
40>  Generating Code...
41>  perf_gpu.cpp
41>  perf_main.cpp
41>  perf_surf.cpp
41>  perf_surf.ocl.cpp
41>  Generating Code...
40>LinkEmbedManifest:
40>  opencv_perf_objdetect.vcxproj -> E:\Android\OPENCV\2.4.6.0\mybuild\bin\Debug\opencv_perf_objdetectd.exe
40>FinalizeBuildStatus:
40>  Deleting file "opencv_perf_objdetect.dir\Debug\opencv_perf_objdetect.unsuccessfulbuild".
40>  Touching "opencv_perf_objdetect.dir\Debug\opencv_perf_objdetect.lastbuildstate".
40>
40>Build succeeded.
40>
40>Time Elapsed 00:00:05.48
42>------ Build started: Project: opencv_perf_imgproc, Configuration: Debug Win32 ------
42>Build started 2013/10/22 18:07:49.
42>InitializeBuildStatus:
42>  Creating "opencv_perf_imgproc.dir\Debug\opencv_perf_imgproc.unsuccessfulbuild" because "AlwaysCreate" was specified.
42>CustomBuild:
42>  Building Custom Rule E:/Android/OPENCV/2.4.6.0/opencv/modules/imgproc/CMakeLists.txt
42>  CMake does not need to re-run because E:\Android\OPENCV\2.4.6.0\mybuild\modules\imgproc\CMakeFiles\generate.stamp is up-to-date.
42>ClCompile:
42>  perf_precomp.cpp
41>LinkEmbedManifest:
41>  opencv_perf_nonfree.vcxproj -> E:\Android\OPENCV\2.4.6.0\mybuild\bin\Debug\opencv_perf_nonfreed.exe
41>FinalizeBuildStatus:
41>  Deleting file "opencv_perf_nonfree.dir\Debug\opencv_perf_nonfree.unsuccessfulbuild".
41>  Touching "opencv_perf_nonfree.dir\Debug\opencv_perf_nonfree.lastbuildstate".
41>
41>Build succeeded.
41>
41>Time Elapsed 00:00:05.89
43>------ Build started: Project: opencv_perf_highgui, Configuration: Debug Win32 ------
43>Build started 2013/10/22 18:07:50.
43>InitializeBuildStatus:
43>  Creating "opencv_perf_highgui.dir\Debug\opencv_perf_highgui.unsuccessfulbuild" because "AlwaysCreate" was specified.
43>CustomBuild:
43>  Building Custom Rule E:/Android/OPENCV/2.4.6.0/opencv/modules/highgui/CMakeLists.txt
43>  CMake does not need to re-run because E:\Android\OPENCV\2.4.6.0\mybuild\modules\highgui\CMakeFiles\generate.stamp is up-to-date.
43>ClCompile:
43>  perf_precomp.cpp
42>  perf_bilateral.cpp
42>  perf_blur.cpp
43>  perf_input.cpp
43>  perf_main.cpp
43>  perf_output.cpp
43>  Generating Code...
42>  perf_canny.cpp
42>  perf_cornerEigenValsAndVecs.cpp
42>  perf_cornerHarris.cpp
42>  perf_cvt_color.cpp
43>LinkEmbedManifest:
43>  opencv_perf_highgui.vcxproj -> E:\Android\OPENCV\2.4.6.0\mybuild\bin\Debug\opencv_perf_highguid.exe
43>FinalizeBuildStatus:
43>  Deleting file "opencv_perf_highgui.dir\Debug\opencv_perf_highgui.unsuccessfulbuild".
43>  Touching "opencv_perf_highgui.dir\Debug\opencv_perf_highgui.lastbuildstate".
43>
43>Build succeeded.
43>
43>Time Elapsed 00:00:04.42
42>  perf_distanceTransform.cpp
44>------ Build started: Project: opencv_perf_gpu, Configuration: Debug Win32 ------
42>  perf_filter2d.cpp
44>Build started 2013/10/22 18:07:55.
44>InitializeBuildStatus:
44>  Creating "opencv_perf_gpu.dir\Debug\opencv_perf_gpu.unsuccessfulbuild" because "AlwaysCreate" was specified.
44>CustomBuild:
44>  Building Custom Rule E:/Android/OPENCV/2.4.6.0/opencv/modules/gpu/CMakeLists.txt
44>  CMake does not need to re-run because E:\Android\OPENCV\2.4.6.0\mybuild\modules\gpu\CMakeFiles\generate.stamp is up-to-date.
42>  perf_goodFeaturesToTrack.cpp
44>ClCompile:
44>  perf_precomp.cpp
42>  perf_histogram.cpp
42>  perf_houghLines.cpp
42>  perf_integral.cpp
42>  perf_main.cpp
42>  perf_matchTemplate.cpp
42>  perf_morph.cpp
42>  perf_pyramids.cpp
42>  perf_remap.cpp
42>  perf_resize.cpp
42>  perf_sepfilters.cpp
42>  perf_threshold.cpp
42>  Generating Code...
44>  perf_calib3d.cpp
44>  perf_core.cpp
44>  perf_denoising.cpp
44>  perf_features2d.cpp
44>  perf_filters.cpp
44>  perf_imgproc.cpp
42>  Compiling...
42>  perf_warp.cpp
42>  Generating Code...
44>  perf_labeling.cpp
44>  perf_main.cpp
44>  perf_matop.cpp
44>  perf_objdetect.cpp
44>  perf_video.cpp
44>  Generating Code...
42>LinkEmbedManifest:
42>  opencv_perf_imgproc.vcxproj -> E:\Android\OPENCV\2.4.6.0\mybuild\bin\Debug\opencv_perf_imgprocd.exe
42>FinalizeBuildStatus:
42>  Deleting file "opencv_perf_imgproc.dir\Debug\opencv_perf_imgproc.unsuccessfulbuild".
42>  Touching "opencv_perf_imgproc.dir\Debug\opencv_perf_imgproc.lastbuildstate".
42>
42>Build succeeded.
42>
42>Time Elapsed 00:00:38.79
45>------ Build started: Project: opencv_perf_features2d, Configuration: Debug Win32 ------
45>Build started 2013/10/22 18:08:28.
45>InitializeBuildStatus:
45>  Creating "opencv_perf_features2d.dir\Debug\opencv_perf_features2d.unsuccessfulbuild" because "AlwaysCreate" was specified.
45>CustomBuild:
45>  Building Custom Rule E:/Android/OPENCV/2.4.6.0/opencv/modules/features2d/CMakeLists.txt
45>  CMake does not need to re-run because E:\Android\OPENCV\2.4.6.0\mybuild\modules\features2d\CMakeFiles\generate.stamp is up-to-date.
45>ClCompile:
45>  perf_precomp.cpp
45>  perf_batchDistance.cpp
45>  perf_fast.cpp
45>  perf_main.cpp
45>  perf_orb.cpp
45>  Generating Code...
44>LinkEmbedManifest:
44>  opencv_perf_gpu.vcxproj -> E:\Android\OPENCV\2.4.6.0\mybuild\bin\Debug\opencv_perf_gpud.exe
44>FinalizeBuildStatus:
44>  Deleting file "opencv_perf_gpu.dir\Debug\opencv_perf_gpu.unsuccessfulbuild".
44>  Touching "opencv_perf_gpu.dir\Debug\opencv_perf_gpu.lastbuildstate".
44>
44>Build succeeded.
44>
44>Time Elapsed 00:00:39.66
46>------ Build started: Project: opencv_perf_core, Configuration: Debug Win32 ------
46>Build started 2013/10/22 18:08:35.
45>LinkEmbedManifest:
45>  opencv_perf_features2d.vcxproj -> E:\Android\OPENCV\2.4.6.0\mybuild\bin\Debug\opencv_perf_features2dd.exe
46>InitializeBuildStatus:
46>  Creating "opencv_perf_core.dir\Debug\opencv_perf_core.unsuccessfulbuild" because "AlwaysCreate" was specified.
45>FinalizeBuildStatus:
45>  Deleting file "opencv_perf_features2d.dir\Debug\opencv_perf_features2d.unsuccessfulbuild".
45>  Touching "opencv_perf_features2d.dir\Debug\opencv_perf_features2d.lastbuildstate".
45>
45>Build succeeded.
45>
45>Time Elapsed 00:00:07.06
46>CustomBuild:
46>  Building Custom Rule E:/Android/OPENCV/2.4.6.0/opencv/modules/core/CMakeLists.txt
46>  CMake does not need to re-run because E:\Android\OPENCV\2.4.6.0\mybuild\modules\core\CMakeFiles\generate.stamp is up-to-date.
47>------ Build started: Project: opencv_perf_calib3d, Configuration: Debug Win32 ------
46>ClCompile:
46>  perf_precomp.cpp
47>Build started 2013/10/22 18:08:35.
47>InitializeBuildStatus:
47>  Creating "opencv_perf_calib3d.dir\Debug\opencv_perf_calib3d.unsuccessfulbuild" because "AlwaysCreate" was specified.
47>CustomBuild:
47>  Building Custom Rule E:/Android/OPENCV/2.4.6.0/opencv/modules/calib3d/CMakeLists.txt
47>  CMake does not need to re-run because E:\Android\OPENCV\2.4.6.0\mybuild\modules\calib3d\CMakeFiles\generate.stamp is up-to-date.
47>ClCompile:
47>  perf_precomp.cpp
46>  perf_abs.cpp
47>  perf_cicrlesGrid.cpp
46>  perf_addWeighted.cpp
47>  perf_main.cpp
47>  perf_pnp.cpp
47>  Generating Code...
46>  perf_arithm.cpp
46>  perf_bitwise.cpp
46>  perf_compare.cpp
46>  perf_convertTo.cpp
47>LinkEmbedManifest:
47>  opencv_perf_calib3d.vcxproj -> E:\Android\OPENCV\2.4.6.0\mybuild\bin\Debug\opencv_perf_calib3dd.exe
47>FinalizeBuildStatus:
47>  Deleting file "opencv_perf_calib3d.dir\Debug\opencv_perf_calib3d.unsuccessfulbuild".
47>  Touching "opencv_perf_calib3d.dir\Debug\opencv_perf_calib3d.lastbuildstate".
47>
47>Build succeeded.
47>
47>Time Elapsed 00:00:07.16
46>  perf_dft.cpp
48>------ Build started: Project: opencv_test_ml, Configuration: Debug Win32 ------
46>  perf_dot.cpp
48>Build started 2013/10/22 18:08:43.
48>InitializeBuildStatus:
48>  Creating "opencv_test_ml.dir\Debug\opencv_test_ml.unsuccessfulbuild" because "AlwaysCreate" was specified.
46>  perf_inRange.cpp
48>CustomBuild:
48>  Building Custom Rule E:/Android/OPENCV/2.4.6.0/opencv/modules/ml/CMakeLists.txt
48>  CMake does not need to re-run because E:\Android\OPENCV\2.4.6.0\mybuild\modules\ml\CMakeFiles\generate.stamp is up-to-date.
46>  perf_main.cpp
48>ClCompile:
48>  test_precomp.cpp
46>  perf_mat.cpp
46>  perf_math.cpp
46>  perf_merge.cpp
46>  perf_minmaxloc.cpp
46>  perf_norm.cpp
46>  perf_reduce.cpp
48>  test_emknearestkmeans.cpp
48>  test_gbttest.cpp
48>  test_main.cpp
48>  test_mltests.cpp
48>  test_mltests2.cpp
48>  test_save_load.cpp
48>  Generating Code...
46>  perf_split.cpp
46>  perf_stat.cpp
46>  Generating Code...
48>LinkEmbedManifest:
48>  opencv_test_ml.vcxproj -> E:\Android\OPENCV\2.4.6.0\mybuild\bin\Debug\opencv_test_mld.exe
48>FinalizeBuildStatus:
48>  Deleting file "opencv_test_ml.dir\Debug\opencv_test_ml.unsuccessfulbuild".
48>  Touching "opencv_test_ml.dir\Debug\opencv_test_ml.lastbuildstate".
48>
48>Build succeeded.
48>
48>Time Elapsed 00:00:05.88
49>------ Build started: Project: opencv_test_nonfree, Configuration: Debug Win32 ------
49>Build started 2013/10/22 18:08:49.
49>InitializeBuildStatus:
49>  Creating "opencv_test_nonfree.dir\Debug\opencv_test_nonfree.unsuccessfulbuild" because "AlwaysCreate" was specified.
49>CustomBuild:
49>  Building Custom Rule E:/Android/OPENCV/2.4.6.0/opencv/modules/nonfree/CMakeLists.txt
49>  CMake does not need to re-run because E:\Android\OPENCV\2.4.6.0\mybuild\modules\nonfree\CMakeFiles\generate.stamp is up-to-date.
49>ClCompile:
49>  test_precomp.cpp
49>  test_detectors.cpp
49>  test_features2d.cpp
49>  test_gpu.cpp
49>  test_keypoints.cpp
49>  test_main.cpp
49>  test_rotation_and_scale_invariance.cpp
49>  test_surf.ocl.cpp
49>  Generating Code...
46>LinkEmbedManifest:
46>  opencv_perf_core.vcxproj -> E:\Android\OPENCV\2.4.6.0\mybuild\bin\Debug\opencv_perf_cored.exe
46>FinalizeBuildStatus:
46>  Deleting file "opencv_perf_core.dir\Debug\opencv_perf_core.unsuccessfulbuild".
46>  Touching "opencv_perf_core.dir\Debug\opencv_perf_core.lastbuildstate".
46>
46>Build succeeded.
46>
46>Time Elapsed 00:00:20.27
50>------ Build started: Project: opencv_test_objdetect, Configuration: Debug Win32 ------
49>LinkEmbedManifest:
49>  opencv_test_nonfree.vcxproj -> E:\Android\OPENCV\2.4.6.0\mybuild\bin\Debug\opencv_test_nonfreed.exe
49>FinalizeBuildStatus:
49>  Deleting file "opencv_test_nonfree.dir\Debug\opencv_test_nonfree.unsuccessfulbuild".
49>  Touching "opencv_test_nonfree.dir\Debug\opencv_test_nonfree.lastbuildstate".
49>
49>Build succeeded.
49>
49>Time Elapsed 00:00:06.67
51>------ Build started: Project: opencv_test_photo, Configuration: Debug Win32 ------
50>Build started 2013/10/22 18:08:56.
50>InitializeBuildStatus:
51>Build started 2013/10/22 18:08:56.
50>  Creating "opencv_test_objdetect.dir\Debug\opencv_test_objdetect.unsuccessfulbuild" because "AlwaysCreate" was specified.
51>InitializeBuildStatus:
51>  Creating "opencv_test_photo.dir\Debug\opencv_test_photo.unsuccessfulbuild" because "AlwaysCreate" was specified.
50>CustomBuild:
50>  Building Custom Rule E:/Android/OPENCV/2.4.6.0/opencv/modules/objdetect/CMakeLists.txt
51>CustomBuild:
51>  Building Custom Rule E:/Android/OPENCV/2.4.6.0/opencv/modules/photo/CMakeLists.txt
50>  CMake does not need to re-run because E:\Android\OPENCV\2.4.6.0\mybuild\modules\objdetect\CMakeFiles\generate.stamp is up-to-date.
51>  CMake does not need to re-run because E:\Android\OPENCV\2.4.6.0\mybuild\modules\photo\CMakeFiles\generate.stamp is up-to-date.
50>ClCompile:
50>  test_precomp.cpp
51>ClCompile:
51>  test_precomp.cpp
50>  test_cascadeandhog.cpp
51>  test_denoising.cpp
50>  test_latentsvmdetector.cpp
50>  test_main.cpp
50>  Generating Code...
51>  test_inpaint.cpp
51>  test_main.cpp
51>  Generating Code...
51>LinkEmbedManifest:
51>  opencv_test_photo.vcxproj -> E:\Android\OPENCV\2.4.6.0\mybuild\bin\Debug\opencv_test_photod.exe
51>FinalizeBuildStatus:
51>  Deleting file "opencv_test_photo.dir\Debug\opencv_test_photo.unsuccessfulbuild".
51>  Touching "opencv_test_photo.dir\Debug\opencv_test_photo.lastbuildstate".
51>
51>Build succeeded.
51>
51>Time Elapsed 00:00:05.00
50>LinkEmbedManifest:
50>  opencv_test_objdetect.vcxproj -> E:\Android\OPENCV\2.4.6.0\mybuild\bin\Debug\opencv_test_objdetectd.exe
52>------ Build started: Project: opencv_test_stitching, Configuration: Debug Win32 ------
50>FinalizeBuildStatus:
50>  Deleting file "opencv_test_objdetect.dir\Debug\opencv_test_objdetect.unsuccessfulbuild".
50>  Touching "opencv_test_objdetect.dir\Debug\opencv_test_objdetect.lastbuildstate".
50>
50>Build succeeded.
50>
50>Time Elapsed 00:00:05.23
52>Build started 2013/10/22 18:09:01.
52>InitializeBuildStatus:
52>  Creating "opencv_test_stitching.dir\Debug\opencv_test_stitching.unsuccessfulbuild" because "AlwaysCreate" was specified.
52>CustomBuild:
52>  Building Custom Rule E:/Android/OPENCV/2.4.6.0/opencv/modules/stitching/CMakeLists.txt
52>  CMake does not need to re-run because E:\Android\OPENCV\2.4.6.0\mybuild\modules\stitching\CMakeFiles\generate.stamp is up-to-date.
53>------ Build started: Project: opencv_test_superres, Configuration: Debug Win32 ------
53>Build started 2013/10/22 18:09:01.
52>ClCompile:
52>  test_precomp.cpp
53>InitializeBuildStatus:
53>  Creating "opencv_test_superres.dir\Debug\opencv_test_superres.unsuccessfulbuild" because "AlwaysCreate" was specified.
53>CustomBuild:
53>  Building Custom Rule E:/Android/OPENCV/2.4.6.0/opencv/modules/superres/CMakeLists.txt
53>  CMake does not need to re-run because E:\Android\OPENCV\2.4.6.0\mybuild\modules\superres\CMakeFiles\generate.stamp is up-to-date.
53>ClCompile:
53>  test_precomp.cpp
53>  test_main.cpp
53>  test_superres.cpp
53>  Generating Code...
52>  test_blenders.cpp
53>LinkEmbedManifest:
53>  opencv_test_superres.vcxproj -> E:\Android\OPENCV\2.4.6.0\mybuild\bin\Debug\opencv_test_superresd.exe
52>  test_main.cpp
53>FinalizeBuildStatus:
53>  Deleting file "opencv_test_superres.dir\Debug\opencv_test_superres.unsuccessfulbuild".
53>  Touching "opencv_test_superres.dir\Debug\opencv_test_superres.lastbuildstate".
53>
53>Build succeeded.
53>
53>Time Elapsed 00:00:04.88
52>  test_matchers.cpp
52>  Generating Code...
54>------ Build started: Project: opencv_test_video, Configuration: Debug Win32 ------
54>Build started 2013/10/22 18:09:07.
54>InitializeBuildStatus:
54>  Creating "opencv_test_video.dir\Debug\opencv_test_video.unsuccessfulbuild" because "AlwaysCreate" was specified.
54>CustomBuild:
54>  Building Custom Rule E:/Android/OPENCV/2.4.6.0/opencv/modules/video/CMakeLists.txt
54>  CMake does not need to re-run because E:\Android\OPENCV\2.4.6.0\mybuild\modules\video\CMakeFiles\generate.stamp is up-to-date.
54>ClCompile:
54>  test_precomp.cpp
52>LinkEmbedManifest:
52>  opencv_test_stitching.vcxproj -> E:\Android\OPENCV\2.4.6.0\mybuild\bin\Debug\opencv_test_stitchingd.exe
52>FinalizeBuildStatus:
52>  Deleting file "opencv_test_stitching.dir\Debug\opencv_test_stitching.unsuccessfulbuild".
52>  Touching "opencv_test_stitching.dir\Debug\opencv_test_stitching.lastbuildstate".
52>
52>Build succeeded.
52>
52>Time Elapsed 00:00:07.05
55>------ Build started: Project: opencv_traincascade, Configuration: Debug Win32 ------
55>Build started 2013/10/22 18:09:09.
55>InitializeBuildStatus:
55>  Creating "opencv_traincascade.dir\Debug\opencv_traincascade.unsuccessfulbuild" because "AlwaysCreate" was specified.
55>CustomBuild:
55>  Building Custom Rule E:/Android/OPENCV/2.4.6.0/opencv/apps/traincascade/CMakeLists.txt
55>  CMake does not need to re-run because E:\Android\OPENCV\2.4.6.0\mybuild\apps\traincascade\CMakeFiles\generate.stamp is up-to-date.
55>MakeDirsForCl:
55>  Creating directory "E:\Android\OPENCV\2.4.6.0\mybuild\apps\traincascade\Debug".
55>ClCompile:
55>  traincascade.cpp
54>  test_accum.cpp
54>  test_backgroundsubtractor_gbh.cpp
54>  test_camshift.cpp
54>  test_estimaterigid.cpp
54>  test_kalman.cpp
54>  test_main.cpp
54>  test_motiontemplates.cpp
54>  test_optflowpyrlk.cpp
54>  test_simpleflow.cpp
54>  test_tvl1optflow.cpp
54>  Generating Code...
55>  cascadeclassifier.cpp
54>LinkEmbedManifest:
54>  opencv_test_video.vcxproj -> E:\Android\OPENCV\2.4.6.0\mybuild\bin\Debug\opencv_test_videod.exe
54>FinalizeBuildStatus:
54>  Deleting file "opencv_test_video.dir\Debug\opencv_test_video.unsuccessfulbuild".
54>  Touching "opencv_test_video.dir\Debug\opencv_test_video.lastbuildstate".
54>
54>Build succeeded.
54>
54>Time Elapsed 00:00:05.91
56>------ Build started: Project: opencv_haartraining, Configuration: Debug Win32 ------
55>  boost.cpp
56>Build started 2013/10/22 18:09:13.
56>InitializeBuildStatus:
56>  Creating "opencv_haartraining.dir\Debug\opencv_haartraining.unsuccessfulbuild" because "AlwaysCreate" was specified.
56>CustomBuild:
56>  Building Custom Rule E:/Android/OPENCV/2.4.6.0/opencv/apps/haartraining/CMakeLists.txt
56>  CMake does not need to re-run because E:\Android\OPENCV\2.4.6.0\mybuild\apps\haartraining\CMakeFiles\generate.stamp is up-to-date.
56>ClCompile:
56>  haartraining.cpp
55>  features.cpp
56>LinkEmbedManifest:
56>  opencv_haartraining.vcxproj -> E:\Android\OPENCV\2.4.6.0\mybuild\bin\Debug\opencv_haartrainingd.exe
56>FinalizeBuildStatus:
56>  Deleting file "opencv_haartraining.dir\Debug\opencv_haartraining.unsuccessfulbuild".
56>  Touching "opencv_haartraining.dir\Debug\opencv_haartraining.lastbuildstate".
56>
56>Build succeeded.
56>
56>Time Elapsed 00:00:02.42
55>  haarfeatures.cpp
57>------ Build started: Project: opencv_perf_video, Configuration: Debug Win32 ------
57>Build started 2013/10/22 18:09:16.
57>InitializeBuildStatus:
57>  Creating "opencv_perf_video.dir\Debug\opencv_perf_video.unsuccessfulbuild" because "AlwaysCreate" was specified.
57>CustomBuild:
57>  Building Custom Rule E:/Android/OPENCV/2.4.6.0/opencv/modules/video/CMakeLists.txt
57>  CMake does not need to re-run because E:\Android\OPENCV\2.4.6.0\mybuild\modules\video\CMakeFiles\generate.stamp is up-to-date.
57>ClCompile:
57>  perf_precomp.cpp
55>  lbpfeatures.cpp
55>  HOGfeatures.cpp
57>  perf_main.cpp
57>  perf_optflowpyrlk.cpp
55>  imagestorage.cpp
57>  perf_tvl1optflow.cpp
57>  Generating Code...
55>  Generating Code...
57>LinkEmbedManifest:
57>  opencv_perf_video.vcxproj -> E:\Android\OPENCV\2.4.6.0\mybuild\bin\Debug\opencv_perf_videod.exe
57>FinalizeBuildStatus:
57>  Deleting file "opencv_perf_video.dir\Debug\opencv_perf_video.unsuccessfulbuild".
57>  Touching "opencv_perf_video.dir\Debug\opencv_perf_video.lastbuildstate".
57>
57>Build succeeded.
57>
57>Time Elapsed 00:00:06.44
55>LinkEmbedManifest:
55>  opencv_traincascade.vcxproj -> E:\Android\OPENCV\2.4.6.0\mybuild\bin\Debug\opencv_traincascaded.exe
55>FinalizeBuildStatus:
55>  Deleting file "opencv_traincascade.dir\Debug\opencv_traincascade.unsuccessfulbuild".
55>  Touching "opencv_traincascade.dir\Debug\opencv_traincascade.lastbuildstate".
55>
55>Build succeeded.
55>
55>Time Elapsed 00:00:13.85
58>------ Build started: Project: opencv_test_calib3d, Configuration: Debug Win32 ------
58>Build started 2013/10/22 18:09:23.
58>InitializeBuildStatus:
58>  Creating "opencv_test_calib3d.dir\Debug\opencv_test_calib3d.unsuccessfulbuild" because "AlwaysCreate" was specified.
58>CustomBuild:
58>  Building Custom Rule E:/Android/OPENCV/2.4.6.0/opencv/modules/calib3d/CMakeLists.txt
58>  CMake does not need to re-run because E:\Android\OPENCV\2.4.6.0\mybuild\modules\calib3d\CMakeFiles\generate.stamp is up-to-date.
58>ClCompile:
58>  test_precomp.cpp
58>  test_affine3d_estimator.cpp
58>  test_cameracalibration.cpp
58>  test_cameracalibration_artificial.cpp
58>  test_cameracalibration_badarg.cpp
58>  test_chessboardgenerator.cpp
58>  test_chesscorners.cpp
58>  test_chesscorners_badarg.cpp
58>  test_chesscorners_timing.cpp
58>  test_compose_rt.cpp
58>  test_cornerssubpix.cpp
58>  test_fundam.cpp
58>  test_homography.cpp
58>  test_main.cpp
58>  test_modelest.cpp
58>  test_posit.cpp
58>  test_reproject_image_to_3d.cpp
58>  test_solvepnp_ransac.cpp
58>  test_stereomatching.cpp
58>  test_undistort.cpp
58>  test_undistort_badarg.cpp
58>  Generating Code...
58>  Compiling...
58>  test_undistort_points.cpp
58>  Generating Code...
58>LinkEmbedManifest:
58>  opencv_test_calib3d.vcxproj -> E:\Android\OPENCV\2.4.6.0\mybuild\bin\Debug\opencv_test_calib3dd.exe
58>FinalizeBuildStatus:
58>  Deleting file "opencv_test_calib3d.dir\Debug\opencv_test_calib3d.unsuccessfulbuild".
58>  Touching "opencv_test_calib3d.dir\Debug\opencv_test_calib3d.lastbuildstate".
58>
58>Build succeeded.
58>
58>Time Elapsed 00:00:08.21
59>------ Build started: Project: ALL_BUILD, Configuration: Debug Win32 ------
59>Build started 2013/10/22 18:09:31.
59>InitializeBuildStatus:
59>  Creating "Win32\Debug\ALL_BUILD\ALL_BUILD.unsuccessfulbuild" because "AlwaysCreate" was specified.
59>CustomBuild:
59>  Building Custom Rule E:/Android/OPENCV/2.4.6.0/opencv/CMakeLists.txt
59>  CMake does not need to re-run because E:\Android\OPENCV\2.4.6.0\mybuild\CMakeFiles\generate.stamp is up-to-date.
59>  Build all projects
59>FinalizeBuildStatus:
59>  Deleting file "Win32\Debug\ALL_BUILD\ALL_BUILD.unsuccessfulbuild".
59>  Touching "Win32\Debug\ALL_BUILD\ALL_BUILD.lastbuildstate".
59>
59>Build succeeded.
59>
59>Time Elapsed 00:00:00.66

========== Build: 59 succeeded, 0 failed, 0 up-to-date, 0 skipped ==========


这个时候停下来,发生了这个:




不知道是啥意思



原创粉丝点击