[#4567] Re: What's the biggest Ruby development? — Aleksi Niemel<aleksi.niemela@...>

Dave said:

18 messages 2000/08/23
[#4568] Q's on Marshal — Robert Feldt <feldt@...> 2000/08/23

[#4580] RubyUnit testcase run for different init params? — Robert Feldt <feldt@...> 2000/08/25

[#4584] Re: RubyUnit testcase run for different init params? — Dave Thomas <Dave@...> 2000/08/25

Robert Feldt <feldt@ce.chalmers.se> writes:

[#4623] Re: RubyUnit testcase run for different init params? — Robert Feldt <feldt@...> 2000/08/28

On Sat, 26 Aug 2000, Dave Thomas wrote:

[#4652] Andy and Dave's European Tour 2000 — Dave Thomas <Dave@...>

24 messages 2000/08/30
[#4653] Re: Andy and Dave's European Tour 2000 — matz@... (Yukihiro Matsumoto) 2000/08/30

Hi,

[#4657] Ruby tutorials for newbie — Kevin Liang <kevin@...> 2000/08/30

Hi,

[ruby-talk:4600] Re: Can't get Tcl/Tk working

From: ts <decoux@...>
Date: 2000-08-27 10:45:31 UTC
List: ruby-talk #4600
>>>>> "S" == Stephen White <steve@deaf.org> writes:

S> If I edit ext/Setup, uncomment tkutil and tcltklib, and recompile, I get the
S> same error. It doesn't appear to be compiling tcltklib at all. If I then go
S> into the ext directory and directly compile and install the module, then it
S> complains about not being able to find tk.h (which is in /usr/X11R6/include)

 Try (probably there is a better way to do it)

 cd ext/tcltklib
 ruby extconf.rb --with-tk-include=/usr/X11R6/include \
                 --with-tk-lib=/directory/where/is/libtk
 make
 make install

 or  if tk.h is in /usr/X11R6/include and libtk in /usr/X11R6/lib

 ruby extconf.rb --with-tk-dir=/usr/X11R6


 Same with --with-tcl-include and --with-tcl-lib if it don't find tcl.h or
 libtcl (you have also --with-X11-include, --with-X11-lib and
 --with-X11-dir) 

 See the file extconf.rb



Guy Decoux

In This Thread

Prev Next