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: Riccardo Mottola
Subject: Re: runtime problem gcc 4.9
Date: Sun, 22 Feb 2015 23:32:59 +0100
User-agent: Mozilla/5.0 (X11; Linux i686; rv:35.0) Gecko/20100101 Firefox/35.0 SeaMonkey/2.32.1

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




reply via email to

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