Re: [Mingw-w64-public] TDM-GCC 4.5.1 released

2010-09-05 Thread Ruben Van Boxem
> > I have since released mingw64-runtime svn3485 > (mingw64-runtime-tdm64-gcc45-svn3485), which fixes this problem and a few > others. > I have also released TDM-GCC core patch 2 (gcc-4.5.1-tdm64-1-core-2), which > fixes this problem. > You're the man! Thanks. Ruben --

Re: [Mingw-w64-public] TDM-GCC 4.5.1 released

2010-09-04 Thread Ruben Van Boxem
> Looks like jon_y fixed it a few revisions later in r3440. You can fix it > by changing the #ifdef on that line to an #if. Thanks, that did it. Next problem: In file included from F:\Development\Source\Qt/src/corelib/tools/qlocale.cpp:73:0: f:\development\mingw64\bin\../lib/gcc/x86_64-w64-mingw

Re: [Mingw-w64-public] TDM-GCC 4.5.1 released

2010-09-02 Thread Bidski
Just uninstalled TDM64 GCC-4.5.0 and installed 4.5.1 and attempted to re-build wxWidgets 2.9.1. However I am met with this error during the configure stage C:/MinGW/lib/libmingw32.a(lib64_libmingw32_a-crt0_c.o): In function `main': c:\crossdev\build-mingw64-crt\mingw-w64-crt/../../mingw-w64-svn/

Re: [Mingw-w64-public] TDM-GCC 4.5.1 released

2010-09-02 Thread John E. / TDM
On 9/2/2010 2:36 PM, Ruben Van Boxem wrote: > I get this error with TDM GCC (x64) with Qt 4.7 configure: *snip* > > > *f:\development\mingw64\bin\../lib/gcc/x86_64-w64-mingw32/4.5.1/../../../../x86_64-w64-mingw32/include/ntsecapi.h:960:8: > error: macro names must be identifiers* > Look

Re: [Mingw-w64-public] TDM-GCC 4.5.1 released

2010-09-02 Thread Ruben Van Boxem
I get this error with TDM GCC (x64) with Qt 4.7 configure: *In file included from > f:\development\mingw64\bin\../lib/gcc/x86_64-w64-mingw32/4.5.1/../../../../x86_64-w64-mingw32/include/sspi.h:10:0, > * > * from > f:\development\mingw64\bin\../lib/gcc/x86_64-w64-mingw32/4.5.1/../..

Re: [Mingw-w64-public] TDM-GCC 4.5.1 released

2010-09-02 Thread Luis Lavena
On Thu, Sep 2, 2010 at 4:12 PM, NightStrike wrote: > On Thu, Sep 2, 2010 at 2:35 PM, Luis Lavena wrote: >> On Thu, Sep 2, 2010 at 3:25 PM, NightStrike wrote: >>> >>> Is there a GCC PR for that? >>> >> >> http://gcc.gnu.org/ml/gcc/2010-07/msg00440.html > > That's the status report... > http://gc

Re: [Mingw-w64-public] TDM-GCC 4.5.1 released

2010-09-02 Thread Ozkan Sezer
On Thu, Sep 2, 2010 at 10:12 PM, NightStrike wrote: > On Thu, Sep 2, 2010 at 2:35 PM, Luis Lavena wrote: >> On Thu, Sep 2, 2010 at 3:25 PM, NightStrike wrote: >>> >>> Is there a GCC PR for that? >>> >> >> http://gcc.gnu.org/ml/gcc/2010-07/msg00440.html > > That's the status report... > http://

Re: [Mingw-w64-public] TDM-GCC 4.5.1 released

2010-09-02 Thread NightStrike
On Thu, Sep 2, 2010 at 2:35 PM, Luis Lavena wrote: > On Thu, Sep 2, 2010 at 3:25 PM, NightStrike wrote: >> >> Is there a GCC PR for that? >> > > http://gcc.gnu.org/ml/gcc/2010-07/msg00440.html That's the status report... --

Re: [Mingw-w64-public] TDM-GCC 4.5.1 released

2010-09-02 Thread Luis Lavena
On Thu, Sep 2, 2010 at 3:25 PM, NightStrike wrote: > > Is there a GCC PR for that? > http://gcc.gnu.org/ml/gcc/2010-07/msg00440.html -- Luis Lavena AREA 17 - Perfection in design is achieved not when there is nothing more to add, but rather when there is nothing more to take away. Antoine de Sa

Re: [Mingw-w64-public] TDM-GCC 4.5.1 released

2010-09-02 Thread NightStrike
On Thu, Sep 2, 2010 at 8:23 AM, John E. / TDM wrote: >  Greetings! > > *TDM-GCC 4.5.1 is now available!* > > * With the 4.5.1 release, GCC now includes support for LTO on MinGW and > MinGW-w64 targets, so it's enabled in TDM-GCC. > * As with the 4.5.0 release, I've maintained the *reversal* of the

[Mingw-w64-public] TDM-GCC 4.5.1 released

2010-09-02 Thread John E. / TDM
Greetings! *TDM-GCC 4.5.1 is now available!* * With the 4.5.1 release, GCC now includes support for LTO on MinGW and MinGW-w64 targets, so it's enabled in TDM-GCC. * As with the 4.5.0 release, I've maintained the *reversal* of the GCC change that caused an out-of-memory problem building wxWid