Boost C++ Libraries: Ticket #7522: bootstrap.bat fails when TMP/TEMP folder contains a space in the path on Windows https://svn.boost.org/trac10/ticket/7522 <p> To reproduce: (on Windows 7 x64 machine with vs2010) </p> <ol><li>set TEMP=C:\Program Files\Temp </li><li>set TMP=%TEMP% </li><li>bootstrap </li></ol><p> Gives error. Bootstrap.log shows that "Files\Temp\_CL_xxxx.obj" not found, indicating a problem with ' ' in path. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/7522 Trac 1.4.3 David Hait <dhait@…> Wed, 17 Oct 2012 16:37:24 GMT attachment set https://svn.boost.org/trac10/ticket/7522 https://svn.boost.org/trac10/ticket/7522 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">bootstrap.log</span> </li> </ul> <p> bootstrap.log, with "ECHO ON" (verbose) </p> Ticket David Hait <dhait@…> Wed, 17 Oct 2012 17:52:46 GMT component changed; cc set https://svn.boost.org/trac10/ticket/7522#comment:1 https://svn.boost.org/trac10/ticket/7522#comment:1 <ul> <li><strong>cc</strong> <span class="trac-author">dhait@…</span> added </li> <li><strong>component</strong> <span class="trac-field-old">None</span> → <span class="trac-field-new">Building Boost</span> </li> </ul> Ticket