K.lib not found
Hi, I've been trying to compile OpenCV with several of the available build options (CUDA, TBB, IPP, MKL, Tesseract) on a Windows 10 computer with Visual Studio 2017. If I try to build opencv-core specifically I get an error that K.lib was not found. I can't seem to track down where or what it is.
My visual studio output:
1>------ Build started: Project: opencv_core, Configuration: Debug x64 ------ 1>LINK : fatal error LNK1104: cannot open file 'K.lib' 1>Done building project "opencv_core.vcxproj" -- FAILED. ========== Build: 0 succeeded, 1 failed, 9 up-to-date, 0 skipped ==========
can you show us the exact error msg ?
Hi, I've edited my post to include the specific error:
1>------ Build started: Project: opencv_core, Configuration: Debug x64 ------ 1>LINK : fatal error LNK1104: cannot open file 'K.lib' 1>Done building project "opencv_core.vcxproj" -- FAILED. ========== Build: 0 succeeded, 1 failed, 9 up-to-date, 0 skipped ==========