maxima, defsystem and CMUCL 2005-01
- Subject: maxima, defsystem and CMUCL 2005-01
- From: Barton Willis
- Date: Wed, 12 Jan 2005 09:39:08 -0600
This morning, I'm not able to build maxima---I suppose something didn't
get updated on my machine yesterday. I re-did cvs upate this morning.
$ make
Making all in src
make[1]: Entering directory `/c/maximacvs/maxima/src'
test -d binary-gcl || mkdir binary-gcl
test -d binary-gcl/numerical || mkdir binary-gcl/numerical
test -d binary-gcl/numerical/slatec || mkdir binary-gcl/numerical/slatec
gcl -batch -eval '(progn (load "../lisp-utils/defsystem.lisp") (funcall
(intern "OPERATE-ON-SYSTEM" :mk) "maxima" :compile :verbose t))' && \
gcl -batch -eval '(progn (load "../lisp-utils/defsystem.lisp") (funcall
(intern "OPERATE-ON-SYSTEM" :mk) "maxima" :load :verbose t) (when (fboundp
(quote si::sgc-on))(si::sgc-on t)) (si:save-system "binary-gcl/maxima"))'
Invalid DEFINE-CONDITION option: (:DEFAULT-INITARGS :COMPONENT NIL)
Fast links are on: do (use-fast-links nil) for debugging
Broken at FUNCALL. Type :H for Help.
1 (Continue) Ignore this DEFINE-CONDITION option.
2 Retry loading file "../lisp-utils/defsystem.lisp".
3 (Abort) Return to top level.
dbl:MAKE>>make[1]: *** [binary-gcl/maxima] Interrupt
make: *** [all-recursive] Error 1
Barton