From: Haris Bogdanovi� on
Hi.

When I try to start hunchentoot with:
"(hunchentoot:start (make-instance 'hunchentoot:acceptor :port 8000))"
I get:
"The function USOCKET::%SETUP-WAIT-LIST is undefined." ?

I use emacs/slime/sbcl on windows.


From: Pascal J. Bourguignon on
"Haris Bogdanovi�" <fbogdanovic(a)xnet.hr> writes:
> When I try to start hunchentoot with:
> "(hunchentoot:start (make-instance 'hunchentoot:acceptor :port 8000))"
> I get:
> "The function USOCKET::%SETUP-WAIT-LIST is undefined." ?
>
> I use emacs/slime/sbcl on windows.

It's a version mismatch between usocket and hunchentoot.
Try to upgrade both.

--
__Pascal Bourguignon__ http://www.informatimago.com/