You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is a linker error on clang when we try to build the dlib/opencv library. This is due to the missing detector.cpp file corresponding to detector.h file.
The text was updated successfully, but these errors were encountered:
The major error source is the updated version of ndk i.e. 18. It compiles using c++11, and does not support gnustl_static. Try downgrading the ndk, and you would be successful in building.
There is a linker error on clang when we try to build the dlib/opencv library. This is due to the missing detector.cpp file corresponding to detector.h file.
The text was updated successfully, but these errors were encountered: