The latest version of WebKit, v613.1, no longer builds with VS 2017.
The first failure that it hits is somewhat similar to the one fixed in WebKit v612.1. This time there are inline constexpr functions that the VS 2017 compiler doesn't like (previously it was inline constexpr variables).
The first failure that it hits is somewhat similar to the one fixed in WebKit v612.1. This time there are inline constexpr functions that the VS 2017 compiler doesn't like (previously it was inline constexpr variables).
- relates to
-
JDK-8278980 Update WebKit to 613.1
- Resolved
-
JDK-8270479 WebKit 612.1 build fails with Visual Studio 2017
- Resolved
-
JDK-8281089 JavaFX built with VS2019 and jlinked into JDK 11.x fails to start
- Resolved