LINK : fatal error LNK1181: cannot open input file '..\..\lib\Release\opencv_core290.lib'
i try to create opencv 2.4.6 libaraty to visual studio 2110.i follow the instructions in http://docs.opencv.org/doc/tutorials/introduction/windows_install/windows_install.html#windows-installation. when I make build to allbuild of opencv solution ,ihe build failed and I have this eror :LINK : fatal error LNK1181: cannot open input file '....\lib\Release\opencv_core290 please chelp me
you're trying to build from src ?
it seems, you picked the master(2.9.0) branch, instead of 2.4.6 when downloading ?
when exactly do you get that error, when building the opencv libs, or when building your own project ( and trying to link against opencv ?
I get error when building opencv libs
Did you get the error solved and how did you solve it? i got the same problem.
The same problem with me. Anyone knows how to solve it?
It seems that the following post could be helpful: http://answers.opencv.org/question/13490/cmake-opencv245-git-repository-24-branch-windows-7/
hey, folks, help us help you : it needs more information,
after cmake, when building opencv.sln, the errors showed; it is before using OpenCV for one's own project.
1.The error occurred when build both release and debug for "all_build" in opencv solution that generated by CMake. 2.Both debug and release falls at the same error. 3.The build of library was unsuccessful, therefore there were no opencv_core290.
Please help!! Thank you!!!!
which mean CMake doesn't generate opencv_core? @berak@ran294