[CM] slime cm-2.10 and ASDF
anders.vinjar at bek.no
anders.vinjar at bek.no
Fri Aug 2 13:59:46 PDT 2013
>>>>> "H" == Heinrich Taube writes:
H> If you get this working i'd like to update the cm2 branch on
H> sourceforge with the new file.
Using lispworks (32-bit) and loading cm.asd has been working for a while
in cm2 @ sourceforge (w. cm's own src/asdf.lisp). This also worked on a
64-bit lw sometime around christmas.
Theres something with the asdf::*user-cache* in cm.asd, making the
compiled-files go to ~/.cache/common-lisp/{lisp-impl}... regardless of
the various finerys in cm.asd. Most of these kinds can probably just be
left to asdf?
vs sbcl, i just checked with a standard package, which seemingly works
as excpected after changing:
(sb-unix:unix-file-kind (namestring dir))
to
(sb-impl::native-file-kind dir)
Theres another leftover in sbcl.lisp calling /bin/csh in the definition
of #'shell. I doubt theres any reason to stay with csh now (?),
substituting /bin/sh at least calls a midiplayer in a convincing manner.
Ill commit both these sbcl-things (plus a naming-thing for 32-bits lw)
if nobody complains loudly.
-anders
More information about the Cmdist
mailing list