I am seeing the same behaviour under Windows/VC7.1 with a clean checkout. ----- C:\boost>bjam stage ****************************************************** Building Boost.Iostreams with bzip2 support disabled. ECHO To enable bzip2, cons ult the Boost.Iostreams documentation ****************************************************** ****************************************************** Building Boost.Iostreams with zlib and gzip support disabled. To enable zlib and gzip, consult the Boost.Iostreams documentation ****************************************************** Building Boost.Regex with the optional Unicode/ICU support disabled. Please refer to the Boost.Regex documentation for more information (and if you don't know what ICU is then you probably don't need it). don't know how to make stage ...found 1 target... ...can't find 1 target... C:\boost> ----- Richard.
-----Original Message----- From: boost-users-bounces@lists.boost.org [mailto:boost-users-bounces@lists.boost.org] On Behalf Of Chris Hoeppler Sent: 25 October 2005 07:16 To: boost-users@lists.boost.org Subject: Re: [Boost-users] [build] problem compiling current cvs
On Monday 24 October 2005 19:35, David Abrahams wrote:
I don't seem to be able to build a current cvs checkout of boost on a linux system on which I used to be able to build all the boost libraries by invoking 'bjam stage' on the cvs version of a couple of weeks ago. Did something change with respect to the build procedure?