$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: John Maddock (boost.regex_at_[hidden])
Date: 2003-10-10 06:05:50
> Well I'm back from vacation... I'm still trying to fix the other build
> problem you reported (missing BOOST_ROOT include). As for this problem it
> will have to wait a bit for an ideal solution, but there is an immediate
> solution you can use. Just replace the "return $(properties) <tag>..."
lines
> in the boost-regex-stage-tag rules to "return $(properties)
<*><*><tag>...".
OK.
> Or if you feel you can manage the change, replace the use of
> "boost-regex-stage-tag", with the new "common-stage-tag".
It means rewriting makefiles and other painful things, I really want to be
sure that the mangling scheme won't change before I dive in, on the other
hand it would be a useful test of the system, so maybe I'll see how I go for
time over the weekend...
John.