Follow-up Comment #2, bug #13442 (project gnustep):

Got it working, but the only difference between my code and the baseline is:

Index: Headers/Foundation/NSConnection.h
===================================================================
RCS file:
/cvsroot/gnustep/gnustep/core/base/Headers/Foundation/NSConnection.h,v
retrieving revision 1.6
diff -r1.6 NSConnection.h
34a35,36
> #include <objc/Protocol.h>
> 
218c220
< @interface NSObject (NSConnectionDelegate)
---
> @interface Object (NSConnectionDelegate)
268c270
< @interface NSObject (NSPortCoder)
---
> @interface Object (NSPortCoder)
Index: Source/NSConnection.m
===================================================================
RCS file: /cvsroot/gnustep/gnustep/core/base/Source/NSConnection.m,v
retrieving revision 1.139
retrieving revision 1.138
diff -r1.139 -r1.138
28c28
<    $Date: 2005/06/17 14:51:56 $ $Revision: 1.139 $
---
>    $Date: 2005/05/22 03:32:13 $ $Revision: 1.138 $
3595c3595
< @implementation NSObject (NSConnectionDelegate)
---
> @implementation Object (NSConnectionDelegate)

This seems to imply that the problem is the change from the categories being
on Object vs. NSObject.    Which is odd.   Still investigating.  GJC

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?func=detailitem&item_id=13442>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/



_______________________________________________
Bug-gnustep mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-gnustep

Reply via email to