Well, first off the version of mudballs present in hunchentoot is
0.15.7 which is quite different from the
recently released hunchentoot 1.0. So until mudballs 3 is released
(any day now) try using
(hunchentoot:start-server :port 4242) instead.
It's probably also worth mentioning that CCL (previously OpenMCL) is
an excellent free Common Lisp
implementation with threading on Linux, Mac OS X and Windows but SBCL
is also continually improving.
cheers,
sean.
>
> Hi Sean,
>
> Thanks for the help! I am able to get Hunchentoot started using start-
> server in clisp.
>
Excellent.
> In win32, what lisps are supported by mudballs? ccl and sbcl both give
> errors:
>
> I tried ccl (openmcl) - I am getting :
>
>> Error: Foreign function not found: WIN32::|gethostname|
>> While executing: CCL::LOAD-EXTERNAL-FUNCTION, in process listener(1).
>> Type :POP to abort, :R for a list of available restarts.
>> Type :? for other options.
> 1 >
>
This is very strange, what OS and version of CCL are you using?
> and on sbcl:
> * (load "c:\\thiagas\\downloads\\mudballs\\boot.lisp")
>
> debugger invoked on a SIMPLE-ERROR: No versions of mudballs found.
>
> Type HELP for debugger help, or (SB-EXT:QUIT) to exit from SBCL.
>
> restarts (invokable by number or by possibly-abbreviated name):
> 0: [ABORT] Exit debugger, returning to top level.
>
> ((LABELS MAX-VERSION))
This is typically caused by non portable behaviour of the call to
cl:directory in the mudballs/boot.lisp file.
What version of SBCL is this as I haven't run into this problem.
cheers,
Sean.
>
> Hi Sean,
> My OS is Microsoft Windows XP [Version 5.1.2600]
> and ccl is Clozure Common Lisp Version 1.3-RC1-r11719M
> and sbcl is SBCL 1.0.22
>
> Thanks,
> Shanmu.
Very strange, as these are the same versions I am currently using.
For CCL what does the output of (translate-logical-pathname "ccl:")
return?
If this signals an error or returns a path other than it would appear
that something is wrong with your CCL installation
and contacting the CCL mailing list would be your best bet.
The SBCL one has me stumped, to help me track it down could you please
(trace cl:directory) before loading boot.lisp and send me the output.
Cheers,
Sean.