Hi, Elliotts:Thanks for your projest about lispbuilder-sdl.I am a newbie about emacs and SBCL. Follow your instructions, I download the necessary files (CFFI, ALEXANDRIA, BABEL, TRIVIAL-FEATURES, and lispbuilder-sdl-0.9.8.1.tgz),This is my sbclrc file:***************************************************************************
(require :asdf)(dolist (dir (directory "c:/emacs/sbcl/"))(pushnew dir asdf:*central-registry* :test #'equal))***************************************************************************After loading slime, I load LISPBUILDER-SDL,((asdf:operate 'asdf:load-op :lispbuilder-sdl))Something error happened:***************************************************************************caught ERROR:; (during macroexpansion of (DEFINE-UCS :UCS-2LE ...)); #:~A-CODE-POINT-COUNTER fell through ETYPECASE expression.; Wanted one of (STRING SIMPLE-STRING).
; compiling (DEFINE-CHARACTER-ENCODING :UCS-2BE ...); compiling (DEFINE-UCS :UCS-2BE ...); file: C:/emacs/sbcl/site/babel/src/enc-unicode.lisp; in: DEFINE-UCS :UCS-2BE; (BABEL-ENCODINGS::DEFINE-UCS :UCS-2BE 2 :BE 65536);; caught ERROR:; (during macroexpansion of (DEFINE-UCS :UCS-2BE ...)); #:~A-CODE-POINT-COUNTER fell through ETYPECASE expression.; Wanted one of (STRING SIMPLE-STRING).
; C:/emacs/sbcl/site/babel/src/enc-unicode-ASDF-TMP.fasl written; compilation finished in 0:00:00.328***************************************************************************I don't know why. Waiting for your help.Thanks!
Moolge