$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: John Maddock (john_at_[hidden])
Date: 2007-06-15 04:57:08
Ken Klose wrote:
> I've been able to build this program without problem on one RHEL4
> machine with boost 1.33.1. But on another machine it gives a ton of
> errors
> (see below).
>
> Any thoughts would be greatly appreciated.
I'm not completely sure, but it looks like you may be #including an older
version of Boost.Regex and then trying to link against the 1.33.1 binaries?
John.