Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.ruby > #2166
| From | László Földes <foldes.laszlo2@gmail.com> |
|---|---|
| Newsgroups | comp.lang.ruby |
| Subject | Re: Tk and Tile with Tk8.5 |
| Date | Sat, 2 Apr 2011 16:38:47 -0500 |
| Organization | Service de news de lacave.net |
| Lines | 24 |
| Message-ID | <3b1577c8d8c9ba00d570d173f5896515@ruby-forum.com> (permalink) |
| References | <07a7e2ba2709d9e19d380257946e93e6@ruby-forum.com> <20110402.123737.74750971.nagai@ai.kyutech.ac.jp> |
| NNTP-Posting-Host | bristol.highgroove.com |
| Content-Type | text/plain; charset=UTF-8 |
| Content-Transfer-Encoding | 7bit |
| X-Trace | talisker.lacave.net 1301780503 22279 65.111.164.187 (2 Apr 2011 21:41:43 GMT) |
| X-Complaints-To | abuse@lacave.net |
| NNTP-Posting-Date | Sat, 2 Apr 2011 21:41:43 +0000 (UTC) |
| In-Reply-To | <20110402.123737.74750971.nagai@ai.kyutech.ac.jp> |
| X-Received-From | This message has been automatically forwarded from the ruby-talk mailing list by a gateway at comp.lang.ruby. If it is SPAM, it did not originate at comp.lang.ruby. Please report the original sender, and not us. Thanks! For more details about this gateway, please visit: http://blog.grayproductions.net/categories/the_gateway |
| X-Mail-Count | 380813 |
| X-Ml-Name | ruby-talk |
| X-Rubymirror | Yes |
| X-Ruby-Talk | <3b1577c8d8c9ba00d570d173f5896515@ruby-forum.com> |
| Path | csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!news.stben.net!talisker.lacave.net!lacave.net!not-for-mail |
| Xref | x330-a1.tempe.blueboxinc.net comp.lang.ruby:2166 |
Show key headers only | 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 | Next — Previous in thread | Next in thread | Find similar | Unroll 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