On Thu, Mar 12, 2015 at 4:42 AM, Sergey Shandar
On 3/11/2015 6:12 PM, Marshall Clow wrote:
Release candidate files for 1.58.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.
IMPORTANT NOTE: There is a bug with the build scripts; you have to specify the address-mode and architecture to b2. I used: ./b2 address-model=64 architecture=x86 to test this.
The files (and associated md5s) are: MD5 (boost_1_58_0_b1_rc1.7z) = 302c7dfc917227843d24beed33ccc99c MD5 (boost_1_58_0_b1_rc1.tar.bz2) = d7d030e85bf5534a328c108c62a7fb 0e MD5 (boost_1_58_0_b1_rc1.tar.gz) = ec90cd23bdc99c5eaf88245ea94a28 e0 MD5 (boost_1_58_0_b1_rc1.zip) = dc8379fb95c84fe2fca53a4b2c96da23
Thanks!
-- The release managers
_______________________________________________ Unsubscribe & other changes: http://lists.boost.org/ mailman/listinfo.cgi/boost
Several build errors on Windows:
boost/chrono/detail/inlined/win/chrono.hpp(15) : fatal error C1083: Cannot open include file 'boost/detail/winapi/time.hpp': No such file or directory boost/chrono/detail/inlined/win/thread_clock.hpp(18) : fatal error C1083: Cannot open include file 'boost/detail/winapi/GetLastError.hpp': No such file or directory boost/chrono/detail/inlined/win/process_cpu_clock.hpp(22) : fatal error C1083: Cannot open include file 'boost/detail/winapi/GetLastError.hpp': No such file or directory
boost/thread/win32/thread_primitives.hpp(18) : fatal error C1083: Cannot open include file 'boost/detail/interlocked.hpp': No such file or directory boost/thread/win32/shared_mutex.hpp(12) : fatal error C1083: Cannot open include file 'boost/detail/interlocked.hpp': No such file or directory
boost\libs\logs\src\windows_version.hpp(32) : fatal error C1083: Cannot open include file 'boost/detail/winapi/config.hpp': No such file or directory boost\libs\logs\src\timestamp.cpp(19) : fatal error C1083: Cannot open include file 'boost/detail/interlocked.hpp': No such file or directory
boost/log/detail/spin_mutex.hpp(40) : fatal error C1083: Cannot open include file 'boost/detail/interlocked.hpp': No such file or directory
I'm seeing a bunch of these plus a lot of this one: D:\BoostBuilding\boost_1_58_0_b1\boost/thread/win32/thread_primitives.hpp(18) : fatal error C1083: Cannot open include file: 'boost/detail/interlocked.hpp': No such file or directory
A total of 274 errors for each version of visual c (8.0, 9.0, 10.0, 11.0, 12.0 - 32&64). The full build logs are here: https://gist.github.com/teeks99/dd1e69a21070ff240441#file-boost_1-58-0_b1_rc... https://gist.github.com/teeks99/6bd6af79e108815d9d94#file-boost_1-58-0_b1_rc...