From: Hidetoshi NAGAI Date: 2005-01-04T16:00:31+09:00 Subject: Re: ruby-dev summary 25261-25372 Hi, From: Minero Aoki Subject: ruby-dev summary 25261-25372 Date: Tue, 4 Jan 2005 14:58:18 +0900 Message-ID: <20050104145816V.aamine@loveruby.net> > [ruby-dev:25292] tkutil is installed on no Tcl/Tk environment > > Tanaka Akira reported that tkutil is installed in spite of Tcl/Tk > is not installed. > > Hidetoshi Nagai, the maintainer of Ruby/Tk, answered that he considers > merging tkutil with tk, after Ruby 1.8.2 is released. ^^^^^^^^^^^^^^^^^^^^^^ merging tcltklib with tk and tkutil tkutil is already merged with tk. The problem is that tkutil is compiled and installed without Tcl/Tk, because tkutil does NOT depend on Tcl/Tk libraries. If no Tcl/Tk, tcltklib must not be compiled. And if without tcltklib, tk and tkutil can't be useful. Although it means that tk and tkutil should not be installed if fail to make tcltklib, there is no certain way to know whether tcltklib is succeeded in compiling or not. Possibly, merging tcltklib and tk (and tkutil) is the only solution of this installation problem. -- Hidetoshi NAGAI (nagai@ai.kyutech.ac.jp)