21 Nov
2004
21 Nov
'04
1:12 a.m.
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