1.57.0 beta 1 release candidates available for testing
Release candidate files for 1.57.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. The files (and associated md5s) are: MD5 (boost_1_57_0_b1_rc1.7z) = 8633fbf5ebb7eaabcb0f309c14646ae3 MD5 (boost_1_57_0_b1_rc1.tar.bz2) = 8e76f98146793f0fbd2492a9151c405b MD5 (boost_1_57_0_b1_rc1.tar.gz) = d41ff3ffb36ac84ff5bf34f799308907 MD5 (boost_1_57_0_b1_rc1.zip) = 8a844dc36284247b2e936f2120e118b2 Thanks! -- The release managers
El 18/10/2014 0:40, Marshall Clow escribió:
Release candidate files for 1.57.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.
The files (and associated md5s) are: MD5 (boost_1_57_0_b1_rc1.7z) = 8633fbf5ebb7eaabcb0f309c14646ae3 MD5 (boost_1_57_0_b1_rc1.tar.bz2) = 8e76f98146793f0fbd2492a9151c405b MD5 (boost_1_57_0_b1_rc1.tar.gz) = d41ff3ffb36ac84ff5bf34f799308907 MD5 (boost_1_57_0_b1_rc1.zip) = 8a844dc36284247b2e936f2120e118b2
Interprocess is broken for MinGW and there are some issues with Intrusive in GCC. I've committed fixes for both. Best, Ion
On Oct 17, 2014, at 3:40 PM, Marshall Clow
Release candidate files for 1.57.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.
I have successfully build the RC on Mac OS X with the following configurations: clang -std=c++03 clang -std=c++11 clang -std=c++14 gcc 4.9.0 -std=c++03 gcc 4.9.0 -std=c++11 — Marshall
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi Marshall, On 2014/10/18 7:40, Marshall Clow wrote:
Release candidate files for 1.57.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. It seems that doesn't fix about http://lists.boost.org/Archives/boost/2014/10/217257.php . Are there no plans to merge develop into master?
Thanks, Kohei Takahashi -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQIcBAEBAgAGBQJURHDfAAoJEGGyPxPRp/zocPAQANPgmAxnaNqjHtjNUSd8AA60 cdQ+Yozr+TC5kwB5RWNhRmzYgyv/y7yFkXGd0PbVy8lnpw7akvq1ZylpgpqDcs2I nj4+ZTuMy6HZIyiVckYqI3CT3F0k3wNNRPXJ0y6dyLbJh4b2pVawwFrRhlU+AQw8 zoDikeEEEY5VQ/FEDtFGbBuO6IP5MQDFrwqYcf6iUIQJs5ygETJ4tKMrjIROxpB0 du2W4gQaSKpwkDrKp6nV4ulahbXjFxQr6EYDI7FLI1xgwEanSscSVUWLOpbTWDKO lwme2Kfda6V8TgSgWkuG/hMvyi14mRAT1UJ7bEXy3g+gUYvkZkwLNSyDZ2zuSYC6 UELVw2Xry1kmFbNZIscSmUkT/mycITG41ZmcfwNDJfnmE5xlSEf+KEPUyaVHJyHe qrbry+EQYXeJoJDM9Nf39smgk1mH3g5skk0M55UfmS4fO7Tw6volV+LbTTX2Xtpz WYnQGUY3XQsOgV6ifxh+itW71WAEKquvNonOteXeCHVkZGHIrGhsk6vKEpPysnTs crajS0vYJ/R6nePJyl+WNUtln48eG8vhl9jsfSmDzg+kxiYY6NDm3tZAKY3rWlil tNjOHUu/iSX7E4tVXnSC1si/Hwv1uBJnXkgmWZEZFVT2w/UZ2Bg9tlU4S1pNMa6Q 0l7fcTe7yPj9K2fLaT/7 =7/yO -----END PGP SIGNATURE-----
I had failures in msvc-8.0 with the log library.
There were many, one was this:
.\boost/log/detail/light_function_pp.hpp(59) : error C2248:
'boost::rv<T>::rv' : cannot access private member declared in class
'boost::rv<T>'
with
[
T=boost::log::v2s_mt_nt5::aux::light_function
Release candidate files for 1.57.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.
The files (and associated md5s) are: MD5 (boost_1_57_0_b1_rc1.7z) = 8633fbf5ebb7eaabcb0f309c14646ae3 MD5 (boost_1_57_0_b1_rc1.tar.bz2) = 8e76f98146793f0fbd2492a9151c405b MD5 (boost_1_57_0_b1_rc1.tar.gz) = d41ff3ffb36ac84ff5bf34f799308907 MD5 (boost_1_57_0_b1_rc1.zip) = 8a844dc36284247b2e936f2120e118b2
Thanks!
-- The release managers
_______________________________________________ Boost-users mailing list Boost-users@lists.boost.org http://lists.boost.org/mailman/listinfo.cgi/boost-users
participants (4)
-
Ion Gaztañaga
-
Kohei Takahashi
-
Marshall Clow
-
Tom Kent