From jocelyn.turcotte at digia.com Fri Apr 4 16:26:34 2014 From: jocelyn.turcotte at digia.com (Jocelyn Turcotte) Date: Fri, 4 Apr 2014 16:26:34 +0200 Subject: [Qtwebengine] Notice: The qtwebengine master build is currently broken with latest stable qtdeclarative Message-ID: <20140404142634.GA4076@poutine.it.local> Hello, https://codereview.qt-project.org/82541 just landed and should make its way toward qt5.git's stable soon. It was slightly rushed-in to make sure that it lands before Qt stable is merged to the 5.3 release branch. If you try to build qtwebengine master with a build of qtdeclarative containing this change, you'll get a build error about QSGContext::sharedOpenGLContext not being declared. The following changes will fix the build with Qt stable once landed: https://codereview.qt-project.org/82540 https://codereview.qt-project.org/82721 https://codereview.qt-project.org/82722 Meanwhile, please either use an older checkout of qtdeclarative stable, revert the first mentioned change, or cherry-pick the 3 later mentioned changes. Cheers, Jocelyn From jocelyn.turcotte at digia.com Tue Apr 8 17:47:14 2014 From: jocelyn.turcotte at digia.com (Jocelyn Turcotte) Date: Tue, 8 Apr 2014 17:47:14 +0200 Subject: [Qtwebengine] Notice: The qtwebengine master build is currently broken with latest stable qtdeclarative In-Reply-To: <20140404142634.GA4076@poutine.it.local> References: <20140404142634.GA4076@poutine.it.local> Message-ID: <20140408154714.GA907@poutine.it.local> On Fri, Apr 04, 2014 at 04:26:34PM +0200, Jocelyn Turcotte wrote: > The following changes will fix the build with Qt stable once landed: > https://codereview.qt-project.org/82540 > https://codereview.qt-project.org/82721 > https://codereview.qt-project.org/82722 > > Meanwhile, please either use an older checkout of qtdeclarative stable, > revert the first mentioned change, or cherry-pick the 3 later mentioned > changes. The fixes landed, that means that your build will now fail unless you have the required changes in your Qt build from the stable build. The SHA1 56a5eee34a20e5de06ee8b430afa5c32ca6b94c6 of qt5.git stable is the oldest to contain all the required changes in Qt. Sorry for the inconvenience. Cheers, Jocelyn From Sean.Donnelly at autodesk.com Tue Apr 15 17:24:52 2014 From: Sean.Donnelly at autodesk.com (Sean Donnelly) Date: Tue, 15 Apr 2014 15:24:52 +0000 Subject: [Qtwebengine] Compile on Windows 64-bit using VS2012? Message-ID: <36709D0E0048114B8637722F8F913F011EFB06F3@005-TK5MPN2-022.MGDADSK.autodesk.com> I have Qt 5.2.1 and I'm trying to compile the QtWebEngine on Windows 7 64-bit using VS2012 and am having a lot of problems. I only want to compile the 64-bit release version. Is this something that is possible with the current code base? I've tried to configure my system to only compile the x64 release version, but I still get makefiles which try to build the x86 version. I've set the following variables: GYP_DEFINES="target_arch=x64 python_ver=2.7" PYTHON_ARCH=x64 GYP_GENERATORS=ninja GYP_MSVS_VERSION=2012 However that doesn't seem to be enough. Are there other flags I needs to set? Thanks, Sean -------------- next part -------------- An HTML attachment was scrubbed... URL: From revmh68 at gmail.com Wed Apr 30 06:36:08 2014 From: revmh68 at gmail.com (Rob Vogelaar) Date: Tue, 29 Apr 2014 21:36:08 -0700 Subject: [Qtwebengine] armv7, eglfs, qtwebenginewidgets, fancybrowser result in blank screen, and how to enable logging. Message-ID: Hello qtwebengine team, I completed an armv7 eglfs qtwebenegine build against the recent repo. Below are my patches and notes. I am getting a blank screen (with a functional mouse, and it did create a few files in /.local/, and an strace indicates an attempt to http:get 'www.google.com' ). apitrace does not indicate any gles2 from the chromium gpu command buffer, only gles2 I see is from Qt (mouse cursor). - Do you have any debug suggestions based on the below output from running fancybrowser? - How do I enable logging? --enable-logging --v=1 does not seem to enable logging. thanks! Rob 1) Qt-5.3.0-beta (+qglcontext patch from stable) 2) gyp_run.pro GYP_ARGS += "-D sysroot=\"\"" i have an empty QT_SYSROOT 3) 3rdparty/chromium/build/common.gypi ### '-fvisibility=hidden', otherwise it does not link 4) root/open_source_archive/linux/toolchains/gcc-4.7.3_glibc-x86_64/arm-cortex-linux-gnueabi/sys-root/usr/include/linux/input.h +#define ABS_MT_SLOT 0x2f +#define SYN_DROPPED 3 +#define INPUT_PROP_MAX 0x1f +#define INPUT_PROP_CNT (INPUT_PROP_MAX + 1) +#define EVIOCGPROP(len) _IOC(_IOC_READ, 'E', 0x09, len) 5) link-errors due to not compiling this file: add it to qtwebengine\src\core\Release\obj\src\3rdparty\chromium\ui\ui.ninja ../../src/3rdparty/chromium/ui/base/dragdrop/os_exchange_data.cc on the target: 6) export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/nfs/qtwebengine/lib 7) cp /nfs/qtwebengine/libexec/QtWebEngineProcess /usr/local/Qt/libexec/ 8) ln -s /appfs/3ddrivers/ ./3ddrivers 9) cp /nfs/qtwebengine/src/core/Release/gen/repack/qtwebengine_resources.pak /usr/local/Qt/ 10) mkdir -p /.local/share mount tmpfs /.local/share/ -ttmpfs 11) cd /nfs/qtwebengine/examples/webenginewidgets/fancybrowser/ 12)./fancybrowser [0429/222002:WARNING:resource_bundle.cc(280)] locale_file_path.empty() [0429/222002:WARNING:proxy_service.cc(890)] PAC support disabled because there is no system implementation QSGContext::initialize: depth buffer support missing, expect rendering errors QSGContext::initialize: stencil buffer support missing, expect rendering errors [0429/222002:WARNING:resource_bundle.cc(280)] locale_file_path.empty() 13) ls -alR /.local/share/fancybrowser/QtWebEngine/ /.local/share/fancybrowser/QtWebEngine/: total 16 drwx------ 4 root root 120 Apr 29 22:20 . drwx------ 3 root root 60 Apr 29 22:20 .. drwx------ 2 root root 140 Apr 29 22:20 Cache -rw-r--r-- 1 root root 6144 Apr 29 22:20 Cookies -rw-r--r-- 1 root root 4640 Apr 29 22:20 Cookies-journal drwx------ 2 root root 140 Apr 29 22:20 GPUCache /.local/share/fancybrowser/QtWebEngine/Cache: total 72 drwx------ 2 root root 140 Apr 29 22:20 . drwx------ 4 root root 120 Apr 29 22:20 .. -rw------- 1 root root 45056 Apr 29 22:20 data_0 -rw------- 1 root root 270336 Apr 29 22:20 data_1 -rw------- 1 root root 1056768 Apr 29 22:20 data_2 -rw------- 1 root root 8192 Apr 29 22:20 data_3 -rw------- 1 root root 262512 Apr 29 22:20 index /.local/share/fancybrowser/QtWebEngine/GPUCache: total 36 drwx------ 2 root root 140 Apr 29 22:20 . drwx------ 4 root root 120 Apr 29 22:20 .. -rw------- 1 root root 8192 Apr 29 22:20 data_0 -rw------- 1 root root 270336 Apr 29 22:20 data_1 -rw------- 1 root root 8192 Apr 29 22:20 data_2 -rw------- 1 root root 8192 Apr 29 22:20 data_3 -rw------- 1 root root 262512 Apr 29 22:20 index -------------- next part -------------- An HTML attachment was scrubbed... URL: