[Openmcl-devel] Hunchentoot and CCL on Windows XP
Gary Byers
gb at clozure.com
Thu Mar 19 09:34:03 PDT 2009
Thanks for the backtrace.
It's a bug, triggered by the facts that:
1) the socket is created with a non-null :INPUT-TIMEOUT and/or
:OUTPUT-TIMEOUT argument
2) that isn't handled correctly (in several ways) on Windows.
If you can find the call(s) to MAKE-SOCKET that set those arguments
and conditionalize them out:
(make-socket ... #+(and ccl (not windows-target)) :input-timeout ...)
until that works, you should at least get past that.
On Thu, 19 Mar 2009, Sean Ross wrote:
> Hi all,
>
> I'm struggling to get hunchentoot running on windows with CCL Version
> 1.3-RC1-r11719M (WindowsX8632) and would appreciate some
> help in getting it working.
>
> I'm running on Windows XP (32 bit) with Hunchentoot 0.15.7 (although the
> problem is present in Hunchentoot 1.0.0 as well) and am unable
> to track down the root cause of the problem, has anyone had any luck getting
> it running?
>
>
> I have attached a backtrace of the problem which should provide a little for
> context.
>
> Additionally, this only appears to be a problem on Windows, the
> hunchentoot+CCL combination works just fine on Mac OSx and Ubuntu 8.04 (32
> bit).
>
>
> Cheers,
> Sean.
>
>
More information about the Openmcl-devel
mailing list