From: Haris Bogdanovi� on 26 Jun 2010 07:24 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 26 Jun 2010 09:25 "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/
|
Pages: 1 Prev: folders list Next: make a hash table (or array) be in strictly ascending order? |