On 30 Apr 2015, at 14:42, Edwin Ancaer <[email protected]> wrote:
> 
> EOGenericRecord.m:1526:19: error: incomplete definition of type
>       'struct objc_class'
>   size = selfClass->instance_size;
> 
> EOGenericRecord.m:1622:26: error: incomplete definition of type
>       'struct objc_class'
>       size += objectClass->instance_size;
> 
> Can someone point me in the right direction?

These are relatively easy to fix.  class_getInstanceSize() will return the 
correct value.

David



--
This email complies with ISO 3103


_______________________________________________
Discuss-gnustep mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/discuss-gnustep

Reply via email to