https://issues.dlang.org/show_bug.cgi?id=17098
Martin Nowak <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Martin Nowak <[email protected]> --- Work for me on linux, but uses ~1.2GiB to compile. The current CTFE interpreter easily uses a lot of memory, see issue 6498. We're working on a replacement interpreter, but it's not quite ready yet [¹]. I guess you simply hit a memory limit for 32-bit processes on Windows now, will test later on Win. As a workaround you can use the 64-bit version of dmd. As that uses the VC linker and libc, you need VisualStudio installed, the Win installer should know how to do/find that [²]. [¹]: http://forum.dlang.org/post/[email protected] [²]: https://github.com/dlang/installer/blob/5179af93d9f0fd84d714e8742492434bf16ed2f6/windows/d2-installer.nsi#L351 --
