On Tue, Sep 15, 2009 at 7:58 AM, Mark McClure <mcmcclur at unca.edu> wrote:
> (%i1) load("mockmma/mockmma.lisp");
> STYLE-WARNING: using deprecated EVAL-WHEN situation names EVAL LOAD COMPILE
> STYLE-WARNING: using deprecated EVAL-WHEN situation names COMPILE
> ;
> ; compilation unit aborted
> ;?? caught 1 fatal ERROR condition
>
> Load failed for
> /Applications/Maxima.app/Contents/Resources/share/maxima/5.19.2/share/mockmma/mockmma.lisp
Dunno what the problem might be, but maybe you can get more detail
about the error by loading it like this:
:lisp (load "/whatever/.../mockmma.lisp")
HTH
Robert Dodier