From Elwin.Luo at autodesk.com Mon Jan 24 00:17:10 2011 From: Elwin.Luo at autodesk.com (Elwin Luo) Date: Mon, 24 Jan 2011 00:17:10 +0000 Subject: [lispbox-devel] How to integrate clisp in new version of lispbox, Message-ID: <0BFA267DD26974488FA10FF53900C9F22B8371FD@005-TK5MPN1-002.MGDADSK.autodesk.com> Hello Lispbox-develpers, I am writing this mail to you because I need your helps, I'd like to use CLisp on new version of Lispbox, You know the current version of Lispbox is integrate with Clozure CL instead of CLisp, How to integrate Lispbox with Clisp again? Any suggestions are appreciated. Sorry for my poor English. Thanks Elwin Luo -------------- next part -------------- An HTML attachment was scrubbed... URL: From Elwin.Luo at autodesk.com Fri Jan 28 10:16:50 2011 From: Elwin.Luo at autodesk.com (Elwin Luo) Date: Fri, 28 Jan 2011 10:16:50 +0000 Subject: [lispbox-devel] How to integrate clisp in new version of lispbox, Message-ID: <0BFA267DD26974488FA10FF53900C9F22B83C9C2@005-TK5MPN1-002.MGDADSK.autodesk.com> Hi Lispers, I have found the way to integrate with clisp in latest lispbox-0.7 in windows OS. Below is the steps 1. Install the latest lispbox-0.7 2. Remove ccl under lispbox-0.7 directory. 3. Download clisp-2.47-win32-mingw-big.zip from http://sourceforge.net/projects/clisp/files%2Fclisp%2F2.47/ and unzip it to Lispbox-0.7 directory 4. Create a file ?lispbox-register.el? under directory lispbox-0.7/clisp-2.47/ with content (push (list 'clisp-2.47 (list (lispbox-list-to-filename (list (file-name-directory load-file-name) "full" "lisp.exe")) "-ansi" "-M" (lispbox-list-to-filename (list (file-name-directory load-file-name) "full" "lispinit.mem")) "-B" (lispbox-list-to-filename (list (file-name-directory load-file-name) "full/")))) slime-lisp-implementations) 5. Run install.bat under lispbox-0.7/clisp-2.47/ directory. 6. Run lispbox. However, I didn?t successfully integrate clisp2.48 and clisp2.49 into lispbox-0.7, does it require any update on lispbox? Thanks Elwin Luo From: Elwin Luo Sent: 2011?1?24? 8:17 To: 'lispbox-devel at common-lisp.net' Subject: How to integrate clisp in new version of lispbox, Hello Lispbox-develpers, I am writing this mail to you because I need your helps, I?d like to use CLisp on new version of Lispbox, You know the current version of Lispbox is integrate with Clozure CL instead of CLisp, How to integrate Lispbox with Clisp again? Any suggestions are appreciated. Sorry for my poor English. Thanks Elwin Luo -------------- next part -------------- An HTML attachment was scrubbed... URL: