Skip to content

Instantly share code, notes, and snippets.

@lalinsky
Created February 19, 2017 11:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lalinsky/a43a4d1f171b15bf64295a8425ffe119 to your computer and use it in GitHub Desktop.
Save lalinsky/a43a4d1f171b15bf64295a8425ffe119 to your computer and use it in GitHub Desktop.
/usr/bin/clang -fno-strict-aliasing -fno-common -dynamic -arch i386 -arch x86_64 -g -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c Modules/objc/objc-runtime-compat.m -o build/temp.macosx-10.6-intel-2.7/Modules/objc/objc-runtime-compat.o -DPyObjC_STRICT_DEBUGGING -DMACOSX -DPyObjC_BUILD_RELEASE=1006 -DMACOSX -g -fexceptions -Wall -Wstrict-prototypes -Wmissing-prototypes -Wformat=2 -W -Wpointer-arith -Wmissing-declarations -Wnested-externs -W -Wno-import -Wno-unknown-pragmas -Wshorten-64-to-32 -Ilibffi-src/include -Ilibffi-src/powerpc -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.8.sdk
Modules/objc/objc-runtime-compat.m:885:17: error: cannot find interface declaration for 'Object'; did you mean 'NSObject'?
@implementation Object (NSObjectCompat)
^~~~~~
NSObject
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.8.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSObject.h:76:12: note: 'NSObject' declared here
@interface NSObject <NSObject> {
^
Modules/objc/objc-runtime-compat.m:891:1: warning: method has no return type specified; defaults to 'id' [-Wmissing-method-return-type]
-doesNotRecognizeSelector:(SEL)sel
^
(id)
Modules/objc/objc-runtime-compat.m:886:1: warning: category is implementing a method which will also be implemented by its primary class [-Wobjc-protocol-method-implementation]
- (id)self
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.8.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSObject.h:20:1: note: method 'self' declared here
- (id)self;
^
2 warnings and 1 error generated.
error: command '/usr/bin/clang' failed with exit status 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment