[Issue 3408] New: compiler asks for object.d when it really expects object.di
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Thu Oct 15 20:23:52 PDT 2009
http://d.puremagic.com/issues/show_bug.cgi?id=3408
Summary: compiler asks for object.d when it really expects
object.di
Product: D
Version: 2.035
Platform: x86
URL: http://dsource.org/forums/viewtopic.php?t=4790
OS/Version: Windows
Status: NEW
Keywords: diagnostic
Severity: normal
Priority: P2
Component: DMD
AssignedTo: nobody at puremagic.com
ReportedBy: technocrat7 at gmail.com
--- Comment #0 from Justin C Calvarese <technocrat7 at gmail.com> 2009-10-15 20:23:51 PDT ---
If a user has a problem with their path setup (such as a missing sc.ini), they
will likely see this error message:
object.d: Error: module object cannot read file 'object.d'
Since DMD2 doesn't come with an object.d (but rather object.di), the error
message should reflect that. Perhaps it should be:
object.d[i]: Error: module object cannot read file 'object.d[i]'
This error message could especially be frustrating for a new user who might be
having difficulty setting up DMD.
--
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
More information about the Digitalmars-d-bugs
mailing list