digitalmars.D.learn - Issus with DMD 2.065
- Hertz (7/7) Mar 03 2014 Ever since I installed the latest DMD 2.065 I cant seem to
- John Colvin (3/10) Mar 04 2014 Chances are dmd can't find a dmd.conf, or is reading the wrong
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?
Mar 03 2014
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
Mar 04 2014