System Information:
Gentoo Linux/Maxima 5.9.1/cmucl 19a-r1/clisp 2.33.2-r2
Whenever i run maxima and try to use the permut function i get the
following error:
(%i2) permut(4);
RESOLVANTE
GENERALE
NOTE: To compile the system do
cd /usr/share/maxima/5.9.1/share/sym/ ;make
Warning: Ignoring unmatched close parenthesis at file position 5716.
Warning: Ignoring unmatched close parenthesis at file position 9973.
Warning: Ignoring unmatched close parenthesis at file position 1740.
Warning: Ignoring unmatched close parenthesis at file position 1741.
Warning: Ignoring unmatched close parenthesis at file position 2423.
Warning: Ignoring unmatched close parenthesis at file position 2424.
Warning: Ignoring unmatched close parenthesis at file position 3686.
Warning: Ignoring unmatched close parenthesis at file position 3687.
Load failed for /usr/share/maxima/5.9.1/share/sym/operations
-- an error. Quitting. To debug this try DEBUGMODE(TRUE);
When i go to the path that is specified and try to run the make it
refers to a directory that is not present.
makefile:9: warning: overriding commands for target `all'
makefile:4: warning: ignoring old commands for target `all'
echo 'load("compile.lsp");' | ../src/saved_maxima
/bin/sh: line 1: ../src/saved_maxima: No such file or directory
make: *** [all] Error 127
It seems that -Warning: Ignoring unmatched close parenthesis at file
position- might be a cmucl error but i am having a hard time finding any
more information on this problem.
Any ideas?