Re: [Interest] Qt-5.11.0 - QtWebEngine Compilation Broken for Windows 32-bit Builds

2018-07-05 Thread coroberti .
On Thu, Jul 5, 2018 at 12:01 PM, Alexandru Croitor wrote: >> On 4. Jul 2018, at 18:59, coroberti . wrote: >> 1. Using the cross compiler and running in MSVC prompt: >> >> "C:\Program Files (x86)\Microsoft Visual >> Studio\2017\Community\VC\Auxiliary\Build\vcvarsamd64_x86.bat" >> >> 2. Configuring

Re: [Interest] Qt-5.11.0 - QtWebEngine Compilation Broken for Windows 32-bit Builds

2018-07-05 Thread Alexandru Croitor
I believe that building webengine without opengl has regressed a few times, so it's plausible that it could happen. > On 4. Jul 2018, at 18:59, coroberti . wrote: > > Hi, > > I was trying to follow the recommendations of Kai by: > > > 1. Using the cross compiler and running in MSVC prompt: >

Re: [Interest] Qt-5.11.0 - QtWebEngine Compilation Broken for Windows 32-bit Builds

2018-07-04 Thread coroberti .
Hi, I was trying to follow the recommendations of Kai by: 1. Using the cross compiler and running in MSVC prompt: "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Auxiliary\Build\vcvarsamd64_x86.bat" 2. Configuring qt-5.11.1 as: configure -prefix C:\\Users\\robert\\dev\\qt-5.

[Interest] Qt-5.11.0 - QtWebEngine Compilation Broken for Windows 32-bit Builds

2018-05-25 Thread coroberti .
Hi, Trying to compile the recently released Qt-5.11.0 for 32-bit Windows (x86), everything compiles fine except QtWebEngine where build is broken. It seems that MSVC-2017 is the only compiler for QtWebEngine sing 5.11, and theoretically 32-builds are supposed to be supported. The bug report is he