Hi!<br>I&#39;ve downloaded the source of tcl/tk 8.5 from your repository, but I think there&#39;s an error.<br>When I run aMSN, compiled with your tcl/tk packages, it returns an error that say: &quot;<font size="-1">You can&#39;t load <b>TkCximage</b>, this is now needed to run amsn. Please compile amsn first, etc etc&quot;, so I run those following commands:<br>
<br>&nbsp;&nbsp;&nbsp; mv /usr/bin/wish /usr/bin/wish-bak-1<br>&nbsp;&nbsp;&nbsp; ln -s /usr/bin/wish8.5 /usr/bin/wish<br><br>and everything is ok.<br>I think that they have to be included in tk8.5-8.5/debian/tk8.5.postint ... and in </font><font size="-1">tk8.5-8.5/debian/tk8.5.postint I think you have to include those commands:<br>
<br></font><font size="-1">&nbsp;&nbsp;&nbsp; rm </font><font size="-1">/usr/bin/wish</font><br><font size="-1">&nbsp;&nbsp;&nbsp; ln -s /usr/bin/wish-bak-1 /usr/bin/wish<br></font><font size="-1">&nbsp;&nbsp;&nbsp; rm /usr/bin/wish-bak-1</font><br><br>Thanks for reading and thanks for your work!<br>
Francesco<br><br>P.S.: sorry for my bad english ;)<br>