Building latest LDC on windows

Kai Nacke kai at redstar.de
Fri Sep 6 13:28:11 PDT 2013


On Thursday, 5 September 2013 at 17:37:51 UTC, Temtaime wrote:
> Seems that ldc doesn't support MSVC I/O.
>
> Also errors in mixins
>
> .\phobos-ldc\std\internal\digest\sha_SSSE3.d(651): Error: 
> matching '}' expected, not end of file

Are you trying to create a 32bit build? Druntime does not support 
MS CRT in 32bit mode. That is a heritage of dmd which uses the 
dmc runtime for 32bit.

(The refactoring for 32bit is on my todo list.)

Kai


More information about the digitalmars-d-ldc mailing list