The error was due to my having set cl:*print-case*  to :upcase, which resulted in the (clex:deflexer dtd ...) creating |MAKE-dtd-LEXER|, rather than the anticipated MAKE-DTD-LEXER.<br><br><div class="gmail_quote">On Thu, Jul 1, 2010 at 6:16 PM, Joerthan Panest <span dir="ltr"><<a href="mailto:joerthan.panest@gmail.com">joerthan.panest@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">Hello,<br><br>With a fresh install of closure-html (and all dependencies) in LispWorks I am getting the below error (with inlined comments by me). I'm new to closure-html so I'm looking into this, but I figured I'd put this out here in case any one can help, or as a placeholder for a hopeful solution to follow. I also tried this by checking it the git repository with no luck.<br>

<br>;; I assume this is no problem, but thought I would include it for completeness<br>Warning: (defparameter sgml::*simple-catalog*) being redefined in closure-html-2008-11-30\src\parse\html-parser.lisp (previously in closure-html-2008-11-30\src\parse\sgml-dtd.lisp).<br>

<br>;; I see the deflexer dtd call above, which I believe should define this<br>Error: Undefined function sgml::make-dtd-lexer called with arguments (#<stream::latin-1-file-stream closure-html-2008-11-30\resources\dtd\DTD-HTML-4.0-Frameset>).<br>
<font color="#888888">
<br>-joerthan<br>
</font></blockquote></div><br>