This is the mail archive of the cygwin@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

RE: Information on running tcl/tk with cygwin?


Might you be talking about TkDiff?  It has moved from its original
location and AccuRev now appears to be maintaining it.  So some
of the older web links (for example on Scriptics) are stale or
no longer working.  I did find it not too long ago at:

http://www.accurev.com/free/tkdiff/index.html

I installed the current version of Tcl/Tk from the cygwin distro,
and have been running that without difficulty.  Of course I'm sure
I don't put it under any heavy stress per se.

I recall having to do something to get it to work with cygwin
since line 4 of the script reads:

exec wish "$0" -- ${1+"$@"}

and of course wish is really called cygwish80.exe in the cygwin
distro.  Could probably solve it with a symlink or an alias
of wish that refers to cygwish80.exe, I will leave that up to
you to try.

If I recall, I just commented out that line and then I start
the script using an alias that I define in my .bashrc:

alias tkdiff="cygwish80.exe -f /cygwin/usr/local/bin/tkdiff.tcl"

Troy

-----Original Message-----
From: Karr, David [mailto:david.karr@cacheflow.com]
Sent: Friday, April 27, 2001 11:28 AM
To: 'cygwin@cygwin.com'
Subject: Information on running tcl/tk with cygwin?


Is there some documentation somewhere on using tcl/tk with Cygwin?  I can't
find anything that really covers this, although I notice some tcl/tk files
in the Cygwin distribution, and some minor mentions of Cygwin on the
Scriptics web site (soon moving to "activestate", I guess).

I've heard a rumor of a reasonably friendly graphical interface to "diff3"
using tcl/tk, but I'm not sure where to find it.

--
Want to unsubscribe from this list?
Check out: http://cygwin.com/ml/#unsubscribe-simple

--
Want to unsubscribe from this list?
Check out: http://cygwin.com/ml/#unsubscribe-simple


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]