Boost C++ Libraries: Ticket #9387: Compilation error with VC8 and SSE3 capable CPU https://svn.boost.org/trac10/ticket/9387 <p> Trying to compile boost 1.55 under VC8 with b2 --toolset=msvc-8.0 --build-type=complete stage and the following automatic determined config </p> <pre class="wiki"> - 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) </pre><p> results in compilation errors like </p> <pre class="wiki">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 </pre><p> The header tmmintrin.h does not exist in C:\Program Files (x86)\Microsoft Visual Studio 8\VC\include. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/9387 Trac 1.4.3 Andrey Semashev Sun, 17 Nov 2013 10:51:01 GMT <link>https://svn.boost.org/trac10/ticket/9387#comment:1 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/9387#comment:1</guid> <description> <p> I can't reproduce it in my setup (i.e. SSSE3 is correctly disabled for MSVC-8.0). My guess is that somehow your config file got the positive result for SSSE3 check for this compiler, that's why it says: </p> <pre class="wiki"> - compiler-supports-ssse3 : yes (cached) </pre><p> You can try deleting the bin.v2 folder and rebuilding. That way the config checks will be performed again. If that doesn't help, please attach project-cache.jam and config.log from bin.v2 and also the complete build log. </p> </description> <category>Ticket</category> </item> <item> <author>thomas.braun@…</author> <pubDate>Mon, 18 Nov 2013 17:26:02 GMT</pubDate> <title/> <link>https://svn.boost.org/trac10/ticket/9387#comment:2 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/9387#comment:2</guid> <description> <p> Okay I removed bin.v2 and recompiled without problems. </p> <p> Looking at the documentation again I realized that I should call bootstrap.bat for each compiler I'm building boost for. I must have used some later MSVC version accidentally for bootstrapping. </p> <p> The bug is therefore no bug but user error on my side. </p> </description> <category>Ticket</category> </item> <item> <dc:creator>Andrey Semashev</dc:creator> <pubDate>Mon, 18 Nov 2013 19:47:22 GMT</pubDate> <title>status changed; resolution set https://svn.boost.org/trac10/ticket/9387#comment:3 https://svn.boost.org/trac10/ticket/9387#comment:3 <ul> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">closed</span> </li> <li><strong>resolution</strong> → <span class="trac-field-new">invalid</span> </li> </ul> Ticket