Re: [Development] [Releasing] Qt 4.8.4 Release candidate 3 available

2012-11-15 Thread Jonathan Liu
On 15/11/2012 12:28 AM, Taipale Juhani wrote: Qt 4.8.4 Release candidate 3 packages are available at http://releases.qt-project.org/digia/4.8.4_RC3/ It is built on SHA1: d742aa4ee727de0e318e26ba24b11a780081f0c9 .tag file in qt-everywhere-opensource-src-4.8.4-rc3.tar.gz indicates source

Re: [Development] [Releasing] Qt 4.8.4 Release candidate 3 available

2012-11-15 Thread Taipale Juhani
Hi, Yes indeed this was made from 5ec6e2aca2950634d39195cc858bf062a2e2618d which is 3 commits above the one I mentioned. Sorry for confusion. Br, Juhani From: Jonathan Liu [mailto:net...@gmail.com] Sent: 15. marraskuuta 2012 12:36 To: Taipale Juhani Cc: releas...@qt-project.org;

[Development] The future of QFuture, and QtConcurrent (was Is QtConcurrent's code generator still in use?)

2012-11-15 Thread Sze Howe Koh
On 15 November 2012 04:31, Sune Vuorela nos...@vuorela.dk wrote: On 2012-11-14, Christian Kandeler christian.kande...@digia.com wrote: On 11/14/2012 12:17 PM, Sorvig Morten wrote: QtConcurrent is done. The implementation is not good enough to be used as a base for further development. Can

[Development] Jom.exe error 3 in Qt Beta2 on Windows XP

2012-11-15 Thread Labs, Torsten
Hello, i did install the Qt Beta 2 from the Download Website of Qt-Project.org. But when i try to compile somthing i get the weird error: This application has requested the Runtime to terminate it in an unusual way. Please contact the application's support team for more information. 16:09:33:

Re: [Development] The future of QFuture, and QtConcurrent (was Is QtConcurrent's code generator still in use?)

2012-11-15 Thread Tony Van Eerd
QThread: - needs new docs (coming in 5.0) - often misused (you're doing it wrong) - results in too many dedicated threads (typically) - or threads created/destroyed too often QtConcurrent::run() - I thought this was a better alternative for one shot tasks - now it sounds like QtConcurrent is not

Re: [Development] The future of QFuture, and QtConcurrent (was Is QtConcurrent's code generator still in use?)

2012-11-15 Thread Thiago Macieira
On quinta-feira, 15 de novembro de 2012 21.07.09, Tony Van Eerd wrote: QThread: - needs new docs (coming in 5.0) - often misused (you're doing it wrong) - results in too many dedicated threads (typically) - or threads created/destroyed too often QtConcurrent::run() - I thought this was a

Re: [Development] Jom.exe error 3 in Qt Beta2 on Windows XP

2012-11-15 Thread Gopalakrishna Bhat
On Thu, Nov 15, 2012 at 8:41 PM, Labs, Torsten torsten.l...@siemens.comwrote: ** Hello, i did install the Qt Beta 2 from the Download Website of Qt-Project.org. But when i try to compile somthing i get the weird error: This application has requested the Runtime to terminate it in an

Re: [Development] Jom.exe error 3 in Qt Beta2 on Windows XP

2012-11-15 Thread techabc
another two problems I have as below with 5.0 beta2: 1. in order to continue, configure.bat line 45 shoud be commented: if not exist %QTSRC%\.gitignore goto sconf 2. after flex.exe in msys rename to win_flex.exe : win_flex --noline --nounistd --outfile=Tokenizer.cpp ..\..\..\..\3rdpart

Re: [Development] Jom.exe error 3 in Qt Beta2 on Windows XP

2012-11-15 Thread techabc
I have download flex.exe of project gnuwin32, and get result as : win_flex --noline --nounistd --outfile=Tokenizer.cpp ..\..\..\..\3rdpart y\angle\src\compiler\preprocessor\new\Tokenizer.l NMAKE : fatal error U1045: spawn failed : Invalid argument Stop. NMAKE : fatal error U1077: