Re: [Development] [Releasing] Qt 5.0 alpha released

2012-04-05 Thread simo.falt
From: development-bounces+simo.falt=nokia@qt-project.org [development-bounces+simo.falt=nokia@qt-project.org] on behalf of ext Thiago Macieira [thiago.macie...@intel.com] Sent: Thursday, April 05, 2012 5:49 PM To: development@qt-project.org Subjec

Re: [Development] Fatal error occurred when building Qt5 Alpha on Win7(x64)

2012-04-05 Thread techabc
add "-platform win32-msvc2010" to configure will help you. because after your configure command, some error info indicates this. 2012/4/6 杨昊 : > Hi Loaden, > > Thank you for your reply! > > I've tried "configure -opensource -prefix %CD%\qtbase -confirm-license > -debug-and-release -fast -mp -nomak

Re: [Development] Fatal error occurred when building Qt5 Alpha on Win7(x64)

2012-04-05 Thread 杨昊
Hi Loaden, Thank you for your reply! I've tried "configure -opensource -prefix %CD%\qtbase -confirm-license -debug-and-release -fast -mp -nomake examples", but same errors were reported. Then I added these missing folders into the environment variable %INCLUDE% (2 QtCore folders and 2 QtNetwork

[Development] Fwd: Fatal error occurred when building Qt5 Alpha on Win7(x64)

2012-04-05 Thread 杨昊
More information maybe helpful === Python version: 2.7.2 Perl version: 5.14.2 build 1402 OpenSSL version: 1.01 All PATH, INCLUDE and LIB environment variables are set according to: http://qt-project.org/wiki/Qt-5-Alpha-building-instructions Configuration cmd: configure -opens

[Development] Fwd: Fatal error occurred when building Qt5 Alpha on Win7(x64)

2012-04-05 Thread 杨昊
Actually i did configure it using the option "-opensource -confirm-license -nomake tests -prefix %CD%/qtbase"... 2012/4/6 Loaden > You should use -prefix=%CD%\qtbase, not the other places. > see: > >> configure -opensource -prefix %CD%\qtbase -confirm-license >> -debug-and-release -fast -mp -no

Re: [Development] Fatal error occurred when building Qt5 Alpha on Win7(x64)

2012-04-05 Thread Loaden
You should use -prefix=%CD%\qtbase, not the other places. see: > configure -opensource -prefix %CD%\qtbase -confirm-license > -debug-and-release -fast -mp -nomake examples 2012/4/5 杨昊 > Hi all! > > When building Qt5 it reports that the compiler cannot open include file > 'QStack', 'QtDebug',

Re: [Development] Making of the 4.8.2 release and getting the fixes in by 15th April

2012-04-05 Thread Giuseppe D'Angelo
2012/4/5 Thiago Macieira : > Also, while reviewing Qt 4 contributions, remember to think about Qt 5. The > contribution must either have landed in Qt 5 already and thus contain "cherry- > picked from {SHA-1 from Qt 5}" or it must have a good explanation why it > doesn't apply to Qt 5. The best such

Re: [Development] [Releasing] Qt 5.0 alpha released

2012-04-05 Thread Turunen Tuukka
I also prefer having a publicly accesible branch in which the release is stabilized in for 5.0 beta and final. -- Tuukka Girish Ramakrishnan kirjoitti 5.4.2012 17:55: Hi, On Thu, Apr 5, 2012 at 7:50 AM, mailto:marius.storm-ol...@nokia.com>> wrote: > On 04/05/2012 09:38 AM, ext Oswald Budde

Re: [Development] [Releasing] Qt 5.0 alpha released

2012-04-05 Thread marius.storm-olsen
On 04/05/2012 09:54 AM, ext Thiago Macieira wrote: > On quinta-feira, 5 de abril de 2012 11.49.40, Thiago Macieira wrote: >>> and just for good measure, let simo repeat "i will not bypass CI >>> again" about a thousand times. >> >> Why? It sounds like this is exactly the proper releasing procedure.

Re: [Development] Making of the 4.8.2 release and getting the fixes in by 15th April

2012-04-05 Thread Stephen Kelly
On Thursday, April 05, 2012 10:32:20 Thiago Macieira wrote: > On quarta-feira, 4 de abril de 2012 11.56.25, Turunen Tuukka wrote: > > Hi All, > > > > As discussed earlier, we would like to have 4.8.2 out in May for both > > the Qt Project LGPL release and Qt Commercial. There are already some > >

Re: [Development] [Releasing] Qt 5.0 alpha released

2012-04-05 Thread Thiago Macieira
On quinta-feira, 5 de abril de 2012 14.50.17, marius.storm-ol...@nokia.com wrote: > Lars and I also discussed putting a temporary hold on staging rights for > anyone except maintainers during the release cycle. Opinions on that > approach? I think it makes sense, if you can do it per branch. We ne

Re: [Development] [Releasing] Qt 5.0 alpha released

2012-04-05 Thread Girish Ramakrishnan
Hi, On Thu, Apr 5, 2012 at 7:50 AM, wrote: > On 04/05/2012 09:38 AM, ext Oswald Buddenhagen wrote: >> On Thu, Apr 05, 2012 at 10:54:56AM -0300, ext Thiago Macieira wrote: >>> On quinta-feira, 5 de abril de 2012 13.49.40, marius.storm-ol...@nokia.com >>> wrote: Those were local in Simo's mac

Re: [Development] [Releasing] Qt 5.0 alpha released

2012-04-05 Thread Thiago Macieira
On quinta-feira, 5 de abril de 2012 11.49.40, Thiago Macieira wrote: > > and just for good measure, let simo repeat "i will not bypass CI again" > > about a thousand times. > > Why? It sounds like this is exactly the proper releasing procedure. It's > been like that since forever. Clarifying: the

Re: [Development] [Releasing] Qt 5.0 alpha released

2012-04-05 Thread marius.storm-olsen
On 04/05/2012 09:38 AM, ext Oswald Buddenhagen wrote: > On Thu, Apr 05, 2012 at 10:54:56AM -0300, ext Thiago Macieira wrote: >> On quinta-feira, 5 de abril de 2012 13.49.40, marius.storm-ol...@nokia.com >> wrote: >>> Those were local in Simo's machine due to some cherry-picking of not yet >>> lande

Re: [Development] [Releasing] Qt 5.0 alpha released

2012-04-05 Thread Thiago Macieira
On quinta-feira, 5 de abril de 2012 16.38.41, Oswald Buddenhagen wrote: > On Thu, Apr 05, 2012 at 10:54:56AM -0300, ext Thiago Macieira wrote: > > On quinta-feira, 5 de abril de 2012 13.49.40, marius.storm-ol...@nokia.com > > > > wrote: > > > Those were local in Simo's machine due to some cherry-pi

Re: [Development] Compiling Qt5 Alpha on Linux fails

2012-04-05 Thread Thiago Macieira
On quinta-feira, 5 de abril de 2012 22.12.23, Yang Fan wrote: > /media/Documents_/qt-everywhere-opensource-src-5.0.0/qtwebkit/Source/WebCore > /platform/graphics/gstreamer/GStreamerGWorld.cpp:101: error: > ‘GST_PAD_LINK_CHECK_NOTHING’ was not declared in this scope Your gstreamer is probably too o

Re: [Development] [Releasing] Qt 5.0 alpha released

2012-04-05 Thread Oswald Buddenhagen
On Thu, Apr 05, 2012 at 10:54:56AM -0300, ext Thiago Macieira wrote: > On quinta-feira, 5 de abril de 2012 13.49.40, marius.storm-ol...@nokia.com > wrote: > > Those were local in Simo's machine due to some cherry-picking of not yet > > landed changed. I wanted to tag with reviewed an landed change

Re: [Development] Compiling Qt5 Alpha on Linux fails

2012-04-05 Thread Yang Fan
I got the different build error on Ubuntu 10.04: /media/Documents_/qt-everywhere-opensource-src-5.0.0/qtwebkit/Source/WebCore/platform/graphics/gstreamer/GStreamerGWorld.cpp: In member function ‘bool WebCore::GStreamerGWorld::enterFullscreen()’: /media/Documents_/qt-everywhere-opensource-src-5.0.0

Re: [Development] [Releasing] Qt 5.0 alpha released

2012-04-05 Thread Thiago Macieira
On quinta-feira, 5 de abril de 2012 13.49.40, marius.storm-ol...@nokia.com wrote: > Those were local in Simo's machine due to some cherry-picking of not yet > landed changed. I wanted to tag with reviewed an landed changes though Please upload the exact SHA-1 from Simo's machine because those are

Re: [Development] [Releasing] Qt 5.0 alpha released

2012-04-05 Thread marius.storm-olsen
Those were local in Simo's machine due to some cherry-picking of not yet landed changed. I wanted to tag with reviewed an landed changes though -- Sent from my Nokia N9On 4/5/12 8:34 ext Thiago Macieira wrote: On quinta-feira, 5 de abril de 2012 03.10.10, marius.storm-ol...@nokia.com wrote: > I

Re: [Development] [Releasing] Qt 5.0 alpha released

2012-04-05 Thread Thiago Macieira
On quinta-feira, 5 de abril de 2012 03.10.10, marius.storm-ol...@nokia.com wrote: > I will create the tags as soon as all the needed patches have landed. There's a file with a list of SHA-1, so I guess those patches had landed somewhere already. Please make sure to push that to Gerrit, so we can h

Re: [Development] Making of the 4.8.2 release and getting the fixes in by 15th April

2012-04-05 Thread Thiago Macieira
On quarta-feira, 4 de abril de 2012 11.56.25, Turunen Tuukka wrote: > Hi All, > > As discussed earlier, we would like to have 4.8.2 out in May for both the Qt > Project LGPL release and Qt Commercial. There are already some nice fixes > in the 4.8 branch and more are on their way in. > > All the it

[Development] Fatal error occurred when building Qt5 Alpha on Win7(x64)

2012-04-05 Thread 杨昊
Hi all! When building Qt5 it reports that the compiler cannot open include file 'QStack', 'QtDebug', 'QString' and 'QUrl' when compiling acceltree files. Seems that it forgot adding "..\..\include\QtCore" into its include path since those "missing files" all exist under the QtCore directory (qtbas

Re: [Development] Compiling failed on Mac OS Lion 64 with Xcode 4.3.2

2012-04-05 Thread marius.storm-olsen
On 04/04/2012 11:30 PM, ext hailong geng wrote: > with this : > /./configure -opensource -confirm-license -nomake tests -openssl -I > /usr/include/openssl/ -L /usr/lib// > /perl build/ You forgot the -prefix $PWD/qtbase option. (See http://qt-project.org/wiki/Qt-5-Alpha-building-instructions)

Re: [Development] unable to cross-compile the QT5 alpha.

2012-04-05 Thread haithem rahmani
Hi, On Wed, Apr 4, 2012 at 7:59 PM, Girish Ramakrishnan wrote: > Hi haithem, > > 2012/4/4 haithem rahmani : > > Hi, > > I'm trying to cross-compile the QT5 alpha, for ST SoCs > > I configured it as follows: > > > > $> ./configure -opensource -confirm-license -no-eglfs -no-xcb > -xplatform > > l