MinTL availability
Bill Baxter
dnewsgroup at billbaxter.com
Sun May 27 18:53:52 PDT 2007
Paul Findlay wrote:
>> Anyone know where I can get hold of MinTL these days?
> I have put the 2.7.1 version (worked with DMD 0.129?) up at:
> http://findlay.net.nz/paul/mintl.zip
Here's a version that compiles with the latest DMD:
Let's call it 2.7.2.
I just did the minimal to get it to compile.
* Added .ptr's here and there.
* The import of std.vararg in share.d needed to be made public so the
mixin will work.
* In mem.c compiler was conflicted over two definitions of malloc. I
added fully-qualified names as I thought matched the intent of the code.
(Looks like it was trying to do non-gc allocs there, so I prefixed with
std.c.stdlib).
The unittests pass at least.
Uploaded to http://www.billbaxter.com/projects/d/mintl-2.7.2.zip
--bb
More information about the Digitalmars-d-dtl
mailing list