Unable to build opencv on windows
Hi
i am trying the script to build opencv on windows from here : https://docs.opencv.org/master/d3/d52... with cuda, perf tests, tests and documentation enabled. But i get below error for multiple projects. LINK : fatal error LNK1104: cannot open file '....\lib\Debug\opencv_img_hash440d.lib'
i have both opencv and opencv_contrib scyned properly. I always used this cript and it used to work properly.
when and where do you get that error ? we need more context
opencv version ? compiler ?
Its opencv master repo from github. I am using visual studio 2015 Full error log : https://docs.google.com/document/d/1_...
is this while building the opencv libs or with your own program ?
there must be more error msgs, leading to the one you show, please look it up and show us.
we have to access google docs to see your error ?
Its while building opencv library. Please open the google doc link for full error log.
opencv_img_hash440d.lib. Are you building for debug? Try release.
yea question above is about debug build, google doc link shows release ;(
maybe that's part of the problem - but easy to correct - its fine :-)
It happens with both release and debug builds.