[ruby-list:37766] Re: tcltklibの作りかた

From: Koji Arai <JCA02266@...>
Date: 2003-06-07 23:53:47 UTC
List: ruby-list #37766
新井です。

In message "[ruby-list:37765] Re: tcltklibの作りかた"
  on 08 Jun 2003 08:30:16 +0900,
  Koji Arai <JCA02266@nifty.ne.jp> wrote:
> 新井です。
> 
> In message "[ruby-list:37764] Re: tcltklibの作りかた"
>   on 07 Jun 2003 23:00:33 +0900,
>   Mitsuo Igarashi <mitsu5@ruby.famille.ne.jp> wrote:
> > mitsu5 です。
> > 
> > レスありがとうございます。
> 
> > $ ../configure --enable-shared 
> > --with-tcllib=tcl84 --with-tklib=tk84 --with-tcl-include=/usr/local/include/tcl8.4 --with-X1-include=/usr/local/include/X11 
> > 
> > tcltklib/extconf.rb の内容が良く理解できないのですが、これ
> > と Msys とが合わないのでしょうか。
> > 
> > これを除けば ruby そのものは build 後ちゃんと動くのですが。
> > よろしくお願いいたします。
> 
> ruby をインストールしたあと、
> 
> $ cd ext/tcltklib
> $ ruby extconf.rb --with-tcllib=tcl84 --with-tklib=tk84 --with-tcl-include=/usr/local/include/tcl8.4 --with-X1-include=/usr/local/include/X11
> 
> とするとどうなるんでしょう?

あっ、これは単にメールでの typo か?

--with-X11-include=/usr/local/include/X11
       ^^^

--
新井康司 (Koji Arai)

In This Thread