Boost logo

Boost-Build :

From: Peter Whaite (boost_at_[hidden])
Date: 2005-06-20 18:26:52


Aleksey Gurtovoy wrote:
> Things are failing for us with what seems to be BB v2 problem:
>
> C:/Users/Administrator/boost/main/boost/tools/build/v2/build\feature.jam
> :193: in feature.attributes from module feature
> error: "<link-runtime>" is not a valid feature name

You have to replace all incidences of <link-runtime> with
<runtime_link> in all the Jamfile.v2 files. The change was made
recently to be consistent with jam v1. See:

http://article.gmane.org/gmane.comp.lib.boost.build/9274

 


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