Re: [Interest] Qt5.2.1-QtQuickControls build with Yocto-1.5

2014-06-21 Thread Jonathan Liu
On 6/06/2014 4:14 PM, Meenakumari Shedole wrote: > Hi. > > We are integrating Qt5.2.1 version all Qt components to Yocto Dora branch. > And we build few of Qt components (using meta-qt5 in yocto)but while > building QtQuickControls and QtGrapgicaleffects getting issue. > QtQuickControls components

Re: [Interest] [Mingw-w64-public] Compiling Qt (4 or 5) with "-std=c++11"

2013-04-10 Thread Jonathan Liu
Hi Etienne, See http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55898 for GCC bug report. It occurs with SJLJ exception handling on x86_64. You can check by compiling with -fno-exceptions and see if it debugging works. It can be resolved by using SEH exception handling in GCC 4.8.0 which should be