Blob Blame History Raw
diff -Naurp insight-7.8.50.20140827.orig/gdb/gdbtk/library/main.tcl insight-7.8.50.20140827.new/gdb/gdbtk/library/main.tcl
--- insight-7.8.50.20140827.orig/gdb/gdbtk/library/main.tcl	2015-01-21 16:55:44.522762895 +0100
+++ insight-7.8.50.20140827.new/gdb/gdbtk/library/main.tcl	2015-01-21 17:00:20.277304860 +0100
@@ -62,7 +62,7 @@ if {[info exists auto_path]} {
 # Require the packages we need.  Most are loaded already, but this will catch 
 # any odd errors... :
 
-foreach p {{Tcl 8.6} {Tk 8.6} {itcl 4.0} {itk 4.0} {iwidgets 4.0} {Gdbtk 1.0} {combobox 2.2} {debug 1.0}} {
+foreach p {{Tcl 8.4} {Tk 8.4} {Itcl 3.3} {Itk 3.3} {Iwidgets 4.0} {Gdbtk 1.0} {combobox 2.2} {debug 1.0}} {
   if {[catch {package require [lindex $p 0] [lindex $p 1]} msg]} {
     if {![info exists ::env(GDBTK_TEST_RUNNING)] || $::env(GDBTK_TEST_RUNNING) == 0} {
       if {$::tcl_platform(platform) != "windows"} {