Re: Issus with DMD 2.065

2014-03-04 Thread John Colvin

On Tuesday, 4 March 2014 at 00:41:09 UTC, Hertz wrote:
 Ever since I installed the latest DMD 2.065 I cant seem to 
compile and run .d files anymore. I'm installing dmd using the 
.deb file on Ubuntu. When it is installed and I try to compile 
a .d file the console gives me this.


 cannot find source code for runtime library file 'object.d'
   dmd might not be correctly installed.

Any suggestions?


Chances are dmd can't find a dmd.conf, or is reading the wrong 
one. See http://dlang.org/dmd-linux.html#dmd_conf


Issus with DMD 2.065

2014-03-03 Thread Hertz
 Ever since I installed the latest DMD 2.065 I cant seem to 
compile and run .d files anymore. I'm installing dmd using the 
.deb file on Ubuntu. When it is installed and I try to compile a 
.d file the console gives me this.


 cannot find source code for runtime library file 'object.d'
   dmd might not be correctly installed.

Any suggestions?