Ask Your Question

ZoranP86's profile - activity

2020-12-08 08:07:18 -0600 received badge  Popular Question (source)
2015-06-16 12:16:52 -0600 commented question Opencv_test_core build Failure

Anyone have any ideas?

2015-06-11 12:38:35 -0600 commented question Opencv_test_core build Failure

@berak: Sorry, I've added a text version of the errors.

2015-06-11 12:38:11 -0600 received badge  Editor (source)
2015-06-07 00:25:47 -0600 asked a question Opencv_test_core build Failure

Vanilla build of Opencv3 using master from github. All the projects build successfully except for this one.

image description

Anyone have any idea how to resolve this? On my build, I believe it's causing the INSTALL cmake target to not install the shared libs.

Build box details:

  • Windows 8.1
  • Visual Studio 2010
  • CMake 2.8.10.2

Text Copy of the build errors:

Error   11  error LNK1120: 10 unresolved externals  E:\Projects\opencv\Builds\bin\Release\opencv_test_core.exe  opencv_test_core
Error   9   error LNK2019: unresolved external symbol "bool __cdecl cv::hal::Cholesky(double *,unsigned int,int,double *,unsigned int,int)" (?Cholesky@hal@cv@@YA_NPANIH0IH@Z) referenced in function "private: virtual void __thiscall Core_HAL_mat_decomp_Test::Body(void)" (?Body@Core_HAL_mat_decomp_Test@@EAEXXZ)  E:\Projects\opencv\Builds\modules\world\test_hal_core.obj   opencv_test_core
Error   10  error LNK2019: unresolved external symbol "bool __cdecl cv::hal::Cholesky(float *,unsigned int,int,float *,unsigned int,int)" (?Cholesky@hal@cv@@YA_NPAMIH0IH@Z) referenced in function "private: virtual void __thiscall Core_HAL_mat_decomp_Test::Body(void)" (?Body@Core_HAL_mat_decomp_Test@@EAEXXZ)    E:\Projects\opencv\Builds\modules\world\test_hal_core.obj   opencv_test_core
Error   7   error LNK2019: unresolved external symbol "int __cdecl cv::hal::LU(double *,unsigned int,int,double *,unsigned int,int)" (?LU@hal@cv@@YAHPANIH0IH@Z) referenced in function "private: virtual void __thiscall Core_HAL_mat_decomp_Test::Body(void)" (?Body@Core_HAL_mat_decomp_Test@@EAEXXZ)    E:\Projects\opencv\Builds\modules\world\test_hal_core.obj   opencv_test_core
Error   8   error LNK2019: unresolved external symbol "int __cdecl cv::hal::LU(float *,unsigned int,int,float *,unsigned int,int)" (?LU@hal@cv@@YAHPAMIH0IH@Z) referenced in function "private: virtual void __thiscall Core_HAL_mat_decomp_Test::Body(void)" (?Body@Core_HAL_mat_decomp_Test@@EAEXXZ)  E:\Projects\opencv\Builds\modules\world\test_hal_core.obj   opencv_test_core
Error   1   error LNK2019: unresolved external symbol "void __cdecl cv::hal::exp(double const *,double *,int)" (?exp@hal@cv@@YAXPBNPANH@Z) referenced in function "private: virtual void __thiscall Core_HAL_mathfuncs_Test::Body(void)" (?Body@Core_HAL_mathfuncs_Test@@EAEXXZ)    E:\Projects\opencv\Builds\modules\world\test_hal_core.obj   opencv_test_core
Error   2   error LNK2019: unresolved external symbol "void __cdecl cv::hal::exp(float const *,float *,int)" (?exp@hal@cv@@YAXPBMPAMH@Z) referenced in function "private: virtual void __thiscall Core_HAL_mathfuncs_Test::Body(void)" (?Body@Core_HAL_mathfuncs_Test@@EAEXXZ)  E:\Projects\opencv\Builds\modules\world\test_hal_core.obj   opencv_test_core
Error   3   error LNK2019: unresolved external symbol "void __cdecl cv::hal::log(double const *,double *,int)" (?log@hal@cv@@YAXPBNPANH@Z) referenced in function "private: virtual void __thiscall Core_HAL_mathfuncs_Test::Body(void)" (?Body@Core_HAL_mathfuncs_Test@@EAEXXZ)    E:\Projects\opencv\Builds\modules\world\test_hal_core.obj   opencv_test_core
Error   4   error LNK2019: unresolved external symbol "void __cdecl cv::hal::log(float const *,float *,int)" (?log@hal@cv@@YAXPBMPAMH@Z) referenced in function "private: virtual void __thiscall Core_HAL_mathfuncs_Test::Body(void)" (?Body@Core_HAL_mathfuncs_Test@@EAEXXZ)  E:\Projects\opencv\Builds\modules\world\test_hal_core.obj   opencv_test_core
Error   5   error LNK2019: unresolved external symbol "void __cdecl cv::hal::sqrt(double const *,double *,int)" (?sqrt@hal@cv@@YAXPBNPANH@Z) referenced in function "private: virtual void __thiscall Core_HAL_mathfuncs_Test::Body(void)" (?Body@Core_HAL_mathfuncs_Test@@EAEXXZ)  E:\Projects\opencv\Builds\modules\world\test_hal_core.obj   opencv_test_core
Error   6   error LNK2019: unresolved external symbol "void __cdecl cv::hal::sqrt(float const *,float *,int)" (?sqrt@hal ...
(more)
2015-06-06 16:09:56 -0600 received badge  Supporter (source)