Re: Compiling D through command line

2014-03-07 Thread Bauss
- I apologize for it all, my bad. It wasn't even a problem with the compiler nor arguments. I thought I had file extensions to show, so my main.d was actually main.d.txt Explains why it couldn't read the file. Fixed and got everything compiled fine.

Re: Compiling D through command line

2014-03-07 Thread Bauss
On Friday, 7 March 2014 at 18:07:00 UTC, Steve Teale wrote: On Friday, 7 March 2014 at 16:59:30 UTC, Bauss wrote: What arguments would I do to compile a d project through command line. Been trying a few things, but can't get it working. I always get "Error: cannot read file x" Read around th

Re: Compiling D through command line

2014-03-07 Thread Steve Teale
On Friday, 7 March 2014 at 16:59:30 UTC, Bauss wrote: What arguments would I do to compile a d project through command line. Been trying a few things, but can't get it working. I always get "Error: cannot read file x" Read around the net and it most says it's an installation error and that r

Re: Compiling D through command line

2014-03-07 Thread Jeremy DeHaan
On Friday, 7 March 2014 at 16:59:30 UTC, Bauss wrote: What arguments would I do to compile a d project through command line. Been trying a few things, but can't get it working. I always get "Error: cannot read file x" Read around the net and it most says it's an installation error and that r

Re: Compiling D through command line

2014-03-07 Thread Bauss
On Friday, 7 March 2014 at 17:44:46 UTC, H. S. Teoh wrote: On Fri, Mar 07, 2014 at 04:59:29PM +, Bauss wrote: What arguments would I do to compile a d project through command line. Been trying a few things, but can't get it working. I always use the command line, and it has always worked

Re: Compiling D through command line

2014-03-07 Thread H. S. Teoh
On Fri, Mar 07, 2014 at 04:59:29PM +, Bauss wrote: > What arguments would I do to compile a d project through command > line. Been trying a few things, but can't get it working. I always use the command line, and it has always worked fine for me. (Caveat: I use Linux, so I've no idea if what I

Re: Compiling D through command line

2014-03-07 Thread Bauss
On Friday, 7 March 2014 at 17:08:24 UTC, Rene Zwanenburg wrote: On Friday, 7 March 2014 at 16:59:30 UTC, Bauss wrote: What arguments would I do to compile a d project through command line. Been trying a few things, but can't get it working. I always get "Error: cannot read file x" Read aroun

Re: Compiling D through command line

2014-03-07 Thread Rene Zwanenburg
On Friday, 7 March 2014 at 16:59:30 UTC, Bauss wrote: What arguments would I do to compile a d project through command line. Been trying a few things, but can't get it working. I always get "Error: cannot read file x" Read around the net and it most says it's an installation error and that r

Compiling D through command line

2014-03-07 Thread Bauss
What arguments would I do to compile a d project through command line. Been trying a few things, but can't get it working. I always get "Error: cannot read file x" Read around the net and it most says it's an installation error and that reinstalling should fix it, but it works when compiling