Boost logo

Boost :

From: Jonathan Wakely (cow_at_[hidden])
Date: 2007-05-01 14:57:00


On Tue, May 01, 2007 at 01:19:23PM -0500, Rene Rivera wrote:
> Jonathan Wakely wrote:
> > I've just tried to run the Boost regressions tests for the first time in
> > many months, and it failed when trying to build jam.
> >
> > ./bootstrap/jam0 -f build.jam --toolset=gcc --toolset-root=
> > don't know how to make trie.c
> > ...found 47 targets...
> > ...can't find 1 target...
> > ...can't make 1 target...
> > ...skipped bjam for lack of trie.c...
> > ...skipped 1 target...
> > bjam build failed.
> >
> > Rene, did you forget to "cvs add trie.c" ?
>
> Eeeks... I think that may have been an errant checkin. Is this in HEAD?

It is, yes.

[redi_at_morion boost]$ cvs diff -r 1.92 -r 1.93 ./tools/jam/src/build.jam
Index: ./tools/jam/src/build.jam
===================================================================
RCS file: /cvsroot/boost/boost/tools/jam/src/build.jam,v
retrieving revision 1.92
retrieving revision 1.93
diff -u -p -r1.92 -r1.93
--- ./tools/jam/src/build.jam 12 Nov 2006 06:25:09 -0000 1.92
+++ ./tools/jam/src/build.jam 1 May 2007 03:57:50 -0000 1.93
@@ -12,7 +12,7 @@ if $(VMS) { . = "_" ; }
 else { . = "." ; }

 # Info about what we are building.
-_VERSION_ = 3 1 14 ;
+_VERSION_ = 3 1 15 ;
 NAME = boost-jam ;
 VERSION = $(_VERSION_:J=$(.)) ;
 RELEASE = 1 ;
@@ -402,6 +402,7 @@ jam.source =
     option.c parse.c regexp.c rules.c
     scan.c search.c subst.c w32_getreg.c
     timestamp.c variable.c modules.c strings.c filesys.c
+ trie.c
     builtins.c pwd.c class.c native.c modules/set.c
     modules/path.c modules/regex.c modules/property-set.c
     modules/sequence.c modules/order.c


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk