From: Hidetoshi NAGAI Date: 2005-11-29T02:54:39+09:00 Subject: Re: Mac OS X TK From: James Edward Gray II Subject: Re: Mac OS X TK Date: Mon, 28 Nov 2005 22:34:51 +0900 Message-ID: > Neo:~$ /usr/local/bin/ruby -r tcltklib -e 'p TclTkLib::RELEASE_DATE' > "2004-12-23" > Neo:~$ /usr/local/bin/ruby -r tkutil -e 'p TkUtil::RELEASE_DATE' > "2004-12-23" > Neo:~$ grep RELEASE_DATE /usr/local/lib/ruby/1.8/tk.rb > RELEASE_DATE = '2004-12-24'.freeze > > Is this what you expected to see? Hmmm... It tells me that your '/usr/local/lib/ruby/1.8/tk.rb' is derived from 1.8.2 and your '/usr/local/lib/ruby/1.8/tk/event.rb' is derived from 1.8.3 (or 1.8.4). That is very strange. If you used a really clean source tree and had no errors on 'make install', I cannot understand the reason of your trouble. Probably, the simplest way to escape the trouble is to replace all files for Ruby/Tk under '/usr/local/lib/ruby/1.8/' to files under '<1.8.2-source>/ext/tk/lib/' by your hand. -- Hidetoshi NAGAI (nagai@ai.kyutech.ac.jp)