【发布时间】:2015-02-08 19:32:54
【问题描述】:
我正在尝试通过以下方式构建增强源代码:
git clone --recursive https://github.com/boostorg/boost.git
cd boost
./bootstrap
./b2 link=shared threading=multi variant=release --without-mpi
这会因以下错误消息而窒息:
error: Name clash for '<pstage/lib>libboost_system.so.1.58.0'
error:
error: Tried to build the target twice, with property sets having
error: these incompabile properties:
error:
error: - none
error: - <address-model>64 <architecture>x86
error:
error: Please make sure to have consistent requirements for these
error: properties everywhere in your project, especially for install
error: targets.
这发生在develop 和master 分支上。可以做些什么来修复这个错误?提前致谢。
【问题讨论】:
标签: boost