Re: csound 5.01 osx 10.3
Date | 2006-04-22 22:41 |
From | Victor.Lazzarini@nuim.ie |
Subject | Re: csound 5.01 osx 10.3 |
****** Forwarded Message Follows ******* Sounds like, for some reason, your CsoundLib framework has not been updated properly. You can try deleting the directory /Library/Frameworks/CsoundLib.Framework and re-installing. I have not seen this before. As far as I know the installer has worked OK. But will check. Is there any other OSX 10.3 user out there who has installed 5.01? Is it OK or have you had problems? Victor > > I've installed the package Csound5.mpkg with version 5.01 > from sourceforge and csound hangs on even running csound > --help. The older version run without any problems. Here's > the result of the shell. thanks for any help. > > luis > > > dyld: csound Undefined symbols: > csound undefined reference to > _csoundDeleteAllGlobalConfigurationVariables expected to > be defined in > /Library/Frameworks/CsoundLib.Framework/CsoundLib Csound > tidy up: Trace/BPT trap dyld: csound dead lock (dyld > operation attempted in a thread already doing a dyld > operation) Killed > > > > -- > Luís Antunes Pena > http://icem.folkwang-hochschule.de/~pena > -- > Send bugs reports to this list. > To unsubscribe, send email to > csound-unsubscribe@lists.bath.ac.uk |
Date | 2006-04-24 14:58 |
From | Richard M. Otero |
Subject | Re: csound 5.01 osx 10.3 |
I have Csound 5.01 installed in OS X 10.3.9, and I haven't had any problems with it. -Rich On Apr 22, 2006, at 5:41 PM, Victor.Lazzarini@nuim.ie wrote: > > > ****** Forwarded Message Follows ******* > > From: Victor Lazzarini |
Date | 2006-04-24 15:06 |
From | Victor Lazzarini |
Subject | Re: csound 5.01 osx 10.3 |
Thanks for letting me know! Victor At 14:58 24/04/2006, you wrote: >I have Csound 5.01 installed in OS X 10.3.9, and I haven't had any >problems with it. > >-Rich > >On Apr 22, 2006, at 5:41 PM, Victor.Lazzarini@nuim.ie wrote: > >> >> >>****** Forwarded Message Follows ******* >> >>From: Victor Lazzarini |
Date | 2006-04-24 16:22 |
From | Anthony Kozar |
Subject | Re: csound 5.01 osx 10.3 |
Actually, I think this is a problem with the wrong csound executable being found on the path first. csoundDeleteAllGlobalConfigurationVariables was an API function that only existed before the 5.00 final release. I am guessing that a Csound 5 beta was compiled or installed before and that that executable is the one being found first. Try doing a "which csound" to make sure that you are running the newly installed 5.01 binary. If you installed to the standard location you should get the answer "/usr/local/bin/csound". If this is the case, find and delete all of your old csound and utility binaries, then reinstall the 5.01 package and you should be good to go. If you do get "/usr/local/bin/csound" as the answer, then check the mod date of this file. It should be more recent than about March 14th. If not, delete all the csound-related binaries in /usr/local/bin and reinstall. Please let us know if you manage to solve the issue :) Anthony Kozar anthonykozar AT sbcglobal DOT net Victor.Lazzarini@nuim.ie wrote on 4/22/06 5:41 PM: > Sounds like, for some reason, your CsoundLib framework > has not been updated properly. You can try deleting > the directory /Library/Frameworks/CsoundLib.Framework > and re-installing. >> I've installed the package Csound5.mpkg with version 5.01 >> from sourceforge and csound hangs on even running csound >> --help. The older version run without any problems. Here's >> the result of the shell. thanks for any help. >> >> luis >> >> >> dyld: csound Undefined symbols: >> csound undefined reference to >> _csoundDeleteAllGlobalConfigurationVariables expected to >> be defined in >> /Library/Frameworks/CsoundLib.Framework/CsoundLib Csound >> tidy up: Trace/BPT trap dyld: csound dead lock (dyld >> operation attempted in a thread already doing a dyld >> operation) Killed |
Date | 2006-04-24 18:01 |
From | Luís Antunes Pena |
Subject | Re: csound 5.01 osx 10.3 |
It works! Thank you so much for the answer. I found an old version of csound on /usr/bin/ that I had installed before 5.0 final release. I've delete it and reinstalled 5.01. Thanks! Luís > Actually, I think this is a problem with the wrong csound executable being > found on the path first. > > csoundDeleteAllGlobalConfigurationVariables was an API function that only > existed before the 5.00 final release. I am guessing that a Csound 5 beta > was compiled or installed before and that that executable is the one being > found first. > > Try doing a "which csound" to make sure that you are running the newly > installed 5.01 binary. If you installed to the standard location you > should > get the answer "/usr/local/bin/csound". > > If this is the case, find and delete all of your old csound and utility > binaries, then reinstall the 5.01 package and you should be good to go. > > If you do get "/usr/local/bin/csound" as the answer, then check the mod > date > of this file. It should be more recent than about March 14th. If not, > delete all the csound-related binaries in /usr/local/bin and reinstall. > > Please let us know if you manage to solve the issue :) > > Anthony Kozar > anthonykozar AT sbcglobal DOT net > > > Victor.Lazzarini@nuim.ie wrote on 4/22/06 5:41 PM: > >> Sounds like, for some reason, your CsoundLib framework >> has not been updated properly. You can try deleting >> the directory /Library/Frameworks/CsoundLib.Framework >> and re-installing. > >>> I've installed the package Csound5.mpkg with version 5.01 >>> from sourceforge and csound hangs on even running csound >>> --help. The older version run without any problems. Here's >>> the result of the shell. thanks for any help. >>> >>> luis >>> >>> >>> dyld: csound Undefined symbols: >>> csound undefined reference to >>> _csoundDeleteAllGlobalConfigurationVariables expected to >>> be defined in >>> /Library/Frameworks/CsoundLib.Framework/CsoundLib Csound >>> tidy up: Trace/BPT trap dyld: csound dead lock (dyld >>> operation attempted in a thread already doing a dyld >>> operation) Killed > > -- > Send bugs reports to this list. > To unsubscribe, send email to csound-unsubscribe@lists.bath.ac.uk > > -- Luís Antunes Pena http://icem.folkwang-hochschule.de/~pena |