[Csnd] undefined symbol: csoundGetA4 error
Date | 2019-03-31 18:51 |
From | Richard |
Subject | [Csnd] undefined symbol: csoundGetA4 error |
I am trying to use ctcsound on a RPi, but I get this error: /usr/lib/libcsound64.so: undefined symbol: csoundGetA4 Could it be a mismatch between the Csound version and the ctcsound version? Richard Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here |
Date | 2019-04-01 07:47 |
From | Francois PINOT |
Subject | Re: [Csnd] undefined symbol: csoundGetA4 error |
csoundGetA4 was added in Csound 6.09. So, if your version of Csound is less than 6.09, you should use the ctcsound.py file shipped with it. François Le dim. 31 mars 2019 à 19:52, Richard <zappfinger@gmail.com> a écrit : I am trying to use ctcsound on a RPi, but I get this error: |
Date | 2019-04-01 07:53 |
From | Richard van Bemmelen |
Subject | Re: [Csnd] undefined symbol: csoundGetA4 error |
Ok, but on the RPi version 6.08 is the highest version I can install. I have that, and when I do apt-get install it says it is already the latest version.. Richard Op ma 1 apr. 2019 om 08:48 schreef Francois PINOT <fggpinot@gmail.com>:
|
Date | 2019-04-01 08:18 |
From | Francois PINOT |
Subject | Re: [Csnd] undefined symbol: csoundGetA4 error |
You can get the source code for 6.08 here: https://github.com/csound/csound/releases/tag/6.08.1. The ctcsound.py file is in the interfaces directory. Le lun. 1 avr. 2019 à 08:59, Richard van Bemmelen <zappfinger@gmail.com> a écrit :
|