Re: MinGW64 Build Instructions

2011-05-27 Thread Vladimir Panteleev
On Sat, 28 May 2011 06:32:02 +0300, Daniel Green wrote: You have to change os_query_staticdataseg in win32.d it's done in the patch. Thanks, didn't expect that part to be that simple. The next obstacle seems to be _aApplycdzd/_aApplywdzd linking errors. I have no idea where gdc is getting

Re: MinGW64 Build Instructions

2011-05-27 Thread Daniel Green
On 5/27/2011 4:55 PM, Vladimir Panteleev wrote: Where is the patch? In the original post you said you'd post the patches "tomorrow", but I haven't seen them here or linked from the building instructions. Forgot to mention it but all patches relating to Win64 support can be found here. https:

Re: MinGW64 Build Instructions

2011-05-27 Thread Vladimir Panteleev
On Fri, 27 May 2011 23:52:33 +0300, Daniel Green wrote: On 5/25/2011 6:59 PM, Vladimir Panteleev wrote: However, it doesn't look like the Phobos in HG tip is ready for 64-bit. There were some trivial problems in std.stream, but lots of warnings/errors in the GC. Is that with the patch? Whe

Re: MinGW64 Build Instructions

2011-05-27 Thread Daniel Green
On 5/25/2011 6:59 PM, Vladimir Panteleev wrote: However, it doesn't look like the Phobos in HG tip is ready for 64-bit. There were some trivial problems in std.stream, but lots of warnings/errors in the GC. Is that with the patch? The errors should be uint to size_t conversions. However, I r