discuss-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: GDL2 compilation errors


From: David Chisnall
Subject: Re: GDL2 compilation errors
Date: Thu, 30 Apr 2015 14:57:55 +0100

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]