On Thu, Nov 12, 2015 at 5:08 PM, Marshall Clow <mclow.lists@gmail.com> wrote:
Release candidate files for 1.60.0 beta 1 are available at

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.

This helps ensure the candidates build OK before we push them out to SourceForge.

Changes since rc1:
* Boost.Sprit has been updated and Boost.Log now builds.
* Boost.Math has been updated and now builds.

Known issues:
* Errors when building libraries for visual studio: test and type_erasure.
* Boost.Test fails when building on Darwin with gcc 4.9.2

Visual Studio builds are still seeing the same two errors (as expected, noted above): test (msvc-8.0, msvc-9.0), type_erasure (msvc-8.0, msvc-9.0, msvc-10.0). Everything else looks good.

Tom

toolset     arch    compile Link    Execute
msvc-8.0    32      FAIL    X       X
msvc-8.0    64      FAIL    X       X
msvc-9.0    32      FAIL    X       X
msvc-9.0    64      FAIL    X       X
msvc-10.0   32      FAIL    X       X
msvc-10.0   64      FAIL    X       X
msvc-11.0   32      X       X       X
msvc-11.0   64      X       X       X
msvc-12.0   32      X       X       X
msvc-12.0   64      X       X       X
msvc-14.0   32      X       X       X
msvc-14.0   64      X       X       X


Compile means that the b2 command completed without errors
Install means that the installers for the respective version were generated
Link means that visual studio was able to link a sample executable to a library (libboost_thread-vcXXX-mt[-gd]-1_XX.lib) generated
Execute means that the linked program executed without errors.