Details
-
Bug
-
Resolution: Unresolved
-
P2: Important
-
None
-
5.11
-
None
-
Visual Studio 2017 15.8.1 Enterprise on Windows 10 Enterprise x64 1803
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