[hunchentoot-devel] Hunchentoot not working on OpenMCL 1.1pre

Michael Weber michaelw+tbnl at foldr.org
Sat Nov 3 08:45:14 UTC 2007


On Oct 20, 2007, at 02:05 , Edi Weitz wrote:

> On Sun, 20 May 2007 12:32:53 +0100, "Tiarnan O'Corrain"  
> <ocorrain at gmail.com> wrote:
>
>> Stream #<BASIC-FILE-BINARY-OUTPUT-STREAM ("/tmp/hunchentoot.log"/24
>> ISO-8859-1) #x93BC97E> is private to #<PROCESS
>> hunchentoot-worker-1(48) [Exhausted] #x93BBC1E>
>>    [Condition of type SIMPLE-ERROR]
>
> This should hopefully be fixed with release 0.14.4 - finally...
>
> Please try.

Works for me, thanks!

However, I still run into problems with :hunchentoot-no-ssl on  
*features* because openmcl does not like "#-foo #-foo" constructs.   
With openmcl-1.1pre, I get:

(progn
   0
   #-openmcl 1
   #-openmcl 2)
;; => 0 (OK)

(progn
   0
   #-openmcl #-openmcl
   1 2)
;; => 2 (WRONG)


With the attached patch, everything works fine.

(I did not test without :hunchentoot-no-ssl, because I cannot load cl 
+ssl into openmcl64, likely due to my (DarwinPorts) openssl being  
compiled for 32-bit.  If somebody has done that already on OSX/Intel  
(Tiger), I'd love to hear about it.)


Cheers,
Michael

-------------- next part --------------
A non-text attachment was scrubbed...
Name: hunchentoot-reader-conditionals.patch
Type: application/octet-stream
Size: 2714 bytes
Desc: not available
URL: <https://mailman.common-lisp.net/pipermail/tbnl-devel/attachments/20071103/a9752e64/attachment.obj>
-------------- next part --------------




More information about the Tbnl-devel mailing list