Boost logo

Boost-Build :

Subject: Re: [Boost-build] New engine version
From: Steven Watanabe (watanabesj_at_[hidden])
Date: 2011-12-08 23:30:41


AMDG

On 12/08/2011 01:14 AM, Daniel James wrote:
> Hello,
>
> Since the new engine isn't compatible with older versions of boost,
> can the version be updated, so I can tell which one I'm using? When I
> run 'b2 --version' it still says "Boost.Build 2011.04-svn".

Done.

> Also,
> should it be set to use the installed version of boost build by
> default instead of the one in the boost repository? I understand that
> boost build developers wouldn't want that, but for users it seems to
> be a more sensible default. There could perhaps be a flag for
> bootstrap.sh to do a different type of install for developers.
>

I think the right behavior is

a) installed b2 uses installed Boost.Build
b) b2 built in the Boost tree uses Boost.Build from
   the Boost tree.

To make work, all we need to do is search
for boost-build.jam relative to the directory
containing the executable instead of using
the current working directory. Thoughts?

In Christ,
Steven Watanabe


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