|
From: Christian S. <chr...@su...> - 2007-12-15 16:23:56
|
Hi
I'm running tcl8.5b3, tk8.5b3, tile-0.7.8 and tileqt0.4b1, compiled from
sources.
If I do:
package require Tk
package require tile
package require "tile::theme::tileqt"
I get:
couldn't load
file "/usr/local/lib/tileqt0.4/libtileqt0.4.so": /usr/local/lib/tileqt0.4/libtileqt0.4.so:
undefined symbol: Ttk_RegisterElement
But if I do:
package require tile
package require Tk
package require "tile::theme::tileqt"
It works ok.
Is this a bug or intentional?
(It's a bit of a problem for me because I use Tk from Ruby, and Ruby seems to
load Tk before tile)
thanks
Christian Surlykke
|