[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

Can't find tcltklib

Keith P. Boruff

1/30/2005 11:11:00 PM

A couple of weeks ago, I had installed 1.8.2.

Though I know I have tk installed on my system, Ruby doesn't seem to be able
to find it when I try to experiment with some ruby tk stuff.

Basically, it can't find 'tcltklib' (included in the tk.rb file).

How do I get ruby to see where my tk stuff is? Is there a switch I should
have included when running the configure switch?

Thanks,
KPB


1 Answer

Keith P. Boruff

1/30/2005 11:34:00 PM

0

Keith P. Boruff wrote:

> A couple of weeks ago, I had installed 1.8.2.
>
> Though I know I have tk installed on my system, Ruby doesn't seem to be
> able to find it when I try to experiment with some ruby tk stuff.
>
> Basically, it can't find 'tcltklib' (included in the tk.rb file).
>
> How do I get ruby to see where my tk stuff is? Is there a switch I should
> have included when running the configure switch?
>
> Thanks,
> KPB


Nevermind. I found the ext/tcltklib directory and the README file there so I
should be fine.

Sorry to bother.

KPB