On 4/27/2012 1:58 PM, Dmitry Olshansky wrote:
Before I try to workaround this beast anyone have an idea what's wrong?
In a nutshell, MinGW has a strange existence between the Posix code and Windows code. So, it's often affected by changes in both.
Windows handles modules differently than GDC. So when they changed some things(Moved module handling to minfo.d), it broke MinGW. I have fix, just ironing out a few other issues as well.
https://bitbucket.org/goshawk/gdc/issue/338/hello-world-in-mingw-release-d2058-x86-64