Thread overview
[Issue 1501] New: gdmd: wrong object directory when generating headers
Sep 14, 2007
d-bugmail
Sep 14, 2007
d-bugmail
Sep 23, 2007
d-bugmail
September 14, 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@users.sf.net
        ReportedBy: afb@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


-- 

September 14, 2007
http://d.puremagic.com/issues/show_bug.cgi?id=1501





------- Comment #1 from afb@algonet.se  2007-09-14 03:49 -------
Created an attachment (id=179)
 --> (http://d.puremagic.com/issues/attachment.cgi?id=179&action=view)
gdmd-interface-output.patch


-- 

September 23, 2007
http://d.puremagic.com/issues/show_bug.cgi?id=1501


dvdfrdmn@users.sf.net changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED




------- Comment #2 from dvdfrdmn@users.sf.net  2007-09-23 18:03 -------
Fixed in svn 165 / release 0.25


--