Changes between Initial Version and Version 3 of Ticket #9800


Ignore:
Timestamp:
Apr 3, 2014, 4:11:17 PM (9 years ago)
Author:
Steven Watanabe
Comment:

Fixed in http://github.com/boostorg/build/commit/23032af425c3940810d5ff22e52475a02632c998

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #9800

    • Property Status newclosed
    • Property Resolutionfixed
    • Property Component NoneBuilding Boost
  • Ticket #9800 – Description

    initial v3  
    11The 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).
    22
    3 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).
     3On 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).
    44
    55