Hello
On Tue, Aug 30, 2005 at 09:22:01AM +0100, Christophe Rhodes wrote:
Max-Gerd Retzlaff m.retzlaff@gmx.net writes:
sbcl --core /usr/local/lib/sbcl/sbcl.core_org --userinit ~/.sbclrc_core-dumping --eval '(progn (require :mcclim) (require :mcclim-freetype) (require :clim-examples) (require :clouseau) (require :clim-listener) (load #p"lispdir:slime;swank-loader") (load (merge-pathnames "Apps/Debugger/clim-debugger" (truename #p"lispdir:site;mcclim"))) (save-lisp-and-die "new-sbcl-asdf-install-clim-listener-clouseau-slime-swank-clim-debugger.core"))'
Can you try making (require :mcclim-freetype) the last thing you do before SAVE-LISP-AND-DIE? At the moment, mcclim-freetype has to redefine various methods in the CLX backend -- and it's possible that the way you're loading it is causing those methods to be redefined back.
Arr, sorry, my fault. I've had a symlink in my asdf:*central-registry* that pointed to the mcclim-freetype.asd of an older mcclim checkout... Sorry for bothering you.
Bye, Max