<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'>
Yes that would do it. :) Unfortunately that does not solve the problem.<br><BR>And yes, I'm working in modern mode (as in; the mode I use is case-sensitive, right?). Does that mean that mean I cannot use cl-unicode?<BR> <BR><div>> From: edi@weitz.de<br>> Date: Fri, 25 Nov 2011 13:07:53 +0100<br>> To: cl-ppcre-devel@common-lisp.net<br>> Subject: Re: [cl-ppcre-devel] Error loading cl-unicode<br>> <br>> As for the FASL files, I was mainly concerned with the FASL files for<br>> CL-PPCRE and other libs.  If all your Lisp libs are in one directory,<br>> then something like `find . -name '*.fasl' -delete' or somesuch should<br>> do it, shouldn't it?<br>> <br>> Regarding the AllegroCL problems - are you maybe working in "modern"<br>> mode?  That could definitely be a problem.<br>> <br>> On Fri, Nov 25, 2011 at 12:51 PM, Noldus Reijnders<br>> <n_reijnders@hotmail.com> wrote:<br>> > 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<br>> > know of quicklips before but it is awesome!). However when using AllegroCL,<br>> > quicklips even causes additional errors:<br>> > When loading lists.lisp:<br>> > Error: Package "COMMON-LISP" not found. [file position = 160]<br>> >   [condition type: reader-error]<br>> ><br>> > I also tried to install cl-unicode again without all the fasl files that<br>> > were created by cl-unicode and that didn't work. Or did you really mean all<br>> > fasl-files used by my AllegroCL implementation? If so, is there an easy way<br>> > to do that, or do I need to remove them by hand?<br>> ><br>> > Regards,<br>> > Noldus<br>> ><br>> >> 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<br>> >> 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)<br>> >> > and I<br>> >> > use dso-lex as the lexer-generator, which depends on cl-ppcre (as you<br>> >> > 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<br>> >> > 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<br>> >> > 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<br>> >> > +t-count+<br>> >> > is unknown. However, I fixed that by replacing that with the number in<br>> >> > the<br>> >> > assignment of TCount. Same thing for VCount btw. Maybe that has<br>> >> > 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>> ><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>