[Qtwebengine] MacOS X build - 'file not found' errors (gyp issues?)

Jocelyn Turcotte jocelyn.turcotte at digia.com
Fri Jun 6 14:37:02 CEST 2014


Hello Mikalai,

On Thu, May 29, 2014 at 04:21:38PM +0300, Иванович Василий wrote:
> Hi,
> 
> I'm unsuccessfully trying to build QtWebEngine on MacOS X 10.9.3 (latest
> XCode 5, latest Qt 5.3), both QtWebEngine tech preview and master give
> similar 'file not found' errors. Below you can the one from building the
> tech preview. I tried python 2.6 and 2.7 for gyp (i have no experience with
> gyp) - nothing helped.
> 
> build log:
> 
> In file included from backing_store_qt.cpp:42:
> 
> *./backing_store_qt.h:45:10: **fatal error: *
> *      'content/browser/renderer_host/backing_store.h' file not found*
> #include "content/browser/renderer_host/backing_store.h"
> *         ^*

It looks like the src/3rdparty git submodule might be outdated or
uninitialized. The file backingstore_qt.cpp has been removed a while ago
so you might want to update to the master branch of our git repository.

Could you make sure that you updated and ran the init-repository.py
script, as documented in the README.md file?  

Cheers,
Jocelyn



More information about the QtWebEngine mailing list