21 Jan
2009
21 Jan
'09
7:16 a.m.
Hi, Quoting ???????????? n/a (ugoday@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.