Details
-
Type:
Bug
-
Status: Open
-
Priority:
P2: Important
-
Resolution: Unresolved
-
Affects Version/s: 5.11
-
Fix Version/s: None
-
Component/s: WebKit
-
Labels:None
-
Environment:Visual Studio 2017 15.8.1 Enterprise on Windows 10 Enterprise x64 1803
-
Platform/s:
Description
There are a lots of error C2139 on recently released Visual Studio 2017 15.8, to compile on 15.8 first you need to edit both of ..\qtwebkit\Source\cmake\OptionsQt.cmake & ..\qtwebkit\Source\cmake\OptionsWin.cmake (near at the end of line) with the following :
if (MSVC)
add_compile_options(/D_ENABLE_EXTENDED_ALIGNED_STORAGE)
endif ()
Example errors :
error C2139: 'WebKit::WebNavigationDataStore': an undefined class is not allowed as an argument to compiler intrinsic type trait '__is_assignable'
Attachments
Issue Links
- relates to
-
QTBUG-69948 VS2017 15.8.0 compile error (x86)
-
- Closed
-