H
Hidetoshi NAGAI
From: Rich Leblanc <[email protected]>
Subject: Re: LoadError: no such file to load -- tk
Date: Fri, 23 Jul 2010 12:36:07 +0900
Ah, I'm sorry. It may be ambiguous.
During compiling *Ruby*, make-process creates each library under
<ruby-source>/ext directory (ext/tk is one of them).
Then, the process calls "miniruby extconf.rb".
<ruby-source>/ext/tk/extconf.rb search Tcl/Tk libraries.
And then, it outputs messages about search steps.
I need the messages.
It gives me hints about why cannot find available libraries.
Subject: Re: LoadError: no such file to load -- tk
Date: Fri, 23 Jul 2010 12:36:07 +0900
Message-ID: said:Here's all the output from the terminal:
Ah, I'm sorry. It may be ambiguous.
During compiling *Ruby*, make-process creates each library under
<ruby-source>/ext directory (ext/tk is one of them).
Then, the process calls "miniruby extconf.rb".
<ruby-source>/ext/tk/extconf.rb search Tcl/Tk libraries.
And then, it outputs messages about search steps.
I need the messages.
It gives me hints about why cannot find available libraries.