Boost logo

Boost-Build :

From: David Abrahams (david.abrahams_at_[hidden])
Date: 2002-07-15 15:18:17


Note that the build system doesn't make targets dependent on Jamfiles. If
you haven't done anything to cause the target to need relinking, the .CMD
file may not be rebuilt. Did you try "bjam clean" first?

-Dave

----- Original Message -----
From: "Rene Rivera" <grafik666_at_[hidden]>
To: <jamboost_at_[hidden]>
Sent: Monday, July 15, 2002 4:15 PM
Subject: Re: [jamboost] Another <lib> problem

> [2002-07-15] Beman Dawes wrote:
>
> >I'm trying to use testing.jam to run some tests from this Jamfile in the
> >boost-root/libs/filesystem/test directory:
> >
> > subproject libs/filesystem/test ;
> >
> > SEARCH on testing.jam = $(BOOST_BUILD_PATH) ;
> > include testing.jam ;
> >
> > {
> > # look in BOOST_ROOT for sources first, just in this Jamfile
> > local SEARCH_SOURCE = $(BOOST_ROOT) $(SEARCH_SOURCE) ;
> >
> > run libs/filesystem/test/path_test.cpp
> > <lib>../../../libs/filesystem/build/fs ;
> > }
> >
> >Works as expected (link errors) if you comment out the <lib> line. But
> >with that line uncommented (as above), it still gets link errors.
> >
> >The .CMD file only mentions path_test.obj, not libfs.lib.
> >
> >Any ideas?
>
> Perhaps using "<lib>../build/fs" ?
>
> Should not make a difference, but it's worth a try.
>
> Or am I misunderstanding your question?
>
>
> -- grafik - Don't Assume Anything
> -- rrivera_at_[hidden] - grafik_at_[hidden]
> -- 102708583_at_icq - Grafik666_at_AIM - Grafik_at_[hidden]
>
>
> To unsubscribe from this group, send an email to:
> jamboost-unsubscribe_at_[hidden]
>
>
>
> Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
>
>
>

 


Boost-Build list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk