From: Hidetoshi NAGAI Date: 2005-11-26T15:23:52+09:00 Subject: Re: Mac OS X TK From: James Edward Gray II Subject: Re: Mac OS X TK Date: Sat, 26 Nov 2005 13:15:01 +0900 Message-ID: > Hmm, I assume that means the --enable-mac-tcltk-framework option > doesn't correctly point Ruby at Tiger's magic TK library. 'tkutil.c' does NOT depend on Tcl/Tk libraries. Even if there are no Tcl/Tk libraries or header files in your environment, 'tkutil.so' can be created from it. # On the latest version of Ruby's source archive, when fail to # compile tcltklib, tkuti.so will not be compiled. # Because Ruby/Tk doesn't work without tcltklib.so. Maybe, threre is an old tkutil.so which has higher priority on the load path, or a newer tkutil.so is not installed because you fail to compile tkutil.c. -- Hidetoshi NAGAI (nagai@ai.kyutech.ac.jp)