Boost logo

Boost-Build :

From: Vladimir Prus (ghost_at_[hidden])
Date: 2005-08-12 06:23:51


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
 

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