<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. Quicklisp has the asdf libraries. 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>> * (load "/opt/cm2/src/cm.lisp")<br>
<br>
debugger invoked on a SB-INT:SIMPLE-FILE-ERROR in thread<br>
#<THREAD "main thread" RUNNING {10029564D3}>:<br>
Couldn't load #P"/opt/cm2/cm.asd": 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"/opt/quicklisp/setup.lisp"))<br>
(when (probe-file quicklisp-init)<br>
(load quicklisp-init)))<br>
<br>
(require "asdf") <br>
<br>
;;; Load Common Music.<br>
(push "/opt/cm2/" 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>