Boost logo

Boost-Build :

From: TEMPLIE Cédric (cedric.templie_at_[hidden])
Date: 2005-08-12 06:33:08


Thanks a lot, i did not understand you wanted the smallest possible
sample, sorry.

But at least now it works, thanks again.

TEMPLIE Cédric

Vladimir Prus wrote:
> On Friday 12 August 2005 14:30, TEMPLIE Cédric wrote:
> > Yes you are right, my previous Jamroot was not easy to analyse... sorry.
> > I simplify the Jamroot file. I also provide a zip that contain a small
> > application that reproduce the issue.
> >
> > I hope it will help you to find my issue.
>
> Well, you have't simplified the testcase to the really small one, which is:
>
> import toolset : using ;
> using qt ;
>
> The solution is to remove the first line. Now, the 'using' rule is
> automatically available in Jamroot, and differs from toolset.using -- it
> remembers the current value of "current project" variable and restores it
> later. Otherwise, "qt" changes the current project (since it defined
> project
> too), and all your targets will be defined in project qt, and not in your
> Jamroot.
>
> HTH,
> Volodya
>
>
> --
> Vladimir Prus
> http://vladimir_prus.blogspot.com
> Boost.Build V2: http://boost.org/boost-build2
>
> ------------------------------------------------------------------------
> YAHOO! GROUPS LINKS
>
> * Visit your group "jamboost
> <http://groups.yahoo.com/group/jamboost>" on the web.
>
> * To unsubscribe from this group, send an email to:
> jamboost-unsubscribe_at_[hidden]
> <mailto:jamboost-unsubscribe_at_[hidden]?subject=Unsubscribe>
>
> * Your use of Yahoo! Groups is subject to the Yahoo! Terms of
> Service <http://docs.yahoo.com/info/terms/>.
>
>
> ------------------------------------------------------------------------
>
>
> ------------------------------------------------------------------------
>
> No virus found in this incoming message.
> Checked by AVG Anti-Virus.
> Version: 7.0.338 / Virus Database: 267.10.7/70 - Release Date: 11.08.2005

 


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