Re: Webactions / SBCL

Elliott Johnson <[email protected]> Tue, 02 Jun 2009 10:47:41 -0700
Newsgroups gmane.lisp.open-source.franz
Message-ID <[email protected]>
Elliott Johnson <[email protected]> wrote:

> Smoother than what you discribe, but still complex.  I grabbed sbcl from
> git and built it with the :auto-close modification to sb-bsd-sockets.
> Then I grabbed portable-aserve code from cliki.net, unpacked it and
> linked in the asd files.  I did need to grab md5 from git.b9.com to get
> all the requirements, but for all others I used what was provided in the
> tar from cliki.net.

I forgot to mention that I needed to do the char->utf8 function addition
step that you and cliki.net mention.  That was in there too.