Re: [Development] 32bit linux build of qt5.10.0 w/ webengine

2018-01-15 Thread Toan Pham
. By creating that folder manually (mkdir -p /dev/shm) first, then launch the browser, everything begin to work as expected. So this was just a bug on my udev process. Cheers! On Fri, Jan 12, 2018 at 9:54 AM, Toan Pham wrote: > > I am suspecting that the reason why qtwebengineview d

Re: [Development] 32bit linux build of qt5.10.0 w/ webengine

2018-01-12 Thread Toan Pham
ared memory >> [13118:13122:0112/095238.425986:FATAL:memory.cc(22)] Out of memory. size=262144 >> #0 0x412c4f36 >> #1 0x412c4c5d >> #2 0x412d6c4d Obviously, bitmap manager could not allocate memory. The question is why? system had pretty of RAM. On Thu, Jan 11

Re: [Development] 32bit linux build of qt5.10.0 w/ webengine

2018-01-03 Thread Toan Pham
rywhere-src-5.10.0/qtbase/src' make[1]: *** [sub-src-make_first] Error 2 make[1]: Leaving directory `/TOOLCHAIN/loop/target/nicebox/sandbox/qt-everywhere-src-5.10.0/qtbase' make: *** [module-qtbase-make_first] Error 2 On Wed, Jan 3, 2018 at 2:30 PM, Thiago Macieira wrote: &g

Re: [Development] 32bit linux build of qt5.10.0 w/ webengine

2018-01-03 Thread Toan Pham
12:14:11.0 -0500 @@ -153,6 +153,9 @@ { int flags = x86_simd_caps(); +// pham +return; + (void)flags; vp9_block_error = vp9_block_error_c; On Wed, Jan 3, 2018 at 12:48 PM, Kevin Kofler wrote: > Toan Pham wrote: > > I over came the memory limitation by forci

Re: [Development] 32bit linux build of qt5.10.0 w/ webengine

2017-12-21 Thread Toan Pham
2626 1337 638 5 0 0 as Out of memory: Kill process 2609 (cc1plus) score 84 or sacrifice child Killed process 2609 (cc1plus) total-vm:440572kB, anon-rss:413632kB, file-rss:408kB On Thu, Dec 21, 2017 at 3:30 PM, Toan Pham wrote: > > Hi all, > > > How do I

Re: [Development] 32bit linux build of qt5.10.0 w/ webengine

2017-12-21 Thread Toan Pham
make_first] Error 2 make[1]: Leaving directory `/TOOLCHAIN/loop/target/nicebox/sandbox/qt-everywhere-src-5.10.0/qtwebengine/src' On Tue, Dec 19, 2017 at 4:15 PM, Toan Pham wrote: > Hi all, > > I just found out that the build failed while running this command in > qtwebengine/sr

Re: [Development] 32bit linux build of qt5.10.0 w/ webengine

2017-12-19 Thread Toan Pham
their mailing list. thank you for all your support. TP On Tue, Dec 19, 2017 at 12:16 PM, Toan Pham wrote: > > > Here is brief update on my 32bit build: > > > 1. 32bit build inside lxc container - code built successfully, > qtwebengine worked perfectly. The only problem w

Re: [Development] 32bit linux build of qt5.10.0 w/ webengine

2017-12-19 Thread Toan Pham
andfeld Jensen wrote: > On Montag, 18. Dezember 2017 18:53:55 CET Toan Pham wrote: > > "/TOOLCHAIN/loop/target/nicebox/sandbox/qt-everywhere- > src-5.10.0/qtwebengine > > /src/3rdparty/chromium/tools/gn/bootstrap/bootstrap.py", line 45, in > > check_call > >

Re: [Development] 32bit linux build of qt5.10.0 w/ webengine

2017-12-18 Thread Toan Pham
5.10.0/qtwebengine/src' make[1]: *** [sub-src-make_first] Error 2 make[1]: Leaving directory `/TOOLCHAIN/loop/target/nicebox/sandbox/qt-everywhere-src-5.10.0/qtwebengine' Please let me know if you know what went wrong w/ the second build. thanks, TP On Mon, Dec 18, 2017 at 11:39

[Development] 32bit linux build of qt5.10.0 w/ webengine

2017-12-18 Thread Toan Pham
Hi, I am having multiple problems w/ building qt5.10 w/ webengine support for linux 32bit. Before I proceed further down that road, I would like to know if there's a pre-built version of qt5.10.0 w/ webengine for linux 32bit somewhere? thank you and have a good day, TP

Re: [Development] Checking out Qt 5.0.2 sources

2013-07-01 Thread Toan Pham
Tomasz, I want to warn you that I had to apply about 7 different patches on top of qt-5.0.2 in order to build the library from source with html5 video/audio. I feel like qt-5.0.2 is not a good development package to build from source, qt-5.1.0 is much more stable. You'll be better off fixing bugs