Boost C++ Libraries: Ticket #11588: Build error using --build-type=complete https://svn.boost.org/trac10/ticket/11588 <p> .../boost_1_59_0 $ ./b2 --layout=versioned --build-type=complete --without-mpi -sICU_PATH=$BUILD_PREFIX toolset=gcc architecture=x86 address-model=64 link=static --prefix=$BUILD_PREFIX install -j8 Performing configuration checks </p> <ul><li>32-bit : no </li><li>64-bit : yes </li><li>arm : no </li><li>mips1 : no </li><li>power : no </li><li>sparc : no </li><li>x86 : yes </li><li>symlinks supported : yes </li><li>lockfree boost::atomic_flag : yes </li><li>has_icu builds : yes </li></ul><p> warning: Graph library does not contain MPI-based parallel components. note: to enable them, add "using mpi ;" to your user-config.jam </p> <ul><li>zlib : yes </li><li>iconv (libc) : yes </li><li>icu : yes </li><li>compiler-supports-visibility : yes </li><li>compiler-supports-ssse3 : yes </li><li>compiler-supports-avx2 : yes </li><li>gcc visibility : yes </li><li>long double support : yes </li><li>zlib : yes (cached) </li><li>zlib : yes (cached) </li></ul><p> warning: Skipping Boost.Locale library with threading=single. warning: Skipping Boost.Thread library with threading=single. warning: Skipping Boost.Wave library with threading=single. </p> <ul><li>zlib : yes (cached) </li><li>zlib : yes (cached) </li><li>zlib : yes (cached) </li><li>zlib : yes (cached) </li><li>zlib : yes (cached) </li></ul><p> error: Name clash for '&lt;p/home/foo/3rdparty/linux-x86_64-gcc49/lib&gt;libboost_atomic-gcc49-mt-sd-1_59.a' error: error: Tried to build the target twice, with property sets having error: these incompatible properties: error: error: - &lt;dll-path&gt;/home/foo/3rdparty/linux-x86_64-gcc49/bin error: - none error: error: Please make sure to have consistent requirements for these error: properties everywhere in your project, especially for install error: targets. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/11588 Trac 1.4.3 anonymous Thu, 27 Aug 2015 12:05:37 GMT version changed https://svn.boost.org/trac10/ticket/11588#comment:1 https://svn.boost.org/trac10/ticket/11588#comment:1 <ul> <li><strong>version</strong> <span class="trac-field-old">Boost 1.57.0</span> → <span class="trac-field-new">Boost 1.59.0</span> </li> </ul> Ticket anonymous Thu, 27 Aug 2015 12:24:01 GMT summary changed https://svn.boost.org/trac10/ticket/11588#comment:2 https://svn.boost.org/trac10/ticket/11588#comment:2 <ul> <li><strong>summary</strong> <span class="trac-field-old">Build error Linux GCC using --build-type=complete</span> → <span class="trac-field-new">Build error using --build-type=complete</span> </li> </ul> <pre class="wiki"> b2 --build-type=complete ^ --without-mpi ^ toolset=msvc-12.0 ^ architecture=x86 ^ address-model=64 ^ link=static ^ -sZLIB_BINARY=zlib ^ -sZLIB_INCLUDE=!BUILD_PREFIX!\include ^ -sZLIB_LIBPATH=!BUILD_PREFIX!\lib ^ -sBZIP2_BINARY=libbz2 ^ -sBZIP2_INCLUDE=!BUILD_PREFIX!\include ^ -sBZIP2_LIBPATH=!BUILD_PREFIX!\lib ^ -sICU_PATH=!BUILD_PREFIX! ^ --prefix=!BUILD_PREFIX! install -j8 (Environment variables don't matter) Performing configuration checks - 32-bit : yes - arm : no - mips1 : no - power : no - sparc : no - x86 : yes - symlinks supported : no - junctions supported : yes - hardlinks supported : 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 - zlib : yes - iconv (libc) : no - iconv (separate) : no - icu : yes - compiler-supports-visibility : no - message-compiler : yes - compiler-supports-ssse3 : yes - compiler-supports-avx2 : yes - gcc visibility : no - long double support : yes - zlib : yes (cached) - zlib : yes (cached) - zlib : yes (cached) - zlib : yes (cached) warning: Skipping Boost.Locale library with threading=single. warning: Skipping Boost.Thread library with threading=single. warning: Skipping Boost.Wave library with threading=single. - zlib : yes (cached) error: Name clash for '&lt;pA:\dev-git\3rdParty\windows-x86_64-vc120\lib&gt;libboost_atomic-vc120-mt-sgd-1_59.l ib' error: error: Tried to build the target twice, with property sets having error: these incompatible properties: error: error: - none error: - &lt;dll-path&gt;/A:/dev-git/3rdParty/windows-x86_64-vc120/bin error: error: Please make sure to have consistent requirements for these error: properties everywhere in your project, especially for install error: targets. </pre> Ticket