axiom-developer
[Top][All Lists]
Advanced

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

RE: [Axiom-developer] Axiom/GCL on windows


From: Page, Bill
Subject: RE: [Axiom-developer] Axiom/GCL on windows
Date: Wed, 13 Dec 2006 04:02:12 -0500

On Tuesday, December 12, 2006 4:52 AM Gabriel Dos Reis wrote:
> 
> I believe I solved the mystery:  After the recent reorganization
> I made, the variable SPAD did not have a have a value by the time
> Make did substitution -- though it has a value set in the _shell_
> command line used to invoke depsys.  Why that isn't an issue under
> linux is not clear to me at this moment.
> 
> After re-reading Greg's message, I decided to trace build-interpsys
> and that is how I spotted that the last argument was empty -- which
> is not supposed to be.
> 
> Having two ways of saying the same thing (AXIOM and SPAD) is just
> confusing and plain wrong.  I changed src/interp/Makefile to use
> only AXIOM (and not SPAD).  interpsys was build successfully.
> As I'm writing this message, algebra layer 1 is being built.
>

Have you committed the required changes to build-improvements yet?
I pulled Revision: #401 from SourceForge at about 11:00 PM EST
yesterday (Dec 12). But I still get the same failure at point of
trying to create interpsys. Here's a partial log at the point of the
first failure:

...
5 invoking make in /home/bpage/axiom.test/src/interp with parms:
SYS= i686-pc-mingw32
LISP=lsp BYE=bye
../../../build-improvements/config/mkinstalldirs
./../..//target/i686-pc-mingw32/share
/msgs
mkdir -p -- ./../..//target/i686-pc-mingw32/share/msgs
/bin/install -c -m 644
../../../build-improvements/src/doc/msgs/s2-us.msgs \
         ./../..//target/i686-pc-mingw32/share/msgs
echo '(progn (gbc t) (load "makeint.lisp") (gbc t) (user::spad-save
"../..//build/i686
-pc-mingw32/bin/interpsys.exe"))' |
DAASE="../../../build-improvements/src/share" ./..
/..//build/i686-pc-mingw32/bin/lisp
GCL (GNU Common Lisp)  2.6.8 CLtL1    Dec 13 2006 00:25:13
Source License: LGPL(gcl,gmp), GPL(unexec,bfd,xgcl)
Binary License:  GPL due to GPL'ed components: (UNEXEC)
Modifications of this banner must retain notice of a compatible license
Dedicated to the memory of W. Schelter

Use (help) to get some basic information on how to use GCL.
Temporary directory for compiler files set to
./../..//build/i686-pc-mingw32/

>
Loading makeint.lisp
Loading sys-pkg.lisp
Finished loading sys-pkg.lisp
Loading ../../../build-improvements/src/interp/interp-proclaims.lisp
Finished loading
../../../build-improvements/src/interp/interp-proclaims.lisp
...
Loading interop.o
start address -T 1062f000 Finished loading interop.o
Loading patches.o
start address -T 10638000 Finished loading patches.o
   Using local database
../../../build-improvements/src/share/algebra/compress.daase..
Re-reading compress.daase   Using local database
../../../build-improvements/src/share/algebra/interp.daase..
Re-reading interp.daase

Error: Caught fatal error [memory may be damaged]
Fast links are on: do (si::use-fast-links nil) for debugging
Error signalled by RETURN.
Broken at APPLY.  Type :H for Help.
BOOT>> ...

----------

Any ideas?

Regards,
Bill Page. 




reply via email to

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