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'
--