Bug 178400

Summary: [WTF][JSCOnly] Build of --jsc-only port on macOS isn't working anymore
Product: WebKit Reporter: Caio Lima <ticaiolima>
Component: JavaScriptCoreAssignee: 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
Reported 2017-10-17 10:41:17 PDT
The problem is due to "webkit/Source/WTF/wtf/threads/Signals.cpp:33:10: fatal error: 'MachExceptionsServer.h' file not found"
Attachments
Keith Miller
Comment 1 2017-10-18 20:07:40 PDT
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).
Note You need to log in before you can comment on or make changes to this bug.