Subject: Re: [Boost-users] [build] How do I get my trial project to use b2 correctly?
From: Daniel James (dnljms_at_[hidden])
Date: 2012-05-13 14:01:55


On 7 May 2012 16:03, Daryle Walker <darylew_at_[hidden]> wrote:
>
> Does anyone want to take a look and see how I have to fix my build
> files?  The project is at "https://github.com/CTMacUser/Unionize".

There aren't any targets in the 'libs/unions' directory, if you run b2
from the test directory (with BOOST set) it should work. If you want
to run tests from 'libs/unions' you can add this to your Jamroot.jam:

build-project test ;

Which tells it to run boost build for the jamfile in the test
directory, although it isn't conventional to have b2 run the tests
from anything but the test directory.