On Fri, Jun 6, 2008 at 12:56 AM, Felix Homann <fexpop at onlinehome.de> wrote:
> (%i1) load(rducon);
>
> Load failed for
> /usr/share/maxima/5.13.0/share/simplification/rducon.lisp
> -- an error. To debug this try debugmode(true);
Looks like rducon.lisp wants to load another package named "expense".
Try changing (load "expense") to ($load "expense") in your copy.
($LOAD searches for "expense" while LOAD does not.)
I'll make the same change in CVS. Thanks for pointing out this problem.
Robert Dodier