Hi,for those systems that doesn't have BOOST with exceptions enabled (like os4..) i've made some small patches to enable the use of BOOST
Basically it defines
#ifdef BOOST_NO_EXCEPTIONS
namespace boost
{
void throw_exception(std::exception const & e)
{
std::abort();
}
}
#endif
Attached the diff
Andrea
utilities.diff
Description: Binary data
_______________________________________________ Gnash-dev mailing list [email protected] http://lists.gnu.org/mailman/listinfo/gnash-dev

