[lispbox-devel] How to integrate clisp in new version of lispbox,

Elwin Luo Elwin.Luo at autodesk.com
Fri Jan 28 10:16:50 UTC 2011


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<http://sourceforge.net/projects/clisp/files/clisp/2.47/clisp-2.47-win32-mingw-big.zip/download> 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: <https://mailman.common-lisp.net/pipermail/lispbox-devel/attachments/20110128/169a78b0/attachment.html>


More information about the lispbox-devel mailing list