[Issue 17098] this programworked on DMD 2072.2, not it does not compile dmd 2073 any betas

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Tue Jan 17 06:46:27 PST 2017


https://issues.dlang.org/show_bug.cgi?id=17098

Martin Nowak <code at dawg.eu> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |code at dawg.eu

--- Comment #1 from Martin Nowak <code at dawg.eu> ---
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/tdhdsvmknnpiugnngkex@forum.dlang.org
[²]:
https://github.com/dlang/installer/blob/5179af93d9f0fd84d714e8742492434bf16ed2f6/windows/d2-installer.nsi#L351

--


More information about the Digitalmars-d-bugs mailing list