Hi,

David Chisnall wrote:
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.

The "new" code was

#if defined( __APPLE__) || defined(__GNUSTEP_RUNTIME__)

apparently with __GNUSTEP_RUNTIME__ is not defined with my gcc 4.9 (and its runtime) configuration right now.

I just enabled that code for all configuration and it compiles fine.
I need to test the app then.

Thanks,

Riccardo


_______________________________________________
Gnustep-dev mailing list
Gnustep-dev@gnu.org
https://lists.gnu.org/mailman/listinfo/gnustep-dev

Reply via email to