I am unable to find the world300.dll and world300d.dll after building the Trouble to compile opencv 3.0.0 master and extra_modules solution (.sln) file with visual studio when the BUILD_OPENCV_WORLD is included in cmakecmake (3.4.1)
Hi, I have a problem with building the libraries of opencv 3.0.0 on VS2013 (x64). I cloned the Opencv source from github and built it with cmake and (Build_opencv_world) (3.4.1) with Build_opencv_world checked.
Anyway, when I run the Opencv.sln
The opencv.sln file and is generated without any cmake errors but, when i build the ALL_BUILD (or the INSTALL) project with debug x64 ,
I am getting to create the opencv3 3.0.0 libraries and include files, there are fatal link errors:
This errors encountered in visual studio.
However, the ALL_BUILD (and INSTALL) project builds without any glitch when I am not including the BUILD_OPENCV_WORLD on cmake when creating the Opencv.sln file.
My problem is only an example :
Error that I need the opencv_world300.lib and opencv_world300d.lib and (opencv_world300.dll and opencv_world300d.dll) 303 error LNK1104: cannot open file '....\lib\Debug\opencv_world300d.lib' C:\OPENCV300\build\samples\cpp\LINK (TUTORIAL) calcHist_Demo
Error 304 error LNK1104: cannot open file '....\lib\Debug\opencv_world300d.lib' C:\OPENCV300\build\samples\cpp\LINK (TUTORIAL) cloning_demo
Error 305 error LNK1104: cannot open file '....\lib\Debug\opencv_world300d.lib' C:\OPENCV300\build\samples\cpp\LINK (TUTORIAL) camera_calibration
How do I files for my project (that uses Kinect RGB stream to be processed with SURF detector on opencv 3.0.0). These .lib and .dll are not generated without the Build_opencv_world checked when creating the .sln from cmake.
Is there a solution or a work-around to this issue? I am a beginner with this and stuck big time to solve this?this issue of libraries not being compiled from the opencv github source.