Subject: testsuite failures for 5.13.99rc1 / windows
From: Andrej Vodopivec
Date: Wed, 5 Dec 2007 18:46:55 +0100
This will work with the new version.
(The problem is not in load, the problem is that wxmaxima gets
confused when it needs to print the filename returned by load, which
used to be a symbol but now is a string. Loading with load("topoloy")$
should work.)
Andrej
On Dec 5, 2007 6:04 PM, Barton Willis <willisb at unk.edu> wrote:
>
> 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.