开发者

Getting a buildable Boost extract with bcp

I'm using b开发者_高级运维cp to extract Boost.Archive from Boost. Unfortunately I can't build this extract. Boost.Archive is not a header-only library.

bjam complains

Unable to load Boost.Build: could not find "boost-build.jam"

Is there any way to tell bcp to make the extract buildable with bjam (copy boost-build.jam to the right place)?


The right place would be any parent directory of the directory where you have extracted Boost.Archive (or that directory itself). That file shall contain a single line:

boost-build /path/to/boost/tools/build/v2 ;

where /path/to/boost needs to be substituted appropriately. This file tells bjam (the low level build engine) where to load Boost.Build build system from. Then cd to libs/archive/build, and invoke bjam from there. That would build just the Archive library.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜