Boost logo

Boost-Build :

From: Vladimir Prus (ghost_at_[hidden])
Date: 2004-01-12 06:15:31


Hi Jürgen,

> > I think you even reported that 'using + absolute paths' are broken,
> > and that even hangs in my todo notes, but were not fixed yet.
>
> Yup. But I use a workaround now. But then this bug appeared...
>
> > I've now comitted a fix. Could you try again?
>
> Could you send me the patch ?
> I'm still using anon cvs.

Here it goes.

- Volodya
 --Boundary-00=_THoAAKYEUtWGDk+ Content-Type: text/x-diff;
charset="iso-8859-15";
name="absolute.diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment;
filename="absolute.diff"

Index: build/targets.jam
===================================================================
RCS file: /cvsroot/boost/boost/tools/build/v2/build/targets.jam,v
retrieving revision 1.143
retrieving revision 1.144
diff -u -r1.143 -r1.144
--- build/targets.jam 9 Jan 2004 11:55:32 -0000 1.143
+++ build/targets.jam 12 Jan 2004 10:54:54 -0000 1.144
@@ -551,7 +551,7 @@
{
local location = [ path.root $(self.name)
[ project.attribute $(self.project) source-location ] ] ;
- return [ path.exists $(location) ] ;
+ return [ path.exists [ path.native $(location) ] ] ;
}
}

 --Boundary-00=_THoAAKYEUtWGDk+--


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