Why am I getting "undefined symbol:_ZN2cv6detail17check_failed_autoEmmRKNS0_12CheckContextE" error?
Why am I getting the following error?
"/home/xxx/git/opencv-3.4.5/build/install/lib/libopencv_imgcodecs.so.3.4: undefined symbol: _ZN2cv6detail17check_failed_autoEmmRKNS0_12CheckContextE."
This is the entire error message.
I searched and found nothing on the web on this error.
Have you try to delete build repo and rebuild opencv?
Yup and I have tried multiple versions of OpenCV, 3.4.5, 3.4.3, 3.4.1
This the demangled symbol:
cv::detail::check_failed_auto(unsigned long, unsigned long, cv::detail::CheckContext const&)
Put more information about your CMake configuration and about your platform.
I met the same problem with opencv3.4.7, do you solve it?