GDC with later DMD's
Anders F Björklund
afb at algonet.se
Sat Apr 29 09:18:25 PDT 2006
Gregor Richards wrote:
> GDC 0.17 is unfortunately out of date with respect to DMD. I've been
> hacking at it and got a working GDC based on DMD 0.154, simply by
> incrementally going version-by-version, repatching it, and making sure
> it still compiles. It seems to be working. Most importantly, it
> compiles much of the stuff that GDC 0.17 doesn't due to language changes.
Okay, I got your updated version ("gdc-Ego") and unpacked it.
You didn't say if you had been merging with what Brad did for
"gdc-0.18-alpha1", so I will initially assume that you didn't.
So now we're looking at integrating:
gdc-0.17 (DMD 0.140)
gdc-0.18-alpha1 (DMD 0.148)
gdc-Ego (DMD 0.156)
Plus whatever changes that David has done for the gdc 0.18
release already, such as for Linux PowerPC or 64-bit support.
Will run some diffs and then try to compile this for the Mac.
--anders
PS.
The only differences between DMD 0.155 and 0.156 are prints.
(some debugging printfs were not commented out, expression.c)
More information about the D.gnu
mailing list