R
Ron
Hi,
I am having problems getting Ruby/Tk to work. Below are the results of
my attempts to get Tk working.
My configure command:
/configure --prefix=/opt/ruby --enable-thread
Results of make:
compiling tk
compiling tk/tkutil
compiling win32ole
compiling zlib
When I try to use tk, I get this output:
irb(main):001:0> require 'tk'
LoadError: no such file to load -- tk
from (irb):1:in `require'
from (irb):1
I have tcl/tk installed on my computer.
My environment is RedHat ES 4.0 32 bit.
What am I doing wrong?
Thanks.
Ron
I am having problems getting Ruby/Tk to work. Below are the results of
my attempts to get Tk working.
My configure command:
/configure --prefix=/opt/ruby --enable-thread
Results of make:
compiling tk
compiling tk/tkutil
compiling win32ole
compiling zlib
When I try to use tk, I get this output:
irb(main):001:0> require 'tk'
LoadError: no such file to load -- tk
from (irb):1:in `require'
from (irb):1
I have tcl/tk installed on my computer.
My environment is RedHat ES 4.0 32 bit.
What am I doing wrong?
Thanks.
Ron