Boost C++ Libraries: Ticket #7394: system_error.hpp fails with BOOST_NO_EXCEPTIONS (-fno-exceptions) https://svn.boost.org/trac10/ticket/7394 <p> In file included from lib/boost_1_51_0/boost/thread/exceptions.hpp:22:0, </p> <blockquote> <p> from lib/boost_1_51_0/boost/thread/pthread/mutex.hpp:11, from lib/boost_1_51_0/boost/thread/mutex.hpp:16, from src/mensa/util/math/Vector3D.hxx:99, from src/mensa/util/math/Ray3D.cxx:91: </p> </blockquote> <p> lib/boost_1_51_0/boost/system/system_error.hpp: In member function ‘virtual const char* boost::system::system_error::what() const’: lib/boost_1_51_0/boost/system/system_error.hpp:70:16: error: exception handling disabled, use -fexceptions to enable </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/7394 Trac 1.4.3 phishman3579@… Wed, 19 Sep 2012 15:12:57 GMT attachment set https://svn.boost.org/trac10/ticket/7394 https://svn.boost.org/trac10/ticket/7394 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">boost2.patch</span> </li> </ul> <p> patch to fix </p> Ticket anonymous Wed, 19 Sep 2012 15:15:19 GMT owner, component, summary changed https://svn.boost.org/trac10/ticket/7394#comment:1 https://svn.boost.org/trac10/ticket/7394#comment:1 <ul> <li><strong>owner</strong> changed from <span class="trac-author">Robert Ramey</span> to <span class="trac-author">Beman Dawes</span> </li> <li><strong>component</strong> <span class="trac-field-old">serialization</span> → <span class="trac-field-new">system</span> </li> <li><strong>summary</strong> <span class="trac-field-old">smart_cast.hpp fails with BOOST_NO_EXCEPTIONS (-fno-exceptions)</span> → <span class="trac-field-new">system_error.hpp fails with BOOST_NO_EXCEPTIONS (-fno-exceptions)</span> </li> </ul> Ticket phishman3579@… Wed, 19 Sep 2012 15:16:16 GMT attachment set https://svn.boost.org/trac10/ticket/7394 https://svn.boost.org/trac10/ticket/7394 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">boost.patch</span> </li> </ul> <p> patch to fix </p> Ticket anonymous Wed, 19 Sep 2012 15:17:07 GMT <link>https://svn.boost.org/trac10/ticket/7394#comment:2 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/7394#comment:2</guid> <description> <p> Ignore boost2.patch, it isn't for this ticket. </p> </description> <category>Ticket</category> </item> <item> <dc:creator>viboes</dc:creator> <pubDate>Mon, 29 Oct 2012 02:10:13 GMT</pubDate> <title>status changed; resolution set https://svn.boost.org/trac10/ticket/7394#comment:3 https://svn.boost.org/trac10/ticket/7394#comment:3 <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">duplicate</span> </li> </ul> <p> <a class="reopened ticket" href="https://svn.boost.org/trac10/ticket/7149" title="#7149: Bugs: system failed to compile with BOOST_NO_EXCEPTIONS defined when ... (reopened)">#7149</a> system failed to compile with BOOST_NO_EXCEPTIONS defined when -fno-exceptions is NOT used </p> Ticket