Boost logo

Boost Testing :

From: Vladimir Prus (ghost_at_[hidden])
Date: 2005-08-03 07:28:14


Voronkov Konstantin wrote:

> Hello, All!
>
> I have problem with process_jam_log tool. It requires
> to define relativeness from project root with rule
> "subproject". But in case I'm building mine project
> out of location on BOOST_ROOT the rule is unknown
> and have this error:
>
> >..\test\Jamfile:3: in modules.load
> >rule subproject unknown in module
> >Jamfile</H:/tmp/Boost/Tutorials/sample1/test>.

>From that funky "/H:" I guess you're using Boost.Build V2. It does not
requires the "subproject" rule at all. Take a look at status/Jamfile.v2 and
libs/program_options/test/Jamfile.v2 -- they worked just fine last time I
tried.

You might want to use "--v2" option to both process_jam_log and
compiler_status (if if you the latter) to ensure right results.

- Volodya


Boost-testing list run by mbergal at meta-comm.com