[CM] Problems with CM2 and SBCL

Steven Jones plewto at gmail.com
Mon Aug 16 03:09:46 PDT 2010


I just installed Common Music 2 on Ubuto 10.04 and ran into problems
with SBCL (version 1.0.29.11).
Apparently  sb-unix:unix-file-kind is not defined in the new version of SBCL.
I ended up hacking cm.asd by replacing the line #+sbcl (eq :directory
(sb-unix:unix-file-kind (namestring dir)))
with #+sbcl (eq :directory (sb-impl::native-file-kind (namestring dir)))



More information about the Cmdist mailing list