From ranga at mmsindia.com Tue May 18 03:07:41 2010 From: ranga at mmsindia.com (Rangarajan Krishnamoorthy) Date: Tue, 18 May 2010 08:37:41 +0530 Subject: [rdnzl-devel] Problem with 0.13.2 version? Message-ID: <1274152121_230516@gwa8> Hi, I am using LispWorks 6.0.1. I downloaded RDNZL 0.13.2 recently. When I do a (load "/load.lisp"), I get the following error message: The following function is undefined: RDNZL::CREATE-DIRECT-CALL which is referenced by RDNZL::REDEFINE-DIRECT-CALLS ; Loading fasl file G:\Downloads\Lisp\rdnzl-0.13.2\import.ofasl and after this my LW crashes. Any suggestions? Regards, Rangarajan -------------- next part -------------- An HTML attachment was scrubbed... URL: From edi at agharta.de Tue May 18 10:59:32 2010 From: edi at agharta.de (Edi Weitz) Date: Tue, 18 May 2010 12:59:32 +0200 Subject: [rdnzl-devel] New release 0.13.3 (Was: Patch: bug fix for do-rdnzl-collection) Message-ID: Ugh, I finally managed to update RDNZL with your patch and released 0.13.3. Sorry for the long delay. Edi. On Mon, Mar 8, 2010 at 4:13 PM, Edi Weitz wrote: > Hi Raymond, > > Thanks for the patch. ?I'll be out of town for about a week and will > take care of this when I'm back. ?Please remind me if I don't... :) > > Edi. > > > On Mon, Mar 8, 2010 at 2:23 PM, Raymond Wiker wrote: >> The attached patch fixes a bug in do-rdnzl-collection. Without this >> patch, do-rdnzl-collection would stop processing after a collection >> member that evaluated to nil. >> >> _______________________________________________ >> rdnzl-devel mailing list >> rdnzl-devel at common-lisp.net >> http://common-lisp.net/cgi-bin/mailman/listinfo/rdnzl-devel >> >> > From edi at agharta.de Tue May 18 10:53:29 2010 From: edi at agharta.de (Edi Weitz) Date: Tue, 18 May 2010 12:53:29 +0200 Subject: [rdnzl-devel] Problem with 0.13.2 version? In-Reply-To: <1274152121_230516@gwa8> References: <1274152121_230516@gwa8> Message-ID: I just tried this with LW 6.0.1 and can't confirm this problem. Is anybody else seeing this? Thanks, Edi. On Tue, May 18, 2010 at 5:07 AM, Rangarajan Krishnamoorthy wrote: > Hi, > I am using LispWorks 6.0.1. I downloaded RDNZL 0.13.2 recently. When I do a > (load "/load.lisp"), I get the following error message: > > The following function is undefined: > RDNZL::CREATE-DIRECT-CALL which is referenced by > RDNZL::REDEFINE-DIRECT-CALLS > ;? Loading fasl file G:\Downloads\Lisp\rdnzl-0.13.2\import.ofasl > > and after this my LW crashes. > > Any suggestions? > > Regards, > Rangarajan > _______________________________________________ > rdnzl-devel mailing list > rdnzl-devel at common-lisp.net > http://common-lisp.net/cgi-bin/mailman/listinfo/rdnzl-devel > > From rwiker at gmail.com Tue May 18 21:55:26 2010 From: rwiker at gmail.com (Raymond Wiker) Date: Tue, 18 May 2010 23:55:26 +0200 Subject: [rdnzl-devel] Problem with 0.13.2 version? In-Reply-To: References: <1274152121_230516@gwa8> Message-ID: I'm guessing that the OP may have left out the crucial step of putting rdnzl.dll in the Lispworks directory... Sent from my iPhone On 18 May 2010, at 12:53, Edi Weitz wrote: > I just tried this with LW 6.0.1 and can't confirm this problem. Is > anybody else seeing this? > > Thanks, > Edi. > > On Tue, May 18, 2010 at 5:07 AM, Rangarajan Krishnamoorthy > wrote: >> Hi, >> I am using LispWorks 6.0.1. I downloaded RDNZL 0.13.2 recently. >> When I do a >> (load "/load.lisp"), I get the following error message: >> >> The following function is undefined: >> RDNZL::CREATE-DIRECT-CALL which is referenced by >> RDNZL::REDEFINE-DIRECT-CALLS >> ; Loading fasl file G:\Downloads\Lisp\rdnzl-0.13.2\import.ofasl >> >> and after this my LW crashes. >> >> Any suggestions? >> >> Regards, >> Rangarajan >> _______________________________________________ >> rdnzl-devel mailing list >> rdnzl-devel at common-lisp.net >> http://common-lisp.net/cgi-bin/mailman/listinfo/rdnzl-devel >> >> > > _______________________________________________ > rdnzl-devel mailing list > rdnzl-devel at common-lisp.net > http://common-lisp.net/cgi-bin/mailman/listinfo/rdnzl-devel From ranga at mmsindia.com Wed May 19 02:42:57 2010 From: ranga at mmsindia.com (Rangarajan Krishnamoorthy) Date: Wed, 19 May 2010 08:12:57 +0530 Subject: [rdnzl-devel] Problem with 0.13.2 version? In-Reply-To: Message-ID: <1274237036_275621@gwa8> Hi, Thanks. You are absolutely correct. I had made two mistakes: 1) I assumed LW will automatically load all the patches. This was not happening, so I included "(load-all-patches)" in my autoload file. 2) I copied RDNZL.dll to LW root directory where the EXE is located. It works now. Regards, Rangarajan -----Original Message----- From: Raymond Wiker [mailto:rwiker at gmail.com] Sent: 19 May 2010 03:25 To: edi at agharta.de; General interest list about RDNZL Cc: General interest list about RDNZL Subject: Re: [rdnzl-devel] Problem with 0.13.2 version? I'm guessing that the OP may have left out the crucial step of putting rdnzl.dll in the Lispworks directory... Sent from my iPhone On 18 May 2010, at 12:53, Edi Weitz wrote: > I just tried this with LW 6.0.1 and can't confirm this problem. Is > anybody else seeing this? > > Thanks, > Edi. > > On Tue, May 18, 2010 at 5:07 AM, Rangarajan Krishnamoorthy > wrote: >> Hi, >> I am using LispWorks 6.0.1. I downloaded RDNZL 0.13.2 recently. >> When I do a >> (load "/load.lisp"), I get the following error message: >> >> The following function is undefined: >> RDNZL::CREATE-DIRECT-CALL which is referenced by >> RDNZL::REDEFINE-DIRECT-CALLS ; Loading fasl file >> G:\Downloads\Lisp\rdnzl-0.13.2\import.ofasl >> >> and after this my LW crashes. >> >> Any suggestions? >> >> Regards, >> Rangarajan >> _______________________________________________ >> rdnzl-devel mailing list >> rdnzl-devel at common-lisp.net >> http://common-lisp.net/cgi-bin/mailman/listinfo/rdnzl-devel >> >> > > _______________________________________________ > rdnzl-devel mailing list > rdnzl-devel at common-lisp.net > http://common-lisp.net/cgi-bin/mailman/listinfo/rdnzl-devel _______________________________________________ rdnzl-devel mailing list rdnzl-devel at common-lisp.net http://common-lisp.net/cgi-bin/mailman/listinfo/rdnzl-devel