Hi, Camm --

Thanks, but the same error still occurs.

  kaufmann@dunnottar:~$ 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 <[email protected]>
   Cc: [email protected], [email protected]
   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                                     [email protected]
   ==========================================================================
   "The earth is but one country, and mankind its citizens."  --  Baha'u'llah


_______________________________________________
Gcl-devel mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/gcl-devel

Reply via email to