On Nov 25, 2005, at 9:23 PM, Hidetoshi NAGAI wrote:

> From: James Edward Gray II <james / grayproductions.net>
> Subject: Re: Mac OS X TK
> Date: Sat, 26 Nov 2005 01:50:23 +0900
> Message-ID: <C5B03036-D69A-4CFE-B1ED-8EBA205A2DEA / grayproductions.net>
>> $ 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