[Ecls-list] getting ecl to work

Juan Jose Garcia-Ripoll juanjose.garciaripoll at googlemail.com
Wed Sep 29 16:18:13 UTC 2010


In a private conversation Isaiah told me that he was assuming asdf-install
and asdf are the same thing. Regarding the other problem he found, which I
quote here

(asdf:load-system "test")
Cannot find the external symbol LOAD-SYSTEM in #<"ASDF" package>.

the answer is that one has to load ASDF before using it. This is done using
(require 'asdf) before.

(ECL (Embeddable Common-Lisp) 10.7.1
Copyright (C) 1984 Taiichi Yuasa and Masami Hagiya
Copyright (C) 1993 Giuseppe Attardi
Copyright (C) 2000 Juan J. Garcia-Ripoll
ECL is free software, and you are welcome to redistribute it
under certain conditions; see file 'Copyright' for details.
Type :h for Help.
Top level.
> (require 'asdf)

;;; Loading #P"/Users/jjgarcia/lib/ecl-10.7.1/asdf.fas"
;;; Loading #P"/Users/jjgarcia/lib/ecl-10.7.1/cmp.fas"
("ASDF" "CMP")
> 'asdf:load-system

ASDF:LOAD-SYSTEM

On Wed, Sep 29, 2010 at 6:09 PM, Samium Gromoff <_deepfire at feelingofgreen.ru
> wrote:

> On Tue, 28 Sep 2010 23:49:29 +0200, Juan Jose Garcia-Ripoll <
> juanjose.garciaripoll at googlemail.com> wrote:
> > And could you give more information on that "I couldn't use asdf". What
> > errors do you see? Maybe you have some other configuration problems.
>
> He could be suffering from the NAMESTRING mis-rendering logical
> pathnames, which I just reported in detail in a separate thread.
>
> --
> regards,
>  Samium Gromoff
> --
> "Actually I made up the term 'object-oriented', and I can tell you I
> did not have C++ in mind." - Alan Kay (OOPSLA 1997 Keynote)
>



-- 
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/20100929/ca81f4e0/attachment.html>


More information about the ecl-devel mailing list