Description
Qt 5.13.1 fails to build with Xcode 11 (macOS 10.15 SDK). The chromium source code leads to several issues like this:
In file included from gen/base/base_jumbo_12.cc:12:
In file included from ./../../3rdparty/chromium/base/metrics/field_trial_memory_mac.cc:14:
../../3rdparty/chromium/base/mac/foundation_util.h:60:16: error: typedef 'OpaqueSecCertificateRef' cannot be referenced with a struct specifier
typedef struct OpaqueSecCertificateRef* SecCertificateRef;
^
They were fixed upstream, e.g. in https://chromium.googlesource.com/chromium/src/+/acd3f7caf5fc1fc15d49be1392ab3fae11545300 and https://chromium.googlesource.com/chromium/src/+/db6b904d6030572873fe5da574ffe9fd43a869b8%5E%21/#F0
Attachments
Issue Links
- duplicates
-
QTBUG-78997 Chromium build breaks with Xcode 11
-
- Closed
-