Re: MinGW64 Build Instructions

2011-06-01 Thread Daniel Green
On 5/29/2011 4:20 AM, Vladimir Panteleev wrote: Pretty sure it's not the calling convention. aApplycdzd exists only in the object files for modules which use foreach (dchar c; someString). I looked into the issue and the problem lines with the use of sprintf in the compiler source. Line 1833

Re: MinGW64 Build Instructions

2011-05-29 Thread Vladimir Panteleev
On Sat, 28 May 2011 22:46:17 +0300, Daniel Green wrote: On 5/28/2011 1:53 AM, Vladimir Panteleev wrote: 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.

Re: MinGW64 Build Instructions

2011-05-28 Thread Daniel Green
On 5/28/2011 1:53 AM, Vladimir Panteleev wrote: 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 linki

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

Re: MinGW64 Build Instructions

2011-05-25 Thread Vladimir Panteleev
On Sat, 30 Apr 2011 08:42:57 +0300, Daniel Green wrote: https://bitbucket.org/goshawk/gdc/wiki/MinGW64 The above link details the process of building GDC with TDM64. The instructions are not great at the moment. It's getting late and I rushed them. I'll get the patches posted sometime t

Re: MinGW64 Build Instructions

2011-05-17 Thread Daniel Green
On 5/14/2011 11:02 PM, dsimcha wrote: Now that you have the patches "officially" submitted, are you going to post binaries? I'll get binaries posted when I have a build script that can go from start to finish without human intervention.

Re: MinGW64 Build Instructions

2011-05-14 Thread dsimcha
On 4/30/2011 1:42 AM, Daniel Green wrote: https://bitbucket.org/goshawk/gdc/wiki/MinGW64 The above link details the process of building GDC with TDM64. The instructions are not great at the moment. It's getting late and I rushed them. I'll get the patches posted sometime tomorrow. Post any ques

Re: MinGW64 Build Instructions

2011-04-30 Thread Daniel Green
On 4/30/2011 3:20 PM, dsimcha wrote: Nice! Based on your other post, I'm a little confused. Is this a barebones 64-bit compiler, or is it at least an attempt to patch Phobos and druntime to work on Win64? I've attempted to patch Phobos and got it to compile. I think there are issues resulting

Re: MinGW64 Build Instructions

2011-04-30 Thread dsimcha
On 4/30/2011 1:42 AM, Daniel Green wrote: https://bitbucket.org/goshawk/gdc/wiki/MinGW64 The above link details the process of building GDC with TDM64. The instructions are not great at the moment. It's getting late and I rushed them. I'll get the patches posted sometime tomorrow. Post any ques

MinGW64 Build Instructions

2011-04-30 Thread Daniel Green
https://bitbucket.org/goshawk/gdc/wiki/MinGW64 The above link details the process of building GDC with TDM64. The instructions are not great at the moment. It's getting late and I rushed them. I'll get the patches posted sometime tomorrow. Post any questions or comments in this newsgroup a