Opened 9 years ago
Last modified 9 years ago
#9800 closed Bugs
build.bat works incorrectly because REM commands have illegal )'s in them — at Initial Version
Reported by: | Owned by: | ||
---|---|---|---|
Milestone: | To Be Determined | Component: | Building Boost |
Version: | Boost 1.55.0 | Severity: | Problem |
Keywords: | Cc: |
Description
The Windows cmd interpreter badly handles )'s in rem statements, *sometimes* (but not always) closing "if" statements they are nested within. Per docs, parens are illegal in rem commands (see technet.microsoft.com/en-us/library/bb490986.aspx).
On my Win7 64bit box, this was causing bootstrap vc12 to go down bizarre paths. One potential fix is to escape the parens, i.e. use ( and ) instead of () in comments. I wish I were making this up (sigh).
Note:
See TracTickets
for help on using tickets.