Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.ruby > #2166

Re: Tk and Tile with Tk8.5

From László Földes <foldes.laszlo2@gmail.com>
Newsgroups comp.lang.ruby
Subject Re: Tk and Tile with Tk8.5
Date 2011-04-02 16:38 -0500
Organization Service de news de lacave.net
Message-ID <3b1577c8d8c9ba00d570d173f5896515@ruby-forum.com> (permalink)
References <07a7e2ba2709d9e19d380257946e93e6@ruby-forum.com> <20110402.123737.74750971.nagai@ai.kyutech.ac.jp>

Show all headers | View raw


> Please check the result of 'ruby -r tk -e "p Tk::TK_PATCHLEVEL"'.
> If it shows 8.4.x, your tcltklib.so uses libraries of Tcl/Tk8.4.
>
And indeed it is:
$ ruby -r tk -e "p Tk::TK_PATCHLEVEL"
"8.4.19"

> or re-compile your ruby's tcltklib.so with Tcl/Tk8.5.

Back to the "I'm not a source code compiler type", can you give me some 
hint, how to do this? (not the 'make install' entry, but can it be 
independently recompiled from source or only together with other files 
or I need to recompile the whole Ruby package. And most importantly, 
what are the parameters that make it link to Tk8.5?)

Thanks

I tried to replace tcltklib.so with your 
tcltklib.so-tk8.5.7-ruby192dev_20100313rev26900_i686-linux but that .so 
introduced other unsatisfied dependencies (like libstdc++.so.5)

-- 
Posted via http://www.ruby-forum.com/.

Back to comp.lang.ruby | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

Tk and Tile with Tk8.5 László Földes <foldes.laszlo2@gmail.com> - 2011-04-01 19:45 -0500
  Re: Tk and Tile with Tk8.5 Hidetoshi NAGAI <nagai@ai.kyutech.ac.jp> - 2011-04-01 22:39 -0500
    Re: Tk and Tile with Tk8.5 László Földes <foldes.laszlo2@gmail.com> - 2011-04-02 16:38 -0500
      Re: Tk and Tile with Tk8.5 Hidetoshi NAGAI <nagai@ai.kyutech.ac.jp> - 2011-04-02 18:57 -0500
  Re: Tk and Tile with Tk8.5 Albert Schlef <albertschlef@gmail.com> - 2011-04-02 21:30 -0500
    Re: Tk and Tile with Tk8.5 László Földes <foldes.laszlo2@gmail.com> - 2011-04-03 15:52 -0500
      Re: Tk and Tile with Tk8.5 Albert Schlef <albertschlef@gmail.com> - 2011-04-04 07:57 -0500
        Re: Tk and Tile with Tk8.5 Hidetoshi NAGAI <nagai@ai.kyutech.ac.jp> - 2011-04-04 17:16 -0500
          Re: Tk and Tile with Tk8.5 Albert Schlef <albertschlef@gmail.com> - 2011-04-05 09:13 -0500
            Re: Tk and Tile with Tk8.5 Hidetoshi NAGAI <nagai@ai.kyutech.ac.jp> - 2011-04-05 15:37 -0500

csiph-web