$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: nbecker_at_[hidden]
Date: 2001-04-03 08:28:17
Here's what I get:
/usr/local/src/boost/boost/re_detail/regex_config.hpp:444:11: #error exception handling support required
In re_detail/regex_config.hpp:
#ifndef __STL_USE_EXCEPTIONS
If I try to compile with gcc-2.96 apparantly this symbol isn't
defined. But gcc-2.96 does support exceptions. What do I have to
do to make this work?