6 Apr
2015
6 Apr
'15
1:01 p.m.
On Mon, Apr 6, 2015 at 8:51 AM, Olaf van der Spek
On Mon, Apr 6, 2015 at 2:45 PM, Beman Dawes
wrote: On Sun, Apr 5, 2015 at 5:51 PM, Marshall Clow
wrote: Release candidate files for 1.58.0 are available at: http://boost.cowic.de/rc/
I downloaded boost_1_58_0_rc1.7z, checked the MD5, and built it (Win7 64-bit, msvc-12.0)
Did you do a 32-bit or a 64-bit build?
b2 toolset=msvc-12.0 >b2-build.log 2>&1 So it was a 32-bit build.
The build was clean - no errors reported.
Since this was the same setup that failed for Olaf, I have no idea why it worked for me. I looked at archive_exception.cpp in the log and it definitely built OK.
b2 --build-type=complete ?
No. I'm rerunning now with --build-type=complete --Beman