|
From: | Edwin Ancaer |
Subject: | Re: GDL2 compilation errors |
Date: | Thu, 30 Apr 2015 17:31:32 +0200 |
On 30 Apr 2015, at 14:42, Edwin Ancaer <eancaer@gmail.com> 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
[Prev in Thread] | Current Thread | [Next in Thread] |