DMDScript on GDC
Walter Bright
newshound at digitalmars.com
Mon Apr 17 01:51:51 PDT 2006
Andrew Madigan wrote:
> I'm not sure if this is the right forum for this question, but I tried
> downloading the DMDScript sources and the patch from the GDC website, but
> it won't compile. The problem seems to be in property.d. In fact, the C
> code in that file seems to be specific to the phobos implementation in DMD.
> Is there any way to compile DMDScript for GDC? Is there something I'm
> missing?
The phobos implementation of associative arrays changed recently,
requiring an update to DMDScript because it dips under the hood to deal
with associative arrays. GDC hasn't been updated yet, so the solution is
to download an older DMDScript.
More information about the D.gnu
mailing list