Boost logo

Boost-Build :

Subject: Re: [Boost-build] dll-path property order
From: Renaud Lepere (Renaud.Lepere_at_[hidden])
Date: 2009-05-14 12:29:53


 

> -----Message d'origine-----
> De : boost-build-bounces_at_[hidden]
> [mailto:boost-build-bounces_at_[hidden]] De la part de
> Vladimir Prus
> Envoyé : jeudi 14 mai 2009 17:05
> À : boost-build_at_[hidden]
> Objet : Re: [Boost-build] dll-path property order
>
> Renaud Lepere wrote:
>
> >> > I have a problem with the <dll-path> property. I can have
> >> dll modules
> >> > either under ../build/bin or under ../bin, but i prefer to
> >> find them in build/bin.
> >> >
> >> > unit-test dummy : dummy.cpp : <dll-path>../build/bin
> >> <dll-path>../bin
> >> > <dll-path>../aaa <dll-path>../zzz ;
> >> >
> >> > But when i run with -d+2 , i got :
> >> >
> >> > testing.unit-test
> >> >
> >>
> ..\build\Jam\ano\msvc-8.0\debug\address-model-32\threading-multi\dumm
> >> y
> >> > .passed
> >> >
> >> > set PATH=..\aaa;..\bin;..\build\bin;..\zzz;%PATH%
> >> > ....
> >> >
> >> > Apparently the are sorted according to lexicographic order,
> >> is there a way to solve my problem ?
> >>
> >> Does
> >>
> >>
> http://www.boost.org/boost-build2/doc/html/bbv2/faq/s04.html
> >>
> >> help?
> >>
> >
> >
> > Not completely, the order is preserved but the "&&" is also
> preserved...
> >
> > with ..
> > unit-test dummy : dummy.cpp : <dll-path>../build/bin&&../bin ; and
> > bjam -d+2 i got set PATH=..\build\bin&&..\bin;%PATH%
>
> Uhm. What version of Boost.Build are you using -- exactly?
>

The one that was with boost-1.38.0, should i use the last one ?
bjam --version
Setting environment for using Microsoft Visual Studio 2005 x86 tools.
Boost.Build V2 (Milestone 12)
Boost.Jam 03.1.14

Thanks,

Renaud


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