<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">
Ok if you dont care which version and are not a big fan of JUCE or building c++ apps then I would definitely &nbsp;suggest you try the stable version of Common Music in Common Lisp, which believe is still on the sourceforge website!
<div class=""><br class="">
<div class=""><br class="">
</div>
<div class="">
<div><br class="">
<blockquote type="cite" class="">
<div class="">On Oct 29, 2020, at 5:42 PM, Brandon Hale &lt;<a href="mailto:bthaleproductions@gmail.com" class="">bthaleproductions@gmail.com</a>&gt; wrote:</div>
<br class="Apple-interchange-newline">
<div class="">
<div class="">
<p class="">Okay, maybe I'll try to build both when I get the chance. I don't know what the difference would be. I'm not a huge fan of JUCE, but I would like to try to get it to build to have something to experiment with.
<br class="">
</p>
<p class="">As far as building it goes, I've followed the readme from <a moz-do-not-send="true" href="https://github.com/ricktaube/grace" class="">
https://github.com/ricktaube/grace</a> and when I try to make in the sndlib folder, there says there is nothing to make. Here is the command I have run before make:</p>
<p class=""><font size="-1" class="">$ premake5 --with-g++<br class="">
** Warning: <a href="http://os.is" class="">os.is</a>() is deprecated, use 'os.istarget()' or 'os.ishost()'.<br class="">
&nbsp;&nbsp; @/media/nvme/Sourceforge/grace/sndlib/premake4.lua(8)<br class="">
<br class="">
** Warning: os.get() is deprecated, use 'os.target()' or 'os.host()'.<br class="">
&nbsp;&nbsp; @/media/nvme/Sourceforge/grace/sndlib/premake4.lua(66)<br class="">
<br class="">
** Warning: os.get() is deprecated, use 'os.target()' or 'os.host()'.<br class="">
&nbsp;&nbsp; @/media/nvme/Sourceforge/grace/sndlib/premake4.lua(71)<br class="">
<br class="">
** Warning: os.get() is deprecated, use 'os.target()' or 'os.host()'.<br class="">
&nbsp;&nbsp; @/media/nvme/Sourceforge/grace/sndlib/premake4.lua(75)<br class="">
<br class="">
** Warning: the flags value StaticRuntime has been deprecated and will be removed.<br class="">
&nbsp;&nbsp; Use `staticruntime &quot;On&quot;` instead<br class="">
&nbsp;&nbsp; @/media/nvme/Sourceforge/grace/sndlib/premake4.lua(85)<br class="">
<br class="">
** Warning: the flags value Symbols has been deprecated and will be removed.<br class="">
&nbsp;&nbsp; Use `symbols &quot;On&quot;` instead<br class="">
&nbsp;&nbsp; @/media/nvme/Sourceforge/grace/sndlib/premake4.lua(92)<br class="">
<br class="">
** Warning: the flags value OptimizeSpeed has been deprecated and will be removed.<br class="">
&nbsp;&nbsp; Use `optimize &quot;Speed&quot;` instead.<br class="">
&nbsp;&nbsp; @/media/nvme/Sourceforge/grace/sndlib/premake4.lua(94)<br class="">
<br class="">
Building configurations...<br class="">
Running action 'gmake'...<br class="">
Generated Makefile...<br class="">
Generated sndlib.make...<br class="">
Done (77ms).<br class="">
$ make<br class="">
make: Nothing to be done for 'all'.</font><br class="">
</p>
<p class="">I followed all of the steps before that, and I am not quite sure what I have missed. I'm not an expert at building things, so it may be obvious. I also have premake 5.0a15-1 on my Artix machine, and am not sure if that is the problem or not. What
 do you think it might be?</p>
<p class="">Brandon Hale<br class="">
</p>
<div class="moz-cite-prefix">On 10/29/20 6:34 PM, Taube, Heinrich K wrote:<br class="">
</div>
<blockquote type="cite" cite="mid:436D1FEE-0EB5-496F-9475-3FA0F796B656@illinois.edu" class="">
If you want to use JUCE then you should use Grace. The code should build in JUCE 5 but I havent tried it in juce 6 at all, so there may be some effort there.
<div class=""><br class="">
</div>
<div class=""><br class="">
<div class=""><br class="">
<blockquote type="cite" class="">
<div class="">On Oct 29, 2020, at 5:24 PM, Brandon Hale &lt;<a href="mailto:bthaleproductions@gmail.com" class="" moz-do-not-send="true">bthaleproductions@gmail.com</a>&gt; wrote:</div>
<br class="Apple-interchange-newline">
<div class="">
<div class="">
<p class="">I am not sure which version I want. Which one is the most kept up, or are they both kept up? Is there any benefit for either choice?</p>
<p class="">Brandon Hale<br class="">
</p>
<div class="moz-cite-prefix">On 10/29/20 6:07 PM, Taube, Heinrich K wrote:<br class="">
</div>
<blockquote type="cite" cite="mid:8992F9C6-C256-443C-8B27-E97AC8E374BE@illinois.edu" class="">
Hi Brandon, are you trying to build the common lisp version or the S7/Grace version? &nbsp;If the latter you should get the sources from its github home, there is a readme that should get you going. Im not sure what will happen in JUCE 6 let me know if you are having
 issues compiling:
<div class=""><br class="">
</div>
<div class=""><a href="https://github.com/ricktaube/grace.git" class="" moz-do-not-send="true">https://github.com/ricktaube/grace.git</a></div>
<div class=""><br class="">
</div>
<div class="">Ill have some more news about this in perhaps 10 days.</div>
<div class=""><br class="">
</div>
<div class="">—Rick</div>
<div class=""><br class="">
<div class=""><br class="">
<blockquote type="cite" class="">
<div class="">On Oct 29, 2020, at 4:37 PM, Brandon Hale &lt;<a href="mailto:bthaleproductions@gmail.com" class="" moz-do-not-send="true">bthaleproductions@gmail.com</a>&gt; wrote:</div>
<br class="Apple-interchange-newline">
<div class="">
<div class="">
<p class="">Hello all,</p>
<p class="">I have heard from one of my previous professors about the cool things one can do with Common Music. I am really interested in setting this up to play with it. I tried to build Common Music on my Artix Linux setup (Arch Linux without systemd) and
 it won't compile, even though I think I have all of the dependencies. I don't know if I have all of the JUCE dependencies, as the readme file that comes with the source code has a
<a moz-do-not-send="true" href="http://www.rawmaterialsoftware.com/viewtopic.php?f=5&amp;t=6502&amp;hilit=juce+linux+install" class="">
dead</a> link, but I do have JUCE installed on my system from the official repository.
<br class="">
</p>
<p class="">Does anyone on this list use Common Music on Arch and have a package or a PKGBUILD at all? I would be extremely interested in that. If not, maybe I can post the compiler output and see what the issues are.
<br class="">
</p>
<p class=""><br class="">
</p>
<p class="">Thank you very much for your help on this matter,</p>
<p class="">Brandon Hale<br class="">
</p>
<p class=""><br class="">
</p>
<p class=""><br class="">
</p>
</div>
_______________________________________________<br class="">
Cmdist mailing list<br class="">
<a href="mailto:Cmdist@ccrma.stanford.edu" class="" moz-do-not-send="true">Cmdist@ccrma.stanford.edu</a><br class="">
<a class="moz-txt-link-freetext" href="https://cm-mail.stanford.edu/mailman/listinfo/cmdist" moz-do-not-send="true">https://cm-mail.stanford.edu/mailman/listinfo/cmdist</a><br class="">
</div>
</blockquote>
</div>
<br class="">
</div>
</blockquote>
</div>
</div>
</blockquote>
</div>
<br class="">
</div>
</blockquote>
</div>
</div>
</blockquote>
</div>
<br class="">
</div>
</div>
</body>
</html>