On Fri, Feb 27, 2009 at 12:11, 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)>).
Did you have a previous version of Hunchentoot installed? If so, please make sure that all old .fasl files are removed and that the old version is not in your ASDF search path. If that still does not help, please email again.
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?
We have not done any testing on Windows yet. You are also running a very old SBCL version, which could be a cause for problems.
-Hans