Am 24.11.19 um 20:08 schrieb Bertrand Dekoninck: > Just my two pence here : I’ve got a gcc compatible branch of rik (which I > maintain for my ppc computers) at > https://github.com/BertrandDekoninck/rik.theme/tree/no_objc2 > The only thing I had to do was to remove the button animation code which uses > objc_setAssociatedObject.
Thank you, that's good to know. To be true: Rik.theme won't compile using the 2.0 runtime as well. I think it accesses private ivars which is not allowed using the new ABI. But I don't know how to work around this yet. Johannes
