On Thu, Mar 12, 2015 at 4:01 PM, Tom Kent
On Wed, Mar 11, 2015 at 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) = d7d030e85bf5534a328c108c62a7fb0e MD5 (boost_1_58_0_b1_rc1.tar.gz) = ec90cd23bdc99c5eaf88245ea94a28e0 MD5 (boost_1_58_0_b1_rc1.zip) = dc8379fb95c84fe2fca53a4b2c96da23
Thanks!
I'm seeing a weird error on windows: D:\BoostBuilding\boost_1_58_0_b1>.\bjam --without-mpi --build-type=complete toolset=msvc-8.0 address-model=32 --prefix=.\ --libdir=lib32-8.0 --includedir=garbage_headers install Performing configuration checks
- arm : no - mips1 : no - power : no - sparc : no - x86 : yes - has_icu builds : no warning: Graph library does not contain MPI-based parallel components. note: to enable them, add "using mpi ;" to your user-config.jam - iconv (libc) : no - iconv (separate) : no - icu : no - icu (lib64) : no - message-compiler : yes - compiler-supports-ssse3 : no - compiler-supports-avx2 : no - gcc visibility : no - long double support : yes error: Name clash for '
libboost_system-vc80-mt-sgd-1_58.lib' error: error: Tried to build the target twice, with property sets having error: these incompabile properties: error: error: - none error: - <architecture>x86 error: error: Please make sure to have consistent requirements for these error: properties everywhere in your project, especially for install error: targets. I've never come across that before, can anyone shed light on what it means?
See the IMPORTANT NOTE in the announcement.