It's dsss live ?

2011-06-14 Thread Zardoz
I'm learning D2, and  puxxled when I see that something usefull like dsss, 
looks that not have any updte for too long time. In his SVN, show that not have 
any update in
years!!! (or I'm blind).

It's dsss dead ??



Re: It's dsss live ?

2011-06-14 Thread Robert Clipsham

On 14/06/2011 18:30, Zardoz wrote:

I'm learning D2, and  puxxled when I see that something usefull like dsss, 
looks that not have any updte for too long time. In his SVN, show that not have 
any update in
years!!! (or I'm blind).

It's dsss dead ??



dsss hasn't been updated in years, you are correct - best not to use it. 
There is a lot of interest in a D build tool/package manager, one 
doesn't exist currently though.


--
Robert
http://octarineparrot.com/


Re: It's dsss live ?

2011-06-14 Thread Nick Sabalausky
Zardoz luis.panad...@gmail.com wrote in message 
news:it8g8k$1kbo$1...@digitalmars.com...
 And bud, rebuild and others Any recomendation or what are live actualy 
 and works with D2 ?

rdmd

It's included with DMD, but I'd highly recommend grabbing the latest version 
off of GitHub, which has all the major problems fixed: 
https://github.com/D-Programming-Language/tools

Go to that link, download the rdmd.d file, compile it with DMD 2.053 like 
this:

dmd rdmd.d

And then, you can build your entire program like this:

rdmd --build-only -ofmain [any other build flags you want here] main.d