Hunter Monroe wrote:
> To install Mockmma and run under wxMaxima: Checkout
> trunk/Mockmma from the Mockmma sourceforge project into the
> directory share\mockmma under the Maxima source tree; type
> load("mockmma/mockmma.lisp"); and type :lisp (mockmma). You
> should see the prompt "In[1] :=".
I am not able to get this to work using wxMaxima on my MacPro.
I get the following error:
(%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
-- an error. To debug this try debugmode(true);
Mark McClure