Hi all,

I use FreeBSD and have encountered a little problem with Tcl doing a fossil 
diff -tk . In FreeBSD there's no tclsh executable, there are tclsh8.4, tclsh8.5 
and tclsh8.6. I know it's a FreeBSD problem and I fixed it creating a softlink 
from tclsh8.6 to tclsh. The tclsh program name is hardcoded in src/diffcmd.c

#ln -s /usr/local/bin/tclsh8.6 /usr/local/bin/tclsh

In a similar, there's no wish, but wish8.4, wish8.5 and wish8.6 although fossil 
don't use it.

#ln -s /usr/local/bin/wish8.6 /usr/local/bin/wish

I say it because if someone has problems with it, here is a fix. Perhaps it can 
be added to doc too.

---   ---
Eduardo Morras <emorr...@yahoo.es>
_______________________________________________
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to