Boost C++ Libraries: Ticket #7716: Fix issue with PAGE_SIZE undeclared on Android https://svn.boost.org/trac10/ticket/7716 <p> Compiling boost::thread in boost 1.52.0 results in the following error: </p> <pre class="wiki">/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 </pre><p> The problem can be tracked to the following issue: <a class="ext-link" href="http://code.google.com/p/android/issues/detail?id=39983"><span class="icon">​</span>http://code.google.com/p/android/issues/detail?id=39983</a> </p> <p> The workaround is for Android to manually include the asm/page.h header. See attached patch. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/7716 Trac 1.4.3 Morten Videbæk Pedersen <morten@…> Tue, 20 Nov 2012 14:45:42 GMT attachment set https://svn.boost.org/trac10/ticket/7716 https://svn.boost.org/trac10/ticket/7716 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">0001-Fixes-issues-with-missing-include-on-Android.patch</span> </li> </ul> Ticket viboes Fri, 23 Nov 2012 06:31:25 GMT owner, status, milestone changed https://svn.boost.org/trac10/ticket/7716#comment:1 https://svn.boost.org/trac10/ticket/7716#comment:1 <ul> <li><strong>owner</strong> changed from <span class="trac-author">Anthony Williams</span> to <span class="trac-author">viboes</span> </li> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">assigned</span> </li> <li><strong>milestone</strong> <span class="trac-field-old">To Be Determined</span> → <span class="trac-field-new">Boost 1.53.0</span> </li> </ul> <p> Committed in trunk <a class="changeset" href="https://svn.boost.org/trac10/changeset/81490" title="Thread: patch #7716">[81490]</a>. </p> Ticket viboes Sun, 02 Dec 2012 10:48:02 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/7716#comment:2 https://svn.boost.org/trac10/ticket/7716#comment:2 <ul> <li><strong>status</strong> <span class="trac-field-old">assigned</span> → <span class="trac-field-new">closed</span> </li> <li><strong>resolution</strong> → <span class="trac-field-new">fixed</span> </li> </ul> <p> Committed revision <a class="changeset" href="https://svn.boost.org/trac10/changeset/81667" title="Thread: merge from trunk 1.53">[81667]</a>. </p> Ticket