| Summary: | [BigSur] CMake build cannot link to cached dylib | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | lecris <webkit> |
| Component: | CMake | Assignee: | Nobody <webkit-unassigned> |
| Status: | NEW --- | ||
| Severity: | Normal | CC: | webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Local Build | ||
| Hardware: | Mac (Intel) | ||
| OS: | macOS 11 | ||
|
Description
lecris
2021-03-24 01:52:21 PDT
I have since resolved this issue by adding `find_package(ICU COMPONENTS data uc i18n REQUIRED)`, however a bunch more errors have appeared due to the CMAKE project not accounting for a`GTK` build on `MacOS`. Some are trivial fixes like the `namespace` not being added or a `const` function pointing to a non-static member. I am able to solve some of these issues, but there are a few issues I would like to ask for some help with. Currently one unresolved issue is: ``` ../Source/WebKit/Shared/SandboxExtension.h:120:74: error: use of undeclared identifier 'audit_token_t' ``` |