Boost logo

Boost :

From: John Maddock (john_maddock_at_[hidden])
Date: 2002-07-12 06:46:15


> The build still fails at this point:
>
> g++ -o
generic/boost_regex/cregex.o -c -O2 -I../../../ -march=i686 -mieee-fp
> -DBOOST_USER_CONFIG="<boost/config/egcs-1.1.2-config.hpp>"
../src/cregex.cpp
> In file included from ../../../boost/regex.hpp:1530,
> from ../src/cregex.cpp:27:
> ../../../boost/regex/detail/instances.hpp:108: syntax error before `<'
> ../../../boost/regex/detail/instances.hpp:135: confused by earlier errors,
> bailing out
>
> Is this hopeless?

I hope not :-)
Try adding BOOST_NO_MEMBER_FUNCTION_SPECIALIZATIONS to the list of defines
and see if it's any better, I notice that I may have left out part of the
tests that should be conducted for this macro, so if this fixes things let
me know.

> If there is no way to use Regex++ with this ancient compiler, is it
possible
> that scoped_ptr and scoped_array might work?

Again I would hope so, try compiler their test programs.

John Maddock
http://ourworld.compuserve.com/homepages/john_maddock/index.htm


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk