Boost logo

Boost-Build :

From: Rene Rivera (grafik.list_at_[hidden])
Date: 2005-10-03 19:00:04


Reece Dunn wrote:
> I have verified this. Thanks for clarifying the behaviour.
>
> However... I am working on the no vcvars.bat patch for msvc.jam and in
> the init()/configure-really() method, I have:
>
> echo [ path.join $(root) ../bar2 ] ;
>
> that gives "bar2", not ".../Microsoft Visual Studio .NET 2003/bar2" as
> would be expected. Nor does:
>
> echo [ path.join "$(root)" "../bar2" ] ;
>
> give the expected result :(.

This works for me...

ECHO [ path.join [ path.make [ os.environ VS71COMNTOOLS ] ] "../bar2" ] ;

The key being the path.make.

-- 
-- Grafik - Don't Assume Anything
-- Redshift Software, Inc. - http://redshift-software.com
-- rrivera/acm.org - grafik/redshift-software.com
-- 102708583/icq - grafikrobot/aim - Grafik/jabber.org
 

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