[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
libobjc2 broken in current git
From: |
Andreas Fink |
Subject: |
libobjc2 broken in current git |
Date: |
Tue, 22 May 2018 09:45:32 +0200 |
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 OBJC_DEPRECATED;t
it doesnt know anything about objc_slot_v1 and thus failes.
- libobjc2 broken in current git,
Andreas Fink <=