September 29, 2012
http://d.puremagic.com/issues/show_bug.cgi?id=8736

           Summary: DMD should translate slashes in -of on Windows
           Product: D
           Version: D2
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: DMD
        AssignedTo: nobody@puremagic.com
        ReportedBy: code@klickverbot.at


--- Comment #0 from klickverbot <code@klickverbot.at> 2012-09-29 14:06:15 PDT ---
Currently, using slashes in DMD paths works in a cross-platform manner everywhere except for the -of argument. The latter gets passed verbatim to OPTLINK, which can only handle backslashes.

This is quite annoying because it needs special cases in for cross-platform, cross-compiler build systems, see e.g. https://github.com/apache/thrift/blob/trunk/aclocal/ax_dmd.m4#L68.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
September 29, 2012
http://d.puremagic.com/issues/show_bug.cgi?id=8736


Andrej Mitrovic <andrej.mitrovich@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |andrej.mitrovich@gmail.com
         Resolution|                            |DUPLICATE


--- Comment #1 from Andrej Mitrovic <andrej.mitrovich@gmail.com> 2012-09-29 16:58:37 PDT ---
(In reply to comment #0)
> Currently, using slashes in DMD paths works in a cross-platform manner everywhere except for the -of argument. The latter gets passed verbatim to OPTLINK, which can only handle backslashes.
> 
> This is quite annoying because it needs special cases in for cross-platform, cross-compiler build systems, see e.g. https://github.com/apache/thrift/blob/trunk/aclocal/ax_dmd.m4#L68.

Guess that counts as vote++. :)

*** This issue has been marked as a duplicate of issue 8733 ***

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------