|
|
last edited 17 years ago |
1 | ||
Editor:
Time: 2007/11/17 22:57:00 GMT-8 |
||
Note: |
changed: - With the fixedPoint script, I noticed that the old database directories, DEPENDENTS.DAASE and USERS.DAASE, under int/algebra, are not removed in preparation for the second iteration. Am I mistaken in thinking that this will influence the subsequent compilation? You are correct. The src/algebra/Makefile.pamphlet that I am using on the axiom--windows--1 branch has been updated to properly rebuild the databases if any of the *.NRLIBS/code.o files change. In the linux branches (e.g. axiom--main--1) the database build is still done via a kludge that requires you to delete the file called `dbcomplete' in order to force a rebuild. Alternately you could also delete the int/*.spad files which will force them to be re-extracted from the pamphlet files and also trigger deletion of the dbcomplete file. The database files were intended to be copied back into the source tree (by hand) as algebra was added to the standard build. From unknown Sat Aug 20 07:38:22 -0500 2005 From: unknown Date: Sat, 20 Aug 2005 07:38:22 -0500 Subject: property change Message-ID: <20050820073822-0500@page.axiom-developer.org> Category: Axiom Mathematics => Axiom Interpreter Severity: normal => serious Status: open => closed From kratt6 Sat Aug 20 09:31:09 -0500 2005 From: kratt6 Date: Sat, 20 Aug 2005 09:31:09 -0500 Subject: Message-ID: <20050820093109-0500@page.axiom-developer.org> Could you please explain the property change! Martin
With the fixedPoint script, I noticed that the old database directories, DEPENDENTS.DAASE and USERS.DAASE, under int/algebra, are not removed in preparation for the second iteration. Am I mistaken in thinking that this will influence the subsequent compilation?
You are correct. The src/algebra/Makefile.pamphlet that I am using on the axiom--windows--1 branch has been updated to properly rebuild the databases if any of the .NRLIBS/code.o files change. In the linux branches (e.g. axiom--main--1) the database build is still done via a kludge that requires you to delete the file called `dbcomplete' in order to force a rebuild. Alternately you could also delete the int/.spad files which will force them to be re-extracted from the pamphlet files and also trigger deletion of the dbcomplete file.
The database files were intended to be copied back into the source tree (by hand) as algebra was added to the standard build.
Martin