[1.42.0] Release candidates available
Release candidates for 1.42.0 are available at http://boost.cowic.de/rc/ We need some reality checks before pushing these out to SourceForge. Please download, do a build, and report results here. Also let us know if you spot any problems or have any other comments. Thanks, --Beman PS: I've already downloaded and tried the .zip file on Windows. No problems.
On Tue, 02 Feb 2010 14:50:22 +0100, Beman Dawes <bdawes@acm.org> wrote:
[...]Please download, do a build, and report results here. Also let us know if you spot any problems or have any other comments.
'bjam -q stage' with g++ 4.2.1 on Suse Linux 10.3: gcc.compile.c++ bin.v2/libs/iostreams/build/gcc-4.2.1/release/threading-multi/bzip2.o libs/iostreams/src/bzip2.cpp:20:56: error: bzlib.h: No such file or directory I tried then 'bjam -q define=NO_BZIP2 stage' and 'bjam -q define=NO_COMPRESSION stage' but this didn't work. I changed to libs/iostreams/build and tried another 'bjam -a define=NO_BZIP2 stage' but same problem. In the end I continued building the libraries with 'bjam -q --without-iostreams stage'. As there are probably not many Linux installations without bzip2 (I used an old VM now) it's not a show stopper for me. Boris
Boris Schaeling wrote:
On Tue, 02 Feb 2010 14:50:22 +0100, Beman Dawes <bdawes@acm.org> wrote:
[...]Please download, do a build, and report results here. Also let us know if you spot any problems or have any other comments.
'bjam -q stage' with g++ 4.2.1 on Suse Linux 10.3:
gcc.compile.c++ bin.v2/libs/iostreams/build/gcc-4.2.1/release/threading-multi/bzip2.o libs/iostreams/src/bzip2.cpp:20:56: error: bzlib.h: No such file or directory
I tried then 'bjam -q define=NO_BZIP2 stage' and 'bjam -q define=NO_COMPRESSION stage' but this didn't work. I changed to libs/iostreams/build and tried another 'bjam -a define=NO_BZIP2 stage' but same problem.
This should be -sNO_COMPRESSION=1 Does it work better? - Volodya
On Tue, 02 Feb 2010 17:17:42 +0100, Vladimir Prus <vladimir@codesourcery.com> wrote:
Boris Schaeling wrote:
On Tue, 02 Feb 2010 14:50:22 +0100, Beman Dawes <bdawes@acm.org> wrote:
[...]Please download, do a build, and report results here. Also let us know if you spot any problems or have any other comments.
'bjam -q stage' with g++ 4.2.1 on Suse Linux 10.3:
gcc.compile.c++ bin.v2/libs/iostreams/build/gcc-4.2.1/release/threading-multi/bzip2.o libs/iostreams/src/bzip2.cpp:20:56: error: bzlib.h: No such file or directory
I tried then 'bjam -q define=NO_BZIP2 stage' and 'bjam -q define=NO_COMPRESSION stage' but this didn't work. I changed to libs/iostreams/build and tried another 'bjam -a define=NO_BZIP2 stage' but same problem.
This should be -sNO_COMPRESSION=1 Does it work better?
Yes, thanks, works now! And now I see that these are variables and no macros at http://www.boost.org/doc/libs/1_41_0/libs/iostreams/doc/installation.html. :-) Boris
On 2 February 2010 16:10, Boris Schaeling <boris@highscore.de> wrote:
I tried then 'bjam -q define=NO_BZIP2 stage' and 'bjam -q define=NO_COMPRESSION stage' but this didn't work. I changed to libs/iostreams/build and tried another 'bjam -a define=NO_BZIP2 stage' but same problem.
I think you need to define an environment variable. Try 'NO_BZIP2=1 bjam -q'. Daniel
On Feb 2, 2010, at 5:50 AM, Beman Dawes wrote:
Release candidates for 1.42.0 are available at http://boost.cowic.de/rc/
We need some reality checks before pushing these out to SourceForge.
Please download, do a build, and report results here. Also let us know if you spot any problems or have any other comments.
Downloaded and built successfully on Mac OS X 10.6.2 (gcc 4.2.1) -- Marshall
On Tue, Feb 2, 2010 at 11:28 AM, Marshall Clow <mclow.lists@gmail.com> wrote:
On Feb 2, 2010, at 5:50 AM, Beman Dawes wrote:
Release candidates for 1.42.0 are available at http://boost.cowic.de/rc/
We need some reality checks before pushing these out to SourceForge.
Please download, do a build, and report results here. Also let us know if you spot any problems or have any other comments.
Downloaded and built successfully on Mac OS X 10.6.2 (gcc 4.2.1)
Thanks, Marshall --Beman
On Feb 2, 2010, at 6:50 AM, Beman Dawes wrote:
Release candidates for 1.42.0 are available at http:// boost.cowic.de/rc/
We need some reality checks before pushing these out to SourceForge.
Please download, do a build, and report results here. Also let us know if you spot any problems or have any other comments.
Built fine on Red Hat Enterprise Linux release 5.4 (Tikanga) with gcc-4.1.2. A fair number of warnings but no build problems. -- Noel
On Tue, Feb 2, 2010 at 11:43 AM, K. Noel Belcourt <kbelco@sandia.gov> wrote:
On Feb 2, 2010, at 6:50 AM, Beman Dawes wrote:
Release candidates for 1.42.0 are available at http://boost.cowic.de/rc/
We need some reality checks before pushing these out to SourceForge.
Please download, do a build, and report results here. Also let us know if you spot any problems or have any other comments.
Built fine on Red Hat Enterprise Linux release 5.4 (Tikanga) with gcc-4.1.2. A fair number of warnings but no build problems.
Thanks, Noel. --Beman
On 2 February 2010 13:50, Beman Dawes <bdawes@acm.org> wrote:
Release candidates for 1.42.0 are available at http://boost.cowic.de/rc/
We need some reality checks before pushing these out to SourceForge.
Please download, do a build, and report results here. Also let us know if you spot any problems or have any other comments.
I've checked the documentation, and updated the beta site. So it looks fine to me. Daniel
On Tue, Feb 2, 2010 at 2:59 PM, Daniel James <daniel_james@fmail.co.uk> wrote:
On 2 February 2010 13:50, Beman Dawes <bdawes@acm.org> wrote:
Release candidates for 1.42.0 are available at http://boost.cowic.de/rc/
We need some reality checks before pushing these out to SourceForge.
Please download, do a build, and report results here. Also let us know if you spot any problems or have any other comments.
I've checked the documentation, and updated the beta site. So it looks fine to me.
Thanks, Daniel. --Beman
participants (6)
-
Beman Dawes -
Boris Schaeling -
Daniel James -
K. Noel Belcourt -
Marshall Clow -
Vladimir Prus