id summary reporter owner description type status milestone component version severity resolution keywords cc 11354 On Android thread_data.hpp include file, that doesn't exist in android-21 or higher. altren@… Anthony Williams "Android ndk starting from 21 doesn't provide page.h file and it is not needed for successful compilation, in file thread/pthread/thread_data.hpp line 27 next code {{{ #if defined(__ANDROID__) #include // http://code.google.com/p/android/issues/detail?id=39983 #endif }}} should be replaced with {{{ #if defined(__ANDROID__) && (__ANDROID_API__ <= 20) #include // http://code.google.com/p/android/issues/detail?id=39983 #endif }}}" Patches closed thread Boost 1.57.0 Problem duplicate