Hello.
I have a problem with Tcl/Tk in OS X, each time i try requiring tk, i
get this:
irb(main):001:0> require ''tk''
LoadError: no such file to load -- tk
from (irb):1:in `require''
from (irb):1
irb(main):002:0>
I am positive that I have Tcl/Tk installed - i''ve installed the binary
from ActiveState and I''ve tried compiling Ruby 1.8.6 myself and
I''ve
tried installing it with MacPorts, but nonetheless it doesn''t work.
I''ve tried ./configure with --enable-mac-tcltk-framework but it seems
that nothing works.
I''ve also tried tclsh and wish, and i even made a little button in
wish from the terminal, so I am positive that Tcl/Tk is installed, but
Ruby just doesn''t know where or something like that.
I''ve tried googling and searched this forum, and found people with the
same problem, but I never found any solution that worked for me.
What can I do?
Mac OS X 10.4.10
--
Posted via http://www.ruby-forum.com/.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Ruby on Rails: Talk" group.
To post to this group, send email to
rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
To unsubscribe from this group, send email to
rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
For more options, visit this group at
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---