digitalmars.D - problem with compling
- Dnoob (4/4) Jul 12 2007 I've wrote program in D which outputs "Hello D!", I saved it as hello.d ...
- Alexander Panek (9/15) Jul 12 2007 As mandel said, your runtime library is not in a path registered in the
I've wrote program in D which outputs "Hello D!", I saved it as hello.d however, when I try to compile it using dmd, it outputs like this. C:\dten>dmd hello.d object.d: module object cannot read file 'object.d' Someone please help me! :(
Jul 12 2007
Dnoob wrote:I've wrote program in D which outputs "Hello D!", I saved it as hello.d however, when I try to compile it using dmd, it outputs like this. C:\dten>dmd hello.d object.d: module object cannot read file 'object.d' Someone please help me! :(As mandel said, your runtime library is not in a path registered in the PATH environment variable. Anyways, questions like that are to be posted to d.D.learn. Apart from that, if you had searched through that newsgroup, you would have found the answer to your question most probably, as it has been answered a dozen times already. Kind regards, Alex
Jul 12 2007