Integrated: 8268915: WebKit build fails with Xcode 12.5

Kevin Rushforth kcr at openjdk.java.net
Wed Jun 23 11:50:31 UTC 2021


On Thu, 17 Jun 2021 14:52:53 GMT, Kevin Rushforth <kcr at openjdk.org> wrote:

> The JavaFX WebKit build fails with Xcode 12.5 + MacOS 11.3 SDK. This is related to the added C++20 support where some of the system include files now do `#include <version>`. Because the macOS file system is case insensitive, it matches a file named `VERSION` in the sqlite source directory. That file is just a plain text file (not used by our build at all) so the fix is to rename it to `VERSION.txt`. I've done a CI build on all three platforms. @jgneff has verified that renaming this file fixes the build for XCode 12.5.

This pull request has now been integrated.

Changeset: 8e11b94f
Author:    Kevin Rushforth <kcr at openjdk.org>
URL:       https://git.openjdk.java.net/jfx/commit/8e11b94ff90d6640c8e7a1dc0da83599b9d16b84
Stats:     0 lines in 1 file changed: 0 ins; 0 del; 0 mod

8268915: WebKit build fails with Xcode 12.5

Reviewed-by: ajoseph

-------------

PR: https://git.openjdk.java.net/jfx/pull/535


More information about the openjfx-dev mailing list