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: Matt Kaufmann
Subject: Re: [Gcl-devel] address@hidden: Re: lstat]
Date: Sat, 2 Nov 2013 10:00:49 -0500

Hi, Camm --

Thanks, but the same error still occurs.

  address@hidden:~$ export GCL_ANSI=t ; /p/bin/gcl-2.6.10pre
  GCL (GNU Common Lisp)  2.6.10 ANSI    Nov  1 2013 18:51:26
  Source License: LGPL(gcl,gmp), GPL(unexec,bfd,xgcl)
  Binary License:  GPL due to GPL'ed components: (XGCL READLINE UNEXEC)
  Modifications of this banner must retain notice of a compatible license
  Dedicated to the memory of W. Schelter

  Use (help) to get some basic information on how to use GCL.
  Temporary directory for compiler files set to /tmp/

  >(let ((f #'in-package))
       (defmacro in-package (s &rest r) `(funcall ,f ',s ,@r)))

  Warning:
  IN-PACKAGE is being redefined.
  IN-PACKAGE

  >(cl:in-package #:cl-user)

  Error in IN-PACKAGE [or a callee]: The variable F is unbound.

  Fast links are on: do (use-fast-links nil) for debugging
  Broken at IN-PACKAGE.  Type :H for Help.
   1 (Abort) Return to top level.
  dbl:>>

-- Matt
   From: Camm Maguire <address@hidden>
   Cc: address@hidden, address@hidden
   Date: Sat, 02 Nov 2013 10:02:47 -0400

   Greetings!

   er, that should have been:

   (let ((f #'in-package))
        (defmacro in-package (s &rest r) `(funcall ,f ',s ,@r)))

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




reply via email to

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