<br><br><div class="gmail_quote">On Tue, Jun 29, 2010 at 4:12 PM, Pascal J. Bourguignon <span dir="ltr"><<a href="mailto:pjb@informatimago.com">pjb@informatimago.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<div id=":2o" class="ii gt">(require :asdf)<br>
(load (merge-pathnames<br>
(make-pathname :name "ASDF" :type "LISP"<br>
:directory '(:relative "ECL-REQUIRES")<br>
:case :common)<br>
*load-pathname*<br>
nil)<br>
:verbose t)</div></blockquote></div><br>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.<br>
<br>> (load "~/devel/ecl/contrib/asdf/asdf.lisp" :verbose t)<br><br>;;; Loading "/Users/jjgarcia/devel/ecl/contrib/asdf/asdf.lisp"<br><br>The special form clines cannot be used in the interpreter: (#include <sys/types.h> #include <unistd.h>)<br>
Available restarts:<br><br>1. (RESTART-TOPLEVEL) Go back to Top-Level REPL.<br><br>Broken at SI:BYTECODES. [Evaluation of: (FFI:CLINES "#include <sys/types.h>" "#include <unistd.h>")]<br><br clear="all">
<br>-- <br>Instituto de Física Fundamental, CSIC<br>c/ Serrano, 113b, Madrid 28006 (Spain) <br><a href="http://juanjose.garciaripoll.googlepages.com">http://juanjose.garciaripoll.googlepages.com</a><br>