Kurt Pagani
2017-12-04 19:33:02 UTC
I (almost) successfully compiled the fricas computer algebra system using
ABCL (https://github.com/nilqed/fricas0).
"Almost" because four of the over 1300 algebra files are refractory. I
The value :INT is not of type (COMMON-LISP:MEMBER COMMON-LISP:NIL
:BOOLEAN).
and
The assertion (COMMON-LISP:<= -32768 JVM::OFFSET 32767) failed.
While the first one might be related to
http://abcl.org/trac/ticket/316 (http://abcl.org/trac/changeset/15034)
http://armedbear-devel.common-lisp.narkive.com/rm9OArfe/the-value-long-is-not-of-type-member-nil-boolean
I have no idea what the second one could mean. Google, however, shows
similar ones @:
https://common-lisp.net/project/cl-test-grid/ql/qlalpha-2014-08-23-abcl-load-failures.html
(fishpack, lapack ...).
Well, I'm stuck, so any ideas would be very welcome.
Many thanks
Kurt
ABCL (https://github.com/nilqed/fricas0).
"Almost" because four of the over 1300 algebra files are refractory. I
The value :INT is not of type (COMMON-LISP:MEMBER COMMON-LISP:NIL
:BOOLEAN).
and
The assertion (COMMON-LISP:<= -32768 JVM::OFFSET 32767) failed.
While the first one might be related to
http://abcl.org/trac/ticket/316 (http://abcl.org/trac/changeset/15034)
http://armedbear-devel.common-lisp.narkive.com/rm9OArfe/the-value-long-is-not-of-type-member-nil-boolean
I have no idea what the second one could mean. Google, however, shows
similar ones @:
https://common-lisp.net/project/cl-test-grid/ql/qlalpha-2014-08-23-abcl-load-failures.html
(fishpack, lapack ...).
Well, I'm stuck, so any ideas would be very welcome.
Many thanks
Kurt