$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Pavel Vozenilek (pavel_vozenilek_at_[hidden])
Date: 2004-11-25 15:29:52
" Kay Erik Münch " wrote:
> I'm using the borland 5.6.4 compiler on a Win2k platform.
> For compiling the serialization lib i followed the hint
> given in the "Release Notes" to use spirit 1.6x
>
> bcc32 tells me (rougly translated):
>
> 'boost/mpl/apply_if.hpp' could not be opened
>
It is because Spirit 1.6 expects old MPL interface
(Boost <= 1.31).
You may copy MPL (the whole directory)
from 1.31 into 1.32 tree.
It is possible there will be/already is patch
for Spirit 1.6.
/Pavel