[Issue 1501] New: gdmd: wrong object directory when generating headers

d-bugmail at puremagic.com d-bugmail at puremagic.com
Fri Sep 14 01:09:33 PDT 2007


http://d.puremagic.com/issues/show_bug.cgi?id=1501

           Summary: gdmd: wrong object directory when generating headers
           Product: DGCC aka GDC
           Version: 0.24
          Platform: All
        OS/Version: Mac OS X
            Status: NEW
          Severity: major
          Priority: P2
         Component: glue layer
        AssignedTo: dvdfrdmn at users.sf.net
        ReportedBy: afb at algonet.se


There was a bug introduced with the header file generation, so that when you
generate both headers and objects in one run and specify path to both header
file and object file - then the directory for the object file gets lost in
translation.

Something like this, names changed to protect the innocent:
$ gdmd -vdmd -H -Hffoo/bar.di -c foo/bar.d -offoo/bar.o
/usr/bin/gdc -c foo/bar.d -o bar.o -fintfc -fintfc-file=foo/bar.di


-- 



More information about the D.gnu mailing list