[Ecls-list] using ecl_min
Greg Pfeil
sellout42 at mac.com
Thu May 4 17:42:08 UTC 2006
Here's some more email to keep my list activity up ...
I'm trying to use ecl_min to help me with the MAKE-LOAD-FORM issue, but
am not having as much success as I'd like. It starts up fine and
> (load "bare")
> (si:top-level)
work fine, but when I try to (require :asdf) I get the error: "Wrong
number of arguments passed to function VECTOR-PUSH-EXTEND." Trying to
load asdf.fas has the same result.
Also, I was trying to set up a script that would run ecl_min and set
everything up, but couldn't find a way. -eval doesn't seem to work on
ecl_min and
$ ecl_min < setup.lsp
did load setup.lsp, but then quit, rather than leaving me at the
top-level prompt.
None of this is necessary for my little test case, but I would like to
have the ability to set this up for quicker debugging in the future.
More information about the ecl-devel
mailing list