Hello list,
There appears to be some kind of incompatible interface change between the rfc2388 that can be found at cliki.net and the latest version of the library from common-lisp.net/project/rfc2388. After some head scratching I figured out that Hunchentoot was not working on my system because it uses the older version of rfc2388. So now I am switching between these versions of the library a lot, since UCW requires the other, newest version. Are there any plans to switch Hunchentoot to the latest version? Or do you wait until a new version is 'released'? I don't really know how the release process for rfc2388 works, or when a new version is due.
Regards, Marijn
On Mon, 16 Oct 2006 10:06:55 +0200, "Marijn Haverbeke" marijnh@gmail.com wrote:
There appears to be some kind of incompatible interface change between the rfc2388 that can be found at cliki.net and the latest version of the library from common-lisp.net/project/rfc2388. After some head scratching I figured out that Hunchentoot was not working on my system because it uses the older version of rfc2388. So now I am switching between these versions of the library a lot, since UCW requires the other, newest version. Are there any plans to switch Hunchentoot to the latest version? Or do you wait until a new version is 'released'? I don't really know how the release process for rfc2388 works, or when a new version is due.
I'm not aware of any incompatible changes. In fact, Hunchentoot on SBCL definitely needs the newest version of RFC2388, and according to ViewCVS on common-lisp.net the latest change was two months ago and it was made for TBNL/Hunchentoot.
It would be helpful if you could tell us what exactly is not working for you, which Lisp you are using, etc.
Cheers, Edi.