Opened 10 years ago
Closed 10 years ago
#7394 closed Bugs (duplicate)
system_error.hpp fails with BOOST_NO_EXCEPTIONS (-fno-exceptions)
Reported by: | Owned by: | Beman Dawes | |
---|---|---|---|
Milestone: | To Be Determined | Component: | system |
Version: | Boost 1.52.0 | Severity: | Problem |
Keywords: | BOOST_NO_EXCEPTIONS -fno-exceptions | Cc: |
Description
In file included from lib/boost_1_51_0/boost/thread/exceptions.hpp:22:0,
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:
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
Attachments (2)
Change History (5)
by , 10 years ago
Attachment: | boost2.patch added |
---|
comment:1 by , 10 years ago
Component: | serialization → system |
---|---|
Owner: | changed from | to
Summary: | smart_cast.hpp fails with BOOST_NO_EXCEPTIONS (-fno-exceptions) → system_error.hpp fails with BOOST_NO_EXCEPTIONS (-fno-exceptions) |
comment:3 by , 10 years ago
Resolution: | → duplicate |
---|---|
Status: | new → closed |
#7149 system failed to compile with BOOST_NO_EXCEPTIONS defined when -fno-exceptions is NOT used
patch to fix