D Shared Software System version 0.3 released!

Gregor Richards Richards at codu.org
Fri Nov 17 06:32:56 PST 2006


Dawid Ciężarkiewicz wrote:
> Gregor Richards wrote:
> 
>> I have just released version 0.3 of DSSS, the D Shared Software System.
> 
> I've tried to grab mango:
> $ dsss net install mango
> [...]
> [...]
> [...]
> mango/containers => DD-mango-containers
> [...]
> mango/sys/Atomic.di(38): version X86_not_GNU declaration must be at module
> level
> 
> Code:
> // this ASM code doesn't work on GDC
> version (X86) {
>     version (GNU) {} else {
>         version = X86_not_GNU;
>     }
> }
> 
> What to do with that?
> 

Actually, that was my fault - I added a patch to Mango to make it work 
with GDC, and it looks like it broke on DMD ...

Try it now, I believe it should be working.

  - Gregor Richards



More information about the Digitalmars-d-announce mailing list