Build problem win 64 Visual Studio 2013 (v120) opencv 3.0.0
Hallo,
i have a build problem with tests on my Win 7 64 with Visual Studio 2013 (v120). The compiler output is:
Error 3 error LNK2019: unresolved external symbol "int __cdecl cv::hal::LU(double *,unsigned __int64,int,double *,unsigned __int64,int)" (?LU@hal@cv@@YAHPEAN_KH01H@Z) referenced in function "public: bool __cdecl cv::internal::Matx_FastInvOp<double,4>::operator()(class cv::Matx<double,4,4> const &,class cv::Matx<double,4,4> &,int)const " (??R?$Matx_FastInvOp@N$03@internal@cv@@QEBA_NAEBV?$Matx@N$03$03@2@AEAV32@H@Z) C:\OpenCV\opencv\build\modules\world\test_affine3.obj opencv_test_calib3d
Error 4 error LNK2019: unresolved external symbol "bool __cdecl cv::hal::Cholesky(double *,unsigned __int64,int,double *,unsigned __int64,int)" (?Cholesky@hal@cv@@YA_NPEAN_KH01H@Z) referenced in function "public: bool __cdecl cv::internal::Matx_FastInvOp<double,4>::operator()(class cv::Matx<double,4,4> const &,class cv::Matx<double,4,4> &,int)const " (??R?$Matx_FastInvOp@N$03@internal@cv@@QEBA_NAEBV?$Matx@N$03$03@2@AEAV32@H@Z) C:\OpenCV\opencv\build\modules\world\test_affine3.obj opencv_test_calib3d
I pasted my CmakeCache to http://pastebin.com/Ljk75sbF .
Thanks for your answers in advance.
Regards Boris
there's a fairly new 'hal' module, the opencv_test_calib3d is obviously depending on that, but failed to link opencv_hal300.lib.
(that was the easy part.)
how and when did you download opencv3.0 ? tried an update / fresh pull ?