From: "Sy Ali" <sy1234 / gmail.com> Subject: Re: Theming Tk with tile Date: Mon, 12 Mar 2007 00:16:14 +0900 Message-ID: <1e55af990703110816g7550b948w195d3eda2255de39 / mail.gmail.com> > I downloaded activetcl, and did ln -s /opt/ActiveTcl-8.4/lib/tcl8.4/ > /usr/lib/ so that my pkg_checker.rb could see its libraries. Now Then, possibly, your Ruby/Tk will expect that all Tcl/Tk extensions exist on /usr/lib. So, > pkg_checker runs, but gives me: > > *LACK : tile.rb : require->{} FAIL->[["tile", :package]] your Ruby/Tk cannot find Tile libraries. > Which is normal since I didn't install tile yet. =) > > But, configuring tile gives me an error about "configuration > definitions" [2] .. where do I find these? Please add "--with-tk=/opt/ActiveTcl-8.4/lib" option. However, if you already have tcltklib.so for Tcl/Tk8.4, please try to define "LD_LIBRARY_PATH=/opt/ActiveTcl-8.4/lib" env value. Then, probably, your Ruby/Tk will use ActiveTcl libraries. -- Hidetoshi NAGAI (nagai / ai.kyutech.ac.jp)