Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- timms-mbp:lol shinvou$ make
- /Users/shinvou/lol/theos/makefiles/targets/Darwin/iphone.mk:41: Deploying to iOS 3.0 while building for 6.0 will generate armv7-only binaries.
- Making all for tweak lol...
- Preprocessing Tweak.xm...
- Compiling Tweak.xm...
- In file included from <built-in>:171:
- In file included from <command line>:3:
- In file included from /Users/shinvou/lol/theos/Prefix.pch:4:
- In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIKit.h:10:
- In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIAccessibility.h:13:
- In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIAccessibilityAdditions.h:10:
- In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIPickerView.h:11:
- In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableView.h:11:
- In file included from /Users/shinvou/lol/theos/include/UIKit/UISwipeGestureRecognizer.h:10:
- In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UISwipeGestureRecognizer.h:9:
- In file included from /Users/shinvou/lol/theos/include/UIKit/UIGestureRecognizer.h:6:
- In file included from /Users/shinvou/lol/theos/include/UIKit/UIKit-Structs.h:15:
- In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/QuartzCore.h:9:
- In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CoreAnimation.h:30:
- In file included from /Users/shinvou/lol/theos/include/QuartzCore/CAValueFunction.h:9:
- In file included from /Users/shinvou/lol/theos/include/QuartzCore/QuartzCore-Structs.h:11:
- In file included from /Users/shinvou/lol/theos/include/IOSurface/IOSurface.h:20:
- /Users/shinvou/lol/theos/include/IOSurface/IOSurfaceAPI.h:251:1: error: unknown
- type name 'xpc_object_t'; did you mean 'io_object_t'?
- xpc_object_t IOSurfaceCreateXPCObject(IOSurfaceRef aSurface) XPC_RETURNS...
- ^
- /Users/shinvou/lol/theos/include/IOKit/IOTypes.h:169:21: note: 'io_object_t'
- declared here
- typedef mach_port_t io_object_t;
- ^
- In file included from <built-in>:171:
- In file included from <command line>:3:
- In file included from /Users/shinvou/lol/theos/Prefix.pch:4:
- In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIKit.h:10:
- In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIAccessibility.h:13:
- In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIAccessibilityAdditions.h:10:
- In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIPickerView.h:11:
- In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableView.h:11:
- In file included from /Users/shinvou/lol/theos/include/UIKit/UISwipeGestureRecognizer.h:10:
- In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UISwipeGestureRecognizer.h:9:
- In file included from /Users/shinvou/lol/theos/include/UIKit/UIGestureRecognizer.h:6:
- In file included from /Users/shinvou/lol/theos/include/UIKit/UIKit-Structs.h:15:
- In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/QuartzCore.h:9:
- In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CoreAnimation.h:30:
- In file included from /Users/shinvou/lol/theos/include/QuartzCore/CAValueFunction.h:9:
- In file included from /Users/shinvou/lol/theos/include/QuartzCore/QuartzCore-Structs.h:11:
- In file included from /Users/shinvou/lol/theos/include/IOSurface/IOSurface.h:20:
- /Users/shinvou/lol/theos/include/IOSurface/IOSurfaceAPI.h:251:62: error:
- expected function body after function declarator
- xpc_object_t IOSurfaceCreateXPCObject(IOSurfaceRef aSurface) XPC_RETURNS...
- ^
- /Users/shinvou/lol/theos/include/IOSurface/IOSurfaceAPI.h:255:43: error:
- unknown type name 'xpc_object_t'; did you mean 'io_object_t'?
- IOSurfaceRef IOSurfaceLookupFromXPCObject(xpc_object_t xobj) CF_RETURNS_RETAINED
- ^
- /Users/shinvou/lol/theos/include/IOKit/IOTypes.h:169:21: note: 'io_object_t'
- declared here
- typedef mach_port_t io_object_t;
- ^
- 3 errors generated.
- make[2]: *** [obj/Tweak.xm.2515f0b0.o] Error 1
- make[1]: *** [internal-library-all_] Error 2
- make: *** [lol.all.tweak.variables] Error 2
- timms-mbp:lol shinvou$
Advertisement
Add Comment
Please, Sign In to add comment