Hi, I haven't been using built-in tcl et al for a while, but with the recent patch submissions, I decided to give it a whirl. Turns out that insight would no longer run from the build directory. I tracked this down to a failure to instantiate an iwidgets::scrolledtext widget. This happens because the auto_path for iwidgets is set relative to the build directory, and that's not where the actual scripts files are. To run from the build directory, we also need to add the source directory to the auto_path. This is what this patch does. Keith itcl/iwidgets/ChangeLog 2012-03-23 Keith Seitz * iwidgets.tcl.in: Add source directories to the auto_path.