www.digitalmars.com         C & C++   DMDScript  

D.gnu - [Issue 1501] New: gdmd: wrong object directory when generating headers

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


-- 
Sep 14 2007
next sibling parent d-bugmail puremagic.com writes:
http://d.puremagic.com/issues/show_bug.cgi?id=1501






Created an attachment (id=179)
 --> (http://d.puremagic.com/issues/attachment.cgi?id=179&action=view)
gdmd-interface-output.patch


-- 
Sep 14 2007
prev sibling parent d-bugmail puremagic.com writes:
http://d.puremagic.com/issues/show_bug.cgi?id=1501


dvdfrdmn users.sf.net changed:

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





Fixed in svn 165 / release 0.25


-- 
Sep 23 2007