
26 Mar
2011
26 Mar
'11
1:25 a.m.
It seems to be an issue with auto link when BOOST_VERSION ends with 0 (in example 1.47.0)
windows fails to auto link since generate libs truncates '0'.
May I suggest adding 'x' at the end (1.47.0x)
Looks like someone has changed Boost.Build in Trunk, whether intentionally I don't know... will investigate.
I believe it's a wrongly formatted BOOST_LIB_VERSION in boost/version.hpp. This should read: #define BOOST_LIB_VERSION "1_47" but does read "1_47_0" instead. Regards Hartmut --------------- http://boost-spirit.com