|
Boost-Build : |
Subject: Re: [Boost-build] Unofficial library not seen by bjam only in Cygwin
From: NuSkooler (nuskooler_at_[hidden])
Date: 2010-11-04 11:50:43
Thank you very much, I can't believe I missed something so obvious!
Works like a charm once the filename was fixed.
Bryan
> In e.g. Boost 1.43's Jamroot all-libraries are collected with
>
> all-libraries = [ MATCH .*libs/(.*)/build/.* : [ glob libs/*/build/Jamfile.v2 ]
> Â Â [ glob libs/*/build/Jamfile ] ]
> Â Â ;
>
> Note the uppercase 'J'. This doesn't consider libs/crypto/build/jamfile.v2 in
> case-sensitive filesystems. That it works on windows is obviously because
> windows filesystems are case-insensitive by default.
>
> HTH,
> Gevorg
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