On Thursday, 6 March 2014 at 13:36:46 UTC, Jussi Jumppanen wrote:
modulecache.d(138): Error: cannot implicitly convert expression (f.size()) of type ulong to uint

I fixed that by adding cast(size_t) at that location.

But after fixing that problem the build still fails, I had to remove -g flag in build.bat file. I assume it was added by mistake?

The problem appears on Windows 7 32bit.

Reply via email to