2012/9/28 Earnie Boyd :
> Please forgive my laziness as not having enough time yet to download
> and format an environment with 4.8 GCC as yet. Is there a predefined
> macro to indicate when I have SEH support?
Yes, there is.
Regards,
Kai
Please forgive my laziness as not having enough time yet to download
and format an environment with 4.8 GCC as yet. Is there a predefined
macro to indicate when I have SEH support?
--
Earnie
-- https://sites.google.com/site/earnieboyd
On Fri, Sep 28, 2012 at 11:17 AM, Ruben Van Boxem wrote:
>
> That's interesting. I'll check out mingw-builds' patches.
>
--8<--
>
> True, but at least all CMake generated Makefiles work great as well. Maybe
> you could push for better MinGW support in jom ;-).
>
> I'll try to get a complete CVS GNU
2012/9/28 Koehne Kai
> > -Original Message-
> > From: ext Ruben Van Boxem [mailto:vanboxem.ru...@gmail.com]
> > Sent: Friday, September 28, 2012 11:47 AM
> > To: mingw-w64-public@lists.sourceforge.net
> > Subject: Re: [Mingw-w64-public] Problem with mingw32-make and long
> > commands (x86
> -Original Message-
> From: ext Ruben Van Boxem [mailto:vanboxem.ru...@gmail.com]
> Sent: Friday, September 28, 2012 11:47 AM
> To: mingw-w64-public@lists.sourceforge.net
> Subject: Re: [Mingw-w64-public] Problem with mingw32-make and long
> commands (x86_64-w64-mingw32-gcc-4.7.2-release-w
2012/9/28 Koehne Kai
> Hi Ruben,
>
> I ran into an issue with your mingw32-make and a really long compiler
> line: http://pastebin.com/h5tNV7x5 . We're obviously hitting a buffer
> limit here ... However, if I replace your mingw32-make
>
> GNU Make 3.82
> Built for x86_64-w64-mingw32
>
> With the
On 9/28/12, niXman wrote:
> 2012/9/28 Koehne Kai:
>> Hi Ruben,
>>
>> I ran into an issue with your mingw32-make and a really long compiler
>> line: http://pastebin.com/h5tNV7x5 . We're obviously hitting a buffer
>> limit here ... However, if I replace your mingw32-make
>>
>> GNU Make 3.82
>> Built
Hi,
yes this difference is caused - IIRC - by a change of process-spawning
in mingw,org's make. Not sure if this patch is already upstream, but
the limitted command-line-buffer o 8k can be extended to 32k buffer by
using CreateProcess directly instead of using CMD.exe here.
See for some details
2012/9/28 Koehne Kai:
> Hi Ruben,
>
> I ran into an issue with your mingw32-make and a really long compiler line:
> http://pastebin.com/h5tNV7x5 . We're obviously hitting a buffer limit here
> ... However, if I replace your mingw32-make
>
> GNU Make 3.82
> Built for x86_64-w64-mingw32
>
> With th
Hi Ruben,
I ran into an issue with your mingw32-make and a really long compiler line:
http://pastebin.com/h5tNV7x5 . We're obviously hitting a buffer limit here ...
However, if I replace your mingw32-make
GNU Make 3.82
Built for x86_64-w64-mingw32
With the one from latest mingw-builds:
GNU M
10 matches
Mail list logo