libobjc2 broken in current git

2018-05-22 Thread Andreas Fink
The current git version of libobjc2 seems broken The version I used before (commit 14889c540fe7da84080aaa87342df40e0a7091e7) worked. The current one spills out a lot of undefined header stuff for example in extern struct objc_slot_v1 *objc_get_slot(Class, SEL) OBJC_NONPORTABLE

Re: libobjc2 broken in current git

2018-05-22 Thread Andreas Fink
> On 22 May 2018, at 09:45, Andreas Fink wrote: > > The current git version of libobjc2 seems broken > > The version I used before (commit 14889c540fe7da84080aaa87342df40e0a7091e7) > worked. > The current one spills out a lot of undefined header stuff > > for example