Re: [Interest] QtWebEngine in 5.6 OSX 32 bit

2016-02-15 Thread Allan Sandfeld Jensen
On Monday 15 February 2016, Konstantin Tokarev wrote:
> 15.02.2016, 22:01, "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: [Interest] QtWebEngine in 5.6 OSX 32 bit
> >>> 
> >>>  Hi,
> >>> 
> >>>  In 5.6 is it still supposed to be possible to build QtWebEngine using
> >>> - platform
> >>>  macx-clang-32 ?
> >> 
> >>  No, it's not. Upstream Chromium/Chrome dropped support a while ago:
> > Thanks. This means that 5.5.1 shouldn't have been able to build with
> > macx-clang-32 either, but it does and seems to work Ok.
> 
> QtWebEngine in 5.5.1 used older Chromium version.
> 
Yes, but 5.5 still used Chromium 40, and supposedly Google removed official 
32-bit support for Mac in Chromium 39, but I guess it took a few versions 
before anything broke from the lack of deliberate support.

Regards
`Allan
___
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest


Re: [Interest] QtWebEngine in 5.6 OSX 32 bit

2016-02-15 Thread Konstantin Tokarev


15.02.2016, 22:01, "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: [Interest] QtWebEngine in 5.6 OSX 32 bit
>>>
>>>  Hi,
>>>
>>>  In 5.6 is it still supposed to be possible to build QtWebEngine using -
>>>  platform
>>>  macx-clang-32 ?
>>
>>  No, it's not. Upstream Chromium/Chrome dropped support a while ago:
>
> Thanks. This means that 5.5.1 shouldn't have been able to build with
> macx-clang-32 either, but it does and seems to work Ok.

QtWebEngine in 5.5.1 used older Chromium version.

>
>>  
>> http://googleappsupdates.blogspot.co.uk/2014/09/google-chrome-64-bit-for-mac-and-windows.html
>>
>>  We'll document this.
>
> Ideally the configure or build system should complain if you attempt to do it.
> That would save a lot of time.
>
> Glenn
>
> ___
> Interest mailing list
> Interest@qt-project.org
> http://lists.qt-project.org/mailman/listinfo/interest

-- 
Regards,
Konstantin
___
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest


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: [Interest] QtWebEngine in 5.6 OSX 32 bit
>>
>> Hi,
>>
>> In 5.6 is it still supposed to be possible to build QtWebEngine using -
>> platform
>> macx-clang-32 ?
> 
> No, it's not. Upstream Chromium/Chrome dropped support a while ago:

Thanks. This means that 5.5.1 shouldn't have been able to build with
macx-clang-32 either, but it does and seems to work Ok.

> http://googleappsupdates.blogspot.co.uk/2014/09/google-chrome-64-bit-for-mac-and-windows.html
> 
> We'll document this.

Ideally the configure or build system should complain if you attempt to do it.
That would save a lot of time.

Glenn

___
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest


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 still supposed to be possible to build QtWebEngine using -
> platform
> macx-clang-32 ?

No, it's not. Upstream Chromium/Chrome dropped support a while ago:

http://googleappsupdates.blogspot.co.uk/2014/09/google-chrome-64-bit-for-mac-and-windows.html

We'll document this.

Regards

Kai 
___
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest


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 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
> -DQWEBENGINEPAGE_UNSUPPORTEDCONTENT -release
> 
> Glenn
> 
>> 
>> 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?
>>> 
>>> 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 QtWebkit.
>>> 
>>> Glenn
>>> 
 
> 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 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
> 
> ___
> Interest mailing list
> Interest@qt-project.org
> http://lists.qt-project.org/mailman/listinfo/interest
 
 
>>> 
>> 
>> 
> 

___
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest


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
-DQWEBENGINEPAGE_UNSUPPORTEDCONTENT -release

Glenn

> 
> 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?
>>
>> 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 QtWebkit.
>>
>> Glenn
>>
>>>
 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 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

 ___
 Interest mailing list
 Interest@qt-project.org
 http://lists.qt-project.org/mailman/listinfo/interest
>>>
>>>
>>
> 
> 

___
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest


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?
> 
> 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 QtWebkit.
> 
> Glenn
> 
>> 
>>> 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 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
>>> 
>>> ___
>>> Interest mailing list
>>> Interest@qt-project.org
>>> http://lists.qt-project.org/mailman/listinfo/interest
>> 
>> 
> 

___
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest


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 QtWebkit.

Glenn

> 
>> 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 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
>>
>> ___
>> Interest mailing list
>> Interest@qt-project.org
>> http://lists.qt-project.org/mailman/listinfo/interest
> 
> 

___
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest


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 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
> 
> ___
> Interest mailing list
> Interest@qt-project.org
> http://lists.qt-project.org/mailman/listinfo/interest

___
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest