K.lib not found

asked 2019-03-11 14:05:05 -0600

updated 2019-03-12 12:26:39 -0600

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 ==========

edit retag flag offensive close merge delete

Comments

can you show us the exact error msg ?

berak gravatar imageberak ( 2019-03-11 16:43:39 -0600 )edit

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 ==========

arosad2 gravatar imagearosad2 ( 2019-03-12 12:26:59 -0600 )edit