Thread overview
Re: green's mingw-gdc
Apr 23, 2012
Andrej Mitrovic
Apr 23, 2012
Iain Buclaw
Apr 23, 2012
Iain Buclaw
Apr 23, 2012
Andrej Mitrovic
April 23, 2012
On 4/23/12, Andrej Mitrovic <andrej.mitrovich@gmail.com> wrote:
> Also thanks for linking to my DWinProg repo

Or was that Ian? Well anyway it's here so thanks to whoever linked it: https://bitbucket.org/goshawk/gdc/wiki/MinGWDocumentation
April 23, 2012
On 23 April 2012 18:02, Andrej Mitrovic <andrej.mitrovich@gmail.com> wrote:
> Hey Daniel,
>
> I've tried your new mingw-gdc repository but I've had some patching failures:
>
> $ hg qclone https://bitbucket.org/venix1/mingw-gdc
> $ cd mingw-gdc
> $ hg qpush -a
>
> Errors:
> ------------------------------------------------------------------


You probably want to use the gcc-4.x-compat branch if you are using the sources from Github.  The master branch will no longer work with anything below the most recent GCC snapshot.



-- 
Iain Buclaw

*(p < e ? p++ : p) = (c & 0x0f) + '0';
April 23, 2012
On 23 April 2012 18:10, Iain Buclaw <ibuclaw@ubuntu.com> wrote:
> On 23 April 2012 18:02, Andrej Mitrovic <andrej.mitrovich@gmail.com> wrote:
>> Hey Daniel,
>>
>> I've tried your new mingw-gdc repository but I've had some patching failures:
>>
>> $ hg qclone https://bitbucket.org/venix1/mingw-gdc
>> $ cd mingw-gdc
>> $ hg qpush -a
>>
>> Errors:
>> ------------------------------------------------------------------
>
>
> You probably want to use the gcc-4.x-compat branch if you are using the sources from Github.  The master branch will no longer work with anything below the most recent GCC snapshot.
>

Or at least has no guarantee to work with. :~)

-- 
Iain Buclaw

*(p < e ? p++ : p) = (c & 0x0f) + '0';
April 23, 2012
On 4/23/12, Iain Buclaw <ibuclaw@ubuntu.com> wrote:
> You probably want to use the gcc-4.x-compat branch if you are using the sources from Github.

Sorry I have the dumbs today, I didn't even download those gcc sources. I assumed qpush would do its magic and pull the sources automatically. :p