|
Archives
D Programming
DD.gnu digitalmars.D digitalmars.D.bugs digitalmars.D.dtl digitalmars.D.dwt digitalmars.D.announce digitalmars.D.learn digitalmars.D.debugger C/C++ Programming
c++c++.announce c++.atl c++.beta c++.chat c++.command-line c++.dos c++.dos.16-bits c++.dos.32-bits c++.idde c++.mfc c++.rtl c++.stl c++.stl.hp c++.stl.port c++.stl.sgi c++.stlsoft c++.windows c++.windows.16-bits c++.windows.32-bits c++.wxwindows digitalmars.empire digitalmars.DMDScript electronics |
D.gnu - [Issue 1501] New: gdmd: wrong object directory when generating headers
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
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 -- Sep 14 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 -- Sep 23 2007
|