Edi Weitz edi@agharta.de writes:
On Tue, 11 Oct 2005 14:58:17 +0200, Nicolas Lamirault lam@tuxfamily.org wrote:
well ... i delete all fasl files from araneida and tbnl. so in slime :
CL-USER> (asdf:operate 'asdf:load-op :araneida)
[...]
CL-USER> (asdf:operate 'asdf:load-op :tbnl)
[...]
CL-USER> (find-class 'tbnl:tbnl-araneida-handler)
There is no class named TBNL:TBNL-ARANEIDA-HANDLER. [Condition of type SIMPLE-ERROR]
Strange - this works for me. Do you have :ARANEIDA in *FEATURES* after loading Araneida? Where did you get the Araneida code?
no in fact i have this :
CL-USER> *features* (:SPLIT-SEQUENCE :ARANEIDA-SERVE-EVENT :ARANEIDA-THREADS :ASDF :SB-FUTEX :SB-THREAD :ANSI-CL :COMMON-LISP :SBCL :UNIX :SB-DOC :SB-TEST :SB-PACKAGE-LOCKS :SB-UNICODE :IEEE-FLOATING-POINT :X86 :ELF :LINUX :GENCGC :STACK-GROWS-DOWNWARD-NOT-UPWARD :C-STACK-IS-CONTROL-STACK :STACK-ALLOCATABLE-CLOSURES :LINKAGE-TABLE :OS-PROVIDES-DLOPEN :OS-PROVIDES-DLADDR)
; compiling file "/home/nicolas/.sbcl/site/tbnl-0.8.1/araneida.lisp" ; (written 17 MAR 2005 10:16:16 PM): ; compiling (IN-PACKAGE #:TBNL)
; /home/nicolas/.sbcl/site/tbnl-0.8.1/araneida.fasl written ; compilation finished in 0:00:01
This looks as if your compiler didn't compile any of the forms in araneida.lisp. From that I'd assume that :ARANEIDA isn't in *FEATURES*...
exactly
You did patch Araneida as described in the TBNL docs, didn't you?
i use araneida 0.9-a2 from
http://code.microarray.omrf.org/araneida/araneida-latest.tar.gz
Cheers, Edi.