Re: [Development] Unable compiling Qt5 with -no-opengl option

2012-07-27 Thread Fred Fung
Thanks for your reply&patch. but the issue still exists.Interrelated bug in https://bugreports.qt-project.org/browse/QTBUG-25821 https://bugreports.qt-project.org/browse/QTBUG-25425 best regards,fred fung ___ Development mailing list Development@qt-pro

Re: [Development] Unable compiling Qt5 with -no-opengl option

2012-07-26 Thread Stephane Cerveau
Dear all, It seems that from the 20th of june, the build process changeda lot, so my patch is not appliable to the current HEAD revision. Sorry for the vain joy ;) On 07/26/2012 04:05 PM, Laszlo Papp wrote: > Hi Stephane, > >> I encounter this issue and here is my patch to build with -no-opengl.

Re: [Development] Unable compiling Qt5 with -no-opengl option

2012-07-26 Thread Stephane Cerveau
Ok i'll submit it On 07/26/2012 04:05 PM, Laszlo Papp wrote: > Hi Stephane, > >> I encounter this issue and here is my patch to build with -no-opengl. > Great, you took some effort about the issue. In general, could you > please get patches through Gerrit? > http://qt-project.org/wiki/Gerrit-Introd

Re: [Development] Unable compiling Qt5 with -no-opengl option

2012-07-26 Thread Laszlo Papp
Hi Stephane, > I encounter this issue and here is my patch to build with -no-opengl. Great, you took some effort about the issue. In general, could you please get patches through Gerrit? http://qt-project.org/wiki/Gerrit-Introduction Best Regards, Laszlo Papp

Re: [Development] Unable compiling Qt5 with -no-opengl option

2012-07-26 Thread Stephane Cerveau
Dear all, I encounter this issue and here is my patch to build with -no-opengl. Best regards. Stéphane On 07/26/2012 12:39 PM, Fred Fung wrote: Hi, I downloaded Qt5 beta from http://origin.releases.qt-project.org/qt5.0/beta-snapshots/2012-07-25_07-00-44 Here is my configure script,

[Development] Unable compiling Qt5 with -no-opengl option

2012-07-26 Thread Fred Fung
Hi, I downloaded Qt5 beta from http://origin.releases.qt-project.org/qt5.0/beta-snapshots/2012-07-25_07-00-44 Here is my configure script, ./configure -prefix /home/ff/qt5dist -nomake examples -nomake tests -opensource -silent -v -release -shared \ -platform linux-g++-32 -xplatform li