Hi,
I just upgraded OpenBSD to 6.4, including all packages.
The compiler did not change in revision, I guess it was just updated, so
gcc is still 4.9 from ports.
I recompile GNUstep from scratch and it fails:
Compiling file runtime.c ...
In file included from runtime.c:35:0:
/usr/include/objc/objc-api.h:365:1: error: unknown type name 'retval_t'
retval_t objc_msg_sendv(id, SEL, arglist_t);
^
/usr/include/objc/objc-api.h:365:34: error: unknown type name 'arglist_t'
retval_t objc_msg_sendv(id, SEL, arglist_t);
^
/usr/include/objc/objc-api.h:440:33: error: unknown type name 'MetaClass'
Method_t class_get_class_method(MetaClass _class, SEL aSel);
^
/usr/include/objc/objc-api.h: In function 'class_get_class_name':
/usr/include/objc/objc-api.h:476:10: error: dereferencing pointer to
incomplete type
return CLS_ISCLASS(_class)?_class->name:((_class==Nil)?"Nil":0);
<etc>
I suspect something wrong in gcc, but since it stayed to the same
version since previous OpenBSD, I do wonder!
Riccardo
_______________________________________________
Gnustep-dev mailing list
Gnustep-dev@gnu.org
https://lists.gnu.org/mailman/listinfo/gnustep-dev