[Webkit-unassigned] [Bug 223680] [BigSur] CMake build cannot link to cached dylib

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Mar 27 19:46:59 PDT 2021


https://bugs.webkit.org/show_bug.cgi?id=223680

--- Comment #1 from lecris <webkit at lecris.me> ---
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'
```

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20210328/496faed0/attachment-0001.htm>


More information about the webkit-unassigned mailing list