Bug in the integrate.



On Tue, 2002-04-16 at 21:47, Juan Pablo Hierro Álvarez wrote:
> On the other side, I have run into some problems while compiling today's 
> snapshot. All of them are in the init-cl.lisp.
> Basically in  maxima-data-path there is a variable *maxima-verpkgdatadir* 
> which has not been defined previously and it causes problems when compiling 
> with cmu-18d (previous defparameter?). 

There were a string of missing defvars. I just added them to cvs. Even
without the defvars I was able to build and run maxima with no trouble
using cmucl 18d on Linux. Exactly what problems were you seeing and on
which platform?

> There is also a 
> (setq si::*info-paths* ...) declaration which I think should be only gcl 
> stuff.

No, that's the way it is supposed to be for all lisps, at least for the
time being. The info stuff is in the si package, regardless of lisp
implementation. Its a historical oddity that we may change later on.
Again, it shouldn't cause any problems. Did it for you?

--Jim