tzutalin / dlib-android

:dragon: Port dlib to Android
MIT License
867 stars 268 forks source link

cannot build with APP_ABI := armeabi #72

Open holopekochan opened 6 years ago

holopekochan commented 6 years ago

Hi, I tried to ndk build with armeabi. I change Application.mk inside jni folder to APP_ABI := armeabi-v7a arm64-v8a x86 x86_64 armeabi However, it will shows the following error. I also tried to modify the header still does not work. http://en.cppreference.com/w/cpp/error/current_exception

In file included from jni/../dlib/dlib/image_loader/../threads/../threads.h:25: jni/../dlib/dlib/image_loader/../threads/async.h:77:42: error: no member named 'current_exception' in namespace 'std' prom->set_exception(std::current_exception());


1 error generated.