Re: Compiling GDC-MinGW

2013-03-09 Thread Daniel Green
I managed to exactly reproduce the error by setting gcc/d/lang.opt to CRLF line endings. You need to make sure everything is LF line endings. I've set a .gitattributes file which hopefully will fix this for future checkouts.

Re: Compiling GDC-MinGW

2013-03-09 Thread Benjamin Thaut
Am 09.03.2013 12:51, schrieb Daniel Green: On 3/9/2013 5:06 AM, Benjamin Thaut wrote: Ok, the new build script solved a lot of issues. Unforunately the multiline-stirng issue in options.c remains. Are you sure that you are not using a 3.x.x gcc? If you follow the build script you'll see it extr

Re: Compiling GDC-MinGW

2013-03-09 Thread Daniel Green
On 3/9/2013 5:06 AM, Benjamin Thaut wrote: Ok, the new build script solved a lot of issues. Unforunately the multiline-stirng issue in options.c remains. Are you sure that you are not using a 3.x.x gcc? If you follow the build script you'll see it extracts the TDM 4.6.1 binary and forces that du

Re: Compiling GDC-MinGW

2013-03-09 Thread Benjamin Thaut
Am 08.03.2013 20:08, schrieb Daniel Green: I've pushed updates that fix the sqlite issue as well as a few other minor adjustments to the build process. I'll look into the tlssup.c.patch issue soon. On 3/8/2013 5:55 AM, Benjamin Thaut wrote: So I completely reinstalled MinGW. Now the patch corr

Re: gcc 4.8 snapshot

2013-03-09 Thread Joseph Rushton Wakeling
On 03/08/2013 07:37 PM, John Colvin wrote: Is there any way of knowing the correct snapshot to compile with at any given time? It's a pretty lengthy trial and error process to find out Personally I just use whatever is the current gcc-snapshot package in Ubuntu/Debian, which has always wor