discuss-gnustep
[Top][All Lists]
Advanced

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

Re: porting to GNUstep from OSX


From: Chris B. Vetter
Subject: Re: porting to GNUstep from OSX
Date: Wed, 9 Jul 2003 15:08:17 -0700

On Wed, 9 Jul 2003 15:14:37 -0600
David Bishop <tech@bishop.dhs.org> wrote:
[...]
> My first problem, with both projects, is that they use some header
> files that simply don't exist for me: runtime.h and objc-class.h, both
> in the objc subdirectory.  They use the methods class_getClassMethod

#define class_getClassMethod(aClass, aSelector)  \
  ( class_get_class_method((aClass), (aSelector)) )

> and class_add_method_list (probably more, but that's were the

Don't know about that one.
You might want to take a look at Apple's ObjC runtime. 

> compile/link dies).  Any idea what the GNUstep equivelant is?  The
[...]

-- 
Chris




reply via email to

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