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] wxWidgets 2.9 + mingw-w64 -> libctl3d32 missing

2010-09-02 Thread Ozkan Sezer
On Thu, Sep 2, 2010 at 8:47 PM, Felix Wolfheimer wrote: > Hi Bidski, > > thanks for your help! The workaround you proposed fixed the issue (in > fact I've duplicated the libwctl3d32 such that I have now both > libwctl3d32 and libctl3d32). After this modification wxWidgets-2.9.2 > builds without pr

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

Re: [Mingw-w64-public] wxWidgets 2.9 + mingw-w64 -> libctl3d32 missing

2010-09-02 Thread Felix Wolfheimer
Hi Bidski, thanks for your help! The workaround you proposed fixed the issue (in fact I've duplicated the libwctl3d32 such that I have now both libwctl3d32 and libctl3d32). After this modification wxWidgets-2.9.2 builds without problems. I've checked the configure.in of wxWidgets and it contains

Re: [Mingw-w64-public] How to build OpenSSL

2010-09-02 Thread Jaroslav Šmíd
On 2.9.2010 17:19, Ruben Van Boxem wrote: > 2010/9/2 Ruben Van Boxem > > > 2010/9/2 Jaroslav Šmíd > > > I did what wiki says, but it wouldn't compile: > > make[1]: Leaving directory `/d/Devel/Mingw-w64/OpenSSL/So

Re: [Mingw-w64-public] How to build OpenSSL

2010-09-02 Thread Ruben Van Boxem
2010/9/2 Ruben Van Boxem > 2010/9/2 Jaroslav Šmíd > > I did what wiki says, but it wouldn't compile: >> >> make[1]: Leaving directory `/d/Devel/Mingw-w64/OpenSSL/Source/apps' >> making all in test... >> make[1]: Entering directory `/d/Devel/Mingw-w64/OpenSSL/Source/test' >> make[2]: Entering dir

Re: [Mingw-w64-public] How to build OpenSSL

2010-09-02 Thread Ruben Van Boxem
2010/9/2 Jaroslav Šmíd > I did what wiki says, but it wouldn't compile: > > make[1]: Leaving directory `/d/Devel/Mingw-w64/OpenSSL/Source/apps' > making all in test... > make[1]: Entering directory `/d/Devel/Mingw-w64/OpenSSL/Source/test' > make[2]: Entering directory `/d/Devel/Mingw-w64/OpenSSL/

[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

Re: [Mingw-w64-public] gettext/libintl

2010-09-02 Thread Jaroslav Šmíd
People around GTK x64 provide this package: http://ftp.gnome.org/pub/gnome/binaries/win64/dependencies/ On 1.9.2010 10:00, JonY wrote: > On 9/1/2010 15:35, Erwin Waterlander wrote: >> Hi, >> >> Are there plans to add gettext and libintl packages to mingw-w64? >> >> Erwin Waterlander >> > > Hi, >

Re: [Mingw-w64-public] How to build OpenSSL

2010-09-02 Thread Jaroslav Šmíd
I did what wiki says, but it wouldn't compile: make[1]: Leaving directory `/d/Devel/Mingw-w64/OpenSSL/Source/apps' making all in test... make[1]: Entering directory `/d/Devel/Mingw-w64/OpenSSL/Source/test' make[2]: Entering directory `/d/Devel/Mingw-w64/OpenSSL/Source/test' ( :; LIBDEPS="${LIBDEPS