On 14/07/15 06:54, Marshall Clow wrote:
Release candidate files for 1.59.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_59_0_b1_rc1.7z) = f54a97e5ee7f8e3d04cd9af8396e30f9 MD5 (boost_1_59_0_b1_rc1.tar.bz2) = 9804305aae0c9de9f8cfc02e3de75167 MD5 (boost_1_59_0_b1_rc1.tar.gz) = e584770bd76885c123a0426d24466fe2 MD5 (boost_1_59_0_b1_rc1.zip) = ee34f223aa789a6b3f727cb9480651ed
Thanks!
-- The release managers
_______________________________________________ Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost
There was error building this for Android with CrystaX NDK, related to usage of ::syscall(SYS_futex, ...) in libs/log/src/event.cpp, since SYS_futex was not defined in Android headers, but after fixing NDK's headers to match glibc declarations (https://tracker.crystax.net/issues/1005), I have successfully built 1.59.0-beta1-rc1 for Android w/o any modifications, using CrystaX NDK's gcc-4.9. -- Dmitry Moskalchuk