$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Daniel Wallin (dalwan01_at_[hidden])
Date: 2004-11-20 20:12:17
Jeremy Swigart wrote:
> Just grabbed the latest version and attempted to compile a previously
> working setup of Luabind and I get the following error.
>
> \luabind\class.hpp(105) : fatal error C1083: Cannot open include file:
> 'boost/mpl/apply_if.hpp': No such file or directory
>
> Apparently this file was removed in boost 1.32
>
> Anyone know how to get luabind back to a working state?
Yes, we will try to make a new luabind release ASAP which works with
1.32. In the meantime, maybe replacing every occurance of mpl::apply_if
with mpl::eval_if will help.
-- Daniel Wallin