[1.43.0] Release Candidate available

The 1.43.0 release candidate files are available at http://boost.cowic.de/rc/ Before these get pushed out to SourceForge, we like to get verification that they download and build OK. So please download one of these for your favorite platform, try a build, and report success or failure here. Thanks, --Beman

Beman Dawes wrote:
The 1.43.0 release candidate files are available at http://boost.cowic.de/rc/
Works for me: System: Ubuntu-8.10, 64bit, gcc-4.2.4, ICU-4.2, expat-2.0.1 Download: fine (tar.gz) Build: fine (...updated 8344 targets...) Build steps: export EXPAT_LIBPATH=$MY_ROOT/binaries/expat/2.0.1/lib export EXPAT_INCLUDE=$MY_ROOT/binaries/expat/2.0.1/include ./bootstrap.sh --with-icu=$MY_ROOT/binaries/icu/4.2 mkdir build ./bjam -q --build-dir=build --prefix=$MY_ROOT/binaries/boost/1.43 link=shared runtime-link=shared install Regards, Roland

Roland Bock wrote:
Beman Dawes wrote:
The 1.43.0 release candidate files are available at http://boost.cowic.de/rc/
Works for me:
System: Ubuntu-8.10, 64bit, gcc-4.2.4, ICU-4.2, expat-2.0.1
Oops, sorry, Ubuntu 8.04 is correct.

Went fine for me : Infos : Debian squeeze (testing), 32 bits, gcc-4.4.3 archive tar.bz2 fine, Build : fine.

boost_1_43_0.zip works fine on Vista 32-bit, MS Visual studio 2008, no ICU, no MPI BR Matus

Beman Dawes wrote:
The 1.43.0 release candidate files are available at http://boost.cowic.de/rc/
Before these get pushed out to SourceForge, we like to get verification that they download and build OK. So please download one of these for your favorite platform, try a build, and report success or failure here.
Well, I can already say without trying that graphml wouldn't build on VC10 because the workaround for property_tree for bug #3594 & #4092 (same bug) were never merged into release from trunk. I'll try building otherwise later and post the result. KTC -- Only two things are infinite, the Universe and Stupidity. And I'm not quite sure about the former. - Albert Einstein

On 05/05/2010 17:24, KTC wrote:
Beman Dawes wrote:
The 1.43.0 release candidate files are available at http://boost.cowic.de/rc/
Before these get pushed out to SourceForge, we like to get verification that they download and build OK. So please download one of these for your favorite platform, try a build, and report success or failure here.
Well, I can already say without trying that graphml wouldn't build on VC10 because the workaround for property_tree for bug #3594 & #4092 (same bug) were never merged into release from trunk. I'll try building otherwise later and post the result.
Yep, everything build fine other than the known issues with iostreams zlib filters & property_tree. XP Pro with VC10. KTC -- Only two things are infinite, the Universe and Stupidity. And I'm not quite sure about the former. - Albert Einstein

On Thu, May 06, 2010 at 08:52:47AM +0100, KTC wrote:
Yep, everything build fine other than the known issues with iostreams zlib filters & property_tree.
What known issues of zlib? The one where the Jamfile needs a bit of modification to handle the source file renames and splitting of zlib 1.2.4 and 1.2.5, or something more sinister I'm not aware of? -- Lars Viklund | zao@acc.umu.se

On 06/05/2010 15:26, Lars Viklund wrote:
On Thu, May 06, 2010 at 08:52:47AM +0100, KTC wrote:
Yep, everything build fine other than the known issues with iostreams zlib filters& property_tree.
What known issues of zlib? The one where the Jamfile needs a bit of modification to handle the source file renames and splitting of zlib 1.2.4 and 1.2.5, or something more sinister I'm not aware of?
Yeah just that one. I noted it here during 1.43 beta. I see you were the one who reported the bug on trac. :) KTC -- Only two things are infinite, the Universe and Stupidity. And I'm not quite sure about the former. - Albert Einstein

boost_1_43_0.tar.gz, builds ok with, bjam --build-type=complete --layout=versioned stage, on opensuse 11.2, with gcc 4.3.1, no ICU, no MPI Matus

----- Original Message ----- From: "Beman Dawes" <bdawes@acm.org> To: "Boost Developers List" <boost@lists.boost.org> Sent: Wednesday, May 05, 2010 2:27 PM Subject: [boost] [1.43.0] Release Candidate available
The 1.43.0 release candidate files are available at http://boost.cowic.de/rc/
Before these get pushed out to SourceForge, we like to get verification that they download and build OK. So please download one of these for your favorite platform, try a build, and report success or failure here.
gcc-mingw-4.4.0 has this error 12 times. gcc.compile.c++ bin.v2\libs\random\build\gcc-mingw-4.4.0\release\link-static\random_device.o libs\random\src\random_device.cpp:34: warning: ignoring #pragma comment libs\random\src\random_device.cpp: In constructor 'boost::random_device::impl::impl(const std::string&)': libs\random\src\random_device.cpp:49: error: 'CryptEnumProvidersA' was not declared in this scope _____________________ Vicente Juan Botet Escribá http://viboes.blogspot.com/
participants (8)
-
Beman Dawes
-
Dirk Moermans
-
KTC
-
Lars Viklund
-
Mathieu -
-
Matus Chochlik
-
Roland Bock
-
vicente.botet