Follow-up Comment #1, bug #33502 (project gnustep):

The problem is that SOPE has no been updated to use the Modern 
Objective-C runtime API when using the GNU runtime.

The file that doesn't compiles starts with

#if GNU_RUNTIME
#  include <objc/objc-api.h>
#  include <objc/encoding.h>
#endif

... but objc/objc-api.h and objc/encoding.h are deprecated in 
GCC 4.6.0 and no longer even exist in GCC 4.7.0!

So, of course the code doesn't compile.  Nothing to do with 
GNUstep.

See

http://gcc.gnu.org/onlinedocs/gcc-4.6.0/gcc/GNU-Objective_002dC-runtime-API.html#GNU-Objective_002dC-runtime-API

for more information.

Thanks

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?33502>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/


_______________________________________________
Bug-gnustep mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/bug-gnustep

Reply via email to