From mail at chaitanyagupta.com Sun Apr 5 15:38:33 2009 From: mail at chaitanyagupta.com (Chaitanya Gupta) Date: Sun, 05 Apr 2009 21:08:33 +0530 Subject: [cl-interpol-devel] Can't compile cl-interpol with CMUCL Message-ID: <49D8D079.1040901@chaitanyagupta.com> Hello, I am unable to compile cl-interpol-0.2.1 on CMUCL 19e (on Linux). Here are the last few lines of the REPL buffer: ; home:lisp/build/cmu/libs/site/cl-interpol/cl-interpol-0.2.1/util.x86f written. ; Compilation finished in 0:00:00. ; Loading #P"/home/chaitanya/lisp/build/cmu/libs/site/cl-interpol/cl-interpol-0.2.1/util.x86f". ; Python version 1.1, VM version Intel x86 on 05 APR 09 08:57:54 pm. ; Compiling: /home/chaitanya/lisp/libs/site/cl-interpol/cl-interpol-0.2.1/alias.lisp 23 JUL 08 08:11:37 pm ; Compiling LOOP FOR: ; home:lisp/build/cmu/libs/site/cl-interpol/cl-interpol-0.2.1/alias.x86f written. ; Compilation finished in 0:00:00. ; Loading #P"/home/chaitanya/lisp/build/cmu/libs/site/cl-interpol/cl-interpol-0.2.1/alias.x86f". ;;; Error signalled at this point ;;; Also attached relevant portion of the sldb buffer. Cheers, Chaitanya -- http://chaitanyagupta.com/blog/ -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: sldb.txt URL: From edi at agharta.de Sun Apr 5 19:25:54 2009 From: edi at agharta.de (Edi Weitz) Date: Sun, 5 Apr 2009 21:25:54 +0200 Subject: [cl-interpol-devel] Can't compile cl-interpol with CMUCL In-Reply-To: <49D8D079.1040901@chaitanyagupta.com> References: <49D8D079.1040901@chaitanyagupta.com> Message-ID: Hi Chaitanya, I think newer versions of CL-INTERPOL won't run on old CMUCL versions. You'll need a CMUCL with Unicode support which AFAIK is still in beta. You'll have to ask on the CMUCL mailing list. Raymond Toy has already tested the new version with CL-UNICODE. Cheers, Edi. From mail at chaitanyagupta.com Mon Apr 6 18:10:24 2009 From: mail at chaitanyagupta.com (Chaitanya Gupta) Date: Mon, 06 Apr 2009 23:40:24 +0530 Subject: [cl-interpol-devel] Can't compile cl-interpol with CMUCL In-Reply-To: References: <49D8D079.1040901@chaitanyagupta.com> Message-ID: <49DA4590.1050806@chaitanyagupta.com> Hi Edi, Edi Weitz wrote: > I think newer versions of CL-INTERPOL won't run on old CMUCL versions. > You'll need a CMUCL with Unicode support which AFAIK is still in > beta. You'll have to ask on the CMUCL mailing list. Raymond Toy has > already tested the new version with CL-UNICODE. > Thanks for the tip. I will follow this up on the CMUCL list. Thanks, Chaitanya -- http://chaitanyagupta.com/blog/