maxima 5.21 , fft-core.lisp



On 4/15/10, Edward Montague <sciwise at ihug.co.nz> wrote:

>   After installing the windows version of maxima 5.21 and
> running the fft example , from the help screen .
>
>   I  received an error message about not being able to
> load fft-core.lisp , just after the load(fft) instruction .

Hmm, I guess the defsystem stuff for fft failed;
can you please post the output from load(fft) ?

For the record, load(fft) works for me as expected with
Maxima 5.20.0 + Windows Vista.

What happens if you try load(affine) ?
Do you get the same error?

>    As far as I can tell this difficulty is apparent only for the
>  most recent versions of Maxima ; swapping an earlier
>  fft.lisp file for the present one alleviates the apparent
>  difficulty .

As a work-around with the current version of Maxima,
try load("fft-core.lisp") (the fft package just loads that
one Lisp file).

best

Robert Dodier