25 Nov
2004
25 Nov
'04
8:29 p.m.
" 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