id summary reporter owner description type status milestone component version severity resolution keywords cc 7716 Fix issue with PAGE_SIZE undeclared on Android Morten Videbæk Pedersen viboes "Compiling boost::thread in boost 1.52.0 results in the following error: {{{ /boost-lib/boost/thread/pthread/thread_data.hpp: In member function 'void boost::thread_attributes::set_stack_size(std::size_t)': /boost-lib/boost/thread/pthread/thread_data.hpp:49:20: error: 'PAGE_SIZE' was not declared in this scope }}} The problem can be tracked to the following issue: http://code.google.com/p/android/issues/detail?id=39983 The workaround is for Android to manually include the asm/page.h header. See attached patch." Patches closed Boost 1.53.0 thread Boost 1.52.0 Problem fixed