<HTML dir=ltr><HEAD><TITLE>Re: [GRASS-dev] WinGRASS & Tcl/Tk</TITLE>
<META http-equiv=Content-Type content="text/html; charset=unicode">
<META content="MSHTML 6.00.6000.16608" name=GENERATOR><BASE href=http://mailstore.rossoalice.alice.it/exchange/Alice000000001264700/Bozze/R:%20[GRASS-dev]%20WinGRASS%20%26%20Tcl_xF8FF_Tk.EML/1_text.htm></HEAD>
<BODY>
<DIV id=idOWAReplyText92007 dir=ltr>
<DIV dir=ltr><FONT face=Arial color=#000000 size=2>Perfect! </FONT></DIV>
<DIV dir=ltr><FONT face=Arial color=#000000 size=2>thanks</FONT></DIV>
<DIV dir=ltr><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV dir=ltr><FONT face=Arial size=2>Marco</FONT></DIV></DIV>
<DIV dir=ltr><BR>
<HR tabIndex=-1>
<FONT face=Tahoma size=2><B>Da:</B> grass-dev-bounces@lists.osgeo.org per conto di benjamin.ducke@ufg.uni-kiel.de<BR><B>Inviato:</B> lun 03/03/2008 11.42<BR><B>A:</B> grass-dev@lists.osgeo.org<BR><B>Oggetto:</B> Re: [GRASS-dev] WinGRASS &amp; Tcl/Tk<BR></FONT><BR></DIV>
<DIV>
<P><FONT size=2>Tcl is the programming language, Tk provides the graphical user<BR>interface on top of that. So you need both:<BR><BR>Compile and install Tcl (using MSYS):<BR><BR>tar -xzvf tcl8.5.1-src.tar.gz<BR>cd tcl8.5.1/win<BR>./configure --prefix=/usr/local<BR>make<BR>make install<BR><BR>cp /usr/local/bin/tclsh85.exe /usr/local/bin/tclsh.exe<BR><BR><BR>Install the Tk GUI widgets:<BR><BR>tar -xzvf tk8.5.1-src.tar.gz<BR>cd tk8.5.1/win<BR>./configure --prefix=/usr/local<BR>make<BR>make install<BR><BR>cp /usr/local/bin/wish84.exe /usr/local/bin/wish.exe<BR><BR><BR>Hope this helps.<BR><BR>Good luck,<BR><BR>Benjamin<BR><BR><BR>marco.pasetti@alice.it wrote:<BR>&gt; Hi,<BR>&gt;<BR>&gt; I'm again on Tcl/Tk issue for Windows;<BR>&gt; Paul Kelly tells that he tested latest 8.5 release finding it working,<BR>&gt; so I'm going to compile that release!<BR>&gt; But here's another question, I never faced the problem of compile Tcl<BR>&gt; (always used precompiled binaries), and on the web site I found two<BR>&gt; sources, Tcl and Tk; what to do? Compile both? same or different prefix?<BR>&gt;<BR>&gt; Thanks<BR>&gt;<BR>&gt; Marco<BR><BR>_______________________________________________<BR>grass-dev mailing list<BR>grass-dev@lists.osgeo.org<BR><A href="http://lists.osgeo.org/mailman/listinfo/grass-dev">http://lists.osgeo.org/mailman/listinfo/grass-dev</A><BR></FONT></P></DIV></BODY></HTML>