www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - [Issue 8736] New: DMD should translate slashes in -of on Windows

reply d-bugmail puremagic.com writes:
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



---
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: -------
Sep 29 2012
parent d-bugmail puremagic.com writes:
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



16:58:37 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.
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: -------
Sep 29 2012