gcl-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Gcl-devel] address@hidden: Re: lstat]


From: Donald Winiecki
Subject: Re: [Gcl-devel] address@hidden: Re: lstat]
Date: Sat, 2 Nov 2013 18:19:39 -0600

I would certainly like to see quicklisp running under GCL!

Though (and maybe I'm missing something or many somethings) doesn't quicklisp also use ASDF?  Recent messages from Fare indicate that ASDF isn't quite running on 2.6.10pre.


_don




On Sat, Nov 2, 2013 at 5:54 PM, Matt Kaufmann <address@hidden> wrote:
Thanks, Camm; that seems to work.

Actually, though I'm trying to load a copy of this file:

http://beta.quicklisp.org/quicklisp.lisp

Your patch gets past the first problem.  The second is this:

Raw Lisp Break.
Error in LET [or a callee]: The function FDEFINITION is undefined.

Apparently FDEFINITION isn't defined in GCL ANSI, so I tried replacing
its call in quicklisp.lisp with symbol-function.  That got me to the
third error:

Raw Lisp Break.
DEFGENERIC doesn't support the :METHOD option yet.

I'll just give up on loading quicklisp for now.  If you update GCL to
be able to load it, I'd be interested in knowing.

Thanks --
-- Matt
   From: Camm Maguire <address@hidden>
   Cc: address@hidden, address@hidden
   Date: Sat, 02 Nov 2013 18:01:52 -0400

   Greetings!

   Matt Kaufmann <address@hidden> writes:

   > Hi, Camm --

   > Thanks, but the same error still occurs.

   OK, how about this:

   (let ((f #'in-package))
          (setf (macro-function 'in-package) (lambda (x y) `(funcall ,f ',(cadr x) ,@(cddr x)))))


   Take care,
   --
   Camm Maguire                                     address@hidden
   ==========================================================================
   "The earth is but one country, and mankind its citizens."  --  Baha'u'llah


_______________________________________________
Gcl-devel mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/gcl-devel


reply via email to

[Prev in Thread] Current Thread [Next in Thread]