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

Иванович Василий vipet at tut.by
Thu May 29 15:21:38 CEST 2014


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:

Mikalais-Mac-mini:QtWebEngine nick$ ~/Qt/5.3/clang_64/bin/qmake

Mikalais-Mac-mini:QtWebEngine nick$ make

cd src/ && ( test -e Makefile || /Users/nick/Qt/5.3/clang_64/bin/qmake
/Users/nick/QtWebEngine/src/src.pro -o Makefile ) &&
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f Makefile

cd core/ && ( test -e Makefile || /Users/nick/Qt/5.3/clang_64/bin/qmake
/Users/nick/QtWebEngine/src/core/core.pro -o Makefile ) &&
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f Makefile

( test -e Makefile.core_gyp_generator ||
/Users/nick/Qt/5.3/clang_64/bin/qmake /Users/nick/QtWebEngine/src/core/
core_gyp_generator.pro -o Makefile.core_gyp_generator ) &&
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f
Makefile.core_gyp_generator

/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++
-c -pipe -O2 -isysroot
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.8.sdk
-mmacosx-version-min=10.6 -Wall -W -fPIC -DQT_NO_KEYWORDS
-DQ_FORWARD_DECLARE_OBJC_CLASS=QT_FORWARD_DECLARE_CLASS
-DQTWEBENGINEPROCESS_NAME=\"\" -DNDEBUG -DQT_NO_DEBUG -DQT_QUICK_LIB
-DQT_QML_LIB -DQT_NETWORK_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_QUICK_LIB
-DQT_QML_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB
-I/Users/nick/Qt/5.3/clang_64/mkspecs/macx-clang -I.
-I/Users/nick/Qt/5.3/clang_64/include
-I/Users/nick/Qt/5.3/clang_64/lib/QtQuick.framework/Versions/5/Headers
-I/Users/nick/Qt/5.3/clang_64/lib/QtQml.framework/Versions/5/Headers
-I/Users/nick/Qt/5.3/clang_64/lib/QtNetwork.framework/Versions/5/Headers
-I/Users/nick/Qt/5.3/clang_64/lib/QtGui.framework/Versions/5/Headers
-I/Users/nick/Qt/5.3/clang_64/lib/QtCore.framework/Versions/5/Headers
-I/Users/nick/Qt/5.3/clang_64/lib/QtQuick.framework/Versions/5/Headers/5.3.0
-I/Users/nick/Qt/5.3/clang_64/lib/QtQuick.framework/Versions/5/Headers/5.3.0/QtQuick
-I/Users/nick/Qt/5.3/clang_64/lib/QtQml.framework/Versions/5/Headers/5.3.0
-I/Users/nick/Qt/5.3/clang_64/lib/QtQml.framework/Versions/5/Headers/5.3.0/QtQml
-I/Users/nick/Qt/5.3/clang_64/lib/QtGui.framework/Versions/5/Headers/5.3.0
-I/Users/nick/Qt/5.3/clang_64/lib/QtGui.framework/Versions/5/Headers/5.3.0/QtGui
-I/Users/nick/Qt/5.3/clang_64/lib/QtCore.framework/Versions/5/Headers/5.3.0
-I/Users/nick/Qt/5.3/clang_64/lib/QtCore.framework/Versions/5/Headers/5.3.0/QtCore
-I.
-I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.8.sdk/System/Library/Frameworks/OpenGL.framework/Versions/A/Headers
-I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.8.sdk/System/Library/Frameworks/AGL.framework/Headers
-F/Users/nick/Qt/5.3/clang_64/lib -o backing_store_qt.o backing_store_qt.cpp

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"

*         ^*

1 error generated.

make[3]: *** [backing_store_qt.o] Error 1

make[2]: *** [sub-core_gyp_generator-pro-make_first] Error 2

make[1]: *** [sub-core-make_first] Error 2

make: *** [sub-src-make_first] Error 2


--

best regards,

 Mikalai Arapau
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.qt-project.org/pipermail/qtwebengine/attachments/20140529/8d9b798d/attachment.html>


More information about the QtWebEngine mailing list