error trying to build de documentation



On 12/9/10 1:46 PM, Dieter Kaiser wrote:
>
> I would like to try the code. If I load the code in build-index.lisp I
> get an error. I think, first I have to install the package cl-ppre. Do
> you have some advices to add this package to my sandbox and to get the
> code to work. I have already downloaded the version cl-ppcre-2.0.3.
Perhaps the easiest way these days is to get quicklisp from
www.quicklisp.org.   Get quicklisp.lisp, load it, run
(quicklisp-quickstart::install) and follow the instructions.  Then
(ql:quickload "cl-ppcre") will get you cl-ppcre.  Then in your
maxima-init.lisp you can do (require :cl-ppcre) and it will be available
to you in maxima.

(I haven't tried this yet, though.)

Ray