
I can't build the "doc/" directory of the current boost CVS version any longer:
budweis:/usr/local/src/boost-current/doc$ bjam --v2 /usr/local/src/boost-current/tools/build/v2/build/feature.jam:193: in feature.attributes from module feature error: "<link-runtime>" is not a valid feature name /usr/local/src/boost-current/tools/build/v2/build/property.jam:409: in property.translate-paths from module property [...]
Am I the only one who has that problem? Is there a simple fix, maybe?
a. Update your Boost.Build sources b. Change any uses of <link-runtime> to <runtime-link>
Unfortunately there are several places in Boost's own Jamfiles where that is the case - should be fixed now in cvs - doc build is working OK for me locally anyway. John.