29 Jan 2010 08:28
Cells-devel: allow ECL support
Michael Raskin <f9cef2aa <at> yandex.ru>
2010-01-29 07:28:18 GMT
2010-01-29 07:28:18 GMT
Hello. I have some interest in simplifying installation of Cells-GTK on as wide range of platforms as possible (from the "expansive" point-of-view: I have a perfectly fine installation of Cells-GTK on SBCL on Linux on my notebook). The attached patch enables ECL support in Ramarren cells fork. It actually does nothing except noting that ECL uses :clos package for MOP. I hope it will be included in master branch somewhen soon.. (cells::test-cells) gives no Cells errors (dribble errors do not count, right?). Thanks Michael Raskin
diff -U3 -r Ramarren-cells-beb09a0/cells.asd /home/raskin/.sbcl/site/Ramarren-cells-beb09a0/cells.asd --- Ramarren-cells-beb09a0/cells.asd 2010-01-29 09:49:41.000000000 +0300 +++ /home/raskin/.sbcl/site/Ramarren-cells-beb09a0/cells.asd 2010-01-20 20:20:11.000000000 +0300 <at> <at> -1,6 +1,6 <at> <at> ;;;; -*- Mode: Lisp; Syntax: ANSI-Common-Lisp; Base: 10 -*- -#+(or allegro lispworks cmu mcl ccl clisp cormanlisp sbcl scl ecl) +#+(or allegro lispworks cmu mcl ccl clisp cormanlisp sbcl scl) (progn (declaim (optimize (debug 3) (speed 3) (safety 1) (compilation-speed 0))) diff -U3 -r Ramarren-cells-beb09a0/defpackage.lisp /home/raskin/.sbcl/site/Ramarren-cells-beb09a0/defpackage.lisp --- Ramarren-cells-beb09a0/defpackage.lisp 2010-01-29 09:51:58.000000000 +0300 +++ /home/raskin/.sbcl/site/Ramarren-cells-beb09a0/defpackage.lisp 2010-01-20 20:20:11.000000000 +0300(Continue reading)
RSS Feed