Boost logo

Boost-Build :

Subject: Re: [Boost-build] mingw.jam: No such file or directory
From: Vladimir Prus (ghost_at_[hidden])
Date: 2009-06-04 13:02:39


On Thursday 04 June 2009 19:00:33 Gal Rubinstein wrote:
> Hello all,

Hi Gal,

please do not use HTML emails in future.

> My PC details:
>
> Windows XP sp 3.
>
> Mingw (latest, added path)
>
>
>
> Here are the steps I took:
>
>
>
> 1) After checking out the latest Boost from CVS

CVS? Are you sure? Boost is presently in SVN, and checking our from
CVS (if that works) will give you a hopelessy old version.

> I went and build bjam using
> mingw:
>
> > cd C:\Dev\Checkout\boost\tools\jam\src
>
> > build mingw
>
>
>
> 2) After build I copied the bjam.exe to boot++ root dir
> (C:\Dev\Checkout\boost)
>
>
>
> Result)
>
> got this error while trying to run it:
>
> C:\Dev\Checkout\boost>bjam "-sTOOLS=mingw" -s"MINGW_ROOT_DIRECTORY=C:\MinGW"
> toolset=mingw install

This is wrong syntax. See:

        http://www.boost.org/boost-build2/doc/html/bbv2/advanced/invocation.html

Note that:

1. toolset name is 'gcc'
2. -sMINGW_ROOT_DIRECTORY has no effect, see:

        http://www.boost.org/boost-build2/doc/html/bbv2/advanced/configuration.html

- 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