From: Vincent A. <vi...@ar...> - 2005-05-28 07:03:35
|
Hi, In article <429...@mi...>, C Rose wrote: > I have got Matlisp going on CMUCL (and it looks great, BTW) but > I get an error when evaluating (load "start.lisp") on SBCL (on x86, > haven't tried OS X yet). I've had the same problem some time ago, and found it was caused by a bug in the defsystem.lisp that comes with matlisp. I reported it to the defsystem developers: http://sourceforge.net/mailarchive/forum.php?thread_id=6505791&forum_id=6764 I think the problem has been fixed since then, so I would suggest you to replace matlisp's defsystem.lisp with the the latest defsystem.lisp from clocc (in the src/defsystem-3.x directory) and see if that improves things. Good luck. Vincent. |