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 <[email protected]> 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 > [email protected] > https://lists.gnu.org/mailman/listinfo/gnustep-dev -- Sent from my PDP-11 _______________________________________________ Gnustep-dev mailing list [email protected] https://lists.gnu.org/mailman/listinfo/gnustep-dev
