Boost logo

Boost-Build :

From: Vladimir Prus (ghost_at_[hidden])
Date: 2003-03-14 08:57:57


Hi Jürgen,

> I've tried to test the new <dependency> feature on Win32.
> It seems that V2 has some problems due to win32 drive letters.
> My own sources (and test case) are located on drive f:
> boost lives happily amongs other libraries on E:\Libraries\boost.
>
> When I try to use
> use-project /boost : E:\Libraries\boost ;
>
> and issue
> bjam --v2 msvc in my cygwin bash I get the message:
>
> e:\libraries\boost/tools/build/new\project.jam:284: in load-jamfile
> from module project
> error: Unable to load Jamfile.
> Could not find a Jamfile in directory
> '../../e:\libraries\boost../boost-v2'.

Could you please to to file "project.jam", line 611 (in rule 'use-project')
and change it to read
project.use $(id) : [ path.root
[ path.make $(where) ] [ $(attributes).get location ] ] ;

then go to line 313 of project-root.jam and change it to read

project.use $(id) : [ path.root
[ path.make $(location) ] [ project-root get-location ] ] ;

And try again. If this works, I'll commit the change when my connection to boost
CVS is back (it's down at the moment)

- Volodya

 


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