Boost C++ Libraries: Ticket #2973: Boost.Interprocess doesn't compile under AIX https://svn.boost.org/trac10/ticket/2973 <p> Two things don't work under AIX : </p> <ul><li>detail/os_thread_functions.hpp uses ::pthread_equal but this fails because pthread_equal is a macro under AIX and it fails because of the :: prefix </li><li>in detail/atomic.hpp there is no implementation of PowerPC under AIX so I added one that uses the combination of <span class="underline">lwarx and </span>stwcx for each function to implement. </li></ul> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/2973 Trac 1.4.3 Etienne PIERRE <e.ti.n.pierre@…> Tue, 28 Apr 2009 10:15:18 GMT attachment set https://svn.boost.org/trac10/ticket/2973 https://svn.boost.org/trac10/ticket/2973 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">interprocess_aix.patch</span> </li> </ul> Ticket Ion Gaztañaga Thu, 25 Jun 2009 16:17:29 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/2973#comment:1 https://svn.boost.org/trac10/ticket/2973#comment:1 <ul> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">closed</span> </li> <li><strong>resolution</strong> → <span class="trac-field-new">fixed</span> </li> </ul> <p> Added patch for Boost 1.40 </p> Ticket