[Csnd] OSX csound
Date | 2014-01-18 02:22 |
From | Matti Koskinen |
Subject | [Csnd] OSX csound |
hi, And all of a sudden, a dim hit me… I thought I installed csound6.02, but running csound it gives csound 6.01 9 Dec 2013, I even renamed the existing csound, but the same result. Trying to build csound from git ends up with not finding libpng, although it’s built with homebrew and in /usr/local/lib And from the installed csound, there’s no output, what soundcard or soundflower is what adc# or dac#, pretty hard to put the correct one. And finally the ever lasting skin/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64': No such file or directory ?? -m "Grep less", sed tee uniq tail cat |
Date | 2014-01-18 03:42 |
From | Steven Yi |
Subject | Re: [Csnd] OSX csound |
If you have built your own Csound, the framework will likely get installed into ~/Library/Frameworks/CsoundLib64.framework. The one that comes with the installer installs into /Library/Frameworks/CsoundLib64.framework. The one that is local to your home folder will be the one that gets linked to and not the one installed to the root folder. You may want to remove the one in ~/Library/Frameworks and retry csound, which should then link with the one from the installer. On Fri, Jan 17, 2014 at 9:22 PM, Matti Koskinen |
Date | 2014-01-19 17:27 |
From | Matti Koskinen |
Subject | Re: [Csnd] OSX csound |
On 18 Jan 2014, at 05:42, Steven Yi |
Date | 2014-01-19 18:08 |
From | peiman khosravi |
Subject | Re: [Csnd] OSX csound |
Can you 'cd' to /usr/bin/, do 'ls -a' and paste what you see here? I deleted my old csound binaries from there recently, which were not overwritten by the new files.
P
On 19 January 2014 17:27, Matti Koskinen <mjkoskin@kolumbus.fi> wrote:
|
Date | 2014-01-19 20:17 |
From | Matti Koskinen |
Subject | Re: [Csnd] OSX csound |
On 19 Jan 2014, at 20:08, peiman khosravi <peimankhosravi@gmail.com> wrote:
Macintosh:Resources mjkoskin$ ls -l /usr/local/bin/cs* -rwxr-xr-x 1 root wheel 44108 Jan 20 2013 /usr/local/bin/cs -rwxr-xr-x 1 root wheel 29296 Jan 13 18:03 /usr/local/bin/csanalyze -rwxr-xr-x 1 root wheel 34384 Jan 20 2013 /usr/local/bin/csb64enc -rwxr-xr-x 1 root wheel 74264 Jan 13 18:03 /usr/local/bin/csbeats -rwxr-xr-x 1 root wheel 34344 Jan 13 18:03 /usr/local/bin/csound -rwxr-xr-x 1 root wheel 34344 Jan 13 18:03 /usr/local/bin/csound-6.01 -rwxr-xr-x@ 1 root wheel 26592 Jan 20 2013 /usr/local/bin/csound64 -rwxr-xr-x 1 root wheel 65428 Jan 20 2013 /usr/local/bin/cstclsh -rwxr-xr-x@ 1 root wheel 65556 Jan 20 2013 /usr/local/bin/cswish this is what I have, dunno… -m |
Date | 2014-01-19 20:31 |
From | Victor Lazzarini |
Subject | Re: [Csnd] OSX csound |
yes, but the key thing is what lib they are using. If it says 6.01, they are not using the installed 6.02, and there might be a 6.01 library in your ~/Library/Frameworks directory. On 19 Jan 2014, at 20:17, Matti Koskinen |
Date | 2014-01-19 21:04 |
From | Matti Koskinen |
Subject | Re: [Csnd] OSX csound |
On 01/19/2014 10:31 PM, Victor Lazzarini wrote: > yes, but the key thing is what lib they are using. If it says 6.01, they are not using the installed 6.02, and there might be > a 6.01 library in your ~/Library/Frameworks directory. > On 19 Jan 2014, at 20:17, Matti Koskinen |
Date | 2014-01-19 21:22 |
From | Steven Yi |
Subject | Re: [Csnd] OSX csound |
Did you delete just ~/Library/Frameworks/CsoundLib.framework, or also ~/Library/Frameworks/Csound64.framework? On Sun, Jan 19, 2014 at 4:04 PM, Matti Koskinen |
Date | 2014-01-20 10:26 |
From | peiman khosravi |
Subject | Re: [Csnd] OSX csound |
Could it not be that the new binary has not been installed (e.g. because of permissions issues) and so the old binary is looking for the non-existing library?
I'd try cleaning every trace of csound, including the binaries and reinstalling it.
Also, if you get this app (http://sourceforge.net/projects/easyfinder/) it lets you search for hidden files and folders so you can do a search for 'csound' that way way to ensure you haven't got the frameworks still installed somewhere.
P
On 19 January 2014 20:31, Victor Lazzarini <Victor.Lazzarini@nuim.ie> wrote: yes, but the key thing is what lib they are using. If it says 6.01, they are not using the installed 6.02, and there might be |
Date | 2014-01-20 14:14 |
From | Matti Koskinen |
Subject | Re: [Csnd] OSX csound |
On 01/20/2014 12:26 PM, peiman khosravi
wrote:
probably something like this. I did sudo install csound6.02.....pkg / after removing Csound64.framework also and now I get the version correct. Have to test, what exactly the output is... thanks all, -m |