[Issue 5083] module object cannot read file 'object.d'
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Mon Nov 8 22:20:42 PST 2010
http://d.puremagic.com/issues/show_bug.cgi?id=5083
--- Comment #1 from Andy Elvey <andy.elvey at paradise.net.nz> 2010-11-08 22:19:38 PST ---
** Update - 9th Nov 2010 **
I've just installed dmd 2.050 (using the one-click .deb package from dmd).
The install went fine. However, when I type "dmd -v" at the terminal, this is
what I get -
andy at obsidian:~$ dmd -v
binary dmd
version v2.050
config dmd.conf
parse import
Error: cannot read file ... at p/../../src/druntime/import.d
andy at obsidian:~$
So it looks like the file import.d can't be found. (I did a search for it and
that failed to find it too). If someone can let me know which directory it
should be in, that would be good.
When I try to compile a very simple D program, I get the same error -
dmd -w -c "hello.d" (in directory: /home/andy/d_stuff)
Compilation failed.
Error: cannot read file ... at p/../../src/druntime/import.d
I hope this may be of some help. At least the previous problem with the
object.d file seems to have gone (to be replaced with another problem,
unfortunately..).
I am **really keen** to get dmd installed on my PC, so I'll do all that I can
to help with getting this problem fixed.
--
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