status of clisp on OS X
Christopher Stacy <cstacy <at> dtpq.com>
2012-04-01 19:03:01 GMT
I am trying to set up clisp for FastCGI on the Mac (Snow Leopard), and it's not going well.
I downloaded libsigsegv-2.9 and it will build, but doesn't work: stackoverflow2 fails.
The MacPorts libsigsegv-2.9.0 builds and installs (don't know if it runs the checks, though).
The ffcall-1.10 doesn't even configure without blowing up several times,
and once you get past that, it doesn't build (either from the downloaded version or from MacPorts).
I see that this was originally reported a little over a year ago and the answer was:
MacOS on Intel is not supported.
I was trying to avoid being stuck on an old release, but I wanted to use clisp, not debug it.
So at this point, I gave up and tried "port install clisp".
Error: Target org.macports.build returned: shell command failed (see log for details)
Error: Status 1 encountered during processing.
;; Loading file
/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_clisp/clisp/work/clisp-2.49/src/clos-methcomb1.fas ...
WARNING: in (SETF METHOD-COMBINATION-CHECK-OPTIONS) :
NEW-VALUE is neither declared nor bound,
it will be treated as if it were declared SPECIAL.
;; Loaded file /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_clisp/clisp/work/clisp-2.49/src/clos-methcomb1.fas
;; Loading file
/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_clisp/clisp/work/clisp-2.49/src/clos-genfun1.fas ...
;; Loaded file /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_clisp/clisp/work/clisp-2.49/src/clos-genfun1.fas
;; Loading file
/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_clisp/clisp/work/clisp-2.49/src/clos-genfun2a.fas ...
;; Loaded file /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_clisp/clisp/work/clisp-2.49/src/clos-genfun2a.fas
;; Loading file
/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_clisp/clisp/work/clisp-2.49/src/clos-methcomb2.fas ...
(Continue reading)