From: David Brady Date: 2005-07-08T13:36:16+09:00 Subject: Re: cross-thread violation in TkCanvas when clicked Hidetoshi NAGAI wrote: >please try the latest version (on CVS) of tcltklib.c. > THANK YOU! That worked. I rebuilt Tcl/Tk but could not find any way to disable pthread. It comes with the option --enable-thread, but I tried both with no success. (enable-thread != enable-pthread, perhaps?) I got Ruby 1.9.0 from CVS and built it. THANK YOU to the authors: I built it without enable-pthread and there was a test in the makefile that warned me that tcl/tk had pthreads enabled, but ruby did not, and I should start over. Once I did, Tk is working fine, threads and all. Thank you again! -dB -- David Brady ruby-talk@shinybit.com I'm having a really surreal day... OR AM I?