Open yassiezar opened 8 years ago
I managed to fix it. Changing the APP_STL line in the Application.mk
file to use c++_static instead of gnustl_static seems to have fixed it
Do you compile with C++11 support? gnustl_static should happily work with std::mutex
if you set LOCAL_CPPFLAGS := -std=c++11
in your Android.mk
HI,
I'm having trouble compiling some of the examples that use the Mutex library. At compile time, it throws me this error:
Referring to this line in motion_tracking_app.h:
Has anyone else ran into this problem? I'm still getting started with Tango and the NDK so I'm having trouble debugging this error.