Deploying a web server
"Matthew Weber (as webermatthewr at gmail dot com)" <[email protected]>
| Newsgroups | gmane.lisp.lispworks.general |
|---|---|
| Message-ID | <CA+=WdPMqsKWp1QohsDjtBhAV33NhjgLRzvS6_kQP4B+YBa97bg@mail.gmail.com> |
Hello, I'm sure something like this has been asked before, so apologies if I wasn't on the HUG when it was...I'm trying to deploy a web server, and the caveman2 framework seems like the most straightforward batteries-included one I could find. It works fine in sbcl, but trying to load it in lispworks on windows seems to fail due to the arnesi package dependency---I'm seeing the following: ++++ Error between functions: Reader cannot find package LEXICAL. Has anyone encountered this and found a way to make use of caveman2, or do I need to pretty much build off hunchentoot directly? Thanks, Matthew W