Robert Dodier wrote:
> On 4/6/08, David Ronis <ronis at ronispc.chem.mcgill.ca> wrote:
>
>
>> If you're referring to the build issues with imaxima, I don't think
>> they're fixed. I just updated my cvs head sources, reconfigured, ran
>> make clean, and tried building. It fails in emacs/imaxima; sure enough
>> there is no makefile (although configure is there and will make one if
>> run manually).
>>
>
> Please try the release branch (cvs update -rRELEASE-5_15_0-BRANCH).
> I haven't committed the imaxima build changes to CVS head yet.
>
> best
>
> Robert Dodier
> _______________________________________________
> Maxima mailing list
> Maxima at math.utexas.edu
> http://www.math.utexas.edu/mailman/listinfo/maxima
>
>
There was a problem compiling with cmucl in Fedora Core 6
Here is the error message:
; Compilation aborted after 0:00:01.
; Compilation unit aborted.
; 1 fatal error
; 1 note
Error in batch processing:
Read error at 9275:
"(declaim (ftype (function ((kernel:double-double-float/\ (0w0))
random-state)"
Reader error at 9297 on #<Stream for file
"/usr/local/src/maxima-5.14.99rc1/src/rand-mt19937.lisp">:
Symbol "DOUBLE-DOUBLE-FLOAT" not found in the KERNEL package.
make[1]: *** [binary-cmucl/maxima.core] Error 1
make[1]: Leaving directory `/usr/local/src/maxima-5.14.99rc1/src'
make: *** [all-recursive] Error 1
There was no problem compiling with gcl, clisp, or sbcl.
I have not tried to run the tests yet.
-sen