[Boost-bugs] [Boost C++ Libraries] #9387: Compilation error with VC8 and SSE3 capable CPU

Subject: [Boost-bugs] [Boost C++ Libraries] #9387: Compilation error with VC8 and SSE3 capable CPU
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2013-11-13 21:58:54


#9387: Compilation error with VC8 and SSE3 capable CPU
------------------------------+---------------------
 Reporter: thomas.braun@… | Owner: andysem
     Type: Bugs | Status: new
Milestone: To Be Determined | Component: log
  Version: Boost 1.55.0 | Severity: Problem
 Keywords: |
------------------------------+---------------------
 Trying to compile boost 1.55 under VC8 with
 b2 --toolset=msvc-8.0 --build-type=complete stage
 and the following automatic determined config
 {{{
     - 32-bit : yes (cached)
     - arm : no (cached)
     - mips1 : no (cached)
     - power : no (cached)
     - sparc : no (cached)
     - x86 : yes (cached)
     - has_icu builds : no (cached)
 warning: Graph library does not contain MPI-based parallel components.
 note: to enable them, add "using mpi ;" to your user-config.jam
     - zlib : no (cached)
     - iconv (libc) : no (cached)
     - iconv (separate) : no (cached)
     - icu : no (cached)
     - icu (lib64) : no (cached)
     - message-compiler : yes (cached)
     - compiler-supports-ssse3 : yes (cached)
     - compiler-supports-avx2 : no (cached)
     - gcc visibility : no (cached)
     - long double support : yes (cached)
 }}}

 results in compilation errors like
 {{{
 compile-c-c++ bin.v2\libs\log\build\msvc-8.0\debug\link-static\log-api-
 winnt\runtime-link-static\threading-multi\dump_s
 se3.obj
 dump_ssse3.cpp
 libs\log\src\dump_ssse3.cpp(20) : fatal error C1083: Cannot open include
 file: 'tmmintrin.h': No such file or directory
 }}}

 The header tmmintrin.h does not exist in
 C:\Program Files (x86)\Microsoft Visual Studio 8\VC\include.

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/9387>
Boost C++ Libraries <http://www.boost.org/>
Boost provides free peer-reviewed portable C++ source libraries.

This archive was generated by hypermail 2.1.7 : 2017-02-16 18:50:14 UTC