On Fri, Feb 27, 2009 at 12:11 PM, Harrison Maseko lispmr@gmail.com wrote:
I just installed Hunchentoot 1.0.0. When I do (hunchentoot:start (make-instance 'hunchentoot:acceptor :port 4242)) I get the following error:
There is no applicable method for the generic function
#<STANDARD-GENERIC-FUNCTION HUNCHENTOOT:START-LISTENING (0)>
when called with arguments
(#<HUNCHENTOOT:ACCEPTOR (host *, port 4242)>).
[Condition of type SIMPLE-ERROR]
0: [DEFAULT-DEBUGGER] Use default debugger.
1: [ABORT] Return to SLIME's top level.
2: [CLOSE-CONNECTION] Close SLIME connection
3: [ABORT] Exit debugger, returning to top level.
I don't understand this message and other similar errors that come up when I try to run the examples in the Hunchentoot documentation. I am a Lisp newbie running SBCL 1.0.6 via Cusp on Vista. Can you help?
The short answer is that this should not happen... :)
My guess is the problem is SBCL on Windows which still is kind of experimental AFAIK. You should probably use another Lisp.
Sorry, I don't have a better idea.
Edi.