Posted to tcl by jeremy_c at Thu Sep 20 22:18:55 GMT 2007view raw

  1. ---------------------------
  2. Fatal error
  3. ---------------------------
  4. can't read "tcl_platform(platform)": no such variable
  5. while executing
  6. "switch -exact -- $tcl_platform(platform) {
  7. "windows" { lappend tlsnames [file join $kitdir tls-win.kit] }
  8. "unix" { lappend tlsnames [file j..."
  9. (file "C:/Users/Jeremy/Downloads/TclTk/tkchat.kit/main.tcl" line 10)
  10. invoked from within
  11. "source C:/Users/Jeremy/Downloads/TclTk/tkchat.kit/main.tcl"
  12. ("uplevel" body line 1)
  13. invoked from within
  14. "uplevel [list source [file join $self main.tcl]]"
  15. ---------------------------
  16. OK
  17. ---------------------------