Apparently at some point I added a pretty stupid error to my build script in tools-scripts. :/ Fixed now.
On Mon, Jul 1, 2019 at 6:27 AM Gregory Casamento <[email protected]> wrote: > 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/c158bf532c01597f9ab1640dabfcf472e432b158?url=http%3A%2F%2Fwww.gnustep.org&userId=2790543&signature=8d32c048e6926dec> > - http://heronsperch.blogspot.com > <https://mailtrack.io/trace/link/c83a2b08d234f975d0cbb18489c068e5fc170531?url=http%3A%2F%2Fheronsperch.blogspot.com&userId=2790543&signature=46cca65ba61d1512> > http://ind.ie/phoenix/ > <https://mailtrack.io/trace/link/2430014f676ed2550b7688b3e48198cd38fa1a82?url=http%3A%2F%2Find.ie%2Fphoenix%2F&userId=2790543&signature=dcfb4b84b46b8ea9> > -- Gregory Casamento GNUstep Lead Developer / OLC, Principal Consultant http://www.gnustep.org <https://mailtrack.io/trace/link/15b0743713f22dee3f74d3f4982d14eec2fbffa8?url=http%3A%2F%2Fwww.gnustep.org&userId=2790543&signature=02fd225562b116bd> - http://heronsperch.blogspot.com <https://mailtrack.io/trace/link/889b521efb89f5e8f1705771f9737326da85bcee?url=http%3A%2F%2Fheronsperch.blogspot.com&userId=2790543&signature=999e243b90c64347> http://ind.ie/phoenix/ <https://mailtrack.io/trace/link/c414914d90747fc7cf57d387db178575fe464c61?url=http%3A%2F%2Find.ie%2Fphoenix%2F&userId=2790543&signature=65e37e52febc8517>
_______________________________________________ Gnustep-dev mailing list [email protected] https://lists.gnu.org/mailman/listinfo/gnustep-dev
