Boost C++ Libraries: Ticket #2461: Missing get_posix_category function. https://svn.boost.org/trac10/ticket/2461 <p> When building on Linux with GCC 4.3.2 and linking applications that depend on libraries that in turn depend on Boost.System, a failure occurs looking for <code> boost::system::get_posix_category() </code>. </p> <p> Attached is a patch that addresses this issue. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/2461 Trac 1.4.3 Dean Michael Berris Sun, 02 Nov 2008 17:23:31 GMT attachment set https://svn.boost.org/trac10/ticket/2461 https://svn.boost.org/trac10/ticket/2461 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">boost-system-error_code.hpp.patch</span> </li> </ul> <p> Patch to error_code.hpp </p> Ticket Dean Michael Berris Sun, 02 Nov 2008 17:24:01 GMT attachment set https://svn.boost.org/trac10/ticket/2461 https://svn.boost.org/trac10/ticket/2461 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">boost-system-error_code.cpp.patch</span> </li> </ul> <p> Patch to error_code.cpp </p> Ticket Beman Dawes Sun, 02 Nov 2008 19:16:43 GMT status changed https://svn.boost.org/trac10/ticket/2461#comment:1 https://svn.boost.org/trac10/ticket/2461#comment:1 <ul> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">assigned</span> </li> </ul> <p> Yeah, for strict backward compatibility get_posix_category() should be supplied. </p> <p> It is too late for 1.37.0, however. </p> <p> Thanks for the report, </p> <p> --Beman </p> Ticket Dean Michael Berris Sun, 02 Nov 2008 19:31:36 GMT <link>https://svn.boost.org/trac10/ticket/2461#comment:2 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/2461#comment:2</guid> <description> <p> Replying to <a class="ticket" href="https://svn.boost.org/trac10/ticket/2461#comment:1" title="Comment 1">bemandawes</a>: </p> <blockquote class="citation"> <p> Yeah, for strict backward compatibility get_posix_category() should be supplied. </p> </blockquote> <p> Oddly enough this occurs in 1.36.0 and when using Boost.Date_time -- I'm not sure if this bug is related to how Boost.Date_time in 1.36.0 is using Boost.System. </p> <blockquote class="citation"> <p> It is too late for 1.37.0, however. </p> </blockquote> <p> It's alright. Perhaps this will make it into trunk/1.38.0? </p> <blockquote class="citation"> <p> Thanks for the report, </p> </blockquote> <p> You're welcome, and thanks for the quick response. </p> </description> <category>Ticket</category> </item> <item> <dc:creator>Beman Dawes</dc:creator> <pubDate>Thu, 13 Nov 2008 16:14:00 GMT</pubDate> <title>status changed; resolution set https://svn.boost.org/trac10/ticket/2461#comment:3 https://svn.boost.org/trac10/ticket/2461#comment:3 <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> Ticket