Bug 178400
| Summary: | [WTF][JSCOnly] Build of --jsc-only port on macOS isn't working anymore | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Caio Lima <ticaiolima> |
| Component: | JavaScriptCore | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED CONFIGURATION CHANGED | ||
| Severity: | Normal | CC: | keith_miller, ysuzuki |
| Priority: | P2 | ||
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Caio Lima
The problem is due to "webkit/Source/WTF/wtf/threads/Signals.cpp:33:10: fatal error: 'MachExceptionsServer.h' file not found"
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Keith Miller
Yeah, the solution to this is to run the mig stuff from PlatformMac.cmake if we are on a Mach platform. idk if we have any mach ports other than Darwin so maybe that's just if(APPLE).