Prof. Dr. Johannes Grabmeier wrote:
>
> Hi,
>
> any idea to help me find the error causing the following error message? I a=
> m using an own compiled code, which run without problems about a year ago. =
> Now this error occurs, althought after recompiling the whole code with my c=
> urrent system being (self compiled on a macbook)
> GCL (GNU Common Lisp) 2.6.8 CLtL1 Feb 8 2011 14:31:28
> ..
> FriCAS (AXIOM fork) Computer Algebra System=20
> Version: FriCAS 1.1.4
> Timestamp: Monday October 17, 2011 at 12:44:00=20
>
>
> >> System error:
> NREVERSE0 is invalid as a function.
>
AFAICS NREVERSE0 was removed in 1.1.4. Maybe you are using old
object files? If yes, then recompile. If recompilation is a
problem you can try:
)lisp (defun NREVERSE0 (X) (if (ATOM X) X (NREVERSE X)))
--
Waldek Hebisch
[email protected]
--
You received this message because you are subscribed to the Google Groups
"FriCAS - computer algebra system" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/fricas-devel?hl=en.