From: Brett Williams Date: 2005-05-06T00:14:39+09:00 Subject: Re: tk_optionMenu bug in 1.8.2 Hidetoshi NAGAI wrote: > From: Brett Williams > Subject: Re: tk_optionMenu bug in 1.8.2 > Date: Thu, 5 May 2005 05:29:49 +0900 > Message-ID: <1115238268.852868@cswreg.cos.agilent.com> > >>Ok, after some work we can recreate this with the following: > > > I can't. (;_;) > Could you tell me your configure options of Tcl/Tk and Ruby, > and value of TclTkLib::COMPILE_INFO ? The version with the previous patch applied: ncc1701d:homes/brettw> ruby -rtk -e 'puts TclTkLib::COMPILE_INFO' tcltklib 2005-04-26 :: Ruby1.8.2 (2004-12-25) without pthread :: Tcl8.4.9(without stub)/Tk8.4.9(without stub) with tcl_threads Original version we saw this problem with: darkshore:homes/brettw> ruby -rtk -e 'puts TclTkLib::COMPILE_INFO' tcltklib 2004-12-23 :: Ruby1.8.2 (2004-12-25) without pthread :: Tcl8.3.2(without stub)/Tk8.3.2(without stub) with tcl_threads tcl config opts ../configure --prefix=/opt/ictools/tcl-tk \ --exec_prefix=/opt/ictools/tcl-tk \ --disable-shared tk config opts ../configure --prefix=/opt/ictools/tcl-tk \ --exec_prefix=/opt/ictools/tcl-tk \ --disable-shared ruby config opts on HP-UX ../configure --build=hppa2.0-hp-hpux11.00 \ --prefix=/opt/ictools/ruby \ --with-tcl-dir=/opt/ictools/tcl-tk \ --with-tk-dir=/opt/ictools/tcl-tk \ --with-ncurses-dir=/opt/ictools/ncurses \ --with-xml2-dir=/opt/TWWfsw/libxml25 \ --with-z-dir=/opt/TWWfsw/zlib11 \ --with-pgsql-dir=/opt/TWWfsw/pgsql734 \ --with-dbm-dir=/opt/ictools/db \ --with-readline-dir=/opt/ictools/readline \ --disable-shared on Linux ../configure --build=i386-redhat-linux \ --prefix=/opt/ictools/ruby \ --with-tcl-dir=/opt/ictools/tcl-tk \ --with-tk-dir=/opt/ictools/tcl-tk \ --with-ncurses-dir=/opt/ictools/ncurses \ --with-pgsql-include-dir=/usr/include/pgsql \ --with-dbm-dir=/opt/ictools/db \ --with-readline-dir=/opt/ictools/readline \ --disable-shared