Quantcast
Channel: Qt DevNet forums: Installation and Deployment
Viewing all articles
Browse latest Browse all 2113

Failed to compile qtwebengine - missing file

$
0
0
Hi, I was following instructions on https://qt-project.org/wiki/Building-Qt-5-from-Git#0cc5cbb2903cf6911ac1b6e3aa032572 to get the source code and build qt5 on my mac (10.9). However, after running ‘make’, i get the error below: /Applications/Xcode.app/Contents/Developer/usr/bin/make -f Makefile.gyp_run.Debug all /Users/rharchandani/Documents/gitstuff/qt5/qtwebengine/src/3rdparty/ninja/ninja -C /Users/rharchandani/Documents/gitstuff/qt5/qtwebengine/src/core/Debug ninja: Entering directory `/Users/rharchandani/Documents/gitstuff/qt5/qtwebengine/src/core/Debug’ ninja: error: ‘../../../src/3rdparty/chromium/base/test/expectations/expectation.cc’, needed by ‘obj/src/3rdparty/chromium/base/test/expectations/test_support_base.expectation.o’, missing and no known rule to make it make5: *** [invoke_ninja] Error 1 make4: *** [debug-all] Error 2 make3: *** [sub-gyp_run-pro-make_first] Error 2 make2: *** [sub-core-make_first] Error 2 make1: *** [sub-src-make_first] Error 2 make: *** [module-qtwebengine-make_first] Error 2 Is there something i am missing? Thanks, Rohit

Viewing all articles
Browse latest Browse all 2113

Trending Articles