
On Mon, Dec 7, 2015 at 3:59 AM, Mario Mulansky
On Sunday, December 06, 2015 10:29:02 PM Marshall Clow wrote:
After far too long, release candidate files for 1.60.0 beta 4 are available at http://boost.cowic.de/rc/
As always, the release managers would appreciate it if you download the candidate of your choice and give building it a try. Please report both success and failure, and anything else that is noteworthy.
I ran the builds on Linux using gcc-4.8.4 and clang-3.4. Everything looks good except 2 fails in iostreams due to a missing bzib header. I don't know if this is expected due to a missing dependency?
Right. http://www.boost.org/doc/libs/1_59_0/libs/iostreams/doc/index.html says:
The bzip2 Filters depend on the third-party libbz2 library, which is *not* included in the Boost distribution
-- Marshall