September 26, 2006 [Issue 372] New: -op does not create subdirectories | ||||
---|---|---|---|---|
| ||||
http://d.puremagic.com/issues/show_bug.cgi?id=372 Summary: -op does not create subdirectories Product: D Version: 0.167 Platform: PC OS/Version: Windows Status: NEW Severity: normal Priority: P2 Component: DMD AssignedTo: bugzilla@digitalmars.com ReportedBy: sean@f4.ca This is similar to issue #103 where -D was not creating subdirectories. If -op is specified, DMD should create any intervening directories rather than failing. Example: C:\code\src\d>dmd test\test.d -odc:\temp -op Error: Error writing file 'c:\temp\test\test.obj' C:\code\src\d> The above error should not occur. This is important when building projects containing multiple same-named modules (such as "exception", where simply using -od is insufficient) and the project folders are read-only for the building process. -- |
October 05, 2006 [Issue 372] -op does not create subdirectories | ||||
---|---|---|---|---|
| ||||
Posted in reply to d-bugmail | http://d.puremagic.com/issues/show_bug.cgi?id=372 bugzilla@digitalmars.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED ------- Comment #1 from bugzilla@digitalmars.com 2006-10-04 19:56 ------- Fixed DMD 0.168 -- |
Copyright © 1999-2021 by the D Language Foundation