Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GNU Objective-C Runtime still does not support objc_getAssociatedObject and friends #3

Open
wyatt8740 opened this issue Feb 15, 2017 · 0 comments

Comments

@wyatt8740
Copy link

wyatt8740 commented Feb 15, 2017

From objc/runtime.h:

/* Compatibility Note: The Apple/NeXT runtime has the functions
   objc_setAssociatedObject (), objc_getAssociatedObject (),
   objc_removeAssociatedObjects () and the objc_AssociationPolicy type
   and related enum.  The GNU runtime does not have them yet.
   TODO: Implement them.  */

Thus, this project still does not build under GCC's objective-C compiler (this is related to issue #2, by the way).

I would really prefer not to have to install all of LLVM + Clang just to build a theme.

I should add for anyone else who sees this that if I do install clang and compile GNUstep's libobjc2 with it (https://github.com/gnustep/libobjc2/), it builds. Just remember that you need to use clang both to build libobjc2 and to build Rik.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant