Juan Jose Garcia-Ripoll <juanjose.garciarip...@googlemail.com> writes:

> On Tue, Jun 29, 2010 at 4:12 PM, Pascal J. Bourguignon 
> <p...@informatimago.com> wrote:
>
>     (require :asdf)
>        (load (merge-pathnames
>                (make-pathname :name "ASDF" :type "LISP"
>                               :directory '(:relative "ECL-REQUIRES")
>                               :case :common)
>                *load-pathname*
>                nil)
>               :verbose t)
>
> This code shows a problem. Some time ago ASDF developers decided
> that it was essential to have some POSIX functions
> available. Unfortunately this means that ASDF can not be loaded from
> sources because it uses calls to C-INLINE and CLINES (See below). I
> wonder how it worked for you -- I immediately get the Slime REPL.

There was only a couple of clines for getenv which I commented out, in
a copy in this ecl-requires directory.  Since I already loaded the
compiled version, it should use it, overriding only the lisp code with
interpreted versions.


-- 
__Pascal Bourguignon__                     http://www.informatimago.com/


------------------------------------------------------------------------------
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
_______________________________________________
Ecls-list mailing list
Ecls-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ecls-list

Reply via email to