Closed GerardWalsh closed 6 years ago
Try resolving build problems without Matlab at first.
CUDA problem is somewhere here:
21>------ Build started: Project: opencv_core, Configuration: Debug x64 ------
21>Building NVCC (Device) object modules/core/CMakeFiles/cuda_compile.dir/src/cuda/Debug/cuda_compile_generated_gpu_mat.cu.obj
21>CMake Error at cuda_compile_generated_gpu_mat.cu.obj.cmake:206 (message):
21> Error generating
21> D:/OpenCV/buildz/modules/core/CMakeFiles/cuda_compile.dir/src/cuda/Debug/cuda_compile_generated_gpu_mat.cu.obj
21>
21>
21>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Common7\IDE\VC\VCTargets\Microsoft.CppCommon.targets(171,5): error MSB6006: "cmd.exe" exited with code 1.
21>Done building project "opencv_core.vcxproj" -- FAILED.
CUDA 9.1 requires specific MSVC version and/or CMake patch (see #10497). Check for similar CUDA issues
Matlab is external contribution (see opencv_contrib repository), so don't expect fix from OpenCV core team. BTW, CUDA functionality is not exposed via bindings interface, including Matlab (at least most part of it).
I used the work around and configure CUDA to use the compiler : C:/Program Files (x86)/Microsoft Visual Studio 14.0/VC/bin/amd64/cl.exe, and it seems to have sorted out the CUDA error
However, now it throws an error : fatal error LNK1104: cannot open file '....\lib\Debug\opencv_tracking331d.lib'
and many more of the same error.
@gerrywalsh Did you solve this?
I did not manage to solve it. I installed using the 3.4.0 source instead, which compiled successfully.
@gerrywalsh I'm having some trouble compiling it. I downloaded 3.4.0, used cmake to make the build directory (with vs 15 2017 x64)but i get similar link errors. What procedure did you follow? Thanks for the help
fatal error LNK1104: cannot open file '....\lib\Debug\opencv_tracking331d.lib'
This message doesn't say anything about real reason of the problem. This is just consequences. Scan for real error in build log above this line.
@alalek Thanks. My problem was it is compiling for CUDA (I just used default cmake settings) and the compiler path was wrong. Builds correctly now!
System information
Detailed description
I'm attempting to compile OpenCV with Visual Studio 2017, with support for CUDA 9.1 and MATLAB. I re-installed an earlier version of Visual Studio (to enable CUDA support), and am trying to compile OpenCV 3.3.1 as https://github.com/kyamagu/mexopencv/wiki/Installation-%28Windows%2C-MATLAB%2C-OpenCV-3%29 states 3.3.1 is the only version of OpenCV that supports MATLAB (I previously installed OpenCV 3.4.0 and noticed in the output it did not support MATLAB mex functionality). I am configuring my CMake build following https://perso.uclouvain.be/allan.barrea/opencv/cmake_config.html, but have also checked WITH_ CUBLAS and CUFFT.
I specified the paths to MATLAB LIB MAT, MATLAB LIB MEX and MATLAB LIB MX as C:/Program Files/MATLAB/R2017b/bin/win64/libxxx.dll and TBB paths from http://cvlecture.marearts.com/2017/04/opencv-opencv-32-cuda-tbb.html
When building in Visual Studio after generating the project in CMake , I am getting the following output after attempting to build the ALL_BUILD , with configuration set to Debug still (haven't attempted to build the release)
Build log
``` 1>------ Build started: Project: ZERO_CHECK, Configuration: Debug x64 ------ 1>Checking Build System 1>CMake does not need to re-run because D:/OpenCV/buildz/CMakeFiles/generate.stamp is up-to-date. 1>CMake does not need to re-run because D:/OpenCV/buildz/3rdparty/zlib/CMakeFiles/generate.stamp is up-to-date. 1>CMake does not need to re-run because D:/OpenCV/buildz/3rdparty/libtiff/CMakeFiles/generate.stamp is up-to-date. 1>CMake does not need to re-run because D:/OpenCV/buildz/3rdparty/libjpeg/CMakeFiles/generate.stamp is up-to-date. 1>CMake does not need to re-run because D:/OpenCV/buildz/3rdparty/libjasper/CMakeFiles/generate.stamp is up-to-date. 1>CMake does not need to re-run because D:/OpenCV/buildz/3rdparty/libpng/CMakeFiles/generate.stamp is up-to-date. 1>CMake does not need to re-run because D:/OpenCV/buildz/3rdparty/ippiw/CMakeFiles/generate.stamp is up-to-date. 1>CMake does not need to re-run because D:/OpenCV/buildz/include/CMakeFiles/generate.stamp is up-to-date. 1>CMake does not need to re-run because D:/OpenCV/buildz/modules/CMakeFiles/generate.stamp is up-to-date. 1>CMake does not need to re-run because D:/OpenCV/buildz/modules/calib3d/.calib3d/CMakeFiles/generate.stamp is up-to-date. 1>CMake does not need to re-run because D:/OpenCV/buildz/modules/core/.core/CMakeFiles/generate.stamp is up-to-date. 1>CMake does not need to re-run because D:/OpenCV/buildz/modules/cudaarithm/.cudaarithm/CMakeFiles/generate.stamp is up-to-date. 1>CMake does not need to re-run because D:/OpenCV/buildz/modules/cudabgsegm/.cudabgsegm/CMakeFiles/generate.stamp is up-to-date. 1>CMake does not need to re-run because D:/OpenCV/buildz/modules/cudacodec/.cudacodec/CMakeFiles/generate.stamp is up-to-date. 1>CMake does not need to re-run because D:/OpenCV/buildz/modules/cudafeatures2d/.cudafeatures2d/CMakeFiles/generate.stamp is up-to-date. 1>CMake does not need to re-run because D:/OpenCV/buildz/modules/cudafilters/.cudafilters/CMakeFiles/generate.stamp is up-to-date. 1>CMake does not need to re-run because D:/OpenCV/buildz/modules/cudaimgproc/.cudaimgproc/CMakeFiles/generate.stamp is up-to-date. 1>CMake does not need to re-run because D:/OpenCV/buildz/modules/cudalegacy/.cudalegacy/CMakeFiles/generate.stamp is up-to-date. 1>CMake does not need to re-run because D:/OpenCV/buildz/modules/cudaobjdetect/.cudaobjdetect/CMakeFiles/generate.stamp is up-to-date. 1>CMake does not need to re-run because D:/OpenCV/buildz/modules/cudaoptflow/.cudaoptflow/CMakeFiles/generate.stamp is up-to-date. 1>CMake does not need to re-run because D:/OpenCV/buildz/modules/cudastereo/.cudastereo/CMakeFiles/generate.stamp is up-to-date. 1>CMake does not need to re-run because D:/OpenCV/buildz/modules/cudawarping/.cudawarping/CMakeFiles/generate.stamp is up-to-date. 1>CMake does not need to re-run because D:/OpenCV/buildz/modules/cudev/.cudev/CMakeFiles/generate.stamp is up-to-date. 1>CMake does not need to re-run because D:/OpenCV/buildz/modules/dnn/.dnn/CMakeFiles/generate.stamp is up-to-date. 1>CMake does not need to re-run because D:/OpenCV/buildz/3rdparty/protobuf/CMakeFiles/generate.stamp is up-to-date. 1>CMake does not need to re-run because D:/OpenCV/buildz/modules/features2d/.features2d/CMakeFiles/generate.stamp is up-to-date. 1>CMake does not need to re-run because D:/OpenCV/buildz/modules/flann/.flann/CMakeFiles/generate.stamp is up-to-date. 1>CMake does not need to re-run because D:/OpenCV/buildz/modules/highgui/.highgui/CMakeFiles/generate.stamp is up-to-date. 1>CMake does not need to re-run because D:/OpenCV/buildz/modules/imgcodecs/.imgcodecs/CMakeFiles/generate.stamp is up-to-date. 1>CMake does not need to re-run because D:/OpenCV/buildz/modules/imgproc/.imgproc/CMakeFiles/generate.stamp is up-to-date. 1>CMake does not need to re-run because D:/OpenCV/buildz/modules/java/.java/CMakeFiles/generate.stamp is up-to-date. 1>CMake does not need to re-run because D:/OpenCV/buildz/modules/js/.js/CMakeFiles/generate.stamp is up-to-date. 1>CMake does not need to re-run because D:/OpenCV/buildz/modules/ml/.ml/CMakeFiles/generate.stamp is up-to-date. 1>CMake does not need to re-run because D:/OpenCV/buildz/modules/objdetect/.objdetect/CMakeFiles/generate.stamp is up-to-date. 1>CMake does not need to re-run because D:/OpenCV/buildz/modules/photo/.photo/CMakeFiles/generate.stamp is up-to-date. 1>CMake does not need to re-run because D:/OpenCV/buildz/modules/python/.python/CMakeFiles/generate.stamp is up-to-date. 1>CMake does not need to re-run because D:/OpenCV/buildz/modules/python/.python/python2/CMakeFiles/generate.stamp is up-to-date. 1>CMake does not need to re-run because D:/OpenCV/buildz/modules/python/.python/python3/CMakeFiles/generate.stamp is up-to-date. 1>CMake does not need to re-run because D:/OpenCV/buildz/modules/shape/.shape/CMakeFiles/generate.stamp is up-to-date. 1>CMake does not need to re-run because D:/OpenCV/buildz/modules/stitching/.stitching/CMakeFiles/generate.stamp is up-to-date. 1>CMake does not need to re-run because D:/OpenCV/buildz/modules/superres/.superres/CMakeFiles/generate.stamp is up-to-date. 1>CMake does not need to re-run because D:/OpenCV/buildz/modules/ts/.ts/CMakeFiles/generate.stamp is up-to-date. 1>CMake does not need to re-run because D:/OpenCV/buildz/modules/video/.video/CMakeFiles/generate.stamp is up-to-date. 1>CMake does not need to re-run because D:/OpenCV/buildz/modules/videoio/.videoio/CMakeFiles/generate.stamp is up-to-date. 1>CMake does not need to re-run because D:/OpenCV/buildz/modules/videostab/.videostab/CMakeFiles/generate.stamp is up-to-date. 1>CMake does not need to re-run because D:/OpenCV/buildz/modules/viz/.viz/CMakeFiles/generate.stamp is up-to-date. 1>CMake does not need to re-run because D:/OpenCV/buildz/modules/world/.world/CMakeFiles/generate.stamp is up-to-date. 1>CMake does not need to re-run because D:/OpenCV/buildz/modules/aruco/.aruco/CMakeFiles/generate.stamp is up-to-date. 1>CMake does not need to re-run because D:/OpenCV/buildz/modules/bgsegm/.bgsegm/CMakeFiles/generate.stamp is up-to-date. 1>CMake does not need to re-run because D:/OpenCV/buildz/modules/bioinspired/.bioinspired/CMakeFiles/generate.stamp is up-to-date. 1>CMake does not need to re-run because D:/OpenCV/buildz/modules/ccalib/.ccalib/CMakeFiles/generate.stamp is up-to-date. 1>CMake does not need to re-run because D:/OpenCV/buildz/modules/cnn_3dobj/.cnn_3dobj/CMakeFiles/generate.stamp is up-to-date. 1>CMake does not need to re-run because D:/OpenCV/buildz/modules/contrib_world/.contrib_world/CMakeFiles/generate.stamp is up-to-date. 1>CMake does not need to re-run because D:/OpenCV/buildz/modules/cvv/.cvv/CMakeFiles/generate.stamp is up-to-date. 1>CMake does not need to re-run because D:/OpenCV/buildz/modules/datasets/.datasets/CMakeFiles/generate.stamp is up-to-date. 1>CMake does not need to re-run because D:/OpenCV/buildz/modules/dnn_modern/.dnn_modern/CMakeFiles/generate.stamp is up-to-date. 1>CMake does not need to re-run because D:/OpenCV/buildz/modules/dpm/.dpm/CMakeFiles/generate.stamp is up-to-date. 1>CMake does not need to re-run because D:/OpenCV/buildz/modules/face/.face/CMakeFiles/generate.stamp is up-to-date. 1>CMake does not need to re-run because D:/OpenCV/buildz/modules/freetype/.freetype/CMakeFiles/generate.stamp is up-to-date. 1>CMake does not need to re-run because D:/OpenCV/buildz/modules/fuzzy/.fuzzy/CMakeFiles/generate.stamp is up-to-date. 1>CMake does not need to re-run because D:/OpenCV/buildz/modules/hdf/.hdf/CMakeFiles/generate.stamp is up-to-date. 1>CMake does not need to re-run because D:/OpenCV/buildz/modules/img_hash/.img_hash/CMakeFiles/generate.stamp is up-to-date. 1>CMake does not need to re-run because D:/OpenCV/buildz/modules/line_descriptor/.line_descriptor/CMakeFiles/generate.stamp is up-to-date. 1>CMake does not need to re-run because D:/OpenCV/buildz/modules/matlab/.matlab/CMakeFiles/generate.stamp is up-to-date. 1>CMake does not need to re-run because D:/OpenCV/buildz/modules/optflow/.optflow/CMakeFiles/generate.stamp is up-to-date. 1>CMake does not need to re-run because D:/OpenCV/buildz/modules/phase_unwrapping/.phase_unwrapping/CMakeFiles/generate.stamp is up-to-date. 1>CMake does not need to re-run because D:/OpenCV/buildz/modules/plot/.plot/CMakeFiles/generate.stamp is up-to-date. 1>CMake does not need to re-run because D:/OpenCV/buildz/modules/reg/.reg/CMakeFiles/generate.stamp is up-to-date. 1>CMake does not need to re-run because D:/OpenCV/buildz/modules/rgbd/.rgbd/CMakeFiles/generate.stamp is up-to-date. 1>CMake does not need to re-run because D:/OpenCV/buildz/modules/saliency/.saliency/CMakeFiles/generate.stamp is up-to-date. 1>CMake does not need to re-run because D:/OpenCV/buildz/modules/sfm/.sfm/CMakeFiles/generate.stamp is up-to-date. 1>CMake does not need to re-run because D:/OpenCV/buildz/modules/stereo/.stereo/CMakeFiles/generate.stamp is up-to-date. 1>CMake does not need to re-run because D:/OpenCV/buildz/modules/structured_light/.structured_light/CMakeFiles/generate.stamp is up-to-date. 1>CMake does not need to re-run because D:/OpenCV/buildz/modules/surface_matching/.surface_matching/CMakeFiles/generate.stamp is up-to-date. 1>CMake does not need to re-run because D:/OpenCV/buildz/modules/text/.text/CMakeFiles/generate.stamp is up-to-date. 1>CMake does not need to re-run because D:/OpenCV/buildz/modules/tracking/.tracking/CMakeFiles/generate.stamp is up-to-date. 1>CMake does not need to re-run because D:/OpenCV/buildz/modules/xfeatures2d/.xfeatures2d/CMakeFiles/generate.stamp is up-to-date. 1>CMake does not need to re-run because D:/OpenCV/buildz/modules/ximgproc/.ximgproc/CMakeFiles/generate.stamp is up-to-date. 1>CMake does not need to re-run because D:/OpenCV/buildz/modules/xobjdetect/.xobjdetect/CMakeFiles/generate.stamp is up-to-date. 1>CMake does not need to re-run because D:/OpenCV/buildz/modules/xphoto/.xphoto/CMakeFiles/generate.stamp is up-to-date. 1>CMake does not need to re-run because D:/OpenCV/buildz/modules/cudev/CMakeFiles/generate.stamp is up-to-date. 1>CMake does not need to re-run because D:/OpenCV/buildz/modules/cudev/test/CMakeFiles/generate.stamp is up-to-date. 1>CMake does not need to re-run because D:/OpenCV/buildz/modules/core/CMakeFiles/generate.stamp is up-to-date. 1>CMake does not need to re-run because D:/OpenCV/buildz/modules/cudaarithm/CMakeFiles/generate.stamp is up-to-date. 1>CMake does not need to re-run because D:/OpenCV/buildz/modules/flann/CMakeFiles/generate.stamp is up-to-date. 1>CMake does not need to re-run because D:/OpenCV/buildz/modules/imgproc/CMakeFiles/generate.stamp is up-to-date. 1>CMake does not need to re-run because D:/OpenCV/buildz/modules/ml/CMakeFiles/generate.stamp is up-to-date. 1>CMake does not need to re-run because D:/OpenCV/buildz/modules/objdetect/CMakeFiles/generate.stamp is up-to-date. 1>CMake does not need to re-run because D:/OpenCV/buildz/modules/phase_unwrapping/CMakeFiles/generate.stamp is up-to-date. 1>CMake does not need to re-run because D:/OpenCV/buildz/modules/plot/CMakeFiles/generate.stamp is up-to-date. 1>CMake does not need to re-run because D:/OpenCV/buildz/modules/reg/CMakeFiles/generate.stamp is up-to-date. 1>CMake does not need to re-run because D:/OpenCV/buildz/modules/surface_matching/CMakeFiles/generate.stamp is up-to-date. 1>CMake does not need to re-run because D:/OpenCV/buildz/modules/video/CMakeFiles/generate.stamp is up-to-date. 1>CMake does not need to re-run because D:/OpenCV/buildz/modules/xphoto/CMakeFiles/generate.stamp is up-to-date. 1>CMake does not need to re-run because D:/OpenCV/buildz/modules/bgsegm/CMakeFiles/generate.stamp is up-to-date. 1>CMake does not need to re-run because D:/OpenCV/buildz/modules/cudabgsegm/CMakeFiles/generate.stamp is up-to-date. 1>CMake does not need to re-run because D:/OpenCV/buildz/modules/cudafilters/CMakeFiles/generate.stamp is up-to-date. 1>CMake does not need to re-run because D:/OpenCV/buildz/modules/cudaimgproc/CMakeFiles/generate.stamp is up-to-date. 1>CMake does not need to re-run because D:/OpenCV/buildz/modules/cudawarping/CMakeFiles/generate.stamp is up-to-date. 1>CMake does not need to re-run because D:/OpenCV/buildz/modules/dnn/CMakeFiles/generate.stamp is up-to-date. 1>CMake does not need to re-run because D:/OpenCV/buildz/modules/face/CMakeFiles/generate.stamp is up-to-date. 1>CMake does not need to re-run because D:/OpenCV/buildz/modules/fuzzy/CMakeFiles/generate.stamp is up-to-date. 1>CMake does not need to re-run because D:/OpenCV/buildz/modules/img_hash/CMakeFiles/generate.stamp is up-to-date. 1>CMake does not need to re-run because D:/OpenCV/buildz/modules/imgcodecs/CMakeFiles/generate.stamp is up-to-date. 1>CMake does not need to re-run because D:/OpenCV/buildz/modules/photo/CMakeFiles/generate.stamp is up-to-date. 1>CMake does not need to re-run because D:/OpenCV/buildz/modules/shape/CMakeFiles/generate.stamp is up-to-date. 1>CMake does not need to re-run because D:/OpenCV/buildz/modules/videoio/CMakeFiles/generate.stamp is up-to-date. 1>CMake does not need to re-run because D:/OpenCV/buildz/modules/xobjdetect/CMakeFiles/generate.stamp is up-to-date. 1>CMake does not need to re-run because D:/OpenCV/buildz/modules/cudacodec/CMakeFiles/generate.stamp is up-to-date. 1>CMake does not need to re-run because D:/OpenCV/buildz/modules/highgui/CMakeFiles/generate.stamp is up-to-date. 1>CMake does not need to re-run because D:/OpenCV/buildz/modules/bioinspired/CMakeFiles/generate.stamp is up-to-date. 1>CMake does not need to re-run because D:/OpenCV/buildz/modules/dpm/CMakeFiles/generate.stamp is up-to-date. 1>CMake does not need to re-run because D:/OpenCV/buildz/modules/features2d/CMakeFiles/generate.stamp is up-to-date. 1>CMake does not need to re-run because D:/OpenCV/buildz/modules/line_descriptor/CMakeFiles/generate.stamp is up-to-date. 1>CMake does not need to re-run because D:/OpenCV/buildz/modules/saliency/CMakeFiles/generate.stamp is up-to-date. 1>CMake does not need to re-run because D:/OpenCV/buildz/modules/text/CMakeFiles/generate.stamp is up-to-date. 1>CMake does not need to re-run because D:/OpenCV/buildz/modules/calib3d/CMakeFiles/generate.stamp is up-to-date. 1>CMake does not need to re-run because D:/OpenCV/buildz/modules/ccalib/CMakeFiles/generate.stamp is up-to-date. 1>CMake does not need to re-run because D:/OpenCV/buildz/modules/cudafeatures2d/CMakeFiles/generate.stamp is up-to-date. 1>CMake does not need to re-run because D:/OpenCV/buildz/modules/cudalegacy/CMakeFiles/generate.stamp is up-to-date. 1>CMake does not need to re-run because D:/OpenCV/buildz/modules/cudaobjdetect/CMakeFiles/generate.stamp is up-to-date. 1>CMake does not need to re-run because D:/OpenCV/buildz/modules/cudaoptflow/CMakeFiles/generate.stamp is up-to-date. 1>CMake does not need to re-run because D:/OpenCV/buildz/modules/cudastereo/CMakeFiles/generate.stamp is up-to-date. 1>CMake does not need to re-run because D:/OpenCV/buildz/modules/datasets/CMakeFiles/generate.stamp is up-to-date. 1>CMake does not need to re-run because D:/OpenCV/buildz/modules/rgbd/CMakeFiles/generate.stamp is up-to-date. 1>CMake does not need to re-run because D:/OpenCV/buildz/modules/stereo/CMakeFiles/generate.stamp is up-to-date. 1>CMake does not need to re-run because D:/OpenCV/buildz/modules/structured_light/CMakeFiles/generate.stamp is up-to-date. 1>CMake does not need to re-run because D:/OpenCV/buildz/modules/superres/CMakeFiles/generate.stamp is up-to-date. 1>CMake does not need to re-run because D:/OpenCV/buildz/modules/tracking/CMakeFiles/generate.stamp is up-to-date. 1>CMake does not need to re-run because D:/OpenCV/buildz/modules/videostab/CMakeFiles/generate.stamp is up-to-date. 1>CMake does not need to re-run because D:/OpenCV/buildz/modules/xfeatures2d/CMakeFiles/generate.stamp is up-to-date. 1>CMake does not need to re-run because D:/OpenCV/buildz/modules/ximgproc/CMakeFiles/generate.stamp is up-to-date. 1>CMake does not need to re-run because D:/OpenCV/buildz/modules/aruco/CMakeFiles/generate.stamp is up-to-date. 1>CMake does not need to re-run because D:/OpenCV/buildz/modules/optflow/CMakeFiles/generate.stamp is up-to-date. 1>CMake does not need to re-run because D:/OpenCV/buildz/modules/stitching/CMakeFiles/generate.stamp is up-to-date. 1>CMake does not need to re-run because D:/OpenCV/buildz/doc/CMakeFiles/generate.stamp is up-to-date. 1>CMake does not need to re-run because D:/OpenCV/buildz/data/CMakeFiles/generate.stamp is up-to-date. 1>CMake does not need to re-run because D:/OpenCV/buildz/samples/CMakeFiles/generate.stamp is up-to-date. 1>CMake does not need to re-run because D:/OpenCV/buildz/samples/cpp/CMakeFiles/generate.stamp is up-to-date. 1>CMake does not need to re-run because D:/OpenCV/buildz/samples/java/tutorial_code/CMakeFiles/generate.stamp is up-to-date. 1>CMake does not need to re-run because D:/OpenCV/buildz/samples/dnn/CMakeFiles/generate.stamp is up-to-date. 1>CMake does not need to re-run because D:/OpenCV/buildz/samples/gpu/CMakeFiles/generate.stamp is up-to-date. 1>CMake does not need to re-run because D:/OpenCV/buildz/samples/tapi/CMakeFiles/generate.stamp is up-to-date. 1>CMake does not need to re-run because D:/OpenCV/buildz/samples/directx/CMakeFiles/generate.stamp is up-to-date. 2>------ Build started: Project: ippiw, Configuration: Debug x64 ------ 3>------ Build started: Project: opencv_core_SSE4_2, Configuration: Debug x64 ------ 4>------ Build started: Project: opencv_core_SSE4_1, Configuration: Debug x64 ------ 5>------ Build started: Project: opencv_core_FP16, Configuration: Debug x64 ------ 6>------ Build started: Project: opencv_core_AVX2, Configuration: Debug x64 ------ 7>------ Build started: Project: opencv_core_AVX, Configuration: Debug x64 ------ 8>------ Build started: Project: zlib, Configuration: Debug x64 ------ 9>------ Build started: Project: opencv_imgproc_AVX2, Configuration: Debug x64 ------ 2>Building Custom Rule D:/OpenCV/buildz/3rdparty/ippicv/ippiw_win/CMakeLists.txt 2>CMake does not need to re-run because D:/OpenCV/buildz/3rdparty/ippiw/CMakeFiles/generate.stamp is up-to-date. 2>iw_core.c 2>iw_image.c 2>iw_image_color_convert_all.c 2>iw_image_color_convert_rgbs.c 2>iw_image_filter_bilateral.c 2>iw_image_filter_box.c 7>Building Custom Rule D:/OpenCV/opencv-3.3.1/modules/core/CMakeLists.txt 7>CMake does not need to re-run because D:/OpenCV/buildz/modules/core/CMakeFiles/generate.stamp is up-to-date. 2>iw_image_filter_canny.c 2>iw_image_filter_gaussian.c 7>mathfuncs_core.avx.cpp 3>Building Custom Rule D:/OpenCV/opencv-3.3.1/modules/core/CMakeLists.txt 3>CMake does not need to re-run because D:/OpenCV/buildz/modules/core/CMakeFiles/generate.stamp is up-to-date. 5>Building Custom Rule D:/OpenCV/opencv-3.3.1/modules/core/CMakeLists.txt 4>Building Custom Rule D:/OpenCV/opencv-3.3.1/modules/core/CMakeLists.txt 4>CMake does not need to re-run because D:/OpenCV/buildz/modules/core/CMakeFiles/generate.stamp is up-to-date. 5>CMake does not need to re-run because D:/OpenCV/buildz/modules/core/CMakeFiles/generate.stamp is up-to-date. 3>stat.sse4_2.cpp 6>Building Custom Rule D:/OpenCV/opencv-3.3.1/modules/core/CMakeLists.txt 6>CMake does not need to re-run because D:/OpenCV/buildz/modules/core/CMakeFiles/generate.stamp is up-to-date. 8>Building Custom Rule D:/OpenCV/opencv-3.3.1/3rdparty/zlib/CMakeLists.txt 5>convert.fp16.cpp 2>iw_image_filter_general.c 4>convert.sse4_1.cpp 8>CMake does not need to re-run because D:/OpenCV/buildz/3rdparty/zlib/CMakeFiles/generate.stamp is up-to-date. 9>Building Custom Rule D:/OpenCV/opencv-3.3.1/modules/imgproc/CMakeLists.txt 6>convert.avx2.cpp 9>CMake does not need to re-run because D:/OpenCV/buildz/modules/imgproc/CMakeFiles/generate.stamp is up-to-date. 6>mathfuncs_core.avx2.cpp 6>stat.avx2.cpp 8>adler32.c 8>compress.c 8>crc32.c 8>deflate.c 8>gzclose.c 8>gzlib.c 8>gzread.c 8>gzwrite.c 9>filter.avx2.cpp 9>imgwarp.avx2.cpp 9>resize.avx2.cpp 9>undistort.avx2.cpp 8>inflate.c 2>iw_image_filter_laplacian.c 8>infback.c 8>inftrees.c 2>iw_image_filter_morphology.c 2>iw_image_filter_scharr.c 2>iw_image_filter_sobel.c 2>iw_image_op_copy.c 2>iw_image_op_copy_channel.c 8>inffast.c 8>trees.c 8>uncompr.c 8>zutil.c 2>iw_image_op_copy_make_border.c 2>iw_image_op_copy_merge.c 2>iw_image_op_copy_split.c 2>iw_image_op_scale.c 2>iw_image_op_set.c 2>iw_image_op_set_channel.c 2>iw_image_op_swap_channels.c 8>zlib.vcxproj -> D:\OpenCV\buildz\3rdparty\lib\Debug\zlibd.lib 10>------ Build started: Project: opencv_imgproc_SSE4_1, Configuration: Debug x64 ------ 2>iw_image_transform_mirror.c 10>Building Custom Rule D:/OpenCV/opencv-3.3.1/modules/imgproc/CMakeLists.txt 2>iw_image_transform_resize.c 10>CMake does not need to re-run because D:/OpenCV/buildz/modules/imgproc/CMakeFiles/generate.stamp is up-to-date. 2>iw_image_transform_rotate.c 10>imgwarp.sse4_1.cpp 2>iw_image_transform_warpaffine.c 2>iw_own.c 10>resize.sse4_1.cpp 2>ippiw.vcxproj -> D:\OpenCV\buildz\3rdparty\lib\Debug\ippiwd.lib 11>------ Build started: Project: opencv_cudev, Configuration: Debug x64 ------ 7>opencv_core_AVX.vcxproj -> D:\OpenCV\buildz\modules\core\opencv_core_AVX.dir\Debug\opencv_core_AVX.lib 12>------ Build started: Project: opencv_imgproc_AVX, Configuration: Debug x64 ------ 11>Building Custom Rule D:/OpenCV/opencv-3.3.1/modules/cudev/CMakeLists.txt 11>CMake does not need to re-run because D:/OpenCV/buildz/modules/cudev/CMakeFiles/generate.stamp is up-to-date. 12>Building Custom Rule D:/OpenCV/opencv-3.3.1/modules/imgproc/CMakeLists.txt 11>stub.cpp 12>CMake does not need to re-run because D:/OpenCV/buildz/modules/imgproc/CMakeFiles/generate.stamp is up-to-date. 12>corner.avx.cpp 12>accum.avx.cpp 4>opencv_core_SSE4_1.vcxproj -> D:\OpenCV\buildz\modules\core\opencv_core_SSE4_1.dir\Debug\opencv_core_SSE4_1.lib 13>------ Build started: Project: libjasper, Configuration: Debug x64 ------ 13>Building Custom Rule D:/OpenCV/opencv-3.3.1/3rdparty/libjasper/CMakeLists.txt 13>CMake does not need to re-run because D:/OpenCV/buildz/3rdparty/libjasper/CMakeFiles/generate.stamp is up-to-date. 13>jas_cm.c 13>jas_debug.c 13>jas_getopt.c 13>jas_icc.c 13>jas_iccdata.c 13>jas_image.c 13>jas_init.c 13>jas_malloc.c 11> Creating library D:/OpenCV/buildz/lib/Debug/opencv_cudev331d.lib and object D:/OpenCV/buildz/lib/Debug/opencv_cudev331d.exp 13>jas_seq.c 13>jas_stream.c 13>jas_string.c 13>jas_tmr.c 13>jas_tvp.c 13>jas_version.c 13>jp2_cod.c 11>opencv_cudev.vcxproj -> D:\OpenCV\buildz\bin\Debug\opencv_cudev331d.dll 14>------ Build started: Project: libjpeg, Configuration: Debug x64 ------ 13>jp2_dec.c 13>jp2_enc.c 13>jpc_bs.c 13>jpc_cs.c 13>jpc_dec.c 14>Building Custom Rule D:/OpenCV/opencv-3.3.1/3rdparty/libjpeg/CMakeLists.txt 13>jpc_enc.c 14>CMake does not need to re-run because D:/OpenCV/buildz/3rdparty/libjpeg/CMakeFiles/generate.stamp is up-to-date. 14>jaricom.c 14>jcapimin.c 14>jcapistd.c 14>jcarith.c 14>jccoefct.c 14>jccolor.c 14>jcdctmgr.c 14>jchuff.c 13>jpc_math.c 14>jcinit.c 13>jpc_mct.c 14>jcmainct.c 14>jcmarker.c 14>jcmaster.c 14>jcomapi.c 14>jcparam.c 13>jpc_mqcod.c 14>jcprepct.c 14>jcsample.c 13>jpc_mqdec.c 14>jctrans.c 13>jpc_mqenc.c 14>jdapimin.c 13>jpc_qmfb.c 14>jdapistd.c 14>jdarith.c 14>jdatadst.c 14>jdatasrc.c 14>jdcoefct.c 13>jpc_t1cod.c 14>jdcolor.c 14>jddctmgr.c 14>jdhuff.c 14>jdinput.c 14>jdmainct.c 14>jdmarker.c 14>jdmaster.c 14>jdmerge.c 13>jpc_t1dec.c 14>jdpostct.c 13>jpc_t1enc.c 13>jpc_t2cod.c 13>jpc_t2dec.c 13>jpc_t2enc.c 14>jdsample.c 14>jdtrans.c 14>jerror.c 13>jpc_tagtree.c 13>jpc_tsfb.c 14>jfdctflt.c 14>jfdctfst.c 14>jfdctint.c 14>jidctflt.c 13>jpc_util.c 14>jidctfst.c 14>jidctint.c 14>jmemansi.c 14>jmemmgr.c 14>jquant1.c 14>jquant2.c 14>jutils.c 14>libjpeg.vcxproj -> D:\OpenCV\buildz\3rdparty\lib\Debug\libjpegd.lib 15>------ Build started: Project: libtiff, Configuration: Debug x64 ------ 15>Building Custom Rule D:/OpenCV/opencv-3.3.1/3rdparty/libtiff/CMakeLists.txt 15>CMake does not need to re-run because D:/OpenCV/buildz/3rdparty/libtiff/CMakeFiles/generate.stamp is up-to-date. 15>tif_aux.c 13>libjasper.vcxproj -> D:\OpenCV\buildz\3rdparty\lib\Debug\libjasperd.lib 16>------ Build started: Project: libpng, Configuration: Debug x64 ------ 15>tif_close.c 15>tif_codec.c 15>tif_color.c 15>tif_compress.c 15>tif_dir.c 15>tif_dirinfo.c 15>tif_dirread.c 16>Building Custom Rule D:/OpenCV/opencv-3.3.1/3rdparty/libpng/CMakeLists.txt 16>CMake does not need to re-run because D:/OpenCV/buildz/3rdparty/libpng/CMakeFiles/generate.stamp is up-to-date. 16>png.c 16>pngerror.c 16>pngget.c 16>pngmem.c 16>pngpread.c 16>pngread.c 16>pngrio.c 16>pngrtran.c 15>tif_dirwrite.c 15>tif_dumpmode.c 15>tif_error.c 15>tif_extension.c 15>tif_fax3.c 15>tif_fax3sm.c 15>tif_flush.c 15>tif_getimage.c 16>pngrutil.c 15>tif_jbig.c 16>pngset.c 16>pngtrans.c 16>pngwio.c 16>pngwrite.c 16>pngwtran.c 16>pngwutil.c 15>tif_jpeg_12.c 15>tif_jpeg.c 15>tif_luv.c 15>tif_lzma.c 15>tif_lzw.c 15>tif_next.c 15>tif_ojpeg.c 15>tif_open.c 15>tif_packbits.c 15>tif_pixarlog.c 15>tif_predict.c 15>tif_print.c 15>tif_read.c 15>tif_strip.c 16>libpng.vcxproj -> D:\OpenCV\buildz\3rdparty\lib\Debug\libpngd.lib 17>------ Build started: Project: libprotobuf, Configuration: Debug x64 ------ 15>tif_swab.c 17>Building Custom Rule D:/OpenCV/opencv-3.3.1/3rdparty/protobuf/CMakeLists.txt 17>CMake does not need to re-run because D:/OpenCV/buildz/3rdparty/protobuf/CMakeFiles/generate.stamp is up-to-date. 17>arena.cc 17>arenastring.cc 17>extension_set.cc 17>generated_message_util.cc 17>coded_stream.cc 17>zero_copy_stream.cc 17>zero_copy_stream_impl_lite.cc 17>message_lite.cc 15>tif_thunder.c 15>tif_tile.c 15>tif_version.c 15>tif_warning.c 15>tif_write.c 15>tif_zip.c 15>tif_win32.c 15>tif_stream.cxx 17>repeated_field.cc 17>atomicops_internals_x86_msvc.cc 17>bytestream.cc 17>common.cc 15>libtiff.vcxproj -> D:\OpenCV\buildz\3rdparty\lib\Debug\libtiffd.lib 18>------ Build started: Project: opencv_objdetect_AVX, Configuration: Debug x64 ------ 17>int128.cc 18>Building Custom Rule D:/OpenCV/opencv-3.3.1/modules/objdetect/CMakeLists.txt 17>once.cc 18>CMake does not need to re-run because D:/OpenCV/buildz/modules/objdetect/CMakeFiles/generate.stamp is up-to-date. 18>haar.avx.cpp 17>status.cc 9>opencv_imgproc_AVX2.vcxproj -> D:\OpenCV\buildz\modules\imgproc\opencv_imgproc_AVX2.dir\Debug\opencv_imgproc_AVX2.lib 19>------ Build started: Project: opencv_dnn_AVX2, Configuration: Debug x64 ------ 19>Building Custom Rule D:/OpenCV/opencv-3.3.1/modules/dnn/CMakeLists.txt 19>CMake does not need to re-run because D:/OpenCV/buildz/modules/dnn/CMakeFiles/generate.stamp is up-to-date. 19>layers_common.avx2.cpp 3>opencv_core_SSE4_2.vcxproj -> D:\OpenCV\buildz\modules\core\opencv_core_SSE4_2.dir\Debug\opencv_core_SSE4_2.lib 20>------ Build started: Project: opencv_dnn_AVX, Configuration: Debug x64 ------ 20>Building Custom Rule D:/OpenCV/opencv-3.3.1/modules/dnn/CMakeLists.txt 10>opencv_imgproc_SSE4_1.vcxproj -> D:\OpenCV\buildz\modules\imgproc\opencv_imgproc_SSE4_1.dir\Debug\opencv_imgproc_SSE4_1.lib 20>CMake does not need to re-run because D:/OpenCV/buildz/modules/dnn/CMakeFiles/generate.stamp is up-to-date. 20>layers_common.avx.cpp 17>statusor.cc 17>stringpiece.cc 17>stringprintf.cc 17>structurally_valid.cc 17>strutil.cc 19>opencv_dnn_AVX2.vcxproj -> D:\OpenCV\buildz\modules\dnn\opencv_dnn_AVX2.dir\Debug\opencv_dnn_AVX2.lib 17>time.cc 18>opencv_objdetect_AVX.vcxproj -> D:\OpenCV\buildz\modules\objdetect\opencv_objdetect_AVX.dir\Debug\opencv_objdetect_AVX.lib 5>opencv_core_FP16.vcxproj -> D:\OpenCV\buildz\modules\core\opencv_core_FP16.dir\Debug\opencv_core_FP16.lib 12>opencv_imgproc_AVX.vcxproj -> D:\OpenCV\buildz\modules\imgproc\opencv_imgproc_AVX.dir\Debug\opencv_imgproc_AVX.lib 20>opencv_dnn_AVX.vcxproj -> D:\OpenCV\buildz\modules\dnn\opencv_dnn_AVX.dir\Debug\opencv_dnn_AVX.lib 17>wire_format_lite.cc 17>any.cc 17>any.pb.cc 17>api.pb.cc 17>descriptor.cc 17>descriptor.pb.cc 17>descriptor_database.cc 17>duration.pb.cc 17>dynamic_message.cc 17>empty.pb.cc 17>extension_set_heavy.cc 17>field_mask.pb.cc 17>generated_message_reflection.cc 17>gzip_stream.cc 17>printer.cc 17>strtod.cc 17>tokenizer.cc 17>zero_copy_stream_impl.cc 17>map_field.cc 17>message.cc 17>reflection_ops.cc 17>service.cc 17>source_context.pb.cc 17>struct.pb.cc 17>mathlimits.cc 17>substitute.cc 17>text_format.cc 17>timestamp.pb.cc 17>type.pb.cc 17>unknown_field_set.cc 17>field_comparator.cc 17>field_mask_util.cc 17>datapiece.cc 17>default_value_objectwriter.cc 17>field_mask_utility.cc 17>json_escaping.cc 17>json_objectwriter.cc 17>json_stream_parser.cc 17>object_writer.cc 17>proto_writer.cc 17>protostream_objectsource.cc 17>protostream_objectwriter.cc 17>type_info.cc 17>utility.cc 17>json_util.cc 17>message_differencer.cc 17>time_util.cc 17>type_resolver_util.cc 17>wire_format.cc 17>wrappers.pb.cc 6>opencv_core_AVX2.vcxproj -> D:\OpenCV\buildz\modules\core\opencv_core_AVX2.dir\Debug\opencv_core_AVX2.lib 21>------ Build started: Project: opencv_core, Configuration: Debug x64 ------ 17>libprotobuf.vcxproj -> D:\OpenCV\buildz\3rdparty\lib\Debug\libprotobufd.lib 21>Building NVCC (Device) object modules/core/CMakeFiles/cuda_compile.dir/src/cuda/Debug/cuda_compile_generated_gpu_mat.cu.obj 21>CMake Error at cuda_compile_generated_gpu_mat.cu.obj.cmake:206 (message): 21> Error generating 21> D:/OpenCV/buildz/modules/core/CMakeFiles/cuda_compile.dir/src/cuda/Debug/cuda_compile_generated_gpu_mat.cu.obj 21> 21> 21>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Common7\IDE\VC\VCTargets\Microsoft.CppCommon.targets(171,5): error MSB6006: "cmd.exe" exited with code 1. 21>Done building project "opencv_core.vcxproj" -- FAILED. 22>------ Build started: Project: opencv_imgproc, Configuration: Debug x64 ------ 23>------ Build started: Project: opencv_flann, Configuration: Debug x64 ------ 24>------ Build started: Project: opencv_cudaarithm, Configuration: Debug x64 ------ 25>------ Build started: Project: opencv_ml, Configuration: Debug x64 ------ 23>Building Custom Rule D:/OpenCV/opencv-3.3.1/modules/flann/CMakeLists.txt 23>CMake does not need to re-run because D:/OpenCV/buildz/modules/flann/CMakeFiles/generate.stamp is up-to-date. 23>opencv_flann_pch.cpp 24>Building NVCC (Device) object modules/cudaarithm/CMakeFiles/cuda_compile.dir/src/cuda/Debug/cuda_compile_generated_absdiff_mat.cu.obj 22>Building Custom Rule D:/OpenCV/opencv-3.3.1/modules/imgproc/CMakeLists.txt 22>CMake does not need to re-run because D:/OpenCV/buildz/modules/imgproc/CMakeFiles/generate.stamp is up-to-date. 22>Processing OpenCL kernels (imgproc) 25>Building Custom Rule D:/OpenCV/opencv-3.3.1/modules/ml/CMakeLists.txt 25>CMake does not need to re-run because D:/OpenCV/buildz/modules/ml/CMakeFiles/generate.stamp is up-to-date. 25>opencv_ml_pch.cpp 22>opencv_imgproc_pch.cpp 24>CMake Error at cuda_compile_generated_absdiff_mat.cu.obj.cmake:206 (message): 24> Error generating 24> D:/OpenCV/buildz/modules/cudaarithm/CMakeFiles/cuda_compile.dir/src/cuda/Debug/cuda_compile_generated_absdiff_mat.cu.obj 24> 24> 24>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Common7\IDE\VC\VCTargets\Microsoft.CppCommon.targets(171,5): error MSB6006: "cmd.exe" exited with code 1. 24>Done building project "opencv_cudaarithm.vcxproj" -- FAILED. 25>ann_mlp.cpp 25>boost.cpp 25>data.cpp 25>em.cpp 25>gbt.cpp 25>inner_functions.cpp 25>kdtree.cpp 25>knearest.cpp 25>lr.cpp 25>nbayes.cpp 25>rtrees.cpp 25>svm.cpp 25>svmsgd.cpp 25>testset.cpp 25>tree.cpp 23>flann.cpp 23>miniflann.cpp 22>accum.cpp 22>accum.dispatch.cpp 22>approx.cpp 22>blend.cpp 22>canny.cpp 22>clahe.cpp 22>color.cpp 22>colormap.cpp 22>connectedcomponents.cpp 22>contours.cpp 22>convhull.cpp 22>corner.cpp 22>cornersubpix.cpp 22>demosaicing.cpp 22>deriv.cpp 22>distransform.cpp 22>drawing.cpp 22>emd.cpp 22>featureselect.cpp 22>filter.cpp 22>floodfill.cpp 22>gabor.cpp 22>generalized_hough.cpp 22>geometry.cpp 22>grabcut.cpp 25>LINK : fatal error LNK1104: cannot open file '..\..\lib\Debug\opencv_core331d.lib' 25>Done building project "opencv_ml.vcxproj" -- FAILED. 22>hershey_fonts.cpp 22>histogram.cpp 22>hough.cpp 22>imgwarp.cpp 22>intersection.cpp 22>linefit.cpp 22>lsd.cpp 22>main.cpp 22>matchcontours.cpp 22>min_enclosing_triangle.cpp 22>moments.cpp 22>morph.cpp 22>phasecorr.cpp 22>pyramids.cpp 22>resize.cpp 22>rotcalipers.cpp 22>samplers.cpp 22>segmentation.cpp 22>shapedescr.cpp 22>smooth.cpp 22>spatialgradient.cpp 22>subdivision2d.cpp 22>sumpixels.cpp 22>tables.cpp 22>templmatch.cpp 22>thresh.cpp 22>undistort.cpp 22>utils.cpp 22>opencl_kernels_imgproc.cpp 22>accum.sse2.cpp 23>LINK : fatal error LNK1104: cannot open file '..\..\lib\Debug\opencv_core331d.lib' 23>Done building project "opencv_flann.vcxproj" -- FAILED. 26>------ Build started: Project: opencv_surface_matching, Configuration: Debug x64 ------ 26>Building Custom Rule D:/OpenCV/opencv_contrib-3.3.1/modules/surface_matching/CMakeLists.txt 26>CMake does not need to re-run because D:/OpenCV/buildz/modules/surface_matching/CMakeFiles/generate.stamp is up-to-date. 26>opencv_surface_matching_pch.cpp 26>icp.cpp 22>LINK : fatal error LNK1104: cannot open file '..\..\lib\Debug\opencv_core331d.lib' 22>Done building project "opencv_imgproc.vcxproj" -- FAILED. 27>------ Build started: Project: opencv_imgcodecs, Configuration: Debug x64 ------ 28>------ Build started: Project: opencv_cudafilters, Configuration: Debug x64 ------ 29>------ Build started: Project: opencv_dnn, Configuration: Debug x64 ------ 30>------ Build started: Project: opencv_objdetect, Configuration: Debug x64 ------ 31>------ Build started: Project: opencv_video, Configuration: Debug x64 ------ 32>------ Build started: Project: opencv_cudawarping, Configuration: Debug x64 ------ 33>------ Build started: Project: opencv_phase_unwrapping, Configuration: Debug x64 ------ 26>pose_3d.cpp 26>ppf_helpers.cpp 26>ppf_match_3d.cpp 26>t_hash_int.cpp 32>Building NVCC (Device) object modules/cudawarping/CMakeFiles/cuda_compile.dir/src/cuda/Debug/cuda_compile_generated_pyr_down.cu.obj 33>Building Custom Rule D:/OpenCV/opencv_contrib-3.3.1/modules/phase_unwrapping/CMakeLists.txt 30>Building Custom Rule D:/OpenCV/opencv-3.3.1/modules/objdetect/CMakeLists.txt 31>Building Custom Rule D:/OpenCV/opencv-3.3.1/modules/video/CMakeLists.txt 33>CMake does not need to re-run because D:/OpenCV/buildz/modules/phase_unwrapping/CMakeFiles/generate.stamp is up-to-date. 31>CMake does not need to re-run because D:/OpenCV/buildz/modules/video/CMakeFiles/generate.stamp is up-to-date. 31>Processing OpenCL kernels (video) 30>CMake does not need to re-run because D:/OpenCV/buildz/modules/objdetect/CMakeFiles/generate.stamp is up-to-date. 30>Processing OpenCL kernels (objdetect) 33>opencv_phase_unwrapping_pch.cpp 29>Building Custom Rule D:/OpenCV/opencv-3.3.1/modules/dnn/CMakeLists.txt 29>CMake does not need to re-run because D:/OpenCV/buildz/modules/dnn/CMakeFiles/generate.stamp is up-to-date. 29>Processing OpenCL kernels (dnn) 27>Building Custom Rule D:/OpenCV/opencv-3.3.1/modules/imgcodecs/CMakeLists.txt 31>opencv_video_pch.cpp 28>Building NVCC (Device) object modules/cudafilters/CMakeFiles/cuda_compile.dir/src/cuda/Debug/cuda_compile_generated_column_filter.16sc1.cu.obj 27>CMake does not need to re-run because D:/OpenCV/buildz/modules/imgcodecs/CMakeFiles/generate.stamp is up-to-date. 30>opencv_objdetect_pch.cpp 27>opencv_imgcodecs_pch.cpp 29>opencv_dnn_pch.cpp 32>CMake Error at cuda_compile_generated_pyr_down.cu.obj.cmake:206 (message): 32> Error generating 32> D:/OpenCV/buildz/modules/cudawarping/CMakeFiles/cuda_compile.dir/src/cuda/Debug/cuda_compile_generated_pyr_down.cu.obj 32> 32> 32>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Common7\IDE\VC\VCTargets\Microsoft.CppCommon.targets(171,5): error MSB6006: "cmd.exe" exited with code 1. 32>Done building project "opencv_cudawarping.vcxproj" -- FAILED. 34>------ Build started: Project: opencv_plot, Configuration: Debug x64 ------ 28>CMake Error at cuda_compile_generated_column_filter.16sc1.cu.obj.cmake:206 (message): 34>Building Custom Rule D:/OpenCV/opencv_contrib-3.3.1/modules/plot/CMakeLists.txt 28> Error generating 28> D:/OpenCV/buildz/modules/cudafilters/CMakeFiles/cuda_compile.dir/src/cuda/Debug/cuda_compile_generated_column_filter.16sc1.cu.obj 28> 28> 28>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Common7\IDE\VC\VCTargets\Microsoft.CppCommon.targets(171,5): error MSB6006: "cmd.exe" exited with code 1. 28>Done building project "opencv_cudafilters.vcxproj" -- FAILED. 35>------ Build started: Project: opencv_cudaimgproc, Configuration: Debug x64 ------ 26>LINK : fatal error LNK1104: cannot open file '..\..\lib\Debug\opencv_flann331d.lib' 34>CMake does not need to re-run because D:/OpenCV/buildz/modules/plot/CMakeFiles/generate.stamp is up-to-date. 26>Done building project "opencv_surface_matching.vcxproj" -- FAILED. 36>------ Build started: Project: opencv_fuzzy, Configuration: Debug x64 ------ 34>opencv_plot_pch.cpp 36>Building Custom Rule D:/OpenCV/opencv_contrib-3.3.1/modules/fuzzy/CMakeLists.txt 35>Building NVCC (Device) object modules/cudaimgproc/CMakeFiles/cuda_compile.dir/src/cuda/Debug/cuda_compile_generated_bilateral_filter.cu.obj 36>CMake does not need to re-run because D:/OpenCV/buildz/modules/fuzzy/CMakeFiles/generate.stamp is up-to-date. 36>opencv_fuzzy_pch.cpp 35>CMake Error at cuda_compile_generated_bilateral_filter.cu.obj.cmake:206 (message): 35> Error generating 35> D:/OpenCV/buildz/modules/cudaimgproc/CMakeFiles/cuda_compile.dir/src/cuda/Debug/cuda_compile_generated_bilateral_filter.cu.obj 35> 35> 35>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Common7\IDE\VC\VCTargets\Microsoft.CppCommon.targets(171,5): error MSB6006: "cmd.exe" exited with code 1. 35>Done building project "opencv_cudaimgproc.vcxproj" -- FAILED. 37>------ Build started: Project: opencv_photo, Configuration: Debug x64 ------ 37>Building NVCC (Device) object modules/photo/CMakeFiles/cuda_compile.dir/src/cuda/Debug/cuda_compile_generated_nlm.cu.obj 37>CMake Error at cuda_compile_generated_nlm.cu.obj.cmake:206 (message): 37> Error generating 37> D:/OpenCV/buildz/modules/photo/CMakeFiles/cuda_compile.dir/src/cuda/Debug/cuda_compile_generated_nlm.cu.obj 37> 37> 37>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Common7\IDE\VC\VCTargets\Microsoft.CppCommon.targets(171,5): error MSB6006: "cmd.exe" exited with code 1. 37>Done building project "opencv_photo.vcxproj" -- FAILED. 38>------ Build started: Project: opencv_reg, Configuration: Debug x64 ------ 38>Building Custom Rule D:/OpenCV/opencv_contrib-3.3.1/modules/reg/CMakeLists.txt 38>CMake does not need to re-run because D:/OpenCV/buildz/modules/reg/CMakeFiles/generate.stamp is up-to-date. 38>opencv_reg_pch.cpp 38>map.cpp 38>mapaffine.cpp 38>mapper.cpp 38>mappergradaffine.cpp 38>mappergradeuclid.cpp 38>mappergradproj.cpp 38>mappergradshift.cpp 38>mappergradsimilar.cpp 34>plot.cpp 33>histogramphaseunwrapping.cpp 34>LINK : fatal error LNK1104: cannot open file '..\..\lib\Debug\opencv_imgproc331d.lib' 34>Done building project "opencv_plot.vcxproj" -- FAILED. 39>------ Build started: Project: opencv_img_hash, Configuration: Debug x64 ------ 39>Building Custom Rule D:/OpenCV/opencv_contrib-3.3.1/modules/img_hash/CMakeLists.txt 39>CMake does not need to re-run because D:/OpenCV/buildz/modules/img_hash/CMakeFiles/generate.stamp is up-to-date. 33>LINK : fatal error LNK1104: cannot open file '..\..\lib\Debug\opencv_imgproc331d.lib' 39>opencv_img_hash_pch.cpp 33>Done building project "opencv_phase_unwrapping.vcxproj" -- FAILED. 40>------ Build started: Project: opencv_xphoto, Configuration: Debug x64 ------ 40>Building Custom Rule D:/OpenCV/opencv_contrib-3.3.1/modules/xphoto/CMakeLists.txt 40>CMake does not need to re-run because D:/OpenCV/buildz/modules/xphoto/CMakeFiles/generate.stamp is up-to-date. 40>bm3d_image_denoising.cpp 40>dct_image_denoising.cpp 40>grayworld_white_balance.cpp 40>inpainting.cpp 40>learning_based_color_balance.cpp 40>simple_color_balance.cpp 27>loadsave.cpp 27>utils.cpp 27>grfmt_base.cpp 27>grfmt_bmp.cpp 27>grfmt_exr.cpp 27>grfmt_gdal.cpp 27>grfmt_gdcm.cpp 27>grfmt_hdr.cpp 27>grfmt_jpeg.cpp 27>grfmt_jpeg2000.cpp 27>grfmt_pam.cpp 30>cascadedetect.cpp 27>grfmt_png.cpp 30>cascadedetect_convert.cpp 30>detection_based_tracker.cpp 30>haar.cpp 30>hog.cpp 30>main.cpp 30>opencl_kernels_objdetect.cpp 29>attr_value.pb.cc 29>function.pb.cc 29>graph.pb.cc 29>op_def.pb.cc 29>tensor.pb.cc 29>tensor_shape.pb.cc 29>types.pb.cc 29>versions.pb.cc 27>grfmt_pxm.cpp 39>average_hash.cpp 39>block_mean_hash.cpp 39>color_moment_hash.cpp 39>img_hash_base.cpp 39>marr_hildreth_hash.cpp 39>phash.cpp 39>radial_variance_hash.cpp 27>grfmt_sunras.cpp 27>grfmt_tiff.cpp 27>grfmt_webp.cpp 27>bitstrm.cpp 27>rgbe.cpp 27>exif.cpp 39>LINK : fatal error LNK1104: cannot open file '..\..\lib\Debug\opencv_imgproc331d.lib' 39>Done building project "opencv_img_hash.vcxproj" -- FAILED. 38>mapperpyramid.cpp 38>mapprojec.cpp 38>mapshift.cpp 30>LINK : fatal error LNK1104: cannot open file '..\..\lib\Debug\opencv_imgproc331d.lib' 30>Done building project "opencv_objdetect.vcxproj" -- FAILED. 41>------ Build started: Project: opencv_face, Configuration: Debug x64 ------ 41>Building Custom Rule D:/OpenCV/opencv_contrib-3.3.1/modules/face/CMakeLists.txt 41>CMake does not need to re-run because D:/OpenCV/buildz/modules/face/CMakeFiles/generate.stamp is up-to-date. 41>opencv_face_pch.cpp 29>caffe.pb.cc 31>bgfg_KNN.cpp 31>bgfg_gaussmix2.cpp 31>camshift.cpp 31>compat_video.cpp 31>ecc.cpp 31>kalman.cpp 31>lkpyramid.cpp 31>optflowgf.cpp 31>tvl1flow.cpp 31>opencl_kernels_video.cpp 38>LINK : fatal error LNK1104: cannot open file '..\..\lib\Debug\opencv_imgproc331d.lib' 38>Done building project "opencv_reg.vcxproj" -- FAILED. 40>LINK : fatal error LNK1104: cannot open file '..\..\lib\Debug\opencv_imgproc331d.lib' 40>Done building project "opencv_xphoto.vcxproj" -- FAILED. 31>LINK : fatal error LNK1104: cannot open file '..\..\lib\Debug\opencv_imgproc331d.lib' 31>Done building project "opencv_video.vcxproj" -- FAILED. 27>LINK : fatal error LNK1104: cannot open file '..\..\lib\Debug\opencv_imgproc331d.lib' 27>Done building project "opencv_imgcodecs.vcxproj" -- FAILED. 42>------ Build started: Project: opencv_shape, Configuration: Debug x64 ------ 43>------ Build started: Project: opencv_cudabgsegm, Configuration: Debug x64 ------ 44>------ Build started: Project: opencv_bgsegm, Configuration: Debug x64 ------ 45>------ Build started: Project: opencv_videoio, Configuration: Debug x64 ------ 46>------ Build started: Project: opencv_xobjdetect, Configuration: Debug x64 ------ 41>bif.cpp 41>eigen_faces.cpp 41>face_basic.cpp 41>facerec.cpp 41>fisher_faces.cpp 41>lbph_faces.cpp 41>predict_collector.cpp 45>Building Custom Rule D:/OpenCV/opencv-3.3.1/modules/videoio/CMakeLists.txt 44>Building Custom Rule D:/OpenCV/opencv_contrib-3.3.1/modules/bgsegm/CMakeLists.txt 43>Building NVCC (Device) object modules/cudabgsegm/CMakeFiles/cuda_compile.dir/src/cuda/Debug/cuda_compile_generated_mog.cu.obj 42>Building Custom Rule D:/OpenCV/opencv-3.3.1/modules/shape/CMakeLists.txt 44>CMake does not need to re-run because D:/OpenCV/buildz/modules/bgsegm/CMakeFiles/generate.stamp is up-to-date. 45>CMake does not need to re-run because D:/OpenCV/buildz/modules/videoio/CMakeFiles/generate.stamp is up-to-date. 42>CMake does not need to re-run because D:/OpenCV/buildz/modules/shape/CMakeFiles/generate.stamp is up-to-date. 46>Building Custom Rule D:/OpenCV/opencv_contrib-3.3.1/modules/xobjdetect/CMakeLists.txt 45>opencv_videoio_pch.cpp 44>opencv_bgsegm_pch.cpp 42>opencv_shape_pch.cpp 46>CMake does not need to re-run because D:/OpenCV/buildz/modules/xobjdetect/CMakeFiles/generate.stamp is up-to-date. 46>opencv_xobjdetect_pch.cpp 43>CMake Error at cuda_compile_generated_mog.cu.obj.cmake:206 (message): 43> Error generating 43> D:/OpenCV/buildz/modules/cudabgsegm/CMakeFiles/cuda_compile.dir/src/cuda/Debug/cuda_compile_generated_mog.cu.obj 43> 43> 43>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Common7\IDE\VC\VCTargets\Microsoft.CppCommon.targets(171,5): error MSB6006: "cmd.exe" exited with code 1. 43>Done building project "opencv_cudabgsegm.vcxproj" -- FAILED. 41>LINK : fatal error LNK1104: cannot open file '..\..\lib\Debug\opencv_objdetect331d.lib' 41>Done building project "opencv_face.vcxproj" -- FAILED. 44>bgfg_gaussmix.cpp 44>bgfg_gmg.cpp 44>bgfg_subcnt.cpp 36>fuzzy_F0_math.cpp 44>LINK : fatal error LNK1104: cannot open file '..\..\lib\Debug\opencv_video331d.lib' 44>Done building project "opencv_bgsegm.vcxproj" -- FAILED. 36>fuzzy_F1_math.cpp 36>fuzzy_image.cpp 46>feature_evaluator.cpp 46>lbpfeatures.cpp 46>waldboost.cpp 46>wbdetector.cpp 29>caffe_importer.cpp 29>caffe_io.cpp 29>caffe_shrinker.cpp 29>darknet_importer.cpp 29>darknet_io.cpp 29>dnn.cpp 29>halide_scheduler.cpp 29>init.cpp 29>batch_norm_layer.cpp 29>blank_layer.cpp 29>concat_layer.cpp 29>convolution_layer.cpp 46>LINK : fatal error LNK1104: cannot open file '..\..\lib\Debug\opencv_objdetect331d.lib' 46>Done building project "opencv_xobjdetect.vcxproj" -- FAILED. 29>crop_layer.cpp 29>detection_output_layer.cpp 45>cap.cpp 42>aff_trans.cpp 45>cap_images.cpp 45>cap_mjpeg_encoder.cpp 45>cap_mjpeg_decoder.cpp 45>cap_cmu.cpp 45>cap_dshow.cpp 45>cap_vfw.cpp 45>cap_ffmpeg.cpp 42>emdL1.cpp 42>haus_dis.cpp 42>hist_cost.cpp 42>sc_dis.cpp 42>tps_trans.cpp 29>elementwise_layers.cpp 29>eltwise_layer.cpp 29>flatten_layer.cpp 45>LINK : fatal error LNK1104: cannot open file '..\..\lib\Debug\opencv_imgcodecs331d.lib' 45>Done building project "opencv_videoio.vcxproj" -- FAILED. 47>------ Build started: Project: opencv_highgui, Configuration: Debug x64 ------ 48>------ Build started: Project: opencv_cudacodec, Configuration: Debug x64 ------ 29>fully_connected_layer.cpp 47>Building Custom Rule D:/OpenCV/opencv-3.3.1/modules/highgui/CMakeLists.txt 48>Building NVCC (Device) object modules/cudacodec/CMakeFiles/cuda_compile.dir/src/cuda/Debug/cuda_compile_generated_nv12_to_rgb.cu.obj 47>CMake does not need to re-run because D:/OpenCV/buildz/modules/highgui/CMakeFiles/generate.stamp is up-to-date. 47>opencv_highgui_pch.cpp 29>layers_common.cpp 29>lrn_layer.cpp 29>max_unpooling_layer.cpp 29>mvn_layer.cpp 29>normalize_bbox_layer.cpp 29>padding_layer.cpp 48>CMake Error at cuda_compile_generated_nv12_to_rgb.cu.obj.cmake:206 (message): 48> Error generating 48> D:/OpenCV/buildz/modules/cudacodec/CMakeFiles/cuda_compile.dir/src/cuda/Debug/cuda_compile_generated_nv12_to_rgb.cu.obj 48> 48> 48>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Common7\IDE\VC\VCTargets\Microsoft.CppCommon.targets(171,5): error MSB6006: "cmd.exe" exited with code 1. 48>Done building project "opencv_cudacodec.vcxproj" -- FAILED. 29>permute_layer.cpp 29>pooling_layer.cpp 29>prior_box_layer.cpp 42>LINK : fatal error LNK1104: cannot open file '..\..\lib\Debug\opencv_video331d.lib' 42>Done building project "opencv_shape.vcxproj" -- FAILED. 29>recurrent_layers.cpp 29>region_layer.cpp 29>reorg_layer.cpp 29>reshape_layer.cpp 29>resize_nearest_neighbor_layer.cpp 29>scale_layer.cpp 29>shift_layer.cpp 29>slice_layer.cpp 29>softmax_layer.cpp 29>split_layer.cpp 29>common.cpp 29>math_functions.cpp 29>ocl4dnn_conv_spatial.cpp 29>ocl4dnn_inner_product.cpp 29>ocl4dnn_lrn.cpp 47>window.cpp 29>ocl4dnn_pool.cpp 47>roiSelector.cpp 47>window_w32.cpp 29>ocl4dnn_softmax.cpp 29>op_halide.cpp 29>tf_importer.cpp 29>tf_io.cpp 29>THDiskFile.cpp 29>THFile.cpp 29>THGeneral.cpp 29>torch_importer.cpp 29>opencl_kernels_dnn.cpp 29>D:\OpenCV\opencv-3.3.1\modules\dnn\src\torch\torch_importer.cpp(1177): error C2065: 'TorchImporter': undeclared identifier 29>D:\OpenCV\opencv-3.3.1\modules\dnn\src\torch\torch_importer.cpp(1177): error C2146: syntax error: missing ';' before identifier 'importer' 29>D:\OpenCV\opencv-3.3.1\modules\dnn\src\torch\torch_importer.cpp(1177): error C3861: 'importer': identifier not found 29>D:\OpenCV\opencv-3.3.1\modules\dnn\src\torch\torch_importer.cpp(1179): error C2065: 'importer': undeclared identifier 29>D:\OpenCV\opencv-3.3.1\modules\dnn\src\torch\torch_importer.cpp(1179): error C2228: left of '.populateNet' must have class/struct/union 29>D:\OpenCV\opencv-3.3.1\modules\dnn\src\torch\torch_importer.cpp(1179): note: type is 'unknown-type' 47>LINK : fatal error LNK1104: cannot open file '..\..\lib\Debug\opencv_videoio331d.lib' 47>Done building project "opencv_highgui.vcxproj" -- FAILED. 49>------ Build started: Project: opencv_features2d, Configuration: Debug x64 ------ 50>------ Build started: Project: opencv_dpm, Configuration: Debug x64 ------ 51>------ Build started: Project: opencv_bioinspired, Configuration: Debug x64 ------ 52>------ Build started: Project: (EXAMPLE_DIRECTX) d3d11_interop, Configuration: Debug x64 ------ 53>------ Build started: Project: (EXAMPLE_DIRECTX) d3d9_interop, Configuration: Debug x64 ------ 54>------ Build started: Project: (EXAMPLE_DIRECTX) d3d9ex_interop, Configuration: Debug x64 ------ 49>Building Custom Rule D:/OpenCV/opencv-3.3.1/modules/features2d/CMakeLists.txt 50>Building Custom Rule D:/OpenCV/opencv_contrib-3.3.1/modules/dpm/CMakeLists.txt 53>Building Custom Rule D:/OpenCV/opencv-3.3.1/samples/directx/CMakeLists.txt 52>Building Custom Rule D:/OpenCV/opencv-3.3.1/samples/directx/CMakeLists.txt 51>Building Custom Rule D:/OpenCV/opencv_contrib-3.3.1/modules/bioinspired/CMakeLists.txt 54>Building Custom Rule D:/OpenCV/opencv-3.3.1/samples/directx/CMakeLists.txt 52>CMake does not need to re-run because D:/OpenCV/buildz/samples/directx/CMakeFiles/generate.stamp is up-to-date. 50>CMake does not need to re-run because D:/OpenCV/buildz/modules/dpm/CMakeFiles/generate.stamp is up-to-date. 49>CMake does not need to re-run because D:/OpenCV/buildz/modules/features2d/CMakeFiles/generate.stamp is up-to-date. 49>Processing OpenCL kernels (features2d) 53>CMake does not need to re-run because D:/OpenCV/buildz/samples/directx/CMakeFiles/generate.stamp is up-to-date. 54>CMake does not need to re-run because D:/OpenCV/buildz/samples/directx/CMakeFiles/generate.stamp is up-to-date. 51>CMake does not need to re-run because D:/OpenCV/buildz/modules/bioinspired/CMakeFiles/generate.stamp is up-to-date. 51>Processing OpenCL kernels (bioinspired) 53>d3d9_interop.cpp 50>opencv_dpm_pch.cpp 52>d3d11_interop.cpp 54>d3d9ex_interop.cpp 51>opencv_bioinspired_pch.cpp 49>opencv_features2d_pch.cpp 50>dpm_cascade.cpp 50>dpm_cascade_detector.cpp 50>dpm_convolution.cpp 50>dpm_feature.cpp 50>dpm_model.cpp 50>dpm_nms.cpp 54>LINK : fatal error LNK1104: cannot open file '..\..\lib\Debug\opencv_highgui331d.lib' 54>Done building project "example_directx_d3d9ex_interop.vcxproj" -- FAILED. 55>------ Build started: Project: (sample) facerec_demo, Configuration: Debug x64 ------ 53>LINK : fatal error LNK1104: cannot open file '..\..\lib\Debug\opencv_highgui331d.lib' 52>LINK : fatal error LNK1104: cannot open file '..\..\lib\Debug\opencv_highgui331d.lib' 53>Done building project "example_directx_d3d9_interop.vcxproj" -- FAILED. 56>------ Build started: Project: (sample) facerec_eigenfaces, Configuration: Debug x64 ------ 52>Done building project "example_directx_d3d11_interop.vcxproj" -- FAILED. 57>------ Build started: Project: (sample) facerec_fisherfaces, Configuration: Debug x64 ------ 55>Building Custom Rule D:/OpenCV/opencv_contrib-3.3.1/modules/face/CMakeLists.txt 55>CMake does not need to re-run because D:/OpenCV/buildz/modules/face/CMakeFiles/generate.stamp is up-to-date. 56>Building Custom Rule D:/OpenCV/opencv_contrib-3.3.1/modules/face/CMakeLists.txt 57>Building Custom Rule D:/OpenCV/opencv_contrib-3.3.1/modules/face/CMakeLists.txt 57>CMake does not need to re-run because D:/OpenCV/buildz/modules/face/CMakeFiles/generate.stamp is up-to-date. 56>CMake does not need to re-run because D:/OpenCV/buildz/modules/face/CMakeFiles/generate.stamp is up-to-date. 55>facerec_demo.cpp 57>facerec_fisherfaces.cpp 56>facerec_eigenfaces.cpp 36>LINK : fatal error LNK1104: cannot open file '..\..\lib\Debug\opencv_imgproc331d.lib' 36>Done building project "opencv_fuzzy.vcxproj" -- FAILED. 58>------ Build started: Project: (sample) facerec_lbph, Configuration: Debug x64 ------ 29>Done building project "opencv_dnn.vcxproj" -- FAILED. 59>------ Build started: Project: () caffe_googlenet, Configuration: Debug x64 ------ 58>Building Custom Rule D:/OpenCV/opencv_contrib-3.3.1/modules/face/CMakeLists.txt 58>CMake does not need to re-run because D:/OpenCV/buildz/modules/face/CMakeFiles/generate.stamp is up-to-date. 59>Building Custom Rule D:/OpenCV/opencv-3.3.1/samples/dnn/CMakeLists.txt 51>basicretinafilter.cpp 58>facerec_lbph.cpp 59>CMake does not need to re-run because D:/OpenCV/buildz/samples/dnn/CMakeFiles/generate.stamp is up-to-date. 51>imagelogpolprojection.cpp 51>magnoretinafilter.cpp 51>parvoretinafilter.cpp 51>retina.cpp 51>retina_ocl.cpp 51>retinacolor.cpp 51>retinafasttonemapping.cpp 59>caffe_googlenet.cpp 55>LINK : fatal error LNK1104: cannot open file '..\..\lib\Debug\opencv_face331d.lib' 50>LINK : fatal error LNK1104: cannot open file '..\..\lib\Debug\opencv_objdetect331d.lib' 55>Done building project "example_face_facerec_demo.vcxproj" -- FAILED. 60>------ Build started: Project: () fcn_semsegm, Configuration: Debug x64 ------ 50>Done building project "opencv_dpm.vcxproj" -- FAILED. 61>------ Build started: Project: () squeezenet_halide, Configuration: Debug x64 ------ 56>LINK : fatal error LNK1104: cannot open file '..\..\lib\Debug\opencv_face331d.lib' 60>Building Custom Rule D:/OpenCV/opencv-3.3.1/samples/dnn/CMakeLists.txt 56>Done building project "example_face_facerec_eigenfaces.vcxproj" -- FAILED. 62>------ Build started: Project: () ssd_mobilenet_object_detection, Configuration: Debug x64 ------ 61>Building Custom Rule D:/OpenCV/opencv-3.3.1/samples/dnn/CMakeLists.txt 60>CMake does not need to re-run because D:/OpenCV/buildz/samples/dnn/CMakeFiles/generate.stamp is up-to-date. 61>CMake does not need to re-run because D:/OpenCV/buildz/samples/dnn/CMakeFiles/generate.stamp is up-to-date. 60>fcn_semsegm.cpp 62>Building Custom Rule D:/OpenCV/opencv-3.3.1/samples/dnn/CMakeLists.txt 61>squeezenet_halide.cpp 62>CMake does not need to re-run because D:/OpenCV/buildz/samples/dnn/CMakeFiles/generate.stamp is up-to-date. 62>ssd_mobilenet_object_detection.cpp 49>agast.cpp 49>agast_score.cpp 49>akaze.cpp 49>bagofwords.cpp 49>blobdetector.cpp 49>brisk.cpp 49>draw.cpp 49>dynamic.cpp 49>evaluation.cpp 49>fast.cpp 49>fast_score.cpp 49>feature2d.cpp 51>retinafilter.cpp 51>transientareassegmentationmodule.cpp 58>LINK : fatal error LNK1104: cannot open file '..\..\lib\Debug\opencv_face331d.lib' 58>Done building project "example_face_facerec_lbph.vcxproj" -- FAILED. 63>------ Build started: Project: () ssd_object_detection, Configuration: Debug x64 ------ 51>opencl_kernels_bioinspired.cpp 49>gftt.cpp 63>Building Custom Rule D:/OpenCV/opencv-3.3.1/samples/dnn/CMakeLists.txt 63>CMake does not need to re-run because D:/OpenCV/buildz/samples/dnn/CMakeFiles/generate.stamp is up-to-date. 63>ssd_object_detection.cpp 60>LINK : fatal error LNK1104: cannot open file '..\..\lib\Debug\opencv_dnn331d.lib' 61>LINK : fatal error LNK1104: cannot open file '..\..\lib\Debug\opencv_dnn331d.lib' 49>kaze.cpp 60>Done building project "example_dnn_fcn_semsegm.vcxproj" -- FAILED. 61>Done building project "example_dnn_squeezenet_halide.vcxproj" -- FAILED. 64>------ Build started: Project: () tf_inception, Configuration: Debug x64 ------ 65>------ Build started: Project: () torch_enet, Configuration: Debug x64 ------ 62>LINK : fatal error LNK1104: cannot open file '..\..\lib\Debug\opencv_dnn331d.lib' 59>LINK : fatal error LNK1104: cannot open file '..\..\lib\Debug\opencv_dnn331d.lib' 62>Done building project "example_dnn_ssd_mobilenet_object_detection.vcxproj" -- FAILED. 66>------ Build started: Project: () yolo_object_detection, Configuration: Debug x64 ------ 59>Done building project "example_dnn_caffe_googlenet.vcxproj" -- FAILED. 67>------ Build started: Project: (sample) cascade_detect_camera, Configuration: Debug x64 ------ 64>Building Custom Rule D:/OpenCV/opencv-3.3.1/samples/dnn/CMakeLists.txt 65>Building Custom Rule D:/OpenCV/opencv-3.3.1/samples/dnn/CMakeLists.txt 49>AKAZEFeatures.cpp 64>CMake does not need to re-run because D:/OpenCV/buildz/samples/dnn/CMakeFiles/generate.stamp is up-to-date. 65>CMake does not need to re-run because D:/OpenCV/buildz/samples/dnn/CMakeFiles/generate.stamp is up-to-date. 66>Building Custom Rule D:/OpenCV/opencv-3.3.1/samples/dnn/CMakeLists.txt 67>Building Custom Rule D:/OpenCV/opencv_contrib-3.3.1/modules/dpm/CMakeLists.txt 66>CMake does not need to re-run because D:/OpenCV/buildz/samples/dnn/CMakeFiles/generate.stamp is up-to-date. 65>torch_enet.cpp 64>tf_inception.cpp 67>CMake does not need to re-run because D:/OpenCV/buildz/modules/dpm/CMakeFiles/generate.stamp is up-to-date. 66>yolo_object_detection.cpp 49>KAZEFeatures.cpp 67>cascade_detect_camera.cpp 49>fed.cpp 49>nldiffusion_functions.cpp 49>keypoint.cpp 49>main.cpp 49>matchers.cpp 49>mser.cpp 49>orb.cpp 49>opencl_kernels_features2d.cpp 63>LINK : fatal error LNK1104: cannot open file '..\..\lib\Debug\opencv_dnn331d.lib' 63>Done building project "example_dnn_ssd_object_detection.vcxproj" -- FAILED. 68>------ Build started: Project: (sample) cascade_detect_sequence, Configuration: Debug x64 ------ 68>Building Custom Rule D:/OpenCV/opencv_contrib-3.3.1/modules/dpm/CMakeLists.txt 68>CMake does not need to re-run because D:/OpenCV/buildz/modules/dpm/CMakeFiles/generate.stamp is up-to-date. 64>LINK : fatal error LNK1104: cannot open file '..\..\lib\Debug\opencv_dnn331d.lib' 68>cascade_detect_sequence.cpp 64>Done building project "example_dnn_tf_inception.vcxproj" -- FAILED. 69>------ Build started: Project: (sample) facerec_save_load, Configuration: Debug x64 ------ 66>LINK : fatal error LNK1104: cannot open file '..\..\lib\Debug\opencv_dnn331d.lib' 66>Done building project "example_dnn_yolo_object_detection.vcxproj" -- FAILED. 70>------ Build started: Project: (sample) facerec_video, Configuration: Debug x64 ------ 65>LINK : fatal error LNK1104: cannot open file '..\..\lib\Debug\opencv_dnn331d.lib' 65>Done building project "example_dnn_torch_enet.vcxproj" -- FAILED. 71>------ Build started: Project: (sample) fuzzy_filtering, Configuration: Debug x64 ------ 69>Building Custom Rule D:/OpenCV/opencv_contrib-3.3.1/modules/face/CMakeLists.txt 70>Building Custom Rule D:/OpenCV/opencv_contrib-3.3.1/modules/face/CMakeLists.txt 57>LINK : fatal error LNK1104: cannot open file '..\..\lib\Debug\opencv_face331d.lib' 69>CMake does not need to re-run because D:/OpenCV/buildz/modules/face/CMakeFiles/generate.stamp is up-to-date. 57>Done building project "example_face_facerec_fisherfaces.vcxproj" -- FAILED. 72>------ Build started: Project: (sample) fuzzy_inpainting, Configuration: Debug x64 ------ 70>CMake does not need to re-run because D:/OpenCV/buildz/modules/face/CMakeFiles/generate.stamp is up-to-date. 69>facerec_save_load.cpp 70>facerec_video.cpp 51>LINK : fatal error LNK1104: cannot open file '..\..\lib\Debug\opencv_highgui331d.lib' 51>Done building project "opencv_bioinspired.vcxproj" -- FAILED. 73>------ Build started: Project: (sample) hash_samples, Configuration: Debug x64 ------ 73>Building Custom Rule D:/OpenCV/opencv_contrib-3.3.1/modules/img_hash/CMakeLists.txt 73>CMake does not need to re-run because D:/OpenCV/buildz/modules/img_hash/CMakeFiles/generate.stamp is up-to-date. 73>hash_samples.cpp 68>LINK : fatal error LNK1104: cannot open file '..\..\lib\Debug\opencv_dpm331d.lib' 68>Done building project "example_dpm_cascade_detect_sequence.vcxproj" -- FAILED. 74>------ Build started: Project: (sample) unwrap, Configuration: Debug x64 ------ 67>LINK : fatal error LNK1104: cannot open file '..\..\lib\Debug\opencv_dpm331d.lib' 67>Done building project "example_dpm_cascade_detect_camera.vcxproj" -- FAILED. 75>------ Build started: Project: (sample) plot_demo, Configuration: Debug x64 ------ 71>Building Custom Rule D:/OpenCV/opencv_contrib-3.3.1/modules/fuzzy/CMakeLists.txt 72>Building Custom Rule D:/OpenCV/opencv_contrib-3.3.1/modules/fuzzy/CMakeLists.txt 71>CMake does not need to re-run because D:/OpenCV/buildz/modules/fuzzy/CMakeFiles/generate.stamp is up-to-date. 72>CMake does not need to re-run because D:/OpenCV/buildz/modules/fuzzy/CMakeFiles/generate.stamp is up-to-date. 75>Building Custom Rule D:/OpenCV/opencv_contrib-3.3.1/modules/plot/CMakeLists.txt 71>fuzzy_filtering.cpp 72>fuzzy_inpainting.cpp 75>CMake does not need to re-run because D:/OpenCV/buildz/modules/plot/CMakeFiles/generate.stamp is up-to-date. 74>Building Custom Rule D:/OpenCV/opencv_contrib-3.3.1/modules/phase_unwrapping/CMakeLists.txt 69>LINK : fatal error LNK1104: cannot open file '..\..\lib\Debug\opencv_face331d.lib' 75>plot_demo.cpp 74>CMake does not need to re-run because D:/OpenCV/buildz/modules/phase_unwrapping/CMakeFiles/generate.stamp is up-to-date. 69>Done building project "example_face_facerec_save_load.vcxproj" -- FAILED. 76>------ Build started: Project: (sample) map_test, Configuration: Debug x64 ------ 74>unwrap.cpp 49>LINK : fatal error LNK1104: cannot open file '..\..\lib\Debug\opencv_flann331d.lib' 49>Done building project "opencv_features2d.vcxproj" -- FAILED. 76>Building Custom Rule D:/OpenCV/opencv_contrib-3.3.1/modules/reg/CMakeLists.txt 77>------ Build started: Project: opencv_calib3d, Configuration: Debug x64 ------ 76>CMake does not need to re-run because D:/OpenCV/buildz/modules/reg/CMakeFiles/generate.stamp is up-to-date. 70>LINK : fatal error LNK1104: cannot open file '..\..\lib\Debug\opencv_face331d.lib' 70>Done building project "example_face_facerec_video.vcxproj" -- FAILED. 78>------ Build started: Project: opencv_text, Configuration: Debug x64 ------ 76>map_test.cpp 77>Building Custom Rule D:/OpenCV/opencv-3.3.1/modules/calib3d/CMakeLists.txt 77>CMake does not need to re-run because D:/OpenCV/buildz/modules/calib3d/CMakeFiles/generate.stamp is up-to-date. 77>Processing OpenCL kernels (calib3d) 78>Building Custom Rule D:/OpenCV/opencv_contrib-3.3.1/modules/text/CMakeLists.txt 78>CMake does not need to re-run because D:/OpenCV/buildz/modules/text/CMakeFiles/generate.stamp is up-to-date. 77>opencv_calib3d_pch.cpp 78>opencv_text_pch.cpp 71>LINK : fatal error LNK1104: cannot open file '..\..\lib\Debug\opencv_fuzzy331d.lib' 72>LINK : fatal error LNK1104: cannot open file '..\..\lib\Debug\opencv_fuzzy331d.lib' 71>Done building project "example_fuzzy_fuzzy_filtering.vcxproj" -- FAILED. 79>------ Build started: Project: opencv_cudafeatures2d, Configuration: Debug x64 ------ 72>Done building project "example_fuzzy_fuzzy_inpainting.vcxproj" -- FAILED. 80>------ Build started: Project: opencv_line_descriptor, Configuration: Debug x64 ------ 80>Building Custom Rule D:/OpenCV/opencv_contrib-3.3.1/modules/line_descriptor/CMakeLists.txt 80>CMake does not need to re-run because D:/OpenCV/buildz/modules/line_descriptor/CMakeFiles/generate.stamp is up-to-date. 73>LINK : fatal error LNK1104: cannot open file '..\..\lib\Debug\opencv_img_hash331d.lib' 73>Done building project "example_img_hash_hash_samples.vcxproj" -- FAILED. 81>------ Build started: Project: opencv_saliency, Configuration: Debug x64 ------ 80>opencv_line_descriptor_pch.cpp 74>LINK : fatal error LNK1104: cannot open file '..\..\lib\Debug\opencv_phase_unwrapping331d.lib' 74>Done building project "example_phase_unwrapping_unwrap.vcxproj" -- FAILED. 82>------ Build started: Project: (EXAMPLE_DIRECTX) d3d10_interop, Configuration: Debug x64 ------ 81>Building Custom Rule D:/OpenCV/opencv_contrib-3.3.1/modules/saliency/CMakeLists.txt 76>LINK : fatal error LNK1104: cannot open file '..\..\lib\Debug\opencv_reg331d.lib' 76>Done building project "example_reg_map_test.vcxproj" -- FAILED. 83>------ Build started: Project: (sample) ppf_load_match, Configuration: Debug x64 ------ 81>CMake does not need to re-run because D:/OpenCV/buildz/modules/saliency/CMakeFiles/generate.stamp is up-to-date. 79>Building NVCC (Device) object modules/cudafeatures2d/CMakeFiles/cuda_compile.dir/src/cuda/Debug/cuda_compile_generated_bf_knnmatch.cu.obj 82>Building Custom Rule D:/OpenCV/opencv-3.3.1/samples/directx/CMakeLists.txt 81>opencv_saliency_pch.cpp 82>CMake does not need to re-run because D:/OpenCV/buildz/samples/directx/CMakeFiles/generate.stamp is up-to-date. 83>Building Custom Rule D:/OpenCV/opencv_contrib-3.3.1/modules/surface_matching/CMakeLists.txt 82>d3d10_interop.cpp 83>CMake does not need to re-run because D:/OpenCV/buildz/modules/surface_matching/CMakeFiles/generate.stamp is up-to-date. 83>ppf_load_match.cpp 75>LINK : fatal error LNK1104: cannot open file '..\..\lib\Debug\opencv_plot331d.lib' 78>erfilter.cpp 75>Done building project "example_plot_plot_demo.vcxproj" -- FAILED. 84>------ Build started: Project: (sample) ppf_normal_computation, Configuration: Debug x64 ------ 78>ocr_beamsearch_decoder.cpp 78>ocr_hmm_decoder.cpp 78>ocr_holistic.cpp 78>ocr_tesseract.cpp 84>Building Custom Rule D:/OpenCV/opencv_contrib-3.3.1/modules/surface_matching/CMakeLists.txt 84>CMake does not need to re-run because D:/OpenCV/buildz/modules/surface_matching/CMakeFiles/generate.stamp is up-to-date. 84>ppf_normal_computation.cpp 83>LINK : fatal error LNK1104: cannot open file '..\..\lib\Debug\opencv_surface_matching331d.lib' 83>Done building project "example_surface_matching_ppf_load_match.vcxproj" -- FAILED. 85>------ Build started: Project: (sample) bm3d_image_denoising, Configuration: Debug x64 ------ 85>Building Custom Rule D:/OpenCV/opencv_contrib-3.3.1/modules/xphoto/CMakeLists.txt 84>LINK : fatal error LNK1104: cannot open file '..\..\lib\Debug\opencv_surface_matching331d.lib' 85>CMake does not need to re-run because D:/OpenCV/buildz/modules/xphoto/CMakeFiles/generate.stamp is up-to-date. 79>CMake Error at cuda_compile_generated_bf_knnmatch.cu.obj.cmake:206 (message): 85>bm3d_image_denoising.cpp 79> Error generating 79> D:/OpenCV/buildz/modules/cudafeatures2d/CMakeFiles/cuda_compile.dir/src/cuda/Debug/cuda_compile_generated_bf_knnmatch.cu.obj 79> 79> 79>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Common7\IDE\VC\VCTargets\Microsoft.CppCommon.targets(171,5): error MSB6006: "cmd.exe" exited with code 1. 79>Done building project "opencv_cudafeatures2d.vcxproj" -- FAILED. 86>------ Build started: Project: (sample) color_balance, Configuration: Debug x64 ------ 84>Done building project "example_surface_matching_ppf_normal_computation.vcxproj" -- FAILED. 87>------ Build started: Project: (sample) dct_image_denoising, Configuration: Debug x64 ------ 82>LINK : fatal error LNK1104: cannot open file '..\..\lib\Debug\opencv_highgui331d.lib' 82>Done building project "example_directx_d3d10_interop.vcxproj" -- FAILED. 88>------ Build started: Project: (sample) inpainting, Configuration: Debug x64 ------ 86>Building Custom Rule D:/OpenCV/opencv_contrib-3.3.1/modules/xphoto/CMakeLists.txt 77>ap3p.cpp 77>calibinit.cpp 77>calibration.cpp 87>Building Custom Rule D:/OpenCV/opencv_contrib-3.3.1/modules/xphoto/CMakeLists.txt 77>checkchessboard.cpp 77>circlesgrid.cpp 77>compat_ptsetreg.cpp 77>compat_stereo.cpp 77>dls.cpp 86>CMake does not need to re-run because D:/OpenCV/buildz/modules/xphoto/CMakeFiles/generate.stamp is up-to-date. 87>CMake does not need to re-run because D:/OpenCV/buildz/modules/xphoto/CMakeFiles/generate.stamp is up-to-date. 88>Building Custom Rule D:/OpenCV/opencv_contrib-3.3.1/modules/xphoto/CMakeLists.txt 87>dct_image_denoising.cpp 86>color_balance.cpp 88>CMake does not need to re-run because D:/OpenCV/buildz/modules/xphoto/CMakeFiles/generate.stamp is up-to-date. 88>inpainting.cpp 77>epnp.cpp 77>fisheye.cpp 77>five-point.cpp 85>LINK : fatal error LNK1104: cannot open file '..\..\lib\Debug\opencv_xphoto331d.lib' 85>Done building project "example_xphoto_bm3d_image_denoising.vcxproj" -- FAILED. 89>------ Build started: Project: (sample) bgfg, Configuration: Debug x64 ------ 77>fundam.cpp 77>homography_decomp.cpp 77>levmarq.cpp 86>LINK : fatal error LNK1104: cannot open file '..\..\lib\Debug\opencv_xphoto331d.lib' 86>Done building project "example_xphoto_color_balance.vcxproj" -- FAILED. 90>------ Build started: Project: (sample) OpenEXRimages_HDR_Retina_toneMapping, Configuration: Debug x64 ------ 80>LSDDetector.cpp 80>binary_descriptor.cpp 80>binary_descriptor_matcher.cpp 80>draw.cpp 81>CmFile.cpp 81>CmShow.cpp 81>FilterTIG.cpp 81>ValStructVec.cpp 81>objectnessBING.cpp 81>motionSaliency.cpp 81>motionSaliencyBinWangApr2014.cpp 81>objectness.cpp 81>saliency.cpp 81>staticSaliency.cpp 88>LINK : fatal error LNK1104: cannot open file '..\..\lib\Debug\opencv_xphoto331d.lib' 88>Done building project "example_xphoto_inpainting.vcxproj" -- FAILED. 91>------ Build started: Project: (sample) retinaDemo, Configuration: Debug x64 ------ 81>staticSaliencyFineGrained.cpp 90>Building Custom Rule D:/OpenCV/opencv_contrib-3.3.1/modules/bioinspired/CMakeLists.txt 90>CMake does not need to re-run because D:/OpenCV/buildz/modules/bioinspired/CMakeFiles/generate.stamp is up-to-date. 81>staticSaliencySpectralResidual.cpp 91>Building Custom Rule D:/OpenCV/opencv_contrib-3.3.1/modules/bioinspired/CMakeLists.txt 90>OpenEXRimages_HDR_Retina_toneMapping.cpp 77>main.cpp 91>CMake does not need to re-run because D:/OpenCV/buildz/modules/bioinspired/CMakeFiles/generate.stamp is up-to-date. 77>p3p.cpp 77>polynom_solver.cpp 91>retinaDemo.cpp 77>posit.cpp 77>ptsetreg.cpp 77>quadsubpix.cpp 77>rho.cpp 77>solvepnp.cpp 77>stereobm.cpp 77>stereosgbm.cpp 77>triangulate.cpp 77>upnp.cpp 77>opencl_kernels_calib3d.cpp 90>LINK : fatal error LNK1104: cannot open file '..\..\lib\Debug\opencv_bioinspired331d.lib' 90>Done building project "example_bioinspired_OpenEXRimages_HDR_Retina_toneMapping.vcxproj" -- FAILED. 91>LINK : fatal error LNK1104: cannot open file '..\..\lib\Debug\opencv_bioinspired331d.lib' 91>Done building project "example_bioinspired_retinaDemo.vcxproj" -- FAILED. 81>LINK : fatal error LNK1104: cannot open file '..\..\lib\Debug\opencv_features2d331d.lib' 81>Done building project "opencv_saliency.vcxproj" -- FAILED. 87>LINK : fatal error LNK1104: cannot open file '..\..\lib\Debug\opencv_xphoto331d.lib' 87>Done building project "example_xphoto_dct_image_denoising.vcxproj" -- FAILED. 78>LINK : fatal error LNK1104: cannot open file '..\..\lib\Debug\opencv_ml331d.lib' 78>Done building project "opencv_text.vcxproj" -- FAILED. 80>LINK : fatal error LNK1104: cannot open file '..\..\lib\Debug\opencv_features2d331d.lib' 80>Done building project "opencv_line_descriptor.vcxproj" -- FAILED. 92>------ Build started: Project: (sample) computeSaliency, Configuration: Debug x64 ------ 77>LINK : fatal error LNK1104: cannot open file '..\..\lib\Debug\opencv_features2d331d.lib' 77>Done building project "opencv_calib3d.vcxproj" -- FAILED. 93>------ Build started: Project: opencv_datasets, Configuration: Debug x64 ------ 94>------ Build started: Project: (sample) compute_descriptors, Configuration: Debug x64 ------ 95>------ Build started: Project: (sample) knn_matching, Configuration: Debug x64 ------ 96>------ Build started: Project: (sample) lines_extraction, Configuration: Debug x64 ------ 97>------ Build started: Project: (sample) lsd_lines_extraction, Configuration: Debug x64 ------ 98>------ Build started: Project: opencv_cudalegacy, Configuration: Debug x64 ------ 89>Building Custom Rule D:/OpenCV/opencv_contrib-3.3.1/modules/bgsegm/CMakeLists.txt 89>CMake does not need to re-run because D:/OpenCV/buildz/modules/bgsegm/CMakeFiles/generate.stamp is up-to-date. 89>bgfg.cpp 95>Building Custom Rule D:/OpenCV/opencv_contrib-3.3.1/modules/line_descriptor/CMakeLists.txt 94>Building Custom Rule D:/OpenCV/opencv_contrib-3.3.1/modules/line_descriptor/CMakeLists.txt 93>Building Custom Rule D:/OpenCV/opencv_contrib-3.3.1/modules/datasets/CMakeLists.txt 96>Building Custom Rule D:/OpenCV/opencv_contrib-3.3.1/modules/line_descriptor/CMakeLists.txt 97>Building Custom Rule D:/OpenCV/opencv_contrib-3.3.1/modules/line_descriptor/CMakeLists.txt 98>Building NVCC (Device) object modules/cudalegacy/CMakeFiles/cuda_compile.dir/src/cuda/Debug/cuda_compile_generated_NCV.cu.obj 93>CMake does not need to re-run because D:/OpenCV/buildz/modules/datasets/CMakeFiles/generate.stamp is up-to-date. 94>CMake does not need to re-run because D:/OpenCV/buildz/modules/line_descriptor/CMakeFiles/generate.stamp is up-to-date. 95>CMake does not need to re-run because D:/OpenCV/buildz/modules/line_descriptor/CMakeFiles/generate.stamp is up-to-date. 97>CMake does not need to re-run because D:/OpenCV/buildz/modules/line_descriptor/CMakeFiles/generate.stamp is up-to-date. 96>CMake does not need to re-run because D:/OpenCV/buildz/modules/line_descriptor/CMakeFiles/generate.stamp is up-to-date. 95>knn_matching.cpp 94>compute_descriptors.cpp 92>Building Custom Rule D:/OpenCV/opencv_contrib-3.3.1/modules/saliency/CMakeLists.txt 96>lines_extraction.cpp 97>lsd_lines_extraction.cpp 93>ar_hmdb.cpp 92>CMake does not need to re-run because D:/OpenCV/buildz/modules/saliency/CMakeFiles/generate.stamp is up-to-date. 93>ar_sports.cpp 93>dataset.cpp 93>fr_adience.cpp 93>fr_lfw.cpp 93>gr_chalearn.cpp 93>gr_skig.cpp 93>hpe_humaneva.cpp 92>computeSaliency.cpp 98>CMake Error at cuda_compile_generated_NCV.cu.obj.cmake:206 (message): 98> Error generating 98> D:/OpenCV/buildz/modules/cudalegacy/CMakeFiles/cuda_compile.dir/src/cuda/Debug/cuda_compile_generated_NCV.cu.obj 98> 98> 98>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Common7\IDE\VC\VCTargets\Microsoft.CppCommon.targets(171,5): error MSB6006: "cmd.exe" exited with code 1. 98>Done building project "opencv_cudalegacy.vcxproj" -- FAILED. 99>------ Build started: Project: opencv_cudaoptflow, Configuration: Debug x64 ------ 94>LINK : fatal error LNK1104: cannot open file '..\..\lib\Debug\opencv_line_descriptor331d.lib' 97>LINK : fatal error LNK1104: cannot open file '..\..\lib\Debug\opencv_line_descriptor331d.lib' 94>Done building project "example_line_descriptor_compute_descriptors.vcxproj" -- FAILED. 100>------ Build started: Project: opencv_xfeatures2d, Configuration: Debug x64 ------ 96>LINK : fatal error LNK1104: cannot open file '..\..\lib\Debug\opencv_line_descriptor331d.lib' 95>LINK : fatal error LNK1104: cannot open file '..\..\lib\Debug\opencv_line_descriptor331d.lib' 97>Done building project "example_line_descriptor_lsd_lines_extraction.vcxproj" -- FAILED. 96>Done building project "example_line_descriptor_lines_extraction.vcxproj" -- FAILED. 101>------ Build started: Project: opencv_ximgproc, Configuration: Debug x64 ------ 102>------ Build started: Project: opencv_aruco, Configuration: Debug x64 ------ 95>Done building project "example_line_descriptor_knn_matching.vcxproj" -- FAILED. 103>------ Build started: Project: opencv_rgbd, Configuration: Debug x64 ------ 89>LINK : fatal error LNK1104: cannot open file '..\..\lib\Debug\opencv_bgsegm331d.lib' 89>Done building project "example_bgsegm_bgfg.vcxproj" -- FAILED. 104>------ Build started: Project: opencv_cudastereo, Configuration: Debug x64 ------ 99>Building NVCC (Device) object modules/cudaoptflow/CMakeFiles/cuda_compile.dir/src/cuda/Debug/cuda_compile_generated_farneback.cu.obj 101>Building Custom Rule D:/OpenCV/opencv_contrib-3.3.1/modules/ximgproc/CMakeLists.txt 102>Building Custom Rule D:/OpenCV/opencv_contrib-3.3.1/modules/aruco/CMakeLists.txt 100>Building NVCC (Device) object modules/xfeatures2d/CMakeFiles/cuda_compile.dir/src/cuda/Debug/cuda_compile_generated_surf.cu.obj 103>Building Custom Rule D:/OpenCV/opencv_contrib-3.3.1/modules/rgbd/CMakeLists.txt 101>CMake does not need to re-run because D:/OpenCV/buildz/modules/ximgproc/CMakeFiles/generate.stamp is up-to-date. 101>Processing OpenCL kernels (ximgproc) 102>CMake does not need to re-run because D:/OpenCV/buildz/modules/aruco/CMakeFiles/generate.stamp is up-to-date. 104>Building NVCC (Device) object modules/cudastereo/CMakeFiles/cuda_compile.dir/src/cuda/Debug/cuda_compile_generated_disparity_bilateral_filter.cu.obj 103>CMake does not need to re-run because D:/OpenCV/buildz/modules/rgbd/CMakeFiles/generate.stamp is up-to-date. 102>opencv_aruco_pch.cpp 103>opencv_rgbd_pch.cpp 101>opencv_ximgproc_pch.cpp 99>CMake Error at cuda_compile_generated_farneback.cu.obj.cmake:206 (message): 99> Error generating 99> D:/OpenCV/buildz/modules/cudaoptflow/CMakeFiles/cuda_compile.dir/src/cuda/Debug/cuda_compile_generated_farneback.cu.obj 99> 99> 99>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Common7\IDE\VC\VCTargets\Microsoft.CppCommon.targets(171,5): error MSB6006: "cmd.exe" exited with code 1. 99>Done building project "opencv_cudaoptflow.vcxproj" -- FAILED. 105>------ Build started: Project: opencv_stereo, Configuration: Debug x64 ------ 100>CMake Error at cuda_compile_generated_surf.cu.obj.cmake:206 (message): 92>LINK : fatal error LNK1104: cannot open file '..\..\lib\Debug\opencv_saliency331d.lib' 100> Error generating 100> D:/OpenCV/buildz/modules/xfeatures2d/CMakeFiles/cuda_compile.dir/src/cuda/Debug/cuda_compile_generated_surf.cu.obj 100> 100> 100>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Common7\IDE\VC\VCTargets\Microsoft.CppCommon.targets(171,5): error MSB6006: "cmd.exe" exited with code 1. 100>Done building project "opencv_xfeatures2d.vcxproj" -- FAILED. 106>------ Build started: Project: opencv_stitching, Configuration: Debug x64 ------ 92>Done building project "example_saliency_computeSaliency.vcxproj" -- FAILED. 107>------ Build started: Project: opencv_structured_light, Configuration: Debug x64 ------ 105>Building Custom Rule D:/OpenCV/opencv_contrib-3.3.1/modules/stereo/CMakeLists.txt 105>CMake does not need to re-run because D:/OpenCV/buildz/modules/stereo/CMakeFiles/generate.stamp is up-to-date. 104>CMake Error at cuda_compile_generated_disparity_bilateral_filter.cu.obj.cmake:206 (message): 104> Error generating 104> D:/OpenCV/buildz/modules/cudastereo/CMakeFiles/cuda_compile.dir/src/cuda/Debug/cuda_compile_generated_disparity_bilateral_filter.cu.obj 104> 104> 104>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Common7\IDE\VC\VCTargets\Microsoft.CppCommon.targets(171,5): error MSB6006: "cmd.exe" exited with code 1. 104>Done building project "opencv_cudastereo.vcxproj" -- FAILED. 108>------ Build started: Project: opencv_cudaobjdetect, Configuration: Debug x64 ------ 107>Building Custom Rule D:/OpenCV/opencv_contrib-3.3.1/modules/structured_light/CMakeLists.txt 106>Building NVCC (Device) object modules/stitching/CMakeFiles/cuda_compile.dir/src/cuda/Debug/cuda_compile_generated_build_warp_maps.cu.obj 105>opencv_stereo_pch.cpp 107>CMake does not need to re-run because D:/OpenCV/buildz/modules/structured_light/CMakeFiles/generate.stamp is up-to-date. 107>opencv_structured_light_pch.cpp 108>Building NVCC (Device) object modules/cudaobjdetect/CMakeFiles/cuda_compile.dir/src/cuda/Debug/cuda_compile_generated_hog.cu.obj 102>aruco.cpp 102>charuco.cpp 102>dictionary.cpp 108>CMake Error at cuda_compile_generated_hog.cu.obj.cmake:206 (message): 108> Error generating 108> D:/OpenCV/buildz/modules/cudaobjdetect/CMakeFiles/cuda_compile.dir/src/cuda/Debug/cuda_compile_generated_hog.cu.obj 108> 108> 108>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Common7\IDE\VC\VCTargets\Microsoft.CppCommon.targets(171,5): error MSB6006: "cmd.exe" exited with code 1. 108>Done building project "opencv_cudaobjdetect.vcxproj" -- FAILED. 109>------ Build started: Project: opencv_superres, Configuration: Debug x64 ------ 106>CMake Error at cuda_compile_generated_build_warp_maps.cu.obj.cmake:206 (message): 106> Error generating 106> D:/OpenCV/buildz/modules/stitching/CMakeFiles/cuda_compile.dir/src/cuda/Debug/cuda_compile_generated_build_warp_maps.cu.obj 106> 106> 106>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Common7\IDE\VC\VCTargets\Microsoft.CppCommon.targets(171,5): error MSB6006: "cmd.exe" exited with code 1. 106>Done building project "opencv_stitching.vcxproj" -- FAILED. 110>------ Build started: Project: opencv_videostab, Configuration: Debug x64 ------ 109>Building NVCC (Device) object modules/superres/CMakeFiles/cuda_compile.dir/src/cuda/Debug/cuda_compile_generated_btv_l1_gpu.cu.obj 110>Building NVCC (Device) object modules/videostab/CMakeFiles/cuda_compile.dir/src/cuda/Debug/cuda_compile_generated_global_motion.cu.obj 109>CMake Error at cuda_compile_generated_btv_l1_gpu.cu.obj.cmake:206 (message): 109> Error generating 109> D:/OpenCV/buildz/modules/superres/CMakeFiles/cuda_compile.dir/src/cuda/Debug/cuda_compile_generated_btv_l1_gpu.cu.obj 110>CMake Error at cuda_compile_generated_global_motion.cu.obj.cmake:206 (message): 110> Error generating 109> 109> 109>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Common7\IDE\VC\VCTargets\Microsoft.CppCommon.targets(171,5): error MSB6006: "cmd.exe" exited with code 1. 109>Done building project "opencv_superres.vcxproj" -- FAILED. 110> D:/OpenCV/buildz/modules/videostab/CMakeFiles/cuda_compile.dir/src/cuda/Debug/cuda_compile_generated_global_motion.cu.obj 110> 110> 110>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Common7\IDE\VC\VCTargets\Microsoft.CppCommon.targets(171,5): error MSB6006: "cmd.exe" exited with code 1. 110>Done building project "opencv_videostab.vcxproj" -- FAILED. 111>------ Build started: Project: opencv_ccalib, Configuration: Debug x64 ------ 112>------ Build started: Project: (EXAMPLE_GPU) alpha_comp, Configuration: Debug x64 ------ 111>Building Custom Rule D:/OpenCV/opencv_contrib-3.3.1/modules/ccalib/CMakeLists.txt 111>CMake does not need to re-run because D:/OpenCV/buildz/modules/ccalib/CMakeFiles/generate.stamp is up-to-date. 112>Building Custom Rule D:/OpenCV/opencv-3.3.1/samples/gpu/CMakeLists.txt 111>opencv_ccalib_pch.cpp 112>CMake does not need to re-run because D:/OpenCV/buildz/samples/gpu/CMakeFiles/generate.stamp is up-to-date. 112>alpha_comp.cpp 101>adaptive_manifold_filter_n.cpp 101>anisodiff.cpp 101>bilateral_texture_filter.cpp 101>deriche_filter.cpp 101>disparity_filters.cpp 101>domain_transform.cpp 101>dtfilter_cpu.cpp 101>edgeaware_filters_common.cpp 101>estimated_covariance.cpp 101>fast_hough_transform.cpp 101>fast_line_detector.cpp 103>depth_cleaner.cpp 103>depth_registration.cpp 103>depth_to_3d.cpp 103>linemod.cpp 103>normal.cpp 103>odometry.cpp 103>plane.cpp 103>utils.cpp 101>fgs_filter.cpp 101>graphsegmentation.cpp 101>guided_filter.cpp 101>joint_bilateral_filter.cpp 107>graycodepattern.cpp 105>descriptor.cpp 105>stereo_binary_bm.cpp 107>sinusoidalpattern.cpp 105>stereo_binary_sgbm.cpp 101>l0_smooth.cpp 101>lsc.cpp 101>niblack_thresholding.cpp 111>ccalib.cpp 111>multicalib.cpp 111>omnidir.cpp 111>randpattern.cpp 101>paillou_filter.cpp 101>peilin.cpp 101>rolling_guidance_filter.cpp 101>seeds.cpp 101>selectivesearchsegmentation.cpp 101>slic.cpp 105>LINK : fatal error LNK1104: cannot open file '..\..\lib\Debug\opencv_calib3d331d.lib' 105>Done building project "opencv_stereo.vcxproj" -- FAILED. 113>------ Build started: Project: (EXAMPLE_GPU) bgfg_segm, Configuration: Debug x64 ------ 112>LINK : fatal error LNK1104: cannot open file '..\..\lib\Debug\opencv_superres331d.lib' 112>Done building project "example_gpu_alpha_comp.vcxproj" -- FAILED. 114>------ Build started: Project: (EXAMPLE_GPU) cascadeclassifier, Configuration: Debug x64 ------ 113>Building Custom Rule D:/OpenCV/opencv-3.3.1/samples/gpu/CMakeLists.txt 113>CMake does not need to re-run because D:/OpenCV/buildz/samples/gpu/CMakeFiles/generate.stamp is up-to-date. 114>Building Custom Rule D:/OpenCV/opencv-3.3.1/samples/gpu/CMakeLists.txt 113>bgfg_segm.cpp 114>CMake does not need to re-run because D:/OpenCV/buildz/samples/gpu/CMakeFiles/generate.stamp is up-to-date. 114>cascadeclassifier.cpp 101>sparse_match_interpolators.cpp 101>structured_edge_detection.cpp 101>thinning.cpp 101>weighted_median_filter.cpp 111>D:\OpenCV\opencv-3.3.1\modules\core\include\opencv2/core/types.hpp(1674): warning C4127: conditional expression is constant (compiling source file D:\OpenCV\opencv_contrib-3.3.1\modules\ccalib\src\ccalib.cpp) 111>D:\OpenCV\opencv-3.3.1\modules\core\include\opencv2/core/types.hpp(1674): note: consider using 'if constexpr' statement instead (compiling source file D:\OpenCV\opencv_contrib-3.3.1\modules\ccalib\src\ccalib.cpp) 111>D:\OpenCV\opencv-3.3.1\modules\core\include\opencv2/core/types.hpp(1672): note: while compiling class template member function 'float cv::Size_I have tried re-configuring the CMake project many times, and have restarted my machine as well (read a suggestion to restart, reconfigure project in CMake - but same error)
I cannot seem to solve this problem, or decipher the output issue