[Csnd] csound 5.12 on OSX 10.6.3 (cont)
Date | 2010-06-16 17:00 |
From | k_o_m_p |
Subject | [Csnd] csound 5.12 on OSX 10.6.3 (cont) |
csound 5.12 is running now. portaudio is also installed and the
libraries (libportaudio.2.0.0.dylib, etc) are at /usr/local/lib but csound reports an error when running with -odac *** error: unknown rtaudio module: 'PortAudio' it seams like csound doesn't find the potaudio libraries. any suggestion how to solve this? thanks, luís --
[new adress] luis antunes pena c/o Internationales Kuenstlerhaus Villa Concordia D-96049 Bamberg (Germany) http://sumtone.com http://ixherculean.com +49 (0)176 968 09 867 skype: antunespena |
Date | 2010-06-16 17:17 |
From | Steven Yi |
Subject | [Csnd] Re: csound 5.12 on OSX 10.6.3 (cont) |
Do you have OPCODEDIR64 set? (You can check by typing "env" on the commandline.) On Wed, Jun 16, 2010 at 12:00 PM, k_o_m_p |
Date | 2010-06-16 17:26 |
From | k_o_m_p |
Subject | [Csnd] Re: Re: csound 5.12 on OSX 10.6.3 (cont) |
no. but I thought you don't need to set it when building csound with buildRelease=1. It will default to the correct folder. Anyway I set both OPCODEDIR (I run csound floats) and also OPCODEDIR64 to /Library/Frameworks/CsoundLib.framework but it didn't change. Steven Yi schrieb: > Do you have OPCODEDIR64 set? (You can check by typing "env" on the > commandline.) > > On Wed, Jun 16, 2010 at 12:00 PM, k_o_m_p |
Date | 2010-06-16 17:43 |
From | Victor Lazzarini |
Subject | [Csnd] Re: csound 5.12 on OSX 10.6.3 (cont) |
can you do this: > cd /Library/Frameworks/CsoundLib.framework/Resources/Opcodes > otool -L librtpa.dylib and see if you have this line in the output /usr/local/lib/libportaudio.2.dylib (compatibility version 3.0.0, current version 3.0.0) If so, maybe try running some of the tests/programs that come with portaudio to see if it's correctly built and installed. Victor On 16 Jun 2010, at 17:00, k_o_m_p wrote:
|
Date | 2010-06-16 17:50 |
From | k_o_m_p |
Subject | [Csnd] Re: Re: csound 5.12 on OSX 10.6.3 (cont) |
OK, that's it. The librtpa.dylib was not there. I installed csound again with usePortAudio=1 and it worked. Thanks Victor, thanks Steven. Victor Lazzarini schrieb: > can you do this: > > > cd /Library/Frameworks/CsoundLib.framework/Resources/Opcodes > > otool -L librtpa.dylib > > and see if you have this line in the output > > /usr/local/lib/libportaudio.2.dylib (compatibility version 3.0.0, > current version 3.0.0) > > If so, maybe try running some of the tests/programs that come with > portaudio to see if it's > correctly built and installed. > > Victor > > > On 16 Jun 2010, at 17:00, k_o_m_p wrote: > >> csound 5.12 is running now. portaudio is also installed and the >> libraries (libportaudio.2.0.0.dylib, etc) are at /usr/local/lib >> but csound reports an error when running with -odac >> >> *** error: unknown rtaudio module: 'PortAudio' >> >> it seams like csound doesn't find the potaudio libraries. >> >> any suggestion how to solve this? >> >> thanks, >> >> luís >> >> -- >> --- >> [new adress] >> >> luis antunes pena >> c/o Internationales Kuenstlerhaus Villa Concordia >> D-96049 Bamberg >> (Germany) >> >> http://sumtone.com >> http://ixherculean.com >> >> +49 (0)176 968 09 867 >> skype: antunespena > |