Holger Schulz wrote:
[...]
> source [file join $SRCDIR main.tcl]
>
> in gpsman.tcl. I added puts [pwd] before that, so looks like
>
> puts [pwd]
> source [file join $SRCDIR main.tcl]
>
> now. Again Wish tell me
>
> couldn't read file "gmsrc/main.tcl": no such file or directory
> couldn't read file "gmsrc/main.tcl": no such file or directory
> while executing
> "source [file join $SRCDIR main.tcl]"
> (file
> "/Installer:Updates/Current/GPS:Garmin/gpsman-5.4.2/gpsman.tcl" line
> 401)
Try adding this as the first line in gpsman.tcl:
cd [file dirname [info script]]
Anyway, seems like this ought to be easy to figure out - look where
main.tcl is on your disk, compare with the above path, find out what
$SRCDIR contains, see where it's set, yada, yada, ...
-jcw
|