Boost logo

Boost-Build :

From: Vladimir Prus (ghost_at_[hidden])
Date: 2003-11-19 03:59:47


Hi Steve,

> Wow.. nothing makes me feel smaller than trying to figure out bjam
> stuff :)

:-(
There's no limit for improving the docs.

> This:
>
> project testpgl
>
> : requirements <include>../include
>
> ;
>
> run unittest : test.cpp ../source//libpgl ;

Looks fine to me.

> Produces this:
>
> testing.jam: No such file or directory
> test\Jamfile:15: in modules.load
> rule run unknown in module Jamfile</c:/code/psp/nba/lib/pgl/test>.

Could you try putting

using testing ;

into your project-root.jam?

> So I tried adding this:
>
> # bring in rules for testing
> #SEARCH on testing.jam = $(BOOST_BUILD_PATH) ;
> #include testing.jam ;

This used to work in Boost.Build v1. V2 has the "using" rule in place of it
(and also "import", but that more for developers than for users).

HTH,
Volodya

 


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