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: David Hait <dhait@…> 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)

  1. set TEMP=C:\Program Files\Temp
  2. set TMP=%TEMP%
  3. bootstrap

Gives error. Bootstrap.log shows that "Files\Temp\_CL_xxxx.obj" not found, indicating a problem with ' ' in path.

Attachments (1)

bootstrap.log (21.8 KB ) - added by David Hait <dhait@…> 10 years ago.
bootstrap.log, with "ECHO ON" (verbose)

Download all attachments as: .zip

Change History (2)

by David Hait <dhait@…>, 10 years ago

Attachment: bootstrap.log added

bootstrap.log, with "ECHO ON" (verbose)

comment:1 by David Hait <dhait@…>, 10 years ago

Cc: dhait@… added
Component: NoneBuilding Boost
Note: See TracTickets for help on using tickets.