From: Michiel de H. <mjl...@ya...> - 2014-01-03 17:15:16
|
Hi all, I would like to compile Tcl/Tk from source to be able to dig around in the source code and see how it functions. Without making any changes to the source code, I noticed that when I run wish on a minimal Tcl script, events are not being handled correctly; e.g. mouse clicks only seem to be processed if I move the mouse out of the window. In contrast, ActiveState's wish run on the same script works perfectly fine. This suggests that there is some problem with my build process; I used "configure --enable-threads --enable-framework --enable-aqua" followed by "make", "make install" from the macosx directory. Does anybody know what I may be doing wrong? Thanks, -Michiel. |