Boost logo

Boost-Build :

From: Vladimir Prus (ghost_at_[hidden])
Date: 2003-02-20 02:16:18


Hi Kirill,

> I tried new jam and latest boost CVS snapshot on cygwin and it does
> not work for me. For boost build it works fine, but why I am trying
> to build my projects it complains that can't find Jamfile.v2. At the
> same time bjam 3.1.3 works and obviosly Jamfile.v2 is present.
> The exact error I'm getting is:
>
> /cygdrive/c/work/boost1/tools/build/new/project.jam:285: in load-
> jamfile from mo
> dule project
> error: Unable to load Jamfile.
> Could not find a Jamfile in directory '.'.
> Attempted to find it with pattern 'Jamfile.v2'.

Do you mean that bjam 3.1.3 works but the CVS version does not? And this
happens on cygwin? This might have to do with GLOB changes: all filenames
are downcased on Windows. Could you please try saying

JAMFILE = [Jj]amfile.v2 ;

in your boost-build.jam instead of just

JAMFILE = Jamfile.v2 ;

?

Thanks,
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