Hello Hitman.
Tuesday, March 13, 2007, 10:44:11 PM, you wrote:
H> I have same problem which other people wrote here. But I don't know what H> I can do, cause the solutions of these problems wasn't solution for me H> :(. I have Windows XP and clisp (I use it with slime) and I'd like to H> use LTK. I try to install tcl/tk, ActiveTcl and tclkit too. I do exactly H> this: H> 1) start emacs and slime(of course clisp with) H> 2) compile and load ltk: H> (compile-file "C:/clisp/ltk/ltk.lisp") H> (load "C:/clisp/ltk/ltk.lisp") H> 3) use ltk H> (in-package :ltk) H> 4) path to wish.exe H> (setf *wish-pathname* "C:/Tcl/wish.exe") or H> (setf *wish-pathname* "C:/Tcl/wish84.exe") or H> (setf *wish-pathname* "C:/Tcl/tclkit.exe")
Try to use ASDF - http://www.cliki.net/asdf. Create shortcuts with names ltk.asd.lnk, ltk-mw.asd.lnk, ltk-remote.asd.lnk in asdf:*central-registry*. Check that tcl/bin is in your PATH environment variable. Than in slime-repl do ,load-system RET ltk RET. Then (ltk:ltktest).