Re: Win64 MinGW

2011-04-26 Thread Brad Roberts
On 4/26/2011 7:47 PM, Daniel Green wrote: > MinGW-w64 D1 with phobos has been successfully compiled. Phobos contained 3 > errors. Two were Windows function calls. > Phobos uses size_t but Win64 uses uint. The other was with the GC relating > to Windows stack information. Several > functions

Re: Win64 MinGW

2011-04-26 Thread Daniel Green
MinGW-w64 D1 with phobos has been successfully compiled. Phobos contained 3 errors. Two were Windows function calls. Phobos uses size_t but Win64 uses uint. The other was with the GC relating to Windows stack information. Several functions in the GC expect uint which causes warnings and sh