[Ecls-list] Problem with compiled asdf.

Pascal J. Bourguignon pjb at informatimago.com
Tue Jun 29 21:08:05 UTC 2010


pjb at informatimago.com (Pascal J. Bourguignon) writes:

> Juan Jose Garcia-Ripoll <juanjose.garciaripoll at googlemail.com> writes:
>
>> On Tue, Jun 29, 2010 at 4:12 PM, Pascal J. Bourguignon <pjb at 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.

Well, get-uid, not getenv.

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





More information about the ecl-devel mailing list