-
Notifications
You must be signed in to change notification settings - Fork 32
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
Builing fails #316
Comments
I had this same problem. I'm running OS X Lion, and I think Apple may have made some changes in IOSurfaceAPI.h in Lion. What I did was download an old version of Xcode that had the Snow Leopard SDK and extracted the header from there. No more 'xpc_object_t' errors. |
Thank you for the advice. :) |
/* This call lets you get an xpc_object_t that holds a reference to the IOSurface. /* This call lets you take an xpc_object_t created via IOSurfaceCreatePort() and recreate an IOSurfaceRef from it. */ I'm running OS X Lion,and I copy /System/Library/Frameworks/IOSurface.framework/Headers/IOSurfaceAPI.h to $THEOS/include/IOSurface/ . I get it worked when I commit above lines. |
When I run the
run
command, this is the outputI've obviously checked that I followed all the instructions in the right way and set the variables (SKDVERSION = 4.3, GO_EASY_ON_ME = 1 and THEOS folder).
The text was updated successfully, but these errors were encountered: