[Csnd] Error: Opening plugin directory
Date | 2018-11-27 14:04 |
From | Natanael Mojica |
Subject | [Csnd] Error: Opening plugin directory |
Hello all: I get a weird message after install the Csound libraries and binaries on my linux computer, The csound version: https://github.com/csound/csound/releases/download/6.12.2/Csound6.12.0-Linux_x64.tar.gz When I try to run my application which uses csound share library, I got: WARNING: Error opening plugin directory '/home/victor/lib/csound/plugins64-6.0': No such file or directory But the path which is indicated in the message warning, not corresponds to my user name on my machine and to the path where the binaries were copied. The plugins64-6.0 directory is located inside the csound directory in the lib/ folder.. I guess Csound have to look for the library using a env variable or using a relative path according to the current binaries path? Thank you |
Date | 2018-11-27 14:08 |
From | Victor Lazzarini |
Subject | Re: [Csnd] Error: Opening plugin directory |
yep, that’s an artefact from the build. You can fix this by setting the OPCODE6DIR64 environment variable to the directory where the plugins are. ======================== Prof. Victor Lazzarini Dean of Arts, Celtic Studies, and Philosophy, Maynooth University, Maynooth, Co Kildare, Ireland Tel: 00 353 7086936 Fax: 00 353 1 7086952 > On 27 Nov 2018, at 14:04, Natanael Mojica |
Date | 2018-11-27 15:57 |
From | Victor Lazzarini |
Subject | Re: [Csnd] Error: Opening plugin directory |
I’ve updated the package so that if the package is placed in /usr/local/ it should work out of the box. ======================== Prof. Victor Lazzarini Dean of Arts, Celtic Studies, and Philosophy, Maynooth University, Maynooth, Co Kildare, Ireland Tel: 00 353 7086936 Fax: 00 353 1 7086952 > On 27 Nov 2018, at 14:08, Victor Lazzarini |