Boost logo

Boost-Build :

From: David Abrahams (dave_at_[hidden])
Date: 2003-02-19 23:13:03


"klapshin <klapshin_at_[hidden]>" <klapshin_at_[hidden]> writes:

> --- In jamboost_at_[hidden], David Abrahams <dave_at_b...> wrote:
>> With what command-line are you invoking bjam?
>> What are the contents of /cygdrive/c/work/pricing/boost-build.jam?
> The command line is just "bjam"
> The boost-build.jam has following contents:
>
> -------------------
> # Based on boost-build.jam from Boost distribution
>
> $(BOOST_ROOT) = /cygdrive/c/work/boost1 ;
>
> if $(JAM_VERSION:J="") < 030103
> {
> ECHO "error: Boost.Jam 3.1.3 or later required" ;
> EXIT ;
> }
> else
> {
> JAMFILE = Jamfile.v2 ;
> boost-build /cygdrive/c/work/boost1/tools/build/new ;
> }
> -------------------

Are you intentionally using the pre-release Boost.Build v2 code, or
was that just a mistake?

If you just want to use Boost.Build v1, the file should contain:

$(BOOST_ROOT) = /cygdrive/c/work/boost1 ;
boost-build $(BOOST_ROOT)/tools/build ;

-- 
Dave Abrahams
Boost Consulting
www.boost-consulting.com
 

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