Ask Your Question

Revision history [back]

opencv installation fails Visual studio build stops indefinitely

Hi,

I'm new to opencv and I'm trying to build from source using visual studio. I followed the instructions in this guide, http://opencv-python-tutroals.readthedocs.io/en/latest/py_tutorials/py_setup/py_setup_in_windows/py_setup_in_windows.html but don't know why it shows me 87 errors. Following is the error messages, Error 1 error : Cannot restore timestamp C:/Softwares/opencv/build/CMakeFiles/generate.stamp C:\Softwares\opencv\build\CUSTOMBUILD ZERO_CHECK This error occurs for projects ZERO_CHECK, opencv_core_FP16, zlib, opencv_core_FP16, Error 6 error : Could not open file for write in copy operation C:/Softwares/opencv/build/win-install/x86/vc12/lib/OpenCVConfig.cmake.tmp C:\Softwares\opencv\build\3rdparty\zlib\CUSTOMBUILD Error 22 error : Remove failed on file: C:/Softwares/opencv/build/CMakeFiles/CMakeTmp/Debug/cmTC_247c4.exe: System Error: No such file or directory C:\Softwares\opencv\build\3rdparty\libtiff\CUSTOMBUILD libtiff .Error 24 error : : System Error: Permission denied C:\Softwares\opencv\build\3rdparty\libtiff\CUSTOMBUILD libtiff Error 32 error : There is a CMakeCache.txt file for the current binary tree but cmake does not have permission to read it. Please check the permissions of the directory you are trying to run CMake on. C:\Softwares\opencv\build\modules\objdetect\CUSTOMBUILD opencv_objdetect_AVX

Error 42 error : Internal CMake error, TryCompile generation of cmake failed C:\Softwares\opencv\build\modules\flann\CUSTOMBUILD opencv_flann

Error 48 error : Unable to open cache file for save. C:/Softwares/opencv/build/CMakeFiles/CMakeTmp/CMakeCache.txt C:\Softwares\opencv\build\modules\photo\CUSTOMBUILD opencv_photo

Error 53 error LNK1181: cannot open input file '....\lib\Release\opencv_imgproc340.lib' C:\Softwares\opencv\build\modules\dnn\LINK opencv_dnn

Error 54 error LNK1181: cannot open input file '....\lib\Release\opencv_imgproc340.lib' C:\Softwares\opencv\build\modules\imgcodecs\LINK opencv_imgcodecs

Looking at the error messages, few errors occurs several times implying I'm missing environment variable or something like that, fixing which could resolve issues.

Kindly help me with the fix.

Thanks, G Balaji