Opened 5 years ago

Closed 4 years ago

#13521 closed Bugs (wontfix)

Unable to build boot 1.66/1.67 on a windows 10 x64 box

Reported by: jason@… Owned by:
Milestone: To Be Determined Component: None
Version: Boost 1.63.0 Severity: Problem
Keywords: Cc:

Description

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:

[MKDIR] bin.ntx86 A subdirectory or file bin.ntx86 already exists.

md "bin.ntx86"

Attachments (1)

log.txt (5.6 KB ) - added by jason@… 5 years ago.
Log of the problem

Download all attachments as: .zip

Change History (3)

by jason@…, 5 years ago

Attachment: log.txt added

Log of the problem

comment:1 by jason@…, 5 years ago

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.

The key in question is: Computer\HKEY_CURRENT_USER\Software\Microsoft\Command Processor\Autorun

I had place 'cd c:\code' there.

comment:2 by John Maddock, 4 years ago

Resolution: wontfix
Status: newclosed
Note: See TracTickets for help on using tickets.