I am using clang and the new runtime.... not sure what is going on
here....   I'm using the scripts in tools-scripts.


               ^
NSBlocks.m:35:8: error: unknown type name 'objc_mutex_t'
extern objc_mutex_t __objc_runtime_mutex;
       ^
NSBlocks.m:42:12: error: incomplete definition of type 'struct objc_class'
  metaClass->class_pointer = superclass->class_pointer;
  ~~~~~~~~~^
/usr/GNUstep/Local/Library/Headers/objc/runtime.h:78:16: note: forward
declaration of 'struct objc_class'
typedef struct objc_class *Class;
               ^
NSBlocks.m:42:40: error: incomplete definition of type 'struct objc_class'
  metaClass->class_pointer = superclass->class_pointer;
                             ~~~~~~~~~~^
/usr/GNUstep/Local/Library/Headers/objc/runtime.h:78:16: note: forward
declaration of 'struct objc_class'
typedef struct objc_class *Class;
               ^
NSBlocks.m:43:12: error: incomplete definition of type 'struct objc_class'
  metaClass->super_class = superclass->class_pointer;
  ~~~~~~~~~^
/usr/GNUstep/Local/Library/Headers/objc/runtime.h:78:16: note: forward
declaration of 'struct objc_class'
-- 
Gregory Casamento
GNUstep Lead Developer / OLC, Principal Consultant
http://www.gnustep.org
<https://mailtrack.io/trace/link/9c0acecdc9713b4600333a69285f0bd6de83458a?url=http%3A%2F%2Fwww.gnustep.org&userId=2790543&signature=4c2a1a6cac0a4782>
- http://heronsperch.blogspot.com
<https://mailtrack.io/trace/link/a2c9f48751a1a25d2b8b8dc3f597e27f27674769?url=http%3A%2F%2Fheronsperch.blogspot.com&userId=2790543&signature=629445760eaa2b35>
http://ind.ie/phoenix/
<https://mailtrack.io/trace/link/0ca86994c9937e287f2d7538beabdc873dbf1475?url=http%3A%2F%2Find.ie%2Fphoenix%2F&userId=2790543&signature=0021c225112fc6f3>
_______________________________________________
Gnustep-dev mailing list
Gnustep-dev@gnu.org
https://lists.gnu.org/mailman/listinfo/gnustep-dev

Reply via email to