Re: [Interest] QtWebEngine in 5.6 OSX 32 bit

2016-02-15 Thread Allan Sandfeld Jensen
.org] On Behalf Of > >>> Glenn Ramsey > >>> Sent: Sunday, February 14, 2016 9:24 PM > >>> To: interest@qt-project.org > >>> Subject: [Interest] QtWebEngine in 5.6 OSX 32 bit > >>> > >>> Hi, > >>> > >>>

Re: [Interest] QtWebEngine in 5.6 OSX 32 bit

2016-02-15 Thread Konstantin Tokarev
Sunday, February 14, 2016 9:24 PM >>>  To: interest@qt-project.org >>>  Subject: [Interest] QtWebEngine in 5.6 OSX 32 bit >>> >>>  Hi, >>> >>>  In 5.6 is it still supposed to be possible to build QtWebEngine using - >>>  platform >>>

Re: [Interest] QtWebEngine in 5.6 OSX 32 bit

2016-02-15 Thread Glenn Ramsey
On 16/02/16 00:01, Koehne Kai wrote: > > >> -Original Message- >> From: Interest [mailto:interest-boun...@qt-project.org] On Behalf Of Glenn >> Ramsey >> Sent: Sunday, February 14, 2016 9:24 PM >> To: interest@qt-project.org >> Subject: [Intere

Re: [Interest] QtWebEngine in 5.6 OSX 32 bit

2016-02-15 Thread Koehne Kai
> -Original Message- > From: Interest [mailto:interest-boun...@qt-project.org] On Behalf Of Glenn > Ramsey > Sent: Sunday, February 14, 2016 9:24 PM > To: interest@qt-project.org > Subject: [Interest] QtWebEngine in 5.6 OSX 32 bit > > Hi, > > In 5.6 is it

Re: [Interest] QtWebEngine in 5.6 OSX 32 bit

2016-02-14 Thread Nuno Santos
Oh sorry, I mean QtWebEngine. Which option do you use to configure it? Nuno > On 14 Feb 2016, at 20:54, Glenn Ramsey wrote: > > On 15/02/16 09:35, Nuno Santos wrote: >> Which source are you using? > >

[Interest] QtWebEngine in 5.6 OSX 32 bit

2016-02-14 Thread Glenn Ramsey
Hi, In 5.6 is it still supposed to be possible to build QtWebEngine using -platform macx-clang-32 ? I am seeing errors like this when I attempt it: qtwebengine/src/3rdparty/chromium/base/mac/call_with_eh_frame_asm.S:25:9: error: register %rbp is only available in 64-bit mode pushq %rbp Glenn

Re: [Interest] QtWebEngine in 5.6 OSX 32 bit

2016-02-14 Thread Nuno Santos
Which source are you using? With 5.6 beta source, -webkit option is not available... > On 14 Feb 2016, at 20:24, Glenn Ramsey wrote: > > Hi, > > In 5.6 is it still supposed to be possible to build QtWebEngine using > -platform > macx-clang-32 ? > > I am seeing errors

Re: [Interest] QtWebEngine in 5.6 OSX 32 bit

2016-02-14 Thread Glenn Ramsey
On 15/02/16 09:35, Nuno Santos wrote: > Which source are you using? http://download.qt.io/development_releases/qt/5.6/5.6.0-beta/single/qt-everywhere-opensource-src-5.6.0-beta.tar.gz > > With 5.6 beta source, -webkit option is not available... It's QtWebEngine that I'm trying to build, not

Re: [Interest] QtWebEngine in 5.6 OSX 32 bit

2016-02-14 Thread Nuno Santos
I was interested in static build and I have just been confronted with an error message saying: "Static builds of QtWebEngine aren't supported.” Thanks for sharing your configure line. > On 14 Feb 2016, at 21:56, Glenn Ramsey wrote: > > On 15/02/16 10:46, Nuno Santos

Re: [Interest] QtWebEngine in 5.6 OSX 32 bit

2016-02-14 Thread Glenn Ramsey
On 15/02/16 10:46, Nuno Santos wrote: > Oh sorry, I mean QtWebEngine. > > Which option do you use to configure it? ./configure -prefix $PWD/qtbase -platform macx-clang-32 -sdk macosx -c++11 -nomake tests -opensource -confirm-license -no-cups -no-iconv -no-nis -no-xcb