gnustep-dev
[Top][All Lists]
Advanced

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

Re: runtime problem gcc 4.9


From: David Chisnall
Subject: Re: runtime problem gcc 4.9
Date: Sun, 22 Feb 2015 21:11:20 +0000

The class structure has been an opaque type in every release of the GNUstep 
runtime, the Apple Modern runtime, and the last few releases of the GCC 
runtime, so I'm surprised that this code worked for a while.  You'll need to 
use the runtime.h functions to interrogate the class structure.

David

> On 22 Feb 2015, at 21:00, Riccardo Mottola <address@hidden> wrote:
> 
> Hi,
> 
> I was checking the status of FlexiSheet, it doesn't compile for me anymore. 
> On GNUstep I get:
> 
> Compiling file FoundationExtentions.m ...
> FoundationExtentions.m: In function 'FXSubclassesOfClass':
> FoundationExtentions.m:102:11: error: dereferencing pointer to incomplete type
>  if(aClass->subclass_list)
> 
> This is gcc 4.9, apparently something changed or is it "we" from GNUstep?
> 
> Riccardo
> 
> _______________________________________________
> Gnustep-dev mailing list
> address@hidden
> https://lists.gnu.org/mailman/listinfo/gnustep-dev




-- Sent from my PDP-11




reply via email to

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