[Issue 13206] New: Generating interfaces while your path is on another drive fails

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Sat Jul 26 03:50:02 PDT 2014


https://issues.dlang.org/show_bug.cgi?id=13206

          Issue ID: 13206
           Summary: Generating interfaces while your path is on another
                    drive fails
           Product: D
           Version: D2
          Hardware: All
                OS: Windows
            Status: NEW
          Severity: normal
          Priority: P1
         Component: DMD
          Assignee: nobody at puremagic.com
          Reporter: alphaglosined at gmail.com

I use directory mounting on windows to e.g. make a complex path a drive.
That path is where I keep my projects.

When trying to generate interfaces via -Hdimports and -op (using DFLAGS), dmd
will output the interface files along side the sources. Completely ignoring -Hd
argument.

Without -op argument, -Hd works fine.

I was using e.g. -v with dub so I know its definitely a dmd issue.

For reference sake, I use
$ subst p: E:\\programs\\cygwin\\home\\rikki\\projects
to mount the drive.

--


More information about the Digitalmars-d-bugs mailing list