Re: [Mingw-w64-public] SEH

2012-09-28 Thread Kai Tietz
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

[Mingw-w64-public] SEH

2012-09-28 Thread 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? -- Earnie -- https://sites.google.com/site/earnieboyd

Re: [Mingw-w64-public] Problem with mingw32-make and long commands (x86_64-w64-mingw32-gcc-4.7.2-release-win64_rubenvb)

2012-09-28 Thread Earnie Boyd
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

Re: [Mingw-w64-public] Problem with mingw32-make and long commands (x86_64-w64-mingw32-gcc-4.7.2-release-win64_rubenvb)

2012-09-28 Thread Ruben Van Boxem
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

Re: [Mingw-w64-public] Problem with mingw32-make and long commands (x86_64-w64-mingw32-gcc-4.7.2-release-win64_rubenvb)

2012-09-28 Thread 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_64-w64-mingw32-gcc-4.7.2-release-w

Re: [Mingw-w64-public] Problem with mingw32-make and long commands (x86_64-w64-mingw32-gcc-4.7.2-release-win64_rubenvb)

2012-09-28 Thread Ruben Van Boxem
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

Re: [Mingw-w64-public] Problem with mingw32-make and long commands (x86_64-w64-mingw32-gcc-4.7.2-release-win64_rubenvb)

2012-09-28 Thread Ozkan Sezer
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

Re: [Mingw-w64-public] Problem with mingw32-make and long commands (x86_64-w64-mingw32-gcc-4.7.2-release-win64_rubenvb)

2012-09-28 Thread Kai Tietz
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

Re: [Mingw-w64-public] Problem with mingw32-make and long commands (x86_64-w64-mingw32-gcc-4.7.2-release-win64_rubenvb)

2012-09-28 Thread niXman
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

[Mingw-w64-public] Problem with mingw32-make and long commands (x86_64-w64-mingw32-gcc-4.7.2-release-win64_rubenvb)

2012-09-28 Thread 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 one from latest mingw-builds: GNU M