Android build issue
With latest version i can build all modules but i cannot build billards (pool). Got this error: 27 warnings generated. jni/../../../native/bbstring.cpp:366: error: undefined reference to 'std::__1::mutex::lock()' jni/../../../native/bbstring.cpp:375: error: undefined reference to 'std::__1::mutex::unlock()' jni/../../../native/bbstring.cpp:379: error: undefined reference to 'std::__1::mutex::~mutex()' jni/../../../native/bbstring.cpp:379: error: undefined reference to 'std::__1::mutex::~mutex()' clang++: error: linker command failed with exit code 1 (use -v to see invocation) make: *** [obj/local/armeabi-v7a/libmx2_main.so] Error 1
***** Fatal mx2cc error *****
Internal mx2cc build error
EDIT: I can easly build in debug, but it does not work in Release..