gnustep-dev
[Top][All Lists]
Advanced

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

Now getting this...


From: Gregory Casamento
Subject: Now getting this...
Date: Mon, 1 Jul 2019 06:27:30 -0400

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 - http://heronsperch.blogspot.com
http://ind.ie/phoenix/

reply via email to

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