[Ecls-list] building maxima...

Juan Jose Garcia-Ripoll juanjose.garciaripoll at googlemail.com
Sat Feb 11 19:31:02 UTC 2012


On Sat, Feb 11, 2012 at 4:40 PM, Andrey G. Grozin <A.G.Grozin at inp.nsk.su>wrote:

> Recently, there was a thread about building maxima with ecl-12.2.1. I
> understand that the short-term solution is to patch
> src/numerical/slatec/xerprn.lisp.


This solves it, IIRC

diff --git a/src/numerical/slatec/xerprn.lisp
b/src/numerical/slatec/xerprn.lisp
index 8068351..d1a0ffd 100644
--- a/src/numerical/slatec/xerprn.lisp
+++ b/src/numerical/slatec/xerprn.lisp
@@ -18,7 +18,7 @@


 (let* ((newlin "$$"))
-  (declare (type (simple-array character (2)) newlin) (ignorable newlin))
+  (declare (ignorable newlin))
   (defun xerprn (prefix npref messg nwrap)
     (declare (type (f2cl-lib:integer4) nwrap npref)
              (type (simple-array character (*)) messg prefix))


-- 
Instituto de Física Fundamental, CSIC
c/ Serrano, 113b, Madrid 28006 (Spain)
http://juanjose.garciaripoll.googlepages.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.common-lisp.net/pipermail/ecl-devel/attachments/20120211/28605bb2/attachment.html>


More information about the ecl-devel mailing list