Boost logo

Boost-Build :

From: Rene Rivera (grafik666_at_[hidden])
Date: 2002-07-15 15:15:12


[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]

 


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