bug-gnustep
[Top][All Lists]
Advanced

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

[bug #33502] SOPE can't be compiled with current gnustep and gcc 4.6


From: Nicola Pero
Subject: [bug #33502] SOPE can't be compiled with current gnustep and gcc 4.6
Date: Thu, 09 Jun 2011 14:45:01 +0000
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:2.0.1) Gecko/20100101 Firefox/4.0.1

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/




reply via email to

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