[build] problem compiling current cvs
Hi, 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? Invoking bjam on a clean cvs checkout results in the following output: ~/boost> bjam 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). ...found 3548 targets... ~/boost> bjam stage 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... Any idea what's going wrong here? Chris
Chris Hoeppler
Hi,
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?
Invoking bjam on a clean cvs checkout results in the following output:
~/boost> bjam 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). ...found 3548 targets... ~/boost> bjam stage 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...
Any idea what's going wrong here?
Are you sure you've got a full CVS image? -- Dave Abrahams Boost Consulting www.boost-consulting.com
David Abrahams wrote:
Chris Hoeppler
writes: Hi,
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?
Invoking bjam on a clean cvs checkout results in the following output:
~/boost> bjam 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). ...found 3548 targets... ~/boost> bjam stage 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...
Any idea what's going wrong here?
Are you sure you've got a full CVS image?
I also notices this strange behaviour about a week ago:( -- Serge
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?
Invoking bjam on a clean cvs checkout results in the following output:
~/boost> bjam 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). ...found 3548 targets... ~/boost> bjam stage 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...
Any idea what's going wrong here?
Are you sure you've got a full CVS image?
Yes, I am quite sure. I checked out the full cvs src tree via cvs -z3 -d:pserver:anonymous@cvs.sourceforge.net:2401/cvsroot/boost co boost I just did an update within this cvs image with cvs -z3 -d:pserver:anonymous@cvs.sourceforge.net:2401/cvsroot/boost update -d The build behavior is still as reported above, i.e. nothing is built when invoking bjam. Chris
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?
Richard Crossley wrote:
I am seeing the same behaviour under Windows/VC7.1 with a clean checkout.
Should be fixed now. Usual anon-cvs delays apply. -- -- Grafik - Don't Assume Anything -- Redshift Software, Inc. - http://redshift-software.com -- rrivera/acm.org - grafik/redshift-software.com -- 102708583/icq - grafikrobot/aim - Grafik/jabber.org
Chris Hoeppler
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?
Invoking bjam on a clean cvs checkout results in the following output:
~/boost> bjam 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). ...found 3548 targets... ~/boost> bjam stage 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...
Any idea what's going wrong here?
Are you sure you've got a full CVS image?
Yes, I am quite sure. I checked out the full cvs src tree via
cvs -z3 -d:pserver:anonymous@cvs.sourceforge.net:2401/cvsroot/boost co boost
I just did an update within this cvs image with
cvs -z3 -d:pserver:anonymous@cvs.sourceforge.net:2401/cvsroot/boost update -d
The build behavior is still as reported above, i.e. nothing is built when invoking bjam.
Should be fixed now; sorry for the inconvenience. -- Dave Abrahams Boost Consulting www.boost-consulting.com
On Monday 24 October 2005 19:35, David Abrahams wrote:
I don't seem to be able to build a current cvs checkout <skip> Should be fixed now; sorry for the inconvenience.
Just in case someone have a simple answer:) I'm regulary update boost source tree with cvs -z3 -q update -P -d and still: bjam -sTOOLS=vc-7_1 --whithout-python install does not build any binary libraries:( It just copies the headers. This trouble is about a week or two old. I've missed something new in building instructions and do something wrong? TIA -- Serge
Serge Skorokhodov wrote:
On Monday 24 October 2005 19:35, David Abrahams wrote:
I don't seem to be able to build a current cvs checkout
<skip>
Should be fixed now; sorry for the inconvenience.
Just in case someone have a simple answer:)
I'm regulary update boost source tree with
cvs -z3 -q update -P -d
and still:
bjam -sTOOLS=vc-7_1 --whithout-python install
does not build any binary libraries:( It just copies the headers. This trouble is about a week or two old.
I've missed something new in building instructions and do something wrong?
That same bjam build works for me. I think it's the anon cvs delay confusing you. Make sure you have version 1.20 of boost-root/Jamfile: http://cvs.sourceforge.net/viewcvs.py/boost/boost/Jamfile?rev=1.20&view=auto -- -- Grafik - Don't Assume Anything -- Redshift Software, Inc. - http://redshift-software.com -- rrivera/acm.org - grafik/redshift-software.com -- 102708583/icq - grafikrobot/aim - Grafik/jabber.org
Hi! I'm a newbie in boost. I'm using boost with Cygwin gcc 3.4.4. After installing the libraries I didn't found documentation on some libs (for example boost.multi_index) locally. I downloaded sources (1.33) from www.boost.org, but didn't find required documentation either. But it is in on-line documentation at boost.org. How can I get the whole current documentation as a single archive? Will be grateful for your help. Best regards, Denis
Hello Denis Bondarenko Denis ha escrito:
Hi! I'm a newbie in boost. I'm using boost with Cygwin gcc 3.4.4. After installing the libraries I didn't found documentation on some libs (for example boost.multi_index) locally. I downloaded sources (1.33) from www.boost.org, but didn't find required documentation either. But it is in on-line documentation at boost.org. How can I get the whole current documentation as a single archive? Will be grateful for your help.
If you downloaded the right file (following boost.org->Download) then the documentation for all the libs is already included. Some of the libs have their docs at <boost root>/doc/html/<name of the lib>/ (<boost root> is the dir you uncompressed the file to) while others have it under <boost root>/libs/<name of the lib>/doc/ Boost.MultiIndex is of the latter type, I guess this is why you couldn't find its docs. Additionally, if you point your browser to <boost root>/index.htm you'll open up a local copy of the entire Boost site, from which you can easily navigate through the docs. Hope this helps, welcome to Boost, Joaquín M López Muñoz Telefónica, Investigación y Desarrollo
participants (7)
-
Bondarenko Denis
-
Chris Hoeppler
-
David Abrahams
-
Joaquín Mª López Muñoz
-
Rene Rivera
-
Richard Crossley
-
Serge Skorokhodov