Re: Problem with compiling code with DMD 2.049

2010-09-25 Thread Russel Winder
On Fri, 2010-09-24 at 19:35 -0700, Jonathan M Davis wrote: On Friday 24 September 2010 18:25:47 Andy Elvey wrote: Hi all - I'm a first-timer here and very keen to get into some D coding! Unfortunately, I have a problem. I've installed the one-click .deb package from Digital Mars, but

Re: Problem with compiling code with DMD 2.049

2010-09-25 Thread Jesse Phillips
Russel Winder Wrote: It perhaps should be noted that the deb is a 32-bit Ubuntu deb and so may not work on Debian, or any Ubuntu other than the one compiled on (i.e. Lucid, Karmic, etc.). Rather than fight with installing a 32-bit deb on a 64-bit system, I just install the binary tarball --

Problem with compiling code with DMD 2.049

2010-09-24 Thread Andy Elvey
Hi all - I'm a first-timer here and very keen to get into some D coding! Unfortunately, I have a problem. I've installed the one-click .deb package from Digital Mars, but when I try to compile a very simple D program, I get this message - dmd -w -c hello.d (in directory: /home/andy/d_stuff)

Re: Problem with compiling code with DMD 2.049

2010-09-24 Thread Andy Elvey
Hi Jonathan! Thanks very much for your help there! I'll have a look at dmd.conf and will also look at the docs on it. I'm sure it won't be long before I'm up and running :) Thanks again - bye for now - - Andy