Suggestion: Build windows DMD with MSVC

Andrej Mitrovic andrej.mitrovich at gmail.com
Sat Jun 1 07:34:42 PDT 2013


On 6/1/13, Benjamin Thaut <code at benjamin-thaut.de> wrote:
> And your unittests should run again.

I've tried this fix, it still doesn't work for me:

$ echo unittest { assert(0); } void main() { } > test.d

$ rdmd --force -unittest --compiler=dmd_dmc test.d
> core.exception.AssertError at test(1): unittest failure

$ rdmd --force -unittest --compiler=dmd_msc test.d
>

I've tried with a clean build and then a full release build.


More information about the Digitalmars-d mailing list