Boost C++ Libraries: Ticket #2654: Build of regex fails on AIX 5.1 with gcc 2.95.3 https://svn.boost.org/trac10/ticket/2654 <p> Building of regex failed (possibly others as well) on AIX 5.1 with gcc 2.95.3. </p> <p> The problem is actually in boost\cstdint.hpp. I put the bug under regex since I wasn't sure what to select for cstdint.hpp. </p> <p> Line <a href="https://svn.boost.org/trac10/query?id=39-40" title="Tickets 39-40">#39-40</a> is: </p> <table class="wiki"> <tr># elif defined(<span class="underline">FreeBSD</span>) <td> defined(<span class="underline">IBMCPP</span>) </td></tr></table> <p> # include &lt;inttypes.h&gt; </p> <p> should be: </p> <table class="wiki"> <tr># elif defined(<span class="underline">FreeBSD</span>) <td> defined(<span class="underline">IBMCPP</span>) </td><td> defined(_AIX) </td></tr></table> <p> # include &lt;inttypes.h&gt; </p> <p> This allows inttypes.h to be properly included. </p> <p> I am new to boost let me know if I am formatting this incorrectly. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/2654 Trac 1.4.3 John Maddock Wed, 14 Jan 2009 10:17:31 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/2654#comment:1 https://svn.boost.org/trac10/ticket/2654#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> (In <a class="changeset" href="https://svn.boost.org/trac10/changeset/50572" title="Fixes #2654.">[50572]</a>) Fixes <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/2654" title="#2654: Bugs: Build of regex fails on AIX 5.1 with gcc 2.95.3 (closed: fixed)">#2654</a>. </p> Ticket John Maddock Wed, 14 Jan 2009 10:18:21 GMT <link>https://svn.boost.org/trac10/ticket/2654#comment:2 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/2654#comment:2</guid> <description> <p> (In <a class="changeset" href="https://svn.boost.org/trac10/changeset/50573" title="fixes #2654.">[50573]</a>) fixes <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/2654" title="#2654: Bugs: Build of regex fails on AIX 5.1 with gcc 2.95.3 (closed: fixed)">#2654</a>. </p> </description> <category>Ticket</category> </item> </channel> </rss>