Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

opencv 3.0 with android nkd - undefined reference to 'std::__throw_out_of_range_fmt(char const*, ...)'

is anyone else getting the following error when trying to compile a static build within the android ndk?

/android/opencv/native/jni/../3rdparty/libs/armeabi-v7a/libIlmImf.a(ImfChannelList.cpp.o):ImfChannelList.cpp:function Imf::ChannelList::layers(std::set<std::string, std::less<std::string>, std::allocator<std::string> >&) const: error: undefined reference to 'std::__throw_out_of_range_fmt(char const*, ...)'

this problem did not occur with the previous release candidates, so i wonder whether the mistake is on my end or there is some issue within the newly released opencv binaries for android.