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

Bryan Chan bryan.chan at pacbell.net
Fri Sep 12 00:27:13 CEST 2014


Sorry, hit reply instead of reply all (adding back the mailing list)

Yes, that was a cut an paste error, the configure was here at the root of the 5.4 alpha package.

C:\Qt\5.4-alpha>configure -opensource -mp -nomake examples -nomake tests -debug-
and-release -c++11 -no-warnings-are-errors -platform win32-msvc2013

Then I ran nmake after.

I have MSVC213 professional.

I'll poke around a bit more  then file a bug report if I can't get it building.

Thanks again for the help.


On Thursday, September 11, 2014 3:19 PM, Albisser Zeno <Zeno.Albisser at digia.com> wrote:
 


Hi Bryan, 

Please stick to the mailing list in future, so everybody can see the replies and help out benefit from the question already answered.

I haven’t seen this error before. The configure options look okay to me, however i’m quite sure you did not execute it the way it is mentioned.
There is no configure script in qtwebengine, just within qtbase. - I assume this is a copy paste error.

Do you have MSVC2013 express or professional?

You are not by any chance trying a shadow build (out of source build), are you? - Shadow builds are currently not supported for QtWebEngine.

Other than that I can’t spot anything wrong with your setup.
If the error persists, can you maybe file a bugreport and attach the full log as well as exact specifications of your system.
In particular:
- Windows Version
- Python Version
- shasums of your qt5.git clone, the qtwebengine submodule and the qtwebengine/src/3rdparty submodule

Thank you very much,

- Zeno


On 11 Sep 2014, at 23:51, Bryan Chan <bryan.chan at pacbell.net> wrote:
>
>Hi Zeno,
>
>
>so I got passed the platform supported error and the webengine builds kickoff properly, but I'm still getting an error.
>
>
>I'm using these configure flags:
>
>
>C:\Qt\5.4-alpha\qtwebengine>configure -opensource -mp -nomake examples -nomake t
>ests -debug-and-release -c++11 -no-warnings-are-errors -platform win32-msvc2013
>
>
>
>
>Are there any extra steps I need to take to get this building or should the configure flags above work?
>
>
>Thanks
>Bryan
>
>
>
>
>
>
>        C:\Qt\5.4-alpha\qtwebengine\src\3rdparty\ninja\ninja.exe  -C C:/Qt/5.4-a
>lpha/qtwebengine/src/core/Debug_x64
>ninja: Entering directory `C:/Qt/5.4-alpha/qtwebengine/src/core/Debug_x64'
>[11/9019] ACTION make_core_generated: ...heets_3e60847c63e4e4b4da55806b4b0adaaa
>FAILED: C:\Python27\python.exe gyp-win-tool action-wrapper environment.x64 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
>[11/9019] CXX obj\src\3rdparty\chromium\third_party\re2\re2\re2.dfa.obj
>ninja: build stopped: subcommand failed.
>NMAKE : fatal error U1077: 'C:\Qt\5.4-alpha\qtwebengine\src\3rdparty\ninja\ninja
>.exe' : return code '0x1'
>Stop.
>NMAKE : fatal error U1077: '"C:\Program Files (x86)\Microsoft Visual Studio 12.0
>\VC\BIN\amd64\nmake.exe"' : return code '0x2'
>Stop.
>NMAKE : fatal error U1077: '(' : return code '0x2'
>Stop.
>NMAKE : fatal error U1077: 'cd' : return code '0x2'
>Stop.
>NMAKE : fatal error U1077: 'cd' : return code '0x2'
>Stop.
>
>
>
>
>
>On Thursday, September 11, 2014 12:45 PM, Bryan Chan <bryan.chan at pacbell.net> wrote:
>
>
>
>Yeah I figured, I'm probably missing ANGLE
>
>
>thanks for the quick response Zeno
>
>
>
>On Thursday, September 11, 2014 12:42 PM, Albisser Zeno <Zeno.Albisser at digia.com> wrote:
>
>
>
>Hi Bryan, 
>
>
>On 11 Sep 2014, at 21:12, Bryan Chan <bryan.chan at pacbell.net> wrote:
>>
>>
>>QtWebEngine is not maintained for this platform/configuration and is therefore disabled.”
>
>
>This error message is there for a reason. The platform you are trying to build is indeed not supported by QtWebEngine.
>For building on windows you will need to build Qt with msvc2013 and ANGLE.
>It is fine to build a 32bit version, but you will need a 64bit windows for building.
>
>- Zeno
>
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.qt-project.org/pipermail/qtwebengine/attachments/20140911/3c913848/attachment.html>


More information about the QtWebEngine mailing list