Csound Csound-dev Csound-tekno Search About

problems installing with homebrew

Date2015-08-07 05:51
FromCasey Mongoven
Subjectproblems installing with homebrew
Hi All,

I have installed csound with homebrew on clean install of OS X Yosemite (it
runs on command line) but don't seem to be able to locate any
CsoundLib64.framework anywhere. I tried to build it with cmake in the folder
homebrew downloaded csound into but am getting errors like this, despite the
library libpng being installed (through homebrew) ... any ideas?:

Caseys-iMac:build caseymongoven$ make
[ 52%] Built target CsoundLib64
[ 52%] Built target ampmidid
[ 52%] Built target buchla
[ 53%] Built target cellular
[ 53%] Built target chua
[ 53%] Built target control
[ 53%] Built target cs_date
[ 53%] Built target doppler
[ 53%] Built target exciter
[ 54%] Built target fareygen
[ 54%] Built target fractalnoise
[ 55%] Built target image
[ 56%] Built target mixer
[ 57%] Built target padsynth
[ 57%] Built target platerev
[ 58%] Built target py
[ 59%] Built target scansyn
[ 59%] Built target serial
[ 60%] Built target signalflowgraph
[ 60%] Built target system_call
[ 61%] Built target framebuffer
[ 62%] Built target cmidi
[ 62%] Built target ipmidi
[ 63%] Built target pmidi
[ 63%] Built target rtauhal
[ 64%] Built target rtpa
[ 65%] Linking CXX shared library ../libvirtual.dylib
ld: library not found for -lpng
clang: error: linker command failed with exit code 1 (use -v to see
invocation)
make[2]: *** [libvirtual.dylib] Error 1
make[1]: *** [InOut/CMakeFiles/virtual.dir/all] Error 2
make: *** [all] Error 2




--
View this message in context: http://csound.1045644.n5.nabble.com/problems-installing-with-homebrew-tp5743020.html
Sent from the Csound - General mailing list archive at Nabble.com.

------------------------------------------------------------------------------
_______________________________________________
Csound-users mailing list
Csound-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-users
Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here

Date2015-08-08 19:36
FromSteven Yi
SubjectRe: problems installing with homebrew
Hi Casey,

With Homebrew, the framework is currently being installed into
~/Library/Frameworks.  (That should probably change to use Homebrew's
Frameworks folder, but there hasn't been much complaint about it and
so it's been low on the priority list).

So after doing a "brew install csound", are you able to run csound the
executable and just aren't able to find the Framework for your own
usage, or is it the csound executable complaining that it can't find
the Framework?

steven

On Fri, Aug 7, 2015 at 12:51 AM, Casey Mongoven  wrote:
> Hi All,
>
> I have installed csound with homebrew on clean install of OS X Yosemite (it
> runs on command line) but don't seem to be able to locate any
> CsoundLib64.framework anywhere. I tried to build it with cmake in the folder
> homebrew downloaded csound into but am getting errors like this, despite the
> library libpng being installed (through homebrew) ... any ideas?:
>
> Caseys-iMac:build caseymongoven$ make
> [ 52%] Built target CsoundLib64
> [ 52%] Built target ampmidid
> [ 52%] Built target buchla
> [ 53%] Built target cellular
> [ 53%] Built target chua
> [ 53%] Built target control
> [ 53%] Built target cs_date
> [ 53%] Built target doppler
> [ 53%] Built target exciter
> [ 54%] Built target fareygen
> [ 54%] Built target fractalnoise
> [ 55%] Built target image
> [ 56%] Built target mixer
> [ 57%] Built target padsynth
> [ 57%] Built target platerev
> [ 58%] Built target py
> [ 59%] Built target scansyn
> [ 59%] Built target serial
> [ 60%] Built target signalflowgraph
> [ 60%] Built target system_call
> [ 61%] Built target framebuffer
> [ 62%] Built target cmidi
> [ 62%] Built target ipmidi
> [ 63%] Built target pmidi
> [ 63%] Built target rtauhal
> [ 64%] Built target rtpa
> [ 65%] Linking CXX shared library ../libvirtual.dylib
> ld: library not found for -lpng
> clang: error: linker command failed with exit code 1 (use -v to see
> invocation)
> make[2]: *** [libvirtual.dylib] Error 1
> make[1]: *** [InOut/CMakeFiles/virtual.dir/all] Error 2
> make: *** [all] Error 2
>
>
>
>
> --
> View this message in context: http://csound.1045644.n5.nabble.com/problems-installing-with-homebrew-tp5743020.html
> Sent from the Csound - General mailing list archive at Nabble.com.
>
> ------------------------------------------------------------------------------
> _______________________________________________
> Csound-users mailing list
> Csound-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-users
> Send bugs reports to
>         https://github.com/csound/csound/issues
> Discussions of bugs and features can be posted here

------------------------------------------------------------------------------
_______________________________________________
Csound-users mailing list
Csound-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-users
Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here

Date2015-08-09 00:42
FromAndres Cabrera
SubjectRe: problems installing with homebrew
AttachmentsNone  None  
Hi Casey,

Good to see you here :)

It looks like maybe the homebrew formula is not declaring libpng as a dependency?

Cheers,
Andrés

On Sat, Aug 8, 2015 at 1:36 PM, Steven Yi <stevenyi@gmail.com> wrote:
Hi Casey,

With Homebrew, the framework is currently being installed into
~/Library/Frameworks.  (That should probably change to use Homebrew's
Frameworks folder, but there hasn't been much complaint about it and
so it's been low on the priority list).

So after doing a "brew install csound", are you able to run csound the
executable and just aren't able to find the Framework for your own
usage, or is it the csound executable complaining that it can't find
the Framework?

steven

On Fri, Aug 7, 2015 at 12:51 AM, Casey Mongoven <cm@caseymongoven.com> wrote:
> Hi All,
>
> I have installed csound with homebrew on clean install of OS X Yosemite (it
> runs on command line) but don't seem to be able to locate any
> CsoundLib64.framework anywhere. I tried to build it with cmake in the folder
> homebrew downloaded csound into but am getting errors like this, despite the
> library libpng being installed (through homebrew) ... any ideas?:
>
> Caseys-iMac:build caseymongoven$ make
> [ 52%] Built target CsoundLib64
> [ 52%] Built target ampmidid
> [ 52%] Built target buchla
> [ 53%] Built target cellular
> [ 53%] Built target chua
> [ 53%] Built target control
> [ 53%] Built target cs_date
> [ 53%] Built target doppler
> [ 53%] Built target exciter
> [ 54%] Built target fareygen
> [ 54%] Built target fractalnoise
> [ 55%] Built target image
> [ 56%] Built target mixer
> [ 57%] Built target padsynth
> [ 57%] Built target platerev
> [ 58%] Built target py
> [ 59%] Built target scansyn
> [ 59%] Built target serial
> [ 60%] Built target signalflowgraph
> [ 60%] Built target system_call
> [ 61%] Built target framebuffer
> [ 62%] Built target cmidi
> [ 62%] Built target ipmidi
> [ 63%] Built target pmidi
> [ 63%] Built target rtauhal
> [ 64%] Built target rtpa
> [ 65%] Linking CXX shared library ../libvirtual.dylib
> ld: library not found for -lpng
> clang: error: linker command failed with exit code 1 (use -v to see
> invocation)
> make[2]: *** [libvirtual.dylib] Error 1
> make[1]: *** [InOut/CMakeFiles/virtual.dir/all] Error 2
> make: *** [all] Error 2
>
>
>
>
> --
> View this message in context: http://csound.1045644.n5.nabble.com/problems-installing-with-homebrew-tp5743020.html
> Sent from the Csound - General mailing list archive at Nabble.com.
>
> ------------------------------------------------------------------------------
> _______________________________________________
> Csound-users mailing list
> Csound-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-users
> Send bugs reports to
>         https://github.com/csound/csound/issues
> Discussions of bugs and features can be posted here

------------------------------------------------------------------------------
_______________________________________________
Csound-users mailing list
Csound-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-users
Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here


Date2015-08-09 00:56
FromCasey Mongoven
SubjectRe: problems installing with homebrew
Hey Guys,

I was indeed able to run it in terminal after "brew install csound", but I
looked in ~/Library/Frameworks and am certain that no Csound library was
ever installed in it using homebrew. Libpng must be declared as a
dependency, because it actually installs it, but then something goes wrong
(I'm not certain this has to do with libpng) and it says what other people
have posted here like "Warning: Could not fix
CsoundLib64.framework/Versions/6.0/CsoundLib64 in
/usr/local/Cellar/csound/6.03.2/bin/csanalyze ". 

I then tried using cmake on the folder brew downloaded, but then I get more
problems (with libpng, like the output I listed above). A bit puzzled. It
seems it is not finding -lpng, do you think I could locate that dependency
and properly link it somehow? Not sure how to do that or if I should try
something else.

Thanks for your time and help!
Casey



--
View this message in context: http://csound.1045644.n5.nabble.com/problems-installing-with-homebrew-tp5743020p5743038.html
Sent from the Csound - General mailing list archive at Nabble.com.

------------------------------------------------------------------------------
_______________________________________________
Csound-users mailing list
Csound-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-users
Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here

Date2015-08-09 01:10
FromSteven Yi
SubjectRe: problems installing with homebrew
Well the png thing makes some sense if you're trying to build it
directly with CMake.  The thing is that when you build with Homebrew,
homebrew will add things from the Cellar to the search paths that may
not happen when building yourself. The one oddity I see though is that
when running yourself, it should have picked up the system libpng at
least.

For homebrew, maybe try to uninstall and install again, and when
installing, using the verbose mode and capturing that to disk or
copying and pasting the output.  Maybe we can see then what's going
on. Also, I see there's a 6.03.2 version there, when we're on 6.05.0,
so maybe something isn't getting cleared out correctly from the older
builds.

On Sat, Aug 8, 2015 at 7:56 PM, Casey Mongoven  wrote:
> Hey Guys,
>
> I was indeed able to run it in terminal after "brew install csound", but I
> looked in ~/Library/Frameworks and am certain that no Csound library was
> ever installed in it using homebrew. Libpng must be declared as a
> dependency, because it actually installs it, but then something goes wrong
> (I'm not certain this has to do with libpng) and it says what other people
> have posted here like "Warning: Could not fix
> CsoundLib64.framework/Versions/6.0/CsoundLib64 in
> /usr/local/Cellar/csound/6.03.2/bin/csanalyze ".
>
> I then tried using cmake on the folder brew downloaded, but then I get more
> problems (with libpng, like the output I listed above). A bit puzzled. It
> seems it is not finding -lpng, do you think I could locate that dependency
> and properly link it somehow? Not sure how to do that or if I should try
> something else.
>
> Thanks for your time and help!
> Casey
>
>
>
> --
> View this message in context: http://csound.1045644.n5.nabble.com/problems-installing-with-homebrew-tp5743020p5743038.html
> Sent from the Csound - General mailing list archive at Nabble.com.
>
> ------------------------------------------------------------------------------
> _______________________________________________
> Csound-users mailing list
> Csound-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-users
> Send bugs reports to
>         https://github.com/csound/csound/issues
> Discussions of bugs and features can be posted here

------------------------------------------------------------------------------
_______________________________________________
Csound-users mailing list
Csound-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-users
Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here

Date2015-08-10 17:15
FromCasey Mongoven
SubjectRe: problems installing with homebrew
Hey Guys,

I finally got everything installed and working, but it was a combination of
homebrew and then cmake to build the framework (I could not locate a
framework anywhere with homebrew). The quote I posted earlier with a
different version was from a different person. I also had to comment out
"#cmakedefine USE_DOUBLE" in float-version.h, which it was complaining about
not being able to find (because it was named float-version.h.in, and I had
to change it). After all of this though, it works. Thanks a million guys!

Casey



--
View this message in context: http://csound.1045644.n5.nabble.com/problems-installing-with-homebrew-tp5743020p5743061.html
Sent from the Csound - General mailing list archive at Nabble.com.

------------------------------------------------------------------------------
_______________________________________________
Csound-users mailing list
Csound-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-users
Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here

Date2015-08-18 20:17
FromAnders Genell
SubjectRe: problems installing with homebrew
AttachmentsNone  None  
Steven (et al)!
Sorry to hijack the thread like this, but I just wanted to say I just tried installing sound via hombrew (my first ever experience with homebrew) on my rather old macbook (MacBook 13-inch, Aluminum, Late 2008) which i recently updated with a SSD disk and a fresh install of Yosemite. When installing csound there were a number of warnings (included below) and when trying to run sound it does indeed come to a screeching halt, so if there is a simple way to mend it, it would be much appreciated!

Regards,
Anders

$ csound 

dyld: Library not loaded: CsoundLib64.framework/Versions/6.0/CsoundLib64

  Referenced from: /usr/local/bin/csound

  Reason: image not found

Trace/BPT trap: 5



homebrew warnings:
...

==> Installing csound/csound/csound

==> Downloading http://sourceforge.net/projects/csound/files/csound6/Csound6.05/

==> Downloading from http://netassist.dl.sourceforge.net/project/csound/csound6/

######################################################################## 100,0%

==> cmake . -DUSE_GETTEXT=0 -DBUILD_STK_OPCODES=0 -DCMAKE_C_FLAGS_RELEASE= -DCMA

==> make install

Warning: csound/csound/csound dependency flac was built with a different C++ standard

library (libc++ from clang). This may cause problems at runtime.

Warning: Could not fix CsoundLib64.framework/Versions/6.0/CsoundLib64 in /usr/local/Cellar/csound/6.05.0/bin/atsa

Warning: Could not fix CsoundLib64.framework/Versions/6.0/CsoundLib64 in /usr/local/Cellar/csound/6.05.0/bin/cs

Warning: Could not fix CsoundLib64.framework/Versions/6.0/CsoundLib64 in /usr/local/Cellar/csound/6.05.0/bin/csanalyze

Warning: Could not fix CsoundLib64.framework/Versions/6.0/CsoundLib64 in /usr/local/Cellar/csound/6.05.0/bin/csb64enc

Warning: Could not fix CsoundLib64.framework/Versions/6.0/CsoundLib64 in /usr/local/Cellar/csound/6.05.0/bin/csdebugger

Warning: Could not fix CsoundLib64.framework/Versions/6.0/CsoundLib64 in /usr/local/Cellar/csound/6.05.0/bin/csound

Warning: Could not fix CsoundLib64.framework/Versions/6.0/CsoundLib64 in /usr/local/Cellar/csound/6.05.0/bin/cvanal

Warning: Could not fix CsoundLib64.framework/Versions/6.0/CsoundLib64 in /usr/local/Cellar/csound/6.05.0/bin/dnoise

Warning: Could not fix CsoundLib64.framework/Versions/6.0/CsoundLib64 in /usr/local/Cellar/csound/6.05.0/bin/envext

Warning: Could not fix CsoundLib64.framework/Versions/6.0/CsoundLib64 in /usr/local/Cellar/csound/6.05.0/bin/extract

Warning: Could not fix CsoundLib64.framework/Versions/6.0/CsoundLib64 in /usr/local/Cellar/csound/6.05.0/bin/extractor

Warning: Could not fix CsoundLib64.framework/Versions/6.0/CsoundLib64 in /usr/local/Cellar/csound/6.05.0/bin/het_export

Warning: Could not fix CsoundLib64.framework/Versions/6.0/CsoundLib64 in /usr/local/Cellar/csound/6.05.0/bin/het_import

Warning: Could not fix CsoundLib64.framework/Versions/6.0/CsoundLib64 in /usr/local/Cellar/csound/6.05.0/bin/hetro

Warning: Could not fix CsoundLib64.framework/Versions/6.0/CsoundLib64 in /usr/local/Cellar/csound/6.05.0/bin/lpanal

Warning: Could not fix CsoundLib64.framework/Versions/6.0/CsoundLib64 in /usr/local/Cellar/csound/6.05.0/bin/lpc_export

Warning: Could not fix CsoundLib64.framework/Versions/6.0/CsoundLib64 in /usr/local/Cellar/csound/6.05.0/bin/lpc_import

Warning: Could not fix CsoundLib64.framework/Versions/6.0/CsoundLib64 in /usr/local/Cellar/csound/6.05.0/bin/makecsd

Warning: Could not fix CsoundLib64.framework/Versions/6.0/CsoundLib64 in /usr/local/Cellar/csound/6.05.0/bin/mixer

Warning: Could not fix CsoundLib64.framework/Versions/6.0/CsoundLib64 in /usr/local/Cellar/csound/6.05.0/bin/pv_export

Warning: Could not fix CsoundLib64.framework/Versions/6.0/CsoundLib64 in /usr/local/Cellar/csound/6.05.0/bin/pv_import

Warning: Could not fix CsoundLib64.framework/Versions/6.0/CsoundLib64 in /usr/local/Cellar/csound/6.05.0/bin/pvanal

Warning: Could not fix CsoundLib64.framework/Versions/6.0/CsoundLib64 in /usr/local/Cellar/csound/6.05.0/bin/pvlook

Warning: Could not fix CsoundLib64.framework/Versions/6.0/CsoundLib64 in /usr/local/Cellar/csound/6.05.0/bin/scale

Warning: Could not fix CsoundLib64.framework/Versions/6.0/CsoundLib64 in /usr/local/Cellar/csound/6.05.0/bin/scot

Warning: Could not fix CsoundLib64.framework/Versions/6.0/CsoundLib64 in /usr/local/Cellar/csound/6.05.0/bin/scsort

Warning: Could not fix CsoundLib64.framework/Versions/6.0/CsoundLib64 in /usr/local/Cellar/csound/6.05.0/bin/sndinfo

Warning: Could not fix CsoundLib64.framework/Versions/6.0/CsoundLib64 in /usr/local/Cellar/csound/6.05.0/bin/srconv

Warning: Could not fix CsoundLib64.framework/Versions/6.0/CsoundLib64 in /usr/local/Cellar/csound/6.05.0/lib/libCsoundAC.6.0.dylib

Warning: Could not fix CsoundLib64.framework/Versions/6.0/CsoundLib64 in /usr/local/Cellar/csound/6.05.0/lib/libcsnd6.6.0.dylib

🍺  /usr/local/Cellar/csound/6.05.0: 37 files, 1,9M, built in 4.5 minutes


On Sat, Aug 8, 2015 at 8:36 PM, Steven Yi <stevenyi@gmail.com> wrote:
Hi Casey,

With Homebrew, the framework is currently being installed into
~/Library/Frameworks.  (That should probably change to use Homebrew's
Frameworks folder, but there hasn't been much complaint about it and
so it's been low on the priority list).

So after doing a "brew install csound", are you able to run csound the
executable and just aren't able to find the Framework for your own
usage, or is it the csound executable complaining that it can't find
the Framework?

steven

On Fri, Aug 7, 2015 at 12:51 AM, Casey Mongoven <cm@caseymongoven.com> wrote:
> Hi All,
>
> I have installed csound with homebrew on clean install of OS X Yosemite (it
> runs on command line) but don't seem to be able to locate any
> CsoundLib64.framework anywhere. I tried to build it with cmake in the folder
> homebrew downloaded csound into but am getting errors like this, despite the
> library libpng being installed (through homebrew) ... any ideas?:
>
> Caseys-iMac:build caseymongoven$ make
> [ 52%] Built target CsoundLib64
> [ 52%] Built target ampmidid
> [ 52%] Built target buchla
> [ 53%] Built target cellular
> [ 53%] Built target chua
> [ 53%] Built target control
> [ 53%] Built target cs_date
> [ 53%] Built target doppler
> [ 53%] Built target exciter
> [ 54%] Built target fareygen
> [ 54%] Built target fractalnoise
> [ 55%] Built target image
> [ 56%] Built target mixer
> [ 57%] Built target padsynth
> [ 57%] Built target platerev
> [ 58%] Built target py
> [ 59%] Built target scansyn
> [ 59%] Built target serial
> [ 60%] Built target signalflowgraph
> [ 60%] Built target system_call
> [ 61%] Built target framebuffer
> [ 62%] Built target cmidi
> [ 62%] Built target ipmidi
> [ 63%] Built target pmidi
> [ 63%] Built target rtauhal
> [ 64%] Built target rtpa
> [ 65%] Linking CXX shared library ../libvirtual.dylib
> ld: library not found for -lpng
> clang: error: linker command failed with exit code 1 (use -v to see
> invocation)
> make[2]: *** [libvirtual.dylib] Error 1
> make[1]: *** [InOut/CMakeFiles/virtual.dir/all] Error 2
> make: *** [all] Error 2
>
>
>
>
> --
> View this message in context: http://csound.1045644.n5.nabble.com/problems-installing-with-homebrew-tp5743020.html
> Sent from the Csound - General mailing list archive at Nabble.com.
>
> ------------------------------------------------------------------------------
> _______________________________________________
> Csound-users mailing list
> Csound-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-users
> Send bugs reports to
>         https://github.com/csound/csound/issues
> Discussions of bugs and features can be posted here

------------------------------------------------------------------------------
_______________________________________________
Csound-users mailing list
Csound-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-users
Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here


Date2015-08-18 20:21
FromAnders Genell
SubjectRe: problems installing with homebrew
AttachmentsNone  None  
What the... ...bloody... ...stupid machine...


My shiny new OS auto corrects 'csound' to 'sound'!!! 





On Tue, Aug 18, 2015 at 9:17 PM, Anders Genell <anders.genell@gmail.com> wrote:
Steven (et al)!
Sorry to hijack the thread like this, but I just wanted to say I just tried installing sound via hombrew (my first ever experience with homebrew) on my rather old macbook (MacBook 13-inch, Aluminum, Late 2008) which i recently updated with a SSD disk and a fresh install of Yosemite. When installing csound there were a number of warnings (included below) and when trying to run sound it does indeed come to a screeching halt, so if there is a simple way to mend it, it would be much appreciated!

Regards,
Anders

$ csound 

dyld: Library not loaded: CsoundLib64.framework/Versions/6.0/CsoundLib64

  Referenced from: /usr/local/bin/csound

  Reason: image not found

Trace/BPT trap: 5



homebrew warnings:
...

==> Installing csound/csound/csound

==> Downloading http://sourceforge.net/projects/csound/files/csound6/Csound6.05/

==> Downloading from http://netassist.dl.sourceforge.net/project/csound/csound6/

######################################################################## 100,0%

==> cmake . -DUSE_GETTEXT=0 -DBUILD_STK_OPCODES=0 -DCMAKE_C_FLAGS_RELEASE= -DCMA

==> make install

Warning: csound/csound/csound dependency flac was built with a different C++ standard

library (libc++ from clang). This may cause problems at runtime.

Warning: Could not fix CsoundLib64.framework/Versions/6.0/CsoundLib64 in /usr/local/Cellar/csound/6.05.0/bin/atsa

Warning: Could not fix CsoundLib64.framework/Versions/6.0/CsoundLib64 in /usr/local/Cellar/csound/6.05.0/bin/cs

Warning: Could not fix CsoundLib64.framework/Versions/6.0/CsoundLib64 in /usr/local/Cellar/csound/6.05.0/bin/csanalyze

Warning: Could not fix CsoundLib64.framework/Versions/6.0/CsoundLib64 in /usr/local/Cellar/csound/6.05.0/bin/csb64enc

Warning: Could not fix CsoundLib64.framework/Versions/6.0/CsoundLib64 in /usr/local/Cellar/csound/6.05.0/bin/csdebugger

Warning: Could not fix CsoundLib64.framework/Versions/6.0/CsoundLib64 in /usr/local/Cellar/csound/6.05.0/bin/csound

Warning: Could not fix CsoundLib64.framework/Versions/6.0/CsoundLib64 in /usr/local/Cellar/csound/6.05.0/bin/cvanal

Warning: Could not fix CsoundLib64.framework/Versions/6.0/CsoundLib64 in /usr/local/Cellar/csound/6.05.0/bin/dnoise

Warning: Could not fix CsoundLib64.framework/Versions/6.0/CsoundLib64 in /usr/local/Cellar/csound/6.05.0/bin/envext

Warning: Could not fix CsoundLib64.framework/Versions/6.0/CsoundLib64 in /usr/local/Cellar/csound/6.05.0/bin/extract

Warning: Could not fix CsoundLib64.framework/Versions/6.0/CsoundLib64 in /usr/local/Cellar/csound/6.05.0/bin/extractor

Warning: Could not fix CsoundLib64.framework/Versions/6.0/CsoundLib64 in /usr/local/Cellar/csound/6.05.0/bin/het_export

Warning: Could not fix CsoundLib64.framework/Versions/6.0/CsoundLib64 in /usr/local/Cellar/csound/6.05.0/bin/het_import

Warning: Could not fix CsoundLib64.framework/Versions/6.0/CsoundLib64 in /usr/local/Cellar/csound/6.05.0/bin/hetro

Warning: Could not fix CsoundLib64.framework/Versions/6.0/CsoundLib64 in /usr/local/Cellar/csound/6.05.0/bin/lpanal

Warning: Could not fix CsoundLib64.framework/Versions/6.0/CsoundLib64 in /usr/local/Cellar/csound/6.05.0/bin/lpc_export

Warning: Could not fix CsoundLib64.framework/Versions/6.0/CsoundLib64 in /usr/local/Cellar/csound/6.05.0/bin/lpc_import

Warning: Could not fix CsoundLib64.framework/Versions/6.0/CsoundLib64 in /usr/local/Cellar/csound/6.05.0/bin/makecsd

Warning: Could not fix CsoundLib64.framework/Versions/6.0/CsoundLib64 in /usr/local/Cellar/csound/6.05.0/bin/mixer

Warning: Could not fix CsoundLib64.framework/Versions/6.0/CsoundLib64 in /usr/local/Cellar/csound/6.05.0/bin/pv_export

Warning: Could not fix CsoundLib64.framework/Versions/6.0/CsoundLib64 in /usr/local/Cellar/csound/6.05.0/bin/pv_import

Warning: Could not fix CsoundLib64.framework/Versions/6.0/CsoundLib64 in /usr/local/Cellar/csound/6.05.0/bin/pvanal

Warning: Could not fix CsoundLib64.framework/Versions/6.0/CsoundLib64 in /usr/local/Cellar/csound/6.05.0/bin/pvlook

Warning: Could not fix CsoundLib64.framework/Versions/6.0/CsoundLib64 in /usr/local/Cellar/csound/6.05.0/bin/scale

Warning: Could not fix CsoundLib64.framework/Versions/6.0/CsoundLib64 in /usr/local/Cellar/csound/6.05.0/bin/scot

Warning: Could not fix CsoundLib64.framework/Versions/6.0/CsoundLib64 in /usr/local/Cellar/csound/6.05.0/bin/scsort

Warning: Could not fix CsoundLib64.framework/Versions/6.0/CsoundLib64 in /usr/local/Cellar/csound/6.05.0/bin/sndinfo

Warning: Could not fix CsoundLib64.framework/Versions/6.0/CsoundLib64 in /usr/local/Cellar/csound/6.05.0/bin/srconv

Warning: Could not fix CsoundLib64.framework/Versions/6.0/CsoundLib64 in /usr/local/Cellar/csound/6.05.0/lib/libCsoundAC.6.0.dylib

Warning: Could not fix CsoundLib64.framework/Versions/6.0/CsoundLib64 in /usr/local/Cellar/csound/6.05.0/lib/libcsnd6.6.0.dylib

🍺  /usr/local/Cellar/csound/6.05.0: 37 files, 1,9M, built in 4.5 minutes


On Sat, Aug 8, 2015 at 8:36 PM, Steven Yi <stevenyi@gmail.com> wrote:
Hi Casey,

With Homebrew, the framework is currently being installed into
~/Library/Frameworks.  (That should probably change to use Homebrew's
Frameworks folder, but there hasn't been much complaint about it and
so it's been low on the priority list).

So after doing a "brew install csound", are you able to run csound the
executable and just aren't able to find the Framework for your own
usage, or is it the csound executable complaining that it can't find
the Framework?

steven

On Fri, Aug 7, 2015 at 12:51 AM, Casey Mongoven <cm@caseymongoven.com> wrote:
> Hi All,
>
> I have installed csound with homebrew on clean install of OS X Yosemite (it
> runs on command line) but don't seem to be able to locate any
> CsoundLib64.framework anywhere. I tried to build it with cmake in the folder
> homebrew downloaded csound into but am getting errors like this, despite the
> library libpng being installed (through homebrew) ... any ideas?:
>
> Caseys-iMac:build caseymongoven$ make
> [ 52%] Built target CsoundLib64
> [ 52%] Built target ampmidid
> [ 52%] Built target buchla
> [ 53%] Built target cellular
> [ 53%] Built target chua
> [ 53%] Built target control
> [ 53%] Built target cs_date
> [ 53%] Built target doppler
> [ 53%] Built target exciter
> [ 54%] Built target fareygen
> [ 54%] Built target fractalnoise
> [ 55%] Built target image
> [ 56%] Built target mixer
> [ 57%] Built target padsynth
> [ 57%] Built target platerev
> [ 58%] Built target py
> [ 59%] Built target scansyn
> [ 59%] Built target serial
> [ 60%] Built target signalflowgraph
> [ 60%] Built target system_call
> [ 61%] Built target framebuffer
> [ 62%] Built target cmidi
> [ 62%] Built target ipmidi
> [ 63%] Built target pmidi
> [ 63%] Built target rtauhal
> [ 64%] Built target rtpa
> [ 65%] Linking CXX shared library ../libvirtual.dylib
> ld: library not found for -lpng
> clang: error: linker command failed with exit code 1 (use -v to see
> invocation)
> make[2]: *** [libvirtual.dylib] Error 1
> make[1]: *** [InOut/CMakeFiles/virtual.dir/all] Error 2
> make: *** [all] Error 2
>
>
>
>
> --
> View this message in context: http://csound.1045644.n5.nabble.com/problems-installing-with-homebrew-tp5743020.html
> Sent from the Csound - General mailing list archive at Nabble.com.
>
> ------------------------------------------------------------------------------
> _______________________________________________
> Csound-users mailing list
> Csound-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-users
> Send bugs reports to
>         https://github.com/csound/csound/issues
> Discussions of bugs and features can be posted here

------------------------------------------------------------------------------
_______________________________________________
Csound-users mailing list
Csound-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-users
Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here



Date2015-08-19 23:11
Fromjoachim heintz
SubjectRe: problems installing with homebrew
the next one will amend to seasound ...


Am 18.08.2015 um 21:21 schrieb Anders Genell:
> What the... ...bloody... ...stupid machine...
>
>
> My shiny new OS auto corrects 'csound' to 'sound'!!!
>
>
>
>
>
> On Tue, Aug 18, 2015 at 9:17 PM, Anders Genell  > wrote:
>
>     Steven (et al)!
>     Sorry to hijack the thread like this, but I just wanted to say I
>     just tried installing sound via hombrew (my first ever experience
>     with homebrew) on my rather old macbook (MacBook 13-inch, Aluminum,
>     Late 2008) which i recently updated with a SSD disk and a fresh
>     install of Yosemite. When installing csound there were a number of
>     warnings (included below) and when trying to run sound it does
>     indeed come to a screeching halt, so if there is a simple way to
>     mend it, it would be much appreciated!
>
>     Regards,
>     Anders
>
>     $ csound
>
>     dyld: Library not loaded: CsoundLib64.framework/Versions/6.0/CsoundLib64
>
>        Referenced from: /usr/local/bin/csound
>
>        Reason: image not found
>
>     Trace/BPT trap: 5
>
>
>
>     homebrew warnings:
>     ...
>
>     *==>**Installing **csound/csound/csound*
>
>     *==>**Downloading
>     http://sourceforge.net/projects/csound/files/csound6/Csound6.05/*
>
>     *==>**Downloading from
>     http://netassist.dl.sourceforge.net/project/csound/csound6/*
>
>     ########################################################################
>     100,0%
>
>     *==>**cmake . -DUSE_GETTEXT=0 -DBUILD_STK_OPCODES=0
>     -DCMAKE_C_FLAGS_RELEASE= -DCMA*
>
>     *==>**make install*
>
>     Warning: csound/csound/csound dependency flac was built with a
>     different C++ standard
>
>     library (libc++ from clang). This may cause problems at runtime.
>
>     Warning: Could not fix
>     CsoundLib64.framework/Versions/6.0/CsoundLib64 in
>     /usr/local/Cellar/csound/6.05.0/bin/atsa
>
>     Warning: Could not fix
>     CsoundLib64.framework/Versions/6.0/CsoundLib64 in
>     /usr/local/Cellar/csound/6.05.0/bin/cs
>
>     Warning: Could not fix
>     CsoundLib64.framework/Versions/6.0/CsoundLib64 in
>     /usr/local/Cellar/csound/6.05.0/bin/csanalyze
>
>     Warning: Could not fix
>     CsoundLib64.framework/Versions/6.0/CsoundLib64 in
>     /usr/local/Cellar/csound/6.05.0/bin/csb64enc
>
>     Warning: Could not fix
>     CsoundLib64.framework/Versions/6.0/CsoundLib64 in
>     /usr/local/Cellar/csound/6.05.0/bin/csdebugger
>
>     Warning: Could not fix
>     CsoundLib64.framework/Versions/6.0/CsoundLib64 in
>     /usr/local/Cellar/csound/6.05.0/bin/csound
>
>     Warning: Could not fix
>     CsoundLib64.framework/Versions/6.0/CsoundLib64 in
>     /usr/local/Cellar/csound/6.05.0/bin/cvanal
>
>     Warning: Could not fix
>     CsoundLib64.framework/Versions/6.0/CsoundLib64 in
>     /usr/local/Cellar/csound/6.05.0/bin/dnoise
>
>     Warning: Could not fix
>     CsoundLib64.framework/Versions/6.0/CsoundLib64 in
>     /usr/local/Cellar/csound/6.05.0/bin/envext
>
>     Warning: Could not fix
>     CsoundLib64.framework/Versions/6.0/CsoundLib64 in
>     /usr/local/Cellar/csound/6.05.0/bin/extract
>
>     Warning: Could not fix
>     CsoundLib64.framework/Versions/6.0/CsoundLib64 in
>     /usr/local/Cellar/csound/6.05.0/bin/extractor
>
>     Warning: Could not fix
>     CsoundLib64.framework/Versions/6.0/CsoundLib64 in
>     /usr/local/Cellar/csound/6.05.0/bin/het_export
>
>     Warning: Could not fix
>     CsoundLib64.framework/Versions/6.0/CsoundLib64 in
>     /usr/local/Cellar/csound/6.05.0/bin/het_import
>
>     Warning: Could not fix
>     CsoundLib64.framework/Versions/6.0/CsoundLib64 in
>     /usr/local/Cellar/csound/6.05.0/bin/hetro
>
>     Warning: Could not fix
>     CsoundLib64.framework/Versions/6.0/CsoundLib64 in
>     /usr/local/Cellar/csound/6.05.0/bin/lpanal
>
>     Warning: Could not fix
>     CsoundLib64.framework/Versions/6.0/CsoundLib64 in
>     /usr/local/Cellar/csound/6.05.0/bin/lpc_export
>
>     Warning: Could not fix
>     CsoundLib64.framework/Versions/6.0/CsoundLib64 in
>     /usr/local/Cellar/csound/6.05.0/bin/lpc_import
>
>     Warning: Could not fix
>     CsoundLib64.framework/Versions/6.0/CsoundLib64 in
>     /usr/local/Cellar/csound/6.05.0/bin/makecsd
>
>     Warning: Could not fix
>     CsoundLib64.framework/Versions/6.0/CsoundLib64 in
>     /usr/local/Cellar/csound/6.05.0/bin/mixer
>
>     Warning: Could not fix
>     CsoundLib64.framework/Versions/6.0/CsoundLib64 in
>     /usr/local/Cellar/csound/6.05.0/bin/pv_export
>
>     Warning: Could not fix
>     CsoundLib64.framework/Versions/6.0/CsoundLib64 in
>     /usr/local/Cellar/csound/6.05.0/bin/pv_import
>
>     Warning: Could not fix
>     CsoundLib64.framework/Versions/6.0/CsoundLib64 in
>     /usr/local/Cellar/csound/6.05.0/bin/pvanal
>
>     Warning: Could not fix
>     CsoundLib64.framework/Versions/6.0/CsoundLib64 in
>     /usr/local/Cellar/csound/6.05.0/bin/pvlook
>
>     Warning: Could not fix
>     CsoundLib64.framework/Versions/6.0/CsoundLib64 in
>     /usr/local/Cellar/csound/6.05.0/bin/scale
>
>     Warning: Could not fix
>     CsoundLib64.framework/Versions/6.0/CsoundLib64 in
>     /usr/local/Cellar/csound/6.05.0/bin/scot
>
>     Warning: Could not fix
>     CsoundLib64.framework/Versions/6.0/CsoundLib64 in
>     /usr/local/Cellar/csound/6.05.0/bin/scsort
>
>     Warning: Could not fix
>     CsoundLib64.framework/Versions/6.0/CsoundLib64 in
>     /usr/local/Cellar/csound/6.05.0/bin/sndinfo
>
>     Warning: Could not fix
>     CsoundLib64.framework/Versions/6.0/CsoundLib64 in
>     /usr/local/Cellar/csound/6.05.0/bin/srconv
>
>     Warning: Could not fix
>     CsoundLib64.framework/Versions/6.0/CsoundLib64 in
>     /usr/local/Cellar/csound/6.05.0/lib/libCsoundAC.6.0.dylib
>
>     Warning: Could not fix
>     CsoundLib64.framework/Versions/6.0/CsoundLib64 in
>     /usr/local/Cellar/csound/6.05.0/lib/libcsnd6.6.0.dylib
>
>     🍺  /usr/local/Cellar/csound/6.05.0: 37 files, 1,9M, built in 4.5
>     minutes
>
>
>     On Sat, Aug 8, 2015 at 8:36 PM, Steven Yi      > wrote:
>
>         Hi Casey,
>
>         With Homebrew, the framework is currently being installed into
>         ~/Library/Frameworks.  (That should probably change to use
>         Homebrew's
>         Frameworks folder, but there hasn't been much complaint about it and
>         so it's been low on the priority list).
>
>         So after doing a "brew install csound", are you able to run
>         csound the
>         executable and just aren't able to find the Framework for your own
>         usage, or is it the csound executable complaining that it can't find
>         the Framework?
>
>         steven
>
>         On Fri, Aug 7, 2015 at 12:51 AM, Casey Mongoven
>         > wrote:
>          > Hi All,
>          >
>          > I have installed csound with homebrew on clean install of OS
>         X Yosemite (it
>          > runs on command line) but don't seem to be able to locate any
>          > CsoundLib64.framework anywhere. I tried to build it with
>         cmake in the folder
>          > homebrew downloaded csound into but am getting errors like
>         this, despite the
>          > library libpng being installed (through homebrew) ... any ideas?:
>          >
>          > Caseys-iMac:build caseymongoven$ make
>          > [ 52%] Built target CsoundLib64
>          > [ 52%] Built target ampmidid
>          > [ 52%] Built target buchla
>          > [ 53%] Built target cellular
>          > [ 53%] Built target chua
>          > [ 53%] Built target control
>          > [ 53%] Built target cs_date
>          > [ 53%] Built target doppler
>          > [ 53%] Built target exciter
>          > [ 54%] Built target fareygen
>          > [ 54%] Built target fractalnoise
>          > [ 55%] Built target image
>          > [ 56%] Built target mixer
>          > [ 57%] Built target padsynth
>          > [ 57%] Built target platerev
>          > [ 58%] Built target py
>          > [ 59%] Built target scansyn
>          > [ 59%] Built target serial
>          > [ 60%] Built target signalflowgraph
>          > [ 60%] Built target system_call
>          > [ 61%] Built target framebuffer
>          > [ 62%] Built target cmidi
>          > [ 62%] Built target ipmidi
>          > [ 63%] Built target pmidi
>          > [ 63%] Built target rtauhal
>          > [ 64%] Built target rtpa
>          > [ 65%] Linking CXX shared library ../libvirtual.dylib
>          > ld: library not found for -lpng
>          > clang: error: linker command failed with exit code 1 (use -v
>         to see
>          > invocation)
>          > make[2]: *** [libvirtual.dylib] Error 1
>          > make[1]: *** [InOut/CMakeFiles/virtual.dir/all] Error 2
>          > make: *** [all] Error 2
>          >
>          >
>          >
>          >
>          > --
>          > View this message in context:
>         http://csound.1045644.n5.nabble.com/problems-installing-with-homebrew-tp5743020.html
>          > Sent from the Csound - General mailing list archive at
>         Nabble.com.
>          >
>          >
>         ------------------------------------------------------------------------------
>          > _______________________________________________
>          > Csound-users mailing list
>          > Csound-users@lists.sourceforge.net
>         
>          > https://lists.sourceforge.net/lists/listinfo/csound-users
>          > Send bugs reports to
>          > https://github.com/csound/csound/issues
>          > Discussions of bugs and features can be posted here
>
>         ------------------------------------------------------------------------------
>         _______________________________________________
>         Csound-users mailing list
>         Csound-users@lists.sourceforge.net
>         
>         https://lists.sourceforge.net/lists/listinfo/csound-users
>         Send bugs reports to
>         https://github.com/csound/csound/issues
>         Discussions of bugs and features can be posted here
>
>
>
>
>
> ------------------------------------------------------------------------------
>
>
>
> _______________________________________________
> Csound-users mailing list
> Csound-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-users
> Send bugs reports to
>          https://github.com/csound/csound/issues
> Discussions of bugs and features can be posted here
>

------------------------------------------------------------------------------
_______________________________________________
Csound-users mailing list
Csound-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-users
Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here

Date2015-09-11 20:23
FromAnders Genell
SubjectRe: problems installing with homebrew
AttachmentsNone  None  
Hi again!

I did a brew uninstall csound
and the did brew install csound again, but still the same error, and still not able to run csound…

regards,
Anders


On 18 aug 2015, at 21:17, Anders Genell <anders.genell@gmail.com> wrote:

Steven (et al)!
Sorry to hijack the thread like this, but I just wanted to say I just tried installing sound via hombrew (my first ever experience with homebrew) on my rather old macbook (MacBook 13-inch, Aluminum, Late 2008) which i recently updated with a SSD disk and a fresh install of Yosemite. When installing csound there were a number of warnings (included below) and when trying to run sound it does indeed come to a screeching halt, so if there is a simple way to mend it, it would be much appreciated!

Regards,
Anders

$ csound 
dyld: Library not loaded: CsoundLib64.framework/Versions/6.0/CsoundLib64
  Referenced from: /usr/local/bin/csound
  Reason: image not found
Trace/BPT trap: 5


homebrew warnings:
...
==> Installing csound/csound/csound
######################################################################## 100,0%
==> cmake . -DUSE_GETTEXT=0 -DBUILD_STK_OPCODES=0 -DCMAKE_C_FLAGS_RELEASE= -DCMA
==> make install
Warning: csound/csound/csound dependency flac was built with a different C++ standard
library (libc++ from clang). This may cause problems at runtime.
Warning: Could not fix CsoundLib64.framework/Versions/6.0/CsoundLib64 in /usr/local/Cellar/csound/6.05.0/bin/atsa
Warning: Could not fix CsoundLib64.framework/Versions/6.0/CsoundLib64 in /usr/local/Cellar/csound/6.05.0/bin/cs
Warning: Could not fix CsoundLib64.framework/Versions/6.0/CsoundLib64 in /usr/local/Cellar/csound/6.05.0/bin/csanalyze
Warning: Could not fix CsoundLib64.framework/Versions/6.0/CsoundLib64 in /usr/local/Cellar/csound/6.05.0/bin/csb64enc
Warning: Could not fix CsoundLib64.framework/Versions/6.0/CsoundLib64 in /usr/local/Cellar/csound/6.05.0/bin/csdebugger
Warning: Could not fix CsoundLib64.framework/Versions/6.0/CsoundLib64 in /usr/local/Cellar/csound/6.05.0/bin/csound
Warning: Could not fix CsoundLib64.framework/Versions/6.0/CsoundLib64 in /usr/local/Cellar/csound/6.05.0/bin/cvanal
Warning: Could not fix CsoundLib64.framework/Versions/6.0/CsoundLib64 in /usr/local/Cellar/csound/6.05.0/bin/dnoise
Warning: Could not fix CsoundLib64.framework/Versions/6.0/CsoundLib64 in /usr/local/Cellar/csound/6.05.0/bin/envext
Warning: Could not fix CsoundLib64.framework/Versions/6.0/CsoundLib64 in /usr/local/Cellar/csound/6.05.0/bin/extract
Warning: Could not fix CsoundLib64.framework/Versions/6.0/CsoundLib64 in /usr/local/Cellar/csound/6.05.0/bin/extractor
Warning: Could not fix CsoundLib64.framework/Versions/6.0/CsoundLib64 in /usr/local/Cellar/csound/6.05.0/bin/het_export
Warning: Could not fix CsoundLib64.framework/Versions/6.0/CsoundLib64 in /usr/local/Cellar/csound/6.05.0/bin/het_import
Warning: Could not fix CsoundLib64.framework/Versions/6.0/CsoundLib64 in /usr/local/Cellar/csound/6.05.0/bin/hetro
Warning: Could not fix CsoundLib64.framework/Versions/6.0/CsoundLib64 in /usr/local/Cellar/csound/6.05.0/bin/lpanal
Warning: Could not fix CsoundLib64.framework/Versions/6.0/CsoundLib64 in /usr/local/Cellar/csound/6.05.0/bin/lpc_export
Warning: Could not fix CsoundLib64.framework/Versions/6.0/CsoundLib64 in /usr/local/Cellar/csound/6.05.0/bin/lpc_import
Warning: Could not fix CsoundLib64.framework/Versions/6.0/CsoundLib64 in /usr/local/Cellar/csound/6.05.0/bin/makecsd
Warning: Could not fix CsoundLib64.framework/Versions/6.0/CsoundLib64 in /usr/local/Cellar/csound/6.05.0/bin/mixer
Warning: Could not fix CsoundLib64.framework/Versions/6.0/CsoundLib64 in /usr/local/Cellar/csound/6.05.0/bin/pv_export
Warning: Could not fix CsoundLib64.framework/Versions/6.0/CsoundLib64 in /usr/local/Cellar/csound/6.05.0/bin/pv_import
Warning: Could not fix CsoundLib64.framework/Versions/6.0/CsoundLib64 in /usr/local/Cellar/csound/6.05.0/bin/pvanal
Warning: Could not fix CsoundLib64.framework/Versions/6.0/CsoundLib64 in /usr/local/Cellar/csound/6.05.0/bin/pvlook
Warning: Could not fix CsoundLib64.framework/Versions/6.0/CsoundLib64 in /usr/local/Cellar/csound/6.05.0/bin/scale
Warning: Could not fix CsoundLib64.framework/Versions/6.0/CsoundLib64 in /usr/local/Cellar/csound/6.05.0/bin/scot
Warning: Could not fix CsoundLib64.framework/Versions/6.0/CsoundLib64 in /usr/local/Cellar/csound/6.05.0/bin/scsort
Warning: Could not fix CsoundLib64.framework/Versions/6.0/CsoundLib64 in /usr/local/Cellar/csound/6.05.0/bin/sndinfo
Warning: Could not fix CsoundLib64.framework/Versions/6.0/CsoundLib64 in /usr/local/Cellar/csound/6.05.0/bin/srconv
Warning: Could not fix CsoundLib64.framework/Versions/6.0/CsoundLib64 in /usr/local/Cellar/csound/6.05.0/lib/libCsoundAC.6.0.dylib
Warning: Could not fix CsoundLib64.framework/Versions/6.0/CsoundLib64 in /usr/local/Cellar/csound/6.05.0/lib/libcsnd6.6.0.dylib
🍺  /usr/local/Cellar/csound/6.05.0: 37 files, 1,9M, built in 4.5 minutes

On Sat, Aug 8, 2015 at 8:36 PM, Steven Yi <stevenyi@gmail.com> wrote:
Hi Casey,

With Homebrew, the framework is currently being installed into
~/Library/Frameworks.  (That should probably change to use Homebrew's
Frameworks folder, but there hasn't been much complaint about it and
so it's been low on the priority list).

So after doing a "brew install csound", are you able to run csound the
executable and just aren't able to find the Framework for your own
usage, or is it the csound executable complaining that it can't find
the Framework?

steven

On Fri, Aug 7, 2015 at 12:51 AM, Casey Mongoven <cm@caseymongoven.com> wrote:
> Hi All,
>
> I have installed csound with homebrew on clean install of OS X Yosemite (it
> runs on command line) but don't seem to be able to locate any
> CsoundLib64.framework anywhere. I tried to build it with cmake in the folder
> homebrew downloaded csound into but am getting errors like this, despite the
> library libpng being installed (through homebrew) ... any ideas?:
>
> Caseys-iMac:build caseymongoven$ make
> [ 52%] Built target CsoundLib64
> [ 52%] Built target ampmidid
> [ 52%] Built target buchla
> [ 53%] Built target cellular
> [ 53%] Built target chua
> [ 53%] Built target control
> [ 53%] Built target cs_date
> [ 53%] Built target doppler
> [ 53%] Built target exciter
> [ 54%] Built target fareygen
> [ 54%] Built target fractalnoise
> [ 55%] Built target image
> [ 56%] Built target mixer
> [ 57%] Built target padsynth
> [ 57%] Built target platerev
> [ 58%] Built target py
> [ 59%] Built target scansyn
> [ 59%] Built target serial
> [ 60%] Built target signalflowgraph
> [ 60%] Built target system_call
> [ 61%] Built target framebuffer
> [ 62%] Built target cmidi
> [ 62%] Built target ipmidi
> [ 63%] Built target pmidi
> [ 63%] Built target rtauhal
> [ 64%] Built target rtpa
> [ 65%] Linking CXX shared library ../libvirtual.dylib
> ld: library not found for -lpng
> clang: error: linker command failed with exit code 1 (use -v to see
> invocation)
> make[2]: *** [libvirtual.dylib] Error 1
> make[1]: *** [InOut/CMakeFiles/virtual.dir/all] Error 2
> make: *** [all] Error 2
>
>
>
>
> --
> View this message in context: http://csound.1045644.n5.nabble.com/problems-installing-with-homebrew-tp5743020.html
> Sent from the Csound - General mailing list archive at Nabble.com.
>
> ------------------------------------------------------------------------------
> _______________________________________________
> Csound-users mailing list
> Csound-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-users
> Send bugs reports to
>         https://github.com/csound/csound/issues
> Discussions of bugs and features can be posted here

------------------------------------------------------------------------------
_______________________________________________
Csound-users mailing list
Csound-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-users
Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here



Date2015-09-13 01:23
FromSteven Yi
SubjectRe: problems installing with homebrew
AttachmentsNone  None  
Hi Anders,

The warnings are a known issue and you can ignore. The one message that looks curious is:

Warning: csound/csound/csound dependency flac was built with a different C++ standard

library (libc++ from clang). This may cause problems at runtime.


I'm assuming this flac may be either from an older build or installed from somewhere else?  Maybe try reinstalling flac with homebrew?

steven

On Fri, Sep 11, 2015 at 3:23 PM, Anders Genell <anders.genell@gmail.com> wrote:
Hi again!

I did a brew uninstall csound
and the did brew install csound again, but still the same error, and still not able to run csound…

regards,
Anders


On 18 aug 2015, at 21:17, Anders Genell <anders.genell@gmail.com> wrote:

Steven (et al)!
Sorry to hijack the thread like this, but I just wanted to say I just tried installing sound via hombrew (my first ever experience with homebrew) on my rather old macbook (MacBook 13-inch, Aluminum, Late 2008) which i recently updated with a SSD disk and a fresh install of Yosemite. When installing csound there were a number of warnings (included below) and when trying to run sound it does indeed come to a screeching halt, so if there is a simple way to mend it, it would be much appreciated!

Regards,
Anders

$ csound 
dyld: Library not loaded: CsoundLib64.framework/Versions/6.0/CsoundLib64
  Referenced from: /usr/local/bin/csound
  Reason: image not found
Trace/BPT trap: 5


homebrew warnings:
...
==> Installing csound/csound/csound
######################################################################## 100,0%
==> cmake . -DUSE_GETTEXT=0 -DBUILD_STK_OPCODES=0 -DCMAKE_C_FLAGS_RELEASE= -DCMA
==> make install
Warning: csound/csound/csound dependency flac was built with a different C++ standard
library (libc++ from clang). This may cause problems at runtime.
Warning: Could not fix CsoundLib64.framework/Versions/6.0/CsoundLib64 in /usr/local/Cellar/csound/6.05.0/bin/atsa
Warning: Could not fix CsoundLib64.framework/Versions/6.0/CsoundLib64 in /usr/local/Cellar/csound/6.05.0/bin/cs
Warning: Could not fix CsoundLib64.framework/Versions/6.0/CsoundLib64 in /usr/local/Cellar/csound/6.05.0/bin/csanalyze
Warning: Could not fix CsoundLib64.framework/Versions/6.0/CsoundLib64 in /usr/local/Cellar/csound/6.05.0/bin/csb64enc
Warning: Could not fix CsoundLib64.framework/Versions/6.0/CsoundLib64 in /usr/local/Cellar/csound/6.05.0/bin/csdebugger
Warning: Could not fix CsoundLib64.framework/Versions/6.0/CsoundLib64 in /usr/local/Cellar/csound/6.05.0/bin/csound
Warning: Could not fix CsoundLib64.framework/Versions/6.0/CsoundLib64 in /usr/local/Cellar/csound/6.05.0/bin/cvanal
Warning: Could not fix CsoundLib64.framework/Versions/6.0/CsoundLib64 in /usr/local/Cellar/csound/6.05.0/bin/dnoise
Warning: Could not fix CsoundLib64.framework/Versions/6.0/CsoundLib64 in /usr/local/Cellar/csound/6.05.0/bin/envext
Warning: Could not fix CsoundLib64.framework/Versions/6.0/CsoundLib64 in /usr/local/Cellar/csound/6.05.0/bin/extract
Warning: Could not fix CsoundLib64.framework/Versions/6.0/CsoundLib64 in /usr/local/Cellar/csound/6.05.0/bin/extractor
Warning: Could not fix CsoundLib64.framework/Versions/6.0/CsoundLib64 in /usr/local/Cellar/csound/6.05.0/bin/het_export
Warning: Could not fix CsoundLib64.framework/Versions/6.0/CsoundLib64 in /usr/local/Cellar/csound/6.05.0/bin/het_import
Warning: Could not fix CsoundLib64.framework/Versions/6.0/CsoundLib64 in /usr/local/Cellar/csound/6.05.0/bin/hetro
Warning: Could not fix CsoundLib64.framework/Versions/6.0/CsoundLib64 in /usr/local/Cellar/csound/6.05.0/bin/lpanal
Warning: Could not fix CsoundLib64.framework/Versions/6.0/CsoundLib64 in /usr/local/Cellar/csound/6.05.0/bin/lpc_export
Warning: Could not fix CsoundLib64.framework/Versions/6.0/CsoundLib64 in /usr/local/Cellar/csound/6.05.0/bin/lpc_import
Warning: Could not fix CsoundLib64.framework/Versions/6.0/CsoundLib64 in /usr/local/Cellar/csound/6.05.0/bin/makecsd
Warning: Could not fix CsoundLib64.framework/Versions/6.0/CsoundLib64 in /usr/local/Cellar/csound/6.05.0/bin/mixer
Warning: Could not fix CsoundLib64.framework/Versions/6.0/CsoundLib64 in /usr/local/Cellar/csound/6.05.0/bin/pv_export
Warning: Could not fix CsoundLib64.framework/Versions/6.0/CsoundLib64 in /usr/local/Cellar/csound/6.05.0/bin/pv_import
Warning: Could not fix CsoundLib64.framework/Versions/6.0/CsoundLib64 in /usr/local/Cellar/csound/6.05.0/bin/pvanal
Warning: Could not fix CsoundLib64.framework/Versions/6.0/CsoundLib64 in /usr/local/Cellar/csound/6.05.0/bin/pvlook
Warning: Could not fix CsoundLib64.framework/Versions/6.0/CsoundLib64 in /usr/local/Cellar/csound/6.05.0/bin/scale
Warning: Could not fix CsoundLib64.framework/Versions/6.0/CsoundLib64 in /usr/local/Cellar/csound/6.05.0/bin/scot
Warning: Could not fix CsoundLib64.framework/Versions/6.0/CsoundLib64 in /usr/local/Cellar/csound/6.05.0/bin/scsort
Warning: Could not fix CsoundLib64.framework/Versions/6.0/CsoundLib64 in /usr/local/Cellar/csound/6.05.0/bin/sndinfo
Warning: Could not fix CsoundLib64.framework/Versions/6.0/CsoundLib64 in /usr/local/Cellar/csound/6.05.0/bin/srconv
Warning: Could not fix CsoundLib64.framework/Versions/6.0/CsoundLib64 in /usr/local/Cellar/csound/6.05.0/lib/libCsoundAC.6.0.dylib
Warning: Could not fix CsoundLib64.framework/Versions/6.0/CsoundLib64 in /usr/local/Cellar/csound/6.05.0/lib/libcsnd6.6.0.dylib
🍺  /usr/local/Cellar/csound/6.05.0: 37 files, 1,9M, built in 4.5 minutes

On Sat, Aug 8, 2015 at 8:36 PM, Steven Yi <stevenyi@gmail.com> wrote:
Hi Casey,

With Homebrew, the framework is currently being installed into
~/Library/Frameworks.  (That should probably change to use Homebrew's
Frameworks folder, but there hasn't been much complaint about it and
so it's been low on the priority list).

So after doing a "brew install csound", are you able to run csound the
executable and just aren't able to find the Framework for your own
usage, or is it the csound executable complaining that it can't find
the Framework?

steven

On Fri, Aug 7, 2015 at 12:51 AM, Casey Mongoven <cm@caseymongoven.com> wrote:
> Hi All,
>
> I have installed csound with homebrew on clean install of OS X Yosemite (it
> runs on command line) but don't seem to be able to locate any
> CsoundLib64.framework anywhere. I tried to build it with cmake in the folder
> homebrew downloaded csound into but am getting errors like this, despite the
> library libpng being installed (through homebrew) ... any ideas?:
>
> Caseys-iMac:build caseymongoven$ make
> [ 52%] Built target CsoundLib64
> [ 52%] Built target ampmidid
> [ 52%] Built target buchla
> [ 53%] Built target cellular
> [ 53%] Built target chua
> [ 53%] Built target control
> [ 53%] Built target cs_date
> [ 53%] Built target doppler
> [ 53%] Built target exciter
> [ 54%] Built target fareygen
> [ 54%] Built target fractalnoise
> [ 55%] Built target image
> [ 56%] Built target mixer
> [ 57%] Built target padsynth
> [ 57%] Built target platerev
> [ 58%] Built target py
> [ 59%] Built target scansyn
> [ 59%] Built target serial
> [ 60%] Built target signalflowgraph
> [ 60%] Built target system_call
> [ 61%] Built target framebuffer
> [ 62%] Built target cmidi
> [ 62%] Built target ipmidi
> [ 63%] Built target pmidi
> [ 63%] Built target rtauhal
> [ 64%] Built target rtpa
> [ 65%] Linking CXX shared library ../libvirtual.dylib
> ld: library not found for -lpng
> clang: error: linker command failed with exit code 1 (use -v to see
> invocation)
> make[2]: *** [libvirtual.dylib] Error 1
> make[1]: *** [InOut/CMakeFiles/virtual.dir/all] Error 2
> make: *** [all] Error 2
>
>
>
>
> --
> View this message in context: http://csound.1045644.n5.nabble.com/problems-installing-with-homebrew-tp5743020.html
> Sent from the Csound - General mailing list archive at Nabble.com.
>
> ------------------------------------------------------------------------------
> _______________________________________________
> Csound-users mailing list
> Csound-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-users
> Send bugs reports to
>         https://github.com/csound/csound/issues
> Discussions of bugs and features can be posted here

------------------------------------------------------------------------------
_______________________________________________
Csound-users mailing list
Csound-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-users
Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here



------------------------------------------------------------------------------

_______________________________________________
Csound-users mailing list
Csound-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-users
Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here



Date2015-09-13 09:49
FromAnders Genell
SubjectRe: problems installing with homebrew
AttachmentsNone  None  
Hi Steven,

I tried removing and reinstalling home-brew, and then reinstalled csound with the same result. I then tried reinstalling flac (brew reinstall flac) and then reinstalled csound (brew reinstall csound) with no difference.


I still cannot run csound from terminal:

MacBook:~ anders$ csound -z

dyld: Library not loaded: CsoundLib64.framework/Versions/6.0/CsoundLib64

  Referenced from: /usr/local/bin/csound

  Reason: image not found

Trace/BPT trap: 5


Regards,
Anders

On Sun, Sep 13, 2015 at 2:23 AM, Steven Yi <stevenyi@gmail.com> wrote:
Hi Anders,

The warnings are a known issue and you can ignore. The one message that looks curious is:

Warning: csound/csound/csound dependency flac was built with a different C++ standard

library (libc++ from clang). This may cause problems at runtime.


I'm assuming this flac may be either from an older build or installed from somewhere else?  Maybe try reinstalling flac with homebrew?

steven

On Fri, Sep 11, 2015 at 3:23 PM, Anders Genell <anders.genell@gmail.com> wrote:
Hi again!

I did a brew uninstall csound
and the did brew install csound again, but still the same error, and still not able to run csound…

regards,
Anders


On 18 aug 2015, at 21:17, Anders Genell <anders.genell@gmail.com> wrote:

Steven (et al)!
Sorry to hijack the thread like this, but I just wanted to say I just tried installing sound via hombrew (my first ever experience with homebrew) on my rather old macbook (MacBook 13-inch, Aluminum, Late 2008) which i recently updated with a SSD disk and a fresh install of Yosemite. When installing csound there were a number of warnings (included below) and when trying to run sound it does indeed come to a screeching halt, so if there is a simple way to mend it, it would be much appreciated!

Regards,
Anders

$ csound 
dyld: Library not loaded: CsoundLib64.framework/Versions/6.0/CsoundLib64
  Referenced from: /usr/local/bin/csound
  Reason: image not found
Trace/BPT trap: 5


homebrew warnings:
...
==> Installing csound/csound/csound
######################################################################## 100,0%
==> cmake . -DUSE_GETTEXT=0 -DBUILD_STK_OPCODES=0 -DCMAKE_C_FLAGS_RELEASE= -DCMA
==> make install
Warning: csound/csound/csound dependency flac was built with a different C++ standard
library (libc++ from clang). This may cause problems at runtime.
Warning: Could not fix CsoundLib64.framework/Versions/6.0/CsoundLib64 in /usr/local/Cellar/csound/6.05.0/bin/atsa
Warning: Could not fix CsoundLib64.framework/Versions/6.0/CsoundLib64 in /usr/local/Cellar/csound/6.05.0/bin/cs
Warning: Could not fix CsoundLib64.framework/Versions/6.0/CsoundLib64 in /usr/local/Cellar/csound/6.05.0/bin/csanalyze
Warning: Could not fix CsoundLib64.framework/Versions/6.0/CsoundLib64 in /usr/local/Cellar/csound/6.05.0/bin/csb64enc
Warning: Could not fix CsoundLib64.framework/Versions/6.0/CsoundLib64 in /usr/local/Cellar/csound/6.05.0/bin/csdebugger
Warning: Could not fix CsoundLib64.framework/Versions/6.0/CsoundLib64 in /usr/local/Cellar/csound/6.05.0/bin/csound
Warning: Could not fix CsoundLib64.framework/Versions/6.0/CsoundLib64 in /usr/local/Cellar/csound/6.05.0/bin/cvanal
Warning: Could not fix CsoundLib64.framework/Versions/6.0/CsoundLib64 in /usr/local/Cellar/csound/6.05.0/bin/dnoise
Warning: Could not fix CsoundLib64.framework/Versions/6.0/CsoundLib64 in /usr/local/Cellar/csound/6.05.0/bin/envext
Warning: Could not fix CsoundLib64.framework/Versions/6.0/CsoundLib64 in /usr/local/Cellar/csound/6.05.0/bin/extract
Warning: Could not fix CsoundLib64.framework/Versions/6.0/CsoundLib64 in /usr/local/Cellar/csound/6.05.0/bin/extractor
Warning: Could not fix CsoundLib64.framework/Versions/6.0/CsoundLib64 in /usr/local/Cellar/csound/6.05.0/bin/het_export
Warning: Could not fix CsoundLib64.framework/Versions/6.0/CsoundLib64 in /usr/local/Cellar/csound/6.05.0/bin/het_import
Warning: Could not fix CsoundLib64.framework/Versions/6.0/CsoundLib64 in /usr/local/Cellar/csound/6.05.0/bin/hetro
Warning: Could not fix CsoundLib64.framework/Versions/6.0/CsoundLib64 in /usr/local/Cellar/csound/6.05.0/bin/lpanal
Warning: Could not fix CsoundLib64.framework/Versions/6.0/CsoundLib64 in /usr/local/Cellar/csound/6.05.0/bin/lpc_export
Warning: Could not fix CsoundLib64.framework/Versions/6.0/CsoundLib64 in /usr/local/Cellar/csound/6.05.0/bin/lpc_import
Warning: Could not fix CsoundLib64.framework/Versions/6.0/CsoundLib64 in /usr/local/Cellar/csound/6.05.0/bin/makecsd
Warning: Could not fix CsoundLib64.framework/Versions/6.0/CsoundLib64 in /usr/local/Cellar/csound/6.05.0/bin/mixer
Warning: Could not fix CsoundLib64.framework/Versions/6.0/CsoundLib64 in /usr/local/Cellar/csound/6.05.0/bin/pv_export
Warning: Could not fix CsoundLib64.framework/Versions/6.0/CsoundLib64 in /usr/local/Cellar/csound/6.05.0/bin/pv_import
Warning: Could not fix CsoundLib64.framework/Versions/6.0/CsoundLib64 in /usr/local/Cellar/csound/6.05.0/bin/pvanal
Warning: Could not fix CsoundLib64.framework/Versions/6.0/CsoundLib64 in /usr/local/Cellar/csound/6.05.0/bin/pvlook
Warning: Could not fix CsoundLib64.framework/Versions/6.0/CsoundLib64 in /usr/local/Cellar/csound/6.05.0/bin/scale
Warning: Could not fix CsoundLib64.framework/Versions/6.0/CsoundLib64 in /usr/local/Cellar/csound/6.05.0/bin/scot
Warning: Could not fix CsoundLib64.framework/Versions/6.0/CsoundLib64 in /usr/local/Cellar/csound/6.05.0/bin/scsort
Warning: Could not fix CsoundLib64.framework/Versions/6.0/CsoundLib64 in /usr/local/Cellar/csound/6.05.0/bin/sndinfo
Warning: Could not fix CsoundLib64.framework/Versions/6.0/CsoundLib64 in /usr/local/Cellar/csound/6.05.0/bin/srconv
Warning: Could not fix CsoundLib64.framework/Versions/6.0/CsoundLib64 in /usr/local/Cellar/csound/6.05.0/lib/libCsoundAC.6.0.dylib
Warning: Could not fix CsoundLib64.framework/Versions/6.0/CsoundLib64 in /usr/local/Cellar/csound/6.05.0/lib/libcsnd6.6.0.dylib
🍺  /usr/local/Cellar/csound/6.05.0: 37 files, 1,9M, built in 4.5 minutes

On Sat, Aug 8, 2015 at 8:36 PM, Steven Yi <stevenyi@gmail.com> wrote:
Hi Casey,

With Homebrew, the framework is currently being installed into
~/Library/Frameworks.  (That should probably change to use Homebrew's
Frameworks folder, but there hasn't been much complaint about it and
so it's been low on the priority list).

So after doing a "brew install csound", are you able to run csound the
executable and just aren't able to find the Framework for your own
usage, or is it the csound executable complaining that it can't find
the Framework?

steven

On Fri, Aug 7, 2015 at 12:51 AM, Casey Mongoven <cm@caseymongoven.com> wrote:
> Hi All,
>
> I have installed csound with homebrew on clean install of OS X Yosemite (it
> runs on command line) but don't seem to be able to locate any
> CsoundLib64.framework anywhere. I tried to build it with cmake in the folder
> homebrew downloaded csound into but am getting errors like this, despite the
> library libpng being installed (through homebrew) ... any ideas?:
>
> Caseys-iMac:build caseymongoven$ make
> [ 52%] Built target CsoundLib64
> [ 52%] Built target ampmidid
> [ 52%] Built target buchla
> [ 53%] Built target cellular
> [ 53%] Built target chua
> [ 53%] Built target control
> [ 53%] Built target cs_date
> [ 53%] Built target doppler
> [ 53%] Built target exciter
> [ 54%] Built target fareygen
> [ 54%] Built target fractalnoise
> [ 55%] Built target image
> [ 56%] Built target mixer
> [ 57%] Built target padsynth
> [ 57%] Built target platerev
> [ 58%] Built target py
> [ 59%] Built target scansyn
> [ 59%] Built target serial
> [ 60%] Built target signalflowgraph
> [ 60%] Built target system_call
> [ 61%] Built target framebuffer
> [ 62%] Built target cmidi
> [ 62%] Built target ipmidi
> [ 63%] Built target pmidi
> [ 63%] Built target rtauhal
> [ 64%] Built target rtpa
> [ 65%] Linking CXX shared library ../libvirtual.dylib
> ld: library not found for -lpng
> clang: error: linker command failed with exit code 1 (use -v to see
> invocation)
> make[2]: *** [libvirtual.dylib] Error 1
> make[1]: *** [InOut/CMakeFiles/virtual.dir/all] Error 2
> make: *** [all] Error 2
>
>
>
>
> --
> View this message in context: http://csound.1045644.n5.nabble.com/problems-installing-with-homebrew-tp5743020.html
> Sent from the Csound - General mailing list archive at Nabble.com.
>
> ------------------------------------------------------------------------------
> _______________________________________________
> Csound-users mailing list
> Csound-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-users
> Send bugs reports to
>         https://github.com/csound/csound/issues
> Discussions of bugs and features can be posted here

------------------------------------------------------------------------------
_______________________________________________
Csound-users mailing list
Csound-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-users
Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here



------------------------------------------------------------------------------

_______________________________________________
Csound-users mailing list
Csound-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-users
Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here



------------------------------------------------------------------------------

_______________________________________________
Csound-users mailing list
Csound-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-users
Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here



Date2015-09-13 10:03
FromAnders Genell
SubjectRe: problems installing with homebrew
AttachmentsNone  None  
I read on "the internet" (where all information exists and is, of course, correct) that one could use otool -L to find extra info, sp I did:

MacBook:~ anders$ otool -L /usr/local/bin/csound

/usr/local/bin/csound:

CsoundLib64.framework/Versions/6.0/CsoundLib64 (compatibility version 6.0.0, current version 0.0.0)

/usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 1213.0.0)



In order to find where the lib actually is, I did find / -iname '*CsoundLib64*' and it would seem there is none to be found at all...

Regards,
Anders

On Sun, Sep 13, 2015 at 10:49 AM, Anders Genell <anders.genell@gmail.com> wrote:
Hi Steven,

I tried removing and reinstalling home-brew, and then reinstalled csound with the same result. I then tried reinstalling flac (brew reinstall flac) and then reinstalled csound (brew reinstall csound) with no difference.


I still cannot run csound from terminal:

MacBook:~ anders$ csound -z

dyld: Library not loaded: CsoundLib64.framework/Versions/6.0/CsoundLib64

  Referenced from: /usr/local/bin/csound

  Reason: image not found

Trace/BPT trap: 5


Regards,
Anders

On Sun, Sep 13, 2015 at 2:23 AM, Steven Yi <stevenyi@gmail.com> wrote:
Hi Anders,

The warnings are a known issue and you can ignore. The one message that looks curious is:

Warning: csound/csound/csound dependency flac was built with a different C++ standard

library (libc++ from clang). This may cause problems at runtime.


I'm assuming this flac may be either from an older build or installed from somewhere else?  Maybe try reinstalling flac with homebrew?

steven

On Fri, Sep 11, 2015 at 3:23 PM, Anders Genell <anders.genell@gmail.com> wrote:
Hi again!

I did a brew uninstall csound
and the did brew install csound again, but still the same error, and still not able to run csound…

regards,
Anders


On 18 aug 2015, at 21:17, Anders Genell <anders.genell@gmail.com> wrote:

Steven (et al)!
Sorry to hijack the thread like this, but I just wanted to say I just tried installing sound via hombrew (my first ever experience with homebrew) on my rather old macbook (MacBook 13-inch, Aluminum, Late 2008) which i recently updated with a SSD disk and a fresh install of Yosemite. When installing csound there were a number of warnings (included below) and when trying to run sound it does indeed come to a screeching halt, so if there is a simple way to mend it, it would be much appreciated!

Regards,
Anders

$ csound 
dyld: Library not loaded: CsoundLib64.framework/Versions/6.0/CsoundLib64
  Referenced from: /usr/local/bin/csound
  Reason: image not found
Trace/BPT trap: 5


homebrew warnings:
...
==> Installing csound/csound/csound
######################################################################## 100,0%
==> cmake . -DUSE_GETTEXT=0 -DBUILD_STK_OPCODES=0 -DCMAKE_C_FLAGS_RELEASE= -DCMA
==> make install
Warning: csound/csound/csound dependency flac was built with a different C++ standard
library (libc++ from clang). This may cause problems at runtime.
Warning: Could not fix CsoundLib64.framework/Versions/6.0/CsoundLib64 in /usr/local/Cellar/csound/6.05.0/bin/atsa
Warning: Could not fix CsoundLib64.framework/Versions/6.0/CsoundLib64 in /usr/local/Cellar/csound/6.05.0/bin/cs
Warning: Could not fix CsoundLib64.framework/Versions/6.0/CsoundLib64 in /usr/local/Cellar/csound/6.05.0/bin/csanalyze
Warning: Could not fix CsoundLib64.framework/Versions/6.0/CsoundLib64 in /usr/local/Cellar/csound/6.05.0/bin/csb64enc
Warning: Could not fix CsoundLib64.framework/Versions/6.0/CsoundLib64 in /usr/local/Cellar/csound/6.05.0/bin/csdebugger
Warning: Could not fix CsoundLib64.framework/Versions/6.0/CsoundLib64 in /usr/local/Cellar/csound/6.05.0/bin/csound
Warning: Could not fix CsoundLib64.framework/Versions/6.0/CsoundLib64 in /usr/local/Cellar/csound/6.05.0/bin/cvanal
Warning: Could not fix CsoundLib64.framework/Versions/6.0/CsoundLib64 in /usr/local/Cellar/csound/6.05.0/bin/dnoise
Warning: Could not fix CsoundLib64.framework/Versions/6.0/CsoundLib64 in /usr/local/Cellar/csound/6.05.0/bin/envext
Warning: Could not fix CsoundLib64.framework/Versions/6.0/CsoundLib64 in /usr/local/Cellar/csound/6.05.0/bin/extract
Warning: Could not fix CsoundLib64.framework/Versions/6.0/CsoundLib64 in /usr/local/Cellar/csound/6.05.0/bin/extractor
Warning: Could not fix CsoundLib64.framework/Versions/6.0/CsoundLib64 in /usr/local/Cellar/csound/6.05.0/bin/het_export
Warning: Could not fix CsoundLib64.framework/Versions/6.0/CsoundLib64 in /usr/local/Cellar/csound/6.05.0/bin/het_import
Warning: Could not fix CsoundLib64.framework/Versions/6.0/CsoundLib64 in /usr/local/Cellar/csound/6.05.0/bin/hetro
Warning: Could not fix CsoundLib64.framework/Versions/6.0/CsoundLib64 in /usr/local/Cellar/csound/6.05.0/bin/lpanal
Warning: Could not fix CsoundLib64.framework/Versions/6.0/CsoundLib64 in /usr/local/Cellar/csound/6.05.0/bin/lpc_export
Warning: Could not fix CsoundLib64.framework/Versions/6.0/CsoundLib64 in /usr/local/Cellar/csound/6.05.0/bin/lpc_import
Warning: Could not fix CsoundLib64.framework/Versions/6.0/CsoundLib64 in /usr/local/Cellar/csound/6.05.0/bin/makecsd
Warning: Could not fix CsoundLib64.framework/Versions/6.0/CsoundLib64 in /usr/local/Cellar/csound/6.05.0/bin/mixer
Warning: Could not fix CsoundLib64.framework/Versions/6.0/CsoundLib64 in /usr/local/Cellar/csound/6.05.0/bin/pv_export
Warning: Could not fix CsoundLib64.framework/Versions/6.0/CsoundLib64 in /usr/local/Cellar/csound/6.05.0/bin/pv_import
Warning: Could not fix CsoundLib64.framework/Versions/6.0/CsoundLib64 in /usr/local/Cellar/csound/6.05.0/bin/pvanal
Warning: Could not fix CsoundLib64.framework/Versions/6.0/CsoundLib64 in /usr/local/Cellar/csound/6.05.0/bin/pvlook
Warning: Could not fix CsoundLib64.framework/Versions/6.0/CsoundLib64 in /usr/local/Cellar/csound/6.05.0/bin/scale
Warning: Could not fix CsoundLib64.framework/Versions/6.0/CsoundLib64 in /usr/local/Cellar/csound/6.05.0/bin/scot
Warning: Could not fix CsoundLib64.framework/Versions/6.0/CsoundLib64 in /usr/local/Cellar/csound/6.05.0/bin/scsort
Warning: Could not fix CsoundLib64.framework/Versions/6.0/CsoundLib64 in /usr/local/Cellar/csound/6.05.0/bin/sndinfo
Warning: Could not fix CsoundLib64.framework/Versions/6.0/CsoundLib64 in /usr/local/Cellar/csound/6.05.0/bin/srconv
Warning: Could not fix CsoundLib64.framework/Versions/6.0/CsoundLib64 in /usr/local/Cellar/csound/6.05.0/lib/libCsoundAC.6.0.dylib
Warning: Could not fix CsoundLib64.framework/Versions/6.0/CsoundLib64 in /usr/local/Cellar/csound/6.05.0/lib/libcsnd6.6.0.dylib
🍺  /usr/local/Cellar/csound/6.05.0: 37 files, 1,9M, built in 4.5 minutes

On Sat, Aug 8, 2015 at 8:36 PM, Steven Yi <stevenyi@gmail.com> wrote:
Hi Casey,

With Homebrew, the framework is currently being installed into
~/Library/Frameworks.  (That should probably change to use Homebrew's
Frameworks folder, but there hasn't been much complaint about it and
so it's been low on the priority list).

So after doing a "brew install csound", are you able to run csound the
executable and just aren't able to find the Framework for your own
usage, or is it the csound executable complaining that it can't find
the Framework?

steven

On Fri, Aug 7, 2015 at 12:51 AM, Casey Mongoven <cm@caseymongoven.com> wrote:
> Hi All,
>
> I have installed csound with homebrew on clean install of OS X Yosemite (it
> runs on command line) but don't seem to be able to locate any
> CsoundLib64.framework anywhere. I tried to build it with cmake in the folder
> homebrew downloaded csound into but am getting errors like this, despite the
> library libpng being installed (through homebrew) ... any ideas?:
>
> Caseys-iMac:build caseymongoven$ make
> [ 52%] Built target CsoundLib64
> [ 52%] Built target ampmidid
> [ 52%] Built target buchla
> [ 53%] Built target cellular
> [ 53%] Built target chua
> [ 53%] Built target control
> [ 53%] Built target cs_date
> [ 53%] Built target doppler
> [ 53%] Built target exciter
> [ 54%] Built target fareygen
> [ 54%] Built target fractalnoise
> [ 55%] Built target image
> [ 56%] Built target mixer
> [ 57%] Built target padsynth
> [ 57%] Built target platerev
> [ 58%] Built target py
> [ 59%] Built target scansyn
> [ 59%] Built target serial
> [ 60%] Built target signalflowgraph
> [ 60%] Built target system_call
> [ 61%] Built target framebuffer
> [ 62%] Built target cmidi
> [ 62%] Built target ipmidi
> [ 63%] Built target pmidi
> [ 63%] Built target rtauhal
> [ 64%] Built target rtpa
> [ 65%] Linking CXX shared library ../libvirtual.dylib
> ld: library not found for -lpng
> clang: error: linker command failed with exit code 1 (use -v to see
> invocation)
> make[2]: *** [libvirtual.dylib] Error 1
> make[1]: *** [InOut/CMakeFiles/virtual.dir/all] Error 2
> make: *** [all] Error 2
>
>
>
>
> --
> View this message in context: http://csound.1045644.n5.nabble.com/problems-installing-with-homebrew-tp5743020.html
> Sent from the Csound - General mailing list archive at Nabble.com.
>
> ------------------------------------------------------------------------------
> _______________________________________________
> Csound-users mailing list
> Csound-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-users
> Send bugs reports to
>         https://github.com/csound/csound/issues
> Discussions of bugs and features can be posted here

------------------------------------------------------------------------------
_______________________________________________
Csound-users mailing list
Csound-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-users
Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here



------------------------------------------------------------------------------

_______________________________________________
Csound-users mailing list
Csound-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-users
Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here



------------------------------------------------------------------------------

_______________________________________________
Csound-users mailing list
Csound-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-users
Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here




Date2015-09-13 10:32
FromEd Costello
SubjectRe: problems installing with homebrew
AttachmentsNone  None  
Hi,

I've had this problem as well, is csound supposed to install the framework in ~/Library/Frameworks if you build from homebrew? I did a new OS X install the other day, installed csound from homebrew to build a project and the Framework wasn't there,
Ed

On Sun, 13 Sep 2015 at 11:05 Anders Genell <anders.genell@gmail.com> wrote:
I read on "the internet" (where all information exists and is, of course, correct) that one could use otool -L to find extra info, sp I did:

MacBook:~ anders$ otool -L /usr/local/bin/csound

/usr/local/bin/csound:

CsoundLib64.framework/Versions/6.0/CsoundLib64 (compatibility version 6.0.0, current version 0.0.0)

/usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 1213.0.0)



In order to find where the lib actually is, I did find / -iname '*CsoundLib64*' and it would seem there is none to be found at all...

Regards,
Anders

On Sun, Sep 13, 2015 at 10:49 AM, Anders Genell <anders.genell@gmail.com> wrote:
Hi Steven,

I tried removing and reinstalling home-brew, and then reinstalled csound with the same result. I then tried reinstalling flac (brew reinstall flac) and then reinstalled csound (brew reinstall csound) with no difference.


I still cannot run csound from terminal:

MacBook:~ anders$ csound -z

dyld: Library not loaded: CsoundLib64.framework/Versions/6.0/CsoundLib64

  Referenced from: /usr/local/bin/csound

  Reason: image not found

Trace/BPT trap: 5


Regards,
Anders

On Sun, Sep 13, 2015 at 2:23 AM, Steven Yi <stevenyi@gmail.com> wrote:
Hi Anders,

The warnings are a known issue and you can ignore. The one message that looks curious is:

Warning: csound/csound/csound dependency flac was built with a different C++ standard

library (libc++ from clang). This may cause problems at runtime.


I'm assuming this flac may be either from an older build or installed from somewhere else?  Maybe try reinstalling flac with homebrew?

steven

On Fri, Sep 11, 2015 at 3:23 PM, Anders Genell <anders.genell@gmail.com> wrote:
Hi again!

I did a brew uninstall csound
and the did brew install csound again, but still the same error, and still not able to run csound…

regards,
Anders


On 18 aug 2015, at 21:17, Anders Genell <anders.genell@gmail.com> wrote:

Steven (et al)!
Sorry to hijack the thread like this, but I just wanted to say I just tried installing sound via hombrew (my first ever experience with homebrew) on my rather old macbook (MacBook 13-inch, Aluminum, Late 2008) which i recently updated with a SSD disk and a fresh install of Yosemite. When installing csound there were a number of warnings (included below) and when trying to run sound it does indeed come to a screeching halt, so if there is a simple way to mend it, it would be much appreciated!

Regards,
Anders

$ csound 
dyld: Library not loaded: CsoundLib64.framework/Versions/6.0/CsoundLib64
  Referenced from: /usr/local/bin/csound
  Reason: image not found
Trace/BPT trap: 5


homebrew warnings:
...
==> Installing csound/csound/csound
######################################################################## 100,0%
==> cmake . -DUSE_GETTEXT=0 -DBUILD_STK_OPCODES=0 -DCMAKE_C_FLAGS_RELEASE= -DCMA
==> make install
Warning: csound/csound/csound dependency flac was built with a different C++ standard
library (libc++ from clang). This may cause problems at runtime.
Warning: Could not fix CsoundLib64.framework/Versions/6.0/CsoundLib64 in /usr/local/Cellar/csound/6.05.0/bin/atsa
Warning: Could not fix CsoundLib64.framework/Versions/6.0/CsoundLib64 in /usr/local/Cellar/csound/6.05.0/bin/cs
Warning: Could not fix CsoundLib64.framework/Versions/6.0/CsoundLib64 in /usr/local/Cellar/csound/6.05.0/bin/csanalyze
Warning: Could not fix CsoundLib64.framework/Versions/6.0/CsoundLib64 in /usr/local/Cellar/csound/6.05.0/bin/csb64enc
Warning: Could not fix CsoundLib64.framework/Versions/6.0/CsoundLib64 in /usr/local/Cellar/csound/6.05.0/bin/csdebugger
Warning: Could not fix CsoundLib64.framework/Versions/6.0/CsoundLib64 in /usr/local/Cellar/csound/6.05.0/bin/csound
Warning: Could not fix CsoundLib64.framework/Versions/6.0/CsoundLib64 in /usr/local/Cellar/csound/6.05.0/bin/cvanal
Warning: Could not fix CsoundLib64.framework/Versions/6.0/CsoundLib64 in /usr/local/Cellar/csound/6.05.0/bin/dnoise
Warning: Could not fix CsoundLib64.framework/Versions/6.0/CsoundLib64 in /usr/local/Cellar/csound/6.05.0/bin/envext
Warning: Could not fix CsoundLib64.framework/Versions/6.0/CsoundLib64 in /usr/local/Cellar/csound/6.05.0/bin/extract
Warning: Could not fix CsoundLib64.framework/Versions/6.0/CsoundLib64 in /usr/local/Cellar/csound/6.05.0/bin/extractor
Warning: Could not fix CsoundLib64.framework/Versions/6.0/CsoundLib64 in /usr/local/Cellar/csound/6.05.0/bin/het_export
Warning: Could not fix CsoundLib64.framework/Versions/6.0/CsoundLib64 in /usr/local/Cellar/csound/6.05.0/bin/het_import
Warning: Could not fix CsoundLib64.framework/Versions/6.0/CsoundLib64 in /usr/local/Cellar/csound/6.05.0/bin/hetro
Warning: Could not fix CsoundLib64.framework/Versions/6.0/CsoundLib64 in /usr/local/Cellar/csound/6.05.0/bin/lpanal
Warning: Could not fix CsoundLib64.framework/Versions/6.0/CsoundLib64 in /usr/local/Cellar/csound/6.05.0/bin/lpc_export
Warning: Could not fix CsoundLib64.framework/Versions/6.0/CsoundLib64 in /usr/local/Cellar/csound/6.05.0/bin/lpc_import
Warning: Could not fix CsoundLib64.framework/Versions/6.0/CsoundLib64 in /usr/local/Cellar/csound/6.05.0/bin/makecsd
Warning: Could not fix CsoundLib64.framework/Versions/6.0/CsoundLib64 in /usr/local/Cellar/csound/6.05.0/bin/mixer
Warning: Could not fix CsoundLib64.framework/Versions/6.0/CsoundLib64 in /usr/local/Cellar/csound/6.05.0/bin/pv_export
Warning: Could not fix CsoundLib64.framework/Versions/6.0/CsoundLib64 in /usr/local/Cellar/csound/6.05.0/bin/pv_import
Warning: Could not fix CsoundLib64.framework/Versions/6.0/CsoundLib64 in /usr/local/Cellar/csound/6.05.0/bin/pvanal
Warning: Could not fix CsoundLib64.framework/Versions/6.0/CsoundLib64 in /usr/local/Cellar/csound/6.05.0/bin/pvlook
Warning: Could not fix CsoundLib64.framework/Versions/6.0/CsoundLib64 in /usr/local/Cellar/csound/6.05.0/bin/scale
Warning: Could not fix CsoundLib64.framework/Versions/6.0/CsoundLib64 in /usr/local/Cellar/csound/6.05.0/bin/scot
Warning: Could not fix CsoundLib64.framework/Versions/6.0/CsoundLib64 in /usr/local/Cellar/csound/6.05.0/bin/scsort
Warning: Could not fix CsoundLib64.framework/Versions/6.0/CsoundLib64 in /usr/local/Cellar/csound/6.05.0/bin/sndinfo
Warning: Could not fix CsoundLib64.framework/Versions/6.0/CsoundLib64 in /usr/local/Cellar/csound/6.05.0/bin/srconv
Warning: Could not fix CsoundLib64.framework/Versions/6.0/CsoundLib64 in /usr/local/Cellar/csound/6.05.0/lib/libCsoundAC.6.0.dylib
Warning: Could not fix CsoundLib64.framework/Versions/6.0/CsoundLib64 in /usr/local/Cellar/csound/6.05.0/lib/libcsnd6.6.0.dylib
🍺  /usr/local/Cellar/csound/6.05.0: 37 files, 1,9M, built in 4.5 minutes

On Sat, Aug 8, 2015 at 8:36 PM, Steven Yi <stevenyi@gmail.com> wrote:
Hi Casey,

With Homebrew, the framework is currently being installed into
~/Library/Frameworks.  (That should probably change to use Homebrew's
Frameworks folder, but there hasn't been much complaint about it and
so it's been low on the priority list).

So after doing a "brew install csound", are you able to run csound the
executable and just aren't able to find the Framework for your own
usage, or is it the csound executable complaining that it can't find
the Framework?

steven

On Fri, Aug 7, 2015 at 12:51 AM, Casey Mongoven <cm@caseymongoven.com> wrote:
> Hi All,
>
> I have installed csound with homebrew on clean install of OS X Yosemite (it
> runs on command line) but don't seem to be able to locate any
> CsoundLib64.framework anywhere. I tried to build it with cmake in the folder
> homebrew downloaded csound into but am getting errors like this, despite the
> library libpng being installed (through homebrew) ... any ideas?:
>
> Caseys-iMac:build caseymongoven$ make
> [ 52%] Built target CsoundLib64
> [ 52%] Built target ampmidid
> [ 52%] Built target buchla
> [ 53%] Built target cellular
> [ 53%] Built target chua
> [ 53%] Built target control
> [ 53%] Built target cs_date
> [ 53%] Built target doppler
> [ 53%] Built target exciter
> [ 54%] Built target fareygen
> [ 54%] Built target fractalnoise
> [ 55%] Built target image
> [ 56%] Built target mixer
> [ 57%] Built target padsynth
> [ 57%] Built target platerev
> [ 58%] Built target py
> [ 59%] Built target scansyn
> [ 59%] Built target serial
> [ 60%] Built target signalflowgraph
> [ 60%] Built target system_call
> [ 61%] Built target framebuffer
> [ 62%] Built target cmidi
> [ 62%] Built target ipmidi
> [ 63%] Built target pmidi
> [ 63%] Built target rtauhal
> [ 64%] Built target rtpa
> [ 65%] Linking CXX shared library ../libvirtual.dylib
> ld: library not found for -lpng
> clang: error: linker command failed with exit code 1 (use -v to see
> invocation)
> make[2]: *** [libvirtual.dylib] Error 1
> make[1]: *** [InOut/CMakeFiles/virtual.dir/all] Error 2
> make: *** [all] Error 2
>
>
>
>
> --
> View this message in context: http://csound.1045644.n5.nabble.com/problems-installing-with-homebrew-tp5743020.html
> Sent from the Csound - General mailing list archive at Nabble.com.
>
> ------------------------------------------------------------------------------
> _______________________________________________
> Csound-users mailing list
> Csound-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-users
> Send bugs reports to
>         https://github.com/csound/csound/issues
> Discussions of bugs and features can be posted here

------------------------------------------------------------------------------
_______________________________________________
Csound-users mailing list
Csound-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-users
Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here



------------------------------------------------------------------------------

_______________________________________________
Csound-users mailing list
Csound-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-users
Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here



------------------------------------------------------------------------------

_______________________________________________
Csound-users mailing list
Csound-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-users
Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here



------------------------------------------------------------------------------
_______________________________________________
Csound-users mailing list
Csound-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-users
Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here
--
Edward Costello

Date2015-09-14 20:12
FromSteven Yi
SubjectRe: problems installing with homebrew
AttachmentsNone  None  
I haven't had a chance to look into homebrew much recently, just been updating the formula as-is. I just looked at Hombrew's project page and it looks like they introduced a new build system that I suspect changed things for Csound.  I think for me to further investigate I'd need to remove my /usr/local or move it out of the way temporarily, which is a bit much for me at the moment.  I was planning to format this computer and start with a fresh OSX install sometime soon, but I have to do a fair amount of preparations for that to happen (maybe this weekend?)

Sidenote: If someone has the time to take up the work of managing the Homebrew tap, just let me know. I'd be happy to get someone else write access to that repo and hand that over.

On Sun, Sep 13, 2015 at 5:32 AM, Ed Costello <phasereset@gmail.com> wrote:
Hi,

I've had this problem as well, is csound supposed to install the framework in ~/Library/Frameworks if you build from homebrew? I did a new OS X install the other day, installed csound from homebrew to build a project and the Framework wasn't there,
Ed

On Sun, 13 Sep 2015 at 11:05 Anders Genell <anders.genell@gmail.com> wrote:
I read on "the internet" (where all information exists and is, of course, correct) that one could use otool -L to find extra info, sp I did:

MacBook:~ anders$ otool -L /usr/local/bin/csound

/usr/local/bin/csound:

CsoundLib64.framework/Versions/6.0/CsoundLib64 (compatibility version 6.0.0, current version 0.0.0)

/usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 1213.0.0)



In order to find where the lib actually is, I did find / -iname '*CsoundLib64*' and it would seem there is none to be found at all...

Regards,
Anders

On Sun, Sep 13, 2015 at 10:49 AM, Anders Genell <anders.genell@gmail.com> wrote:
Hi Steven,

I tried removing and reinstalling home-brew, and then reinstalled csound with the same result. I then tried reinstalling flac (brew reinstall flac) and then reinstalled csound (brew reinstall csound) with no difference.


I still cannot run csound from terminal:

MacBook:~ anders$ csound -z

dyld: Library not loaded: CsoundLib64.framework/Versions/6.0/CsoundLib64

  Referenced from: /usr/local/bin/csound

  Reason: image not found

Trace/BPT trap: 5


Regards,
Anders

On Sun, Sep 13, 2015 at 2:23 AM, Steven Yi <stevenyi@gmail.com> wrote:
Hi Anders,

The warnings are a known issue and you can ignore. The one message that looks curious is:

Warning: csound/csound/csound dependency flac was built with a different C++ standard

library (libc++ from clang). This may cause problems at runtime.


I'm assuming this flac may be either from an older build or installed from somewhere else?  Maybe try reinstalling flac with homebrew?

steven

On Fri, Sep 11, 2015 at 3:23 PM, Anders Genell <anders.genell@gmail.com> wrote:
Hi again!

I did a brew uninstall csound
and the did brew install csound again, but still the same error, and still not able to run csound…

regards,
Anders


On 18 aug 2015, at 21:17, Anders Genell <anders.genell@gmail.com> wrote:

Steven (et al)!
Sorry to hijack the thread like this, but I just wanted to say I just tried installing sound via hombrew (my first ever experience with homebrew) on my rather old macbook (MacBook 13-inch, Aluminum, Late 2008) which i recently updated with a SSD disk and a fresh install of Yosemite. When installing csound there were a number of warnings (included below) and when trying to run sound it does indeed come to a screeching halt, so if there is a simple way to mend it, it would be much appreciated!

Regards,
Anders

$ csound 
dyld: Library not loaded: CsoundLib64.framework/Versions/6.0/CsoundLib64
  Referenced from: /usr/local/bin/csound
  Reason: image not found
Trace/BPT trap: 5


homebrew warnings:
...
==> Installing csound/csound/csound
######################################################################## 100,0%
==> cmake . -DUSE_GETTEXT=0 -DBUILD_STK_OPCODES=0 -DCMAKE_C_FLAGS_RELEASE= -DCMA
==> make install
Warning: csound/csound/csound dependency flac was built with a different C++ standard
library (libc++ from clang). This may cause problems at runtime.
Warning: Could not fix CsoundLib64.framework/Versions/6.0/CsoundLib64 in /usr/local/Cellar/csound/6.05.0/bin/atsa
Warning: Could not fix CsoundLib64.framework/Versions/6.0/CsoundLib64 in /usr/local/Cellar/csound/6.05.0/bin/cs
Warning: Could not fix CsoundLib64.framework/Versions/6.0/CsoundLib64 in /usr/local/Cellar/csound/6.05.0/bin/csanalyze
Warning: Could not fix CsoundLib64.framework/Versions/6.0/CsoundLib64 in /usr/local/Cellar/csound/6.05.0/bin/csb64enc
Warning: Could not fix CsoundLib64.framework/Versions/6.0/CsoundLib64 in /usr/local/Cellar/csound/6.05.0/bin/csdebugger
Warning: Could not fix CsoundLib64.framework/Versions/6.0/CsoundLib64 in /usr/local/Cellar/csound/6.05.0/bin/csound
Warning: Could not fix CsoundLib64.framework/Versions/6.0/CsoundLib64 in /usr/local/Cellar/csound/6.05.0/bin/cvanal
Warning: Could not fix CsoundLib64.framework/Versions/6.0/CsoundLib64 in /usr/local/Cellar/csound/6.05.0/bin/dnoise
Warning: Could not fix CsoundLib64.framework/Versions/6.0/CsoundLib64 in /usr/local/Cellar/csound/6.05.0/bin/envext
Warning: Could not fix CsoundLib64.framework/Versions/6.0/CsoundLib64 in /usr/local/Cellar/csound/6.05.0/bin/extract
Warning: Could not fix CsoundLib64.framework/Versions/6.0/CsoundLib64 in /usr/local/Cellar/csound/6.05.0/bin/extractor
Warning: Could not fix CsoundLib64.framework/Versions/6.0/CsoundLib64 in /usr/local/Cellar/csound/6.05.0/bin/het_export
Warning: Could not fix CsoundLib64.framework/Versions/6.0/CsoundLib64 in /usr/local/Cellar/csound/6.05.0/bin/het_import
Warning: Could not fix CsoundLib64.framework/Versions/6.0/CsoundLib64 in /usr/local/Cellar/csound/6.05.0/bin/hetro
Warning: Could not fix CsoundLib64.framework/Versions/6.0/CsoundLib64 in /usr/local/Cellar/csound/6.05.0/bin/lpanal
Warning: Could not fix CsoundLib64.framework/Versions/6.0/CsoundLib64 in /usr/local/Cellar/csound/6.05.0/bin/lpc_export
Warning: Could not fix CsoundLib64.framework/Versions/6.0/CsoundLib64 in /usr/local/Cellar/csound/6.05.0/bin/lpc_import
Warning: Could not fix CsoundLib64.framework/Versions/6.0/CsoundLib64 in /usr/local/Cellar/csound/6.05.0/bin/makecsd
Warning: Could not fix CsoundLib64.framework/Versions/6.0/CsoundLib64 in /usr/local/Cellar/csound/6.05.0/bin/mixer
Warning: Could not fix CsoundLib64.framework/Versions/6.0/CsoundLib64 in /usr/local/Cellar/csound/6.05.0/bin/pv_export
Warning: Could not fix CsoundLib64.framework/Versions/6.0/CsoundLib64 in /usr/local/Cellar/csound/6.05.0/bin/pv_import
Warning: Could not fix CsoundLib64.framework/Versions/6.0/CsoundLib64 in /usr/local/Cellar/csound/6.05.0/bin/pvanal
Warning: Could not fix CsoundLib64.framework/Versions/6.0/CsoundLib64 in /usr/local/Cellar/csound/6.05.0/bin/pvlook
Warning: Could not fix CsoundLib64.framework/Versions/6.0/CsoundLib64 in /usr/local/Cellar/csound/6.05.0/bin/scale
Warning: Could not fix CsoundLib64.framework/Versions/6.0/CsoundLib64 in /usr/local/Cellar/csound/6.05.0/bin/scot
Warning: Could not fix CsoundLib64.framework/Versions/6.0/CsoundLib64 in /usr/local/Cellar/csound/6.05.0/bin/scsort
Warning: Could not fix CsoundLib64.framework/Versions/6.0/CsoundLib64 in /usr/local/Cellar/csound/6.05.0/bin/sndinfo
Warning: Could not fix CsoundLib64.framework/Versions/6.0/CsoundLib64 in /usr/local/Cellar/csound/6.05.0/bin/srconv
Warning: Could not fix CsoundLib64.framework/Versions/6.0/CsoundLib64 in /usr/local/Cellar/csound/6.05.0/lib/libCsoundAC.6.0.dylib
Warning: Could not fix CsoundLib64.framework/Versions/6.0/CsoundLib64 in /usr/local/Cellar/csound/6.05.0/lib/libcsnd6.6.0.dylib
🍺  /usr/local/Cellar/csound/6.05.0: 37 files, 1,9M, built in 4.5 minutes

On Sat, Aug 8, 2015 at 8:36 PM, Steven Yi <stevenyi@gmail.com> wrote:
Hi Casey,

With Homebrew, the framework is currently being installed into
~/Library/Frameworks.  (That should probably change to use Homebrew's
Frameworks folder, but there hasn't been much complaint about it and
so it's been low on the priority list).

So after doing a "brew install csound", are you able to run csound the
executable and just aren't able to find the Framework for your own
usage, or is it the csound executable complaining that it can't find
the Framework?

steven

On Fri, Aug 7, 2015 at 12:51 AM, Casey Mongoven <cm@caseymongoven.com> wrote:
> Hi All,
>
> I have installed csound with homebrew on clean install of OS X Yosemite (it
> runs on command line) but don't seem to be able to locate any
> CsoundLib64.framework anywhere. I tried to build it with cmake in the folder
> homebrew downloaded csound into but am getting errors like this, despite the
> library libpng being installed (through homebrew) ... any ideas?:
>
> Caseys-iMac:build caseymongoven$ make
> [ 52%] Built target CsoundLib64
> [ 52%] Built target ampmidid
> [ 52%] Built target buchla
> [ 53%] Built target cellular
> [ 53%] Built target chua
> [ 53%] Built target control
> [ 53%] Built target cs_date
> [ 53%] Built target doppler
> [ 53%] Built target exciter
> [ 54%] Built target fareygen
> [ 54%] Built target fractalnoise
> [ 55%] Built target image
> [ 56%] Built target mixer
> [ 57%] Built target padsynth
> [ 57%] Built target platerev
> [ 58%] Built target py
> [ 59%] Built target scansyn
> [ 59%] Built target serial
> [ 60%] Built target signalflowgraph
> [ 60%] Built target system_call
> [ 61%] Built target framebuffer
> [ 62%] Built target cmidi
> [ 62%] Built target ipmidi
> [ 63%] Built target pmidi
> [ 63%] Built target rtauhal
> [ 64%] Built target rtpa
> [ 65%] Linking CXX shared library ../libvirtual.dylib
> ld: library not found for -lpng
> clang: error: linker command failed with exit code 1 (use -v to see
> invocation)
> make[2]: *** [libvirtual.dylib] Error 1
> make[1]: *** [InOut/CMakeFiles/virtual.dir/all] Error 2
> make: *** [all] Error 2
>
>
>
>
> --
> View this message in context: http://csound.1045644.n5.nabble.com/problems-installing-with-homebrew-tp5743020.html
> Sent from the Csound - General mailing list archive at Nabble.com.
>
> ------------------------------------------------------------------------------
> _______________________________________________
> Csound-users mailing list
> Csound-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-users
> Send bugs reports to
>         https://github.com/csound/csound/issues
> Discussions of bugs and features can be posted here

------------------------------------------------------------------------------
_______________________________________________
Csound-users mailing list
Csound-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-users
Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here



------------------------------------------------------------------------------

_______________________________________________
Csound-users mailing list
Csound-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-users
Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here



------------------------------------------------------------------------------

_______________________________________________
Csound-users mailing list
Csound-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-users
Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here



------------------------------------------------------------------------------
_______________________________________________
Csound-users mailing list
Csound-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-users
Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here
--
Edward Costello

------------------------------------------------------------------------------

_______________________________________________
Csound-users mailing list
Csound-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-users
Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here



Date2015-09-14 20:38
FromAnders Genell
SubjectRe: problems installing with homebrew
AttachmentsNone  None  
Thanks, Steven!
For my part there is no need to hurry, I can install the official OSX release or setup the tool chain e.g. via Mac Ports and build myself (I hope), I just thought homebrew was a nice way to try features showing up in the develop branch. 

Regards,
Anders



14 sep 2015 kl. 21:12 skrev Steven Yi <stevenyi@gmail.com>:

I haven't had a chance to look into homebrew much recently, just been updating the formula as-is. I just looked at Hombrew's project page and it looks like they introduced a new build system that I suspect changed things for Csound.  I think for me to further investigate I'd need to remove my /usr/local or move it out of the way temporarily, which is a bit much for me at the moment.  I was planning to format this computer and start with a fresh OSX install sometime soon, but I have to do a fair amount of preparations for that to happen (maybe this weekend?)

Sidenote: If someone has the time to take up the work of managing the Homebrew tap, just let me know. I'd be happy to get someone else write access to that repo and hand that over.

On Sun, Sep 13, 2015 at 5:32 AM, Ed Costello <phasereset@gmail.com> wrote:
Hi,

I've had this problem as well, is csound supposed to install the framework in ~/Library/Frameworks if you build from homebrew? I did a new OS X install the other day, installed csound from homebrew to build a project and the Framework wasn't there,
Ed

On Sun, 13 Sep 2015 at 11:05 Anders Genell <anders.genell@gmail.com> wrote:
I read on "the internet" (where all information exists and is, of course, correct) that one could use otool -L to find extra info, sp I did:

MacBook:~ anders$ otool -L /usr/local/bin/csound

/usr/local/bin/csound:

CsoundLib64.framework/Versions/6.0/CsoundLib64 (compatibility version 6.0.0, current version 0.0.0)

/usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 1213.0.0)



In order to find where the lib actually is, I did find / -iname '*CsoundLib64*' and it would seem there is none to be found at all...

Regards,
Anders

On Sun, Sep 13, 2015 at 10:49 AM, Anders Genell <anders.genell@gmail.com> wrote:
Hi Steven,

I tried removing and reinstalling home-brew, and then reinstalled csound with the same result. I then tried reinstalling flac (brew reinstall flac) and then reinstalled csound (brew reinstall csound) with no difference.


I still cannot run csound from terminal:

MacBook:~ anders$ csound -z

dyld: Library not loaded: CsoundLib64.framework/Versions/6.0/CsoundLib64

  Referenced from: /usr/local/bin/csound

  Reason: image not found

Trace/BPT trap: 5


Regards,
Anders

On Sun, Sep 13, 2015 at 2:23 AM, Steven Yi <stevenyi@gmail.com> wrote:
Hi Anders,

The warnings are a known issue and you can ignore. The one message that looks curious is:

Warning: csound/csound/csound dependency flac was built with a different C++ standard

library (libc++ from clang). This may cause problems at runtime.


I'm assuming this flac may be either from an older build or installed from somewhere else?  Maybe try reinstalling flac with homebrew?

steven

On Fri, Sep 11, 2015 at 3:23 PM, Anders Genell <anders.genell@gmail.com> wrote:
Hi again!

I did a brew uninstall csound
and the did brew install csound again, but still the same error, and still not able to run csound…

regards,
Anders


On 18 aug 2015, at 21:17, Anders Genell <anders.genell@gmail.com> wrote:

Steven (et al)!
Sorry to hijack the thread like this, but I just wanted to say I just tried installing sound via hombrew (my first ever experience with homebrew) on my rather old macbook (MacBook 13-inch, Aluminum, Late 2008) which i recently updated with a SSD disk and a fresh install of Yosemite. When installing csound there were a number of warnings (included below) and when trying to run sound it does indeed come to a screeching halt, so if there is a simple way to mend it, it would be much appreciated!

Regards,
Anders

$ csound 
dyld: Library not loaded: CsoundLib64.framework/Versions/6.0/CsoundLib64
  Referenced from: /usr/local/bin/csound
  Reason: image not found
Trace/BPT trap: 5


homebrew warnings:
...
==> Installing csound/csound/csound
######################################################################## 100,0%
==> cmake . -DUSE_GETTEXT=0 -DBUILD_STK_OPCODES=0 -DCMAKE_C_FLAGS_RELEASE= -DCMA
==> make install
Warning: csound/csound/csound dependency flac was built with a different C++ standard
library (libc++ from clang). This may cause problems at runtime.
Warning: Could not fix CsoundLib64.framework/Versions/6.0/CsoundLib64 in /usr/local/Cellar/csound/6.05.0/bin/atsa
Warning: Could not fix CsoundLib64.framework/Versions/6.0/CsoundLib64 in /usr/local/Cellar/csound/6.05.0/bin/cs
Warning: Could not fix CsoundLib64.framework/Versions/6.0/CsoundLib64 in /usr/local/Cellar/csound/6.05.0/bin/csanalyze
Warning: Could not fix CsoundLib64.framework/Versions/6.0/CsoundLib64 in /usr/local/Cellar/csound/6.05.0/bin/csb64enc
Warning: Could not fix CsoundLib64.framework/Versions/6.0/CsoundLib64 in /usr/local/Cellar/csound/6.05.0/bin/csdebugger
Warning: Could not fix CsoundLib64.framework/Versions/6.0/CsoundLib64 in /usr/local/Cellar/csound/6.05.0/bin/csound
Warning: Could not fix CsoundLib64.framework/Versions/6.0/CsoundLib64 in /usr/local/Cellar/csound/6.05.0/bin/cvanal
Warning: Could not fix CsoundLib64.framework/Versions/6.0/CsoundLib64 in /usr/local/Cellar/csound/6.05.0/bin/dnoise
Warning: Could not fix CsoundLib64.framework/Versions/6.0/CsoundLib64 in /usr/local/Cellar/csound/6.05.0/bin/envext
Warning: Could not fix CsoundLib64.framework/Versions/6.0/CsoundLib64 in /usr/local/Cellar/csound/6.05.0/bin/extract
Warning: Could not fix CsoundLib64.framework/Versions/6.0/CsoundLib64 in /usr/local/Cellar/csound/6.05.0/bin/extractor
Warning: Could not fix CsoundLib64.framework/Versions/6.0/CsoundLib64 in /usr/local/Cellar/csound/6.05.0/bin/het_export
Warning: Could not fix CsoundLib64.framework/Versions/6.0/CsoundLib64 in /usr/local/Cellar/csound/6.05.0/bin/het_import
Warning: Could not fix CsoundLib64.framework/Versions/6.0/CsoundLib64 in /usr/local/Cellar/csound/6.05.0/bin/hetro
Warning: Could not fix CsoundLib64.framework/Versions/6.0/CsoundLib64 in /usr/local/Cellar/csound/6.05.0/bin/lpanal
Warning: Could not fix CsoundLib64.framework/Versions/6.0/CsoundLib64 in /usr/local/Cellar/csound/6.05.0/bin/lpc_export
Warning: Could not fix CsoundLib64.framework/Versions/6.0/CsoundLib64 in /usr/local/Cellar/csound/6.05.0/bin/lpc_import
Warning: Could not fix CsoundLib64.framework/Versions/6.0/CsoundLib64 in /usr/local/Cellar/csound/6.05.0/bin/makecsd
Warning: Could not fix CsoundLib64.framework/Versions/6.0/CsoundLib64 in /usr/local/Cellar/csound/6.05.0/bin/mixer
Warning: Could not fix CsoundLib64.framework/Versions/6.0/CsoundLib64 in /usr/local/Cellar/csound/6.05.0/bin/pv_export
Warning: Could not fix CsoundLib64.framework/Versions/6.0/CsoundLib64 in /usr/local/Cellar/csound/6.05.0/bin/pv_import
Warning: Could not fix CsoundLib64.framework/Versions/6.0/CsoundLib64 in /usr/local/Cellar/csound/6.05.0/bin/pvanal
Warning: Could not fix CsoundLib64.framework/Versions/6.0/CsoundLib64 in /usr/local/Cellar/csound/6.05.0/bin/pvlook
Warning: Could not fix CsoundLib64.framework/Versions/6.0/CsoundLib64 in /usr/local/Cellar/csound/6.05.0/bin/scale
Warning: Could not fix CsoundLib64.framework/Versions/6.0/CsoundLib64 in /usr/local/Cellar/csound/6.05.0/bin/scot
Warning: Could not fix CsoundLib64.framework/Versions/6.0/CsoundLib64 in /usr/local/Cellar/csound/6.05.0/bin/scsort
Warning: Could not fix CsoundLib64.framework/Versions/6.0/CsoundLib64 in /usr/local/Cellar/csound/6.05.0/bin/sndinfo
Warning: Could not fix CsoundLib64.framework/Versions/6.0/CsoundLib64 in /usr/local/Cellar/csound/6.05.0/bin/srconv
Warning: Could not fix CsoundLib64.framework/Versions/6.0/CsoundLib64 in /usr/local/Cellar/csound/6.05.0/lib/libCsoundAC.6.0.dylib
Warning: Could not fix CsoundLib64.framework/Versions/6.0/CsoundLib64 in /usr/local/Cellar/csound/6.05.0/lib/libcsnd6.6.0.dylib
🍺  /usr/local/Cellar/csound/6.05.0: 37 files, 1,9M, built in 4.5 minutes

On Sat, Aug 8, 2015 at 8:36 PM, Steven Yi <stevenyi@gmail.com> wrote:
Hi Casey,

With Homebrew, the framework is currently being installed into
~/Library/Frameworks.  (That should probably change to use Homebrew's
Frameworks folder, but there hasn't been much complaint about it and
so it's been low on the priority list).

So after doing a "brew install csound", are you able to run csound the
executable and just aren't able to find the Framework for your own
usage, or is it the csound executable complaining that it can't find
the Framework?

steven

On Fri, Aug 7, 2015 at 12:51 AM, Casey Mongoven <cm@caseymongoven.com> wrote:
> Hi All,
>
> I have installed csound with homebrew on clean install of OS X Yosemite (it
> runs on command line) but don't seem to be able to locate any
> CsoundLib64.framework anywhere. I tried to build it with cmake in the folder
> homebrew downloaded csound into but am getting errors like this, despite the
> library libpng being installed (through homebrew) ... any ideas?:
>
> Caseys-iMac:build caseymongoven$ make
> [ 52%] Built target CsoundLib64
> [ 52%] Built target ampmidid
> [ 52%] Built target buchla
> [ 53%] Built target cellular
> [ 53%] Built target chua
> [ 53%] Built target control
> [ 53%] Built target cs_date
> [ 53%] Built target doppler
> [ 53%] Built target exciter
> [ 54%] Built target fareygen
> [ 54%] Built target fractalnoise
> [ 55%] Built target image
> [ 56%] Built target mixer
> [ 57%] Built target padsynth
> [ 57%] Built target platerev
> [ 58%] Built target py
> [ 59%] Built target scansyn
> [ 59%] Built target serial
> [ 60%] Built target signalflowgraph
> [ 60%] Built target system_call
> [ 61%] Built target framebuffer
> [ 62%] Built target cmidi
> [ 62%] Built target ipmidi
> [ 63%] Built target pmidi
> [ 63%] Built target rtauhal
> [ 64%] Built target rtpa
> [ 65%] Linking CXX shared library ../libvirtual.dylib
> ld: library not found for -lpng
> clang: error: linker command failed with exit code 1 (use -v to see
> invocation)
> make[2]: *** [libvirtual.dylib] Error 1
> make[1]: *** [InOut/CMakeFiles/virtual.dir/all] Error 2
> make: *** [all] Error 2
>
>
>
>
> --
> View this message in context: http://csound.1045644.n5.nabble.com/problems-installing-with-homebrew-tp5743020.html
> Sent from the Csound - General mailing list archive at Nabble.com.
>
> ------------------------------------------------------------------------------
> _______________________________________________
> Csound-users mailing list
> Csound-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-users
> Send bugs reports to
>         https://github.com/csound/csound/issues
> Discussions of bugs and features can be posted here

------------------------------------------------------------------------------
_______________________________________________
Csound-users mailing list
Csound-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-users
Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here



------------------------------------------------------------------------------

_______________________________________________
Csound-users mailing list
Csound-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-users
Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here



------------------------------------------------------------------------------

_______________________________________________
Csound-users mailing list
Csound-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-users
Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here



------------------------------------------------------------------------------
_______________________________________________
Csound-users mailing list
Csound-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-users
Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here
--
Edward Costello

------------------------------------------------------------------------------

_______________________________________________
Csound-users mailing list
Csound-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-users
Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here


------------------------------------------------------------------------------
_______________________________________________
Csound-users mailing list
Csound-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-users
Send bugs reports to
       https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here