Boost C++ Libraries: Ticket #13521: Unable to build boot 1.66/1.67 on a windows 10 x64 box https://svn.boost.org/trac10/ticket/13521 <p> For some reason one of my windows boxes fails to build boost, I've attached the logs. The error is when it tries to create the bin.ntx86 dir: </p> <p> [MKDIR] bin.ntx86 A subdirectory or file bin.ntx86 already exists. </p> <blockquote> <p> md "bin.ntx86" </p> </blockquote> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/13521 Trac 1.4.3 jason@… Sun, 15 Apr 2018 19:01:57 GMT attachment set https://svn.boost.org/trac10/ticket/13521 https://svn.boost.org/trac10/ticket/13521 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">log.txt</span> </li> </ul> <p> Log of the problem </p> Ticket jason@… Sun, 15 Apr 2018 19:33:32 GMT <link>https://svn.boost.org/trac10/ticket/13521#comment:1 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/13521#comment:1</guid> <description> <p> Oh damn I know what the problem is, I had set a registry key to set the current dir of command. I remember reading that it would change the CWD anytime a cmd was invoked, now it makes sense why thats a bad idea haha. </p> <p> The key in question is: Computer\HKEY_CURRENT_USER\Software\Microsoft\Command Processor\Autorun </p> <p> I had place 'cd c:\code' there. </p> </description> <category>Ticket</category> </item> <item> <dc:creator>John Maddock</dc:creator> <pubDate>Thu, 10 May 2018 16:41:20 GMT</pubDate> <title>status changed; resolution set https://svn.boost.org/trac10/ticket/13521#comment:2 https://svn.boost.org/trac10/ticket/13521#comment:2 <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">wontfix</span> </li> </ul> Ticket