Paolo Amoroso's weblog. Main interests: Lisp, astronomy (Moon), space exploration (Apollo and early manned programs) | Calendar of past entries | Related links |
![]() |
McCLIM listener fixes: symbol counts, compilation/loading |
|
Andy Hefner has committed some changes to the CVS sources of McCLIM's listener. He has fixed a typo in the name of a symbol count function for SBCL (related to package graphs), and did some more minor renaming and rearrangement of code.
Compiling and loading the listener with recent versions of CMUCL --
the 19a release and prerelease series -- still generates some package
lock errors. You can fix them by adding the following form near the
beginning of file Apps/Listener/cmu-hacks.lisp
:
#+cmu19a (progn (setf (ext:package-definition-lock (find-package "DEBUG")) nil) (setf (ext:package-definition-lock (find-package "COMMON-LISP")) nil) (setf (ext:package-definition-lock (find-package "EXT")) nil))
Copyright © 2004 by Paolo Amoroso
amoroso@mclink.it
Created with BlogMax |
|
About Lisp | Practical Common Lisp (learn Lisp) | Planet Lisp (blog agregator) | Common Lisp Directory (software and resources) | Why Lisp? |