Subject: testsuite failures for 5.13.99rc1 / windows
From: Barton Willis
Date: Wed, 5 Dec 2007 11:04:01 -0600
Another problem: The load function seems to be broken on windows.
I think this is only a problem for wxMaxima.
(%i1) load(topoly);
Maxima encountered a Lisp error:
Error in SYMBOL-NAME [or a callee]:
"C:/PROGRA~1/MAXIMA~2.99R/share/maxima/5.13.99rc1/share/contrib/topoly.lisp"
is not of type SYMBOL.
Automatically continuing.
To reenable the Lisp debugger set *debugger-hook* to nil.
(%i2) load("topoly");
Maxima encountered a Lisp error:
Error in SYMBOL-NAME [or a callee]:
"C:/PROGRA~1/MAXIMA~2.99R/share/maxima/5.13.99rc1/share/contrib/topoly.lisp"
is not of type SYMBOL.
Automatically continuing.
To reenable the Lisp debugger set *debugger-hook* to nil.
BW