Boost 1.60.0 beta 1 Release Candidate 2 available for testing
Release candidate files for 1.60.0 beta 1 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. 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 The files (and associated md5s) are: MD5 (boost_1_60_0_b1_rc2.7z) = dd38daa9378a6002fc12da0cab695511 MD5 (boost_1_60_0_b1_rc2.tar.bz2) = f3c9ffc14db3b2e55c7c5c703e69883d MD5 (boost_1_60_0_b1_rc2.tar.gz) = 89365262443cc16990b69f8e4b8b47ab MD5 (boost_1_60_0_b1_rc2.zip) = 3389bd4595a989fe95966440cbe45ca9 Thanks! -- The release managers
AMDG On 11/12/2015 06:08 PM, Marshall Clow wrote:
Known issues: * Errors when building libraries for visual studio: test and type_erasure.
I've fixed the type_erasure error in develop, but I don't consider this very important, as the error only appears for msvc <= 10, and the compiled library is only needed for one (new) feature. In Christ, Steven Watanabe
On Thu, Nov 12, 2015 at 5:52 PM, Steven Watanabe
AMDG
On 11/12/2015 06:08 PM, Marshall Clow wrote:
Known issues: * Errors when building libraries for visual studio: test and
type_erasure.
I've fixed the type_erasure error in develop, but I don't consider this very important, as the error only appears for msvc <= 10, and the compiled library is only needed for one (new) feature.
Thanks for the info, Steven. Please push the fix to release *after* we release the beta (and before the final release) -- Marshall
On Thu, Nov 12, 2015 at 5:08 PM, Marshall Clow
Release candidate files for 1.60.0 beta 1 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.
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.
On 11/13/2015 2:08 AM, Marshall Clow wrote:
Release candidate files for 1.60.0 beta 1 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.
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
Used: Visual Studio 2013. I got some warnings when building. Building our main application did not reveal anything bad (except that const_iterator return type for flat_map was changed, but that's a good thing)
participants (4)
-
gast128
-
Marshall Clow
-
Steven Watanabe
-
Tom Kent