[closure-devel] trouble with closure-html
David Lichteblau
david at lichteblau.com
Wed Jan 21 07:16:39 UTC 2009
Hi,
Quoting ???????????? n/a (ugoday at gmail.com):
> I have a trouble when i try to install closure-html.
> The value 38 is not of type CHARACTER.
> [Condition of type TYPE-ERROR]
perhaps you compiled closure-common using a configuration without
unicode earlier, and now with unicode (or vice versa)?
Try cleaning fasls for all of cxml, closure-common, closure-html and
add-on libraries, for example using
find . -name \*.fasl -print0 | xargs -0 rm
d.
More information about the closure-devel
mailing list