I'm trying to compile Etoile using the latest trunk of clang/llvm, and the Etoile trunk and I keep getting a compile error.
In order to get here I had to fix a typo in LKSubclass.h, but after that I get this every time: Making all for framework LanguageKit... Compiling file LKModule.m ... clang: warning: argument unused during compilation: '-std=c99' LKModule.m:21:24: error: 'sel_get_any_typed_uid' is deprecated [-Wdeprecated-declarations] return sel_getType_np(sel_get_any_typed_uid([methodName UTF8String])); ^ 1 error generated. make[4]: *** [obj/LanguageKit.obj/LKModule.m.o] Error 1 make[3]: *** [internal-framework-run-compile-submake] Error 2 make[2]: *** [LanguageKit.all.framework.variables] Error 2 make[1]: *** [internal-all] Error 2 make: *** [internal-all] Error 2 Any ideas? Thanks Ryan _______________________________________________ Etoile-dev mailing list Etoile-dev@gna.org https://mail.gna.org/listinfo/etoile-dev