Re: [Mingw-w64-public] Fwd: [Development] Choosing a new MinGW for Qt 5

2012-08-31 Thread niXman
2012/8/31 niXman: >> http://qt-project.org/wiki/MinGW-64-bit >> working GDB... >> ___ mingw-builds: 7.4.1... > > MinGW-builds gcc-4.7.1-release will be rebuilt this weekend for use > GDB-7.5.0 and binutils-2.22.90. Done. -- Regards, niXman ___ Dua

Re: [Mingw-w64-public] Fwd: [Development] Choosing a new MinGW for Qt 5

2012-08-31 Thread K. Frank
Hi Yuchen! Thank you for the further suggestion. On Fri, Aug 31, 2012 at 11:48 PM, Loaden wrote: > Does .\mingw64\bin\lib exist? Yes it does. I overlooked it before, and it's filled with a bunch of python stuff. > If does try to remove it, and keep > python27.dll. I gave this a try, and now

Re: [Mingw-w64-public] Fwd: [Development] Choosing a new MinGW for Qt 5

2012-08-31 Thread asmwarrior
On 2012-9-1 0:00, Loaden wrote: > 2012/8/31 K. Frank > > > Also, I've had a problem with recent versions of mingw-w64 gdb. It's slow > as molasses loading up and/or initializing an application (minutes), but > once the application starts, it seems to be fi

Re: [Mingw-w64-public] Fwd: [Development] Choosing a new MinGW for Qt 5

2012-08-31 Thread Loaden
Does .\mingw64\bin\lib exist? If does try to remove it, and keep python27.dll. 2012/9/1 K. Frank > In my .\mingw64\bin directory (the one that I add to my path, and > that contains, for example, g++.exe) I have the file python27.dll. > (That is the only python stuff I see.) > -- Best Regards

Re: [Mingw-w64-public] Fwd: [Development] Choosing a new MinGW for Qt 5

2012-08-31 Thread K. Frank
Hello Yuchen! On Fri, Aug 31, 2012 at 7:58 PM, Loaden wrote: > Try to remove $INSTALL_PREFIX/bin/python stuff. Thanks for the suggestion, but I don't follow exactly what you mean. In my .\mingw64\bin directory (the one that I add to my path, and that contains, for example, g++.exe) I have the f

Re: [Mingw-w64-public] Fwd: [Development] Choosing a new MinGW for Qt 5

2012-08-31 Thread Loaden
Try to remove $INSTALL_PREFIX/bin/python stuff. B.T.W there should make two gdb version, one with and one without python support. e.g. MinGW-TDM package. 2012/9/1 K. Frank > Thanks for the explanation. Any idea how to turn python off (and > hopefully speed up gdb)? > -- Best Regards Yuchen

Re: [Mingw-w64-public] Fwd: [Development] Choosing a new MinGW for Qt 5

2012-08-31 Thread niXman
2012/8/31 K. Frank: > Following up on some suggestions folks had made earlier on the list, I > modified the relevant win32-g++\qmake.conf file as follows: > >QMAKE_CFLAGS_RELEASE = -O2 -fno-keep-inline-dllexport >QMAKE_CFLAGS_DEBUG = -g -fno-keep-inline-dllexport > >QMAKE_LFLAGS_RELEAS

Re: [Mingw-w64-public] Fwd: [Development] Choosing a new MinGW for Qt 5

2012-08-31 Thread K. Frank
Hello Jon! On Fri, Aug 31, 2012 at 12:34 PM, JonY wrote: > On 8/31/2012 23:46, K. Frank wrote: >> There is a memory-exhausted issue with building recent versions of Qt with >> recent versions of mingw-w64. I don't know whose "fault" it is -- my guess >> is that there is an inefficiency in mingw-

Re: [Mingw-w64-public] Fwd: [Development] Choosing a new MinGW for Qt 5

2012-08-31 Thread K. Frank
Hi Yuchen! On Fri, Aug 31, 2012 at 12:00 PM, Loaden wrote: > > 2012/8/31 K. Frank >> >> Also, I've had a problem with recent versions of mingw-w64 gdb. It's slow >> as molasses loading up and/or initializing an application (minutes), but >> once the application starts, it seems to be fine. (I d

Re: [Mingw-w64-public] Fwd: [Development] Choosing a new MinGW for Qt 5

2012-08-31 Thread JonY
On 8/31/2012 23:46, K. Frank wrote: > There is a memory-exhausted issue with building recent versions of Qt with > recent versions of mingw-w64. I don't know whose "fault" it is -- my guess > is that there is an inefficiency in mingw-w64 that is triggered by the large > size of Qt. I've been able

Re: [Mingw-w64-public] Fwd: [Development] Choosing a new MinGW for Qt 5

2012-08-31 Thread Loaden
2012/8/31 K. Frank > Also, I've had a problem with recent versions of mingw-w64 gdb. It's slow > as molasses loading up and/or initializing an application (minutes), but > once the application starts, it seems to be fine. (I don't think that this > is > Qt specific.) > Because it's using python

Re: [Mingw-w64-public] Fwd: [Development] Choosing a new MinGW for Qt 5

2012-08-31 Thread K. Frank
Hello Paul! On Fri, Aug 31, 2012 at 9:28 AM, Pau Garcia i Quiles wrote: > Hi, > > Qt Project is again trying to decide on what gcc to use on Windows. If > someone could drop by developm...@qt-project.org and give more insight > (like: SEH vs Dwarf2 builds, std::thread, make -j support, etc), it'd

Re: [Mingw-w64-public] Fwd: [Development] Choosing a new MinGW for Qt 5

2012-08-31 Thread Ray Donnelly
Hi Pau, The Android Necessitas Qt project moved from MinGW to MinGW-w64 for our A4 release. As we also build our own version of the Android NDK for Necessitas, we used (improved and merged back into) their mingw-w64 build script also build our cross MinGW compilers: https://android.googlesource.

Re: [Mingw-w64-public] Fwd: [Development] Choosing a new MinGW for Qt 5

2012-08-31 Thread niXman
> http://qt-project.org/wiki/MinGW-64-bit > working GDB... > ___ mingw-builds: 7.4.1... MinGW-builds gcc-4.7.1-release will be rebuilt this weekend for use GDB-7.5.0 and binutils-2.22.90. -- Regards, niXman ___ Dual-target(32 & 64 bit) MinGW comp

[Mingw-w64-public] Fwd: [Development] Choosing a new MinGW for Qt 5

2012-08-31 Thread Pau Garcia i Quiles
Hi, Qt Project is again trying to decide on what gcc to use on Windows. If someone could drop by developm...@qt-project.org and give more insight (like: SEH vs Dwarf2 builds, std::thread, make -j support, etc), it'd be great. -- Forwarded message -- From: Date: Fri, Aug 31, 201