cv::hal unresolved in static build (OpenCV 3.0) (Bug #4442)


Added by Jo DrPepper over 9 years ago. Updated over 9 years ago.


Status:Cancelled Start date:2015-06-27
Priority:High Due date:
Assignee:- % Done:

0%

Category:-
Target version:-
Affected version:branch 'master' (3.0-dev) Operating System:Windows
Difficulty: HW Platform:x64
Pull request:

Description

When linking a static build (MSVC10) of OpenCV 3.0 (both major release and branch 'master') I get tons of linker errors in opencv_core missing cv::hal functions:

libopencv_core300.lib(stat.obj) : error LNK2019: unresolved external symbol "int __cdecl cv::hal [...]


History

Updated by Philip L over 9 years ago

You have to build the opencv_hal300.lib and also link that, maybe you have to check this in the cmake configuration.

Updated by Jo DrPepper over 9 years ago

  • Status changed from New to Cancelled

Also available in: Atom PDF