Re: [Interest] QtWebEngine on i.MX6 eglfs

2017-08-16 Thread Allan Sandfeld Jensen
On Mittwoch, 16. August 2017 17:33:32 CEST Christian Kandeler wrote: > On Wed, 16 Aug 2017 16:46:09 +0200 > > Allan Sandfeld Jensen wrote: > > On Mittwoch, 16. August 2017 11:06:26 CEST Christian Kandeler wrote: > > > On Tue, 15 Aug 2017 22:09:15 +0200 > > > > > > Allan Sandfeld Jensen wrote: >

Re: [Interest] QtWebEngine on i.MX6 eglfs

2017-08-16 Thread Christian Kandeler
On Wed, 16 Aug 2017 16:46:09 +0200 Allan Sandfeld Jensen wrote: > On Mittwoch, 16. August 2017 11:06:26 CEST Christian Kandeler wrote: > > On Tue, 15 Aug 2017 22:09:15 +0200 > > > > Allan Sandfeld Jensen wrote: > > > On Dienstag, 15. August 2017 16:14:45 CEST Thiago Macieira wrote: > > > >

Re: [Interest] QtWebEngine on i.MX6 eglfs

2017-08-16 Thread Allan Sandfeld Jensen
On Mittwoch, 16. August 2017 11:06:26 CEST Christian Kandeler wrote: > On Tue, 15 Aug 2017 22:09:15 +0200 > > Allan Sandfeld Jensen wrote: > > On Dienstag, 15. August 2017 16:14:45 CEST Thiago Macieira wrote: > > > On Tuesday, 15 August 2017 03:18:03 PDT Allan Sandfeld Jensen wrote: > > > > You m

Re: [Interest] QtWebEngine on i.MX6 eglfs

2017-08-16 Thread Christian Kandeler
On Tue, 15 Aug 2017 22:09:15 +0200 Allan Sandfeld Jensen wrote: > On Dienstag, 15. August 2017 16:14:45 CEST Thiago Macieira wrote: > > On Tuesday, 15 August 2017 03:18:03 PDT Allan Sandfeld Jensen wrote: > > > You might want to cross compile Qt or most of Qt, but have other projects > > > you

Re: [Interest] QtWebEngine on i.MX6 eglfs

2017-08-15 Thread Allan Sandfeld Jensen
On Dienstag, 15. August 2017 16:14:45 CEST Thiago Macieira wrote: > On Tuesday, 15 August 2017 03:18:03 PDT Allan Sandfeld Jensen wrote: > > You might want to cross compile Qt or most of Qt, but have other projects > > you want to build locally. > > > > I for one would love such a feature for test

Re: [Interest] QtWebEngine on i.MX6 eglfs

2017-08-15 Thread Thiago Macieira
On Tuesday, 15 August 2017 07:27:04 PDT Konstantin Tokarev wrote: > 15.08.2017, 17:15, "Thiago Macieira" : > > If you've done your job right, you can cross compile and that should be > > superior than building on a slow device. > > Devices become not-quite-slow. If one can cross-compile *Chromium*

Re: [Interest] QtWebEngine on i.MX6 eglfs

2017-08-15 Thread Konstantin Tokarev
15.08.2017, 17:15, "Thiago Macieira" : > On Tuesday, 15 August 2017 03:18:03 PDT Allan Sandfeld Jensen wrote: >>  You might want to cross compile Qt or most of Qt, but have other projects >>  you want to build locally. >> >>  I for one would love such a feature for testing builds on various build

Re: [Interest] QtWebEngine on i.MX6 eglfs

2017-08-15 Thread Thiago Macieira
On Tuesday, 15 August 2017 03:18:03 PDT Allan Sandfeld Jensen wrote: > You might want to cross compile Qt or most of Qt, but have other projects > you want to build locally. > > I for one would love such a feature for testing builds on various build > configuration. So I can cross-build most of Qt

Re: [Interest] QtWebEngine on i.MX6 eglfs

2017-08-15 Thread Allan Sandfeld Jensen
On Dienstag, 15. August 2017 02:13:44 CEST Thiago Macieira wrote: > On Monday, 14 August 2017 13:13:35 PDT Filip Piechocki wrote: > > I would be really happy to be able to cross compile Qt as the compilation > > time would not take dozen hours - but then the tools (qmake etc) are > > compiled only

Re: [Interest] QtWebEngine on i.MX6 eglfs

2017-08-14 Thread Allan Sandfeld Jensen
On Montag, 14. August 2017 15:31:27 CEST Filip Piechocki wrote: > I am compiling Qt 5.9.1 inside a docker container running on the i.MX6 > itself. My configure line: > > ./configure -opengl es2 -platform linux-imx6-g++ -prefix /usr -opensource > -confirm-license -release -c++std c++1z -make libs -

Re: [Interest] QtWebEngine on i.MX6 eglfs

2017-08-14 Thread Thiago Macieira
On Monday, 14 August 2017 13:13:35 PDT Filip Piechocki wrote: > I would be really happy to be able to cross compile Qt as the compilation > time would not take dozen hours - but then the tools (qmake etc) are > compiled only for the host system while I need them on the target system as > well - may

Re: [Interest] QtWebEngine on i.MX6 eglfs

2017-08-14 Thread Filip Piechocki
On Mon, Aug 14, 2017 at 3:59 PM, Michal Klocek wrote: > Hi > > The problem is that your qtwebenigne build is not detected as embedded > build, which means it is not configured for cross compilation. You have > couple of options to fix it: > > 1) in configure line use instead of platform -xplatfor

Re: [Interest] QtWebEngine on i.MX6 eglfs

2017-08-14 Thread Michal Klocek
Hi The problem is that your qtwebenigne build is not detected as embedded build, which means it is not configured for cross compilation. You have couple of options to fix it: 1) in configure line use instead of platform -xplatform 2) or better use -sysroot, -device and device -option (see mkspecs

Re: [Interest] QtWebEngine on i.MX6 eglfs

2017-08-14 Thread Filip Piechocki
I am compiling Qt 5.9.1 inside a docker container running on the i.MX6 itself. My configure line: ./configure -opengl es2 -platform linux-imx6-g++ -prefix /usr -opensource -confirm-license -release -c++std c++1z -make libs -nomake tests \ -skip qtdatavis3d \ -skip qt3d \ -skip qtconnec

Re: [Interest] QtWebEngine on i.MX6 eglfs

2017-08-14 Thread Michal Klocek
Hi Which version of qt is it ? Can you paste your configure line ? Br Michal On 08/14/2017 12:47 PM, Filip Piechocki wrote: > Hi, > I would like to build QtWebEngine for my i.MX6 DualLite but I am using > eglfs only (no X11) while I got those errors while compiling QtWebEngine: > > [1/16161]

[Interest] QtWebEngine on i.MX6 eglfs

2017-08-14 Thread Filip Piechocki
Hi, I would like to build QtWebEngine for my i.MX6 DualLite but I am using eglfs only (no X11) while I got those errors while compiling QtWebEngine: [1/16161] CXX obj/third_party/angle/angle_common/utilities.o FAILED: obj/third_party/angle/angle_common/utilities.o /usr/bin/g++ -MMD -MF obj/third_p