> Does running tkdiff with a specific version of tcl/tk help - i.e. if
> you edit /usr/bin/tkdiff and change "/usr/bin/wish" to say
> /usr/bin/wish8.4" ?
Yes, that works! Good workaround for now, thanks.
> I've just tried running it here under 8.5 and it started up fine using
> .tkdiff of:
> set opts(textopt) {-background white -foreground gray -font 6x13 -wrap none}
Uhm, no, that doesn't work here.
condor:~>head -5 /usr/bin/tkdiff.broken
#!/usr/bin/wish8.5
###############################################################################
#
# TkDiff -- A graphical front-end to diff for Unix and Windows.
condor:~>cat .tkdiffrc
set opts(textopt) {-background white -foreground gray -font 6x13 -wrap none}
condor:~>/usr/bin/tkdiff.broken foo bar
Error in startup script: expected integer but got "bold"
(processing "-font" option)
invoked from within
".client.left.text tag configure inlinetag -background DodgerBlue -font
{TkFixedFont bold}"
("eval" body line 1)
invoked from within
"eval "$widget tag configure $tag $opts($tag)""
(procedure "build-client" line 106)
invoked from within
"build-client"
(procedure "create-display" line 40)
invoked from within
"create-display"
(procedure "main" line 57)
invoked from within
"main"
(file "/usr/bin/tkdiff.broken" line 9519)
Thanks,
Andy.
--
Having trouble in Windows - reboot
Having trouble in linux - be root
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]