I'm seeing a weird error on windows:
D:\BoostBuilding\boost_1_58_0_b1>.\bjam --without-mpi --build-type=complete toolset=msvc-8.0 address-model=32 --prefix=.\ --libdir=lib32-8.0 --includedir=garbage_headers install
Performing configuration checks
- 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 : no
- compiler-supports-avx2 : no
- gcc visibility : no
- long double support : yes
error: Name clash for '<pstage\lib>libboost_system-vc80-mt-sgd-1_58.lib'
error:
error: Tried to build the target twice, with property sets having
error: these incompabile properties:
error:
error: - none
error: - <architecture>x86
error:
error: Please make sure to have consistent requirements for these
error: properties everywhere in your project, especially for install
error: targets.
I've never come across that before, can anyone shed light on what it means?