[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Re: QNX - GNUstep and Objective C
From: |
bogdan |
Subject: |
Re: Re: QNX - GNUstep and Objective C |
Date: |
Wed, 06 Jan 2010 07:57:09 +0100 |
David,
I have compiled new version libobjc2 but error is the same
I compile libobjc2 and gnustep-base using gcc. But when I linking gnustep
program with gcc
library is all right. Error appears when I linking program with libobjc2
And everything one if I use gcc or clang.
"David Chisnall" <theraven@sucs.org> napisaĆ(a):
> On 5 Jan 2010, at 10:31, bbceler wrote:
>
> > Error: Instance variables in GSAttrDictionary overlap superclass
> > NSObject
> > Offset of first instance variable, statbuf, is 8
> > Last instance variable in superclass, isa, ends at offset 4
> > This probably means that you are subclassing a class from a library,
> > which
> > has changed in a
> > binary-incompatible way.
>
>
> Ah, this is indeed my fault. I was not allowing for alignment in the
> checking. I think I've fixed that now, let me know if it still breaks
> for you.
>
> David
>
> -- Sent from my Cray X1
>