On 6 Jul 2011, at 10:55, Sebastian Reitenbach wrote:

> Error: Instance variables in NSTextTable overlap superclass NSTextBlock.  
> Offset of first instance variable, _layoutAlgorithm, is 196.  Last instance 
> variable in superclass, _widthType, ends at offset 148.  This probably means 
> that you are subclassing aclass from a library, which has changed in a 
> binary-incompatibleway.

I think this is a bug in how libobjc2 is calculating sizes.  The last ivar of 
NSTextBlock is an array of arrays, and my guess is that the runtime thinks that 
it is smaller than it is.

David

-- Send from my Jacquard Loom


_______________________________________________
Discuss-gnustep mailing list
Discuss-gnustep@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnustep

Reply via email to