i do configure with some bad parameter (e.g. unusable lisp) . calling 'make' gives an error.
so i try 'make clean; configure with_good_parameters; make' .
But then i got the following error:
.....
; compiling (DEFUN IDENTP ...)
; compiling (DEFUN |shoeReadLisp| ...)
; compiling (DEFUN |last| ...)
; /home/michael/build/open-axiom.trunk/src/boot/strap/initial-env.fasl written
; compilation finished in 0:00:00.170
../lisp/lisp -- --make --main="|AxiomCore|::|topLevel|"\
--system=../../i686-suse-linux \
--prologue='(pushnew :open-axiom-boot *features*)' \
--output=strap/bootsys --load-directory=strap strap/initial-env.fasl strap/tokens.fasl strap/includer.fasl strap/scanner.fasl strap/pile.fasl strap/ast.fasl strap/parser.fasl strap/translator.fasl
debugger invoked on a SB-INT:SIMPLE-FILE-ERROR:
Couldn't load "strap/tokens.fasl": file does not exist.
Type HELP for debugger help, or (SB-EXT:QUIT) to exit from SBCL.
(no restarts: If you didn't do this on purpose, please report it as a bug.)
(LOAD "strap/tokens.fasl")[:EXTERNAL]
0]
Hi,
I met this similar problem before, right now, the solution is, first make sure that the build directory is different with the dir for the source code, and make sure you use the rm command to remove all the files in the building directory before each new round config and building
Hope this helps,
Regards,
Yue
Thanks for the report.
This is now fixed on mainline, OpenAxiom-1.3.0-2009.06-15.
Re-opening as Michael reports he still has issues.
Fixed.