Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

defpackage.lisp usage with GCL

9 views
Skip to first unread message

John T. H. Wong

unread,
Mar 25, 2000, 3:00:00 AM3/25/00
to
Dear ILISP and GCL users,

I've tried to run common-lisp in emacs with ILISP and GCL.
It turned out that GCL is lagging behind the CL ANSI standard and it
does not include DEFPACKAGE. So i get a defpackage form from CMU and
tried the installation of a DEFPACKAGE in my GCL.
However, when i tried loading in the defpackage.lisp wen
initializing GCL some error message come out:
------------------------------------------------------------------------------

GCL (GNU Common Lisp) Version(2.3) Sat Mar 25 12:33:44 EST 2000
Licensed under GNU Library General Public License
Contains Enhancements by W. Schelter
Loading init.lsp
Loading /usr/local/lib/gcl-2.3/lsp/defpackage.lisp

Error: Cannot open the file loop.
Fast links are on: do (si::use-fast-links nil) for debugging
Error signalled by UNLESS.
Broken at REQUIRE. Type :H for Help.
DEFPACKAGE>>
-------------------------------------------------------------------------------

I've no idea what that's about, can somebody point me the way to fix
that? And i've got a file make-defpackage.lisp also but i'm not sure
about its usage.

Please point me the way, thank so much.

Regards
John

defpackage.lisp
make-defpackage.lisp

Tim Bradshaw

unread,
Mar 25, 2000, 3:00:00 AM3/25/00
to
* John T H Wong wrote:
> Error: Cannot open the file loop.
> Fast links are on: do (si::use-fast-links nil) for debugging
> Error signalled by UNLESS.
> Broken at REQUIRE. Type :H for Help.
DEFPACKAGE>

You also need the loop macro, which should be available from similar
places to defpackage.

--tim

0 new messages