Re: [Mingw-w64-public] [Project news | Project changes]

2012-10-06 Thread Loaden
Still does not exist Linux host builds? I am only a Linux user, so, I hope there exist a Linux Host builds to cross compilation Windows apps. 2012/10/6 niXman > Dual-target(32 & 64 bit) MinGW compilers for 32 and 64 bit Windows: > http://sourceforge.net/projects/mingwbuilds/ > -- *Please don

Re: [Mingw-w64-public] Qt 5 and MinGW 64 - great progress!

2012-09-26 Thread Loaden
I prefer MinGW-64 too. 2012/9/26 Ruben Van Boxem > If I may have a say in Qt's decision on a toolchain, I'd suggest using > MinGW-w64 exclusively. -- *Please don't ask where I come from, It's a shame!* Best Regards Yuchen -

Re: [Mingw-w64-public] GCC 4.7.2 rubenvb build

2012-09-23 Thread Loaden
Which version of GDB? trunk branch or final release? You can try to use the same version of GDB with MinGW-Builds. In many times, it should be GDB-self problem. 2012/9/23 Ruben Van Boxem > The gdb slow startup issue for Qt programs is still under investigation. -- *Please don't ask where I c

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

2012-09-11 Thread Loaden
Does anyone think about we can use cross compilation on Linux. e.g. on Ubuntu 12.04, the mingw-w64 4.6.3 can works well with Qt. It will fast, and can use make -j option. But it can't run the QTest (maybe? I am not sure). 2012/9/11 K. Frank > Hai Kai! > > On Tue, Sep 11, 2012 at 4:10 AM, wrote

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 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 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] rubenvb 4.7.1-2-release build

2012-08-23 Thread Loaden
s you very much! Thank you great work! 2012/8/23 Ruben Van Boxem > 2012/8/23 Ruben Van Boxem > >> 2012/8/23 Loaden >> >>> *mingw32-make.exe problem after 4.7.0 ~ 4.7.1-2 and 4.6.3-1* >>> When I build Qt5 using >>> x86_64-w64-mingw32-gcc-4.6.3-release-w

Re: [Mingw-w64-public] rubenvb 4.7.1-2-release build

2012-08-22 Thread Loaden
*mingw32-make.exe problem after 4.7.0 ~ 4.7.1-2 and 4.6.3-1* When I build Qt5 using x86_64-w64-mingw32-gcc-4.6.3-release-win64_rubenvb.7z on Windows, It's works well! But the configure failed with *4.7.0 ~ 4.7.1-2 and 4.6.3-1* ** *Failed Message:* > g++ -Wl,-subsystem,console -mthreads -o ../../co

Re: [Mingw-w64-public] rubenvb 4.7.1-2-release build

2012-08-17 Thread Loaden
Works well on Ubuntu 12.04. I just compiled Qt5 + QtCreator + Qbs's test demos successful. Thanks for your great work! 2012/8/17 Ruben Van Boxem > Hi everyone, > > I kind of borked parts of my previous 4.7 release. I apologize again, > because I should have caught the problems reported before I

Re: [Mingw-w64-public] 4.7.1-1-release by rubenvb

2012-08-10 Thread Loaden
Not work under Ubuntu 12.04 64bit. loaden@qpsoft:~/qpSOFT/Projects/Qbs/tests/manual$ ls > /opt/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/4.7.1/../../../../x86_64-w64-mingw32/bin/as > > /opt/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/4.7.1/../../../../x86_64-w64-mingw32/bin/as > l

Re: [Mingw-w64-public] MinGW-w64 does not work for Qt5

2012-07-01 Thread Loaden
Here is the verbose log: > loaden@qpsoft:~/qpSOFT/Projects/Qbs/tests/manual/uic$ > /usr/bin/x86_64-w64-mingw32-g++ -v -m64 -O2 -Wall -W > /home/loaden/qpSOFT/Projects/Qbs/tests/manual/uic/build/m64-mingw64-release/.obj/ui/bla.o > -o > /home/loaden/qpSOFT/Projects/Qbs/tests/manua

Re: [Mingw-w64-public] MinGW-w64 does not work for Qt5

2012-07-01 Thread Loaden
The 'WinMain' entry function compiled in libmain.a, the issue is: mingw-w64 can't find the function, but it is exist. Same code can be compilation use MSVC / Linux GCC. Only does not work with MinGW-w64. > > #include "qt_windows.h" > #include "qbytearray.h" > #include "qstring.h" > #include "qvect

[Mingw-w64-public] MinGW-w64 does not work for Qt5

2012-07-01 Thread Loaden
https://sourceforge.net/tracker/?func=detail&aid=3539247&group_id=202880&atid=983354 > /usr/bin/x86_64-w64-mingw32-g++ -m64 -O2 -Wall -W > /home/loaden/qpSOFT/Projects/Qbs/tests/manual/uic/build/m64-mingw64-release/.obj/ui/bla.o > -o > /home/loaden/qpSOFT/Projects/Qbs/te