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