[CM] s7 repl for linux?

Christos Vagias chris.actondev at gmail.com
Mon Mar 29 09:01:16 PDT 2021


just create a file called "mus-config.h", it can be empty or you can
put various definitions there
(see mus-config.h.in for possible definitions)

On Mon, 29 Mar 2021 at 17:54, Forrest Curo <treegestalt at gmail.com> wrote:
>
> Um, the makefile in the tarball is for the webserver.
> So I blindly try this instead (Sorry, this stuff isn't as obvious to me as it probably is to others!):
> gcc -o s7.scm s7.c -DWITH_MAIN
> s7.c:66:10: fatal error: mus-config.h: No such file or directory
>    66 | #include "mus-config.h"
>       |          ^~~~~~~~~~~~~~
> compilation terminated.
>
> On Mon, Mar 29, 2021 at 5:41 AM <bil at ccrma.stanford.edu> wrote:
>>
>> You can build s7 with -DWITH_MAIN and it comes up with
>> a repl.  The same repl is available separately as either
>> repl.c (with repl.scm) or nrepl.c (with nrepl.scm).
>> There are also examples in s7.html if you want to make
>> your own.  nrepl does not have a history buffer (it's
>> available directly via the mouse and scrolling, but you
>> need to use a terminal that can handle mouse events
>> (not rxvt in particular)).
>>
> _______________________________________________
> Cmdist mailing list
> Cmdist at ccrma.stanford.edu
> https://cm-mail.stanford.edu/mailman/listinfo/cmdist


More information about the Cmdist mailing list