Opened 10 years ago
Last modified 10 years ago
#7522 new Bugs
bootstrap.bat fails when TMP/TEMP folder contains a space in the path on Windows
Reported by: | Owned by: | ||
---|---|---|---|
Milestone: | To Be Determined | Component: | Building Boost |
Version: | Boost 1.51.0 | Severity: | Problem |
Keywords: | Cc: | dhait@… |
Description
To reproduce: (on Windows 7 x64 machine with vs2010)
- set TEMP=C:\Program Files\Temp
- set TMP=%TEMP%
- bootstrap
Gives error. Bootstrap.log shows that "Files\Temp\_CL_xxxx.obj" not found, indicating a problem with ' ' in path.
Attachments (1)
Change History (2)
by , 10 years ago
Attachment: | bootstrap.log added |
---|
comment:1 by , 10 years ago
Cc: | added |
---|---|
Component: | None → Building Boost |
Note:
See TracTickets
for help on using tickets.
bootstrap.log, with "ECHO ON" (verbose)