axiom-developer
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Axiom-developer] Axiom/aldor interface code


From: daly
Subject: [Axiom-developer] Axiom/aldor interface code
Date: Sun, 14 Aug 2005 13:03:12 -0500

Greg,

The process is:

   notangle i-coerfn.boot.pamphlet ==> i-coerfn.boot
   depsys (boottocl) i-coerfn.boot ==> i-coerfn.clisp
   depsys   i-coerfn.clisp         ==> i-coerfn.o

The process can fail in several ways but it appears that you have
a partially translated .boot file resulting in a truncated .clisp file.
The usually indicates a syntax error in the boot file causing the
boottocl translator to stop.

Or if the make is stopped while the .clisp file is partially written
then it will already exist (with only some of the functions translated)
and restarting the make will not retranslate the file (since it exists).

Rebuilding the system from scratch should cure the problem. I've fetched
the sources and will do another rebuild here just to check that the file
was not changed in some way.

Tim





reply via email to

[Prev in Thread] Current Thread [Next in Thread]