Yes, remove the -Werror from the makefile. The correct fix for this is quite involved, and I haven't had time to do it yet (basically, it's impossible to use sel_get_any_typed_uid() correctly, but the runtime hasn't exposed sane interfaces until I added some very recently).
David On 13 Feb 2011, at 20:55, Ryan Harter wrote: > 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 -- Sent from my STANTEC-ZEBRA _______________________________________________ Etoile-dev mailing list Etoile-dev@gna.org https://mail.gna.org/listinfo/etoile-dev