<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none;"><!-- P {margin-top:0;margin-bottom:0;} --></style>
</head>
<body dir="ltr">
<div id="divtagdefaultwrapper" style="font-size:12pt;color:#000000;font-family:Calibri,Arial,Helvetica,sans-serif;" dir="ltr">
<p>Hi,</p>
<p>I'm having a devil of a time trying to start cm2 on f25, using SBCL and Quicklisp, and wondering if anyone might know where I'm going wrong.&nbsp; Quicklisp has the asdf libraries.&nbsp; CM2 top level dir shows a cm2.asd, so I'm confused what might be going wrong.</p>
<p><br>
</p>
<p>From SBCL, I get an .asd file error.<br>
</p>
<p></p>
<div>&gt; * (load &quot;/opt/cm2/src/cm.lisp&quot;)<br>
<br>
debugger invoked on a SB-INT:SIMPLE-FILE-ERROR in thread<br>
#&lt;THREAD &quot;main thread&quot; RUNNING {10029564D3}&gt;:<br>
&nbsp; Couldn't load #P&quot;/opt/cm2/cm.asd&quot;: file does not exist.<br>
</div>
<p></p>
<p><br>
</p>
<p>I downloaded the cm2 branch using svn, and have the following in my .sbclrc file for starting sbcl.<br>
</p>
<p><br>
</p>
<p></p>
<div>;;; The following lines added by ql:add-to-init-file:<br>
#-quicklisp<br>
(let ((quicklisp-init #P&quot;/opt/quicklisp/setup.lisp&quot;))<br>
&nbsp; (when (probe-file quicklisp-init)<br>
&nbsp;&nbsp;&nbsp; (load quicklisp-init)))<br>
<br>
(require &quot;asdf&quot;) <br>
<br>
;;; Load Common Music.<br>
(push &quot;/opt/cm2/&quot; asdf:*central-registry*)<br>
(asdf:load-system :cm2)<br>
<br>
This compiles and creates several cm2 .fasl files on startup of sbcl and puts them in the sbcl hidden .cache dir in /home.<br>
<br>
Thank you,<br>
Jim<br>
</div>
<br>
<p></p>
</div>
</body>
</html>