From: jonathon
Subject: Anyone tried cl-ajax on SBCL/FreeBSD?
Date: 
Message-ID: <1118087938.781793.49380@z14g2000cwz.googlegroups.com>
Hi all,

I'm running sbcl 0.8.17 on FreeBSD 4.10.  I asdf load araneida and
cl-ajax, and then try loading the example.  Here's what I get:

>debugger invoked on a SIMPLE-ERROR in thread 732:
>There is no class named AJAX-FUNCTION-HANDLER.
>
>You can type HELP for debugger help, or (SB-EXT:QUIT) to exit from
>SBCL.
>
>restarts (invokable by number or by possibly-abbreviated name):
>0: [ABORT   ] Reduce debugger level (leaving debugger, returning to
>toplevel).
>1: [TOPLEVEL] Restart at toplevel READ/EVAL/PRINT loop.
>("hairy arg processor for SB-PCL::FIND-CLASS-FROM-CELL"
>AJAX-FUNCTION-HANDLER
>NIL
>T)
>0] (in-package :cl-ajax)
>
>#<PACKAGE "CL-AJAX">
>0] (describe 'ajax-function-handler)
>
>AJAX-FUNCTION-HANDLER is an external symbol in #<PACKAGE "CL-AJAX">.
>
>0]

How can ajax-function-handler be not found then found?