bug-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug #13442] Applications locking waiting for GDNC to start


From: Gregory John Casamento
Subject: [bug #13442] Applications locking waiting for GDNC to start
Date: Sat, 18 Jun 2005 15:10:41 +0000
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4.2) Gecko/20040921

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/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]