[Ecls-list] debugging ecl?

Juan Jose Garcia-Ripoll juanjose.garciaripoll at googlemail.com
Tue Jun 1 11:30:49 UTC 2010


On Tue, Jun 1, 2010 at 10:51 AM, Pascal J. Bourguignon <
pjb at informatimago.com> wrote:

> Unfortunately, it seems that I wrote bugs, since build/ecl_min breaks
> when I invoke the code I modified:
>
>
> [pjb at kuiper :0.0 ecl]$ build/ecl_min
> ;*** Lisp core booted ****
> ECL (Embeddable Common Lisp)
>
> > (setf (logical-pathname-translations "TEST") '(("TEST:**;*.*"
> "/tmp/**/*.*")))


Run it with

$ cd build; ./ecl_min bare.lsp

so that it loads the rest of Common Lisp first! Without the rest of the
library you do not even have SETF and thus your statement does not work.

Juanjo

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


More information about the ecl-devel mailing list