[libobjc] Shouldn't "version" take a long?

2007-09-26 Thread Jose Quinteiro
Hello, The getter/setter for version in Object.M gets/takes an int, and they eventually get/set the "version" field in struct objc_class. This field is declared as a long in objc/objc.h. I'm asking because I think this was causing a crash in GNUMail on 64-bit systems. More detail: https

Re: [libobjc] Shouldn't "version" take a long?

2007-09-26 Thread Jose Quinteiro
thod definition for '-composeViewAccessoryWillBeRemovedFromSuperview:' not found PGPController.m:743: warning: class 'PGPController' does not fully implement the 'GNUMailBundle' protocol Andrew Pinski wrote: On 9/26/07, Jose Quinteiro <[EMAIL PROTECTED]>

Re: [libobjc] Shouldn't "version" take a long?

2007-09-26 Thread Jose Quinteiro
I wrote a simple test program that works just fine on my 64 bit system. The problem must lie somewhere in the GNUStep libraries. Sorry about the waste of bandwidth. Thanks, Jose. Jose Quinteiro wrote: > Please forgive me if I'm being dense, I'm very new to Objective-C. > &