On Thu, 17 Jun 2021 14:52:53 GMT, Kevin Rushforth <k...@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. Fix looks good. ------------- Marked as reviewed by ajoseph (Reviewer). PR: https://git.openjdk.java.net/jfx/pull/535