From: Hidetoshi NAGAI Date: 2005-11-28T14:34:20+09:00 Subject: Re: Mac OS X TK From: James Edward Gray II Subject: Re: Mac OS X TK Date: Mon, 28 Nov 2005 01:40:04 +0900 Message-ID: <31629708-A2A2-4F52-B78E-E99B1176F665@grayproductions.net> > > I don't understand what is happen in your environment. > > Can 'ext/tcltklib/README.1st' ('ext/tk/README.tcltklib' on > > ruby-1.8.4 or 1.9) help you? > > I read those and tried building Ruby 1.8.2 with: > > ./configure --enable-pthread --with-tcllib=tcl8.4 --with-tklib=tk8.4 > --with-tcl-dir=/usr --with-tk-dir=/usr --with-tcltk-framework=/System/ > Library/Frameworks --with-tcl-framework-header=/System/Library/ > Frameworks/Tcl.framework/Headers/ --with-tk-framework-header=/System/ > Library/Frameworks/Tk.framework/Headers/ Oh! tcltklib on 1.8.2 doesn't support many of those configure options. Those were added at 'May 23 07:27:37 2005 UTC'. If you want to make 1.8.2 on MacOS X Tiger, you have to edit 'ext/tcltklib/extconf.rb'. If you have 'ext/tk/README.tcltklib', your 1.8.2 source tree is NOT pure. The file was added to ruby_1_8 branch at 'Nov 2 11:19:28 2005 UTC', or to ruby 1.9 at 'Jan 25 14:31:44 2005 UTC'. -- Hidetoshi NAGAI (nagai@ai.kyutech.ac.jp)