| Summary: | The ruby tcl/tk bindings do not work | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Dennis Roberts <denrober> |
| Component: | [OLD] Development | Assignee: | Gentoo Ruby Team <ruby> |
| Status: | RESOLVED INVALID | ||
| Severity: | normal | ||
| Priority: | High | ||
| Version: | unspecified | ||
| Hardware: | x86 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
|
Description
Dennis Roberts
2005-03-10 23:52:37 UTC
I unpack and compiled ruby from /usr/portage/distfiles/ruby-1.8.2.tar.gz from my system. I did a ./configure --prefix=/home/<mylogin>/ruby I then did a make install. Ruby/TK worked. So the problem probably is probably in the configure options used for the ebuild (/usr/portage/dev-lang/ruby/ruby-1.8.2.ebuild). You probably have the tcltk flag off, which means that Ruby's tk support is probably not built in. Re-emerge using the tcltk use flag, and this should work. |