Trouble to compile opencv 3.0.0 solution (.sln) file with visual studio when the BUILD_OPENCV_WORLD is included in cmake (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 (3.4.1) with Build_opencv_world checked. The opencv.sln file is generated without any cmake errors but, when i build the ALL_BUILD (or the INSTALL) project to create the opencv3 3.0.0 libraries and include files, there are fatal link 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 that I need the opencv_world300.lib and opencv_world300d.lib and (opencv_world300.dll and opencv_world300d.dll) 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 issue of libraries not being compiled from the opencv github source.
Post your CMake output please.