build error for 23.0 using INSTALL.lisp instructions
Subject: build error for 23.0 using INSTALL.lisp instructions
From: Konovalov, Vadim (Vadim** CTR **)
Date: Fri, 31 Dec 2010 19:16:07 +0100
Hi,
I get following error when trying to build Maxima according to INSTALL.lisp instructions:
; - Source file
; /home/vad/Personal/sci-compile/maxima-5.23.0/src/share-subdirs.lisp
; and binary file
; /home/vad/Personal/sci-compile/maxima-5.23.0/src/binary-sbcl/share-subdirs.fasl
; not found, not loading.
debugger invoked on a SIMPLE-ERROR in thread #<THREAD "initial thread" RUNNING
{AA7DA61}>:
Source file "/home/vad/Personal/sci-compile/maxima-5.23.0/src/share-subdirs.lisp" and binary file "/home/vad/Personal/sci-compile/maxima-5.23.0/src/binary-sbcl/share-subdirs.fasl" do not exist.
Type HELP for debugger help, or (SB-EXT:QUIT) to exit from SBCL.
restarts (invokable by number or by possibly-abbreviated name):
0: [CONTINUE] Continue, ignoring missing files.
1: [ABORT ] Exit debugger, returning to top level.
(MAKE::LOAD-FILE-OPERATION #<FILE: share-subdirs> :NEW-SOURCE-AND-DEPENDENTS)
0]
Indeed, file ./src/share-subdirs.lisp is missing, but there exists the file ./src/share-subdirs.lisp.in, which obviously should have been expanded into the share-subdirs.lisp, but it haven't.
For the record, Maxima 22.1 builds just fine.
Thanks in advance for looking into this.
Best regards,
Vadim.