【发布时间】:2015-09-25 20:45:02
【问题描述】:
我正在尝试从 Homebrew 构建 Boost 库。我正在使用 layout=system 来获取未标记的构建(基于this stackoverflow post),但构建没有通过。错误信息如下:
error: Name clash for '<p/usr/local/Cellar/boost/1.58.0/lib>libboost_system.dylib'
error:
error: Tried to build the target twice, with property sets having
error: these incompatible properties:
error:
error: - <threading>multi
error: - <threading>single
error:
error: Please make sure to have consistent requirements for these
error: properties everywhere in your project, especially for install
error: targets.
这是homebrew generated gist 的链接。提前谢谢你。
【问题讨论】:
标签: c++ boost homebrew osx-yosemite