Satoshi Nakagawa
snaka****@infot*****
Mon Jun 18 15:36:41 JST 2007
Hi Laurent. > Committed the hook installation + some changes to be ObjC 2.0 > compliant as r1842. I have tested trunk again, it shows messages: dyld: lazy symbol binding failed: Symbol not found: _method_getImplementation Referenced from: /Library/Frameworks/RubyCocoa.framework/Versions/A/RubyCocoa Expected in: flat namespace dyld: Symbol not found: _method_getImplementation Referenced from: /Library/Frameworks/RubyCocoa.framework/Versions/A/RubyCocoa Expected in: flat namespace -- Satoshi Nakagawa Index: framework/src/objc/RBRuntime.m =================================================================== --- framework/src/objc/RBRuntime.m (revision 1842) +++ framework/src/objc/RBRuntime.m (working copy) @@ -19,6 +19,7 @@ #import "ocdata_conv.h" #import "OverrideMixin.h" #import "internal_macros.h" +#import "objc_compat.h" #define BRIDGE_SUPPORT_NAME "BridgeSupport"