<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--></style>
</head>
<body class='hmmessage'><div dir='ltr'>
Hey Edi,<BR> <BR>Thanks for the quick response!<BR> <BR>I tried it with CLISP together with quicklisp and that works fine (didn't know of quicklips before but it is awesome!). However when using AllegroCL, quicklips even causes additional errors:<BR>When loading lists.lisp:<BR><em>Error: Package "COMMON-LISP" not found. [file position = 160]<br>  [condition type: reader-error]</em><BR> <BR>I also tried to install cl-unicode again without all the fasl files that were created by cl-unicode and that didn't work. Or did you really mean all fasl-files used by my AllegroCL implementation? If so, is there an easy way to do that, or do I need to remove them by hand?<BR> <BR>Regards,<BR>Noldus<br> <BR><div>> From: edi@weitz.de<br>> Date: Fri, 25 Nov 2011 10:32:28 +0100<br>> To: cl-ppcre-devel@common-lisp.net<br>> Subject: Re: [cl-ppcre-devel] Error loading cl-unicode<br>> <br>> Hi,<br>> <br>> I don't have AllegroCL at hand and I don't have the time to check, but<br>> here are three things you should probably try:<br>> <br>> 1. Can you try to install "from scratch" with ALL existing FASL files,<br>> no matter where they are, deleted?<br>> <br>> 2. Can you try with a different Lisp compiler and see if that works for you?<br>> <br>> 3. Did you try to install with Quicklisp to make sure that it's not a<br>> problem of libraries not working together?<br>> <br>> Please let us know if that helps.<br>> <br>> Cheers,<br>> Edi.<br>> <br>> <br>> On Thu, Nov 24, 2011 at 1:47 PM, Noldus Reijnders<br>> <n_reijnders@hotmail.com> wrote:<br>> > Hello everyone!<br>> ><br>> > I'm a student from the netherlands working on a parser (using cl-yacc) and I<br>> > use dso-lex as the lexer-generator, which depends on cl-ppcre (as you might<br>> > know). Since I want to parse RIF files that require unicode encoded<br>> > characters, I wanted to extend cl-ppcre with unicode, using cl-unicode.<br>> > Unfortunately I receive an error when I try to install cl-unicode. When it<br>> > tries to compute the Hangul syllable names (this happens when loading<br>> > hash-tables.fasl) I get the following:<br>> ><br>> > Error: `("Unbound Value")' is not of the expected type `number'<br>> >   [condition type: type-error]<br>> ><br>> > Some extra info:<br>> > - I tried to install cl-unicode with, and without installing flexi-streams<br>> > and trivial-gray-streams, but both give me the error.<br>> > - I use Allegro CL<br>> ><br>> > Could you perhaps help me?<br>> ><br>> > Regards,<br>> ><br>> > Noldus Reijnders<br>> ><br>> > PS I also get an error when it tries to load util.lisp saying that +t-count+<br>> > is unknown. However, I fixed that by replacing that with the number in the<br>> > assignment of TCount. Same thing for VCount btw. Maybe that has something to<br>> > do with Allegro CL?<br>> ><br>> ><br>> > _______________________________________________<br>> > cl-ppcre-devel site list<br>> > cl-ppcre-devel@common-lisp.net<br>> > http://common-lisp.net/mailman/listinfo/cl-ppcre-devel<br>> ><br>> <br>> _______________________________________________<br>> cl-ppcre-devel site list<br>> cl-ppcre-devel@common-lisp.net<br>> http://common-lisp.net/mailman/listinfo/cl-ppcre-devel<br></div>                                        </div></body>
</html>