From b332b5c2072ba8f740c19b1b82254fda355ef3b4 Mon Sep 17 00:00:00 2001 From: native-api Date: Wed, 9 Oct 2024 17:35:30 +0300 Subject: [PATCH] Updated Common build problems (markdown) --- Common-build-problems.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Common-build-problems.md b/Common-build-problems.md index ff16bab..d4177ce 100644 --- a/Common-build-problems.md +++ b/Common-build-problems.md @@ -423,6 +423,7 @@ Known error messages they cause: * Homebrew `llvm` on `PATH`: * `warning: pointer is missing a nullability type specifier` * `llvm-ar: error: libpython3.10.a: Invalid record` + * `error: unknown type name 'CF_IMPLICIT_BRIDGING_ENABLED'` * Homebrew `coreutils` only causes breakage if non-prefixed executables are added to `PATH`. Some Homebrew packages are installed as "keg-only" -- i.e. their executables are not linked to `$(brew --prefix)/bin`.