Boost C++ Libraries: Ticket #6836: bootstrap https://svn.boost.org/trac10/ticket/6836 <p> I whant compile b2 with boostrap but it dont work i get the error , how you can read on the log file </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/6836 Trac 1.4.3 anonymous Thu, 26 Apr 2012 21:15:23 GMT attachment set https://svn.boost.org/trac10/ticket/6836 https://svn.boost.org/trac10/ticket/6836 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">bootstrap.log</span> </li> </ul> Ticket viboes Mon, 28 May 2012 17:16:58 GMT component changed https://svn.boost.org/trac10/ticket/6836#comment:1 https://svn.boost.org/trac10/ticket/6836#comment:1 <ul> <li><strong>component</strong> <span class="trac-field-old">None</span> → <span class="trac-field-new">Building Boost</span> </li> </ul> Ticket viboes Thu, 03 Jan 2013 17:53:16 GMT component changed; owner set https://svn.boost.org/trac10/ticket/6836#comment:2 https://svn.boost.org/trac10/ticket/6836#comment:2 <ul> <li><strong>owner</strong> set to <span class="trac-author">Vladimir Prus</span> </li> <li><strong>component</strong> <span class="trac-field-old">Building Boost</span> → <span class="trac-field-new">build</span> </li> </ul> Ticket Steven Watanabe Wed, 12 Mar 2014 03:12:08 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/6836#comment:3 https://svn.boost.org/trac10/ticket/6836#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">worksforme</span> </li> </ul> <p> The compiler is not configured correctly, given that it's giving an error on a standard header. </p> <pre class="wiki">md5.c(55) : fatal error C1083: Cannot open include file: 'string.h': No such file or directory </pre><p> You might try building using the Visual Studio Command Prompt. </p> Ticket