I've tried half a dozen times to get the doinstall.tcl to work, but it fails each time, giving an error as follows (fyi, the file in question exists in the source directory):-
error copying "tkrev/tkrev.tcl": no such file or directory
error copying "tkrev/tkrev.tcl": no such file or directory
while executing
"file copy -force [file join tkrev tkrev.tcl] [file join $BINDIR $TKREV]"
(procedure "doinstall" line 19)
invoked from within
"doinstall $INSTALLROOT"
invoked from within
".bottom.do invoke"
("uplevel" body line 1)
invoked from within
"uplevel #0 [list $w invoke]"
(procedure "tk::ButtonUp" line 24)
invoked from within
"tk::ButtonUp .bottom.do"
(command bound to event)
Could you provide a list of where each source file should be copied to, so I can do it manually, please?
Thank you.
I've attached the list but here it is more simply:
copy tkrev.tcl and tkdiff.tcl to the target bin directory
copy all the other .tcl files and tclIndex to the target lib/tkrev directory
copy all the .gif files in tkrev/bitmaps to the target lib/tkrev/bitmaps directory
Last edit: DorothyR 2022-09-24