www.digitalmars.com         C & C++   DMDScript  

D.gnu - DMDScript on GDC

reply Andrew Madigan <amadigan gmail.com> writes:
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
parent Walter Bright <newshound digitalmars.com> writes:
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