[CSOUND-DEV:5384] Re: Missing fof opcode in CSound5
| Date | 2004-10-05 22:25 |
| From | Andres Cabrera |
| Subject | [CSOUND-DEV:5384] Re: Missing fof opcode in CSound5 |
I think there was a thread about this and the problem had to do with the opcode directory not being passed to Csound... maybe the OPCODE_DIR variable isn't set (or set incorrectly?) Cheers, Andrés Jon Stutters wrote: > I've successfully installed Csound5 on a Gentoo Linux system and it > seems to work generally. However, the fof opcode is reported as missing > when I use it an instrument and it's not listed in the output of 'csound > -z'. The ugens7 library does seem to have compiled and installed > correctly to /usr/local/lib/csound. Can anyone suggest where to begin > looking for a solution to the problem? > > Thanks, > Jon > > |
| Date | 2004-10-05 23:06 |
| From | Jon Stutters |
| Subject | [CSOUND-DEV:5382] Missing fof opcode in CSound5 |
I've successfully installed Csound5 on a Gentoo Linux system and it seems to work generally. However, the fof opcode is reported as missing when I use it an instrument and it's not listed in the output of 'csound -z'. The ugens7 library does seem to have compiled and installed correctly to /usr/local/lib/csound. Can anyone suggest where to begin looking for a solution to the problem? Thanks, Jon |
| Date | 2004-10-05 23:16 |
| From | steven yi |
| Subject | [CSOUND-DEV:5383] Re: Missing fof opcode in CSound5 |
Did you set the OPCODEDIR environment variable to /usr/local/lib/csound ? steven Jon Stutters wrote: > I've successfully installed Csound5 on a Gentoo Linux system and it > seems to work generally. However, the fof opcode is reported as missing > when I use it an instrument and it's not listed in the output of 'csound > -z'. The ugens7 library does seem to have compiled and installed > correctly to /usr/local/lib/csound. Can anyone suggest where to begin > looking for a solution to the problem? > > Thanks, > Jon > > > |
| Date | 2004-10-05 23:39 |
| From | Jonathan Stutters |
| Subject | [CSOUND-DEV:5385] Re: Missing fof opcode in CSound5 |
Thanks, export OPCODEDIR="/usr/local/lib/csound/opcodes" fixed the problem. On with the testing. Cheers, Jon On Tue, 05 Oct 2004 15:16:53 -0700 steven yi |