[Qtwebengine] Trouble getting webengine to build as a part of Qt 5.4 Alpha

Bryan Chan bryan.chan at pacbell.net
Thu Sep 11 21:12:44 CEST 2014



Hi, I downloaded the open source version of the QT 5.4 Alpha and having trouble getting webengine to build

Here were my steps:
	* ran " vcvcars32.bat x86" from the visual studio 2012 directory
	* set PATH=c:\qt\5.4-alpha\qtbase\bin;c:\qt\5.4-alpha\qtrepotools\bin;c:\qt\5.4-alpha\gnuwin32\bin;%PATH%
	* set QMAKESPEC=win32-msvc2012
	* configure -platform win32-msvc2012  -nomake tests -nomake examples -opensource -opengl desktop -debug-and-release
	* jom


So it looked like the QT 5.4 Alpha built, but the QT webengine did not.

When I went to qt webengine folder and just tried qmake -r, I got this error 

QtWebEngine is not maintained for this platform/configuration and is therefore disabled."


So just for kicks, I removed that check and ran qmake -r again, followed by nmake and the compiling kicked off but then got the error below:


[2116/10502] ACTION make_core_generated: HTMLTokenizerNames_3e60847c63e4e4b4da55
806b4b0adaaa
FAILED: C:\Python27\python.exe gyp-win-tool action-wrapper environment.x86 make_
core_generated_target_UserAgentStyleSheets_3e60847c63e4e4b4da55806b4b0adaaa..rsp
 ..\..\..\src\3rdparty\chromium\third_party\WebKit\Source\core
Traceback (most recent call last):
  File "../build/scripts/action_useragentstylesheets.py", line 131, in <module>
    sys.exit(main(sys.argv))
  File "../build/scripts/action_useragentstylesheets.py", line 124, in main
    returnCode = subprocess.call(command)
  File "C:\Python27\lib\subprocess.py", line 522, in call
    return Popen(*popenargs, **kwargs).wait()
  File "C:\Python27\lib\subprocess.py", line 709, in __init__
    errread, errwrite)
  File "C:\Python27\lib\subprocess.py", line 957, in _execute_child
    startupinfo)
WindowsError: [Error 2] The system cannot find the file specified
ninja: build stopped: subcommand failed.
jom: C:\Qt\5.4-alpha\qtwebengine\src\core\Makefile.gyp_run.Release [invoke_ninja
] Error 1
jom: C:\Qt\5.4-alpha\qtwebengine\src\core\Makefile.gyp_run [release] Error 2
jom: C:\Qt\5.4-alpha\qtwebengine\src\core\Makefile [sub-gyp_run-pro-make_first]
Error 2
jom: C:\Qt\5.4-alpha\qtwebengine\src\Makefile [sub-core-make_first] Error 2
jom: C:\Qt\5.4-alpha\qtwebengine\Makefile [sub-src-make_first] Error 2


Am I missing some steps?

Thanks
Bryan
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.qt-project.org/pipermail/qtwebengine/attachments/20140911/53215166/attachment.html>


More information about the QtWebEngine mailing list