-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Build error: 'wtf/spi/cocoa/objcSPI.h' file not found #20
Comments
Solved by including "wtf/spi/cocoa/objcSPI.h" in deps/jscshim/webkit/Source/WTF/wtf/CMakeList.txt |
cd /Users/lolo/Documents/node/iOS/bb/node-jsc/deps/jscshim/webkit/WebKitBuild/DerivedSources/WTF && mig -sheader MachExceptionsServer.h MachExceptions.defs this build error still remains. |
It's finally can be ignored or removed... |
Hey, sorry for the late reply, been away for a couple of weeks. |
yes. the master branch. |
Hey I'm experiencing this error, how was this resolved on your end? |
Huh, it seems like building WTF for compiling JSC with the |
Some build errors when build_jsc_ios called in the jscshim/tools/build_jsc.py
error details:
fatal error: 'wtf/spi/cocoa/objcSPI.h' file not found
#include <wtf/spi/cocoa/objcSPI.h>
^~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
fatal error: 'mach/mach_exc.defs' file not found
#include <mach/mach_exc.defs>
^~~~~~~~~~~~~~~~~~~~
1 error generated
more infos provided:
xcode: 10.0
mac: 10.13.6
cmake:3.5.1
python: 2.7.10
The text was updated successfully, but these errors were encountered: