Barton Willis writes:
>I did make clean with GCL and XP.
>
> Error summary:
> Errors found in
>c:/msys/1.0/maxinstall/share/maxima/5.9.1.1cvs/tests/rtest14.mac,
>problems: (52 60)
>
>I think these are the two newly discovered known bugs.
>
>(%i5) build_info();
>
>Maxima version: 5.9.1.1cvs
>Maxima build date: 14:27 1/11/2005
>host type: i686-pc-mingw32
>lisp-implementation-type: Kyoto Common Lisp
>lisp-implementation-version: GCL 2.6.5
>
>Barton
>
>
>
>
>Raymond Toy
>Sent by: maxima-admin@math.utexas.edu
>01/11/2005 12:24 PM
>
>
> To: James Amundson
> cc: Maxima List
> Subject: Re: [Maxima] maxima, defsystem and CMUCL 2005-01
>I encourage people to make sure defsystem still builds maxima.
>
>_______________________________________________
>
>
I'm surprized. I can't bild Maxima CVS with new defsystem on GCL 2.6.5
Linux:
[vadim@proxl maxima]$ gcl
GCL (GNU Common Lisp) 2.6.5 ANSI Dec 13 2004 12:28:56
Source License: LGPL(gcl,gmp), GPL(unexec,bfd)
Binary License: GPL due to GPL'ed components: (READLINE BFD 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.
>(quit)
[vadim@proxl maxima]$ make
Making all in src
make[1]: Entering directory `/home/vadim/test/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>>
--
Vadim V. Zhytnikov