Bug 178400 - [WTF][JSCOnly] Build of --jsc-only port on macOS isn't working anymore
Summary: [WTF][JSCOnly] Build of --jsc-only port on macOS isn't working anymore
Status: RESOLVED CONFIGURATION CHANGED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-10-17 10:41 PDT by Caio Lima
Modified: 2019-06-05 05:41 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Caio Lima 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"
Comment 1 Keith Miller 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).