<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>Hi,<br>I'm trying to build clm-4 for lisp on fedora18, and not sure everything compiled.<br><br>After compilation I tried:<br><pre class="indented">(compile-file "v.ins")
(load "v")
(<a class="quiet" href="https://ccrma.stanford.edu/software/snd/snd/clm.html#with-sound">with-sound</a> () (fm-violin 0 1 440 .1)) <br><br>But get: The function COMMON-LISP-USER::FM-VIOLIN is undefined.<br><br>I'm wondering if I have it right and everything was built <br>since only exe I see in the clm-4 folder is sndplay.<br></pre><br>[fedora2@localhost clm-4]$ sbcl<br>This is SBCL 1.1.2-1.fc18, an implementation of ANSI Common Lisp.<br>More information about SBCL is available at <http://www.sbcl.org/>.<br><br>SBCL is free software, provided as is, with absolutely no warranty.<br>It is mostly in the public domain; some portions are provided under<br>BSD-style licenses. See the CREDITS and COPYING files in the<br>distribution for more information.<br>* (load "all.lisp")<br>; using existing configuration file mus-config.h<br>; Compiling "/opt/clm-4/io.c"<br>; Compiling "/opt/clm-4/headers.c"<br>; Compiling "/opt/clm-4/audio.c"<br>; Compiling "/opt/clm-4/sound.c"<br>; Compiling "/opt/clm-4/clm.c"<br>; Compiling "/opt/clm-4/cmus.c"<br>; Creating "/opt/clm-4/libclm.so"<br>;;gcc -shared -fPIC -o /opt/clm-4/libclm.so /opt/clm-4/headers.o /opt/clm-4/audio.o /opt/clm-4/io.o /opt/clm-4/sound.o /opt/clm-4/clm.o /opt/clm-4/cmus.o -lasound <br><br>;compiling /opt/clm-4/clm-package.lisp<br>;loading /opt/clm-4/clm-package.fasl<br>;compiling /opt/clm-4/initmus.lisp<br>;loading /opt/clm-4/initmus.fasl<br>;compiling /opt/clm-4/sndlib2clm.lisp<br>;loading /opt/clm-4/sndlib2clm.fasl<br>;compiling /opt/clm-4/defaults.lisp<br>;loading /opt/clm-4/defaults.fasl; Building sndplay program: "/opt/clm-4/sndplay"<br><br>;compiling /opt/clm-4/ffi.lisp<br>;loading /opt/clm-4/ffi.fasl<br>;compiling /opt/clm-4/mus.lisp<br>;loading /opt/clm-4/mus.fasl<br>;compiling /opt/clm-4/run.lisp<br>;loading /opt/clm-4/run.fasl<br>;compiling /opt/clm-4/sound.lisp<br>;loading /opt/clm-4/sound.fasl<br>;compiling /opt/clm-4/defins.lisp<br>;loading /opt/clm-4/defins.fasl<br>;compiling /opt/clm-4/env.lisp<br>;loading /opt/clm-4/env.fasl<br>;compiling /opt/clm-4/export.lisp<br>;loading /opt/clm-4/export.fasl<br>;compiling /opt/clm-4/clm1.lisp<br>;loading /opt/clm-4/clm1.fasl<br>T<br>* <br><br><br>                                            </div></body>
</html>