object.d: Error: module object is in file 'object.d' which cannot be read
Trass3r
un at known.com
Sun Mar 27 05:48:22 PDT 2011
> object.d: Error: module object is in file 'object.d' which cannot be read
> import path[0] = /etc/../../src/phobos
> import path[1] = /etc/../../src/druntime/import
As you can see dmd.conf uses relative paths.
That guide needs an overhaul.
The easiest way is to copy the contents of the zip archive into some local
dmd directory and add dmd/linux/bin to your PATH.
(i.e. remove your etc/dmd.conf for now)
More information about the Digitalmars-d-learn
mailing list