Compile qt webengine 5.6.3 with xp support failed
Unsolved
General and Desktop
-
Hi,
I want to compile QtWebEngine 5.6.3 against MSVC2013 on windows 7.(target = windows XP)
But i got these errors:
https://gist.github.com/LinArcX/4b3a7d8a64ea1e2e69e1d4f075a4aac3 -
Hi
It seems you can reduce warning level to get past that.something like
QMAKE_CXXFLAGS_WARN_ON -= -W4
QMAKE_CXXFLAGS_WARN_ON += -W3in the .pro file
-
@mrjj Nothing changed! Still get same errors.
Seems it tries to compile
libvpx
:d:\myqt\5.6.3\modules\qtwebengine\src\3rdparty\chromium\third_party\libvpx_new\source\libvpx\vpx_ports\x86.h(141) : error C2220 : warning treated as error - no 'object' file generated
But libvpx disable in configure step:
Running configure tests Checking for khr... no Checking for libvpx... no Checking for snappy... no Checking for srtp... no Proprietary codecs (H264, MP3).... Enabled Geolocation....................... Enabled