digitalmars.D - [BUG} dsss linker error when a module has property
- =?ISO-8859-1?Q?Adam_Cig=E1nek?= <adam.ciganek gmail.com> Sep 27 2010
- "Nick Sabalausky" <a a.a> Sep 28 2010
- =?ISO-8859-2?Q?Adam_Cig=E1nek?= <adam.ciganek gmail.com> Sep 29 2010
- "Nick Sabalausky" <a a.a> Sep 29 2010
Hello there, Could someone take a look at this bug: http://www.dsource.org/projects/dsss/ticket/234 ? Or at least point me the right way - I might give a try fixing it myself. adam.
Sep 27 2010
"Adam Cigánek" <adam.ciganek gmail.com> wrote in message news:mailman.336.1285626348.858.digitalmars-d puremagic.com...Hello there, Could someone take a look at this bug: http://www.dsource.org/projects/dsss/ticket/234 ? Or at least point me the right way - I might give a try fixing it myself. adam.
DSSS and rebuild were unfortunately abandoned quite some time ago. You may want to try xfbuild or rdmd instead.
Sep 28 2010
Thanks Nick. xfbuild and rdmd look good, I'll take a closer look at them. However, they both seem to be just build tools, but dsss was also kind of package manager (like rubygems for ruby or CPAN for perl). Was the idea of package manager for D abandoned? Or is there an alternative? 2010/9/28 Nick Sabalausky <a a.a>:"Adam Cig=E1nek" <adam.ciganek gmail.com> wrote in message news:mailman.336.1285626348.858.digitalmars-d puremagic.com...Hello there, Could someone take a look at this bug: http://www.dsource.org/projects/dsss/ticket/234 ? Or at least point me the right way - I might give a try fixing it myself. adam.
DSSS and rebuild were unfortunately abandoned quite some time ago. You ma=
want to try xfbuild or rdmd instead.
Sep 29 2010
"Adam Cigánek" <adam.ciganek gmail.com> wrote in message news:mailman.349.1285773387.858.digitalmars-d puremagic.com...Thanks Nick. xfbuild and rdmd look good, I'll take a closer look at them. However, they both seem to be just build tools, but dsss was also kind of package manager (like rubygems for ruby or CPAN for perl). Was the idea of package manager for D abandoned? Or is there an alternative?
The idea of a new package manager for D has been discussed, and there's definitely been interest in it, but I'm not aware of one actually being made yet. Although there is someone that's been working on a "dmdz" (or was it "zdmd"?) which is a step in that direction.
Sep 29 2010









"Nick Sabalausky" <a a.a> 