Boost logo

Boost-Build :

Subject: Re: [Boost-build] boost build for Windows Mobile 2005
From: Vladimir Prus (ghost_at_[hidden])
Date: 2009-05-22 08:40:17


On Friday 22 May 2009 16:30:57 David Deakins wrote:
> Hi Vassili,
>
> > vassilux a écrit :
> >>
> >> But I can't build it and here errors :
> >> C:\Program Files\boost>bjam --without-mpi --without-python link=shared
> >> threading=multi stage toolset=msvc-8.0~wm5~stlport5.2
> >> stdlib=stlport-5.2~evc8~arm --build-type=complete
>
> I don't think this bjam statement is formatted properly. I would expect
> that you need to do something more like:
>
> bjam --without-mpi --without-python debug
> msvc-8.0~wm5~stlport5.2/threading=multi/link=shared/stdlib=stlport-5.2~evc8~arm

Actually, "/" above is not necessary, and has no effect. It would have effect
if you had more items, e.g:

        gcc/debug msvc/release

will build two variants, whereas

    gcc msvc debug release

will build 4 combinations.

- 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