本文介绍了Buidling提振错误:名称交锋'< pstage \\ lib目录> boost_system-VC120-MT-1_58.dll“的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我想建立64位系统上的升压
上使用Visual Studio 2013是Windows 8.1。
I'm trying to build boost
on windows 8.1 with Visual Studio 2013 on 64bit system.
b2 toolset="msvc" address-model=64 -s ZLIB_SOURCE=C:\H\M\zlib --build-type=complete stage
下面是完整的输出:
Performing configuration checks
- symlinks supported : no
- junctions supported : yes
- hardlinks supported : yes
- arm : no
- mips1 : no
- power : no
- sparc : no
- x86 : yes
- has_icu builds : no
warning: Graph library does not contain MPI-based parallel components.
note: to enable them, add "using mpi ;" to your user-config.jam
- iconv (libc) : no
- iconv (separate) : no
- icu : no
- icu (lib64) : no
- message-compiler : yes
- compiler-supports-ssse3 : yes
- compiler-supports-avx2 : yes
- gcc visibility : no
- long double support : yes
warning: skipping optional Message Passing Interface (MPI) library.
note: to enable MPI support, add "using mpi ;" to user-config.jam.
note: to suppress this message, pass "--without-mpi" to bjam.
note: otherwise, you can safely ignore this message.
error: Name clash for '<pstage\lib>boost_system-vc120-mt-1_58.dll'
error:
error: Tried to build the target twice, with property sets having
error: these incompabile properties:
error:
error: - <warnings>all
error: - <architecture>x86 <warnings>on
error:
error: Please make sure to have consistent requirements for these
error: properties everywhere in your project, especially for install
error: targets.
这是什么意思,如何解决?
What does it mean and how to resolve it?
的感谢的
推荐答案
建立如果我添加--without上下文--without-协程到B2选项
builds if I add --without-context --without-coroutine to b2 options
这篇关于Buidling提振错误:名称交锋'&LT; pstage \\ lib目录&GT; boost_system-VC120-MT-1_58.dll“的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!