make_random_state broken for Maxima installed with Ecl



I have now the problem that I use make_random_state(0)
at quite a few places.

So it seems I need to assemble my own Maxima package:
 - the module "maxima" of the cvs repository is to be used?
 - once I see on "Index of /maxima/src" 
http://maxima.cvs.sourceforge.net/maxima/maxima/src/?sortby=date#dirlist
   that the changes I'm looking for appeared, I have to
   download the module "maxima", go into the 5.16.3 package
   and replace all related entries there with the downloaded
   ones?

Oliver


On Thu, Aug 28, 2008 at 08:54:25PM -0400, Raymond Toy wrote:
> Oliver Kullmann wrote:
> >I forgot to mention that with clisp make_random_state(0)$
> >never was a problem (including 2.46 now).
> >
> >  
> That's because clisp basically ignores declarations.  Cmucl and sbcl 
> treat declarations as assertions.  I guess ecl also treats declarations 
> as assertions, so that's why there's an error for that case.
> 
> I'll change that soon.  Probably won't make it into the release since 
> Robert said he wasn't going to do another test release.
> 
> Ray

-- 
Dr. Oliver Kullmann
Computer Science Department
Swansea University
Faraday Building, Singleton Park
Swansea SA2 8PP, UK
http://cs.swan.ac.uk/~csoliver/