Advertisement
Guest User

Untitled

a guest
Feb 12th, 2014
302
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. In file included from /opt/theos/include/QuartzCore/CAValueFunction.h:9:
  2. In file included from /opt/theos/include/QuartzCore/QuartzCore-Structs.h:11:
  3. In file included from /opt/theos/include/IOSurface/IOSurface.h:20:
  4. /opt/theos/include/IOSurface/IOSurfaceAPI.h:251:62: error: expected function
  5.       body after function declarator
  6. xpc_object_t IOSurfaceCreateXPCObject(IOSurfaceRef aSurface) XPC_RETURNS...
  7.                                                              ^
  8. /opt/theos/include/IOSurface/IOSurfaceAPI.h:255:43: error: unknown type name
  9.       'xpc_object_t'; did you mean 'io_object_t'?
  10. IOSurfaceRef IOSurfaceLookupFromXPCObject(xpc_object_t xobj) CF_RETURNS_RETAINED
  11.                                           ^
  12. /opt/theos/include/IOKit/IOTypes.h:169:21: note: 'io_object_t' declared here
  13. typedef mach_port_t     io_object_t;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement