From: James Edward Gray II Date: 2005-11-26T13:15:01+09:00 Subject: Re: Mac OS X TK On Nov 25, 2005, at 9:23 PM, Hidetoshi NAGAI wrote: > From: James Edward Gray II > Subject: Re: Mac OS X TK > Date: Sat, 26 Nov 2005 01:50:23 +0900 > Message-ID: >> $ ruby -r tk -e1 >> /usr/local/lib/ruby/1.8/tk/event.rb:397: undefined method >> `_define_attribute_aliases' for CallbackSubst:Class (NoMethodError) >> from /usr/local/lib/ruby/1.8/tk.rb:804 > > It loads older version of 'tkutil.so'. > Please check it based on 'tkutil.c' included in the same source > archive of the 'event.rb'. Hmm, I assume that means the --enable-mac-tcltk-framework option doesn't correctly point Ruby at Tiger's magic TK library. I have no idea what I would need to edit for that though... James Edward Gray II