Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sources DOT redhat DOT com Delivered-To: mailing list cygwin AT sources DOT redhat DOT com Message-ID: <8F23E55D511AD5119A6800D0B76FDDE11E0FAF@cpex3.channelpoint.com> From: Troy Noble To: "'Karr, David'" , "'cygwin AT cygwin DOT com'" Subject: RE: Information on running tcl/tk with cygwin? Date: Fri, 27 Apr 2001 13:26:41 -0600 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain; charset="iso-8859-1" X-Scanned-By: MIMEDefang 1.0 (http://www.roaringpenguin.com/mimedefang/) 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 DOT karr AT cacheflow DOT com] Sent: Friday, April 27, 2001 11:28 AM To: 'cygwin AT cygwin DOT 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