Csound Csound-dev Csound-tekno Search About

[Csnd] csound 5.12 on OSX 10.6.3 (cont)

Date2010-06-16 17:00
Fromk_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

--
signatur ---
[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

Date2010-06-16 17:17
FromSteven 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  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
>


Send bugs reports to the Sourceforge bug tracker
            https://sourceforge.net/tracker/?group_id=81968&atid=564599
Discussions of bugs and features can be posted here
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"


Date2010-06-16 17:26
Fromk_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  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
>>
>>     
>
>
> Send bugs reports to the Sourceforge bug tracker
>             https://sourceforge.net/tracker/?group_id=81968&atid=564599
> Discussions of bugs and features can be posted here
> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
>
>
>   

Date2010-06-16 17:43
FromVictor 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:

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


Date2010-06-16 17:50
Fromk_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
>