From: Taguchi T. <ta...@to...> - 2003-11-20 06:44:03
|
Thanks, Jeff. > > I've installed cvsuped tclplugin to following my box: > > OS: FreeBSD5.1-current > > X: X-Window 4.3.0 > > Mozilla: mozilla-1.5 > > I'm assuming that you built the plugin yourself? Yes. I use Tcl8.4.4. > > I've got some probrems. > > a. FreeBSD's libtcl84.so and libtk84.so dose not have > > -export-dynamic ld option. so I had to make patch > > for tcl/tk FreeBSD port. > > b. Tcl Stub mechanism dosen't work. so I had to disable it. > > If stub mechanism is enabled, Mozilla will crash when > > read some page which contain some tclet. > > Can you elaborate more specifically on the patches required to the > configure/makefile? a. is a probrem FreeBSD itselfs. I'll make a patch, and send it to Tcl port maintainer for FreeBSD. I think b is a probrem in FreeBSD or Tcl/Tk. not tclplugin. But I'll make a workaround patch for tclplugin. I think it will save some FreeBSD users. > > First, and seriouce one is follwing: > > > > "I can not input any text to text and entry widget." > > This sounds similar to > http://aspn.activestate.com/ASPN/Mail/Message/tclplugin-core/1513253 > > Does the work-around work for you? Yes! Did you resolve this probrem? I've try to use focus command. but it did not work at all. Thanks --- T.Taguchi. P.S. Just now, I've been able to input Japanese multibyte strings using XIM into entry, text widget! Wow, great!! |