[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#52045] [PATCH] gnu: Add cl-clm.
From: |
jgart |
Subject: |
[bug#52045] [PATCH] gnu: Add cl-clm. |
Date: |
Tue, 12 Apr 2022 12:28:51 -0400 |
On Tue, 12 Apr 2022 12:15:27 +0000 Guillaume Le Vaillant <glv@posteo.net> wrote:
> jgart <jgart@dismail.de> skribis:
>
> > On Sat, 09 Apr 2022 18:31:38 -0400 jgart <jgart@dismail.de> wrote:
> >
> > And that sbcl-clm and cl-clm are now in Guix 'R Us:
> >
> > https://git.sr.ht/~whereiseveryone/guixrus/tree/master/item/guixrus/packages/lisp.scm#L2371
>
> After entering the :clm package and trying some simple examples using the
> "v.ins" instrument, it failed because of some missing ".so" shared library.
> Does it work for you?
It fails because of the missing ".so" shared library for me also.
Here are some notes from the author of clm:
Try this:
```
(compile-file "v.ins")
(load "v")
```
``
> I had also experienced this error when first running `(require :clm)`
> in a sbcl repl:
It looks like you're running pulse audio and need something from alsa?
Maybe it's related to the code that builds sndplay in initmus.lisp.
``
The above is from Bill regarding the shared library code.
all best,
jgart