<div dir="ltr"><div>I can&#39;t get this to build on Linux.  When I get to the part where you say to enter &quot;premake4&quot; at the prompt, it says there is no premake4, &quot;do you mean premake?&quot;  After installing premake and trying &quot;premake premake4&quot; (and later, &quot;premake --premake4,&quot; &quot;premake --premake4.lua&quot;, etc.) I get the response &quot;No premake script found!&quot;  But isn&#39;t premake4.lua the script in question?  And how to I invoke it?  (I&#39;ve already tried making it executable, and even the cm directory to PATH.)<br>
<br></div>Thanks in advance.<br></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Sat, Jun 22, 2013 at 12:00 PM,  <span dir="ltr">&lt;<a href="mailto:cmdist-request@ccrma.stanford.edu" target="_blank">cmdist-request@ccrma.stanford.edu</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Send Cmdist mailing list submissions to<br>
        <a href="mailto:cmdist@ccrma.stanford.edu">cmdist@ccrma.stanford.edu</a><br>
<br>
To subscribe or unsubscribe via the World Wide Web, visit<br>
        <a href="http://ccrma-mail.stanford.edu/mailman/listinfo/cmdist" target="_blank">http://ccrma-mail.stanford.edu/mailman/listinfo/cmdist</a><br>
or, via email, send a message with subject or body &#39;help&#39; to<br>
        <a href="mailto:cmdist-request@ccrma.stanford.edu">cmdist-request@ccrma.stanford.edu</a><br>
<br>
You can reach the person managing the list at<br>
        <a href="mailto:cmdist-owner@ccrma.stanford.edu">cmdist-owner@ccrma.stanford.edu</a><br>
<br>
When replying, please edit your Subject line so it is more specific<br>
than &quot;Re: Contents of Cmdist digest...&quot;<br>
<br>
<br>
Today&#39;s Topics:<br>
<br>
   1. CM 3.9.0 (alpha) (Heinrich Taube)<br>
   2. Re: CM 3.9.0 (alpha) (Joel Matthys)<br>
   3. Re: CM 3.9.0 (alpha) (Joel Matthys)<br>
<br>
<br>
----------------------------------------------------------------------<br>
<br>
Message: 1<br>
Date: Sat, 22 Jun 2013 10:13:26 -0500<br>
From: Heinrich Taube &lt;<a href="mailto:taube@illinois.edu">taube@illinois.edu</a>&gt;<br>
Subject: [CM] CM 3.9.0 (alpha)<br>
To: &quot;&lt;<a href="mailto:cmdist@ccrma.Stanford.EDU">cmdist@ccrma.Stanford.EDU</a>&gt;&quot; &lt;<a href="mailto:cmdist@ccrma.Stanford.EDU">cmdist@ccrma.Stanford.EDU</a>&gt;<br>
Message-ID: &lt;<a href="mailto:F82FC5BC-0EE9-4AA5-A234-AD4CFB417145@illinois.edu">F82FC5BC-0EE9-4AA5-A234-AD4CFB417145@illinois.edu</a>&gt;<br>
Content-Type: text/plain; charset=&quot;us-ascii&quot;<br>
<br>
CM 3.9.0 (alpha) is available. A prebuilt mac binary can be downloaded here:<br>
<br>
  <a href="http://camil.music.illinois.edu/software/grace/Grace-3.9.0-alpha1-osx.zip" target="_blank">http://camil.music.illinois.edu/software/grace/Grace-3.9.0-alpha1-osx.zip</a><br>
<br>
on Linux you can build the app easily enough from sources:<br>
<br>
  rm -rf cm<br>
  svn co <a href="http://svn.code.sf.net/p/commonmusic/code/trunk" target="_blank">http://svn.code.sf.net/p/commonmusic/code/trunk</a> cm<br>
  cd cm<br>
  premake4<br>
  make<br>
<br>
see readme.text for optional build flags.<br>
don&#39;t have a windows build quite yet.<br>
<br>
<br>
the main work for this release:<br>
<br>
o refactoring entire code base (about 80% done)<br>
o moved to most current SndLib, Juce, Fomus, Liblo and SDIF (sndlib juce liblo and sdif  have all had 2013 releases)<br>
o OSX: external app for midi playback no longer needed. If you deselect all midi out devices in the menu, Grace will switch to its new internal synth plugin (&quot;apple&#39;s dsl music synth&quot;) when you generate midi.  the plugin sounds much better than SimpleSynth. you can tweak plugin parameters using the new &quot;Synth Settings...&quot; item in the audio menu<br>

o Grace menus redesigned and simplified.<br>
o completly reimplemented the audio and midi file players. no more pops, and playing multiple files at the same time should work. the player handles wav and aiff.<br>
o added Trace Ouput flag for Open Sound Control<br>
<br>
the remaining work for the release will be to continue refactoring the code (including examples and tutorials) , modernizing grace&#39;s look-and-feel, and on osx i&#39;ll try to switch over to the normal Apple style application menu bar.  these last two steps will be quite complicated so im not sure how long it will take me...<br>

<br>
regardless the whole app should now be working and with completely up-to-date packages.<br>
<br>
--rick<br>
<br>
<br>
<br>
<br>
------------------------------<br>
<br>
Message: 2<br>
Date: Sat, 22 Jun 2013 12:32:45 -0400<br>
From: Joel Matthys &lt;<a href="mailto:jwmatthys@yahoo.com">jwmatthys@yahoo.com</a>&gt;<br>
Subject: Re: [CM] CM 3.9.0 (alpha)<br>
To: <a href="mailto:cmdist@ccrma.Stanford.EDU">cmdist@ccrma.Stanford.EDU</a><br>
Message-ID: &lt;<a href="mailto:51C5D1AD.1000103@yahoo.com">51C5D1AD.1000103@yahoo.com</a>&gt;<br>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed<br>
<br>
That&#39;s great news! I just built it on Linux. I do have a problem with<br>
FOMUS now, though. On opening I get this:<br>
<br>
Creating Fomus...fomus: error loading module `accs&#39;<br>
fomus: `accs&#39; is not a valid module in setting `mod-accs&#39;, module `(fomus)&#39;<br>
<br>
Joel<br>
<br>
On 06/22/2013 11:13 AM, Heinrich Taube wrote:<br>
&gt; CM 3.9.0 (alpha) is available. A prebuilt mac binary can be downloaded here:<br>
&gt;<br>
&gt;    <a href="http://camil.music.illinois.edu/software/grace/Grace-3.9.0-alpha1-osx.zip" target="_blank">http://camil.music.illinois.edu/software/grace/Grace-3.9.0-alpha1-osx.zip</a><br>
&gt;<br>
&gt; on Linux you can build the app easily enough from sources:<br>
&gt;<br>
&gt;    rm -rf cm<br>
&gt;    svn co <a href="http://svn.code.sf.net/p/commonmusic/code/trunk" target="_blank">http://svn.code.sf.net/p/commonmusic/code/trunk</a> cm<br>
&gt;    cd cm<br>
&gt;    premake4<br>
&gt;    make<br>
&gt;<br>
&gt; see readme.text for optional build flags.<br>
&gt; don&#39;t have a windows build quite yet.<br>
&gt;<br>
&gt;<br>
&gt; the main work for this release:<br>
&gt;<br>
&gt; o refactoring entire code base (about 80% done)<br>
&gt; o moved to most current SndLib, Juce, Fomus, Liblo and SDIF (sndlib juce liblo and sdif  have all had 2013 releases)<br>
&gt; o OSX: external app for midi playback no longer needed. If you deselect all midi out devices in the menu, Grace will switch to its new internal synth plugin (&quot;apple&#39;s dsl music synth&quot;) when you generate midi.  the plugin sounds much better than SimpleSynth. you can tweak plugin parameters using the new &quot;Synth Settings...&quot; item in the audio menu<br>

&gt; o Grace menus redesigned and simplified.<br>
&gt; o completly reimplemented the audio and midi file players. no more pops, and playing multiple files at the same time should work. the player handles wav and aiff.<br>
&gt; o added Trace Ouput flag for Open Sound Control<br>
&gt;<br>
&gt; the remaining work for the release will be to continue refactoring the code (including examples and tutorials) , modernizing grace&#39;s look-and-feel, and on osx i&#39;ll try to switch over to the normal Apple style application menu bar.  these last two steps will be quite complicated so im not sure how long it will take me...<br>

&gt;<br>
&gt; regardless the whole app should now be working and with completely up-to-date packages.<br>
&gt;<br>
&gt; --rick<br>
&gt;<br>
&gt;<br>
&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>
&gt;<br>
<br>
<br>
<br>
------------------------------<br>
<br>
Message: 3<br>
Date: Sat, 22 Jun 2013 12:54:40 -0400<br>
From: Joel Matthys &lt;<a href="mailto:jwmatthys@yahoo.com">jwmatthys@yahoo.com</a>&gt;<br>
Subject: Re: [CM] CM 3.9.0 (alpha)<br>
To: <a href="mailto:cmdist@ccrma.Stanford.EDU">cmdist@ccrma.Stanford.EDU</a><br>
Message-ID: &lt;<a href="mailto:51C5D6D0.8050501@yahoo.com">51C5D6D0.8050501@yahoo.com</a>&gt;<br>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed<br>
<br>
Solved; I had to build FOMUS with 64 bit enabled.<br>
<br>
Thanks. New menus look great!<br>
<br>
Joel<br>
<br>
On 06/22/2013 12:32 PM, Joel Matthys wrote:<br>
&gt; That&#39;s great news! I just built it on Linux. I do have a problem with<br>
&gt; FOMUS now, though. On opening I get this:<br>
&gt;<br>
&gt; Creating Fomus...fomus: error loading module `accs&#39;<br>
&gt; fomus: `accs&#39; is not a valid module in setting `mod-accs&#39;, module `(fomus)&#39;<br>
&gt;<br>
&gt; Joel<br>
&gt;<br>
&gt; On 06/22/2013 11:13 AM, Heinrich Taube wrote:<br>
&gt;&gt; CM 3.9.0 (alpha) is available. A prebuilt mac binary can be downloaded here:<br>
&gt;&gt;<br>
&gt;&gt;     <a href="http://camil.music.illinois.edu/software/grace/Grace-3.9.0-alpha1-osx.zip" target="_blank">http://camil.music.illinois.edu/software/grace/Grace-3.9.0-alpha1-osx.zip</a><br>
&gt;&gt;<br>
&gt;&gt; on Linux you can build the app easily enough from sources:<br>
&gt;&gt;<br>
&gt;&gt;     rm -rf cm<br>
&gt;&gt;     svn co <a href="http://svn.code.sf.net/p/commonmusic/code/trunk" target="_blank">http://svn.code.sf.net/p/commonmusic/code/trunk</a> cm<br>
&gt;&gt;     cd cm<br>
&gt;&gt;     premake4<br>
&gt;&gt;     make<br>
&gt;&gt;<br>
&gt;&gt; see readme.text for optional build flags.<br>
&gt;&gt; don&#39;t have a windows build quite yet.<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; the main work for this release:<br>
&gt;&gt;<br>
&gt;&gt; o refactoring entire code base (about 80% done)<br>
&gt;&gt; o moved to most current SndLib, Juce, Fomus, Liblo and SDIF (sndlib juce liblo and sdif  have all had 2013 releases)<br>
&gt;&gt; o OSX: external app for midi playback no longer needed. If you deselect all midi out devices in the menu, Grace will switch to its new internal synth plugin (&quot;apple&#39;s dsl music synth&quot;) when you generate midi.  the plugin sounds much better than SimpleSynth. you can tweak plugin parameters using the new &quot;Synth Settings...&quot; item in the audio menu<br>

&gt;&gt; o Grace menus redesigned and simplified.<br>
&gt;&gt; o completly reimplemented the audio and midi file players. no more pops, and playing multiple files at the same time should work. the player handles wav and aiff.<br>
&gt;&gt; o added Trace Ouput flag for Open Sound Control<br>
&gt;&gt;<br>
&gt;&gt; the remaining work for the release will be to continue refactoring the code (including examples and tutorials) , modernizing grace&#39;s look-and-feel, and on osx i&#39;ll try to switch over to the normal Apple style application menu bar.  these last two steps will be quite complicated so im not sure how long it will take me...<br>

&gt;&gt;<br>
&gt;&gt; regardless the whole app should now be working and with completely up-to-date packages.<br>
&gt;&gt;<br>
&gt;&gt; --rick<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; _______________________________________________<br>
&gt;&gt; Cmdist mailing list<br>
&gt;&gt; <a href="mailto:Cmdist@ccrma.stanford.edu">Cmdist@ccrma.stanford.edu</a><br>
&gt;&gt; <a href="http://ccrma-mail.stanford.edu/mailman/listinfo/cmdist" target="_blank">http://ccrma-mail.stanford.edu/mailman/listinfo/cmdist</a><br>
&gt;&gt;<br>
&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>
&gt;<br>
<br>
<br>
<br>
------------------------------<br>
<br>
_______________________________________________<br>
Cmdist mailing list<br>
<a href="mailto:Cmdist@ccrma.stanford.edu">Cmdist@ccrma.stanford.edu</a><br>
<a href="http://ccrma-mail.stanford.edu/mailman/listinfo/cmdist" target="_blank">http://ccrma-mail.stanford.edu/mailman/listinfo/cmdist</a><br>
<br>
<br>
End of Cmdist Digest, Vol 62, Issue 2<br>
*************************************<br>
</blockquote></div><br></div>