On Thu, Mar 15, 2018 at 10:01 AM, Daniel James via Boost < boost@lists.boost.org> wrote:
The second release candidates for the 1.67.0 beta release are now available at:
https://dl.bintray.com/boostorg/beta/1.67.0.beta.1/source/
The release notes can be previewed at:
http://www.boost.org/users/history/in_progress.html
The documentation is available at:
http://www.boost.org/doc/libs/1_67_0_beta1/
The SHA256 checksums are as follows:
154cf490da858fd9c2307bb904b07a42cbe8355ecf99d5477f0d843c6d03cdda boost_1_67_0_b1_rc2.7z 0d854b208fefaeb5837d6c417f505b189275e32d017f6226001fb165a5ac51ed boost_1_67_0_b1_rc2.tar.bz2 6eb3f9ca8db355765f41361e1e26976228f0c2dff400aade8a5e97aec6aa59f4 boost_1_67_0_b1_rc2.tar.gz 678a6459f2517932536ec97297be1de46ea073f2e2ee17ec8397b80aa0953f49 boost_1_67_0_b1_rc2.zip
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.
Windows Server with MSVC 10.0 through 14.1 installed; 03/15/2018 10:05 AM 155,243,735 boost_1_67_0_b1_rc2.zip c:\Temp\boost_1_67_0>.\b2.exe toolset=msvc-10.0,msvc-11.0,msvc-12.0,msvc-14.0,msvc-14.1 variant=debug,release link=shared,static address-model=32,64 threading=multi,single -q ...found 159899 targets... ...updating 23106 targets... msvc.link.dll bin.v2\libs\program_options\build\msvc-10.0\debug\threading-multi\boost_program_options-vc100-mt-gd-x32-1_67.dll Creating library bin.v2\libs\program_options\build\msvc-10.0\debug\threading-multi\boost_program_options-vc100-mt-gd-x32-1_67.lib and object bin.v2\libs\program_options\build\msvc-10.0\debug\threading-multi\boost_program_options-vc100-mt-gd-x32-1_67.exp msvc.manifest.dll bin.v2\libs\program_options\build\msvc-10.0\debug\threading-multi\boost_program_options-vc100-mt-gd-x32-1_67.dll common.copy stage\lib\boost_program_options-vc100-mt-gd-x32-1_67.dll bin.v2\libs\program_options\build\msvc-10.0\debug\threading-multi\boost_program_options-vc100-mt-gd-x32-1_67.dll 1 file(s) copied. common.copy stage\lib\boost_program_options-vc100-mt-gd-x32-1_67.lib bin.v2\libs\program_options\build\msvc-10.0\debug\threading-multi\boost_program_options-vc100-mt-gd-x32-1_67.lib 1 file(s) copied. compile-c-c++ bin.v2\libs\python\build\msvc-10.0\debug\threading-multi\list.obj list.cpp c:\python36\include\pyport.h(6) : fatal error C1083: Cannot open include file: 'inttypes.h': No such file or directory call "bin.v2\standalone\msvc\msvc-10.0\msvc-setup.bat" x86 >nul cl /Zm800 -nologo @"bin.v2\libs\python\build\msvc-10.0\debug\threading-multi\list.obj.rsp" ...failed compile-c-c++ bin.v2\libs\python\build\msvc-10.0\debug\threading-multi\list.obj... ...failed updating 1 target... ...updated 5 targets... inttypes.h is not available on MSVC 10.0 (2010) or earlier; one usually requires the use of the "msinttypes" package in this case... - Jim