$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: John Maddock (john_at_[hidden])
Date: 2008-08-15 12:07:47
Sean Farrow wrote:
> Hi John,
> Sorted, cheers.
> It looks like some changes need to be made, for example I ge the
> message
> spirit 1.6 required to compile with this compiler, any ideas why? Is
> it
> worth joining the boost-developers list, if I'm making
> changes/patches,
> is yes how do I do this?
Borland's compiler can't cope with the current spirit code, and probably
never will, sorry :-(
You can of course build all the libraries that don't depend on Spirit
without acquiring Spirit-1.6 (not sure, but I think it's just serialisation
that requires Spirit).
John.