D.gnu - DMDScript on GDC
- Andrew Madigan <amadigan gmail.com> Apr 14 2006
- Walter Bright <newshound digitalmars.com> Apr 17 2006
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?
Apr 14 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.
Apr 17 2006








Walter Bright <newshound digitalmars.com>