Boost logo

Boost :

Subject: Re: [boost] failed to auto link
From: Hartmut Kaiser (hartmut.kaiser_at_[hidden])
Date: 2011-03-25 21:25:34


> > 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


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk