<div dir="ltr">I&#39;m trying to run bootstrap so that I can build the boost libraries. I&#39;ve tried with both msvc and mingw. In both cases I get an error saying it can&#39;t create the bin.ntx86 folder. I initially tried this from my home directory which has spaces in the path, but I get the same error if I move the boost directory to the root of the drive.�<div>

<br></div><div>I&#39;ve compiled boost on other computers many times so I&#39;m sure there is something wrong with the configuration of the computer, but I don&#39;t know where to look to find the problem. Is there a way to get more verbose output from the bootstrap process so I can track down the problem? I&#39;ve copied my bootstrap.log below. I&#39;ve tried this with 1.55 and 1.54</div>

<div><br></div><div><div>###</div><div>### Using &#39;vc11&#39; toolset.</div><div>###</div><div><br></div><div>C:\Users\My Name\Code\boost_1_55_0\tools\build\v2\engine&gt;if exist bootstrap rd /S /Q bootstrap�</div><div>

<br></div><div>C:\Users\My Name\Code\boost_1_55_0\tools\build\v2\engine&gt;md bootstrap�</div><div><br></div><div>C:\Users\My Name\Code\boost_1_55_0\tools\build\v2\engine&gt;cl /nologo /RTC1 /Zi /MTd /Fobootstrap/ /Fdbootstrap/ -DNT -DYYDEBUG -wd4996 kernel32.lib advapi32.lib user32.lib /Febootstrap\jam0 �command.c compile.c constants.c debug.c execcmd.c execnt.c filent.c frames.c function.c glob.c hash.c hdrmacro.c headers.c jam.c jambase.c jamgram.c lists.c make.c make1.c object.c option.c output.c parse.c pathnt.c pathsys.c regexp.c rules.c scan.c search.c subst.c timestamp.c variable.c modules.c strings.c filesys.c builtins.c md5.c class.c cwd.c w32_getreg.c native.c modules/set.c modules/path.c modules/regex.c modules/property-set.c modules/sequence.c modules/order.c�</div>

<div>command.c</div><div>compile.c</div><div>constants.c</div><div>debug.c</div><div>execcmd.c</div><div>execnt.c</div><div>filent.c</div><div>frames.c</div><div>function.c</div><div>glob.c</div><div>hash.c</div><div>hdrmacro.c</div>

<div>headers.c</div><div>jam.c</div><div>jambase.c</div><div>jamgram.c</div><div>lists.c</div><div>make.c</div><div>make1.c</div><div>object.c</div><div>Generating Code...</div><div>Compiling...</div><div>option.c</div><div>

output.c</div><div>parse.c</div><div>pathnt.c</div><div>pathsys.c</div><div>regexp.c</div><div>rules.c</div><div>scan.c</div><div>search.c</div><div>subst.c</div><div>timestamp.c</div><div>variable.c</div><div>modules.c</div>

<div>strings.c</div><div>filesys.c</div><div>builtins.c</div><div>md5.c</div><div>class.c</div><div>cwd.c</div><div>w32_getreg.c</div><div>Generating Code...</div><div>Compiling...</div><div>native.c</div><div>set.c</div>

<div>path.c</div><div>regex.c</div><div>property-set.c</div><div>sequence.c</div><div>order.c</div><div>Generating Code...</div><div><br></div><div>C:\Users\My Name\Code\boost_1_55_0\tools\build\v2\engine&gt;.\bootstrap\jam0 -f build.jam --toolset=vc11 &quot;--toolset-root=C:\Program Files (x86)\Microsoft Visual Studio 11.0\Common7\Tools\..\..\VC\ &quot; �clean�</div>

<div>...found 1 target...</div><div>...updating 1 target...</div><div>...updated 1 target...</div><div><br></div><div>C:\Users\My Name\Code\boost_1_55_0\tools\build\v2\engine&gt;.\bootstrap\jam0 -f build.jam --toolset=vc11 &quot;--toolset-root=C:\Program Files (x86)\Microsoft Visual Studio 11.0\Common7\Tools\..\..\VC\ &quot; �</div>

<div>...found 159 targets...</div><div>...updating 3 targets...</div><div>[MKDIR] bin.ntx86</div><div>&#39;C:\Users\My&#39; is not recognized as an internal or external command,</div><div>operable program or batch file.</div>

<div><br></div><div>� � md &quot;bin.ntx86&quot;</div><div><br></div><div>...failed [MKDIR] bin.ntx86...</div><div>...skipped b2.exe for lack of bin.ntx86...</div><div>...skipped bjam.exe for lack of b2.exe...</div><div>
...failed updating 1 target...</div>
<div>...skipped 2 targets...</div></div></div>