I do have xcode installed, but since I am completely new to computer programming I have no idea how to use it... I&#39;ll register with the apple site. <div><br></div><div>Thanks for your help,</div><div><br></div><div>Ruben<br>
<br><div class="gmail_quote">On Mon, Jun 28, 2010 at 6:01 PM, Michael Klingbeil <span dir="ltr">&lt;<a href="mailto:michael.klingbeil@yale.edu">michael.klingbeil@yale.edu</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
This error probably means that libclm failed to compile.<br>
<br>
Do you have the Apple Developer Tools (aka Xcode) installed? If not do that first. You need to be registered as an Apple Developer which you can do for free here: <a href="http://developer.apple.com/programs/register/" target="_blank">http://developer.apple.com/programs/register/</a><br>

<br>
Once you have Xcode installed you should be able to compile everything needed for clm-4<br>
<br>
However, OS X 10.6.4 presents some tricky problems with 32 vs 64 bit architectures. For example, with no flags, gcc on OS X 10.6 will default to 64 bit architecture and I&#39;m not sure the clm-4 build process has been tested with any of this.<br>

<br>
I am currently using clm-4 on 10.6 with Clozure Common Lisp 1.5 (32-bit version). However, I had to do a bit of hacking to get this to work. I will try to put together some documentation on this and submit patches.<br>
<br>
Bill, I will send a follow up to you about patches for OS X 10.6. There might be changes to <a href="http://configure.ac" target="_blank">configure.ac</a> and definitely changes to all.lisp and defins.lisp<br>
<div><div></div><div class="h5"><br>
On 6/28/10 4:51 PM, Daniel DeClue wrote:<br>
&gt; Hi,<br>
&gt;<br>
&gt; I&#39;m trying to get clm-4 to run on my mac. I have sbcl 10.0.29 installed, and when I try to load the all.lisp file to get clm-4 running in my terminal I get this error<br>
&gt;<br>
&gt; Error opening shared object &quot;/Applications/clm-4/libclm.so&quot;:dlopen(3) failed.<br>
&gt;<br>
&gt; I have no idea what this means. both my clm-4 and my sbcl files are in my Applications folder.<br>
&gt;<br>
&gt; The commands I use to try to get clm working are:<br>
&gt;<br>
&gt; cd /Applications<br>
&gt; cd sbcl*<br>
&gt; sh run-sbcl.sh<br>
&gt; (load &quot;../clm-4/all.lisp&quot;)<br>
&gt;<br>
&gt; I am completely new to clm, lisp, terminal, and computer programming altogether, any help would be appreciated.<br>
&gt;<br>
&gt; Thanks,<br>
&gt;<br>
&gt; Ruben<br>
&gt;<br>
&gt;<br>
&gt;<br>
</div></div>&gt; _______________________________________________<br>
&gt; Cmdist mailing list<br>
&gt; <a href="mailto:Cmdist@ccrma.stanford.edu">Cmdist@ccrma.stanford.edu</a><br>
&gt; <a href="http://ccrma-mail.stanford.edu/mailman/listinfo/cmdist" target="_blank">http://ccrma-mail.stanford.edu/mailman/listinfo/cmdist</a><br>
<font color="#888888"><br>
--<br>
Michael Klingbeil<br>
<br>
Yale University<br>
Department of Music<br>
Stoeckel Hall, 469 College St, Rm 307<br>
</font></blockquote></div><br></div>