<div dir="ltr"><div>Um, the makefile in the tarball is for the webserver.</div><div>So I blindly try this instead (Sorry, this stuff isn&#39;t as obvious to me as it probably is to others!):</div><div>gcc -o s7.scm s7.c -DWITH_MAIN<br>s7.c:66:10: fatal error: mus-config.h: No such file or directory<br>   66 | #include &quot;mus-config.h&quot;<br>      |          ^~~~~~~~~~~~~~<br>compilation terminated.<br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Mon, Mar 29, 2021 at 5:41 AM &lt;<a href="mailto:bil@ccrma.stanford.edu">bil@ccrma.stanford.edu</a>&gt; wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">You can build s7 with -DWITH_MAIN and it comes up with<br>
a repl.  The same repl is available separately as either<br>
repl.c (with repl.scm) or nrepl.c (with nrepl.scm).<br>
There are also examples in s7.html if you want to make<br>
your own.  nrepl does not have a history buffer (it&#39;s<br>
available directly via the mouse and scrolling, but you<br>
need to use a terminal that can handle mouse events<br>
(not rxvt in particular)).<br>
<br>
</blockquote></div>