Problems with boost build with latest CVS head.
I updated my CVS head of boost at Wed Feb 4 13:17:44 PST 2004. I am using gcc version 3.3. I've run into 2 types of problems which I have not experienced before. 1. There is some diff trible in boost/tools/build/v1/gcc-tools.jam starting at line 61. I solved it by commenting out three lines. 2. Compiler errors with boost/libs/date_time/src/gregorian/greg_month.cpp at line 18. Since I'm not using this part of boost, I haven't bothered fixing it. An example of the errors is: /boost/boost/date_time/date_parsing.hpp: In function ` date_type boost::date_time::parse_date(const std::string&, int)': /boost/boost/date_time/date_parsing.hpp:100: error: parse error before `>' token
On Wed, 04 Feb 2004 14:47:27 -0800, Jeff Holle wrote
2. Compiler errors with boost/libs/date_time/src/gregorian/greg_month.cpp at line 18. Since I'm not using this part of boost, I haven't bothered fixing it. An example of the errors is: /boost/boost/date_time/date_parsing.hpp: In function ` date_type boost::date_time::parse_date(const std::string&, int)': /boost/boost/date_time/date_parsing.hpp:100: error: parse error before `>' token
Are you sure you are in sync? This builds fine for me on gcc 3.3.1 and I don't see any problem in the regression tests... http://boost.sourceforge.net/regression-logs/ Jeff
No, I'm not sure, given that I don't have must experience with CVS. The actual commands executed are as described on the boost web pages: #!/bin/sh cvs -d :pserver:anonymous@boost-consulting.com:/boost login cvs -d :pserver:anonymous@boost-consulting.com:/boost co boost I haven't touch this area of the boost tree, so I do know it wasn't caused by a newer file on my system. Might it be the difference compiler versions we are using? Or caused by the anonymous checkout lag? Jeff Garland wrote:
On Wed, 04 Feb 2004 14:47:27 -0800, Jeff Holle wrote
2. Compiler errors with boost/libs/date_time/src/gregorian/greg_month.cpp at line 18. Since I'm not using this part of boost, I haven't bothered fixing it. An example of the errors is: /boost/boost/date_time/date_parsing.hpp: In function ` date_type boost::date_time::parse_date(const std::string&, int)': /boost/boost/date_time/date_parsing.hpp:100: error: parse error before `>' token
Are you sure you are in sync? This builds fine for me on gcc 3.3.1 and I don't see any problem in the regression tests...
http://boost.sourceforge.net/regression-logs/
Jeff
_______________________________________________ Boost-users mailing list Boost-users@lists.boost.org http://lists.boost.org/mailman/listinfo.cgi/boost-users
Jeff Holle
No, I'm not sure, given that I don't have must experience with CVS. The actual commands executed are as described on the boost web pages: #!/bin/sh cvs -d :pserver:anonymous@boost-consulting.com:/boost login cvs -d :pserver:anonymous@boost-consulting.com:/boost co boost I haven't touch this area of the boost tree, so I do know it wasn't caused by a newer file on my system. Might it be the difference compiler versions we are using? Or caused by the anonymous checkout lag?
The boost-consulting CVS mirror is always behind the official CVS repository. Usually by 1-2 hours. -- Dave Abrahams Boost Consulting www.boost-consulting.com
participants (3)
-
David Abrahams
-
Jeff Garland
-
Jeff Holle