Csound Csound-dev Csound-tekno Search About

[Cs-dev] OSX: Homebrew

Date2013-05-11 16:12
FromSteven Yi
Subject[Cs-dev] OSX: Homebrew
Hi All,

I've put together a homebrew [1]  file and was hoping to get some
people to test it.  If it's working well maybe we can submit it to the
homebrew repo.  The file is available at:

http://www.kunstmusik.com/csound.rb

You can try installing it by using:

brew install http://www.kunstmusik.com/csound.rb

This builds with a source zip I put together from today's GIT (using
'cpack package_source').  If you want to use the latest from GIT
(recommended at this point) you can use:

brew install --HEAD http://www.kunstmusik.com/csound.rb

This should also install the following dependencies:

  depends_on 'cmake' => :build
  depends_on 'swig' => :build

  depends_on 'libsndfile'

  depends_on 'portaudio' => :recommended
  depends_on 'portmidi' => :recommended
  depends_on 'liblo' => :recommended
  depends_on 'boost' => :recommended
  depends_on 'libpng' => :recommended
  depends_on 'stk' => :recommended

You can get info on flags by using:

brew info http://www.kunstmusik.com/csound.rb

and can (or, at least, should) be able to build as a --universal using:

brew install --HEAD http://www.kunstmusik.com/csound.rb --universal

Some notes:

1) There are likely to be problems.  Please report issues here so that
we can fix them together. :)

2) The csound cmake file installs things into places that may be
protected on your system. The particularly relevant ones are
/usr/local, /Library/Python/2.7/site-packages, and
/Library/Java/Extensions.  Homebrew explains how to deal with the
latter 2 directores in [2]. There's info about /usr/local on the
homebrew site [1].

3) I'm currently thinking this might be the best way to get everything
required to build csound installed on OSX.  The idea is that once you
install once, you'll have everything you need to also clone Csound's
git repo and develop/build/install.

Thanks!
steven

[1] - http://brew.sh/
[2] - https://github.com/mxcl/homebrew/wiki/Gems%2C-Eggs-and-Perl-Modules

------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and 
their applications. This 200-page book is written by three acclaimed 
leaders in the field. The early access version is available now. 
Download your free book today! http://p.sf.net/sfu/neotech_d2d_may
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2013-05-11 16:21
FromJacob Joaquin
SubjectRe: [Cs-dev] OSX: Homebrew
AttachmentsNone  None  
I ran into an error which was resolved by updating brew:

brew update

It's currently downloading and installing dependencies. We'll see how this goes.


On Sat, May 11, 2013 at 8:12 AM, Steven Yi <stevenyi@gmail.com> wrote:
Hi All,

I've put together a homebrew [1]  file and was hoping to get some
people to test it.  If it's working well maybe we can submit it to the
homebrew repo.  The file is available at:

http://www.kunstmusik.com/csound.rb

You can try installing it by using:

brew install http://www.kunstmusik.com/csound.rb

This builds with a source zip I put together from today's GIT (using
'cpack package_source').  If you want to use the latest from GIT
(recommended at this point) you can use:

brew install --HEAD http://www.kunstmusik.com/csound.rb

This should also install the following dependencies:

  depends_on 'cmake' => :build
  depends_on 'swig' => :build

  depends_on 'libsndfile'

  depends_on 'portaudio' => :recommended
  depends_on 'portmidi' => :recommended
  depends_on 'liblo' => :recommended
  depends_on 'boost' => :recommended
  depends_on 'libpng' => :recommended
  depends_on 'stk' => :recommended

You can get info on flags by using:

brew info http://www.kunstmusik.com/csound.rb

and can (or, at least, should) be able to build as a --universal using:

brew install --HEAD http://www.kunstmusik.com/csound.rb --universal

Some notes:

1) There are likely to be problems.  Please report issues here so that
we can fix them together. :)

2) The csound cmake file installs things into places that may be
protected on your system. The particularly relevant ones are
/usr/local, /Library/Python/2.7/site-packages, and
/Library/Java/Extensions.  Homebrew explains how to deal with the
latter 2 directores in [2]. There's info about /usr/local on the
homebrew site [1].

3) I'm currently thinking this might be the best way to get everything
required to build csound installed on OSX.  The idea is that once you
install once, you'll have everything you need to also clone Csound's
git repo and develop/build/install.

Thanks!
steven

[1] - http://brew.sh/
[2] - https://github.com/mxcl/homebrew/wiki/Gems%2C-Eggs-and-Perl-Modules

------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and
their applications. This 200-page book is written by three acclaimed
leaders in the field. The early access version is available now.
Download your free book today! http://p.sf.net/sfu/neotech_d2d_may
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-devel



--
codehop.com | #code #art #music

Date2013-05-11 16:24
FromJacob Joaquin
SubjectRe: [Cs-dev] OSX: Homebrew
AttachmentsNone  None  
Here's my first run through; It breaks at libogg. I'm actually in the middle of something this morning. I'll spend more time with this when I have some:

Quorra ~ $ brew install http://www.kunstmusik.com/csound.rb
######################################################################## 100.0%
Warning: Your Xcode (4.6.1) is outdated
Please install Xcode 4.6.2.
==> Installing csound dependency: cmake
######################################################################## 100.0%
==> Pouring cmake-2.8.10.2.mountain_lion.bottle.tar.gz
🍺  /usr/local/Cellar/cmake/2.8.10.2: 683 files, 32M
==> Installing csound dependency: pcre
######################################################################## 100.0%
######################################################################## 100.0%==> ./configure --prefix=/usr/local/Cellar/pcre/8.32 --enable-utf8 --enable-unic
==> make test
==> make install
🍺  /usr/local/Cellar/pcre/8.32: 135 files, 3.6M, built in 44 seconds
==> Installing csound dependency: swig
######################################################################## 100.0%
==> ./configure --prefix=/usr/local/Cellar/swig/2.0.9
==> make
==> make install
🍺  /usr/local/Cellar/swig/2.0.9: 599 files, 6.2M, built in 45 seconds
==> Installing csound dependency: pkg-config
######################################################################## 100.0%
==> Pouring pkg-config-0.28.mountain_lion.bottle.tar.gz
🍺  /usr/local/Cellar/pkg-config/0.28: 10 files, 636K
==> Installing csound dependency: lame
######################################################################## 100.0%
==> ./configure --prefix=/usr/local/Cellar/lame/3.99.5 --enable-nasm
==> make install
🍺  /usr/local/Cellar/lame/3.99.5: 25 files, 2.1M, built in 27 seconds
==> Installing csound dependency: flac
######################################################################## 100.0%
==> ./configure --disable-asm-optimizations --enable-sse --prefix=/usr/local/Cellar/flac/1.2.1 --mandir=/usr/local/Cellar/flac/1.2.1/share/man
==> make install
######################################################################## 100.0%
Warning: Could not link flac. Unlinking...
Error: The `brew link` step did not complete successfully
The formula built, but is not symlinked into /usr/local
You can try again using `brew link flac'
==> Summary
🍺  /usr/local/Cellar/flac/1.2.1: 304 files, 6.5M, built in 47 seconds
==> Installing csound dependency: libogg
######################################################################## 100.0%
==> ./configure --prefix=/usr/local/Cellar/libogg/1.3.0
==> make
==> make install
Warning: Could not link libogg. Unlinking...
Error: The `brew link` step did not complete successfully
The formula built, but is not symlinked into /usr/local
You can try again using `brew link libogg'
==> Summary
🍺  /usr/local/Cellar/libogg/1.3.0: 85 files, 520K, built in 11 seconds
==> Installing csound dependency: xz
######################################################################## 100.0%
==> ./configure --prefix=/usr/local/Cellar/xz/5.0.4
==> make install
🍺  /usr/local/Cellar/xz/5.0.4: 58 files, 1.5M, built in 27 seconds
Error: You must `brew link libogg' before libvorbis can be installed





On Sat, May 11, 2013 at 8:21 AM, Jacob Joaquin <jacobjoaquin@gmail.com> wrote:
I ran into an error which was resolved by updating brew:

brew update

It's currently downloading and installing dependencies. We'll see how this goes.


On Sat, May 11, 2013 at 8:12 AM, Steven Yi <stevenyi@gmail.com> wrote:
Hi All,

I've put together a homebrew [1]  file and was hoping to get some
people to test it.  If it's working well maybe we can submit it to the
homebrew repo.  The file is available at:

http://www.kunstmusik.com/csound.rb

You can try installing it by using:

brew install http://www.kunstmusik.com/csound.rb

This builds with a source zip I put together from today's GIT (using
'cpack package_source').  If you want to use the latest from GIT
(recommended at this point) you can use:

brew install --HEAD http://www.kunstmusik.com/csound.rb

This should also install the following dependencies:

  depends_on 'cmake' => :build
  depends_on 'swig' => :build

  depends_on 'libsndfile'

  depends_on 'portaudio' => :recommended
  depends_on 'portmidi' => :recommended
  depends_on 'liblo' => :recommended
  depends_on 'boost' => :recommended
  depends_on 'libpng' => :recommended
  depends_on 'stk' => :recommended

You can get info on flags by using:

brew info http://www.kunstmusik.com/csound.rb

and can (or, at least, should) be able to build as a --universal using:

brew install --HEAD http://www.kunstmusik.com/csound.rb --universal

Some notes:

1) There are likely to be problems.  Please report issues here so that
we can fix them together. :)

2) The csound cmake file installs things into places that may be
protected on your system. The particularly relevant ones are
/usr/local, /Library/Python/2.7/site-packages, and
/Library/Java/Extensions.  Homebrew explains how to deal with the
latter 2 directores in [2]. There's info about /usr/local on the
homebrew site [1].

3) I'm currently thinking this might be the best way to get everything
required to build csound installed on OSX.  The idea is that once you
install once, you'll have everything you need to also clone Csound's
git repo and develop/build/install.

Thanks!
steven

[1] - http://brew.sh/
[2] - https://github.com/mxcl/homebrew/wiki/Gems%2C-Eggs-and-Perl-Modules

------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and
their applications. This 200-page book is written by three acclaimed
leaders in the field. The early access version is available now.
Download your free book today! http://p.sf.net/sfu/neotech_d2d_may
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-devel



--
codehop.com | #code #art #music



--
codehop.com | #code #art #music

Date2013-05-11 16:38
FromSteven Yi
SubjectRe: [Cs-dev] OSX: Homebrew
Hi Jake,

Thanks very much for the quick report! I'm running into similar
situations and it has to do with brew trying to install links but
there are original files there installed from somewhere else (likely
from a previous csound installer install).  I just did this:

Error: Could not symlink file:
/usr/local/Cellar/libogg/1.3.0/include/ogg/os_types.h
Target /usr/local/include/ogg/os_types.h already exists. You may need
to delete it.
To force the link and overwrite all other conflicting files, do:
  brew link --overwrite formula_name

To list all files that would be deleted:
  brew link --overwrite --dry-run formula_name
cp23-119:Formula stevenyi$ brew link --overwrite libogg
Linking /usr/local/Cellar/libogg/1.3.0... 81 symlinks created

and also did 'brew link --overwrite flac' (and so on for each lib).

One note, I'm running into issues in building --universal.  It seems
some of the formulas can be --universal but they depend on others that
don't support universal.  I'm going to see about modifying some of the
dependent homebrew recipes and if that works I'll see if they get
accepted into the main repo.

Thanks!
steven

On Sat, May 11, 2013 at 5:24 PM, Jacob Joaquin  wrote:
> Here's my first run through; It breaks at libogg. I'm actually in the middle
> of something this morning. I'll spend more time with this when I have some:
>
> Quorra ~ $ brew install http://www.kunstmusik.com/csound.rb
> ########################################################################
> 100.0%
> Warning: Your Xcode (4.6.1) is outdated
> Please install Xcode 4.6.2.
> ==> Installing csound dependency: cmake
> ==> Downloading
> https://downloads.sf.net/project/machomebrew/Bottles/cmake-2.8.1
> ########################################################################
> 100.0%
> ==> Pouring cmake-2.8.10.2.mountain_lion.bottle.tar.gz
> 🍺  /usr/local/Cellar/cmake/2.8.10.2: 683 files, 32M
> ==> Installing csound dependency: pcre
> ==> Downloading
> ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre-8.32.
> ########################################################################
> 100.0%
> ########################################################################
> 100.0%==> ./configure --prefix=/usr/local/Cellar/pcre/8.32 --enable-utf8
> --enable-unic
> ==> make test
> ==> make install
> 🍺  /usr/local/Cellar/pcre/8.32: 135 files, 3.6M, built in 44 seconds
> ==> Installing csound dependency: swig
> ==> Downloading
> http://sourceforge.net/projects/swig/files/swig/swig-2.0.9/swig-2.0.9.tar.gz
> ########################################################################
> 100.0%
> ==> ./configure --prefix=/usr/local/Cellar/swig/2.0.9
> ==> make
> ==> make install
> 🍺  /usr/local/Cellar/swig/2.0.9: 599 files, 6.2M, built in 45 seconds
> ==> Installing csound dependency: pkg-config
> ==> Downloading
> https://downloads.sf.net/project/machomebrew/Bottles/pkg-config-0.28.mountain_lion.bottle.tar.gz
> ########################################################################
> 100.0%
> ==> Pouring pkg-config-0.28.mountain_lion.bottle.tar.gz
> 🍺  /usr/local/Cellar/pkg-config/0.28: 10 files, 636K
> ==> Installing csound dependency: lame
> ==> Downloading
> http://downloads.sourceforge.net/sourceforge/lame/lame-3.99.5.tar.gz
> ########################################################################
> 100.0%
> ==> ./configure --prefix=/usr/local/Cellar/lame/3.99.5 --enable-nasm
> ==> make install
> 🍺  /usr/local/Cellar/lame/3.99.5: 25 files, 2.1M, built in 27 seconds
> ==> Installing csound dependency: flac
> ==> Downloading
> http://downloads.sourceforge.net/sourceforge/flac/flac-1.2.1.tar.gz
> ########################################################################
> 100.0%
> ==> ./configure --disable-asm-optimizations --enable-sse
> --prefix=/usr/local/Cellar/flac/1.2.1
> --mandir=/usr/local/Cellar/flac/1.2.1/share/man
> ==> make install
> ==> Downloading https://github.com/rmndk/flac2mp3/archive/v1.0.tar.gz
> ########################################################################
> 100.0%
> Warning: Could not link flac. Unlinking...
> Error: The `brew link` step did not complete successfully
> The formula built, but is not symlinked into /usr/local
> You can try again using `brew link flac'
> ==> Summary
> 🍺  /usr/local/Cellar/flac/1.2.1: 304 files, 6.5M, built in 47 seconds
> ==> Installing csound dependency: libogg
> ==> Downloading http://downloads.xiph.org/releases/ogg/libogg-1.3.0.tar.gz
> ########################################################################
> 100.0%
> ==> ./configure --prefix=/usr/local/Cellar/libogg/1.3.0
> ==> make
> ==> make install
> Warning: Could not link libogg. Unlinking...
> Error: The `brew link` step did not complete successfully
> The formula built, but is not symlinked into /usr/local
> You can try again using `brew link libogg'
> ==> Summary
> 🍺  /usr/local/Cellar/libogg/1.3.0: 85 files, 520K, built in 11 seconds
> ==> Installing csound dependency: xz
> ==> Downloading http://tukaani.org/xz/xz-5.0.4.tar.bz2
> ########################################################################
> 100.0%
> ==> ./configure --prefix=/usr/local/Cellar/xz/5.0.4
> ==> make install
> 🍺  /usr/local/Cellar/xz/5.0.4: 58 files, 1.5M, built in 27 seconds
> Error: You must `brew link libogg' before libvorbis can be installed
>
>
>
>
>
> On Sat, May 11, 2013 at 8:21 AM, Jacob Joaquin 
> wrote:
>>
>> I ran into an error which was resolved by updating brew:
>>
>> brew update
>>
>> It's currently downloading and installing dependencies. We'll see how this
>> goes.
>>
>>
>> On Sat, May 11, 2013 at 8:12 AM, Steven Yi  wrote:
>>>
>>> Hi All,
>>>
>>> I've put together a homebrew [1]  file and was hoping to get some
>>> people to test it.  If it's working well maybe we can submit it to the
>>> homebrew repo.  The file is available at:
>>>
>>> http://www.kunstmusik.com/csound.rb
>>>
>>> You can try installing it by using:
>>>
>>> brew install http://www.kunstmusik.com/csound.rb
>>>
>>> This builds with a source zip I put together from today's GIT (using
>>> 'cpack package_source').  If you want to use the latest from GIT
>>> (recommended at this point) you can use:
>>>
>>> brew install --HEAD http://www.kunstmusik.com/csound.rb
>>>
>>> This should also install the following dependencies:
>>>
>>>   depends_on 'cmake' => :build
>>>   depends_on 'swig' => :build
>>>
>>>   depends_on 'libsndfile'
>>>
>>>   depends_on 'portaudio' => :recommended
>>>   depends_on 'portmidi' => :recommended
>>>   depends_on 'liblo' => :recommended
>>>   depends_on 'boost' => :recommended
>>>   depends_on 'libpng' => :recommended
>>>   depends_on 'stk' => :recommended
>>>
>>> You can get info on flags by using:
>>>
>>> brew info http://www.kunstmusik.com/csound.rb
>>>
>>> and can (or, at least, should) be able to build as a --universal using:
>>>
>>> brew install --HEAD http://www.kunstmusik.com/csound.rb --universal
>>>
>>> Some notes:
>>>
>>> 1) There are likely to be problems.  Please report issues here so that
>>> we can fix them together. :)
>>>
>>> 2) The csound cmake file installs things into places that may be
>>> protected on your system. The particularly relevant ones are
>>> /usr/local, /Library/Python/2.7/site-packages, and
>>> /Library/Java/Extensions.  Homebrew explains how to deal with the
>>> latter 2 directores in [2]. There's info about /usr/local on the
>>> homebrew site [1].
>>>
>>> 3) I'm currently thinking this might be the best way to get everything
>>> required to build csound installed on OSX.  The idea is that once you
>>> install once, you'll have everything you need to also clone Csound's
>>> git repo and develop/build/install.
>>>
>>> Thanks!
>>> steven
>>>
>>> [1] - http://brew.sh/
>>> [2] - https://github.com/mxcl/homebrew/wiki/Gems%2C-Eggs-and-Perl-Modules
>>>
>>>
>>> ------------------------------------------------------------------------------
>>> Learn Graph Databases - Download FREE O'Reilly Book
>>> "Graph Databases" is the definitive new guide to graph databases and
>>> their applications. This 200-page book is written by three acclaimed
>>> leaders in the field. The early access version is available now.
>>> Download your free book today! http://p.sf.net/sfu/neotech_d2d_may
>>> _______________________________________________
>>> Csound-devel mailing list
>>> Csound-devel@lists.sourceforge.net
>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>
>>
>>
>>
>> --
>> codehop.com | #code #art #music
>
>
>
>
> --
> codehop.com | #code #art #music
>
> ------------------------------------------------------------------------------
> Learn Graph Databases - Download FREE O'Reilly Book
> "Graph Databases" is the definitive new guide to graph databases and
> their applications. This 200-page book is written by three acclaimed
> leaders in the field. The early access version is available now.
> Download your free book today! http://p.sf.net/sfu/neotech_d2d_may
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel
>

------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and 
their applications. This 200-page book is written by three acclaimed 
leaders in the field. The early access version is available now. 
Download your free book today! http://p.sf.net/sfu/neotech_d2d_may
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csoun

Date2013-05-11 17:26
Frompeiman khosravi
SubjectRe: [Cs-dev] OSX: Homebrew
AttachmentsNone  None  
I get the same errors. 

P






www.peimankhosravi.co.uk || Subscribe to RSS Feed

To receive emails about upcoming concerts visit this page & enter your email address in the 'follow' section.



On 11 May 2013 16:38, Steven Yi <stevenyi@gmail.com> wrote:
Hi Jake,

Thanks very much for the quick report! I'm running into similar
situations and it has to do with brew trying to install links but
there are original files there installed from somewhere else (likely
from a previous csound installer install).  I just did this:

Error: Could not symlink file:
/usr/local/Cellar/libogg/1.3.0/include/ogg/os_types.h
Target /usr/local/include/ogg/os_types.h already exists. You may need
to delete it.
To force the link and overwrite all other conflicting files, do:
  brew link --overwrite formula_name

To list all files that would be deleted:
  brew link --overwrite --dry-run formula_name
cp23-119:Formula stevenyi$ brew link --overwrite libogg
Linking /usr/local/Cellar/libogg/1.3.0... 81 symlinks created

and also did 'brew link --overwrite flac' (and so on for each lib).

One note, I'm running into issues in building --universal.  It seems
some of the formulas can be --universal but they depend on others that
don't support universal.  I'm going to see about modifying some of the
dependent homebrew recipes and if that works I'll see if they get
accepted into the main repo.

Thanks!
steven

On Sat, May 11, 2013 at 5:24 PM, Jacob Joaquin <jacobjoaquin@gmail.com> wrote:
> Here's my first run through; It breaks at libogg. I'm actually in the middle
> of something this morning. I'll spend more time with this when I have some:
>
> Quorra ~ $ brew install http://www.kunstmusik.com/csound.rb
> ########################################################################
> 100.0%
> Warning: Your Xcode (4.6.1) is outdated
> Please install Xcode 4.6.2.
> ==> Installing csound dependency: cmake
> ==> Downloading
> https://downloads.sf.net/project/machomebrew/Bottles/cmake-2.8.1
> ########################################################################
> 100.0%
> ==> Pouring cmake-2.8.10.2.mountain_lion.bottle.tar.gz
> 🍺  /usr/local/Cellar/cmake/2.8.10.2: 683 files, 32M
> ==> Installing csound dependency: pcre
> ==> Downloading
> ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre-8.32.
> ########################################################################
> 100.0%
> ########################################################################
> 100.0%==> ./configure --prefix=/usr/local/Cellar/pcre/8.32 --enable-utf8
> --enable-unic
> ==> make test
> ==> make install
> 🍺  /usr/local/Cellar/pcre/8.32: 135 files, 3.6M, built in 44 seconds
> ==> Installing csound dependency: swig
> ==> Downloading
> http://sourceforge.net/projects/swig/files/swig/swig-2.0.9/swig-2.0.9.tar.gz
> ########################################################################
> 100.0%
> ==> ./configure --prefix=/usr/local/Cellar/swig/2.0.9
> ==> make
> ==> make install
> 🍺  /usr/local/Cellar/swig/2.0.9: 599 files, 6.2M, built in 45 seconds
> ==> Installing csound dependency: pkg-config
> ==> Downloading
> https://downloads.sf.net/project/machomebrew/Bottles/pkg-config-0.28.mountain_lion.bottle.tar.gz
> ########################################################################
> 100.0%
> ==> Pouring pkg-config-0.28.mountain_lion.bottle.tar.gz
> 🍺  /usr/local/Cellar/pkg-config/0.28: 10 files, 636K
> ==> Installing csound dependency: lame
> ==> Downloading
> http://downloads.sourceforge.net/sourceforge/lame/lame-3.99.5.tar.gz
> ########################################################################
> 100.0%
> ==> ./configure --prefix=/usr/local/Cellar/lame/3.99.5 --enable-nasm
> ==> make install
> 🍺  /usr/local/Cellar/lame/3.99.5: 25 files, 2.1M, built in 27 seconds
> ==> Installing csound dependency: flac
> ==> Downloading
> http://downloads.sourceforge.net/sourceforge/flac/flac-1.2.1.tar.gz
> ########################################################################
> 100.0%
> ==> ./configure --disable-asm-optimizations --enable-sse
> --prefix=/usr/local/Cellar/flac/1.2.1
> --mandir=/usr/local/Cellar/flac/1.2.1/share/man
> ==> make install
> ==> Downloading https://github.com/rmndk/flac2mp3/archive/v1.0.tar.gz
> ########################################################################
> 100.0%
> Warning: Could not link flac. Unlinking...
> Error: The `brew link` step did not complete successfully
> The formula built, but is not symlinked into /usr/local
> You can try again using `brew link flac'
> ==> Summary
> 🍺  /usr/local/Cellar/flac/1.2.1: 304 files, 6.5M, built in 47 seconds
> ==> Installing csound dependency: libogg
> ==> Downloading http://downloads.xiph.org/releases/ogg/libogg-1.3.0.tar.gz
> ########################################################################
> 100.0%
> ==> ./configure --prefix=/usr/local/Cellar/libogg/1.3.0
> ==> make
> ==> make install
> Warning: Could not link libogg. Unlinking...
> Error: The `brew link` step did not complete successfully
> The formula built, but is not symlinked into /usr/local
> You can try again using `brew link libogg'
> ==> Summary
> 🍺  /usr/local/Cellar/libogg/1.3.0: 85 files, 520K, built in 11 seconds
> ==> Installing csound dependency: xz
> ==> Downloading http://tukaani.org/xz/xz-5.0.4.tar.bz2
> ########################################################################
> 100.0%
> ==> ./configure --prefix=/usr/local/Cellar/xz/5.0.4
> ==> make install
> 🍺  /usr/local/Cellar/xz/5.0.4: 58 files, 1.5M, built in 27 seconds
> Error: You must `brew link libogg' before libvorbis can be installed
>
>
>
>
>
> On Sat, May 11, 2013 at 8:21 AM, Jacob Joaquin <jacobjoaquin@gmail.com>
> wrote:
>>
>> I ran into an error which was resolved by updating brew:
>>
>> brew update
>>
>> It's currently downloading and installing dependencies. We'll see how this
>> goes.
>>
>>
>> On Sat, May 11, 2013 at 8:12 AM, Steven Yi <stevenyi@gmail.com> wrote:
>>>
>>> Hi All,
>>>
>>> I've put together a homebrew [1]  file and was hoping to get some
>>> people to test it.  If it's working well maybe we can submit it to the
>>> homebrew repo.  The file is available at:
>>>
>>> http://www.kunstmusik.com/csound.rb
>>>
>>> You can try installing it by using:
>>>
>>> brew install http://www.kunstmusik.com/csound.rb
>>>
>>> This builds with a source zip I put together from today's GIT (using
>>> 'cpack package_source').  If you want to use the latest from GIT
>>> (recommended at this point) you can use:
>>>
>>> brew install --HEAD http://www.kunstmusik.com/csound.rb
>>>
>>> This should also install the following dependencies:
>>>
>>>   depends_on 'cmake' => :build
>>>   depends_on 'swig' => :build
>>>
>>>   depends_on 'libsndfile'
>>>
>>>   depends_on 'portaudio' => :recommended
>>>   depends_on 'portmidi' => :recommended
>>>   depends_on 'liblo' => :recommended
>>>   depends_on 'boost' => :recommended
>>>   depends_on 'libpng' => :recommended
>>>   depends_on 'stk' => :recommended
>>>
>>> You can get info on flags by using:
>>>
>>> brew info http://www.kunstmusik.com/csound.rb
>>>
>>> and can (or, at least, should) be able to build as a --universal using:
>>>
>>> brew install --HEAD http://www.kunstmusik.com/csound.rb --universal
>>>
>>> Some notes:
>>>
>>> 1) There are likely to be problems.  Please report issues here so that
>>> we can fix them together. :)
>>>
>>> 2) The csound cmake file installs things into places that may be
>>> protected on your system. The particularly relevant ones are
>>> /usr/local, /Library/Python/2.7/site-packages, and
>>> /Library/Java/Extensions.  Homebrew explains how to deal with the
>>> latter 2 directores in [2]. There's info about /usr/local on the
>>> homebrew site [1].
>>>
>>> 3) I'm currently thinking this might be the best way to get everything
>>> required to build csound installed on OSX.  The idea is that once you
>>> install once, you'll have everything you need to also clone Csound's
>>> git repo and develop/build/install.
>>>
>>> Thanks!
>>> steven
>>>
>>> [1] - http://brew.sh/
>>> [2] - https://github.com/mxcl/homebrew/wiki/Gems%2C-Eggs-and-Perl-Modules
>>>
>>>
>>> ------------------------------------------------------------------------------
>>> Learn Graph Databases - Download FREE O'Reilly Book
>>> "Graph Databases" is the definitive new guide to graph databases and
>>> their applications. This 200-page book is written by three acclaimed
>>> leaders in the field. The early access version is available now.
>>> Download your free book today! http://p.sf.net/sfu/neotech_d2d_may
>>> _______________________________________________
>>> Csound-devel mailing list
>>> Csound-devel@lists.sourceforge.net
>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>
>>
>>
>>
>> --
>> codehop.com | #code #art #music
>
>
>
>
> --
> codehop.com | #code #art #music
>
> ------------------------------------------------------------------------------
> Learn Graph Databases - Download FREE O'Reilly Book
> "Graph Databases" is the definitive new guide to graph databases and
> their applications. This 200-page book is written by three acclaimed
> leaders in the field. The early access version is available now.
> Download your free book today! http://p.sf.net/sfu/neotech_d2d_may
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel
>

------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and
their applications. This 200-page book is written by three acclaimed
leaders in the field. The early access version is available now.
Download your free book today! http://p.sf.net/sfu/neotech_d2d_may
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-devel


Date2013-05-11 19:10
FromBaker Charles
SubjectRe: [Cs-dev] OSX: Homebrew
For my attempt with home-brew , I got through all dependancy download/updates,
but I have given up with this error in the make of csound, with a complaint about  internationalization lib:

> Cloning git://git.code.sourceforge.net/p/csound/csound6-git
> Updating /Library/Caches/Homebrew/csound--git
==> cmake . -DCMAKE_INSTALL_PREFIX=/usr/local/Cellar/csound/HEAD -DCMAKE_BUILD_TYPE=None -DCMAKE_FIND_FRAMEWORK=LAST -Wno-dev
Please set them or make sure they are set and tested correctly in the CMake files:
LIBINTL_LIBRARY
   linked by target "CsoundLib64" in directory /tmp/csound-XX7m

-- Configuring incomplete, errors occurred!


Any ideas ? 
Charlie B

cfbakaj2k

On May 11, 2013, at 11:12 AM, Steven Yi  wrote:

> Hi All,
> 
> I've put together a homebrew [1]  file and was hoping to get some
> people to test it.  If it's working well maybe we can submit it to the
> homebrew repo.  The file is available at:
> 
> http://www.kunstmusik.com/csound.rb
> 
> You can try installing it by using:
> 
> brew install http://www.kunstmusik.com/csound.rb
> 
> This builds with a source zip I put together from today's GIT (using
> 'cpack package_source').  If you want to use the latest from GIT
> (recommended at this point) you can use:
> 
> brew install --HEAD http://www.kunstmusik.com/csound.rb
> 
> This should also install the following dependencies:
> 
> depends_on 'cmake' => :build
> depends_on 'swig' => :build
> 
> depends_on 'libsndfile'
> 
> depends_on 'portaudio' => :recommended
> depends_on 'portmidi' => :recommended
> depends_on 'liblo' => :recommended
> depends_on 'boost' => :recommended
> depends_on 'libpng' => :recommended
> depends_on 'stk' => :recommended
> 
> You can get info on flags by using:
> 
> brew info http://www.kunstmusik.com/csound.rb
> 
> and can (or, at least, should) be able to build as a --universal using:
> 
> brew install --HEAD http://www.kunstmusik.com/csound.rb --universal
> 
> Some notes:
> 
> 1) There are likely to be problems.  Please report issues here so that
> we can fix them together. :)
> 
> 2) The csound cmake file installs things into places that may be
> protected on your system. The particularly relevant ones are
> /usr/local, /Library/Python/2.7/site-packages, and
> /Library/Java/Extensions.  Homebrew explains how to deal with the
> latter 2 directores in [2]. There's info about /usr/local on the
> homebrew site [1].
> 
> 3) I'm currently thinking this might be the best way to get everything
> required to build csound installed on OSX.  The idea is that once you
> install once, you'll have everything you need to also clone Csound's
> git repo and develop/build/install.
> 
> Thanks!
> steven
> 
> [1] - http://brew.sh/
> [2] - https://github.com/mxcl/homebrew/wiki/Gems%2C-Eggs-and-Perl-Modules
> 
> ------------------------------------------------------------------------------
> Learn Graph Databases - Download FREE O'Reilly Book
> "Graph Databases" is the definitive new guide to graph databases and 
> their applications. This 200-page book is written by three acclaimed 
> leaders in the field. The early access version is available now. 
> Download your free book today! http://p.sf.net/sfu/neotech_d2d_may
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel


------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and 
their applications. This 200-page book is written by three acclaimed 
leaders in the field. The early access version is available now. 
Download your free book today! http://p.sf.net/sfu/neotech_d2d_may
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2013-05-11 19:10
FromEd Costello
SubjectRe: [Cs-dev] OSX: Homebrew
AttachmentsNone  None  
I get an error saying it requires libsndfile, the thing is I already have libsndfile installed from a previous csound installation,

CMake Error at CMakeLists.txt:339 (message):
  Csound requires the sndfile library


-- Configuring incomplete, errors occurred!


Marions-MacBook:~ eddyc$ brew install libsndfile
Warning: libsndfile-1.0.25 already installed, it's just not linked
Marions-MacBook:~ eddyc$ 



On 11 May 2013 18:26, peiman khosravi <peimankhosravi@gmail.com> wrote:
I get the same errors. 

P






www.peimankhosravi.co.uk || Subscribe to RSS Feed

To receive emails about upcoming concerts visit this page & enter your email address in the 'follow' section.



On 11 May 2013 16:38, Steven Yi <stevenyi@gmail.com> wrote:
Hi Jake,

Thanks very much for the quick report! I'm running into similar
situations and it has to do with brew trying to install links but
there are original files there installed from somewhere else (likely
from a previous csound installer install).  I just did this:

Error: Could not symlink file:
/usr/local/Cellar/libogg/1.3.0/include/ogg/os_types.h
Target /usr/local/include/ogg/os_types.h already exists. You may need
to delete it.
To force the link and overwrite all other conflicting files, do:
  brew link --overwrite formula_name

To list all files that would be deleted:
  brew link --overwrite --dry-run formula_name
cp23-119:Formula stevenyi$ brew link --overwrite libogg
Linking /usr/local/Cellar/libogg/1.3.0... 81 symlinks created

and also did 'brew link --overwrite flac' (and so on for each lib).

One note, I'm running into issues in building --universal.  It seems
some of the formulas can be --universal but they depend on others that
don't support universal.  I'm going to see about modifying some of the
dependent homebrew recipes and if that works I'll see if they get
accepted into the main repo.

Thanks!
steven

On Sat, May 11, 2013 at 5:24 PM, Jacob Joaquin <jacobjoaquin@gmail.com> wrote:
> Here's my first run through; It breaks at libogg. I'm actually in the middle
> of something this morning. I'll spend more time with this when I have some:
>
> Quorra ~ $ brew install http://www.kunstmusik.com/csound.rb
> ########################################################################
> 100.0%
> Warning: Your Xcode (4.6.1) is outdated
> Please install Xcode 4.6.2.
> ==> Installing csound dependency: cmake
> ==> Downloading
> https://downloads.sf.net/project/machomebrew/Bottles/cmake-2.8.1
> ########################################################################
> 100.0%
> ==> Pouring cmake-2.8.10.2.mountain_lion.bottle.tar.gz
> 🍺  /usr/local/Cellar/cmake/2.8.10.2: 683 files, 32M
> ==> Installing csound dependency: pcre
> ==> Downloading
> ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre-8.32.
> ########################################################################
> 100.0%
> ########################################################################
> 100.0%==> ./configure --prefix=/usr/local/Cellar/pcre/8.32 --enable-utf8
> --enable-unic
> ==> make test
> ==> make install
> 🍺  /usr/local/Cellar/pcre/8.32: 135 files, 3.6M, built in 44 seconds
> ==> Installing csound dependency: swig
> ==> Downloading
> http://sourceforge.net/projects/swig/files/swig/swig-2.0.9/swig-2.0.9.tar.gz
> ########################################################################
> 100.0%
> ==> ./configure --prefix=/usr/local/Cellar/swig/2.0.9
> ==> make
> ==> make install
> 🍺  /usr/local/Cellar/swig/2.0.9: 599 files, 6.2M, built in 45 seconds
> ==> Installing csound dependency: pkg-config
> ==> Downloading
> https://downloads.sf.net/project/machomebrew/Bottles/pkg-config-0.28.mountain_lion.bottle.tar.gz
> ########################################################################
> 100.0%
> ==> Pouring pkg-config-0.28.mountain_lion.bottle.tar.gz
> 🍺  /usr/local/Cellar/pkg-config/0.28: 10 files, 636K
> ==> Installing csound dependency: lame
> ==> Downloading
> http://downloads.sourceforge.net/sourceforge/lame/lame-3.99.5.tar.gz
> ########################################################################
> 100.0%
> ==> ./configure --prefix=/usr/local/Cellar/lame/3.99.5 --enable-nasm
> ==> make install
> 🍺  /usr/local/Cellar/lame/3.99.5: 25 files, 2.1M, built in 27 seconds
> ==> Installing csound dependency: flac
> ==> Downloading
> http://downloads.sourceforge.net/sourceforge/flac/flac-1.2.1.tar.gz
> ########################################################################
> 100.0%
> ==> ./configure --disable-asm-optimizations --enable-sse
> --prefix=/usr/local/Cellar/flac/1.2.1
> --mandir=/usr/local/Cellar/flac/1.2.1/share/man
> ==> make install
> ==> Downloading https://github.com/rmndk/flac2mp3/archive/v1.0.tar.gz
> ########################################################################
> 100.0%
> Warning: Could not link flac. Unlinking...
> Error: The `brew link` step did not complete successfully
> The formula built, but is not symlinked into /usr/local
> You can try again using `brew link flac'
> ==> Summary
> 🍺  /usr/local/Cellar/flac/1.2.1: 304 files, 6.5M, built in 47 seconds
> ==> Installing csound dependency: libogg
> ==> Downloading http://downloads.xiph.org/releases/ogg/libogg-1.3.0.tar.gz
> ########################################################################
> 100.0%
> ==> ./configure --prefix=/usr/local/Cellar/libogg/1.3.0
> ==> make
> ==> make install
> Warning: Could not link libogg. Unlinking...
> Error: The `brew link` step did not complete successfully
> The formula built, but is not symlinked into /usr/local
> You can try again using `brew link libogg'
> ==> Summary
> 🍺  /usr/local/Cellar/libogg/1.3.0: 85 files, 520K, built in 11 seconds
> ==> Installing csound dependency: xz
> ==> Downloading http://tukaani.org/xz/xz-5.0.4.tar.bz2
> ########################################################################
> 100.0%
> ==> ./configure --prefix=/usr/local/Cellar/xz/5.0.4
> ==> make install
> 🍺  /usr/local/Cellar/xz/5.0.4: 58 files, 1.5M, built in 27 seconds
> Error: You must `brew link libogg' before libvorbis can be installed
>
>
>
>
>
> On Sat, May 11, 2013 at 8:21 AM, Jacob Joaquin <jacobjoaquin@gmail.com>
> wrote:
>>
>> I ran into an error which was resolved by updating brew:
>>
>> brew update
>>
>> It's currently downloading and installing dependencies. We'll see how this
>> goes.
>>
>>
>> On Sat, May 11, 2013 at 8:12 AM, Steven Yi <stevenyi@gmail.com> wrote:
>>>
>>> Hi All,
>>>
>>> I've put together a homebrew [1]  file and was hoping to get some
>>> people to test it.  If it's working well maybe we can submit it to the
>>> homebrew repo.  The file is available at:
>>>
>>> http://www.kunstmusik.com/csound.rb
>>>
>>> You can try installing it by using:
>>>
>>> brew install http://www.kunstmusik.com/csound.rb
>>>
>>> This builds with a source zip I put together from today's GIT (using
>>> 'cpack package_source').  If you want to use the latest from GIT
>>> (recommended at this point) you can use:
>>>
>>> brew install --HEAD http://www.kunstmusik.com/csound.rb
>>>
>>> This should also install the following dependencies:
>>>
>>>   depends_on 'cmake' => :build
>>>   depends_on 'swig' => :build
>>>
>>>   depends_on 'libsndfile'
>>>
>>>   depends_on 'portaudio' => :recommended
>>>   depends_on 'portmidi' => :recommended
>>>   depends_on 'liblo' => :recommended
>>>   depends_on 'boost' => :recommended
>>>   depends_on 'libpng' => :recommended
>>>   depends_on 'stk' => :recommended
>>>
>>> You can get info on flags by using:
>>>
>>> brew info http://www.kunstmusik.com/csound.rb
>>>
>>> and can (or, at least, should) be able to build as a --universal using:
>>>
>>> brew install --HEAD http://www.kunstmusik.com/csound.rb --universal
>>>
>>> Some notes:
>>>
>>> 1) There are likely to be problems.  Please report issues here so that
>>> we can fix them together. :)
>>>
>>> 2) The csound cmake file installs things into places that may be
>>> protected on your system. The particularly relevant ones are
>>> /usr/local, /Library/Python/2.7/site-packages, and
>>> /Library/Java/Extensions.  Homebrew explains how to deal with the
>>> latter 2 directores in [2]. There's info about /usr/local on the
>>> homebrew site [1].
>>>
>>> 3) I'm currently thinking this might be the best way to get everything
>>> required to build csound installed on OSX.  The idea is that once you
>>> install once, you'll have everything you need to also clone Csound's
>>> git repo and develop/build/install.
>>>
>>> Thanks!
>>> steven
>>>
>>> [1] - http://brew.sh/
>>> [2] - https://github.com/mxcl/homebrew/wiki/Gems%2C-Eggs-and-Perl-Modules
>>>
>>>
>>> ------------------------------------------------------------------------------
>>> Learn Graph Databases - Download FREE O'Reilly Book
>>> "Graph Databases" is the definitive new guide to graph databases and
>>> their applications. This 200-page book is written by three acclaimed
>>> leaders in the field. The early access version is available now.
>>> Download your free book today! http://p.sf.net/sfu/neotech_d2d_may
>>> _______________________________________________
>>> Csound-devel mailing list
>>> Csound-devel@lists.sourceforge.net
>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>
>>
>>
>>
>> --
>> codehop.com | #code #art #music
>
>
>
>
> --
> codehop.com | #code #art #music
>
> ------------------------------------------------------------------------------
> Learn Graph Databases - Download FREE O'Reilly Book
> "Graph Databases" is the definitive new guide to graph databases and
> their applications. This 200-page book is written by three acclaimed
> leaders in the field. The early access version is available now.
> Download your free book today! http://p.sf.net/sfu/neotech_d2d_may
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel
>

------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and
their applications. This 200-page book is written by three acclaimed
leaders in the field. The early access version is available now.
Download your free book today! http://p.sf.net/sfu/neotech_d2d_may
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-devel


------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and
their applications. This 200-page book is written by three acclaimed
leaders in the field. The early access version is available now.
Download your free book today! http://p.sf.net/sfu/neotech_d2d_may
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-devel



Date2013-05-11 19:15
Frompeiman khosravi
SubjectRe: [Cs-dev] OSX: Homebrew
AttachmentsNone  None  
I think everything is installed locally inside /usr/local/Cellar/ so it shouldn't overwrite (and recognise?) your previous installation.  






www.peimankhosravi.co.uk || Subscribe to RSS Feed

To receive emails about upcoming concerts visit this page & enter your email address in the 'follow' section.



On 11 May 2013 19:10, Ed Costello <edwardcostello@gmail.com> wrote:
I get an error saying it requires libsndfile, the thing is I already have libsndfile installed from a previous csound installation,

CMake Error at CMakeLists.txt:339 (message):
  Csound requires the sndfile library


-- Configuring incomplete, errors occurred!


Marions-MacBook:~ eddyc$ brew install libsndfile
Warning: libsndfile-1.0.25 already installed, it's just not linked
Marions-MacBook:~ eddyc$ 



On 11 May 2013 18:26, peiman khosravi <peimankhosravi@gmail.com> wrote:
I get the same errors. 

P






www.peimankhosravi.co.uk || Subscribe to RSS Feed

To receive emails about upcoming concerts visit this page & enter your email address in the 'follow' section.



On 11 May 2013 16:38, Steven Yi <stevenyi@gmail.com> wrote:
Hi Jake,

Thanks very much for the quick report! I'm running into similar
situations and it has to do with brew trying to install links but
there are original files there installed from somewhere else (likely
from a previous csound installer install).  I just did this:

Error: Could not symlink file:
/usr/local/Cellar/libogg/1.3.0/include/ogg/os_types.h
Target /usr/local/include/ogg/os_types.h already exists. You may need
to delete it.
To force the link and overwrite all other conflicting files, do:
  brew link --overwrite formula_name

To list all files that would be deleted:
  brew link --overwrite --dry-run formula_name
cp23-119:Formula stevenyi$ brew link --overwrite libogg
Linking /usr/local/Cellar/libogg/1.3.0... 81 symlinks created

and also did 'brew link --overwrite flac' (and so on for each lib).

One note, I'm running into issues in building --universal.  It seems
some of the formulas can be --universal but they depend on others that
don't support universal.  I'm going to see about modifying some of the
dependent homebrew recipes and if that works I'll see if they get
accepted into the main repo.

Thanks!
steven

On Sat, May 11, 2013 at 5:24 PM, Jacob Joaquin <jacobjoaquin@gmail.com> wrote:
> Here's my first run through; It breaks at libogg. I'm actually in the middle
> of something this morning. I'll spend more time with this when I have some:
>
> Quorra ~ $ brew install http://www.kunstmusik.com/csound.rb
> ########################################################################
> 100.0%
> Warning: Your Xcode (4.6.1) is outdated
> Please install Xcode 4.6.2.
> ==> Installing csound dependency: cmake
> ==> Downloading
> https://downloads.sf.net/project/machomebrew/Bottles/cmake-2.8.1
> ########################################################################
> 100.0%
> ==> Pouring cmake-2.8.10.2.mountain_lion.bottle.tar.gz
> 🍺  /usr/local/Cellar/cmake/2.8.10.2: 683 files, 32M
> ==> Installing csound dependency: pcre
> ==> Downloading
> ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre-8.32.
> ########################################################################
> 100.0%
> ########################################################################
> 100.0%==> ./configure --prefix=/usr/local/Cellar/pcre/8.32 --enable-utf8
> --enable-unic
> ==> make test
> ==> make install
> 🍺  /usr/local/Cellar/pcre/8.32: 135 files, 3.6M, built in 44 seconds
> ==> Installing csound dependency: swig
> ==> Downloading
> http://sourceforge.net/projects/swig/files/swig/swig-2.0.9/swig-2.0.9.tar.gz
> ########################################################################
> 100.0%
> ==> ./configure --prefix=/usr/local/Cellar/swig/2.0.9
> ==> make
> ==> make install
> 🍺  /usr/local/Cellar/swig/2.0.9: 599 files, 6.2M, built in 45 seconds
> ==> Installing csound dependency: pkg-config
> ==> Downloading
> https://downloads.sf.net/project/machomebrew/Bottles/pkg-config-0.28.mountain_lion.bottle.tar.gz
> ########################################################################
> 100.0%
> ==> Pouring pkg-config-0.28.mountain_lion.bottle.tar.gz
> 🍺  /usr/local/Cellar/pkg-config/0.28: 10 files, 636K
> ==> Installing csound dependency: lame
> ==> Downloading
> http://downloads.sourceforge.net/sourceforge/lame/lame-3.99.5.tar.gz
> ########################################################################
> 100.0%
> ==> ./configure --prefix=/usr/local/Cellar/lame/3.99.5 --enable-nasm
> ==> make install
> 🍺  /usr/local/Cellar/lame/3.99.5: 25 files, 2.1M, built in 27 seconds
> ==> Installing csound dependency: flac
> ==> Downloading
> http://downloads.sourceforge.net/sourceforge/flac/flac-1.2.1.tar.gz
> ########################################################################
> 100.0%
> ==> ./configure --disable-asm-optimizations --enable-sse
> --prefix=/usr/local/Cellar/flac/1.2.1
> --mandir=/usr/local/Cellar/flac/1.2.1/share/man
> ==> make install
> ==> Downloading https://github.com/rmndk/flac2mp3/archive/v1.0.tar.gz
> ########################################################################
> 100.0%
> Warning: Could not link flac. Unlinking...
> Error: The `brew link` step did not complete successfully
> The formula built, but is not symlinked into /usr/local
> You can try again using `brew link flac'
> ==> Summary
> 🍺  /usr/local/Cellar/flac/1.2.1: 304 files, 6.5M, built in 47 seconds
> ==> Installing csound dependency: libogg
> ==> Downloading http://downloads.xiph.org/releases/ogg/libogg-1.3.0.tar.gz
> ########################################################################
> 100.0%
> ==> ./configure --prefix=/usr/local/Cellar/libogg/1.3.0
> ==> make
> ==> make install
> Warning: Could not link libogg. Unlinking...
> Error: The `brew link` step did not complete successfully
> The formula built, but is not symlinked into /usr/local
> You can try again using `brew link libogg'
> ==> Summary
> 🍺  /usr/local/Cellar/libogg/1.3.0: 85 files, 520K, built in 11 seconds
> ==> Installing csound dependency: xz
> ==> Downloading http://tukaani.org/xz/xz-5.0.4.tar.bz2
> ########################################################################
> 100.0%
> ==> ./configure --prefix=/usr/local/Cellar/xz/5.0.4
> ==> make install
> 🍺  /usr/local/Cellar/xz/5.0.4: 58 files, 1.5M, built in 27 seconds
> Error: You must `brew link libogg' before libvorbis can be installed
>
>
>
>
>
> On Sat, May 11, 2013 at 8:21 AM, Jacob Joaquin <jacobjoaquin@gmail.com>
> wrote:
>>
>> I ran into an error which was resolved by updating brew:
>>
>> brew update
>>
>> It's currently downloading and installing dependencies. We'll see how this
>> goes.
>>
>>
>> On Sat, May 11, 2013 at 8:12 AM, Steven Yi <stevenyi@gmail.com> wrote:
>>>
>>> Hi All,
>>>
>>> I've put together a homebrew [1]  file and was hoping to get some
>>> people to test it.  If it's working well maybe we can submit it to the
>>> homebrew repo.  The file is available at:
>>>
>>> http://www.kunstmusik.com/csound.rb
>>>
>>> You can try installing it by using:
>>>
>>> brew install http://www.kunstmusik.com/csound.rb
>>>
>>> This builds with a source zip I put together from today's GIT (using
>>> 'cpack package_source').  If you want to use the latest from GIT
>>> (recommended at this point) you can use:
>>>
>>> brew install --HEAD http://www.kunstmusik.com/csound.rb
>>>
>>> This should also install the following dependencies:
>>>
>>>   depends_on 'cmake' => :build
>>>   depends_on 'swig' => :build
>>>
>>>   depends_on 'libsndfile'
>>>
>>>   depends_on 'portaudio' => :recommended
>>>   depends_on 'portmidi' => :recommended
>>>   depends_on 'liblo' => :recommended
>>>   depends_on 'boost' => :recommended
>>>   depends_on 'libpng' => :recommended
>>>   depends_on 'stk' => :recommended
>>>
>>> You can get info on flags by using:
>>>
>>> brew info http://www.kunstmusik.com/csound.rb
>>>
>>> and can (or, at least, should) be able to build as a --universal using:
>>>
>>> brew install --HEAD http://www.kunstmusik.com/csound.rb --universal
>>>
>>> Some notes:
>>>
>>> 1) There are likely to be problems.  Please report issues here so that
>>> we can fix them together. :)
>>>
>>> 2) The csound cmake file installs things into places that may be
>>> protected on your system. The particularly relevant ones are
>>> /usr/local, /Library/Python/2.7/site-packages, and
>>> /Library/Java/Extensions.  Homebrew explains how to deal with the
>>> latter 2 directores in [2]. There's info about /usr/local on the
>>> homebrew site [1].
>>>
>>> 3) I'm currently thinking this might be the best way to get everything
>>> required to build csound installed on OSX.  The idea is that once you
>>> install once, you'll have everything you need to also clone Csound's
>>> git repo and develop/build/install.
>>>
>>> Thanks!
>>> steven
>>>
>>> [1] - http://brew.sh/
>>> [2] - https://github.com/mxcl/homebrew/wiki/Gems%2C-Eggs-and-Perl-Modules
>>>
>>>
>>> ------------------------------------------------------------------------------
>>> Learn Graph Databases - Download FREE O'Reilly Book
>>> "Graph Databases" is the definitive new guide to graph databases and
>>> their applications. This 200-page book is written by three acclaimed
>>> leaders in the field. The early access version is available now.
>>> Download your free book today! http://p.sf.net/sfu/neotech_d2d_may
>>> _______________________________________________
>>> Csound-devel mailing list
>>> Csound-devel@lists.sourceforge.net
>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>
>>
>>
>>
>> --
>> codehop.com | #code #art #music
>
>
>
>
> --
> codehop.com | #code #art #music
>
> ------------------------------------------------------------------------------
> Learn Graph Databases - Download FREE O'Reilly Book
> "Graph Databases" is the definitive new guide to graph databases and
> their applications. This 200-page book is written by three acclaimed
> leaders in the field. The early access version is available now.
> Download your free book today! http://p.sf.net/sfu/neotech_d2d_may
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel
>

------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and
their applications. This 200-page book is written by three acclaimed
leaders in the field. The early access version is available now.
Download your free book today! http://p.sf.net/sfu/neotech_d2d_may
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-devel


------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and
their applications. This 200-page book is written by three acclaimed
leaders in the field. The early access version is available now.
Download your free book today! http://p.sf.net/sfu/neotech_d2d_may
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-devel



------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and
their applications. This 200-page book is written by three acclaimed
leaders in the field. The early access version is available now.
Download your free book today! http://p.sf.net/sfu/neotech_d2d_may
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-devel



Date2013-05-11 22:31
FromSteven Yi
SubjectRe: [Cs-dev] OSX: Homebrew
Hey Ed!

So for that it's pretty much what it says.  You'll have to use the
brew installed libsndfile, and to do that you'll probably have to do
"brew uninstall libsndfile; brew install --overwrite libsndfile". Most
likely when brew tried to link it's libsndfile into /usr/local, it
encountered your custom built ones and gave up; I wonder if it didn't
alter something though X_X.  But try getting the brew installed ones
in there and I think you'll be good for csound building after that.

Thanks!
steven

On Sat, May 11, 2013 at 8:10 PM, Ed Costello  wrote:
> I get an error saying it requires libsndfile, the thing is I already have
> libsndfile installed from a previous csound installation,
>
> CMake Error at CMakeLists.txt:339 (message):
>   Csound requires the sndfile library
>
>
> -- Configuring incomplete, errors occurred!
>
> READ THIS: https://github.com/mxcl/homebrew/wiki/troubleshooting
>
> Marions-MacBook:~ eddyc$ brew install libsndfile
> Warning: libsndfile-1.0.25 already installed, it's just not linked
> Marions-MacBook:~ eddyc$
>
>
>
> On 11 May 2013 18:26, peiman khosravi  wrote:
>>
>> I get the same errors.
>>
>> P
>>
>>
>>
>>
>>
>>
>> www.peimankhosravi.co.uk || Subscribe to RSS Feed
>>
>> To receive emails about upcoming concerts visit this page & enter your
>> email address in the 'follow' section.
>>
>>
>>
>> On 11 May 2013 16:38, Steven Yi  wrote:
>>>
>>> Hi Jake,
>>>
>>> Thanks very much for the quick report! I'm running into similar
>>> situations and it has to do with brew trying to install links but
>>> there are original files there installed from somewhere else (likely
>>> from a previous csound installer install).  I just did this:
>>>
>>> Error: Could not symlink file:
>>> /usr/local/Cellar/libogg/1.3.0/include/ogg/os_types.h
>>> Target /usr/local/include/ogg/os_types.h already exists. You may need
>>> to delete it.
>>> To force the link and overwrite all other conflicting files, do:
>>>   brew link --overwrite formula_name
>>>
>>> To list all files that would be deleted:
>>>   brew link --overwrite --dry-run formula_name
>>> cp23-119:Formula stevenyi$ brew link --overwrite libogg
>>> Linking /usr/local/Cellar/libogg/1.3.0... 81 symlinks created
>>>
>>> and also did 'brew link --overwrite flac' (and so on for each lib).
>>>
>>> One note, I'm running into issues in building --universal.  It seems
>>> some of the formulas can be --universal but they depend on others that
>>> don't support universal.  I'm going to see about modifying some of the
>>> dependent homebrew recipes and if that works I'll see if they get
>>> accepted into the main repo.
>>>
>>> Thanks!
>>> steven
>>>
>>> On Sat, May 11, 2013 at 5:24 PM, Jacob Joaquin 
>>> wrote:
>>> > Here's my first run through; It breaks at libogg. I'm actually in the
>>> > middle
>>> > of something this morning. I'll spend more time with this when I have
>>> > some:
>>> >
>>> > Quorra ~ $ brew install http://www.kunstmusik.com/csound.rb
>>> >
>>> > ########################################################################
>>> > 100.0%
>>> > Warning: Your Xcode (4.6.1) is outdated
>>> > Please install Xcode 4.6.2.
>>> > ==> Installing csound dependency: cmake
>>> > ==> Downloading
>>> > https://downloads.sf.net/project/machomebrew/Bottles/cmake-2.8.1
>>> >
>>> > ########################################################################
>>> > 100.0%
>>> > ==> Pouring cmake-2.8.10.2.mountain_lion.bottle.tar.gz
>>> > 🍺  /usr/local/Cellar/cmake/2.8.10.2: 683 files, 32M
>>> > ==> Installing csound dependency: pcre
>>> > ==> Downloading
>>> > ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre-8.32.
>>> >
>>> > ########################################################################
>>> > 100.0%
>>> >
>>> > ########################################################################
>>> > 100.0%==> ./configure --prefix=/usr/local/Cellar/pcre/8.32
>>> > --enable-utf8
>>> > --enable-unic
>>> > ==> make test
>>> > ==> make install
>>> > 🍺  /usr/local/Cellar/pcre/8.32: 135 files, 3.6M, built in 44 seconds
>>> > ==> Installing csound dependency: swig
>>> > ==> Downloading
>>> >
>>> > http://sourceforge.net/projects/swig/files/swig/swig-2.0.9/swig-2.0.9.tar.gz
>>> >
>>> > ########################################################################
>>> > 100.0%
>>> > ==> ./configure --prefix=/usr/local/Cellar/swig/2.0.9
>>> > ==> make
>>> > ==> make install
>>> > 🍺  /usr/local/Cellar/swig/2.0.9: 599 files, 6.2M, built in 45 seconds
>>> > ==> Installing csound dependency: pkg-config
>>> > ==> Downloading
>>> >
>>> > https://downloads.sf.net/project/machomebrew/Bottles/pkg-config-0.28.mountain_lion.bottle.tar.gz
>>> >
>>> > ########################################################################
>>> > 100.0%
>>> > ==> Pouring pkg-config-0.28.mountain_lion.bottle.tar.gz
>>> > 🍺  /usr/local/Cellar/pkg-config/0.28: 10 files, 636K
>>> > ==> Installing csound dependency: lame
>>> > ==> Downloading
>>> > http://downloads.sourceforge.net/sourceforge/lame/lame-3.99.5.tar.gz
>>> >
>>> > ########################################################################
>>> > 100.0%
>>> > ==> ./configure --prefix=/usr/local/Cellar/lame/3.99.5 --enable-nasm
>>> > ==> make install
>>> > 🍺  /usr/local/Cellar/lame/3.99.5: 25 files, 2.1M, built in 27 seconds
>>> > ==> Installing csound dependency: flac
>>> > ==> Downloading
>>> > http://downloads.sourceforge.net/sourceforge/flac/flac-1.2.1.tar.gz
>>> >
>>> > ########################################################################
>>> > 100.0%
>>> > ==> ./configure --disable-asm-optimizations --enable-sse
>>> > --prefix=/usr/local/Cellar/flac/1.2.1
>>> > --mandir=/usr/local/Cellar/flac/1.2.1/share/man
>>> > ==> make install
>>> > ==> Downloading https://github.com/rmndk/flac2mp3/archive/v1.0.tar.gz
>>> >
>>> > ########################################################################
>>> > 100.0%
>>> > Warning: Could not link flac. Unlinking...
>>> > Error: The `brew link` step did not complete successfully
>>> > The formula built, but is not symlinked into /usr/local
>>> > You can try again using `brew link flac'
>>> > ==> Summary
>>> > 🍺  /usr/local/Cellar/flac/1.2.1: 304 files, 6.5M, built in 47 seconds
>>> > ==> Installing csound dependency: libogg
>>> > ==> Downloading
>>> > http://downloads.xiph.org/releases/ogg/libogg-1.3.0.tar.gz
>>> >
>>> > ########################################################################
>>> > 100.0%
>>> > ==> ./configure --prefix=/usr/local/Cellar/libogg/1.3.0
>>> > ==> make
>>> > ==> make install
>>> > Warning: Could not link libogg. Unlinking...
>>> > Error: The `brew link` step did not complete successfully
>>> > The formula built, but is not symlinked into /usr/local
>>> > You can try again using `brew link libogg'
>>> > ==> Summary
>>> > 🍺  /usr/local/Cellar/libogg/1.3.0: 85 files, 520K, built in 11 seconds
>>> > ==> Installing csound dependency: xz
>>> > ==> Downloading http://tukaani.org/xz/xz-5.0.4.tar.bz2
>>> >
>>> > ########################################################################
>>> > 100.0%
>>> > ==> ./configure --prefix=/usr/local/Cellar/xz/5.0.4
>>> > ==> make install
>>> > 🍺  /usr/local/Cellar/xz/5.0.4: 58 files, 1.5M, built in 27 seconds
>>> > Error: You must `brew link libogg' before libvorbis can be installed
>>> >
>>> >
>>> >
>>> >
>>> >
>>> > On Sat, May 11, 2013 at 8:21 AM, Jacob Joaquin 
>>> > wrote:
>>> >>
>>> >> I ran into an error which was resolved by updating brew:
>>> >>
>>> >> brew update
>>> >>
>>> >> It's currently downloading and installing dependencies. We'll see how
>>> >> this
>>> >> goes.
>>> >>
>>> >>
>>> >> On Sat, May 11, 2013 at 8:12 AM, Steven Yi  wrote:
>>> >>>
>>> >>> Hi All,
>>> >>>
>>> >>> I've put together a homebrew [1]  file and was hoping to get some
>>> >>> people to test it.  If it's working well maybe we can submit it to
>>> >>> the
>>> >>> homebrew repo.  The file is available at:
>>> >>>
>>> >>> http://www.kunstmusik.com/csound.rb
>>> >>>
>>> >>> You can try installing it by using:
>>> >>>
>>> >>> brew install http://www.kunstmusik.com/csound.rb
>>> >>>
>>> >>> This builds with a source zip I put together from today's GIT (using
>>> >>> 'cpack package_source').  If you want to use the latest from GIT
>>> >>> (recommended at this point) you can use:
>>> >>>
>>> >>> brew install --HEAD http://www.kunstmusik.com/csound.rb
>>> >>>
>>> >>> This should also install the following dependencies:
>>> >>>
>>> >>>   depends_on 'cmake' => :build
>>> >>>   depends_on 'swig' => :build
>>> >>>
>>> >>>   depends_on 'libsndfile'
>>> >>>
>>> >>>   depends_on 'portaudio' => :recommended
>>> >>>   depends_on 'portmidi' => :recommended
>>> >>>   depends_on 'liblo' => :recommended
>>> >>>   depends_on 'boost' => :recommended
>>> >>>   depends_on 'libpng' => :recommended
>>> >>>   depends_on 'stk' => :recommended
>>> >>>
>>> >>> You can get info on flags by using:
>>> >>>
>>> >>> brew info http://www.kunstmusik.com/csound.rb
>>> >>>
>>> >>> and can (or, at least, should) be able to build as a --universal
>>> >>> using:
>>> >>>
>>> >>> brew install --HEAD http://www.kunstmusik.com/csound.rb --universal
>>> >>>
>>> >>> Some notes:
>>> >>>
>>> >>> 1) There are likely to be problems.  Please report issues here so
>>> >>> that
>>> >>> we can fix them together. :)
>>> >>>
>>> >>> 2) The csound cmake file installs things into places that may be
>>> >>> protected on your system. The particularly relevant ones are
>>> >>> /usr/local, /Library/Python/2.7/site-packages, and
>>> >>> /Library/Java/Extensions.  Homebrew explains how to deal with the
>>> >>> latter 2 directores in [2]. There's info about /usr/local on the
>>> >>> homebrew site [1].
>>> >>>
>>> >>> 3) I'm currently thinking this might be the best way to get
>>> >>> everything
>>> >>> required to build csound installed on OSX.  The idea is that once you
>>> >>> install once, you'll have everything you need to also clone Csound's
>>> >>> git repo and develop/build/install.
>>> >>>
>>> >>> Thanks!
>>> >>> steven
>>> >>>
>>> >>> [1] - http://brew.sh/
>>> >>> [2] -
>>> >>> https://github.com/mxcl/homebrew/wiki/Gems%2C-Eggs-and-Perl-Modules
>>> >>>
>>> >>>
>>> >>>
>>> >>> ------------------------------------------------------------------------------
>>> >>> Learn Graph Databases - Download FREE O'Reilly Book
>>> >>> "Graph Databases" is the definitive new guide to graph databases and
>>> >>> their applications. This 200-page book is written by three acclaimed
>>> >>> leaders in the field. The early access version is available now.
>>> >>> Download your free book today! http://p.sf.net/sfu/neotech_d2d_may
>>> >>> _______________________________________________
>>> >>> Csound-devel mailing list
>>> >>> Csound-devel@lists.sourceforge.net
>>> >>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>> >>
>>> >>
>>> >>
>>> >>
>>> >> --
>>> >> codehop.com | #code #art #music
>>> >
>>> >
>>> >
>>> >
>>> > --
>>> > codehop.com | #code #art #music
>>> >
>>> >
>>> > ------------------------------------------------------------------------------
>>> > Learn Graph Databases - Download FREE O'Reilly Book
>>> > "Graph Databases" is the definitive new guide to graph databases and
>>> > their applications. This 200-page book is written by three acclaimed
>>> > leaders in the field. The early access version is available now.
>>> > Download your free book today! http://p.sf.net/sfu/neotech_d2d_may
>>> > _______________________________________________
>>> > Csound-devel mailing list
>>> > Csound-devel@lists.sourceforge.net
>>> > https://lists.sourceforge.net/lists/listinfo/csound-devel
>>> >
>>>
>>>
>>> ------------------------------------------------------------------------------
>>> Learn Graph Databases - Download FREE O'Reilly Book
>>> "Graph Databases" is the definitive new guide to graph databases and
>>> their applications. This 200-page book is written by three acclaimed
>>> leaders in the field. The early access version is available now.
>>> Download your free book today! http://p.sf.net/sfu/neotech_d2d_may
>>> _______________________________________________
>>> Csound-devel mailing list
>>> Csound-devel@lists.sourceforge.net
>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>
>>
>>
>>
>> ------------------------------------------------------------------------------
>> Learn Graph Databases - Download FREE O'Reilly Book
>> "Graph Databases" is the definitive new guide to graph databases and
>> their applications. This 200-page book is written by three acclaimed
>> leaders in the field. The early access version is available now.
>> Download your free book today! http://p.sf.net/sfu/neotech_d2d_may
>> _______________________________________________
>> Csound-devel mailing list
>> Csound-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>
>
>
> ------------------------------------------------------------------------------
> Learn Graph Databases - Download FREE O'Reilly Book
> "Graph Databases" is the definitive new guide to graph databases and
> their applications. This 200-page book is written by three acclaimed
> leaders in the field. The early access version is available now.
> Download your free book today! http://p.sf.net/sfu/neotech_d2d_may
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel
>

------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and 
their applications. This 200-page book is written by three acclaimed 
leaders in the field. The early access version is available now. 
Download your free book today! http://p.sf.net/sfu/neotech_d2d_may
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csoun

Date2013-05-11 22:33
FromSteven Yi
SubjectRe: [Cs-dev] OSX: Homebrew
The way home brew works, and this goes for any package, is that it
generally builds into the cellar then links from there into
/usr/local/.  If it encounters links or hard files it didn't install,
it won't try to link and will issue an error.  You can then use
--overwrite with install to just let brew overwrite whatever you have
with what is in homebrew, which is generally the right thing if you're
using homebrew anyways.

On Sat, May 11, 2013 at 8:15 PM, peiman khosravi
 wrote:
> I think everything is installed locally inside /usr/local/Cellar/ so it
> shouldn't overwrite (and recognise?) your previous installation.
>
>
>
>
>
>
> www.peimankhosravi.co.uk || Subscribe to RSS Feed
>
> To receive emails about upcoming concerts visit this page & enter your email
> address in the 'follow' section.
>
>
>
> On 11 May 2013 19:10, Ed Costello  wrote:
>>
>> I get an error saying it requires libsndfile, the thing is I already have
>> libsndfile installed from a previous csound installation,
>>
>> CMake Error at CMakeLists.txt:339 (message):
>>   Csound requires the sndfile library
>>
>>
>> -- Configuring incomplete, errors occurred!
>>
>> READ THIS: https://github.com/mxcl/homebrew/wiki/troubleshooting
>>
>> Marions-MacBook:~ eddyc$ brew install libsndfile
>> Warning: libsndfile-1.0.25 already installed, it's just not linked
>> Marions-MacBook:~ eddyc$
>>
>>
>>
>> On 11 May 2013 18:26, peiman khosravi  wrote:
>>>
>>> I get the same errors.
>>>
>>> P
>>>
>>>
>>>
>>>
>>>
>>>
>>> www.peimankhosravi.co.uk || Subscribe to RSS Feed
>>>
>>> To receive emails about upcoming concerts visit this page & enter your
>>> email address in the 'follow' section.
>>>
>>>
>>>
>>> On 11 May 2013 16:38, Steven Yi  wrote:
>>>>
>>>> Hi Jake,
>>>>
>>>> Thanks very much for the quick report! I'm running into similar
>>>> situations and it has to do with brew trying to install links but
>>>> there are original files there installed from somewhere else (likely
>>>> from a previous csound installer install).  I just did this:
>>>>
>>>> Error: Could not symlink file:
>>>> /usr/local/Cellar/libogg/1.3.0/include/ogg/os_types.h
>>>> Target /usr/local/include/ogg/os_types.h already exists. You may need
>>>> to delete it.
>>>> To force the link and overwrite all other conflicting files, do:
>>>>   brew link --overwrite formula_name
>>>>
>>>> To list all files that would be deleted:
>>>>   brew link --overwrite --dry-run formula_name
>>>> cp23-119:Formula stevenyi$ brew link --overwrite libogg
>>>> Linking /usr/local/Cellar/libogg/1.3.0... 81 symlinks created
>>>>
>>>> and also did 'brew link --overwrite flac' (and so on for each lib).
>>>>
>>>> One note, I'm running into issues in building --universal.  It seems
>>>> some of the formulas can be --universal but they depend on others that
>>>> don't support universal.  I'm going to see about modifying some of the
>>>> dependent homebrew recipes and if that works I'll see if they get
>>>> accepted into the main repo.
>>>>
>>>> Thanks!
>>>> steven
>>>>
>>>> On Sat, May 11, 2013 at 5:24 PM, Jacob Joaquin 
>>>> wrote:
>>>> > Here's my first run through; It breaks at libogg. I'm actually in the
>>>> > middle
>>>> > of something this morning. I'll spend more time with this when I have
>>>> > some:
>>>> >
>>>> > Quorra ~ $ brew install http://www.kunstmusik.com/csound.rb
>>>> >
>>>> > ########################################################################
>>>> > 100.0%
>>>> > Warning: Your Xcode (4.6.1) is outdated
>>>> > Please install Xcode 4.6.2.
>>>> > ==> Installing csound dependency: cmake
>>>> > ==> Downloading
>>>> > https://downloads.sf.net/project/machomebrew/Bottles/cmake-2.8.1
>>>> >
>>>> > ########################################################################
>>>> > 100.0%
>>>> > ==> Pouring cmake-2.8.10.2.mountain_lion.bottle.tar.gz
>>>> > 🍺  /usr/local/Cellar/cmake/2.8.10.2: 683 files, 32M
>>>> > ==> Installing csound dependency: pcre
>>>> > ==> Downloading
>>>> > ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre-8.32.
>>>> >
>>>> > ########################################################################
>>>> > 100.0%
>>>> >
>>>> > ########################################################################
>>>> > 100.0%==> ./configure --prefix=/usr/local/Cellar/pcre/8.32
>>>> > --enable-utf8
>>>> > --enable-unic
>>>> > ==> make test
>>>> > ==> make install
>>>> > 🍺  /usr/local/Cellar/pcre/8.32: 135 files, 3.6M, built in 44 seconds
>>>> > ==> Installing csound dependency: swig
>>>> > ==> Downloading
>>>> >
>>>> > http://sourceforge.net/projects/swig/files/swig/swig-2.0.9/swig-2.0.9.tar.gz
>>>> >
>>>> > ########################################################################
>>>> > 100.0%
>>>> > ==> ./configure --prefix=/usr/local/Cellar/swig/2.0.9
>>>> > ==> make
>>>> > ==> make install
>>>> > 🍺  /usr/local/Cellar/swig/2.0.9: 599 files, 6.2M, built in 45 seconds
>>>> > ==> Installing csound dependency: pkg-config
>>>> > ==> Downloading
>>>> >
>>>> > https://downloads.sf.net/project/machomebrew/Bottles/pkg-config-0.28.mountain_lion.bottle.tar.gz
>>>> >
>>>> > ########################################################################
>>>> > 100.0%
>>>> > ==> Pouring pkg-config-0.28.mountain_lion.bottle.tar.gz
>>>> > 🍺  /usr/local/Cellar/pkg-config/0.28: 10 files, 636K
>>>> > ==> Installing csound dependency: lame
>>>> > ==> Downloading
>>>> > http://downloads.sourceforge.net/sourceforge/lame/lame-3.99.5.tar.gz
>>>> >
>>>> > ########################################################################
>>>> > 100.0%
>>>> > ==> ./configure --prefix=/usr/local/Cellar/lame/3.99.5 --enable-nasm
>>>> > ==> make install
>>>> > 🍺  /usr/local/Cellar/lame/3.99.5: 25 files, 2.1M, built in 27 seconds
>>>> > ==> Installing csound dependency: flac
>>>> > ==> Downloading
>>>> > http://downloads.sourceforge.net/sourceforge/flac/flac-1.2.1.tar.gz
>>>> >
>>>> > ########################################################################
>>>> > 100.0%
>>>> > ==> ./configure --disable-asm-optimizations --enable-sse
>>>> > --prefix=/usr/local/Cellar/flac/1.2.1
>>>> > --mandir=/usr/local/Cellar/flac/1.2.1/share/man
>>>> > ==> make install
>>>> > ==> Downloading https://github.com/rmndk/flac2mp3/archive/v1.0.tar.gz
>>>> >
>>>> > ########################################################################
>>>> > 100.0%
>>>> > Warning: Could not link flac. Unlinking...
>>>> > Error: The `brew link` step did not complete successfully
>>>> > The formula built, but is not symlinked into /usr/local
>>>> > You can try again using `brew link flac'
>>>> > ==> Summary
>>>> > 🍺  /usr/local/Cellar/flac/1.2.1: 304 files, 6.5M, built in 47 seconds
>>>> > ==> Installing csound dependency: libogg
>>>> > ==> Downloading
>>>> > http://downloads.xiph.org/releases/ogg/libogg-1.3.0.tar.gz
>>>> >
>>>> > ########################################################################
>>>> > 100.0%
>>>> > ==> ./configure --prefix=/usr/local/Cellar/libogg/1.3.0
>>>> > ==> make
>>>> > ==> make install
>>>> > Warning: Could not link libogg. Unlinking...
>>>> > Error: The `brew link` step did not complete successfully
>>>> > The formula built, but is not symlinked into /usr/local
>>>> > You can try again using `brew link libogg'
>>>> > ==> Summary
>>>> > 🍺  /usr/local/Cellar/libogg/1.3.0: 85 files, 520K, built in 11
>>>> > seconds
>>>> > ==> Installing csound dependency: xz
>>>> > ==> Downloading http://tukaani.org/xz/xz-5.0.4.tar.bz2
>>>> >
>>>> > ########################################################################
>>>> > 100.0%
>>>> > ==> ./configure --prefix=/usr/local/Cellar/xz/5.0.4
>>>> > ==> make install
>>>> > 🍺  /usr/local/Cellar/xz/5.0.4: 58 files, 1.5M, built in 27 seconds
>>>> > Error: You must `brew link libogg' before libvorbis can be installed
>>>> >
>>>> >
>>>> >
>>>> >
>>>> >
>>>> > On Sat, May 11, 2013 at 8:21 AM, Jacob Joaquin
>>>> > 
>>>> > wrote:
>>>> >>
>>>> >> I ran into an error which was resolved by updating brew:
>>>> >>
>>>> >> brew update
>>>> >>
>>>> >> It's currently downloading and installing dependencies. We'll see how
>>>> >> this
>>>> >> goes.
>>>> >>
>>>> >>
>>>> >> On Sat, May 11, 2013 at 8:12 AM, Steven Yi 
>>>> >> wrote:
>>>> >>>
>>>> >>> Hi All,
>>>> >>>
>>>> >>> I've put together a homebrew [1]  file and was hoping to get some
>>>> >>> people to test it.  If it's working well maybe we can submit it to
>>>> >>> the
>>>> >>> homebrew repo.  The file is available at:
>>>> >>>
>>>> >>> http://www.kunstmusik.com/csound.rb
>>>> >>>
>>>> >>> You can try installing it by using:
>>>> >>>
>>>> >>> brew install http://www.kunstmusik.com/csound.rb
>>>> >>>
>>>> >>> This builds with a source zip I put together from today's GIT (using
>>>> >>> 'cpack package_source').  If you want to use the latest from GIT
>>>> >>> (recommended at this point) you can use:
>>>> >>>
>>>> >>> brew install --HEAD http://www.kunstmusik.com/csound.rb
>>>> >>>
>>>> >>> This should also install the following dependencies:
>>>> >>>
>>>> >>>   depends_on 'cmake' => :build
>>>> >>>   depends_on 'swig' => :build
>>>> >>>
>>>> >>>   depends_on 'libsndfile'
>>>> >>>
>>>> >>>   depends_on 'portaudio' => :recommended
>>>> >>>   depends_on 'portmidi' => :recommended
>>>> >>>   depends_on 'liblo' => :recommended
>>>> >>>   depends_on 'boost' => :recommended
>>>> >>>   depends_on 'libpng' => :recommended
>>>> >>>   depends_on 'stk' => :recommended
>>>> >>>
>>>> >>> You can get info on flags by using:
>>>> >>>
>>>> >>> brew info http://www.kunstmusik.com/csound.rb
>>>> >>>
>>>> >>> and can (or, at least, should) be able to build as a --universal
>>>> >>> using:
>>>> >>>
>>>> >>> brew install --HEAD http://www.kunstmusik.com/csound.rb --universal
>>>> >>>
>>>> >>> Some notes:
>>>> >>>
>>>> >>> 1) There are likely to be problems.  Please report issues here so
>>>> >>> that
>>>> >>> we can fix them together. :)
>>>> >>>
>>>> >>> 2) The csound cmake file installs things into places that may be
>>>> >>> protected on your system. The particularly relevant ones are
>>>> >>> /usr/local, /Library/Python/2.7/site-packages, and
>>>> >>> /Library/Java/Extensions.  Homebrew explains how to deal with the
>>>> >>> latter 2 directores in [2]. There's info about /usr/local on the
>>>> >>> homebrew site [1].
>>>> >>>
>>>> >>> 3) I'm currently thinking this might be the best way to get
>>>> >>> everything
>>>> >>> required to build csound installed on OSX.  The idea is that once
>>>> >>> you
>>>> >>> install once, you'll have everything you need to also clone Csound's
>>>> >>> git repo and develop/build/install.
>>>> >>>
>>>> >>> Thanks!
>>>> >>> steven
>>>> >>>
>>>> >>> [1] - http://brew.sh/
>>>> >>> [2] -
>>>> >>> https://github.com/mxcl/homebrew/wiki/Gems%2C-Eggs-and-Perl-Modules
>>>> >>>
>>>> >>>
>>>> >>>
>>>> >>> ------------------------------------------------------------------------------
>>>> >>> Learn Graph Databases - Download FREE O'Reilly Book
>>>> >>> "Graph Databases" is the definitive new guide to graph databases and
>>>> >>> their applications. This 200-page book is written by three acclaimed
>>>> >>> leaders in the field. The early access version is available now.
>>>> >>> Download your free book today! http://p.sf.net/sfu/neotech_d2d_may
>>>> >>> _______________________________________________
>>>> >>> Csound-devel mailing list
>>>> >>> Csound-devel@lists.sourceforge.net
>>>> >>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>> >>
>>>> >>
>>>> >>
>>>> >>
>>>> >> --
>>>> >> codehop.com | #code #art #music
>>>> >
>>>> >
>>>> >
>>>> >
>>>> > --
>>>> > codehop.com | #code #art #music
>>>> >
>>>> >
>>>> > ------------------------------------------------------------------------------
>>>> > Learn Graph Databases - Download FREE O'Reilly Book
>>>> > "Graph Databases" is the definitive new guide to graph databases and
>>>> > their applications. This 200-page book is written by three acclaimed
>>>> > leaders in the field. The early access version is available now.
>>>> > Download your free book today! http://p.sf.net/sfu/neotech_d2d_may
>>>> > _______________________________________________
>>>> > Csound-devel mailing list
>>>> > Csound-devel@lists.sourceforge.net
>>>> > https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>> >
>>>>
>>>>
>>>> ------------------------------------------------------------------------------
>>>> Learn Graph Databases - Download FREE O'Reilly Book
>>>> "Graph Databases" is the definitive new guide to graph databases and
>>>> their applications. This 200-page book is written by three acclaimed
>>>> leaders in the field. The early access version is available now.
>>>> Download your free book today! http://p.sf.net/sfu/neotech_d2d_may
>>>> _______________________________________________
>>>> Csound-devel mailing list
>>>> Csound-devel@lists.sourceforge.net
>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>
>>>
>>>
>>>
>>> ------------------------------------------------------------------------------
>>> Learn Graph Databases - Download FREE O'Reilly Book
>>> "Graph Databases" is the definitive new guide to graph databases and
>>> their applications. This 200-page book is written by three acclaimed
>>> leaders in the field. The early access version is available now.
>>> Download your free book today! http://p.sf.net/sfu/neotech_d2d_may
>>> _______________________________________________
>>> Csound-devel mailing list
>>> Csound-devel@lists.sourceforge.net
>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>
>>
>>
>>
>> ------------------------------------------------------------------------------
>> Learn Graph Databases - Download FREE O'Reilly Book
>> "Graph Databases" is the definitive new guide to graph databases and
>> their applications. This 200-page book is written by three acclaimed
>> leaders in the field. The early access version is available now.
>> Download your free book today! http://p.sf.net/sfu/neotech_d2d_may
>> _______________________________________________
>> Csound-devel mailing list
>> Csound-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>
>
>
> ------------------------------------------------------------------------------
> Learn Graph Databases - Download FREE O'Reilly Book
> "Graph Databases" is the definitive new guide to graph databases and
> their applications. This 200-page book is written by three acclaimed
> leaders in the field. The early access version is available now.
> Download your free book today! http://p.sf.net/sfu/neotech_d2d_may
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel
>

------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and 
their applications. This 200-page book is written by three acclaimed 
leaders in the field. The early access version is available now. 
Download your free book today! http://p.sf.net/sfu/neotech_d2d_may
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net
https://lists

Date2013-05-11 22:39
FromSteven Yi
SubjectRe: [Cs-dev] OSX: Homebrew
Hey Ed,

Sorry, just use "brew link --overwrite libsndfile" and ignore the
uninstall/install thing I wrote earlier. :)

steven

On Sat, May 11, 2013 at 11:31 PM, Steven Yi  wrote:
> Hey Ed!
>
> So for that it's pretty much what it says.  You'll have to use the
> brew installed libsndfile, and to do that you'll probably have to do
> "brew uninstall libsndfile; brew install --overwrite libsndfile". Most
> likely when brew tried to link it's libsndfile into /usr/local, it
> encountered your custom built ones and gave up; I wonder if it didn't
> alter something though X_X.  But try getting the brew installed ones
> in there and I think you'll be good for csound building after that.
>
> Thanks!
> steven
>
> On Sat, May 11, 2013 at 8:10 PM, Ed Costello  wrote:
>> I get an error saying it requires libsndfile, the thing is I already have
>> libsndfile installed from a previous csound installation,
>>
>> CMake Error at CMakeLists.txt:339 (message):
>>   Csound requires the sndfile library
>>
>>
>> -- Configuring incomplete, errors occurred!
>>
>> READ THIS: https://github.com/mxcl/homebrew/wiki/troubleshooting
>>
>> Marions-MacBook:~ eddyc$ brew install libsndfile
>> Warning: libsndfile-1.0.25 already installed, it's just not linked
>> Marions-MacBook:~ eddyc$
>>
>>
>>
>> On 11 May 2013 18:26, peiman khosravi  wrote:
>>>
>>> I get the same errors.
>>>
>>> P
>>>
>>>
>>>
>>>
>>>
>>>
>>> www.peimankhosravi.co.uk || Subscribe to RSS Feed
>>>
>>> To receive emails about upcoming concerts visit this page & enter your
>>> email address in the 'follow' section.
>>>
>>>
>>>
>>> On 11 May 2013 16:38, Steven Yi  wrote:
>>>>
>>>> Hi Jake,
>>>>
>>>> Thanks very much for the quick report! I'm running into similar
>>>> situations and it has to do with brew trying to install links but
>>>> there are original files there installed from somewhere else (likely
>>>> from a previous csound installer install).  I just did this:
>>>>
>>>> Error: Could not symlink file:
>>>> /usr/local/Cellar/libogg/1.3.0/include/ogg/os_types.h
>>>> Target /usr/local/include/ogg/os_types.h already exists. You may need
>>>> to delete it.
>>>> To force the link and overwrite all other conflicting files, do:
>>>>   brew link --overwrite formula_name
>>>>
>>>> To list all files that would be deleted:
>>>>   brew link --overwrite --dry-run formula_name
>>>> cp23-119:Formula stevenyi$ brew link --overwrite libogg
>>>> Linking /usr/local/Cellar/libogg/1.3.0... 81 symlinks created
>>>>
>>>> and also did 'brew link --overwrite flac' (and so on for each lib).
>>>>
>>>> One note, I'm running into issues in building --universal.  It seems
>>>> some of the formulas can be --universal but they depend on others that
>>>> don't support universal.  I'm going to see about modifying some of the
>>>> dependent homebrew recipes and if that works I'll see if they get
>>>> accepted into the main repo.
>>>>
>>>> Thanks!
>>>> steven
>>>>
>>>> On Sat, May 11, 2013 at 5:24 PM, Jacob Joaquin 
>>>> wrote:
>>>> > Here's my first run through; It breaks at libogg. I'm actually in the
>>>> > middle
>>>> > of something this morning. I'll spend more time with this when I have
>>>> > some:
>>>> >
>>>> > Quorra ~ $ brew install http://www.kunstmusik.com/csound.rb
>>>> >
>>>> > ########################################################################
>>>> > 100.0%
>>>> > Warning: Your Xcode (4.6.1) is outdated
>>>> > Please install Xcode 4.6.2.
>>>> > ==> Installing csound dependency: cmake
>>>> > ==> Downloading
>>>> > https://downloads.sf.net/project/machomebrew/Bottles/cmake-2.8.1
>>>> >
>>>> > ########################################################################
>>>> > 100.0%
>>>> > ==> Pouring cmake-2.8.10.2.mountain_lion.bottle.tar.gz
>>>> > 🍺  /usr/local/Cellar/cmake/2.8.10.2: 683 files, 32M
>>>> > ==> Installing csound dependency: pcre
>>>> > ==> Downloading
>>>> > ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre-8.32.
>>>> >
>>>> > ########################################################################
>>>> > 100.0%
>>>> >
>>>> > ########################################################################
>>>> > 100.0%==> ./configure --prefix=/usr/local/Cellar/pcre/8.32
>>>> > --enable-utf8
>>>> > --enable-unic
>>>> > ==> make test
>>>> > ==> make install
>>>> > 🍺  /usr/local/Cellar/pcre/8.32: 135 files, 3.6M, built in 44 seconds
>>>> > ==> Installing csound dependency: swig
>>>> > ==> Downloading
>>>> >
>>>> > http://sourceforge.net/projects/swig/files/swig/swig-2.0.9/swig-2.0.9.tar.gz
>>>> >
>>>> > ########################################################################
>>>> > 100.0%
>>>> > ==> ./configure --prefix=/usr/local/Cellar/swig/2.0.9
>>>> > ==> make
>>>> > ==> make install
>>>> > 🍺  /usr/local/Cellar/swig/2.0.9: 599 files, 6.2M, built in 45 seconds
>>>> > ==> Installing csound dependency: pkg-config
>>>> > ==> Downloading
>>>> >
>>>> > https://downloads.sf.net/project/machomebrew/Bottles/pkg-config-0.28.mountain_lion.bottle.tar.gz
>>>> >
>>>> > ########################################################################
>>>> > 100.0%
>>>> > ==> Pouring pkg-config-0.28.mountain_lion.bottle.tar.gz
>>>> > 🍺  /usr/local/Cellar/pkg-config/0.28: 10 files, 636K
>>>> > ==> Installing csound dependency: lame
>>>> > ==> Downloading
>>>> > http://downloads.sourceforge.net/sourceforge/lame/lame-3.99.5.tar.gz
>>>> >
>>>> > ########################################################################
>>>> > 100.0%
>>>> > ==> ./configure --prefix=/usr/local/Cellar/lame/3.99.5 --enable-nasm
>>>> > ==> make install
>>>> > 🍺  /usr/local/Cellar/lame/3.99.5: 25 files, 2.1M, built in 27 seconds
>>>> > ==> Installing csound dependency: flac
>>>> > ==> Downloading
>>>> > http://downloads.sourceforge.net/sourceforge/flac/flac-1.2.1.tar.gz
>>>> >
>>>> > ########################################################################
>>>> > 100.0%
>>>> > ==> ./configure --disable-asm-optimizations --enable-sse
>>>> > --prefix=/usr/local/Cellar/flac/1.2.1
>>>> > --mandir=/usr/local/Cellar/flac/1.2.1/share/man
>>>> > ==> make install
>>>> > ==> Downloading https://github.com/rmndk/flac2mp3/archive/v1.0.tar.gz
>>>> >
>>>> > ########################################################################
>>>> > 100.0%
>>>> > Warning: Could not link flac. Unlinking...
>>>> > Error: The `brew link` step did not complete successfully
>>>> > The formula built, but is not symlinked into /usr/local
>>>> > You can try again using `brew link flac'
>>>> > ==> Summary
>>>> > 🍺  /usr/local/Cellar/flac/1.2.1: 304 files, 6.5M, built in 47 seconds
>>>> > ==> Installing csound dependency: libogg
>>>> > ==> Downloading
>>>> > http://downloads.xiph.org/releases/ogg/libogg-1.3.0.tar.gz
>>>> >
>>>> > ########################################################################
>>>> > 100.0%
>>>> > ==> ./configure --prefix=/usr/local/Cellar/libogg/1.3.0
>>>> > ==> make
>>>> > ==> make install
>>>> > Warning: Could not link libogg. Unlinking...
>>>> > Error: The `brew link` step did not complete successfully
>>>> > The formula built, but is not symlinked into /usr/local
>>>> > You can try again using `brew link libogg'
>>>> > ==> Summary
>>>> > 🍺  /usr/local/Cellar/libogg/1.3.0: 85 files, 520K, built in 11 seconds
>>>> > ==> Installing csound dependency: xz
>>>> > ==> Downloading http://tukaani.org/xz/xz-5.0.4.tar.bz2
>>>> >
>>>> > ########################################################################
>>>> > 100.0%
>>>> > ==> ./configure --prefix=/usr/local/Cellar/xz/5.0.4
>>>> > ==> make install
>>>> > 🍺  /usr/local/Cellar/xz/5.0.4: 58 files, 1.5M, built in 27 seconds
>>>> > Error: You must `brew link libogg' before libvorbis can be installed
>>>> >
>>>> >
>>>> >
>>>> >
>>>> >
>>>> > On Sat, May 11, 2013 at 8:21 AM, Jacob Joaquin 
>>>> > wrote:
>>>> >>
>>>> >> I ran into an error which was resolved by updating brew:
>>>> >>
>>>> >> brew update
>>>> >>
>>>> >> It's currently downloading and installing dependencies. We'll see how
>>>> >> this
>>>> >> goes.
>>>> >>
>>>> >>
>>>> >> On Sat, May 11, 2013 at 8:12 AM, Steven Yi  wrote:
>>>> >>>
>>>> >>> Hi All,
>>>> >>>
>>>> >>> I've put together a homebrew [1]  file and was hoping to get some
>>>> >>> people to test it.  If it's working well maybe we can submit it to
>>>> >>> the
>>>> >>> homebrew repo.  The file is available at:
>>>> >>>
>>>> >>> http://www.kunstmusik.com/csound.rb
>>>> >>>
>>>> >>> You can try installing it by using:
>>>> >>>
>>>> >>> brew install http://www.kunstmusik.com/csound.rb
>>>> >>>
>>>> >>> This builds with a source zip I put together from today's GIT (using
>>>> >>> 'cpack package_source').  If you want to use the latest from GIT
>>>> >>> (recommended at this point) you can use:
>>>> >>>
>>>> >>> brew install --HEAD http://www.kunstmusik.com/csound.rb
>>>> >>>
>>>> >>> This should also install the following dependencies:
>>>> >>>
>>>> >>>   depends_on 'cmake' => :build
>>>> >>>   depends_on 'swig' => :build
>>>> >>>
>>>> >>>   depends_on 'libsndfile'
>>>> >>>
>>>> >>>   depends_on 'portaudio' => :recommended
>>>> >>>   depends_on 'portmidi' => :recommended
>>>> >>>   depends_on 'liblo' => :recommended
>>>> >>>   depends_on 'boost' => :recommended
>>>> >>>   depends_on 'libpng' => :recommended
>>>> >>>   depends_on 'stk' => :recommended
>>>> >>>
>>>> >>> You can get info on flags by using:
>>>> >>>
>>>> >>> brew info http://www.kunstmusik.com/csound.rb
>>>> >>>
>>>> >>> and can (or, at least, should) be able to build as a --universal
>>>> >>> using:
>>>> >>>
>>>> >>> brew install --HEAD http://www.kunstmusik.com/csound.rb --universal
>>>> >>>
>>>> >>> Some notes:
>>>> >>>
>>>> >>> 1) There are likely to be problems.  Please report issues here so
>>>> >>> that
>>>> >>> we can fix them together. :)
>>>> >>>
>>>> >>> 2) The csound cmake file installs things into places that may be
>>>> >>> protected on your system. The particularly relevant ones are
>>>> >>> /usr/local, /Library/Python/2.7/site-packages, and
>>>> >>> /Library/Java/Extensions.  Homebrew explains how to deal with the
>>>> >>> latter 2 directores in [2]. There's info about /usr/local on the
>>>> >>> homebrew site [1].
>>>> >>>
>>>> >>> 3) I'm currently thinking this might be the best way to get
>>>> >>> everything
>>>> >>> required to build csound installed on OSX.  The idea is that once you
>>>> >>> install once, you'll have everything you need to also clone Csound's
>>>> >>> git repo and develop/build/install.
>>>> >>>
>>>> >>> Thanks!
>>>> >>> steven
>>>> >>>
>>>> >>> [1] - http://brew.sh/
>>>> >>> [2] -
>>>> >>> https://github.com/mxcl/homebrew/wiki/Gems%2C-Eggs-and-Perl-Modules
>>>> >>>
>>>> >>>
>>>> >>>
>>>> >>> ------------------------------------------------------------------------------
>>>> >>> Learn Graph Databases - Download FREE O'Reilly Book
>>>> >>> "Graph Databases" is the definitive new guide to graph databases and
>>>> >>> their applications. This 200-page book is written by three acclaimed
>>>> >>> leaders in the field. The early access version is available now.
>>>> >>> Download your free book today! http://p.sf.net/sfu/neotech_d2d_may
>>>> >>> _______________________________________________
>>>> >>> Csound-devel mailing list
>>>> >>> Csound-devel@lists.sourceforge.net
>>>> >>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>> >>
>>>> >>
>>>> >>
>>>> >>
>>>> >> --
>>>> >> codehop.com | #code #art #music
>>>> >
>>>> >
>>>> >
>>>> >
>>>> > --
>>>> > codehop.com | #code #art #music
>>>> >
>>>> >
>>>> > ------------------------------------------------------------------------------
>>>> > Learn Graph Databases - Download FREE O'Reilly Book
>>>> > "Graph Databases" is the definitive new guide to graph databases and
>>>> > their applications. This 200-page book is written by three acclaimed
>>>> > leaders in the field. The early access version is available now.
>>>> > Download your free book today! http://p.sf.net/sfu/neotech_d2d_may
>>>> > _______________________________________________
>>>> > Csound-devel mailing list
>>>> > Csound-devel@lists.sourceforge.net
>>>> > https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>> >
>>>>
>>>>
>>>> ------------------------------------------------------------------------------
>>>> Learn Graph Databases - Download FREE O'Reilly Book
>>>> "Graph Databases" is the definitive new guide to graph databases and
>>>> their applications. This 200-page book is written by three acclaimed
>>>> leaders in the field. The early access version is available now.
>>>> Download your free book today! http://p.sf.net/sfu/neotech_d2d_may
>>>> _______________________________________________
>>>> Csound-devel mailing list
>>>> Csound-devel@lists.sourceforge.net
>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>
>>>
>>>
>>>
>>> ------------------------------------------------------------------------------
>>> Learn Graph Databases - Download FREE O'Reilly Book
>>> "Graph Databases" is the definitive new guide to graph databases and
>>> their applications. This 200-page book is written by three acclaimed
>>> leaders in the field. The early access version is available now.
>>> Download your free book today! http://p.sf.net/sfu/neotech_d2d_may
>>> _______________________________________________
>>> Csound-devel mailing list
>>> Csound-devel@lists.sourceforge.net
>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>
>>
>>
>> ------------------------------------------------------------------------------
>> Learn Graph Databases - Download FREE O'Reilly Book
>> "Graph Databases" is the definitive new guide to graph databases and
>> their applications. This 200-page book is written by three acclaimed
>> leaders in the field. The early access version is available now.
>> Download your free book today! http://p.sf.net/sfu/neotech_d2d_may
>> _______________________________________________
>> Csound-devel mailing list
>> Csound-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>

------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and 
their applications. This 200-page book is written by three acclaimed 
leaders in the field. The early access version is available now. 
Download your free book today! http://p.sf.net/sfu/neotech_d2d_may
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-deve

Date2013-05-11 22:59
FromSteven Yi
SubjectRe: [Cs-dev] OSX: Homebrew
 Hi Charlie,

I just got a chance to run through it all.  I modified the build
recipe to use -DUSE_GETTEXT=0 when configuring the csound build.  I've
updated the csound.rb on my site, could you try another build now?
(the formula should have this line now:

    system "cmake", ".", "-DUSE_GETTEXT=0", *std_cmake_args

)

Thanks!
steven

On Sat, May 11, 2013 at 8:10 PM, Baker Charles  wrote:
>
> For my attempt with home-brew , I got through all dependancy download/updates,
> but I have given up with this error in the make of csound, with a complaint about  internationalization lib:
>
>> Cloning git://git.code.sourceforge.net/p/csound/csound6-git
>> Updating /Library/Caches/Homebrew/csound--git
> ==> cmake . -DCMAKE_INSTALL_PREFIX=/usr/local/Cellar/csound/HEAD -DCMAKE_BUILD_TYPE=None -DCMAKE_FIND_FRAMEWORK=LAST -Wno-dev
> Please set them or make sure they are set and tested correctly in the CMake files:
> LIBINTL_LIBRARY
>    linked by target "CsoundLib64" in directory /tmp/csound-XX7m
>
> -- Configuring incomplete, errors occurred!
>
>
> Any ideas ?
> Charlie B
>
> cfbakaj2k
>
> On May 11, 2013, at 11:12 AM, Steven Yi  wrote:
>
>> Hi All,
>>
>> I've put together a homebrew [1]  file and was hoping to get some
>> people to test it.  If it's working well maybe we can submit it to the
>> homebrew repo.  The file is available at:
>>
>> http://www.kunstmusik.com/csound.rb
>>
>> You can try installing it by using:
>>
>> brew install http://www.kunstmusik.com/csound.rb
>>
>> This builds with a source zip I put together from today's GIT (using
>> 'cpack package_source').  If you want to use the latest from GIT
>> (recommended at this point) you can use:
>>
>> brew install --HEAD http://www.kunstmusik.com/csound.rb
>>
>> This should also install the following dependencies:
>>
>> depends_on 'cmake' => :build
>> depends_on 'swig' => :build
>>
>> depends_on 'libsndfile'
>>
>> depends_on 'portaudio' => :recommended
>> depends_on 'portmidi' => :recommended
>> depends_on 'liblo' => :recommended
>> depends_on 'boost' => :recommended
>> depends_on 'libpng' => :recommended
>> depends_on 'stk' => :recommended
>>
>> You can get info on flags by using:
>>
>> brew info http://www.kunstmusik.com/csound.rb
>>
>> and can (or, at least, should) be able to build as a --universal using:
>>
>> brew install --HEAD http://www.kunstmusik.com/csound.rb --universal
>>
>> Some notes:
>>
>> 1) There are likely to be problems.  Please report issues here so that
>> we can fix them together. :)
>>
>> 2) The csound cmake file installs things into places that may be
>> protected on your system. The particularly relevant ones are
>> /usr/local, /Library/Python/2.7/site-packages, and
>> /Library/Java/Extensions.  Homebrew explains how to deal with the
>> latter 2 directores in [2]. There's info about /usr/local on the
>> homebrew site [1].
>>
>> 3) I'm currently thinking this might be the best way to get everything
>> required to build csound installed on OSX.  The idea is that once you
>> install once, you'll have everything you need to also clone Csound's
>> git repo and develop/build/install.
>>
>> Thanks!
>> steven
>>
>> [1] - http://brew.sh/
>> [2] - https://github.com/mxcl/homebrew/wiki/Gems%2C-Eggs-and-Perl-Modules
>>
>> ------------------------------------------------------------------------------
>> Learn Graph Databases - Download FREE O'Reilly Book
>> "Graph Databases" is the definitive new guide to graph databases and
>> their applications. This 200-page book is written by three acclaimed
>> leaders in the field. The early access version is available now.
>> Download your free book today! http://p.sf.net/sfu/neotech_d2d_may
>> _______________________________________________
>> Csound-devel mailing list
>> Csound-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>
>
> ------------------------------------------------------------------------------
> Learn Graph Databases - Download FREE O'Reilly Book
> "Graph Databases" is the definitive new guide to graph databases and
> their applications. This 200-page book is written by three acclaimed
> leaders in the field. The early access version is available now.
> Download your free book today! http://p.sf.net/sfu/neotech_d2d_may
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel

------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and 
their applications. This 200-page book is written by three acclaimed 
leaders in the field. The early access version is available now. 
Download your free book today! http://p.sf.net/sfu/neotech_d2d_may
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2013-05-12 09:46
FromEd Costello
SubjectRe: [Cs-dev] OSX: Homebrew
AttachmentsNone  None  
Ok, still getting errors, heres what happened next....

Marions-MacBook:~ eddyc$ brew link --overwrite libsndfile
Linking /usr/local/Cellar/libsndfile/1.0.25... 27 symlinks created
Marions-MacBook:~ eddyc$ brew install http://www.kunstmusik.com/csound.rb
######################################################################## 100.0%
Error: You must `brew link portaudio portmidi liblo' before csound can be installed
Marions-MacBook:~ eddyc$ brew link --overwrite portaudio portmidi liblo
Linking /usr/local/Cellar/portaudio/19.20111121... 6 symlinks created
Linking /usr/local/Cellar/portmidi/217... 3 symlinks created
Linking /usr/local/Cellar/liblo/0.26... 6 symlinks created
Marions-MacBook:~ eddyc$ brew install http://www.kunstmusik.com/csound.rb
######################################################################## 100.0%
Already downloaded: /Library/Caches/Homebrew/csound-6.0.1.tar.bz2
==> cmake . -DUSE_GETTEXT=0 -DCMAKE_INSTALL_PREFIX=/usr/local/Cellar/csound/6.0.
==> make install
Call Stack (most recent call first):
  cmake_install.cmake:56 (INCLUDE)


make: *** [install] Error 1


On 11 May 2013 23:39, Steven Yi <stevenyi@gmail.com> wrote:
Hey Ed,

Sorry, just use "brew link --overwrite libsndfile" and ignore the
uninstall/install thing I wrote earlier. :)

steven

On Sat, May 11, 2013 at 11:31 PM, Steven Yi <stevenyi@gmail.com> wrote:
> Hey Ed!
>
> So for that it's pretty much what it says.  You'll have to use the
> brew installed libsndfile, and to do that you'll probably have to do
> "brew uninstall libsndfile; brew install --overwrite libsndfile". Most
> likely when brew tried to link it's libsndfile into /usr/local, it
> encountered your custom built ones and gave up; I wonder if it didn't
> alter something though X_X.  But try getting the brew installed ones
> in there and I think you'll be good for csound building after that.
>
> Thanks!
> steven
>
> On Sat, May 11, 2013 at 8:10 PM, Ed Costello <edwardcostello@gmail.com> wrote:
>> I get an error saying it requires libsndfile, the thing is I already have
>> libsndfile installed from a previous csound installation,
>>
>> CMake Error at CMakeLists.txt:339 (message):
>>   Csound requires the sndfile library
>>
>>
>> -- Configuring incomplete, errors occurred!
>>
>> READ THIS: https://github.com/mxcl/homebrew/wiki/troubleshooting
>>
>> Marions-MacBook:~ eddyc$ brew install libsndfile
>> Warning: libsndfile-1.0.25 already installed, it's just not linked
>> Marions-MacBook:~ eddyc$
>>
>>
>>
>> On 11 May 2013 18:26, peiman khosravi <peimankhosravi@gmail.com> wrote:
>>>
>>> I get the same errors.
>>>
>>> P
>>>
>>>
>>>
>>>
>>>
>>>
>>> www.peimankhosravi.co.uk || Subscribe to RSS Feed
>>>
>>> To receive emails about upcoming concerts visit this page & enter your
>>> email address in the 'follow' section.
>>>
>>>
>>>
>>> On 11 May 2013 16:38, Steven Yi <stevenyi@gmail.com> wrote:
>>>>
>>>> Hi Jake,
>>>>
>>>> Thanks very much for the quick report! I'm running into similar
>>>> situations and it has to do with brew trying to install links but
>>>> there are original files there installed from somewhere else (likely
>>>> from a previous csound installer install).  I just did this:
>>>>
>>>> Error: Could not symlink file:
>>>> /usr/local/Cellar/libogg/1.3.0/include/ogg/os_types.h
>>>> Target /usr/local/include/ogg/os_types.h already exists. You may need
>>>> to delete it.
>>>> To force the link and overwrite all other conflicting files, do:
>>>>   brew link --overwrite formula_name
>>>>
>>>> To list all files that would be deleted:
>>>>   brew link --overwrite --dry-run formula_name
>>>> cp23-119:Formula stevenyi$ brew link --overwrite libogg
>>>> Linking /usr/local/Cellar/libogg/1.3.0... 81 symlinks created
>>>>
>>>> and also did 'brew link --overwrite flac' (and so on for each lib).
>>>>
>>>> One note, I'm running into issues in building --universal.  It seems
>>>> some of the formulas can be --universal but they depend on others that
>>>> don't support universal.  I'm going to see about modifying some of the
>>>> dependent homebrew recipes and if that works I'll see if they get
>>>> accepted into the main repo.
>>>>
>>>> Thanks!
>>>> steven
>>>>
>>>> On Sat, May 11, 2013 at 5:24 PM, Jacob Joaquin <jacobjoaquin@gmail.com>
>>>> wrote:
>>>> > Here's my first run through; It breaks at libogg. I'm actually in the
>>>> > middle
>>>> > of something this morning. I'll spend more time with this when I have
>>>> > some:
>>>> >
>>>> > Quorra ~ $ brew install http://www.kunstmusik.com/csound.rb
>>>> >
>>>> > ########################################################################
>>>> > 100.0%
>>>> > Warning: Your Xcode (4.6.1) is outdated
>>>> > Please install Xcode 4.6.2.
>>>> > ==> Installing csound dependency: cmake
>>>> > ==> Downloading
>>>> > https://downloads.sf.net/project/machomebrew/Bottles/cmake-2.8.1
>>>> >
>>>> > ########################################################################
>>>> > 100.0%
>>>> > ==> Pouring cmake-2.8.10.2.mountain_lion.bottle.tar.gz
>>>> > 🍺  /usr/local/Cellar/cmake/2.8.10.2: 683 files, 32M
>>>> > ==> Installing csound dependency: pcre
>>>> > ==> Downloading
>>>> > ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre-8.32.
>>>> >
>>>> > ########################################################################
>>>> > 100.0%
>>>> >
>>>> > ########################################################################
>>>> > 100.0%==> ./configure --prefix=/usr/local/Cellar/pcre/8.32
>>>> > --enable-utf8
>>>> > --enable-unic
>>>> > ==> make test
>>>> > ==> make install
>>>> > 🍺  /usr/local/Cellar/pcre/8.32: 135 files, 3.6M, built in 44 seconds
>>>> > ==> Installing csound dependency: swig
>>>> > ==> Downloading
>>>> >
>>>> > http://sourceforge.net/projects/swig/files/swig/swig-2.0.9/swig-2.0.9.tar.gz
>>>> >
>>>> > ########################################################################
>>>> > 100.0%
>>>> > ==> ./configure --prefix=/usr/local/Cellar/swig/2.0.9
>>>> > ==> make
>>>> > ==> make install
>>>> > 🍺  /usr/local/Cellar/swig/2.0.9: 599 files, 6.2M, built in 45 seconds
>>>> > ==> Installing csound dependency: pkg-config
>>>> > ==> Downloading
>>>> >
>>>> > https://downloads.sf.net/project/machomebrew/Bottles/pkg-config-0.28.mountain_lion.bottle.tar.gz
>>>> >
>>>> > ########################################################################
>>>> > 100.0%
>>>> > ==> Pouring pkg-config-0.28.mountain_lion.bottle.tar.gz
>>>> > 🍺  /usr/local/Cellar/pkg-config/0.28: 10 files, 636K
>>>> > ==> Installing csound dependency: lame
>>>> > ==> Downloading
>>>> > http://downloads.sourceforge.net/sourceforge/lame/lame-3.99.5.tar.gz
>>>> >
>>>> > ########################################################################
>>>> > 100.0%
>>>> > ==> ./configure --prefix=/usr/local/Cellar/lame/3.99.5 --enable-nasm
>>>> > ==> make install
>>>> > 🍺  /usr/local/Cellar/lame/3.99.5: 25 files, 2.1M, built in 27 seconds
>>>> > ==> Installing csound dependency: flac
>>>> > ==> Downloading
>>>> > http://downloads.sourceforge.net/sourceforge/flac/flac-1.2.1.tar.gz
>>>> >
>>>> > ########################################################################
>>>> > 100.0%
>>>> > ==> ./configure --disable-asm-optimizations --enable-sse
>>>> > --prefix=/usr/local/Cellar/flac/1.2.1
>>>> > --mandir=/usr/local/Cellar/flac/1.2.1/share/man
>>>> > ==> make install
>>>> > ==> Downloading https://github.com/rmndk/flac2mp3/archive/v1.0.tar.gz
>>>> >
>>>> > ########################################################################
>>>> > 100.0%
>>>> > Warning: Could not link flac. Unlinking...
>>>> > Error: The `brew link` step did not complete successfully
>>>> > The formula built, but is not symlinked into /usr/local
>>>> > You can try again using `brew link flac'
>>>> > ==> Summary
>>>> > 🍺  /usr/local/Cellar/flac/1.2.1: 304 files, 6.5M, built in 47 seconds
>>>> > ==> Installing csound dependency: libogg
>>>> > ==> Downloading
>>>> > http://downloads.xiph.org/releases/ogg/libogg-1.3.0.tar.gz
>>>> >
>>>> > ########################################################################
>>>> > 100.0%
>>>> > ==> ./configure --prefix=/usr/local/Cellar/libogg/1.3.0
>>>> > ==> make
>>>> > ==> make install
>>>> > Warning: Could not link libogg. Unlinking...
>>>> > Error: The `brew link` step did not complete successfully
>>>> > The formula built, but is not symlinked into /usr/local
>>>> > You can try again using `brew link libogg'
>>>> > ==> Summary
>>>> > 🍺  /usr/local/Cellar/libogg/1.3.0: 85 files, 520K, built in 11 seconds
>>>> > ==> Installing csound dependency: xz
>>>> > ==> Downloading http://tukaani.org/xz/xz-5.0.4.tar.bz2
>>>> >
>>>> > ########################################################################
>>>> > 100.0%
>>>> > ==> ./configure --prefix=/usr/local/Cellar/xz/5.0.4
>>>> > ==> make install
>>>> > 🍺  /usr/local/Cellar/xz/5.0.4: 58 files, 1.5M, built in 27 seconds
>>>> > Error: You must `brew link libogg' before libvorbis can be installed
>>>> >
>>>> >
>>>> >
>>>> >
>>>> >
>>>> > On Sat, May 11, 2013 at 8:21 AM, Jacob Joaquin <jacobjoaquin@gmail.com>
>>>> > wrote:
>>>> >>
>>>> >> I ran into an error which was resolved by updating brew:
>>>> >>
>>>> >> brew update
>>>> >>
>>>> >> It's currently downloading and installing dependencies. We'll see how
>>>> >> this
>>>> >> goes.
>>>> >>
>>>> >>
>>>> >> On Sat, May 11, 2013 at 8:12 AM, Steven Yi <stevenyi@gmail.com> wrote:
>>>> >>>
>>>> >>> Hi All,
>>>> >>>
>>>> >>> I've put together a homebrew [1]  file and was hoping to get some
>>>> >>> people to test it.  If it's working well maybe we can submit it to
>>>> >>> the
>>>> >>> homebrew repo.  The file is available at:
>>>> >>>
>>>> >>> http://www.kunstmusik.com/csound.rb
>>>> >>>
>>>> >>> You can try installing it by using:
>>>> >>>
>>>> >>> brew install http://www.kunstmusik.com/csound.rb
>>>> >>>
>>>> >>> This builds with a source zip I put together from today's GIT (using
>>>> >>> 'cpack package_source').  If you want to use the latest from GIT
>>>> >>> (recommended at this point) you can use:
>>>> >>>
>>>> >>> brew install --HEAD http://www.kunstmusik.com/csound.rb
>>>> >>>
>>>> >>> This should also install the following dependencies:
>>>> >>>
>>>> >>>   depends_on 'cmake' => :build
>>>> >>>   depends_on 'swig' => :build
>>>> >>>
>>>> >>>   depends_on 'libsndfile'
>>>> >>>
>>>> >>>   depends_on 'portaudio' => :recommended
>>>> >>>   depends_on 'portmidi' => :recommended
>>>> >>>   depends_on 'liblo' => :recommended
>>>> >>>   depends_on 'boost' => :recommended
>>>> >>>   depends_on 'libpng' => :recommended
>>>> >>>   depends_on 'stk' => :recommended
>>>> >>>
>>>> >>> You can get info on flags by using:
>>>> >>>
>>>> >>> brew info http://www.kunstmusik.com/csound.rb
>>>> >>>
>>>> >>> and can (or, at least, should) be able to build as a --universal
>>>> >>> using:
>>>> >>>
>>>> >>> brew install --HEAD http://www.kunstmusik.com/csound.rb --universal
>>>> >>>
>>>> >>> Some notes:
>>>> >>>
>>>> >>> 1) There are likely to be problems.  Please report issues here so
>>>> >>> that
>>>> >>> we can fix them together. :)
>>>> >>>
>>>> >>> 2) The csound cmake file installs things into places that may be
>>>> >>> protected on your system. The particularly relevant ones are
>>>> >>> /usr/local, /Library/Python/2.7/site-packages, and
>>>> >>> /Library/Java/Extensions.  Homebrew explains how to deal with the
>>>> >>> latter 2 directores in [2]. There's info about /usr/local on the
>>>> >>> homebrew site [1].
>>>> >>>
>>>> >>> 3) I'm currently thinking this might be the best way to get
>>>> >>> everything
>>>> >>> required to build csound installed on OSX.  The idea is that once you
>>>> >>> install once, you'll have everything you need to also clone Csound's
>>>> >>> git repo and develop/build/install.
>>>> >>>
>>>> >>> Thanks!
>>>> >>> steven
>>>> >>>
>>>> >>> [1] - http://brew.sh/
>>>> >>> [2] -
>>>> >>> https://github.com/mxcl/homebrew/wiki/Gems%2C-Eggs-and-Perl-Modules
>>>> >>>
>>>> >>>
>>>> >>>
>>>> >>> ------------------------------------------------------------------------------
>>>> >>> Learn Graph Databases - Download FREE O'Reilly Book
>>>> >>> "Graph Databases" is the definitive new guide to graph databases and
>>>> >>> their applications. This 200-page book is written by three acclaimed
>>>> >>> leaders in the field. The early access version is available now.
>>>> >>> Download your free book today! http://p.sf.net/sfu/neotech_d2d_may
>>>> >>> _______________________________________________
>>>> >>> Csound-devel mailing list
>>>> >>> Csound-devel@lists.sourceforge.net
>>>> >>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>> >>
>>>> >>
>>>> >>
>>>> >>
>>>> >> --
>>>> >> codehop.com | #code #art #music
>>>> >
>>>> >
>>>> >
>>>> >
>>>> > --
>>>> > codehop.com | #code #art #music
>>>> >
>>>> >
>>>> > ------------------------------------------------------------------------------
>>>> > Learn Graph Databases - Download FREE O'Reilly Book
>>>> > "Graph Databases" is the definitive new guide to graph databases and
>>>> > their applications. This 200-page book is written by three acclaimed
>>>> > leaders in the field. The early access version is available now.
>>>> > Download your free book today! http://p.sf.net/sfu/neotech_d2d_may
>>>> > _______________________________________________
>>>> > Csound-devel mailing list
>>>> > Csound-devel@lists.sourceforge.net
>>>> > https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>> >
>>>>
>>>>
>>>> ------------------------------------------------------------------------------
>>>> Learn Graph Databases - Download FREE O'Reilly Book
>>>> "Graph Databases" is the definitive new guide to graph databases and
>>>> their applications. This 200-page book is written by three acclaimed
>>>> leaders in the field. The early access version is available now.
>>>> Download your free book today! http://p.sf.net/sfu/neotech_d2d_may
>>>> _______________________________________________
>>>> Csound-devel mailing list
>>>> Csound-devel@lists.sourceforge.net
>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>
>>>
>>>
>>>
>>> ------------------------------------------------------------------------------
>>> Learn Graph Databases - Download FREE O'Reilly Book
>>> "Graph Databases" is the definitive new guide to graph databases and
>>> their applications. This 200-page book is written by three acclaimed
>>> leaders in the field. The early access version is available now.
>>> Download your free book today! http://p.sf.net/sfu/neotech_d2d_may
>>> _______________________________________________
>>> Csound-devel mailing list
>>> Csound-devel@lists.sourceforge.net
>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>
>>
>>
>> ------------------------------------------------------------------------------
>> Learn Graph Databases - Download FREE O'Reilly Book
>> "Graph Databases" is the definitive new guide to graph databases and
>> their applications. This 200-page book is written by three acclaimed
>> leaders in the field. The early access version is available now.
>> Download your free book today! http://p.sf.net/sfu/neotech_d2d_may
>> _______________________________________________
>> Csound-devel mailing list
>> Csound-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>

------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and
their applications. This 200-page book is written by three acclaimed
leaders in the field. The early access version is available now.
Download your free book today! http://p.sf.net/sfu/neotech_d2d_may
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-devel


Date2013-05-12 10:03
FromSteven Yi
SubjectRe: [Cs-dev] OSX: Homebrew
AttachmentsNone  None  

Could you run "brew install --HEAD http://www.kunstmusik.com/csound.rb --verbose" and post the verbose output?

On May 12, 2013 10:47 AM, "Ed Costello" <edwardcostello@gmail.com> wrote:
Ok, still getting errors, heres what happened next....

Marions-MacBook:~ eddyc$ brew link --overwrite libsndfile
Linking /usr/local/Cellar/libsndfile/1.0.25... 27 symlinks created
Marions-MacBook:~ eddyc$ brew install http://www.kunstmusik.com/csound.rb
######################################################################## 100.0%
Error: You must `brew link portaudio portmidi liblo' before csound can be installed
Marions-MacBook:~ eddyc$ brew link --overwrite portaudio portmidi liblo
Linking /usr/local/Cellar/portaudio/19.20111121... 6 symlinks created
Linking /usr/local/Cellar/portmidi/217... 3 symlinks created
Linking /usr/local/Cellar/liblo/0.26... 6 symlinks created
Marions-MacBook:~ eddyc$ brew install http://www.kunstmusik.com/csound.rb
######################################################################## 100.0%
Already downloaded: /Library/Caches/Homebrew/csound-6.0.1.tar.bz2
==> cmake . -DUSE_GETTEXT=0 -DCMAKE_INSTALL_PREFIX=/usr/local/Cellar/csound/6.0.
==> make install
Call Stack (most recent call first):
  cmake_install.cmake:56 (INCLUDE)


make: *** [install] Error 1


On 11 May 2013 23:39, Steven Yi <stevenyi@gmail.com> wrote:
Hey Ed,

Sorry, just use "brew link --overwrite libsndfile" and ignore the
uninstall/install thing I wrote earlier. :)

steven

On Sat, May 11, 2013 at 11:31 PM, Steven Yi <stevenyi@gmail.com> wrote:
> Hey Ed!
>
> So for that it's pretty much what it says.  You'll have to use the
> brew installed libsndfile, and to do that you'll probably have to do
> "brew uninstall libsndfile; brew install --overwrite libsndfile". Most
> likely when brew tried to link it's libsndfile into /usr/local, it
> encountered your custom built ones and gave up; I wonder if it didn't
> alter something though X_X.  But try getting the brew installed ones
> in there and I think you'll be good for csound building after that.
>
> Thanks!
> steven
>
> On Sat, May 11, 2013 at 8:10 PM, Ed Costello <edwardcostello@gmail.com> wrote:
>> I get an error saying it requires libsndfile, the thing is I already have
>> libsndfile installed from a previous csound installation,
>>
>> CMake Error at CMakeLists.txt:339 (message):
>>   Csound requires the sndfile library
>>
>>
>> -- Configuring incomplete, errors occurred!
>>
>> READ THIS: https://github.com/mxcl/homebrew/wiki/troubleshooting
>>
>> Marions-MacBook:~ eddyc$ brew install libsndfile
>> Warning: libsndfile-1.0.25 already installed, it's just not linked
>> Marions-MacBook:~ eddyc$
>>
>>
>>
>> On 11 May 2013 18:26, peiman khosravi <peimankhosravi@gmail.com> wrote:
>>>
>>> I get the same errors.
>>>
>>> P
>>>
>>>
>>>
>>>
>>>
>>>
>>> www.peimankhosravi.co.uk || Subscribe to RSS Feed
>>>
>>> To receive emails about upcoming concerts visit this page & enter your
>>> email address in the 'follow' section.
>>>
>>>
>>>
>>> On 11 May 2013 16:38, Steven Yi <stevenyi@gmail.com> wrote:
>>>>
>>>> Hi Jake,
>>>>
>>>> Thanks very much for the quick report! I'm running into similar
>>>> situations and it has to do with brew trying to install links but
>>>> there are original files there installed from somewhere else (likely
>>>> from a previous csound installer install).  I just did this:
>>>>
>>>> Error: Could not symlink file:
>>>> /usr/local/Cellar/libogg/1.3.0/include/ogg/os_types.h
>>>> Target /usr/local/include/ogg/os_types.h already exists. You may need
>>>> to delete it.
>>>> To force the link and overwrite all other conflicting files, do:
>>>>   brew link --overwrite formula_name
>>>>
>>>> To list all files that would be deleted:
>>>>   brew link --overwrite --dry-run formula_name
>>>> cp23-119:Formula stevenyi$ brew link --overwrite libogg
>>>> Linking /usr/local/Cellar/libogg/1.3.0... 81 symlinks created
>>>>
>>>> and also did 'brew link --overwrite flac' (and so on for each lib).
>>>>
>>>> One note, I'm running into issues in building --universal.  It seems
>>>> some of the formulas can be --universal but they depend on others that
>>>> don't support universal.  I'm going to see about modifying some of the
>>>> dependent homebrew recipes and if that works I'll see if they get
>>>> accepted into the main repo.
>>>>
>>>> Thanks!
>>>> steven
>>>>
>>>> On Sat, May 11, 2013 at 5:24 PM, Jacob Joaquin <jacobjoaquin@gmail.com>
>>>> wrote:
>>>> > Here's my first run through; It breaks at libogg. I'm actually in the
>>>> > middle
>>>> > of something this morning. I'll spend more time with this when I have
>>>> > some:
>>>> >
>>>> > Quorra ~ $ brew install http://www.kunstmusik.com/csound.rb
>>>> >
>>>> > ########################################################################
>>>> > 100.0%
>>>> > Warning: Your Xcode (4.6.1) is outdated
>>>> > Please install Xcode 4.6.2.
>>>> > ==> Installing csound dependency: cmake
>>>> > ==> Downloading
>>>> > https://downloads.sf.net/project/machomebrew/Bottles/cmake-2.8.1
>>>> >
>>>> > ########################################################################
>>>> > 100.0%
>>>> > ==> Pouring cmake-2.8.10.2.mountain_lion.bottle.tar.gz
>>>> > 🍺  /usr/local/Cellar/cmake/2.8.10.2: 683 files, 32M
>>>> > ==> Installing csound dependency: pcre
>>>> > ==> Downloading
>>>> > ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre-8.32.
>>>> >
>>>> > ########################################################################
>>>> > 100.0%
>>>> >
>>>> > ########################################################################
>>>> > 100.0%==> ./configure --prefix=/usr/local/Cellar/pcre/8.32
>>>> > --enable-utf8
>>>> > --enable-unic
>>>> > ==> make test
>>>> > ==> make install
>>>> > 🍺  /usr/local/Cellar/pcre/8.32: 135 files, 3.6M, built in 44 seconds
>>>> > ==> Installing csound dependency: swig
>>>> > ==> Downloading
>>>> >
>>>> > http://sourceforge.net/projects/swig/files/swig/swig-2.0.9/swig-2.0.9.tar.gz
>>>> >
>>>> > ########################################################################
>>>> > 100.0%
>>>> > ==> ./configure --prefix=/usr/local/Cellar/swig/2.0.9
>>>> > ==> make
>>>> > ==> make install
>>>> > 🍺  /usr/local/Cellar/swig/2.0.9: 599 files, 6.2M, built in 45 seconds
>>>> > ==> Installing csound dependency: pkg-config
>>>> > ==> Downloading
>>>> >
>>>> > https://downloads.sf.net/project/machomebrew/Bottles/pkg-config-0.28.mountain_lion.bottle.tar.gz
>>>> >
>>>> > ########################################################################
>>>> > 100.0%
>>>> > ==> Pouring pkg-config-0.28.mountain_lion.bottle.tar.gz
>>>> > 🍺  /usr/local/Cellar/pkg-config/0.28: 10 files, 636K
>>>> > ==> Installing csound dependency: lame
>>>> > ==> Downloading
>>>> > http://downloads.sourceforge.net/sourceforge/lame/lame-3.99.5.tar.gz
>>>> >
>>>> > ########################################################################
>>>> > 100.0%
>>>> > ==> ./configure --prefix=/usr/local/Cellar/lame/3.99.5 --enable-nasm
>>>> > ==> make install
>>>> > 🍺  /usr/local/Cellar/lame/3.99.5: 25 files, 2.1M, built in 27 seconds
>>>> > ==> Installing csound dependency: flac
>>>> > ==> Downloading
>>>> > http://downloads.sourceforge.net/sourceforge/flac/flac-1.2.1.tar.gz
>>>> >
>>>> > ########################################################################
>>>> > 100.0%
>>>> > ==> ./configure --disable-asm-optimizations --enable-sse
>>>> > --prefix=/usr/local/Cellar/flac/1.2.1
>>>> > --mandir=/usr/local/Cellar/flac/1.2.1/share/man
>>>> > ==> make install
>>>> > ==> Downloading https://github.com/rmndk/flac2mp3/archive/v1.0.tar.gz
>>>> >
>>>> > ########################################################################
>>>> > 100.0%
>>>> > Warning: Could not link flac. Unlinking...
>>>> > Error: The `brew link` step did not complete successfully
>>>> > The formula built, but is not symlinked into /usr/local
>>>> > You can try again using `brew link flac'
>>>> > ==> Summary
>>>> > 🍺  /usr/local/Cellar/flac/1.2.1: 304 files, 6.5M, built in 47 seconds
>>>> > ==> Installing csound dependency: libogg
>>>> > ==> Downloading
>>>> > http://downloads.xiph.org/releases/ogg/libogg-1.3.0.tar.gz
>>>> >
>>>> > ########################################################################
>>>> > 100.0%
>>>> > ==> ./configure --prefix=/usr/local/Cellar/libogg/1.3.0
>>>> > ==> make
>>>> > ==> make install
>>>> > Warning: Could not link libogg. Unlinking...
>>>> > Error: The `brew link` step did not complete successfully
>>>> > The formula built, but is not symlinked into /usr/local
>>>> > You can try again using `brew link libogg'
>>>> > ==> Summary
>>>> > 🍺  /usr/local/Cellar/libogg/1.3.0: 85 files, 520K, built in 11 seconds
>>>> > ==> Installing csound dependency: xz
>>>> > ==> Downloading http://tukaani.org/xz/xz-5.0.4.tar.bz2
>>>> >
>>>> > ########################################################################
>>>> > 100.0%
>>>> > ==> ./configure --prefix=/usr/local/Cellar/xz/5.0.4
>>>> > ==> make install
>>>> > 🍺  /usr/local/Cellar/xz/5.0.4: 58 files, 1.5M, built in 27 seconds
>>>> > Error: You must `brew link libogg' before libvorbis can be installed
>>>> >
>>>> >
>>>> >
>>>> >
>>>> >
>>>> > On Sat, May 11, 2013 at 8:21 AM, Jacob Joaquin <jacobjoaquin@gmail.com>
>>>> > wrote:
>>>> >>
>>>> >> I ran into an error which was resolved by updating brew:
>>>> >>
>>>> >> brew update
>>>> >>
>>>> >> It's currently downloading and installing dependencies. We'll see how
>>>> >> this
>>>> >> goes.
>>>> >>
>>>> >>
>>>> >> On Sat, May 11, 2013 at 8:12 AM, Steven Yi <stevenyi@gmail.com> wrote:
>>>> >>>
>>>> >>> Hi All,
>>>> >>>
>>>> >>> I've put together a homebrew [1]  file and was hoping to get some
>>>> >>> people to test it.  If it's working well maybe we can submit it to
>>>> >>> the
>>>> >>> homebrew repo.  The file is available at:
>>>> >>>
>>>> >>> http://www.kunstmusik.com/csound.rb
>>>> >>>
>>>> >>> You can try installing it by using:
>>>> >>>
>>>> >>> brew install http://www.kunstmusik.com/csound.rb
>>>> >>>
>>>> >>> This builds with a source zip I put together from today's GIT (using
>>>> >>> 'cpack package_source').  If you want to use the latest from GIT
>>>> >>> (recommended at this point) you can use:
>>>> >>>
>>>> >>> brew install --HEAD http://www.kunstmusik.com/csound.rb
>>>> >>>
>>>> >>> This should also install the following dependencies:
>>>> >>>
>>>> >>>   depends_on 'cmake' => :build
>>>> >>>   depends_on 'swig' => :build
>>>> >>>
>>>> >>>   depends_on 'libsndfile'
>>>> >>>
>>>> >>>   depends_on 'portaudio' => :recommended
>>>> >>>   depends_on 'portmidi' => :recommended
>>>> >>>   depends_on 'liblo' => :recommended
>>>> >>>   depends_on 'boost' => :recommended
>>>> >>>   depends_on 'libpng' => :recommended
>>>> >>>   depends_on 'stk' => :recommended
>>>> >>>
>>>> >>> You can get info on flags by using:
>>>> >>>
>>>> >>> brew info http://www.kunstmusik.com/csound.rb
>>>> >>>
>>>> >>> and can (or, at least, should) be able to build as a --universal
>>>> >>> using:
>>>> >>>
>>>> >>> brew install --HEAD http://www.kunstmusik.com/csound.rb --universal
>>>> >>>
>>>> >>> Some notes:
>>>> >>>
>>>> >>> 1) There are likely to be problems.  Please report issues here so
>>>> >>> that
>>>> >>> we can fix them together. :)
>>>> >>>
>>>> >>> 2) The csound cmake file installs things into places that may be
>>>> >>> protected on your system. The particularly relevant ones are
>>>> >>> /usr/local, /Library/Python/2.7/site-packages, and
>>>> >>> /Library/Java/Extensions.  Homebrew explains how to deal with the
>>>> >>> latter 2 directores in [2]. There's info about /usr/local on the
>>>> >>> homebrew site [1].
>>>> >>>
>>>> >>> 3) I'm currently thinking this might be the best way to get
>>>> >>> everything
>>>> >>> required to build csound installed on OSX.  The idea is that once you
>>>> >>> install once, you'll have everything you need to also clone Csound's
>>>> >>> git repo and develop/build/install.
>>>> >>>
>>>> >>> Thanks!
>>>> >>> steven
>>>> >>>
>>>> >>> [1] - http://brew.sh/
>>>> >>> [2] -
>>>> >>> https://github.com/mxcl/homebrew/wiki/Gems%2C-Eggs-and-Perl-Modules
>>>> >>>
>>>> >>>
>>>> >>>
>>>> >>> ------------------------------------------------------------------------------
>>>> >>> Learn Graph Databases - Download FREE O'Reilly Book
>>>> >>> "Graph Databases" is the definitive new guide to graph databases and
>>>> >>> their applications. This 200-page book is written by three acclaimed
>>>> >>> leaders in the field. The early access version is available now.
>>>> >>> Download your free book today! http://p.sf.net/sfu/neotech_d2d_may
>>>> >>> _______________________________________________
>>>> >>> Csound-devel mailing list
>>>> >>> Csound-devel@lists.sourceforge.net
>>>> >>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>> >>
>>>> >>
>>>> >>
>>>> >>
>>>> >> --
>>>> >> codehop.com | #code #art #music
>>>> >
>>>> >
>>>> >
>>>> >
>>>> > --
>>>> > codehop.com | #code #art #music
>>>> >
>>>> >
>>>> > ------------------------------------------------------------------------------
>>>> > Learn Graph Databases - Download FREE O'Reilly Book
>>>> > "Graph Databases" is the definitive new guide to graph databases and
>>>> > their applications. This 200-page book is written by three acclaimed
>>>> > leaders in the field. The early access version is available now.
>>>> > Download your free book today! http://p.sf.net/sfu/neotech_d2d_may
>>>> > _______________________________________________
>>>> > Csound-devel mailing list
>>>> > Csound-devel@lists.sourceforge.net
>>>> > https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>> >
>>>>
>>>>
>>>> ------------------------------------------------------------------------------
>>>> Learn Graph Databases - Download FREE O'Reilly Book
>>>> "Graph Databases" is the definitive new guide to graph databases and
>>>> their applications. This 200-page book is written by three acclaimed
>>>> leaders in the field. The early access version is available now.
>>>> Download your free book today! http://p.sf.net/sfu/neotech_d2d_may
>>>> _______________________________________________
>>>> Csound-devel mailing list
>>>> Csound-devel@lists.sourceforge.net
>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>
>>>
>>>
>>>
>>> ------------------------------------------------------------------------------
>>> Learn Graph Databases - Download FREE O'Reilly Book
>>> "Graph Databases" is the definitive new guide to graph databases and
>>> their applications. This 200-page book is written by three acclaimed
>>> leaders in the field. The early access version is available now.
>>> Download your free book today! http://p.sf.net/sfu/neotech_d2d_may
>>> _______________________________________________
>>> Csound-devel mailing list
>>> Csound-devel@lists.sourceforge.net
>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>
>>
>>
>> ------------------------------------------------------------------------------
>> Learn Graph Databases - Download FREE O'Reilly Book
>> "Graph Databases" is the definitive new guide to graph databases and
>> their applications. This 200-page book is written by three acclaimed
>> leaders in the field. The early access version is available now.
>> Download your free book today! http://p.sf.net/sfu/neotech_d2d_may
>> _______________________________________________
>> Csound-devel mailing list
>> Csound-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>

------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and
their applications. This 200-page book is written by three acclaimed
leaders in the field. The early access version is available now.
Download your free book today! http://p.sf.net/sfu/neotech_d2d_may
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-devel


------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and
their applications. This 200-page book is written by three acclaimed
leaders in the field. The early access version is available now.
Download your free book today! http://p.sf.net/sfu/neotech_d2d_may
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-devel


Date2013-05-12 11:12
FromEd Costello
SubjectRe: [Cs-dev] OSX: Homebrew
AttachmentsNone  None  
Here ya go, I think the installer is having trouble with copying _csnd6.so into my python site packages directory

Marions-MacBook:~ eddyc$ brew install --HEAD http://www.kunstmusik.com/csound.rb --verbose
/usr/bin/curl -f#LA Homebrew 0.9.4 (Ruby 1.8.7-358; Mac OS X 10.8.3) http://www.kunstmusik.com/csound.rb -o /Library/Caches/Homebrew/Formula/csound.rb
######################################################################## 100.0%
git clone --depth 1 git://git.code.sourceforge.net/p/csound/csound6-git /Library/Caches/Homebrew/csound--git
Cloning into '/Library/Caches/Homebrew/csound--git'...
remote: Counting objects: 1531, done.
remote: Compressing objects: 100% (1314/1314), done.
remote: Total 1531 (delta 288), reused 797 (delta 140)
Receiving objects: 100% (1531/1531), 13.23 MiB | 1.07 MiB/s, done.
Resolving deltas: 100% (288/288), done.
git reset --hard origin/HEAD
HEAD is now at 2468c7c some float csound adjustments
git checkout-index -a -f --prefix=/private/tmp/csound-KYls/
==> cmake . -DUSE_GETTEXT=0 -DCMAKE_INSTALL_PREFIX=/usr/local/Cellar/csound/HEAD -DCMAKE_BUILD_TYPE=None -DCMAKE_FIND_FRAMEWORK=LAST -Wno-dev
cmake . -DUSE_GETTEXT=0 -DCMAKE_INSTALL_PREFIX=/usr/local/Cellar/csound/HEAD -DCMAKE_BUILD_TYPE=None -DCMAKE_FIND_FRAMEWORK=LAST -Wno-dev
-- The C compiler identification is Clang 4.2.0
-- The CXX compiler identification is Clang 4.2.0
-- Check for working C compiler: /usr/local/Library/ENV/4.3/cc
-- Check for working C compiler: /usr/local/Library/ENV/4.3/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler: /usr/local/Library/ENV/4.3/c++
-- Check for working CXX compiler: /usr/local/Library/ENV/4.3/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- /tmp/csound-KYls
-- BUILD_BIN_DIR set to /tmp/csound-KYls
-- BUILD_LIB_DIR set to /tmp/csound-KYls
-- BUILD_PLUGINS_DIR set to /tmp/csound-KYls
-- Check if the system is big endian
-- Searching 16 bit integer
-- Looking for sys/types.h
-- Looking for sys/types.h - found
-- Looking for stdint.h
-- Looking for stdint.h - found
-- Looking for stddef.h
-- Looking for stddef.h - found
-- Check size of unsigned short
-- Check size of unsigned short - done
-- Using unsigned short
-- Check if the system is big endian - little endian
-- Try OpenMP C flag = [-fopenmp]
-- Performing Test OpenMP_FLAG_DETECTED
-- Performing Test OpenMP_FLAG_DETECTED - Failed
-- Try OpenMP C flag = [/openmp]
-- Performing Test OpenMP_FLAG_DETECTED
-- Performing Test OpenMP_FLAG_DETECTED - Failed
-- Try OpenMP C flag = [-Qopenmp]
-- Performing Test OpenMP_FLAG_DETECTED
-- Performing Test OpenMP_FLAG_DETECTED - Failed
-- Try OpenMP C flag = [-openmp]
-- Performing Test OpenMP_FLAG_DETECTED
-- Performing Test OpenMP_FLAG_DETECTED - Failed
-- Try OpenMP C flag = [ ]
-- Performing Test OpenMP_FLAG_DETECTED
-- Performing Test OpenMP_FLAG_DETECTED - Failed
-- Try OpenMP C flag = [-xopenmp]
-- Performing Test OpenMP_FLAG_DETECTED
-- Performing Test OpenMP_FLAG_DETECTED - Failed
-- Try OpenMP C flag = [+Oopenmp]
-- Performing Test OpenMP_FLAG_DETECTED
-- Performing Test OpenMP_FLAG_DETECTED - Failed
-- Try OpenMP C flag = [-qsmp]
-- Performing Test OpenMP_FLAG_DETECTED
-- Performing Test OpenMP_FLAG_DETECTED - Failed
-- Try OpenMP C flag = [-mp]
-- Performing Test OpenMP_FLAG_DETECTED
-- Performing Test OpenMP_FLAG_DETECTED - Failed
-- Try OpenMP CXX flag = [-fopenmp]
-- Performing Test OpenMP_FLAG_DETECTED
-- Performing Test OpenMP_FLAG_DETECTED - Failed
-- Try OpenMP CXX flag = [/openmp]
-- Performing Test OpenMP_FLAG_DETECTED
-- Performing Test OpenMP_FLAG_DETECTED - Failed
-- Try OpenMP CXX flag = [-Qopenmp]
-- Performing Test OpenMP_FLAG_DETECTED
-- Performing Test OpenMP_FLAG_DETECTED - Failed
-- Try OpenMP CXX flag = [-openmp]
-- Performing Test OpenMP_FLAG_DETECTED
-- Performing Test OpenMP_FLAG_DETECTED - Failed
-- Try OpenMP CXX flag = [ ]
-- Performing Test OpenMP_FLAG_DETECTED
-- Performing Test OpenMP_FLAG_DETECTED - Failed
-- Try OpenMP CXX flag = [-xopenmp]
-- Performing Test OpenMP_FLAG_DETECTED
-- Performing Test OpenMP_FLAG_DETECTED - Failed
-- Try OpenMP CXX flag = [+Oopenmp]
-- Performing Test OpenMP_FLAG_DETECTED
-- Performing Test OpenMP_FLAG_DETECTED - Failed
-- Try OpenMP CXX flag = [-qsmp]
-- Performing Test OpenMP_FLAG_DETECTED
-- Performing Test OpenMP_FLAG_DETECTED - Failed
-- Try OpenMP CXX flag = [-mp]
-- Performing Test OpenMP_FLAG_DETECTED
-- Performing Test OpenMP_FLAG_DETECTED - Failed
-- Could NOT find OpenMP (missing:  OpenMP_C_FLAGS OpenMP_CXX_FLAGS) 
-- Looking for libintl.h
-- Looking for libintl.h - not found
-- Looking for C++ include eigen3/Eigen/Dense
-- Looking for C++ include eigen3/Eigen/Dense - not found
-- Could NOT find Gettext (missing:  GETTEXT_MSGMERGE_EXECUTABLE GETTEXT_MSGFMT_EXECUTABLE) 
-- Looking for lrint in m
-- Looking for lrint in m - found
-- Looking for unistd.h
-- Looking for unistd.h - found
-- Looking for io.h
-- Looking for io.h - not found
-- Looking for fcntl.h
-- Looking for fcntl.h - found
-- Looking for sys/time.h
-- Looking for sys/time.h - found
-- Looking for termios.h
-- Looking for termios.h - found
-- Looking for values.h
-- Looking for values.h - not found
-- Looking for winsock.h
-- Looking for winsock.h - not found
-- Looking for sys/socket.h
-- Looking for sys/socket.h - found
-- Looking for dirent.h
-- Looking for dirent.h - found
-- USE_LRINT is enabled
-- Found FLEX: /usr/bin/flex (found version "2.5.35") 
-- Found BISON: /usr/bin/bison (found version "2.3") 
-- Looking for pthread_spin_lock
-- Looking for pthread_spin_lock - not found
-- Looking for pthread_barrier_init
-- Looking for pthread_barrier_init - not found
-- OPENMP_FOUND="FALSE", so disabling USE_OPEN_MP
-- PTHREAD_BARRIER_INIT_EXISTS="", so disabling USE_OPEN_MP
-- USE_OPEN_MP is disabled
-- Not building with score parser
-- Not building with new parser debugging
-- Building with multicore
-- USE_GETTEXT is disabled
-- Not using localization
-- Building on OSX
-- Boost version: 1.53.0
-- Looking for ladspa.h
-- Looking for ladspa.h - not found
-- Looking for fluidsynth.h
-- Looking for fluidsynth.h - not found
-- Looking for jack/jack.h
-- Looking for jack/jack.h - not found
-- Looking for C++ include gmm/gmm.h
-- Looking for C++ include gmm/gmm.h - not found
-- Looking for lo/lo.h
-- Looking for lo/lo.h - found
-- Found ZLIB: /usr/lib/libz.dylib (found version "1.2.5") 
-- Found PNG: /usr/local/lib/libpng.dylib (found version "1.5.14") 
-- Found PythonLibs: /usr/lib/libpython2.7.dylib (found version "2.7.2") 
-- Found Lua51: /usr/local/lib/liblua.dylib (found version "5.1.5") 
-- Looking for wiiuse.h
-- Looking for wiiuse.h - not found
-- Looking for p5glove.h
-- Looking for p5glove.h - not found
-- BUILD_CHUA_OPCODES is enabled
-- LADSPA_H="", so disabling BUILD_DSSI_OPCODES
-- BUILD_DSSI_OPCODES is disabled
-- FLUIDSYNTH_H="", so disabling BUILD_FLUID_OPCODES
-- FLUIDSYNTH_LIBRARY="FLUIDSYNTH_LIBRARY-NOTFOUND", so disabling BUILD_FLUID_OPCODES
-- BUILD_FLUID_OPCODES is disabled
-- JACK_HEADER="", so disabling BUILD_JACK_OPCODES
-- BUILD_JACK_OPCODES is disabled
-- GMM_HEADER="", so disabling BUILD_LINEAR_ALGEBRA_OPCODES
-- BUILD_LINEAR_ALGEBRA_OPCODES is disabled
-- BUILD_OSC_OPCODES is enabled
-- BUILD_IMAGE_OPCODES is enabled
-- BUILD_PYTHON_OPCODES is enabled
-- OPENMP_FOUND="FALSE", so disabling BUILD_LUA_OPCODES
-- BUILD_LUA_OPCODES is disabled
-- WIIUSE_H="", so disabling BUILD_WIIMOTE_OPCODES
-- BUILD_WIIMOTE_OPCODES is disabled
-- P5GLOVE_H="", so disabling BUILD_P5GLOVE_OPCODES
-- BUILD_P5GLOVE_OPCODES is disabled
-- BUILD_STK_OPCODES is enabled
-- 
-- ## REALTIME AUDIO AND MIDI ##
-- Looking for alsa/asoundlib.h
-- Looking for alsa/asoundlib.h - not found
-- Looking for pulse/simple.h
-- Looking for pulse/simple.h - not found
-- Looking for XOpenDisplay in /usr/X11R6/lib/libX11.dylib;/usr/X11R6/lib/libXext.dylib
-- Looking for XOpenDisplay in /usr/X11R6/lib/libX11.dylib;/usr/X11R6/lib/libXext.dylib - found
-- Looking for gethostbyname
-- Looking for gethostbyname - found
-- Looking for connect
-- Looking for connect - found
-- Looking for remove
-- Looking for remove - found
-- Looking for shmat
-- Looking for shmat - found
-- Looking for IceConnectionNumber in ICE
-- Looking for IceConnectionNumber in ICE - not found
-- Found X11: /usr/X11R6/lib/libX11.dylib
-- Found FLTK: /usr/local/lib/libfltk_images.a;/usr/local/lib/libfltk_forms.a;/usr/local/lib/libfltk.a  
-- USE_COREMIDI is enabled
-- USE_AUDIOUNIT is enabled
-- ALSA_HEADER="", so disabling USE_ALSA
-- ALSA_LIBRARY="ALSA_LIBRARY-NOTFOUND", so disabling USE_ALSA
-- USE_ALSA is disabled
-- PULSEAUDIO_HEADER="", so disabling USE_PULSEAUDIO
-- PULSEAUDIO_LIBRARY="PULSEAUDIO_LIBRARY-NOTFOUND", so disabling USE_PULSEAUDIO
-- PULSESIMPLE_LIBRARY="PULSESIMPLE_LIBRARY-NOTFOUND", so disabling USE_PULSEAUDIO
-- USE_PULSEAUDIO is disabled
-- PORTAUDIO_HEADER="", so disabling USE_PORTAUDIO
-- USE_PORTAUDIO is disabled
-- PORTMIDI_HEADER="", so disabling USE_PORTMIDI
-- USE_PORTMIDI is disabled
-- JACK_HEADER="", so disabling USE_JACK
-- JACK_LIBRARY="JACK_LIBRARY-NOTFOUND", so disabling USE_JACK
-- USE_JACK is disabled
-- USE_FLTK is enabled
-- BUILD_VIRTUAL_KEYBOARD is enabled
-- 
-- Building C++ interface library
-- Found SWIG: /usr/local/bin/swig (found suitable version "2.0.9", minimum required is "2.0") 
-- Found JNI: -framework JavaVM  
-- Found Java: /usr/bin/java (found version "1.6.0.45") 
-- BUILD_PYTHON_INTERFACE is enabled
-- BUILD_JAVA_INTERFACE is enabled
-- BUILD_LUA_INTERFACE is enabled
-- Looking for m_pd.h
-- Looking for m_pd.h - not found
-- Building csLadspa
-- BUILD_CSBEATS is enabled
-- PD_HEADER="", so disabling BUILD_PD_CLASS
-- BUILD_PD_CLASS is disabled
-- BUILD_WINSOUND is disabled
-- Boost version: 1.53.0
-- Found SWIG: /usr/local/bin/swig (found version "2.0.9") 
-- BUILD_CSOUND_AC is disabled
-- BUILD_CSOUND_AC_PYTHON_INTERFACE is enabled
-- BUILD_CSOUND_AC_LUA_INTERFACE is enabled
-- Configuring done
-- Generating done
-- Build files have been written to: /tmp/csound-KYls
==> make install
make install
Scanning dependencies of target ampmidid
[  0%] Generating csound_prelex.c
[  0%] Generating csound_orclex.c
[  0%] Generating csound_orcparse.c
/tmp/csound-KYls/Engine/csound_orc.y: conflicts: 4 shift/reduce, 10 reduce/reduce
[  0%] Building CXX object Opcodes/CMakeFiles/ampmidid.dir/ampmidid.cpp.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
Scanning dependencies of target CsoundLib64
Linking CXX shared library ../libampmidid.dylib
[  0%] Built target ampmidid
Scanning dependencies of target cellular
[  0%] Building C object Opcodes/CMakeFiles/cellular.dir/cellular.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
Linking C shared library ../libcellular.dylib
[  0%] Built target cellular
Scanning dependencies of target chua
[  1%] Building C object CMakeFiles/CsoundLib64.dir/Engine/auxfd.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[  1%] Building C object CMakeFiles/CsoundLib64.dir/Engine/cfgvar.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[  1%] Building C object CMakeFiles/CsoundLib64.dir/Engine/corfiles.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[  2%] Building C object CMakeFiles/CsoundLib64.dir/Engine/entry1.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[  2%] Building C object CMakeFiles/CsoundLib64.dir/Engine/envvar.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[  2%] [  3%] Building C object CMakeFiles/CsoundLib64.dir/Engine/extract.c.o
Building CXX object Opcodes/CMakeFiles/chua.dir/chua/ChuaOscillator.cpp.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[  4%] Building C object CMakeFiles/CsoundLib64.dir/Engine/fgens.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[  4%] Building C object CMakeFiles/CsoundLib64.dir/Engine/insert.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[  4%] Building C object CMakeFiles/CsoundLib64.dir/Engine/linevent.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[  5%] Building C object CMakeFiles/CsoundLib64.dir/Engine/memalloc.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[  5%] Building C object CMakeFiles/CsoundLib64.dir/Engine/memfiles.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[  5%] Building C object CMakeFiles/CsoundLib64.dir/Engine/musmon.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[  5%] Building C object CMakeFiles/CsoundLib64.dir/Engine/namedins.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[  6%] Building C object CMakeFiles/CsoundLib64.dir/Engine/rdscor.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[  6%] Building C object CMakeFiles/CsoundLib64.dir/Engine/scsort.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[  6%] Building C object CMakeFiles/CsoundLib64.dir/Engine/scxtract.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[  7%] Building C object CMakeFiles/CsoundLib64.dir/Engine/sort.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[  7%] Building C object CMakeFiles/CsoundLib64.dir/Engine/sread.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
Linking CXX shared library ../libchua.dylib
[  7%] Building C object CMakeFiles/CsoundLib64.dir/Engine/swritestr.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[  8%] Building C object CMakeFiles/CsoundLib64.dir/Engine/twarp.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[  8%] Building C object CMakeFiles/CsoundLib64.dir/Engine/csound_type_system.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[  8%] Building C object CMakeFiles/CsoundLib64.dir/Engine/csound_standard_types.c.o
[  8%] Built target chua
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
Scanning dependencies of target control
[  9%] [  9%] Building C object CMakeFiles/CsoundLib64.dir/Engine/csound_data_structures.c.o
Building C object Opcodes/CMakeFiles/control.dir/control.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[  9%] Linking C shared library ../libcontrol.dylib
Building C object CMakeFiles/CsoundLib64.dir/Engine/pools.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[  9%] Built target control
Scanning dependencies of target cs_date
[  9%] [ 10%] Building C object CMakeFiles/CsoundLib64.dir/InOut/libsnd.c.o
Building C object Opcodes/CMakeFiles/cs_date.dir/date.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
Linking C shared library ../libcs_date.dylib
[ 10%] Built target cs_date
[ 10%] Building C object CMakeFiles/CsoundLib64.dir/InOut/libsnd_u.c.o
Scanning dependencies of target doppler
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 10%] Building CXX object Opcodes/CMakeFiles/doppler.dir/doppler.cpp.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 11%] Building C object CMakeFiles/CsoundLib64.dir/InOut/midifile.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 11%] Building C object CMakeFiles/CsoundLib64.dir/InOut/midirecv.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
Linking CXX shared library ../libdoppler.dylib
[ 11%] Building C object CMakeFiles/CsoundLib64.dir/InOut/midisend.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 11%] Built target doppler
Scanning dependencies of target fareygen
[ 12%] [ 12%] Building C object CMakeFiles/CsoundLib64.dir/InOut/winascii.c.o
Building C object Opcodes/CMakeFiles/fareygen.dir/fareygen.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 12%] Linking C shared library ../libfareygen.dylib
Building C object CMakeFiles/CsoundLib64.dir/InOut/windin.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 12%] Built target fareygen
Scanning dependencies of target fractalnoise
[ 12%] Building C object CMakeFiles/CsoundLib64.dir/InOut/window.c.o
[ 13%] Building CXX object Opcodes/CMakeFiles/fractalnoise.dir/tl/fractalnoise.cpp.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 14%] Building C object CMakeFiles/CsoundLib64.dir/InOut/winEPS.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
Linking CXX shared library ../libfractalnoise.dylib
[ 14%] Built target fractalnoise
[ 14%] Building C object CMakeFiles/CsoundLib64.dir/InOut/circularbuffer.c.o
Scanning dependencies of target image
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 14%] Building C object Opcodes/CMakeFiles/image.dir/imageOpcodes.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 14%] Building C object CMakeFiles/CsoundLib64.dir/OOps/aops.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
Linking C shared library ../libimage.dylib
[ 14%] Built target image
Scanning dependencies of target mixer
[ 14%] Building CXX object Opcodes/CMakeFiles/mixer.dir/mixer.cpp.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 15%] Building C object CMakeFiles/CsoundLib64.dir/OOps/bus.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
Linking CXX shared library ../libmixer.dylib
[ 15%] Building C object CMakeFiles/CsoundLib64.dir/OOps/cmath.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 15%] Built target mixer
Scanning dependencies of target osc
[ 16%] Building C object Opcodes/CMakeFiles/osc.dir/OSC.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 16%] Building C object CMakeFiles/CsoundLib64.dir/OOps/diskin.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
Linking C shared library ../libosc.dylib
[ 16%] Building C object CMakeFiles/CsoundLib64.dir/OOps/diskin2.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 16%] Built target osc
Scanning dependencies of target platerev
[ 16%] Building C object Opcodes/CMakeFiles/platerev.dir/platerev.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 17%] Linking C shared library ../libplaterev.dylib
Building C object CMakeFiles/CsoundLib64.dir/OOps/disprep.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 17%] Built target platerev
Scanning dependencies of target py
[ 17%] [ 17%] Building C object Opcodes/CMakeFiles/py.dir/py/pythonopcodes.c.o
Building C object CMakeFiles/CsoundLib64.dir/OOps/dumpf.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 17%] Building C object CMakeFiles/CsoundLib64.dir/OOps/fftlib.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
Linking C shared library ../libpy.dylib
[ 17%] Built target py
[ 18%] Scanning dependencies of target scansyn
Building C object CMakeFiles/CsoundLib64.dir/OOps/goto_ops.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 18%] Building C object Opcodes/CMakeFiles/scansyn.dir/scansyn.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 18%] Building C object CMakeFiles/CsoundLib64.dir/OOps/midiinterop.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 19%] Building C object Opcodes/CMakeFiles/scansyn.dir/scansynx.c.o
[ 19%] Building C object CMakeFiles/CsoundLib64.dir/OOps/midiops.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 20%] Building C object CMakeFiles/CsoundLib64.dir/OOps/midiout.c.o
Linking C shared library ../libscansyn.dylib
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 20%] Built target scansyn
Scanning dependencies of target serial
[ 20%] Building C object Opcodes/CMakeFiles/serial.dir/serial.c.o
[ 20%] Building C object CMakeFiles/CsoundLib64.dir/OOps/mxfft.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
Linking C shared library ../libserial.dylib
[ 20%] Built target serial
[ 20%] Building C object CMakeFiles/CsoundLib64.dir/OOps/oscils.c.o
Scanning dependencies of target signalflowgraph
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 21%] Building CXX object Opcodes/CMakeFiles/signalflowgraph.dir/signalflowgraph.cpp.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 22%] Building C object CMakeFiles/CsoundLib64.dir/OOps/pstream.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 22%] Building C object CMakeFiles/CsoundLib64.dir/OOps/pvfileio.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 22%] Building C object CMakeFiles/CsoundLib64.dir/OOps/pvsanal.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 22%] Building C object CMakeFiles/CsoundLib64.dir/OOps/random.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 23%] Building C object CMakeFiles/CsoundLib64.dir/OOps/remote.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 23%] Building C object CMakeFiles/CsoundLib64.dir/OOps/schedule.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
Linking CXX shared library ../libsignalflowgraph.dylib
[ 23%] Building C object CMakeFiles/CsoundLib64.dir/OOps/sndinfUG.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 23%] Built target signalflowgraph
Scanning dependencies of target system_call
[ 25%] [ 25%] Building C object CMakeFiles/CsoundLib64.dir/OOps/str_ops.c.o
Building C object Opcodes/CMakeFiles/system_call.dir/system_call.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
Linking C shared library ../libsystem_call.dylib
[ 25%] Built target system_call
Scanning dependencies of target stk-ops
[ 25%] Building C object CMakeFiles/CsoundLib64.dir/OOps/ugens1.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 25%] Building CXX object Opcodes/stk/CMakeFiles/stk-ops.dir/stkOpcodes.cpp.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 25%] Building C object CMakeFiles/CsoundLib64.dir/OOps/ugens2.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 26%] Building C object CMakeFiles/CsoundLib64.dir/OOps/ugens2a.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 26%] Building C object CMakeFiles/CsoundLib64.dir/OOps/ugens3.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 26%] Building C object CMakeFiles/CsoundLib64.dir/OOps/ugens4.c.o
Linking CXX shared library ../../libstk.dylib
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 26%] Built target stk-ops
Scanning dependencies of target cmidi
[ 27%] Building C object CMakeFiles/CsoundLib64.dir/OOps/ugens5.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 27%] Building C object InOut/CMakeFiles/cmidi.dir/cmidi.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 27%] Building C object CMakeFiles/CsoundLib64.dir/OOps/ugens6.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
Linking C shared library ../libcmidi.dylib
[ 27%] Building C object CMakeFiles/CsoundLib64.dir/OOps/ugtabs.c.o
[ 27%] Built target cmidi
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
Scanning dependencies of target ipmidi
[ 27%] Building C object InOut/CMakeFiles/ipmidi.dir/ipmidi.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
Linking C shared library ../libipmidi.dylib
[ 27%] Building C object CMakeFiles/CsoundLib64.dir/OOps/ugrw1.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 27%] Built target ipmidi
Scanning dependencies of target rtauhal
[ 28%] Building C object InOut/CMakeFiles/rtauhal.dir/rtauhal.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 29%] Building C object CMakeFiles/CsoundLib64.dir/OOps/ugrw2.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 29%] Building C object CMakeFiles/CsoundLib64.dir/OOps/vdelay.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
Linking C shared library ../librtauhal.dylib
[ 29%] Built target rtauhal
Scanning dependencies of target virtual
[ 29%] Building C object CMakeFiles/CsoundLib64.dir/OOps/compile_ops.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 29%] Building CXX object InOut/CMakeFiles/virtual.dir/virtual_keyboard/FLTKKeyboard.cpp.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 30%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/babo.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 30%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/bilbar.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 30%] Building CXX object InOut/CMakeFiles/virtual.dir/virtual_keyboard/FLTKKeyboardWindow.cpp.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 30%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/compress.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 32%] [ 32%] Building CXX object InOut/CMakeFiles/virtual.dir/virtual_keyboard/FLTKKeyboardWidget.cpp.o
Building C object CMakeFiles/CsoundLib64.dir/Opcodes/eqfil.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 32%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/Vosim.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 32%] [ 32%] Building CXX object InOut/CMakeFiles/virtual.dir/virtual_keyboard/virtual_keyboard.cpp.o
Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pitch.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 32%] Building CXX object InOut/CMakeFiles/virtual.dir/virtual_keyboard/Bank.cpp.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 33%] [ 34%] Building CXX object InOut/CMakeFiles/virtual.dir/virtual_keyboard/KeyboardMapping.cpp.o
Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pitch0.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 34%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/spectra.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 34%] Building CXX object InOut/CMakeFiles/virtual.dir/virtual_keyboard/Program.cpp.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 34%] Building CXX object InOut/CMakeFiles/virtual.dir/virtual_keyboard/SliderBank.cpp.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 34%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ambicode1.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 35%] Building CXX object InOut/CMakeFiles/virtual.dir/virtual_keyboard/SliderData.cpp.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
Linking CXX shared library ../libvirtual.dylib
[ 36%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/sfont.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 36%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/grain4.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 36%] Built target virtual
Scanning dependencies of target widgets
[ 36%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/hrtferX.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 36%] Building CXX object InOut/CMakeFiles/widgets.dir/FL_graph.cpp.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 36%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/loscilx.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 36%] Building C object InOut/CMakeFiles/widgets.dir/winFLTK.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 37%] [ 38%] Building CXX object InOut/CMakeFiles/widgets.dir/widgets.cpp.o
Building C object CMakeFiles/CsoundLib64.dir/Opcodes/minmax.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 38%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pan2.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 38%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/arrays.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 39%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/phisem.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 39%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/hrtfopcodes.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 39%] Linking CXX shared library ../libwidgets.dylib
Building C object CMakeFiles/CsoundLib64.dir/Opcodes/stackops.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 39%] Built target widgets
[ 40%] [ 41%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/vbap.c.o
[FLEX][csbeats_SCANNER] Building scanner with flex 2.5.35
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 41%] [BISON][csbeats_PARSER] Building parser with bison 2.3
beats/beats.y: conflicts: 1 reduce/reduce
Scanning dependencies of target csbeats
[ 41%] Building C object frontends/CMakeFiles/csbeats.dir/beats/main.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 41%] [ 41%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/vbap1.c.o
Building C object frontends/CMakeFiles/csbeats.dir/beatslex.yy.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 42%] [ 42%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/vbap_n.c.o
Building C object frontends/CMakeFiles/csbeats.dir/beats.tab.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
Linking C executable ../csbeats
[ 43%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/vbap_zak.c.o
[ 43%] Built target csbeats
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
Scanning dependencies of target stdutil
[ 44%] Building C object util/CMakeFiles/stdutil.dir/atsa.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 44%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/vaops.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 44%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ugakbari.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 44%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/harmon.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 45%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pitchtrack.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 45%] Building C object util/CMakeFiles/stdutil.dir/cvanal.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 45%] Building C object util/CMakeFiles/stdutil.dir/dnoise.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 45%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/partikkel.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 46%] Building C object util/CMakeFiles/stdutil.dir/envext.c.o
[ 46%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
Building C object CMakeFiles/CsoundLib64.dir/Opcodes/shape.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 46%] Building C object util/CMakeFiles/stdutil.dir/het_export.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 47%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/tabsum.c.o
[ 47%] Building C object util/CMakeFiles/stdutil.dir/het_import.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 48%] [ 48%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/crossfm.c.o
Building C object util/CMakeFiles/stdutil.dir/hetro.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 48%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pvlock.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 48%] Building C object util/CMakeFiles/stdutil.dir/lpanal.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 49%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/fareyseq.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 49%] Building C object util/CMakeFiles/stdutil.dir/lpc_export.c.o
[ 49%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/modmatrix.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 49%] Building C object util/CMakeFiles/stdutil.dir/lpc_import.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 50%] Building C object util/CMakeFiles/stdutil.dir/mixer.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 50%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/scoreline.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 51%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/modal4.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 51%] Building C object util/CMakeFiles/stdutil.dir/pvanal.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 51%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/physutil.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 51%] Building C object util/CMakeFiles/stdutil.dir/pv_export.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 51%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/physmod.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 52%] Building C object util/CMakeFiles/stdutil.dir/pv_import.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 52%] Building C object util/CMakeFiles/stdutil.dir/pvlook.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 52%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/mandolin.c.o
[ 52%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
Building C object util/CMakeFiles/stdutil.dir/scale.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 53%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/singwave.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 54%] Building C object util/CMakeFiles/stdutil.dir/sndinfo.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 54%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/fm4op.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 54%] Building C object util/CMakeFiles/stdutil.dir/srconv.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 54%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/moog1.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 54%] Building C object util/CMakeFiles/stdutil.dir/std_util.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 55%] Building C object util/CMakeFiles/stdutil.dir/xtrct.c.o
[ 56%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/shaker.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 56%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/bowedbar.c.o
[ 56%] Building C object util/CMakeFiles/stdutil.dir/scope.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 56%] Building C object util/CMakeFiles/stdutil.dir/__/SDIF/sdif.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 56%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/gab/tabmorph.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
Linking C shared library ../libstdutil.dylib
[ 57%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/gab/hvs.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 57%] Built target stdutil
Scanning dependencies of target sdif2ad
[ 58%] Building C object SDIF/CMakeFiles/sdif2ad.dir/sdif2adsyn.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 58%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/gab/sliderTable.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 58%] Building C object SDIF/CMakeFiles/sdif2ad.dir/sdif.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 58%] Building C object SDIF/CMakeFiles/sdif2ad.dir/sdif-mem.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 58%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/gab/newgabopc.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
Linking C executable ../sdif2ad
[ 58%] Built target sdif2ad
[ 59%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ftest.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 59%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/hrtfearly.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 59%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/hrtfreverb.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 59%] [ 60%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/cpumeter.c.o
Building C object CMakeFiles/CsoundLib64.dir/Opcodes/gendy.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 60%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/tl/sc_noise.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 60%] Building C object CMakeFiles/CsoundLib64.dir/Top/argdecode.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 61%] Building C object CMakeFiles/CsoundLib64.dir/Top/cscore_internal.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 61%] Building C object CMakeFiles/CsoundLib64.dir/Top/cscorfns.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 61%] Building C object CMakeFiles/CsoundLib64.dir/Top/csmodule.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 62%] Building C object CMakeFiles/CsoundLib64.dir/Top/csound.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 62%] Building C object CMakeFiles/CsoundLib64.dir/Top/getstring.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 62%] Building C object CMakeFiles/CsoundLib64.dir/Top/main.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 63%] Building C object CMakeFiles/CsoundLib64.dir/Top/new_opts.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 63%] Building C object CMakeFiles/CsoundLib64.dir/Top/one_file.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 63%] Building C object CMakeFiles/CsoundLib64.dir/Top/opcode.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 63%] Building C object CMakeFiles/CsoundLib64.dir/Top/threads.c.o
[ 64%] Building C object CMakeFiles/CsoundLib64.dir/Top/utility.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 64%] [ 64%] Building C object CMakeFiles/CsoundLib64.dir/Top/threadsafe.c.o
Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ambicode.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 65%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/bbcut.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 65%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/biquad.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 65%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/butter.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 66%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/clfilt.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 66%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/cross2.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 66%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/dam.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 67%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/dcblockr.c.o
[ 67%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
Building C object CMakeFiles/CsoundLib64.dir/Opcodes/filter.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 67%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/flanger.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 67%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/follow.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 68%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/fout.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 68%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/freeverb.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 68%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ftconv.c.o
[ 69%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ftgen.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 69%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/gab/gab.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 69%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/gab/vectorial.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 70%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/grain.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 70%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/locsig.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 70%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/lowpassr.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 71%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/metro.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 71%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/midiops2.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 71%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/midiops3.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 72%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/newfils.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 72%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/nlfilt.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 72%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/oscbnk.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 72%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pluck.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 73%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/repluck.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 73%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/reverbsc.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 73%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/seqtime.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 74%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/sndloop.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 74%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/sndwarp.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 74%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/space.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 75%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/spat3d.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 75%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/syncgrain.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 75%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ugens7.c.o
[ 76%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ugens9.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 76%] [ 76%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/uggab.c.o
Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ugensa.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 76%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ugmoss.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 77%] [ 77%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ugnorman.c.o
Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ugsc.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 77%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/wave-terrain.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 78%] [ 78%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/stdopcod.c.o
Building C object CMakeFiles/CsoundLib64.dir/Opcodes/socksend.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 78%] [ 79%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/sockrecv.c.o
Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ifd.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 79%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/partials.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 79%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/psynth.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 80%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pvsbasic.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 80%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pvscent.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 80%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pvsdemix.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 80%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pvs_ops.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 81%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pvsband.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 81%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pvsbuffer.c.o
[ 81%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pvsgendy.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 82%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/dsputil.c.o
[ 82%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pvadd.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 82%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pvinterp.c.o
[ 83%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pvocext.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 83%] [ 83%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pvread.c.o
Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ugens8.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 84%] [ 84%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/vpvoc.c.o
Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pvoc.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 84%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/mp3in.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 84%] Building C object CMakeFiles/CsoundLib64.dir/InOut/libmpadec/layer1.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 85%] Building C object CMakeFiles/CsoundLib64.dir/InOut/libmpadec/layer2.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 85%] Building C object CMakeFiles/CsoundLib64.dir/InOut/libmpadec/layer3.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 85%] Building C object CMakeFiles/CsoundLib64.dir/InOut/libmpadec/synth.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 86%] Building C object CMakeFiles/CsoundLib64.dir/InOut/libmpadec/tables.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 86%] Building C object CMakeFiles/CsoundLib64.dir/InOut/libmpadec/mpadec.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 86%] Building C object CMakeFiles/CsoundLib64.dir/InOut/libmpadec/mp3dec.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 87%] Building C object CMakeFiles/CsoundLib64.dir/csound_orclex.c.o
[ 87%] Building C object CMakeFiles/CsoundLib64.dir/csound_orcparse.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 87%] Building C object CMakeFiles/CsoundLib64.dir/csound_prelex.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 88%] Building C object CMakeFiles/CsoundLib64.dir/Engine/csound_orc_semantics.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 88%] Building C object CMakeFiles/CsoundLib64.dir/Engine/csound_orc_expressions.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 88%] Building C object CMakeFiles/CsoundLib64.dir/Engine/csound_orc_optimize.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 88%] Building C object CMakeFiles/CsoundLib64.dir/Engine/csound_orc_compile.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 89%] Building C object CMakeFiles/CsoundLib64.dir/Engine/new_orc_parser.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 89%] Building C object CMakeFiles/CsoundLib64.dir/Engine/symbtab.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 89%] Building C object CMakeFiles/CsoundLib64.dir/Engine/cs_new_dispatch.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 90%] Building C object CMakeFiles/CsoundLib64.dir/Engine/cs_par_base.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 90%] Building C object CMakeFiles/CsoundLib64.dir/Engine/cs_par_orc_semantic_analysis.c.o
[ 90%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
Building C object CMakeFiles/CsoundLib64.dir/Engine/cs_par_dispatch.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
Copying OS X content CsoundLib64.framework/Versions/6.0/Headers/CppSound.hpp
Copying OS X content CsoundLib64.framework/Versions/6.0/Headers/CsoundFile.hpp
Copying OS X content CsoundLib64.framework/Versions/6.0/Headers/OpcodeBase.hpp
Copying OS X content CsoundLib64.framework/Versions/6.0/Headers/cfgvar.h
Copying OS X content CsoundLib64.framework/Versions/6.0/Headers/csPerfThread.hpp
Copying OS X content CsoundLib64.framework/Versions/6.0/Headers/cscore.h
Copying OS X content CsoundLib64.framework/Versions/6.0/Headers/csdl.h
Copying OS X content CsoundLib64.framework/Versions/6.0/Headers/csound.h
Copying OS X content CsoundLib64.framework/Versions/6.0/Headers/csound.hpp
Copying OS X content CsoundLib64.framework/Versions/6.0/Headers/csoundCore.h
Copying OS X content CsoundLib64.framework/Versions/6.0/Headers/csound_data_structures.h
Copying OS X content CsoundLib64.framework/Versions/6.0/Headers/csound_standard_types.h
Copying OS X content CsoundLib64.framework/Versions/6.0/Headers/csound_type_system.h
Copying OS X content CsoundLib64.framework/Versions/6.0/Headers/cwindow.h
Copying OS X content CsoundLib64.framework/Versions/6.0/Headers/float-version-double.h
Copying OS X content CsoundLib64.framework/Versions/6.0/Headers/filebuilding.h
Copying OS X content CsoundLib64.framework/Versions/6.0/Headers/interlocks.h
Copying OS X content CsoundLib64.framework/Versions/6.0/Headers/float-version.h
Copying OS X content CsoundLib64.framework/Versions/6.0/Headers/pstream.h
Copying OS X content CsoundLib64.framework/Versions/6.0/Headers/msg_attr.h
Copying OS X content CsoundLib64.framework/Versions/6.0/Headers/pvfileio.h
Copying OS X content CsoundLib64.framework/Versions/6.0/Headers/soundio.h
Copying OS X content CsoundLib64.framework/Versions/6.0/Headers/sysdep.h
Copying OS X content CsoundLib64.framework/Versions/6.0/Headers/text.h
Copying OS X content CsoundLib64.framework/Versions/6.0/Headers/version.h
Linking C shared library CsoundLib64.framework/Versions/6.0/CsoundLib64
[ 90%] Built target CsoundLib64
Scanning dependencies of target csladspa
Scanning dependencies of target libcsnd
[ 90%] Building CXX object frontends/CMakeFiles/csladspa.dir/csladspa/csladspa.cpp.o
[ 91%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
Building CXX object interfaces/CMakeFiles/libcsnd.dir/CppSound.cpp.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 91%] Building CXX object interfaces/CMakeFiles/libcsnd.dir/CsoundFile.cpp.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
Linking CXX shared library ../csladspa.dylib
[ 91%] Built target csladspa
Scanning dependencies of target csound-bin
[ 91%] Building C object frontends/CMakeFiles/csound-bin.dir/csound/csound_main.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
Linking C executable ../csound
[ 91%] Built target csound-bin
Scanning dependencies of target atsa
[ 91%] Building C object util/CMakeFiles/atsa.dir/atsa_main.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
Linking C executable ../atsa
[ 91%] Building CXX object interfaces/CMakeFiles/libcsnd.dir/Soundfile.cpp.o
[ 91%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
Built target atsa
[ 91%] Building CXX object interfaces/CMakeFiles/libcsnd.dir/csPerfThread.cpp.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 92%] [ 92%] Building CXX object interfaces/CMakeFiles/libcsnd.dir/cs_glue.cpp.o
Building CXX object interfaces/CMakeFiles/libcsnd.dir/filebuilding.cpp.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
Scanning dependencies of target csanalyze
[ 92%] Building C object util/CMakeFiles/csanalyze.dir/csanalyze.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
Linking C executable ../csanalyze
Linking CXX shared library ../libcsnd.dylib
[ 92%] Built target csanalyze
[ 92%] Built target libcsnd
Scanning dependencies of target cvanal
Scanning dependencies of target dnoise
[ 92%] [ 93%] Building C object util/CMakeFiles/dnoise.dir/dnoise_main.c.o
Building C object util/CMakeFiles/cvanal.dir/cvl_main.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
Linking C executable ../dnoise
Linking C executable ../cvanal
[ 93%] Built target dnoise
[ 93%] Built target cvanal
Scanning dependencies of target envext
Scanning dependencies of target extractor
[ 93%] [ 93%] Building C object util/CMakeFiles/envext.dir/env_main.c.o
Building C object util/CMakeFiles/extractor.dir/xtrc_main.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
Linking C executable ../envext
Linking C executable ../extractor
[ 93%] Built target extractor
[ 93%] Built target envext
Scanning dependencies of target het_export
Scanning dependencies of target het_import
[ 93%] [ 93%] Building C object util/CMakeFiles/het_export.dir/hetx_main.c.o
Building C object util/CMakeFiles/het_import.dir/heti_main.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
Linking C executable ../het_export
Linking C executable ../het_import
[ 93%] [ 93%] Built target het_import
Built target het_export
Scanning dependencies of target lpanal
Scanning dependencies of target hetro
[ 93%] Building C object util/CMakeFiles/lpanal.dir/lpc_main.c.o
[ 94%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
Building C object util/CMakeFiles/hetro.dir/het_main.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
Linking C executable ../lpanal
Linking C executable ../hetro
[ 94%] Built target lpanal
[ 94%] Built target hetro
Scanning dependencies of target lpc_export
Scanning dependencies of target lpc_import
[ 95%] Building C object util/CMakeFiles/lpc_export.dir/lpcx_main.c.o
[ 95%] Building C object util/CMakeFiles/lpc_import.dir/lpci_main.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
Linking C executable ../lpc_export
Linking C executable ../lpc_import
[ 95%] Built target lpc_export
[ 95%] Built target lpc_import
Scanning dependencies of target mixer-bin
Scanning dependencies of target pv_export
[ 95%] [ 95%] Building C object util/CMakeFiles/mixer-bin.dir/mixer_main.c.o
Building C object util/CMakeFiles/pv_export.dir/pvx_main.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
Linking C executable ../pv_export
Linking C executable ../mixer
[ 95%] Built target pv_export
[ 95%] Built target mixer-bin
Scanning dependencies of target pvanal
Scanning dependencies of target pv_import
[ 95%] [ 96%] Building C object util/CMakeFiles/pvanal.dir/pvc_main.c.o
Building C object util/CMakeFiles/pv_import.dir/pvi_main.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
Linking C executable ../pvanal
Linking C executable ../pv_import
[ 96%] Built target pvanal
[ 96%] Built target pv_import
Scanning dependencies of target scale
Scanning dependencies of target pvlook
[ 96%] [ 96%] Building C object util/CMakeFiles/scale.dir/scale_main.c.o
Building C object util/CMakeFiles/pvlook.dir/pvl_main.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
Linking C executable ../pvlook
Linking C executable ../scale
[ 96%] Built target pvlook
[ 96%] Built target scale
Scanning dependencies of target scope
Scanning dependencies of target sndinfo
[ 96%] [ 96%] Building C object util/CMakeFiles/scope.dir/scope_main.c.o
Building C object util/CMakeFiles/sndinfo.dir/sndinfo_main.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
Linking C executable ../sndinfo
Linking C executable ../scope
[ 96%] Built target scope
[ 96%] Built target sndinfo
Scanning dependencies of target srconv
Scanning dependencies of target extract
[ 97%] [ 97%] Building C object util/CMakeFiles/srconv.dir/srconv_main.c.o
Building C object util1/CMakeFiles/extract.dir/sortex/xmain.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
Linking C executable ../extract
Linking C executable ../srconv
[ 97%] Built target extract
[ 97%] Built target srconv
[ 98%] Scanning dependencies of target scsort
Swig source
[ 98%] Building C object util1/CMakeFiles/scsort.dir/sortex/smain.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
Language subdirectory: python
Search paths:
   ./
   /usr/local/include/
   /tmp/csound-KYls/./H/
   /tmp/csound-KYls/./include/
   /tmp/csound-KYls/./Engine/
   /tmp/csound-KYls/./
   /tmp/csound-KYls/
   /tmp/csound-KYls/interfaces/
   /System/Library/Frameworks/Python.framework/Headers/
   ./swig_lib/python/
   /usr/local/Cellar/swig/2.0.9/share/swig/2.0.9/python/
   ./swig_lib/
   /usr/local/Cellar/swig/2.0.9/share/swig/2.0.9/
Preprocessing...
Linking C executable ../scsort
[ 98%] Built target scsort
[ 98%] Swig source
Language subdirectory: java
Search paths:
   ./
   /usr/local/include/
   /tmp/csound-KYls/./H/
   /tmp/csound-KYls/./include/
   /tmp/csound-KYls/./Engine/
   /tmp/csound-KYls/./
   /tmp/csound-KYls/
   /tmp/csound-KYls/interfaces/
   /System/Library/Frameworks/Python.framework/Headers/
   /System/Library/Frameworks/JavaVM.framework/Headers/
   /System/Library/Frameworks/JavaVM.framework/Headers/
   /System/Library/Frameworks/JavaVM.framework/Headers/
   ./swig_lib/java/
   /usr/local/Cellar/swig/2.0.9/share/swig/2.0.9/java/
   ./swig_lib/
   /usr/local/Cellar/swig/2.0.9/share/swig/2.0.9/
Preprocessing...
Starting language-specific parse...
Processing types...
C++ analysis...
Generating wrappers...
Starting language-specific parse...
/tmp/csound-KYls/./include/csound.h:519: Warning 451: Setting a const char * variable may leak memory.
Processing types...
C++ analysis...
Generating wrappers...
/tmp/csound-KYls/./include/csound.h:519: Warning 451: Setting a const char * variable may leak memory.
cs_glue.hpp:505: Warning 473: Returning a pointer or reference in a director method is not recommended.
CppSound.hpp:36: Warning 453: Can't apply (std::vector< double > *INPUT). No typemaps are defined.
CppSound.hpp:52: Warning 813: Warning for CppSound proxy: Base CsoundFile ignored. Multiple inheritance is not supported in Java.
cs_glue.hpp:505: Warning 473: Returning a pointer or reference in a director method is not recommended.
Scanning dependencies of target _jcsound6
[ 99%] Building CXX object interfaces/CMakeFiles/_jcsound6.dir/java_interfaceJAVA_wrap.cxx.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
CppSound.hpp:36: Warning 453: Can't apply (std::vector< double > *INPUT). No typemaps are defined.
Scanning dependencies of target _csnd6
[ 99%] Building CXX object interfaces/CMakeFiles/_csnd6.dir/python_interfacePYTHON_wrap.cxx.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
Linking CXX shared module ../lib_jcsound6.jnilib
Building JAVA package csnd6.jar
Linking CXX shared module ../_csnd6.so
[ 99%] Built target _csnd6
[ 99%] [ 99%] Built target _jcsound6
Swig source
Language subdirectory: lua
Search paths:
   ./
   /usr/local/include/
   /tmp/csound-KYls/./H/
   /tmp/csound-KYls/./include/
   /tmp/csound-KYls/./Engine/
   /tmp/csound-KYls/./
   /tmp/csound-KYls/
   /tmp/csound-KYls/interfaces/
   /System/Library/Frameworks/Python.framework/Headers/
   /System/Library/Frameworks/JavaVM.framework/Headers/
   /System/Library/Frameworks/JavaVM.framework/Headers/
   /System/Library/Frameworks/JavaVM.framework/Headers/
   /usr/local/include/
   ./swig_lib/lua/
   /usr/local/Cellar/swig/2.0.9/share/swig/2.0.9/lua/
   ./swig_lib/
   /usr/local/Cellar/swig/2.0.9/share/swig/2.0.9/
Preprocessing...
Starting language-specific parse...
Processing types...
C++ analysis...
Generating wrappers...
/tmp/csound-KYls/./include/csound.h:519: Warning 451: Setting a const char * variable may leak memory.
CppSound.hpp:36: Warning 453: Can't apply (std::vector< double > *INPUT). No typemaps are defined.
Scanning dependencies of target luaCsnd6
[100%] Building CXX object interfaces/CMakeFiles/luaCsnd6.dir/lua_interfaceLUA_wrap.cxx.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
Linking CXX shared module ../luaCsnd6.so
[100%] Built target luaCsnd6
Install the project...
-- Install configuration: "None"
-- Installing: /Users/eddyc/Library/Frameworks/CsoundLib64.framework
-- Up-to-date: /Users/eddyc/Library/Frameworks/CsoundLib64.framework/CsoundLib64
-- Up-to-date: /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Headers
-- Up-to-date: /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Resources
-- Installing: /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions
-- Installing: /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0
-- Installing: /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/CsoundLib64
-- Installing: /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers
-- Installing: /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/cfgvar.h
-- Installing: /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/CppSound.hpp
-- Installing: /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/cscore.h
-- Installing: /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/csdl.h
-- Installing: /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/csound.h
-- Installing: /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/csound.hpp
-- Installing: /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/csound_data_structures.h
-- Installing: /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/csound_standard_types.h
-- Installing: /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/csound_type_system.h
-- Installing: /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/csoundCore.h
-- Installing: /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/CsoundFile.hpp
-- Installing: /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/csPerfThread.hpp
-- Installing: /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/cwindow.h
-- Installing: /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/filebuilding.h
-- Installing: /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/float-version-double.h
-- Installing: /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/float-version.h
-- Installing: /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/interlocks.h
-- Installing: /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/msg_attr.h
-- Installing: /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/OpcodeBase.hpp
-- Installing: /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/pstream.h
-- Installing: /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/pvfileio.h
-- Installing: /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/soundio.h
-- Installing: /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/sysdep.h
-- Installing: /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/text.h
-- Installing: /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/version.h
-- Installing: /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources
-- Installing: /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Info.plist
-- Up-to-date: /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/Current
-- Installing: /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libmixer.dylib
-- Installing: /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libsignalflowgraph.dylib
-- Installing: /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libampmidid.dylib
-- Installing: /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libcs_date.dylib
-- Installing: /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libsystem_call.dylib
-- Installing: /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libdoppler.dylib
-- Installing: /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libfractalnoise.dylib
-- Installing: /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libfareygen.dylib
-- Installing: /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libcellular.dylib
-- Installing: /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libserial.dylib
-- Installing: /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libplaterev.dylib
-- Installing: /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libscansyn.dylib
-- Installing: /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libcontrol.dylib
-- Installing: /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libchua.dylib
-- Installing: /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libosc.dylib
-- Installing: /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libimage.dylib
-- Installing: /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libpy.dylib
-- Installing: /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libstk.dylib
-- Installing: /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libcmidi.dylib
-- Installing: /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/librtauhal.dylib
-- Installing: /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libipmidi.dylib
-- Installing: /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libwidgets.dylib
-- Installing: /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libvirtual.dylib
-- Installing: /usr/local/Cellar/csound/HEAD/lib/libcsnd.6.0.dylib
-- Installing: /usr/local/Cellar/csound/HEAD/lib/libcsnd.dylib
-- Installing: /Library/Python/2.7/site-packages/_csnd6.so
CMake Error at interfaces/cmake_install.cmake:61 (FILE):
  file INSTALL cannot copy file "/tmp/csound-KYls/_csnd6.so" to
  "/Library/Python/2.7/site-packages/_csnd6.so".
Call Stack (most recent call first):
  cmake_install.cmake:56 (INCLUDE)


make: *** [install] Error 1
==> Configuration
HOMEBREW_VERSION: 0.9.4
HEAD: 38629e1de84d5b8f020e02ebe3ca3430a47080ef
CPU: dual-core 64-bit penryn
OS X: 10.8.3-x86_64
Xcode: 4.6.2
CLT: 4.6.0.0.1.1365549073
X11: 2.7.4 => /opt/X11
==> ENV
CC: cc
CXX: c++
MAKEFLAGS: -j2
CMAKE_PREFIX_PATH: /usr/local
CMAKE_INCLUDE_PATH: /usr/include/libxml2:/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers/
CMAKE_LIBRARY_PATH: /System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
PKG_CONFIG_PATH: /usr/local/opt/pcre/lib/pkgconfig:/usr/local/opt/libsndfile/lib/pkgconfig:/usr/local/opt/portaudio/lib/pkgconfig:/usr/local/opt/liblo/lib/pkgconfig:/usr/local/opt/libpng/lib/pkgconfig
PKG_CONFIG_LIBDIR: /usr/lib/pkgconfig:/usr/local/Library/ENV/pkgconfig/10.8
ACLOCAL_PATH: /usr/local/share/aclocal
OBJC: cc
PATH: /usr/local/Library/ENV/4.3:/usr/local/opt/cmake/bin:/usr/local/opt/pcre/bin:/usr/local/opt/swig/bin:/usr/local/opt/libsndfile/bin:/usr/local/opt/liblo/bin:/usr/local/opt/libpng/bin:/usr/local/opt/stk/bin:/usr/local/opt/jpeg/bin:/usr/local/opt/fltk/bin:/usr/bin:/bin:/usr/sbin:/sbin

Error: csound did not build
Logs:       /Users/eddyc/Library/Logs/Homebrew/csound/CMakeCache.txt



On 12 May 2013 11:03, Steven Yi <stevenyi@gmail.com> wrote:

Could you run "brew install --HEAD http://www.kunstmusik.com/csound.rb --verbose" and post the verbose output?

On May 12, 2013 10:47 AM, "Ed Costello" <edwardcostello@gmail.com> wrote:
Ok, still getting errors, heres what happened next....

Marions-MacBook:~ eddyc$ brew link --overwrite libsndfile
Linking /usr/local/Cellar/libsndfile/1.0.25... 27 symlinks created
Marions-MacBook:~ eddyc$ brew install http://www.kunstmusik.com/csound.rb
######################################################################## 100.0%
Error: You must `brew link portaudio portmidi liblo' before csound can be installed
Marions-MacBook:~ eddyc$ brew link --overwrite portaudio portmidi liblo
Linking /usr/local/Cellar/portaudio/19.20111121... 6 symlinks created
Linking /usr/local/Cellar/portmidi/217... 3 symlinks created
Linking /usr/local/Cellar/liblo/0.26... 6 symlinks created
Marions-MacBook:~ eddyc$ brew install http://www.kunstmusik.com/csound.rb
######################################################################## 100.0%
Already downloaded: /Library/Caches/Homebrew/csound-6.0.1.tar.bz2
==> cmake . -DUSE_GETTEXT=0 -DCMAKE_INSTALL_PREFIX=/usr/local/Cellar/csound/6.0.
==> make install
Call Stack (most recent call first):
  cmake_install.cmake:56 (INCLUDE)


make: *** [install] Error 1


On 11 May 2013 23:39, Steven Yi <stevenyi@gmail.com> wrote:
Hey Ed,

Sorry, just use "brew link --overwrite libsndfile" and ignore the
uninstall/install thing I wrote earlier. :)

steven

On Sat, May 11, 2013 at 11:31 PM, Steven Yi <stevenyi@gmail.com> wrote:
> Hey Ed!
>
> So for that it's pretty much what it says.  You'll have to use the
> brew installed libsndfile, and to do that you'll probably have to do
> "brew uninstall libsndfile; brew install --overwrite libsndfile". Most
> likely when brew tried to link it's libsndfile into /usr/local, it
> encountered your custom built ones and gave up; I wonder if it didn't
> alter something though X_X.  But try getting the brew installed ones
> in there and I think you'll be good for csound building after that.
>
> Thanks!
> steven
>
> On Sat, May 11, 2013 at 8:10 PM, Ed Costello <edwardcostello@gmail.com> wrote:
>> I get an error saying it requires libsndfile, the thing is I already have
>> libsndfile installed from a previous csound installation,
>>
>> CMake Error at CMakeLists.txt:339 (message):
>>   Csound requires the sndfile library
>>
>>
>> -- Configuring incomplete, errors occurred!
>>
>> READ THIS: https://github.com/mxcl/homebrew/wiki/troubleshooting
>>
>> Marions-MacBook:~ eddyc$ brew install libsndfile
>> Warning: libsndfile-1.0.25 already installed, it's just not linked
>> Marions-MacBook:~ eddyc$
>>
>>
>>
>> On 11 May 2013 18:26, peiman khosravi <peimankhosravi@gmail.com> wrote:
>>>
>>> I get the same errors.
>>>
>>> P
>>>
>>>
>>>
>>>
>>>
>>>
>>> www.peimankhosravi.co.uk || Subscribe to RSS Feed
>>>
>>> To receive emails about upcoming concerts visit this page & enter your
>>> email address in the 'follow' section.
>>>
>>>
>>>
>>> On 11 May 2013 16:38, Steven Yi <stevenyi@gmail.com> wrote:
>>>>
>>>> Hi Jake,
>>>>
>>>> Thanks very much for the quick report! I'm running into similar
>>>> situations and it has to do with brew trying to install links but
>>>> there are original files there installed from somewhere else (likely
>>>> from a previous csound installer install).  I just did this:
>>>>
>>>> Error: Could not symlink file:
>>>> /usr/local/Cellar/libogg/1.3.0/include/ogg/os_types.h
>>>> Target /usr/local/include/ogg/os_types.h already exists. You may need
>>>> to delete it.
>>>> To force the link and overwrite all other conflicting files, do:
>>>>   brew link --overwrite formula_name
>>>>
>>>> To list all files that would be deleted:
>>>>   brew link --overwrite --dry-run formula_name
>>>> cp23-119:Formula stevenyi$ brew link --overwrite libogg
>>>> Linking /usr/local/Cellar/libogg/1.3.0... 81 symlinks created
>>>>
>>>> and also did 'brew link --overwrite flac' (and so on for each lib).
>>>>
>>>> One note, I'm running into issues in building --universal.  It seems
>>>> some of the formulas can be --universal but they depend on others that
>>>> don't support universal.  I'm going to see about modifying some of the
>>>> dependent homebrew recipes and if that works I'll see if they get
>>>> accepted into the main repo.
>>>>
>>>> Thanks!
>>>> steven
>>>>
>>>> On Sat, May 11, 2013 at 5:24 PM, Jacob Joaquin <jacobjoaquin@gmail.com>
>>>> wrote:
>>>> > Here's my first run through; It breaks at libogg. I'm actually in the
>>>> > middle
>>>> > of something this morning. I'll spend more time with this when I have
>>>> > some:
>>>> >
>>>> > Quorra ~ $ brew install http://www.kunstmusik.com/csound.rb
>>>> >
>>>> > ########################################################################
>>>> > 100.0%
>>>> > Warning: Your Xcode (4.6.1) is outdated
>>>> > Please install Xcode 4.6.2.
>>>> > ==> Installing csound dependency: cmake
>>>> > ==> Downloading
>>>> > https://downloads.sf.net/project/machomebrew/Bottles/cmake-2.8.1
>>>> >
>>>> > ########################################################################
>>>> > 100.0%
>>>> > ==> Pouring cmake-2.8.10.2.mountain_lion.bottle.tar.gz
>>>> > 🍺  /usr/local/Cellar/cmake/2.8.10.2: 683 files, 32M
>>>> > ==> Installing csound dependency: pcre
>>>> > ==> Downloading
>>>> > ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre-8.32.
>>>> >
>>>> > ########################################################################
>>>> > 100.0%
>>>> >
>>>> > ########################################################################
>>>> > 100.0%==> ./configure --prefix=/usr/local/Cellar/pcre/8.32
>>>> > --enable-utf8
>>>> > --enable-unic
>>>> > ==> make test
>>>> > ==> make install
>>>> > 🍺  /usr/local/Cellar/pcre/8.32: 135 files, 3.6M, built in 44 seconds
>>>> > ==> Installing csound dependency: swig
>>>> > ==> Downloading
>>>> >
>>>> > http://sourceforge.net/projects/swig/files/swig/swig-2.0.9/swig-2.0.9.tar.gz
>>>> >
>>>> > ########################################################################
>>>> > 100.0%
>>>> > ==> ./configure --prefix=/usr/local/Cellar/swig/2.0.9
>>>> > ==> make
>>>> > ==> make install
>>>> > 🍺  /usr/local/Cellar/swig/2.0.9: 599 files, 6.2M, built in 45 seconds
>>>> > ==> Installing csound dependency: pkg-config
>>>> > ==> Downloading
>>>> >
>>>> > https://downloads.sf.net/project/machomebrew/Bottles/pkg-config-0.28.mountain_lion.bottle.tar.gz
>>>> >
>>>> > ########################################################################
>>>> > 100.0%
>>>> > ==> Pouring pkg-config-0.28.mountain_lion.bottle.tar.gz
>>>> > 🍺  /usr/local/Cellar/pkg-config/0.28: 10 files, 636K
>>>> > ==> Installing csound dependency: lame
>>>> > ==> Downloading
>>>> > http://downloads.sourceforge.net/sourceforge/lame/lame-3.99.5.tar.gz
>>>> >
>>>> > ########################################################################
>>>> > 100.0%
>>>> > ==> ./configure --prefix=/usr/local/Cellar/lame/3.99.5 --enable-nasm
>>>> > ==> make install
>>>> > 🍺  /usr/local/Cellar/lame/3.99.5: 25 files, 2.1M, built in 27 seconds
>>>> > ==> Installing csound dependency: flac
>>>> > ==> Downloading
>>>> > http://downloads.sourceforge.net/sourceforge/flac/flac-1.2.1.tar.gz
>>>> >
>>>> > ########################################################################
>>>> > 100.0%
>>>> > ==> ./configure --disable-asm-optimizations --enable-sse
>>>> > --prefix=/usr/local/Cellar/flac/1.2.1
>>>> > --mandir=/usr/local/Cellar/flac/1.2.1/share/man
>>>> > ==> make install
>>>> > ==> Downloading https://github.com/rmndk/flac2mp3/archive/v1.0.tar.gz
>>>> >
>>>> > ########################################################################
>>>> > 100.0%
>>>> > Warning: Could not link flac. Unlinking...
>>>> > Error: The `brew link` step did not complete successfully
>>>> > The formula built, but is not symlinked into /usr/local
>>>> > You can try again using `brew link flac'
>>>> > ==> Summary
>>>> > 🍺  /usr/local/Cellar/flac/1.2.1: 304 files, 6.5M, built in 47 seconds
>>>> > ==> Installing csound dependency: libogg
>>>> > ==> Downloading
>>>> > http://downloads.xiph.org/releases/ogg/libogg-1.3.0.tar.gz
>>>> >
>>>> > ########################################################################
>>>> > 100.0%
>>>> > ==> ./configure --prefix=/usr/local/Cellar/libogg/1.3.0
>>>> > ==> make
>>>> > ==> make install
>>>> > Warning: Could not link libogg. Unlinking...
>>>> > Error: The `brew link` step did not complete successfully
>>>> > The formula built, but is not symlinked into /usr/local
>>>> > You can try again using `brew link libogg'
>>>> > ==> Summary
>>>> > 🍺  /usr/local/Cellar/libogg/1.3.0: 85 files, 520K, built in 11 seconds
>>>> > ==> Installing csound dependency: xz
>>>> > ==> Downloading http://tukaani.org/xz/xz-5.0.4.tar.bz2
>>>> >
>>>> > ########################################################################
>>>> > 100.0%
>>>> > ==> ./configure --prefix=/usr/local/Cellar/xz/5.0.4
>>>> > ==> make install
>>>> > 🍺  /usr/local/Cellar/xz/5.0.4: 58 files, 1.5M, built in 27 seconds
>>>> > Error: You must `brew link libogg' before libvorbis can be installed
>>>> >
>>>> >
>>>> >
>>>> >
>>>> >
>>>> > On Sat, May 11, 2013 at 8:21 AM, Jacob Joaquin <jacobjoaquin@gmail.com>
>>>> > wrote:
>>>> >>
>>>> >> I ran into an error which was resolved by updating brew:
>>>> >>
>>>> >> brew update
>>>> >>
>>>> >> It's currently downloading and installing dependencies. We'll see how
>>>> >> this
>>>> >> goes.
>>>> >>
>>>> >>
>>>> >> On Sat, May 11, 2013 at 8:12 AM, Steven Yi <stevenyi@gmail.com> wrote:
>>>> >>>
>>>> >>> Hi All,
>>>> >>>
>>>> >>> I've put together a homebrew [1]  file and was hoping to get some
>>>> >>> people to test it.  If it's working well maybe we can submit it to
>>>> >>> the
>>>> >>> homebrew repo.  The file is available at:
>>>> >>>
>>>> >>> http://www.kunstmusik.com/csound.rb
>>>> >>>
>>>> >>> You can try installing it by using:
>>>> >>>
>>>> >>> brew install http://www.kunstmusik.com/csound.rb
>>>> >>>
>>>> >>> This builds with a source zip I put together from today's GIT (using
>>>> >>> 'cpack package_source').  If you want to use the latest from GIT
>>>> >>> (recommended at this point) you can use:
>>>> >>>
>>>> >>> brew install --HEAD http://www.kunstmusik.com/csound.rb
>>>> >>>
>>>> >>> This should also install the following dependencies:
>>>> >>>
>>>> >>>   depends_on 'cmake' => :build
>>>> >>>   depends_on 'swig' => :build
>>>> >>>
>>>> >>>   depends_on 'libsndfile'
>>>> >>>
>>>> >>>   depends_on 'portaudio' => :recommended
>>>> >>>   depends_on 'portmidi' => :recommended
>>>> >>>   depends_on 'liblo' => :recommended
>>>> >>>   depends_on 'boost' => :recommended
>>>> >>>   depends_on 'libpng' => :recommended
>>>> >>>   depends_on 'stk' => :recommended
>>>> >>>
>>>> >>> You can get info on flags by using:
>>>> >>>
>>>> >>> brew info http://www.kunstmusik.com/csound.rb
>>>> >>>
>>>> >>> and can (or, at least, should) be able to build as a --universal
>>>> >>> using:
>>>> >>>
>>>> >>> brew install --HEAD http://www.kunstmusik.com/csound.rb --universal
>>>> >>>
>>>> >>> Some notes:
>>>> >>>
>>>> >>> 1) There are likely to be problems.  Please report issues here so
>>>> >>> that
>>>> >>> we can fix them together. :)
>>>> >>>
>>>> >>> 2) The csound cmake file installs things into places that may be
>>>> >>> protected on your system. The particularly relevant ones are
>>>> >>> /usr/local, /Library/Python/2.7/site-packages, and
>>>> >>> /Library/Java/Extensions.  Homebrew explains how to deal with the
>>>> >>> latter 2 directores in [2]. There's info about /usr/local on the
>>>> >>> homebrew site [1].
>>>> >>>
>>>> >>> 3) I'm currently thinking this might be the best way to get
>>>> >>> everything
>>>> >>> required to build csound installed on OSX.  The idea is that once you
>>>> >>> install once, you'll have everything you need to also clone Csound's
>>>> >>> git repo and develop/build/install.
>>>> >>>
>>>> >>> Thanks!
>>>> >>> steven
>>>> >>>
>>>> >>> [1] - http://brew.sh/
>>>> >>> [2] -
>>>> >>> https://github.com/mxcl/homebrew/wiki/Gems%2C-Eggs-and-Perl-Modules
>>>> >>>
>>>> >>>
>>>> >>>
>>>> >>> ------------------------------------------------------------------------------
>>>> >>> Learn Graph Databases - Download FREE O'Reilly Book
>>>> >>> "Graph Databases" is the definitive new guide to graph databases and
>>>> >>> their applications. This 200-page book is written by three acclaimed
>>>> >>> leaders in the field. The early access version is available now.
>>>> >>> Download your free book today! http://p.sf.net/sfu/neotech_d2d_may
>>>> >>> _______________________________________________
>>>> >>> Csound-devel mailing list
>>>> >>> Csound-devel@lists.sourceforge.net
>>>> >>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>> >>
>>>> >>
>>>> >>
>>>> >>
>>>> >> --
>>>> >> codehop.com | #code #art #music
>>>> >
>>>> >
>>>> >
>>>> >
>>>> > --
>>>> > codehop.com | #code #art #music
>>>> >
>>>> >
>>>> > ------------------------------------------------------------------------------
>>>> > Learn Graph Databases - Download FREE O'Reilly Book
>>>> > "Graph Databases" is the definitive new guide to graph databases and
>>>> > their applications. This 200-page book is written by three acclaimed
>>>> > leaders in the field. The early access version is available now.
>>>> > Download your free book today! http://p.sf.net/sfu/neotech_d2d_may
>>>> > _______________________________________________
>>>> > Csound-devel mailing list
>>>> > Csound-devel@lists.sourceforge.net
>>>> > https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>> >
>>>>
>>>>
>>>> ------------------------------------------------------------------------------
>>>> Learn Graph Databases - Download FREE O'Reilly Book
>>>> "Graph Databases" is the definitive new guide to graph databases and
>>>> their applications. This 200-page book is written by three acclaimed
>>>> leaders in the field. The early access version is available now.
>>>> Download your free book today! http://p.sf.net/sfu/neotech_d2d_may
>>>> _______________________________________________
>>>> Csound-devel mailing list
>>>> Csound-devel@lists.sourceforge.net
>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>
>>>
>>>
>>>
>>> ------------------------------------------------------------------------------
>>> Learn Graph Databases - Download FREE O'Reilly Book
>>> "Graph Databases" is the definitive new guide to graph databases and
>>> their applications. This 200-page book is written by three acclaimed
>>> leaders in the field. The early access version is available now.
>>> Download your free book today! http://p.sf.net/sfu/neotech_d2d_may
>>> _______________________________________________
>>> Csound-devel mailing list
>>> Csound-devel@lists.sourceforge.net
>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>
>>
>>
>> ------------------------------------------------------------------------------
>> Learn Graph Databases - Download FREE O'Reilly Book
>> "Graph Databases" is the definitive new guide to graph databases and
>> their applications. This 200-page book is written by three acclaimed
>> leaders in the field. The early access version is available now.
>> Download your free book today! http://p.sf.net/sfu/neotech_d2d_may
>> _______________________________________________
>> Csound-devel mailing list
>> Csound-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>

------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and
their applications. This 200-page book is written by three acclaimed
leaders in the field. The early access version is available now.
Download your free book today! http://p.sf.net/sfu/neotech_d2d_may
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-devel


------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and
their applications. This 200-page book is written by three acclaimed
leaders in the field. The early access version is available now.
Download your free book today! http://p.sf.net/sfu/neotech_d2d_may
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-devel


------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and
their applications. This 200-page book is written by three acclaimed
leaders in the field. The early access version is available now.
Download your free book today! http://p.sf.net/sfu/neotech_d2d_may
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-devel



Date2013-05-12 11:24
Frompeiman khosravi
SubjectRe: [Cs-dev] OSX: Homebrew
AttachmentsCMakeCache.txt  Terminal Saved Output.txt  None  None  
And here's mine attached as a txt file. I've attached CMakeCache.txt file too. 

P






www.peimankhosravi.co.uk || Subscribe to RSS Feed

To receive emails about upcoming concerts visit this page & enter your email address in the 'follow' section.



On 12 May 2013 11:12, Ed Costello <edwardcostello@gmail.com> wrote:
Here ya go, I think the installer is having trouble with copying _csnd6.so into my python site packages directory

Marions-MacBook:~ eddyc$ brew install --HEAD http://www.kunstmusik.com/csound.rb --verbose
/usr/bin/curl -f#LA Homebrew 0.9.4 (Ruby 1.8.7-358; Mac OS X 10.8.3) http://www.kunstmusik.com/csound.rb -o /Library/Caches/Homebrew/Formula/csound.rb
######################################################################## 100.0%
git clone --depth 1 git://git.code.sourceforge.net/p/csound/csound6-git /Library/Caches/Homebrew/csound--git
Cloning into '/Library/Caches/Homebrew/csound--git'...
remote: Counting objects: 1531, done.
remote: Compressing objects: 100% (1314/1314), done.
remote: Total 1531 (delta 288), reused 797 (delta 140)
Receiving objects: 100% (1531/1531), 13.23 MiB | 1.07 MiB/s, done.
Resolving deltas: 100% (288/288), done.
git reset --hard origin/HEAD
HEAD is now at 2468c7c some float csound adjustments
git checkout-index -a -f --prefix=/private/tmp/csound-KYls/
==> cmake . -DUSE_GETTEXT=0 -DCMAKE_INSTALL_PREFIX=/usr/local/Cellar/csound/HEAD -DCMAKE_BUILD_TYPE=None -DCMAKE_FIND_FRAMEWORK=LAST -Wno-dev
cmake . -DUSE_GETTEXT=0 -DCMAKE_INSTALL_PREFIX=/usr/local/Cellar/csound/HEAD -DCMAKE_BUILD_TYPE=None -DCMAKE_FIND_FRAMEWORK=LAST -Wno-dev
-- The C compiler identification is Clang 4.2.0
-- The CXX compiler identification is Clang 4.2.0
-- Check for working C compiler: /usr/local/Library/ENV/4.3/cc
-- Check for working C compiler: /usr/local/Library/ENV/4.3/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler: /usr/local/Library/ENV/4.3/c++
-- Check for working CXX compiler: /usr/local/Library/ENV/4.3/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- /tmp/csound-KYls
-- BUILD_BIN_DIR set to /tmp/csound-KYls
-- BUILD_LIB_DIR set to /tmp/csound-KYls
-- BUILD_PLUGINS_DIR set to /tmp/csound-KYls
-- Check if the system is big endian
-- Searching 16 bit integer
-- Looking for sys/types.h
-- Looking for sys/types.h - found
-- Looking for stdint.h
-- Looking for stdint.h - found
-- Looking for stddef.h
-- Looking for stddef.h - found
-- Check size of unsigned short
-- Check size of unsigned short - done
-- Using unsigned short
-- Check if the system is big endian - little endian
-- Try OpenMP C flag = [-fopenmp]
-- Performing Test OpenMP_FLAG_DETECTED
-- Performing Test OpenMP_FLAG_DETECTED - Failed
-- Try OpenMP C flag = [/openmp]
-- Performing Test OpenMP_FLAG_DETECTED
-- Performing Test OpenMP_FLAG_DETECTED - Failed
-- Try OpenMP C flag = [-Qopenmp]
-- Performing Test OpenMP_FLAG_DETECTED
-- Performing Test OpenMP_FLAG_DETECTED - Failed
-- Try OpenMP C flag = [-openmp]
-- Performing Test OpenMP_FLAG_DETECTED
-- Performing Test OpenMP_FLAG_DETECTED - Failed
-- Try OpenMP C flag = [ ]
-- Performing Test OpenMP_FLAG_DETECTED
-- Performing Test OpenMP_FLAG_DETECTED - Failed
-- Try OpenMP C flag = [-xopenmp]
-- Performing Test OpenMP_FLAG_DETECTED
-- Performing Test OpenMP_FLAG_DETECTED - Failed
-- Try OpenMP C flag = [+Oopenmp]
-- Performing Test OpenMP_FLAG_DETECTED
-- Performing Test OpenMP_FLAG_DETECTED - Failed
-- Try OpenMP C flag = [-qsmp]
-- Performing Test OpenMP_FLAG_DETECTED
-- Performing Test OpenMP_FLAG_DETECTED - Failed
-- Try OpenMP C flag = [-mp]
-- Performing Test OpenMP_FLAG_DETECTED
-- Performing Test OpenMP_FLAG_DETECTED - Failed
-- Try OpenMP CXX flag = [-fopenmp]
-- Performing Test OpenMP_FLAG_DETECTED
-- Performing Test OpenMP_FLAG_DETECTED - Failed
-- Try OpenMP CXX flag = [/openmp]
-- Performing Test OpenMP_FLAG_DETECTED
-- Performing Test OpenMP_FLAG_DETECTED - Failed
-- Try OpenMP CXX flag = [-Qopenmp]
-- Performing Test OpenMP_FLAG_DETECTED
-- Performing Test OpenMP_FLAG_DETECTED - Failed
-- Try OpenMP CXX flag = [-openmp]
-- Performing Test OpenMP_FLAG_DETECTED
-- Performing Test OpenMP_FLAG_DETECTED - Failed
-- Try OpenMP CXX flag = [ ]
-- Performing Test OpenMP_FLAG_DETECTED
-- Performing Test OpenMP_FLAG_DETECTED - Failed
-- Try OpenMP CXX flag = [-xopenmp]
-- Performing Test OpenMP_FLAG_DETECTED
-- Performing Test OpenMP_FLAG_DETECTED - Failed
-- Try OpenMP CXX flag = [+Oopenmp]
-- Performing Test OpenMP_FLAG_DETECTED
-- Performing Test OpenMP_FLAG_DETECTED - Failed
-- Try OpenMP CXX flag = [-qsmp]
-- Performing Test OpenMP_FLAG_DETECTED
-- Performing Test OpenMP_FLAG_DETECTED - Failed
-- Try OpenMP CXX flag = [-mp]
-- Performing Test OpenMP_FLAG_DETECTED
-- Performing Test OpenMP_FLAG_DETECTED - Failed
-- Could NOT find OpenMP (missing:  OpenMP_C_FLAGS OpenMP_CXX_FLAGS) 
-- Looking for libintl.h
-- Looking for libintl.h - not found
-- Looking for C++ include eigen3/Eigen/Dense
-- Looking for C++ include eigen3/Eigen/Dense - not found
-- Could NOT find Gettext (missing:  GETTEXT_MSGMERGE_EXECUTABLE GETTEXT_MSGFMT_EXECUTABLE) 
-- Looking for lrint in m
-- Looking for lrint in m - found
-- Looking for unistd.h
-- Looking for unistd.h - found
-- Looking for io.h
-- Looking for io.h - not found
-- Looking for fcntl.h
-- Looking for fcntl.h - found
-- Looking for sys/time.h
-- Looking for sys/time.h - found
-- Looking for termios.h
-- Looking for termios.h - found
-- Looking for values.h
-- Looking for values.h - not found
-- Looking for winsock.h
-- Looking for winsock.h - not found
-- Looking for sys/socket.h
-- Looking for sys/socket.h - found
-- Looking for dirent.h
-- Looking for dirent.h - found
-- USE_LRINT is enabled
-- Found FLEX: /usr/bin/flex (found version "2.5.35") 
-- Found BISON: /usr/bin/bison (found version "2.3") 
-- Looking for pthread_spin_lock
-- Looking for pthread_spin_lock - not found
-- Looking for pthread_barrier_init
-- Looking for pthread_barrier_init - not found
-- OPENMP_FOUND="FALSE", so disabling USE_OPEN_MP
-- PTHREAD_BARRIER_INIT_EXISTS="", so disabling USE_OPEN_MP
-- USE_OPEN_MP is disabled
-- Not building with score parser
-- Not building with new parser debugging
-- Building with multicore
-- USE_GETTEXT is disabled
-- Not using localization
-- Building on OSX
-- Boost version: 1.53.0
-- Looking for ladspa.h
-- Looking for ladspa.h - not found
-- Looking for fluidsynth.h
-- Looking for fluidsynth.h - not found
-- Looking for jack/jack.h
-- Looking for jack/jack.h - not found
-- Looking for C++ include gmm/gmm.h
-- Looking for C++ include gmm/gmm.h - not found
-- Looking for lo/lo.h
-- Looking for lo/lo.h - found
-- Found ZLIB: /usr/lib/libz.dylib (found version "1.2.5") 
-- Found PNG: /usr/local/lib/libpng.dylib (found version "1.5.14") 
-- Found PythonLibs: /usr/lib/libpython2.7.dylib (found version "2.7.2") 
-- Found Lua51: /usr/local/lib/liblua.dylib (found version "5.1.5") 
-- Looking for wiiuse.h
-- Looking for wiiuse.h - not found
-- Looking for p5glove.h
-- Looking for p5glove.h - not found
-- BUILD_CHUA_OPCODES is enabled
-- LADSPA_H="", so disabling BUILD_DSSI_OPCODES
-- BUILD_DSSI_OPCODES is disabled
-- FLUIDSYNTH_H="", so disabling BUILD_FLUID_OPCODES
-- FLUIDSYNTH_LIBRARY="FLUIDSYNTH_LIBRARY-NOTFOUND", so disabling BUILD_FLUID_OPCODES
-- BUILD_FLUID_OPCODES is disabled
-- JACK_HEADER="", so disabling BUILD_JACK_OPCODES
-- BUILD_JACK_OPCODES is disabled
-- GMM_HEADER="", so disabling BUILD_LINEAR_ALGEBRA_OPCODES
-- BUILD_LINEAR_ALGEBRA_OPCODES is disabled
-- BUILD_OSC_OPCODES is enabled
-- BUILD_IMAGE_OPCODES is enabled
-- BUILD_PYTHON_OPCODES is enabled
-- OPENMP_FOUND="FALSE", so disabling BUILD_LUA_OPCODES
-- BUILD_LUA_OPCODES is disabled
-- WIIUSE_H="", so disabling BUILD_WIIMOTE_OPCODES
-- BUILD_WIIMOTE_OPCODES is disabled
-- P5GLOVE_H="", so disabling BUILD_P5GLOVE_OPCODES
-- BUILD_P5GLOVE_OPCODES is disabled
-- BUILD_STK_OPCODES is enabled
-- 
-- ## REALTIME AUDIO AND MIDI ##
-- Looking for alsa/asoundlib.h
-- Looking for alsa/asoundlib.h - not found
-- Looking for pulse/simple.h
-- Looking for pulse/simple.h - not found
-- Looking for XOpenDisplay in /usr/X11R6/lib/libX11.dylib;/usr/X11R6/lib/libXext.dylib
-- Looking for XOpenDisplay in /usr/X11R6/lib/libX11.dylib;/usr/X11R6/lib/libXext.dylib - found
-- Looking for gethostbyname
-- Looking for gethostbyname - found
-- Looking for connect
-- Looking for connect - found
-- Looking for remove
-- Looking for remove - found
-- Looking for shmat
-- Looking for shmat - found
-- Looking for IceConnectionNumber in ICE
-- Looking for IceConnectionNumber in ICE - not found
-- Found X11: /usr/X11R6/lib/libX11.dylib
-- Found FLTK: /usr/local/lib/libfltk_images.a;/usr/local/lib/libfltk_forms.a;/usr/local/lib/libfltk.a  
-- USE_COREMIDI is enabled
-- USE_AUDIOUNIT is enabled
-- ALSA_HEADER="", so disabling USE_ALSA
-- ALSA_LIBRARY="ALSA_LIBRARY-NOTFOUND", so disabling USE_ALSA
-- USE_ALSA is disabled
-- PULSEAUDIO_HEADER="", so disabling USE_PULSEAUDIO
-- PULSEAUDIO_LIBRARY="PULSEAUDIO_LIBRARY-NOTFOUND", so disabling USE_PULSEAUDIO
-- PULSESIMPLE_LIBRARY="PULSESIMPLE_LIBRARY-NOTFOUND", so disabling USE_PULSEAUDIO
-- USE_PULSEAUDIO is disabled
-- PORTAUDIO_HEADER="", so disabling USE_PORTAUDIO
-- USE_PORTAUDIO is disabled
-- PORTMIDI_HEADER="", so disabling USE_PORTMIDI
-- USE_PORTMIDI is disabled
-- JACK_HEADER="", so disabling USE_JACK
-- JACK_LIBRARY="JACK_LIBRARY-NOTFOUND", so disabling USE_JACK
-- USE_JACK is disabled
-- USE_FLTK is enabled
-- BUILD_VIRTUAL_KEYBOARD is enabled
-- 
-- Building C++ interface library
-- Found SWIG: /usr/local/bin/swig (found suitable version "2.0.9", minimum required is "2.0") 
-- Found JNI: -framework JavaVM  
-- Found Java: /usr/bin/java (found version "1.6.0.45") 
-- BUILD_PYTHON_INTERFACE is enabled
-- BUILD_JAVA_INTERFACE is enabled
-- BUILD_LUA_INTERFACE is enabled
-- Looking for m_pd.h
-- Looking for m_pd.h - not found
-- Building csLadspa
-- BUILD_CSBEATS is enabled
-- PD_HEADER="", so disabling BUILD_PD_CLASS
-- BUILD_PD_CLASS is disabled
-- BUILD_WINSOUND is disabled
-- Boost version: 1.53.0
-- Found SWIG: /usr/local/bin/swig (found version "2.0.9") 
-- BUILD_CSOUND_AC is disabled
-- BUILD_CSOUND_AC_PYTHON_INTERFACE is enabled
-- BUILD_CSOUND_AC_LUA_INTERFACE is enabled
-- Configuring done
-- Generating done
-- Build files have been written to: /tmp/csound-KYls
==> make install
make install
Scanning dependencies of target ampmidid
[  0%] Generating csound_prelex.c
[  0%] Generating csound_orclex.c
[  0%] Generating csound_orcparse.c
/tmp/csound-KYls/Engine/csound_orc.y: conflicts: 4 shift/reduce, 10 reduce/reduce
[  0%] Building CXX object Opcodes/CMakeFiles/ampmidid.dir/ampmidid.cpp.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
Scanning dependencies of target CsoundLib64
Linking CXX shared library ../libampmidid.dylib
[  0%] Built target ampmidid
Scanning dependencies of target cellular
[  0%] Building C object Opcodes/CMakeFiles/cellular.dir/cellular.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
Linking C shared library ../libcellular.dylib
[  0%] Built target cellular
Scanning dependencies of target chua
[  1%] Building C object CMakeFiles/CsoundLib64.dir/Engine/auxfd.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[  1%] Building C object CMakeFiles/CsoundLib64.dir/Engine/cfgvar.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[  1%] Building C object CMakeFiles/CsoundLib64.dir/Engine/corfiles.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[  2%] Building C object CMakeFiles/CsoundLib64.dir/Engine/entry1.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[  2%] Building C object CMakeFiles/CsoundLib64.dir/Engine/envvar.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[  2%] [  3%] Building C object CMakeFiles/CsoundLib64.dir/Engine/extract.c.o
Building CXX object Opcodes/CMakeFiles/chua.dir/chua/ChuaOscillator.cpp.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[  4%] Building C object CMakeFiles/CsoundLib64.dir/Engine/fgens.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[  4%] Building C object CMakeFiles/CsoundLib64.dir/Engine/insert.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[  4%] Building C object CMakeFiles/CsoundLib64.dir/Engine/linevent.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[  5%] Building C object CMakeFiles/CsoundLib64.dir/Engine/memalloc.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[  5%] Building C object CMakeFiles/CsoundLib64.dir/Engine/memfiles.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[  5%] Building C object CMakeFiles/CsoundLib64.dir/Engine/musmon.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[  5%] Building C object CMakeFiles/CsoundLib64.dir/Engine/namedins.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[  6%] Building C object CMakeFiles/CsoundLib64.dir/Engine/rdscor.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[  6%] Building C object CMakeFiles/CsoundLib64.dir/Engine/scsort.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[  6%] Building C object CMakeFiles/CsoundLib64.dir/Engine/scxtract.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[  7%] Building C object CMakeFiles/CsoundLib64.dir/Engine/sort.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[  7%] Building C object CMakeFiles/CsoundLib64.dir/Engine/sread.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
Linking CXX shared library ../libchua.dylib
[  7%] Building C object CMakeFiles/CsoundLib64.dir/Engine/swritestr.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[  8%] Building C object CMakeFiles/CsoundLib64.dir/Engine/twarp.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[  8%] Building C object CMakeFiles/CsoundLib64.dir/Engine/csound_type_system.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[  8%] Building C object CMakeFiles/CsoundLib64.dir/Engine/csound_standard_types.c.o
[  8%] Built target chua
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
Scanning dependencies of target control
[  9%] [  9%] Building C object CMakeFiles/CsoundLib64.dir/Engine/csound_data_structures.c.o
Building C object Opcodes/CMakeFiles/control.dir/control.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[  9%] Linking C shared library ../libcontrol.dylib
Building C object CMakeFiles/CsoundLib64.dir/Engine/pools.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[  9%] Built target control
Scanning dependencies of target cs_date
[  9%] [ 10%] Building C object CMakeFiles/CsoundLib64.dir/InOut/libsnd.c.o
Building C object Opcodes/CMakeFiles/cs_date.dir/date.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
Linking C shared library ../libcs_date.dylib
[ 10%] Built target cs_date
[ 10%] Building C object CMakeFiles/CsoundLib64.dir/InOut/libsnd_u.c.o
Scanning dependencies of target doppler
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 10%] Building CXX object Opcodes/CMakeFiles/doppler.dir/doppler.cpp.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 11%] Building C object CMakeFiles/CsoundLib64.dir/InOut/midifile.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 11%] Building C object CMakeFiles/CsoundLib64.dir/InOut/midirecv.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
Linking CXX shared library ../libdoppler.dylib
[ 11%] Building C object CMakeFiles/CsoundLib64.dir/InOut/midisend.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 11%] Built target doppler
Scanning dependencies of target fareygen
[ 12%] [ 12%] Building C object CMakeFiles/CsoundLib64.dir/InOut/winascii.c.o
Building C object Opcodes/CMakeFiles/fareygen.dir/fareygen.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 12%] Linking C shared library ../libfareygen.dylib
Building C object CMakeFiles/CsoundLib64.dir/InOut/windin.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 12%] Built target fareygen
Scanning dependencies of target fractalnoise
[ 12%] Building C object CMakeFiles/CsoundLib64.dir/InOut/window.c.o
[ 13%] Building CXX object Opcodes/CMakeFiles/fractalnoise.dir/tl/fractalnoise.cpp.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 14%] Building C object CMakeFiles/CsoundLib64.dir/InOut/winEPS.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
Linking CXX shared library ../libfractalnoise.dylib
[ 14%] Built target fractalnoise
[ 14%] Building C object CMakeFiles/CsoundLib64.dir/InOut/circularbuffer.c.o
Scanning dependencies of target image
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 14%] Building C object Opcodes/CMakeFiles/image.dir/imageOpcodes.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 14%] Building C object CMakeFiles/CsoundLib64.dir/OOps/aops.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
Linking C shared library ../libimage.dylib
[ 14%] Built target image
Scanning dependencies of target mixer
[ 14%] Building CXX object Opcodes/CMakeFiles/mixer.dir/mixer.cpp.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 15%] Building C object CMakeFiles/CsoundLib64.dir/OOps/bus.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
Linking CXX shared library ../libmixer.dylib
[ 15%] Building C object CMakeFiles/CsoundLib64.dir/OOps/cmath.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 15%] Built target mixer
Scanning dependencies of target osc
[ 16%] Building C object Opcodes/CMakeFiles/osc.dir/OSC.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 16%] Building C object CMakeFiles/CsoundLib64.dir/OOps/diskin.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
Linking C shared library ../libosc.dylib
[ 16%] Building C object CMakeFiles/CsoundLib64.dir/OOps/diskin2.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 16%] Built target osc
Scanning dependencies of target platerev
[ 16%] Building C object Opcodes/CMakeFiles/platerev.dir/platerev.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 17%] Linking C shared library ../libplaterev.dylib
Building C object CMakeFiles/CsoundLib64.dir/OOps/disprep.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 17%] Built target platerev
Scanning dependencies of target py
[ 17%] [ 17%] Building C object Opcodes/CMakeFiles/py.dir/py/pythonopcodes.c.o
Building C object CMakeFiles/CsoundLib64.dir/OOps/dumpf.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 17%] Building C object CMakeFiles/CsoundLib64.dir/OOps/fftlib.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
Linking C shared library ../libpy.dylib
[ 17%] Built target py
[ 18%] Scanning dependencies of target scansyn
Building C object CMakeFiles/CsoundLib64.dir/OOps/goto_ops.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 18%] Building C object Opcodes/CMakeFiles/scansyn.dir/scansyn.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 18%] Building C object CMakeFiles/CsoundLib64.dir/OOps/midiinterop.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 19%] Building C object Opcodes/CMakeFiles/scansyn.dir/scansynx.c.o
[ 19%] Building C object CMakeFiles/CsoundLib64.dir/OOps/midiops.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 20%] Building C object CMakeFiles/CsoundLib64.dir/OOps/midiout.c.o
Linking C shared library ../libscansyn.dylib
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 20%] Built target scansyn
Scanning dependencies of target serial
[ 20%] Building C object Opcodes/CMakeFiles/serial.dir/serial.c.o
[ 20%] Building C object CMakeFiles/CsoundLib64.dir/OOps/mxfft.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
Linking C shared library ../libserial.dylib
[ 20%] Built target serial
[ 20%] Building C object CMakeFiles/CsoundLib64.dir/OOps/oscils.c.o
Scanning dependencies of target signalflowgraph
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 21%] Building CXX object Opcodes/CMakeFiles/signalflowgraph.dir/signalflowgraph.cpp.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 22%] Building C object CMakeFiles/CsoundLib64.dir/OOps/pstream.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 22%] Building C object CMakeFiles/CsoundLib64.dir/OOps/pvfileio.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 22%] Building C object CMakeFiles/CsoundLib64.dir/OOps/pvsanal.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 22%] Building C object CMakeFiles/CsoundLib64.dir/OOps/random.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 23%] Building C object CMakeFiles/CsoundLib64.dir/OOps/remote.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 23%] Building C object CMakeFiles/CsoundLib64.dir/OOps/schedule.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
Linking CXX shared library ../libsignalflowgraph.dylib
[ 23%] Building C object CMakeFiles/CsoundLib64.dir/OOps/sndinfUG.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 23%] Built target signalflowgraph
Scanning dependencies of target system_call
[ 25%] [ 25%] Building C object CMakeFiles/CsoundLib64.dir/OOps/str_ops.c.o
Building C object Opcodes/CMakeFiles/system_call.dir/system_call.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
Linking C shared library ../libsystem_call.dylib
[ 25%] Built target system_call
Scanning dependencies of target stk-ops
[ 25%] Building C object CMakeFiles/CsoundLib64.dir/OOps/ugens1.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 25%] Building CXX object Opcodes/stk/CMakeFiles/stk-ops.dir/stkOpcodes.cpp.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 25%] Building C object CMakeFiles/CsoundLib64.dir/OOps/ugens2.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 26%] Building C object CMakeFiles/CsoundLib64.dir/OOps/ugens2a.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 26%] Building C object CMakeFiles/CsoundLib64.dir/OOps/ugens3.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 26%] Building C object CMakeFiles/CsoundLib64.dir/OOps/ugens4.c.o
Linking CXX shared library ../../libstk.dylib
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 26%] Built target stk-ops
Scanning dependencies of target cmidi
[ 27%] Building C object CMakeFiles/CsoundLib64.dir/OOps/ugens5.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 27%] Building C object InOut/CMakeFiles/cmidi.dir/cmidi.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 27%] Building C object CMakeFiles/CsoundLib64.dir/OOps/ugens6.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
Linking C shared library ../libcmidi.dylib
[ 27%] Building C object CMakeFiles/CsoundLib64.dir/OOps/ugtabs.c.o
[ 27%] Built target cmidi
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
Scanning dependencies of target ipmidi
[ 27%] Building C object InOut/CMakeFiles/ipmidi.dir/ipmidi.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
Linking C shared library ../libipmidi.dylib
[ 27%] Building C object CMakeFiles/CsoundLib64.dir/OOps/ugrw1.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 27%] Built target ipmidi
Scanning dependencies of target rtauhal
[ 28%] Building C object InOut/CMakeFiles/rtauhal.dir/rtauhal.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 29%] Building C object CMakeFiles/CsoundLib64.dir/OOps/ugrw2.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 29%] Building C object CMakeFiles/CsoundLib64.dir/OOps/vdelay.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
Linking C shared library ../librtauhal.dylib
[ 29%] Built target rtauhal
Scanning dependencies of target virtual
[ 29%] Building C object CMakeFiles/CsoundLib64.dir/OOps/compile_ops.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 29%] Building CXX object InOut/CMakeFiles/virtual.dir/virtual_keyboard/FLTKKeyboard.cpp.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 30%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/babo.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 30%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/bilbar.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 30%] Building CXX object InOut/CMakeFiles/virtual.dir/virtual_keyboard/FLTKKeyboardWindow.cpp.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 30%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/compress.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 32%] [ 32%] Building CXX object InOut/CMakeFiles/virtual.dir/virtual_keyboard/FLTKKeyboardWidget.cpp.o
Building C object CMakeFiles/CsoundLib64.dir/Opcodes/eqfil.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 32%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/Vosim.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 32%] [ 32%] Building CXX object InOut/CMakeFiles/virtual.dir/virtual_keyboard/virtual_keyboard.cpp.o
Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pitch.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 32%] Building CXX object InOut/CMakeFiles/virtual.dir/virtual_keyboard/Bank.cpp.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 33%] [ 34%] Building CXX object InOut/CMakeFiles/virtual.dir/virtual_keyboard/KeyboardMapping.cpp.o
Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pitch0.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 34%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/spectra.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 34%] Building CXX object InOut/CMakeFiles/virtual.dir/virtual_keyboard/Program.cpp.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 34%] Building CXX object InOut/CMakeFiles/virtual.dir/virtual_keyboard/SliderBank.cpp.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 34%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ambicode1.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 35%] Building CXX object InOut/CMakeFiles/virtual.dir/virtual_keyboard/SliderData.cpp.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
Linking CXX shared library ../libvirtual.dylib
[ 36%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/sfont.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 36%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/grain4.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 36%] Built target virtual
Scanning dependencies of target widgets
[ 36%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/hrtferX.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 36%] Building CXX object InOut/CMakeFiles/widgets.dir/FL_graph.cpp.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 36%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/loscilx.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 36%] Building C object InOut/CMakeFiles/widgets.dir/winFLTK.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 37%] [ 38%] Building CXX object InOut/CMakeFiles/widgets.dir/widgets.cpp.o
Building C object CMakeFiles/CsoundLib64.dir/Opcodes/minmax.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 38%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pan2.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 38%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/arrays.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 39%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/phisem.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 39%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/hrtfopcodes.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 39%] Linking CXX shared library ../libwidgets.dylib
Building C object CMakeFiles/CsoundLib64.dir/Opcodes/stackops.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 39%] Built target widgets
[ 40%] [ 41%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/vbap.c.o
[FLEX][csbeats_SCANNER] Building scanner with flex 2.5.35
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 41%] [BISON][csbeats_PARSER] Building parser with bison 2.3
beats/beats.y: conflicts: 1 reduce/reduce
Scanning dependencies of target csbeats
[ 41%] Building C object frontends/CMakeFiles/csbeats.dir/beats/main.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 41%] [ 41%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/vbap1.c.o
Building C object frontends/CMakeFiles/csbeats.dir/beatslex.yy.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 42%] [ 42%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/vbap_n.c.o
Building C object frontends/CMakeFiles/csbeats.dir/beats.tab.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
Linking C executable ../csbeats
[ 43%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/vbap_zak.c.o
[ 43%] Built target csbeats
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
Scanning dependencies of target stdutil
[ 44%] Building C object util/CMakeFiles/stdutil.dir/atsa.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 44%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/vaops.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 44%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ugakbari.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 44%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/harmon.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 45%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pitchtrack.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 45%] Building C object util/CMakeFiles/stdutil.dir/cvanal.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 45%] Building C object util/CMakeFiles/stdutil.dir/dnoise.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 45%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/partikkel.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 46%] Building C object util/CMakeFiles/stdutil.dir/envext.c.o
[ 46%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
Building C object CMakeFiles/CsoundLib64.dir/Opcodes/shape.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 46%] Building C object util/CMakeFiles/stdutil.dir/het_export.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 47%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/tabsum.c.o
[ 47%] Building C object util/CMakeFiles/stdutil.dir/het_import.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 48%] [ 48%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/crossfm.c.o
Building C object util/CMakeFiles/stdutil.dir/hetro.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 48%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pvlock.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 48%] Building C object util/CMakeFiles/stdutil.dir/lpanal.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 49%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/fareyseq.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 49%] Building C object util/CMakeFiles/stdutil.dir/lpc_export.c.o
[ 49%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/modmatrix.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 49%] Building C object util/CMakeFiles/stdutil.dir/lpc_import.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 50%] Building C object util/CMakeFiles/stdutil.dir/mixer.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 50%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/scoreline.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 51%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/modal4.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 51%] Building C object util/CMakeFiles/stdutil.dir/pvanal.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 51%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/physutil.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 51%] Building C object util/CMakeFiles/stdutil.dir/pv_export.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 51%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/physmod.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 52%] Building C object util/CMakeFiles/stdutil.dir/pv_import.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 52%] Building C object util/CMakeFiles/stdutil.dir/pvlook.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 52%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/mandolin.c.o
[ 52%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
Building C object util/CMakeFiles/stdutil.dir/scale.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 53%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/singwave.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 54%] Building C object util/CMakeFiles/stdutil.dir/sndinfo.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 54%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/fm4op.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 54%] Building C object util/CMakeFiles/stdutil.dir/srconv.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 54%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/moog1.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 54%] Building C object util/CMakeFiles/stdutil.dir/std_util.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 55%] Building C object util/CMakeFiles/stdutil.dir/xtrct.c.o
[ 56%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/shaker.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 56%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/bowedbar.c.o
[ 56%] Building C object util/CMakeFiles/stdutil.dir/scope.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 56%] Building C object util/CMakeFiles/stdutil.dir/__/SDIF/sdif.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 56%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/gab/tabmorph.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
Linking C shared library ../libstdutil.dylib
[ 57%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/gab/hvs.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 57%] Built target stdutil
Scanning dependencies of target sdif2ad
[ 58%] Building C object SDIF/CMakeFiles/sdif2ad.dir/sdif2adsyn.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 58%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/gab/sliderTable.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 58%] Building C object SDIF/CMakeFiles/sdif2ad.dir/sdif.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 58%] Building C object SDIF/CMakeFiles/sdif2ad.dir/sdif-mem.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 58%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/gab/newgabopc.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
Linking C executable ../sdif2ad
[ 58%] Built target sdif2ad
[ 59%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ftest.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 59%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/hrtfearly.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 59%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/hrtfreverb.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 59%] [ 60%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/cpumeter.c.o
Building C object CMakeFiles/CsoundLib64.dir/Opcodes/gendy.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 60%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/tl/sc_noise.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 60%] Building C object CMakeFiles/CsoundLib64.dir/Top/argdecode.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 61%] Building C object CMakeFiles/CsoundLib64.dir/Top/cscore_internal.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 61%] Building C object CMakeFiles/CsoundLib64.dir/Top/cscorfns.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 61%] Building C object CMakeFiles/CsoundLib64.dir/Top/csmodule.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 62%] Building C object CMakeFiles/CsoundLib64.dir/Top/csound.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 62%] Building C object CMakeFiles/CsoundLib64.dir/Top/getstring.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 62%] Building C object CMakeFiles/CsoundLib64.dir/Top/main.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 63%] Building C object CMakeFiles/CsoundLib64.dir/Top/new_opts.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 63%] Building C object CMakeFiles/CsoundLib64.dir/Top/one_file.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 63%] Building C object CMakeFiles/CsoundLib64.dir/Top/opcode.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 63%] Building C object CMakeFiles/CsoundLib64.dir/Top/threads.c.o
[ 64%] Building C object CMakeFiles/CsoundLib64.dir/Top/utility.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 64%] [ 64%] Building C object CMakeFiles/CsoundLib64.dir/Top/threadsafe.c.o
Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ambicode.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 65%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/bbcut.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 65%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/biquad.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 65%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/butter.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 66%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/clfilt.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 66%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/cross2.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 66%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/dam.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 67%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/dcblockr.c.o
[ 67%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
Building C object CMakeFiles/CsoundLib64.dir/Opcodes/filter.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 67%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/flanger.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 67%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/follow.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 68%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/fout.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 68%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/freeverb.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 68%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ftconv.c.o
[ 69%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ftgen.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 69%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/gab/gab.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 69%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/gab/vectorial.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 70%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/grain.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 70%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/locsig.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 70%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/lowpassr.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 71%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/metro.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 71%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/midiops2.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 71%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/midiops3.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 72%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/newfils.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 72%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/nlfilt.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 72%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/oscbnk.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 72%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pluck.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 73%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/repluck.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 73%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/reverbsc.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 73%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/seqtime.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 74%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/sndloop.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 74%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/sndwarp.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 74%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/space.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 75%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/spat3d.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 75%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/syncgrain.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 75%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ugens7.c.o
[ 76%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ugens9.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 76%] [ 76%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/uggab.c.o
Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ugensa.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 76%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ugmoss.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 77%] [ 77%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ugnorman.c.o
Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ugsc.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 77%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/wave-terrain.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 78%] [ 78%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/stdopcod.c.o
Building C object CMakeFiles/CsoundLib64.dir/Opcodes/socksend.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 78%] [ 79%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/sockrecv.c.o
Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ifd.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 79%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/partials.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 79%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/psynth.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 80%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pvsbasic.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 80%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pvscent.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 80%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pvsdemix.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 80%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pvs_ops.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 81%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pvsband.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 81%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pvsbuffer.c.o
[ 81%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pvsgendy.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 82%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/dsputil.c.o
[ 82%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pvadd.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 82%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pvinterp.c.o
[ 83%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pvocext.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 83%] [ 83%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pvread.c.o
Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ugens8.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 84%] [ 84%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/vpvoc.c.o
Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pvoc.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 84%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/mp3in.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 84%] Building C object CMakeFiles/CsoundLib64.dir/InOut/libmpadec/layer1.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 85%] Building C object CMakeFiles/CsoundLib64.dir/InOut/libmpadec/layer2.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 85%] Building C object CMakeFiles/CsoundLib64.dir/InOut/libmpadec/layer3.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 85%] Building C object CMakeFiles/CsoundLib64.dir/InOut/libmpadec/synth.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 86%] Building C object CMakeFiles/CsoundLib64.dir/InOut/libmpadec/tables.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 86%] Building C object CMakeFiles/CsoundLib64.dir/InOut/libmpadec/mpadec.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 86%] Building C object CMakeFiles/CsoundLib64.dir/InOut/libmpadec/mp3dec.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 87%] Building C object CMakeFiles/CsoundLib64.dir/csound_orclex.c.o
[ 87%] Building C object CMakeFiles/CsoundLib64.dir/csound_orcparse.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 87%] Building C object CMakeFiles/CsoundLib64.dir/csound_prelex.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 88%] Building C object CMakeFiles/CsoundLib64.dir/Engine/csound_orc_semantics.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 88%] Building C object CMakeFiles/CsoundLib64.dir/Engine/csound_orc_expressions.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 88%] Building C object CMakeFiles/CsoundLib64.dir/Engine/csound_orc_optimize.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 88%] Building C object CMakeFiles/CsoundLib64.dir/Engine/csound_orc_compile.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 89%] Building C object CMakeFiles/CsoundLib64.dir/Engine/new_orc_parser.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 89%] Building C object CMakeFiles/CsoundLib64.dir/Engine/symbtab.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 89%] Building C object CMakeFiles/CsoundLib64.dir/Engine/cs_new_dispatch.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 90%] Building C object CMakeFiles/CsoundLib64.dir/Engine/cs_par_base.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 90%] Building C object CMakeFiles/CsoundLib64.dir/Engine/cs_par_orc_semantic_analysis.c.o
[ 90%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
Building C object CMakeFiles/CsoundLib64.dir/Engine/cs_par_dispatch.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
Copying OS X content CsoundLib64.framework/Versions/6.0/Headers/CppSound.hpp
Copying OS X content CsoundLib64.framework/Versions/6.0/Headers/CsoundFile.hpp
Copying OS X content CsoundLib64.framework/Versions/6.0/Headers/OpcodeBase.hpp
Copying OS X content CsoundLib64.framework/Versions/6.0/Headers/cfgvar.h
Copying OS X content CsoundLib64.framework/Versions/6.0/Headers/csPerfThread.hpp
Copying OS X content CsoundLib64.framework/Versions/6.0/Headers/cscore.h
Copying OS X content CsoundLib64.framework/Versions/6.0/Headers/csdl.h
Copying OS X content CsoundLib64.framework/Versions/6.0/Headers/csound.h
Copying OS X content CsoundLib64.framework/Versions/6.0/Headers/csound.hpp
Copying OS X content CsoundLib64.framework/Versions/6.0/Headers/csoundCore.h
Copying OS X content CsoundLib64.framework/Versions/6.0/Headers/csound_data_structures.h
Copying OS X content CsoundLib64.framework/Versions/6.0/Headers/csound_standard_types.h
Copying OS X content CsoundLib64.framework/Versions/6.0/Headers/csound_type_system.h
Copying OS X content CsoundLib64.framework/Versions/6.0/Headers/cwindow.h
Copying OS X content CsoundLib64.framework/Versions/6.0/Headers/float-version-double.h
Copying OS X content CsoundLib64.framework/Versions/6.0/Headers/filebuilding.h
Copying OS X content CsoundLib64.framework/Versions/6.0/Headers/interlocks.h
Copying OS X content CsoundLib64.framework/Versions/6.0/Headers/float-version.h
Copying OS X content CsoundLib64.framework/Versions/6.0/Headers/pstream.h
Copying OS X content CsoundLib64.framework/Versions/6.0/Headers/msg_attr.h
Copying OS X content CsoundLib64.framework/Versions/6.0/Headers/pvfileio.h
Copying OS X content CsoundLib64.framework/Versions/6.0/Headers/soundio.h
Copying OS X content CsoundLib64.framework/Versions/6.0/Headers/sysdep.h
Copying OS X content CsoundLib64.framework/Versions/6.0/Headers/text.h
Copying OS X content CsoundLib64.framework/Versions/6.0/Headers/version.h
Linking C shared library CsoundLib64.framework/Versions/6.0/CsoundLib64
[ 90%] Built target CsoundLib64
Scanning dependencies of target csladspa
Scanning dependencies of target libcsnd
[ 90%] Building CXX object frontends/CMakeFiles/csladspa.dir/csladspa/csladspa.cpp.o
[ 91%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
Building CXX object interfaces/CMakeFiles/libcsnd.dir/CppSound.cpp.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 91%] Building CXX object interfaces/CMakeFiles/libcsnd.dir/CsoundFile.cpp.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
Linking CXX shared library ../csladspa.dylib
[ 91%] Built target csladspa
Scanning dependencies of target csound-bin
[ 91%] Building C object frontends/CMakeFiles/csound-bin.dir/csound/csound_main.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
Linking C executable ../csound
[ 91%] Built target csound-bin
Scanning dependencies of target atsa
[ 91%] Building C object util/CMakeFiles/atsa.dir/atsa_main.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
Linking C executable ../atsa
[ 91%] Building CXX object interfaces/CMakeFiles/libcsnd.dir/Soundfile.cpp.o
[ 91%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
Built target atsa
[ 91%] Building CXX object interfaces/CMakeFiles/libcsnd.dir/csPerfThread.cpp.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
[ 92%] [ 92%] Building CXX object interfaces/CMakeFiles/libcsnd.dir/cs_glue.cpp.o
Building CXX object interfaces/CMakeFiles/libcsnd.dir/filebuilding.cpp.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
Scanning dependencies of target csanalyze
[ 92%] Building C object util/CMakeFiles/csanalyze.dir/csanalyze.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
Linking C executable ../csanalyze
Linking CXX shared library ../libcsnd.dylib
[ 92%] Built target csanalyze
[ 92%] Built target libcsnd
Scanning dependencies of target cvanal
Scanning dependencies of target dnoise
[ 92%] [ 93%] Building C object util/CMakeFiles/dnoise.dir/dnoise_main.c.o
Building C object util/CMakeFiles/cvanal.dir/cvl_main.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
Linking C executable ../dnoise
Linking C executable ../cvanal
[ 93%] Built target dnoise
[ 93%] Built target cvanal
Scanning dependencies of target envext
Scanning dependencies of target extractor
[ 93%] [ 93%] Building C object util/CMakeFiles/envext.dir/env_main.c.o
Building C object util/CMakeFiles/extractor.dir/xtrc_main.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
Linking C executable ../envext
Linking C executable ../extractor
[ 93%] Built target extractor
[ 93%] Built target envext
Scanning dependencies of target het_export
Scanning dependencies of target het_import
[ 93%] [ 93%] Building C object util/CMakeFiles/het_export.dir/hetx_main.c.o
Building C object util/CMakeFiles/het_import.dir/heti_main.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
Linking C executable ../het_export
Linking C executable ../het_import
[ 93%] [ 93%] Built target het_import
Built target het_export
Scanning dependencies of target lpanal
Scanning dependencies of target hetro
[ 93%] Building C object util/CMakeFiles/lpanal.dir/lpc_main.c.o
[ 94%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
Building C object util/CMakeFiles/hetro.dir/het_main.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
Linking C executable ../lpanal
Linking C executable ../hetro
[ 94%] Built target lpanal
[ 94%] Built target hetro
Scanning dependencies of target lpc_export
Scanning dependencies of target lpc_import
[ 95%] Building C object util/CMakeFiles/lpc_export.dir/lpcx_main.c.o
[ 95%] Building C object util/CMakeFiles/lpc_import.dir/lpci_main.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
Linking C executable ../lpc_export
Linking C executable ../lpc_import
[ 95%] Built target lpc_export
[ 95%] Built target lpc_import
Scanning dependencies of target mixer-bin
Scanning dependencies of target pv_export
[ 95%] [ 95%] Building C object util/CMakeFiles/mixer-bin.dir/mixer_main.c.o
Building C object util/CMakeFiles/pv_export.dir/pvx_main.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
Linking C executable ../pv_export
Linking C executable ../mixer
[ 95%] Built target pv_export
[ 95%] Built target mixer-bin
Scanning dependencies of target pvanal
Scanning dependencies of target pv_import
[ 95%] [ 96%] Building C object util/CMakeFiles/pvanal.dir/pvc_main.c.o
Building C object util/CMakeFiles/pv_import.dir/pvi_main.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
Linking C executable ../pvanal
Linking C executable ../pv_import
[ 96%] Built target pvanal
[ 96%] Built target pv_import
Scanning dependencies of target scale
Scanning dependencies of target pvlook
[ 96%] [ 96%] Building C object util/CMakeFiles/scale.dir/scale_main.c.o
Building C object util/CMakeFiles/pvlook.dir/pvl_main.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
Linking C executable ../pvlook
Linking C executable ../scale
[ 96%] Built target pvlook
[ 96%] Built target scale
Scanning dependencies of target scope
Scanning dependencies of target sndinfo
[ 96%] [ 96%] Building C object util/CMakeFiles/scope.dir/scope_main.c.o
Building C object util/CMakeFiles/sndinfo.dir/sndinfo_main.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
Linking C executable ../sndinfo
Linking C executable ../scope
[ 96%] Built target scope
[ 96%] Built target sndinfo
Scanning dependencies of target srconv
Scanning dependencies of target extract
[ 97%] [ 97%] Building C object util/CMakeFiles/srconv.dir/srconv_main.c.o
Building C object util1/CMakeFiles/extract.dir/sortex/xmain.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
Linking C executable ../extract
Linking C executable ../srconv
[ 97%] Built target extract
[ 97%] Built target srconv
[ 98%] Scanning dependencies of target scsort
Swig source
[ 98%] Building C object util1/CMakeFiles/scsort.dir/sortex/smain.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
Language subdirectory: python
Search paths:
   ./
   /usr/local/include/
   /tmp/csound-KYls/./H/
   /tmp/csound-KYls/./include/
   /tmp/csound-KYls/./Engine/
   /tmp/csound-KYls/./
   /tmp/csound-KYls/
   /tmp/csound-KYls/interfaces/
   /System/Library/Frameworks/Python.framework/Headers/
   ./swig_lib/python/
   /usr/local/Cellar/swig/2.0.9/share/swig/2.0.9/python/
   ./swig_lib/
   /usr/local/Cellar/swig/2.0.9/share/swig/2.0.9/
Preprocessing...
Linking C executable ../scsort
[ 98%] Built target scsort
[ 98%] Swig source
Language subdirectory: java
Search paths:
   ./
   /usr/local/include/
   /tmp/csound-KYls/./H/
   /tmp/csound-KYls/./include/
   /tmp/csound-KYls/./Engine/
   /tmp/csound-KYls/./
   /tmp/csound-KYls/
   /tmp/csound-KYls/interfaces/
   /System/Library/Frameworks/Python.framework/Headers/
   /System/Library/Frameworks/JavaVM.framework/Headers/
   /System/Library/Frameworks/JavaVM.framework/Headers/
   /System/Library/Frameworks/JavaVM.framework/Headers/
   ./swig_lib/java/
   /usr/local/Cellar/swig/2.0.9/share/swig/2.0.9/java/
   ./swig_lib/
   /usr/local/Cellar/swig/2.0.9/share/swig/2.0.9/
Preprocessing...
Starting language-specific parse...
Processing types...
C++ analysis...
Generating wrappers...
Starting language-specific parse...
/tmp/csound-KYls/./include/csound.h:519: Warning 451: Setting a const char * variable may leak memory.
Processing types...
C++ analysis...
Generating wrappers...
/tmp/csound-KYls/./include/csound.h:519: Warning 451: Setting a const char * variable may leak memory.
cs_glue.hpp:505: Warning 473: Returning a pointer or reference in a director method is not recommended.
CppSound.hpp:36: Warning 453: Can't apply (std::vector< double > *INPUT). No typemaps are defined.
CppSound.hpp:52: Warning 813: Warning for CppSound proxy: Base CsoundFile ignored. Multiple inheritance is not supported in Java.
cs_glue.hpp:505: Warning 473: Returning a pointer or reference in a director method is not recommended.
Scanning dependencies of target _jcsound6
[ 99%] Building CXX object interfaces/CMakeFiles/_jcsound6.dir/java_interfaceJAVA_wrap.cxx.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
CppSound.hpp:36: Warning 453: Can't apply (std::vector< double > *INPUT). No typemaps are defined.
Scanning dependencies of target _csnd6
[ 99%] Building CXX object interfaces/CMakeFiles/_csnd6.dir/python_interfacePYTHON_wrap.cxx.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
Linking CXX shared module ../lib_jcsound6.jnilib
Building JAVA package csnd6.jar
Linking CXX shared module ../_csnd6.so
[ 99%] Built target _csnd6
[ 99%] [ 99%] Built target _jcsound6
Swig source
Language subdirectory: lua
Search paths:
   ./
   /usr/local/include/
   /tmp/csound-KYls/./H/
   /tmp/csound-KYls/./include/
   /tmp/csound-KYls/./Engine/
   /tmp/csound-KYls/./
   /tmp/csound-KYls/
   /tmp/csound-KYls/interfaces/
   /System/Library/Frameworks/Python.framework/Headers/
   /System/Library/Frameworks/JavaVM.framework/Headers/
   /System/Library/Frameworks/JavaVM.framework/Headers/
   /System/Library/Frameworks/JavaVM.framework/Headers/
   /usr/local/include/
   ./swig_lib/lua/
   /usr/local/Cellar/swig/2.0.9/share/swig/2.0.9/lua/
   ./swig_lib/
   /usr/local/Cellar/swig/2.0.9/share/swig/2.0.9/
Preprocessing...
Starting language-specific parse...
Processing types...
C++ analysis...
Generating wrappers...
/tmp/csound-KYls/./include/csound.h:519: Warning 451: Setting a const char * variable may leak memory.
CppSound.hpp:36: Warning 453: Can't apply (std::vector< double > *INPUT). No typemaps are defined.
Scanning dependencies of target luaCsnd6
[100%] Building CXX object interfaces/CMakeFiles/luaCsnd6.dir/lua_interfaceLUA_wrap.cxx.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
Linking CXX shared module ../luaCsnd6.so
[100%] Built target luaCsnd6
Install the project...
-- Install configuration: "None"
-- Installing: /Users/eddyc/Library/Frameworks/CsoundLib64.framework
-- Up-to-date: /Users/eddyc/Library/Frameworks/CsoundLib64.framework/CsoundLib64
-- Up-to-date: /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Headers
-- Up-to-date: /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Resources
-- Installing: /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions
-- Installing: /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0
-- Installing: /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/CsoundLib64
-- Installing: /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers
-- Installing: /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/cfgvar.h
-- Installing: /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/CppSound.hpp
-- Installing: /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/cscore.h
-- Installing: /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/csdl.h
-- Installing: /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/csound.h
-- Installing: /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/csound.hpp
-- Installing: /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/csound_data_structures.h
-- Installing: /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/csound_standard_types.h
-- Installing: /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/csound_type_system.h
-- Installing: /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/csoundCore.h
-- Installing: /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/CsoundFile.hpp
-- Installing: /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/csPerfThread.hpp
-- Installing: /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/cwindow.h
-- Installing: /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/filebuilding.h
-- Installing: /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/float-version-double.h
-- Installing: /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/float-version.h
-- Installing: /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/interlocks.h
-- Installing: /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/msg_attr.h
-- Installing: /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/OpcodeBase.hpp
-- Installing: /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/pstream.h
-- Installing: /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/pvfileio.h
-- Installing: /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/soundio.h
-- Installing: /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/sysdep.h
-- Installing: /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/text.h
-- Installing: /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/version.h
-- Installing: /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources
-- Installing: /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Info.plist
-- Up-to-date: /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/Current
-- Installing: /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libmixer.dylib
-- Installing: /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libsignalflowgraph.dylib
-- Installing: /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libampmidid.dylib
-- Installing: /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libcs_date.dylib
-- Installing: /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libsystem_call.dylib
-- Installing: /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libdoppler.dylib
-- Installing: /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libfractalnoise.dylib
-- Installing: /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libfareygen.dylib
-- Installing: /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libcellular.dylib
-- Installing: /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libserial.dylib
-- Installing: /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libplaterev.dylib
-- Installing: /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libscansyn.dylib
-- Installing: /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libcontrol.dylib
-- Installing: /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libchua.dylib
-- Installing: /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libosc.dylib
-- Installing: /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libimage.dylib
-- Installing: /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libpy.dylib
-- Installing: /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libstk.dylib
-- Installing: /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libcmidi.dylib
-- Installing: /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/librtauhal.dylib
-- Installing: /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libipmidi.dylib
-- Installing: /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libwidgets.dylib
-- Installing: /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libvirtual.dylib
-- Installing: /usr/local/Cellar/csound/HEAD/lib/libcsnd.6.0.dylib
-- Installing: /usr/local/Cellar/csound/HEAD/lib/libcsnd.dylib
-- Installing: /Library/Python/2.7/site-packages/_csnd6.so
CMake Error at interfaces/cmake_install.cmake:61 (FILE):
  file INSTALL cannot copy file "/tmp/csound-KYls/_csnd6.so" to
  "/Library/Python/2.7/site-packages/_csnd6.so".
Call Stack (most recent call first):
  cmake_install.cmake:56 (INCLUDE)


make: *** [install] Error 1
==> Configuration
HOMEBREW_VERSION: 0.9.4
HEAD: 38629e1de84d5b8f020e02ebe3ca3430a47080ef
CPU: dual-core 64-bit penryn
OS X: 10.8.3-x86_64
Xcode: 4.6.2
CLT: 4.6.0.0.1.1365549073
X11: 2.7.4 => /opt/X11
==> ENV
CC: cc
CXX: c++
MAKEFLAGS: -j2
CMAKE_PREFIX_PATH: /usr/local
CMAKE_INCLUDE_PATH: /usr/include/libxml2:/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers/
CMAKE_LIBRARY_PATH: /System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
PKG_CONFIG_PATH: /usr/local/opt/pcre/lib/pkgconfig:/usr/local/opt/libsndfile/lib/pkgconfig:/usr/local/opt/portaudio/lib/pkgconfig:/usr/local/opt/liblo/lib/pkgconfig:/usr/local/opt/libpng/lib/pkgconfig
PKG_CONFIG_LIBDIR: /usr/lib/pkgconfig:/usr/local/Library/ENV/pkgconfig/10.8
ACLOCAL_PATH: /usr/local/share/aclocal
OBJC: cc
PATH: /usr/local/Library/ENV/4.3:/usr/local/opt/cmake/bin:/usr/local/opt/pcre/bin:/usr/local/opt/swig/bin:/usr/local/opt/libsndfile/bin:/usr/local/opt/liblo/bin:/usr/local/opt/libpng/bin:/usr/local/opt/stk/bin:/usr/local/opt/jpeg/bin:/usr/local/opt/fltk/bin:/usr/bin:/bin:/usr/sbin:/sbin

Error: csound did not build
Logs:       /Users/eddyc/Library/Logs/Homebrew/csound/CMakeCache.txt



On 12 May 2013 11:03, Steven Yi <stevenyi@gmail.com> wrote:

Could you run "brew install --HEAD http://www.kunstmusik.com/csound.rb --verbose" and post the verbose output?

On May 12, 2013 10:47 AM, "Ed Costello" <edwardcostello@gmail.com> wrote:
Ok, still getting errors, heres what happened next....

Marions-MacBook:~ eddyc$ brew link --overwrite libsndfile
Linking /usr/local/Cellar/libsndfile/1.0.25... 27 symlinks created
Marions-MacBook:~ eddyc$ brew install http://www.kunstmusik.com/csound.rb
######################################################################## 100.0%
Error: You must `brew link portaudio portmidi liblo' before csound can be installed
Marions-MacBook:~ eddyc$ brew link --overwrite portaudio portmidi liblo
Linking /usr/local/Cellar/portaudio/19.20111121... 6 symlinks created
Linking /usr/local/Cellar/portmidi/217... 3 symlinks created
Linking /usr/local/Cellar/liblo/0.26... 6 symlinks created
Marions-MacBook:~ eddyc$ brew install http://www.kunstmusik.com/csound.rb
######################################################################## 100.0%
Already downloaded: /Library/Caches/Homebrew/csound-6.0.1.tar.bz2
==> cmake . -DUSE_GETTEXT=0 -DCMAKE_INSTALL_PREFIX=/usr/local/Cellar/csound/6.0.
==> make install
Call Stack (most recent call first):
  cmake_install.cmake:56 (INCLUDE)


make: *** [install] Error 1


On 11 May 2013 23:39, Steven Yi <stevenyi@gmail.com> wrote:
Hey Ed,

Sorry, just use "brew link --overwrite libsndfile" and ignore the
uninstall/install thing I wrote earlier. :)

steven

On Sat, May 11, 2013 at 11:31 PM, Steven Yi <stevenyi@gmail.com> wrote:
> Hey Ed!
>
> So for that it's pretty much what it says.  You'll have to use the
> brew installed libsndfile, and to do that you'll probably have to do
> "brew uninstall libsndfile; brew install --overwrite libsndfile". Most
> likely when brew tried to link it's libsndfile into /usr/local, it
> encountered your custom built ones and gave up; I wonder if it didn't
> alter something though X_X.  But try getting the brew installed ones
> in there and I think you'll be good for csound building after that.
>
> Thanks!
> steven
>
> On Sat, May 11, 2013 at 8:10 PM, Ed Costello <edwardcostello@gmail.com> wrote:
>> I get an error saying it requires libsndfile, the thing is I already have
>> libsndfile installed from a previous csound installation,
>>
>> CMake Error at CMakeLists.txt:339 (message):
>>   Csound requires the sndfile library
>>
>>
>> -- Configuring incomplete, errors occurred!
>>
>> READ THIS: https://github.com/mxcl/homebrew/wiki/troubleshooting
>>
>> Marions-MacBook:~ eddyc$ brew install libsndfile
>> Warning: libsndfile-1.0.25 already installed, it's just not linked
>> Marions-MacBook:~ eddyc$
>>
>>
>>
>> On 11 May 2013 18:26, peiman khosravi <peimankhosravi@gmail.com> wrote:
>>>
>>> I get the same errors.
>>>
>>> P
>>>
>>>
>>>
>>>
>>>
>>>
>>> www.peimankhosravi.co.uk || Subscribe to RSS Feed
>>>
>>> To receive emails about upcoming concerts visit this page & enter your
>>> email address in the 'follow' section.
>>>
>>>
>>>
>>> On 11 May 2013 16:38, Steven Yi <stevenyi@gmail.com> wrote:
>>>>
>>>> Hi Jake,
>>>>
>>>> Thanks very much for the quick report! I'm running into similar
>>>> situations and it has to do with brew trying to install links but
>>>> there are original files there installed from somewhere else (likely
>>>> from a previous csound installer install).  I just did this:
>>>>
>>>> Error: Could not symlink file:
>>>> /usr/local/Cellar/libogg/1.3.0/include/ogg/os_types.h
>>>> Target /usr/local/include/ogg/os_types.h already exists. You may need
>>>> to delete it.
>>>> To force the link and overwrite all other conflicting files, do:
>>>>   brew link --overwrite formula_name
>>>>
>>>> To list all files that would be deleted:
>>>>   brew link --overwrite --dry-run formula_name
>>>> cp23-119:Formula stevenyi$ brew link --overwrite libogg
>>>> Linking /usr/local/Cellar/libogg/1.3.0... 81 symlinks created
>>>>
>>>> and also did 'brew link --overwrite flac' (and so on for each lib).
>>>>
>>>> One note, I'm running into issues in building --universal.  It seems
>>>> some of the formulas can be --universal but they depend on others that
>>>> don't support universal.  I'm going to see about modifying some of the
>>>> dependent homebrew recipes and if that works I'll see if they get
>>>> accepted into the main repo.
>>>>
>>>> Thanks!
>>>> steven
>>>>
>>>> On Sat, May 11, 2013 at 5:24 PM, Jacob Joaquin <jacobjoaquin@gmail.com>
>>>> wrote:
>>>> > Here's my first run through; It breaks at libogg. I'm actually in the
>>>> > middle
>>>> > of something this morning. I'll spend more time with this when I have
>>>> > some:
>>>> >
>>>> > Quorra ~ $ brew install http://www.kunstmusik.com/csound.rb
>>>> >
>>>> > ########################################################################
>>>> > 100.0%
>>>> > Warning: Your Xcode (4.6.1) is outdated
>>>> > Please install Xcode 4.6.2.
>>>> > ==> Installing csound dependency: cmake
>>>> > ==> Downloading
>>>> > https://downloads.sf.net/project/machomebrew/Bottles/cmake-2.8.1
>>>> >
>>>> > ########################################################################
>>>> > 100.0%
>>>> > ==> Pouring cmake-2.8.10.2.mountain_lion.bottle.tar.gz
>>>> > 🍺  /usr/local/Cellar/cmake/2.8.10.2: 683 files, 32M
>>>> > ==> Installing csound dependency: pcre
>>>> > ==> Downloading
>>>> > ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre-8.32.
>>>> >
>>>> > ########################################################################
>>>> > 100.0%
>>>> >
>>>> > ########################################################################
>>>> > 100.0%==> ./configure --prefix=/usr/local/Cellar/pcre/8.32
>>>> > --enable-utf8
>>>> > --enable-unic
>>>> > ==> make test
>>>> > ==> make install
>>>> > 🍺  /usr/local/Cellar/pcre/8.32: 135 files, 3.6M, built in 44 seconds
>>>> > ==> Installing csound dependency: swig
>>>> > ==> Downloading
>>>> >
>>>> > http://sourceforge.net/projects/swig/files/swig/swig-2.0.9/swig-2.0.9.tar.gz
>>>> >
>>>> > ########################################################################
>>>> > 100.0%
>>>> > ==> ./configure --prefix=/usr/local/Cellar/swig/2.0.9
>>>> > ==> make
>>>> > ==> make install
>>>> > 🍺  /usr/local/Cellar/swig/2.0.9: 599 files, 6.2M, built in 45 seconds
>>>> > ==> Installing csound dependency: pkg-config
>>>> > ==> Downloading
>>>> >
>>>> > https://downloads.sf.net/project/machomebrew/Bottles/pkg-config-0.28.mountain_lion.bottle.tar.gz
>>>> >
>>>> > ########################################################################
>>>> > 100.0%
>>>> > ==> Pouring pkg-config-0.28.mountain_lion.bottle.tar.gz
>>>> > 🍺  /usr/local/Cellar/pkg-config/0.28: 10 files, 636K
>>>> > ==> Installing csound dependency: lame
>>>> > ==> Downloading
>>>> > http://downloads.sourceforge.net/sourceforge/lame/lame-3.99.5.tar.gz
>>>> >
>>>> > ########################################################################
>>>> > 100.0%
>>>> > ==> ./configure --prefix=/usr/local/Cellar/lame/3.99.5 --enable-nasm
>>>> > ==> make install
>>>> > 🍺  /usr/local/Cellar/lame/3.99.5: 25 files, 2.1M, built in 27 seconds
>>>> > ==> Installing csound dependency: flac
>>>> > ==> Downloading
>>>> > http://downloads.sourceforge.net/sourceforge/flac/flac-1.2.1.tar.gz
>>>> >
>>>> > ########################################################################
>>>> > 100.0%
>>>> > ==> ./configure --disable-asm-optimizations --enable-sse
>>>> > --prefix=/usr/local/Cellar/flac/1.2.1
>>>> > --mandir=/usr/local/Cellar/flac/1.2.1/share/man
>>>> > ==> make install
>>>> > ==> Downloading https://github.com/rmndk/flac2mp3/archive/v1.0.tar.gz
>>>> >
>>>> > ########################################################################
>>>> > 100.0%
>>>> > Warning: Could not link flac. Unlinking...
>>>> > Error: The `brew link` step did not complete successfully
>>>> > The formula built, but is not symlinked into /usr/local
>>>> > You can try again using `brew link flac'
>>>> > ==> Summary
>>>> > 🍺  /usr/local/Cellar/flac/1.2.1: 304 files, 6.5M, built in 47 seconds
>>>> > ==> Installing csound dependency: libogg
>>>> > ==> Downloading
>>>> > http://downloads.xiph.org/releases/ogg/libogg-1.3.0.tar.gz
>>>> >
>>>> > ########################################################################
>>>> > 100.0%
>>>> > ==> ./configure --prefix=/usr/local/Cellar/libogg/1.3.0
>>>> > ==> make
>>>> > ==> make install
>>>> > Warning: Could not link libogg. Unlinking...
>>>> > Error: The `brew link` step did not complete successfully
>>>> > The formula built, but is not symlinked into /usr/local
>>>> > You can try again using `brew link libogg'
>>>> > ==> Summary
>>>> > 🍺  /usr/local/Cellar/libogg/1.3.0: 85 files, 520K, built in 11 seconds
>>>> > ==> Installing csound dependency: xz
>>>> > ==> Downloading http://tukaani.org/xz/xz-5.0.4.tar.bz2
>>>> >
>>>> > ########################################################################
>>>> > 100.0%
>>>> > ==> ./configure --prefix=/usr/local/Cellar/xz/5.0.4
>>>> > ==> make install
>>>> > 🍺  /usr/local/Cellar/xz/5.0.4: 58 files, 1.5M, built in 27 seconds
>>>> > Error: You must `brew link libogg' before libvorbis can be installed
>>>> >
>>>> >
>>>> >
>>>> >
>>>> >
>>>> > On Sat, May 11, 2013 at 8:21 AM, Jacob Joaquin <jacobjoaquin@gmail.com>
>>>> > wrote:
>>>> >>
>>>> >> I ran into an error which was resolved by updating brew:
>>>> >>
>>>> >> brew update
>>>> >>
>>>> >> It's currently downloading and installing dependencies. We'll see how
>>>> >> this
>>>> >> goes.
>>>> >>
>>>> >>
>>>> >> On Sat, May 11, 2013 at 8:12 AM, Steven Yi <stevenyi@gmail.com> wrote:
>>>> >>>
>>>> >>> Hi All,
>>>> >>>
>>>> >>> I've put together a homebrew [1]  file and was hoping to get some
>>>> >>> people to test it.  If it's working well maybe we can submit it to
>>>> >>> the
>>>> >>> homebrew repo.  The file is available at:
>>>> >>>
>>>> >>> http://www.kunstmusik.com/csound.rb
>>>> >>>
>>>> >>> You can try installing it by using:
>>>> >>>
>>>> >>> brew install http://www.kunstmusik.com/csound.rb
>>>> >>>
>>>> >>> This builds with a source zip I put together from today's GIT (using
>>>> >>> 'cpack package_source').  If you want to use the latest from GIT
>>>> >>> (recommended at this point) you can use:
>>>> >>>
>>>> >>> brew install --HEAD http://www.kunstmusik.com/csound.rb
>>>> >>>
>>>> >>> This should also install the following dependencies:
>>>> >>>
>>>> >>>   depends_on 'cmake' => :build
>>>> >>>   depends_on 'swig' => :build
>>>> >>>
>>>> >>>   depends_on 'libsndfile'
>>>> >>>
>>>> >>>   depends_on 'portaudio' => :recommended
>>>> >>>   depends_on 'portmidi' => :recommended
>>>> >>>   depends_on 'liblo' => :recommended
>>>> >>>   depends_on 'boost' => :recommended
>>>> >>>   depends_on 'libpng' => :recommended
>>>> >>>   depends_on 'stk' => :recommended
>>>> >>>
>>>> >>> You can get info on flags by using:
>>>> >>>
>>>> >>> brew info http://www.kunstmusik.com/csound.rb
>>>> >>>
>>>> >>> and can (or, at least, should) be able to build as a --universal
>>>> >>> using:
>>>> >>>
>>>> >>> brew install --HEAD http://www.kunstmusik.com/csound.rb --universal
>>>> >>>
>>>> >>> Some notes:
>>>> >>>
>>>> >>> 1) There are likely to be problems.  Please report issues here so
>>>> >>> that
>>>> >>> we can fix them together. :)
>>>> >>>
>>>> >>> 2) The csound cmake file installs things into places that may be
>>>> >>> protected on your system. The particularly relevant ones are
>>>> >>> /usr/local, /Library/Python/2.7/site-packages, and
>>>> >>> /Library/Java/Extensions.  Homebrew explains how to deal with the
>>>> >>> latter 2 directores in [2]. There's info about /usr/local on the
>>>> >>> homebrew site [1].
>>>> >>>
>>>> >>> 3) I'm currently thinking this might be the best way to get
>>>> >>> everything
>>>> >>> required to build csound installed on OSX.  The idea is that once you
>>>> >>> install once, you'll have everything you need to also clone Csound's
>>>> >>> git repo and develop/build/install.
>>>> >>>
>>>> >>> Thanks!
>>>> >>> steven
>>>> >>>
>>>> >>> [1] - http://brew.sh/
>>>> >>> [2] -
>>>> >>> https://github.com/mxcl/homebrew/wiki/Gems%2C-Eggs-and-Perl-Modules
>>>> >>>
>>>> >>>
>>>> >>>
>>>> >>> ------------------------------------------------------------------------------
>>>> >>> Learn Graph Databases - Download FREE O'Reilly Book
>>>> >>> "Graph Databases" is the definitive new guide to graph databases and
>>>> >>> their applications. This 200-page book is written by three acclaimed
>>>> >>> leaders in the field. The early access version is available now.
>>>> >>> Download your free book today! http://p.sf.net/sfu/neotech_d2d_may
>>>> >>> _______________________________________________
>>>> >>> Csound-devel mailing list
>>>> >>> Csound-devel@lists.sourceforge.net
>>>> >>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>> >>
>>>> >>
>>>> >>
>>>> >>
>>>> >> --
>>>> >> codehop.com | #code #art #music
>>>> >
>>>> >
>>>> >
>>>> >
>>>> > --
>>>> > codehop.com | #code #art #music
>>>> >
>>>> >
>>>> > ------------------------------------------------------------------------------
>>>> > Learn Graph Databases - Download FREE O'Reilly Book
>>>> > "Graph Databases" is the definitive new guide to graph databases and
>>>> > their applications. This 200-page book is written by three acclaimed
>>>> > leaders in the field. The early access version is available now.
>>>> > Download your free book today! http://p.sf.net/sfu/neotech_d2d_may
>>>> > _______________________________________________
>>>> > Csound-devel mailing list
>>>> > Csound-devel@lists.sourceforge.net
>>>> > https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>> >
>>>>
>>>>
>>>> ------------------------------------------------------------------------------
>>>> Learn Graph Databases - Download FREE O'Reilly Book
>>>> "Graph Databases" is the definitive new guide to graph databases and
>>>> their applications. This 200-page book is written by three acclaimed
>>>> leaders in the field. The early access version is available now.
>>>> Download your free book today! http://p.sf.net/sfu/neotech_d2d_may
>>>> _______________________________________________
>>>> Csound-devel mailing list
>>>> Csound-devel@lists.sourceforge.net
>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>
>>>
>>>
>>>
>>> ------------------------------------------------------------------------------
>>> Learn Graph Databases - Download FREE O'Reilly Book
>>> "Graph Databases" is the definitive new guide to graph databases and
>>> their applications. This 200-page book is written by three acclaimed
>>> leaders in the field. The early access version is available now.
>>> Download your free book today! http://p.sf.net/sfu/neotech_d2d_may
>>> _______________________________________________
>>> Csound-devel mailing list
>>> Csound-devel@lists.sourceforge.net
>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>
>>
>>
>> ------------------------------------------------------------------------------
>> Learn Graph Databases - Download FREE O'Reilly Book
>> "Graph Databases" is the definitive new guide to graph databases and
>> their applications. This 200-page book is written by three acclaimed
>> leaders in the field. The early access version is available now.
>> Download your free book today! http://p.sf.net/sfu/neotech_d2d_may
>> _______________________________________________
>> Csound-devel mailing list
>> Csound-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>

------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and
their applications. This 200-page book is written by three acclaimed
leaders in the field. The early access version is available now.
Download your free book today! http://p.sf.net/sfu/neotech_d2d_may
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-devel


------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and
their applications. This 200-page book is written by three acclaimed
leaders in the field. The early access version is available now.
Download your free book today! http://p.sf.net/sfu/neotech_d2d_may
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-devel


------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and
their applications. This 200-page book is written by three acclaimed
leaders in the field. The early access version is available now.
Download your free book today! http://p.sf.net/sfu/neotech_d2d_may
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-devel



------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and
their applications. This 200-page book is written by three acclaimed
leaders in the field. The early access version is available now.
Download your free book today! http://p.sf.net/sfu/neotech_d2d_may
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-devel



Date2013-05-12 13:18
FromSteven Yi
SubjectRe: [Cs-dev] OSX: Homebrew
Hi Ed,

Yeah I mentioned this situation in my first email:

"2) The csound cmake file installs things into places that may be
protected on your system. The particularly relevant ones are
/usr/local, /Library/Python/2.7/site-packages, and
/Library/Java/Extensions.  Homebrew explains how to deal with the
latter 2 directores in [2]. There's info about /usr/local on the
homebrew site [1]."

The link for number 2 is:

https://github.com/mxcl/homebrew/wiki/Gems%2C-Eggs-and-Perl-Modules

The essentialy thing to run is:

sudo chmod +a 'user:YOUR_NAME_HERE allow
add_subdirectory,add_file,delete_child,directory_inherit'
/Library/Python/2.7/site-packages
sudo chmod +a 'user:YOUR_NAME_HERE allow
add_subdirectory,add_file,delete_child,directory_inherit'
/Library/Java/Extensions

where YOUR_NAME_HERE is your system user name.

After that, you should be able to install.

Let me know how it goes for you!
steven


On Sun, May 12, 2013 at 12:12 PM, Ed Costello  wrote:
> Here ya go, I think the installer is having trouble with copying _csnd6.so
> into my python site packages directory
>
> Marions-MacBook:~ eddyc$ brew install --HEAD
> http://www.kunstmusik.com/csound.rb --verbose
> /usr/bin/curl -f#LA Homebrew 0.9.4 (Ruby 1.8.7-358; Mac OS X 10.8.3)
> http://www.kunstmusik.com/csound.rb -o
> /Library/Caches/Homebrew/Formula/csound.rb
> ########################################################################
> 100.0%
> ==> Cloning git://git.code.sourceforge.net/p/csound/csound6-git
> git clone --depth 1 git://git.code.sourceforge.net/p/csound/csound6-git
> /Library/Caches/Homebrew/csound--git
> Cloning into '/Library/Caches/Homebrew/csound--git'...
> remote: Counting objects: 1531, done.
> remote: Compressing objects: 100% (1314/1314), done.
> remote: Total 1531 (delta 288), reused 797 (delta 140)
> Receiving objects: 100% (1531/1531), 13.23 MiB | 1.07 MiB/s, done.
> Resolving deltas: 100% (288/288), done.
> git reset --hard origin/HEAD
> HEAD is now at 2468c7c some float csound adjustments
> git checkout-index -a -f --prefix=/private/tmp/csound-KYls/
> ==> cmake . -DUSE_GETTEXT=0
> -DCMAKE_INSTALL_PREFIX=/usr/local/Cellar/csound/HEAD -DCMAKE_BUILD_TYPE=None
> -DCMAKE_FIND_FRAMEWORK=LAST -Wno-dev
> cmake . -DUSE_GETTEXT=0 -DCMAKE_INSTALL_PREFIX=/usr/local/Cellar/csound/HEAD
> -DCMAKE_BUILD_TYPE=None -DCMAKE_FIND_FRAMEWORK=LAST -Wno-dev
> -- The C compiler identification is Clang 4.2.0
> -- The CXX compiler identification is Clang 4.2.0
> -- Check for working C compiler: /usr/local/Library/ENV/4.3/cc
> -- Check for working C compiler: /usr/local/Library/ENV/4.3/cc -- works
> -- Detecting C compiler ABI info
> -- Detecting C compiler ABI info - done
> -- Check for working CXX compiler: /usr/local/Library/ENV/4.3/c++
> -- Check for working CXX compiler: /usr/local/Library/ENV/4.3/c++ -- works
> -- Detecting CXX compiler ABI info
> -- Detecting CXX compiler ABI info - done
> -- /tmp/csound-KYls
> -- BUILD_BIN_DIR set to /tmp/csound-KYls
> -- BUILD_LIB_DIR set to /tmp/csound-KYls
> -- BUILD_PLUGINS_DIR set to /tmp/csound-KYls
> -- Check if the system is big endian
> -- Searching 16 bit integer
> -- Looking for sys/types.h
> -- Looking for sys/types.h - found
> -- Looking for stdint.h
> -- Looking for stdint.h - found
> -- Looking for stddef.h
> -- Looking for stddef.h - found
> -- Check size of unsigned short
> -- Check size of unsigned short - done
> -- Using unsigned short
> -- Check if the system is big endian - little endian
> -- Try OpenMP C flag = [-fopenmp]
> -- Performing Test OpenMP_FLAG_DETECTED
> -- Performing Test OpenMP_FLAG_DETECTED - Failed
> -- Try OpenMP C flag = [/openmp]
> -- Performing Test OpenMP_FLAG_DETECTED
> -- Performing Test OpenMP_FLAG_DETECTED - Failed
> -- Try OpenMP C flag = [-Qopenmp]
> -- Performing Test OpenMP_FLAG_DETECTED
> -- Performing Test OpenMP_FLAG_DETECTED - Failed
> -- Try OpenMP C flag = [-openmp]
> -- Performing Test OpenMP_FLAG_DETECTED
> -- Performing Test OpenMP_FLAG_DETECTED - Failed
> -- Try OpenMP C flag = [ ]
> -- Performing Test OpenMP_FLAG_DETECTED
> -- Performing Test OpenMP_FLAG_DETECTED - Failed
> -- Try OpenMP C flag = [-xopenmp]
> -- Performing Test OpenMP_FLAG_DETECTED
> -- Performing Test OpenMP_FLAG_DETECTED - Failed
> -- Try OpenMP C flag = [+Oopenmp]
> -- Performing Test OpenMP_FLAG_DETECTED
> -- Performing Test OpenMP_FLAG_DETECTED - Failed
> -- Try OpenMP C flag = [-qsmp]
> -- Performing Test OpenMP_FLAG_DETECTED
> -- Performing Test OpenMP_FLAG_DETECTED - Failed
> -- Try OpenMP C flag = [-mp]
> -- Performing Test OpenMP_FLAG_DETECTED
> -- Performing Test OpenMP_FLAG_DETECTED - Failed
> -- Try OpenMP CXX flag = [-fopenmp]
> -- Performing Test OpenMP_FLAG_DETECTED
> -- Performing Test OpenMP_FLAG_DETECTED - Failed
> -- Try OpenMP CXX flag = [/openmp]
> -- Performing Test OpenMP_FLAG_DETECTED
> -- Performing Test OpenMP_FLAG_DETECTED - Failed
> -- Try OpenMP CXX flag = [-Qopenmp]
> -- Performing Test OpenMP_FLAG_DETECTED
> -- Performing Test OpenMP_FLAG_DETECTED - Failed
> -- Try OpenMP CXX flag = [-openmp]
> -- Performing Test OpenMP_FLAG_DETECTED
> -- Performing Test OpenMP_FLAG_DETECTED - Failed
> -- Try OpenMP CXX flag = [ ]
> -- Performing Test OpenMP_FLAG_DETECTED
> -- Performing Test OpenMP_FLAG_DETECTED - Failed
> -- Try OpenMP CXX flag = [-xopenmp]
> -- Performing Test OpenMP_FLAG_DETECTED
> -- Performing Test OpenMP_FLAG_DETECTED - Failed
> -- Try OpenMP CXX flag = [+Oopenmp]
> -- Performing Test OpenMP_FLAG_DETECTED
> -- Performing Test OpenMP_FLAG_DETECTED - Failed
> -- Try OpenMP CXX flag = [-qsmp]
> -- Performing Test OpenMP_FLAG_DETECTED
> -- Performing Test OpenMP_FLAG_DETECTED - Failed
> -- Try OpenMP CXX flag = [-mp]
> -- Performing Test OpenMP_FLAG_DETECTED
> -- Performing Test OpenMP_FLAG_DETECTED - Failed
> -- Could NOT find OpenMP (missing:  OpenMP_C_FLAGS OpenMP_CXX_FLAGS)
> -- Looking for libintl.h
> -- Looking for libintl.h - not found
> -- Looking for C++ include eigen3/Eigen/Dense
> -- Looking for C++ include eigen3/Eigen/Dense - not found
> -- Could NOT find Gettext (missing:  GETTEXT_MSGMERGE_EXECUTABLE
> GETTEXT_MSGFMT_EXECUTABLE)
> -- Looking for lrint in m
> -- Looking for lrint in m - found
> -- Looking for unistd.h
> -- Looking for unistd.h - found
> -- Looking for io.h
> -- Looking for io.h - not found
> -- Looking for fcntl.h
> -- Looking for fcntl.h - found
> -- Looking for sys/time.h
> -- Looking for sys/time.h - found
> -- Looking for termios.h
> -- Looking for termios.h - found
> -- Looking for values.h
> -- Looking for values.h - not found
> -- Looking for winsock.h
> -- Looking for winsock.h - not found
> -- Looking for sys/socket.h
> -- Looking for sys/socket.h - found
> -- Looking for dirent.h
> -- Looking for dirent.h - found
> -- USE_LRINT is enabled
> -- Found FLEX: /usr/bin/flex (found version "2.5.35")
> -- Found BISON: /usr/bin/bison (found version "2.3")
> -- Looking for pthread_spin_lock
> -- Looking for pthread_spin_lock - not found
> -- Looking for pthread_barrier_init
> -- Looking for pthread_barrier_init - not found
> -- OPENMP_FOUND="FALSE", so disabling USE_OPEN_MP
> -- PTHREAD_BARRIER_INIT_EXISTS="", so disabling USE_OPEN_MP
> -- USE_OPEN_MP is disabled
> -- Not building with score parser
> -- Not building with new parser debugging
> -- Building with multicore
> -- USE_GETTEXT is disabled
> -- Not using localization
> -- Building on OSX
> -- Boost version: 1.53.0
> -- Looking for ladspa.h
> -- Looking for ladspa.h - not found
> -- Looking for fluidsynth.h
> -- Looking for fluidsynth.h - not found
> -- Looking for jack/jack.h
> -- Looking for jack/jack.h - not found
> -- Looking for C++ include gmm/gmm.h
> -- Looking for C++ include gmm/gmm.h - not found
> -- Looking for lo/lo.h
> -- Looking for lo/lo.h - found
> -- Found ZLIB: /usr/lib/libz.dylib (found version "1.2.5")
> -- Found PNG: /usr/local/lib/libpng.dylib (found version "1.5.14")
> -- Found PythonLibs: /usr/lib/libpython2.7.dylib (found version "2.7.2")
> -- Found Lua51: /usr/local/lib/liblua.dylib (found version "5.1.5")
> -- Looking for wiiuse.h
> -- Looking for wiiuse.h - not found
> -- Looking for p5glove.h
> -- Looking for p5glove.h - not found
> -- BUILD_CHUA_OPCODES is enabled
> -- LADSPA_H="", so disabling BUILD_DSSI_OPCODES
> -- BUILD_DSSI_OPCODES is disabled
> -- FLUIDSYNTH_H="", so disabling BUILD_FLUID_OPCODES
> -- FLUIDSYNTH_LIBRARY="FLUIDSYNTH_LIBRARY-NOTFOUND", so disabling
> BUILD_FLUID_OPCODES
> -- BUILD_FLUID_OPCODES is disabled
> -- JACK_HEADER="", so disabling BUILD_JACK_OPCODES
> -- BUILD_JACK_OPCODES is disabled
> -- GMM_HEADER="", so disabling BUILD_LINEAR_ALGEBRA_OPCODES
> -- BUILD_LINEAR_ALGEBRA_OPCODES is disabled
> -- BUILD_OSC_OPCODES is enabled
> -- BUILD_IMAGE_OPCODES is enabled
> -- BUILD_PYTHON_OPCODES is enabled
> -- OPENMP_FOUND="FALSE", so disabling BUILD_LUA_OPCODES
> -- BUILD_LUA_OPCODES is disabled
> -- WIIUSE_H="", so disabling BUILD_WIIMOTE_OPCODES
> -- BUILD_WIIMOTE_OPCODES is disabled
> -- P5GLOVE_H="", so disabling BUILD_P5GLOVE_OPCODES
> -- BUILD_P5GLOVE_OPCODES is disabled
> -- BUILD_STK_OPCODES is enabled
> --
> -- ## REALTIME AUDIO AND MIDI ##
> -- Looking for alsa/asoundlib.h
> -- Looking for alsa/asoundlib.h - not found
> -- Looking for pulse/simple.h
> -- Looking for pulse/simple.h - not found
> -- Looking for XOpenDisplay in
> /usr/X11R6/lib/libX11.dylib;/usr/X11R6/lib/libXext.dylib
> -- Looking for XOpenDisplay in
> /usr/X11R6/lib/libX11.dylib;/usr/X11R6/lib/libXext.dylib - found
> -- Looking for gethostbyname
> -- Looking for gethostbyname - found
> -- Looking for connect
> -- Looking for connect - found
> -- Looking for remove
> -- Looking for remove - found
> -- Looking for shmat
> -- Looking for shmat - found
> -- Looking for IceConnectionNumber in ICE
> -- Looking for IceConnectionNumber in ICE - not found
> -- Found X11: /usr/X11R6/lib/libX11.dylib
> -- Found FLTK:
> /usr/local/lib/libfltk_images.a;/usr/local/lib/libfltk_forms.a;/usr/local/lib/libfltk.a
> -- USE_COREMIDI is enabled
> -- USE_AUDIOUNIT is enabled
> -- ALSA_HEADER="", so disabling USE_ALSA
> -- ALSA_LIBRARY="ALSA_LIBRARY-NOTFOUND", so disabling USE_ALSA
> -- USE_ALSA is disabled
> -- PULSEAUDIO_HEADER="", so disabling USE_PULSEAUDIO
> -- PULSEAUDIO_LIBRARY="PULSEAUDIO_LIBRARY-NOTFOUND", so disabling
> USE_PULSEAUDIO
> -- PULSESIMPLE_LIBRARY="PULSESIMPLE_LIBRARY-NOTFOUND", so disabling
> USE_PULSEAUDIO
> -- USE_PULSEAUDIO is disabled
> -- PORTAUDIO_HEADER="", so disabling USE_PORTAUDIO
> -- USE_PORTAUDIO is disabled
> -- PORTMIDI_HEADER="", so disabling USE_PORTMIDI
> -- USE_PORTMIDI is disabled
> -- JACK_HEADER="", so disabling USE_JACK
> -- JACK_LIBRARY="JACK_LIBRARY-NOTFOUND", so disabling USE_JACK
> -- USE_JACK is disabled
> -- USE_FLTK is enabled
> -- BUILD_VIRTUAL_KEYBOARD is enabled
> --
> -- Building C++ interface library
> -- Found SWIG: /usr/local/bin/swig (found suitable version "2.0.9", minimum
> required is "2.0")
> -- Found JNI: -framework JavaVM
> -- Found Java: /usr/bin/java (found version "1.6.0.45")
> -- BUILD_PYTHON_INTERFACE is enabled
> -- BUILD_JAVA_INTERFACE is enabled
> -- BUILD_LUA_INTERFACE is enabled
> -- Looking for m_pd.h
> -- Looking for m_pd.h - not found
> -- Building csLadspa
> -- BUILD_CSBEATS is enabled
> -- PD_HEADER="", so disabling BUILD_PD_CLASS
> -- BUILD_PD_CLASS is disabled
> -- BUILD_WINSOUND is disabled
> -- Boost version: 1.53.0
> -- Found SWIG: /usr/local/bin/swig (found version "2.0.9")
> -- BUILD_CSOUND_AC is disabled
> -- BUILD_CSOUND_AC_PYTHON_INTERFACE is enabled
> -- BUILD_CSOUND_AC_LUA_INTERFACE is enabled
> -- Configuring done
> -- Generating done
> -- Build files have been written to: /tmp/csound-KYls
> ==> make install
> make install
> Scanning dependencies of target ampmidid
> [  0%] Generating csound_prelex.c
> [  0%] Generating csound_orclex.c
> [  0%] Generating csound_orcparse.c
> /tmp/csound-KYls/Engine/csound_orc.y: conflicts: 4 shift/reduce, 10
> reduce/reduce
> [  0%] Building CXX object Opcodes/CMakeFiles/ampmidid.dir/ampmidid.cpp.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> Scanning dependencies of target CsoundLib64
> Linking CXX shared library ../libampmidid.dylib
> [  0%] Built target ampmidid
> Scanning dependencies of target cellular
> [  0%] Building C object Opcodes/CMakeFiles/cellular.dir/cellular.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> Linking C shared library ../libcellular.dylib
> [  0%] Built target cellular
> Scanning dependencies of target chua
> [  1%] Building C object CMakeFiles/CsoundLib64.dir/Engine/auxfd.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [  1%] Building C object CMakeFiles/CsoundLib64.dir/Engine/cfgvar.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [  1%] Building C object CMakeFiles/CsoundLib64.dir/Engine/corfiles.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [  2%] Building C object CMakeFiles/CsoundLib64.dir/Engine/entry1.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [  2%] Building C object CMakeFiles/CsoundLib64.dir/Engine/envvar.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [  2%] [  3%] Building C object
> CMakeFiles/CsoundLib64.dir/Engine/extract.c.o
> Building CXX object Opcodes/CMakeFiles/chua.dir/chua/ChuaOscillator.cpp.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [  4%] Building C object CMakeFiles/CsoundLib64.dir/Engine/fgens.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [  4%] Building C object CMakeFiles/CsoundLib64.dir/Engine/insert.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [  4%] Building C object CMakeFiles/CsoundLib64.dir/Engine/linevent.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [  5%] Building C object CMakeFiles/CsoundLib64.dir/Engine/memalloc.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [  5%] Building C object CMakeFiles/CsoundLib64.dir/Engine/memfiles.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [  5%] Building C object CMakeFiles/CsoundLib64.dir/Engine/musmon.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [  5%] Building C object CMakeFiles/CsoundLib64.dir/Engine/namedins.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [  6%] Building C object CMakeFiles/CsoundLib64.dir/Engine/rdscor.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [  6%] Building C object CMakeFiles/CsoundLib64.dir/Engine/scsort.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [  6%] Building C object CMakeFiles/CsoundLib64.dir/Engine/scxtract.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [  7%] Building C object CMakeFiles/CsoundLib64.dir/Engine/sort.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [  7%] Building C object CMakeFiles/CsoundLib64.dir/Engine/sread.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> Linking CXX shared library ../libchua.dylib
> [  7%] Building C object CMakeFiles/CsoundLib64.dir/Engine/swritestr.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [  8%] Building C object CMakeFiles/CsoundLib64.dir/Engine/twarp.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [  8%] Building C object
> CMakeFiles/CsoundLib64.dir/Engine/csound_type_system.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [  8%] Building C object
> CMakeFiles/CsoundLib64.dir/Engine/csound_standard_types.c.o
> [  8%] Built target chua
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> Scanning dependencies of target control
> [  9%] [  9%] Building C object
> CMakeFiles/CsoundLib64.dir/Engine/csound_data_structures.c.o
> Building C object Opcodes/CMakeFiles/control.dir/control.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [  9%] Linking C shared library ../libcontrol.dylib
> Building C object CMakeFiles/CsoundLib64.dir/Engine/pools.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [  9%] Built target control
> Scanning dependencies of target cs_date
> [  9%] [ 10%] Building C object CMakeFiles/CsoundLib64.dir/InOut/libsnd.c.o
> Building C object Opcodes/CMakeFiles/cs_date.dir/date.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> Linking C shared library ../libcs_date.dylib
> [ 10%] Built target cs_date
> [ 10%] Building C object CMakeFiles/CsoundLib64.dir/InOut/libsnd_u.c.o
> Scanning dependencies of target doppler
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 10%] Building CXX object Opcodes/CMakeFiles/doppler.dir/doppler.cpp.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 11%] Building C object CMakeFiles/CsoundLib64.dir/InOut/midifile.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 11%] Building C object CMakeFiles/CsoundLib64.dir/InOut/midirecv.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> Linking CXX shared library ../libdoppler.dylib
> [ 11%] Building C object CMakeFiles/CsoundLib64.dir/InOut/midisend.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 11%] Built target doppler
> Scanning dependencies of target fareygen
> [ 12%] [ 12%] Building C object
> CMakeFiles/CsoundLib64.dir/InOut/winascii.c.o
> Building C object Opcodes/CMakeFiles/fareygen.dir/fareygen.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 12%] Linking C shared library ../libfareygen.dylib
> Building C object CMakeFiles/CsoundLib64.dir/InOut/windin.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 12%] Built target fareygen
> Scanning dependencies of target fractalnoise
> [ 12%] Building C object CMakeFiles/CsoundLib64.dir/InOut/window.c.o
> [ 13%] Building CXX object
> Opcodes/CMakeFiles/fractalnoise.dir/tl/fractalnoise.cpp.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 14%] Building C object CMakeFiles/CsoundLib64.dir/InOut/winEPS.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> Linking CXX shared library ../libfractalnoise.dylib
> [ 14%] Built target fractalnoise
> [ 14%] Building C object CMakeFiles/CsoundLib64.dir/InOut/circularbuffer.c.o
> Scanning dependencies of target image
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 14%] Building C object Opcodes/CMakeFiles/image.dir/imageOpcodes.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 14%] Building C object CMakeFiles/CsoundLib64.dir/OOps/aops.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> Linking C shared library ../libimage.dylib
> [ 14%] Built target image
> Scanning dependencies of target mixer
> [ 14%] Building CXX object Opcodes/CMakeFiles/mixer.dir/mixer.cpp.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 15%] Building C object CMakeFiles/CsoundLib64.dir/OOps/bus.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> Linking CXX shared library ../libmixer.dylib
> [ 15%] Building C object CMakeFiles/CsoundLib64.dir/OOps/cmath.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 15%] Built target mixer
> Scanning dependencies of target osc
> [ 16%] Building C object Opcodes/CMakeFiles/osc.dir/OSC.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 16%] Building C object CMakeFiles/CsoundLib64.dir/OOps/diskin.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> Linking C shared library ../libosc.dylib
> [ 16%] Building C object CMakeFiles/CsoundLib64.dir/OOps/diskin2.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 16%] Built target osc
> Scanning dependencies of target platerev
> [ 16%] Building C object Opcodes/CMakeFiles/platerev.dir/platerev.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 17%] Linking C shared library ../libplaterev.dylib
> Building C object CMakeFiles/CsoundLib64.dir/OOps/disprep.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 17%] Built target platerev
> Scanning dependencies of target py
> [ 17%] [ 17%] Building C object
> Opcodes/CMakeFiles/py.dir/py/pythonopcodes.c.o
> Building C object CMakeFiles/CsoundLib64.dir/OOps/dumpf.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 17%] Building C object CMakeFiles/CsoundLib64.dir/OOps/fftlib.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> Linking C shared library ../libpy.dylib
> [ 17%] Built target py
> [ 18%] Scanning dependencies of target scansyn
> Building C object CMakeFiles/CsoundLib64.dir/OOps/goto_ops.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 18%] Building C object Opcodes/CMakeFiles/scansyn.dir/scansyn.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 18%] Building C object CMakeFiles/CsoundLib64.dir/OOps/midiinterop.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 19%] Building C object Opcodes/CMakeFiles/scansyn.dir/scansynx.c.o
> [ 19%] Building C object CMakeFiles/CsoundLib64.dir/OOps/midiops.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 20%] Building C object CMakeFiles/CsoundLib64.dir/OOps/midiout.c.o
> Linking C shared library ../libscansyn.dylib
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 20%] Built target scansyn
> Scanning dependencies of target serial
> [ 20%] Building C object Opcodes/CMakeFiles/serial.dir/serial.c.o
> [ 20%] Building C object CMakeFiles/CsoundLib64.dir/OOps/mxfft.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> Linking C shared library ../libserial.dylib
> [ 20%] Built target serial
> [ 20%] Building C object CMakeFiles/CsoundLib64.dir/OOps/oscils.c.o
> Scanning dependencies of target signalflowgraph
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 21%] Building CXX object
> Opcodes/CMakeFiles/signalflowgraph.dir/signalflowgraph.cpp.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 22%] Building C object CMakeFiles/CsoundLib64.dir/OOps/pstream.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 22%] Building C object CMakeFiles/CsoundLib64.dir/OOps/pvfileio.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 22%] Building C object CMakeFiles/CsoundLib64.dir/OOps/pvsanal.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 22%] Building C object CMakeFiles/CsoundLib64.dir/OOps/random.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 23%] Building C object CMakeFiles/CsoundLib64.dir/OOps/remote.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 23%] Building C object CMakeFiles/CsoundLib64.dir/OOps/schedule.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> Linking CXX shared library ../libsignalflowgraph.dylib
> [ 23%] Building C object CMakeFiles/CsoundLib64.dir/OOps/sndinfUG.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 23%] Built target signalflowgraph
> Scanning dependencies of target system_call
> [ 25%] [ 25%] Building C object CMakeFiles/CsoundLib64.dir/OOps/str_ops.c.o
> Building C object Opcodes/CMakeFiles/system_call.dir/system_call.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> Linking C shared library ../libsystem_call.dylib
> [ 25%] Built target system_call
> Scanning dependencies of target stk-ops
> [ 25%] Building C object CMakeFiles/CsoundLib64.dir/OOps/ugens1.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 25%] Building CXX object
> Opcodes/stk/CMakeFiles/stk-ops.dir/stkOpcodes.cpp.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 25%] Building C object CMakeFiles/CsoundLib64.dir/OOps/ugens2.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 26%] Building C object CMakeFiles/CsoundLib64.dir/OOps/ugens2a.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 26%] Building C object CMakeFiles/CsoundLib64.dir/OOps/ugens3.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 26%] Building C object CMakeFiles/CsoundLib64.dir/OOps/ugens4.c.o
> Linking CXX shared library ../../libstk.dylib
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 26%] Built target stk-ops
> Scanning dependencies of target cmidi
> [ 27%] Building C object CMakeFiles/CsoundLib64.dir/OOps/ugens5.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 27%] Building C object InOut/CMakeFiles/cmidi.dir/cmidi.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 27%] Building C object CMakeFiles/CsoundLib64.dir/OOps/ugens6.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> Linking C shared library ../libcmidi.dylib
> [ 27%] Building C object CMakeFiles/CsoundLib64.dir/OOps/ugtabs.c.o
> [ 27%] Built target cmidi
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> Scanning dependencies of target ipmidi
> [ 27%] Building C object InOut/CMakeFiles/ipmidi.dir/ipmidi.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> Linking C shared library ../libipmidi.dylib
> [ 27%] Building C object CMakeFiles/CsoundLib64.dir/OOps/ugrw1.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 27%] Built target ipmidi
> Scanning dependencies of target rtauhal
> [ 28%] Building C object InOut/CMakeFiles/rtauhal.dir/rtauhal.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 29%] Building C object CMakeFiles/CsoundLib64.dir/OOps/ugrw2.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 29%] Building C object CMakeFiles/CsoundLib64.dir/OOps/vdelay.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> Linking C shared library ../librtauhal.dylib
> [ 29%] Built target rtauhal
> Scanning dependencies of target virtual
> [ 29%] Building C object CMakeFiles/CsoundLib64.dir/OOps/compile_ops.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 29%] Building CXX object
> InOut/CMakeFiles/virtual.dir/virtual_keyboard/FLTKKeyboard.cpp.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 30%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/babo.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 30%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/bilbar.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 30%] Building CXX object
> InOut/CMakeFiles/virtual.dir/virtual_keyboard/FLTKKeyboardWindow.cpp.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 30%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/compress.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 32%] [ 32%] Building CXX object
> InOut/CMakeFiles/virtual.dir/virtual_keyboard/FLTKKeyboardWidget.cpp.o
> Building C object CMakeFiles/CsoundLib64.dir/Opcodes/eqfil.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 32%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/Vosim.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 32%] [ 32%] Building CXX object
> InOut/CMakeFiles/virtual.dir/virtual_keyboard/virtual_keyboard.cpp.o
> Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pitch.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 32%] Building CXX object
> InOut/CMakeFiles/virtual.dir/virtual_keyboard/Bank.cpp.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 33%] [ 34%] Building CXX object
> InOut/CMakeFiles/virtual.dir/virtual_keyboard/KeyboardMapping.cpp.o
> Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pitch0.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 34%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/spectra.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 34%] Building CXX object
> InOut/CMakeFiles/virtual.dir/virtual_keyboard/Program.cpp.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 34%] Building CXX object
> InOut/CMakeFiles/virtual.dir/virtual_keyboard/SliderBank.cpp.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 34%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ambicode1.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 35%] Building CXX object
> InOut/CMakeFiles/virtual.dir/virtual_keyboard/SliderData.cpp.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> Linking CXX shared library ../libvirtual.dylib
> [ 36%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/sfont.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 36%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/grain4.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 36%] Built target virtual
> Scanning dependencies of target widgets
> [ 36%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/hrtferX.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 36%] Building CXX object InOut/CMakeFiles/widgets.dir/FL_graph.cpp.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 36%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/loscilx.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 36%] Building C object InOut/CMakeFiles/widgets.dir/winFLTK.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 37%] [ 38%] Building CXX object InOut/CMakeFiles/widgets.dir/widgets.cpp.o
> Building C object CMakeFiles/CsoundLib64.dir/Opcodes/minmax.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 38%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pan2.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 38%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/arrays.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 39%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/phisem.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 39%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/hrtfopcodes.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 39%] Linking CXX shared library ../libwidgets.dylib
> Building C object CMakeFiles/CsoundLib64.dir/Opcodes/stackops.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 39%] Built target widgets
> [ 40%] [ 41%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/vbap.c.o
> [FLEX][csbeats_SCANNER] Building scanner with flex 2.5.35
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 41%] [BISON][csbeats_PARSER] Building parser with bison 2.3
> beats/beats.y: conflicts: 1 reduce/reduce
> Scanning dependencies of target csbeats
> [ 41%] Building C object frontends/CMakeFiles/csbeats.dir/beats/main.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 41%] [ 41%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/vbap1.c.o
> Building C object frontends/CMakeFiles/csbeats.dir/beatslex.yy.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 42%] [ 42%] Building C object
> CMakeFiles/CsoundLib64.dir/Opcodes/vbap_n.c.o
> Building C object frontends/CMakeFiles/csbeats.dir/beats.tab.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> Linking C executable ../csbeats
> [ 43%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/vbap_zak.c.o
> [ 43%] Built target csbeats
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> Scanning dependencies of target stdutil
> [ 44%] Building C object util/CMakeFiles/stdutil.dir/atsa.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 44%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/vaops.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 44%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ugakbari.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 44%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/harmon.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 45%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pitchtrack.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 45%] Building C object util/CMakeFiles/stdutil.dir/cvanal.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 45%] Building C object util/CMakeFiles/stdutil.dir/dnoise.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 45%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/partikkel.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 46%] Building C object util/CMakeFiles/stdutil.dir/envext.c.o
> [ 46%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> Building C object CMakeFiles/CsoundLib64.dir/Opcodes/shape.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 46%] Building C object util/CMakeFiles/stdutil.dir/het_export.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 47%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/tabsum.c.o
> [ 47%] Building C object util/CMakeFiles/stdutil.dir/het_import.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 48%] [ 48%] Building C object
> CMakeFiles/CsoundLib64.dir/Opcodes/crossfm.c.o
> Building C object util/CMakeFiles/stdutil.dir/hetro.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 48%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pvlock.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 48%] Building C object util/CMakeFiles/stdutil.dir/lpanal.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 49%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/fareyseq.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 49%] Building C object util/CMakeFiles/stdutil.dir/lpc_export.c.o
> [ 49%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/modmatrix.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 49%] Building C object util/CMakeFiles/stdutil.dir/lpc_import.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 50%] Building C object util/CMakeFiles/stdutil.dir/mixer.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 50%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/scoreline.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 51%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/modal4.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 51%] Building C object util/CMakeFiles/stdutil.dir/pvanal.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 51%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/physutil.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 51%] Building C object util/CMakeFiles/stdutil.dir/pv_export.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 51%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/physmod.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 52%] Building C object util/CMakeFiles/stdutil.dir/pv_import.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 52%] Building C object util/CMakeFiles/stdutil.dir/pvlook.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 52%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/mandolin.c.o
> [ 52%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> Building C object util/CMakeFiles/stdutil.dir/scale.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 53%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/singwave.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 54%] Building C object util/CMakeFiles/stdutil.dir/sndinfo.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 54%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/fm4op.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 54%] Building C object util/CMakeFiles/stdutil.dir/srconv.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 54%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/moog1.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 54%] Building C object util/CMakeFiles/stdutil.dir/std_util.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 55%] Building C object util/CMakeFiles/stdutil.dir/xtrct.c.o
> [ 56%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/shaker.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 56%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/bowedbar.c.o
> [ 56%] Building C object util/CMakeFiles/stdutil.dir/scope.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 56%] Building C object util/CMakeFiles/stdutil.dir/__/SDIF/sdif.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 56%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/gab/tabmorph.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> Linking C shared library ../libstdutil.dylib
> [ 57%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/gab/hvs.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 57%] Built target stdutil
> Scanning dependencies of target sdif2ad
> [ 58%] Building C object SDIF/CMakeFiles/sdif2ad.dir/sdif2adsyn.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 58%] Building C object
> CMakeFiles/CsoundLib64.dir/Opcodes/gab/sliderTable.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 58%] Building C object SDIF/CMakeFiles/sdif2ad.dir/sdif.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 58%] Building C object SDIF/CMakeFiles/sdif2ad.dir/sdif-mem.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 58%] Building C object
> CMakeFiles/CsoundLib64.dir/Opcodes/gab/newgabopc.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> Linking C executable ../sdif2ad
> [ 58%] Built target sdif2ad
> [ 59%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ftest.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 59%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/hrtfearly.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 59%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/hrtfreverb.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 59%] [ 60%] Building C object
> CMakeFiles/CsoundLib64.dir/Opcodes/cpumeter.c.o
> Building C object CMakeFiles/CsoundLib64.dir/Opcodes/gendy.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 60%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/tl/sc_noise.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 60%] Building C object CMakeFiles/CsoundLib64.dir/Top/argdecode.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 61%] Building C object CMakeFiles/CsoundLib64.dir/Top/cscore_internal.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 61%] Building C object CMakeFiles/CsoundLib64.dir/Top/cscorfns.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 61%] Building C object CMakeFiles/CsoundLib64.dir/Top/csmodule.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 62%] Building C object CMakeFiles/CsoundLib64.dir/Top/csound.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 62%] Building C object CMakeFiles/CsoundLib64.dir/Top/getstring.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 62%] Building C object CMakeFiles/CsoundLib64.dir/Top/main.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 63%] Building C object CMakeFiles/CsoundLib64.dir/Top/new_opts.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 63%] Building C object CMakeFiles/CsoundLib64.dir/Top/one_file.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 63%] Building C object CMakeFiles/CsoundLib64.dir/Top/opcode.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 63%] Building C object CMakeFiles/CsoundLib64.dir/Top/threads.c.o
> [ 64%] Building C object CMakeFiles/CsoundLib64.dir/Top/utility.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 64%] [ 64%] Building C object
> CMakeFiles/CsoundLib64.dir/Top/threadsafe.c.o
> Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ambicode.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 65%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/bbcut.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 65%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/biquad.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 65%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/butter.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 66%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/clfilt.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 66%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/cross2.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 66%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/dam.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 67%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/dcblockr.c.o
> [ 67%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> Building C object CMakeFiles/CsoundLib64.dir/Opcodes/filter.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 67%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/flanger.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 67%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/follow.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 68%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/fout.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 68%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/freeverb.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 68%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ftconv.c.o
> [ 69%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ftgen.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 69%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/gab/gab.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 69%] Building C object
> CMakeFiles/CsoundLib64.dir/Opcodes/gab/vectorial.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 70%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/grain.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 70%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/locsig.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 70%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/lowpassr.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 71%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/metro.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 71%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/midiops2.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 71%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/midiops3.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 72%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/newfils.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 72%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/nlfilt.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 72%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/oscbnk.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 72%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pluck.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 73%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/repluck.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 73%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/reverbsc.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 73%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/seqtime.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 74%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/sndloop.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 74%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/sndwarp.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 74%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/space.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 75%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/spat3d.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 75%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/syncgrain.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 75%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ugens7.c.o
> [ 76%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ugens9.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 76%] [ 76%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/uggab.c.o
> Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ugensa.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 76%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ugmoss.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 77%] [ 77%] Building C object
> CMakeFiles/CsoundLib64.dir/Opcodes/ugnorman.c.o
> Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ugsc.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 77%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/wave-terrain.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 78%] [ 78%] Building C object
> CMakeFiles/CsoundLib64.dir/Opcodes/stdopcod.c.o
> Building C object CMakeFiles/CsoundLib64.dir/Opcodes/socksend.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 78%] [ 79%] Building C object
> CMakeFiles/CsoundLib64.dir/Opcodes/sockrecv.c.o
> Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ifd.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 79%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/partials.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 79%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/psynth.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 80%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pvsbasic.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 80%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pvscent.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 80%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pvsdemix.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 80%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pvs_ops.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 81%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pvsband.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 81%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pvsbuffer.c.o
> [ 81%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pvsgendy.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 82%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/dsputil.c.o
> [ 82%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pvadd.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 82%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pvinterp.c.o
> [ 83%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pvocext.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 83%] [ 83%] Building C object
> CMakeFiles/CsoundLib64.dir/Opcodes/pvread.c.o
> Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ugens8.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 84%] [ 84%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/vpvoc.c.o
> Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pvoc.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 84%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/mp3in.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 84%] Building C object
> CMakeFiles/CsoundLib64.dir/InOut/libmpadec/layer1.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 85%] Building C object
> CMakeFiles/CsoundLib64.dir/InOut/libmpadec/layer2.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 85%] Building C object
> CMakeFiles/CsoundLib64.dir/InOut/libmpadec/layer3.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 85%] Building C object
> CMakeFiles/CsoundLib64.dir/InOut/libmpadec/synth.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 86%] Building C object
> CMakeFiles/CsoundLib64.dir/InOut/libmpadec/tables.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 86%] Building C object
> CMakeFiles/CsoundLib64.dir/InOut/libmpadec/mpadec.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 86%] Building C object
> CMakeFiles/CsoundLib64.dir/InOut/libmpadec/mp3dec.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 87%] Building C object CMakeFiles/CsoundLib64.dir/csound_orclex.c.o
> [ 87%] Building C object CMakeFiles/CsoundLib64.dir/csound_orcparse.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 87%] Building C object CMakeFiles/CsoundLib64.dir/csound_prelex.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 88%] Building C object
> CMakeFiles/CsoundLib64.dir/Engine/csound_orc_semantics.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 88%] Building C object
> CMakeFiles/CsoundLib64.dir/Engine/csound_orc_expressions.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 88%] Building C object
> CMakeFiles/CsoundLib64.dir/Engine/csound_orc_optimize.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 88%] Building C object
> CMakeFiles/CsoundLib64.dir/Engine/csound_orc_compile.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 89%] Building C object
> CMakeFiles/CsoundLib64.dir/Engine/new_orc_parser.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 89%] Building C object CMakeFiles/CsoundLib64.dir/Engine/symbtab.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 89%] Building C object
> CMakeFiles/CsoundLib64.dir/Engine/cs_new_dispatch.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 90%] Building C object CMakeFiles/CsoundLib64.dir/Engine/cs_par_base.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 90%] Building C object
> CMakeFiles/CsoundLib64.dir/Engine/cs_par_orc_semantic_analysis.c.o
> [ 90%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> Building C object CMakeFiles/CsoundLib64.dir/Engine/cs_par_dispatch.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> Copying OS X content CsoundLib64.framework/Versions/6.0/Headers/CppSound.hpp
> Copying OS X content
> CsoundLib64.framework/Versions/6.0/Headers/CsoundFile.hpp
> Copying OS X content
> CsoundLib64.framework/Versions/6.0/Headers/OpcodeBase.hpp
> Copying OS X content CsoundLib64.framework/Versions/6.0/Headers/cfgvar.h
> Copying OS X content
> CsoundLib64.framework/Versions/6.0/Headers/csPerfThread.hpp
> Copying OS X content CsoundLib64.framework/Versions/6.0/Headers/cscore.h
> Copying OS X content CsoundLib64.framework/Versions/6.0/Headers/csdl.h
> Copying OS X content CsoundLib64.framework/Versions/6.0/Headers/csound.h
> Copying OS X content CsoundLib64.framework/Versions/6.0/Headers/csound.hpp
> Copying OS X content CsoundLib64.framework/Versions/6.0/Headers/csoundCore.h
> Copying OS X content
> CsoundLib64.framework/Versions/6.0/Headers/csound_data_structures.h
> Copying OS X content
> CsoundLib64.framework/Versions/6.0/Headers/csound_standard_types.h
> Copying OS X content
> CsoundLib64.framework/Versions/6.0/Headers/csound_type_system.h
> Copying OS X content CsoundLib64.framework/Versions/6.0/Headers/cwindow.h
> Copying OS X content
> CsoundLib64.framework/Versions/6.0/Headers/float-version-double.h
> Copying OS X content
> CsoundLib64.framework/Versions/6.0/Headers/filebuilding.h
> Copying OS X content CsoundLib64.framework/Versions/6.0/Headers/interlocks.h
> Copying OS X content
> CsoundLib64.framework/Versions/6.0/Headers/float-version.h
> Copying OS X content CsoundLib64.framework/Versions/6.0/Headers/pstream.h
> Copying OS X content CsoundLib64.framework/Versions/6.0/Headers/msg_attr.h
> Copying OS X content CsoundLib64.framework/Versions/6.0/Headers/pvfileio.h
> Copying OS X content CsoundLib64.framework/Versions/6.0/Headers/soundio.h
> Copying OS X content CsoundLib64.framework/Versions/6.0/Headers/sysdep.h
> Copying OS X content CsoundLib64.framework/Versions/6.0/Headers/text.h
> Copying OS X content CsoundLib64.framework/Versions/6.0/Headers/version.h
> Linking C shared library CsoundLib64.framework/Versions/6.0/CsoundLib64
> [ 90%] Built target CsoundLib64
> Scanning dependencies of target csladspa
> Scanning dependencies of target libcsnd
> [ 90%] Building CXX object
> frontends/CMakeFiles/csladspa.dir/csladspa/csladspa.cpp.o
> [ 91%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> Building CXX object interfaces/CMakeFiles/libcsnd.dir/CppSound.cpp.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 91%] Building CXX object
> interfaces/CMakeFiles/libcsnd.dir/CsoundFile.cpp.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> Linking CXX shared library ../csladspa.dylib
> [ 91%] Built target csladspa
> Scanning dependencies of target csound-bin
> [ 91%] Building C object
> frontends/CMakeFiles/csound-bin.dir/csound/csound_main.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> Linking C executable ../csound
> [ 91%] Built target csound-bin
> Scanning dependencies of target atsa
> [ 91%] Building C object util/CMakeFiles/atsa.dir/atsa_main.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> Linking C executable ../atsa
> [ 91%] Building CXX object interfaces/CMakeFiles/libcsnd.dir/Soundfile.cpp.o
> [ 91%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> Built target atsa
> [ 91%] Building CXX object
> interfaces/CMakeFiles/libcsnd.dir/csPerfThread.cpp.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 92%] [ 92%] Building CXX object
> interfaces/CMakeFiles/libcsnd.dir/cs_glue.cpp.o
> Building CXX object interfaces/CMakeFiles/libcsnd.dir/filebuilding.cpp.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> Scanning dependencies of target csanalyze
> [ 92%] Building C object util/CMakeFiles/csanalyze.dir/csanalyze.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> Linking C executable ../csanalyze
> Linking CXX shared library ../libcsnd.dylib
> [ 92%] Built target csanalyze
> [ 92%] Built target libcsnd
> Scanning dependencies of target cvanal
> Scanning dependencies of target dnoise
> [ 92%] [ 93%] Building C object util/CMakeFiles/dnoise.dir/dnoise_main.c.o
> Building C object util/CMakeFiles/cvanal.dir/cvl_main.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> Linking C executable ../dnoise
> Linking C executable ../cvanal
> [ 93%] Built target dnoise
> [ 93%] Built target cvanal
> Scanning dependencies of target envext
> Scanning dependencies of target extractor
> [ 93%] [ 93%] Building C object util/CMakeFiles/envext.dir/env_main.c.o
> Building C object util/CMakeFiles/extractor.dir/xtrc_main.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> Linking C executable ../envext
> Linking C executable ../extractor
> [ 93%] Built target extractor
> [ 93%] Built target envext
> Scanning dependencies of target het_export
> Scanning dependencies of target het_import
> [ 93%] [ 93%] Building C object util/CMakeFiles/het_export.dir/hetx_main.c.o
> Building C object util/CMakeFiles/het_import.dir/heti_main.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> Linking C executable ../het_export
> Linking C executable ../het_import
> [ 93%] [ 93%] Built target het_import
> Built target het_export
> Scanning dependencies of target lpanal
> Scanning dependencies of target hetro
> [ 93%] Building C object util/CMakeFiles/lpanal.dir/lpc_main.c.o
> [ 94%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> Building C object util/CMakeFiles/hetro.dir/het_main.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> Linking C executable ../lpanal
> Linking C executable ../hetro
> [ 94%] Built target lpanal
> [ 94%] Built target hetro
> Scanning dependencies of target lpc_export
> Scanning dependencies of target lpc_import
> [ 95%] Building C object util/CMakeFiles/lpc_export.dir/lpcx_main.c.o
> [ 95%] Building C object util/CMakeFiles/lpc_import.dir/lpci_main.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> Linking C executable ../lpc_export
> Linking C executable ../lpc_import
> [ 95%] Built target lpc_export
> [ 95%] Built target lpc_import
> Scanning dependencies of target mixer-bin
> Scanning dependencies of target pv_export
> [ 95%] [ 95%] Building C object util/CMakeFiles/mixer-bin.dir/mixer_main.c.o
> Building C object util/CMakeFiles/pv_export.dir/pvx_main.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> Linking C executable ../pv_export
> Linking C executable ../mixer
> [ 95%] Built target pv_export
> [ 95%] Built target mixer-bin
> Scanning dependencies of target pvanal
> Scanning dependencies of target pv_import
> [ 95%] [ 96%] Building C object util/CMakeFiles/pvanal.dir/pvc_main.c.o
> Building C object util/CMakeFiles/pv_import.dir/pvi_main.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> Linking C executable ../pvanal
> Linking C executable ../pv_import
> [ 96%] Built target pvanal
> [ 96%] Built target pv_import
> Scanning dependencies of target scale
> Scanning dependencies of target pvlook
> [ 96%] [ 96%] Building C object util/CMakeFiles/scale.dir/scale_main.c.o
> Building C object util/CMakeFiles/pvlook.dir/pvl_main.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> Linking C executable ../pvlook
> Linking C executable ../scale
> [ 96%] Built target pvlook
> [ 96%] Built target scale
> Scanning dependencies of target scope
> Scanning dependencies of target sndinfo
> [ 96%] [ 96%] Building C object util/CMakeFiles/scope.dir/scope_main.c.o
> Building C object util/CMakeFiles/sndinfo.dir/sndinfo_main.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> Linking C executable ../sndinfo
> Linking C executable ../scope
> [ 96%] Built target scope
> [ 96%] Built target sndinfo
> Scanning dependencies of target srconv
> Scanning dependencies of target extract
> [ 97%] [ 97%] Building C object util/CMakeFiles/srconv.dir/srconv_main.c.o
> Building C object util1/CMakeFiles/extract.dir/sortex/xmain.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> Linking C executable ../extract
> Linking C executable ../srconv
> [ 97%] Built target extract
> [ 97%] Built target srconv
> [ 98%] Scanning dependencies of target scsort
> Swig source
> [ 98%] Building C object util1/CMakeFiles/scsort.dir/sortex/smain.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> Language subdirectory: python
> Search paths:
>    ./
>    /usr/local/include/
>    /tmp/csound-KYls/./H/
>    /tmp/csound-KYls/./include/
>    /tmp/csound-KYls/./Engine/
>    /tmp/csound-KYls/./
>    /tmp/csound-KYls/
>    /tmp/csound-KYls/interfaces/
>    /System/Library/Frameworks/Python.framework/Headers/
>    ./swig_lib/python/
>    /usr/local/Cellar/swig/2.0.9/share/swig/2.0.9/python/
>    ./swig_lib/
>    /usr/local/Cellar/swig/2.0.9/share/swig/2.0.9/
> Preprocessing...
> Linking C executable ../scsort
> [ 98%] Built target scsort
> [ 98%] Swig source
> Language subdirectory: java
> Search paths:
>    ./
>    /usr/local/include/
>    /tmp/csound-KYls/./H/
>    /tmp/csound-KYls/./include/
>    /tmp/csound-KYls/./Engine/
>    /tmp/csound-KYls/./
>    /tmp/csound-KYls/
>    /tmp/csound-KYls/interfaces/
>    /System/Library/Frameworks/Python.framework/Headers/
>    /System/Library/Frameworks/JavaVM.framework/Headers/
>    /System/Library/Frameworks/JavaVM.framework/Headers/
>    /System/Library/Frameworks/JavaVM.framework/Headers/
>    ./swig_lib/java/
>    /usr/local/Cellar/swig/2.0.9/share/swig/2.0.9/java/
>    ./swig_lib/
>    /usr/local/Cellar/swig/2.0.9/share/swig/2.0.9/
> Preprocessing...
> Starting language-specific parse...
> Processing types...
> C++ analysis...
> Generating wrappers...
> Starting language-specific parse...
> /tmp/csound-KYls/./include/csound.h:519: Warning 451: Setting a const char *
> variable may leak memory.
> Processing types...
> C++ analysis...
> Generating wrappers...
> /tmp/csound-KYls/./include/csound.h:519: Warning 451: Setting a const char *
> variable may leak memory.
> cs_glue.hpp:505: Warning 473: Returning a pointer or reference in a director
> method is not recommended.
> CppSound.hpp:36: Warning 453: Can't apply (std::vector< double > *INPUT). No
> typemaps are defined.
> CppSound.hpp:52: Warning 813: Warning for CppSound proxy: Base CsoundFile
> ignored. Multiple inheritance is not supported in Java.
> cs_glue.hpp:505: Warning 473: Returning a pointer or reference in a director
> method is not recommended.
> Scanning dependencies of target _jcsound6
> [ 99%] Building CXX object
> interfaces/CMakeFiles/_jcsound6.dir/java_interfaceJAVA_wrap.cxx.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> CppSound.hpp:36: Warning 453: Can't apply (std::vector< double > *INPUT). No
> typemaps are defined.
> Scanning dependencies of target _csnd6
> [ 99%] Building CXX object
> interfaces/CMakeFiles/_csnd6.dir/python_interfacePYTHON_wrap.cxx.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> Linking CXX shared module ../lib_jcsound6.jnilib
> Building JAVA package csnd6.jar
> Linking CXX shared module ../_csnd6.so
> [ 99%] Built target _csnd6
> [ 99%] [ 99%] Built target _jcsound6
> Swig source
> Language subdirectory: lua
> Search paths:
>    ./
>    /usr/local/include/
>    /tmp/csound-KYls/./H/
>    /tmp/csound-KYls/./include/
>    /tmp/csound-KYls/./Engine/
>    /tmp/csound-KYls/./
>    /tmp/csound-KYls/
>    /tmp/csound-KYls/interfaces/
>    /System/Library/Frameworks/Python.framework/Headers/
>    /System/Library/Frameworks/JavaVM.framework/Headers/
>    /System/Library/Frameworks/JavaVM.framework/Headers/
>    /System/Library/Frameworks/JavaVM.framework/Headers/
>    /usr/local/include/
>    ./swig_lib/lua/
>    /usr/local/Cellar/swig/2.0.9/share/swig/2.0.9/lua/
>    ./swig_lib/
>    /usr/local/Cellar/swig/2.0.9/share/swig/2.0.9/
> Preprocessing...
> Starting language-specific parse...
> Processing types...
> C++ analysis...
> Generating wrappers...
> /tmp/csound-KYls/./include/csound.h:519: Warning 451: Setting a const char *
> variable may leak memory.
> CppSound.hpp:36: Warning 453: Can't apply (std::vector< double > *INPUT). No
> typemaps are defined.
> Scanning dependencies of target luaCsnd6
> [100%] Building CXX object
> interfaces/CMakeFiles/luaCsnd6.dir/lua_interfaceLUA_wrap.cxx.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> Linking CXX shared module ../luaCsnd6.so
> [100%] Built target luaCsnd6
> Install the project...
> -- Install configuration: "None"
> -- Installing: /Users/eddyc/Library/Frameworks/CsoundLib64.framework
> -- Up-to-date:
> /Users/eddyc/Library/Frameworks/CsoundLib64.framework/CsoundLib64
> -- Up-to-date: /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Headers
> -- Up-to-date:
> /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Resources
> -- Installing:
> /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions
> -- Installing:
> /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0
> -- Installing:
> /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/CsoundLib64
> -- Installing:
> /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers
> -- Installing:
> /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/cfgvar.h
> -- Installing:
> /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/CppSound.hpp
> -- Installing:
> /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/cscore.h
> -- Installing:
> /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/csdl.h
> -- Installing:
> /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/csound.h
> -- Installing:
> /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/csound.hpp
> -- Installing:
> /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/csound_data_structures.h
> -- Installing:
> /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/csound_standard_types.h
> -- Installing:
> /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/csound_type_system.h
> -- Installing:
> /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/csoundCore.h
> -- Installing:
> /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/CsoundFile.hpp
> -- Installing:
> /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/csPerfThread.hpp
> -- Installing:
> /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/cwindow.h
> -- Installing:
> /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/filebuilding.h
> -- Installing:
> /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/float-version-double.h
> -- Installing:
> /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/float-version.h
> -- Installing:
> /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/interlocks.h
> -- Installing:
> /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/msg_attr.h
> -- Installing:
> /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/OpcodeBase.hpp
> -- Installing:
> /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/pstream.h
> -- Installing:
> /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/pvfileio.h
> -- Installing:
> /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/soundio.h
> -- Installing:
> /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/sysdep.h
> -- Installing:
> /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/text.h
> -- Installing:
> /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/version.h
> -- Installing:
> /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources
> -- Installing:
> /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Info.plist
> -- Up-to-date:
> /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/Current
> -- Installing:
> /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libmixer.dylib
> -- Installing:
> /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libsignalflowgraph.dylib
> -- Installing:
> /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libampmidid.dylib
> -- Installing:
> /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libcs_date.dylib
> -- Installing:
> /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libsystem_call.dylib
> -- Installing:
> /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libdoppler.dylib
> -- Installing:
> /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libfractalnoise.dylib
> -- Installing:
> /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libfareygen.dylib
> -- Installing:
> /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libcellular.dylib
> -- Installing:
> /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libserial.dylib
> -- Installing:
> /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libplaterev.dylib
> -- Installing:
> /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libscansyn.dylib
> -- Installing:
> /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libcontrol.dylib
> -- Installing:
> /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libchua.dylib
> -- Installing:
> /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libosc.dylib
> -- Installing:
> /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libimage.dylib
> -- Installing:
> /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libpy.dylib
> -- Installing:
> /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libstk.dylib
> -- Installing:
> /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libcmidi.dylib
> -- Installing:
> /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/librtauhal.dylib
> -- Installing:
> /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libipmidi.dylib
> -- Installing:
> /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libwidgets.dylib
> -- Installing:
> /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libvirtual.dylib
> -- Installing: /usr/local/Cellar/csound/HEAD/lib/libcsnd.6.0.dylib
> -- Installing: /usr/local/Cellar/csound/HEAD/lib/libcsnd.dylib
> -- Installing: /Library/Python/2.7/site-packages/_csnd6.so
> CMake Error at interfaces/cmake_install.cmake:61 (FILE):
>   file INSTALL cannot copy file "/tmp/csound-KYls/_csnd6.so" to
>   "/Library/Python/2.7/site-packages/_csnd6.so".
> Call Stack (most recent call first):
>   cmake_install.cmake:56 (INCLUDE)
>
>
> make: *** [install] Error 1
> ==> Configuration
> HOMEBREW_VERSION: 0.9.4
> HEAD: 38629e1de84d5b8f020e02ebe3ca3430a47080ef
> CPU: dual-core 64-bit penryn
> OS X: 10.8.3-x86_64
> Xcode: 4.6.2
> CLT: 4.6.0.0.1.1365549073
> X11: 2.7.4 => /opt/X11
> ==> ENV
> CC: cc
> CXX: c++
> MAKEFLAGS: -j2
> CMAKE_PREFIX_PATH: /usr/local
> CMAKE_INCLUDE_PATH:
> /usr/include/libxml2:/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers/
> CMAKE_LIBRARY_PATH:
> /System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
> PKG_CONFIG_PATH:
> /usr/local/opt/pcre/lib/pkgconfig:/usr/local/opt/libsndfile/lib/pkgconfig:/usr/local/opt/portaudio/lib/pkgconfig:/usr/local/opt/liblo/lib/pkgconfig:/usr/local/opt/libpng/lib/pkgconfig
> PKG_CONFIG_LIBDIR: /usr/lib/pkgconfig:/usr/local/Library/ENV/pkgconfig/10.8
> ACLOCAL_PATH: /usr/local/share/aclocal
> OBJC: cc
> PATH:
> /usr/local/Library/ENV/4.3:/usr/local/opt/cmake/bin:/usr/local/opt/pcre/bin:/usr/local/opt/swig/bin:/usr/local/opt/libsndfile/bin:/usr/local/opt/liblo/bin:/usr/local/opt/libpng/bin:/usr/local/opt/stk/bin:/usr/local/opt/jpeg/bin:/usr/local/opt/fltk/bin:/usr/bin:/bin:/usr/sbin:/sbin
>
> Error: csound did not build
> Logs:       /Users/eddyc/Library/Logs/Homebrew/csound/CMakeCache.txt
>
>
>
> On 12 May 2013 11:03, Steven Yi  wrote:
>>
>> Could you run "brew install --HEAD http://www.kunstmusik.com/csound.rb
>> --verbose" and post the verbose output?
>>
>> On May 12, 2013 10:47 AM, "Ed Costello"  wrote:
>>>
>>> Ok, still getting errors, heres what happened next....
>>>
>>> Marions-MacBook:~ eddyc$ brew link --overwrite libsndfile
>>> Linking /usr/local/Cellar/libsndfile/1.0.25... 27 symlinks created
>>> Marions-MacBook:~ eddyc$ brew install http://www.kunstmusik.com/csound.rb
>>> ########################################################################
>>> 100.0%
>>> Error: You must `brew link portaudio portmidi liblo' before csound can be
>>> installed
>>> Marions-MacBook:~ eddyc$ brew link --overwrite portaudio portmidi liblo
>>> Linking /usr/local/Cellar/portaudio/19.20111121... 6 symlinks created
>>> Linking /usr/local/Cellar/portmidi/217... 3 symlinks created
>>> Linking /usr/local/Cellar/liblo/0.26... 6 symlinks created
>>> Marions-MacBook:~ eddyc$ brew install http://www.kunstmusik.com/csound.rb
>>> ########################################################################
>>> 100.0%
>>> ==> Downloading http://www.kunstmusik.com/Csound-6.0.1-Source.tar.bz2
>>> Already downloaded: /Library/Caches/Homebrew/csound-6.0.1.tar.bz2
>>> ==> cmake . -DUSE_GETTEXT=0
>>> -DCMAKE_INSTALL_PREFIX=/usr/local/Cellar/csound/6.0.
>>> ==> make install
>>> Call Stack (most recent call first):
>>>   cmake_install.cmake:56 (INCLUDE)
>>>
>>>
>>> make: *** [install] Error 1
>>>
>>>
>>> On 11 May 2013 23:39, Steven Yi  wrote:
>>>>
>>>> Hey Ed,
>>>>
>>>> Sorry, just use "brew link --overwrite libsndfile" and ignore the
>>>> uninstall/install thing I wrote earlier. :)
>>>>
>>>> steven
>>>>
>>>> On Sat, May 11, 2013 at 11:31 PM, Steven Yi  wrote:
>>>> > Hey Ed!
>>>> >
>>>> > So for that it's pretty much what it says.  You'll have to use the
>>>> > brew installed libsndfile, and to do that you'll probably have to do
>>>> > "brew uninstall libsndfile; brew install --overwrite libsndfile". Most
>>>> > likely when brew tried to link it's libsndfile into /usr/local, it
>>>> > encountered your custom built ones and gave up; I wonder if it didn't
>>>> > alter something though X_X.  But try getting the brew installed ones
>>>> > in there and I think you'll be good for csound building after that.
>>>> >
>>>> > Thanks!
>>>> > steven
>>>> >
>>>> > On Sat, May 11, 2013 at 8:10 PM, Ed Costello
>>>> >  wrote:
>>>> >> I get an error saying it requires libsndfile, the thing is I already
>>>> >> have
>>>> >> libsndfile installed from a previous csound installation,
>>>> >>
>>>> >> CMake Error at CMakeLists.txt:339 (message):
>>>> >>   Csound requires the sndfile library
>>>> >>
>>>> >>
>>>> >> -- Configuring incomplete, errors occurred!
>>>> >>
>>>> >> READ THIS: https://github.com/mxcl/homebrew/wiki/troubleshooting
>>>> >>
>>>> >> Marions-MacBook:~ eddyc$ brew install libsndfile
>>>> >> Warning: libsndfile-1.0.25 already installed, it's just not linked
>>>> >> Marions-MacBook:~ eddyc$
>>>> >>
>>>> >>
>>>> >>
>>>> >> On 11 May 2013 18:26, peiman khosravi 
>>>> >> wrote:
>>>> >>>
>>>> >>> I get the same errors.
>>>> >>>
>>>> >>> P
>>>> >>>
>>>> >>>
>>>> >>>
>>>> >>>
>>>> >>>
>>>> >>>
>>>> >>> www.peimankhosravi.co.uk || Subscribe to RSS Feed
>>>> >>>
>>>> >>> To receive emails about upcoming concerts visit this page & enter
>>>> >>> your
>>>> >>> email address in the 'follow' section.
>>>> >>>
>>>> >>>
>>>> >>>
>>>> >>> On 11 May 2013 16:38, Steven Yi  wrote:
>>>> >>>>
>>>> >>>> Hi Jake,
>>>> >>>>
>>>> >>>> Thanks very much for the quick report! I'm running into similar
>>>> >>>> situations and it has to do with brew trying to install links but
>>>> >>>> there are original files there installed from somewhere else
>>>> >>>> (likely
>>>> >>>> from a previous csound installer install).  I just did this:
>>>> >>>>
>>>> >>>> Error: Could not symlink file:
>>>> >>>> /usr/local/Cellar/libogg/1.3.0/include/ogg/os_types.h
>>>> >>>> Target /usr/local/include/ogg/os_types.h already exists. You may
>>>> >>>> need
>>>> >>>> to delete it.
>>>> >>>> To force the link and overwrite all other conflicting files, do:
>>>> >>>>   brew link --overwrite formula_name
>>>> >>>>
>>>> >>>> To list all files that would be deleted:
>>>> >>>>   brew link --overwrite --dry-run formula_name
>>>> >>>> cp23-119:Formula stevenyi$ brew link --overwrite libogg
>>>> >>>> Linking /usr/local/Cellar/libogg/1.3.0... 81 symlinks created
>>>> >>>>
>>>> >>>> and also did 'brew link --overwrite flac' (and so on for each lib).
>>>> >>>>
>>>> >>>> One note, I'm running into issues in building --universal.  It
>>>> >>>> seems
>>>> >>>> some of the formulas can be --universal but they depend on others
>>>> >>>> that
>>>> >>>> don't support universal.  I'm going to see about modifying some of
>>>> >>>> the
>>>> >>>> dependent homebrew recipes and if that works I'll see if they get
>>>> >>>> accepted into the main repo.
>>>> >>>>
>>>> >>>> Thanks!
>>>> >>>> steven
>>>> >>>>
>>>> >>>> On Sat, May 11, 2013 at 5:24 PM, Jacob Joaquin
>>>> >>>> 
>>>> >>>> wrote:
>>>> >>>> > Here's my first run through; It breaks at libogg. I'm actually in
>>>> >>>> > the
>>>> >>>> > middle
>>>> >>>> > of something this morning. I'll spend more time with this when I
>>>> >>>> > have
>>>> >>>> > some:
>>>> >>>> >
>>>> >>>> > Quorra ~ $ brew install http://www.kunstmusik.com/csound.rb
>>>> >>>> >
>>>> >>>> >
>>>> >>>> > ########################################################################
>>>> >>>> > 100.0%
>>>> >>>> > Warning: Your Xcode (4.6.1) is outdated
>>>> >>>> > Please install Xcode 4.6.2.
>>>> >>>> > ==> Installing csound dependency: cmake
>>>> >>>> > ==> Downloading
>>>> >>>> > https://downloads.sf.net/project/machomebrew/Bottles/cmake-2.8.1
>>>> >>>> >
>>>> >>>> >
>>>> >>>> > ########################################################################
>>>> >>>> > 100.0%
>>>> >>>> > ==> Pouring cmake-2.8.10.2.mountain_lion.bottle.tar.gz
>>>> >>>> > 🍺  /usr/local/Cellar/cmake/2.8.10.2: 683 files, 32M
>>>> >>>> > ==> Installing csound dependency: pcre
>>>> >>>> > ==> Downloading
>>>> >>>> > ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre-8.32.
>>>> >>>> >
>>>> >>>> >
>>>> >>>> > ########################################################################
>>>> >>>> > 100.0%
>>>> >>>> >
>>>> >>>> >
>>>> >>>> > ########################################################################
>>>> >>>> > 100.0%==> ./configure --prefix=/usr/local/Cellar/pcre/8.32
>>>> >>>> > --enable-utf8
>>>> >>>> > --enable-unic
>>>> >>>> > ==> make test
>>>> >>>> > ==> make install
>>>> >>>> > 🍺  /usr/local/Cellar/pcre/8.32: 135 files, 3.6M, built in 44
>>>> >>>> > seconds
>>>> >>>> > ==> Installing csound dependency: swig
>>>> >>>> > ==> Downloading
>>>> >>>> >
>>>> >>>> >
>>>> >>>> > http://sourceforge.net/projects/swig/files/swig/swig-2.0.9/swig-2.0.9.tar.gz
>>>> >>>> >
>>>> >>>> >
>>>> >>>> > ########################################################################
>>>> >>>> > 100.0%
>>>> >>>> > ==> ./configure --prefix=/usr/local/Cellar/swig/2.0.9
>>>> >>>> > ==> make
>>>> >>>> > ==> make install
>>>> >>>> > 🍺  /usr/local/Cellar/swig/2.0.9: 599 files, 6.2M, built in 45
>>>> >>>> > seconds
>>>> >>>> > ==> Installing csound dependency: pkg-config
>>>> >>>> > ==> Downloading
>>>> >>>> >
>>>> >>>> >
>>>> >>>> > https://downloads.sf.net/project/machomebrew/Bottles/pkg-config-0.28.mountain_lion.bottle.tar.gz
>>>> >>>> >
>>>> >>>> >
>>>> >>>> > ########################################################################
>>>> >>>> > 100.0%
>>>> >>>> > ==> Pouring pkg-config-0.28.mountain_lion.bottle.tar.gz
>>>> >>>> > 🍺  /usr/local/Cellar/pkg-config/0.28: 10 files, 636K
>>>> >>>> > ==> Installing csound dependency: lame
>>>> >>>> > ==> Downloading
>>>> >>>> >
>>>> >>>> > http://downloads.sourceforge.net/sourceforge/lame/lame-3.99.5.tar.gz
>>>> >>>> >
>>>> >>>> >
>>>> >>>> > ########################################################################
>>>> >>>> > 100.0%
>>>> >>>> > ==> ./configure --prefix=/usr/local/Cellar/lame/3.99.5
>>>> >>>> > --enable-nasm
>>>> >>>> > ==> make install
>>>> >>>> > 🍺  /usr/local/Cellar/lame/3.99.5: 25 files, 2.1M, built in 27
>>>> >>>> > seconds
>>>> >>>> > ==> Installing csound dependency: flac
>>>> >>>> > ==> Downloading
>>>> >>>> >
>>>> >>>> > http://downloads.sourceforge.net/sourceforge/flac/flac-1.2.1.tar.gz
>>>> >>>> >
>>>> >>>> >
>>>> >>>> > ########################################################################
>>>> >>>> > 100.0%
>>>> >>>> > ==> ./configure --disable-asm-optimizations --enable-sse
>>>> >>>> > --prefix=/usr/local/Cellar/flac/1.2.1
>>>> >>>> > --mandir=/usr/local/Cellar/flac/1.2.1/share/man
>>>> >>>> > ==> make install
>>>> >>>> > ==> Downloading
>>>> >>>> > https://github.com/rmndk/flac2mp3/archive/v1.0.tar.gz
>>>> >>>> >
>>>> >>>> >
>>>> >>>> > ########################################################################
>>>> >>>> > 100.0%
>>>> >>>> > Warning: Could not link flac. Unlinking...
>>>> >>>> > Error: The `brew link` step did not complete successfully
>>>> >>>> > The formula built, but is not symlinked into /usr/local
>>>> >>>> > You can try again using `brew link flac'
>>>> >>>> > ==> Summary
>>>> >>>> > 🍺  /usr/local/Cellar/flac/1.2.1: 304 files, 6.5M, built in 47
>>>> >>>> > seconds
>>>> >>>> > ==> Installing csound dependency: libogg
>>>> >>>> > ==> Downloading
>>>> >>>> > http://downloads.xiph.org/releases/ogg/libogg-1.3.0.tar.gz
>>>> >>>> >
>>>> >>>> >
>>>> >>>> > ########################################################################
>>>> >>>> > 100.0%
>>>> >>>> > ==> ./configure --prefix=/usr/local/Cellar/libogg/1.3.0
>>>> >>>> > ==> make
>>>> >>>> > ==> make install
>>>> >>>> > Warning: Could not link libogg. Unlinking...
>>>> >>>> > Error: The `brew link` step did not complete successfully
>>>> >>>> > The formula built, but is not symlinked into /usr/local
>>>> >>>> > You can try again using `brew link libogg'
>>>> >>>> > ==> Summary
>>>> >>>> > 🍺  /usr/local/Cellar/libogg/1.3.0: 85 files, 520K, built in 11
>>>> >>>> > seconds
>>>> >>>> > ==> Installing csound dependency: xz
>>>> >>>> > ==> Downloading http://tukaani.org/xz/xz-5.0.4.tar.bz2
>>>> >>>> >
>>>> >>>> >
>>>> >>>> > ########################################################################
>>>> >>>> > 100.0%
>>>> >>>> > ==> ./configure --prefix=/usr/local/Cellar/xz/5.0.4
>>>> >>>> > ==> make install
>>>> >>>> > 🍺  /usr/local/Cellar/xz/5.0.4: 58 files, 1.5M, built in 27
>>>> >>>> > seconds
>>>> >>>> > Error: You must `brew link libogg' before libvorbis can be
>>>> >>>> > installed
>>>> >>>> >
>>>> >>>> >
>>>> >>>> >
>>>> >>>> >
>>>> >>>> >
>>>> >>>> > On Sat, May 11, 2013 at 8:21 AM, Jacob Joaquin
>>>> >>>> > 
>>>> >>>> > wrote:
>>>> >>>> >>
>>>> >>>> >> I ran into an error which was resolved by updating brew:
>>>> >>>> >>
>>>> >>>> >> brew update
>>>> >>>> >>
>>>> >>>> >> It's currently downloading and installing dependencies. We'll
>>>> >>>> >> see how
>>>> >>>> >> this
>>>> >>>> >> goes.
>>>> >>>> >>
>>>> >>>> >>
>>>> >>>> >> On Sat, May 11, 2013 at 8:12 AM, Steven Yi 
>>>> >>>> >> wrote:
>>>> >>>> >>>
>>>> >>>> >>> Hi All,
>>>> >>>> >>>
>>>> >>>> >>> I've put together a homebrew [1]  file and was hoping to get
>>>> >>>> >>> some
>>>> >>>> >>> people to test it.  If it's working well maybe we can submit it
>>>> >>>> >>> to
>>>> >>>> >>> the
>>>> >>>> >>> homebrew repo.  The file is available at:
>>>> >>>> >>>
>>>> >>>> >>> http://www.kunstmusik.com/csound.rb
>>>> >>>> >>>
>>>> >>>> >>> You can try installing it by using:
>>>> >>>> >>>
>>>> >>>> >>> brew install http://www.kunstmusik.com/csound.rb
>>>> >>>> >>>
>>>> >>>> >>> This builds with a source zip I put together from today's GIT
>>>> >>>> >>> (using
>>>> >>>> >>> 'cpack package_source').  If you want to use the latest from
>>>> >>>> >>> GIT
>>>> >>>> >>> (recommended at this point) you can use:
>>>> >>>> >>>
>>>> >>>> >>> brew install --HEAD http://www.kunstmusik.com/csound.rb
>>>> >>>> >>>
>>>> >>>> >>> This should also install the following dependencies:
>>>> >>>> >>>
>>>> >>>> >>>   depends_on 'cmake' => :build
>>>> >>>> >>>   depends_on 'swig' => :build
>>>> >>>> >>>
>>>> >>>> >>>   depends_on 'libsndfile'
>>>> >>>> >>>
>>>> >>>> >>>   depends_on 'portaudio' => :recommended
>>>> >>>> >>>   depends_on 'portmidi' => :recommended
>>>> >>>> >>>   depends_on 'liblo' => :recommended
>>>> >>>> >>>   depends_on 'boost' => :recommended
>>>> >>>> >>>   depends_on 'libpng' => :recommended
>>>> >>>> >>>   depends_on 'stk' => :recommended
>>>> >>>> >>>
>>>> >>>> >>> You can get info on flags by using:
>>>> >>>> >>>
>>>> >>>> >>> brew info http://www.kunstmusik.com/csound.rb
>>>> >>>> >>>
>>>> >>>> >>> and can (or, at least, should) be able to build as a
>>>> >>>> >>> --universal
>>>> >>>> >>> using:
>>>> >>>> >>>
>>>> >>>> >>> brew install --HEAD http://www.kunstmusik.com/csound.rb
>>>> >>>> >>> --universal
>>>> >>>> >>>
>>>> >>>> >>> Some notes:
>>>> >>>> >>>
>>>> >>>> >>> 1) There are likely to be problems.  Please report issues here
>>>> >>>> >>> so
>>>> >>>> >>> that
>>>> >>>> >>> we can fix them together. :)
>>>> >>>> >>>
>>>> >>>> >>> 2) The csound cmake file installs things into places that may
>>>> >>>> >>> be
>>>> >>>> >>> protected on your system. The particularly relevant ones are
>>>> >>>> >>> /usr/local, /Library/Python/2.7/site-packages, and
>>>> >>>> >>> /Library/Java/Extensions.  Homebrew explains how to deal with
>>>> >>>> >>> the
>>>> >>>> >>> latter 2 directores in [2]. There's info about /usr/local on
>>>> >>>> >>> the
>>>> >>>> >>> homebrew site [1].
>>>> >>>> >>>
>>>> >>>> >>> 3) I'm currently thinking this might be the best way to get
>>>> >>>> >>> everything
>>>> >>>> >>> required to build csound installed on OSX.  The idea is that
>>>> >>>> >>> once you
>>>> >>>> >>> install once, you'll have everything you need to also clone
>>>> >>>> >>> Csound's
>>>> >>>> >>> git repo and develop/build/install.
>>>> >>>> >>>
>>>> >>>> >>> Thanks!
>>>> >>>> >>> steven
>>>> >>>> >>>
>>>> >>>> >>> [1] - http://brew.sh/
>>>> >>>> >>> [2] -
>>>> >>>> >>>
>>>> >>>> >>> https://github.com/mxcl/homebrew/wiki/Gems%2C-Eggs-and-Perl-Modules
>>>> >>>> >>>
>>>> >>>> >>>
>>>> >>>> >>>
>>>> >>>> >>>
>>>> >>>> >>> ------------------------------------------------------------------------------
>>>> >>>> >>> Learn Graph Databases - Download FREE O'Reilly Book
>>>> >>>> >>> "Graph Databases" is the definitive new guide to graph
>>>> >>>> >>> databases and
>>>> >>>> >>> their applications. This 200-page book is written by three
>>>> >>>> >>> acclaimed
>>>> >>>> >>> leaders in the field. The early access version is available
>>>> >>>> >>> now.
>>>> >>>> >>> Download your free book today!
>>>> >>>> >>> http://p.sf.net/sfu/neotech_d2d_may
>>>> >>>> >>> _______________________________________________
>>>> >>>> >>> Csound-devel mailing list
>>>> >>>> >>> Csound-devel@lists.sourceforge.net
>>>> >>>> >>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>> >>>> >>
>>>> >>>> >>
>>>> >>>> >>
>>>> >>>> >>
>>>> >>>> >> --
>>>> >>>> >> codehop.com | #code #art #music
>>>> >>>> >
>>>> >>>> >
>>>> >>>> >
>>>> >>>> >
>>>> >>>> > --
>>>> >>>> > codehop.com | #code #art #music
>>>> >>>> >
>>>> >>>> >
>>>> >>>> >
>>>> >>>> > ------------------------------------------------------------------------------
>>>> >>>> > Learn Graph Databases - Download FREE O'Reilly Book
>>>> >>>> > "Graph Databases" is the definitive new guide to graph databases
>>>> >>>> > and
>>>> >>>> > their applications. This 200-page book is written by three
>>>> >>>> > acclaimed
>>>> >>>> > leaders in the field. The early access version is available now.
>>>> >>>> > Download your free book today!
>>>> >>>> > http://p.sf.net/sfu/neotech_d2d_may
>>>> >>>> > _______________________________________________
>>>> >>>> > Csound-devel mailing list
>>>> >>>> > Csound-devel@lists.sourceforge.net
>>>> >>>> > https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>> >>>> >
>>>> >>>>
>>>> >>>>
>>>> >>>>
>>>> >>>> ------------------------------------------------------------------------------
>>>> >>>> Learn Graph Databases - Download FREE O'Reilly Book
>>>> >>>> "Graph Databases" is the definitive new guide to graph databases
>>>> >>>> and
>>>> >>>> their applications. This 200-page book is written by three
>>>> >>>> acclaimed
>>>> >>>> leaders in the field. The early access version is available now.
>>>> >>>> Download your free book today! http://p.sf.net/sfu/neotech_d2d_may
>>>> >>>> _______________________________________________
>>>> >>>> Csound-devel mailing list
>>>> >>>> Csound-devel@lists.sourceforge.net
>>>> >>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>> >>>
>>>> >>>
>>>> >>>
>>>> >>>
>>>> >>>
>>>> >>> ------------------------------------------------------------------------------
>>>> >>> Learn Graph Databases - Download FREE O'Reilly Book
>>>> >>> "Graph Databases" is the definitive new guide to graph databases and
>>>> >>> their applications. This 200-page book is written by three acclaimed
>>>> >>> leaders in the field. The early access version is available now.
>>>> >>> Download your free book today! http://p.sf.net/sfu/neotech_d2d_may
>>>> >>> _______________________________________________
>>>> >>> Csound-devel mailing list
>>>> >>> Csound-devel@lists.sourceforge.net
>>>> >>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>> >>>
>>>> >>
>>>> >>
>>>> >>
>>>> >> ------------------------------------------------------------------------------
>>>> >> Learn Graph Databases - Download FREE O'Reilly Book
>>>> >> "Graph Databases" is the definitive new guide to graph databases and
>>>> >> their applications. This 200-page book is written by three acclaimed
>>>> >> leaders in the field. The early access version is available now.
>>>> >> Download your free book today! http://p.sf.net/sfu/neotech_d2d_may
>>>> >> _______________________________________________
>>>> >> Csound-devel mailing list
>>>> >> Csound-devel@lists.sourceforge.net
>>>> >> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>> >>
>>>>
>>>>
>>>> ------------------------------------------------------------------------------
>>>> Learn Graph Databases - Download FREE O'Reilly Book
>>>> "Graph Databases" is the definitive new guide to graph databases and
>>>> their applications. This 200-page book is written by three acclaimed
>>>> leaders in the field. The early access version is available now.
>>>> Download your free book today! http://p.sf.net/sfu/neotech_d2d_may
>>>> _______________________________________________
>>>> Csound-devel mailing list
>>>> Csound-devel@lists.sourceforge.net
>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>
>>>
>>>
>>>
>>> ------------------------------------------------------------------------------
>>> Learn Graph Databases - Download FREE O'Reilly Book
>>> "Graph Databases" is the definitive new guide to graph databases and
>>> their applications. This 200-page book is written by three acclaimed
>>> leaders in the field. The early access version is available now.
>>> Download your free book today! http://p.sf.net/sfu/neotech_d2d_may
>>> _______________________________________________
>>> Csound-devel mailing list
>>> Csound-devel@lists.sourceforge.net
>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>
>>
>>
>> ------------------------------------------------------------------------------
>> Learn Graph Databases - Download FREE O'Reilly Book
>> "Graph Databases" is the definitive new guide to graph databases and
>> their applications. This 200-page book is written by three acclaimed
>> leaders in the field. The early access version is available now.
>> Download your free book today! http://p.sf.net/sfu/neotech_d2d_may
>> _______________________________________________
>> Csound-devel mailing list
>> Csound-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>
>
>
> ------------------------------------------------------------------------------
> Learn Graph Databases - Download FREE O'Reilly Book
> "Graph Databases" is the definitive new guide to graph databases and
> their applications. This 200-page book is written by three acclaimed
> leaders in the field. The early access version is available now.
> Download your free book today! http://p.sf.net/sfu/neotech_d2d_may
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel
>

------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and 
their applications. This 200-page book is written by three acclaimed 
leaders in the field. The early access version is available now. 
Download your free book today! http://p.sf.net/sfu/neotech_d2d_may
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net
https://lists.sourcef

Date2013-05-12 13:19
FromSteven Yi
SubjectRe: [Cs-dev] OSX: Homebrew
HI Peiman,

The output shows the problem:

Error: The `brew link` step did not complete successfully
The formula built, but is not symlinked into /usr/local
You can try again using `brew link libsndfile'

Try running "brew link --overwrite libsndfile"

Thanks!
steven

On Sun, May 12, 2013 at 12:24 PM, peiman khosravi
 wrote:
> And here's mine attached as a txt file. I've attached CMakeCache.txt file
> too.
>
> P
>
>
>
>
>
>
> www.peimankhosravi.co.uk || Subscribe to RSS Feed
>
> To receive emails about upcoming concerts visit this page & enter your email
> address in the 'follow' section.
>
>
>
> On 12 May 2013 11:12, Ed Costello  wrote:
>>
>> Here ya go, I think the installer is having trouble with copying _csnd6.so
>> into my python site packages directory
>>
>> Marions-MacBook:~ eddyc$ brew install --HEAD
>> http://www.kunstmusik.com/csound.rb --verbose
>> /usr/bin/curl -f#LA Homebrew 0.9.4 (Ruby 1.8.7-358; Mac OS X 10.8.3)
>> http://www.kunstmusik.com/csound.rb -o
>> /Library/Caches/Homebrew/Formula/csound.rb
>> ########################################################################
>> 100.0%
>> ==> Cloning git://git.code.sourceforge.net/p/csound/csound6-git
>> git clone --depth 1 git://git.code.sourceforge.net/p/csound/csound6-git
>> /Library/Caches/Homebrew/csound--git
>> Cloning into '/Library/Caches/Homebrew/csound--git'...
>> remote: Counting objects: 1531, done.
>> remote: Compressing objects: 100% (1314/1314), done.
>> remote: Total 1531 (delta 288), reused 797 (delta 140)
>> Receiving objects: 100% (1531/1531), 13.23 MiB | 1.07 MiB/s, done.
>> Resolving deltas: 100% (288/288), done.
>> git reset --hard origin/HEAD
>> HEAD is now at 2468c7c some float csound adjustments
>> git checkout-index -a -f --prefix=/private/tmp/csound-KYls/
>> ==> cmake . -DUSE_GETTEXT=0
>> -DCMAKE_INSTALL_PREFIX=/usr/local/Cellar/csound/HEAD -DCMAKE_BUILD_TYPE=None
>> -DCMAKE_FIND_FRAMEWORK=LAST -Wno-dev
>> cmake . -DUSE_GETTEXT=0
>> -DCMAKE_INSTALL_PREFIX=/usr/local/Cellar/csound/HEAD -DCMAKE_BUILD_TYPE=None
>> -DCMAKE_FIND_FRAMEWORK=LAST -Wno-dev
>> -- The C compiler identification is Clang 4.2.0
>> -- The CXX compiler identification is Clang 4.2.0
>> -- Check for working C compiler: /usr/local/Library/ENV/4.3/cc
>> -- Check for working C compiler: /usr/local/Library/ENV/4.3/cc -- works
>> -- Detecting C compiler ABI info
>> -- Detecting C compiler ABI info - done
>> -- Check for working CXX compiler: /usr/local/Library/ENV/4.3/c++
>> -- Check for working CXX compiler: /usr/local/Library/ENV/4.3/c++ -- works
>> -- Detecting CXX compiler ABI info
>> -- Detecting CXX compiler ABI info - done
>> -- /tmp/csound-KYls
>> -- BUILD_BIN_DIR set to /tmp/csound-KYls
>> -- BUILD_LIB_DIR set to /tmp/csound-KYls
>> -- BUILD_PLUGINS_DIR set to /tmp/csound-KYls
>> -- Check if the system is big endian
>> -- Searching 16 bit integer
>> -- Looking for sys/types.h
>> -- Looking for sys/types.h - found
>> -- Looking for stdint.h
>> -- Looking for stdint.h - found
>> -- Looking for stddef.h
>> -- Looking for stddef.h - found
>> -- Check size of unsigned short
>> -- Check size of unsigned short - done
>> -- Using unsigned short
>> -- Check if the system is big endian - little endian
>> -- Try OpenMP C flag = [-fopenmp]
>> -- Performing Test OpenMP_FLAG_DETECTED
>> -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> -- Try OpenMP C flag = [/openmp]
>> -- Performing Test OpenMP_FLAG_DETECTED
>> -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> -- Try OpenMP C flag = [-Qopenmp]
>> -- Performing Test OpenMP_FLAG_DETECTED
>> -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> -- Try OpenMP C flag = [-openmp]
>> -- Performing Test OpenMP_FLAG_DETECTED
>> -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> -- Try OpenMP C flag = [ ]
>> -- Performing Test OpenMP_FLAG_DETECTED
>> -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> -- Try OpenMP C flag = [-xopenmp]
>> -- Performing Test OpenMP_FLAG_DETECTED
>> -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> -- Try OpenMP C flag = [+Oopenmp]
>> -- Performing Test OpenMP_FLAG_DETECTED
>> -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> -- Try OpenMP C flag = [-qsmp]
>> -- Performing Test OpenMP_FLAG_DETECTED
>> -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> -- Try OpenMP C flag = [-mp]
>> -- Performing Test OpenMP_FLAG_DETECTED
>> -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> -- Try OpenMP CXX flag = [-fopenmp]
>> -- Performing Test OpenMP_FLAG_DETECTED
>> -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> -- Try OpenMP CXX flag = [/openmp]
>> -- Performing Test OpenMP_FLAG_DETECTED
>> -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> -- Try OpenMP CXX flag = [-Qopenmp]
>> -- Performing Test OpenMP_FLAG_DETECTED
>> -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> -- Try OpenMP CXX flag = [-openmp]
>> -- Performing Test OpenMP_FLAG_DETECTED
>> -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> -- Try OpenMP CXX flag = [ ]
>> -- Performing Test OpenMP_FLAG_DETECTED
>> -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> -- Try OpenMP CXX flag = [-xopenmp]
>> -- Performing Test OpenMP_FLAG_DETECTED
>> -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> -- Try OpenMP CXX flag = [+Oopenmp]
>> -- Performing Test OpenMP_FLAG_DETECTED
>> -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> -- Try OpenMP CXX flag = [-qsmp]
>> -- Performing Test OpenMP_FLAG_DETECTED
>> -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> -- Try OpenMP CXX flag = [-mp]
>> -- Performing Test OpenMP_FLAG_DETECTED
>> -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> -- Could NOT find OpenMP (missing:  OpenMP_C_FLAGS OpenMP_CXX_FLAGS)
>> -- Looking for libintl.h
>> -- Looking for libintl.h - not found
>> -- Looking for C++ include eigen3/Eigen/Dense
>> -- Looking for C++ include eigen3/Eigen/Dense - not found
>> -- Could NOT find Gettext (missing:  GETTEXT_MSGMERGE_EXECUTABLE
>> GETTEXT_MSGFMT_EXECUTABLE)
>> -- Looking for lrint in m
>> -- Looking for lrint in m - found
>> -- Looking for unistd.h
>> -- Looking for unistd.h - found
>> -- Looking for io.h
>> -- Looking for io.h - not found
>> -- Looking for fcntl.h
>> -- Looking for fcntl.h - found
>> -- Looking for sys/time.h
>> -- Looking for sys/time.h - found
>> -- Looking for termios.h
>> -- Looking for termios.h - found
>> -- Looking for values.h
>> -- Looking for values.h - not found
>> -- Looking for winsock.h
>> -- Looking for winsock.h - not found
>> -- Looking for sys/socket.h
>> -- Looking for sys/socket.h - found
>> -- Looking for dirent.h
>> -- Looking for dirent.h - found
>> -- USE_LRINT is enabled
>> -- Found FLEX: /usr/bin/flex (found version "2.5.35")
>> -- Found BISON: /usr/bin/bison (found version "2.3")
>> -- Looking for pthread_spin_lock
>> -- Looking for pthread_spin_lock - not found
>> -- Looking for pthread_barrier_init
>> -- Looking for pthread_barrier_init - not found
>> -- OPENMP_FOUND="FALSE", so disabling USE_OPEN_MP
>> -- PTHREAD_BARRIER_INIT_EXISTS="", so disabling USE_OPEN_MP
>> -- USE_OPEN_MP is disabled
>> -- Not building with score parser
>> -- Not building with new parser debugging
>> -- Building with multicore
>> -- USE_GETTEXT is disabled
>> -- Not using localization
>> -- Building on OSX
>> -- Boost version: 1.53.0
>> -- Looking for ladspa.h
>> -- Looking for ladspa.h - not found
>> -- Looking for fluidsynth.h
>> -- Looking for fluidsynth.h - not found
>> -- Looking for jack/jack.h
>> -- Looking for jack/jack.h - not found
>> -- Looking for C++ include gmm/gmm.h
>> -- Looking for C++ include gmm/gmm.h - not found
>> -- Looking for lo/lo.h
>> -- Looking for lo/lo.h - found
>> -- Found ZLIB: /usr/lib/libz.dylib (found version "1.2.5")
>> -- Found PNG: /usr/local/lib/libpng.dylib (found version "1.5.14")
>> -- Found PythonLibs: /usr/lib/libpython2.7.dylib (found version "2.7.2")
>> -- Found Lua51: /usr/local/lib/liblua.dylib (found version "5.1.5")
>> -- Looking for wiiuse.h
>> -- Looking for wiiuse.h - not found
>> -- Looking for p5glove.h
>> -- Looking for p5glove.h - not found
>> -- BUILD_CHUA_OPCODES is enabled
>> -- LADSPA_H="", so disabling BUILD_DSSI_OPCODES
>> -- BUILD_DSSI_OPCODES is disabled
>> -- FLUIDSYNTH_H="", so disabling BUILD_FLUID_OPCODES
>> -- FLUIDSYNTH_LIBRARY="FLUIDSYNTH_LIBRARY-NOTFOUND", so disabling
>> BUILD_FLUID_OPCODES
>> -- BUILD_FLUID_OPCODES is disabled
>> -- JACK_HEADER="", so disabling BUILD_JACK_OPCODES
>> -- BUILD_JACK_OPCODES is disabled
>> -- GMM_HEADER="", so disabling BUILD_LINEAR_ALGEBRA_OPCODES
>> -- BUILD_LINEAR_ALGEBRA_OPCODES is disabled
>> -- BUILD_OSC_OPCODES is enabled
>> -- BUILD_IMAGE_OPCODES is enabled
>> -- BUILD_PYTHON_OPCODES is enabled
>> -- OPENMP_FOUND="FALSE", so disabling BUILD_LUA_OPCODES
>> -- BUILD_LUA_OPCODES is disabled
>> -- WIIUSE_H="", so disabling BUILD_WIIMOTE_OPCODES
>> -- BUILD_WIIMOTE_OPCODES is disabled
>> -- P5GLOVE_H="", so disabling BUILD_P5GLOVE_OPCODES
>> -- BUILD_P5GLOVE_OPCODES is disabled
>> -- BUILD_STK_OPCODES is enabled
>> --
>> -- ## REALTIME AUDIO AND MIDI ##
>> -- Looking for alsa/asoundlib.h
>> -- Looking for alsa/asoundlib.h - not found
>> -- Looking for pulse/simple.h
>> -- Looking for pulse/simple.h - not found
>> -- Looking for XOpenDisplay in
>> /usr/X11R6/lib/libX11.dylib;/usr/X11R6/lib/libXext.dylib
>> -- Looking for XOpenDisplay in
>> /usr/X11R6/lib/libX11.dylib;/usr/X11R6/lib/libXext.dylib - found
>> -- Looking for gethostbyname
>> -- Looking for gethostbyname - found
>> -- Looking for connect
>> -- Looking for connect - found
>> -- Looking for remove
>> -- Looking for remove - found
>> -- Looking for shmat
>> -- Looking for shmat - found
>> -- Looking for IceConnectionNumber in ICE
>> -- Looking for IceConnectionNumber in ICE - not found
>> -- Found X11: /usr/X11R6/lib/libX11.dylib
>> -- Found FLTK:
>> /usr/local/lib/libfltk_images.a;/usr/local/lib/libfltk_forms.a;/usr/local/lib/libfltk.a
>> -- USE_COREMIDI is enabled
>> -- USE_AUDIOUNIT is enabled
>> -- ALSA_HEADER="", so disabling USE_ALSA
>> -- ALSA_LIBRARY="ALSA_LIBRARY-NOTFOUND", so disabling USE_ALSA
>> -- USE_ALSA is disabled
>> -- PULSEAUDIO_HEADER="", so disabling USE_PULSEAUDIO
>> -- PULSEAUDIO_LIBRARY="PULSEAUDIO_LIBRARY-NOTFOUND", so disabling
>> USE_PULSEAUDIO
>> -- PULSESIMPLE_LIBRARY="PULSESIMPLE_LIBRARY-NOTFOUND", so disabling
>> USE_PULSEAUDIO
>> -- USE_PULSEAUDIO is disabled
>> -- PORTAUDIO_HEADER="", so disabling USE_PORTAUDIO
>> -- USE_PORTAUDIO is disabled
>> -- PORTMIDI_HEADER="", so disabling USE_PORTMIDI
>> -- USE_PORTMIDI is disabled
>> -- JACK_HEADER="", so disabling USE_JACK
>> -- JACK_LIBRARY="JACK_LIBRARY-NOTFOUND", so disabling USE_JACK
>> -- USE_JACK is disabled
>> -- USE_FLTK is enabled
>> -- BUILD_VIRTUAL_KEYBOARD is enabled
>> --
>> -- Building C++ interface library
>> -- Found SWIG: /usr/local/bin/swig (found suitable version "2.0.9",
>> minimum required is "2.0")
>> -- Found JNI: -framework JavaVM
>> -- Found Java: /usr/bin/java (found version "1.6.0.45")
>> -- BUILD_PYTHON_INTERFACE is enabled
>> -- BUILD_JAVA_INTERFACE is enabled
>> -- BUILD_LUA_INTERFACE is enabled
>> -- Looking for m_pd.h
>> -- Looking for m_pd.h - not found
>> -- Building csLadspa
>> -- BUILD_CSBEATS is enabled
>> -- PD_HEADER="", so disabling BUILD_PD_CLASS
>> -- BUILD_PD_CLASS is disabled
>> -- BUILD_WINSOUND is disabled
>> -- Boost version: 1.53.0
>> -- Found SWIG: /usr/local/bin/swig (found version "2.0.9")
>> -- BUILD_CSOUND_AC is disabled
>> -- BUILD_CSOUND_AC_PYTHON_INTERFACE is enabled
>> -- BUILD_CSOUND_AC_LUA_INTERFACE is enabled
>> -- Configuring done
>> -- Generating done
>> -- Build files have been written to: /tmp/csound-KYls
>> ==> make install
>> make install
>> Scanning dependencies of target ampmidid
>> [  0%] Generating csound_prelex.c
>> [  0%] Generating csound_orclex.c
>> [  0%] Generating csound_orcparse.c
>> /tmp/csound-KYls/Engine/csound_orc.y: conflicts: 4 shift/reduce, 10
>> reduce/reduce
>> [  0%] Building CXX object Opcodes/CMakeFiles/ampmidid.dir/ampmidid.cpp.o
>> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> Scanning dependencies of target CsoundLib64
>> Linking CXX shared library ../libampmidid.dylib
>> [  0%] Built target ampmidid
>> Scanning dependencies of target cellular
>> [  0%] Building C object Opcodes/CMakeFiles/cellular.dir/cellular.c.o
>> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> Linking C shared library ../libcellular.dylib
>> [  0%] Built target cellular
>> Scanning dependencies of target chua
>> [  1%] Building C object CMakeFiles/CsoundLib64.dir/Engine/auxfd.c.o
>> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> [  1%] Building C object CMakeFiles/CsoundLib64.dir/Engine/cfgvar.c.o
>> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> [  1%] Building C object CMakeFiles/CsoundLib64.dir/Engine/corfiles.c.o
>> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> [  2%] Building C object CMakeFiles/CsoundLib64.dir/Engine/entry1.c.o
>> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> [  2%] Building C object CMakeFiles/CsoundLib64.dir/Engine/envvar.c.o
>> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> [  2%] [  3%] Building C object
>> CMakeFiles/CsoundLib64.dir/Engine/extract.c.o
>> Building CXX object Opcodes/CMakeFiles/chua.dir/chua/ChuaOscillator.cpp.o
>> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> [  4%] Building C object CMakeFiles/CsoundLib64.dir/Engine/fgens.c.o
>> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> [  4%] Building C object CMakeFiles/CsoundLib64.dir/Engine/insert.c.o
>> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> [  4%] Building C object CMakeFiles/CsoundLib64.dir/Engine/linevent.c.o
>> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> [  5%] Building C object CMakeFiles/CsoundLib64.dir/Engine/memalloc.c.o
>> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> [  5%] Building C object CMakeFiles/CsoundLib64.dir/Engine/memfiles.c.o
>> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> [  5%] Building C object CMakeFiles/CsoundLib64.dir/Engine/musmon.c.o
>> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> [  5%] Building C object CMakeFiles/CsoundLib64.dir/Engine/namedins.c.o
>> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> [  6%] Building C object CMakeFiles/CsoundLib64.dir/Engine/rdscor.c.o
>> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> [  6%] Building C object CMakeFiles/CsoundLib64.dir/Engine/scsort.c.o
>> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> [  6%] Building C object CMakeFiles/CsoundLib64.dir/Engine/scxtract.c.o
>> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> [  7%] Building C object CMakeFiles/CsoundLib64.dir/Engine/sort.c.o
>> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> [  7%] Building C object CMakeFiles/CsoundLib64.dir/Engine/sread.c.o
>> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> Linking CXX shared library ../libchua.dylib
>> [  7%] Building C object CMakeFiles/CsoundLib64.dir/Engine/swritestr.c.o
>> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> [  8%] Building C object CMakeFiles/CsoundLib64.dir/Engine/twarp.c.o
>> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> [  8%] Building C object
>> CMakeFiles/CsoundLib64.dir/Engine/csound_type_system.c.o
>> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> [  8%] Building C object
>> CMakeFiles/CsoundLib64.dir/Engine/csound_standard_types.c.o
>> [  8%] Built target chua
>> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> Scanning dependencies of target control
>> [  9%] [  9%] Building C object
>> CMakeFiles/CsoundLib64.dir/Engine/csound_data_structures.c.o
>> Building C object Opcodes/CMakeFiles/control.dir/control.c.o
>> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> [  9%] Linking C shared library ../libcontrol.dylib
>> Building C object CMakeFiles/CsoundLib64.dir/Engine/pools.c.o
>> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> [  9%] Built target control
>> Scanning dependencies of target cs_date
>> [  9%] [ 10%] Building C object
>> CMakeFiles/CsoundLib64.dir/InOut/libsnd.c.o
>> Building C object Opcodes/CMakeFiles/cs_date.dir/date.c.o
>> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> Linking C shared library ../libcs_date.dylib
>> [ 10%] Built target cs_date
>> [ 10%] Building C object CMakeFiles/CsoundLib64.dir/InOut/libsnd_u.c.o
>> Scanning dependencies of target doppler
>> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> [ 10%] Building CXX object Opcodes/CMakeFiles/doppler.dir/doppler.cpp.o
>> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> [ 11%] Building C object CMakeFiles/CsoundLib64.dir/InOut/midifile.c.o
>> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> [ 11%] Building C object CMakeFiles/CsoundLib64.dir/InOut/midirecv.c.o
>> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> Linking CXX shared library ../libdoppler.dylib
>> [ 11%] Building C object CMakeFiles/CsoundLib64.dir/InOut/midisend.c.o
>> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> [ 11%] Built target doppler
>> Scanning dependencies of target fareygen
>> [ 12%] [ 12%] Building C object
>> CMakeFiles/CsoundLib64.dir/InOut/winascii.c.o
>> Building C object Opcodes/CMakeFiles/fareygen.dir/fareygen.c.o
>> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> [ 12%] Linking C shared library ../libfareygen.dylib
>> Building C object CMakeFiles/CsoundLib64.dir/InOut/windin.c.o
>> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> [ 12%] Built target fareygen
>> Scanning dependencies of target fractalnoise
>> [ 12%] Building C object CMakeFiles/CsoundLib64.dir/InOut/window.c.o
>> [ 13%] Building CXX object
>> Opcodes/CMakeFiles/fractalnoise.dir/tl/fractalnoise.cpp.o
>> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> [ 14%] Building C object CMakeFiles/CsoundLib64.dir/InOut/winEPS.c.o
>> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> Linking CXX shared library ../libfractalnoise.dylib
>> [ 14%] Built target fractalnoise
>> [ 14%] Building C object
>> CMakeFiles/CsoundLib64.dir/InOut/circularbuffer.c.o
>> Scanning dependencies of target image
>> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> [ 14%] Building C object Opcodes/CMakeFiles/image.dir/imageOpcodes.c.o
>> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> [ 14%] Building C object CMakeFiles/CsoundLib64.dir/OOps/aops.c.o
>> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> Linking C shared library ../libimage.dylib
>> [ 14%] Built target image
>> Scanning dependencies of target mixer
>> [ 14%] Building CXX object Opcodes/CMakeFiles/mixer.dir/mixer.cpp.o
>> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> [ 15%] Building C object CMakeFiles/CsoundLib64.dir/OOps/bus.c.o
>> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> Linking CXX shared library ../libmixer.dylib
>> [ 15%] Building C object CMakeFiles/CsoundLib64.dir/OOps/cmath.c.o
>> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> [ 15%] Built target mixer
>> Scanning dependencies of target osc
>> [ 16%] Building C object Opcodes/CMakeFiles/osc.dir/OSC.c.o
>> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> [ 16%] Building C object CMakeFiles/CsoundLib64.dir/OOps/diskin.c.o
>> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> Linking C shared library ../libosc.dylib
>> [ 16%] Building C object CMakeFiles/CsoundLib64.dir/OOps/diskin2.c.o
>> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> [ 16%] Built target osc
>> Scanning dependencies of target platerev
>> [ 16%] Building C object Opcodes/CMakeFiles/platerev.dir/platerev.c.o
>> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> [ 17%] Linking C shared library ../libplaterev.dylib
>> Building C object CMakeFiles/CsoundLib64.dir/OOps/disprep.c.o
>> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> [ 17%] Built target platerev
>> Scanning dependencies of target py
>> [ 17%] [ 17%] Building C object
>> Opcodes/CMakeFiles/py.dir/py/pythonopcodes.c.o
>> Building C object CMakeFiles/CsoundLib64.dir/OOps/dumpf.c.o
>> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> [ 17%] Building C object CMakeFiles/CsoundLib64.dir/OOps/fftlib.c.o
>> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> Linking C shared library ../libpy.dylib
>> [ 17%] Built target py
>> [ 18%] Scanning dependencies of target scansyn
>> Building C object CMakeFiles/CsoundLib64.dir/OOps/goto_ops.c.o
>> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> [ 18%] Building C object Opcodes/CMakeFiles/scansyn.dir/scansyn.c.o
>> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> [ 18%] Building C object CMakeFiles/CsoundLib64.dir/OOps/midiinterop.c.o
>> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> [ 19%] Building C object Opcodes/CMakeFiles/scansyn.dir/scansynx.c.o
>> [ 19%] Building C object CMakeFiles/CsoundLib64.dir/OOps/midiops.c.o
>> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> [ 20%] Building C object CMakeFiles/CsoundLib64.dir/OOps/midiout.c.o
>> Linking C shared library ../libscansyn.dylib
>> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> [ 20%] Built target scansyn
>> Scanning dependencies of target serial
>> [ 20%] Building C object Opcodes/CMakeFiles/serial.dir/serial.c.o
>> [ 20%] Building C object CMakeFiles/CsoundLib64.dir/OOps/mxfft.c.o
>> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> Linking C shared library ../libserial.dylib
>> [ 20%] Built target serial
>> [ 20%] Building C object CMakeFiles/CsoundLib64.dir/OOps/oscils.c.o
>> Scanning dependencies of target signalflowgraph
>> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> [ 21%] Building CXX object
>> Opcodes/CMakeFiles/signalflowgraph.dir/signalflowgraph.cpp.o
>> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> [ 22%] Building C object CMakeFiles/CsoundLib64.dir/OOps/pstream.c.o
>> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> [ 22%] Building C object CMakeFiles/CsoundLib64.dir/OOps/pvfileio.c.o
>> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> [ 22%] Building C object CMakeFiles/CsoundLib64.dir/OOps/pvsanal.c.o
>> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> [ 22%] Building C object CMakeFiles/CsoundLib64.dir/OOps/random.c.o
>> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> [ 23%] Building C object CMakeFiles/CsoundLib64.dir/OOps/remote.c.o
>> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> [ 23%] Building C object CMakeFiles/CsoundLib64.dir/OOps/schedule.c.o
>> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> Linking CXX shared library ../libsignalflowgraph.dylib
>> [ 23%] Building C object CMakeFiles/CsoundLib64.dir/OOps/sndinfUG.c.o
>> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> [ 23%] Built target signalflowgraph
>> Scanning dependencies of target system_call
>> [ 25%] [ 25%] Building C object
>> CMakeFiles/CsoundLib64.dir/OOps/str_ops.c.o
>> Building C object Opcodes/CMakeFiles/system_call.dir/system_call.c.o
>> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> Linking C shared library ../libsystem_call.dylib
>> [ 25%] Built target system_call
>> Scanning dependencies of target stk-ops
>> [ 25%] Building C object CMakeFiles/CsoundLib64.dir/OOps/ugens1.c.o
>> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> [ 25%] Building CXX object
>> Opcodes/stk/CMakeFiles/stk-ops.dir/stkOpcodes.cpp.o
>> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> [ 25%] Building C object CMakeFiles/CsoundLib64.dir/OOps/ugens2.c.o
>> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> [ 26%] Building C object CMakeFiles/CsoundLib64.dir/OOps/ugens2a.c.o
>> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> [ 26%] Building C object CMakeFiles/CsoundLib64.dir/OOps/ugens3.c.o
>> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> [ 26%] Building C object CMakeFiles/CsoundLib64.dir/OOps/ugens4.c.o
>> Linking CXX shared library ../../libstk.dylib
>> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> [ 26%] Built target stk-ops
>> Scanning dependencies of target cmidi
>> [ 27%] Building C object CMakeFiles/CsoundLib64.dir/OOps/ugens5.c.o
>> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> [ 27%] Building C object InOut/CMakeFiles/cmidi.dir/cmidi.c.o
>> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> [ 27%] Building C object CMakeFiles/CsoundLib64.dir/OOps/ugens6.c.o
>> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> Linking C shared library ../libcmidi.dylib
>> [ 27%] Building C object CMakeFiles/CsoundLib64.dir/OOps/ugtabs.c.o
>> [ 27%] Built target cmidi
>> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> Scanning dependencies of target ipmidi
>> [ 27%] Building C object InOut/CMakeFiles/ipmidi.dir/ipmidi.c.o
>> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> Linking C shared library ../libipmidi.dylib
>> [ 27%] Building C object CMakeFiles/CsoundLib64.dir/OOps/ugrw1.c.o
>> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> [ 27%] Built target ipmidi
>> Scanning dependencies of target rtauhal
>> [ 28%] Building C object InOut/CMakeFiles/rtauhal.dir/rtauhal.c.o
>> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> [ 29%] Building C object CMakeFiles/CsoundLib64.dir/OOps/ugrw2.c.o
>> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> [ 29%] Building C object CMakeFiles/CsoundLib64.dir/OOps/vdelay.c.o
>> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> Linking C shared library ../librtauhal.dylib
>> [ 29%] Built target rtauhal
>> Scanning dependencies of target virtual
>> [ 29%] Building C object CMakeFiles/CsoundLib64.dir/OOps/compile_ops.c.o
>> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> [ 29%] Building CXX object
>> InOut/CMakeFiles/virtual.dir/virtual_keyboard/FLTKKeyboard.cpp.o
>> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> [ 30%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/babo.c.o
>> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> [ 30%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/bilbar.c.o
>> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> [ 30%] Building CXX object
>> InOut/CMakeFiles/virtual.dir/virtual_keyboard/FLTKKeyboardWindow.cpp.o
>> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> [ 30%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/compress.c.o
>> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> [ 32%] [ 32%] Building CXX object
>> InOut/CMakeFiles/virtual.dir/virtual_keyboard/FLTKKeyboardWidget.cpp.o
>> Building C object CMakeFiles/CsoundLib64.dir/Opcodes/eqfil.c.o
>> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> [ 32%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/Vosim.c.o
>> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> [ 32%] [ 32%] Building CXX object
>> InOut/CMakeFiles/virtual.dir/virtual_keyboard/virtual_keyboard.cpp.o
>> Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pitch.c.o
>> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> [ 32%] Building CXX object
>> InOut/CMakeFiles/virtual.dir/virtual_keyboard/Bank.cpp.o
>> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> [ 33%] [ 34%] Building CXX object
>> InOut/CMakeFiles/virtual.dir/virtual_keyboard/KeyboardMapping.cpp.o
>> Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pitch0.c.o
>> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> [ 34%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/spectra.c.o
>> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> [ 34%] Building CXX object
>> InOut/CMakeFiles/virtual.dir/virtual_keyboard/Program.cpp.o
>> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> [ 34%] Building CXX object
>> InOut/CMakeFiles/virtual.dir/virtual_keyboard/SliderBank.cpp.o
>> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> [ 34%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ambicode1.c.o
>> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> [ 35%] Building CXX object
>> InOut/CMakeFiles/virtual.dir/virtual_keyboard/SliderData.cpp.o
>> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> Linking CXX shared library ../libvirtual.dylib
>> [ 36%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/sfont.c.o
>> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> [ 36%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/grain4.c.o
>> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> [ 36%] Built target virtual
>> Scanning dependencies of target widgets
>> [ 36%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/hrtferX.c.o
>> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> [ 36%] Building CXX object InOut/CMakeFiles/widgets.dir/FL_graph.cpp.o
>> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> [ 36%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/loscilx.c.o
>> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> [ 36%] Building C object InOut/CMakeFiles/widgets.dir/winFLTK.c.o
>> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> [ 37%] [ 38%] Building CXX object
>> InOut/CMakeFiles/widgets.dir/widgets.cpp.o
>> Building C object CMakeFiles/CsoundLib64.dir/Opcodes/minmax.c.o
>> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> [ 38%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pan2.c.o
>> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> [ 38%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/arrays.c.o
>> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> [ 39%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/phisem.c.o
>> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> [ 39%] Building C object
>> CMakeFiles/CsoundLib64.dir/Opcodes/hrtfopcodes.c.o
>> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> [ 39%] Linking CXX shared library ../libwidgets.dylib
>> Building C object CMakeFiles/CsoundLib64.dir/Opcodes/stackops.c.o
>> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> [ 39%] Built target widgets
>> [ 40%] [ 41%] Building C object
>> CMakeFiles/CsoundLib64.dir/Opcodes/vbap.c.o
>> [FLEX][csbeats_SCANNER] Building scanner with flex 2.5.35
>> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> [ 41%] [BISON][csbeats_PARSER] Building parser with bison 2.3
>> beats/beats.y: conflicts: 1 reduce/reduce
>> Scanning dependencies of target csbeats
>> [ 41%] Building C object frontends/CMakeFiles/csbeats.dir/beats/main.c.o
>> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> [ 41%] [ 41%] Building C object
>> CMakeFiles/CsoundLib64.dir/Opcodes/vbap1.c.o
>> Building C object frontends/CMakeFiles/csbeats.dir/beatslex.yy.c.o
>> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> [ 42%] [ 42%] Building C object
>> CMakeFiles/CsoundLib64.dir/Opcodes/vbap_n.c.o
>> Building C object frontends/CMakeFiles/csbeats.dir/beats.tab.c.o
>> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> Linking C executable ../csbeats
>> [ 43%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/vbap_zak.c.o
>> [ 43%] Built target csbeats
>> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> Scanning dependencies of target stdutil
>> [ 44%] Building C object util/CMakeFiles/stdutil.dir/atsa.c.o
>> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> [ 44%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/vaops.c.o
>> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> [ 44%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ugakbari.c.o
>> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> [ 44%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/harmon.c.o
>> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> [ 45%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pitchtrack.c.o
>> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> [ 45%] Building C object util/CMakeFiles/stdutil.dir/cvanal.c.o
>> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> [ 45%] Building C object util/CMakeFiles/stdutil.dir/dnoise.c.o
>> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> [ 45%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/partikkel.c.o
>> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> [ 46%] Building C object util/CMakeFiles/stdutil.dir/envext.c.o
>> [ 46%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> Building C object CMakeFiles/CsoundLib64.dir/Opcodes/shape.c.o
>> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> [ 46%] Building C object util/CMakeFiles/stdutil.dir/het_export.c.o
>> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> [ 47%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/tabsum.c.o
>> [ 47%] Building C object util/CMakeFiles/stdutil.dir/het_import.c.o
>> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> [ 48%] [ 48%] Building C object
>> CMakeFiles/CsoundLib64.dir/Opcodes/crossfm.c.o
>> Building C object util/CMakeFiles/stdutil.dir/hetro.c.o
>> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> [ 48%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pvlock.c.o
>> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> [ 48%] Building C object util/CMakeFiles/stdutil.dir/lpanal.c.o
>> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> [ 49%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/fareyseq.c.o
>> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> [ 49%] Building C object util/CMakeFiles/stdutil.dir/lpc_export.c.o
>> [ 49%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/modmatrix.c.o
>> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> [ 49%] Building C object util/CMakeFiles/stdutil.dir/lpc_import.c.o
>> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> [ 50%] Building C object util/CMakeFiles/stdutil.dir/mixer.c.o
>> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> [ 50%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/scoreline.c.o
>> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> [ 51%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/modal4.c.o
>> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> [ 51%] Building C object util/CMakeFiles/stdutil.dir/pvanal.c.o
>> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> [ 51%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/physutil.c.o
>> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> [ 51%] Building C object util/CMakeFiles/stdutil.dir/pv_export.c.o
>> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> [ 51%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/physmod.c.o
>> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> [ 52%] Building C object util/CMakeFiles/stdutil.dir/pv_import.c.o
>> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> [ 52%] Building C object util/CMakeFiles/stdutil.dir/pvlook.c.o
>> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> [ 52%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/mandolin.c.o
>> [ 52%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> Building C object util/CMakeFiles/stdutil.dir/scale.c.o
>> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> [ 53%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/singwave.c.o
>> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> [ 54%] Building C object util/CMakeFiles/stdutil.dir/sndinfo.c.o
>> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> [ 54%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/fm4op.c.o
>> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> [ 54%] Building C object util/CMakeFiles/stdutil.dir/srconv.c.o
>> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> [ 54%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/moog1.c.o
>> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> [ 54%] Building C object util/CMakeFiles/stdutil.dir/std_util.c.o
>> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> [ 55%] Building C object util/CMakeFiles/stdutil.dir/xtrct.c.o
>> [ 56%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/shaker.c.o
>> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> [ 56%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/bowedbar.c.o
>> [ 56%] Building C object util/CMakeFiles/stdutil.dir/scope.c.o
>> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> [ 56%] Building C object util/CMakeFiles/stdutil.dir/__/SDIF/sdif.c.o
>> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> [ 56%] Building C object
>> CMakeFiles/CsoundLib64.dir/Opcodes/gab/tabmorph.c.o
>> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> Linking C shared library ../libstdutil.dylib
>> [ 57%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/gab/hvs.c.o
>> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> [ 57%] Built target stdutil
>> Scanning dependencies of target sdif2ad
>> [ 58%] Building C object SDIF/CMakeFiles/sdif2ad.dir/sdif2adsyn.c.o
>> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> [ 58%] Building C object
>> CMakeFiles/CsoundLib64.dir/Opcodes/gab/sliderTable.c.o
>> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> [ 58%] Building C object SDIF/CMakeFiles/sdif2ad.dir/sdif.c.o
>> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> [ 58%] Building C object SDIF/CMakeFiles/sdif2ad.dir/sdif-mem.c.o
>> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> [ 58%] Building C object
>> CMakeFiles/CsoundLib64.dir/Opcodes/gab/newgabopc.c.o
>> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> Linking C executable ../sdif2ad
>> [ 58%] Built target sdif2ad
>> [ 59%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ftest.c.o
>> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> [ 59%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/hrtfearly.c.o
>> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> [ 59%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/hrtfreverb.c.o
>> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> [ 59%] [ 60%] Building C object
>> CMakeFiles/CsoundLib64.dir/Opcodes/cpumeter.c.o
>> Building C object CMakeFiles/CsoundLib64.dir/Opcodes/gendy.c.o
>> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> [ 60%] Building C object
>> CMakeFiles/CsoundLib64.dir/Opcodes/tl/sc_noise.c.o
>> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> [ 60%] Building C object CMakeFiles/CsoundLib64.dir/Top/argdecode.c.o
>> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> [ 61%] Building C object
>> CMakeFiles/CsoundLib64.dir/Top/cscore_internal.c.o
>> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> [ 61%] Building C object CMakeFiles/CsoundLib64.dir/Top/cscorfns.c.o
>> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> [ 61%] Building C object CMakeFiles/CsoundLib64.dir/Top/csmodule.c.o
>> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> [ 62%] Building C object CMakeFiles/CsoundLib64.dir/Top/csound.c.o
>> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> [ 62%] Building C object CMakeFiles/CsoundLib64.dir/Top/getstring.c.o
>> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> [ 62%] Building C object CMakeFiles/CsoundLib64.dir/Top/main.c.o
>> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> [ 63%] Building C object CMakeFiles/CsoundLib64.dir/Top/new_opts.c.o
>> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> [ 63%] Building C object CMakeFiles/CsoundLib64.dir/Top/one_file.c.o
>> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> [ 63%] Building C object CMakeFiles/CsoundLib64.dir/Top/opcode.c.o
>> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> [ 63%] Building C object CMakeFiles/CsoundLib64.dir/Top/threads.c.o
>> [ 64%] Building C object CMakeFiles/CsoundLib64.dir/Top/utility.c.o
>> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> [ 64%] [ 64%] Building C object
>> CMakeFiles/CsoundLib64.dir/Top/threadsafe.c.o
>> Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ambicode.c.o
>> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> [ 65%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/bbcut.c.o
>> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> [ 65%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/biquad.c.o
>> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> [ 65%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/butter.c.o
>> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> [ 66%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/clfilt.c.o
>> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> [ 66%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/cross2.c.o
>> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> [ 66%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/dam.c.o
>> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> [ 67%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/dcblockr.c.o
>> [ 67%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> Building C object CMakeFiles/CsoundLib64.dir/Opcodes/filter.c.o
>> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> [ 67%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/flanger.c.o
>> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> [ 67%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/follow.c.o
>> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> [ 68%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/fout.c.o
>> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> [ 68%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/freeverb.c.o
>> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> [ 68%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ftconv.c.o
>> [ 69%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ftgen.c.o
>> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> [ 69%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/gab/gab.c.o
>> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> [ 69%] Building C object
>> CMakeFiles/CsoundLib64.dir/Opcodes/gab/vectorial.c.o
>> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> [ 70%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/grain.c.o
>> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> [ 70%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/locsig.c.o
>> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> [ 70%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/lowpassr.c.o
>> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> [ 71%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/metro.c.o
>> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> [ 71%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/midiops2.c.o
>> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> [ 71%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/midiops3.c.o
>> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> [ 72%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/newfils.c.o
>> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> [ 72%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/nlfilt.c.o
>> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> [ 72%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/oscbnk.c.o
>> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> [ 72%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pluck.c.o
>> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> [ 73%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/repluck.c.o
>> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> [ 73%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/reverbsc.c.o
>> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> [ 73%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/seqtime.c.o
>> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> [ 74%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/sndloop.c.o
>> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> [ 74%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/sndwarp.c.o
>> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> [ 74%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/space.c.o
>> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> [ 75%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/spat3d.c.o
>> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> [ 75%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/syncgrain.c.o
>> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> [ 75%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ugens7.c.o
>> [ 76%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ugens9.c.o
>> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> [ 76%] [ 76%] Building C object
>> CMakeFiles/CsoundLib64.dir/Opcodes/uggab.c.o
>> Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ugensa.c.o
>> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> [ 76%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ugmoss.c.o
>> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> [ 77%] [ 77%] Building C object
>> CMakeFiles/CsoundLib64.dir/Opcodes/ugnorman.c.o
>> Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ugsc.c.o
>> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> [ 77%] Building C object
>> CMakeFiles/CsoundLib64.dir/Opcodes/wave-terrain.c.o
>> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> [ 78%] [ 78%] Building C object
>> CMakeFiles/CsoundLib64.dir/Opcodes/stdopcod.c.o
>> Building C object CMakeFiles/CsoundLib64.dir/Opcodes/socksend.c.o
>> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> [ 78%] [ 79%] Building C object
>> CMakeFiles/CsoundLib64.dir/Opcodes/sockrecv.c.o
>> Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ifd.c.o
>> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> [ 79%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/partials.c.o
>> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> [ 79%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/psynth.c.o
>> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> [ 80%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pvsbasic.c.o
>> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> [ 80%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pvscent.c.o
>> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> [ 80%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pvsdemix.c.o
>> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> [ 80%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pvs_ops.c.o
>> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> [ 81%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pvsband.c.o
>> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> [ 81%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pvsbuffer.c.o
>> [ 81%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pvsgendy.c.o
>> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> [ 82%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/dsputil.c.o
>> [ 82%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pvadd.c.o
>> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> [ 82%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pvinterp.c.o
>> [ 83%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pvocext.c.o
>> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> [ 83%] [ 83%] Building C object
>> CMakeFiles/CsoundLib64.dir/Opcodes/pvread.c.o
>> Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ugens8.c.o
>> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> [ 84%] [ 84%] Building C object
>> CMakeFiles/CsoundLib64.dir/Opcodes/vpvoc.c.o
>> Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pvoc.c.o
>> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> [ 84%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/mp3in.c.o
>> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> [ 84%] Building C object
>> CMakeFiles/CsoundLib64.dir/InOut/libmpadec/layer1.c.o
>> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> [ 85%] Building C object
>> CMakeFiles/CsoundLib64.dir/InOut/libmpadec/layer2.c.o
>> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> [ 85%] Building C object
>> CMakeFiles/CsoundLib64.dir/InOut/libmpadec/layer3.c.o
>> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> [ 85%] Building C object
>> CMakeFiles/CsoundLib64.dir/InOut/libmpadec/synth.c.o
>> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> [ 86%] Building C object
>> CMakeFiles/CsoundLib64.dir/InOut/libmpadec/tables.c.o
>> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> [ 86%] Building C object
>> CMakeFiles/CsoundLib64.dir/InOut/libmpadec/mpadec.c.o
>> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> [ 86%] Building C object
>> CMakeFiles/CsoundLib64.dir/InOut/libmpadec/mp3dec.c.o
>> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> [ 87%] Building C object CMakeFiles/CsoundLib64.dir/csound_orclex.c.o
>> [ 87%] Building C object CMakeFiles/CsoundLib64.dir/csound_orcparse.c.o
>> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> [ 87%] Building C object CMakeFiles/CsoundLib64.dir/csound_prelex.c.o
>> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> [ 88%] Building C object
>> CMakeFiles/CsoundLib64.dir/Engine/csound_orc_semantics.c.o
>> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> [ 88%] Building C object
>> CMakeFiles/CsoundLib64.dir/Engine/csound_orc_expressions.c.o
>> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> [ 88%] Building C object
>> CMakeFiles/CsoundLib64.dir/Engine/csound_orc_optimize.c.o
>> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> [ 88%] Building C object
>> CMakeFiles/CsoundLib64.dir/Engine/csound_orc_compile.c.o
>> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> [ 89%] Building C object
>> CMakeFiles/CsoundLib64.dir/Engine/new_orc_parser.c.o
>> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> [ 89%] Building C object CMakeFiles/CsoundLib64.dir/Engine/symbtab.c.o
>> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> [ 89%] Building C object
>> CMakeFiles/CsoundLib64.dir/Engine/cs_new_dispatch.c.o
>> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> [ 90%] Building C object CMakeFiles/CsoundLib64.dir/Engine/cs_par_base.c.o
>> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> [ 90%] Building C object
>> CMakeFiles/CsoundLib64.dir/Engine/cs_par_orc_semantic_analysis.c.o
>> [ 90%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> Building C object CMakeFiles/CsoundLib64.dir/Engine/cs_par_dispatch.c.o
>> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> Copying OS X content
>> CsoundLib64.framework/Versions/6.0/Headers/CppSound.hpp
>> Copying OS X content
>> CsoundLib64.framework/Versions/6.0/Headers/CsoundFile.hpp
>> Copying OS X content
>> CsoundLib64.framework/Versions/6.0/Headers/OpcodeBase.hpp
>> Copying OS X content CsoundLib64.framework/Versions/6.0/Headers/cfgvar.h
>> Copying OS X content
>> CsoundLib64.framework/Versions/6.0/Headers/csPerfThread.hpp
>> Copying OS X content CsoundLib64.framework/Versions/6.0/Headers/cscore.h
>> Copying OS X content CsoundLib64.framework/Versions/6.0/Headers/csdl.h
>> Copying OS X content CsoundLib64.framework/Versions/6.0/Headers/csound.h
>> Copying OS X content CsoundLib64.framework/Versions/6.0/Headers/csound.hpp
>> Copying OS X content
>> CsoundLib64.framework/Versions/6.0/Headers/csoundCore.h
>> Copying OS X content
>> CsoundLib64.framework/Versions/6.0/Headers/csound_data_structures.h
>> Copying OS X content
>> CsoundLib64.framework/Versions/6.0/Headers/csound_standard_types.h
>> Copying OS X content
>> CsoundLib64.framework/Versions/6.0/Headers/csound_type_system.h
>> Copying OS X content CsoundLib64.framework/Versions/6.0/Headers/cwindow.h
>> Copying OS X content
>> CsoundLib64.framework/Versions/6.0/Headers/float-version-double.h
>> Copying OS X content
>> CsoundLib64.framework/Versions/6.0/Headers/filebuilding.h
>> Copying OS X content
>> CsoundLib64.framework/Versions/6.0/Headers/interlocks.h
>> Copying OS X content
>> CsoundLib64.framework/Versions/6.0/Headers/float-version.h
>> Copying OS X content CsoundLib64.framework/Versions/6.0/Headers/pstream.h
>> Copying OS X content CsoundLib64.framework/Versions/6.0/Headers/msg_attr.h
>> Copying OS X content CsoundLib64.framework/Versions/6.0/Headers/pvfileio.h
>> Copying OS X content CsoundLib64.framework/Versions/6.0/Headers/soundio.h
>> Copying OS X content CsoundLib64.framework/Versions/6.0/Headers/sysdep.h
>> Copying OS X content CsoundLib64.framework/Versions/6.0/Headers/text.h
>> Copying OS X content CsoundLib64.framework/Versions/6.0/Headers/version.h
>> Linking C shared library CsoundLib64.framework/Versions/6.0/CsoundLib64
>> [ 90%] Built target CsoundLib64
>> Scanning dependencies of target csladspa
>> Scanning dependencies of target libcsnd
>> [ 90%] Building CXX object
>> frontends/CMakeFiles/csladspa.dir/csladspa/csladspa.cpp.o
>> [ 91%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> Building CXX object interfaces/CMakeFiles/libcsnd.dir/CppSound.cpp.o
>> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> [ 91%] Building CXX object
>> interfaces/CMakeFiles/libcsnd.dir/CsoundFile.cpp.o
>> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> Linking CXX shared library ../csladspa.dylib
>> [ 91%] Built target csladspa
>> Scanning dependencies of target csound-bin
>> [ 91%] Building C object
>> frontends/CMakeFiles/csound-bin.dir/csound/csound_main.c.o
>> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> Linking C executable ../csound
>> [ 91%] Built target csound-bin
>> Scanning dependencies of target atsa
>> [ 91%] Building C object util/CMakeFiles/atsa.dir/atsa_main.c.o
>> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> Linking C executable ../atsa
>> [ 91%] Building CXX object
>> interfaces/CMakeFiles/libcsnd.dir/Soundfile.cpp.o
>> [ 91%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> Built target atsa
>> [ 91%] Building CXX object
>> interfaces/CMakeFiles/libcsnd.dir/csPerfThread.cpp.o
>> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> [ 92%] [ 92%] Building CXX object
>> interfaces/CMakeFiles/libcsnd.dir/cs_glue.cpp.o
>> Building CXX object interfaces/CMakeFiles/libcsnd.dir/filebuilding.cpp.o
>> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> Scanning dependencies of target csanalyze
>> [ 92%] Building C object util/CMakeFiles/csanalyze.dir/csanalyze.c.o
>> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> Linking C executable ../csanalyze
>> Linking CXX shared library ../libcsnd.dylib
>> [ 92%] Built target csanalyze
>> [ 92%] Built target libcsnd
>> Scanning dependencies of target cvanal
>> Scanning dependencies of target dnoise
>> [ 92%] [ 93%] Building C object util/CMakeFiles/dnoise.dir/dnoise_main.c.o
>> Building C object util/CMakeFiles/cvanal.dir/cvl_main.c.o
>> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> Linking C executable ../dnoise
>> Linking C executable ../cvanal
>> [ 93%] Built target dnoise
>> [ 93%] Built target cvanal
>> Scanning dependencies of target envext
>> Scanning dependencies of target extractor
>> [ 93%] [ 93%] Building C object util/CMakeFiles/envext.dir/env_main.c.o
>> Building C object util/CMakeFiles/extractor.dir/xtrc_main.c.o
>> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> Linking C executable ../envext
>> Linking C executable ../extractor
>> [ 93%] Built target extractor
>> [ 93%] Built target envext
>> Scanning dependencies of target het_export
>> Scanning dependencies of target het_import
>> [ 93%] [ 93%] Building C object
>> util/CMakeFiles/het_export.dir/hetx_main.c.o
>> Building C object util/CMakeFiles/het_import.dir/heti_main.c.o
>> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> Linking C executable ../het_export
>> Linking C executable ../het_import
>> [ 93%] [ 93%] Built target het_import
>> Built target het_export
>> Scanning dependencies of target lpanal
>> Scanning dependencies of target hetro
>> [ 93%] Building C object util/CMakeFiles/lpanal.dir/lpc_main.c.o
>> [ 94%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> Building C object util/CMakeFiles/hetro.dir/het_main.c.o
>> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> Linking C executable ../lpanal
>> Linking C executable ../hetro
>> [ 94%] Built target lpanal
>> [ 94%] Built target hetro
>> Scanning dependencies of target lpc_export
>> Scanning dependencies of target lpc_import
>> [ 95%] Building C object util/CMakeFiles/lpc_export.dir/lpcx_main.c.o
>> [ 95%] Building C object util/CMakeFiles/lpc_import.dir/lpci_main.c.o
>> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> Linking C executable ../lpc_export
>> Linking C executable ../lpc_import
>> [ 95%] Built target lpc_export
>> [ 95%] Built target lpc_import
>> Scanning dependencies of target mixer-bin
>> Scanning dependencies of target pv_export
>> [ 95%] [ 95%] Building C object
>> util/CMakeFiles/mixer-bin.dir/mixer_main.c.o
>> Building C object util/CMakeFiles/pv_export.dir/pvx_main.c.o
>> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> Linking C executable ../pv_export
>> Linking C executable ../mixer
>> [ 95%] Built target pv_export
>> [ 95%] Built target mixer-bin
>> Scanning dependencies of target pvanal
>> Scanning dependencies of target pv_import
>> [ 95%] [ 96%] Building C object util/CMakeFiles/pvanal.dir/pvc_main.c.o
>> Building C object util/CMakeFiles/pv_import.dir/pvi_main.c.o
>> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> Linking C executable ../pvanal
>> Linking C executable ../pv_import
>> [ 96%] Built target pvanal
>> [ 96%] Built target pv_import
>> Scanning dependencies of target scale
>> Scanning dependencies of target pvlook
>> [ 96%] [ 96%] Building C object util/CMakeFiles/scale.dir/scale_main.c.o
>> Building C object util/CMakeFiles/pvlook.dir/pvl_main.c.o
>> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> Linking C executable ../pvlook
>> Linking C executable ../scale
>> [ 96%] Built target pvlook
>> [ 96%] Built target scale
>> Scanning dependencies of target scope
>> Scanning dependencies of target sndinfo
>> [ 96%] [ 96%] Building C object util/CMakeFiles/scope.dir/scope_main.c.o
>> Building C object util/CMakeFiles/sndinfo.dir/sndinfo_main.c.o
>> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> Linking C executable ../sndinfo
>> Linking C executable ../scope
>> [ 96%] Built target scope
>> [ 96%] Built target sndinfo
>> Scanning dependencies of target srconv
>> Scanning dependencies of target extract
>> [ 97%] [ 97%] Building C object util/CMakeFiles/srconv.dir/srconv_main.c.o
>> Building C object util1/CMakeFiles/extract.dir/sortex/xmain.c.o
>> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> Linking C executable ../extract
>> Linking C executable ../srconv
>> [ 97%] Built target extract
>> [ 97%] Built target srconv
>> [ 98%] Scanning dependencies of target scsort
>> Swig source
>> [ 98%] Building C object util1/CMakeFiles/scsort.dir/sortex/smain.c.o
>> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> Language subdirectory: python
>> Search paths:
>>    ./
>>    /usr/local/include/
>>    /tmp/csound-KYls/./H/
>>    /tmp/csound-KYls/./include/
>>    /tmp/csound-KYls/./Engine/
>>    /tmp/csound-KYls/./
>>    /tmp/csound-KYls/
>>    /tmp/csound-KYls/interfaces/
>>    /System/Library/Frameworks/Python.framework/Headers/
>>    ./swig_lib/python/
>>    /usr/local/Cellar/swig/2.0.9/share/swig/2.0.9/python/
>>    ./swig_lib/
>>    /usr/local/Cellar/swig/2.0.9/share/swig/2.0.9/
>> Preprocessing...
>> Linking C executable ../scsort
>> [ 98%] Built target scsort
>> [ 98%] Swig source
>> Language subdirectory: java
>> Search paths:
>>    ./
>>    /usr/local/include/
>>    /tmp/csound-KYls/./H/
>>    /tmp/csound-KYls/./include/
>>    /tmp/csound-KYls/./Engine/
>>    /tmp/csound-KYls/./
>>    /tmp/csound-KYls/
>>    /tmp/csound-KYls/interfaces/
>>    /System/Library/Frameworks/Python.framework/Headers/
>>    /System/Library/Frameworks/JavaVM.framework/Headers/
>>    /System/Library/Frameworks/JavaVM.framework/Headers/
>>    /System/Library/Frameworks/JavaVM.framework/Headers/
>>    ./swig_lib/java/
>>    /usr/local/Cellar/swig/2.0.9/share/swig/2.0.9/java/
>>    ./swig_lib/
>>    /usr/local/Cellar/swig/2.0.9/share/swig/2.0.9/
>> Preprocessing...
>> Starting language-specific parse...
>> Processing types...
>> C++ analysis...
>> Generating wrappers...
>> Starting language-specific parse...
>> /tmp/csound-KYls/./include/csound.h:519: Warning 451: Setting a const char
>> * variable may leak memory.
>> Processing types...
>> C++ analysis...
>> Generating wrappers...
>> /tmp/csound-KYls/./include/csound.h:519: Warning 451: Setting a const char
>> * variable may leak memory.
>> cs_glue.hpp:505: Warning 473: Returning a pointer or reference in a
>> director method is not recommended.
>> CppSound.hpp:36: Warning 453: Can't apply (std::vector< double > *INPUT).
>> No typemaps are defined.
>> CppSound.hpp:52: Warning 813: Warning for CppSound proxy: Base CsoundFile
>> ignored. Multiple inheritance is not supported in Java.
>> cs_glue.hpp:505: Warning 473: Returning a pointer or reference in a
>> director method is not recommended.
>> Scanning dependencies of target _jcsound6
>> [ 99%] Building CXX object
>> interfaces/CMakeFiles/_jcsound6.dir/java_interfaceJAVA_wrap.cxx.o
>> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> CppSound.hpp:36: Warning 453: Can't apply (std::vector< double > *INPUT).
>> No typemaps are defined.
>> Scanning dependencies of target _csnd6
>> [ 99%] Building CXX object
>> interfaces/CMakeFiles/_csnd6.dir/python_interfacePYTHON_wrap.cxx.o
>> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> Linking CXX shared module ../lib_jcsound6.jnilib
>> Building JAVA package csnd6.jar
>> Linking CXX shared module ../_csnd6.so
>> [ 99%] Built target _csnd6
>> [ 99%] [ 99%] Built target _jcsound6
>> Swig source
>> Language subdirectory: lua
>> Search paths:
>>    ./
>>    /usr/local/include/
>>    /tmp/csound-KYls/./H/
>>    /tmp/csound-KYls/./include/
>>    /tmp/csound-KYls/./Engine/
>>    /tmp/csound-KYls/./
>>    /tmp/csound-KYls/
>>    /tmp/csound-KYls/interfaces/
>>    /System/Library/Frameworks/Python.framework/Headers/
>>    /System/Library/Frameworks/JavaVM.framework/Headers/
>>    /System/Library/Frameworks/JavaVM.framework/Headers/
>>    /System/Library/Frameworks/JavaVM.framework/Headers/
>>    /usr/local/include/
>>    ./swig_lib/lua/
>>    /usr/local/Cellar/swig/2.0.9/share/swig/2.0.9/lua/
>>    ./swig_lib/
>>    /usr/local/Cellar/swig/2.0.9/share/swig/2.0.9/
>> Preprocessing...
>> Starting language-specific parse...
>> Processing types...
>> C++ analysis...
>> Generating wrappers...
>> /tmp/csound-KYls/./include/csound.h:519: Warning 451: Setting a const char
>> * variable may leak memory.
>> CppSound.hpp:36: Warning 453: Can't apply (std::vector< double > *INPUT).
>> No typemaps are defined.
>> Scanning dependencies of target luaCsnd6
>> [100%] Building CXX object
>> interfaces/CMakeFiles/luaCsnd6.dir/lua_interfaceLUA_wrap.cxx.o
>> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> Linking CXX shared module ../luaCsnd6.so
>> [100%] Built target luaCsnd6
>> Install the project...
>> -- Install configuration: "None"
>> -- Installing: /Users/eddyc/Library/Frameworks/CsoundLib64.framework
>> -- Up-to-date:
>> /Users/eddyc/Library/Frameworks/CsoundLib64.framework/CsoundLib64
>> -- Up-to-date:
>> /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Headers
>> -- Up-to-date:
>> /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Resources
>> -- Installing:
>> /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions
>> -- Installing:
>> /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0
>> -- Installing:
>> /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/CsoundLib64
>> -- Installing:
>> /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers
>> -- Installing:
>> /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/cfgvar.h
>> -- Installing:
>> /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/CppSound.hpp
>> -- Installing:
>> /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/cscore.h
>> -- Installing:
>> /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/csdl.h
>> -- Installing:
>> /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/csound.h
>> -- Installing:
>> /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/csound.hpp
>> -- Installing:
>> /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/csound_data_structures.h
>> -- Installing:
>> /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/csound_standard_types.h
>> -- Installing:
>> /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/csound_type_system.h
>> -- Installing:
>> /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/csoundCore.h
>> -- Installing:
>> /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/CsoundFile.hpp
>> -- Installing:
>> /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/csPerfThread.hpp
>> -- Installing:
>> /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/cwindow.h
>> -- Installing:
>> /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/filebuilding.h
>> -- Installing:
>> /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/float-version-double.h
>> -- Installing:
>> /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/float-version.h
>> -- Installing:
>> /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/interlocks.h
>> -- Installing:
>> /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/msg_attr.h
>> -- Installing:
>> /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/OpcodeBase.hpp
>> -- Installing:
>> /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/pstream.h
>> -- Installing:
>> /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/pvfileio.h
>> -- Installing:
>> /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/soundio.h
>> -- Installing:
>> /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/sysdep.h
>> -- Installing:
>> /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/text.h
>> -- Installing:
>> /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/version.h
>> -- Installing:
>> /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources
>> -- Installing:
>> /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Info.plist
>> -- Up-to-date:
>> /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/Current
>> -- Installing:
>> /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libmixer.dylib
>> -- Installing:
>> /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libsignalflowgraph.dylib
>> -- Installing:
>> /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libampmidid.dylib
>> -- Installing:
>> /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libcs_date.dylib
>> -- Installing:
>> /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libsystem_call.dylib
>> -- Installing:
>> /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libdoppler.dylib
>> -- Installing:
>> /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libfractalnoise.dylib
>> -- Installing:
>> /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libfareygen.dylib
>> -- Installing:
>> /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libcellular.dylib
>> -- Installing:
>> /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libserial.dylib
>> -- Installing:
>> /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libplaterev.dylib
>> -- Installing:
>> /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libscansyn.dylib
>> -- Installing:
>> /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libcontrol.dylib
>> -- Installing:
>> /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libchua.dylib
>> -- Installing:
>> /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libosc.dylib
>> -- Installing:
>> /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libimage.dylib
>> -- Installing:
>> /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libpy.dylib
>> -- Installing:
>> /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libstk.dylib
>> -- Installing:
>> /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libcmidi.dylib
>> -- Installing:
>> /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/librtauhal.dylib
>> -- Installing:
>> /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libipmidi.dylib
>> -- Installing:
>> /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libwidgets.dylib
>> -- Installing:
>> /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libvirtual.dylib
>> -- Installing: /usr/local/Cellar/csound/HEAD/lib/libcsnd.6.0.dylib
>> -- Installing: /usr/local/Cellar/csound/HEAD/lib/libcsnd.dylib
>> -- Installing: /Library/Python/2.7/site-packages/_csnd6.so
>> CMake Error at interfaces/cmake_install.cmake:61 (FILE):
>>   file INSTALL cannot copy file "/tmp/csound-KYls/_csnd6.so" to
>>   "/Library/Python/2.7/site-packages/_csnd6.so".
>> Call Stack (most recent call first):
>>   cmake_install.cmake:56 (INCLUDE)
>>
>>
>> make: *** [install] Error 1
>> ==> Configuration
>> HOMEBREW_VERSION: 0.9.4
>> HEAD: 38629e1de84d5b8f020e02ebe3ca3430a47080ef
>> CPU: dual-core 64-bit penryn
>> OS X: 10.8.3-x86_64
>> Xcode: 4.6.2
>> CLT: 4.6.0.0.1.1365549073
>> X11: 2.7.4 => /opt/X11
>> ==> ENV
>> CC: cc
>> CXX: c++
>> MAKEFLAGS: -j2
>> CMAKE_PREFIX_PATH: /usr/local
>> CMAKE_INCLUDE_PATH:
>> /usr/include/libxml2:/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers/
>> CMAKE_LIBRARY_PATH:
>> /System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
>> PKG_CONFIG_PATH:
>> /usr/local/opt/pcre/lib/pkgconfig:/usr/local/opt/libsndfile/lib/pkgconfig:/usr/local/opt/portaudio/lib/pkgconfig:/usr/local/opt/liblo/lib/pkgconfig:/usr/local/opt/libpng/lib/pkgconfig
>> PKG_CONFIG_LIBDIR:
>> /usr/lib/pkgconfig:/usr/local/Library/ENV/pkgconfig/10.8
>> ACLOCAL_PATH: /usr/local/share/aclocal
>> OBJC: cc
>> PATH:
>> /usr/local/Library/ENV/4.3:/usr/local/opt/cmake/bin:/usr/local/opt/pcre/bin:/usr/local/opt/swig/bin:/usr/local/opt/libsndfile/bin:/usr/local/opt/liblo/bin:/usr/local/opt/libpng/bin:/usr/local/opt/stk/bin:/usr/local/opt/jpeg/bin:/usr/local/opt/fltk/bin:/usr/bin:/bin:/usr/sbin:/sbin
>>
>> Error: csound did not build
>> Logs:       /Users/eddyc/Library/Logs/Homebrew/csound/CMakeCache.txt
>>
>>
>>
>> On 12 May 2013 11:03, Steven Yi  wrote:
>>>
>>> Could you run "brew install --HEAD http://www.kunstmusik.com/csound.rb
>>> --verbose" and post the verbose output?
>>>
>>> On May 12, 2013 10:47 AM, "Ed Costello"  wrote:
>>>>
>>>> Ok, still getting errors, heres what happened next....
>>>>
>>>> Marions-MacBook:~ eddyc$ brew link --overwrite libsndfile
>>>> Linking /usr/local/Cellar/libsndfile/1.0.25... 27 symlinks created
>>>> Marions-MacBook:~ eddyc$ brew install
>>>> http://www.kunstmusik.com/csound.rb
>>>> ########################################################################
>>>> 100.0%
>>>> Error: You must `brew link portaudio portmidi liblo' before csound can
>>>> be installed
>>>> Marions-MacBook:~ eddyc$ brew link --overwrite portaudio portmidi liblo
>>>> Linking /usr/local/Cellar/portaudio/19.20111121... 6 symlinks created
>>>> Linking /usr/local/Cellar/portmidi/217... 3 symlinks created
>>>> Linking /usr/local/Cellar/liblo/0.26... 6 symlinks created
>>>> Marions-MacBook:~ eddyc$ brew install
>>>> http://www.kunstmusik.com/csound.rb
>>>> ########################################################################
>>>> 100.0%
>>>> ==> Downloading http://www.kunstmusik.com/Csound-6.0.1-Source.tar.bz2
>>>> Already downloaded: /Library/Caches/Homebrew/csound-6.0.1.tar.bz2
>>>> ==> cmake . -DUSE_GETTEXT=0
>>>> -DCMAKE_INSTALL_PREFIX=/usr/local/Cellar/csound/6.0.
>>>> ==> make install
>>>> Call Stack (most recent call first):
>>>>   cmake_install.cmake:56 (INCLUDE)
>>>>
>>>>
>>>> make: *** [install] Error 1
>>>>
>>>>
>>>> On 11 May 2013 23:39, Steven Yi  wrote:
>>>>>
>>>>> Hey Ed,
>>>>>
>>>>> Sorry, just use "brew link --overwrite libsndfile" and ignore the
>>>>> uninstall/install thing I wrote earlier. :)
>>>>>
>>>>> steven
>>>>>
>>>>> On Sat, May 11, 2013 at 11:31 PM, Steven Yi  wrote:
>>>>> > Hey Ed!
>>>>> >
>>>>> > So for that it's pretty much what it says.  You'll have to use the
>>>>> > brew installed libsndfile, and to do that you'll probably have to do
>>>>> > "brew uninstall libsndfile; brew install --overwrite libsndfile".
>>>>> > Most
>>>>> > likely when brew tried to link it's libsndfile into /usr/local, it
>>>>> > encountered your custom built ones and gave up; I wonder if it didn't
>>>>> > alter something though X_X.  But try getting the brew installed ones
>>>>> > in there and I think you'll be good for csound building after that.
>>>>> >
>>>>> > Thanks!
>>>>> > steven
>>>>> >
>>>>> > On Sat, May 11, 2013 at 8:10 PM, Ed Costello
>>>>> >  wrote:
>>>>> >> I get an error saying it requires libsndfile, the thing is I already
>>>>> >> have
>>>>> >> libsndfile installed from a previous csound installation,
>>>>> >>
>>>>> >> CMake Error at CMakeLists.txt:339 (message):
>>>>> >>   Csound requires the sndfile library
>>>>> >>
>>>>> >>
>>>>> >> -- Configuring incomplete, errors occurred!
>>>>> >>
>>>>> >> READ THIS: https://github.com/mxcl/homebrew/wiki/troubleshooting
>>>>> >>
>>>>> >> Marions-MacBook:~ eddyc$ brew install libsndfile
>>>>> >> Warning: libsndfile-1.0.25 already installed, it's just not linked
>>>>> >> Marions-MacBook:~ eddyc$
>>>>> >>
>>>>> >>
>>>>> >>
>>>>> >> On 11 May 2013 18:26, peiman khosravi 
>>>>> >> wrote:
>>>>> >>>
>>>>> >>> I get the same errors.
>>>>> >>>
>>>>> >>> P
>>>>> >>>
>>>>> >>>
>>>>> >>>
>>>>> >>>
>>>>> >>>
>>>>> >>>
>>>>> >>> www.peimankhosravi.co.uk || Subscribe to RSS Feed
>>>>> >>>
>>>>> >>> To receive emails about upcoming concerts visit this page & enter
>>>>> >>> your
>>>>> >>> email address in the 'follow' section.
>>>>> >>>
>>>>> >>>
>>>>> >>>
>>>>> >>> On 11 May 2013 16:38, Steven Yi  wrote:
>>>>> >>>>
>>>>> >>>> Hi Jake,
>>>>> >>>>
>>>>> >>>> Thanks very much for the quick report! I'm running into similar
>>>>> >>>> situations and it has to do with brew trying to install links but
>>>>> >>>> there are original files there installed from somewhere else
>>>>> >>>> (likely
>>>>> >>>> from a previous csound installer install).  I just did this:
>>>>> >>>>
>>>>> >>>> Error: Could not symlink file:
>>>>> >>>> /usr/local/Cellar/libogg/1.3.0/include/ogg/os_types.h
>>>>> >>>> Target /usr/local/include/ogg/os_types.h already exists. You may
>>>>> >>>> need
>>>>> >>>> to delete it.
>>>>> >>>> To force the link and overwrite all other conflicting files, do:
>>>>> >>>>   brew link --overwrite formula_name
>>>>> >>>>
>>>>> >>>> To list all files that would be deleted:
>>>>> >>>>   brew link --overwrite --dry-run formula_name
>>>>> >>>> cp23-119:Formula stevenyi$ brew link --overwrite libogg
>>>>> >>>> Linking /usr/local/Cellar/libogg/1.3.0... 81 symlinks created
>>>>> >>>>
>>>>> >>>> and also did 'brew link --overwrite flac' (and so on for each
>>>>> >>>> lib).
>>>>> >>>>
>>>>> >>>> One note, I'm running into issues in building --universal.  It
>>>>> >>>> seems
>>>>> >>>> some of the formulas can be --universal but they depend on others
>>>>> >>>> that
>>>>> >>>> don't support universal.  I'm going to see about modifying some of
>>>>> >>>> the
>>>>> >>>> dependent homebrew recipes and if that works I'll see if they get
>>>>> >>>> accepted into the main repo.
>>>>> >>>>
>>>>> >>>> Thanks!
>>>>> >>>> steven
>>>>> >>>>
>>>>> >>>> On Sat, May 11, 2013 at 5:24 PM, Jacob Joaquin
>>>>> >>>> 
>>>>> >>>> wrote:
>>>>> >>>> > Here's my first run through; It breaks at libogg. I'm actually
>>>>> >>>> > in the
>>>>> >>>> > middle
>>>>> >>>> > of something this morning. I'll spend more time with this when I
>>>>> >>>> > have
>>>>> >>>> > some:
>>>>> >>>> >
>>>>> >>>> > Quorra ~ $ brew install http://www.kunstmusik.com/csound.rb
>>>>> >>>> >
>>>>> >>>> >
>>>>> >>>> > ########################################################################
>>>>> >>>> > 100.0%
>>>>> >>>> > Warning: Your Xcode (4.6.1) is outdated
>>>>> >>>> > Please install Xcode 4.6.2.
>>>>> >>>> > ==> Installing csound dependency: cmake
>>>>> >>>> > ==> Downloading
>>>>> >>>> > https://downloads.sf.net/project/machomebrew/Bottles/cmake-2.8.1
>>>>> >>>> >
>>>>> >>>> >
>>>>> >>>> > ########################################################################
>>>>> >>>> > 100.0%
>>>>> >>>> > ==> Pouring cmake-2.8.10.2.mountain_lion.bottle.tar.gz
>>>>> >>>> > 🍺  /usr/local/Cellar/cmake/2.8.10.2: 683 files, 32M
>>>>> >>>> > ==> Installing csound dependency: pcre
>>>>> >>>> > ==> Downloading
>>>>> >>>> > ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre-8.32.
>>>>> >>>> >
>>>>> >>>> >
>>>>> >>>> > ########################################################################
>>>>> >>>> > 100.0%
>>>>> >>>> >
>>>>> >>>> >
>>>>> >>>> > ########################################################################
>>>>> >>>> > 100.0%==> ./configure --prefix=/usr/local/Cellar/pcre/8.32
>>>>> >>>> > --enable-utf8
>>>>> >>>> > --enable-unic
>>>>> >>>> > ==> make test
>>>>> >>>> > ==> make install
>>>>> >>>> > 🍺  /usr/local/Cellar/pcre/8.32: 135 files, 3.6M, built in 44
>>>>> >>>> > seconds
>>>>> >>>> > ==> Installing csound dependency: swig
>>>>> >>>> > ==> Downloading
>>>>> >>>> >
>>>>> >>>> >
>>>>> >>>> > http://sourceforge.net/projects/swig/files/swig/swig-2.0.9/swig-2.0.9.tar.gz
>>>>> >>>> >
>>>>> >>>> >
>>>>> >>>> > ########################################################################
>>>>> >>>> > 100.0%
>>>>> >>>> > ==> ./configure --prefix=/usr/local/Cellar/swig/2.0.9
>>>>> >>>> > ==> make
>>>>> >>>> > ==> make install
>>>>> >>>> > 🍺  /usr/local/Cellar/swig/2.0.9: 599 files, 6.2M, built in 45
>>>>> >>>> > seconds
>>>>> >>>> > ==> Installing csound dependency: pkg-config
>>>>> >>>> > ==> Downloading
>>>>> >>>> >
>>>>> >>>> >
>>>>> >>>> > https://downloads.sf.net/project/machomebrew/Bottles/pkg-config-0.28.mountain_lion.bottle.tar.gz
>>>>> >>>> >
>>>>> >>>> >
>>>>> >>>> > ########################################################################
>>>>> >>>> > 100.0%
>>>>> >>>> > ==> Pouring pkg-config-0.28.mountain_lion.bottle.tar.gz
>>>>> >>>> > 🍺  /usr/local/Cellar/pkg-config/0.28: 10 files, 636K
>>>>> >>>> > ==> Installing csound dependency: lame
>>>>> >>>> > ==> Downloading
>>>>> >>>> >
>>>>> >>>> > http://downloads.sourceforge.net/sourceforge/lame/lame-3.99.5.tar.gz
>>>>> >>>> >
>>>>> >>>> >
>>>>> >>>> > ########################################################################
>>>>> >>>> > 100.0%
>>>>> >>>> > ==> ./configure --prefix=/usr/local/Cellar/lame/3.99.5
>>>>> >>>> > --enable-nasm
>>>>> >>>> > ==> make install
>>>>> >>>> > 🍺  /usr/local/Cellar/lame/3.99.5: 25 files, 2.1M, built in 27
>>>>> >>>> > seconds
>>>>> >>>> > ==> Installing csound dependency: flac
>>>>> >>>> > ==> Downloading
>>>>> >>>> >
>>>>> >>>> > http://downloads.sourceforge.net/sourceforge/flac/flac-1.2.1.tar.gz
>>>>> >>>> >
>>>>> >>>> >
>>>>> >>>> > ########################################################################
>>>>> >>>> > 100.0%
>>>>> >>>> > ==> ./configure --disable-asm-optimizations --enable-sse
>>>>> >>>> > --prefix=/usr/local/Cellar/flac/1.2.1
>>>>> >>>> > --mandir=/usr/local/Cellar/flac/1.2.1/share/man
>>>>> >>>> > ==> make install
>>>>> >>>> > ==> Downloading
>>>>> >>>> > https://github.com/rmndk/flac2mp3/archive/v1.0.tar.gz
>>>>> >>>> >
>>>>> >>>> >
>>>>> >>>> > ########################################################################
>>>>> >>>> > 100.0%
>>>>> >>>> > Warning: Could not link flac. Unlinking...
>>>>> >>>> > Error: The `brew link` step did not complete successfully
>>>>> >>>> > The formula built, but is not symlinked into /usr/local
>>>>> >>>> > You can try again using `brew link flac'
>>>>> >>>> > ==> Summary
>>>>> >>>> > 🍺  /usr/local/Cellar/flac/1.2.1: 304 files, 6.5M, built in 47
>>>>> >>>> > seconds
>>>>> >>>> > ==> Installing csound dependency: libogg
>>>>> >>>> > ==> Downloading
>>>>> >>>> > http://downloads.xiph.org/releases/ogg/libogg-1.3.0.tar.gz
>>>>> >>>> >
>>>>> >>>> >
>>>>> >>>> > ########################################################################
>>>>> >>>> > 100.0%
>>>>> >>>> > ==> ./configure --prefix=/usr/local/Cellar/libogg/1.3.0
>>>>> >>>> > ==> make
>>>>> >>>> > ==> make install
>>>>> >>>> > Warning: Could not link libogg. Unlinking...
>>>>> >>>> > Error: The `brew link` step did not complete successfully
>>>>> >>>> > The formula built, but is not symlinked into /usr/local
>>>>> >>>> > You can try again using `brew link libogg'
>>>>> >>>> > ==> Summary
>>>>> >>>> > 🍺  /usr/local/Cellar/libogg/1.3.0: 85 files, 520K, built in 11
>>>>> >>>> > seconds
>>>>> >>>> > ==> Installing csound dependency: xz
>>>>> >>>> > ==> Downloading http://tukaani.org/xz/xz-5.0.4.tar.bz2
>>>>> >>>> >
>>>>> >>>> >
>>>>> >>>> > ########################################################################
>>>>> >>>> > 100.0%
>>>>> >>>> > ==> ./configure --prefix=/usr/local/Cellar/xz/5.0.4
>>>>> >>>> > ==> make install
>>>>> >>>> > 🍺  /usr/local/Cellar/xz/5.0.4: 58 files, 1.5M, built in 27
>>>>> >>>> > seconds
>>>>> >>>> > Error: You must `brew link libogg' before libvorbis can be
>>>>> >>>> > installed
>>>>> >>>> >
>>>>> >>>> >
>>>>> >>>> >
>>>>> >>>> >
>>>>> >>>> >
>>>>> >>>> > On Sat, May 11, 2013 at 8:21 AM, Jacob Joaquin
>>>>> >>>> > 
>>>>> >>>> > wrote:
>>>>> >>>> >>
>>>>> >>>> >> I ran into an error which was resolved by updating brew:
>>>>> >>>> >>
>>>>> >>>> >> brew update
>>>>> >>>> >>
>>>>> >>>> >> It's currently downloading and installing dependencies. We'll
>>>>> >>>> >> see how
>>>>> >>>> >> this
>>>>> >>>> >> goes.
>>>>> >>>> >>
>>>>> >>>> >>
>>>>> >>>> >> On Sat, May 11, 2013 at 8:12 AM, Steven Yi 
>>>>> >>>> >> wrote:
>>>>> >>>> >>>
>>>>> >>>> >>> Hi All,
>>>>> >>>> >>>
>>>>> >>>> >>> I've put together a homebrew [1]  file and was hoping to get
>>>>> >>>> >>> some
>>>>> >>>> >>> people to test it.  If it's working well maybe we can submit
>>>>> >>>> >>> it to
>>>>> >>>> >>> the
>>>>> >>>> >>> homebrew repo.  The file is available at:
>>>>> >>>> >>>
>>>>> >>>> >>> http://www.kunstmusik.com/csound.rb
>>>>> >>>> >>>
>>>>> >>>> >>> You can try installing it by using:
>>>>> >>>> >>>
>>>>> >>>> >>> brew install http://www.kunstmusik.com/csound.rb
>>>>> >>>> >>>
>>>>> >>>> >>> This builds with a source zip I put together from today's GIT
>>>>> >>>> >>> (using
>>>>> >>>> >>> 'cpack package_source').  If you want to use the latest from
>>>>> >>>> >>> GIT
>>>>> >>>> >>> (recommended at this point) you can use:
>>>>> >>>> >>>
>>>>> >>>> >>> brew install --HEAD http://www.kunstmusik.com/csound.rb
>>>>> >>>> >>>
>>>>> >>>> >>> This should also install the following dependencies:
>>>>> >>>> >>>
>>>>> >>>> >>>   depends_on 'cmake' => :build
>>>>> >>>> >>>   depends_on 'swig' => :build
>>>>> >>>> >>>
>>>>> >>>> >>>   depends_on 'libsndfile'
>>>>> >>>> >>>
>>>>> >>>> >>>   depends_on 'portaudio' => :recommended
>>>>> >>>> >>>   depends_on 'portmidi' => :recommended
>>>>> >>>> >>>   depends_on 'liblo' => :recommended
>>>>> >>>> >>>   depends_on 'boost' => :recommended
>>>>> >>>> >>>   depends_on 'libpng' => :recommended
>>>>> >>>> >>>   depends_on 'stk' => :recommended
>>>>> >>>> >>>
>>>>> >>>> >>> You can get info on flags by using:
>>>>> >>>> >>>
>>>>> >>>> >>> brew info http://www.kunstmusik.com/csound.rb
>>>>> >>>> >>>
>>>>> >>>> >>> and can (or, at least, should) be able to build as a
>>>>> >>>> >>> --universal
>>>>> >>>> >>> using:
>>>>> >>>> >>>
>>>>> >>>> >>> brew install --HEAD http://www.kunstmusik.com/csound.rb
>>>>> >>>> >>> --universal
>>>>> >>>> >>>
>>>>> >>>> >>> Some notes:
>>>>> >>>> >>>
>>>>> >>>> >>> 1) There are likely to be problems.  Please report issues here
>>>>> >>>> >>> so
>>>>> >>>> >>> that
>>>>> >>>> >>> we can fix them together. :)
>>>>> >>>> >>>
>>>>> >>>> >>> 2) The csound cmake file installs things into places that may
>>>>> >>>> >>> be
>>>>> >>>> >>> protected on your system. The particularly relevant ones are
>>>>> >>>> >>> /usr/local, /Library/Python/2.7/site-packages, and
>>>>> >>>> >>> /Library/Java/Extensions.  Homebrew explains how to deal with
>>>>> >>>> >>> the
>>>>> >>>> >>> latter 2 directores in [2]. There's info about /usr/local on
>>>>> >>>> >>> the
>>>>> >>>> >>> homebrew site [1].
>>>>> >>>> >>>
>>>>> >>>> >>> 3) I'm currently thinking this might be the best way to get
>>>>> >>>> >>> everything
>>>>> >>>> >>> required to build csound installed on OSX.  The idea is that
>>>>> >>>> >>> once you
>>>>> >>>> >>> install once, you'll have everything you need to also clone
>>>>> >>>> >>> Csound's
>>>>> >>>> >>> git repo and develop/build/install.
>>>>> >>>> >>>
>>>>> >>>> >>> Thanks!
>>>>> >>>> >>> steven
>>>>> >>>> >>>
>>>>> >>>> >>> [1] - http://brew.sh/
>>>>> >>>> >>> [2] -
>>>>> >>>> >>>
>>>>> >>>> >>> https://github.com/mxcl/homebrew/wiki/Gems%2C-Eggs-and-Perl-Modules
>>>>> >>>> >>>
>>>>> >>>> >>>
>>>>> >>>> >>>
>>>>> >>>> >>>
>>>>> >>>> >>> ------------------------------------------------------------------------------
>>>>> >>>> >>> Learn Graph Databases - Download FREE O'Reilly Book
>>>>> >>>> >>> "Graph Databases" is the definitive new guide to graph
>>>>> >>>> >>> databases and
>>>>> >>>> >>> their applications. This 200-page book is written by three
>>>>> >>>> >>> acclaimed
>>>>> >>>> >>> leaders in the field. The early access version is available
>>>>> >>>> >>> now.
>>>>> >>>> >>> Download your free book today!
>>>>> >>>> >>> http://p.sf.net/sfu/neotech_d2d_may
>>>>> >>>> >>> _______________________________________________
>>>>> >>>> >>> Csound-devel mailing list
>>>>> >>>> >>> Csound-devel@lists.sourceforge.net
>>>>> >>>> >>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>> >>>> >>
>>>>> >>>> >>
>>>>> >>>> >>
>>>>> >>>> >>
>>>>> >>>> >> --
>>>>> >>>> >> codehop.com | #code #art #music
>>>>> >>>> >
>>>>> >>>> >
>>>>> >>>> >
>>>>> >>>> >
>>>>> >>>> > --
>>>>> >>>> > codehop.com | #code #art #music
>>>>> >>>> >
>>>>> >>>> >
>>>>> >>>> >
>>>>> >>>> > ------------------------------------------------------------------------------
>>>>> >>>> > Learn Graph Databases - Download FREE O'Reilly Book
>>>>> >>>> > "Graph Databases" is the definitive new guide to graph databases
>>>>> >>>> > and
>>>>> >>>> > their applications. This 200-page book is written by three
>>>>> >>>> > acclaimed
>>>>> >>>> > leaders in the field. The early access version is available now.
>>>>> >>>> > Download your free book today!
>>>>> >>>> > http://p.sf.net/sfu/neotech_d2d_may
>>>>> >>>> > _______________________________________________
>>>>> >>>> > Csound-devel mailing list
>>>>> >>>> > Csound-devel@lists.sourceforge.net
>>>>> >>>> > https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>> >>>> >
>>>>> >>>>
>>>>> >>>>
>>>>> >>>>
>>>>> >>>> ------------------------------------------------------------------------------
>>>>> >>>> Learn Graph Databases - Download FREE O'Reilly Book
>>>>> >>>> "Graph Databases" is the definitive new guide to graph databases
>>>>> >>>> and
>>>>> >>>> their applications. This 200-page book is written by three
>>>>> >>>> acclaimed
>>>>> >>>> leaders in the field. The early access version is available now.
>>>>> >>>> Download your free book today! http://p.sf.net/sfu/neotech_d2d_may
>>>>> >>>> _______________________________________________
>>>>> >>>> Csound-devel mailing list
>>>>> >>>> Csound-devel@lists.sourceforge.net
>>>>> >>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>> >>>
>>>>> >>>
>>>>> >>>
>>>>> >>>
>>>>> >>>
>>>>> >>> ------------------------------------------------------------------------------
>>>>> >>> Learn Graph Databases - Download FREE O'Reilly Book
>>>>> >>> "Graph Databases" is the definitive new guide to graph databases
>>>>> >>> and
>>>>> >>> their applications. This 200-page book is written by three
>>>>> >>> acclaimed
>>>>> >>> leaders in the field. The early access version is available now.
>>>>> >>> Download your free book today! http://p.sf.net/sfu/neotech_d2d_may
>>>>> >>> _______________________________________________
>>>>> >>> Csound-devel mailing list
>>>>> >>> Csound-devel@lists.sourceforge.net
>>>>> >>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>> >>>
>>>>> >>
>>>>> >>
>>>>> >>
>>>>> >> ------------------------------------------------------------------------------
>>>>> >> Learn Graph Databases - Download FREE O'Reilly Book
>>>>> >> "Graph Databases" is the definitive new guide to graph databases and
>>>>> >> their applications. This 200-page book is written by three acclaimed
>>>>> >> leaders in the field. The early access version is available now.
>>>>> >> Download your free book today! http://p.sf.net/sfu/neotech_d2d_may
>>>>> >> _______________________________________________
>>>>> >> Csound-devel mailing list
>>>>> >> Csound-devel@lists.sourceforge.net
>>>>> >> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>> >>
>>>>>
>>>>>
>>>>> ------------------------------------------------------------------------------
>>>>> Learn Graph Databases - Download FREE O'Reilly Book
>>>>> "Graph Databases" is the definitive new guide to graph databases and
>>>>> their applications. This 200-page book is written by three acclaimed
>>>>> leaders in the field. The early access version is available now.
>>>>> Download your free book today! http://p.sf.net/sfu/neotech_d2d_may
>>>>> _______________________________________________
>>>>> Csound-devel mailing list
>>>>> Csound-devel@lists.sourceforge.net
>>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>
>>>>
>>>>
>>>>
>>>> ------------------------------------------------------------------------------
>>>> Learn Graph Databases - Download FREE O'Reilly Book
>>>> "Graph Databases" is the definitive new guide to graph databases and
>>>> their applications. This 200-page book is written by three acclaimed
>>>> leaders in the field. The early access version is available now.
>>>> Download your free book today! http://p.sf.net/sfu/neotech_d2d_may
>>>> _______________________________________________
>>>> Csound-devel mailing list
>>>> Csound-devel@lists.sourceforge.net
>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>
>>>
>>>
>>> ------------------------------------------------------------------------------
>>> Learn Graph Databases - Download FREE O'Reilly Book
>>> "Graph Databases" is the definitive new guide to graph databases and
>>> their applications. This 200-page book is written by three acclaimed
>>> leaders in the field. The early access version is available now.
>>> Download your free book today! http://p.sf.net/sfu/neotech_d2d_may
>>> _______________________________________________
>>> Csound-devel mailing list
>>> Csound-devel@lists.sourceforge.net
>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>
>>
>>
>>
>> ------------------------------------------------------------------------------
>> Learn Graph Databases - Download FREE O'Reilly Book
>> "Graph Databases" is the definitive new guide to graph databases and
>> their applications. This 200-page book is written by three acclaimed
>> leaders in the field. The early access version is available now.
>> Download your free book today! http://p.sf.net/sfu/neotech_d2d_may
>> _______________________________________________
>> Csound-devel mailing list
>> Csound-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>
>
>
> ------------------------------------------------------------------------------
> Learn Graph Databases - Download FREE O'Reilly Book
> "Graph Databases" is the definitive new guide to graph databases and
> their applications. This 200-page book is written by three acclaimed
> leaders in the field. The early access version is available now.
> Download your free book today! http://p.sf.net/sfu/neotech_d2d_may
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel
>

------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and 
their applications. This 200-page book is written by three acclaimed 
leaders in the field. The early access version is available now. 
Download your free book today! http://p.sf.net/sfu/neotech_d2d_may
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net
https://lists.sourc

Date2013-05-12 13:45
FromEd Costello
SubjectRe: [Cs-dev] OSX: Homebrew
AttachmentsNone  None  
Got it installed, however I had to do a brew link --overwrite csound, heres the output

Warning: Could not link csound. Unlinking...
Error: The `brew link` step did not complete successfully
The formula built, but is not symlinked into /usr/local
You can try again using `brew link csound'
Warning: Could not fix install names for /usr/local/Cellar/csound/HEAD/bin/srconv
Warning: Could not fix install names for /usr/local/Cellar/csound/HEAD/bin/sndinfo
Warning: Could not fix install names for /usr/local/Cellar/csound/HEAD/bin/scsort
Warning: Could not fix install names for /usr/local/Cellar/csound/HEAD/bin/scope
Warning: Could not fix install names for /usr/local/Cellar/csound/HEAD/bin/scale
Warning: Could not fix install names for /usr/local/Cellar/csound/HEAD/bin/pvlook
Warning: Could not fix install names for /usr/local/Cellar/csound/HEAD/bin/pvanal
Warning: Could not fix install names for /usr/local/Cellar/csound/HEAD/bin/pv_import
Warning: Could not fix install names for /usr/local/Cellar/csound/HEAD/bin/pv_export
Warning: Could not fix install names for /usr/local/Cellar/csound/HEAD/bin/mixer
Warning: Could not fix install names for /usr/local/Cellar/csound/HEAD/bin/lpc_import
Warning: Could not fix install names for /usr/local/Cellar/csound/HEAD/bin/lpc_export
Warning: Could not fix install names for /usr/local/Cellar/csound/HEAD/bin/lpanal
Warning: Could not fix install names for /usr/local/Cellar/csound/HEAD/bin/hetro
Warning: Could not fix install names for /usr/local/Cellar/csound/HEAD/bin/het_import
Warning: Could not fix install names for /usr/local/Cellar/csound/HEAD/bin/het_export
Warning: Could not fix install names for /usr/local/Cellar/csound/HEAD/bin/extractor
Warning: Could not fix install names for /usr/local/Cellar/csound/HEAD/bin/extract
Warning: Could not fix install names for /usr/local/Cellar/csound/HEAD/bin/envext
Warning: Could not fix install names for /usr/local/Cellar/csound/HEAD/bin/dnoise
Warning: Could not fix install names for /usr/local/Cellar/csound/HEAD/bin/cvanal
Warning: Could not fix install names for /usr/local/Cellar/csound/HEAD/bin/csound
Warning: Could not fix install names for /usr/local/Cellar/csound/HEAD/bin/csanalyze
Warning: Could not fix install names for /usr/local/Cellar/csound/HEAD/bin/atsa
Warning: Could not fix install names for /usr/local/Cellar/csound/HEAD/lib/luaCsnd6.so
Warning: Could not fix install names for /usr/local/Cellar/csound/HEAD/lib/libcsnd.6.0.dylib
==> Summary
🍺  /usr/local/Cellar/csound/HEAD: 34 files, 1.6M, built in 2.2 minutes
Marions-MacBook:~ eddyc$ brew link csound
Linking /usr/local/Cellar/csound/HEAD... Warning: Could not link csound. Unlinking...

Error: Could not symlink file: /usr/local/Cellar/csound/HEAD/bin/srconv
Target /usr/local/bin/srconv already exists. You may need to delete it.
To force the link and delete this file, do:
  brew link --overwrite formula_name

To list all files that would be deleted:
  brew link --overwrite --dry-run formula_name
Marions-MacBook:~ eddyc$ brew link --overwrite csound
Linking /usr/local/Cellar/csound/HEAD... 29 symlinks created


On 12 May 2013 14:18, Steven Yi <stevenyi@gmail.com> wrote:
Hi Ed,

Yeah I mentioned this situation in my first email:

"2) The csound cmake file installs things into places that may be
protected on your system. The particularly relevant ones are
/usr/local, /Library/Python/2.7/site-packages, and
/Library/Java/Extensions.  Homebrew explains how to deal with the
latter 2 directores in [2]. There's info about /usr/local on the
homebrew site [1]."

The link for number 2 is:

https://github.com/mxcl/homebrew/wiki/Gems%2C-Eggs-and-Perl-Modules

The essentialy thing to run is:

sudo chmod +a 'user:YOUR_NAME_HERE allow
add_subdirectory,add_file,delete_child,directory_inherit'
/Library/Python/2.7/site-packages
sudo chmod +a 'user:YOUR_NAME_HERE allow
add_subdirectory,add_file,delete_child,directory_inherit'
/Library/Java/Extensions

where YOUR_NAME_HERE is your system user name.

After that, you should be able to install.

Let me know how it goes for you!
steven


On Sun, May 12, 2013 at 12:12 PM, Ed Costello <edwardcostello@gmail.com> wrote:
> Here ya go, I think the installer is having trouble with copying _csnd6.so
> into my python site packages directory
>
> Marions-MacBook:~ eddyc$ brew install --HEAD
> http://www.kunstmusik.com/csound.rb --verbose
> /usr/bin/curl -f#LA Homebrew 0.9.4 (Ruby 1.8.7-358; Mac OS X 10.8.3)
> http://www.kunstmusik.com/csound.rb -o
> /Library/Caches/Homebrew/Formula/csound.rb
> ########################################################################
> 100.0%
> ==> Cloning git://git.code.sourceforge.net/p/csound/csound6-git
> git clone --depth 1 git://git.code.sourceforge.net/p/csound/csound6-git
> /Library/Caches/Homebrew/csound--git
> Cloning into '/Library/Caches/Homebrew/csound--git'...
> remote: Counting objects: 1531, done.
> remote: Compressing objects: 100% (1314/1314), done.
> remote: Total 1531 (delta 288), reused 797 (delta 140)
> Receiving objects: 100% (1531/1531), 13.23 MiB | 1.07 MiB/s, done.
> Resolving deltas: 100% (288/288), done.
> git reset --hard origin/HEAD
> HEAD is now at 2468c7c some float csound adjustments
> git checkout-index -a -f --prefix=/private/tmp/csound-KYls/
> ==> cmake . -DUSE_GETTEXT=0
> -DCMAKE_INSTALL_PREFIX=/usr/local/Cellar/csound/HEAD -DCMAKE_BUILD_TYPE=None
> -DCMAKE_FIND_FRAMEWORK=LAST -Wno-dev
> cmake . -DUSE_GETTEXT=0 -DCMAKE_INSTALL_PREFIX=/usr/local/Cellar/csound/HEAD
> -DCMAKE_BUILD_TYPE=None -DCMAKE_FIND_FRAMEWORK=LAST -Wno-dev
> -- The C compiler identification is Clang 4.2.0
> -- The CXX compiler identification is Clang 4.2.0
> -- Check for working C compiler: /usr/local/Library/ENV/4.3/cc
> -- Check for working C compiler: /usr/local/Library/ENV/4.3/cc -- works
> -- Detecting C compiler ABI info
> -- Detecting C compiler ABI info - done
> -- Check for working CXX compiler: /usr/local/Library/ENV/4.3/c++
> -- Check for working CXX compiler: /usr/local/Library/ENV/4.3/c++ -- works
> -- Detecting CXX compiler ABI info
> -- Detecting CXX compiler ABI info - done
> -- /tmp/csound-KYls
> -- BUILD_BIN_DIR set to /tmp/csound-KYls
> -- BUILD_LIB_DIR set to /tmp/csound-KYls
> -- BUILD_PLUGINS_DIR set to /tmp/csound-KYls
> -- Check if the system is big endian
> -- Searching 16 bit integer
> -- Looking for sys/types.h
> -- Looking for sys/types.h - found
> -- Looking for stdint.h
> -- Looking for stdint.h - found
> -- Looking for stddef.h
> -- Looking for stddef.h - found
> -- Check size of unsigned short
> -- Check size of unsigned short - done
> -- Using unsigned short
> -- Check if the system is big endian - little endian
> -- Try OpenMP C flag = [-fopenmp]
> -- Performing Test OpenMP_FLAG_DETECTED
> -- Performing Test OpenMP_FLAG_DETECTED - Failed
> -- Try OpenMP C flag = [/openmp]
> -- Performing Test OpenMP_FLAG_DETECTED
> -- Performing Test OpenMP_FLAG_DETECTED - Failed
> -- Try OpenMP C flag = [-Qopenmp]
> -- Performing Test OpenMP_FLAG_DETECTED
> -- Performing Test OpenMP_FLAG_DETECTED - Failed
> -- Try OpenMP C flag = [-openmp]
> -- Performing Test OpenMP_FLAG_DETECTED
> -- Performing Test OpenMP_FLAG_DETECTED - Failed
> -- Try OpenMP C flag = [ ]
> -- Performing Test OpenMP_FLAG_DETECTED
> -- Performing Test OpenMP_FLAG_DETECTED - Failed
> -- Try OpenMP C flag = [-xopenmp]
> -- Performing Test OpenMP_FLAG_DETECTED
> -- Performing Test OpenMP_FLAG_DETECTED - Failed
> -- Try OpenMP C flag = [+Oopenmp]
> -- Performing Test OpenMP_FLAG_DETECTED
> -- Performing Test OpenMP_FLAG_DETECTED - Failed
> -- Try OpenMP C flag = [-qsmp]
> -- Performing Test OpenMP_FLAG_DETECTED
> -- Performing Test OpenMP_FLAG_DETECTED - Failed
> -- Try OpenMP C flag = [-mp]
> -- Performing Test OpenMP_FLAG_DETECTED
> -- Performing Test OpenMP_FLAG_DETECTED - Failed
> -- Try OpenMP CXX flag = [-fopenmp]
> -- Performing Test OpenMP_FLAG_DETECTED
> -- Performing Test OpenMP_FLAG_DETECTED - Failed
> -- Try OpenMP CXX flag = [/openmp]
> -- Performing Test OpenMP_FLAG_DETECTED
> -- Performing Test OpenMP_FLAG_DETECTED - Failed
> -- Try OpenMP CXX flag = [-Qopenmp]
> -- Performing Test OpenMP_FLAG_DETECTED
> -- Performing Test OpenMP_FLAG_DETECTED - Failed
> -- Try OpenMP CXX flag = [-openmp]
> -- Performing Test OpenMP_FLAG_DETECTED
> -- Performing Test OpenMP_FLAG_DETECTED - Failed
> -- Try OpenMP CXX flag = [ ]
> -- Performing Test OpenMP_FLAG_DETECTED
> -- Performing Test OpenMP_FLAG_DETECTED - Failed
> -- Try OpenMP CXX flag = [-xopenmp]
> -- Performing Test OpenMP_FLAG_DETECTED
> -- Performing Test OpenMP_FLAG_DETECTED - Failed
> -- Try OpenMP CXX flag = [+Oopenmp]
> -- Performing Test OpenMP_FLAG_DETECTED
> -- Performing Test OpenMP_FLAG_DETECTED - Failed
> -- Try OpenMP CXX flag = [-qsmp]
> -- Performing Test OpenMP_FLAG_DETECTED
> -- Performing Test OpenMP_FLAG_DETECTED - Failed
> -- Try OpenMP CXX flag = [-mp]
> -- Performing Test OpenMP_FLAG_DETECTED
> -- Performing Test OpenMP_FLAG_DETECTED - Failed
> -- Could NOT find OpenMP (missing:  OpenMP_C_FLAGS OpenMP_CXX_FLAGS)
> -- Looking for libintl.h
> -- Looking for libintl.h - not found
> -- Looking for C++ include eigen3/Eigen/Dense
> -- Looking for C++ include eigen3/Eigen/Dense - not found
> -- Could NOT find Gettext (missing:  GETTEXT_MSGMERGE_EXECUTABLE
> GETTEXT_MSGFMT_EXECUTABLE)
> -- Looking for lrint in m
> -- Looking for lrint in m - found
> -- Looking for unistd.h
> -- Looking for unistd.h - found
> -- Looking for io.h
> -- Looking for io.h - not found
> -- Looking for fcntl.h
> -- Looking for fcntl.h - found
> -- Looking for sys/time.h
> -- Looking for sys/time.h - found
> -- Looking for termios.h
> -- Looking for termios.h - found
> -- Looking for values.h
> -- Looking for values.h - not found
> -- Looking for winsock.h
> -- Looking for winsock.h - not found
> -- Looking for sys/socket.h
> -- Looking for sys/socket.h - found
> -- Looking for dirent.h
> -- Looking for dirent.h - found
> -- USE_LRINT is enabled
> -- Found FLEX: /usr/bin/flex (found version "2.5.35")
> -- Found BISON: /usr/bin/bison (found version "2.3")
> -- Looking for pthread_spin_lock
> -- Looking for pthread_spin_lock - not found
> -- Looking for pthread_barrier_init
> -- Looking for pthread_barrier_init - not found
> -- OPENMP_FOUND="FALSE", so disabling USE_OPEN_MP
> -- PTHREAD_BARRIER_INIT_EXISTS="", so disabling USE_OPEN_MP
> -- USE_OPEN_MP is disabled
> -- Not building with score parser
> -- Not building with new parser debugging
> -- Building with multicore
> -- USE_GETTEXT is disabled
> -- Not using localization
> -- Building on OSX
> -- Boost version: 1.53.0
> -- Looking for ladspa.h
> -- Looking for ladspa.h - not found
> -- Looking for fluidsynth.h
> -- Looking for fluidsynth.h - not found
> -- Looking for jack/jack.h
> -- Looking for jack/jack.h - not found
> -- Looking for C++ include gmm/gmm.h
> -- Looking for C++ include gmm/gmm.h - not found
> -- Looking for lo/lo.h
> -- Looking for lo/lo.h - found
> -- Found ZLIB: /usr/lib/libz.dylib (found version "1.2.5")
> -- Found PNG: /usr/local/lib/libpng.dylib (found version "1.5.14")
> -- Found PythonLibs: /usr/lib/libpython2.7.dylib (found version "2.7.2")
> -- Found Lua51: /usr/local/lib/liblua.dylib (found version "5.1.5")
> -- Looking for wiiuse.h
> -- Looking for wiiuse.h - not found
> -- Looking for p5glove.h
> -- Looking for p5glove.h - not found
> -- BUILD_CHUA_OPCODES is enabled
> -- LADSPA_H="", so disabling BUILD_DSSI_OPCODES
> -- BUILD_DSSI_OPCODES is disabled
> -- FLUIDSYNTH_H="", so disabling BUILD_FLUID_OPCODES
> -- FLUIDSYNTH_LIBRARY="FLUIDSYNTH_LIBRARY-NOTFOUND", so disabling
> BUILD_FLUID_OPCODES
> -- BUILD_FLUID_OPCODES is disabled
> -- JACK_HEADER="", so disabling BUILD_JACK_OPCODES
> -- BUILD_JACK_OPCODES is disabled
> -- GMM_HEADER="", so disabling BUILD_LINEAR_ALGEBRA_OPCODES
> -- BUILD_LINEAR_ALGEBRA_OPCODES is disabled
> -- BUILD_OSC_OPCODES is enabled
> -- BUILD_IMAGE_OPCODES is enabled
> -- BUILD_PYTHON_OPCODES is enabled
> -- OPENMP_FOUND="FALSE", so disabling BUILD_LUA_OPCODES
> -- BUILD_LUA_OPCODES is disabled
> -- WIIUSE_H="", so disabling BUILD_WIIMOTE_OPCODES
> -- BUILD_WIIMOTE_OPCODES is disabled
> -- P5GLOVE_H="", so disabling BUILD_P5GLOVE_OPCODES
> -- BUILD_P5GLOVE_OPCODES is disabled
> -- BUILD_STK_OPCODES is enabled
> --
> -- ## REALTIME AUDIO AND MIDI ##
> -- Looking for alsa/asoundlib.h
> -- Looking for alsa/asoundlib.h - not found
> -- Looking for pulse/simple.h
> -- Looking for pulse/simple.h - not found
> -- Looking for XOpenDisplay in
> /usr/X11R6/lib/libX11.dylib;/usr/X11R6/lib/libXext.dylib
> -- Looking for XOpenDisplay in
> /usr/X11R6/lib/libX11.dylib;/usr/X11R6/lib/libXext.dylib - found
> -- Looking for gethostbyname
> -- Looking for gethostbyname - found
> -- Looking for connect
> -- Looking for connect - found
> -- Looking for remove
> -- Looking for remove - found
> -- Looking for shmat
> -- Looking for shmat - found
> -- Looking for IceConnectionNumber in ICE
> -- Looking for IceConnectionNumber in ICE - not found
> -- Found X11: /usr/X11R6/lib/libX11.dylib
> -- Found FLTK:
> /usr/local/lib/libfltk_images.a;/usr/local/lib/libfltk_forms.a;/usr/local/lib/libfltk.a
> -- USE_COREMIDI is enabled
> -- USE_AUDIOUNIT is enabled
> -- ALSA_HEADER="", so disabling USE_ALSA
> -- ALSA_LIBRARY="ALSA_LIBRARY-NOTFOUND", so disabling USE_ALSA
> -- USE_ALSA is disabled
> -- PULSEAUDIO_HEADER="", so disabling USE_PULSEAUDIO
> -- PULSEAUDIO_LIBRARY="PULSEAUDIO_LIBRARY-NOTFOUND", so disabling
> USE_PULSEAUDIO
> -- PULSESIMPLE_LIBRARY="PULSESIMPLE_LIBRARY-NOTFOUND", so disabling
> USE_PULSEAUDIO
> -- USE_PULSEAUDIO is disabled
> -- PORTAUDIO_HEADER="", so disabling USE_PORTAUDIO
> -- USE_PORTAUDIO is disabled
> -- PORTMIDI_HEADER="", so disabling USE_PORTMIDI
> -- USE_PORTMIDI is disabled
> -- JACK_HEADER="", so disabling USE_JACK
> -- JACK_LIBRARY="JACK_LIBRARY-NOTFOUND", so disabling USE_JACK
> -- USE_JACK is disabled
> -- USE_FLTK is enabled
> -- BUILD_VIRTUAL_KEYBOARD is enabled
> --
> -- Building C++ interface library
> -- Found SWIG: /usr/local/bin/swig (found suitable version "2.0.9", minimum
> required is "2.0")
> -- Found JNI: -framework JavaVM
> -- Found Java: /usr/bin/java (found version "1.6.0.45")
> -- BUILD_PYTHON_INTERFACE is enabled
> -- BUILD_JAVA_INTERFACE is enabled
> -- BUILD_LUA_INTERFACE is enabled
> -- Looking for m_pd.h
> -- Looking for m_pd.h - not found
> -- Building csLadspa
> -- BUILD_CSBEATS is enabled
> -- PD_HEADER="", so disabling BUILD_PD_CLASS
> -- BUILD_PD_CLASS is disabled
> -- BUILD_WINSOUND is disabled
> -- Boost version: 1.53.0
> -- Found SWIG: /usr/local/bin/swig (found version "2.0.9")
> -- BUILD_CSOUND_AC is disabled
> -- BUILD_CSOUND_AC_PYTHON_INTERFACE is enabled
> -- BUILD_CSOUND_AC_LUA_INTERFACE is enabled
> -- Configuring done
> -- Generating done
> -- Build files have been written to: /tmp/csound-KYls
> ==> make install
> make install
> Scanning dependencies of target ampmidid
> [  0%] Generating csound_prelex.c
> [  0%] Generating csound_orclex.c
> [  0%] Generating csound_orcparse.c
> /tmp/csound-KYls/Engine/csound_orc.y: conflicts: 4 shift/reduce, 10
> reduce/reduce
> [  0%] Building CXX object Opcodes/CMakeFiles/ampmidid.dir/ampmidid.cpp.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> Scanning dependencies of target CsoundLib64
> Linking CXX shared library ../libampmidid.dylib
> [  0%] Built target ampmidid
> Scanning dependencies of target cellular
> [  0%] Building C object Opcodes/CMakeFiles/cellular.dir/cellular.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> Linking C shared library ../libcellular.dylib
> [  0%] Built target cellular
> Scanning dependencies of target chua
> [  1%] Building C object CMakeFiles/CsoundLib64.dir/Engine/auxfd.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [  1%] Building C object CMakeFiles/CsoundLib64.dir/Engine/cfgvar.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [  1%] Building C object CMakeFiles/CsoundLib64.dir/Engine/corfiles.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [  2%] Building C object CMakeFiles/CsoundLib64.dir/Engine/entry1.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [  2%] Building C object CMakeFiles/CsoundLib64.dir/Engine/envvar.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [  2%] [  3%] Building C object
> CMakeFiles/CsoundLib64.dir/Engine/extract.c.o
> Building CXX object Opcodes/CMakeFiles/chua.dir/chua/ChuaOscillator.cpp.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [  4%] Building C object CMakeFiles/CsoundLib64.dir/Engine/fgens.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [  4%] Building C object CMakeFiles/CsoundLib64.dir/Engine/insert.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [  4%] Building C object CMakeFiles/CsoundLib64.dir/Engine/linevent.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [  5%] Building C object CMakeFiles/CsoundLib64.dir/Engine/memalloc.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [  5%] Building C object CMakeFiles/CsoundLib64.dir/Engine/memfiles.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [  5%] Building C object CMakeFiles/CsoundLib64.dir/Engine/musmon.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [  5%] Building C object CMakeFiles/CsoundLib64.dir/Engine/namedins.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [  6%] Building C object CMakeFiles/CsoundLib64.dir/Engine/rdscor.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [  6%] Building C object CMakeFiles/CsoundLib64.dir/Engine/scsort.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [  6%] Building C object CMakeFiles/CsoundLib64.dir/Engine/scxtract.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [  7%] Building C object CMakeFiles/CsoundLib64.dir/Engine/sort.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [  7%] Building C object CMakeFiles/CsoundLib64.dir/Engine/sread.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> Linking CXX shared library ../libchua.dylib
> [  7%] Building C object CMakeFiles/CsoundLib64.dir/Engine/swritestr.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [  8%] Building C object CMakeFiles/CsoundLib64.dir/Engine/twarp.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [  8%] Building C object
> CMakeFiles/CsoundLib64.dir/Engine/csound_type_system.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [  8%] Building C object
> CMakeFiles/CsoundLib64.dir/Engine/csound_standard_types.c.o
> [  8%] Built target chua
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> Scanning dependencies of target control
> [  9%] [  9%] Building C object
> CMakeFiles/CsoundLib64.dir/Engine/csound_data_structures.c.o
> Building C object Opcodes/CMakeFiles/control.dir/control.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [  9%] Linking C shared library ../libcontrol.dylib
> Building C object CMakeFiles/CsoundLib64.dir/Engine/pools.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [  9%] Built target control
> Scanning dependencies of target cs_date
> [  9%] [ 10%] Building C object CMakeFiles/CsoundLib64.dir/InOut/libsnd.c.o
> Building C object Opcodes/CMakeFiles/cs_date.dir/date.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> Linking C shared library ../libcs_date.dylib
> [ 10%] Built target cs_date
> [ 10%] Building C object CMakeFiles/CsoundLib64.dir/InOut/libsnd_u.c.o
> Scanning dependencies of target doppler
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 10%] Building CXX object Opcodes/CMakeFiles/doppler.dir/doppler.cpp.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 11%] Building C object CMakeFiles/CsoundLib64.dir/InOut/midifile.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 11%] Building C object CMakeFiles/CsoundLib64.dir/InOut/midirecv.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> Linking CXX shared library ../libdoppler.dylib
> [ 11%] Building C object CMakeFiles/CsoundLib64.dir/InOut/midisend.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 11%] Built target doppler
> Scanning dependencies of target fareygen
> [ 12%] [ 12%] Building C object
> CMakeFiles/CsoundLib64.dir/InOut/winascii.c.o
> Building C object Opcodes/CMakeFiles/fareygen.dir/fareygen.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 12%] Linking C shared library ../libfareygen.dylib
> Building C object CMakeFiles/CsoundLib64.dir/InOut/windin.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 12%] Built target fareygen
> Scanning dependencies of target fractalnoise
> [ 12%] Building C object CMakeFiles/CsoundLib64.dir/InOut/window.c.o
> [ 13%] Building CXX object
> Opcodes/CMakeFiles/fractalnoise.dir/tl/fractalnoise.cpp.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 14%] Building C object CMakeFiles/CsoundLib64.dir/InOut/winEPS.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> Linking CXX shared library ../libfractalnoise.dylib
> [ 14%] Built target fractalnoise
> [ 14%] Building C object CMakeFiles/CsoundLib64.dir/InOut/circularbuffer.c.o
> Scanning dependencies of target image
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 14%] Building C object Opcodes/CMakeFiles/image.dir/imageOpcodes.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 14%] Building C object CMakeFiles/CsoundLib64.dir/OOps/aops.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> Linking C shared library ../libimage.dylib
> [ 14%] Built target image
> Scanning dependencies of target mixer
> [ 14%] Building CXX object Opcodes/CMakeFiles/mixer.dir/mixer.cpp.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 15%] Building C object CMakeFiles/CsoundLib64.dir/OOps/bus.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> Linking CXX shared library ../libmixer.dylib
> [ 15%] Building C object CMakeFiles/CsoundLib64.dir/OOps/cmath.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 15%] Built target mixer
> Scanning dependencies of target osc
> [ 16%] Building C object Opcodes/CMakeFiles/osc.dir/OSC.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 16%] Building C object CMakeFiles/CsoundLib64.dir/OOps/diskin.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> Linking C shared library ../libosc.dylib
> [ 16%] Building C object CMakeFiles/CsoundLib64.dir/OOps/diskin2.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 16%] Built target osc
> Scanning dependencies of target platerev
> [ 16%] Building C object Opcodes/CMakeFiles/platerev.dir/platerev.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 17%] Linking C shared library ../libplaterev.dylib
> Building C object CMakeFiles/CsoundLib64.dir/OOps/disprep.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 17%] Built target platerev
> Scanning dependencies of target py
> [ 17%] [ 17%] Building C object
> Opcodes/CMakeFiles/py.dir/py/pythonopcodes.c.o
> Building C object CMakeFiles/CsoundLib64.dir/OOps/dumpf.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 17%] Building C object CMakeFiles/CsoundLib64.dir/OOps/fftlib.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> Linking C shared library ../libpy.dylib
> [ 17%] Built target py
> [ 18%] Scanning dependencies of target scansyn
> Building C object CMakeFiles/CsoundLib64.dir/OOps/goto_ops.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 18%] Building C object Opcodes/CMakeFiles/scansyn.dir/scansyn.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 18%] Building C object CMakeFiles/CsoundLib64.dir/OOps/midiinterop.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 19%] Building C object Opcodes/CMakeFiles/scansyn.dir/scansynx.c.o
> [ 19%] Building C object CMakeFiles/CsoundLib64.dir/OOps/midiops.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 20%] Building C object CMakeFiles/CsoundLib64.dir/OOps/midiout.c.o
> Linking C shared library ../libscansyn.dylib
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 20%] Built target scansyn
> Scanning dependencies of target serial
> [ 20%] Building C object Opcodes/CMakeFiles/serial.dir/serial.c.o
> [ 20%] Building C object CMakeFiles/CsoundLib64.dir/OOps/mxfft.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> Linking C shared library ../libserial.dylib
> [ 20%] Built target serial
> [ 20%] Building C object CMakeFiles/CsoundLib64.dir/OOps/oscils.c.o
> Scanning dependencies of target signalflowgraph
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 21%] Building CXX object
> Opcodes/CMakeFiles/signalflowgraph.dir/signalflowgraph.cpp.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 22%] Building C object CMakeFiles/CsoundLib64.dir/OOps/pstream.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 22%] Building C object CMakeFiles/CsoundLib64.dir/OOps/pvfileio.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 22%] Building C object CMakeFiles/CsoundLib64.dir/OOps/pvsanal.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 22%] Building C object CMakeFiles/CsoundLib64.dir/OOps/random.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 23%] Building C object CMakeFiles/CsoundLib64.dir/OOps/remote.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 23%] Building C object CMakeFiles/CsoundLib64.dir/OOps/schedule.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> Linking CXX shared library ../libsignalflowgraph.dylib
> [ 23%] Building C object CMakeFiles/CsoundLib64.dir/OOps/sndinfUG.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 23%] Built target signalflowgraph
> Scanning dependencies of target system_call
> [ 25%] [ 25%] Building C object CMakeFiles/CsoundLib64.dir/OOps/str_ops.c.o
> Building C object Opcodes/CMakeFiles/system_call.dir/system_call.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> Linking C shared library ../libsystem_call.dylib
> [ 25%] Built target system_call
> Scanning dependencies of target stk-ops
> [ 25%] Building C object CMakeFiles/CsoundLib64.dir/OOps/ugens1.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 25%] Building CXX object
> Opcodes/stk/CMakeFiles/stk-ops.dir/stkOpcodes.cpp.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 25%] Building C object CMakeFiles/CsoundLib64.dir/OOps/ugens2.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 26%] Building C object CMakeFiles/CsoundLib64.dir/OOps/ugens2a.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 26%] Building C object CMakeFiles/CsoundLib64.dir/OOps/ugens3.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 26%] Building C object CMakeFiles/CsoundLib64.dir/OOps/ugens4.c.o
> Linking CXX shared library ../../libstk.dylib
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 26%] Built target stk-ops
> Scanning dependencies of target cmidi
> [ 27%] Building C object CMakeFiles/CsoundLib64.dir/OOps/ugens5.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 27%] Building C object InOut/CMakeFiles/cmidi.dir/cmidi.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 27%] Building C object CMakeFiles/CsoundLib64.dir/OOps/ugens6.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> Linking C shared library ../libcmidi.dylib
> [ 27%] Building C object CMakeFiles/CsoundLib64.dir/OOps/ugtabs.c.o
> [ 27%] Built target cmidi
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> Scanning dependencies of target ipmidi
> [ 27%] Building C object InOut/CMakeFiles/ipmidi.dir/ipmidi.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> Linking C shared library ../libipmidi.dylib
> [ 27%] Building C object CMakeFiles/CsoundLib64.dir/OOps/ugrw1.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 27%] Built target ipmidi
> Scanning dependencies of target rtauhal
> [ 28%] Building C object InOut/CMakeFiles/rtauhal.dir/rtauhal.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 29%] Building C object CMakeFiles/CsoundLib64.dir/OOps/ugrw2.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 29%] Building C object CMakeFiles/CsoundLib64.dir/OOps/vdelay.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> Linking C shared library ../librtauhal.dylib
> [ 29%] Built target rtauhal
> Scanning dependencies of target virtual
> [ 29%] Building C object CMakeFiles/CsoundLib64.dir/OOps/compile_ops.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 29%] Building CXX object
> InOut/CMakeFiles/virtual.dir/virtual_keyboard/FLTKKeyboard.cpp.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 30%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/babo.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 30%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/bilbar.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 30%] Building CXX object
> InOut/CMakeFiles/virtual.dir/virtual_keyboard/FLTKKeyboardWindow.cpp.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 30%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/compress.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 32%] [ 32%] Building CXX object
> InOut/CMakeFiles/virtual.dir/virtual_keyboard/FLTKKeyboardWidget.cpp.o
> Building C object CMakeFiles/CsoundLib64.dir/Opcodes/eqfil.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 32%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/Vosim.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 32%] [ 32%] Building CXX object
> InOut/CMakeFiles/virtual.dir/virtual_keyboard/virtual_keyboard.cpp.o
> Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pitch.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 32%] Building CXX object
> InOut/CMakeFiles/virtual.dir/virtual_keyboard/Bank.cpp.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 33%] [ 34%] Building CXX object
> InOut/CMakeFiles/virtual.dir/virtual_keyboard/KeyboardMapping.cpp.o
> Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pitch0.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 34%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/spectra.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 34%] Building CXX object
> InOut/CMakeFiles/virtual.dir/virtual_keyboard/Program.cpp.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 34%] Building CXX object
> InOut/CMakeFiles/virtual.dir/virtual_keyboard/SliderBank.cpp.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 34%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ambicode1.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 35%] Building CXX object
> InOut/CMakeFiles/virtual.dir/virtual_keyboard/SliderData.cpp.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> Linking CXX shared library ../libvirtual.dylib
> [ 36%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/sfont.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 36%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/grain4.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 36%] Built target virtual
> Scanning dependencies of target widgets
> [ 36%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/hrtferX.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 36%] Building CXX object InOut/CMakeFiles/widgets.dir/FL_graph.cpp.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 36%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/loscilx.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 36%] Building C object InOut/CMakeFiles/widgets.dir/winFLTK.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 37%] [ 38%] Building CXX object InOut/CMakeFiles/widgets.dir/widgets.cpp.o
> Building C object CMakeFiles/CsoundLib64.dir/Opcodes/minmax.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 38%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pan2.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 38%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/arrays.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 39%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/phisem.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 39%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/hrtfopcodes.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 39%] Linking CXX shared library ../libwidgets.dylib
> Building C object CMakeFiles/CsoundLib64.dir/Opcodes/stackops.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 39%] Built target widgets
> [ 40%] [ 41%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/vbap.c.o
> [FLEX][csbeats_SCANNER] Building scanner with flex 2.5.35
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 41%] [BISON][csbeats_PARSER] Building parser with bison 2.3
> beats/beats.y: conflicts: 1 reduce/reduce
> Scanning dependencies of target csbeats
> [ 41%] Building C object frontends/CMakeFiles/csbeats.dir/beats/main.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 41%] [ 41%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/vbap1.c.o
> Building C object frontends/CMakeFiles/csbeats.dir/beatslex.yy.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 42%] [ 42%] Building C object
> CMakeFiles/CsoundLib64.dir/Opcodes/vbap_n.c.o
> Building C object frontends/CMakeFiles/csbeats.dir/beats.tab.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> Linking C executable ../csbeats
> [ 43%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/vbap_zak.c.o
> [ 43%] Built target csbeats
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> Scanning dependencies of target stdutil
> [ 44%] Building C object util/CMakeFiles/stdutil.dir/atsa.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 44%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/vaops.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 44%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ugakbari.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 44%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/harmon.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 45%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pitchtrack.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 45%] Building C object util/CMakeFiles/stdutil.dir/cvanal.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 45%] Building C object util/CMakeFiles/stdutil.dir/dnoise.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 45%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/partikkel.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 46%] Building C object util/CMakeFiles/stdutil.dir/envext.c.o
> [ 46%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> Building C object CMakeFiles/CsoundLib64.dir/Opcodes/shape.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 46%] Building C object util/CMakeFiles/stdutil.dir/het_export.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 47%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/tabsum.c.o
> [ 47%] Building C object util/CMakeFiles/stdutil.dir/het_import.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 48%] [ 48%] Building C object
> CMakeFiles/CsoundLib64.dir/Opcodes/crossfm.c.o
> Building C object util/CMakeFiles/stdutil.dir/hetro.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 48%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pvlock.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 48%] Building C object util/CMakeFiles/stdutil.dir/lpanal.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 49%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/fareyseq.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 49%] Building C object util/CMakeFiles/stdutil.dir/lpc_export.c.o
> [ 49%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/modmatrix.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 49%] Building C object util/CMakeFiles/stdutil.dir/lpc_import.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 50%] Building C object util/CMakeFiles/stdutil.dir/mixer.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 50%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/scoreline.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 51%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/modal4.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 51%] Building C object util/CMakeFiles/stdutil.dir/pvanal.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 51%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/physutil.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 51%] Building C object util/CMakeFiles/stdutil.dir/pv_export.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 51%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/physmod.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 52%] Building C object util/CMakeFiles/stdutil.dir/pv_import.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 52%] Building C object util/CMakeFiles/stdutil.dir/pvlook.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 52%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/mandolin.c.o
> [ 52%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> Building C object util/CMakeFiles/stdutil.dir/scale.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 53%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/singwave.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 54%] Building C object util/CMakeFiles/stdutil.dir/sndinfo.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 54%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/fm4op.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 54%] Building C object util/CMakeFiles/stdutil.dir/srconv.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 54%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/moog1.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 54%] Building C object util/CMakeFiles/stdutil.dir/std_util.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 55%] Building C object util/CMakeFiles/stdutil.dir/xtrct.c.o
> [ 56%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/shaker.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 56%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/bowedbar.c.o
> [ 56%] Building C object util/CMakeFiles/stdutil.dir/scope.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 56%] Building C object util/CMakeFiles/stdutil.dir/__/SDIF/sdif.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 56%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/gab/tabmorph.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> Linking C shared library ../libstdutil.dylib
> [ 57%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/gab/hvs.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 57%] Built target stdutil
> Scanning dependencies of target sdif2ad
> [ 58%] Building C object SDIF/CMakeFiles/sdif2ad.dir/sdif2adsyn.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 58%] Building C object
> CMakeFiles/CsoundLib64.dir/Opcodes/gab/sliderTable.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 58%] Building C object SDIF/CMakeFiles/sdif2ad.dir/sdif.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 58%] Building C object SDIF/CMakeFiles/sdif2ad.dir/sdif-mem.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 58%] Building C object
> CMakeFiles/CsoundLib64.dir/Opcodes/gab/newgabopc.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> Linking C executable ../sdif2ad
> [ 58%] Built target sdif2ad
> [ 59%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ftest.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 59%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/hrtfearly.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 59%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/hrtfreverb.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 59%] [ 60%] Building C object
> CMakeFiles/CsoundLib64.dir/Opcodes/cpumeter.c.o
> Building C object CMakeFiles/CsoundLib64.dir/Opcodes/gendy.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 60%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/tl/sc_noise.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 60%] Building C object CMakeFiles/CsoundLib64.dir/Top/argdecode.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 61%] Building C object CMakeFiles/CsoundLib64.dir/Top/cscore_internal.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 61%] Building C object CMakeFiles/CsoundLib64.dir/Top/cscorfns.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 61%] Building C object CMakeFiles/CsoundLib64.dir/Top/csmodule.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 62%] Building C object CMakeFiles/CsoundLib64.dir/Top/csound.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 62%] Building C object CMakeFiles/CsoundLib64.dir/Top/getstring.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 62%] Building C object CMakeFiles/CsoundLib64.dir/Top/main.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 63%] Building C object CMakeFiles/CsoundLib64.dir/Top/new_opts.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 63%] Building C object CMakeFiles/CsoundLib64.dir/Top/one_file.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 63%] Building C object CMakeFiles/CsoundLib64.dir/Top/opcode.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 63%] Building C object CMakeFiles/CsoundLib64.dir/Top/threads.c.o
> [ 64%] Building C object CMakeFiles/CsoundLib64.dir/Top/utility.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 64%] [ 64%] Building C object
> CMakeFiles/CsoundLib64.dir/Top/threadsafe.c.o
> Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ambicode.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 65%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/bbcut.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 65%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/biquad.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 65%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/butter.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 66%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/clfilt.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 66%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/cross2.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 66%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/dam.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 67%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/dcblockr.c.o
> [ 67%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> Building C object CMakeFiles/CsoundLib64.dir/Opcodes/filter.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 67%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/flanger.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 67%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/follow.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 68%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/fout.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 68%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/freeverb.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 68%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ftconv.c.o
> [ 69%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ftgen.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 69%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/gab/gab.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 69%] Building C object
> CMakeFiles/CsoundLib64.dir/Opcodes/gab/vectorial.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 70%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/grain.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 70%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/locsig.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 70%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/lowpassr.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 71%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/metro.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 71%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/midiops2.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 71%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/midiops3.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 72%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/newfils.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 72%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/nlfilt.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 72%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/oscbnk.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 72%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pluck.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 73%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/repluck.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 73%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/reverbsc.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 73%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/seqtime.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 74%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/sndloop.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 74%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/sndwarp.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 74%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/space.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 75%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/spat3d.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 75%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/syncgrain.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 75%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ugens7.c.o
> [ 76%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ugens9.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 76%] [ 76%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/uggab.c.o
> Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ugensa.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 76%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ugmoss.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 77%] [ 77%] Building C object
> CMakeFiles/CsoundLib64.dir/Opcodes/ugnorman.c.o
> Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ugsc.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 77%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/wave-terrain.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 78%] [ 78%] Building C object
> CMakeFiles/CsoundLib64.dir/Opcodes/stdopcod.c.o
> Building C object CMakeFiles/CsoundLib64.dir/Opcodes/socksend.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 78%] [ 79%] Building C object
> CMakeFiles/CsoundLib64.dir/Opcodes/sockrecv.c.o
> Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ifd.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 79%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/partials.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 79%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/psynth.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 80%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pvsbasic.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 80%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pvscent.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 80%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pvsdemix.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 80%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pvs_ops.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 81%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pvsband.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 81%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pvsbuffer.c.o
> [ 81%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pvsgendy.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 82%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/dsputil.c.o
> [ 82%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pvadd.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 82%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pvinterp.c.o
> [ 83%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pvocext.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 83%] [ 83%] Building C object
> CMakeFiles/CsoundLib64.dir/Opcodes/pvread.c.o
> Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ugens8.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 84%] [ 84%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/vpvoc.c.o
> Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pvoc.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 84%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/mp3in.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 84%] Building C object
> CMakeFiles/CsoundLib64.dir/InOut/libmpadec/layer1.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 85%] Building C object
> CMakeFiles/CsoundLib64.dir/InOut/libmpadec/layer2.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 85%] Building C object
> CMakeFiles/CsoundLib64.dir/InOut/libmpadec/layer3.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 85%] Building C object
> CMakeFiles/CsoundLib64.dir/InOut/libmpadec/synth.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 86%] Building C object
> CMakeFiles/CsoundLib64.dir/InOut/libmpadec/tables.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 86%] Building C object
> CMakeFiles/CsoundLib64.dir/InOut/libmpadec/mpadec.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 86%] Building C object
> CMakeFiles/CsoundLib64.dir/InOut/libmpadec/mp3dec.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 87%] Building C object CMakeFiles/CsoundLib64.dir/csound_orclex.c.o
> [ 87%] Building C object CMakeFiles/CsoundLib64.dir/csound_orcparse.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 87%] Building C object CMakeFiles/CsoundLib64.dir/csound_prelex.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 88%] Building C object
> CMakeFiles/CsoundLib64.dir/Engine/csound_orc_semantics.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 88%] Building C object
> CMakeFiles/CsoundLib64.dir/Engine/csound_orc_expressions.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 88%] Building C object
> CMakeFiles/CsoundLib64.dir/Engine/csound_orc_optimize.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 88%] Building C object
> CMakeFiles/CsoundLib64.dir/Engine/csound_orc_compile.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 89%] Building C object
> CMakeFiles/CsoundLib64.dir/Engine/new_orc_parser.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 89%] Building C object CMakeFiles/CsoundLib64.dir/Engine/symbtab.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 89%] Building C object
> CMakeFiles/CsoundLib64.dir/Engine/cs_new_dispatch.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 90%] Building C object CMakeFiles/CsoundLib64.dir/Engine/cs_par_base.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 90%] Building C object
> CMakeFiles/CsoundLib64.dir/Engine/cs_par_orc_semantic_analysis.c.o
> [ 90%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> Building C object CMakeFiles/CsoundLib64.dir/Engine/cs_par_dispatch.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> Copying OS X content CsoundLib64.framework/Versions/6.0/Headers/CppSound.hpp
> Copying OS X content
> CsoundLib64.framework/Versions/6.0/Headers/CsoundFile.hpp
> Copying OS X content
> CsoundLib64.framework/Versions/6.0/Headers/OpcodeBase.hpp
> Copying OS X content CsoundLib64.framework/Versions/6.0/Headers/cfgvar.h
> Copying OS X content
> CsoundLib64.framework/Versions/6.0/Headers/csPerfThread.hpp
> Copying OS X content CsoundLib64.framework/Versions/6.0/Headers/cscore.h
> Copying OS X content CsoundLib64.framework/Versions/6.0/Headers/csdl.h
> Copying OS X content CsoundLib64.framework/Versions/6.0/Headers/csound.h
> Copying OS X content CsoundLib64.framework/Versions/6.0/Headers/csound.hpp
> Copying OS X content CsoundLib64.framework/Versions/6.0/Headers/csoundCore.h
> Copying OS X content
> CsoundLib64.framework/Versions/6.0/Headers/csound_data_structures.h
> Copying OS X content
> CsoundLib64.framework/Versions/6.0/Headers/csound_standard_types.h
> Copying OS X content
> CsoundLib64.framework/Versions/6.0/Headers/csound_type_system.h
> Copying OS X content CsoundLib64.framework/Versions/6.0/Headers/cwindow.h
> Copying OS X content
> CsoundLib64.framework/Versions/6.0/Headers/float-version-double.h
> Copying OS X content
> CsoundLib64.framework/Versions/6.0/Headers/filebuilding.h
> Copying OS X content CsoundLib64.framework/Versions/6.0/Headers/interlocks.h
> Copying OS X content
> CsoundLib64.framework/Versions/6.0/Headers/float-version.h
> Copying OS X content CsoundLib64.framework/Versions/6.0/Headers/pstream.h
> Copying OS X content CsoundLib64.framework/Versions/6.0/Headers/msg_attr.h
> Copying OS X content CsoundLib64.framework/Versions/6.0/Headers/pvfileio.h
> Copying OS X content CsoundLib64.framework/Versions/6.0/Headers/soundio.h
> Copying OS X content CsoundLib64.framework/Versions/6.0/Headers/sysdep.h
> Copying OS X content CsoundLib64.framework/Versions/6.0/Headers/text.h
> Copying OS X content CsoundLib64.framework/Versions/6.0/Headers/version.h
> Linking C shared library CsoundLib64.framework/Versions/6.0/CsoundLib64
> [ 90%] Built target CsoundLib64
> Scanning dependencies of target csladspa
> Scanning dependencies of target libcsnd
> [ 90%] Building CXX object
> frontends/CMakeFiles/csladspa.dir/csladspa/csladspa.cpp.o
> [ 91%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> Building CXX object interfaces/CMakeFiles/libcsnd.dir/CppSound.cpp.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 91%] Building CXX object
> interfaces/CMakeFiles/libcsnd.dir/CsoundFile.cpp.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> Linking CXX shared library ../csladspa.dylib
> [ 91%] Built target csladspa
> Scanning dependencies of target csound-bin
> [ 91%] Building C object
> frontends/CMakeFiles/csound-bin.dir/csound/csound_main.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> Linking C executable ../csound
> [ 91%] Built target csound-bin
> Scanning dependencies of target atsa
> [ 91%] Building C object util/CMakeFiles/atsa.dir/atsa_main.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> Linking C executable ../atsa
> [ 91%] Building CXX object interfaces/CMakeFiles/libcsnd.dir/Soundfile.cpp.o
> [ 91%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> Built target atsa
> [ 91%] Building CXX object
> interfaces/CMakeFiles/libcsnd.dir/csPerfThread.cpp.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 92%] [ 92%] Building CXX object
> interfaces/CMakeFiles/libcsnd.dir/cs_glue.cpp.o
> Building CXX object interfaces/CMakeFiles/libcsnd.dir/filebuilding.cpp.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> Scanning dependencies of target csanalyze
> [ 92%] Building C object util/CMakeFiles/csanalyze.dir/csanalyze.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> Linking C executable ../csanalyze
> Linking CXX shared library ../libcsnd.dylib
> [ 92%] Built target csanalyze
> [ 92%] Built target libcsnd
> Scanning dependencies of target cvanal
> Scanning dependencies of target dnoise
> [ 92%] [ 93%] Building C object util/CMakeFiles/dnoise.dir/dnoise_main.c.o
> Building C object util/CMakeFiles/cvanal.dir/cvl_main.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> Linking C executable ../dnoise
> Linking C executable ../cvanal
> [ 93%] Built target dnoise
> [ 93%] Built target cvanal
> Scanning dependencies of target envext
> Scanning dependencies of target extractor
> [ 93%] [ 93%] Building C object util/CMakeFiles/envext.dir/env_main.c.o
> Building C object util/CMakeFiles/extractor.dir/xtrc_main.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> Linking C executable ../envext
> Linking C executable ../extractor
> [ 93%] Built target extractor
> [ 93%] Built target envext
> Scanning dependencies of target het_export
> Scanning dependencies of target het_import
> [ 93%] [ 93%] Building C object util/CMakeFiles/het_export.dir/hetx_main.c.o
> Building C object util/CMakeFiles/het_import.dir/heti_main.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> Linking C executable ../het_export
> Linking C executable ../het_import
> [ 93%] [ 93%] Built target het_import
> Built target het_export
> Scanning dependencies of target lpanal
> Scanning dependencies of target hetro
> [ 93%] Building C object util/CMakeFiles/lpanal.dir/lpc_main.c.o
> [ 94%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> Building C object util/CMakeFiles/hetro.dir/het_main.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> Linking C executable ../lpanal
> Linking C executable ../hetro
> [ 94%] Built target lpanal
> [ 94%] Built target hetro
> Scanning dependencies of target lpc_export
> Scanning dependencies of target lpc_import
> [ 95%] Building C object util/CMakeFiles/lpc_export.dir/lpcx_main.c.o
> [ 95%] Building C object util/CMakeFiles/lpc_import.dir/lpci_main.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> Linking C executable ../lpc_export
> Linking C executable ../lpc_import
> [ 95%] Built target lpc_export
> [ 95%] Built target lpc_import
> Scanning dependencies of target mixer-bin
> Scanning dependencies of target pv_export
> [ 95%] [ 95%] Building C object util/CMakeFiles/mixer-bin.dir/mixer_main.c.o
> Building C object util/CMakeFiles/pv_export.dir/pvx_main.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> Linking C executable ../pv_export
> Linking C executable ../mixer
> [ 95%] Built target pv_export
> [ 95%] Built target mixer-bin
> Scanning dependencies of target pvanal
> Scanning dependencies of target pv_import
> [ 95%] [ 96%] Building C object util/CMakeFiles/pvanal.dir/pvc_main.c.o
> Building C object util/CMakeFiles/pv_import.dir/pvi_main.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> Linking C executable ../pvanal
> Linking C executable ../pv_import
> [ 96%] Built target pvanal
> [ 96%] Built target pv_import
> Scanning dependencies of target scale
> Scanning dependencies of target pvlook
> [ 96%] [ 96%] Building C object util/CMakeFiles/scale.dir/scale_main.c.o
> Building C object util/CMakeFiles/pvlook.dir/pvl_main.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> Linking C executable ../pvlook
> Linking C executable ../scale
> [ 96%] Built target pvlook
> [ 96%] Built target scale
> Scanning dependencies of target scope
> Scanning dependencies of target sndinfo
> [ 96%] [ 96%] Building C object util/CMakeFiles/scope.dir/scope_main.c.o
> Building C object util/CMakeFiles/sndinfo.dir/sndinfo_main.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> Linking C executable ../sndinfo
> Linking C executable ../scope
> [ 96%] Built target scope
> [ 96%] Built target sndinfo
> Scanning dependencies of target srconv
> Scanning dependencies of target extract
> [ 97%] [ 97%] Building C object util/CMakeFiles/srconv.dir/srconv_main.c.o
> Building C object util1/CMakeFiles/extract.dir/sortex/xmain.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> Linking C executable ../extract
> Linking C executable ../srconv
> [ 97%] Built target extract
> [ 97%] Built target srconv
> [ 98%] Scanning dependencies of target scsort
> Swig source
> [ 98%] Building C object util1/CMakeFiles/scsort.dir/sortex/smain.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> Language subdirectory: python
> Search paths:
>    ./
>    /usr/local/include/
>    /tmp/csound-KYls/./H/
>    /tmp/csound-KYls/./include/
>    /tmp/csound-KYls/./Engine/
>    /tmp/csound-KYls/./
>    /tmp/csound-KYls/
>    /tmp/csound-KYls/interfaces/
>    /System/Library/Frameworks/Python.framework/Headers/
>    ./swig_lib/python/
>    /usr/local/Cellar/swig/2.0.9/share/swig/2.0.9/python/
>    ./swig_lib/
>    /usr/local/Cellar/swig/2.0.9/share/swig/2.0.9/
> Preprocessing...
> Linking C executable ../scsort
> [ 98%] Built target scsort
> [ 98%] Swig source
> Language subdirectory: java
> Search paths:
>    ./
>    /usr/local/include/
>    /tmp/csound-KYls/./H/
>    /tmp/csound-KYls/./include/
>    /tmp/csound-KYls/./Engine/
>    /tmp/csound-KYls/./
>    /tmp/csound-KYls/
>    /tmp/csound-KYls/interfaces/
>    /System/Library/Frameworks/Python.framework/Headers/
>    /System/Library/Frameworks/JavaVM.framework/Headers/
>    /System/Library/Frameworks/JavaVM.framework/Headers/
>    /System/Library/Frameworks/JavaVM.framework/Headers/
>    ./swig_lib/java/
>    /usr/local/Cellar/swig/2.0.9/share/swig/2.0.9/java/
>    ./swig_lib/
>    /usr/local/Cellar/swig/2.0.9/share/swig/2.0.9/
> Preprocessing...
> Starting language-specific parse...
> Processing types...
> C++ analysis...
> Generating wrappers...
> Starting language-specific parse...
> /tmp/csound-KYls/./include/csound.h:519: Warning 451: Setting a const char *
> variable may leak memory.
> Processing types...
> C++ analysis...
> Generating wrappers...
> /tmp/csound-KYls/./include/csound.h:519: Warning 451: Setting a const char *
> variable may leak memory.
> cs_glue.hpp:505: Warning 473: Returning a pointer or reference in a director
> method is not recommended.
> CppSound.hpp:36: Warning 453: Can't apply (std::vector< double > *INPUT). No
> typemaps are defined.
> CppSound.hpp:52: Warning 813: Warning for CppSound proxy: Base CsoundFile
> ignored. Multiple inheritance is not supported in Java.
> cs_glue.hpp:505: Warning 473: Returning a pointer or reference in a director
> method is not recommended.
> Scanning dependencies of target _jcsound6
> [ 99%] Building CXX object
> interfaces/CMakeFiles/_jcsound6.dir/java_interfaceJAVA_wrap.cxx.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> CppSound.hpp:36: Warning 453: Can't apply (std::vector< double > *INPUT). No
> typemaps are defined.
> Scanning dependencies of target _csnd6
> [ 99%] Building CXX object
> interfaces/CMakeFiles/_csnd6.dir/python_interfacePYTHON_wrap.cxx.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> Linking CXX shared module ../lib_jcsound6.jnilib
> Building JAVA package csnd6.jar
> Linking CXX shared module ../_csnd6.so
> [ 99%] Built target _csnd6
> [ 99%] [ 99%] Built target _jcsound6
> Swig source
> Language subdirectory: lua
> Search paths:
>    ./
>    /usr/local/include/
>    /tmp/csound-KYls/./H/
>    /tmp/csound-KYls/./include/
>    /tmp/csound-KYls/./Engine/
>    /tmp/csound-KYls/./
>    /tmp/csound-KYls/
>    /tmp/csound-KYls/interfaces/
>    /System/Library/Frameworks/Python.framework/Headers/
>    /System/Library/Frameworks/JavaVM.framework/Headers/
>    /System/Library/Frameworks/JavaVM.framework/Headers/
>    /System/Library/Frameworks/JavaVM.framework/Headers/
>    /usr/local/include/
>    ./swig_lib/lua/
>    /usr/local/Cellar/swig/2.0.9/share/swig/2.0.9/lua/
>    ./swig_lib/
>    /usr/local/Cellar/swig/2.0.9/share/swig/2.0.9/
> Preprocessing...
> Starting language-specific parse...
> Processing types...
> C++ analysis...
> Generating wrappers...
> /tmp/csound-KYls/./include/csound.h:519: Warning 451: Setting a const char *
> variable may leak memory.
> CppSound.hpp:36: Warning 453: Can't apply (std::vector< double > *INPUT). No
> typemaps are defined.
> Scanning dependencies of target luaCsnd6
> [100%] Building CXX object
> interfaces/CMakeFiles/luaCsnd6.dir/lua_interfaceLUA_wrap.cxx.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> Linking CXX shared module ../luaCsnd6.so
> [100%] Built target luaCsnd6
> Install the project...
> -- Install configuration: "None"
> -- Installing: /Users/eddyc/Library/Frameworks/CsoundLib64.framework
> -- Up-to-date:
> /Users/eddyc/Library/Frameworks/CsoundLib64.framework/CsoundLib64
> -- Up-to-date: /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Headers
> -- Up-to-date:
> /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Resources
> -- Installing:
> /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions
> -- Installing:
> /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0
> -- Installing:
> /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/CsoundLib64
> -- Installing:
> /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers
> -- Installing:
> /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/cfgvar.h
> -- Installing:
> /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/CppSound.hpp
> -- Installing:
> /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/cscore.h
> -- Installing:
> /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/csdl.h
> -- Installing:
> /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/csound.h
> -- Installing:
> /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/csound.hpp
> -- Installing:
> /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/csound_data_structures.h
> -- Installing:
> /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/csound_standard_types.h
> -- Installing:
> /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/csound_type_system.h
> -- Installing:
> /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/csoundCore.h
> -- Installing:
> /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/CsoundFile.hpp
> -- Installing:
> /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/csPerfThread.hpp
> -- Installing:
> /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/cwindow.h
> -- Installing:
> /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/filebuilding.h
> -- Installing:
> /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/float-version-double.h
> -- Installing:
> /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/float-version.h
> -- Installing:
> /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/interlocks.h
> -- Installing:
> /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/msg_attr.h
> -- Installing:
> /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/OpcodeBase.hpp
> -- Installing:
> /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/pstream.h
> -- Installing:
> /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/pvfileio.h
> -- Installing:
> /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/soundio.h
> -- Installing:
> /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/sysdep.h
> -- Installing:
> /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/text.h
> -- Installing:
> /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/version.h
> -- Installing:
> /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources
> -- Installing:
> /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Info.plist
> -- Up-to-date:
> /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/Current
> -- Installing:
> /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libmixer.dylib
> -- Installing:
> /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libsignalflowgraph.dylib
> -- Installing:
> /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libampmidid.dylib
> -- Installing:
> /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libcs_date.dylib
> -- Installing:
> /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libsystem_call.dylib
> -- Installing:
> /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libdoppler.dylib
> -- Installing:
> /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libfractalnoise.dylib
> -- Installing:
> /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libfareygen.dylib
> -- Installing:
> /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libcellular.dylib
> -- Installing:
> /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libserial.dylib
> -- Installing:
> /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libplaterev.dylib
> -- Installing:
> /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libscansyn.dylib
> -- Installing:
> /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libcontrol.dylib
> -- Installing:
> /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libchua.dylib
> -- Installing:
> /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libosc.dylib
> -- Installing:
> /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libimage.dylib
> -- Installing:
> /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libpy.dylib
> -- Installing:
> /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libstk.dylib
> -- Installing:
> /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libcmidi.dylib
> -- Installing:
> /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/librtauhal.dylib
> -- Installing:
> /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libipmidi.dylib
> -- Installing:
> /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libwidgets.dylib
> -- Installing:
> /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libvirtual.dylib
> -- Installing: /usr/local/Cellar/csound/HEAD/lib/libcsnd.6.0.dylib
> -- Installing: /usr/local/Cellar/csound/HEAD/lib/libcsnd.dylib
> -- Installing: /Library/Python/2.7/site-packages/_csnd6.so
> CMake Error at interfaces/cmake_install.cmake:61 (FILE):
>   file INSTALL cannot copy file "/tmp/csound-KYls/_csnd6.so" to
>   "/Library/Python/2.7/site-packages/_csnd6.so".
> Call Stack (most recent call first):
>   cmake_install.cmake:56 (INCLUDE)
>
>
> make: *** [install] Error 1
> ==> Configuration
> HOMEBREW_VERSION: 0.9.4
> HEAD: 38629e1de84d5b8f020e02ebe3ca3430a47080ef
> CPU: dual-core 64-bit penryn
> OS X: 10.8.3-x86_64
> Xcode: 4.6.2
> CLT: 4.6.0.0.1.1365549073
> X11: 2.7.4 => /opt/X11
> ==> ENV
> CC: cc
> CXX: c++
> MAKEFLAGS: -j2
> CMAKE_PREFIX_PATH: /usr/local
> CMAKE_INCLUDE_PATH:
> /usr/include/libxml2:/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers/
> CMAKE_LIBRARY_PATH:
> /System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
> PKG_CONFIG_PATH:
> /usr/local/opt/pcre/lib/pkgconfig:/usr/local/opt/libsndfile/lib/pkgconfig:/usr/local/opt/portaudio/lib/pkgconfig:/usr/local/opt/liblo/lib/pkgconfig:/usr/local/opt/libpng/lib/pkgconfig
> PKG_CONFIG_LIBDIR: /usr/lib/pkgconfig:/usr/local/Library/ENV/pkgconfig/10.8
> ACLOCAL_PATH: /usr/local/share/aclocal
> OBJC: cc
> PATH:
> /usr/local/Library/ENV/4.3:/usr/local/opt/cmake/bin:/usr/local/opt/pcre/bin:/usr/local/opt/swig/bin:/usr/local/opt/libsndfile/bin:/usr/local/opt/liblo/bin:/usr/local/opt/libpng/bin:/usr/local/opt/stk/bin:/usr/local/opt/jpeg/bin:/usr/local/opt/fltk/bin:/usr/bin:/bin:/usr/sbin:/sbin
>
> Error: csound did not build
> Logs:       /Users/eddyc/Library/Logs/Homebrew/csound/CMakeCache.txt
>
>
>
> On 12 May 2013 11:03, Steven Yi <stevenyi@gmail.com> wrote:
>>
>> Could you run "brew install --HEAD http://www.kunstmusik.com/csound.rb
>> --verbose" and post the verbose output?
>>
>> On May 12, 2013 10:47 AM, "Ed Costello" <edwardcostello@gmail.com> wrote:
>>>
>>> Ok, still getting errors, heres what happened next....
>>>
>>> Marions-MacBook:~ eddyc$ brew link --overwrite libsndfile
>>> Linking /usr/local/Cellar/libsndfile/1.0.25... 27 symlinks created
>>> Marions-MacBook:~ eddyc$ brew install http://www.kunstmusik.com/csound.rb
>>> ########################################################################
>>> 100.0%
>>> Error: You must `brew link portaudio portmidi liblo' before csound can be
>>> installed
>>> Marions-MacBook:~ eddyc$ brew link --overwrite portaudio portmidi liblo
>>> Linking /usr/local/Cellar/portaudio/19.20111121... 6 symlinks created
>>> Linking /usr/local/Cellar/portmidi/217... 3 symlinks created
>>> Linking /usr/local/Cellar/liblo/0.26... 6 symlinks created
>>> Marions-MacBook:~ eddyc$ brew install http://www.kunstmusik.com/csound.rb
>>> ########################################################################
>>> 100.0%
>>> ==> Downloading http://www.kunstmusik.com/Csound-6.0.1-Source.tar.bz2
>>> Already downloaded: /Library/Caches/Homebrew/csound-6.0.1.tar.bz2
>>> ==> cmake . -DUSE_GETTEXT=0
>>> -DCMAKE_INSTALL_PREFIX=/usr/local/Cellar/csound/6.0.
>>> ==> make install
>>> Call Stack (most recent call first):
>>>   cmake_install.cmake:56 (INCLUDE)
>>>
>>>
>>> make: *** [install] Error 1
>>>
>>>
>>> On 11 May 2013 23:39, Steven Yi <stevenyi@gmail.com> wrote:
>>>>
>>>> Hey Ed,
>>>>
>>>> Sorry, just use "brew link --overwrite libsndfile" and ignore the
>>>> uninstall/install thing I wrote earlier. :)
>>>>
>>>> steven
>>>>
>>>> On Sat, May 11, 2013 at 11:31 PM, Steven Yi <stevenyi@gmail.com> wrote:
>>>> > Hey Ed!
>>>> >
>>>> > So for that it's pretty much what it says.  You'll have to use the
>>>> > brew installed libsndfile, and to do that you'll probably have to do
>>>> > "brew uninstall libsndfile; brew install --overwrite libsndfile". Most
>>>> > likely when brew tried to link it's libsndfile into /usr/local, it
>>>> > encountered your custom built ones and gave up; I wonder if it didn't
>>>> > alter something though X_X.  But try getting the brew installed ones
>>>> > in there and I think you'll be good for csound building after that.
>>>> >
>>>> > Thanks!
>>>> > steven
>>>> >
>>>> > On Sat, May 11, 2013 at 8:10 PM, Ed Costello
>>>> > <edwardcostello@gmail.com> wrote:
>>>> >> I get an error saying it requires libsndfile, the thing is I already
>>>> >> have
>>>> >> libsndfile installed from a previous csound installation,
>>>> >>
>>>> >> CMake Error at CMakeLists.txt:339 (message):
>>>> >>   Csound requires the sndfile library
>>>> >>
>>>> >>
>>>> >> -- Configuring incomplete, errors occurred!
>>>> >>
>>>> >> READ THIS: https://github.com/mxcl/homebrew/wiki/troubleshooting
>>>> >>
>>>> >> Marions-MacBook:~ eddyc$ brew install libsndfile
>>>> >> Warning: libsndfile-1.0.25 already installed, it's just not linked
>>>> >> Marions-MacBook:~ eddyc$
>>>> >>
>>>> >>
>>>> >>
>>>> >> On 11 May 2013 18:26, peiman khosravi <peimankhosravi@gmail.com>
>>>> >> wrote:
>>>> >>>
>>>> >>> I get the same errors.
>>>> >>>
>>>> >>> P
>>>> >>>
>>>> >>>
>>>> >>>
>>>> >>>
>>>> >>>
>>>> >>>
>>>> >>> www.peimankhosravi.co.uk || Subscribe to RSS Feed
>>>> >>>
>>>> >>> To receive emails about upcoming concerts visit this page & enter
>>>> >>> your
>>>> >>> email address in the 'follow' section.
>>>> >>>
>>>> >>>
>>>> >>>
>>>> >>> On 11 May 2013 16:38, Steven Yi <stevenyi@gmail.com> wrote:
>>>> >>>>
>>>> >>>> Hi Jake,
>>>> >>>>
>>>> >>>> Thanks very much for the quick report! I'm running into similar
>>>> >>>> situations and it has to do with brew trying to install links but
>>>> >>>> there are original files there installed from somewhere else
>>>> >>>> (likely
>>>> >>>> from a previous csound installer install).  I just did this:
>>>> >>>>
>>>> >>>> Error: Could not symlink file:
>>>> >>>> /usr/local/Cellar/libogg/1.3.0/include/ogg/os_types.h
>>>> >>>> Target /usr/local/include/ogg/os_types.h already exists. You may
>>>> >>>> need
>>>> >>>> to delete it.
>>>> >>>> To force the link and overwrite all other conflicting files, do:
>>>> >>>>   brew link --overwrite formula_name
>>>> >>>>
>>>> >>>> To list all files that would be deleted:
>>>> >>>>   brew link --overwrite --dry-run formula_name
>>>> >>>> cp23-119:Formula stevenyi$ brew link --overwrite libogg
>>>> >>>> Linking /usr/local/Cellar/libogg/1.3.0... 81 symlinks created
>>>> >>>>
>>>> >>>> and also did 'brew link --overwrite flac' (and so on for each lib).
>>>> >>>>
>>>> >>>> One note, I'm running into issues in building --universal.  It
>>>> >>>> seems
>>>> >>>> some of the formulas can be --universal but they depend on others
>>>> >>>> that
>>>> >>>> don't support universal.  I'm going to see about modifying some of
>>>> >>>> the
>>>> >>>> dependent homebrew recipes and if that works I'll see if they get
>>>> >>>> accepted into the main repo.
>>>> >>>>
>>>> >>>> Thanks!
>>>> >>>> steven
>>>> >>>>
>>>> >>>> On Sat, May 11, 2013 at 5:24 PM, Jacob Joaquin
>>>> >>>> <jacobjoaquin@gmail.com>
>>>> >>>> wrote:
>>>> >>>> > Here's my first run through; It breaks at libogg. I'm actually in
>>>> >>>> > the
>>>> >>>> > middle
>>>> >>>> > of something this morning. I'll spend more time with this when I
>>>> >>>> > have
>>>> >>>> > some:
>>>> >>>> >
>>>> >>>> > Quorra ~ $ brew install http://www.kunstmusik.com/csound.rb
>>>> >>>> >
>>>> >>>> >
>>>> >>>> > ########################################################################
>>>> >>>> > 100.0%
>>>> >>>> > Warning: Your Xcode (4.6.1) is outdated
>>>> >>>> > Please install Xcode 4.6.2.
>>>> >>>> > ==> Installing csound dependency: cmake
>>>> >>>> > ==> Downloading
>>>> >>>> > https://downloads.sf.net/project/machomebrew/Bottles/cmake-2.8.1
>>>> >>>> >
>>>> >>>> >
>>>> >>>> > ########################################################################
>>>> >>>> > 100.0%
>>>> >>>> > ==> Pouring cmake-2.8.10.2.mountain_lion.bottle.tar.gz
>>>> >>>> > 🍺  /usr/local/Cellar/cmake/2.8.10.2: 683 files, 32M
>>>> >>>> > ==> Installing csound dependency: pcre
>>>> >>>> > ==> Downloading
>>>> >>>> > ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre-8.32.
>>>> >>>> >
>>>> >>>> >
>>>> >>>> > ########################################################################
>>>> >>>> > 100.0%
>>>> >>>> >
>>>> >>>> >
>>>> >>>> > ########################################################################
>>>> >>>> > 100.0%==> ./configure --prefix=/usr/local/Cellar/pcre/8.32
>>>> >>>> > --enable-utf8
>>>> >>>> > --enable-unic
>>>> >>>> > ==> make test
>>>> >>>> > ==> make install
>>>> >>>> > 🍺  /usr/local/Cellar/pcre/8.32: 135 files, 3.6M, built in 44
>>>> >>>> > seconds
>>>> >>>> > ==> Installing csound dependency: swig
>>>> >>>> > ==> Downloading
>>>> >>>> >
>>>> >>>> >
>>>> >>>> > http://sourceforge.net/projects/swig/files/swig/swig-2.0.9/swig-2.0.9.tar.gz
>>>> >>>> >
>>>> >>>> >
>>>> >>>> > ########################################################################
>>>> >>>> > 100.0%
>>>> >>>> > ==> ./configure --prefix=/usr/local/Cellar/swig/2.0.9
>>>> >>>> > ==> make
>>>> >>>> > ==> make install
>>>> >>>> > 🍺  /usr/local/Cellar/swig/2.0.9: 599 files, 6.2M, built in 45
>>>> >>>> > seconds
>>>> >>>> > ==> Installing csound dependency: pkg-config
>>>> >>>> > ==> Downloading
>>>> >>>> >
>>>> >>>> >
>>>> >>>> > https://downloads.sf.net/project/machomebrew/Bottles/pkg-config-0.28.mountain_lion.bottle.tar.gz
>>>> >>>> >
>>>> >>>> >
>>>> >>>> > ########################################################################
>>>> >>>> > 100.0%
>>>> >>>> > ==> Pouring pkg-config-0.28.mountain_lion.bottle.tar.gz
>>>> >>>> > 🍺  /usr/local/Cellar/pkg-config/0.28: 10 files, 636K
>>>> >>>> > ==> Installing csound dependency: lame
>>>> >>>> > ==> Downloading
>>>> >>>> >
>>>> >>>> > http://downloads.sourceforge.net/sourceforge/lame/lame-3.99.5.tar.gz
>>>> >>>> >
>>>> >>>> >
>>>> >>>> > ########################################################################
>>>> >>>> > 100.0%
>>>> >>>> > ==> ./configure --prefix=/usr/local/Cellar/lame/3.99.5
>>>> >>>> > --enable-nasm
>>>> >>>> > ==> make install
>>>> >>>> > 🍺  /usr/local/Cellar/lame/3.99.5: 25 files, 2.1M, built in 27
>>>> >>>> > seconds
>>>> >>>> > ==> Installing csound dependency: flac
>>>> >>>> > ==> Downloading
>>>> >>>> >
>>>> >>>> > http://downloads.sourceforge.net/sourceforge/flac/flac-1.2.1.tar.gz
>>>> >>>> >
>>>> >>>> >
>>>> >>>> > ########################################################################
>>>> >>>> > 100.0%
>>>> >>>> > ==> ./configure --disable-asm-optimizations --enable-sse
>>>> >>>> > --prefix=/usr/local/Cellar/flac/1.2.1
>>>> >>>> > --mandir=/usr/local/Cellar/flac/1.2.1/share/man
>>>> >>>> > ==> make install
>>>> >>>> > ==> Downloading
>>>> >>>> > https://github.com/rmndk/flac2mp3/archive/v1.0.tar.gz
>>>> >>>> >
>>>> >>>> >
>>>> >>>> > ########################################################################
>>>> >>>> > 100.0%
>>>> >>>> > Warning: Could not link flac. Unlinking...
>>>> >>>> > Error: The `brew link` step did not complete successfully
>>>> >>>> > The formula built, but is not symlinked into /usr/local
>>>> >>>> > You can try again using `brew link flac'
>>>> >>>> > ==> Summary
>>>> >>>> > 🍺  /usr/local/Cellar/flac/1.2.1: 304 files, 6.5M, built in 47
>>>> >>>> > seconds
>>>> >>>> > ==> Installing csound dependency: libogg
>>>> >>>> > ==> Downloading
>>>> >>>> > http://downloads.xiph.org/releases/ogg/libogg-1.3.0.tar.gz
>>>> >>>> >
>>>> >>>> >
>>>> >>>> > ########################################################################
>>>> >>>> > 100.0%
>>>> >>>> > ==> ./configure --prefix=/usr/local/Cellar/libogg/1.3.0
>>>> >>>> > ==> make
>>>> >>>> > ==> make install
>>>> >>>> > Warning: Could not link libogg. Unlinking...
>>>> >>>> > Error: The `brew link` step did not complete successfully
>>>> >>>> > The formula built, but is not symlinked into /usr/local
>>>> >>>> > You can try again using `brew link libogg'
>>>> >>>> > ==> Summary
>>>> >>>> > 🍺  /usr/local/Cellar/libogg/1.3.0: 85 files, 520K, built in 11
>>>> >>>> > seconds
>>>> >>>> > ==> Installing csound dependency: xz
>>>> >>>> > ==> Downloading http://tukaani.org/xz/xz-5.0.4.tar.bz2
>>>> >>>> >
>>>> >>>> >
>>>> >>>> > ########################################################################
>>>> >>>> > 100.0%
>>>> >>>> > ==> ./configure --prefix=/usr/local/Cellar/xz/5.0.4
>>>> >>>> > ==> make install
>>>> >>>> > 🍺  /usr/local/Cellar/xz/5.0.4: 58 files, 1.5M, built in 27
>>>> >>>> > seconds
>>>> >>>> > Error: You must `brew link libogg' before libvorbis can be
>>>> >>>> > installed
>>>> >>>> >
>>>> >>>> >
>>>> >>>> >
>>>> >>>> >
>>>> >>>> >
>>>> >>>> > On Sat, May 11, 2013 at 8:21 AM, Jacob Joaquin
>>>> >>>> > <jacobjoaquin@gmail.com>
>>>> >>>> > wrote:
>>>> >>>> >>
>>>> >>>> >> I ran into an error which was resolved by updating brew:
>>>> >>>> >>
>>>> >>>> >> brew update
>>>> >>>> >>
>>>> >>>> >> It's currently downloading and installing dependencies. We'll
>>>> >>>> >> see how
>>>> >>>> >> this
>>>> >>>> >> goes.
>>>> >>>> >>
>>>> >>>> >>
>>>> >>>> >> On Sat, May 11, 2013 at 8:12 AM, Steven Yi <stevenyi@gmail.com>
>>>> >>>> >> wrote:
>>>> >>>> >>>
>>>> >>>> >>> Hi All,
>>>> >>>> >>>
>>>> >>>> >>> I've put together a homebrew [1]  file and was hoping to get
>>>> >>>> >>> some
>>>> >>>> >>> people to test it.  If it's working well maybe we can submit it
>>>> >>>> >>> to
>>>> >>>> >>> the
>>>> >>>> >>> homebrew repo.  The file is available at:
>>>> >>>> >>>
>>>> >>>> >>> http://www.kunstmusik.com/csound.rb
>>>> >>>> >>>
>>>> >>>> >>> You can try installing it by using:
>>>> >>>> >>>
>>>> >>>> >>> brew install http://www.kunstmusik.com/csound.rb
>>>> >>>> >>>
>>>> >>>> >>> This builds with a source zip I put together from today's GIT
>>>> >>>> >>> (using
>>>> >>>> >>> 'cpack package_source').  If you want to use the latest from
>>>> >>>> >>> GIT
>>>> >>>> >>> (recommended at this point) you can use:
>>>> >>>> >>>
>>>> >>>> >>> brew install --HEAD http://www.kunstmusik.com/csound.rb
>>>> >>>> >>>
>>>> >>>> >>> This should also install the following dependencies:
>>>> >>>> >>>
>>>> >>>> >>>   depends_on 'cmake' => :build
>>>> >>>> >>>   depends_on 'swig' => :build
>>>> >>>> >>>
>>>> >>>> >>>   depends_on 'libsndfile'
>>>> >>>> >>>
>>>> >>>> >>>   depends_on 'portaudio' => :recommended
>>>> >>>> >>>   depends_on 'portmidi' => :recommended
>>>> >>>> >>>   depends_on 'liblo' => :recommended
>>>> >>>> >>>   depends_on 'boost' => :recommended
>>>> >>>> >>>   depends_on 'libpng' => :recommended
>>>> >>>> >>>   depends_on 'stk' => :recommended
>>>> >>>> >>>
>>>> >>>> >>> You can get info on flags by using:
>>>> >>>> >>>
>>>> >>>> >>> brew info http://www.kunstmusik.com/csound.rb
>>>> >>>> >>>
>>>> >>>> >>> and can (or, at least, should) be able to build as a
>>>> >>>> >>> --universal
>>>> >>>> >>> using:
>>>> >>>> >>>
>>>> >>>> >>> brew install --HEAD http://www.kunstmusik.com/csound.rb
>>>> >>>> >>> --universal
>>>> >>>> >>>
>>>> >>>> >>> Some notes:
>>>> >>>> >>>
>>>> >>>> >>> 1) There are likely to be problems.  Please report issues here
>>>> >>>> >>> so
>>>> >>>> >>> that
>>>> >>>> >>> we can fix them together. :)
>>>> >>>> >>>
>>>> >>>> >>> 2) The csound cmake file installs things into places that may
>>>> >>>> >>> be
>>>> >>>> >>> protected on your system. The particularly relevant ones are
>>>> >>>> >>> /usr/local, /Library/Python/2.7/site-packages, and
>>>> >>>> >>> /Library/Java/Extensions.  Homebrew explains how to deal with
>>>> >>>> >>> the
>>>> >>>> >>> latter 2 directores in [2]. There's info about /usr/local on
>>>> >>>> >>> the
>>>> >>>> >>> homebrew site [1].
>>>> >>>> >>>
>>>> >>>> >>> 3) I'm currently thinking this might be the best way to get
>>>> >>>> >>> everything
>>>> >>>> >>> required to build csound installed on OSX.  The idea is that
>>>> >>>> >>> once you
>>>> >>>> >>> install once, you'll have everything you need to also clone
>>>> >>>> >>> Csound's
>>>> >>>> >>> git repo and develop/build/install.
>>>> >>>> >>>
>>>> >>>> >>> Thanks!
>>>> >>>> >>> steven
>>>> >>>> >>>
>>>> >>>> >>> [1] - http://brew.sh/
>>>> >>>> >>> [2] -
>>>> >>>> >>>
>>>> >>>> >>> https://github.com/mxcl/homebrew/wiki/Gems%2C-Eggs-and-Perl-Modules
>>>> >>>> >>>
>>>> >>>> >>>
>>>> >>>> >>>
>>>> >>>> >>>
>>>> >>>> >>> ------------------------------------------------------------------------------
>>>> >>>> >>> Learn Graph Databases - Download FREE O'Reilly Book
>>>> >>>> >>> "Graph Databases" is the definitive new guide to graph
>>>> >>>> >>> databases and
>>>> >>>> >>> their applications. This 200-page book is written by three
>>>> >>>> >>> acclaimed
>>>> >>>> >>> leaders in the field. The early access version is available
>>>> >>>> >>> now.
>>>> >>>> >>> Download your free book today!
>>>> >>>> >>> http://p.sf.net/sfu/neotech_d2d_may
>>>> >>>> >>> _______________________________________________
>>>> >>>> >>> Csound-devel mailing list
>>>> >>>> >>> Csound-devel@lists.sourceforge.net
>>>> >>>> >>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>> >>>> >>
>>>> >>>> >>
>>>> >>>> >>
>>>> >>>> >>
>>>> >>>> >> --
>>>> >>>> >> codehop.com | #code #art #music
>>>> >>>> >
>>>> >>>> >
>>>> >>>> >
>>>> >>>> >
>>>> >>>> > --
>>>> >>>> > codehop.com | #code #art #music
>>>> >>>> >
>>>> >>>> >
>>>> >>>> >
>>>> >>>> > ------------------------------------------------------------------------------
>>>> >>>> > Learn Graph Databases - Download FREE O'Reilly Book
>>>> >>>> > "Graph Databases" is the definitive new guide to graph databases
>>>> >>>> > and
>>>> >>>> > their applications. This 200-page book is written by three
>>>> >>>> > acclaimed
>>>> >>>> > leaders in the field. The early access version is available now.
>>>> >>>> > Download your free book today!
>>>> >>>> > http://p.sf.net/sfu/neotech_d2d_may
>>>> >>>> > _______________________________________________
>>>> >>>> > Csound-devel mailing list
>>>> >>>> > Csound-devel@lists.sourceforge.net
>>>> >>>> > https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>> >>>> >
>>>> >>>>
>>>> >>>>
>>>> >>>>
>>>> >>>> ------------------------------------------------------------------------------
>>>> >>>> Learn Graph Databases - Download FREE O'Reilly Book
>>>> >>>> "Graph Databases" is the definitive new guide to graph databases
>>>> >>>> and
>>>> >>>> their applications. This 200-page book is written by three
>>>> >>>> acclaimed
>>>> >>>> leaders in the field. The early access version is available now.
>>>> >>>> Download your free book today! http://p.sf.net/sfu/neotech_d2d_may
>>>> >>>> _______________________________________________
>>>> >>>> Csound-devel mailing list
>>>> >>>> Csound-devel@lists.sourceforge.net
>>>> >>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>> >>>
>>>> >>>
>>>> >>>
>>>> >>>
>>>> >>>
>>>> >>> ------------------------------------------------------------------------------
>>>> >>> Learn Graph Databases - Download FREE O'Reilly Book
>>>> >>> "Graph Databases" is the definitive new guide to graph databases and
>>>> >>> their applications. This 200-page book is written by three acclaimed
>>>> >>> leaders in the field. The early access version is available now.
>>>> >>> Download your free book today! http://p.sf.net/sfu/neotech_d2d_may
>>>> >>> _______________________________________________
>>>> >>> Csound-devel mailing list
>>>> >>> Csound-devel@lists.sourceforge.net
>>>> >>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>> >>>
>>>> >>
>>>> >>
>>>> >>
>>>> >> ------------------------------------------------------------------------------
>>>> >> Learn Graph Databases - Download FREE O'Reilly Book
>>>> >> "Graph Databases" is the definitive new guide to graph databases and
>>>> >> their applications. This 200-page book is written by three acclaimed
>>>> >> leaders in the field. The early access version is available now.
>>>> >> Download your free book today! http://p.sf.net/sfu/neotech_d2d_may
>>>> >> _______________________________________________
>>>> >> Csound-devel mailing list
>>>> >> Csound-devel@lists.sourceforge.net
>>>> >> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>> >>
>>>>
>>>>
>>>> ------------------------------------------------------------------------------
>>>> Learn Graph Databases - Download FREE O'Reilly Book
>>>> "Graph Databases" is the definitive new guide to graph databases and
>>>> their applications. This 200-page book is written by three acclaimed
>>>> leaders in the field. The early access version is available now.
>>>> Download your free book today! http://p.sf.net/sfu/neotech_d2d_may
>>>> _______________________________________________
>>>> Csound-devel mailing list
>>>> Csound-devel@lists.sourceforge.net
>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>
>>>
>>>
>>>
>>> ------------------------------------------------------------------------------
>>> Learn Graph Databases - Download FREE O'Reilly Book
>>> "Graph Databases" is the definitive new guide to graph databases and
>>> their applications. This 200-page book is written by three acclaimed
>>> leaders in the field. The early access version is available now.
>>> Download your free book today! http://p.sf.net/sfu/neotech_d2d_may
>>> _______________________________________________
>>> Csound-devel mailing list
>>> Csound-devel@lists.sourceforge.net
>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>
>>
>>
>> ------------------------------------------------------------------------------
>> Learn Graph Databases - Download FREE O'Reilly Book
>> "Graph Databases" is the definitive new guide to graph databases and
>> their applications. This 200-page book is written by three acclaimed
>> leaders in the field. The early access version is available now.
>> Download your free book today! http://p.sf.net/sfu/neotech_d2d_may
>> _______________________________________________
>> Csound-devel mailing list
>> Csound-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>
>
>
> ------------------------------------------------------------------------------
> Learn Graph Databases - Download FREE O'Reilly Book
> "Graph Databases" is the definitive new guide to graph databases and
> their applications. This 200-page book is written by three acclaimed
> leaders in the field. The early access version is available now.
> Download your free book today! http://p.sf.net/sfu/neotech_d2d_may
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel
>

------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and
their applications. This 200-page book is written by three acclaimed
leaders in the field. The early access version is available now.
Download your free book today! http://p.sf.net/sfu/neotech_d2d_may
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-devel


Date2013-05-12 13:57
FromSteven Yi
SubjectRe: [Cs-dev] OSX: Homebrew
Ah, that's great!  Yeah, that's just the nature of homebrew.  It
builds in its cellar directories, then links to /usr/local.  If it
finds something there, it doesn't try to overwrite by default.  Using
--overwrite is appropriate in this situation.  At this point, for
future builds, say, if you want to keep up with the latest from git,
all you'll have to do is the brew installed --HEAD csound and you're
good to go.

On Sun, May 12, 2013 at 2:45 PM, Ed Costello  wrote:
> Got it installed, however I had to do a brew link --overwrite csound, heres
> the output
>
> Warning: Could not link csound. Unlinking...
> Error: The `brew link` step did not complete successfully
> The formula built, but is not symlinked into /usr/local
> You can try again using `brew link csound'
> Warning: Could not fix install names for
> /usr/local/Cellar/csound/HEAD/bin/srconv
> Warning: Could not fix install names for
> /usr/local/Cellar/csound/HEAD/bin/sndinfo
> Warning: Could not fix install names for
> /usr/local/Cellar/csound/HEAD/bin/scsort
> Warning: Could not fix install names for
> /usr/local/Cellar/csound/HEAD/bin/scope
> Warning: Could not fix install names for
> /usr/local/Cellar/csound/HEAD/bin/scale
> Warning: Could not fix install names for
> /usr/local/Cellar/csound/HEAD/bin/pvlook
> Warning: Could not fix install names for
> /usr/local/Cellar/csound/HEAD/bin/pvanal
> Warning: Could not fix install names for
> /usr/local/Cellar/csound/HEAD/bin/pv_import
> Warning: Could not fix install names for
> /usr/local/Cellar/csound/HEAD/bin/pv_export
> Warning: Could not fix install names for
> /usr/local/Cellar/csound/HEAD/bin/mixer
> Warning: Could not fix install names for
> /usr/local/Cellar/csound/HEAD/bin/lpc_import
> Warning: Could not fix install names for
> /usr/local/Cellar/csound/HEAD/bin/lpc_export
> Warning: Could not fix install names for
> /usr/local/Cellar/csound/HEAD/bin/lpanal
> Warning: Could not fix install names for
> /usr/local/Cellar/csound/HEAD/bin/hetro
> Warning: Could not fix install names for
> /usr/local/Cellar/csound/HEAD/bin/het_import
> Warning: Could not fix install names for
> /usr/local/Cellar/csound/HEAD/bin/het_export
> Warning: Could not fix install names for
> /usr/local/Cellar/csound/HEAD/bin/extractor
> Warning: Could not fix install names for
> /usr/local/Cellar/csound/HEAD/bin/extract
> Warning: Could not fix install names for
> /usr/local/Cellar/csound/HEAD/bin/envext
> Warning: Could not fix install names for
> /usr/local/Cellar/csound/HEAD/bin/dnoise
> Warning: Could not fix install names for
> /usr/local/Cellar/csound/HEAD/bin/cvanal
> Warning: Could not fix install names for
> /usr/local/Cellar/csound/HEAD/bin/csound
> Warning: Could not fix install names for
> /usr/local/Cellar/csound/HEAD/bin/csanalyze
> Warning: Could not fix install names for
> /usr/local/Cellar/csound/HEAD/bin/atsa
> Warning: Could not fix install names for
> /usr/local/Cellar/csound/HEAD/lib/luaCsnd6.so
> Warning: Could not fix install names for
> /usr/local/Cellar/csound/HEAD/lib/libcsnd.6.0.dylib
> ==> Summary
> 🍺  /usr/local/Cellar/csound/HEAD: 34 files, 1.6M, built in 2.2 minutes
> Marions-MacBook:~ eddyc$ brew link csound
> Linking /usr/local/Cellar/csound/HEAD... Warning: Could not link csound.
> Unlinking...
>
> Error: Could not symlink file: /usr/local/Cellar/csound/HEAD/bin/srconv
> Target /usr/local/bin/srconv already exists. You may need to delete it.
> To force the link and delete this file, do:
>   brew link --overwrite formula_name
>
> To list all files that would be deleted:
>   brew link --overwrite --dry-run formula_name
> Marions-MacBook:~ eddyc$ brew link --overwrite csound
> Linking /usr/local/Cellar/csound/HEAD... 29 symlinks created
>
>
> On 12 May 2013 14:18, Steven Yi  wrote:
>>
>> Hi Ed,
>>
>> Yeah I mentioned this situation in my first email:
>>
>> "2) The csound cmake file installs things into places that may be
>> protected on your system. The particularly relevant ones are
>> /usr/local, /Library/Python/2.7/site-packages, and
>> /Library/Java/Extensions.  Homebrew explains how to deal with the
>> latter 2 directores in [2]. There's info about /usr/local on the
>> homebrew site [1]."
>>
>> The link for number 2 is:
>>
>> https://github.com/mxcl/homebrew/wiki/Gems%2C-Eggs-and-Perl-Modules
>>
>> The essentialy thing to run is:
>>
>> sudo chmod +a 'user:YOUR_NAME_HERE allow
>> add_subdirectory,add_file,delete_child,directory_inherit'
>> /Library/Python/2.7/site-packages
>> sudo chmod +a 'user:YOUR_NAME_HERE allow
>> add_subdirectory,add_file,delete_child,directory_inherit'
>> /Library/Java/Extensions
>>
>> where YOUR_NAME_HERE is your system user name.
>>
>> After that, you should be able to install.
>>
>> Let me know how it goes for you!
>> steven
>>
>>
>> On Sun, May 12, 2013 at 12:12 PM, Ed Costello 
>> wrote:
>> > Here ya go, I think the installer is having trouble with copying
>> > _csnd6.so
>> > into my python site packages directory
>> >
>> > Marions-MacBook:~ eddyc$ brew install --HEAD
>> > http://www.kunstmusik.com/csound.rb --verbose
>> > /usr/bin/curl -f#LA Homebrew 0.9.4 (Ruby 1.8.7-358; Mac OS X 10.8.3)
>> > http://www.kunstmusik.com/csound.rb -o
>> > /Library/Caches/Homebrew/Formula/csound.rb
>> > ########################################################################
>> > 100.0%
>> > ==> Cloning git://git.code.sourceforge.net/p/csound/csound6-git
>> > git clone --depth 1 git://git.code.sourceforge.net/p/csound/csound6-git
>> > /Library/Caches/Homebrew/csound--git
>> > Cloning into '/Library/Caches/Homebrew/csound--git'...
>> > remote: Counting objects: 1531, done.
>> > remote: Compressing objects: 100% (1314/1314), done.
>> > remote: Total 1531 (delta 288), reused 797 (delta 140)
>> > Receiving objects: 100% (1531/1531), 13.23 MiB | 1.07 MiB/s, done.
>> > Resolving deltas: 100% (288/288), done.
>> > git reset --hard origin/HEAD
>> > HEAD is now at 2468c7c some float csound adjustments
>> > git checkout-index -a -f --prefix=/private/tmp/csound-KYls/
>> > ==> cmake . -DUSE_GETTEXT=0
>> > -DCMAKE_INSTALL_PREFIX=/usr/local/Cellar/csound/HEAD
>> > -DCMAKE_BUILD_TYPE=None
>> > -DCMAKE_FIND_FRAMEWORK=LAST -Wno-dev
>> > cmake . -DUSE_GETTEXT=0
>> > -DCMAKE_INSTALL_PREFIX=/usr/local/Cellar/csound/HEAD
>> > -DCMAKE_BUILD_TYPE=None -DCMAKE_FIND_FRAMEWORK=LAST -Wno-dev
>> > -- The C compiler identification is Clang 4.2.0
>> > -- The CXX compiler identification is Clang 4.2.0
>> > -- Check for working C compiler: /usr/local/Library/ENV/4.3/cc
>> > -- Check for working C compiler: /usr/local/Library/ENV/4.3/cc -- works
>> > -- Detecting C compiler ABI info
>> > -- Detecting C compiler ABI info - done
>> > -- Check for working CXX compiler: /usr/local/Library/ENV/4.3/c++
>> > -- Check for working CXX compiler: /usr/local/Library/ENV/4.3/c++ --
>> > works
>> > -- Detecting CXX compiler ABI info
>> > -- Detecting CXX compiler ABI info - done
>> > -- /tmp/csound-KYls
>> > -- BUILD_BIN_DIR set to /tmp/csound-KYls
>> > -- BUILD_LIB_DIR set to /tmp/csound-KYls
>> > -- BUILD_PLUGINS_DIR set to /tmp/csound-KYls
>> > -- Check if the system is big endian
>> > -- Searching 16 bit integer
>> > -- Looking for sys/types.h
>> > -- Looking for sys/types.h - found
>> > -- Looking for stdint.h
>> > -- Looking for stdint.h - found
>> > -- Looking for stddef.h
>> > -- Looking for stddef.h - found
>> > -- Check size of unsigned short
>> > -- Check size of unsigned short - done
>> > -- Using unsigned short
>> > -- Check if the system is big endian - little endian
>> > -- Try OpenMP C flag = [-fopenmp]
>> > -- Performing Test OpenMP_FLAG_DETECTED
>> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> > -- Try OpenMP C flag = [/openmp]
>> > -- Performing Test OpenMP_FLAG_DETECTED
>> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> > -- Try OpenMP C flag = [-Qopenmp]
>> > -- Performing Test OpenMP_FLAG_DETECTED
>> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> > -- Try OpenMP C flag = [-openmp]
>> > -- Performing Test OpenMP_FLAG_DETECTED
>> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> > -- Try OpenMP C flag = [ ]
>> > -- Performing Test OpenMP_FLAG_DETECTED
>> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> > -- Try OpenMP C flag = [-xopenmp]
>> > -- Performing Test OpenMP_FLAG_DETECTED
>> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> > -- Try OpenMP C flag = [+Oopenmp]
>> > -- Performing Test OpenMP_FLAG_DETECTED
>> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> > -- Try OpenMP C flag = [-qsmp]
>> > -- Performing Test OpenMP_FLAG_DETECTED
>> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> > -- Try OpenMP C flag = [-mp]
>> > -- Performing Test OpenMP_FLAG_DETECTED
>> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> > -- Try OpenMP CXX flag = [-fopenmp]
>> > -- Performing Test OpenMP_FLAG_DETECTED
>> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> > -- Try OpenMP CXX flag = [/openmp]
>> > -- Performing Test OpenMP_FLAG_DETECTED
>> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> > -- Try OpenMP CXX flag = [-Qopenmp]
>> > -- Performing Test OpenMP_FLAG_DETECTED
>> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> > -- Try OpenMP CXX flag = [-openmp]
>> > -- Performing Test OpenMP_FLAG_DETECTED
>> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> > -- Try OpenMP CXX flag = [ ]
>> > -- Performing Test OpenMP_FLAG_DETECTED
>> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> > -- Try OpenMP CXX flag = [-xopenmp]
>> > -- Performing Test OpenMP_FLAG_DETECTED
>> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> > -- Try OpenMP CXX flag = [+Oopenmp]
>> > -- Performing Test OpenMP_FLAG_DETECTED
>> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> > -- Try OpenMP CXX flag = [-qsmp]
>> > -- Performing Test OpenMP_FLAG_DETECTED
>> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> > -- Try OpenMP CXX flag = [-mp]
>> > -- Performing Test OpenMP_FLAG_DETECTED
>> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> > -- Could NOT find OpenMP (missing:  OpenMP_C_FLAGS OpenMP_CXX_FLAGS)
>> > -- Looking for libintl.h
>> > -- Looking for libintl.h - not found
>> > -- Looking for C++ include eigen3/Eigen/Dense
>> > -- Looking for C++ include eigen3/Eigen/Dense - not found
>> > -- Could NOT find Gettext (missing:  GETTEXT_MSGMERGE_EXECUTABLE
>> > GETTEXT_MSGFMT_EXECUTABLE)
>> > -- Looking for lrint in m
>> > -- Looking for lrint in m - found
>> > -- Looking for unistd.h
>> > -- Looking for unistd.h - found
>> > -- Looking for io.h
>> > -- Looking for io.h - not found
>> > -- Looking for fcntl.h
>> > -- Looking for fcntl.h - found
>> > -- Looking for sys/time.h
>> > -- Looking for sys/time.h - found
>> > -- Looking for termios.h
>> > -- Looking for termios.h - found
>> > -- Looking for values.h
>> > -- Looking for values.h - not found
>> > -- Looking for winsock.h
>> > -- Looking for winsock.h - not found
>> > -- Looking for sys/socket.h
>> > -- Looking for sys/socket.h - found
>> > -- Looking for dirent.h
>> > -- Looking for dirent.h - found
>> > -- USE_LRINT is enabled
>> > -- Found FLEX: /usr/bin/flex (found version "2.5.35")
>> > -- Found BISON: /usr/bin/bison (found version "2.3")
>> > -- Looking for pthread_spin_lock
>> > -- Looking for pthread_spin_lock - not found
>> > -- Looking for pthread_barrier_init
>> > -- Looking for pthread_barrier_init - not found
>> > -- OPENMP_FOUND="FALSE", so disabling USE_OPEN_MP
>> > -- PTHREAD_BARRIER_INIT_EXISTS="", so disabling USE_OPEN_MP
>> > -- USE_OPEN_MP is disabled
>> > -- Not building with score parser
>> > -- Not building with new parser debugging
>> > -- Building with multicore
>> > -- USE_GETTEXT is disabled
>> > -- Not using localization
>> > -- Building on OSX
>> > -- Boost version: 1.53.0
>> > -- Looking for ladspa.h
>> > -- Looking for ladspa.h - not found
>> > -- Looking for fluidsynth.h
>> > -- Looking for fluidsynth.h - not found
>> > -- Looking for jack/jack.h
>> > -- Looking for jack/jack.h - not found
>> > -- Looking for C++ include gmm/gmm.h
>> > -- Looking for C++ include gmm/gmm.h - not found
>> > -- Looking for lo/lo.h
>> > -- Looking for lo/lo.h - found
>> > -- Found ZLIB: /usr/lib/libz.dylib (found version "1.2.5")
>> > -- Found PNG: /usr/local/lib/libpng.dylib (found version "1.5.14")
>> > -- Found PythonLibs: /usr/lib/libpython2.7.dylib (found version "2.7.2")
>> > -- Found Lua51: /usr/local/lib/liblua.dylib (found version "5.1.5")
>> > -- Looking for wiiuse.h
>> > -- Looking for wiiuse.h - not found
>> > -- Looking for p5glove.h
>> > -- Looking for p5glove.h - not found
>> > -- BUILD_CHUA_OPCODES is enabled
>> > -- LADSPA_H="", so disabling BUILD_DSSI_OPCODES
>> > -- BUILD_DSSI_OPCODES is disabled
>> > -- FLUIDSYNTH_H="", so disabling BUILD_FLUID_OPCODES
>> > -- FLUIDSYNTH_LIBRARY="FLUIDSYNTH_LIBRARY-NOTFOUND", so disabling
>> > BUILD_FLUID_OPCODES
>> > -- BUILD_FLUID_OPCODES is disabled
>> > -- JACK_HEADER="", so disabling BUILD_JACK_OPCODES
>> > -- BUILD_JACK_OPCODES is disabled
>> > -- GMM_HEADER="", so disabling BUILD_LINEAR_ALGEBRA_OPCODES
>> > -- BUILD_LINEAR_ALGEBRA_OPCODES is disabled
>> > -- BUILD_OSC_OPCODES is enabled
>> > -- BUILD_IMAGE_OPCODES is enabled
>> > -- BUILD_PYTHON_OPCODES is enabled
>> > -- OPENMP_FOUND="FALSE", so disabling BUILD_LUA_OPCODES
>> > -- BUILD_LUA_OPCODES is disabled
>> > -- WIIUSE_H="", so disabling BUILD_WIIMOTE_OPCODES
>> > -- BUILD_WIIMOTE_OPCODES is disabled
>> > -- P5GLOVE_H="", so disabling BUILD_P5GLOVE_OPCODES
>> > -- BUILD_P5GLOVE_OPCODES is disabled
>> > -- BUILD_STK_OPCODES is enabled
>> > --
>> > -- ## REALTIME AUDIO AND MIDI ##
>> > -- Looking for alsa/asoundlib.h
>> > -- Looking for alsa/asoundlib.h - not found
>> > -- Looking for pulse/simple.h
>> > -- Looking for pulse/simple.h - not found
>> > -- Looking for XOpenDisplay in
>> > /usr/X11R6/lib/libX11.dylib;/usr/X11R6/lib/libXext.dylib
>> > -- Looking for XOpenDisplay in
>> > /usr/X11R6/lib/libX11.dylib;/usr/X11R6/lib/libXext.dylib - found
>> > -- Looking for gethostbyname
>> > -- Looking for gethostbyname - found
>> > -- Looking for connect
>> > -- Looking for connect - found
>> > -- Looking for remove
>> > -- Looking for remove - found
>> > -- Looking for shmat
>> > -- Looking for shmat - found
>> > -- Looking for IceConnectionNumber in ICE
>> > -- Looking for IceConnectionNumber in ICE - not found
>> > -- Found X11: /usr/X11R6/lib/libX11.dylib
>> > -- Found FLTK:
>> >
>> > /usr/local/lib/libfltk_images.a;/usr/local/lib/libfltk_forms.a;/usr/local/lib/libfltk.a
>> > -- USE_COREMIDI is enabled
>> > -- USE_AUDIOUNIT is enabled
>> > -- ALSA_HEADER="", so disabling USE_ALSA
>> > -- ALSA_LIBRARY="ALSA_LIBRARY-NOTFOUND", so disabling USE_ALSA
>> > -- USE_ALSA is disabled
>> > -- PULSEAUDIO_HEADER="", so disabling USE_PULSEAUDIO
>> > -- PULSEAUDIO_LIBRARY="PULSEAUDIO_LIBRARY-NOTFOUND", so disabling
>> > USE_PULSEAUDIO
>> > -- PULSESIMPLE_LIBRARY="PULSESIMPLE_LIBRARY-NOTFOUND", so disabling
>> > USE_PULSEAUDIO
>> > -- USE_PULSEAUDIO is disabled
>> > -- PORTAUDIO_HEADER="", so disabling USE_PORTAUDIO
>> > -- USE_PORTAUDIO is disabled
>> > -- PORTMIDI_HEADER="", so disabling USE_PORTMIDI
>> > -- USE_PORTMIDI is disabled
>> > -- JACK_HEADER="", so disabling USE_JACK
>> > -- JACK_LIBRARY="JACK_LIBRARY-NOTFOUND", so disabling USE_JACK
>> > -- USE_JACK is disabled
>> > -- USE_FLTK is enabled
>> > -- BUILD_VIRTUAL_KEYBOARD is enabled
>> > --
>> > -- Building C++ interface library
>> > -- Found SWIG: /usr/local/bin/swig (found suitable version "2.0.9",
>> > minimum
>> > required is "2.0")
>> > -- Found JNI: -framework JavaVM
>> > -- Found Java: /usr/bin/java (found version "1.6.0.45")
>> > -- BUILD_PYTHON_INTERFACE is enabled
>> > -- BUILD_JAVA_INTERFACE is enabled
>> > -- BUILD_LUA_INTERFACE is enabled
>> > -- Looking for m_pd.h
>> > -- Looking for m_pd.h - not found
>> > -- Building csLadspa
>> > -- BUILD_CSBEATS is enabled
>> > -- PD_HEADER="", so disabling BUILD_PD_CLASS
>> > -- BUILD_PD_CLASS is disabled
>> > -- BUILD_WINSOUND is disabled
>> > -- Boost version: 1.53.0
>> > -- Found SWIG: /usr/local/bin/swig (found version "2.0.9")
>> > -- BUILD_CSOUND_AC is disabled
>> > -- BUILD_CSOUND_AC_PYTHON_INTERFACE is enabled
>> > -- BUILD_CSOUND_AC_LUA_INTERFACE is enabled
>> > -- Configuring done
>> > -- Generating done
>> > -- Build files have been written to: /tmp/csound-KYls
>> > ==> make install
>> > make install
>> > Scanning dependencies of target ampmidid
>> > [  0%] Generating csound_prelex.c
>> > [  0%] Generating csound_orclex.c
>> > [  0%] Generating csound_orcparse.c
>> > /tmp/csound-KYls/Engine/csound_orc.y: conflicts: 4 shift/reduce, 10
>> > reduce/reduce
>> > [  0%] Building CXX object
>> > Opcodes/CMakeFiles/ampmidid.dir/ampmidid.cpp.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > Scanning dependencies of target CsoundLib64
>> > Linking CXX shared library ../libampmidid.dylib
>> > [  0%] Built target ampmidid
>> > Scanning dependencies of target cellular
>> > [  0%] Building C object Opcodes/CMakeFiles/cellular.dir/cellular.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > Linking C shared library ../libcellular.dylib
>> > [  0%] Built target cellular
>> > Scanning dependencies of target chua
>> > [  1%] Building C object CMakeFiles/CsoundLib64.dir/Engine/auxfd.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [  1%] Building C object CMakeFiles/CsoundLib64.dir/Engine/cfgvar.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [  1%] Building C object CMakeFiles/CsoundLib64.dir/Engine/corfiles.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [  2%] Building C object CMakeFiles/CsoundLib64.dir/Engine/entry1.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [  2%] Building C object CMakeFiles/CsoundLib64.dir/Engine/envvar.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [  2%] [  3%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Engine/extract.c.o
>> > Building CXX object
>> > Opcodes/CMakeFiles/chua.dir/chua/ChuaOscillator.cpp.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [  4%] Building C object CMakeFiles/CsoundLib64.dir/Engine/fgens.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [  4%] Building C object CMakeFiles/CsoundLib64.dir/Engine/insert.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [  4%] Building C object CMakeFiles/CsoundLib64.dir/Engine/linevent.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [  5%] Building C object CMakeFiles/CsoundLib64.dir/Engine/memalloc.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [  5%] Building C object CMakeFiles/CsoundLib64.dir/Engine/memfiles.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [  5%] Building C object CMakeFiles/CsoundLib64.dir/Engine/musmon.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [  5%] Building C object CMakeFiles/CsoundLib64.dir/Engine/namedins.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [  6%] Building C object CMakeFiles/CsoundLib64.dir/Engine/rdscor.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [  6%] Building C object CMakeFiles/CsoundLib64.dir/Engine/scsort.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [  6%] Building C object CMakeFiles/CsoundLib64.dir/Engine/scxtract.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [  7%] Building C object CMakeFiles/CsoundLib64.dir/Engine/sort.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [  7%] Building C object CMakeFiles/CsoundLib64.dir/Engine/sread.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > Linking CXX shared library ../libchua.dylib
>> > [  7%] Building C object CMakeFiles/CsoundLib64.dir/Engine/swritestr.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [  8%] Building C object CMakeFiles/CsoundLib64.dir/Engine/twarp.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [  8%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Engine/csound_type_system.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [  8%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Engine/csound_standard_types.c.o
>> > [  8%] Built target chua
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > Scanning dependencies of target control
>> > [  9%] [  9%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Engine/csound_data_structures.c.o
>> > Building C object Opcodes/CMakeFiles/control.dir/control.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [  9%] Linking C shared library ../libcontrol.dylib
>> > Building C object CMakeFiles/CsoundLib64.dir/Engine/pools.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [  9%] Built target control
>> > Scanning dependencies of target cs_date
>> > [  9%] [ 10%] Building C object
>> > CMakeFiles/CsoundLib64.dir/InOut/libsnd.c.o
>> > Building C object Opcodes/CMakeFiles/cs_date.dir/date.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > Linking C shared library ../libcs_date.dylib
>> > [ 10%] Built target cs_date
>> > [ 10%] Building C object CMakeFiles/CsoundLib64.dir/InOut/libsnd_u.c.o
>> > Scanning dependencies of target doppler
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 10%] Building CXX object Opcodes/CMakeFiles/doppler.dir/doppler.cpp.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 11%] Building C object CMakeFiles/CsoundLib64.dir/InOut/midifile.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 11%] Building C object CMakeFiles/CsoundLib64.dir/InOut/midirecv.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > Linking CXX shared library ../libdoppler.dylib
>> > [ 11%] Building C object CMakeFiles/CsoundLib64.dir/InOut/midisend.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 11%] Built target doppler
>> > Scanning dependencies of target fareygen
>> > [ 12%] [ 12%] Building C object
>> > CMakeFiles/CsoundLib64.dir/InOut/winascii.c.o
>> > Building C object Opcodes/CMakeFiles/fareygen.dir/fareygen.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 12%] Linking C shared library ../libfareygen.dylib
>> > Building C object CMakeFiles/CsoundLib64.dir/InOut/windin.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 12%] Built target fareygen
>> > Scanning dependencies of target fractalnoise
>> > [ 12%] Building C object CMakeFiles/CsoundLib64.dir/InOut/window.c.o
>> > [ 13%] Building CXX object
>> > Opcodes/CMakeFiles/fractalnoise.dir/tl/fractalnoise.cpp.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 14%] Building C object CMakeFiles/CsoundLib64.dir/InOut/winEPS.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > Linking CXX shared library ../libfractalnoise.dylib
>> > [ 14%] Built target fractalnoise
>> > [ 14%] Building C object
>> > CMakeFiles/CsoundLib64.dir/InOut/circularbuffer.c.o
>> > Scanning dependencies of target image
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 14%] Building C object Opcodes/CMakeFiles/image.dir/imageOpcodes.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 14%] Building C object CMakeFiles/CsoundLib64.dir/OOps/aops.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > Linking C shared library ../libimage.dylib
>> > [ 14%] Built target image
>> > Scanning dependencies of target mixer
>> > [ 14%] Building CXX object Opcodes/CMakeFiles/mixer.dir/mixer.cpp.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 15%] Building C object CMakeFiles/CsoundLib64.dir/OOps/bus.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > Linking CXX shared library ../libmixer.dylib
>> > [ 15%] Building C object CMakeFiles/CsoundLib64.dir/OOps/cmath.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 15%] Built target mixer
>> > Scanning dependencies of target osc
>> > [ 16%] Building C object Opcodes/CMakeFiles/osc.dir/OSC.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 16%] Building C object CMakeFiles/CsoundLib64.dir/OOps/diskin.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > Linking C shared library ../libosc.dylib
>> > [ 16%] Building C object CMakeFiles/CsoundLib64.dir/OOps/diskin2.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 16%] Built target osc
>> > Scanning dependencies of target platerev
>> > [ 16%] Building C object Opcodes/CMakeFiles/platerev.dir/platerev.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 17%] Linking C shared library ../libplaterev.dylib
>> > Building C object CMakeFiles/CsoundLib64.dir/OOps/disprep.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 17%] Built target platerev
>> > Scanning dependencies of target py
>> > [ 17%] [ 17%] Building C object
>> > Opcodes/CMakeFiles/py.dir/py/pythonopcodes.c.o
>> > Building C object CMakeFiles/CsoundLib64.dir/OOps/dumpf.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 17%] Building C object CMakeFiles/CsoundLib64.dir/OOps/fftlib.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > Linking C shared library ../libpy.dylib
>> > [ 17%] Built target py
>> > [ 18%] Scanning dependencies of target scansyn
>> > Building C object CMakeFiles/CsoundLib64.dir/OOps/goto_ops.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 18%] Building C object Opcodes/CMakeFiles/scansyn.dir/scansyn.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 18%] Building C object CMakeFiles/CsoundLib64.dir/OOps/midiinterop.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 19%] Building C object Opcodes/CMakeFiles/scansyn.dir/scansynx.c.o
>> > [ 19%] Building C object CMakeFiles/CsoundLib64.dir/OOps/midiops.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 20%] Building C object CMakeFiles/CsoundLib64.dir/OOps/midiout.c.o
>> > Linking C shared library ../libscansyn.dylib
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 20%] Built target scansyn
>> > Scanning dependencies of target serial
>> > [ 20%] Building C object Opcodes/CMakeFiles/serial.dir/serial.c.o
>> > [ 20%] Building C object CMakeFiles/CsoundLib64.dir/OOps/mxfft.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > Linking C shared library ../libserial.dylib
>> > [ 20%] Built target serial
>> > [ 20%] Building C object CMakeFiles/CsoundLib64.dir/OOps/oscils.c.o
>> > Scanning dependencies of target signalflowgraph
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 21%] Building CXX object
>> > Opcodes/CMakeFiles/signalflowgraph.dir/signalflowgraph.cpp.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 22%] Building C object CMakeFiles/CsoundLib64.dir/OOps/pstream.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 22%] Building C object CMakeFiles/CsoundLib64.dir/OOps/pvfileio.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 22%] Building C object CMakeFiles/CsoundLib64.dir/OOps/pvsanal.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 22%] Building C object CMakeFiles/CsoundLib64.dir/OOps/random.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 23%] Building C object CMakeFiles/CsoundLib64.dir/OOps/remote.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 23%] Building C object CMakeFiles/CsoundLib64.dir/OOps/schedule.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > Linking CXX shared library ../libsignalflowgraph.dylib
>> > [ 23%] Building C object CMakeFiles/CsoundLib64.dir/OOps/sndinfUG.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 23%] Built target signalflowgraph
>> > Scanning dependencies of target system_call
>> > [ 25%] [ 25%] Building C object
>> > CMakeFiles/CsoundLib64.dir/OOps/str_ops.c.o
>> > Building C object Opcodes/CMakeFiles/system_call.dir/system_call.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > Linking C shared library ../libsystem_call.dylib
>> > [ 25%] Built target system_call
>> > Scanning dependencies of target stk-ops
>> > [ 25%] Building C object CMakeFiles/CsoundLib64.dir/OOps/ugens1.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 25%] Building CXX object
>> > Opcodes/stk/CMakeFiles/stk-ops.dir/stkOpcodes.cpp.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 25%] Building C object CMakeFiles/CsoundLib64.dir/OOps/ugens2.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 26%] Building C object CMakeFiles/CsoundLib64.dir/OOps/ugens2a.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 26%] Building C object CMakeFiles/CsoundLib64.dir/OOps/ugens3.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 26%] Building C object CMakeFiles/CsoundLib64.dir/OOps/ugens4.c.o
>> > Linking CXX shared library ../../libstk.dylib
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 26%] Built target stk-ops
>> > Scanning dependencies of target cmidi
>> > [ 27%] Building C object CMakeFiles/CsoundLib64.dir/OOps/ugens5.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 27%] Building C object InOut/CMakeFiles/cmidi.dir/cmidi.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 27%] Building C object CMakeFiles/CsoundLib64.dir/OOps/ugens6.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > Linking C shared library ../libcmidi.dylib
>> > [ 27%] Building C object CMakeFiles/CsoundLib64.dir/OOps/ugtabs.c.o
>> > [ 27%] Built target cmidi
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > Scanning dependencies of target ipmidi
>> > [ 27%] Building C object InOut/CMakeFiles/ipmidi.dir/ipmidi.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > Linking C shared library ../libipmidi.dylib
>> > [ 27%] Building C object CMakeFiles/CsoundLib64.dir/OOps/ugrw1.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 27%] Built target ipmidi
>> > Scanning dependencies of target rtauhal
>> > [ 28%] Building C object InOut/CMakeFiles/rtauhal.dir/rtauhal.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 29%] Building C object CMakeFiles/CsoundLib64.dir/OOps/ugrw2.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 29%] Building C object CMakeFiles/CsoundLib64.dir/OOps/vdelay.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > Linking C shared library ../librtauhal.dylib
>> > [ 29%] Built target rtauhal
>> > Scanning dependencies of target virtual
>> > [ 29%] Building C object CMakeFiles/CsoundLib64.dir/OOps/compile_ops.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 29%] Building CXX object
>> > InOut/CMakeFiles/virtual.dir/virtual_keyboard/FLTKKeyboard.cpp.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 30%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/babo.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 30%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/bilbar.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 30%] Building CXX object
>> > InOut/CMakeFiles/virtual.dir/virtual_keyboard/FLTKKeyboardWindow.cpp.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 30%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/compress.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 32%] [ 32%] Building CXX object
>> > InOut/CMakeFiles/virtual.dir/virtual_keyboard/FLTKKeyboardWidget.cpp.o
>> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/eqfil.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 32%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/Vosim.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 32%] [ 32%] Building CXX object
>> > InOut/CMakeFiles/virtual.dir/virtual_keyboard/virtual_keyboard.cpp.o
>> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pitch.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 32%] Building CXX object
>> > InOut/CMakeFiles/virtual.dir/virtual_keyboard/Bank.cpp.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 33%] [ 34%] Building CXX object
>> > InOut/CMakeFiles/virtual.dir/virtual_keyboard/KeyboardMapping.cpp.o
>> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pitch0.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 34%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/spectra.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 34%] Building CXX object
>> > InOut/CMakeFiles/virtual.dir/virtual_keyboard/Program.cpp.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 34%] Building CXX object
>> > InOut/CMakeFiles/virtual.dir/virtual_keyboard/SliderBank.cpp.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 34%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Opcodes/ambicode1.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 35%] Building CXX object
>> > InOut/CMakeFiles/virtual.dir/virtual_keyboard/SliderData.cpp.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > Linking CXX shared library ../libvirtual.dylib
>> > [ 36%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/sfont.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 36%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/grain4.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 36%] Built target virtual
>> > Scanning dependencies of target widgets
>> > [ 36%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/hrtferX.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 36%] Building CXX object InOut/CMakeFiles/widgets.dir/FL_graph.cpp.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 36%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/loscilx.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 36%] Building C object InOut/CMakeFiles/widgets.dir/winFLTK.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 37%] [ 38%] Building CXX object
>> > InOut/CMakeFiles/widgets.dir/widgets.cpp.o
>> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/minmax.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 38%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pan2.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 38%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/arrays.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 39%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/phisem.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 39%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Opcodes/hrtfopcodes.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 39%] Linking CXX shared library ../libwidgets.dylib
>> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/stackops.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 39%] Built target widgets
>> > [ 40%] [ 41%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Opcodes/vbap.c.o
>> > [FLEX][csbeats_SCANNER] Building scanner with flex 2.5.35
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 41%] [BISON][csbeats_PARSER] Building parser with bison 2.3
>> > beats/beats.y: conflicts: 1 reduce/reduce
>> > Scanning dependencies of target csbeats
>> > [ 41%] Building C object frontends/CMakeFiles/csbeats.dir/beats/main.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 41%] [ 41%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Opcodes/vbap1.c.o
>> > Building C object frontends/CMakeFiles/csbeats.dir/beatslex.yy.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 42%] [ 42%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Opcodes/vbap_n.c.o
>> > Building C object frontends/CMakeFiles/csbeats.dir/beats.tab.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > Linking C executable ../csbeats
>> > [ 43%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/vbap_zak.c.o
>> > [ 43%] Built target csbeats
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > Scanning dependencies of target stdutil
>> > [ 44%] Building C object util/CMakeFiles/stdutil.dir/atsa.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 44%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/vaops.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 44%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ugakbari.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 44%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/harmon.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 45%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Opcodes/pitchtrack.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 45%] Building C object util/CMakeFiles/stdutil.dir/cvanal.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 45%] Building C object util/CMakeFiles/stdutil.dir/dnoise.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 45%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Opcodes/partikkel.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 46%] Building C object util/CMakeFiles/stdutil.dir/envext.c.o
>> > [ 46%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/shape.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 46%] Building C object util/CMakeFiles/stdutil.dir/het_export.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 47%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/tabsum.c.o
>> > [ 47%] Building C object util/CMakeFiles/stdutil.dir/het_import.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 48%] [ 48%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Opcodes/crossfm.c.o
>> > Building C object util/CMakeFiles/stdutil.dir/hetro.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 48%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pvlock.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 48%] Building C object util/CMakeFiles/stdutil.dir/lpanal.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 49%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/fareyseq.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 49%] Building C object util/CMakeFiles/stdutil.dir/lpc_export.c.o
>> > [ 49%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Opcodes/modmatrix.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 49%] Building C object util/CMakeFiles/stdutil.dir/lpc_import.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 50%] Building C object util/CMakeFiles/stdutil.dir/mixer.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 50%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Opcodes/scoreline.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 51%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/modal4.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 51%] Building C object util/CMakeFiles/stdutil.dir/pvanal.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 51%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/physutil.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 51%] Building C object util/CMakeFiles/stdutil.dir/pv_export.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 51%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/physmod.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 52%] Building C object util/CMakeFiles/stdutil.dir/pv_import.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 52%] Building C object util/CMakeFiles/stdutil.dir/pvlook.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 52%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/mandolin.c.o
>> > [ 52%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > Building C object util/CMakeFiles/stdutil.dir/scale.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 53%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/singwave.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 54%] Building C object util/CMakeFiles/stdutil.dir/sndinfo.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 54%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/fm4op.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 54%] Building C object util/CMakeFiles/stdutil.dir/srconv.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 54%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/moog1.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 54%] Building C object util/CMakeFiles/stdutil.dir/std_util.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 55%] Building C object util/CMakeFiles/stdutil.dir/xtrct.c.o
>> > [ 56%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/shaker.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 56%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/bowedbar.c.o
>> > [ 56%] Building C object util/CMakeFiles/stdutil.dir/scope.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 56%] Building C object util/CMakeFiles/stdutil.dir/__/SDIF/sdif.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 56%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Opcodes/gab/tabmorph.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > Linking C shared library ../libstdutil.dylib
>> > [ 57%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/gab/hvs.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 57%] Built target stdutil
>> > Scanning dependencies of target sdif2ad
>> > [ 58%] Building C object SDIF/CMakeFiles/sdif2ad.dir/sdif2adsyn.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 58%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Opcodes/gab/sliderTable.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 58%] Building C object SDIF/CMakeFiles/sdif2ad.dir/sdif.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 58%] Building C object SDIF/CMakeFiles/sdif2ad.dir/sdif-mem.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 58%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Opcodes/gab/newgabopc.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > Linking C executable ../sdif2ad
>> > [ 58%] Built target sdif2ad
>> > [ 59%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ftest.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 59%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Opcodes/hrtfearly.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 59%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Opcodes/hrtfreverb.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 59%] [ 60%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Opcodes/cpumeter.c.o
>> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/gendy.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 60%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Opcodes/tl/sc_noise.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 60%] Building C object CMakeFiles/CsoundLib64.dir/Top/argdecode.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 61%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Top/cscore_internal.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 61%] Building C object CMakeFiles/CsoundLib64.dir/Top/cscorfns.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 61%] Building C object CMakeFiles/CsoundLib64.dir/Top/csmodule.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 62%] Building C object CMakeFiles/CsoundLib64.dir/Top/csound.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 62%] Building C object CMakeFiles/CsoundLib64.dir/Top/getstring.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 62%] Building C object CMakeFiles/CsoundLib64.dir/Top/main.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 63%] Building C object CMakeFiles/CsoundLib64.dir/Top/new_opts.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 63%] Building C object CMakeFiles/CsoundLib64.dir/Top/one_file.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 63%] Building C object CMakeFiles/CsoundLib64.dir/Top/opcode.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 63%] Building C object CMakeFiles/CsoundLib64.dir/Top/threads.c.o
>> > [ 64%] Building C object CMakeFiles/CsoundLib64.dir/Top/utility.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 64%] [ 64%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Top/threadsafe.c.o
>> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ambicode.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 65%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/bbcut.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 65%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/biquad.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 65%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/butter.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 66%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/clfilt.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 66%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/cross2.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 66%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/dam.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 67%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/dcblockr.c.o
>> > [ 67%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/filter.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 67%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/flanger.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 67%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/follow.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 68%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/fout.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 68%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/freeverb.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 68%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ftconv.c.o
>> > [ 69%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ftgen.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 69%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/gab/gab.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 69%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Opcodes/gab/vectorial.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 70%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/grain.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 70%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/locsig.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 70%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/lowpassr.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 71%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/metro.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 71%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/midiops2.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 71%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/midiops3.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 72%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/newfils.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 72%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/nlfilt.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 72%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/oscbnk.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 72%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pluck.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 73%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/repluck.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 73%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/reverbsc.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 73%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/seqtime.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 74%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/sndloop.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 74%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/sndwarp.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 74%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/space.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 75%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/spat3d.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 75%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Opcodes/syncgrain.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 75%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ugens7.c.o
>> > [ 76%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ugens9.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 76%] [ 76%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Opcodes/uggab.c.o
>> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ugensa.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 76%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ugmoss.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 77%] [ 77%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Opcodes/ugnorman.c.o
>> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ugsc.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 77%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Opcodes/wave-terrain.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 78%] [ 78%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Opcodes/stdopcod.c.o
>> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/socksend.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 78%] [ 79%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Opcodes/sockrecv.c.o
>> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ifd.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 79%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/partials.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 79%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/psynth.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 80%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pvsbasic.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 80%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pvscent.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 80%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pvsdemix.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 80%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pvs_ops.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 81%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pvsband.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 81%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Opcodes/pvsbuffer.c.o
>> > [ 81%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pvsgendy.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 82%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/dsputil.c.o
>> > [ 82%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pvadd.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 82%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pvinterp.c.o
>> > [ 83%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pvocext.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 83%] [ 83%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Opcodes/pvread.c.o
>> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ugens8.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 84%] [ 84%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Opcodes/vpvoc.c.o
>> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pvoc.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 84%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/mp3in.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 84%] Building C object
>> > CMakeFiles/CsoundLib64.dir/InOut/libmpadec/layer1.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 85%] Building C object
>> > CMakeFiles/CsoundLib64.dir/InOut/libmpadec/layer2.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 85%] Building C object
>> > CMakeFiles/CsoundLib64.dir/InOut/libmpadec/layer3.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 85%] Building C object
>> > CMakeFiles/CsoundLib64.dir/InOut/libmpadec/synth.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 86%] Building C object
>> > CMakeFiles/CsoundLib64.dir/InOut/libmpadec/tables.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 86%] Building C object
>> > CMakeFiles/CsoundLib64.dir/InOut/libmpadec/mpadec.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 86%] Building C object
>> > CMakeFiles/CsoundLib64.dir/InOut/libmpadec/mp3dec.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 87%] Building C object CMakeFiles/CsoundLib64.dir/csound_orclex.c.o
>> > [ 87%] Building C object CMakeFiles/CsoundLib64.dir/csound_orcparse.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 87%] Building C object CMakeFiles/CsoundLib64.dir/csound_prelex.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 88%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Engine/csound_orc_semantics.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 88%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Engine/csound_orc_expressions.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 88%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Engine/csound_orc_optimize.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 88%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Engine/csound_orc_compile.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 89%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Engine/new_orc_parser.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 89%] Building C object CMakeFiles/CsoundLib64.dir/Engine/symbtab.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 89%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Engine/cs_new_dispatch.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 90%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Engine/cs_par_base.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 90%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Engine/cs_par_orc_semantic_analysis.c.o
>> > [ 90%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > Building C object CMakeFiles/CsoundLib64.dir/Engine/cs_par_dispatch.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > Copying OS X content
>> > CsoundLib64.framework/Versions/6.0/Headers/CppSound.hpp
>> > Copying OS X content
>> > CsoundLib64.framework/Versions/6.0/Headers/CsoundFile.hpp
>> > Copying OS X content
>> > CsoundLib64.framework/Versions/6.0/Headers/OpcodeBase.hpp
>> > Copying OS X content CsoundLib64.framework/Versions/6.0/Headers/cfgvar.h
>> > Copying OS X content
>> > CsoundLib64.framework/Versions/6.0/Headers/csPerfThread.hpp
>> > Copying OS X content CsoundLib64.framework/Versions/6.0/Headers/cscore.h
>> > Copying OS X content CsoundLib64.framework/Versions/6.0/Headers/csdl.h
>> > Copying OS X content CsoundLib64.framework/Versions/6.0/Headers/csound.h
>> > Copying OS X content
>> > CsoundLib64.framework/Versions/6.0/Headers/csound.hpp
>> > Copying OS X content
>> > CsoundLib64.framework/Versions/6.0/Headers/csoundCore.h
>> > Copying OS X content
>> > CsoundLib64.framework/Versions/6.0/Headers/csound_data_structures.h
>> > Copying OS X content
>> > CsoundLib64.framework/Versions/6.0/Headers/csound_standard_types.h
>> > Copying OS X content
>> > CsoundLib64.framework/Versions/6.0/Headers/csound_type_system.h
>> > Copying OS X content
>> > CsoundLib64.framework/Versions/6.0/Headers/cwindow.h
>> > Copying OS X content
>> > CsoundLib64.framework/Versions/6.0/Headers/float-version-double.h
>> > Copying OS X content
>> > CsoundLib64.framework/Versions/6.0/Headers/filebuilding.h
>> > Copying OS X content
>> > CsoundLib64.framework/Versions/6.0/Headers/interlocks.h
>> > Copying OS X content
>> > CsoundLib64.framework/Versions/6.0/Headers/float-version.h
>> > Copying OS X content
>> > CsoundLib64.framework/Versions/6.0/Headers/pstream.h
>> > Copying OS X content
>> > CsoundLib64.framework/Versions/6.0/Headers/msg_attr.h
>> > Copying OS X content
>> > CsoundLib64.framework/Versions/6.0/Headers/pvfileio.h
>> > Copying OS X content
>> > CsoundLib64.framework/Versions/6.0/Headers/soundio.h
>> > Copying OS X content CsoundLib64.framework/Versions/6.0/Headers/sysdep.h
>> > Copying OS X content CsoundLib64.framework/Versions/6.0/Headers/text.h
>> > Copying OS X content
>> > CsoundLib64.framework/Versions/6.0/Headers/version.h
>> > Linking C shared library CsoundLib64.framework/Versions/6.0/CsoundLib64
>> > [ 90%] Built target CsoundLib64
>> > Scanning dependencies of target csladspa
>> > Scanning dependencies of target libcsnd
>> > [ 90%] Building CXX object
>> > frontends/CMakeFiles/csladspa.dir/csladspa/csladspa.cpp.o
>> > [ 91%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > Building CXX object interfaces/CMakeFiles/libcsnd.dir/CppSound.cpp.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 91%] Building CXX object
>> > interfaces/CMakeFiles/libcsnd.dir/CsoundFile.cpp.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > Linking CXX shared library ../csladspa.dylib
>> > [ 91%] Built target csladspa
>> > Scanning dependencies of target csound-bin
>> > [ 91%] Building C object
>> > frontends/CMakeFiles/csound-bin.dir/csound/csound_main.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > Linking C executable ../csound
>> > [ 91%] Built target csound-bin
>> > Scanning dependencies of target atsa
>> > [ 91%] Building C object util/CMakeFiles/atsa.dir/atsa_main.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > Linking C executable ../atsa
>> > [ 91%] Building CXX object
>> > interfaces/CMakeFiles/libcsnd.dir/Soundfile.cpp.o
>> > [ 91%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > Built target atsa
>> > [ 91%] Building CXX object
>> > interfaces/CMakeFiles/libcsnd.dir/csPerfThread.cpp.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 92%] [ 92%] Building CXX object
>> > interfaces/CMakeFiles/libcsnd.dir/cs_glue.cpp.o
>> > Building CXX object interfaces/CMakeFiles/libcsnd.dir/filebuilding.cpp.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > Scanning dependencies of target csanalyze
>> > [ 92%] Building C object util/CMakeFiles/csanalyze.dir/csanalyze.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > Linking C executable ../csanalyze
>> > Linking CXX shared library ../libcsnd.dylib
>> > [ 92%] Built target csanalyze
>> > [ 92%] Built target libcsnd
>> > Scanning dependencies of target cvanal
>> > Scanning dependencies of target dnoise
>> > [ 92%] [ 93%] Building C object
>> > util/CMakeFiles/dnoise.dir/dnoise_main.c.o
>> > Building C object util/CMakeFiles/cvanal.dir/cvl_main.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > Linking C executable ../dnoise
>> > Linking C executable ../cvanal
>> > [ 93%] Built target dnoise
>> > [ 93%] Built target cvanal
>> > Scanning dependencies of target envext
>> > Scanning dependencies of target extractor
>> > [ 93%] [ 93%] Building C object util/CMakeFiles/envext.dir/env_main.c.o
>> > Building C object util/CMakeFiles/extractor.dir/xtrc_main.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > Linking C executable ../envext
>> > Linking C executable ../extractor
>> > [ 93%] Built target extractor
>> > [ 93%] Built target envext
>> > Scanning dependencies of target het_export
>> > Scanning dependencies of target het_import
>> > [ 93%] [ 93%] Building C object
>> > util/CMakeFiles/het_export.dir/hetx_main.c.o
>> > Building C object util/CMakeFiles/het_import.dir/heti_main.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > Linking C executable ../het_export
>> > Linking C executable ../het_import
>> > [ 93%] [ 93%] Built target het_import
>> > Built target het_export
>> > Scanning dependencies of target lpanal
>> > Scanning dependencies of target hetro
>> > [ 93%] Building C object util/CMakeFiles/lpanal.dir/lpc_main.c.o
>> > [ 94%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > Building C object util/CMakeFiles/hetro.dir/het_main.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > Linking C executable ../lpanal
>> > Linking C executable ../hetro
>> > [ 94%] Built target lpanal
>> > [ 94%] Built target hetro
>> > Scanning dependencies of target lpc_export
>> > Scanning dependencies of target lpc_import
>> > [ 95%] Building C object util/CMakeFiles/lpc_export.dir/lpcx_main.c.o
>> > [ 95%] Building C object util/CMakeFiles/lpc_import.dir/lpci_main.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > Linking C executable ../lpc_export
>> > Linking C executable ../lpc_import
>> > [ 95%] Built target lpc_export
>> > [ 95%] Built target lpc_import
>> > Scanning dependencies of target mixer-bin
>> > Scanning dependencies of target pv_export
>> > [ 95%] [ 95%] Building C object
>> > util/CMakeFiles/mixer-bin.dir/mixer_main.c.o
>> > Building C object util/CMakeFiles/pv_export.dir/pvx_main.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > Linking C executable ../pv_export
>> > Linking C executable ../mixer
>> > [ 95%] Built target pv_export
>> > [ 95%] Built target mixer-bin
>> > Scanning dependencies of target pvanal
>> > Scanning dependencies of target pv_import
>> > [ 95%] [ 96%] Building C object util/CMakeFiles/pvanal.dir/pvc_main.c.o
>> > Building C object util/CMakeFiles/pv_import.dir/pvi_main.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > Linking C executable ../pvanal
>> > Linking C executable ../pv_import
>> > [ 96%] Built target pvanal
>> > [ 96%] Built target pv_import
>> > Scanning dependencies of target scale
>> > Scanning dependencies of target pvlook
>> > [ 96%] [ 96%] Building C object util/CMakeFiles/scale.dir/scale_main.c.o
>> > Building C object util/CMakeFiles/pvlook.dir/pvl_main.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > Linking C executable ../pvlook
>> > Linking C executable ../scale
>> > [ 96%] Built target pvlook
>> > [ 96%] Built target scale
>> > Scanning dependencies of target scope
>> > Scanning dependencies of target sndinfo
>> > [ 96%] [ 96%] Building C object util/CMakeFiles/scope.dir/scope_main.c.o
>> > Building C object util/CMakeFiles/sndinfo.dir/sndinfo_main.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > Linking C executable ../sndinfo
>> > Linking C executable ../scope
>> > [ 96%] Built target scope
>> > [ 96%] Built target sndinfo
>> > Scanning dependencies of target srconv
>> > Scanning dependencies of target extract
>> > [ 97%] [ 97%] Building C object
>> > util/CMakeFiles/srconv.dir/srconv_main.c.o
>> > Building C object util1/CMakeFiles/extract.dir/sortex/xmain.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > Linking C executable ../extract
>> > Linking C executable ../srconv
>> > [ 97%] Built target extract
>> > [ 97%] Built target srconv
>> > [ 98%] Scanning dependencies of target scsort
>> > Swig source
>> > [ 98%] Building C object util1/CMakeFiles/scsort.dir/sortex/smain.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > Language subdirectory: python
>> > Search paths:
>> >    ./
>> >    /usr/local/include/
>> >    /tmp/csound-KYls/./H/
>> >    /tmp/csound-KYls/./include/
>> >    /tmp/csound-KYls/./Engine/
>> >    /tmp/csound-KYls/./
>> >    /tmp/csound-KYls/
>> >    /tmp/csound-KYls/interfaces/
>> >    /System/Library/Frameworks/Python.framework/Headers/
>> >    ./swig_lib/python/
>> >    /usr/local/Cellar/swig/2.0.9/share/swig/2.0.9/python/
>> >    ./swig_lib/
>> >    /usr/local/Cellar/swig/2.0.9/share/swig/2.0.9/
>> > Preprocessing...
>> > Linking C executable ../scsort
>> > [ 98%] Built target scsort
>> > [ 98%] Swig source
>> > Language subdirectory: java
>> > Search paths:
>> >    ./
>> >    /usr/local/include/
>> >    /tmp/csound-KYls/./H/
>> >    /tmp/csound-KYls/./include/
>> >    /tmp/csound-KYls/./Engine/
>> >    /tmp/csound-KYls/./
>> >    /tmp/csound-KYls/
>> >    /tmp/csound-KYls/interfaces/
>> >    /System/Library/Frameworks/Python.framework/Headers/
>> >    /System/Library/Frameworks/JavaVM.framework/Headers/
>> >    /System/Library/Frameworks/JavaVM.framework/Headers/
>> >    /System/Library/Frameworks/JavaVM.framework/Headers/
>> >    ./swig_lib/java/
>> >    /usr/local/Cellar/swig/2.0.9/share/swig/2.0.9/java/
>> >    ./swig_lib/
>> >    /usr/local/Cellar/swig/2.0.9/share/swig/2.0.9/
>> > Preprocessing...
>> > Starting language-specific parse...
>> > Processing types...
>> > C++ analysis...
>> > Generating wrappers...
>> > Starting language-specific parse...
>> > /tmp/csound-KYls/./include/csound.h:519: Warning 451: Setting a const
>> > char *
>> > variable may leak memory.
>> > Processing types...
>> > C++ analysis...
>> > Generating wrappers...
>> > /tmp/csound-KYls/./include/csound.h:519: Warning 451: Setting a const
>> > char *
>> > variable may leak memory.
>> > cs_glue.hpp:505: Warning 473: Returning a pointer or reference in a
>> > director
>> > method is not recommended.
>> > CppSound.hpp:36: Warning 453: Can't apply (std::vector< double >
>> > *INPUT). No
>> > typemaps are defined.
>> > CppSound.hpp:52: Warning 813: Warning for CppSound proxy: Base
>> > CsoundFile
>> > ignored. Multiple inheritance is not supported in Java.
>> > cs_glue.hpp:505: Warning 473: Returning a pointer or reference in a
>> > director
>> > method is not recommended.
>> > Scanning dependencies of target _jcsound6
>> > [ 99%] Building CXX object
>> > interfaces/CMakeFiles/_jcsound6.dir/java_interfaceJAVA_wrap.cxx.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > CppSound.hpp:36: Warning 453: Can't apply (std::vector< double >
>> > *INPUT). No
>> > typemaps are defined.
>> > Scanning dependencies of target _csnd6
>> > [ 99%] Building CXX object
>> > interfaces/CMakeFiles/_csnd6.dir/python_interfacePYTHON_wrap.cxx.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > Linking CXX shared module ../lib_jcsound6.jnilib
>> > Building JAVA package csnd6.jar
>> > Linking CXX shared module ../_csnd6.so
>> > [ 99%] Built target _csnd6
>> > [ 99%] [ 99%] Built target _jcsound6
>> > Swig source
>> > Language subdirectory: lua
>> > Search paths:
>> >    ./
>> >    /usr/local/include/
>> >    /tmp/csound-KYls/./H/
>> >    /tmp/csound-KYls/./include/
>> >    /tmp/csound-KYls/./Engine/
>> >    /tmp/csound-KYls/./
>> >    /tmp/csound-KYls/
>> >    /tmp/csound-KYls/interfaces/
>> >    /System/Library/Frameworks/Python.framework/Headers/
>> >    /System/Library/Frameworks/JavaVM.framework/Headers/
>> >    /System/Library/Frameworks/JavaVM.framework/Headers/
>> >    /System/Library/Frameworks/JavaVM.framework/Headers/
>> >    /usr/local/include/
>> >    ./swig_lib/lua/
>> >    /usr/local/Cellar/swig/2.0.9/share/swig/2.0.9/lua/
>> >    ./swig_lib/
>> >    /usr/local/Cellar/swig/2.0.9/share/swig/2.0.9/
>> > Preprocessing...
>> > Starting language-specific parse...
>> > Processing types...
>> > C++ analysis...
>> > Generating wrappers...
>> > /tmp/csound-KYls/./include/csound.h:519: Warning 451: Setting a const
>> > char *
>> > variable may leak memory.
>> > CppSound.hpp:36: Warning 453: Can't apply (std::vector< double >
>> > *INPUT). No
>> > typemaps are defined.
>> > Scanning dependencies of target luaCsnd6
>> > [100%] Building CXX object
>> > interfaces/CMakeFiles/luaCsnd6.dir/lua_interfaceLUA_wrap.cxx.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > Linking CXX shared module ../luaCsnd6.so
>> > [100%] Built target luaCsnd6
>> > Install the project...
>> > -- Install configuration: "None"
>> > -- Installing: /Users/eddyc/Library/Frameworks/CsoundLib64.framework
>> > -- Up-to-date:
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/CsoundLib64
>> > -- Up-to-date:
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Headers
>> > -- Up-to-date:
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Resources
>> > -- Installing:
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions
>> > -- Installing:
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0
>> > -- Installing:
>> >
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/CsoundLib64
>> > -- Installing:
>> >
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers
>> > -- Installing:
>> >
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/cfgvar.h
>> > -- Installing:
>> >
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/CppSound.hpp
>> > -- Installing:
>> >
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/cscore.h
>> > -- Installing:
>> >
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/csdl.h
>> > -- Installing:
>> >
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/csound.h
>> > -- Installing:
>> >
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/csound.hpp
>> > -- Installing:
>> >
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/csound_data_structures.h
>> > -- Installing:
>> >
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/csound_standard_types.h
>> > -- Installing:
>> >
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/csound_type_system.h
>> > -- Installing:
>> >
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/csoundCore.h
>> > -- Installing:
>> >
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/CsoundFile.hpp
>> > -- Installing:
>> >
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/csPerfThread.hpp
>> > -- Installing:
>> >
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/cwindow.h
>> > -- Installing:
>> >
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/filebuilding.h
>> > -- Installing:
>> >
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/float-version-double.h
>> > -- Installing:
>> >
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/float-version.h
>> > -- Installing:
>> >
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/interlocks.h
>> > -- Installing:
>> >
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/msg_attr.h
>> > -- Installing:
>> >
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/OpcodeBase.hpp
>> > -- Installing:
>> >
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/pstream.h
>> > -- Installing:
>> >
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/pvfileio.h
>> > -- Installing:
>> >
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/soundio.h
>> > -- Installing:
>> >
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/sysdep.h
>> > -- Installing:
>> >
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/text.h
>> > -- Installing:
>> >
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/version.h
>> > -- Installing:
>> >
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources
>> > -- Installing:
>> >
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Info.plist
>> > -- Up-to-date:
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/Current
>> > -- Installing:
>> >
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libmixer.dylib
>> > -- Installing:
>> >
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libsignalflowgraph.dylib
>> > -- Installing:
>> >
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libampmidid.dylib
>> > -- Installing:
>> >
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libcs_date.dylib
>> > -- Installing:
>> >
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libsystem_call.dylib
>> > -- Installing:
>> >
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libdoppler.dylib
>> > -- Installing:
>> >
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libfractalnoise.dylib
>> > -- Installing:
>> >
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libfareygen.dylib
>> > -- Installing:
>> >
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libcellular.dylib
>> > -- Installing:
>> >
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libserial.dylib
>> > -- Installing:
>> >
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libplaterev.dylib
>> > -- Installing:
>> >
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libscansyn.dylib
>> > -- Installing:
>> >
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libcontrol.dylib
>> > -- Installing:
>> >
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libchua.dylib
>> > -- Installing:
>> >
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libosc.dylib
>> > -- Installing:
>> >
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libimage.dylib
>> > -- Installing:
>> >
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libpy.dylib
>> > -- Installing:
>> >
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libstk.dylib
>> > -- Installing:
>> >
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libcmidi.dylib
>> > -- Installing:
>> >
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/librtauhal.dylib
>> > -- Installing:
>> >
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libipmidi.dylib
>> > -- Installing:
>> >
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libwidgets.dylib
>> > -- Installing:
>> >
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libvirtual.dylib
>> > -- Installing: /usr/local/Cellar/csound/HEAD/lib/libcsnd.6.0.dylib
>> > -- Installing: /usr/local/Cellar/csound/HEAD/lib/libcsnd.dylib
>> > -- Installing: /Library/Python/2.7/site-packages/_csnd6.so
>> > CMake Error at interfaces/cmake_install.cmake:61 (FILE):
>> >   file INSTALL cannot copy file "/tmp/csound-KYls/_csnd6.so" to
>> >   "/Library/Python/2.7/site-packages/_csnd6.so".
>> > Call Stack (most recent call first):
>> >   cmake_install.cmake:56 (INCLUDE)
>> >
>> >
>> > make: *** [install] Error 1
>> > ==> Configuration
>> > HOMEBREW_VERSION: 0.9.4
>> > HEAD: 38629e1de84d5b8f020e02ebe3ca3430a47080ef
>> > CPU: dual-core 64-bit penryn
>> > OS X: 10.8.3-x86_64
>> > Xcode: 4.6.2
>> > CLT: 4.6.0.0.1.1365549073
>> > X11: 2.7.4 => /opt/X11
>> > ==> ENV
>> > CC: cc
>> > CXX: c++
>> > MAKEFLAGS: -j2
>> > CMAKE_PREFIX_PATH: /usr/local
>> > CMAKE_INCLUDE_PATH:
>> >
>> > /usr/include/libxml2:/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers/
>> > CMAKE_LIBRARY_PATH:
>> > /System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
>> > PKG_CONFIG_PATH:
>> >
>> > /usr/local/opt/pcre/lib/pkgconfig:/usr/local/opt/libsndfile/lib/pkgconfig:/usr/local/opt/portaudio/lib/pkgconfig:/usr/local/opt/liblo/lib/pkgconfig:/usr/local/opt/libpng/lib/pkgconfig
>> > PKG_CONFIG_LIBDIR:
>> > /usr/lib/pkgconfig:/usr/local/Library/ENV/pkgconfig/10.8
>> > ACLOCAL_PATH: /usr/local/share/aclocal
>> > OBJC: cc
>> > PATH:
>> >
>> > /usr/local/Library/ENV/4.3:/usr/local/opt/cmake/bin:/usr/local/opt/pcre/bin:/usr/local/opt/swig/bin:/usr/local/opt/libsndfile/bin:/usr/local/opt/liblo/bin:/usr/local/opt/libpng/bin:/usr/local/opt/stk/bin:/usr/local/opt/jpeg/bin:/usr/local/opt/fltk/bin:/usr/bin:/bin:/usr/sbin:/sbin
>> >
>> > Error: csound did not build
>> > Logs:       /Users/eddyc/Library/Logs/Homebrew/csound/CMakeCache.txt
>> >
>> >
>> >
>> > On 12 May 2013 11:03, Steven Yi  wrote:
>> >>
>> >> Could you run "brew install --HEAD http://www.kunstmusik.com/csound.rb
>> >> --verbose" and post the verbose output?
>> >>
>> >> On May 12, 2013 10:47 AM, "Ed Costello" 
>> >> wrote:
>> >>>
>> >>> Ok, still getting errors, heres what happened next....
>> >>>
>> >>> Marions-MacBook:~ eddyc$ brew link --overwrite libsndfile
>> >>> Linking /usr/local/Cellar/libsndfile/1.0.25... 27 symlinks created
>> >>> Marions-MacBook:~ eddyc$ brew install
>> >>> http://www.kunstmusik.com/csound.rb
>> >>>
>> >>> ########################################################################
>> >>> 100.0%
>> >>> Error: You must `brew link portaudio portmidi liblo' before csound can
>> >>> be
>> >>> installed
>> >>> Marions-MacBook:~ eddyc$ brew link --overwrite portaudio portmidi
>> >>> liblo
>> >>> Linking /usr/local/Cellar/portaudio/19.20111121... 6 symlinks created
>> >>> Linking /usr/local/Cellar/portmidi/217... 3 symlinks created
>> >>> Linking /usr/local/Cellar/liblo/0.26... 6 symlinks created
>> >>> Marions-MacBook:~ eddyc$ brew install
>> >>> http://www.kunstmusik.com/csound.rb
>> >>>
>> >>> ########################################################################
>> >>> 100.0%
>> >>> ==> Downloading http://www.kunstmusik.com/Csound-6.0.1-Source.tar.bz2
>> >>> Already downloaded: /Library/Caches/Homebrew/csound-6.0.1.tar.bz2
>> >>> ==> cmake . -DUSE_GETTEXT=0
>> >>> -DCMAKE_INSTALL_PREFIX=/usr/local/Cellar/csound/6.0.
>> >>> ==> make install
>> >>> Call Stack (most recent call first):
>> >>>   cmake_install.cmake:56 (INCLUDE)
>> >>>
>> >>>
>> >>> make: *** [install] Error 1
>> >>>
>> >>>
>> >>> On 11 May 2013 23:39, Steven Yi  wrote:
>> >>>>
>> >>>> Hey Ed,
>> >>>>
>> >>>> Sorry, just use "brew link --overwrite libsndfile" and ignore the
>> >>>> uninstall/install thing I wrote earlier. :)
>> >>>>
>> >>>> steven
>> >>>>
>> >>>> On Sat, May 11, 2013 at 11:31 PM, Steven Yi 
>> >>>> wrote:
>> >>>> > Hey Ed!
>> >>>> >
>> >>>> > So for that it's pretty much what it says.  You'll have to use the
>> >>>> > brew installed libsndfile, and to do that you'll probably have to
>> >>>> > do
>> >>>> > "brew uninstall libsndfile; brew install --overwrite libsndfile".
>> >>>> > Most
>> >>>> > likely when brew tried to link it's libsndfile into /usr/local, it
>> >>>> > encountered your custom built ones and gave up; I wonder if it
>> >>>> > didn't
>> >>>> > alter something though X_X.  But try getting the brew installed
>> >>>> > ones
>> >>>> > in there and I think you'll be good for csound building after that.
>> >>>> >
>> >>>> > Thanks!
>> >>>> > steven
>> >>>> >
>> >>>> > On Sat, May 11, 2013 at 8:10 PM, Ed Costello
>> >>>> >  wrote:
>> >>>> >> I get an error saying it requires libsndfile, the thing is I
>> >>>> >> already
>> >>>> >> have
>> >>>> >> libsndfile installed from a previous csound installation,
>> >>>> >>
>> >>>> >> CMake Error at CMakeLists.txt:339 (message):
>> >>>> >>   Csound requires the sndfile library
>> >>>> >>
>> >>>> >>
>> >>>> >> -- Configuring incomplete, errors occurred!
>> >>>> >>
>> >>>> >> READ THIS: https://github.com/mxcl/homebrew/wiki/troubleshooting
>> >>>> >>
>> >>>> >> Marions-MacBook:~ eddyc$ brew install libsndfile
>> >>>> >> Warning: libsndfile-1.0.25 already installed, it's just not linked
>> >>>> >> Marions-MacBook:~ eddyc$
>> >>>> >>
>> >>>> >>
>> >>>> >>
>> >>>> >> On 11 May 2013 18:26, peiman khosravi 
>> >>>> >> wrote:
>> >>>> >>>
>> >>>> >>> I get the same errors.
>> >>>> >>>
>> >>>> >>> P
>> >>>> >>>
>> >>>> >>>
>> >>>> >>>
>> >>>> >>>
>> >>>> >>>
>> >>>> >>>
>> >>>> >>> www.peimankhosravi.co.uk || Subscribe to RSS Feed
>> >>>> >>>
>> >>>> >>> To receive emails about upcoming concerts visit this page & enter
>> >>>> >>> your
>> >>>> >>> email address in the 'follow' section.
>> >>>> >>>
>> >>>> >>>
>> >>>> >>>
>> >>>> >>> On 11 May 2013 16:38, Steven Yi  wrote:
>> >>>> >>>>
>> >>>> >>>> Hi Jake,
>> >>>> >>>>
>> >>>> >>>> Thanks very much for the quick report! I'm running into similar
>> >>>> >>>> situations and it has to do with brew trying to install links
>> >>>> >>>> but
>> >>>> >>>> there are original files there installed from somewhere else
>> >>>> >>>> (likely
>> >>>> >>>> from a previous csound installer install).  I just did this:
>> >>>> >>>>
>> >>>> >>>> Error: Could not symlink file:
>> >>>> >>>> /usr/local/Cellar/libogg/1.3.0/include/ogg/os_types.h
>> >>>> >>>> Target /usr/local/include/ogg/os_types.h already exists. You may
>> >>>> >>>> need
>> >>>> >>>> to delete it.
>> >>>> >>>> To force the link and overwrite all other conflicting files, do:
>> >>>> >>>>   brew link --overwrite formula_name
>> >>>> >>>>
>> >>>> >>>> To list all files that would be deleted:
>> >>>> >>>>   brew link --overwrite --dry-run formula_name
>> >>>> >>>> cp23-119:Formula stevenyi$ brew link --overwrite libogg
>> >>>> >>>> Linking /usr/local/Cellar/libogg/1.3.0... 81 symlinks created
>> >>>> >>>>
>> >>>> >>>> and also did 'brew link --overwrite flac' (and so on for each
>> >>>> >>>> lib).
>> >>>> >>>>
>> >>>> >>>> One note, I'm running into issues in building --universal.  It
>> >>>> >>>> seems
>> >>>> >>>> some of the formulas can be --universal but they depend on
>> >>>> >>>> others
>> >>>> >>>> that
>> >>>> >>>> don't support universal.  I'm going to see about modifying some
>> >>>> >>>> of
>> >>>> >>>> the
>> >>>> >>>> dependent homebrew recipes and if that works I'll see if they
>> >>>> >>>> get
>> >>>> >>>> accepted into the main repo.
>> >>>> >>>>
>> >>>> >>>> Thanks!
>> >>>> >>>> steven
>> >>>> >>>>
>> >>>> >>>> On Sat, May 11, 2013 at 5:24 PM, Jacob Joaquin
>> >>>> >>>> 
>> >>>> >>>> wrote:
>> >>>> >>>> > Here's my first run through; It breaks at libogg. I'm actually
>> >>>> >>>> > in
>> >>>> >>>> > the
>> >>>> >>>> > middle
>> >>>> >>>> > of something this morning. I'll spend more time with this when
>> >>>> >>>> > I
>> >>>> >>>> > have
>> >>>> >>>> > some:
>> >>>> >>>> >
>> >>>> >>>> > Quorra ~ $ brew install http://www.kunstmusik.com/csound.rb
>> >>>> >>>> >
>> >>>> >>>> >
>> >>>> >>>> >
>> >>>> >>>> > ########################################################################
>> >>>> >>>> > 100.0%
>> >>>> >>>> > Warning: Your Xcode (4.6.1) is outdated
>> >>>> >>>> > Please install Xcode 4.6.2.
>> >>>> >>>> > ==> Installing csound dependency: cmake
>> >>>> >>>> > ==> Downloading
>> >>>> >>>> >
>> >>>> >>>> > https://downloads.sf.net/project/machomebrew/Bottles/cmake-2.8.1
>> >>>> >>>> >
>> >>>> >>>> >
>> >>>> >>>> >
>> >>>> >>>> > ########################################################################
>> >>>> >>>> > 100.0%
>> >>>> >>>> > ==> Pouring cmake-2.8.10.2.mountain_lion.bottle.tar.gz
>> >>>> >>>> > 🍺  /usr/local/Cellar/cmake/2.8.10.2: 683 files, 32M
>> >>>> >>>> > ==> Installing csound dependency: pcre
>> >>>> >>>> > ==> Downloading
>> >>>> >>>> >
>> >>>> >>>> > ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre-8.32.
>> >>>> >>>> >
>> >>>> >>>> >
>> >>>> >>>> >
>> >>>> >>>> > ########################################################################
>> >>>> >>>> > 100.0%
>> >>>> >>>> >
>> >>>> >>>> >
>> >>>> >>>> >
>> >>>> >>>> > ########################################################################
>> >>>> >>>> > 100.0%==> ./configure --prefix=/usr/local/Cellar/pcre/8.32
>> >>>> >>>> > --enable-utf8
>> >>>> >>>> > --enable-unic
>> >>>> >>>> > ==> make test
>> >>>> >>>> > ==> make install
>> >>>> >>>> > 🍺  /usr/local/Cellar/pcre/8.32: 135 files, 3.6M, built in 44
>> >>>> >>>> > seconds
>> >>>> >>>> > ==> Installing csound dependency: swig
>> >>>> >>>> > ==> Downloading
>> >>>> >>>> >
>> >>>> >>>> >
>> >>>> >>>> >
>> >>>> >>>> > http://sourceforge.net/projects/swig/files/swig/swig-2.0.9/swig-2.0.9.tar.gz
>> >>>> >>>> >
>> >>>> >>>> >
>> >>>> >>>> >
>> >>>> >>>> > ########################################################################
>> >>>> >>>> > 100.0%
>> >>>> >>>> > ==> ./configure --prefix=/usr/local/Cellar/swig/2.0.9
>> >>>> >>>> > ==> make
>> >>>> >>>> > ==> make install
>> >>>> >>>> > 🍺  /usr/local/Cellar/swig/2.0.9: 599 files, 6.2M, built in 45
>> >>>> >>>> > seconds
>> >>>> >>>> > ==> Installing csound dependency: pkg-config
>> >>>> >>>> > ==> Downloading
>> >>>> >>>> >
>> >>>> >>>> >
>> >>>> >>>> >
>> >>>> >>>> > https://downloads.sf.net/project/machomebrew/Bottles/pkg-config-0.28.mountain_lion.bottle.tar.gz
>> >>>> >>>> >
>> >>>> >>>> >
>> >>>> >>>> >
>> >>>> >>>> > ########################################################################
>> >>>> >>>> > 100.0%
>> >>>> >>>> > ==> Pouring pkg-config-0.28.mountain_lion.bottle.tar.gz
>> >>>> >>>> > 🍺  /usr/local/Cellar/pkg-config/0.28: 10 files, 636K
>> >>>> >>>> > ==> Installing csound dependency: lame
>> >>>> >>>> > ==> Downloading
>> >>>> >>>> >
>> >>>> >>>> >
>> >>>> >>>> > http://downloads.sourceforge.net/sourceforge/lame/lame-3.99.5.tar.gz
>> >>>> >>>> >
>> >>>> >>>> >
>> >>>> >>>> >
>> >>>> >>>> > ########################################################################
>> >>>> >>>> > 100.0%
>> >>>> >>>> > ==> ./configure --prefix=/usr/local/Cellar/lame/3.99.5
>> >>>> >>>> > --enable-nasm
>> >>>> >>>> > ==> make install
>> >>>> >>>> > 🍺  /usr/local/Cellar/lame/3.99.5: 25 files, 2.1M, built in 27
>> >>>> >>>> > seconds
>> >>>> >>>> > ==> Installing csound dependency: flac
>> >>>> >>>> > ==> Downloading
>> >>>> >>>> >
>> >>>> >>>> >
>> >>>> >>>> > http://downloads.sourceforge.net/sourceforge/flac/flac-1.2.1.tar.gz
>> >>>> >>>> >
>> >>>> >>>> >
>> >>>> >>>> >
>> >>>> >>>> > ########################################################################
>> >>>> >>>> > 100.0%
>> >>>> >>>> > ==> ./configure --disable-asm-optimizations --enable-sse
>> >>>> >>>> > --prefix=/usr/local/Cellar/flac/1.2.1
>> >>>> >>>> > --mandir=/usr/local/Cellar/flac/1.2.1/share/man
>> >>>> >>>> > ==> make install
>> >>>> >>>> > ==> Downloading
>> >>>> >>>> > https://github.com/rmndk/flac2mp3/archive/v1.0.tar.gz
>> >>>> >>>> >
>> >>>> >>>> >
>> >>>> >>>> >
>> >>>> >>>> > ########################################################################
>> >>>> >>>> > 100.0%
>> >>>> >>>> > Warning: Could not link flac. Unlinking...
>> >>>> >>>> > Error: The `brew link` step did not complete successfully
>> >>>> >>>> > The formula built, but is not symlinked into /usr/local
>> >>>> >>>> > You can try again using `brew link flac'
>> >>>> >>>> > ==> Summary
>> >>>> >>>> > 🍺  /usr/local/Cellar/flac/1.2.1: 304 files, 6.5M, built in 47
>> >>>> >>>> > seconds
>> >>>> >>>> > ==> Installing csound dependency: libogg
>> >>>> >>>> > ==> Downloading
>> >>>> >>>> > http://downloads.xiph.org/releases/ogg/libogg-1.3.0.tar.gz
>> >>>> >>>> >
>> >>>> >>>> >
>> >>>> >>>> >
>> >>>> >>>> > ########################################################################
>> >>>> >>>> > 100.0%
>> >>>> >>>> > ==> ./configure --prefix=/usr/local/Cellar/libogg/1.3.0
>> >>>> >>>> > ==> make
>> >>>> >>>> > ==> make install
>> >>>> >>>> > Warning: Could not link libogg. Unlinking...
>> >>>> >>>> > Error: The `brew link` step did not complete successfully
>> >>>> >>>> > The formula built, but is not symlinked into /usr/local
>> >>>> >>>> > You can try again using `brew link libogg'
>> >>>> >>>> > ==> Summary
>> >>>> >>>> > 🍺  /usr/local/Cellar/libogg/1.3.0: 85 files, 520K, built in
>> >>>> >>>> > 11
>> >>>> >>>> > seconds
>> >>>> >>>> > ==> Installing csound dependency: xz
>> >>>> >>>> > ==> Downloading http://tukaani.org/xz/xz-5.0.4.tar.bz2
>> >>>> >>>> >
>> >>>> >>>> >
>> >>>> >>>> >
>> >>>> >>>> > ########################################################################
>> >>>> >>>> > 100.0%
>> >>>> >>>> > ==> ./configure --prefix=/usr/local/Cellar/xz/5.0.4
>> >>>> >>>> > ==> make install
>> >>>> >>>> > 🍺  /usr/local/Cellar/xz/5.0.4: 58 files, 1.5M, built in 27
>> >>>> >>>> > seconds
>> >>>> >>>> > Error: You must `brew link libogg' before libvorbis can be
>> >>>> >>>> > installed
>> >>>> >>>> >
>> >>>> >>>> >
>> >>>> >>>> >
>> >>>> >>>> >
>> >>>> >>>> >
>> >>>> >>>> > On Sat, May 11, 2013 at 8:21 AM, Jacob Joaquin
>> >>>> >>>> > 
>> >>>> >>>> > wrote:
>> >>>> >>>> >>
>> >>>> >>>> >> I ran into an error which was resolved by updating brew:
>> >>>> >>>> >>
>> >>>> >>>> >> brew update
>> >>>> >>>> >>
>> >>>> >>>> >> It's currently downloading and installing dependencies. We'll
>> >>>> >>>> >> see how
>> >>>> >>>> >> this
>> >>>> >>>> >> goes.
>> >>>> >>>> >>
>> >>>> >>>> >>
>> >>>> >>>> >> On Sat, May 11, 2013 at 8:12 AM, Steven Yi
>> >>>> >>>> >> 
>> >>>> >>>> >> wrote:
>> >>>> >>>> >>>
>> >>>> >>>> >>> Hi All,
>> >>>> >>>> >>>
>> >>>> >>>> >>> I've put together a homebrew [1]  file and was hoping to get
>> >>>> >>>> >>> some
>> >>>> >>>> >>> people to test it.  If it's working well maybe we can submit
>> >>>> >>>> >>> it
>> >>>> >>>> >>> to
>> >>>> >>>> >>> the
>> >>>> >>>> >>> homebrew repo.  The file is available at:
>> >>>> >>>> >>>
>> >>>> >>>> >>> http://www.kunstmusik.com/csound.rb
>> >>>> >>>> >>>
>> >>>> >>>> >>> You can try installing it by using:
>> >>>> >>>> >>>
>> >>>> >>>> >>> brew install http://www.kunstmusik.com/csound.rb
>> >>>> >>>> >>>
>> >>>> >>>> >>> This builds with a source zip I put together from today's
>> >>>> >>>> >>> GIT
>> >>>> >>>> >>> (using
>> >>>> >>>> >>> 'cpack package_source').  If you want to use the latest from
>> >>>> >>>> >>> GIT
>> >>>> >>>> >>> (recommended at this point) you can use:
>> >>>> >>>> >>>
>> >>>> >>>> >>> brew install --HEAD http://www.kunstmusik.com/csound.rb
>> >>>> >>>> >>>
>> >>>> >>>> >>> This should also install the following dependencies:
>> >>>> >>>> >>>
>> >>>> >>>> >>>   depends_on 'cmake' => :build
>> >>>> >>>> >>>   depends_on 'swig' => :build
>> >>>> >>>> >>>
>> >>>> >>>> >>>   depends_on 'libsndfile'
>> >>>> >>>> >>>
>> >>>> >>>> >>>   depends_on 'portaudio' => :recommended
>> >>>> >>>> >>>   depends_on 'portmidi' => :recommended
>> >>>> >>>> >>>   depends_on 'liblo' => :recommended
>> >>>> >>>> >>>   depends_on 'boost' => :recommended
>> >>>> >>>> >>>   depends_on 'libpng' => :recommended
>> >>>> >>>> >>>   depends_on 'stk' => :recommended
>> >>>> >>>> >>>
>> >>>> >>>> >>> You can get info on flags by using:
>> >>>> >>>> >>>
>> >>>> >>>> >>> brew info http://www.kunstmusik.com/csound.rb
>> >>>> >>>> >>>
>> >>>> >>>> >>> and can (or, at least, should) be able to build as a
>> >>>> >>>> >>> --universal
>> >>>> >>>> >>> using:
>> >>>> >>>> >>>
>> >>>> >>>> >>> brew install --HEAD http://www.kunstmusik.com/csound.rb
>> >>>> >>>> >>> --universal
>> >>>> >>>> >>>
>> >>>> >>>> >>> Some notes:
>> >>>> >>>> >>>
>> >>>> >>>> >>> 1) There are likely to be problems.  Please report issues
>> >>>> >>>> >>> here
>> >>>> >>>> >>> so
>> >>>> >>>> >>> that
>> >>>> >>>> >>> we can fix them together. :)
>> >>>> >>>> >>>
>> >>>> >>>> >>> 2) The csound cmake file installs things into places that
>> >>>> >>>> >>> may
>> >>>> >>>> >>> be
>> >>>> >>>> >>> protected on your system. The particularly relevant ones are
>> >>>> >>>> >>> /usr/local, /Library/Python/2.7/site-packages, and
>> >>>> >>>> >>> /Library/Java/Extensions.  Homebrew explains how to deal
>> >>>> >>>> >>> with
>> >>>> >>>> >>> the
>> >>>> >>>> >>> latter 2 directores in [2]. There's info about /usr/local on
>> >>>> >>>> >>> the
>> >>>> >>>> >>> homebrew site [1].
>> >>>> >>>> >>>
>> >>>> >>>> >>> 3) I'm currently thinking this might be the best way to get
>> >>>> >>>> >>> everything
>> >>>> >>>> >>> required to build csound installed on OSX.  The idea is that
>> >>>> >>>> >>> once you
>> >>>> >>>> >>> install once, you'll have everything you need to also clone
>> >>>> >>>> >>> Csound's
>> >>>> >>>> >>> git repo and develop/build/install.
>> >>>> >>>> >>>
>> >>>> >>>> >>> Thanks!
>> >>>> >>>> >>> steven
>> >>>> >>>> >>>
>> >>>> >>>> >>> [1] - http://brew.sh/
>> >>>> >>>> >>> [2] -
>> >>>> >>>> >>>
>> >>>> >>>> >>>
>> >>>> >>>> >>> https://github.com/mxcl/homebrew/wiki/Gems%2C-Eggs-and-Perl-Modules
>> >>>> >>>> >>>
>> >>>> >>>> >>>
>> >>>> >>>> >>>
>> >>>> >>>> >>>
>> >>>> >>>> >>>
>> >>>> >>>> >>> ------------------------------------------------------------------------------
>> >>>> >>>> >>> Learn Graph Databases - Download FREE O'Reilly Book
>> >>>> >>>> >>> "Graph Databases" is the definitive new guide to graph
>> >>>> >>>> >>> databases and
>> >>>> >>>> >>> their applications. This 200-page book is written by three
>> >>>> >>>> >>> acclaimed
>> >>>> >>>> >>> leaders in the field. The early access version is available
>> >>>> >>>> >>> now.
>> >>>> >>>> >>> Download your free book today!
>> >>>> >>>> >>> http://p.sf.net/sfu/neotech_d2d_may
>> >>>> >>>> >>> _______________________________________________
>> >>>> >>>> >>> Csound-devel mailing list
>> >>>> >>>> >>> Csound-devel@lists.sourceforge.net
>> >>>> >>>> >>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>> >>>> >>>> >>
>> >>>> >>>> >>
>> >>>> >>>> >>
>> >>>> >>>> >>
>> >>>> >>>> >> --
>> >>>> >>>> >> codehop.com | #code #art #music
>> >>>> >>>> >
>> >>>> >>>> >
>> >>>> >>>> >
>> >>>> >>>> >
>> >>>> >>>> > --
>> >>>> >>>> > codehop.com | #code #art #music
>> >>>> >>>> >
>> >>>> >>>> >
>> >>>> >>>> >
>> >>>> >>>> >
>> >>>> >>>> > ------------------------------------------------------------------------------
>> >>>> >>>> > Learn Graph Databases - Download FREE O'Reilly Book
>> >>>> >>>> > "Graph Databases" is the definitive new guide to graph
>> >>>> >>>> > databases
>> >>>> >>>> > and
>> >>>> >>>> > their applications. This 200-page book is written by three
>> >>>> >>>> > acclaimed
>> >>>> >>>> > leaders in the field. The early access version is available
>> >>>> >>>> > now.
>> >>>> >>>> > Download your free book today!
>> >>>> >>>> > http://p.sf.net/sfu/neotech_d2d_may
>> >>>> >>>> > _______________________________________________
>> >>>> >>>> > Csound-devel mailing list
>> >>>> >>>> > Csound-devel@lists.sourceforge.net
>> >>>> >>>> > https://lists.sourceforge.net/lists/listinfo/csound-devel
>> >>>> >>>> >
>> >>>> >>>>
>> >>>> >>>>
>> >>>> >>>>
>> >>>> >>>>
>> >>>> >>>> ------------------------------------------------------------------------------
>> >>>> >>>> Learn Graph Databases - Download FREE O'Reilly Book
>> >>>> >>>> "Graph Databases" is the definitive new guide to graph databases
>> >>>> >>>> and
>> >>>> >>>> their applications. This 200-page book is written by three
>> >>>> >>>> acclaimed
>> >>>> >>>> leaders in the field. The early access version is available now.
>> >>>> >>>> Download your free book today!
>> >>>> >>>> http://p.sf.net/sfu/neotech_d2d_may
>> >>>> >>>> _______________________________________________
>> >>>> >>>> Csound-devel mailing list
>> >>>> >>>> Csound-devel@lists.sourceforge.net
>> >>>> >>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>> >>>> >>>
>> >>>> >>>
>> >>>> >>>
>> >>>> >>>
>> >>>> >>>
>> >>>> >>>
>> >>>> >>> ------------------------------------------------------------------------------
>> >>>> >>> Learn Graph Databases - Download FREE O'Reilly Book
>> >>>> >>> "Graph Databases" is the definitive new guide to graph databases
>> >>>> >>> and
>> >>>> >>> their applications. This 200-page book is written by three
>> >>>> >>> acclaimed
>> >>>> >>> leaders in the field. The early access version is available now.
>> >>>> >>> Download your free book today!
>> >>>> >>> http://p.sf.net/sfu/neotech_d2d_may
>> >>>> >>> _______________________________________________
>> >>>> >>> Csound-devel mailing list
>> >>>> >>> Csound-devel@lists.sourceforge.net
>> >>>> >>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>> >>>> >>>
>> >>>> >>
>> >>>> >>
>> >>>> >>
>> >>>> >>
>> >>>> >> ------------------------------------------------------------------------------
>> >>>> >> Learn Graph Databases - Download FREE O'Reilly Book
>> >>>> >> "Graph Databases" is the definitive new guide to graph databases
>> >>>> >> and
>> >>>> >> their applications. This 200-page book is written by three
>> >>>> >> acclaimed
>> >>>> >> leaders in the field. The early access version is available now.
>> >>>> >> Download your free book today! http://p.sf.net/sfu/neotech_d2d_may
>> >>>> >> _______________________________________________
>> >>>> >> Csound-devel mailing list
>> >>>> >> Csound-devel@lists.sourceforge.net
>> >>>> >> https://lists.sourceforge.net/lists/listinfo/csound-devel
>> >>>> >>
>> >>>>
>> >>>>
>> >>>>
>> >>>> ------------------------------------------------------------------------------
>> >>>> Learn Graph Databases - Download FREE O'Reilly Book
>> >>>> "Graph Databases" is the definitive new guide to graph databases and
>> >>>> their applications. This 200-page book is written by three acclaimed
>> >>>> leaders in the field. The early access version is available now.
>> >>>> Download your free book today! http://p.sf.net/sfu/neotech_d2d_may
>> >>>> _______________________________________________
>> >>>> Csound-devel mailing list
>> >>>> Csound-devel@lists.sourceforge.net
>> >>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>> >>>
>> >>>
>> >>>
>> >>>
>> >>>
>> >>> ------------------------------------------------------------------------------
>> >>> Learn Graph Databases - Download FREE O'Reilly Book
>> >>> "Graph Databases" is the definitive new guide to graph databases and
>> >>> their applications. This 200-page book is written by three acclaimed
>> >>> leaders in the field. The early access version is available now.
>> >>> Download your free book today! http://p.sf.net/sfu/neotech_d2d_may
>> >>> _______________________________________________
>> >>> Csound-devel mailing list
>> >>> Csound-devel@lists.sourceforge.net
>> >>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>> >>>
>> >>
>> >>
>> >>
>> >> ------------------------------------------------------------------------------
>> >> Learn Graph Databases - Download FREE O'Reilly Book
>> >> "Graph Databases" is the definitive new guide to graph databases and
>> >> their applications. This 200-page book is written by three acclaimed
>> >> leaders in the field. The early access version is available now.
>> >> Download your free book today! http://p.sf.net/sfu/neotech_d2d_may
>> >> _______________________________________________
>> >> Csound-devel mailing list
>> >> Csound-devel@lists.sourceforge.net
>> >> https://lists.sourceforge.net/lists/listinfo/csound-devel
>> >>
>> >
>> >
>> >
>> > ------------------------------------------------------------------------------
>> > Learn Graph Databases - Download FREE O'Reilly Book
>> > "Graph Databases" is the definitive new guide to graph databases and
>> > their applications. This 200-page book is written by three acclaimed
>> > leaders in the field. The early access version is available now.
>> > Download your free book today! http://p.sf.net/sfu/neotech_d2d_may
>> > _______________________________________________
>> > Csound-devel mailing list
>> > Csound-devel@lists.sourceforge.net
>> > https://lists.sourceforge.net/lists/listinfo/csound-devel
>> >
>>
>>
>> ------------------------------------------------------------------------------
>> Learn Graph Databases - Download FREE O'Reilly Book
>> "Graph Databases" is the definitive new guide to graph databases and
>> their applications. This 200-page book is written by three acclaimed
>> leaders in the field. The early access version is available now.
>> Download your free book today! http://p.sf.net/sfu/neotech_d2d_may
>> _______________________________________________
>> Csound-devel mailing list
>> Csound-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>
>
>
> ------------------------------------------------------------------------------
> Learn Graph Databases - Download FREE O'Reilly Book
> "Graph Databases" is the definitive new guide to graph databases and
> their applications. This 200-page book is written by three acclaimed
> leaders in the field. The early access version is available now.
> Download your free book today! http://p.sf.net/sfu/neotech_d2d_may
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel
>

------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and 
their applications. This 200-page book is written by three acclaimed 
leaders in the field. The early access version is available now. 
Download your free book today! http://p.sf.net/sfu/neotech_d2d_may
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net
https://lists.

Date2013-05-12 14:08
FromEd Costello
SubjectRe: [Cs-dev] OSX: Homebrew
AttachmentsNone  None  
Am I right in thinking that this doesn't install the framework or header files? 


On 12 May 2013 14:57, Steven Yi <stevenyi@gmail.com> wrote:
Ah, that's great!  Yeah, that's just the nature of homebrew.  It
builds in its cellar directories, then links to /usr/local.  If it
finds something there, it doesn't try to overwrite by default.  Using
--overwrite is appropriate in this situation.  At this point, for
future builds, say, if you want to keep up with the latest from git,
all you'll have to do is the brew installed --HEAD csound and you're
good to go.

On Sun, May 12, 2013 at 2:45 PM, Ed Costello <edwardcostello@gmail.com> wrote:
> Got it installed, however I had to do a brew link --overwrite csound, heres
> the output
>
> Warning: Could not link csound. Unlinking...
> Error: The `brew link` step did not complete successfully
> The formula built, but is not symlinked into /usr/local
> You can try again using `brew link csound'
> Warning: Could not fix install names for
> /usr/local/Cellar/csound/HEAD/bin/srconv
> Warning: Could not fix install names for
> /usr/local/Cellar/csound/HEAD/bin/sndinfo
> Warning: Could not fix install names for
> /usr/local/Cellar/csound/HEAD/bin/scsort
> Warning: Could not fix install names for
> /usr/local/Cellar/csound/HEAD/bin/scope
> Warning: Could not fix install names for
> /usr/local/Cellar/csound/HEAD/bin/scale
> Warning: Could not fix install names for
> /usr/local/Cellar/csound/HEAD/bin/pvlook
> Warning: Could not fix install names for
> /usr/local/Cellar/csound/HEAD/bin/pvanal
> Warning: Could not fix install names for
> /usr/local/Cellar/csound/HEAD/bin/pv_import
> Warning: Could not fix install names for
> /usr/local/Cellar/csound/HEAD/bin/pv_export
> Warning: Could not fix install names for
> /usr/local/Cellar/csound/HEAD/bin/mixer
> Warning: Could not fix install names for
> /usr/local/Cellar/csound/HEAD/bin/lpc_import
> Warning: Could not fix install names for
> /usr/local/Cellar/csound/HEAD/bin/lpc_export
> Warning: Could not fix install names for
> /usr/local/Cellar/csound/HEAD/bin/lpanal
> Warning: Could not fix install names for
> /usr/local/Cellar/csound/HEAD/bin/hetro
> Warning: Could not fix install names for
> /usr/local/Cellar/csound/HEAD/bin/het_import
> Warning: Could not fix install names for
> /usr/local/Cellar/csound/HEAD/bin/het_export
> Warning: Could not fix install names for
> /usr/local/Cellar/csound/HEAD/bin/extractor
> Warning: Could not fix install names for
> /usr/local/Cellar/csound/HEAD/bin/extract
> Warning: Could not fix install names for
> /usr/local/Cellar/csound/HEAD/bin/envext
> Warning: Could not fix install names for
> /usr/local/Cellar/csound/HEAD/bin/dnoise
> Warning: Could not fix install names for
> /usr/local/Cellar/csound/HEAD/bin/cvanal
> Warning: Could not fix install names for
> /usr/local/Cellar/csound/HEAD/bin/csound
> Warning: Could not fix install names for
> /usr/local/Cellar/csound/HEAD/bin/csanalyze
> Warning: Could not fix install names for
> /usr/local/Cellar/csound/HEAD/bin/atsa
> Warning: Could not fix install names for
> /usr/local/Cellar/csound/HEAD/lib/luaCsnd6.so
> Warning: Could not fix install names for
> /usr/local/Cellar/csound/HEAD/lib/libcsnd.6.0.dylib
> ==> Summary
> 🍺  /usr/local/Cellar/csound/HEAD: 34 files, 1.6M, built in 2.2 minutes
> Marions-MacBook:~ eddyc$ brew link csound
> Linking /usr/local/Cellar/csound/HEAD... Warning: Could not link csound.
> Unlinking...
>
> Error: Could not symlink file: /usr/local/Cellar/csound/HEAD/bin/srconv
> Target /usr/local/bin/srconv already exists. You may need to delete it.
> To force the link and delete this file, do:
>   brew link --overwrite formula_name
>
> To list all files that would be deleted:
>   brew link --overwrite --dry-run formula_name
> Marions-MacBook:~ eddyc$ brew link --overwrite csound
> Linking /usr/local/Cellar/csound/HEAD... 29 symlinks created
>
>
> On 12 May 2013 14:18, Steven Yi <stevenyi@gmail.com> wrote:
>>
>> Hi Ed,
>>
>> Yeah I mentioned this situation in my first email:
>>
>> "2) The csound cmake file installs things into places that may be
>> protected on your system. The particularly relevant ones are
>> /usr/local, /Library/Python/2.7/site-packages, and
>> /Library/Java/Extensions.  Homebrew explains how to deal with the
>> latter 2 directores in [2]. There's info about /usr/local on the
>> homebrew site [1]."
>>
>> The link for number 2 is:
>>
>> https://github.com/mxcl/homebrew/wiki/Gems%2C-Eggs-and-Perl-Modules
>>
>> The essentialy thing to run is:
>>
>> sudo chmod +a 'user:YOUR_NAME_HERE allow
>> add_subdirectory,add_file,delete_child,directory_inherit'
>> /Library/Python/2.7/site-packages
>> sudo chmod +a 'user:YOUR_NAME_HERE allow
>> add_subdirectory,add_file,delete_child,directory_inherit'
>> /Library/Java/Extensions
>>
>> where YOUR_NAME_HERE is your system user name.
>>
>> After that, you should be able to install.
>>
>> Let me know how it goes for you!
>> steven
>>
>>
>> On Sun, May 12, 2013 at 12:12 PM, Ed Costello <edwardcostello@gmail.com>
>> wrote:
>> > Here ya go, I think the installer is having trouble with copying
>> > _csnd6.so
>> > into my python site packages directory
>> >
>> > Marions-MacBook:~ eddyc$ brew install --HEAD
>> > http://www.kunstmusik.com/csound.rb --verbose
>> > /usr/bin/curl -f#LA Homebrew 0.9.4 (Ruby 1.8.7-358; Mac OS X 10.8.3)
>> > http://www.kunstmusik.com/csound.rb -o
>> > /Library/Caches/Homebrew/Formula/csound.rb
>> > ########################################################################
>> > 100.0%
>> > ==> Cloning git://git.code.sourceforge.net/p/csound/csound6-git
>> > git clone --depth 1 git://git.code.sourceforge.net/p/csound/csound6-git
>> > /Library/Caches/Homebrew/csound--git
>> > Cloning into '/Library/Caches/Homebrew/csound--git'...
>> > remote: Counting objects: 1531, done.
>> > remote: Compressing objects: 100% (1314/1314), done.
>> > remote: Total 1531 (delta 288), reused 797 (delta 140)
>> > Receiving objects: 100% (1531/1531), 13.23 MiB | 1.07 MiB/s, done.
>> > Resolving deltas: 100% (288/288), done.
>> > git reset --hard origin/HEAD
>> > HEAD is now at 2468c7c some float csound adjustments
>> > git checkout-index -a -f --prefix=/private/tmp/csound-KYls/
>> > ==> cmake . -DUSE_GETTEXT=0
>> > -DCMAKE_INSTALL_PREFIX=/usr/local/Cellar/csound/HEAD
>> > -DCMAKE_BUILD_TYPE=None
>> > -DCMAKE_FIND_FRAMEWORK=LAST -Wno-dev
>> > cmake . -DUSE_GETTEXT=0
>> > -DCMAKE_INSTALL_PREFIX=/usr/local/Cellar/csound/HEAD
>> > -DCMAKE_BUILD_TYPE=None -DCMAKE_FIND_FRAMEWORK=LAST -Wno-dev
>> > -- The C compiler identification is Clang 4.2.0
>> > -- The CXX compiler identification is Clang 4.2.0
>> > -- Check for working C compiler: /usr/local/Library/ENV/4.3/cc
>> > -- Check for working C compiler: /usr/local/Library/ENV/4.3/cc -- works
>> > -- Detecting C compiler ABI info
>> > -- Detecting C compiler ABI info - done
>> > -- Check for working CXX compiler: /usr/local/Library/ENV/4.3/c++
>> > -- Check for working CXX compiler: /usr/local/Library/ENV/4.3/c++ --
>> > works
>> > -- Detecting CXX compiler ABI info
>> > -- Detecting CXX compiler ABI info - done
>> > -- /tmp/csound-KYls
>> > -- BUILD_BIN_DIR set to /tmp/csound-KYls
>> > -- BUILD_LIB_DIR set to /tmp/csound-KYls
>> > -- BUILD_PLUGINS_DIR set to /tmp/csound-KYls
>> > -- Check if the system is big endian
>> > -- Searching 16 bit integer
>> > -- Looking for sys/types.h
>> > -- Looking for sys/types.h - found
>> > -- Looking for stdint.h
>> > -- Looking for stdint.h - found
>> > -- Looking for stddef.h
>> > -- Looking for stddef.h - found
>> > -- Check size of unsigned short
>> > -- Check size of unsigned short - done
>> > -- Using unsigned short
>> > -- Check if the system is big endian - little endian
>> > -- Try OpenMP C flag = [-fopenmp]
>> > -- Performing Test OpenMP_FLAG_DETECTED
>> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> > -- Try OpenMP C flag = [/openmp]
>> > -- Performing Test OpenMP_FLAG_DETECTED
>> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> > -- Try OpenMP C flag = [-Qopenmp]
>> > -- Performing Test OpenMP_FLAG_DETECTED
>> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> > -- Try OpenMP C flag = [-openmp]
>> > -- Performing Test OpenMP_FLAG_DETECTED
>> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> > -- Try OpenMP C flag = [ ]
>> > -- Performing Test OpenMP_FLAG_DETECTED
>> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> > -- Try OpenMP C flag = [-xopenmp]
>> > -- Performing Test OpenMP_FLAG_DETECTED
>> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> > -- Try OpenMP C flag = [+Oopenmp]
>> > -- Performing Test OpenMP_FLAG_DETECTED
>> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> > -- Try OpenMP C flag = [-qsmp]
>> > -- Performing Test OpenMP_FLAG_DETECTED
>> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> > -- Try OpenMP C flag = [-mp]
>> > -- Performing Test OpenMP_FLAG_DETECTED
>> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> > -- Try OpenMP CXX flag = [-fopenmp]
>> > -- Performing Test OpenMP_FLAG_DETECTED
>> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> > -- Try OpenMP CXX flag = [/openmp]
>> > -- Performing Test OpenMP_FLAG_DETECTED
>> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> > -- Try OpenMP CXX flag = [-Qopenmp]
>> > -- Performing Test OpenMP_FLAG_DETECTED
>> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> > -- Try OpenMP CXX flag = [-openmp]
>> > -- Performing Test OpenMP_FLAG_DETECTED
>> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> > -- Try OpenMP CXX flag = [ ]
>> > -- Performing Test OpenMP_FLAG_DETECTED
>> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> > -- Try OpenMP CXX flag = [-xopenmp]
>> > -- Performing Test OpenMP_FLAG_DETECTED
>> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> > -- Try OpenMP CXX flag = [+Oopenmp]
>> > -- Performing Test OpenMP_FLAG_DETECTED
>> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> > -- Try OpenMP CXX flag = [-qsmp]
>> > -- Performing Test OpenMP_FLAG_DETECTED
>> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> > -- Try OpenMP CXX flag = [-mp]
>> > -- Performing Test OpenMP_FLAG_DETECTED
>> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> > -- Could NOT find OpenMP (missing:  OpenMP_C_FLAGS OpenMP_CXX_FLAGS)
>> > -- Looking for libintl.h
>> > -- Looking for libintl.h - not found
>> > -- Looking for C++ include eigen3/Eigen/Dense
>> > -- Looking for C++ include eigen3/Eigen/Dense - not found
>> > -- Could NOT find Gettext (missing:  GETTEXT_MSGMERGE_EXECUTABLE
>> > GETTEXT_MSGFMT_EXECUTABLE)
>> > -- Looking for lrint in m
>> > -- Looking for lrint in m - found
>> > -- Looking for unistd.h
>> > -- Looking for unistd.h - found
>> > -- Looking for io.h
>> > -- Looking for io.h - not found
>> > -- Looking for fcntl.h
>> > -- Looking for fcntl.h - found
>> > -- Looking for sys/time.h
>> > -- Looking for sys/time.h - found
>> > -- Looking for termios.h
>> > -- Looking for termios.h - found
>> > -- Looking for values.h
>> > -- Looking for values.h - not found
>> > -- Looking for winsock.h
>> > -- Looking for winsock.h - not found
>> > -- Looking for sys/socket.h
>> > -- Looking for sys/socket.h - found
>> > -- Looking for dirent.h
>> > -- Looking for dirent.h - found
>> > -- USE_LRINT is enabled
>> > -- Found FLEX: /usr/bin/flex (found version "2.5.35")
>> > -- Found BISON: /usr/bin/bison (found version "2.3")
>> > -- Looking for pthread_spin_lock
>> > -- Looking for pthread_spin_lock - not found
>> > -- Looking for pthread_barrier_init
>> > -- Looking for pthread_barrier_init - not found
>> > -- OPENMP_FOUND="FALSE", so disabling USE_OPEN_MP
>> > -- PTHREAD_BARRIER_INIT_EXISTS="", so disabling USE_OPEN_MP
>> > -- USE_OPEN_MP is disabled
>> > -- Not building with score parser
>> > -- Not building with new parser debugging
>> > -- Building with multicore
>> > -- USE_GETTEXT is disabled
>> > -- Not using localization
>> > -- Building on OSX
>> > -- Boost version: 1.53.0
>> > -- Looking for ladspa.h
>> > -- Looking for ladspa.h - not found
>> > -- Looking for fluidsynth.h
>> > -- Looking for fluidsynth.h - not found
>> > -- Looking for jack/jack.h
>> > -- Looking for jack/jack.h - not found
>> > -- Looking for C++ include gmm/gmm.h
>> > -- Looking for C++ include gmm/gmm.h - not found
>> > -- Looking for lo/lo.h
>> > -- Looking for lo/lo.h - found
>> > -- Found ZLIB: /usr/lib/libz.dylib (found version "1.2.5")
>> > -- Found PNG: /usr/local/lib/libpng.dylib (found version "1.5.14")
>> > -- Found PythonLibs: /usr/lib/libpython2.7.dylib (found version "2.7.2")
>> > -- Found Lua51: /usr/local/lib/liblua.dylib (found version "5.1.5")
>> > -- Looking for wiiuse.h
>> > -- Looking for wiiuse.h - not found
>> > -- Looking for p5glove.h
>> > -- Looking for p5glove.h - not found
>> > -- BUILD_CHUA_OPCODES is enabled
>> > -- LADSPA_H="", so disabling BUILD_DSSI_OPCODES
>> > -- BUILD_DSSI_OPCODES is disabled
>> > -- FLUIDSYNTH_H="", so disabling BUILD_FLUID_OPCODES
>> > -- FLUIDSYNTH_LIBRARY="FLUIDSYNTH_LIBRARY-NOTFOUND", so disabling
>> > BUILD_FLUID_OPCODES
>> > -- BUILD_FLUID_OPCODES is disabled
>> > -- JACK_HEADER="", so disabling BUILD_JACK_OPCODES
>> > -- BUILD_JACK_OPCODES is disabled
>> > -- GMM_HEADER="", so disabling BUILD_LINEAR_ALGEBRA_OPCODES
>> > -- BUILD_LINEAR_ALGEBRA_OPCODES is disabled
>> > -- BUILD_OSC_OPCODES is enabled
>> > -- BUILD_IMAGE_OPCODES is enabled
>> > -- BUILD_PYTHON_OPCODES is enabled
>> > -- OPENMP_FOUND="FALSE", so disabling BUILD_LUA_OPCODES
>> > -- BUILD_LUA_OPCODES is disabled
>> > -- WIIUSE_H="", so disabling BUILD_WIIMOTE_OPCODES
>> > -- BUILD_WIIMOTE_OPCODES is disabled
>> > -- P5GLOVE_H="", so disabling BUILD_P5GLOVE_OPCODES
>> > -- BUILD_P5GLOVE_OPCODES is disabled
>> > -- BUILD_STK_OPCODES is enabled
>> > --
>> > -- ## REALTIME AUDIO AND MIDI ##
>> > -- Looking for alsa/asoundlib.h
>> > -- Looking for alsa/asoundlib.h - not found
>> > -- Looking for pulse/simple.h
>> > -- Looking for pulse/simple.h - not found
>> > -- Looking for XOpenDisplay in
>> > /usr/X11R6/lib/libX11.dylib;/usr/X11R6/lib/libXext.dylib
>> > -- Looking for XOpenDisplay in
>> > /usr/X11R6/lib/libX11.dylib;/usr/X11R6/lib/libXext.dylib - found
>> > -- Looking for gethostbyname
>> > -- Looking for gethostbyname - found
>> > -- Looking for connect
>> > -- Looking for connect - found
>> > -- Looking for remove
>> > -- Looking for remove - found
>> > -- Looking for shmat
>> > -- Looking for shmat - found
>> > -- Looking for IceConnectionNumber in ICE
>> > -- Looking for IceConnectionNumber in ICE - not found
>> > -- Found X11: /usr/X11R6/lib/libX11.dylib
>> > -- Found FLTK:
>> >
>> > /usr/local/lib/libfltk_images.a;/usr/local/lib/libfltk_forms.a;/usr/local/lib/libfltk.a
>> > -- USE_COREMIDI is enabled
>> > -- USE_AUDIOUNIT is enabled
>> > -- ALSA_HEADER="", so disabling USE_ALSA
>> > -- ALSA_LIBRARY="ALSA_LIBRARY-NOTFOUND", so disabling USE_ALSA
>> > -- USE_ALSA is disabled
>> > -- PULSEAUDIO_HEADER="", so disabling USE_PULSEAUDIO
>> > -- PULSEAUDIO_LIBRARY="PULSEAUDIO_LIBRARY-NOTFOUND", so disabling
>> > USE_PULSEAUDIO
>> > -- PULSESIMPLE_LIBRARY="PULSESIMPLE_LIBRARY-NOTFOUND", so disabling
>> > USE_PULSEAUDIO
>> > -- USE_PULSEAUDIO is disabled
>> > -- PORTAUDIO_HEADER="", so disabling USE_PORTAUDIO
>> > -- USE_PORTAUDIO is disabled
>> > -- PORTMIDI_HEADER="", so disabling USE_PORTMIDI
>> > -- USE_PORTMIDI is disabled
>> > -- JACK_HEADER="", so disabling USE_JACK
>> > -- JACK_LIBRARY="JACK_LIBRARY-NOTFOUND", so disabling USE_JACK
>> > -- USE_JACK is disabled
>> > -- USE_FLTK is enabled
>> > -- BUILD_VIRTUAL_KEYBOARD is enabled
>> > --
>> > -- Building C++ interface library
>> > -- Found SWIG: /usr/local/bin/swig (found suitable version "2.0.9",
>> > minimum
>> > required is "2.0")
>> > -- Found JNI: -framework JavaVM
>> > -- Found Java: /usr/bin/java (found version "1.6.0.45")
>> > -- BUILD_PYTHON_INTERFACE is enabled
>> > -- BUILD_JAVA_INTERFACE is enabled
>> > -- BUILD_LUA_INTERFACE is enabled
>> > -- Looking for m_pd.h
>> > -- Looking for m_pd.h - not found
>> > -- Building csLadspa
>> > -- BUILD_CSBEATS is enabled
>> > -- PD_HEADER="", so disabling BUILD_PD_CLASS
>> > -- BUILD_PD_CLASS is disabled
>> > -- BUILD_WINSOUND is disabled
>> > -- Boost version: 1.53.0
>> > -- Found SWIG: /usr/local/bin/swig (found version "2.0.9")
>> > -- BUILD_CSOUND_AC is disabled
>> > -- BUILD_CSOUND_AC_PYTHON_INTERFACE is enabled
>> > -- BUILD_CSOUND_AC_LUA_INTERFACE is enabled
>> > -- Configuring done
>> > -- Generating done
>> > -- Build files have been written to: /tmp/csound-KYls
>> > ==> make install
>> > make install
>> > Scanning dependencies of target ampmidid
>> > [  0%] Generating csound_prelex.c
>> > [  0%] Generating csound_orclex.c
>> > [  0%] Generating csound_orcparse.c
>> > /tmp/csound-KYls/Engine/csound_orc.y: conflicts: 4 shift/reduce, 10
>> > reduce/reduce
>> > [  0%] Building CXX object
>> > Opcodes/CMakeFiles/ampmidid.dir/ampmidid.cpp.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > Scanning dependencies of target CsoundLib64
>> > Linking CXX shared library ../libampmidid.dylib
>> > [  0%] Built target ampmidid
>> > Scanning dependencies of target cellular
>> > [  0%] Building C object Opcodes/CMakeFiles/cellular.dir/cellular.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > Linking C shared library ../libcellular.dylib
>> > [  0%] Built target cellular
>> > Scanning dependencies of target chua
>> > [  1%] Building C object CMakeFiles/CsoundLib64.dir/Engine/auxfd.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [  1%] Building C object CMakeFiles/CsoundLib64.dir/Engine/cfgvar.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [  1%] Building C object CMakeFiles/CsoundLib64.dir/Engine/corfiles.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [  2%] Building C object CMakeFiles/CsoundLib64.dir/Engine/entry1.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [  2%] Building C object CMakeFiles/CsoundLib64.dir/Engine/envvar.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [  2%] [  3%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Engine/extract.c.o
>> > Building CXX object
>> > Opcodes/CMakeFiles/chua.dir/chua/ChuaOscillator.cpp.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [  4%] Building C object CMakeFiles/CsoundLib64.dir/Engine/fgens.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [  4%] Building C object CMakeFiles/CsoundLib64.dir/Engine/insert.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [  4%] Building C object CMakeFiles/CsoundLib64.dir/Engine/linevent.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [  5%] Building C object CMakeFiles/CsoundLib64.dir/Engine/memalloc.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [  5%] Building C object CMakeFiles/CsoundLib64.dir/Engine/memfiles.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [  5%] Building C object CMakeFiles/CsoundLib64.dir/Engine/musmon.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [  5%] Building C object CMakeFiles/CsoundLib64.dir/Engine/namedins.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [  6%] Building C object CMakeFiles/CsoundLib64.dir/Engine/rdscor.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [  6%] Building C object CMakeFiles/CsoundLib64.dir/Engine/scsort.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [  6%] Building C object CMakeFiles/CsoundLib64.dir/Engine/scxtract.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [  7%] Building C object CMakeFiles/CsoundLib64.dir/Engine/sort.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [  7%] Building C object CMakeFiles/CsoundLib64.dir/Engine/sread.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > Linking CXX shared library ../libchua.dylib
>> > [  7%] Building C object CMakeFiles/CsoundLib64.dir/Engine/swritestr.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [  8%] Building C object CMakeFiles/CsoundLib64.dir/Engine/twarp.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [  8%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Engine/csound_type_system.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [  8%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Engine/csound_standard_types.c.o
>> > [  8%] Built target chua
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > Scanning dependencies of target control
>> > [  9%] [  9%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Engine/csound_data_structures.c.o
>> > Building C object Opcodes/CMakeFiles/control.dir/control.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [  9%] Linking C shared library ../libcontrol.dylib
>> > Building C object CMakeFiles/CsoundLib64.dir/Engine/pools.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [  9%] Built target control
>> > Scanning dependencies of target cs_date
>> > [  9%] [ 10%] Building C object
>> > CMakeFiles/CsoundLib64.dir/InOut/libsnd.c.o
>> > Building C object Opcodes/CMakeFiles/cs_date.dir/date.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > Linking C shared library ../libcs_date.dylib
>> > [ 10%] Built target cs_date
>> > [ 10%] Building C object CMakeFiles/CsoundLib64.dir/InOut/libsnd_u.c.o
>> > Scanning dependencies of target doppler
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 10%] Building CXX object Opcodes/CMakeFiles/doppler.dir/doppler.cpp.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 11%] Building C object CMakeFiles/CsoundLib64.dir/InOut/midifile.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 11%] Building C object CMakeFiles/CsoundLib64.dir/InOut/midirecv.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > Linking CXX shared library ../libdoppler.dylib
>> > [ 11%] Building C object CMakeFiles/CsoundLib64.dir/InOut/midisend.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 11%] Built target doppler
>> > Scanning dependencies of target fareygen
>> > [ 12%] [ 12%] Building C object
>> > CMakeFiles/CsoundLib64.dir/InOut/winascii.c.o
>> > Building C object Opcodes/CMakeFiles/fareygen.dir/fareygen.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 12%] Linking C shared library ../libfareygen.dylib
>> > Building C object CMakeFiles/CsoundLib64.dir/InOut/windin.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 12%] Built target fareygen
>> > Scanning dependencies of target fractalnoise
>> > [ 12%] Building C object CMakeFiles/CsoundLib64.dir/InOut/window.c.o
>> > [ 13%] Building CXX object
>> > Opcodes/CMakeFiles/fractalnoise.dir/tl/fractalnoise.cpp.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 14%] Building C object CMakeFiles/CsoundLib64.dir/InOut/winEPS.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > Linking CXX shared library ../libfractalnoise.dylib
>> > [ 14%] Built target fractalnoise
>> > [ 14%] Building C object
>> > CMakeFiles/CsoundLib64.dir/InOut/circularbuffer.c.o
>> > Scanning dependencies of target image
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 14%] Building C object Opcodes/CMakeFiles/image.dir/imageOpcodes.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 14%] Building C object CMakeFiles/CsoundLib64.dir/OOps/aops.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > Linking C shared library ../libimage.dylib
>> > [ 14%] Built target image
>> > Scanning dependencies of target mixer
>> > [ 14%] Building CXX object Opcodes/CMakeFiles/mixer.dir/mixer.cpp.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 15%] Building C object CMakeFiles/CsoundLib64.dir/OOps/bus.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > Linking CXX shared library ../libmixer.dylib
>> > [ 15%] Building C object CMakeFiles/CsoundLib64.dir/OOps/cmath.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 15%] Built target mixer
>> > Scanning dependencies of target osc
>> > [ 16%] Building C object Opcodes/CMakeFiles/osc.dir/OSC.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 16%] Building C object CMakeFiles/CsoundLib64.dir/OOps/diskin.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > Linking C shared library ../libosc.dylib
>> > [ 16%] Building C object CMakeFiles/CsoundLib64.dir/OOps/diskin2.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 16%] Built target osc
>> > Scanning dependencies of target platerev
>> > [ 16%] Building C object Opcodes/CMakeFiles/platerev.dir/platerev.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 17%] Linking C shared library ../libplaterev.dylib
>> > Building C object CMakeFiles/CsoundLib64.dir/OOps/disprep.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 17%] Built target platerev
>> > Scanning dependencies of target py
>> > [ 17%] [ 17%] Building C object
>> > Opcodes/CMakeFiles/py.dir/py/pythonopcodes.c.o
>> > Building C object CMakeFiles/CsoundLib64.dir/OOps/dumpf.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 17%] Building C object CMakeFiles/CsoundLib64.dir/OOps/fftlib.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > Linking C shared library ../libpy.dylib
>> > [ 17%] Built target py
>> > [ 18%] Scanning dependencies of target scansyn
>> > Building C object CMakeFiles/CsoundLib64.dir/OOps/goto_ops.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 18%] Building C object Opcodes/CMakeFiles/scansyn.dir/scansyn.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 18%] Building C object CMakeFiles/CsoundLib64.dir/OOps/midiinterop.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 19%] Building C object Opcodes/CMakeFiles/scansyn.dir/scansynx.c.o
>> > [ 19%] Building C object CMakeFiles/CsoundLib64.dir/OOps/midiops.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 20%] Building C object CMakeFiles/CsoundLib64.dir/OOps/midiout.c.o
>> > Linking C shared library ../libscansyn.dylib
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 20%] Built target scansyn
>> > Scanning dependencies of target serial
>> > [ 20%] Building C object Opcodes/CMakeFiles/serial.dir/serial.c.o
>> > [ 20%] Building C object CMakeFiles/CsoundLib64.dir/OOps/mxfft.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > Linking C shared library ../libserial.dylib
>> > [ 20%] Built target serial
>> > [ 20%] Building C object CMakeFiles/CsoundLib64.dir/OOps/oscils.c.o
>> > Scanning dependencies of target signalflowgraph
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 21%] Building CXX object
>> > Opcodes/CMakeFiles/signalflowgraph.dir/signalflowgraph.cpp.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 22%] Building C object CMakeFiles/CsoundLib64.dir/OOps/pstream.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 22%] Building C object CMakeFiles/CsoundLib64.dir/OOps/pvfileio.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 22%] Building C object CMakeFiles/CsoundLib64.dir/OOps/pvsanal.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 22%] Building C object CMakeFiles/CsoundLib64.dir/OOps/random.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 23%] Building C object CMakeFiles/CsoundLib64.dir/OOps/remote.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 23%] Building C object CMakeFiles/CsoundLib64.dir/OOps/schedule.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > Linking CXX shared library ../libsignalflowgraph.dylib
>> > [ 23%] Building C object CMakeFiles/CsoundLib64.dir/OOps/sndinfUG.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 23%] Built target signalflowgraph
>> > Scanning dependencies of target system_call
>> > [ 25%] [ 25%] Building C object
>> > CMakeFiles/CsoundLib64.dir/OOps/str_ops.c.o
>> > Building C object Opcodes/CMakeFiles/system_call.dir/system_call.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > Linking C shared library ../libsystem_call.dylib
>> > [ 25%] Built target system_call
>> > Scanning dependencies of target stk-ops
>> > [ 25%] Building C object CMakeFiles/CsoundLib64.dir/OOps/ugens1.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 25%] Building CXX object
>> > Opcodes/stk/CMakeFiles/stk-ops.dir/stkOpcodes.cpp.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 25%] Building C object CMakeFiles/CsoundLib64.dir/OOps/ugens2.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 26%] Building C object CMakeFiles/CsoundLib64.dir/OOps/ugens2a.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 26%] Building C object CMakeFiles/CsoundLib64.dir/OOps/ugens3.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 26%] Building C object CMakeFiles/CsoundLib64.dir/OOps/ugens4.c.o
>> > Linking CXX shared library ../../libstk.dylib
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 26%] Built target stk-ops
>> > Scanning dependencies of target cmidi
>> > [ 27%] Building C object CMakeFiles/CsoundLib64.dir/OOps/ugens5.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 27%] Building C object InOut/CMakeFiles/cmidi.dir/cmidi.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 27%] Building C object CMakeFiles/CsoundLib64.dir/OOps/ugens6.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > Linking C shared library ../libcmidi.dylib
>> > [ 27%] Building C object CMakeFiles/CsoundLib64.dir/OOps/ugtabs.c.o
>> > [ 27%] Built target cmidi
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > Scanning dependencies of target ipmidi
>> > [ 27%] Building C object InOut/CMakeFiles/ipmidi.dir/ipmidi.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > Linking C shared library ../libipmidi.dylib
>> > [ 27%] Building C object CMakeFiles/CsoundLib64.dir/OOps/ugrw1.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 27%] Built target ipmidi
>> > Scanning dependencies of target rtauhal
>> > [ 28%] Building C object InOut/CMakeFiles/rtauhal.dir/rtauhal.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 29%] Building C object CMakeFiles/CsoundLib64.dir/OOps/ugrw2.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 29%] Building C object CMakeFiles/CsoundLib64.dir/OOps/vdelay.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > Linking C shared library ../librtauhal.dylib
>> > [ 29%] Built target rtauhal
>> > Scanning dependencies of target virtual
>> > [ 29%] Building C object CMakeFiles/CsoundLib64.dir/OOps/compile_ops.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 29%] Building CXX object
>> > InOut/CMakeFiles/virtual.dir/virtual_keyboard/FLTKKeyboard.cpp.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 30%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/babo.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 30%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/bilbar.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 30%] Building CXX object
>> > InOut/CMakeFiles/virtual.dir/virtual_keyboard/FLTKKeyboardWindow.cpp.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 30%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/compress.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 32%] [ 32%] Building CXX object
>> > InOut/CMakeFiles/virtual.dir/virtual_keyboard/FLTKKeyboardWidget.cpp.o
>> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/eqfil.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 32%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/Vosim.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 32%] [ 32%] Building CXX object
>> > InOut/CMakeFiles/virtual.dir/virtual_keyboard/virtual_keyboard.cpp.o
>> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pitch.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 32%] Building CXX object
>> > InOut/CMakeFiles/virtual.dir/virtual_keyboard/Bank.cpp.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 33%] [ 34%] Building CXX object
>> > InOut/CMakeFiles/virtual.dir/virtual_keyboard/KeyboardMapping.cpp.o
>> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pitch0.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 34%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/spectra.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 34%] Building CXX object
>> > InOut/CMakeFiles/virtual.dir/virtual_keyboard/Program.cpp.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 34%] Building CXX object
>> > InOut/CMakeFiles/virtual.dir/virtual_keyboard/SliderBank.cpp.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 34%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Opcodes/ambicode1.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 35%] Building CXX object
>> > InOut/CMakeFiles/virtual.dir/virtual_keyboard/SliderData.cpp.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > Linking CXX shared library ../libvirtual.dylib
>> > [ 36%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/sfont.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 36%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/grain4.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 36%] Built target virtual
>> > Scanning dependencies of target widgets
>> > [ 36%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/hrtferX.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 36%] Building CXX object InOut/CMakeFiles/widgets.dir/FL_graph.cpp.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 36%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/loscilx.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 36%] Building C object InOut/CMakeFiles/widgets.dir/winFLTK.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 37%] [ 38%] Building CXX object
>> > InOut/CMakeFiles/widgets.dir/widgets.cpp.o
>> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/minmax.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 38%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pan2.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 38%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/arrays.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 39%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/phisem.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 39%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Opcodes/hrtfopcodes.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 39%] Linking CXX shared library ../libwidgets.dylib
>> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/stackops.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 39%] Built target widgets
>> > [ 40%] [ 41%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Opcodes/vbap.c.o
>> > [FLEX][csbeats_SCANNER] Building scanner with flex 2.5.35
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 41%] [BISON][csbeats_PARSER] Building parser with bison 2.3
>> > beats/beats.y: conflicts: 1 reduce/reduce
>> > Scanning dependencies of target csbeats
>> > [ 41%] Building C object frontends/CMakeFiles/csbeats.dir/beats/main.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 41%] [ 41%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Opcodes/vbap1.c.o
>> > Building C object frontends/CMakeFiles/csbeats.dir/beatslex.yy.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 42%] [ 42%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Opcodes/vbap_n.c.o
>> > Building C object frontends/CMakeFiles/csbeats.dir/beats.tab.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > Linking C executable ../csbeats
>> > [ 43%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/vbap_zak.c.o
>> > [ 43%] Built target csbeats
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > Scanning dependencies of target stdutil
>> > [ 44%] Building C object util/CMakeFiles/stdutil.dir/atsa.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 44%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/vaops.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 44%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ugakbari.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 44%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/harmon.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 45%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Opcodes/pitchtrack.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 45%] Building C object util/CMakeFiles/stdutil.dir/cvanal.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 45%] Building C object util/CMakeFiles/stdutil.dir/dnoise.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 45%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Opcodes/partikkel.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 46%] Building C object util/CMakeFiles/stdutil.dir/envext.c.o
>> > [ 46%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/shape.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 46%] Building C object util/CMakeFiles/stdutil.dir/het_export.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 47%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/tabsum.c.o
>> > [ 47%] Building C object util/CMakeFiles/stdutil.dir/het_import.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 48%] [ 48%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Opcodes/crossfm.c.o
>> > Building C object util/CMakeFiles/stdutil.dir/hetro.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 48%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pvlock.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 48%] Building C object util/CMakeFiles/stdutil.dir/lpanal.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 49%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/fareyseq.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 49%] Building C object util/CMakeFiles/stdutil.dir/lpc_export.c.o
>> > [ 49%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Opcodes/modmatrix.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 49%] Building C object util/CMakeFiles/stdutil.dir/lpc_import.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 50%] Building C object util/CMakeFiles/stdutil.dir/mixer.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 50%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Opcodes/scoreline.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 51%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/modal4.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 51%] Building C object util/CMakeFiles/stdutil.dir/pvanal.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 51%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/physutil.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 51%] Building C object util/CMakeFiles/stdutil.dir/pv_export.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 51%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/physmod.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 52%] Building C object util/CMakeFiles/stdutil.dir/pv_import.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 52%] Building C object util/CMakeFiles/stdutil.dir/pvlook.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 52%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/mandolin.c.o
>> > [ 52%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > Building C object util/CMakeFiles/stdutil.dir/scale.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 53%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/singwave.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 54%] Building C object util/CMakeFiles/stdutil.dir/sndinfo.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 54%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/fm4op.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 54%] Building C object util/CMakeFiles/stdutil.dir/srconv.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 54%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/moog1.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 54%] Building C object util/CMakeFiles/stdutil.dir/std_util.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 55%] Building C object util/CMakeFiles/stdutil.dir/xtrct.c.o
>> > [ 56%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/shaker.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 56%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/bowedbar.c.o
>> > [ 56%] Building C object util/CMakeFiles/stdutil.dir/scope.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 56%] Building C object util/CMakeFiles/stdutil.dir/__/SDIF/sdif.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 56%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Opcodes/gab/tabmorph.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > Linking C shared library ../libstdutil.dylib
>> > [ 57%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/gab/hvs.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 57%] Built target stdutil
>> > Scanning dependencies of target sdif2ad
>> > [ 58%] Building C object SDIF/CMakeFiles/sdif2ad.dir/sdif2adsyn.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 58%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Opcodes/gab/sliderTable.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 58%] Building C object SDIF/CMakeFiles/sdif2ad.dir/sdif.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 58%] Building C object SDIF/CMakeFiles/sdif2ad.dir/sdif-mem.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 58%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Opcodes/gab/newgabopc.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > Linking C executable ../sdif2ad
>> > [ 58%] Built target sdif2ad
>> > [ 59%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ftest.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 59%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Opcodes/hrtfearly.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 59%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Opcodes/hrtfreverb.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 59%] [ 60%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Opcodes/cpumeter.c.o
>> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/gendy.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 60%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Opcodes/tl/sc_noise.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 60%] Building C object CMakeFiles/CsoundLib64.dir/Top/argdecode.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 61%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Top/cscore_internal.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 61%] Building C object CMakeFiles/CsoundLib64.dir/Top/cscorfns.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 61%] Building C object CMakeFiles/CsoundLib64.dir/Top/csmodule.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 62%] Building C object CMakeFiles/CsoundLib64.dir/Top/csound.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 62%] Building C object CMakeFiles/CsoundLib64.dir/Top/getstring.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 62%] Building C object CMakeFiles/CsoundLib64.dir/Top/main.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 63%] Building C object CMakeFiles/CsoundLib64.dir/Top/new_opts.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 63%] Building C object CMakeFiles/CsoundLib64.dir/Top/one_file.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 63%] Building C object CMakeFiles/CsoundLib64.dir/Top/opcode.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 63%] Building C object CMakeFiles/CsoundLib64.dir/Top/threads.c.o
>> > [ 64%] Building C object CMakeFiles/CsoundLib64.dir/Top/utility.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 64%] [ 64%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Top/threadsafe.c.o
>> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ambicode.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 65%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/bbcut.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 65%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/biquad.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 65%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/butter.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 66%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/clfilt.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 66%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/cross2.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 66%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/dam.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 67%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/dcblockr.c.o
>> > [ 67%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/filter.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 67%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/flanger.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 67%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/follow.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 68%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/fout.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 68%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/freeverb.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 68%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ftconv.c.o
>> > [ 69%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ftgen.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 69%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/gab/gab.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 69%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Opcodes/gab/vectorial.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 70%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/grain.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 70%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/locsig.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 70%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/lowpassr.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 71%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/metro.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 71%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/midiops2.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 71%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/midiops3.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 72%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/newfils.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 72%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/nlfilt.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 72%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/oscbnk.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 72%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pluck.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 73%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/repluck.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 73%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/reverbsc.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 73%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/seqtime.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 74%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/sndloop.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 74%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/sndwarp.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 74%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/space.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 75%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/spat3d.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 75%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Opcodes/syncgrain.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 75%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ugens7.c.o
>> > [ 76%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ugens9.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 76%] [ 76%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Opcodes/uggab.c.o
>> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ugensa.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 76%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ugmoss.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 77%] [ 77%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Opcodes/ugnorman.c.o
>> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ugsc.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 77%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Opcodes/wave-terrain.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 78%] [ 78%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Opcodes/stdopcod.c.o
>> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/socksend.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 78%] [ 79%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Opcodes/sockrecv.c.o
>> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ifd.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 79%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/partials.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 79%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/psynth.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 80%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pvsbasic.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 80%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pvscent.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 80%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pvsdemix.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 80%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pvs_ops.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 81%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pvsband.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 81%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Opcodes/pvsbuffer.c.o
>> > [ 81%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pvsgendy.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 82%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/dsputil.c.o
>> > [ 82%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pvadd.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 82%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pvinterp.c.o
>> > [ 83%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pvocext.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 83%] [ 83%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Opcodes/pvread.c.o
>> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ugens8.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 84%] [ 84%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Opcodes/vpvoc.c.o
>> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pvoc.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 84%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/mp3in.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 84%] Building C object
>> > CMakeFiles/CsoundLib64.dir/InOut/libmpadec/layer1.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 85%] Building C object
>> > CMakeFiles/CsoundLib64.dir/InOut/libmpadec/layer2.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 85%] Building C object
>> > CMakeFiles/CsoundLib64.dir/InOut/libmpadec/layer3.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 85%] Building C object
>> > CMakeFiles/CsoundLib64.dir/InOut/libmpadec/synth.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 86%] Building C object
>> > CMakeFiles/CsoundLib64.dir/InOut/libmpadec/tables.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 86%] Building C object
>> > CMakeFiles/CsoundLib64.dir/InOut/libmpadec/mpadec.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 86%] Building C object
>> > CMakeFiles/CsoundLib64.dir/InOut/libmpadec/mp3dec.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 87%] Building C object CMakeFiles/CsoundLib64.dir/csound_orclex.c.o
>> > [ 87%] Building C object CMakeFiles/CsoundLib64.dir/csound_orcparse.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 87%] Building C object CMakeFiles/CsoundLib64.dir/csound_prelex.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 88%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Engine/csound_orc_semantics.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 88%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Engine/csound_orc_expressions.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 88%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Engine/csound_orc_optimize.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 88%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Engine/csound_orc_compile.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 89%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Engine/new_orc_parser.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 89%] Building C object CMakeFiles/CsoundLib64.dir/Engine/symbtab.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 89%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Engine/cs_new_dispatch.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 90%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Engine/cs_par_base.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 90%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Engine/cs_par_orc_semantic_analysis.c.o
>> > [ 90%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > Building C object CMakeFiles/CsoundLib64.dir/Engine/cs_par_dispatch.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > Copying OS X content
>> > CsoundLib64.framework/Versions/6.0/Headers/CppSound.hpp
>> > Copying OS X content
>> > CsoundLib64.framework/Versions/6.0/Headers/CsoundFile.hpp
>> > Copying OS X content
>> > CsoundLib64.framework/Versions/6.0/Headers/OpcodeBase.hpp
>> > Copying OS X content CsoundLib64.framework/Versions/6.0/Headers/cfgvar.h
>> > Copying OS X content
>> > CsoundLib64.framework/Versions/6.0/Headers/csPerfThread.hpp
>> > Copying OS X content CsoundLib64.framework/Versions/6.0/Headers/cscore.h
>> > Copying OS X content CsoundLib64.framework/Versions/6.0/Headers/csdl.h
>> > Copying OS X content CsoundLib64.framework/Versions/6.0/Headers/csound.h
>> > Copying OS X content
>> > CsoundLib64.framework/Versions/6.0/Headers/csound.hpp
>> > Copying OS X content
>> > CsoundLib64.framework/Versions/6.0/Headers/csoundCore.h
>> > Copying OS X content
>> > CsoundLib64.framework/Versions/6.0/Headers/csound_data_structures.h
>> > Copying OS X content
>> > CsoundLib64.framework/Versions/6.0/Headers/csound_standard_types.h
>> > Copying OS X content
>> > CsoundLib64.framework/Versions/6.0/Headers/csound_type_system.h
>> > Copying OS X content
>> > CsoundLib64.framework/Versions/6.0/Headers/cwindow.h
>> > Copying OS X content
>> > CsoundLib64.framework/Versions/6.0/Headers/float-version-double.h
>> > Copying OS X content
>> > CsoundLib64.framework/Versions/6.0/Headers/filebuilding.h
>> > Copying OS X content
>> > CsoundLib64.framework/Versions/6.0/Headers/interlocks.h
>> > Copying OS X content
>> > CsoundLib64.framework/Versions/6.0/Headers/float-version.h
>> > Copying OS X content
>> > CsoundLib64.framework/Versions/6.0/Headers/pstream.h
>> > Copying OS X content
>> > CsoundLib64.framework/Versions/6.0/Headers/msg_attr.h
>> > Copying OS X content
>> > CsoundLib64.framework/Versions/6.0/Headers/pvfileio.h
>> > Copying OS X content
>> > CsoundLib64.framework/Versions/6.0/Headers/soundio.h
>> > Copying OS X content CsoundLib64.framework/Versions/6.0/Headers/sysdep.h
>> > Copying OS X content CsoundLib64.framework/Versions/6.0/Headers/text.h
>> > Copying OS X content
>> > CsoundLib64.framework/Versions/6.0/Headers/version.h
>> > Linking C shared library CsoundLib64.framework/Versions/6.0/CsoundLib64
>> > [ 90%] Built target CsoundLib64
>> > Scanning dependencies of target csladspa
>> > Scanning dependencies of target libcsnd
>> > [ 90%] Building CXX object
>> > frontends/CMakeFiles/csladspa.dir/csladspa/csladspa.cpp.o
>> > [ 91%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > Building CXX object interfaces/CMakeFiles/libcsnd.dir/CppSound.cpp.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 91%] Building CXX object
>> > interfaces/CMakeFiles/libcsnd.dir/CsoundFile.cpp.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > Linking CXX shared library ../csladspa.dylib
>> > [ 91%] Built target csladspa
>> > Scanning dependencies of target csound-bin
>> > [ 91%] Building C object
>> > frontends/CMakeFiles/csound-bin.dir/csound/csound_main.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > Linking C executable ../csound
>> > [ 91%] Built target csound-bin
>> > Scanning dependencies of target atsa
>> > [ 91%] Building C object util/CMakeFiles/atsa.dir/atsa_main.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > Linking C executable ../atsa
>> > [ 91%] Building CXX object
>> > interfaces/CMakeFiles/libcsnd.dir/Soundfile.cpp.o
>> > [ 91%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > Built target atsa
>> > [ 91%] Building CXX object
>> > interfaces/CMakeFiles/libcsnd.dir/csPerfThread.cpp.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 92%] [ 92%] Building CXX object
>> > interfaces/CMakeFiles/libcsnd.dir/cs_glue.cpp.o
>> > Building CXX object interfaces/CMakeFiles/libcsnd.dir/filebuilding.cpp.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > Scanning dependencies of target csanalyze
>> > [ 92%] Building C object util/CMakeFiles/csanalyze.dir/csanalyze.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > Linking C executable ../csanalyze
>> > Linking CXX shared library ../libcsnd.dylib
>> > [ 92%] Built target csanalyze
>> > [ 92%] Built target libcsnd
>> > Scanning dependencies of target cvanal
>> > Scanning dependencies of target dnoise
>> > [ 92%] [ 93%] Building C object
>> > util/CMakeFiles/dnoise.dir/dnoise_main.c.o
>> > Building C object util/CMakeFiles/cvanal.dir/cvl_main.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > Linking C executable ../dnoise
>> > Linking C executable ../cvanal
>> > [ 93%] Built target dnoise
>> > [ 93%] Built target cvanal
>> > Scanning dependencies of target envext
>> > Scanning dependencies of target extractor
>> > [ 93%] [ 93%] Building C object util/CMakeFiles/envext.dir/env_main.c.o
>> > Building C object util/CMakeFiles/extractor.dir/xtrc_main.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > Linking C executable ../envext
>> > Linking C executable ../extractor
>> > [ 93%] Built target extractor
>> > [ 93%] Built target envext
>> > Scanning dependencies of target het_export
>> > Scanning dependencies of target het_import
>> > [ 93%] [ 93%] Building C object
>> > util/CMakeFiles/het_export.dir/hetx_main.c.o
>> > Building C object util/CMakeFiles/het_import.dir/heti_main.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > Linking C executable ../het_export
>> > Linking C executable ../het_import
>> > [ 93%] [ 93%] Built target het_import
>> > Built target het_export
>> > Scanning dependencies of target lpanal
>> > Scanning dependencies of target hetro
>> > [ 93%] Building C object util/CMakeFiles/lpanal.dir/lpc_main.c.o
>> > [ 94%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > Building C object util/CMakeFiles/hetro.dir/het_main.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > Linking C executable ../lpanal
>> > Linking C executable ../hetro
>> > [ 94%] Built target lpanal
>> > [ 94%] Built target hetro
>> > Scanning dependencies of target lpc_export
>> > Scanning dependencies of target lpc_import
>> > [ 95%] Building C object util/CMakeFiles/lpc_export.dir/lpcx_main.c.o
>> > [ 95%] Building C object util/CMakeFiles/lpc_import.dir/lpci_main.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > Linking C executable ../lpc_export
>> > Linking C executable ../lpc_import
>> > [ 95%] Built target lpc_export
>> > [ 95%] Built target lpc_import
>> > Scanning dependencies of target mixer-bin
>> > Scanning dependencies of target pv_export
>> > [ 95%] [ 95%] Building C object
>> > util/CMakeFiles/mixer-bin.dir/mixer_main.c.o
>> > Building C object util/CMakeFiles/pv_export.dir/pvx_main.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > Linking C executable ../pv_export
>> > Linking C executable ../mixer
>> > [ 95%] Built target pv_export
>> > [ 95%] Built target mixer-bin
>> > Scanning dependencies of target pvanal
>> > Scanning dependencies of target pv_import
>> > [ 95%] [ 96%] Building C object util/CMakeFiles/pvanal.dir/pvc_main.c.o
>> > Building C object util/CMakeFiles/pv_import.dir/pvi_main.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > Linking C executable ../pvanal
>> > Linking C executable ../pv_import
>> > [ 96%] Built target pvanal
>> > [ 96%] Built target pv_import
>> > Scanning dependencies of target scale
>> > Scanning dependencies of target pvlook
>> > [ 96%] [ 96%] Building C object util/CMakeFiles/scale.dir/scale_main.c.o
>> > Building C object util/CMakeFiles/pvlook.dir/pvl_main.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > Linking C executable ../pvlook
>> > Linking C executable ../scale
>> > [ 96%] Built target pvlook
>> > [ 96%] Built target scale
>> > Scanning dependencies of target scope
>> > Scanning dependencies of target sndinfo
>> > [ 96%] [ 96%] Building C object util/CMakeFiles/scope.dir/scope_main.c.o
>> > Building C object util/CMakeFiles/sndinfo.dir/sndinfo_main.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > Linking C executable ../sndinfo
>> > Linking C executable ../scope
>> > [ 96%] Built target scope
>> > [ 96%] Built target sndinfo
>> > Scanning dependencies of target srconv
>> > Scanning dependencies of target extract
>> > [ 97%] [ 97%] Building C object
>> > util/CMakeFiles/srconv.dir/srconv_main.c.o
>> > Building C object util1/CMakeFiles/extract.dir/sortex/xmain.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > Linking C executable ../extract
>> > Linking C executable ../srconv
>> > [ 97%] Built target extract
>> > [ 97%] Built target srconv
>> > [ 98%] Scanning dependencies of target scsort
>> > Swig source
>> > [ 98%] Building C object util1/CMakeFiles/scsort.dir/sortex/smain.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > Language subdirectory: python
>> > Search paths:
>> >    ./
>> >    /usr/local/include/
>> >    /tmp/csound-KYls/./H/
>> >    /tmp/csound-KYls/./include/
>> >    /tmp/csound-KYls/./Engine/
>> >    /tmp/csound-KYls/./
>> >    /tmp/csound-KYls/
>> >    /tmp/csound-KYls/interfaces/
>> >    /System/Library/Frameworks/Python.framework/Headers/
>> >    ./swig_lib/python/
>> >    /usr/local/Cellar/swig/2.0.9/share/swig/2.0.9/python/
>> >    ./swig_lib/
>> >    /usr/local/Cellar/swig/2.0.9/share/swig/2.0.9/
>> > Preprocessing...
>> > Linking C executable ../scsort
>> > [ 98%] Built target scsort
>> > [ 98%] Swig source
>> > Language subdirectory: java
>> > Search paths:
>> >    ./
>> >    /usr/local/include/
>> >    /tmp/csound-KYls/./H/
>> >    /tmp/csound-KYls/./include/
>> >    /tmp/csound-KYls/./Engine/
>> >    /tmp/csound-KYls/./
>> >    /tmp/csound-KYls/
>> >    /tmp/csound-KYls/interfaces/
>> >    /System/Library/Frameworks/Python.framework/Headers/
>> >    /System/Library/Frameworks/JavaVM.framework/Headers/
>> >    /System/Library/Frameworks/JavaVM.framework/Headers/
>> >    /System/Library/Frameworks/JavaVM.framework/Headers/
>> >    ./swig_lib/java/
>> >    /usr/local/Cellar/swig/2.0.9/share/swig/2.0.9/java/
>> >    ./swig_lib/
>> >    /usr/local/Cellar/swig/2.0.9/share/swig/2.0.9/
>> > Preprocessing...
>> > Starting language-specific parse...
>> > Processing types...
>> > C++ analysis...
>> > Generating wrappers...
>> > Starting language-specific parse...
>> > /tmp/csound-KYls/./include/csound.h:519: Warning 451: Setting a const
>> > char *
>> > variable may leak memory.
>> > Processing types...
>> > C++ analysis...
>> > Generating wrappers...
>> > /tmp/csound-KYls/./include/csound.h:519: Warning 451: Setting a const
>> > char *
>> > variable may leak memory.
>> > cs_glue.hpp:505: Warning 473: Returning a pointer or reference in a
>> > director
>> > method is not recommended.
>> > CppSound.hpp:36: Warning 453: Can't apply (std::vector< double >
>> > *INPUT). No
>> > typemaps are defined.
>> > CppSound.hpp:52: Warning 813: Warning for CppSound proxy: Base
>> > CsoundFile
>> > ignored. Multiple inheritance is not supported in Java.
>> > cs_glue.hpp:505: Warning 473: Returning a pointer or reference in a
>> > director
>> > method is not recommended.
>> > Scanning dependencies of target _jcsound6
>> > [ 99%] Building CXX object
>> > interfaces/CMakeFiles/_jcsound6.dir/java_interfaceJAVA_wrap.cxx.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > CppSound.hpp:36: Warning 453: Can't apply (std::vector< double >
>> > *INPUT). No
>> > typemaps are defined.
>> > Scanning dependencies of target _csnd6
>> > [ 99%] Building CXX object
>> > interfaces/CMakeFiles/_csnd6.dir/python_interfacePYTHON_wrap.cxx.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > Linking CXX shared module ../lib_jcsound6.jnilib
>> > Building JAVA package csnd6.jar
>> > Linking CXX shared module ../_csnd6.so
>> > [ 99%] Built target _csnd6
>> > [ 99%] [ 99%] Built target _jcsound6
>> > Swig source
>> > Language subdirectory: lua
>> > Search paths:
>> >    ./
>> >    /usr/local/include/
>> >    /tmp/csound-KYls/./H/
>> >    /tmp/csound-KYls/./include/
>> >    /tmp/csound-KYls/./Engine/
>> >    /tmp/csound-KYls/./
>> >    /tmp/csound-KYls/
>> >    /tmp/csound-KYls/interfaces/
>> >    /System/Library/Frameworks/Python.framework/Headers/
>> >    /System/Library/Frameworks/JavaVM.framework/Headers/
>> >    /System/Library/Frameworks/JavaVM.framework/Headers/
>> >    /System/Library/Frameworks/JavaVM.framework/Headers/
>> >    /usr/local/include/
>> >    ./swig_lib/lua/
>> >    /usr/local/Cellar/swig/2.0.9/share/swig/2.0.9/lua/
>> >    ./swig_lib/
>> >    /usr/local/Cellar/swig/2.0.9/share/swig/2.0.9/
>> > Preprocessing...
>> > Starting language-specific parse...
>> > Processing types...
>> > C++ analysis...
>> > Generating wrappers...
>> > /tmp/csound-KYls/./include/csound.h:519: Warning 451: Setting a const
>> > char *
>> > variable may leak memory.
>> > CppSound.hpp:36: Warning 453: Can't apply (std::vector< double >
>> > *INPUT). No
>> > typemaps are defined.
>> > Scanning dependencies of target luaCsnd6
>> > [100%] Building CXX object
>> > interfaces/CMakeFiles/luaCsnd6.dir/lua_interfaceLUA_wrap.cxx.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > Linking CXX shared module ../luaCsnd6.so
>> > [100%] Built target luaCsnd6
>> > Install the project...
>> > -- Install configuration: "None"
>> > -- Installing: /Users/eddyc/Library/Frameworks/CsoundLib64.framework
>> > -- Up-to-date:
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/CsoundLib64
>> > -- Up-to-date:
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Headers
>> > -- Up-to-date:
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Resources
>> > -- Installing:
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions
>> > -- Installing:
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0
>> > -- Installing:
>> >
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/CsoundLib64
>> > -- Installing:
>> >
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers
>> > -- Installing:
>> >
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/cfgvar.h
>> > -- Installing:
>> >
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/CppSound.hpp
>> > -- Installing:
>> >
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/cscore.h
>> > -- Installing:
>> >
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/csdl.h
>> > -- Installing:
>> >
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/csound.h
>> > -- Installing:
>> >
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/csound.hpp
>> > -- Installing:
>> >
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/csound_data_structures.h
>> > -- Installing:
>> >
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/csound_standard_types.h
>> > -- Installing:
>> >
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/csound_type_system.h
>> > -- Installing:
>> >
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/csoundCore.h
>> > -- Installing:
>> >
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/CsoundFile.hpp
>> > -- Installing:
>> >
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/csPerfThread.hpp
>> > -- Installing:
>> >
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/cwindow.h
>> > -- Installing:
>> >
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/filebuilding.h
>> > -- Installing:
>> >
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/float-version-double.h
>> > -- Installing:
>> >
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/float-version.h
>> > -- Installing:
>> >
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/interlocks.h
>> > -- Installing:
>> >
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/msg_attr.h
>> > -- Installing:
>> >
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/OpcodeBase.hpp
>> > -- Installing:
>> >
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/pstream.h
>> > -- Installing:
>> >
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/pvfileio.h
>> > -- Installing:
>> >
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/soundio.h
>> > -- Installing:
>> >
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/sysdep.h
>> > -- Installing:
>> >
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/text.h
>> > -- Installing:
>> >
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/version.h
>> > -- Installing:
>> >
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources
>> > -- Installing:
>> >
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Info.plist
>> > -- Up-to-date:
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/Current
>> > -- Installing:
>> >
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libmixer.dylib
>> > -- Installing:
>> >
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libsignalflowgraph.dylib
>> > -- Installing:
>> >
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libampmidid.dylib
>> > -- Installing:
>> >
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libcs_date.dylib
>> > -- Installing:
>> >
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libsystem_call.dylib
>> > -- Installing:
>> >
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libdoppler.dylib
>> > -- Installing:
>> >
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libfractalnoise.dylib
>> > -- Installing:
>> >
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libfareygen.dylib
>> > -- Installing:
>> >
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libcellular.dylib
>> > -- Installing:
>> >
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libserial.dylib
>> > -- Installing:
>> >
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libplaterev.dylib
>> > -- Installing:
>> >
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libscansyn.dylib
>> > -- Installing:
>> >
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libcontrol.dylib
>> > -- Installing:
>> >
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libchua.dylib
>> > -- Installing:
>> >
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libosc.dylib
>> > -- Installing:
>> >
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libimage.dylib
>> > -- Installing:
>> >
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libpy.dylib
>> > -- Installing:
>> >
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libstk.dylib
>> > -- Installing:
>> >
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libcmidi.dylib
>> > -- Installing:
>> >
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/librtauhal.dylib
>> > -- Installing:
>> >
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libipmidi.dylib
>> > -- Installing:
>> >
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libwidgets.dylib
>> > -- Installing:
>> >
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libvirtual.dylib
>> > -- Installing: /usr/local/Cellar/csound/HEAD/lib/libcsnd.6.0.dylib
>> > -- Installing: /usr/local/Cellar/csound/HEAD/lib/libcsnd.dylib
>> > -- Installing: /Library/Python/2.7/site-packages/_csnd6.so
>> > CMake Error at interfaces/cmake_install.cmake:61 (FILE):
>> >   file INSTALL cannot copy file "/tmp/csound-KYls/_csnd6.so" to
>> >   "/Library/Python/2.7/site-packages/_csnd6.so".
>> > Call Stack (most recent call first):
>> >   cmake_install.cmake:56 (INCLUDE)
>> >
>> >
>> > make: *** [install] Error 1
>> > ==> Configuration
>> > HOMEBREW_VERSION: 0.9.4
>> > HEAD: 38629e1de84d5b8f020e02ebe3ca3430a47080ef
>> > CPU: dual-core 64-bit penryn
>> > OS X: 10.8.3-x86_64
>> > Xcode: 4.6.2
>> > CLT: 4.6.0.0.1.1365549073
>> > X11: 2.7.4 => /opt/X11
>> > ==> ENV
>> > CC: cc
>> > CXX: c++
>> > MAKEFLAGS: -j2
>> > CMAKE_PREFIX_PATH: /usr/local
>> > CMAKE_INCLUDE_PATH:
>> >
>> > /usr/include/libxml2:/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers/
>> > CMAKE_LIBRARY_PATH:
>> > /System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
>> > PKG_CONFIG_PATH:
>> >
>> > /usr/local/opt/pcre/lib/pkgconfig:/usr/local/opt/libsndfile/lib/pkgconfig:/usr/local/opt/portaudio/lib/pkgconfig:/usr/local/opt/liblo/lib/pkgconfig:/usr/local/opt/libpng/lib/pkgconfig
>> > PKG_CONFIG_LIBDIR:
>> > /usr/lib/pkgconfig:/usr/local/Library/ENV/pkgconfig/10.8
>> > ACLOCAL_PATH: /usr/local/share/aclocal
>> > OBJC: cc
>> > PATH:
>> >
>> > /usr/local/Library/ENV/4.3:/usr/local/opt/cmake/bin:/usr/local/opt/pcre/bin:/usr/local/opt/swig/bin:/usr/local/opt/libsndfile/bin:/usr/local/opt/liblo/bin:/usr/local/opt/libpng/bin:/usr/local/opt/stk/bin:/usr/local/opt/jpeg/bin:/usr/local/opt/fltk/bin:/usr/bin:/bin:/usr/sbin:/sbin
>> >
>> > Error: csound did not build
>> > Logs:       /Users/eddyc/Library/Logs/Homebrew/csound/CMakeCache.txt
>> >
>> >
>> >
>> > On 12 May 2013 11:03, Steven Yi <stevenyi@gmail.com> wrote:
>> >>
>> >> Could you run "brew install --HEAD http://www.kunstmusik.com/csound.rb
>> >> --verbose" and post the verbose output?
>> >>
>> >> On May 12, 2013 10:47 AM, "Ed Costello" <edwardcostello@gmail.com>
>> >> wrote:
>> >>>
>> >>> Ok, still getting errors, heres what happened next....
>> >>>
>> >>> Marions-MacBook:~ eddyc$ brew link --overwrite libsndfile
>> >>> Linking /usr/local/Cellar/libsndfile/1.0.25... 27 symlinks created
>> >>> Marions-MacBook:~ eddyc$ brew install
>> >>> http://www.kunstmusik.com/csound.rb
>> >>>
>> >>> ########################################################################
>> >>> 100.0%
>> >>> Error: You must `brew link portaudio portmidi liblo' before csound can
>> >>> be
>> >>> installed
>> >>> Marions-MacBook:~ eddyc$ brew link --overwrite portaudio portmidi
>> >>> liblo
>> >>> Linking /usr/local/Cellar/portaudio/19.20111121... 6 symlinks created
>> >>> Linking /usr/local/Cellar/portmidi/217... 3 symlinks created
>> >>> Linking /usr/local/Cellar/liblo/0.26... 6 symlinks created
>> >>> Marions-MacBook:~ eddyc$ brew install
>> >>> http://www.kunstmusik.com/csound.rb
>> >>>
>> >>> ########################################################################
>> >>> 100.0%
>> >>> ==> Downloading http://www.kunstmusik.com/Csound-6.0.1-Source.tar.bz2
>> >>> Already downloaded: /Library/Caches/Homebrew/csound-6.0.1.tar.bz2
>> >>> ==> cmake . -DUSE_GETTEXT=0
>> >>> -DCMAKE_INSTALL_PREFIX=/usr/local/Cellar/csound/6.0.
>> >>> ==> make install
>> >>> Call Stack (most recent call first):
>> >>>   cmake_install.cmake:56 (INCLUDE)
>> >>>
>> >>>
>> >>> make: *** [install] Error 1
>> >>>
>> >>>
>> >>> On 11 May 2013 23:39, Steven Yi <stevenyi@gmail.com> wrote:
>> >>>>
>> >>>> Hey Ed,
>> >>>>
>> >>>> Sorry, just use "brew link --overwrite libsndfile" and ignore the
>> >>>> uninstall/install thing I wrote earlier. :)
>> >>>>
>> >>>> steven
>> >>>>
>> >>>> On Sat, May 11, 2013 at 11:31 PM, Steven Yi <stevenyi@gmail.com>
>> >>>> wrote:
>> >>>> > Hey Ed!
>> >>>> >
>> >>>> > So for that it's pretty much what it says.  You'll have to use the
>> >>>> > brew installed libsndfile, and to do that you'll probably have to
>> >>>> > do
>> >>>> > "brew uninstall libsndfile; brew install --overwrite libsndfile".
>> >>>> > Most
>> >>>> > likely when brew tried to link it's libsndfile into /usr/local, it
>> >>>> > encountered your custom built ones and gave up; I wonder if it
>> >>>> > didn't
>> >>>> > alter something though X_X.  But try getting the brew installed
>> >>>> > ones
>> >>>> > in there and I think you'll be good for csound building after that.
>> >>>> >
>> >>>> > Thanks!
>> >>>> > steven
>> >>>> >
>> >>>> > On Sat, May 11, 2013 at 8:10 PM, Ed Costello
>> >>>> > <edwardcostello@gmail.com> wrote:
>> >>>> >> I get an error saying it requires libsndfile, the thing is I
>> >>>> >> already
>> >>>> >> have
>> >>>> >> libsndfile installed from a previous csound installation,
>> >>>> >>
>> >>>> >> CMake Error at CMakeLists.txt:339 (message):
>> >>>> >>   Csound requires the sndfile library
>> >>>> >>
>> >>>> >>
>> >>>> >> -- Configuring incomplete, errors occurred!
>> >>>> >>
>> >>>> >> READ THIS: https://github.com/mxcl/homebrew/wiki/troubleshooting
>> >>>> >>
>> >>>> >> Marions-MacBook:~ eddyc$ brew install libsndfile
>> >>>> >> Warning: libsndfile-1.0.25 already installed, it's just not linked
>> >>>> >> Marions-MacBook:~ eddyc$
>> >>>> >>
>> >>>> >>
>> >>>> >>
>> >>>> >> On 11 May 2013 18:26, peiman khosravi <peimankhosravi@gmail.com>
>> >>>> >> wrote:
>> >>>> >>>
>> >>>> >>> I get the same errors.
>> >>>> >>>
>> >>>> >>> P
>> >>>> >>>
>> >>>> >>>
>> >>>> >>>
>> >>>> >>>
>> >>>> >>>
>> >>>> >>>
>> >>>> >>> www.peimankhosravi.co.uk || Subscribe to RSS Feed
>> >>>> >>>
>> >>>> >>> To receive emails about upcoming concerts visit this page & enter
>> >>>> >>> your
>> >>>> >>> email address in the 'follow' section.
>> >>>> >>>
>> >>>> >>>
>> >>>> >>>
>> >>>> >>> On 11 May 2013 16:38, Steven Yi <stevenyi@gmail.com> wrote:
>> >>>> >>>>
>> >>>> >>>> Hi Jake,
>> >>>> >>>>
>> >>>> >>>> Thanks very much for the quick report! I'm running into similar
>> >>>> >>>> situations and it has to do with brew trying to install links
>> >>>> >>>> but
>> >>>> >>>> there are original files there installed from somewhere else
>> >>>> >>>> (likely
>> >>>> >>>> from a previous csound installer install).  I just did this:
>> >>>> >>>>
>> >>>> >>>> Error: Could not symlink file:
>> >>>> >>>> /usr/local/Cellar/libogg/1.3.0/include/ogg/os_types.h
>> >>>> >>>> Target /usr/local/include/ogg/os_types.h already exists. You may
>> >>>> >>>> need
>> >>>> >>>> to delete it.
>> >>>> >>>> To force the link and overwrite all other conflicting files, do:
>> >>>> >>>>   brew link --overwrite formula_name
>> >>>> >>>>
>> >>>> >>>> To list all files that would be deleted:
>> >>>> >>>>   brew link --overwrite --dry-run formula_name
>> >>>> >>>> cp23-119:Formula stevenyi$ brew link --overwrite libogg
>> >>>> >>>> Linking /usr/local/Cellar/libogg/1.3.0... 81 symlinks created
>> >>>> >>>>
>> >>>> >>>> and also did 'brew link --overwrite flac' (and so on for each
>> >>>> >>>> lib).
>> >>>> >>>>
>> >>>> >>>> One note, I'm running into issues in building --universal.  It
>> >>>> >>>> seems
>> >>>> >>>> some of the formulas can be --universal but they depend on
>> >>>> >>>> others
>> >>>> >>>> that
>> >>>> >>>> don't support universal.  I'm going to see about modifying some
>> >>>> >>>> of
>> >>>> >>>> the
>> >>>> >>>> dependent homebrew recipes and if that works I'll see if they
>> >>>> >>>> get
>> >>>> >>>> accepted into the main repo.
>> >>>> >>>>
>> >>>> >>>> Thanks!
>> >>>> >>>> steven
>> >>>> >>>>
>> >>>> >>>> On Sat, May 11, 2013 at 5:24 PM, Jacob Joaquin
>> >>>> >>>> <jacobjoaquin@gmail.com>
>> >>>> >>>> wrote:
>> >>>> >>>> > Here's my first run through; It breaks at libogg. I'm actually
>> >>>> >>>> > in
>> >>>> >>>> > the
>> >>>> >>>> > middle
>> >>>> >>>> > of something this morning. I'll spend more time with this when
>> >>>> >>>> > I
>> >>>> >>>> > have
>> >>>> >>>> > some:
>> >>>> >>>> >
>> >>>> >>>> > Quorra ~ $ brew install http://www.kunstmusik.com/csound.rb
>> >>>> >>>> >
>> >>>> >>>> >
>> >>>> >>>> >
>> >>>> >>>> > ########################################################################
>> >>>> >>>> > 100.0%
>> >>>> >>>> > Warning: Your Xcode (4.6.1) is outdated
>> >>>> >>>> > Please install Xcode 4.6.2.
>> >>>> >>>> > ==> Installing csound dependency: cmake
>> >>>> >>>> > ==> Downloading
>> >>>> >>>> >
>> >>>> >>>> > https://downloads.sf.net/project/machomebrew/Bottles/cmake-2.8.1
>> >>>> >>>> >
>> >>>> >>>> >
>> >>>> >>>> >
>> >>>> >>>> > ########################################################################
>> >>>> >>>> > 100.0%
>> >>>> >>>> > ==> Pouring cmake-2.8.10.2.mountain_lion.bottle.tar.gz
>> >>>> >>>> > 🍺  /usr/local/Cellar/cmake/2.8.10.2: 683 files, 32M
>> >>>> >>>> > ==> Installing csound dependency: pcre
>> >>>> >>>> > ==> Downloading
>> >>>> >>>> >
>> >>>> >>>> > ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre-8.32.
>> >>>> >>>> >
>> >>>> >>>> >
>> >>>> >>>> >
>> >>>> >>>> > ########################################################################
>> >>>> >>>> > 100.0%
>> >>>> >>>> >
>> >>>> >>>> >
>> >>>> >>>> >
>> >>>> >>>> > ########################################################################
>> >>>> >>>> > 100.0%==> ./configure --prefix=/usr/local/Cellar/pcre/8.32
>> >>>> >>>> > --enable-utf8
>> >>>> >>>> > --enable-unic
>> >>>> >>>> > ==> make test
>> >>>> >>>> > ==> make install
>> >>>> >>>> > 🍺  /usr/local/Cellar/pcre/8.32: 135 files, 3.6M, built in 44
>> >>>> >>>> > seconds
>> >>>> >>>> > ==> Installing csound dependency: swig
>> >>>> >>>> > ==> Downloading
>> >>>> >>>> >
>> >>>> >>>> >
>> >>>> >>>> >
>> >>>> >>>> > http://sourceforge.net/projects/swig/files/swig/swig-2.0.9/swig-2.0.9.tar.gz
>> >>>> >>>> >
>> >>>> >>>> >
>> >>>> >>>> >
>> >>>> >>>> > ########################################################################
>> >>>> >>>> > 100.0%
>> >>>> >>>> > ==> ./configure --prefix=/usr/local/Cellar/swig/2.0.9
>> >>>> >>>> > ==> make
>> >>>> >>>> > ==> make install
>> >>>> >>>> > 🍺  /usr/local/Cellar/swig/2.0.9: 599 files, 6.2M, built in 45
>> >>>> >>>> > seconds
>> >>>> >>>> > ==> Installing csound dependency: pkg-config
>> >>>> >>>> > ==> Downloading
>> >>>> >>>> >
>> >>>> >>>> >
>> >>>> >>>> >
>> >>>> >>>> > https://downloads.sf.net/project/machomebrew/Bottles/pkg-config-0.28.mountain_lion.bottle.tar.gz
>> >>>> >>>> >
>> >>>> >>>> >
>> >>>> >>>> >
>> >>>> >>>> > ########################################################################
>> >>>> >>>> > 100.0%
>> >>>> >>>> > ==> Pouring pkg-config-0.28.mountain_lion.bottle.tar.gz
>> >>>> >>>> > 🍺  /usr/local/Cellar/pkg-config/0.28: 10 files, 636K
>> >>>> >>>> > ==> Installing csound dependency: lame
>> >>>> >>>> > ==> Downloading
>> >>>> >>>> >
>> >>>> >>>> >
>> >>>> >>>> > http://downloads.sourceforge.net/sourceforge/lame/lame-3.99.5.tar.gz
>> >>>> >>>> >
>> >>>> >>>> >
>> >>>> >>>> >
>> >>>> >>>> > ########################################################################
>> >>>> >>>> > 100.0%
>> >>>> >>>> > ==> ./configure --prefix=/usr/local/Cellar/lame/3.99.5
>> >>>> >>>> > --enable-nasm
>> >>>> >>>> > ==> make install
>> >>>> >>>> > 🍺  /usr/local/Cellar/lame/3.99.5: 25 files, 2.1M, built in 27
>> >>>> >>>> > seconds
>> >>>> >>>> > ==> Installing csound dependency: flac
>> >>>> >>>> > ==> Downloading
>> >>>> >>>> >
>> >>>> >>>> >
>> >>>> >>>> > http://downloads.sourceforge.net/sourceforge/flac/flac-1.2.1.tar.gz
>> >>>> >>>> >
>> >>>> >>>> >
>> >>>> >>>> >
>> >>>> >>>> > ########################################################################
>> >>>> >>>> > 100.0%
>> >>>> >>>> > ==> ./configure --disable-asm-optimizations --enable-sse
>> >>>> >>>> > --prefix=/usr/local/Cellar/flac/1.2.1
>> >>>> >>>> > --mandir=/usr/local/Cellar/flac/1.2.1/share/man
>> >>>> >>>> > ==> make install
>> >>>> >>>> > ==> Downloading
>> >>>> >>>> > https://github.com/rmndk/flac2mp3/archive/v1.0.tar.gz
>> >>>> >>>> >
>> >>>> >>>> >
>> >>>> >>>> >
>> >>>> >>>> > ########################################################################
>> >>>> >>>> > 100.0%
>> >>>> >>>> > Warning: Could not link flac. Unlinking...
>> >>>> >>>> > Error: The `brew link` step did not complete successfully
>> >>>> >>>> > The formula built, but is not symlinked into /usr/local
>> >>>> >>>> > You can try again using `brew link flac'
>> >>>> >>>> > ==> Summary
>> >>>> >>>> > 🍺  /usr/local/Cellar/flac/1.2.1: 304 files, 6.5M, built in 47
>> >>>> >>>> > seconds
>> >>>> >>>> > ==> Installing csound dependency: libogg
>> >>>> >>>> > ==> Downloading
>> >>>> >>>> > http://downloads.xiph.org/releases/ogg/libogg-1.3.0.tar.gz
>> >>>> >>>> >
>> >>>> >>>> >
>> >>>> >>>> >
>> >>>> >>>> > ########################################################################
>> >>>> >>>> > 100.0%
>> >>>> >>>> > ==> ./configure --prefix=/usr/local/Cellar/libogg/1.3.0
>> >>>> >>>> > ==> make
>> >>>> >>>> > ==> make install
>> >>>> >>>> > Warning: Could not link libogg. Unlinking...
>> >>>> >>>> > Error: The `brew link` step did not complete successfully
>> >>>> >>>> > The formula built, but is not symlinked into /usr/local
>> >>>> >>>> > You can try again using `brew link libogg'
>> >>>> >>>> > ==> Summary
>> >>>> >>>> > 🍺  /usr/local/Cellar/libogg/1.3.0: 85 files, 520K, built in
>> >>>> >>>> > 11
>> >>>> >>>> > seconds
>> >>>> >>>> > ==> Installing csound dependency: xz
>> >>>> >>>> > ==> Downloading http://tukaani.org/xz/xz-5.0.4.tar.bz2
>> >>>> >>>> >
>> >>>> >>>> >
>> >>>> >>>> >
>> >>>> >>>> > ########################################################################
>> >>>> >>>> > 100.0%
>> >>>> >>>> > ==> ./configure --prefix=/usr/local/Cellar/xz/5.0.4
>> >>>> >>>> > ==> make install
>> >>>> >>>> > 🍺  /usr/local/Cellar/xz/5.0.4: 58 files, 1.5M, built in 27
>> >>>> >>>> > seconds
>> >>>> >>>> > Error: You must `brew link libogg' before libvorbis can be
>> >>>> >>>> > installed
>> >>>> >>>> >
>> >>>> >>>> >
>> >>>> >>>> >
>> >>>> >>>> >
>> >>>> >>>> >
>> >>>> >>>> > On Sat, May 11, 2013 at 8:21 AM, Jacob Joaquin
>> >>>> >>>> > <jacobjoaquin@gmail.com>
>> >>>> >>>> > wrote:
>> >>>> >>>> >>
>> >>>> >>>> >> I ran into an error which was resolved by updating brew:
>> >>>> >>>> >>
>> >>>> >>>> >> brew update
>> >>>> >>>> >>
>> >>>> >>>> >> It's currently downloading and installing dependencies. We'll
>> >>>> >>>> >> see how
>> >>>> >>>> >> this
>> >>>> >>>> >> goes.
>> >>>> >>>> >>
>> >>>> >>>> >>
>> >>>> >>>> >> On Sat, May 11, 2013 at 8:12 AM, Steven Yi
>> >>>> >>>> >> <stevenyi@gmail.com>
>> >>>> >>>> >> wrote:
>> >>>> >>>> >>>
>> >>>> >>>> >>> Hi All,
>> >>>> >>>> >>>
>> >>>> >>>> >>> I've put together a homebrew [1]  file and was hoping to get
>> >>>> >>>> >>> some
>> >>>> >>>> >>> people to test it.  If it's working well maybe we can submit
>> >>>> >>>> >>> it
>> >>>> >>>> >>> to
>> >>>> >>>> >>> the
>> >>>> >>>> >>> homebrew repo.  The file is available at:
>> >>>> >>>> >>>
>> >>>> >>>> >>> http://www.kunstmusik.com/csound.rb
>> >>>> >>>> >>>
>> >>>> >>>> >>> You can try installing it by using:
>> >>>> >>>> >>>
>> >>>> >>>> >>> brew install http://www.kunstmusik.com/csound.rb
>> >>>> >>>> >>>
>> >>>> >>>> >>> This builds with a source zip I put together from today's
>> >>>> >>>> >>> GIT
>> >>>> >>>> >>> (using
>> >>>> >>>> >>> 'cpack package_source').  If you want to use the latest from
>> >>>> >>>> >>> GIT
>> >>>> >>>> >>> (recommended at this point) you can use:
>> >>>> >>>> >>>
>> >>>> >>>> >>> brew install --HEAD http://www.kunstmusik.com/csound.rb
>> >>>> >>>> >>>
>> >>>> >>>> >>> This should also install the following dependencies:
>> >>>> >>>> >>>
>> >>>> >>>> >>>   depends_on 'cmake' => :build
>> >>>> >>>> >>>   depends_on 'swig' => :build
>> >>>> >>>> >>>
>> >>>> >>>> >>>   depends_on 'libsndfile'
>> >>>> >>>> >>>
>> >>>> >>>> >>>   depends_on 'portaudio' => :recommended
>> >>>> >>>> >>>   depends_on 'portmidi' => :recommended
>> >>>> >>>> >>>   depends_on 'liblo' => :recommended
>> >>>> >>>> >>>   depends_on 'boost' => :recommended
>> >>>> >>>> >>>   depends_on 'libpng' => :recommended
>> >>>> >>>> >>>   depends_on 'stk' => :recommended
>> >>>> >>>> >>>
>> >>>> >>>> >>> You can get info on flags by using:
>> >>>> >>>> >>>
>> >>>> >>>> >>> brew info http://www.kunstmusik.com/csound.rb
>> >>>> >>>> >>>
>> >>>> >>>> >>> and can (or, at least, should) be able to build as a
>> >>>> >>>> >>> --universal
>> >>>> >>>> >>> using:
>> >>>> >>>> >>>
>> >>>> >>>> >>> brew install --HEAD http://www.kunstmusik.com/csound.rb
>> >>>> >>>> >>> --universal
>> >>>> >>>> >>>
>> >>>> >>>> >>> Some notes:
>> >>>> >>>> >>>
>> >>>> >>>> >>> 1) There are likely to be problems.  Please report issues
>> >>>> >>>> >>> here
>> >>>> >>>> >>> so
>> >>>> >>>> >>> that
>> >>>> >>>> >>> we can fix them together. :)
>> >>>> >>>> >>>
>> >>>> >>>> >>> 2) The csound cmake file installs things into places that
>> >>>> >>>> >>> may
>> >>>> >>>> >>> be
>> >>>> >>>> >>> protected on your system. The particularly relevant ones are
>> >>>> >>>> >>> /usr/local, /Library/Python/2.7/site-packages, and
>> >>>> >>>> >>> /Library/Java/Extensions.  Homebrew explains how to deal
>> >>>> >>>> >>> with
>> >>>> >>>> >>> the
>> >>>> >>>> >>> latter 2 directores in [2]. There's info about /usr/local on
>> >>>> >>>> >>> the
>> >>>> >>>> >>> homebrew site [1].
>> >>>> >>>> >>>
>> >>>> >>>> >>> 3) I'm currently thinking this might be the best way to get
>> >>>> >>>> >>> everything
>> >>>> >>>> >>> required to build csound installed on OSX.  The idea is that
>> >>>> >>>> >>> once you
>> >>>> >>>> >>> install once, you'll have everything you need to also clone
>> >>>> >>>> >>> Csound's
>> >>>> >>>> >>> git repo and develop/build/install.
>> >>>> >>>> >>>
>> >>>> >>>> >>> Thanks!
>> >>>> >>>> >>> steven
>> >>>> >>>> >>>
>> >>>> >>>> >>> [1] - http://brew.sh/
>> >>>> >>>> >>> [2] -
>> >>>> >>>> >>>
>> >>>> >>>> >>>
>> >>>> >>>> >>> https://github.com/mxcl/homebrew/wiki/Gems%2C-Eggs-and-Perl-Modules
>> >>>> >>>> >>>
>> >>>> >>>> >>>
>> >>>> >>>> >>>
>> >>>> >>>> >>>
>> >>>> >>>> >>>
>> >>>> >>>> >>> ------------------------------------------------------------------------------
>> >>>> >>>> >>> Learn Graph Databases - Download FREE O'Reilly Book
>> >>>> >>>> >>> "Graph Databases" is the definitive new guide to graph
>> >>>> >>>> >>> databases and
>> >>>> >>>> >>> their applications. This 200-page book is written by three
>> >>>> >>>> >>> acclaimed
>> >>>> >>>> >>> leaders in the field. The early access version is available
>> >>>> >>>> >>> now.
>> >>>> >>>> >>> Download your free book today!
>> >>>> >>>> >>> http://p.sf.net/sfu/neotech_d2d_may
>> >>>> >>>> >>> _______________________________________________
>> >>>> >>>> >>> Csound-devel mailing list
>> >>>> >>>> >>> Csound-devel@lists.sourceforge.net
>> >>>> >>>> >>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>> >>>> >>>> >>
>> >>>> >>>> >>
>> >>>> >>>> >>
>> >>>> >>>> >>
>> >>>> >>>> >> --
>> >>>> >>>> >> codehop.com | #code #art #music
>> >>>> >>>> >
>> >>>> >>>> >
>> >>>> >>>> >
>> >>>> >>>> >
>> >>>> >>>> > --
>> >>>> >>>> > codehop.com | #code #art #music
>> >>>> >>>> >
>> >>>> >>>> >
>> >>>> >>>> >
>> >>>> >>>> >
>> >>>> >>>> > ------------------------------------------------------------------------------
>> >>>> >>>> > Learn Graph Databases - Download FREE O'Reilly Book
>> >>>> >>>> > "Graph Databases" is the definitive new guide to graph
>> >>>> >>>> > databases
>> >>>> >>>> > and
>> >>>> >>>> > their applications. This 200-page book is written by three
>> >>>> >>>> > acclaimed
>> >>>> >>>> > leaders in the field. The early access version is available
>> >>>> >>>> > now.
>> >>>> >>>> > Download your free book today!
>> >>>> >>>> > http://p.sf.net/sfu/neotech_d2d_may
>> >>>> >>>> > _______________________________________________
>> >>>> >>>> > Csound-devel mailing list
>> >>>> >>>> > Csound-devel@lists.sourceforge.net
>> >>>> >>>> > https://lists.sourceforge.net/lists/listinfo/csound-devel
>> >>>> >>>> >
>> >>>> >>>>
>> >>>> >>>>
>> >>>> >>>>
>> >>>> >>>>
>> >>>> >>>> ------------------------------------------------------------------------------
>> >>>> >>>> Learn Graph Databases - Download FREE O'Reilly Book
>> >>>> >>>> "Graph Databases" is the definitive new guide to graph databases
>> >>>> >>>> and
>> >>>> >>>> their applications. This 200-page book is written by three
>> >>>> >>>> acclaimed
>> >>>> >>>> leaders in the field. The early access version is available now.
>> >>>> >>>> Download your free book today!
>> >>>> >>>> http://p.sf.net/sfu/neotech_d2d_may
>> >>>> >>>> _______________________________________________
>> >>>> >>>> Csound-devel mailing list
>> >>>> >>>> Csound-devel@lists.sourceforge.net
>> >>>> >>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>> >>>> >>>
>> >>>> >>>
>> >>>> >>>
>> >>>> >>>
>> >>>> >>>
>> >>>> >>>
>> >>>> >>> ------------------------------------------------------------------------------
>> >>>> >>> Learn Graph Databases - Download FREE O'Reilly Book
>> >>>> >>> "Graph Databases" is the definitive new guide to graph databases
>> >>>> >>> and
>> >>>> >>> their applications. This 200-page book is written by three
>> >>>> >>> acclaimed
>> >>>> >>> leaders in the field. The early access version is available now.
>> >>>> >>> Download your free book today!
>> >>>> >>> http://p.sf.net/sfu/neotech_d2d_may
>> >>>> >>> _______________________________________________
>> >>>> >>> Csound-devel mailing list
>> >>>> >>> Csound-devel@lists.sourceforge.net
>> >>>> >>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>> >>>> >>>
>> >>>> >>
>> >>>> >>
>> >>>> >>
>> >>>> >>
>> >>>> >> ------------------------------------------------------------------------------
>> >>>> >> Learn Graph Databases - Download FREE O'Reilly Book
>> >>>> >> "Graph Databases" is the definitive new guide to graph databases
>> >>>> >> and
>> >>>> >> their applications. This 200-page book is written by three
>> >>>> >> acclaimed
>> >>>> >> leaders in the field. The early access version is available now.
>> >>>> >> Download your free book today! http://p.sf.net/sfu/neotech_d2d_may
>> >>>> >> _______________________________________________
>> >>>> >> Csound-devel mailing list
>> >>>> >> Csound-devel@lists.sourceforge.net
>> >>>> >> https://lists.sourceforge.net/lists/listinfo/csound-devel
>> >>>> >>
>> >>>>
>> >>>>
>> >>>>
>> >>>> ------------------------------------------------------------------------------
>> >>>> Learn Graph Databases - Download FREE O'Reilly Book
>> >>>> "Graph Databases" is the definitive new guide to graph databases and
>> >>>> their applications. This 200-page book is written by three acclaimed
>> >>>> leaders in the field. The early access version is available now.
>> >>>> Download your free book today! http://p.sf.net/sfu/neotech_d2d_may
>> >>>> _______________________________________________
>> >>>> Csound-devel mailing list
>> >>>> Csound-devel@lists.sourceforge.net
>> >>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>> >>>
>> >>>
>> >>>
>> >>>
>> >>>
>> >>> ------------------------------------------------------------------------------
>> >>> Learn Graph Databases - Download FREE O'Reilly Book
>> >>> "Graph Databases" is the definitive new guide to graph databases and
>> >>> their applications. This 200-page book is written by three acclaimed
>> >>> leaders in the field. The early access version is available now.
>> >>> Download your free book today! http://p.sf.net/sfu/neotech_d2d_may
>> >>> _______________________________________________
>> >>> Csound-devel mailing list
>> >>> Csound-devel@lists.sourceforge.net
>> >>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>> >>>
>> >>
>> >>
>> >>
>> >> ------------------------------------------------------------------------------
>> >> Learn Graph Databases - Download FREE O'Reilly Book
>> >> "Graph Databases" is the definitive new guide to graph databases and
>> >> their applications. This 200-page book is written by three acclaimed
>> >> leaders in the field. The early access version is available now.
>> >> Download your free book today! http://p.sf.net/sfu/neotech_d2d_may
>> >> _______________________________________________
>> >> Csound-devel mailing list
>> >> Csound-devel@lists.sourceforge.net
>> >> https://lists.sourceforge.net/lists/listinfo/csound-devel
>> >>
>> >
>> >
>> >
>> > ------------------------------------------------------------------------------
>> > Learn Graph Databases - Download FREE O'Reilly Book
>> > "Graph Databases" is the definitive new guide to graph databases and
>> > their applications. This 200-page book is written by three acclaimed
>> > leaders in the field. The early access version is available now.
>> > Download your free book today! http://p.sf.net/sfu/neotech_d2d_may
>> > _______________________________________________
>> > Csound-devel mailing list
>> > Csound-devel@lists.sourceforge.net
>> > https://lists.sourceforge.net/lists/listinfo/csound-devel
>> >
>>
>>
>> ------------------------------------------------------------------------------
>> Learn Graph Databases - Download FREE O'Reilly Book
>> "Graph Databases" is the definitive new guide to graph databases and
>> their applications. This 200-page book is written by three acclaimed
>> leaders in the field. The early access version is available now.
>> Download your free book today! http://p.sf.net/sfu/neotech_d2d_may
>> _______________________________________________
>> Csound-devel mailing list
>> Csound-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>
>
>
> ------------------------------------------------------------------------------
> Learn Graph Databases - Download FREE O'Reilly Book
> "Graph Databases" is the definitive new guide to graph databases and
> their applications. This 200-page book is written by three acclaimed
> leaders in the field. The early access version is available now.
> Download your free book today! http://p.sf.net/sfu/neotech_d2d_may
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel
>

------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and
their applications. This 200-page book is written by three acclaimed
leaders in the field. The early access version is available now.
Download your free book today! http://p.sf.net/sfu/neotech_d2d_may
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-devel


Date2013-05-12 16:36
FromBaker Charles
SubjectRe: [Cs-dev] OSX: Homebrew
stephen
got further, died on the chua opcode:

[ 71%] Building CXX object Opcodes/CMakeFiles/chua.dir/chua/ChuaOscillator.cpp.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-AbQG
Linking CXX shared library ../libchua.dylib
[ 71%] Built target chua
make: *** [all] Error 2

then ,trying again:


Copying OS X content CsoundLib64.framework/Versions/6.0/Headers/text.h
Copying OS X content CsoundLib64.framework/Versions/6.0/Headers/version.h
Linking C shared library CsoundLib64.framework/Versions/6.0/CsoundLib64
[ 72%] Built target CsoundLib64
make: *** [all] Error 2

thanks
charlie



On May 11, 2013, at 5:59 PM, Steven Yi  wrote:

> Hi Charlie,
> 
> I just got a chance to run through it all.  I modified the build
> recipe to use -DUSE_GETTEXT=0 when configuring the csound build.  I've
> updated the csound.rb on my site, could you try another build now?
> (the formula should have this line now:
> 
>    system "cmake", ".", "-DUSE_GETTEXT=0", *std_cmake_args
> 
> )
> 
> Thanks!
> steven
> 
> On Sat, May 11, 2013 at 8:10 PM, Baker Charles  wrote:
>> 
>> For my attempt with home-brew , I got through all dependancy download/updates,
>> but I have given up with this error in the make of csound, with a complaint about  internationalization lib:
>> 
>>> Cloning git://git.code.sourceforge.net/p/csound/csound6-git
>>> Updating /Library/Caches/Homebrew/csound--git
>> ==> cmake . -DCMAKE_INSTALL_PREFIX=/usr/local/Cellar/csound/HEAD -DCMAKE_BUILD_TYPE=None -DCMAKE_FIND_FRAMEWORK=LAST -Wno-dev
>> Please set them or make sure they are set and tested correctly in the CMake files:
>> LIBINTL_LIBRARY
>>   linked by target "CsoundLib64" in directory /tmp/csound-XX7m
>> 
>> -- Configuring incomplete, errors occurred!
>> 
>> 
>> Any ideas ?
>> Charlie B
>> 
>> cfbakaj2k
>> 
>> On May 11, 2013, at 11:12 AM, Steven Yi  wrote:
>> 
>>> Hi All,
>>> 
>>> I've put together a homebrew [1]  file and was hoping to get some
>>> people to test it.  If it's working well maybe we can submit it to the
>>> homebrew repo.  The file is available at:
>>> 
>>> http://www.kunstmusik.com/csound.rb
>>> 
>>> You can try installing it by using:
>>> 
>>> brew install http://www.kunstmusik.com/csound.rb
>>> 
>>> This builds with a source zip I put together from today's GIT (using
>>> 'cpack package_source').  If you want to use the latest from GIT
>>> (recommended at this point) you can use:
>>> 
>>> brew install --HEAD http://www.kunstmusik.com/csound.rb
>>> 
>>> This should also install the following dependencies:
>>> 
>>> depends_on 'cmake' => :build
>>> depends_on 'swig' => :build
>>> 
>>> depends_on 'libsndfile'
>>> 
>>> depends_on 'portaudio' => :recommended
>>> depends_on 'portmidi' => :recommended
>>> depends_on 'liblo' => :recommended
>>> depends_on 'boost' => :recommended
>>> depends_on 'libpng' => :recommended
>>> depends_on 'stk' => :recommended
>>> 
>>> You can get info on flags by using:
>>> 
>>> brew info http://www.kunstmusik.com/csound.rb
>>> 
>>> and can (or, at least, should) be able to build as a --universal using:
>>> 
>>> brew install --HEAD http://www.kunstmusik.com/csound.rb --universal
>>> 
>>> Some notes:
>>> 
>>> 1) There are likely to be problems.  Please report issues here so that
>>> we can fix them together. :)
>>> 
>>> 2) The csound cmake file installs things into places that may be
>>> protected on your system. The particularly relevant ones are
>>> /usr/local, /Library/Python/2.7/site-packages, and
>>> /Library/Java/Extensions.  Homebrew explains how to deal with the
>>> latter 2 directores in [2]. There's info about /usr/local on the
>>> homebrew site [1].
>>> 
>>> 3) I'm currently thinking this might be the best way to get everything
>>> required to build csound installed on OSX.  The idea is that once you
>>> install once, you'll have everything you need to also clone Csound's
>>> git repo and develop/build/install.
>>> 
>>> Thanks!
>>> steven
>>> 
>>> [1] - http://brew.sh/
>>> [2] - https://github.com/mxcl/homebrew/wiki/Gems%2C-Eggs-and-Perl-Modules
>>> 
>>> ------------------------------------------------------------------------------
>>> Learn Graph Databases - Download FREE O'Reilly Book
>>> "Graph Databases" is the definitive new guide to graph databases and
>>> their applications. This 200-page book is written by three acclaimed
>>> leaders in the field. The early access version is available now.
>>> Download your free book today! http://p.sf.net/sfu/neotech_d2d_may
>>> _______________________________________________
>>> Csound-devel mailing list
>>> Csound-devel@lists.sourceforge.net
>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>> 
>> 
>> ------------------------------------------------------------------------------
>> Learn Graph Databases - Download FREE O'Reilly Book
>> "Graph Databases" is the definitive new guide to graph databases and
>> their applications. This 200-page book is written by three acclaimed
>> leaders in the field. The early access version is available now.
>> Download your free book today! http://p.sf.net/sfu/neotech_d2d_may
>> _______________________________________________
>> Csound-devel mailing list
>> Csound-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/csound-devel
> 
> ------------------------------------------------------------------------------
> Learn Graph Databases - Download FREE O'Reilly Book
> "Graph Databases" is the definitive new guide to graph databases and 
> their applications. This 200-page book is written by three acclaimed 
> leaders in the field. The early access version is available now. 
> Download your free book today! http://p.sf.net/sfu/neotech_d2d_may
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel


------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and 
their applications. This 200-page book is written by three acclaimed 
leaders in the field. The early access version is available now. 
Download your free book today! http://p.sf.net/sfu/neotech_d2d_may
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2013-05-12 16:41
FromSteven Yi
SubjectRe: [Cs-dev] OSX: Homebrew
Hi Ed,

The CsoundLib64.framework should be installed in
~/Library/Frameworks/CsoundLib64.framework.  Victor and I had chatted
about this and it seemed to make sense to install the user's framework
folder when building, and for the installer to allow that to install
to the system's framework folder.  My thought for how to proceed from
here is that it would be very nice to have a homebrew CsoundQT build
as well, so advanced users can install both and use the bleeding edge
for both.  The idea too is that the CsoundQT build could link to the
user's framework.  Of course, I haven't mentioned this to Andres yet,
but hopefully he'll see this email. :D

steven

On Sun, May 12, 2013 at 3:08 PM, Ed Costello  wrote:
> Am I right in thinking that this doesn't install the framework or header
> files?
>
>
> On 12 May 2013 14:57, Steven Yi  wrote:
>>
>> Ah, that's great!  Yeah, that's just the nature of homebrew.  It
>> builds in its cellar directories, then links to /usr/local.  If it
>> finds something there, it doesn't try to overwrite by default.  Using
>> --overwrite is appropriate in this situation.  At this point, for
>> future builds, say, if you want to keep up with the latest from git,
>> all you'll have to do is the brew installed --HEAD csound and you're
>> good to go.
>>
>> On Sun, May 12, 2013 at 2:45 PM, Ed Costello 
>> wrote:
>> > Got it installed, however I had to do a brew link --overwrite csound,
>> > heres
>> > the output
>> >
>> > Warning: Could not link csound. Unlinking...
>> > Error: The `brew link` step did not complete successfully
>> > The formula built, but is not symlinked into /usr/local
>> > You can try again using `brew link csound'
>> > Warning: Could not fix install names for
>> > /usr/local/Cellar/csound/HEAD/bin/srconv
>> > Warning: Could not fix install names for
>> > /usr/local/Cellar/csound/HEAD/bin/sndinfo
>> > Warning: Could not fix install names for
>> > /usr/local/Cellar/csound/HEAD/bin/scsort
>> > Warning: Could not fix install names for
>> > /usr/local/Cellar/csound/HEAD/bin/scope
>> > Warning: Could not fix install names for
>> > /usr/local/Cellar/csound/HEAD/bin/scale
>> > Warning: Could not fix install names for
>> > /usr/local/Cellar/csound/HEAD/bin/pvlook
>> > Warning: Could not fix install names for
>> > /usr/local/Cellar/csound/HEAD/bin/pvanal
>> > Warning: Could not fix install names for
>> > /usr/local/Cellar/csound/HEAD/bin/pv_import
>> > Warning: Could not fix install names for
>> > /usr/local/Cellar/csound/HEAD/bin/pv_export
>> > Warning: Could not fix install names for
>> > /usr/local/Cellar/csound/HEAD/bin/mixer
>> > Warning: Could not fix install names for
>> > /usr/local/Cellar/csound/HEAD/bin/lpc_import
>> > Warning: Could not fix install names for
>> > /usr/local/Cellar/csound/HEAD/bin/lpc_export
>> > Warning: Could not fix install names for
>> > /usr/local/Cellar/csound/HEAD/bin/lpanal
>> > Warning: Could not fix install names for
>> > /usr/local/Cellar/csound/HEAD/bin/hetro
>> > Warning: Could not fix install names for
>> > /usr/local/Cellar/csound/HEAD/bin/het_import
>> > Warning: Could not fix install names for
>> > /usr/local/Cellar/csound/HEAD/bin/het_export
>> > Warning: Could not fix install names for
>> > /usr/local/Cellar/csound/HEAD/bin/extractor
>> > Warning: Could not fix install names for
>> > /usr/local/Cellar/csound/HEAD/bin/extract
>> > Warning: Could not fix install names for
>> > /usr/local/Cellar/csound/HEAD/bin/envext
>> > Warning: Could not fix install names for
>> > /usr/local/Cellar/csound/HEAD/bin/dnoise
>> > Warning: Could not fix install names for
>> > /usr/local/Cellar/csound/HEAD/bin/cvanal
>> > Warning: Could not fix install names for
>> > /usr/local/Cellar/csound/HEAD/bin/csound
>> > Warning: Could not fix install names for
>> > /usr/local/Cellar/csound/HEAD/bin/csanalyze
>> > Warning: Could not fix install names for
>> > /usr/local/Cellar/csound/HEAD/bin/atsa
>> > Warning: Could not fix install names for
>> > /usr/local/Cellar/csound/HEAD/lib/luaCsnd6.so
>> > Warning: Could not fix install names for
>> > /usr/local/Cellar/csound/HEAD/lib/libcsnd.6.0.dylib
>> > ==> Summary
>> > 🍺  /usr/local/Cellar/csound/HEAD: 34 files, 1.6M, built in 2.2 minutes
>> > Marions-MacBook:~ eddyc$ brew link csound
>> > Linking /usr/local/Cellar/csound/HEAD... Warning: Could not link csound.
>> > Unlinking...
>> >
>> > Error: Could not symlink file: /usr/local/Cellar/csound/HEAD/bin/srconv
>> > Target /usr/local/bin/srconv already exists. You may need to delete it.
>> > To force the link and delete this file, do:
>> >   brew link --overwrite formula_name
>> >
>> > To list all files that would be deleted:
>> >   brew link --overwrite --dry-run formula_name
>> > Marions-MacBook:~ eddyc$ brew link --overwrite csound
>> > Linking /usr/local/Cellar/csound/HEAD... 29 symlinks created
>> >
>> >
>> > On 12 May 2013 14:18, Steven Yi  wrote:
>> >>
>> >> Hi Ed,
>> >>
>> >> Yeah I mentioned this situation in my first email:
>> >>
>> >> "2) The csound cmake file installs things into places that may be
>> >> protected on your system. The particularly relevant ones are
>> >> /usr/local, /Library/Python/2.7/site-packages, and
>> >> /Library/Java/Extensions.  Homebrew explains how to deal with the
>> >> latter 2 directores in [2]. There's info about /usr/local on the
>> >> homebrew site [1]."
>> >>
>> >> The link for number 2 is:
>> >>
>> >> https://github.com/mxcl/homebrew/wiki/Gems%2C-Eggs-and-Perl-Modules
>> >>
>> >> The essentialy thing to run is:
>> >>
>> >> sudo chmod +a 'user:YOUR_NAME_HERE allow
>> >> add_subdirectory,add_file,delete_child,directory_inherit'
>> >> /Library/Python/2.7/site-packages
>> >> sudo chmod +a 'user:YOUR_NAME_HERE allow
>> >> add_subdirectory,add_file,delete_child,directory_inherit'
>> >> /Library/Java/Extensions
>> >>
>> >> where YOUR_NAME_HERE is your system user name.
>> >>
>> >> After that, you should be able to install.
>> >>
>> >> Let me know how it goes for you!
>> >> steven
>> >>
>> >>
>> >> On Sun, May 12, 2013 at 12:12 PM, Ed Costello
>> >> 
>> >> wrote:
>> >> > Here ya go, I think the installer is having trouble with copying
>> >> > _csnd6.so
>> >> > into my python site packages directory
>> >> >
>> >> > Marions-MacBook:~ eddyc$ brew install --HEAD
>> >> > http://www.kunstmusik.com/csound.rb --verbose
>> >> > /usr/bin/curl -f#LA Homebrew 0.9.4 (Ruby 1.8.7-358; Mac OS X 10.8.3)
>> >> > http://www.kunstmusik.com/csound.rb -o
>> >> > /Library/Caches/Homebrew/Formula/csound.rb
>> >> >
>> >> > ########################################################################
>> >> > 100.0%
>> >> > ==> Cloning git://git.code.sourceforge.net/p/csound/csound6-git
>> >> > git clone --depth 1
>> >> > git://git.code.sourceforge.net/p/csound/csound6-git
>> >> > /Library/Caches/Homebrew/csound--git
>> >> > Cloning into '/Library/Caches/Homebrew/csound--git'...
>> >> > remote: Counting objects: 1531, done.
>> >> > remote: Compressing objects: 100% (1314/1314), done.
>> >> > remote: Total 1531 (delta 288), reused 797 (delta 140)
>> >> > Receiving objects: 100% (1531/1531), 13.23 MiB | 1.07 MiB/s, done.
>> >> > Resolving deltas: 100% (288/288), done.
>> >> > git reset --hard origin/HEAD
>> >> > HEAD is now at 2468c7c some float csound adjustments
>> >> > git checkout-index -a -f --prefix=/private/tmp/csound-KYls/
>> >> > ==> cmake . -DUSE_GETTEXT=0
>> >> > -DCMAKE_INSTALL_PREFIX=/usr/local/Cellar/csound/HEAD
>> >> > -DCMAKE_BUILD_TYPE=None
>> >> > -DCMAKE_FIND_FRAMEWORK=LAST -Wno-dev
>> >> > cmake . -DUSE_GETTEXT=0
>> >> > -DCMAKE_INSTALL_PREFIX=/usr/local/Cellar/csound/HEAD
>> >> > -DCMAKE_BUILD_TYPE=None -DCMAKE_FIND_FRAMEWORK=LAST -Wno-dev
>> >> > -- The C compiler identification is Clang 4.2.0
>> >> > -- The CXX compiler identification is Clang 4.2.0
>> >> > -- Check for working C compiler: /usr/local/Library/ENV/4.3/cc
>> >> > -- Check for working C compiler: /usr/local/Library/ENV/4.3/cc --
>> >> > works
>> >> > -- Detecting C compiler ABI info
>> >> > -- Detecting C compiler ABI info - done
>> >> > -- Check for working CXX compiler: /usr/local/Library/ENV/4.3/c++
>> >> > -- Check for working CXX compiler: /usr/local/Library/ENV/4.3/c++ --
>> >> > works
>> >> > -- Detecting CXX compiler ABI info
>> >> > -- Detecting CXX compiler ABI info - done
>> >> > -- /tmp/csound-KYls
>> >> > -- BUILD_BIN_DIR set to /tmp/csound-KYls
>> >> > -- BUILD_LIB_DIR set to /tmp/csound-KYls
>> >> > -- BUILD_PLUGINS_DIR set to /tmp/csound-KYls
>> >> > -- Check if the system is big endian
>> >> > -- Searching 16 bit integer
>> >> > -- Looking for sys/types.h
>> >> > -- Looking for sys/types.h - found
>> >> > -- Looking for stdint.h
>> >> > -- Looking for stdint.h - found
>> >> > -- Looking for stddef.h
>> >> > -- Looking for stddef.h - found
>> >> > -- Check size of unsigned short
>> >> > -- Check size of unsigned short - done
>> >> > -- Using unsigned short
>> >> > -- Check if the system is big endian - little endian
>> >> > -- Try OpenMP C flag = [-fopenmp]
>> >> > -- Performing Test OpenMP_FLAG_DETECTED
>> >> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> >> > -- Try OpenMP C flag = [/openmp]
>> >> > -- Performing Test OpenMP_FLAG_DETECTED
>> >> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> >> > -- Try OpenMP C flag = [-Qopenmp]
>> >> > -- Performing Test OpenMP_FLAG_DETECTED
>> >> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> >> > -- Try OpenMP C flag = [-openmp]
>> >> > -- Performing Test OpenMP_FLAG_DETECTED
>> >> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> >> > -- Try OpenMP C flag = [ ]
>> >> > -- Performing Test OpenMP_FLAG_DETECTED
>> >> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> >> > -- Try OpenMP C flag = [-xopenmp]
>> >> > -- Performing Test OpenMP_FLAG_DETECTED
>> >> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> >> > -- Try OpenMP C flag = [+Oopenmp]
>> >> > -- Performing Test OpenMP_FLAG_DETECTED
>> >> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> >> > -- Try OpenMP C flag = [-qsmp]
>> >> > -- Performing Test OpenMP_FLAG_DETECTED
>> >> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> >> > -- Try OpenMP C flag = [-mp]
>> >> > -- Performing Test OpenMP_FLAG_DETECTED
>> >> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> >> > -- Try OpenMP CXX flag = [-fopenmp]
>> >> > -- Performing Test OpenMP_FLAG_DETECTED
>> >> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> >> > -- Try OpenMP CXX flag = [/openmp]
>> >> > -- Performing Test OpenMP_FLAG_DETECTED
>> >> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> >> > -- Try OpenMP CXX flag = [-Qopenmp]
>> >> > -- Performing Test OpenMP_FLAG_DETECTED
>> >> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> >> > -- Try OpenMP CXX flag = [-openmp]
>> >> > -- Performing Test OpenMP_FLAG_DETECTED
>> >> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> >> > -- Try OpenMP CXX flag = [ ]
>> >> > -- Performing Test OpenMP_FLAG_DETECTED
>> >> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> >> > -- Try OpenMP CXX flag = [-xopenmp]
>> >> > -- Performing Test OpenMP_FLAG_DETECTED
>> >> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> >> > -- Try OpenMP CXX flag = [+Oopenmp]
>> >> > -- Performing Test OpenMP_FLAG_DETECTED
>> >> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> >> > -- Try OpenMP CXX flag = [-qsmp]
>> >> > -- Performing Test OpenMP_FLAG_DETECTED
>> >> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> >> > -- Try OpenMP CXX flag = [-mp]
>> >> > -- Performing Test OpenMP_FLAG_DETECTED
>> >> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> >> > -- Could NOT find OpenMP (missing:  OpenMP_C_FLAGS OpenMP_CXX_FLAGS)
>> >> > -- Looking for libintl.h
>> >> > -- Looking for libintl.h - not found
>> >> > -- Looking for C++ include eigen3/Eigen/Dense
>> >> > -- Looking for C++ include eigen3/Eigen/Dense - not found
>> >> > -- Could NOT find Gettext (missing:  GETTEXT_MSGMERGE_EXECUTABLE
>> >> > GETTEXT_MSGFMT_EXECUTABLE)
>> >> > -- Looking for lrint in m
>> >> > -- Looking for lrint in m - found
>> >> > -- Looking for unistd.h
>> >> > -- Looking for unistd.h - found
>> >> > -- Looking for io.h
>> >> > -- Looking for io.h - not found
>> >> > -- Looking for fcntl.h
>> >> > -- Looking for fcntl.h - found
>> >> > -- Looking for sys/time.h
>> >> > -- Looking for sys/time.h - found
>> >> > -- Looking for termios.h
>> >> > -- Looking for termios.h - found
>> >> > -- Looking for values.h
>> >> > -- Looking for values.h - not found
>> >> > -- Looking for winsock.h
>> >> > -- Looking for winsock.h - not found
>> >> > -- Looking for sys/socket.h
>> >> > -- Looking for sys/socket.h - found
>> >> > -- Looking for dirent.h
>> >> > -- Looking for dirent.h - found
>> >> > -- USE_LRINT is enabled
>> >> > -- Found FLEX: /usr/bin/flex (found version "2.5.35")
>> >> > -- Found BISON: /usr/bin/bison (found version "2.3")
>> >> > -- Looking for pthread_spin_lock
>> >> > -- Looking for pthread_spin_lock - not found
>> >> > -- Looking for pthread_barrier_init
>> >> > -- Looking for pthread_barrier_init - not found
>> >> > -- OPENMP_FOUND="FALSE", so disabling USE_OPEN_MP
>> >> > -- PTHREAD_BARRIER_INIT_EXISTS="", so disabling USE_OPEN_MP
>> >> > -- USE_OPEN_MP is disabled
>> >> > -- Not building with score parser
>> >> > -- Not building with new parser debugging
>> >> > -- Building with multicore
>> >> > -- USE_GETTEXT is disabled
>> >> > -- Not using localization
>> >> > -- Building on OSX
>> >> > -- Boost version: 1.53.0
>> >> > -- Looking for ladspa.h
>> >> > -- Looking for ladspa.h - not found
>> >> > -- Looking for fluidsynth.h
>> >> > -- Looking for fluidsynth.h - not found
>> >> > -- Looking for jack/jack.h
>> >> > -- Looking for jack/jack.h - not found
>> >> > -- Looking for C++ include gmm/gmm.h
>> >> > -- Looking for C++ include gmm/gmm.h - not found
>> >> > -- Looking for lo/lo.h
>> >> > -- Looking for lo/lo.h - found
>> >> > -- Found ZLIB: /usr/lib/libz.dylib (found version "1.2.5")
>> >> > -- Found PNG: /usr/local/lib/libpng.dylib (found version "1.5.14")
>> >> > -- Found PythonLibs: /usr/lib/libpython2.7.dylib (found version
>> >> > "2.7.2")
>> >> > -- Found Lua51: /usr/local/lib/liblua.dylib (found version "5.1.5")
>> >> > -- Looking for wiiuse.h
>> >> > -- Looking for wiiuse.h - not found
>> >> > -- Looking for p5glove.h
>> >> > -- Looking for p5glove.h - not found
>> >> > -- BUILD_CHUA_OPCODES is enabled
>> >> > -- LADSPA_H="", so disabling BUILD_DSSI_OPCODES
>> >> > -- BUILD_DSSI_OPCODES is disabled
>> >> > -- FLUIDSYNTH_H="", so disabling BUILD_FLUID_OPCODES
>> >> > -- FLUIDSYNTH_LIBRARY="FLUIDSYNTH_LIBRARY-NOTFOUND", so disabling
>> >> > BUILD_FLUID_OPCODES
>> >> > -- BUILD_FLUID_OPCODES is disabled
>> >> > -- JACK_HEADER="", so disabling BUILD_JACK_OPCODES
>> >> > -- BUILD_JACK_OPCODES is disabled
>> >> > -- GMM_HEADER="", so disabling BUILD_LINEAR_ALGEBRA_OPCODES
>> >> > -- BUILD_LINEAR_ALGEBRA_OPCODES is disabled
>> >> > -- BUILD_OSC_OPCODES is enabled
>> >> > -- BUILD_IMAGE_OPCODES is enabled
>> >> > -- BUILD_PYTHON_OPCODES is enabled
>> >> > -- OPENMP_FOUND="FALSE", so disabling BUILD_LUA_OPCODES
>> >> > -- BUILD_LUA_OPCODES is disabled
>> >> > -- WIIUSE_H="", so disabling BUILD_WIIMOTE_OPCODES
>> >> > -- BUILD_WIIMOTE_OPCODES is disabled
>> >> > -- P5GLOVE_H="", so disabling BUILD_P5GLOVE_OPCODES
>> >> > -- BUILD_P5GLOVE_OPCODES is disabled
>> >> > -- BUILD_STK_OPCODES is enabled
>> >> > --
>> >> > -- ## REALTIME AUDIO AND MIDI ##
>> >> > -- Looking for alsa/asoundlib.h
>> >> > -- Looking for alsa/asoundlib.h - not found
>> >> > -- Looking for pulse/simple.h
>> >> > -- Looking for pulse/simple.h - not found
>> >> > -- Looking for XOpenDisplay in
>> >> > /usr/X11R6/lib/libX11.dylib;/usr/X11R6/lib/libXext.dylib
>> >> > -- Looking for XOpenDisplay in
>> >> > /usr/X11R6/lib/libX11.dylib;/usr/X11R6/lib/libXext.dylib - found
>> >> > -- Looking for gethostbyname
>> >> > -- Looking for gethostbyname - found
>> >> > -- Looking for connect
>> >> > -- Looking for connect - found
>> >> > -- Looking for remove
>> >> > -- Looking for remove - found
>> >> > -- Looking for shmat
>> >> > -- Looking for shmat - found
>> >> > -- Looking for IceConnectionNumber in ICE
>> >> > -- Looking for IceConnectionNumber in ICE - not found
>> >> > -- Found X11: /usr/X11R6/lib/libX11.dylib
>> >> > -- Found FLTK:
>> >> >
>> >> >
>> >> > /usr/local/lib/libfltk_images.a;/usr/local/lib/libfltk_forms.a;/usr/local/lib/libfltk.a
>> >> > -- USE_COREMIDI is enabled
>> >> > -- USE_AUDIOUNIT is enabled
>> >> > -- ALSA_HEADER="", so disabling USE_ALSA
>> >> > -- ALSA_LIBRARY="ALSA_LIBRARY-NOTFOUND", so disabling USE_ALSA
>> >> > -- USE_ALSA is disabled
>> >> > -- PULSEAUDIO_HEADER="", so disabling USE_PULSEAUDIO
>> >> > -- PULSEAUDIO_LIBRARY="PULSEAUDIO_LIBRARY-NOTFOUND", so disabling
>> >> > USE_PULSEAUDIO
>> >> > -- PULSESIMPLE_LIBRARY="PULSESIMPLE_LIBRARY-NOTFOUND", so disabling
>> >> > USE_PULSEAUDIO
>> >> > -- USE_PULSEAUDIO is disabled
>> >> > -- PORTAUDIO_HEADER="", so disabling USE_PORTAUDIO
>> >> > -- USE_PORTAUDIO is disabled
>> >> > -- PORTMIDI_HEADER="", so disabling USE_PORTMIDI
>> >> > -- USE_PORTMIDI is disabled
>> >> > -- JACK_HEADER="", so disabling USE_JACK
>> >> > -- JACK_LIBRARY="JACK_LIBRARY-NOTFOUND", so disabling USE_JACK
>> >> > -- USE_JACK is disabled
>> >> > -- USE_FLTK is enabled
>> >> > -- BUILD_VIRTUAL_KEYBOARD is enabled
>> >> > --
>> >> > -- Building C++ interface library
>> >> > -- Found SWIG: /usr/local/bin/swig (found suitable version "2.0.9",
>> >> > minimum
>> >> > required is "2.0")
>> >> > -- Found JNI: -framework JavaVM
>> >> > -- Found Java: /usr/bin/java (found version "1.6.0.45")
>> >> > -- BUILD_PYTHON_INTERFACE is enabled
>> >> > -- BUILD_JAVA_INTERFACE is enabled
>> >> > -- BUILD_LUA_INTERFACE is enabled
>> >> > -- Looking for m_pd.h
>> >> > -- Looking for m_pd.h - not found
>> >> > -- Building csLadspa
>> >> > -- BUILD_CSBEATS is enabled
>> >> > -- PD_HEADER="", so disabling BUILD_PD_CLASS
>> >> > -- BUILD_PD_CLASS is disabled
>> >> > -- BUILD_WINSOUND is disabled
>> >> > -- Boost version: 1.53.0
>> >> > -- Found SWIG: /usr/local/bin/swig (found version "2.0.9")
>> >> > -- BUILD_CSOUND_AC is disabled
>> >> > -- BUILD_CSOUND_AC_PYTHON_INTERFACE is enabled
>> >> > -- BUILD_CSOUND_AC_LUA_INTERFACE is enabled
>> >> > -- Configuring done
>> >> > -- Generating done
>> >> > -- Build files have been written to: /tmp/csound-KYls
>> >> > ==> make install
>> >> > make install
>> >> > Scanning dependencies of target ampmidid
>> >> > [  0%] Generating csound_prelex.c
>> >> > [  0%] Generating csound_orclex.c
>> >> > [  0%] Generating csound_orcparse.c
>> >> > /tmp/csound-KYls/Engine/csound_orc.y: conflicts: 4 shift/reduce, 10
>> >> > reduce/reduce
>> >> > [  0%] Building CXX object
>> >> > Opcodes/CMakeFiles/ampmidid.dir/ampmidid.cpp.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > Scanning dependencies of target CsoundLib64
>> >> > Linking CXX shared library ../libampmidid.dylib
>> >> > [  0%] Built target ampmidid
>> >> > Scanning dependencies of target cellular
>> >> > [  0%] Building C object Opcodes/CMakeFiles/cellular.dir/cellular.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > Linking C shared library ../libcellular.dylib
>> >> > [  0%] Built target cellular
>> >> > Scanning dependencies of target chua
>> >> > [  1%] Building C object CMakeFiles/CsoundLib64.dir/Engine/auxfd.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [  1%] Building C object CMakeFiles/CsoundLib64.dir/Engine/cfgvar.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [  1%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Engine/corfiles.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [  2%] Building C object CMakeFiles/CsoundLib64.dir/Engine/entry1.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [  2%] Building C object CMakeFiles/CsoundLib64.dir/Engine/envvar.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [  2%] [  3%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Engine/extract.c.o
>> >> > Building CXX object
>> >> > Opcodes/CMakeFiles/chua.dir/chua/ChuaOscillator.cpp.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [  4%] Building C object CMakeFiles/CsoundLib64.dir/Engine/fgens.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [  4%] Building C object CMakeFiles/CsoundLib64.dir/Engine/insert.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [  4%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Engine/linevent.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [  5%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Engine/memalloc.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [  5%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Engine/memfiles.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [  5%] Building C object CMakeFiles/CsoundLib64.dir/Engine/musmon.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [  5%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Engine/namedins.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [  6%] Building C object CMakeFiles/CsoundLib64.dir/Engine/rdscor.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [  6%] Building C object CMakeFiles/CsoundLib64.dir/Engine/scsort.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [  6%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Engine/scxtract.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [  7%] Building C object CMakeFiles/CsoundLib64.dir/Engine/sort.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [  7%] Building C object CMakeFiles/CsoundLib64.dir/Engine/sread.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > Linking CXX shared library ../libchua.dylib
>> >> > [  7%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Engine/swritestr.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [  8%] Building C object CMakeFiles/CsoundLib64.dir/Engine/twarp.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [  8%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Engine/csound_type_system.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [  8%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Engine/csound_standard_types.c.o
>> >> > [  8%] Built target chua
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > Scanning dependencies of target control
>> >> > [  9%] [  9%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Engine/csound_data_structures.c.o
>> >> > Building C object Opcodes/CMakeFiles/control.dir/control.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [  9%] Linking C shared library ../libcontrol.dylib
>> >> > Building C object CMakeFiles/CsoundLib64.dir/Engine/pools.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [  9%] Built target control
>> >> > Scanning dependencies of target cs_date
>> >> > [  9%] [ 10%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/InOut/libsnd.c.o
>> >> > Building C object Opcodes/CMakeFiles/cs_date.dir/date.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > Linking C shared library ../libcs_date.dylib
>> >> > [ 10%] Built target cs_date
>> >> > [ 10%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/InOut/libsnd_u.c.o
>> >> > Scanning dependencies of target doppler
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 10%] Building CXX object
>> >> > Opcodes/CMakeFiles/doppler.dir/doppler.cpp.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 11%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/InOut/midifile.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 11%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/InOut/midirecv.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > Linking CXX shared library ../libdoppler.dylib
>> >> > [ 11%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/InOut/midisend.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 11%] Built target doppler
>> >> > Scanning dependencies of target fareygen
>> >> > [ 12%] [ 12%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/InOut/winascii.c.o
>> >> > Building C object Opcodes/CMakeFiles/fareygen.dir/fareygen.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 12%] Linking C shared library ../libfareygen.dylib
>> >> > Building C object CMakeFiles/CsoundLib64.dir/InOut/windin.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 12%] Built target fareygen
>> >> > Scanning dependencies of target fractalnoise
>> >> > [ 12%] Building C object CMakeFiles/CsoundLib64.dir/InOut/window.c.o
>> >> > [ 13%] Building CXX object
>> >> > Opcodes/CMakeFiles/fractalnoise.dir/tl/fractalnoise.cpp.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 14%] Building C object CMakeFiles/CsoundLib64.dir/InOut/winEPS.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > Linking CXX shared library ../libfractalnoise.dylib
>> >> > [ 14%] Built target fractalnoise
>> >> > [ 14%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/InOut/circularbuffer.c.o
>> >> > Scanning dependencies of target image
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 14%] Building C object
>> >> > Opcodes/CMakeFiles/image.dir/imageOpcodes.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 14%] Building C object CMakeFiles/CsoundLib64.dir/OOps/aops.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > Linking C shared library ../libimage.dylib
>> >> > [ 14%] Built target image
>> >> > Scanning dependencies of target mixer
>> >> > [ 14%] Building CXX object Opcodes/CMakeFiles/mixer.dir/mixer.cpp.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 15%] Building C object CMakeFiles/CsoundLib64.dir/OOps/bus.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > Linking CXX shared library ../libmixer.dylib
>> >> > [ 15%] Building C object CMakeFiles/CsoundLib64.dir/OOps/cmath.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 15%] Built target mixer
>> >> > Scanning dependencies of target osc
>> >> > [ 16%] Building C object Opcodes/CMakeFiles/osc.dir/OSC.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 16%] Building C object CMakeFiles/CsoundLib64.dir/OOps/diskin.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > Linking C shared library ../libosc.dylib
>> >> > [ 16%] Building C object CMakeFiles/CsoundLib64.dir/OOps/diskin2.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 16%] Built target osc
>> >> > Scanning dependencies of target platerev
>> >> > [ 16%] Building C object Opcodes/CMakeFiles/platerev.dir/platerev.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 17%] Linking C shared library ../libplaterev.dylib
>> >> > Building C object CMakeFiles/CsoundLib64.dir/OOps/disprep.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 17%] Built target platerev
>> >> > Scanning dependencies of target py
>> >> > [ 17%] [ 17%] Building C object
>> >> > Opcodes/CMakeFiles/py.dir/py/pythonopcodes.c.o
>> >> > Building C object CMakeFiles/CsoundLib64.dir/OOps/dumpf.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 17%] Building C object CMakeFiles/CsoundLib64.dir/OOps/fftlib.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > Linking C shared library ../libpy.dylib
>> >> > [ 17%] Built target py
>> >> > [ 18%] Scanning dependencies of target scansyn
>> >> > Building C object CMakeFiles/CsoundLib64.dir/OOps/goto_ops.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 18%] Building C object Opcodes/CMakeFiles/scansyn.dir/scansyn.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 18%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/OOps/midiinterop.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 19%] Building C object Opcodes/CMakeFiles/scansyn.dir/scansynx.c.o
>> >> > [ 19%] Building C object CMakeFiles/CsoundLib64.dir/OOps/midiops.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 20%] Building C object CMakeFiles/CsoundLib64.dir/OOps/midiout.c.o
>> >> > Linking C shared library ../libscansyn.dylib
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 20%] Built target scansyn
>> >> > Scanning dependencies of target serial
>> >> > [ 20%] Building C object Opcodes/CMakeFiles/serial.dir/serial.c.o
>> >> > [ 20%] Building C object CMakeFiles/CsoundLib64.dir/OOps/mxfft.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > Linking C shared library ../libserial.dylib
>> >> > [ 20%] Built target serial
>> >> > [ 20%] Building C object CMakeFiles/CsoundLib64.dir/OOps/oscils.c.o
>> >> > Scanning dependencies of target signalflowgraph
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 21%] Building CXX object
>> >> > Opcodes/CMakeFiles/signalflowgraph.dir/signalflowgraph.cpp.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 22%] Building C object CMakeFiles/CsoundLib64.dir/OOps/pstream.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 22%] Building C object CMakeFiles/CsoundLib64.dir/OOps/pvfileio.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 22%] Building C object CMakeFiles/CsoundLib64.dir/OOps/pvsanal.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 22%] Building C object CMakeFiles/CsoundLib64.dir/OOps/random.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 23%] Building C object CMakeFiles/CsoundLib64.dir/OOps/remote.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 23%] Building C object CMakeFiles/CsoundLib64.dir/OOps/schedule.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > Linking CXX shared library ../libsignalflowgraph.dylib
>> >> > [ 23%] Building C object CMakeFiles/CsoundLib64.dir/OOps/sndinfUG.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 23%] Built target signalflowgraph
>> >> > Scanning dependencies of target system_call
>> >> > [ 25%] [ 25%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/OOps/str_ops.c.o
>> >> > Building C object Opcodes/CMakeFiles/system_call.dir/system_call.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > Linking C shared library ../libsystem_call.dylib
>> >> > [ 25%] Built target system_call
>> >> > Scanning dependencies of target stk-ops
>> >> > [ 25%] Building C object CMakeFiles/CsoundLib64.dir/OOps/ugens1.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 25%] Building CXX object
>> >> > Opcodes/stk/CMakeFiles/stk-ops.dir/stkOpcodes.cpp.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 25%] Building C object CMakeFiles/CsoundLib64.dir/OOps/ugens2.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 26%] Building C object CMakeFiles/CsoundLib64.dir/OOps/ugens2a.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 26%] Building C object CMakeFiles/CsoundLib64.dir/OOps/ugens3.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 26%] Building C object CMakeFiles/CsoundLib64.dir/OOps/ugens4.c.o
>> >> > Linking CXX shared library ../../libstk.dylib
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 26%] Built target stk-ops
>> >> > Scanning dependencies of target cmidi
>> >> > [ 27%] Building C object CMakeFiles/CsoundLib64.dir/OOps/ugens5.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 27%] Building C object InOut/CMakeFiles/cmidi.dir/cmidi.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 27%] Building C object CMakeFiles/CsoundLib64.dir/OOps/ugens6.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > Linking C shared library ../libcmidi.dylib
>> >> > [ 27%] Building C object CMakeFiles/CsoundLib64.dir/OOps/ugtabs.c.o
>> >> > [ 27%] Built target cmidi
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > Scanning dependencies of target ipmidi
>> >> > [ 27%] Building C object InOut/CMakeFiles/ipmidi.dir/ipmidi.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > Linking C shared library ../libipmidi.dylib
>> >> > [ 27%] Building C object CMakeFiles/CsoundLib64.dir/OOps/ugrw1.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 27%] Built target ipmidi
>> >> > Scanning dependencies of target rtauhal
>> >> > [ 28%] Building C object InOut/CMakeFiles/rtauhal.dir/rtauhal.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 29%] Building C object CMakeFiles/CsoundLib64.dir/OOps/ugrw2.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 29%] Building C object CMakeFiles/CsoundLib64.dir/OOps/vdelay.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > Linking C shared library ../librtauhal.dylib
>> >> > [ 29%] Built target rtauhal
>> >> > Scanning dependencies of target virtual
>> >> > [ 29%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/OOps/compile_ops.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 29%] Building CXX object
>> >> > InOut/CMakeFiles/virtual.dir/virtual_keyboard/FLTKKeyboard.cpp.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 30%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/babo.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 30%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/bilbar.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 30%] Building CXX object
>> >> >
>> >> > InOut/CMakeFiles/virtual.dir/virtual_keyboard/FLTKKeyboardWindow.cpp.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 30%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/compress.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 32%] [ 32%] Building CXX object
>> >> >
>> >> > InOut/CMakeFiles/virtual.dir/virtual_keyboard/FLTKKeyboardWidget.cpp.o
>> >> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/eqfil.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 32%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/Vosim.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 32%] [ 32%] Building CXX object
>> >> > InOut/CMakeFiles/virtual.dir/virtual_keyboard/virtual_keyboard.cpp.o
>> >> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pitch.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 32%] Building CXX object
>> >> > InOut/CMakeFiles/virtual.dir/virtual_keyboard/Bank.cpp.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 33%] [ 34%] Building CXX object
>> >> > InOut/CMakeFiles/virtual.dir/virtual_keyboard/KeyboardMapping.cpp.o
>> >> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pitch0.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 34%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/spectra.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 34%] Building CXX object
>> >> > InOut/CMakeFiles/virtual.dir/virtual_keyboard/Program.cpp.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 34%] Building CXX object
>> >> > InOut/CMakeFiles/virtual.dir/virtual_keyboard/SliderBank.cpp.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 34%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/ambicode1.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 35%] Building CXX object
>> >> > InOut/CMakeFiles/virtual.dir/virtual_keyboard/SliderData.cpp.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > Linking CXX shared library ../libvirtual.dylib
>> >> > [ 36%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/sfont.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 36%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/grain4.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 36%] Built target virtual
>> >> > Scanning dependencies of target widgets
>> >> > [ 36%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/hrtferX.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 36%] Building CXX object
>> >> > InOut/CMakeFiles/widgets.dir/FL_graph.cpp.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 36%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/loscilx.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 36%] Building C object InOut/CMakeFiles/widgets.dir/winFLTK.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 37%] [ 38%] Building CXX object
>> >> > InOut/CMakeFiles/widgets.dir/widgets.cpp.o
>> >> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/minmax.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 38%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pan2.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 38%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/arrays.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 39%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/phisem.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 39%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/hrtfopcodes.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 39%] Linking CXX shared library ../libwidgets.dylib
>> >> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/stackops.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 39%] Built target widgets
>> >> > [ 40%] [ 41%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/vbap.c.o
>> >> > [FLEX][csbeats_SCANNER] Building scanner with flex 2.5.35
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 41%] [BISON][csbeats_PARSER] Building parser with bison 2.3
>> >> > beats/beats.y: conflicts: 1 reduce/reduce
>> >> > Scanning dependencies of target csbeats
>> >> > [ 41%] Building C object
>> >> > frontends/CMakeFiles/csbeats.dir/beats/main.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 41%] [ 41%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/vbap1.c.o
>> >> > Building C object frontends/CMakeFiles/csbeats.dir/beatslex.yy.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 42%] [ 42%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/vbap_n.c.o
>> >> > Building C object frontends/CMakeFiles/csbeats.dir/beats.tab.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > Linking C executable ../csbeats
>> >> > [ 43%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/vbap_zak.c.o
>> >> > [ 43%] Built target csbeats
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > Scanning dependencies of target stdutil
>> >> > [ 44%] Building C object util/CMakeFiles/stdutil.dir/atsa.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 44%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/vaops.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 44%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/ugakbari.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 44%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/harmon.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 45%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/pitchtrack.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 45%] Building C object util/CMakeFiles/stdutil.dir/cvanal.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 45%] Building C object util/CMakeFiles/stdutil.dir/dnoise.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 45%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/partikkel.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 46%] Building C object util/CMakeFiles/stdutil.dir/envext.c.o
>> >> > [ 46%] brew: superenv removed: -I/usr/local/include
>> >> > -I/tmp/csound-KYls
>> >> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/shape.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 46%] Building C object util/CMakeFiles/stdutil.dir/het_export.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 47%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/tabsum.c.o
>> >> > [ 47%] Building C object util/CMakeFiles/stdutil.dir/het_import.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 48%] [ 48%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/crossfm.c.o
>> >> > Building C object util/CMakeFiles/stdutil.dir/hetro.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 48%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/pvlock.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 48%] Building C object util/CMakeFiles/stdutil.dir/lpanal.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 49%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/fareyseq.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 49%] Building C object util/CMakeFiles/stdutil.dir/lpc_export.c.o
>> >> > [ 49%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/modmatrix.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 49%] Building C object util/CMakeFiles/stdutil.dir/lpc_import.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 50%] Building C object util/CMakeFiles/stdutil.dir/mixer.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 50%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/scoreline.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 51%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/modal4.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 51%] Building C object util/CMakeFiles/stdutil.dir/pvanal.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 51%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/physutil.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 51%] Building C object util/CMakeFiles/stdutil.dir/pv_export.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 51%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/physmod.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 52%] Building C object util/CMakeFiles/stdutil.dir/pv_import.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 52%] Building C object util/CMakeFiles/stdutil.dir/pvlook.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 52%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/mandolin.c.o
>> >> > [ 52%] brew: superenv removed: -I/usr/local/include
>> >> > -I/tmp/csound-KYls
>> >> > Building C object util/CMakeFiles/stdutil.dir/scale.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 53%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/singwave.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 54%] Building C object util/CMakeFiles/stdutil.dir/sndinfo.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 54%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/fm4op.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 54%] Building C object util/CMakeFiles/stdutil.dir/srconv.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 54%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/moog1.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 54%] Building C object util/CMakeFiles/stdutil.dir/std_util.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 55%] Building C object util/CMakeFiles/stdutil.dir/xtrct.c.o
>> >> > [ 56%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/shaker.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 56%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/bowedbar.c.o
>> >> > [ 56%] Building C object util/CMakeFiles/stdutil.dir/scope.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 56%] Building C object util/CMakeFiles/stdutil.dir/__/SDIF/sdif.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 56%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/gab/tabmorph.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > Linking C shared library ../libstdutil.dylib
>> >> > [ 57%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/gab/hvs.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 57%] Built target stdutil
>> >> > Scanning dependencies of target sdif2ad
>> >> > [ 58%] Building C object SDIF/CMakeFiles/sdif2ad.dir/sdif2adsyn.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 58%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/gab/sliderTable.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 58%] Building C object SDIF/CMakeFiles/sdif2ad.dir/sdif.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 58%] Building C object SDIF/CMakeFiles/sdif2ad.dir/sdif-mem.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 58%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/gab/newgabopc.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > Linking C executable ../sdif2ad
>> >> > [ 58%] Built target sdif2ad
>> >> > [ 59%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ftest.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 59%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/hrtfearly.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 59%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/hrtfreverb.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 59%] [ 60%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/cpumeter.c.o
>> >> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/gendy.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 60%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/tl/sc_noise.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 60%] Building C object CMakeFiles/CsoundLib64.dir/Top/argdecode.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 61%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Top/cscore_internal.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 61%] Building C object CMakeFiles/CsoundLib64.dir/Top/cscorfns.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 61%] Building C object CMakeFiles/CsoundLib64.dir/Top/csmodule.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 62%] Building C object CMakeFiles/CsoundLib64.dir/Top/csound.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 62%] Building C object CMakeFiles/CsoundLib64.dir/Top/getstring.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 62%] Building C object CMakeFiles/CsoundLib64.dir/Top/main.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 63%] Building C object CMakeFiles/CsoundLib64.dir/Top/new_opts.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 63%] Building C object CMakeFiles/CsoundLib64.dir/Top/one_file.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 63%] Building C object CMakeFiles/CsoundLib64.dir/Top/opcode.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 63%] Building C object CMakeFiles/CsoundLib64.dir/Top/threads.c.o
>> >> > [ 64%] Building C object CMakeFiles/CsoundLib64.dir/Top/utility.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 64%] [ 64%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Top/threadsafe.c.o
>> >> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ambicode.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 65%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/bbcut.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 65%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/biquad.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 65%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/butter.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 66%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/clfilt.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 66%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/cross2.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 66%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/dam.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 67%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/dcblockr.c.o
>> >> > [ 67%] brew: superenv removed: -I/usr/local/include
>> >> > -I/tmp/csound-KYls
>> >> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/filter.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 67%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/flanger.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 67%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/follow.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 68%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/fout.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 68%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/freeverb.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 68%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/ftconv.c.o
>> >> > [ 69%] brew: superenv removed: -I/usr/local/include
>> >> > -I/tmp/csound-KYls
>> >> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ftgen.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 69%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/gab/gab.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 69%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/gab/vectorial.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 70%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/grain.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 70%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/locsig.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 70%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/lowpassr.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 71%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/metro.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 71%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/midiops2.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 71%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/midiops3.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 72%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/newfils.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 72%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/nlfilt.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 72%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/oscbnk.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 72%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pluck.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 73%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/repluck.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 73%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/reverbsc.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 73%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/seqtime.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 74%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/sndloop.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 74%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/sndwarp.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 74%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/space.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 75%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/spat3d.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 75%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/syncgrain.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 75%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/ugens7.c.o
>> >> > [ 76%] brew: superenv removed: -I/usr/local/include
>> >> > -I/tmp/csound-KYls
>> >> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ugens9.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 76%] [ 76%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/uggab.c.o
>> >> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ugensa.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 76%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/ugmoss.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 77%] [ 77%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/ugnorman.c.o
>> >> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ugsc.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 77%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/wave-terrain.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 78%] [ 78%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/stdopcod.c.o
>> >> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/socksend.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 78%] [ 79%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/sockrecv.c.o
>> >> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ifd.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 79%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/partials.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 79%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/psynth.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 80%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/pvsbasic.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 80%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/pvscent.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 80%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/pvsdemix.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 80%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/pvs_ops.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 81%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/pvsband.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 81%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/pvsbuffer.c.o
>> >> > [ 81%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/pvsgendy.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 82%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/dsputil.c.o
>> >> > [ 82%] brew: superenv removed: -I/usr/local/include
>> >> > -I/tmp/csound-KYls
>> >> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pvadd.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 82%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/pvinterp.c.o
>> >> > [ 83%] brew: superenv removed: -I/usr/local/include
>> >> > -I/tmp/csound-KYls
>> >> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pvocext.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 83%] [ 83%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/pvread.c.o
>> >> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ugens8.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 84%] [ 84%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/vpvoc.c.o
>> >> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pvoc.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 84%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/mp3in.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 84%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/InOut/libmpadec/layer1.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 85%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/InOut/libmpadec/layer2.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 85%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/InOut/libmpadec/layer3.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 85%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/InOut/libmpadec/synth.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 86%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/InOut/libmpadec/tables.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 86%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/InOut/libmpadec/mpadec.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 86%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/InOut/libmpadec/mp3dec.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 87%] Building C object CMakeFiles/CsoundLib64.dir/csound_orclex.c.o
>> >> > [ 87%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/csound_orcparse.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 87%] Building C object CMakeFiles/CsoundLib64.dir/csound_prelex.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 88%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Engine/csound_orc_semantics.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 88%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Engine/csound_orc_expressions.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 88%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Engine/csound_orc_optimize.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 88%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Engine/csound_orc_compile.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 89%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Engine/new_orc_parser.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 89%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Engine/symbtab.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 89%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Engine/cs_new_dispatch.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 90%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Engine/cs_par_base.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 90%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Engine/cs_par_orc_semantic_analysis.c.o
>> >> > [ 90%] brew: superenv removed: -I/usr/local/include
>> >> > -I/tmp/csound-KYls
>> >> > Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Engine/cs_par_dispatch.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > Copying OS X content
>> >> > CsoundLib64.framework/Versions/6.0/Headers/CppSound.hpp
>> >> > Copying OS X content
>> >> > CsoundLib64.framework/Versions/6.0/Headers/CsoundFile.hpp
>> >> > Copying OS X content
>> >> > CsoundLib64.framework/Versions/6.0/Headers/OpcodeBase.hpp
>> >> > Copying OS X content
>> >> > CsoundLib64.framework/Versions/6.0/Headers/cfgvar.h
>> >> > Copying OS X content
>> >> > CsoundLib64.framework/Versions/6.0/Headers/csPerfThread.hpp
>> >> > Copying OS X content
>> >> > CsoundLib64.framework/Versions/6.0/Headers/cscore.h
>> >> > Copying OS X content
>> >> > CsoundLib64.framework/Versions/6.0/Headers/csdl.h
>> >> > Copying OS X content
>> >> > CsoundLib64.framework/Versions/6.0/Headers/csound.h
>> >> > Copying OS X content
>> >> > CsoundLib64.framework/Versions/6.0/Headers/csound.hpp
>> >> > Copying OS X content
>> >> > CsoundLib64.framework/Versions/6.0/Headers/csoundCore.h
>> >> > Copying OS X content
>> >> > CsoundLib64.framework/Versions/6.0/Headers/csound_data_structures.h
>> >> > Copying OS X content
>> >> > CsoundLib64.framework/Versions/6.0/Headers/csound_standard_types.h
>> >> > Copying OS X content
>> >> > CsoundLib64.framework/Versions/6.0/Headers/csound_type_system.h
>> >> > Copying OS X content
>> >> > CsoundLib64.framework/Versions/6.0/Headers/cwindow.h
>> >> > Copying OS X content
>> >> > CsoundLib64.framework/Versions/6.0/Headers/float-version-double.h
>> >> > Copying OS X content
>> >> > CsoundLib64.framework/Versions/6.0/Headers/filebuilding.h
>> >> > Copying OS X content
>> >> > CsoundLib64.framework/Versions/6.0/Headers/interlocks.h
>> >> > Copying OS X content
>> >> > CsoundLib64.framework/Versions/6.0/Headers/float-version.h
>> >> > Copying OS X content
>> >> > CsoundLib64.framework/Versions/6.0/Headers/pstream.h
>> >> > Copying OS X content
>> >> > CsoundLib64.framework/Versions/6.0/Headers/msg_attr.h
>> >> > Copying OS X content
>> >> > CsoundLib64.framework/Versions/6.0/Headers/pvfileio.h
>> >> > Copying OS X content
>> >> > CsoundLib64.framework/Versions/6.0/Headers/soundio.h
>> >> > Copying OS X content
>> >> > CsoundLib64.framework/Versions/6.0/Headers/sysdep.h
>> >> > Copying OS X content
>> >> > CsoundLib64.framework/Versions/6.0/Headers/text.h
>> >> > Copying OS X content
>> >> > CsoundLib64.framework/Versions/6.0/Headers/version.h
>> >> > Linking C shared library
>> >> > CsoundLib64.framework/Versions/6.0/CsoundLib64
>> >> > [ 90%] Built target CsoundLib64
>> >> > Scanning dependencies of target csladspa
>> >> > Scanning dependencies of target libcsnd
>> >> > [ 90%] Building CXX object
>> >> > frontends/CMakeFiles/csladspa.dir/csladspa/csladspa.cpp.o
>> >> > [ 91%] brew: superenv removed: -I/usr/local/include
>> >> > -I/tmp/csound-KYls
>> >> > Building CXX object interfaces/CMakeFiles/libcsnd.dir/CppSound.cpp.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 91%] Building CXX object
>> >> > interfaces/CMakeFiles/libcsnd.dir/CsoundFile.cpp.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > Linking CXX shared library ../csladspa.dylib
>> >> > [ 91%] Built target csladspa
>> >> > Scanning dependencies of target csound-bin
>> >> > [ 91%] Building C object
>> >> > frontends/CMakeFiles/csound-bin.dir/csound/csound_main.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > Linking C executable ../csound
>> >> > [ 91%] Built target csound-bin
>> >> > Scanning dependencies of target atsa
>> >> > [ 91%] Building C object util/CMakeFiles/atsa.dir/atsa_main.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > Linking C executable ../atsa
>> >> > [ 91%] Building CXX object
>> >> > interfaces/CMakeFiles/libcsnd.dir/Soundfile.cpp.o
>> >> > [ 91%] brew: superenv removed: -I/usr/local/include
>> >> > -I/tmp/csound-KYls
>> >> > Built target atsa
>> >> > [ 91%] Building CXX object
>> >> > interfaces/CMakeFiles/libcsnd.dir/csPerfThread.cpp.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 92%] [ 92%] Building CXX object
>> >> > interfaces/CMakeFiles/libcsnd.dir/cs_glue.cpp.o
>> >> > Building CXX object
>> >> > interfaces/CMakeFiles/libcsnd.dir/filebuilding.cpp.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > Scanning dependencies of target csanalyze
>> >> > [ 92%] Building C object util/CMakeFiles/csanalyze.dir/csanalyze.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > Linking C executable ../csanalyze
>> >> > Linking CXX shared library ../libcsnd.dylib
>> >> > [ 92%] Built target csanalyze
>> >> > [ 92%] Built target libcsnd
>> >> > Scanning dependencies of target cvanal
>> >> > Scanning dependencies of target dnoise
>> >> > [ 92%] [ 93%] Building C object
>> >> > util/CMakeFiles/dnoise.dir/dnoise_main.c.o
>> >> > Building C object util/CMakeFiles/cvanal.dir/cvl_main.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > Linking C executable ../dnoise
>> >> > Linking C executable ../cvanal
>> >> > [ 93%] Built target dnoise
>> >> > [ 93%] Built target cvanal
>> >> > Scanning dependencies of target envext
>> >> > Scanning dependencies of target extractor
>> >> > [ 93%] [ 93%] Building C object
>> >> > util/CMakeFiles/envext.dir/env_main.c.o
>> >> > Building C object util/CMakeFiles/extractor.dir/xtrc_main.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > Linking C executable ../envext
>> >> > Linking C executable ../extractor
>> >> > [ 93%] Built target extractor
>> >> > [ 93%] Built target envext
>> >> > Scanning dependencies of target het_export
>> >> > Scanning dependencies of target het_import
>> >> > [ 93%] [ 93%] Building C object
>> >> > util/CMakeFiles/het_export.dir/hetx_main.c.o
>> >> > Building C object util/CMakeFiles/het_import.dir/heti_main.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > Linking C executable ../het_export
>> >> > Linking C executable ../het_import
>> >> > [ 93%] [ 93%] Built target het_import
>> >> > Built target het_export
>> >> > Scanning dependencies of target lpanal
>> >> > Scanning dependencies of target hetro
>> >> > [ 93%] Building C object util/CMakeFiles/lpanal.dir/lpc_main.c.o
>> >> > [ 94%] brew: superenv removed: -I/usr/local/include
>> >> > -I/tmp/csound-KYls
>> >> > Building C object util/CMakeFiles/hetro.dir/het_main.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > Linking C executable ../lpanal
>> >> > Linking C executable ../hetro
>> >> > [ 94%] Built target lpanal
>> >> > [ 94%] Built target hetro
>> >> > Scanning dependencies of target lpc_export
>> >> > Scanning dependencies of target lpc_import
>> >> > [ 95%] Building C object util/CMakeFiles/lpc_export.dir/lpcx_main.c.o
>> >> > [ 95%] Building C object util/CMakeFiles/lpc_import.dir/lpci_main.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > Linking C executable ../lpc_export
>> >> > Linking C executable ../lpc_import
>> >> > [ 95%] Built target lpc_export
>> >> > [ 95%] Built target lpc_import
>> >> > Scanning dependencies of target mixer-bin
>> >> > Scanning dependencies of target pv_export
>> >> > [ 95%] [ 95%] Building C object
>> >> > util/CMakeFiles/mixer-bin.dir/mixer_main.c.o
>> >> > Building C object util/CMakeFiles/pv_export.dir/pvx_main.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > Linking C executable ../pv_export
>> >> > Linking C executable ../mixer
>> >> > [ 95%] Built target pv_export
>> >> > [ 95%] Built target mixer-bin
>> >> > Scanning dependencies of target pvanal
>> >> > Scanning dependencies of target pv_import
>> >> > [ 95%] [ 96%] Building C object
>> >> > util/CMakeFiles/pvanal.dir/pvc_main.c.o
>> >> > Building C object util/CMakeFiles/pv_import.dir/pvi_main.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > Linking C executable ../pvanal
>> >> > Linking C executable ../pv_import
>> >> > [ 96%] Built target pvanal
>> >> > [ 96%] Built target pv_import
>> >> > Scanning dependencies of target scale
>> >> > Scanning dependencies of target pvlook
>> >> > [ 96%] [ 96%] Building C object
>> >> > util/CMakeFiles/scale.dir/scale_main.c.o
>> >> > Building C object util/CMakeFiles/pvlook.dir/pvl_main.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > Linking C executable ../pvlook
>> >> > Linking C executable ../scale
>> >> > [ 96%] Built target pvlook
>> >> > [ 96%] Built target scale
>> >> > Scanning dependencies of target scope
>> >> > Scanning dependencies of target sndinfo
>> >> > [ 96%] [ 96%] Building C object
>> >> > util/CMakeFiles/scope.dir/scope_main.c.o
>> >> > Building C object util/CMakeFiles/sndinfo.dir/sndinfo_main.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > Linking C executable ../sndinfo
>> >> > Linking C executable ../scope
>> >> > [ 96%] Built target scope
>> >> > [ 96%] Built target sndinfo
>> >> > Scanning dependencies of target srconv
>> >> > Scanning dependencies of target extract
>> >> > [ 97%] [ 97%] Building C object
>> >> > util/CMakeFiles/srconv.dir/srconv_main.c.o
>> >> > Building C object util1/CMakeFiles/extract.dir/sortex/xmain.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > Linking C executable ../extract
>> >> > Linking C executable ../srconv
>> >> > [ 97%] Built target extract
>> >> > [ 97%] Built target srconv
>> >> > [ 98%] Scanning dependencies of target scsort
>> >> > Swig source
>> >> > [ 98%] Building C object util1/CMakeFiles/scsort.dir/sortex/smain.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > Language subdirectory: python
>> >> > Search paths:
>> >> >    ./
>> >> >    /usr/local/include/
>> >> >    /tmp/csound-KYls/./H/
>> >> >    /tmp/csound-KYls/./include/
>> >> >    /tmp/csound-KYls/./Engine/
>> >> >    /tmp/csound-KYls/./
>> >> >    /tmp/csound-KYls/
>> >> >    /tmp/csound-KYls/interfaces/
>> >> >    /System/Library/Frameworks/Python.framework/Headers/
>> >> >    ./swig_lib/python/
>> >> >    /usr/local/Cellar/swig/2.0.9/share/swig/2.0.9/python/
>> >> >    ./swig_lib/
>> >> >    /usr/local/Cellar/swig/2.0.9/share/swig/2.0.9/
>> >> > Preprocessing...
>> >> > Linking C executable ../scsort
>> >> > [ 98%] Built target scsort
>> >> > [ 98%] Swig source
>> >> > Language subdirectory: java
>> >> > Search paths:
>> >> >    ./
>> >> >    /usr/local/include/
>> >> >    /tmp/csound-KYls/./H/
>> >> >    /tmp/csound-KYls/./include/
>> >> >    /tmp/csound-KYls/./Engine/
>> >> >    /tmp/csound-KYls/./
>> >> >    /tmp/csound-KYls/
>> >> >    /tmp/csound-KYls/interfaces/
>> >> >    /System/Library/Frameworks/Python.framework/Headers/
>> >> >    /System/Library/Frameworks/JavaVM.framework/Headers/
>> >> >    /System/Library/Frameworks/JavaVM.framework/Headers/
>> >> >    /System/Library/Frameworks/JavaVM.framework/Headers/
>> >> >    ./swig_lib/java/
>> >> >    /usr/local/Cellar/swig/2.0.9/share/swig/2.0.9/java/
>> >> >    ./swig_lib/
>> >> >    /usr/local/Cellar/swig/2.0.9/share/swig/2.0.9/
>> >> > Preprocessing...
>> >> > Starting language-specific parse...
>> >> > Processing types...
>> >> > C++ analysis...
>> >> > Generating wrappers...
>> >> > Starting language-specific parse...
>> >> > /tmp/csound-KYls/./include/csound.h:519: Warning 451: Setting a const
>> >> > char *
>> >> > variable may leak memory.
>> >> > Processing types...
>> >> > C++ analysis...
>> >> > Generating wrappers...
>> >> > /tmp/csound-KYls/./include/csound.h:519: Warning 451: Setting a const
>> >> > char *
>> >> > variable may leak memory.
>> >> > cs_glue.hpp:505: Warning 473: Returning a pointer or reference in a
>> >> > director
>> >> > method is not recommended.
>> >> > CppSound.hpp:36: Warning 453: Can't apply (std::vector< double >
>> >> > *INPUT). No
>> >> > typemaps are defined.
>> >> > CppSound.hpp:52: Warning 813: Warning for CppSound proxy: Base
>> >> > CsoundFile
>> >> > ignored. Multiple inheritance is not supported in Java.
>> >> > cs_glue.hpp:505: Warning 473: Returning a pointer or reference in a
>> >> > director
>> >> > method is not recommended.
>> >> > Scanning dependencies of target _jcsound6
>> >> > [ 99%] Building CXX object
>> >> > interfaces/CMakeFiles/_jcsound6.dir/java_interfaceJAVA_wrap.cxx.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > CppSound.hpp:36: Warning 453: Can't apply (std::vector< double >
>> >> > *INPUT). No
>> >> > typemaps are defined.
>> >> > Scanning dependencies of target _csnd6
>> >> > [ 99%] Building CXX object
>> >> > interfaces/CMakeFiles/_csnd6.dir/python_interfacePYTHON_wrap.cxx.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > Linking CXX shared module ../lib_jcsound6.jnilib
>> >> > Building JAVA package csnd6.jar
>> >> > Linking CXX shared module ../_csnd6.so
>> >> > [ 99%] Built target _csnd6
>> >> > [ 99%] [ 99%] Built target _jcsound6
>> >> > Swig source
>> >> > Language subdirectory: lua
>> >> > Search paths:
>> >> >    ./
>> >> >    /usr/local/include/
>> >> >    /tmp/csound-KYls/./H/
>> >> >    /tmp/csound-KYls/./include/
>> >> >    /tmp/csound-KYls/./Engine/
>> >> >    /tmp/csound-KYls/./
>> >> >    /tmp/csound-KYls/
>> >> >    /tmp/csound-KYls/interfaces/
>> >> >    /System/Library/Frameworks/Python.framework/Headers/
>> >> >    /System/Library/Frameworks/JavaVM.framework/Headers/
>> >> >    /System/Library/Frameworks/JavaVM.framework/Headers/
>> >> >    /System/Library/Frameworks/JavaVM.framework/Headers/
>> >> >    /usr/local/include/
>> >> >    ./swig_lib/lua/
>> >> >    /usr/local/Cellar/swig/2.0.9/share/swig/2.0.9/lua/
>> >> >    ./swig_lib/
>> >> >    /usr/local/Cellar/swig/2.0.9/share/swig/2.0.9/
>> >> > Preprocessing...
>> >> > Starting language-specific parse...
>> >> > Processing types...
>> >> > C++ analysis...
>> >> > Generating wrappers...
>> >> > /tmp/csound-KYls/./include/csound.h:519: Warning 451: Setting a const
>> >> > char *
>> >> > variable may leak memory.
>> >> > CppSound.hpp:36: Warning 453: Can't apply (std::vector< double >
>> >> > *INPUT). No
>> >> > typemaps are defined.
>> >> > Scanning dependencies of target luaCsnd6
>> >> > [100%] Building CXX object
>> >> > interfaces/CMakeFiles/luaCsnd6.dir/lua_interfaceLUA_wrap.cxx.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > Linking CXX shared module ../luaCsnd6.so
>> >> > [100%] Built target luaCsnd6
>> >> > Install the project...
>> >> > -- Install configuration: "None"
>> >> > -- Installing: /Users/eddyc/Library/Frameworks/CsoundLib64.framework
>> >> > -- Up-to-date:
>> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/CsoundLib64
>> >> > -- Up-to-date:
>> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Headers
>> >> > -- Up-to-date:
>> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Resources
>> >> > -- Installing:
>> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions
>> >> > -- Installing:
>> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/CsoundLib64
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/cfgvar.h
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/CppSound.hpp
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/cscore.h
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/csdl.h
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/csound.h
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/csound.hpp
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/csound_data_structures.h
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/csound_standard_types.h
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/csound_type_system.h
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/csoundCore.h
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/CsoundFile.hpp
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/csPerfThread.hpp
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/cwindow.h
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/filebuilding.h
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/float-version-double.h
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/float-version.h
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/interlocks.h
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/msg_attr.h
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/OpcodeBase.hpp
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/pstream.h
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/pvfileio.h
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/soundio.h
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/sysdep.h
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/text.h
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/version.h
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Info.plist
>> >> > -- Up-to-date:
>> >> >
>> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/Current
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libmixer.dylib
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libsignalflowgraph.dylib
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libampmidid.dylib
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libcs_date.dylib
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libsystem_call.dylib
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libdoppler.dylib
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libfractalnoise.dylib
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libfareygen.dylib
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libcellular.dylib
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libserial.dylib
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libplaterev.dylib
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libscansyn.dylib
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libcontrol.dylib
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libchua.dylib
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libosc.dylib
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libimage.dylib
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libpy.dylib
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libstk.dylib
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libcmidi.dylib
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/librtauhal.dylib
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libipmidi.dylib
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libwidgets.dylib
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libvirtual.dylib
>> >> > -- Installing: /usr/local/Cellar/csound/HEAD/lib/libcsnd.6.0.dylib
>> >> > -- Installing: /usr/local/Cellar/csound/HEAD/lib/libcsnd.dylib
>> >> > -- Installing: /Library/Python/2.7/site-packages/_csnd6.so
>> >> > CMake Error at interfaces/cmake_install.cmake:61 (FILE):
>> >> >   file INSTALL cannot copy file "/tmp/csound-KYls/_csnd6.so" to
>> >> >   "/Library/Python/2.7/site-packages/_csnd6.so".
>> >> > Call Stack (most recent call first):
>> >> >   cmake_install.cmake:56 (INCLUDE)
>> >> >
>> >> >
>> >> > make: *** [install] Error 1
>> >> > ==> Configuration
>> >> > HOMEBREW_VERSION: 0.9.4
>> >> > HEAD: 38629e1de84d5b8f020e02ebe3ca3430a47080ef
>> >> > CPU: dual-core 64-bit penryn
>> >> > OS X: 10.8.3-x86_64
>> >> > Xcode: 4.6.2
>> >> > CLT: 4.6.0.0.1.1365549073
>> >> > X11: 2.7.4 => /opt/X11
>> >> > ==> ENV
>> >> > CC: cc
>> >> > CXX: c++
>> >> > MAKEFLAGS: -j2
>> >> > CMAKE_PREFIX_PATH: /usr/local
>> >> > CMAKE_INCLUDE_PATH:
>> >> >
>> >> >
>> >> > /usr/include/libxml2:/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers/
>> >> > CMAKE_LIBRARY_PATH:
>> >> >
>> >> > /System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
>> >> > PKG_CONFIG_PATH:
>> >> >
>> >> >
>> >> > /usr/local/opt/pcre/lib/pkgconfig:/usr/local/opt/libsndfile/lib/pkgconfig:/usr/local/opt/portaudio/lib/pkgconfig:/usr/local/opt/liblo/lib/pkgconfig:/usr/local/opt/libpng/lib/pkgconfig
>> >> > PKG_CONFIG_LIBDIR:
>> >> > /usr/lib/pkgconfig:/usr/local/Library/ENV/pkgconfig/10.8
>> >> > ACLOCAL_PATH: /usr/local/share/aclocal
>> >> > OBJC: cc
>> >> > PATH:
>> >> >
>> >> >
>> >> > /usr/local/Library/ENV/4.3:/usr/local/opt/cmake/bin:/usr/local/opt/pcre/bin:/usr/local/opt/swig/bin:/usr/local/opt/libsndfile/bin:/usr/local/opt/liblo/bin:/usr/local/opt/libpng/bin:/usr/local/opt/stk/bin:/usr/local/opt/jpeg/bin:/usr/local/opt/fltk/bin:/usr/bin:/bin:/usr/sbin:/sbin
>> >> >
>> >> > Error: csound did not build
>> >> > Logs:       /Users/eddyc/Library/Logs/Homebrew/csound/CMakeCache.txt
>> >> >
>> >> >
>> >> >
>> >> > On 12 May 2013 11:03, Steven Yi  wrote:
>> >> >>
>> >> >> Could you run "brew install --HEAD
>> >> >> http://www.kunstmusik.com/csound.rb
>> >> >> --verbose" and post the verbose output?
>> >> >>
>> >> >> On May 12, 2013 10:47 AM, "Ed Costello" 
>> >> >> wrote:
>> >> >>>
>> >> >>> Ok, still getting errors, heres what happened next....
>> >> >>>
>> >> >>> Marions-MacBook:~ eddyc$ brew link --overwrite libsndfile
>> >> >>> Linking /usr/local/Cellar/libsndfile/1.0.25... 27 symlinks created
>> >> >>> Marions-MacBook:~ eddyc$ brew install
>> >> >>> http://www.kunstmusik.com/csound.rb
>> >> >>>
>> >> >>>
>> >> >>> ########################################################################
>> >> >>> 100.0%
>> >> >>> Error: You must `brew link portaudio portmidi liblo' before csound
>> >> >>> can
>> >> >>> be
>> >> >>> installed
>> >> >>> Marions-MacBook:~ eddyc$ brew link --overwrite portaudio portmidi
>> >> >>> liblo
>> >> >>> Linking /usr/local/Cellar/portaudio/19.20111121... 6 symlinks
>> >> >>> created
>> >> >>> Linking /usr/local/Cellar/portmidi/217... 3 symlinks created
>> >> >>> Linking /usr/local/Cellar/liblo/0.26... 6 symlinks created
>> >> >>> Marions-MacBook:~ eddyc$ brew install
>> >> >>> http://www.kunstmusik.com/csound.rb
>> >> >>>
>> >> >>>
>> >> >>> ########################################################################
>> >> >>> 100.0%
>> >> >>> ==> Downloading
>> >> >>> http://www.kunstmusik.com/Csound-6.0.1-Source.tar.bz2
>> >> >>> Already downloaded: /Library/Caches/Homebrew/csound-6.0.1.tar.bz2
>> >> >>> ==> cmake . -DUSE_GETTEXT=0
>> >> >>> -DCMAKE_INSTALL_PREFIX=/usr/local/Cellar/csound/6.0.
>> >> >>> ==> make install
>> >> >>> Call Stack (most recent call first):
>> >> >>>   cmake_install.cmake:56 (INCLUDE)
>> >> >>>
>> >> >>>
>> >> >>> make: *** [install] Error 1
>> >> >>>
>> >> >>>
>> >> >>> On 11 May 2013 23:39, Steven Yi  wrote:
>> >> >>>>
>> >> >>>> Hey Ed,
>> >> >>>>
>> >> >>>> Sorry, just use "brew link --overwrite libsndfile" and ignore the
>> >> >>>> uninstall/install thing I wrote earlier. :)
>> >> >>>>
>> >> >>>> steven
>> >> >>>>
>> >> >>>> On Sat, May 11, 2013 at 11:31 PM, Steven Yi 
>> >> >>>> wrote:
>> >> >>>> > Hey Ed!
>> >> >>>> >
>> >> >>>> > So for that it's pretty much what it says.  You'll have to use
>> >> >>>> > the
>> >> >>>> > brew installed libsndfile, and to do that you'll probably have
>> >> >>>> > to
>> >> >>>> > do
>> >> >>>> > "brew uninstall libsndfile; brew install --overwrite
>> >> >>>> > libsndfile".
>> >> >>>> > Most
>> >> >>>> > likely when brew tried to link it's libsndfile into /usr/local,
>> >> >>>> > it
>> >> >>>> > encountered your custom built ones and gave up; I wonder if it
>> >> >>>> > didn't
>> >> >>>> > alter something though X_X.  But try getting the brew installed
>> >> >>>> > ones
>> >> >>>> > in there and I think you'll be good for csound building after
>> >> >>>> > that.
>> >> >>>> >
>> >> >>>> > Thanks!
>> >> >>>> > steven
>> >> >>>> >
>> >> >>>> > On Sat, May 11, 2013 at 8:10 PM, Ed Costello
>> >> >>>> >  wrote:
>> >> >>>> >> I get an error saying it requires libsndfile, the thing is I
>> >> >>>> >> already
>> >> >>>> >> have
>> >> >>>> >> libsndfile installed from a previous csound installation,
>> >> >>>> >>
>> >> >>>> >> CMake Error at CMakeLists.txt:339 (message):
>> >> >>>> >>   Csound requires the sndfile library
>> >> >>>> >>
>> >> >>>> >>
>> >> >>>> >> -- Configuring incomplete, errors occurred!
>> >> >>>> >>
>> >> >>>> >> READ THIS:
>> >> >>>> >> https://github.com/mxcl/homebrew/wiki/troubleshooting
>> >> >>>> >>
>> >> >>>> >> Marions-MacBook:~ eddyc$ brew install libsndfile
>> >> >>>> >> Warning: libsndfile-1.0.25 already installed, it's just not
>> >> >>>> >> linked
>> >> >>>> >> Marions-MacBook:~ eddyc$
>> >> >>>> >>
>> >> >>>> >>
>> >> >>>> >>
>> >> >>>> >> On 11 May 2013 18:26, peiman khosravi
>> >> >>>> >> 
>> >> >>>> >> wrote:
>> >> >>>> >>>
>> >> >>>> >>> I get the same errors.
>> >> >>>> >>>
>> >> >>>> >>> P
>> >> >>>> >>>
>> >> >>>> >>>
>> >> >>>> >>>
>> >> >>>> >>>
>> >> >>>> >>>
>> >> >>>> >>>
>> >> >>>> >>> www.peimankhosravi.co.uk || Subscribe to RSS Feed
>> >> >>>> >>>
>> >> >>>> >>> To receive emails about upcoming concerts visit this page &
>> >> >>>> >>> enter
>> >> >>>> >>> your
>> >> >>>> >>> email address in the 'follow' section.
>> >> >>>> >>>
>> >> >>>> >>>
>> >> >>>> >>>
>> >> >>>> >>> On 11 May 2013 16:38, Steven Yi  wrote:
>> >> >>>> >>>>
>> >> >>>> >>>> Hi Jake,
>> >> >>>> >>>>
>> >> >>>> >>>> Thanks very much for the quick report! I'm running into
>> >> >>>> >>>> similar
>> >> >>>> >>>> situations and it has to do with brew trying to install links
>> >> >>>> >>>> but
>> >> >>>> >>>> there are original files there installed from somewhere else
>> >> >>>> >>>> (likely
>> >> >>>> >>>> from a previous csound installer install).  I just did this:
>> >> >>>> >>>>
>> >> >>>> >>>> Error: Could not symlink file:
>> >> >>>> >>>> /usr/local/Cellar/libogg/1.3.0/include/ogg/os_types.h
>> >> >>>> >>>> Target /usr/local/include/ogg/os_types.h already exists. You
>> >> >>>> >>>> may
>> >> >>>> >>>> need
>> >> >>>> >>>> to delete it.
>> >> >>>> >>>> To force the link and overwrite all other conflicting files,
>> >> >>>> >>>> do:
>> >> >>>> >>>>   brew link --overwrite formula_name
>> >> >>>> >>>>
>> >> >>>> >>>> To list all files that would be deleted:
>> >> >>>> >>>>   brew link --overwrite --dry-run formula_name
>> >> >>>> >>>> cp23-119:Formula stevenyi$ brew link --overwrite libogg
>> >> >>>> >>>> Linking /usr/local/Cellar/libogg/1.3.0... 81 symlinks created
>> >> >>>> >>>>
>> >> >>>> >>>> and also did 'brew link --overwrite flac' (and so on for each
>> >> >>>> >>>> lib).
>> >> >>>> >>>>
>> >> >>>> >>>> One note, I'm running into issues in building --universal.
>> >> >>>> >>>> It
>> >> >>>> >>>> seems
>> >> >>>> >>>> some of the formulas can be --universal but they depend on
>> >> >>>> >>>> others
>> >> >>>> >>>> that
>> >> >>>> >>>> don't support universal.  I'm going to see about modifying
>> >> >>>> >>>> some
>> >> >>>> >>>> of
>> >> >>>> >>>> the
>> >> >>>> >>>> dependent homebrew recipes and if that works I'll see if they
>> >> >>>> >>>> get
>> >> >>>> >>>> accepted into the main repo.
>> >> >>>> >>>>
>> >> >>>> >>>> Thanks!
>> >> >>>> >>>> steven
>> >> >>>> >>>>
>> >> >>>> >>>> On Sat, May 11, 2013 at 5:24 PM, Jacob Joaquin
>> >> >>>> >>>> 
>> >> >>>> >>>> wrote:
>> >> >>>> >>>> > Here's my first run through; It breaks at libogg. I'm
>> >> >>>> >>>> > actually
>> >> >>>> >>>> > in
>> >> >>>> >>>> > the
>> >> >>>> >>>> > middle
>> >> >>>> >>>> > of something this morning. I'll spend more time with this
>> >> >>>> >>>> > when
>> >> >>>> >>>> > I
>> >> >>>> >>>> > have
>> >> >>>> >>>> > some:
>> >> >>>> >>>> >
>> >> >>>> >>>> > Quorra ~ $ brew install http://www.kunstmusik.com/csound.rb
>> >> >>>> >>>> >
>> >> >>>> >>>> >
>> >> >>>> >>>> >
>> >> >>>> >>>> >
>> >> >>>> >>>> > ########################################################################
>> >> >>>> >>>> > 100.0%
>> >> >>>> >>>> > Warning: Your Xcode (4.6.1) is outdated
>> >> >>>> >>>> > Please install Xcode 4.6.2.
>> >> >>>> >>>> > ==> Installing csound dependency: cmake
>> >> >>>> >>>> > ==> Downloading
>> >> >>>> >>>> >
>> >> >>>> >>>> >
>> >> >>>> >>>> > https://downloads.sf.net/project/machomebrew/Bottles/cmake-2.8.1
>> >> >>>> >>>> >
>> >> >>>> >>>> >
>> >> >>>> >>>> >
>> >> >>>> >>>> >
>> >> >>>> >>>> > ########################################################################
>> >> >>>> >>>> > 100.0%
>> >> >>>> >>>> > ==> Pouring cmake-2.8.10.2.mountain_lion.bottle.tar.gz
>> >> >>>> >>>> > 🍺  /usr/local/Cellar/cmake/2.8.10.2: 683 files, 32M
>> >> >>>> >>>> > ==> Installing csound dependency: pcre
>> >> >>>> >>>> > ==> Downloading
>> >> >>>> >>>> >
>> >> >>>> >>>> >
>> >> >>>> >>>> > ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre-8.32.
>> >> >>>> >>>> >
>> >> >>>> >>>> >
>> >> >>>> >>>> >
>> >> >>>> >>>> >
>> >> >>>> >>>> > ########################################################################
>> >> >>>> >>>> > 100.0%
>> >> >>>> >>>> >
>> >> >>>> >>>> >
>> >> >>>> >>>> >
>> >> >>>> >>>> >
>> >> >>>> >>>> > ########################################################################
>> >> >>>> >>>> > 100.0%==> ./configure --prefix=/usr/local/Cellar/pcre/8.32
>> >> >>>> >>>> > --enable-utf8
>> >> >>>> >>>> > --enable-unic
>> >> >>>> >>>> > ==> make test
>> >> >>>> >>>> > ==> make install
>> >> >>>> >>>> > 🍺  /usr/local/Cellar/pcre/8.32: 135 files, 3.6M, built in
>> >> >>>> >>>> > 44
>> >> >>>> >>>> > seconds
>> >> >>>> >>>> > ==> Installing csound dependency: swig
>> >> >>>> >>>> > ==> Downloading
>> >> >>>> >>>> >
>> >> >>>> >>>> >
>> >> >>>> >>>> >
>> >> >>>> >>>> >
>> >> >>>> >>>> > http://sourceforge.net/projects/swig/files/swig/swig-2.0.9/swig-2.0.9.tar.gz
>> >> >>>> >>>> >
>> >> >>>> >>>> >
>> >> >>>> >>>> >
>> >> >>>> >>>> >
>> >> >>>> >>>> > ########################################################################
>> >> >>>> >>>> > 100.0%
>> >> >>>> >>>> > ==> ./configure --prefix=/usr/local/Cellar/swig/2.0.9
>> >> >>>> >>>> > ==> make
>> >> >>>> >>>> > ==> make install
>> >> >>>> >>>> > 🍺  /usr/local/Cellar/swig/2.0.9: 599 files, 6.2M, built in
>> >> >>>> >>>> > 45
>> >> >>>> >>>> > seconds
>> >> >>>> >>>> > ==> Installing csound dependency: pkg-config
>> >> >>>> >>>> > ==> Downloading
>> >> >>>> >>>> >
>> >> >>>> >>>> >
>> >> >>>> >>>> >
>> >> >>>> >>>> >
>> >> >>>> >>>> > https://downloads.sf.net/project/machomebrew/Bottles/pkg-config-0.28.mountain_lion.bottle.tar.gz
>> >> >>>> >>>> >
>> >> >>>> >>>> >
>> >> >>>> >>>> >
>> >> >>>> >>>> >
>> >> >>>> >>>> > ########################################################################
>> >> >>>> >>>> > 100.0%
>> >> >>>> >>>> > ==> Pouring pkg-config-0.28.mountain_lion.bottle.tar.gz
>> >> >>>> >>>> > 🍺  /usr/local/Cellar/pkg-config/0.28: 10 files, 636K
>> >> >>>> >>>> > ==> Installing csound dependency: lame
>> >> >>>> >>>> > ==> Downloading
>> >> >>>> >>>> >
>> >> >>>> >>>> >
>> >> >>>> >>>> >
>> >> >>>> >>>> > http://downloads.sourceforge.net/sourceforge/lame/lame-3.99.5.tar.gz
>> >> >>>> >>>> >
>> >> >>>> >>>> >
>> >> >>>> >>>> >
>> >> >>>> >>>> >
>> >> >>>> >>>> > ########################################################################
>> >> >>>> >>>> > 100.0%
>> >> >>>> >>>> > ==> ./configure --prefix=/usr/local/Cellar/lame/3.99.5
>> >> >>>> >>>> > --enable-nasm
>> >> >>>> >>>> > ==> make install
>> >> >>>> >>>> > 🍺  /usr/local/Cellar/lame/3.99.5: 25 files, 2.1M, built in
>> >> >>>> >>>> > 27
>> >> >>>> >>>> > seconds
>> >> >>>> >>>> > ==> Installing csound dependency: flac
>> >> >>>> >>>> > ==> Downloading
>> >> >>>> >>>> >
>> >> >>>> >>>> >
>> >> >>>> >>>> >
>> >> >>>> >>>> > http://downloads.sourceforge.net/sourceforge/flac/flac-1.2.1.tar.gz
>> >> >>>> >>>> >
>> >> >>>> >>>> >
>> >> >>>> >>>> >
>> >> >>>> >>>> >
>> >> >>>> >>>> > ########################################################################
>> >> >>>> >>>> > 100.0%
>> >> >>>> >>>> > ==> ./configure --disable-asm-optimizations --enable-sse
>> >> >>>> >>>> > --prefix=/usr/local/Cellar/flac/1.2.1
>> >> >>>> >>>> > --mandir=/usr/local/Cellar/flac/1.2.1/share/man
>> >> >>>> >>>> > ==> make install
>> >> >>>> >>>> > ==> Downloading
>> >> >>>> >>>> > https://github.com/rmndk/flac2mp3/archive/v1.0.tar.gz
>> >> >>>> >>>> >
>> >> >>>> >>>> >
>> >> >>>> >>>> >
>> >> >>>> >>>> >
>> >> >>>> >>>> > ########################################################################
>> >> >>>> >>>> > 100.0%
>> >> >>>> >>>> > Warning: Could not link flac. Unlinking...
>> >> >>>> >>>> > Error: The `brew link` step did not complete successfully
>> >> >>>> >>>> > The formula built, but is not symlinked into /usr/local
>> >> >>>> >>>> > You can try again using `brew link flac'
>> >> >>>> >>>> > ==> Summary
>> >> >>>> >>>> > 🍺  /usr/local/Cellar/flac/1.2.1: 304 files, 6.5M, built in
>> >> >>>> >>>> > 47
>> >> >>>> >>>> > seconds
>> >> >>>> >>>> > ==> Installing csound dependency: libogg
>> >> >>>> >>>> > ==> Downloading
>> >> >>>> >>>> > http://downloads.xiph.org/releases/ogg/libogg-1.3.0.tar.gz
>> >> >>>> >>>> >
>> >> >>>> >>>> >
>> >> >>>> >>>> >
>> >> >>>> >>>> >
>> >> >>>> >>>> > ########################################################################
>> >> >>>> >>>> > 100.0%
>> >> >>>> >>>> > ==> ./configure --prefix=/usr/local/Cellar/libogg/1.3.0
>> >> >>>> >>>> > ==> make
>> >> >>>> >>>> > ==> make install
>> >> >>>> >>>> > Warning: Could not link libogg. Unlinking...
>> >> >>>> >>>> > Error: The `brew link` step did not complete successfully
>> >> >>>> >>>> > The formula built, but is not symlinked into /usr/local
>> >> >>>> >>>> > You can try again using `brew link libogg'
>> >> >>>> >>>> > ==> Summary
>> >> >>>> >>>> > 🍺  /usr/local/Cellar/libogg/1.3.0: 85 files, 520K, built
>> >> >>>> >>>> > in
>> >> >>>> >>>> > 11
>> >> >>>> >>>> > seconds
>> >> >>>> >>>> > ==> Installing csound dependency: xz
>> >> >>>> >>>> > ==> Downloading http://tukaani.org/xz/xz-5.0.4.tar.bz2
>> >> >>>> >>>> >
>> >> >>>> >>>> >
>> >> >>>> >>>> >
>> >> >>>> >>>> >
>> >> >>>> >>>> > ########################################################################
>> >> >>>> >>>> > 100.0%
>> >> >>>> >>>> > ==> ./configure --prefix=/usr/local/Cellar/xz/5.0.4
>> >> >>>> >>>> > ==> make install
>> >> >>>> >>>> > 🍺  /usr/local/Cellar/xz/5.0.4: 58 files, 1.5M, built in 27
>> >> >>>> >>>> > seconds
>> >> >>>> >>>> > Error: You must `brew link libogg' before libvorbis can be
>> >> >>>> >>>> > installed
>> >> >>>> >>>> >
>> >> >>>> >>>> >
>> >> >>>> >>>> >
>> >> >>>> >>>> >
>> >> >>>> >>>> >
>> >> >>>> >>>> > On Sat, May 11, 2013 at 8:21 AM, Jacob Joaquin
>> >> >>>> >>>> > 
>> >> >>>> >>>> > wrote:
>> >> >>>> >>>> >>
>> >> >>>> >>>> >> I ran into an error which was resolved by updating brew:
>> >> >>>> >>>> >>
>> >> >>>> >>>> >> brew update
>> >> >>>> >>>> >>
>> >> >>>> >>>> >> It's currently downloading and installing dependencies.
>> >> >>>> >>>> >> We'll
>> >> >>>> >>>> >> see how
>> >> >>>> >>>> >> this
>> >> >>>> >>>> >> goes.
>> >> >>>> >>>> >>
>> >> >>>> >>>> >>
>> >> >>>> >>>> >> On Sat, May 11, 2013 at 8:12 AM, Steven Yi
>> >> >>>> >>>> >> 
>> >> >>>> >>>> >> wrote:
>> >> >>>> >>>> >>>
>> >> >>>> >>>> >>> Hi All,
>> >> >>>> >>>> >>>
>> >> >>>> >>>> >>> I've put together a homebrew [1]  file and was hoping to
>> >> >>>> >>>> >>> get
>> >> >>>> >>>> >>> some
>> >> >>>> >>>> >>> people to test it.  If it's working well maybe we can
>> >> >>>> >>>> >>> submit
>> >> >>>> >>>> >>> it
>> >> >>>> >>>> >>> to
>> >> >>>> >>>> >>> the
>> >> >>>> >>>> >>> homebrew repo.  The file is available at:
>> >> >>>> >>>> >>>
>> >> >>>> >>>> >>> http://www.kunstmusik.com/csound.rb
>> >> >>>> >>>> >>>
>> >> >>>> >>>> >>> You can try installing it by using:
>> >> >>>> >>>> >>>
>> >> >>>> >>>> >>> brew install http://www.kunstmusik.com/csound.rb
>> >> >>>> >>>> >>>
>> >> >>>> >>>> >>> This builds with a source zip I put together from today's
>> >> >>>> >>>> >>> GIT
>> >> >>>> >>>> >>> (using
>> >> >>>> >>>> >>> 'cpack package_source').  If you want to use the latest
>> >> >>>> >>>> >>> from
>> >> >>>> >>>> >>> GIT
>> >> >>>> >>>> >>> (recommended at this point) you can use:
>> >> >>>> >>>> >>>
>> >> >>>> >>>> >>> brew install --HEAD http://www.kunstmusik.com/csound.rb
>> >> >>>> >>>> >>>
>> >> >>>> >>>> >>> This should also install the following dependencies:
>> >> >>>> >>>> >>>
>> >> >>>> >>>> >>>   depends_on 'cmake' => :build
>> >> >>>> >>>> >>>   depends_on 'swig' => :build
>> >> >>>> >>>> >>>
>> >> >>>> >>>> >>>   depends_on 'libsndfile'
>> >> >>>> >>>> >>>
>> >> >>>> >>>> >>>   depends_on 'portaudio' => :recommended
>> >> >>>> >>>> >>>   depends_on 'portmidi' => :recommended
>> >> >>>> >>>> >>>   depends_on 'liblo' => :recommended
>> >> >>>> >>>> >>>   depends_on 'boost' => :recommended
>> >> >>>> >>>> >>>   depends_on 'libpng' => :recommended
>> >> >>>> >>>> >>>   depends_on 'stk' => :recommended
>> >> >>>> >>>> >>>
>> >> >>>> >>>> >>> You can get info on flags by using:
>> >> >>>> >>>> >>>
>> >> >>>> >>>> >>> brew info http://www.kunstmusik.com/csound.rb
>> >> >>>> >>>> >>>
>> >> >>>> >>>> >>> and can (or, at least, should) be able to build as a
>> >> >>>> >>>> >>> --universal
>> >> >>>> >>>> >>> using:
>> >> >>>> >>>> >>>
>> >> >>>> >>>> >>> brew install --HEAD http://www.kunstmusik.com/csound.rb
>> >> >>>> >>>> >>> --universal
>> >> >>>> >>>> >>>
>> >> >>>> >>>> >>> Some notes:
>> >> >>>> >>>> >>>
>> >> >>>> >>>> >>> 1) There are likely to be problems.  Please report issues
>> >> >>>> >>>> >>> here
>> >> >>>> >>>> >>> so
>> >> >>>> >>>> >>> that
>> >> >>>> >>>> >>> we can fix them together. :)
>> >> >>>> >>>> >>>
>> >> >>>> >>>> >>> 2) The csound cmake file installs things into places that
>> >> >>>> >>>> >>> may
>> >> >>>> >>>> >>> be
>> >> >>>> >>>> >>> protected on your system. The particularly relevant ones
>> >> >>>> >>>> >>> are
>> >> >>>> >>>> >>> /usr/local, /Library/Python/2.7/site-packages, and
>> >> >>>> >>>> >>> /Library/Java/Extensions.  Homebrew explains how to deal
>> >> >>>> >>>> >>> with
>> >> >>>> >>>> >>> the
>> >> >>>> >>>> >>> latter 2 directores in [2]. There's info about /usr/local
>> >> >>>> >>>> >>> on
>> >> >>>> >>>> >>> the
>> >> >>>> >>>> >>> homebrew site [1].
>> >> >>>> >>>> >>>
>> >> >>>> >>>> >>> 3) I'm currently thinking this might be the best way to
>> >> >>>> >>>> >>> get
>> >> >>>> >>>> >>> everything
>> >> >>>> >>>> >>> required to build csound installed on OSX.  The idea is
>> >> >>>> >>>> >>> that
>> >> >>>> >>>> >>> once you
>> >> >>>> >>>> >>> install once, you'll have everything you need to also
>> >> >>>> >>>> >>> clone
>> >> >>>> >>>> >>> Csound's
>> >> >>>> >>>> >>> git repo and develop/build/install.
>> >> >>>> >>>> >>>
>> >> >>>> >>>> >>> Thanks!
>> >> >>>> >>>> >>> steven
>> >> >>>> >>>> >>>
>> >> >>>> >>>> >>> [1] - http://brew.sh/
>> >> >>>> >>>> >>> [2] -
>> >> >>>> >>>> >>>
>> >> >>>> >>>> >>>
>> >> >>>> >>>> >>>
>> >> >>>> >>>> >>> https://github.com/mxcl/homebrew/wiki/Gems%2C-Eggs-and-Perl-Modules
>> >> >>>> >>>> >>>
>> >> >>>> >>>> >>>
>> >> >>>> >>>> >>>
>> >> >>>> >>>> >>>
>> >> >>>> >>>> >>>
>> >> >>>> >>>> >>>
>> >> >>>> >>>> >>> ------------------------------------------------------------------------------
>> >> >>>> >>>> >>> Learn Graph Databases - Download FREE O'Reilly Book
>> >> >>>> >>>> >>> "Graph Databases" is the definitive new guide to graph
>> >> >>>> >>>> >>> databases and
>> >> >>>> >>>> >>> their applications. This 200-page book is written by
>> >> >>>> >>>> >>> three
>> >> >>>> >>>> >>> acclaimed
>> >> >>>> >>>> >>> leaders in the field. The early access version is
>> >> >>>> >>>> >>> available
>> >> >>>> >>>> >>> now.
>> >> >>>> >>>> >>> Download your free book today!
>> >> >>>> >>>> >>> http://p.sf.net/sfu/neotech_d2d_may
>> >> >>>> >>>> >>> _______________________________________________
>> >> >>>> >>>> >>> Csound-devel mailing list
>> >> >>>> >>>> >>> Csound-devel@lists.sourceforge.net
>> >> >>>> >>>> >>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>> >> >>>> >>>> >>
>> >> >>>> >>>> >>
>> >> >>>> >>>> >>
>> >> >>>> >>>> >>
>> >> >>>> >>>> >> --
>> >> >>>> >>>> >> codehop.com | #code #art #music
>> >> >>>> >>>> >
>> >> >>>> >>>> >
>> >> >>>> >>>> >
>> >> >>>> >>>> >
>> >> >>>> >>>> > --
>> >> >>>> >>>> > codehop.com | #code #art #music
>> >> >>>> >>>> >
>> >> >>>> >>>> >
>> >> >>>> >>>> >
>> >> >>>> >>>> >
>> >> >>>> >>>> >
>> >> >>>> >>>> > ------------------------------------------------------------------------------
>> >> >>>> >>>> > Learn Graph Databases - Download FREE O'Reilly Book
>> >> >>>> >>>> > "Graph Databases" is the definitive new guide to graph
>> >> >>>> >>>> > databases
>> >> >>>> >>>> > and
>> >> >>>> >>>> > their applications. This 200-page book is written by three
>> >> >>>> >>>> > acclaimed
>> >> >>>> >>>> > leaders in the field. The early access version is available
>> >> >>>> >>>> > now.
>> >> >>>> >>>> > Download your free book today!
>> >> >>>> >>>> > http://p.sf.net/sfu/neotech_d2d_may
>> >> >>>> >>>> > _______________________________________________
>> >> >>>> >>>> > Csound-devel mailing list
>> >> >>>> >>>> > Csound-devel@lists.sourceforge.net
>> >> >>>> >>>> > https://lists.sourceforge.net/lists/listinfo/csound-devel
>> >> >>>> >>>> >
>> >> >>>> >>>>
>> >> >>>> >>>>
>> >> >>>> >>>>
>> >> >>>> >>>>
>> >> >>>> >>>>
>> >> >>>> >>>> ------------------------------------------------------------------------------
>> >> >>>> >>>> Learn Graph Databases - Download FREE O'Reilly Book
>> >> >>>> >>>> "Graph Databases" is the definitive new guide to graph
>> >> >>>> >>>> databases
>> >> >>>> >>>> and
>> >> >>>> >>>> their applications. This 200-page book is written by three
>> >> >>>> >>>> acclaimed
>> >> >>>> >>>> leaders in the field. The early access version is available
>> >> >>>> >>>> now.
>> >> >>>> >>>> Download your free book today!
>> >> >>>> >>>> http://p.sf.net/sfu/neotech_d2d_may
>> >> >>>> >>>> _______________________________________________
>> >> >>>> >>>> Csound-devel mailing list
>> >> >>>> >>>> Csound-devel@lists.sourceforge.net
>> >> >>>> >>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>> >> >>>> >>>
>> >> >>>> >>>
>> >> >>>> >>>
>> >> >>>> >>>
>> >> >>>> >>>
>> >> >>>> >>>
>> >> >>>> >>>
>> >> >>>> >>> ------------------------------------------------------------------------------
>> >> >>>> >>> Learn Graph Databases - Download FREE O'Reilly Book
>> >> >>>> >>> "Graph Databases" is the definitive new guide to graph
>> >> >>>> >>> databases
>> >> >>>> >>> and
>> >> >>>> >>> their applications. This 200-page book is written by three
>> >> >>>> >>> acclaimed
>> >> >>>> >>> leaders in the field. The early access version is available
>> >> >>>> >>> now.
>> >> >>>> >>> Download your free book today!
>> >> >>>> >>> http://p.sf.net/sfu/neotech_d2d_may
>> >> >>>> >>> _______________________________________________
>> >> >>>> >>> Csound-devel mailing list
>> >> >>>> >>> Csound-devel@lists.sourceforge.net
>> >> >>>> >>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>> >> >>>> >>>
>> >> >>>> >>
>> >> >>>> >>
>> >> >>>> >>
>> >> >>>> >>
>> >> >>>> >>
>> >> >>>> >> ------------------------------------------------------------------------------
>> >> >>>> >> Learn Graph Databases - Download FREE O'Reilly Book
>> >> >>>> >> "Graph Databases" is the definitive new guide to graph
>> >> >>>> >> databases
>> >> >>>> >> and
>> >> >>>> >> their applications. This 200-page book is written by three
>> >> >>>> >> acclaimed
>> >> >>>> >> leaders in the field. The early access version is available
>> >> >>>> >> now.
>> >> >>>> >> Download your free book today!
>> >> >>>> >> http://p.sf.net/sfu/neotech_d2d_may
>> >> >>>> >> _______________________________________________
>> >> >>>> >> Csound-devel mailing list
>> >> >>>> >> Csound-devel@lists.sourceforge.net
>> >> >>>> >> https://lists.sourceforge.net/lists/listinfo/csound-devel
>> >> >>>> >>
>> >> >>>>
>> >> >>>>
>> >> >>>>
>> >> >>>>
>> >> >>>> ------------------------------------------------------------------------------
>> >> >>>> Learn Graph Databases - Download FREE O'Reilly Book
>> >> >>>> "Graph Databases" is the definitive new guide to graph databases
>> >> >>>> and
>> >> >>>> their applications. This 200-page book is written by three
>> >> >>>> acclaimed
>> >> >>>> leaders in the field. The early access version is available now.
>> >> >>>> Download your free book today! http://p.sf.net/sfu/neotech_d2d_may
>> >> >>>> _______________________________________________
>> >> >>>> Csound-devel mailing list
>> >> >>>> Csound-devel@lists.sourceforge.net
>> >> >>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>> >> >>>
>> >> >>>
>> >> >>>
>> >> >>>
>> >> >>>
>> >> >>>
>> >> >>> ------------------------------------------------------------------------------
>> >> >>> Learn Graph Databases - Download FREE O'Reilly Book
>> >> >>> "Graph Databases" is the definitive new guide to graph databases
>> >> >>> and
>> >> >>> their applications. This 200-page book is written by three
>> >> >>> acclaimed
>> >> >>> leaders in the field. The early access version is available now.
>> >> >>> Download your free book today! http://p.sf.net/sfu/neotech_d2d_may
>> >> >>> _______________________________________________
>> >> >>> Csound-devel mailing list
>> >> >>> Csound-devel@lists.sourceforge.net
>> >> >>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>> >> >>>
>> >> >>
>> >> >>
>> >> >>
>> >> >>
>> >> >> ------------------------------------------------------------------------------
>> >> >> Learn Graph Databases - Download FREE O'Reilly Book
>> >> >> "Graph Databases" is the definitive new guide to graph databases and
>> >> >> their applications. This 200-page book is written by three acclaimed
>> >> >> leaders in the field. The early access version is available now.
>> >> >> Download your free book today! http://p.sf.net/sfu/neotech_d2d_may
>> >> >> _______________________________________________
>> >> >> Csound-devel mailing list
>> >> >> Csound-devel@lists.sourceforge.net
>> >> >> https://lists.sourceforge.net/lists/listinfo/csound-devel
>> >> >>
>> >> >
>> >> >
>> >> >
>> >> >
>> >> > ------------------------------------------------------------------------------
>> >> > Learn Graph Databases - Download FREE O'Reilly Book
>> >> > "Graph Databases" is the definitive new guide to graph databases and
>> >> > their applications. This 200-page book is written by three acclaimed
>> >> > leaders in the field. The early access version is available now.
>> >> > Download your free book today! http://p.sf.net/sfu/neotech_d2d_may
>> >> > _______________________________________________
>> >> > Csound-devel mailing list
>> >> > Csound-devel@lists.sourceforge.net
>> >> > https://lists.sourceforge.net/lists/listinfo/csound-devel
>> >> >
>> >>
>> >>
>> >>
>> >> ------------------------------------------------------------------------------
>> >> Learn Graph Databases - Download FREE O'Reilly Book
>> >> "Graph Databases" is the definitive new guide to graph databases and
>> >> their applications. This 200-page book is written by three acclaimed
>> >> leaders in the field. The early access version is available now.
>> >> Download your free book today! http://p.sf.net/sfu/neotech_d2d_may
>> >> _______________________________________________
>> >> Csound-devel mailing list
>> >> Csound-devel@lists.sourceforge.net
>> >> https://lists.sourceforge.net/lists/listinfo/csound-devel
>> >
>> >
>> >
>> >
>> > ------------------------------------------------------------------------------
>> > Learn Graph Databases - Download FREE O'Reilly Book
>> > "Graph Databases" is the definitive new guide to graph databases and
>> > their applications. This 200-page book is written by three acclaimed
>> > leaders in the field. The early access version is available now.
>> > Download your free book today! http://p.sf.net/sfu/neotech_d2d_may
>> > _______________________________________________
>> > Csound-devel mailing list
>> > Csound-devel@lists.sourceforge.net
>> > https://lists.sourceforge.net/lists/listinfo/csound-devel
>> >
>>
>>
>> ------------------------------------------------------------------------------
>> Learn Graph Databases - Download FREE O'Reilly Book
>> "Graph Databases" is the definitive new guide to graph databases and
>> their applications. This 200-page book is written by three acclaimed
>> leaders in the field. The early access version is available now.
>> Download your free book today! http://p.sf.net/sfu/neotech_d2d_may
>> _______________________________________________
>> Csound-devel mailing list
>> Csound-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>
>
>
> ------------------------------------------------------------------------------
> Learn Graph Databases - Download FREE O'Reilly Book
> "Graph Databases" is the definitive new guide to graph databases and
> their applications. This 200-page book is written by three acclaimed
> leaders in the field. The early access version is available now.
> Download your free book today! http://p.sf.net/sfu/neotech_d2d_may
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel
>

------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and 
their applications. This 200-page book is written by three acclaimed 
leaders in the field. The early access version is available now. 
Download your free book today! http://p.sf.net/sfu/neotech_d2d_may
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net
https://lists.

Date2013-05-12 16:43
FromSteven Yi
SubjectRe: [Cs-dev] OSX: Homebrew
Hi Charlie,

Could you run the install with --verbose and paste here the error that
happens?  It should hopefully be easy to diagnose from there.

Thanks!
steven

On Sun, May 12, 2013 at 5:36 PM, Baker Charles  wrote:
>
> stephen
> got further, died on the chua opcode:
>
> [ 71%] Building CXX object Opcodes/CMakeFiles/chua.dir/chua/ChuaOscillator.cpp.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-AbQG
> Linking CXX shared library ../libchua.dylib
> [ 71%] Built target chua
> make: *** [all] Error 2
>
> then ,trying again:
>
>
> Copying OS X content CsoundLib64.framework/Versions/6.0/Headers/text.h
> Copying OS X content CsoundLib64.framework/Versions/6.0/Headers/version.h
> Linking C shared library CsoundLib64.framework/Versions/6.0/CsoundLib64
> [ 72%] Built target CsoundLib64
> make: *** [all] Error 2
>
> thanks
> charlie
>
>
>
> On May 11, 2013, at 5:59 PM, Steven Yi  wrote:
>
>> Hi Charlie,
>>
>> I just got a chance to run through it all.  I modified the build
>> recipe to use -DUSE_GETTEXT=0 when configuring the csound build.  I've
>> updated the csound.rb on my site, could you try another build now?
>> (the formula should have this line now:
>>
>>    system "cmake", ".", "-DUSE_GETTEXT=0", *std_cmake_args
>>
>> )
>>
>> Thanks!
>> steven
>>
>> On Sat, May 11, 2013 at 8:10 PM, Baker Charles  wrote:
>>>
>>> For my attempt with home-brew , I got through all dependancy download/updates,
>>> but I have given up with this error in the make of csound, with a complaint about  internationalization lib:
>>>
>>>> Cloning git://git.code.sourceforge.net/p/csound/csound6-git
>>>> Updating /Library/Caches/Homebrew/csound--git
>>> ==> cmake . -DCMAKE_INSTALL_PREFIX=/usr/local/Cellar/csound/HEAD -DCMAKE_BUILD_TYPE=None -DCMAKE_FIND_FRAMEWORK=LAST -Wno-dev
>>> Please set them or make sure they are set and tested correctly in the CMake files:
>>> LIBINTL_LIBRARY
>>>   linked by target "CsoundLib64" in directory /tmp/csound-XX7m
>>>
>>> -- Configuring incomplete, errors occurred!
>>>
>>>
>>> Any ideas ?
>>> Charlie B
>>>
>>> cfbakaj2k
>>>
>>> On May 11, 2013, at 11:12 AM, Steven Yi  wrote:
>>>
>>>> Hi All,
>>>>
>>>> I've put together a homebrew [1]  file and was hoping to get some
>>>> people to test it.  If it's working well maybe we can submit it to the
>>>> homebrew repo.  The file is available at:
>>>>
>>>> http://www.kunstmusik.com/csound.rb
>>>>
>>>> You can try installing it by using:
>>>>
>>>> brew install http://www.kunstmusik.com/csound.rb
>>>>
>>>> This builds with a source zip I put together from today's GIT (using
>>>> 'cpack package_source').  If you want to use the latest from GIT
>>>> (recommended at this point) you can use:
>>>>
>>>> brew install --HEAD http://www.kunstmusik.com/csound.rb
>>>>
>>>> This should also install the following dependencies:
>>>>
>>>> depends_on 'cmake' => :build
>>>> depends_on 'swig' => :build
>>>>
>>>> depends_on 'libsndfile'
>>>>
>>>> depends_on 'portaudio' => :recommended
>>>> depends_on 'portmidi' => :recommended
>>>> depends_on 'liblo' => :recommended
>>>> depends_on 'boost' => :recommended
>>>> depends_on 'libpng' => :recommended
>>>> depends_on 'stk' => :recommended
>>>>
>>>> You can get info on flags by using:
>>>>
>>>> brew info http://www.kunstmusik.com/csound.rb
>>>>
>>>> and can (or, at least, should) be able to build as a --universal using:
>>>>
>>>> brew install --HEAD http://www.kunstmusik.com/csound.rb --universal
>>>>
>>>> Some notes:
>>>>
>>>> 1) There are likely to be problems.  Please report issues here so that
>>>> we can fix them together. :)
>>>>
>>>> 2) The csound cmake file installs things into places that may be
>>>> protected on your system. The particularly relevant ones are
>>>> /usr/local, /Library/Python/2.7/site-packages, and
>>>> /Library/Java/Extensions.  Homebrew explains how to deal with the
>>>> latter 2 directores in [2]. There's info about /usr/local on the
>>>> homebrew site [1].
>>>>
>>>> 3) I'm currently thinking this might be the best way to get everything
>>>> required to build csound installed on OSX.  The idea is that once you
>>>> install once, you'll have everything you need to also clone Csound's
>>>> git repo and develop/build/install.
>>>>
>>>> Thanks!
>>>> steven
>>>>
>>>> [1] - http://brew.sh/
>>>> [2] - https://github.com/mxcl/homebrew/wiki/Gems%2C-Eggs-and-Perl-Modules
>>>>
>>>> ------------------------------------------------------------------------------
>>>> Learn Graph Databases - Download FREE O'Reilly Book
>>>> "Graph Databases" is the definitive new guide to graph databases and
>>>> their applications. This 200-page book is written by three acclaimed
>>>> leaders in the field. The early access version is available now.
>>>> Download your free book today! http://p.sf.net/sfu/neotech_d2d_may
>>>> _______________________________________________
>>>> Csound-devel mailing list
>>>> Csound-devel@lists.sourceforge.net
>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>
>>>
>>> ------------------------------------------------------------------------------
>>> Learn Graph Databases - Download FREE O'Reilly Book
>>> "Graph Databases" is the definitive new guide to graph databases and
>>> their applications. This 200-page book is written by three acclaimed
>>> leaders in the field. The early access version is available now.
>>> Download your free book today! http://p.sf.net/sfu/neotech_d2d_may
>>> _______________________________________________
>>> Csound-devel mailing list
>>> Csound-devel@lists.sourceforge.net
>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>
>> ------------------------------------------------------------------------------
>> Learn Graph Databases - Download FREE O'Reilly Book
>> "Graph Databases" is the definitive new guide to graph databases and
>> their applications. This 200-page book is written by three acclaimed
>> leaders in the field. The early access version is available now.
>> Download your free book today! http://p.sf.net/sfu/neotech_d2d_may
>> _______________________________________________
>> Csound-devel mailing list
>> Csound-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>
>
> ------------------------------------------------------------------------------
> Learn Graph Databases - Download FREE O'Reilly Book
> "Graph Databases" is the definitive new guide to graph databases and
> their applications. This 200-page book is written by three acclaimed
> leaders in the field. The early access version is available now.
> Download your free book today! http://p.sf.net/sfu/neotech_d2d_may
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel

------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and 
their applications. This 200-page book is written by three acclaimed 
leaders in the field. The early access version is available now. 
Download your free book today! http://p.sf.net/sfu/neotech_d2d_may
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2013-05-12 17:14
FromEd Costello
SubjectRe: [Cs-dev] OSX: Homebrew
AttachmentsNone  None  
Ah thats where it is! I was looking in /Library/Frameworks but obviously Homebrew wouldn't have permissions to write there. 
Thanks!


On 12 May 2013 17:41, Steven Yi <stevenyi@gmail.com> wrote:
Hi Ed,

The CsoundLib64.framework should be installed in
~/Library/Frameworks/CsoundLib64.framework.  Victor and I had chatted
about this and it seemed to make sense to install the user's framework
folder when building, and for the installer to allow that to install
to the system's framework folder.  My thought for how to proceed from
here is that it would be very nice to have a homebrew CsoundQT build
as well, so advanced users can install both and use the bleeding edge
for both.  The idea too is that the CsoundQT build could link to the
user's framework.  Of course, I haven't mentioned this to Andres yet,
but hopefully he'll see this email. :D

steven

On Sun, May 12, 2013 at 3:08 PM, Ed Costello <edwardcostello@gmail.com> wrote:
> Am I right in thinking that this doesn't install the framework or header
> files?
>
>
> On 12 May 2013 14:57, Steven Yi <stevenyi@gmail.com> wrote:
>>
>> Ah, that's great!  Yeah, that's just the nature of homebrew.  It
>> builds in its cellar directories, then links to /usr/local.  If it
>> finds something there, it doesn't try to overwrite by default.  Using
>> --overwrite is appropriate in this situation.  At this point, for
>> future builds, say, if you want to keep up with the latest from git,
>> all you'll have to do is the brew installed --HEAD csound and you're
>> good to go.
>>
>> On Sun, May 12, 2013 at 2:45 PM, Ed Costello <edwardcostello@gmail.com>
>> wrote:
>> > Got it installed, however I had to do a brew link --overwrite csound,
>> > heres
>> > the output
>> >
>> > Warning: Could not link csound. Unlinking...
>> > Error: The `brew link` step did not complete successfully
>> > The formula built, but is not symlinked into /usr/local
>> > You can try again using `brew link csound'
>> > Warning: Could not fix install names for
>> > /usr/local/Cellar/csound/HEAD/bin/srconv
>> > Warning: Could not fix install names for
>> > /usr/local/Cellar/csound/HEAD/bin/sndinfo
>> > Warning: Could not fix install names for
>> > /usr/local/Cellar/csound/HEAD/bin/scsort
>> > Warning: Could not fix install names for
>> > /usr/local/Cellar/csound/HEAD/bin/scope
>> > Warning: Could not fix install names for
>> > /usr/local/Cellar/csound/HEAD/bin/scale
>> > Warning: Could not fix install names for
>> > /usr/local/Cellar/csound/HEAD/bin/pvlook
>> > Warning: Could not fix install names for
>> > /usr/local/Cellar/csound/HEAD/bin/pvanal
>> > Warning: Could not fix install names for
>> > /usr/local/Cellar/csound/HEAD/bin/pv_import
>> > Warning: Could not fix install names for
>> > /usr/local/Cellar/csound/HEAD/bin/pv_export
>> > Warning: Could not fix install names for
>> > /usr/local/Cellar/csound/HEAD/bin/mixer
>> > Warning: Could not fix install names for
>> > /usr/local/Cellar/csound/HEAD/bin/lpc_import
>> > Warning: Could not fix install names for
>> > /usr/local/Cellar/csound/HEAD/bin/lpc_export
>> > Warning: Could not fix install names for
>> > /usr/local/Cellar/csound/HEAD/bin/lpanal
>> > Warning: Could not fix install names for
>> > /usr/local/Cellar/csound/HEAD/bin/hetro
>> > Warning: Could not fix install names for
>> > /usr/local/Cellar/csound/HEAD/bin/het_import
>> > Warning: Could not fix install names for
>> > /usr/local/Cellar/csound/HEAD/bin/het_export
>> > Warning: Could not fix install names for
>> > /usr/local/Cellar/csound/HEAD/bin/extractor
>> > Warning: Could not fix install names for
>> > /usr/local/Cellar/csound/HEAD/bin/extract
>> > Warning: Could not fix install names for
>> > /usr/local/Cellar/csound/HEAD/bin/envext
>> > Warning: Could not fix install names for
>> > /usr/local/Cellar/csound/HEAD/bin/dnoise
>> > Warning: Could not fix install names for
>> > /usr/local/Cellar/csound/HEAD/bin/cvanal
>> > Warning: Could not fix install names for
>> > /usr/local/Cellar/csound/HEAD/bin/csound
>> > Warning: Could not fix install names for
>> > /usr/local/Cellar/csound/HEAD/bin/csanalyze
>> > Warning: Could not fix install names for
>> > /usr/local/Cellar/csound/HEAD/bin/atsa
>> > Warning: Could not fix install names for
>> > /usr/local/Cellar/csound/HEAD/lib/luaCsnd6.so
>> > Warning: Could not fix install names for
>> > /usr/local/Cellar/csound/HEAD/lib/libcsnd.6.0.dylib
>> > ==> Summary
>> > 🍺  /usr/local/Cellar/csound/HEAD: 34 files, 1.6M, built in 2.2 minutes
>> > Marions-MacBook:~ eddyc$ brew link csound
>> > Linking /usr/local/Cellar/csound/HEAD... Warning: Could not link csound.
>> > Unlinking...
>> >
>> > Error: Could not symlink file: /usr/local/Cellar/csound/HEAD/bin/srconv
>> > Target /usr/local/bin/srconv already exists. You may need to delete it.
>> > To force the link and delete this file, do:
>> >   brew link --overwrite formula_name
>> >
>> > To list all files that would be deleted:
>> >   brew link --overwrite --dry-run formula_name
>> > Marions-MacBook:~ eddyc$ brew link --overwrite csound
>> > Linking /usr/local/Cellar/csound/HEAD... 29 symlinks created
>> >
>> >
>> > On 12 May 2013 14:18, Steven Yi <stevenyi@gmail.com> wrote:
>> >>
>> >> Hi Ed,
>> >>
>> >> Yeah I mentioned this situation in my first email:
>> >>
>> >> "2) The csound cmake file installs things into places that may be
>> >> protected on your system. The particularly relevant ones are
>> >> /usr/local, /Library/Python/2.7/site-packages, and
>> >> /Library/Java/Extensions.  Homebrew explains how to deal with the
>> >> latter 2 directores in [2]. There's info about /usr/local on the
>> >> homebrew site [1]."
>> >>
>> >> The link for number 2 is:
>> >>
>> >> https://github.com/mxcl/homebrew/wiki/Gems%2C-Eggs-and-Perl-Modules
>> >>
>> >> The essentialy thing to run is:
>> >>
>> >> sudo chmod +a 'user:YOUR_NAME_HERE allow
>> >> add_subdirectory,add_file,delete_child,directory_inherit'
>> >> /Library/Python/2.7/site-packages
>> >> sudo chmod +a 'user:YOUR_NAME_HERE allow
>> >> add_subdirectory,add_file,delete_child,directory_inherit'
>> >> /Library/Java/Extensions
>> >>
>> >> where YOUR_NAME_HERE is your system user name.
>> >>
>> >> After that, you should be able to install.
>> >>
>> >> Let me know how it goes for you!
>> >> steven
>> >>
>> >>
>> >> On Sun, May 12, 2013 at 12:12 PM, Ed Costello
>> >> <edwardcostello@gmail.com>
>> >> wrote:
>> >> > Here ya go, I think the installer is having trouble with copying
>> >> > _csnd6.so
>> >> > into my python site packages directory
>> >> >
>> >> > Marions-MacBook:~ eddyc$ brew install --HEAD
>> >> > http://www.kunstmusik.com/csound.rb --verbose
>> >> > /usr/bin/curl -f#LA Homebrew 0.9.4 (Ruby 1.8.7-358; Mac OS X 10.8.3)
>> >> > http://www.kunstmusik.com/csound.rb -o
>> >> > /Library/Caches/Homebrew/Formula/csound.rb
>> >> >
>> >> > ########################################################################
>> >> > 100.0%
>> >> > ==> Cloning git://git.code.sourceforge.net/p/csound/csound6-git
>> >> > git clone --depth 1
>> >> > git://git.code.sourceforge.net/p/csound/csound6-git
>> >> > /Library/Caches/Homebrew/csound--git
>> >> > Cloning into '/Library/Caches/Homebrew/csound--git'...
>> >> > remote: Counting objects: 1531, done.
>> >> > remote: Compressing objects: 100% (1314/1314), done.
>> >> > remote: Total 1531 (delta 288), reused 797 (delta 140)
>> >> > Receiving objects: 100% (1531/1531), 13.23 MiB | 1.07 MiB/s, done.
>> >> > Resolving deltas: 100% (288/288), done.
>> >> > git reset --hard origin/HEAD
>> >> > HEAD is now at 2468c7c some float csound adjustments
>> >> > git checkout-index -a -f --prefix=/private/tmp/csound-KYls/
>> >> > ==> cmake . -DUSE_GETTEXT=0
>> >> > -DCMAKE_INSTALL_PREFIX=/usr/local/Cellar/csound/HEAD
>> >> > -DCMAKE_BUILD_TYPE=None
>> >> > -DCMAKE_FIND_FRAMEWORK=LAST -Wno-dev
>> >> > cmake . -DUSE_GETTEXT=0
>> >> > -DCMAKE_INSTALL_PREFIX=/usr/local/Cellar/csound/HEAD
>> >> > -DCMAKE_BUILD_TYPE=None -DCMAKE_FIND_FRAMEWORK=LAST -Wno-dev
>> >> > -- The C compiler identification is Clang 4.2.0
>> >> > -- The CXX compiler identification is Clang 4.2.0
>> >> > -- Check for working C compiler: /usr/local/Library/ENV/4.3/cc
>> >> > -- Check for working C compiler: /usr/local/Library/ENV/4.3/cc --
>> >> > works
>> >> > -- Detecting C compiler ABI info
>> >> > -- Detecting C compiler ABI info - done
>> >> > -- Check for working CXX compiler: /usr/local/Library/ENV/4.3/c++
>> >> > -- Check for working CXX compiler: /usr/local/Library/ENV/4.3/c++ --
>> >> > works
>> >> > -- Detecting CXX compiler ABI info
>> >> > -- Detecting CXX compiler ABI info - done
>> >> > -- /tmp/csound-KYls
>> >> > -- BUILD_BIN_DIR set to /tmp/csound-KYls
>> >> > -- BUILD_LIB_DIR set to /tmp/csound-KYls
>> >> > -- BUILD_PLUGINS_DIR set to /tmp/csound-KYls
>> >> > -- Check if the system is big endian
>> >> > -- Searching 16 bit integer
>> >> > -- Looking for sys/types.h
>> >> > -- Looking for sys/types.h - found
>> >> > -- Looking for stdint.h
>> >> > -- Looking for stdint.h - found
>> >> > -- Looking for stddef.h
>> >> > -- Looking for stddef.h - found
>> >> > -- Check size of unsigned short
>> >> > -- Check size of unsigned short - done
>> >> > -- Using unsigned short
>> >> > -- Check if the system is big endian - little endian
>> >> > -- Try OpenMP C flag = [-fopenmp]
>> >> > -- Performing Test OpenMP_FLAG_DETECTED
>> >> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> >> > -- Try OpenMP C flag = [/openmp]
>> >> > -- Performing Test OpenMP_FLAG_DETECTED
>> >> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> >> > -- Try OpenMP C flag = [-Qopenmp]
>> >> > -- Performing Test OpenMP_FLAG_DETECTED
>> >> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> >> > -- Try OpenMP C flag = [-openmp]
>> >> > -- Performing Test OpenMP_FLAG_DETECTED
>> >> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> >> > -- Try OpenMP C flag = [ ]
>> >> > -- Performing Test OpenMP_FLAG_DETECTED
>> >> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> >> > -- Try OpenMP C flag = [-xopenmp]
>> >> > -- Performing Test OpenMP_FLAG_DETECTED
>> >> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> >> > -- Try OpenMP C flag = [+Oopenmp]
>> >> > -- Performing Test OpenMP_FLAG_DETECTED
>> >> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> >> > -- Try OpenMP C flag = [-qsmp]
>> >> > -- Performing Test OpenMP_FLAG_DETECTED
>> >> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> >> > -- Try OpenMP C flag = [-mp]
>> >> > -- Performing Test OpenMP_FLAG_DETECTED
>> >> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> >> > -- Try OpenMP CXX flag = [-fopenmp]
>> >> > -- Performing Test OpenMP_FLAG_DETECTED
>> >> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> >> > -- Try OpenMP CXX flag = [/openmp]
>> >> > -- Performing Test OpenMP_FLAG_DETECTED
>> >> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> >> > -- Try OpenMP CXX flag = [-Qopenmp]
>> >> > -- Performing Test OpenMP_FLAG_DETECTED
>> >> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> >> > -- Try OpenMP CXX flag = [-openmp]
>> >> > -- Performing Test OpenMP_FLAG_DETECTED
>> >> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> >> > -- Try OpenMP CXX flag = [ ]
>> >> > -- Performing Test OpenMP_FLAG_DETECTED
>> >> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> >> > -- Try OpenMP CXX flag = [-xopenmp]
>> >> > -- Performing Test OpenMP_FLAG_DETECTED
>> >> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> >> > -- Try OpenMP CXX flag = [+Oopenmp]
>> >> > -- Performing Test OpenMP_FLAG_DETECTED
>> >> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> >> > -- Try OpenMP CXX flag = [-qsmp]
>> >> > -- Performing Test OpenMP_FLAG_DETECTED
>> >> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> >> > -- Try OpenMP CXX flag = [-mp]
>> >> > -- Performing Test OpenMP_FLAG_DETECTED
>> >> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> >> > -- Could NOT find OpenMP (missing:  OpenMP_C_FLAGS OpenMP_CXX_FLAGS)
>> >> > -- Looking for libintl.h
>> >> > -- Looking for libintl.h - not found
>> >> > -- Looking for C++ include eigen3/Eigen/Dense
>> >> > -- Looking for C++ include eigen3/Eigen/Dense - not found
>> >> > -- Could NOT find Gettext (missing:  GETTEXT_MSGMERGE_EXECUTABLE
>> >> > GETTEXT_MSGFMT_EXECUTABLE)
>> >> > -- Looking for lrint in m
>> >> > -- Looking for lrint in m - found
>> >> > -- Looking for unistd.h
>> >> > -- Looking for unistd.h - found
>> >> > -- Looking for io.h
>> >> > -- Looking for io.h - not found
>> >> > -- Looking for fcntl.h
>> >> > -- Looking for fcntl.h - found
>> >> > -- Looking for sys/time.h
>> >> > -- Looking for sys/time.h - found
>> >> > -- Looking for termios.h
>> >> > -- Looking for termios.h - found
>> >> > -- Looking for values.h
>> >> > -- Looking for values.h - not found
>> >> > -- Looking for winsock.h
>> >> > -- Looking for winsock.h - not found
>> >> > -- Looking for sys/socket.h
>> >> > -- Looking for sys/socket.h - found
>> >> > -- Looking for dirent.h
>> >> > -- Looking for dirent.h - found
>> >> > -- USE_LRINT is enabled
>> >> > -- Found FLEX: /usr/bin/flex (found version "2.5.35")
>> >> > -- Found BISON: /usr/bin/bison (found version "2.3")
>> >> > -- Looking for pthread_spin_lock
>> >> > -- Looking for pthread_spin_lock - not found
>> >> > -- Looking for pthread_barrier_init
>> >> > -- Looking for pthread_barrier_init - not found
>> >> > -- OPENMP_FOUND="FALSE", so disabling USE_OPEN_MP
>> >> > -- PTHREAD_BARRIER_INIT_EXISTS="", so disabling USE_OPEN_MP
>> >> > -- USE_OPEN_MP is disabled
>> >> > -- Not building with score parser
>> >> > -- Not building with new parser debugging
>> >> > -- Building with multicore
>> >> > -- USE_GETTEXT is disabled
>> >> > -- Not using localization
>> >> > -- Building on OSX
>> >> > -- Boost version: 1.53.0
>> >> > -- Looking for ladspa.h
>> >> > -- Looking for ladspa.h - not found
>> >> > -- Looking for fluidsynth.h
>> >> > -- Looking for fluidsynth.h - not found
>> >> > -- Looking for jack/jack.h
>> >> > -- Looking for jack/jack.h - not found
>> >> > -- Looking for C++ include gmm/gmm.h
>> >> > -- Looking for C++ include gmm/gmm.h - not found
>> >> > -- Looking for lo/lo.h
>> >> > -- Looking for lo/lo.h - found
>> >> > -- Found ZLIB: /usr/lib/libz.dylib (found version "1.2.5")
>> >> > -- Found PNG: /usr/local/lib/libpng.dylib (found version "1.5.14")
>> >> > -- Found PythonLibs: /usr/lib/libpython2.7.dylib (found version
>> >> > "2.7.2")
>> >> > -- Found Lua51: /usr/local/lib/liblua.dylib (found version "5.1.5")
>> >> > -- Looking for wiiuse.h
>> >> > -- Looking for wiiuse.h - not found
>> >> > -- Looking for p5glove.h
>> >> > -- Looking for p5glove.h - not found
>> >> > -- BUILD_CHUA_OPCODES is enabled
>> >> > -- LADSPA_H="", so disabling BUILD_DSSI_OPCODES
>> >> > -- BUILD_DSSI_OPCODES is disabled
>> >> > -- FLUIDSYNTH_H="", so disabling BUILD_FLUID_OPCODES
>> >> > -- FLUIDSYNTH_LIBRARY="FLUIDSYNTH_LIBRARY-NOTFOUND", so disabling
>> >> > BUILD_FLUID_OPCODES
>> >> > -- BUILD_FLUID_OPCODES is disabled
>> >> > -- JACK_HEADER="", so disabling BUILD_JACK_OPCODES
>> >> > -- BUILD_JACK_OPCODES is disabled
>> >> > -- GMM_HEADER="", so disabling BUILD_LINEAR_ALGEBRA_OPCODES
>> >> > -- BUILD_LINEAR_ALGEBRA_OPCODES is disabled
>> >> > -- BUILD_OSC_OPCODES is enabled
>> >> > -- BUILD_IMAGE_OPCODES is enabled
>> >> > -- BUILD_PYTHON_OPCODES is enabled
>> >> > -- OPENMP_FOUND="FALSE", so disabling BUILD_LUA_OPCODES
>> >> > -- BUILD_LUA_OPCODES is disabled
>> >> > -- WIIUSE_H="", so disabling BUILD_WIIMOTE_OPCODES
>> >> > -- BUILD_WIIMOTE_OPCODES is disabled
>> >> > -- P5GLOVE_H="", so disabling BUILD_P5GLOVE_OPCODES
>> >> > -- BUILD_P5GLOVE_OPCODES is disabled
>> >> > -- BUILD_STK_OPCODES is enabled
>> >> > --
>> >> > -- ## REALTIME AUDIO AND MIDI ##
>> >> > -- Looking for alsa/asoundlib.h
>> >> > -- Looking for alsa/asoundlib.h - not found
>> >> > -- Looking for pulse/simple.h
>> >> > -- Looking for pulse/simple.h - not found
>> >> > -- Looking for XOpenDisplay in
>> >> > /usr/X11R6/lib/libX11.dylib;/usr/X11R6/lib/libXext.dylib
>> >> > -- Looking for XOpenDisplay in
>> >> > /usr/X11R6/lib/libX11.dylib;/usr/X11R6/lib/libXext.dylib - found
>> >> > -- Looking for gethostbyname
>> >> > -- Looking for gethostbyname - found
>> >> > -- Looking for connect
>> >> > -- Looking for connect - found
>> >> > -- Looking for remove
>> >> > -- Looking for remove - found
>> >> > -- Looking for shmat
>> >> > -- Looking for shmat - found
>> >> > -- Looking for IceConnectionNumber in ICE
>> >> > -- Looking for IceConnectionNumber in ICE - not found
>> >> > -- Found X11: /usr/X11R6/lib/libX11.dylib
>> >> > -- Found FLTK:
>> >> >
>> >> >
>> >> > /usr/local/lib/libfltk_images.a;/usr/local/lib/libfltk_forms.a;/usr/local/lib/libfltk.a
>> >> > -- USE_COREMIDI is enabled
>> >> > -- USE_AUDIOUNIT is enabled
>> >> > -- ALSA_HEADER="", so disabling USE_ALSA
>> >> > -- ALSA_LIBRARY="ALSA_LIBRARY-NOTFOUND", so disabling USE_ALSA
>> >> > -- USE_ALSA is disabled
>> >> > -- PULSEAUDIO_HEADER="", so disabling USE_PULSEAUDIO
>> >> > -- PULSEAUDIO_LIBRARY="PULSEAUDIO_LIBRARY-NOTFOUND", so disabling
>> >> > USE_PULSEAUDIO
>> >> > -- PULSESIMPLE_LIBRARY="PULSESIMPLE_LIBRARY-NOTFOUND", so disabling
>> >> > USE_PULSEAUDIO
>> >> > -- USE_PULSEAUDIO is disabled
>> >> > -- PORTAUDIO_HEADER="", so disabling USE_PORTAUDIO
>> >> > -- USE_PORTAUDIO is disabled
>> >> > -- PORTMIDI_HEADER="", so disabling USE_PORTMIDI
>> >> > -- USE_PORTMIDI is disabled
>> >> > -- JACK_HEADER="", so disabling USE_JACK
>> >> > -- JACK_LIBRARY="JACK_LIBRARY-NOTFOUND", so disabling USE_JACK
>> >> > -- USE_JACK is disabled
>> >> > -- USE_FLTK is enabled
>> >> > -- BUILD_VIRTUAL_KEYBOARD is enabled
>> >> > --
>> >> > -- Building C++ interface library
>> >> > -- Found SWIG: /usr/local/bin/swig (found suitable version "2.0.9",
>> >> > minimum
>> >> > required is "2.0")
>> >> > -- Found JNI: -framework JavaVM
>> >> > -- Found Java: /usr/bin/java (found version "1.6.0.45")
>> >> > -- BUILD_PYTHON_INTERFACE is enabled
>> >> > -- BUILD_JAVA_INTERFACE is enabled
>> >> > -- BUILD_LUA_INTERFACE is enabled
>> >> > -- Looking for m_pd.h
>> >> > -- Looking for m_pd.h - not found
>> >> > -- Building csLadspa
>> >> > -- BUILD_CSBEATS is enabled
>> >> > -- PD_HEADER="", so disabling BUILD_PD_CLASS
>> >> > -- BUILD_PD_CLASS is disabled
>> >> > -- BUILD_WINSOUND is disabled
>> >> > -- Boost version: 1.53.0
>> >> > -- Found SWIG: /usr/local/bin/swig (found version "2.0.9")
>> >> > -- BUILD_CSOUND_AC is disabled
>> >> > -- BUILD_CSOUND_AC_PYTHON_INTERFACE is enabled
>> >> > -- BUILD_CSOUND_AC_LUA_INTERFACE is enabled
>> >> > -- Configuring done
>> >> > -- Generating done
>> >> > -- Build files have been written to: /tmp/csound-KYls
>> >> > ==> make install
>> >> > make install
>> >> > Scanning dependencies of target ampmidid
>> >> > [  0%] Generating csound_prelex.c
>> >> > [  0%] Generating csound_orclex.c
>> >> > [  0%] Generating csound_orcparse.c
>> >> > /tmp/csound-KYls/Engine/csound_orc.y: conflicts: 4 shift/reduce, 10
>> >> > reduce/reduce
>> >> > [  0%] Building CXX object
>> >> > Opcodes/CMakeFiles/ampmidid.dir/ampmidid.cpp.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > Scanning dependencies of target CsoundLib64
>> >> > Linking CXX shared library ../libampmidid.dylib
>> >> > [  0%] Built target ampmidid
>> >> > Scanning dependencies of target cellular
>> >> > [  0%] Building C object Opcodes/CMakeFiles/cellular.dir/cellular.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > Linking C shared library ../libcellular.dylib
>> >> > [  0%] Built target cellular
>> >> > Scanning dependencies of target chua
>> >> > [  1%] Building C object CMakeFiles/CsoundLib64.dir/Engine/auxfd.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [  1%] Building C object CMakeFiles/CsoundLib64.dir/Engine/cfgvar.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [  1%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Engine/corfiles.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [  2%] Building C object CMakeFiles/CsoundLib64.dir/Engine/entry1.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [  2%] Building C object CMakeFiles/CsoundLib64.dir/Engine/envvar.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [  2%] [  3%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Engine/extract.c.o
>> >> > Building CXX object
>> >> > Opcodes/CMakeFiles/chua.dir/chua/ChuaOscillator.cpp.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [  4%] Building C object CMakeFiles/CsoundLib64.dir/Engine/fgens.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [  4%] Building C object CMakeFiles/CsoundLib64.dir/Engine/insert.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [  4%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Engine/linevent.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [  5%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Engine/memalloc.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [  5%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Engine/memfiles.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [  5%] Building C object CMakeFiles/CsoundLib64.dir/Engine/musmon.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [  5%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Engine/namedins.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [  6%] Building C object CMakeFiles/CsoundLib64.dir/Engine/rdscor.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [  6%] Building C object CMakeFiles/CsoundLib64.dir/Engine/scsort.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [  6%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Engine/scxtract.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [  7%] Building C object CMakeFiles/CsoundLib64.dir/Engine/sort.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [  7%] Building C object CMakeFiles/CsoundLib64.dir/Engine/sread.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > Linking CXX shared library ../libchua.dylib
>> >> > [  7%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Engine/swritestr.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [  8%] Building C object CMakeFiles/CsoundLib64.dir/Engine/twarp.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [  8%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Engine/csound_type_system.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [  8%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Engine/csound_standard_types.c.o
>> >> > [  8%] Built target chua
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > Scanning dependencies of target control
>> >> > [  9%] [  9%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Engine/csound_data_structures.c.o
>> >> > Building C object Opcodes/CMakeFiles/control.dir/control.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [  9%] Linking C shared library ../libcontrol.dylib
>> >> > Building C object CMakeFiles/CsoundLib64.dir/Engine/pools.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [  9%] Built target control
>> >> > Scanning dependencies of target cs_date
>> >> > [  9%] [ 10%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/InOut/libsnd.c.o
>> >> > Building C object Opcodes/CMakeFiles/cs_date.dir/date.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > Linking C shared library ../libcs_date.dylib
>> >> > [ 10%] Built target cs_date
>> >> > [ 10%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/InOut/libsnd_u.c.o
>> >> > Scanning dependencies of target doppler
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 10%] Building CXX object
>> >> > Opcodes/CMakeFiles/doppler.dir/doppler.cpp.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 11%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/InOut/midifile.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 11%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/InOut/midirecv.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > Linking CXX shared library ../libdoppler.dylib
>> >> > [ 11%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/InOut/midisend.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 11%] Built target doppler
>> >> > Scanning dependencies of target fareygen
>> >> > [ 12%] [ 12%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/InOut/winascii.c.o
>> >> > Building C object Opcodes/CMakeFiles/fareygen.dir/fareygen.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 12%] Linking C shared library ../libfareygen.dylib
>> >> > Building C object CMakeFiles/CsoundLib64.dir/InOut/windin.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 12%] Built target fareygen
>> >> > Scanning dependencies of target fractalnoise
>> >> > [ 12%] Building C object CMakeFiles/CsoundLib64.dir/InOut/window.c.o
>> >> > [ 13%] Building CXX object
>> >> > Opcodes/CMakeFiles/fractalnoise.dir/tl/fractalnoise.cpp.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 14%] Building C object CMakeFiles/CsoundLib64.dir/InOut/winEPS.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > Linking CXX shared library ../libfractalnoise.dylib
>> >> > [ 14%] Built target fractalnoise
>> >> > [ 14%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/InOut/circularbuffer.c.o
>> >> > Scanning dependencies of target image
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 14%] Building C object
>> >> > Opcodes/CMakeFiles/image.dir/imageOpcodes.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 14%] Building C object CMakeFiles/CsoundLib64.dir/OOps/aops.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > Linking C shared library ../libimage.dylib
>> >> > [ 14%] Built target image
>> >> > Scanning dependencies of target mixer
>> >> > [ 14%] Building CXX object Opcodes/CMakeFiles/mixer.dir/mixer.cpp.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 15%] Building C object CMakeFiles/CsoundLib64.dir/OOps/bus.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > Linking CXX shared library ../libmixer.dylib
>> >> > [ 15%] Building C object CMakeFiles/CsoundLib64.dir/OOps/cmath.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 15%] Built target mixer
>> >> > Scanning dependencies of target osc
>> >> > [ 16%] Building C object Opcodes/CMakeFiles/osc.dir/OSC.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 16%] Building C object CMakeFiles/CsoundLib64.dir/OOps/diskin.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > Linking C shared library ../libosc.dylib
>> >> > [ 16%] Building C object CMakeFiles/CsoundLib64.dir/OOps/diskin2.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 16%] Built target osc
>> >> > Scanning dependencies of target platerev
>> >> > [ 16%] Building C object Opcodes/CMakeFiles/platerev.dir/platerev.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 17%] Linking C shared library ../libplaterev.dylib
>> >> > Building C object CMakeFiles/CsoundLib64.dir/OOps/disprep.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 17%] Built target platerev
>> >> > Scanning dependencies of target py
>> >> > [ 17%] [ 17%] Building C object
>> >> > Opcodes/CMakeFiles/py.dir/py/pythonopcodes.c.o
>> >> > Building C object CMakeFiles/CsoundLib64.dir/OOps/dumpf.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 17%] Building C object CMakeFiles/CsoundLib64.dir/OOps/fftlib.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > Linking C shared library ../libpy.dylib
>> >> > [ 17%] Built target py
>> >> > [ 18%] Scanning dependencies of target scansyn
>> >> > Building C object CMakeFiles/CsoundLib64.dir/OOps/goto_ops.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 18%] Building C object Opcodes/CMakeFiles/scansyn.dir/scansyn.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 18%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/OOps/midiinterop.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 19%] Building C object Opcodes/CMakeFiles/scansyn.dir/scansynx.c.o
>> >> > [ 19%] Building C object CMakeFiles/CsoundLib64.dir/OOps/midiops.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 20%] Building C object CMakeFiles/CsoundLib64.dir/OOps/midiout.c.o
>> >> > Linking C shared library ../libscansyn.dylib
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 20%] Built target scansyn
>> >> > Scanning dependencies of target serial
>> >> > [ 20%] Building C object Opcodes/CMakeFiles/serial.dir/serial.c.o
>> >> > [ 20%] Building C object CMakeFiles/CsoundLib64.dir/OOps/mxfft.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > Linking C shared library ../libserial.dylib
>> >> > [ 20%] Built target serial
>> >> > [ 20%] Building C object CMakeFiles/CsoundLib64.dir/OOps/oscils.c.o
>> >> > Scanning dependencies of target signalflowgraph
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 21%] Building CXX object
>> >> > Opcodes/CMakeFiles/signalflowgraph.dir/signalflowgraph.cpp.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 22%] Building C object CMakeFiles/CsoundLib64.dir/OOps/pstream.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 22%] Building C object CMakeFiles/CsoundLib64.dir/OOps/pvfileio.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 22%] Building C object CMakeFiles/CsoundLib64.dir/OOps/pvsanal.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 22%] Building C object CMakeFiles/CsoundLib64.dir/OOps/random.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 23%] Building C object CMakeFiles/CsoundLib64.dir/OOps/remote.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 23%] Building C object CMakeFiles/CsoundLib64.dir/OOps/schedule.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > Linking CXX shared library ../libsignalflowgraph.dylib
>> >> > [ 23%] Building C object CMakeFiles/CsoundLib64.dir/OOps/sndinfUG.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 23%] Built target signalflowgraph
>> >> > Scanning dependencies of target system_call
>> >> > [ 25%] [ 25%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/OOps/str_ops.c.o
>> >> > Building C object Opcodes/CMakeFiles/system_call.dir/system_call.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > Linking C shared library ../libsystem_call.dylib
>> >> > [ 25%] Built target system_call
>> >> > Scanning dependencies of target stk-ops
>> >> > [ 25%] Building C object CMakeFiles/CsoundLib64.dir/OOps/ugens1.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 25%] Building CXX object
>> >> > Opcodes/stk/CMakeFiles/stk-ops.dir/stkOpcodes.cpp.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 25%] Building C object CMakeFiles/CsoundLib64.dir/OOps/ugens2.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 26%] Building C object CMakeFiles/CsoundLib64.dir/OOps/ugens2a.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 26%] Building C object CMakeFiles/CsoundLib64.dir/OOps/ugens3.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 26%] Building C object CMakeFiles/CsoundLib64.dir/OOps/ugens4.c.o
>> >> > Linking CXX shared library ../../libstk.dylib
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 26%] Built target stk-ops
>> >> > Scanning dependencies of target cmidi
>> >> > [ 27%] Building C object CMakeFiles/CsoundLib64.dir/OOps/ugens5.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 27%] Building C object InOut/CMakeFiles/cmidi.dir/cmidi.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 27%] Building C object CMakeFiles/CsoundLib64.dir/OOps/ugens6.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > Linking C shared library ../libcmidi.dylib
>> >> > [ 27%] Building C object CMakeFiles/CsoundLib64.dir/OOps/ugtabs.c.o
>> >> > [ 27%] Built target cmidi
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > Scanning dependencies of target ipmidi
>> >> > [ 27%] Building C object InOut/CMakeFiles/ipmidi.dir/ipmidi.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > Linking C shared library ../libipmidi.dylib
>> >> > [ 27%] Building C object CMakeFiles/CsoundLib64.dir/OOps/ugrw1.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 27%] Built target ipmidi
>> >> > Scanning dependencies of target rtauhal
>> >> > [ 28%] Building C object InOut/CMakeFiles/rtauhal.dir/rtauhal.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 29%] Building C object CMakeFiles/CsoundLib64.dir/OOps/ugrw2.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 29%] Building C object CMakeFiles/CsoundLib64.dir/OOps/vdelay.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > Linking C shared library ../librtauhal.dylib
>> >> > [ 29%] Built target rtauhal
>> >> > Scanning dependencies of target virtual
>> >> > [ 29%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/OOps/compile_ops.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 29%] Building CXX object
>> >> > InOut/CMakeFiles/virtual.dir/virtual_keyboard/FLTKKeyboard.cpp.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 30%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/babo.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 30%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/bilbar.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 30%] Building CXX object
>> >> >
>> >> > InOut/CMakeFiles/virtual.dir/virtual_keyboard/FLTKKeyboardWindow.cpp.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 30%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/compress.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 32%] [ 32%] Building CXX object
>> >> >
>> >> > InOut/CMakeFiles/virtual.dir/virtual_keyboard/FLTKKeyboardWidget.cpp.o
>> >> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/eqfil.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 32%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/Vosim.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 32%] [ 32%] Building CXX object
>> >> > InOut/CMakeFiles/virtual.dir/virtual_keyboard/virtual_keyboard.cpp.o
>> >> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pitch.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 32%] Building CXX object
>> >> > InOut/CMakeFiles/virtual.dir/virtual_keyboard/Bank.cpp.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 33%] [ 34%] Building CXX object
>> >> > InOut/CMakeFiles/virtual.dir/virtual_keyboard/KeyboardMapping.cpp.o
>> >> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pitch0.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 34%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/spectra.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 34%] Building CXX object
>> >> > InOut/CMakeFiles/virtual.dir/virtual_keyboard/Program.cpp.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 34%] Building CXX object
>> >> > InOut/CMakeFiles/virtual.dir/virtual_keyboard/SliderBank.cpp.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 34%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/ambicode1.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 35%] Building CXX object
>> >> > InOut/CMakeFiles/virtual.dir/virtual_keyboard/SliderData.cpp.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > Linking CXX shared library ../libvirtual.dylib
>> >> > [ 36%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/sfont.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 36%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/grain4.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 36%] Built target virtual
>> >> > Scanning dependencies of target widgets
>> >> > [ 36%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/hrtferX.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 36%] Building CXX object
>> >> > InOut/CMakeFiles/widgets.dir/FL_graph.cpp.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 36%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/loscilx.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 36%] Building C object InOut/CMakeFiles/widgets.dir/winFLTK.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 37%] [ 38%] Building CXX object
>> >> > InOut/CMakeFiles/widgets.dir/widgets.cpp.o
>> >> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/minmax.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 38%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pan2.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 38%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/arrays.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 39%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/phisem.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 39%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/hrtfopcodes.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 39%] Linking CXX shared library ../libwidgets.dylib
>> >> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/stackops.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 39%] Built target widgets
>> >> > [ 40%] [ 41%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/vbap.c.o
>> >> > [FLEX][csbeats_SCANNER] Building scanner with flex 2.5.35
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 41%] [BISON][csbeats_PARSER] Building parser with bison 2.3
>> >> > beats/beats.y: conflicts: 1 reduce/reduce
>> >> > Scanning dependencies of target csbeats
>> >> > [ 41%] Building C object
>> >> > frontends/CMakeFiles/csbeats.dir/beats/main.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 41%] [ 41%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/vbap1.c.o
>> >> > Building C object frontends/CMakeFiles/csbeats.dir/beatslex.yy.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 42%] [ 42%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/vbap_n.c.o
>> >> > Building C object frontends/CMakeFiles/csbeats.dir/beats.tab.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > Linking C executable ../csbeats
>> >> > [ 43%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/vbap_zak.c.o
>> >> > [ 43%] Built target csbeats
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > Scanning dependencies of target stdutil
>> >> > [ 44%] Building C object util/CMakeFiles/stdutil.dir/atsa.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 44%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/vaops.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 44%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/ugakbari.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 44%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/harmon.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 45%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/pitchtrack.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 45%] Building C object util/CMakeFiles/stdutil.dir/cvanal.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 45%] Building C object util/CMakeFiles/stdutil.dir/dnoise.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 45%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/partikkel.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 46%] Building C object util/CMakeFiles/stdutil.dir/envext.c.o
>> >> > [ 46%] brew: superenv removed: -I/usr/local/include
>> >> > -I/tmp/csound-KYls
>> >> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/shape.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 46%] Building C object util/CMakeFiles/stdutil.dir/het_export.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 47%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/tabsum.c.o
>> >> > [ 47%] Building C object util/CMakeFiles/stdutil.dir/het_import.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 48%] [ 48%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/crossfm.c.o
>> >> > Building C object util/CMakeFiles/stdutil.dir/hetro.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 48%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/pvlock.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 48%] Building C object util/CMakeFiles/stdutil.dir/lpanal.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 49%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/fareyseq.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 49%] Building C object util/CMakeFiles/stdutil.dir/lpc_export.c.o
>> >> > [ 49%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/modmatrix.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 49%] Building C object util/CMakeFiles/stdutil.dir/lpc_import.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 50%] Building C object util/CMakeFiles/stdutil.dir/mixer.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 50%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/scoreline.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 51%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/modal4.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 51%] Building C object util/CMakeFiles/stdutil.dir/pvanal.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 51%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/physutil.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 51%] Building C object util/CMakeFiles/stdutil.dir/pv_export.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 51%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/physmod.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 52%] Building C object util/CMakeFiles/stdutil.dir/pv_import.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 52%] Building C object util/CMakeFiles/stdutil.dir/pvlook.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 52%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/mandolin.c.o
>> >> > [ 52%] brew: superenv removed: -I/usr/local/include
>> >> > -I/tmp/csound-KYls
>> >> > Building C object util/CMakeFiles/stdutil.dir/scale.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 53%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/singwave.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 54%] Building C object util/CMakeFiles/stdutil.dir/sndinfo.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 54%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/fm4op.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 54%] Building C object util/CMakeFiles/stdutil.dir/srconv.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 54%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/moog1.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 54%] Building C object util/CMakeFiles/stdutil.dir/std_util.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 55%] Building C object util/CMakeFiles/stdutil.dir/xtrct.c.o
>> >> > [ 56%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/shaker.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 56%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/bowedbar.c.o
>> >> > [ 56%] Building C object util/CMakeFiles/stdutil.dir/scope.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 56%] Building C object util/CMakeFiles/stdutil.dir/__/SDIF/sdif.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 56%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/gab/tabmorph.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > Linking C shared library ../libstdutil.dylib
>> >> > [ 57%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/gab/hvs.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 57%] Built target stdutil
>> >> > Scanning dependencies of target sdif2ad
>> >> > [ 58%] Building C object SDIF/CMakeFiles/sdif2ad.dir/sdif2adsyn.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 58%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/gab/sliderTable.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 58%] Building C object SDIF/CMakeFiles/sdif2ad.dir/sdif.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 58%] Building C object SDIF/CMakeFiles/sdif2ad.dir/sdif-mem.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 58%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/gab/newgabopc.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > Linking C executable ../sdif2ad
>> >> > [ 58%] Built target sdif2ad
>> >> > [ 59%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ftest.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 59%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/hrtfearly.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 59%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/hrtfreverb.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 59%] [ 60%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/cpumeter.c.o
>> >> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/gendy.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 60%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/tl/sc_noise.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 60%] Building C object CMakeFiles/CsoundLib64.dir/Top/argdecode.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 61%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Top/cscore_internal.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 61%] Building C object CMakeFiles/CsoundLib64.dir/Top/cscorfns.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 61%] Building C object CMakeFiles/CsoundLib64.dir/Top/csmodule.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 62%] Building C object CMakeFiles/CsoundLib64.dir/Top/csound.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 62%] Building C object CMakeFiles/CsoundLib64.dir/Top/getstring.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 62%] Building C object CMakeFiles/CsoundLib64.dir/Top/main.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 63%] Building C object CMakeFiles/CsoundLib64.dir/Top/new_opts.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 63%] Building C object CMakeFiles/CsoundLib64.dir/Top/one_file.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 63%] Building C object CMakeFiles/CsoundLib64.dir/Top/opcode.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 63%] Building C object CMakeFiles/CsoundLib64.dir/Top/threads.c.o
>> >> > [ 64%] Building C object CMakeFiles/CsoundLib64.dir/Top/utility.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 64%] [ 64%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Top/threadsafe.c.o
>> >> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ambicode.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 65%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/bbcut.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 65%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/biquad.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 65%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/butter.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 66%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/clfilt.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 66%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/cross2.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 66%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/dam.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 67%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/dcblockr.c.o
>> >> > [ 67%] brew: superenv removed: -I/usr/local/include
>> >> > -I/tmp/csound-KYls
>> >> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/filter.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 67%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/flanger.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 67%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/follow.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 68%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/fout.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 68%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/freeverb.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 68%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/ftconv.c.o
>> >> > [ 69%] brew: superenv removed: -I/usr/local/include
>> >> > -I/tmp/csound-KYls
>> >> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ftgen.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 69%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/gab/gab.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 69%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/gab/vectorial.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 70%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/grain.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 70%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/locsig.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 70%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/lowpassr.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 71%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/metro.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 71%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/midiops2.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 71%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/midiops3.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 72%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/newfils.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 72%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/nlfilt.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 72%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/oscbnk.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 72%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pluck.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 73%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/repluck.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 73%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/reverbsc.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 73%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/seqtime.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 74%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/sndloop.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 74%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/sndwarp.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 74%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/space.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 75%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/spat3d.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 75%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/syncgrain.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 75%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/ugens7.c.o
>> >> > [ 76%] brew: superenv removed: -I/usr/local/include
>> >> > -I/tmp/csound-KYls
>> >> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ugens9.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 76%] [ 76%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/uggab.c.o
>> >> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ugensa.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 76%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/ugmoss.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 77%] [ 77%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/ugnorman.c.o
>> >> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ugsc.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 77%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/wave-terrain.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 78%] [ 78%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/stdopcod.c.o
>> >> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/socksend.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 78%] [ 79%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/sockrecv.c.o
>> >> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ifd.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 79%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/partials.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 79%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/psynth.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 80%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/pvsbasic.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 80%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/pvscent.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 80%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/pvsdemix.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 80%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/pvs_ops.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 81%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/pvsband.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 81%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/pvsbuffer.c.o
>> >> > [ 81%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/pvsgendy.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 82%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/dsputil.c.o
>> >> > [ 82%] brew: superenv removed: -I/usr/local/include
>> >> > -I/tmp/csound-KYls
>> >> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pvadd.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 82%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/pvinterp.c.o
>> >> > [ 83%] brew: superenv removed: -I/usr/local/include
>> >> > -I/tmp/csound-KYls
>> >> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pvocext.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 83%] [ 83%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/pvread.c.o
>> >> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ugens8.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 84%] [ 84%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/vpvoc.c.o
>> >> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pvoc.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 84%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/mp3in.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 84%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/InOut/libmpadec/layer1.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 85%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/InOut/libmpadec/layer2.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 85%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/InOut/libmpadec/layer3.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 85%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/InOut/libmpadec/synth.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 86%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/InOut/libmpadec/tables.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 86%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/InOut/libmpadec/mpadec.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 86%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/InOut/libmpadec/mp3dec.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 87%] Building C object CMakeFiles/CsoundLib64.dir/csound_orclex.c.o
>> >> > [ 87%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/csound_orcparse.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 87%] Building C object CMakeFiles/CsoundLib64.dir/csound_prelex.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 88%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Engine/csound_orc_semantics.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 88%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Engine/csound_orc_expressions.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 88%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Engine/csound_orc_optimize.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 88%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Engine/csound_orc_compile.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 89%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Engine/new_orc_parser.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 89%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Engine/symbtab.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 89%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Engine/cs_new_dispatch.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 90%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Engine/cs_par_base.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 90%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Engine/cs_par_orc_semantic_analysis.c.o
>> >> > [ 90%] brew: superenv removed: -I/usr/local/include
>> >> > -I/tmp/csound-KYls
>> >> > Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Engine/cs_par_dispatch.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > Copying OS X content
>> >> > CsoundLib64.framework/Versions/6.0/Headers/CppSound.hpp
>> >> > Copying OS X content
>> >> > CsoundLib64.framework/Versions/6.0/Headers/CsoundFile.hpp
>> >> > Copying OS X content
>> >> > CsoundLib64.framework/Versions/6.0/Headers/OpcodeBase.hpp
>> >> > Copying OS X content
>> >> > CsoundLib64.framework/Versions/6.0/Headers/cfgvar.h
>> >> > Copying OS X content
>> >> > CsoundLib64.framework/Versions/6.0/Headers/csPerfThread.hpp
>> >> > Copying OS X content
>> >> > CsoundLib64.framework/Versions/6.0/Headers/cscore.h
>> >> > Copying OS X content
>> >> > CsoundLib64.framework/Versions/6.0/Headers/csdl.h
>> >> > Copying OS X content
>> >> > CsoundLib64.framework/Versions/6.0/Headers/csound.h
>> >> > Copying OS X content
>> >> > CsoundLib64.framework/Versions/6.0/Headers/csound.hpp
>> >> > Copying OS X content
>> >> > CsoundLib64.framework/Versions/6.0/Headers/csoundCore.h
>> >> > Copying OS X content
>> >> > CsoundLib64.framework/Versions/6.0/Headers/csound_data_structures.h
>> >> > Copying OS X content
>> >> > CsoundLib64.framework/Versions/6.0/Headers/csound_standard_types.h
>> >> > Copying OS X content
>> >> > CsoundLib64.framework/Versions/6.0/Headers/csound_type_system.h
>> >> > Copying OS X content
>> >> > CsoundLib64.framework/Versions/6.0/Headers/cwindow.h
>> >> > Copying OS X content
>> >> > CsoundLib64.framework/Versions/6.0/Headers/float-version-double.h
>> >> > Copying OS X content
>> >> > CsoundLib64.framework/Versions/6.0/Headers/filebuilding.h
>> >> > Copying OS X content
>> >> > CsoundLib64.framework/Versions/6.0/Headers/interlocks.h
>> >> > Copying OS X content
>> >> > CsoundLib64.framework/Versions/6.0/Headers/float-version.h
>> >> > Copying OS X content
>> >> > CsoundLib64.framework/Versions/6.0/Headers/pstream.h
>> >> > Copying OS X content
>> >> > CsoundLib64.framework/Versions/6.0/Headers/msg_attr.h
>> >> > Copying OS X content
>> >> > CsoundLib64.framework/Versions/6.0/Headers/pvfileio.h
>> >> > Copying OS X content
>> >> > CsoundLib64.framework/Versions/6.0/Headers/soundio.h
>> >> > Copying OS X content
>> >> > CsoundLib64.framework/Versions/6.0/Headers/sysdep.h
>> >> > Copying OS X content
>> >> > CsoundLib64.framework/Versions/6.0/Headers/text.h
>> >> > Copying OS X content
>> >> > CsoundLib64.framework/Versions/6.0/Headers/version.h
>> >> > Linking C shared library
>> >> > CsoundLib64.framework/Versions/6.0/CsoundLib64
>> >> > [ 90%] Built target CsoundLib64
>> >> > Scanning dependencies of target csladspa
>> >> > Scanning dependencies of target libcsnd
>> >> > [ 90%] Building CXX object
>> >> > frontends/CMakeFiles/csladspa.dir/csladspa/csladspa.cpp.o
>> >> > [ 91%] brew: superenv removed: -I/usr/local/include
>> >> > -I/tmp/csound-KYls
>> >> > Building CXX object interfaces/CMakeFiles/libcsnd.dir/CppSound.cpp.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 91%] Building CXX object
>> >> > interfaces/CMakeFiles/libcsnd.dir/CsoundFile.cpp.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > Linking CXX shared library ../csladspa.dylib
>> >> > [ 91%] Built target csladspa
>> >> > Scanning dependencies of target csound-bin
>> >> > [ 91%] Building C object
>> >> > frontends/CMakeFiles/csound-bin.dir/csound/csound_main.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > Linking C executable ../csound
>> >> > [ 91%] Built target csound-bin
>> >> > Scanning dependencies of target atsa
>> >> > [ 91%] Building C object util/CMakeFiles/atsa.dir/atsa_main.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > Linking C executable ../atsa
>> >> > [ 91%] Building CXX object
>> >> > interfaces/CMakeFiles/libcsnd.dir/Soundfile.cpp.o
>> >> > [ 91%] brew: superenv removed: -I/usr/local/include
>> >> > -I/tmp/csound-KYls
>> >> > Built target atsa
>> >> > [ 91%] Building CXX object
>> >> > interfaces/CMakeFiles/libcsnd.dir/csPerfThread.cpp.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 92%] [ 92%] Building CXX object
>> >> > interfaces/CMakeFiles/libcsnd.dir/cs_glue.cpp.o
>> >> > Building CXX object
>> >> > interfaces/CMakeFiles/libcsnd.dir/filebuilding.cpp.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > Scanning dependencies of target csanalyze
>> >> > [ 92%] Building C object util/CMakeFiles/csanalyze.dir/csanalyze.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > Linking C executable ../csanalyze
>> >> > Linking CXX shared library ../libcsnd.dylib
>> >> > [ 92%] Built target csanalyze
>> >> > [ 92%] Built target libcsnd
>> >> > Scanning dependencies of target cvanal
>> >> > Scanning dependencies of target dnoise
>> >> > [ 92%] [ 93%] Building C object
>> >> > util/CMakeFiles/dnoise.dir/dnoise_main.c.o
>> >> > Building C object util/CMakeFiles/cvanal.dir/cvl_main.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > Linking C executable ../dnoise
>> >> > Linking C executable ../cvanal
>> >> > [ 93%] Built target dnoise
>> >> > [ 93%] Built target cvanal
>> >> > Scanning dependencies of target envext
>> >> > Scanning dependencies of target extractor
>> >> > [ 93%] [ 93%] Building C object
>> >> > util/CMakeFiles/envext.dir/env_main.c.o
>> >> > Building C object util/CMakeFiles/extractor.dir/xtrc_main.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > Linking C executable ../envext
>> >> > Linking C executable ../extractor
>> >> > [ 93%] Built target extractor
>> >> > [ 93%] Built target envext
>> >> > Scanning dependencies of target het_export
>> >> > Scanning dependencies of target het_import
>> >> > [ 93%] [ 93%] Building C object
>> >> > util/CMakeFiles/het_export.dir/hetx_main.c.o
>> >> > Building C object util/CMakeFiles/het_import.dir/heti_main.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > Linking C executable ../het_export
>> >> > Linking C executable ../het_import
>> >> > [ 93%] [ 93%] Built target het_import
>> >> > Built target het_export
>> >> > Scanning dependencies of target lpanal
>> >> > Scanning dependencies of target hetro
>> >> > [ 93%] Building C object util/CMakeFiles/lpanal.dir/lpc_main.c.o
>> >> > [ 94%] brew: superenv removed: -I/usr/local/include
>> >> > -I/tmp/csound-KYls
>> >> > Building C object util/CMakeFiles/hetro.dir/het_main.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > Linking C executable ../lpanal
>> >> > Linking C executable ../hetro
>> >> > [ 94%] Built target lpanal
>> >> > [ 94%] Built target hetro
>> >> > Scanning dependencies of target lpc_export
>> >> > Scanning dependencies of target lpc_import
>> >> > [ 95%] Building C object util/CMakeFiles/lpc_export.dir/lpcx_main.c.o
>> >> > [ 95%] Building C object util/CMakeFiles/lpc_import.dir/lpci_main.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > Linking C executable ../lpc_export
>> >> > Linking C executable ../lpc_import
>> >> > [ 95%] Built target lpc_export
>> >> > [ 95%] Built target lpc_import
>> >> > Scanning dependencies of target mixer-bin
>> >> > Scanning dependencies of target pv_export
>> >> > [ 95%] [ 95%] Building C object
>> >> > util/CMakeFiles/mixer-bin.dir/mixer_main.c.o
>> >> > Building C object util/CMakeFiles/pv_export.dir/pvx_main.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > Linking C executable ../pv_export
>> >> > Linking C executable ../mixer
>> >> > [ 95%] Built target pv_export
>> >> > [ 95%] Built target mixer-bin
>> >> > Scanning dependencies of target pvanal
>> >> > Scanning dependencies of target pv_import
>> >> > [ 95%] [ 96%] Building C object
>> >> > util/CMakeFiles/pvanal.dir/pvc_main.c.o
>> >> > Building C object util/CMakeFiles/pv_import.dir/pvi_main.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > Linking C executable ../pvanal
>> >> > Linking C executable ../pv_import
>> >> > [ 96%] Built target pvanal
>> >> > [ 96%] Built target pv_import
>> >> > Scanning dependencies of target scale
>> >> > Scanning dependencies of target pvlook
>> >> > [ 96%] [ 96%] Building C object
>> >> > util/CMakeFiles/scale.dir/scale_main.c.o
>> >> > Building C object util/CMakeFiles/pvlook.dir/pvl_main.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > Linking C executable ../pvlook
>> >> > Linking C executable ../scale
>> >> > [ 96%] Built target pvlook
>> >> > [ 96%] Built target scale
>> >> > Scanning dependencies of target scope
>> >> > Scanning dependencies of target sndinfo
>> >> > [ 96%] [ 96%] Building C object
>> >> > util/CMakeFiles/scope.dir/scope_main.c.o
>> >> > Building C object util/CMakeFiles/sndinfo.dir/sndinfo_main.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > Linking C executable ../sndinfo
>> >> > Linking C executable ../scope
>> >> > [ 96%] Built target scope
>> >> > [ 96%] Built target sndinfo
>> >> > Scanning dependencies of target srconv
>> >> > Scanning dependencies of target extract
>> >> > [ 97%] [ 97%] Building C object
>> >> > util/CMakeFiles/srconv.dir/srconv_main.c.o
>> >> > Building C object util1/CMakeFiles/extract.dir/sortex/xmain.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > Linking C executable ../extract
>> >> > Linking C executable ../srconv
>> >> > [ 97%] Built target extract
>> >> > [ 97%] Built target srconv
>> >> > [ 98%] Scanning dependencies of target scsort
>> >> > Swig source
>> >> > [ 98%] Building C object util1/CMakeFiles/scsort.dir/sortex/smain.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > Language subdirectory: python
>> >> > Search paths:
>> >> >    ./
>> >> >    /usr/local/include/
>> >> >    /tmp/csound-KYls/./H/
>> >> >    /tmp/csound-KYls/./include/
>> >> >    /tmp/csound-KYls/./Engine/
>> >> >    /tmp/csound-KYls/./
>> >> >    /tmp/csound-KYls/
>> >> >    /tmp/csound-KYls/interfaces/
>> >> >    /System/Library/Frameworks/Python.framework/Headers/
>> >> >    ./swig_lib/python/
>> >> >    /usr/local/Cellar/swig/2.0.9/share/swig/2.0.9/python/
>> >> >    ./swig_lib/
>> >> >    /usr/local/Cellar/swig/2.0.9/share/swig/2.0.9/
>> >> > Preprocessing...
>> >> > Linking C executable ../scsort
>> >> > [ 98%] Built target scsort
>> >> > [ 98%] Swig source
>> >> > Language subdirectory: java
>> >> > Search paths:
>> >> >    ./
>> >> >    /usr/local/include/
>> >> >    /tmp/csound-KYls/./H/
>> >> >    /tmp/csound-KYls/./include/
>> >> >    /tmp/csound-KYls/./Engine/
>> >> >    /tmp/csound-KYls/./
>> >> >    /tmp/csound-KYls/
>> >> >    /tmp/csound-KYls/interfaces/
>> >> >    /System/Library/Frameworks/Python.framework/Headers/
>> >> >    /System/Library/Frameworks/JavaVM.framework/Headers/
>> >> >    /System/Library/Frameworks/JavaVM.framework/Headers/
>> >> >    /System/Library/Frameworks/JavaVM.framework/Headers/
>> >> >    ./swig_lib/java/
>> >> >    /usr/local/Cellar/swig/2.0.9/share/swig/2.0.9/java/
>> >> >    ./swig_lib/
>> >> >    /usr/local/Cellar/swig/2.0.9/share/swig/2.0.9/
>> >> > Preprocessing...
>> >> > Starting language-specific parse...
>> >> > Processing types...
>> >> > C++ analysis...
>> >> > Generating wrappers...
>> >> > Starting language-specific parse...
>> >> > /tmp/csound-KYls/./include/csound.h:519: Warning 451: Setting a const
>> >> > char *
>> >> > variable may leak memory.
>> >> > Processing types...
>> >> > C++ analysis...
>> >> > Generating wrappers...
>> >> > /tmp/csound-KYls/./include/csound.h:519: Warning 451: Setting a const
>> >> > char *
>> >> > variable may leak memory.
>> >> > cs_glue.hpp:505: Warning 473: Returning a pointer or reference in a
>> >> > director
>> >> > method is not recommended.
>> >> > CppSound.hpp:36: Warning 453: Can't apply (std::vector< double >
>> >> > *INPUT). No
>> >> > typemaps are defined.
>> >> > CppSound.hpp:52: Warning 813: Warning for CppSound proxy: Base
>> >> > CsoundFile
>> >> > ignored. Multiple inheritance is not supported in Java.
>> >> > cs_glue.hpp:505: Warning 473: Returning a pointer or reference in a
>> >> > director
>> >> > method is not recommended.
>> >> > Scanning dependencies of target _jcsound6
>> >> > [ 99%] Building CXX object
>> >> > interfaces/CMakeFiles/_jcsound6.dir/java_interfaceJAVA_wrap.cxx.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > CppSound.hpp:36: Warning 453: Can't apply (std::vector< double >
>> >> > *INPUT). No
>> >> > typemaps are defined.
>> >> > Scanning dependencies of target _csnd6
>> >> > [ 99%] Building CXX object
>> >> > interfaces/CMakeFiles/_csnd6.dir/python_interfacePYTHON_wrap.cxx.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > Linking CXX shared module ../lib_jcsound6.jnilib
>> >> > Building JAVA package csnd6.jar
>> >> > Linking CXX shared module ../_csnd6.so
>> >> > [ 99%] Built target _csnd6
>> >> > [ 99%] [ 99%] Built target _jcsound6
>> >> > Swig source
>> >> > Language subdirectory: lua
>> >> > Search paths:
>> >> >    ./
>> >> >    /usr/local/include/
>> >> >    /tmp/csound-KYls/./H/
>> >> >    /tmp/csound-KYls/./include/
>> >> >    /tmp/csound-KYls/./Engine/
>> >> >    /tmp/csound-KYls/./
>> >> >    /tmp/csound-KYls/
>> >> >    /tmp/csound-KYls/interfaces/
>> >> >    /System/Library/Frameworks/Python.framework/Headers/
>> >> >    /System/Library/Frameworks/JavaVM.framework/Headers/
>> >> >    /System/Library/Frameworks/JavaVM.framework/Headers/
>> >> >    /System/Library/Frameworks/JavaVM.framework/Headers/
>> >> >    /usr/local/include/
>> >> >    ./swig_lib/lua/
>> >> >    /usr/local/Cellar/swig/2.0.9/share/swig/2.0.9/lua/
>> >> >    ./swig_lib/
>> >> >    /usr/local/Cellar/swig/2.0.9/share/swig/2.0.9/
>> >> > Preprocessing...
>> >> > Starting language-specific parse...
>> >> > Processing types...
>> >> > C++ analysis...
>> >> > Generating wrappers...
>> >> > /tmp/csound-KYls/./include/csound.h:519: Warning 451: Setting a const
>> >> > char *
>> >> > variable may leak memory.
>> >> > CppSound.hpp:36: Warning 453: Can't apply (std::vector< double >
>> >> > *INPUT). No
>> >> > typemaps are defined.
>> >> > Scanning dependencies of target luaCsnd6
>> >> > [100%] Building CXX object
>> >> > interfaces/CMakeFiles/luaCsnd6.dir/lua_interfaceLUA_wrap.cxx.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > Linking CXX shared module ../luaCsnd6.so
>> >> > [100%] Built target luaCsnd6
>> >> > Install the project...
>> >> > -- Install configuration: "None"
>> >> > -- Installing: /Users/eddyc/Library/Frameworks/CsoundLib64.framework
>> >> > -- Up-to-date:
>> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/CsoundLib64
>> >> > -- Up-to-date:
>> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Headers
>> >> > -- Up-to-date:
>> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Resources
>> >> > -- Installing:
>> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions
>> >> > -- Installing:
>> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/CsoundLib64
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/cfgvar.h
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/CppSound.hpp
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/cscore.h
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/csdl.h
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/csound.h
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/csound.hpp
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/csound_data_structures.h
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/csound_standard_types.h
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/csound_type_system.h
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/csoundCore.h
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/CsoundFile.hpp
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/csPerfThread.hpp
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/cwindow.h
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/filebuilding.h
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/float-version-double.h
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/float-version.h
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/interlocks.h
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/msg_attr.h
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/OpcodeBase.hpp
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/pstream.h
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/pvfileio.h
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/soundio.h
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/sysdep.h
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/text.h
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/version.h
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Info.plist
>> >> > -- Up-to-date:
>> >> >
>> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/Current
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libmixer.dylib
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libsignalflowgraph.dylib
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libampmidid.dylib
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libcs_date.dylib
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libsystem_call.dylib
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libdoppler.dylib
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libfractalnoise.dylib
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libfareygen.dylib
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libcellular.dylib
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libserial.dylib
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libplaterev.dylib
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libscansyn.dylib
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libcontrol.dylib
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libchua.dylib
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libosc.dylib
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libimage.dylib
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libpy.dylib
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libstk.dylib
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libcmidi.dylib
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/librtauhal.dylib
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libipmidi.dylib
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libwidgets.dylib
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libvirtual.dylib
>> >> > -- Installing: /usr/local/Cellar/csound/HEAD/lib/libcsnd.6.0.dylib
>> >> > -- Installing: /usr/local/Cellar/csound/HEAD/lib/libcsnd.dylib
>> >> > -- Installing: /Library/Python/2.7/site-packages/_csnd6.so
>> >> > CMake Error at interfaces/cmake_install.cmake:61 (FILE):
>> >> >   file INSTALL cannot copy file "/tmp/csound-KYls/_csnd6.so" to
>> >> >   "/Library/Python/2.7/site-packages/_csnd6.so".
>> >> > Call Stack (most recent call first):
>> >> >   cmake_install.cmake:56 (INCLUDE)
>> >> >
>> >> >
>> >> > make: *** [install] Error 1
>> >> > ==> Configuration
>> >> > HOMEBREW_VERSION: 0.9.4
>> >> > HEAD: 38629e1de84d5b8f020e02ebe3ca3430a47080ef
>> >> > CPU: dual-core 64-bit penryn
>> >> > OS X: 10.8.3-x86_64
>> >> > Xcode: 4.6.2
>> >> > CLT: 4.6.0.0.1.1365549073
>> >> > X11: 2.7.4 => /opt/X11
>> >> > ==> ENV
>> >> > CC: cc
>> >> > CXX: c++
>> >> > MAKEFLAGS: -j2
>> >> > CMAKE_PREFIX_PATH: /usr/local
>> >> > CMAKE_INCLUDE_PATH:
>> >> >
>> >> >
>> >> > /usr/include/libxml2:/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers/
>> >> > CMAKE_LIBRARY_PATH:
>> >> >
>> >> > /System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
>> >> > PKG_CONFIG_PATH:
>> >> >
>> >> >
>> >> > /usr/local/opt/pcre/lib/pkgconfig:/usr/local/opt/libsndfile/lib/pkgconfig:/usr/local/opt/portaudio/lib/pkgconfig:/usr/local/opt/liblo/lib/pkgconfig:/usr/local/opt/libpng/lib/pkgconfig
>> >> > PKG_CONFIG_LIBDIR:
>> >> > /usr/lib/pkgconfig:/usr/local/Library/ENV/pkgconfig/10.8
>> >> > ACLOCAL_PATH: /usr/local/share/aclocal
>> >> > OBJC: cc
>> >> > PATH:
>> >> >
>> >> >
>> >> > /usr/local/Library/ENV/4.3:/usr/local/opt/cmake/bin:/usr/local/opt/pcre/bin:/usr/local/opt/swig/bin:/usr/local/opt/libsndfile/bin:/usr/local/opt/liblo/bin:/usr/local/opt/libpng/bin:/usr/local/opt/stk/bin:/usr/local/opt/jpeg/bin:/usr/local/opt/fltk/bin:/usr/bin:/bin:/usr/sbin:/sbin
>> >> >
>> >> > Error: csound did not build
>> >> > Logs:       /Users/eddyc/Library/Logs/Homebrew/csound/CMakeCache.txt
>> >> >
>> >> >
>> >> >
>> >> > On 12 May 2013 11:03, Steven Yi <stevenyi@gmail.com> wrote:
>> >> >>
>> >> >> Could you run "brew install --HEAD
>> >> >> http://www.kunstmusik.com/csound.rb
>> >> >> --verbose" and post the verbose output?
>> >> >>
>> >> >> On May 12, 2013 10:47 AM, "Ed Costello" <edwardcostello@gmail.com>
>> >> >> wrote:
>> >> >>>
>> >> >>> Ok, still getting errors, heres what happened next....
>> >> >>>
>> >> >>> Marions-MacBook:~ eddyc$ brew link --overwrite libsndfile
>> >> >>> Linking /usr/local/Cellar/libsndfile/1.0.25... 27 symlinks created
>> >> >>> Marions-MacBook:~ eddyc$ brew install
>> >> >>> http://www.kunstmusik.com/csound.rb
>> >> >>>
>> >> >>>
>> >> >>> ########################################################################
>> >> >>> 100.0%
>> >> >>> Error: You must `brew link portaudio portmidi liblo' before csound
>> >> >>> can
>> >> >>> be
>> >> >>> installed
>> >> >>> Marions-MacBook:~ eddyc$ brew link --overwrite portaudio portmidi
>> >> >>> liblo
>> >> >>> Linking /usr/local/Cellar/portaudio/19.20111121... 6 symlinks
>> >> >>> created
>> >> >>> Linking /usr/local/Cellar/portmidi/217... 3 symlinks created
>> >> >>> Linking /usr/local/Cellar/liblo/0.26... 6 symlinks created
>> >> >>> Marions-MacBook:~ eddyc$ brew install
>> >> >>> http://www.kunstmusik.com/csound.rb
>> >> >>>
>> >> >>>
>> >> >>> ########################################################################
>> >> >>> 100.0%
>> >> >>> ==> Downloading
>> >> >>> http://www.kunstmusik.com/Csound-6.0.1-Source.tar.bz2
>> >> >>> Already downloaded: /Library/Caches/Homebrew/csound-6.0.1.tar.bz2
>> >> >>> ==> cmake . -DUSE_GETTEXT=0
>> >> >>> -DCMAKE_INSTALL_PREFIX=/usr/local/Cellar/csound/6.0.
>> >> >>> ==> make install
>> >> >>> Call Stack (most recent call first):
>> >> >>>   cmake_install.cmake:56 (INCLUDE)
>> >> >>>
>> >> >>>
>> >> >>> make: *** [install] Error 1
>> >> >>>
>> >> >>>
>> >> >>> On 11 May 2013 23:39, Steven Yi <stevenyi@gmail.com> wrote:
>> >> >>>>
>> >> >>>> Hey Ed,
>> >> >>>>
>> >> >>>> Sorry, just use "brew link --overwrite libsndfile" and ignore the
>> >> >>>> uninstall/install thing I wrote earlier. :)
>> >> >>>>
>> >> >>>> steven
>> >> >>>>
>> >> >>>> On Sat, May 11, 2013 at 11:31 PM, Steven Yi <stevenyi@gmail.com>
>> >> >>>> wrote:
>> >> >>>> > Hey Ed!
>> >> >>>> >
>> >> >>>> > So for that it's pretty much what it says.  You'll have to use
>> >> >>>> > the
>> >> >>>> > brew installed libsndfile, and to do that you'll probably have
>> >> >>>> > to
>> >> >>>> > do
>> >> >>>> > "brew uninstall libsndfile; brew install --overwrite
>> >> >>>> > libsndfile".
>> >> >>>> > Most
>> >> >>>> > likely when brew tried to link it's libsndfile into /usr/local,
>> >> >>>> > it
>> >> >>>> > encountered your custom built ones and gave up; I wonder if it
>> >> >>>> > didn't
>> >> >>>> > alter something though X_X.  But try getting the brew installed
>> >> >>>> > ones
>> >> >>>> > in there and I think you'll be good for csound building after
>> >> >>>> > that.
>> >> >>>> >
>> >> >>>> > Thanks!
>> >> >>>> > steven
>> >> >>>> >
>> >> >>>> > On Sat, May 11, 2013 at 8:10 PM, Ed Costello
>> >> >>>> > <edwardcostello@gmail.com> wrote:
>> >> >>>> >> I get an error saying it requires libsndfile, the thing is I
>> >> >>>> >> already
>> >> >>>> >> have
>> >> >>>> >> libsndfile installed from a previous csound installation,
>> >> >>>> >>
>> >> >>>> >> CMake Error at CMakeLists.txt:339 (message):
>> >> >>>> >>   Csound requires the sndfile library
>> >> >>>> >>
>> >> >>>> >>
>> >> >>>> >> -- Configuring incomplete, errors occurred!
>> >> >>>> >>
>> >> >>>> >> READ THIS:
>> >> >>>> >> https://github.com/mxcl/homebrew/wiki/troubleshooting
>> >> >>>> >>
>> >> >>>> >> Marions-MacBook:~ eddyc$ brew install libsndfile
>> >> >>>> >> Warning: libsndfile-1.0.25 already installed, it's just not
>> >> >>>> >> linked
>> >> >>>> >> Marions-MacBook:~ eddyc$
>> >> >>>> >>
>> >> >>>> >>
>> >> >>>> >>
>> >> >>>> >> On 11 May 2013 18:26, peiman khosravi
>> >> >>>> >> <peimankhosravi@gmail.com>
>> >> >>>> >> wrote:
>> >> >>>> >>>
>> >> >>>> >>> I get the same errors.
>> >> >>>> >>>
>> >> >>>> >>> P
>> >> >>>> >>>
>> >> >>>> >>>
>> >> >>>> >>>
>> >> >>>> >>>
>> >> >>>> >>>
>> >> >>>> >>>
>> >> >>>> >>> www.peimankhosravi.co.uk || Subscribe to RSS Feed
>> >> >>>> >>>
>> >> >>>> >>> To receive emails about upcoming concerts visit this page &
>> >> >>>> >>> enter
>> >> >>>> >>> your
>> >> >>>> >>> email address in the 'follow' section.
>> >> >>>> >>>
>> >> >>>> >>>
>> >> >>>> >>>
>> >> >>>> >>> On 11 May 2013 16:38, Steven Yi <stevenyi@gmail.com> wrote:
>> >> >>>> >>>>
>> >> >>>> >>>> Hi Jake,
>> >> >>>> >>>>
>> >> >>>> >>>> Thanks very much for the quick report! I'm running into
>> >> >>>> >>>> similar
>> >> >>>> >>>> situations and it has to do with brew trying to install links
>> >> >>>> >>>> but
>> >> >>>> >>>> there are original files there installed from somewhere else
>> >> >>>> >>>> (likely
>> >> >>>> >>>> from a previous csound installer install).  I just did this:
>> >> >>>> >>>>
>> >> >>>> >>>> Error: Could not symlink file:
>> >> >>>> >>>> /usr/local/Cellar/libogg/1.3.0/include/ogg/os_types.h
>> >> >>>> >>>> Target /usr/local/include/ogg/os_types.h already exists. You
>> >> >>>> >>>> may
>> >> >>>> >>>> need
>> >> >>>> >>>> to delete it.
>> >> >>>> >>>> To force the link and overwrite all other conflicting files,
>> >> >>>> >>>> do:
>> >> >>>> >>>>   brew link --overwrite formula_name
>> >> >>>> >>>>
>> >> >>>> >>>> To list all files that would be deleted:
>> >> >>>> >>>>   brew link --overwrite --dry-run formula_name
>> >> >>>> >>>> cp23-119:Formula stevenyi$ brew link --overwrite libogg
>> >> >>>> >>>> Linking /usr/local/Cellar/libogg/1.3.0... 81 symlinks created
>> >> >>>> >>>>
>> >> >>>> >>>> and also did 'brew link --overwrite flac' (and so on for each
>> >> >>>> >>>> lib).
>> >> >>>> >>>>
>> >> >>>> >>>> One note, I'm running into issues in building --universal.
>> >> >>>> >>>> It
>> >> >>>> >>>> seems
>> >> >>>> >>>> some of the formulas can be --universal but they depend on
>> >> >>>> >>>> others
>> >> >>>> >>>> that
>> >> >>>> >>>> don't support universal.  I'm going to see about modifying
>> >> >>>> >>>> some
>> >> >>>> >>>> of
>> >> >>>> >>>> the
>> >> >>>> >>>> dependent homebrew recipes and if that works I'll see if they
>> >> >>>> >>>> get
>> >> >>>> >>>> accepted into the main repo.
>> >> >>>> >>>>
>> >> >>>> >>>> Thanks!
>> >> >>>> >>>> steven
>> >> >>>> >>>>
>> >> >>>> >>>> On Sat, May 11, 2013 at 5:24 PM, Jacob Joaquin
>> >> >>>> >>>> <jacobjoaquin@gmail.com>
>> >> >>>> >>>> wrote:
>> >> >>>> >>>> > Here's my first run through; It breaks at libogg. I'm
>> >> >>>> >>>> > actually
>> >> >>>> >>>> > in
>> >> >>>> >>>> > the
>> >> >>>> >>>> > middle
>> >> >>>> >>>> > of something this morning. I'll spend more time with this
>> >> >>>> >>>> > when
>> >> >>>> >>>> > I
>> >> >>>> >>>> > have
>> >> >>>> >>>> > some:
>> >> >>>> >>>> >
>> >> >>>> >>>> > Quorra ~ $ brew install http://www.kunstmusik.com/csound.rb
>> >> >>>> >>>> >
>> >> >>>> >>>> >
>> >> >>>> >>>> >
>> >> >>>> >>>> >
>> >> >>>> >>>> > ########################################################################
>> >> >>>> >>>> > 100.0%
>> >> >>>> >>>> > Warning: Your Xcode (4.6.1) is outdated
>> >> >>>> >>>> > Please install Xcode 4.6.2.
>> >> >>>> >>>> > ==> Installing csound dependency: cmake
>> >> >>>> >>>> > ==> Downloading
>> >> >>>> >>>> >
>> >> >>>> >>>> >
>> >> >>>> >>>> > https://downloads.sf.net/project/machomebrew/Bottles/cmake-2.8.1
>> >> >>>> >>>> >
>> >> >>>> >>>> >
>> >> >>>> >>>> >
>> >> >>>> >>>> >
>> >> >>>> >>>> > ########################################################################
>> >> >>>> >>>> > 100.0%
>> >> >>>> >>>> > ==> Pouring cmake-2.8.10.2.mountain_lion.bottle.tar.gz
>> >> >>>> >>>> > 🍺  /usr/local/Cellar/cmake/2.8.10.2: 683 files, 32M
>> >> >>>> >>>> > ==> Installing csound dependency: pcre
>> >> >>>> >>>> > ==> Downloading
>> >> >>>> >>>> >
>> >> >>>> >>>> >
>> >> >>>> >>>> > ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre-8.32.
>> >> >>>> >>>> >
>> >> >>>> >>>> >
>> >> >>>> >>>> >
>> >> >>>> >>>> >
>> >> >>>> >>>> > ########################################################################
>> >> >>>> >>>> > 100.0%
>> >> >>>> >>>> >
>> >> >>>> >>>> >
>> >> >>>> >>>> >
>> >> >>>> >>>> >
>> >> >>>> >>>> > ########################################################################
>> >> >>>> >>>> > 100.0%==> ./configure --prefix=/usr/local/Cellar/pcre/8.32
>> >> >>>> >>>> > --enable-utf8
>> >> >>>> >>>> > --enable-unic
>> >> >>>> >>>> > ==> make test
>> >> >>>> >>>> > ==> make install
>> >> >>>> >>>> > 🍺  /usr/local/Cellar/pcre/8.32: 135 files, 3.6M, built in
>> >> >>>> >>>> > 44
>> >> >>>> >>>> > seconds
>> >> >>>> >>>> > ==> Installing csound dependency: swig
>> >> >>>> >>>> > ==> Downloading
>> >> >>>> >>>> >
>> >> >>>> >>>> >
>> >> >>>> >>>> >
>> >> >>>> >>>> >
>> >> >>>> >>>> > http://sourceforge.net/projects/swig/files/swig/swig-2.0.9/swig-2.0.9.tar.gz
>> >> >>>> >>>> >
>> >> >>>> >>>> >
>> >> >>>> >>>> >
>> >> >>>> >>>> >
>> >> >>>> >>>> > ########################################################################
>> >> >>>> >>>> > 100.0%
>> >> >>>> >>>> > ==> ./configure --prefix=/usr/local/Cellar/swig/2.0.9
>> >> >>>> >>>> > ==> make
>> >> >>>> >>>> > ==> make install
>> >> >>>> >>>> > 🍺  /usr/local/Cellar/swig/2.0.9: 599 files, 6.2M, built in
>> >> >>>> >>>> > 45
>> >> >>>> >>>> > seconds
>> >> >>>> >>>> > ==> Installing csound dependency: pkg-config
>> >> >>>> >>>> > ==> Downloading
>> >> >>>> >>>> >
>> >> >>>> >>>> >
>> >> >>>> >>>> >
>> >> >>>> >>>> >
>> >> >>>> >>>> > https://downloads.sf.net/project/machomebrew/Bottles/pkg-config-0.28.mountain_lion.bottle.tar.gz
>> >> >>>> >>>> >
>> >> >>>> >>>> >
>> >> >>>> >>>> >
>> >> >>>> >>>> >
>> >> >>>> >>>> > ########################################################################
>> >> >>>> >>>> > 100.0%
>> >> >>>> >>>> > ==> Pouring pkg-config-0.28.mountain_lion.bottle.tar.gz
>> >> >>>> >>>> > 🍺  /usr/local/Cellar/pkg-config/0.28: 10 files, 636K
>> >> >>>> >>>> > ==> Installing csound dependency: lame
>> >> >>>> >>>> > ==> Downloading
>> >> >>>> >>>> >
>> >> >>>> >>>> >
>> >> >>>> >>>> >
>> >> >>>> >>>> > http://downloads.sourceforge.net/sourceforge/lame/lame-3.99.5.tar.gz
>> >> >>>> >>>> >
>> >> >>>> >>>> >
>> >> >>>> >>>> >
>> >> >>>> >>>> >
>> >> >>>> >>>> > ########################################################################
>> >> >>>> >>>> > 100.0%
>> >> >>>> >>>> > ==> ./configure --prefix=/usr/local/Cellar/lame/3.99.5
>> >> >>>> >>>> > --enable-nasm
>> >> >>>> >>>> > ==> make install
>> >> >>>> >>>> > 🍺  /usr/local/Cellar/lame/3.99.5: 25 files, 2.1M, built in
>> >> >>>> >>>> > 27
>> >> >>>> >>>> > seconds
>> >> >>>> >>>> > ==> Installing csound dependency: flac
>> >> >>>> >>>> > ==> Downloading
>> >> >>>> >>>> >
>> >> >>>> >>>> >
>> >> >>>> >>>> >
>> >> >>>> >>>> > http://downloads.sourceforge.net/sourceforge/flac/flac-1.2.1.tar.gz
>> >> >>>> >>>> >
>> >> >>>> >>>> >
>> >> >>>> >>>> >
>> >> >>>> >>>> >
>> >> >>>> >>>> > ########################################################################
>> >> >>>> >>>> > 100.0%
>> >> >>>> >>>> > ==> ./configure --disable-asm-optimizations --enable-sse
>> >> >>>> >>>> > --prefix=/usr/local/Cellar/flac/1.2.1
>> >> >>>> >>>> > --mandir=/usr/local/Cellar/flac/1.2.1/share/man
>> >> >>>> >>>> > ==> make install
>> >> >>>> >>>> > ==> Downloading
>> >> >>>> >>>> > https://github.com/rmndk/flac2mp3/archive/v1.0.tar.gz
>> >> >>>> >>>> >
>> >> >>>> >>>> >
>> >> >>>> >>>> >
>> >> >>>> >>>> >
>> >> >>>> >>>> > ########################################################################
>> >> >>>> >>>> > 100.0%
>> >> >>>> >>>> > Warning: Could not link flac. Unlinking...
>> >> >>>> >>>> > Error: The `brew link` step did not complete successfully
>> >> >>>> >>>> > The formula built, but is not symlinked into /usr/local
>> >> >>>> >>>> > You can try again using `brew link flac'
>> >> >>>> >>>> > ==> Summary
>> >> >>>> >>>> > 🍺  /usr/local/Cellar/flac/1.2.1: 304 files, 6.5M, built in
>> >> >>>> >>>> > 47
>> >> >>>> >>>> > seconds
>> >> >>>> >>>> > ==> Installing csound dependency: libogg
>> >> >>>> >>>> > ==> Downloading
>> >> >>>> >>>> > http://downloads.xiph.org/releases/ogg/libogg-1.3.0.tar.gz
>> >> >>>> >>>> >
>> >> >>>> >>>> >
>> >> >>>> >>>> >
>> >> >>>> >>>> >
>> >> >>>> >>>> > ########################################################################
>> >> >>>> >>>> > 100.0%
>> >> >>>> >>>> > ==> ./configure --prefix=/usr/local/Cellar/libogg/1.3.0
>> >> >>>> >>>> > ==> make
>> >> >>>> >>>> > ==> make install
>> >> >>>> >>>> > Warning: Could not link libogg. Unlinking...
>> >> >>>> >>>> > Error: The `brew link` step did not complete successfully
>> >> >>>> >>>> > The formula built, but is not symlinked into /usr/local
>> >> >>>> >>>> > You can try again using `brew link libogg'
>> >> >>>> >>>> > ==> Summary
>> >> >>>> >>>> > 🍺  /usr/local/Cellar/libogg/1.3.0: 85 files, 520K, built
>> >> >>>> >>>> > in
>> >> >>>> >>>> > 11
>> >> >>>> >>>> > seconds
>> >> >>>> >>>> > ==> Installing csound dependency: xz
>> >> >>>> >>>> > ==> Downloading http://tukaani.org/xz/xz-5.0.4.tar.bz2
>> >> >>>> >>>> >
>> >> >>>> >>>> >
>> >> >>>> >>>> >
>> >> >>>> >>>> >
>> >> >>>> >>>> > ########################################################################
>> >> >>>> >>>> > 100.0%
>> >> >>>> >>>> > ==> ./configure --prefix=/usr/local/Cellar/xz/5.0.4
>> >> >>>> >>>> > ==> make install
>> >> >>>> >>>> > 🍺  /usr/local/Cellar/xz/5.0.4: 58 files, 1.5M, built in 27
>> >> >>>> >>>> > seconds
>> >> >>>> >>>> > Error: You must `brew link libogg' before libvorbis can be
>> >> >>>> >>>> > installed
>> >> >>>> >>>> >
>> >> >>>> >>>> >
>> >> >>>> >>>> >
>> >> >>>> >>>> >
>> >> >>>> >>>> >
>> >> >>>> >>>> > On Sat, May 11, 2013 at 8:21 AM, Jacob Joaquin
>> >> >>>> >>>> > <jacobjoaquin@gmail.com>
>> >> >>>> >>>> > wrote:
>> >> >>>> >>>> >>
>> >> >>>> >>>> >> I ran into an error which was resolved by updating brew:
>> >> >>>> >>>> >>
>> >> >>>> >>>> >> brew update
>> >> >>>> >>>> >>
>> >> >>>> >>>> >> It's currently downloading and installing dependencies.
>> >> >>>> >>>> >> We'll
>> >> >>>> >>>> >> see how
>> >> >>>> >>>> >> this
>> >> >>>> >>>> >> goes.
>> >> >>>> >>>> >>
>> >> >>>> >>>> >>
>> >> >>>> >>>> >> On Sat, May 11, 2013 at 8:12 AM, Steven Yi
>> >> >>>> >>>> >> <stevenyi@gmail.com>
>> >> >>>> >>>> >> wrote:
>> >> >>>> >>>> >>>
>> >> >>>> >>>> >>> Hi All,
>> >> >>>> >>>> >>>
>> >> >>>> >>>> >>> I've put together a homebrew [1]  file and was hoping to
>> >> >>>> >>>> >>> get
>> >> >>>> >>>> >>> some
>> >> >>>> >>>> >>> people to test it.  If it's working well maybe we can
>> >> >>>> >>>> >>> submit
>> >> >>>> >>>> >>> it
>> >> >>>> >>>> >>> to
>> >> >>>> >>>> >>> the
>> >> >>>> >>>> >>> homebrew repo.  The file is available at:
>> >> >>>> >>>> >>>
>> >> >>>> >>>> >>> http://www.kunstmusik.com/csound.rb
>> >> >>>> >>>> >>>
>> >> >>>> >>>> >>> You can try installing it by using:
>> >> >>>> >>>> >>>
>> >> >>>> >>>> >>> brew install http://www.kunstmusik.com/csound.rb
>> >> >>>> >>>> >>>
>> >> >>>> >>>> >>> This builds with a source zip I put together from today's
>> >> >>>> >>>> >>> GIT
>> >> >>>> >>>> >>> (using
>> >> >>>> >>>> >>> 'cpack package_source').  If you want to use the latest
>> >> >>>> >>>> >>> from
>> >> >>>> >>>> >>> GIT
>> >> >>>> >>>> >>> (recommended at this point) you can use:
>> >> >>>> >>>> >>>
>> >> >>>> >>>> >>> brew install --HEAD http://www.kunstmusik.com/csound.rb
>> >> >>>> >>>> >>>
>> >> >>>> >>>> >>> This should also install the following dependencies:
>> >> >>>> >>>> >>>
>> >> >>>> >>>> >>>   depends_on 'cmake' => :build
>> >> >>>> >>>> >>>   depends_on 'swig' => :build
>> >> >>>> >>>> >>>
>> >> >>>> >>>> >>>   depends_on 'libsndfile'
>> >> >>>> >>>> >>>
>> >> >>>> >>>> >>>   depends_on 'portaudio' => :recommended
>> >> >>>> >>>> >>>   depends_on 'portmidi' => :recommended
>> >> >>>> >>>> >>>   depends_on 'liblo' => :recommended
>> >> >>>> >>>> >>>   depends_on 'boost' => :recommended
>> >> >>>> >>>> >>>   depends_on 'libpng' => :recommended
>> >> >>>> >>>> >>>   depends_on 'stk' => :recommended
>> >> >>>> >>>> >>>
>> >> >>>> >>>> >>> You can get info on flags by using:
>> >> >>>> >>>> >>>
>> >> >>>> >>>> >>> brew info http://www.kunstmusik.com/csound.rb
>> >> >>>> >>>> >>>
>> >> >>>> >>>> >>> and can (or, at least, should) be able to build as a
>> >> >>>> >>>> >>> --universal
>> >> >>>> >>>> >>> using:
>> >> >>>> >>>> >>>
>> >> >>>> >>>> >>> brew install --HEAD http://www.kunstmusik.com/csound.rb
>> >> >>>> >>>> >>> --universal
>> >> >>>> >>>> >>>
>> >> >>>> >>>> >>> Some notes:
>> >> >>>> >>>> >>>
>> >> >>>> >>>> >>> 1) There are likely to be problems.  Please report issues
>> >> >>>> >>>> >>> here
>> >> >>>> >>>> >>> so
>> >> >>>> >>>> >>> that
>> >> >>>> >>>> >>> we can fix them together. :)
>> >> >>>> >>>> >>>
>> >> >>>> >>>> >>> 2) The csound cmake file installs things into places that
>> >> >>>> >>>> >>> may
>> >> >>>> >>>> >>> be
>> >> >>>> >>>> >>> protected on your system. The particularly relevant ones
>> >> >>>> >>>> >>> are
>> >> >>>> >>>> >>> /usr/local, /Library/Python/2.7/site-packages, and
>> >> >>>> >>>> >>> /Library/Java/Extensions.  Homebrew explains how to deal
>> >> >>>> >>>> >>> with
>> >> >>>> >>>> >>> the
>> >> >>>> >>>> >>> latter 2 directores in [2]. There's info about /usr/local
>> >> >>>> >>>> >>> on
>> >> >>>> >>>> >>> the
>> >> >>>> >>>> >>> homebrew site [1].
>> >> >>>> >>>> >>>
>> >> >>>> >>>> >>> 3) I'm currently thinking this might be the best way to
>> >> >>>> >>>> >>> get
>> >> >>>> >>>> >>> everything
>> >> >>>> >>>> >>> required to build csound installed on OSX.  The idea is
>> >> >>>> >>>> >>> that
>> >> >>>> >>>> >>> once you
>> >> >>>> >>>> >>> install once, you'll have everything you need to also
>> >> >>>> >>>> >>> clone
>> >> >>>> >>>> >>> Csound's
>> >> >>>> >>>> >>> git repo and develop/build/install.
>> >> >>>> >>>> >>>
>> >> >>>> >>>> >>> Thanks!
>> >> >>>> >>>> >>> steven
>> >> >>>> >>>> >>>
>> >> >>>> >>>> >>> [1] - http://brew.sh/
>> >> >>>> >>>> >>> [2] -
>> >> >>>> >>>> >>>
>> >> >>>> >>>> >>>
>> >> >>>> >>>> >>>
>> >> >>>> >>>> >>> https://github.com/mxcl/homebrew/wiki/Gems%2C-Eggs-and-Perl-Modules
>> >> >>>> >>>> >>>
>> >> >>>> >>>> >>>
>> >> >>>> >>>> >>>
>> >> >>>> >>>> >>>
>> >> >>>> >>>> >>>
>> >> >>>> >>>> >>>
>> >> >>>> >>>> >>> ------------------------------------------------------------------------------
>> >> >>>> >>>> >>> Learn Graph Databases - Download FREE O'Reilly Book
>> >> >>>> >>>> >>> "Graph Databases" is the definitive new guide to graph
>> >> >>>> >>>> >>> databases and
>> >> >>>> >>>> >>> their applications. This 200-page book is written by
>> >> >>>> >>>> >>> three
>> >> >>>> >>>> >>> acclaimed
>> >> >>>> >>>> >>> leaders in the field. The early access version is
>> >> >>>> >>>> >>> available
>> >> >>>> >>>> >>> now.
>> >> >>>> >>>> >>> Download your free book today!
>> >> >>>> >>>> >>> http://p.sf.net/sfu/neotech_d2d_may
>> >> >>>> >>>> >>> _______________________________________________
>> >> >>>> >>>> >>> Csound-devel mailing list
>> >> >>>> >>>> >>> Csound-devel@lists.sourceforge.net
>> >> >>>> >>>> >>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>> >> >>>> >>>> >>
>> >> >>>> >>>> >>
>> >> >>>> >>>> >>
>> >> >>>> >>>> >>
>> >> >>>> >>>> >> --
>> >> >>>> >>>> >> codehop.com | #code #art #music
>> >> >>>> >>>> >
>> >> >>>> >>>> >
>> >> >>>> >>>> >
>> >> >>>> >>>> >
>> >> >>>> >>>> > --
>> >> >>>> >>>> > codehop.com | #code #art #music
>> >> >>>> >>>> >
>> >> >>>> >>>> >
>> >> >>>> >>>> >
>> >> >>>> >>>> >
>> >> >>>> >>>> >
>> >> >>>> >>>> > ------------------------------------------------------------------------------
>> >> >>>> >>>> > Learn Graph Databases - Download FREE O'Reilly Book
>> >> >>>> >>>> > "Graph Databases" is the definitive new guide to graph
>> >> >>>> >>>> > databases
>> >> >>>> >>>> > and
>> >> >>>> >>>> > their applications. This 200-page book is written by three
>> >> >>>> >>>> > acclaimed
>> >> >>>> >>>> > leaders in the field. The early access version is available
>> >> >>>> >>>> > now.
>> >> >>>> >>>> > Download your free book today!
>> >> >>>> >>>> > http://p.sf.net/sfu/neotech_d2d_may
>> >> >>>> >>>> > _______________________________________________
>> >> >>>> >>>> > Csound-devel mailing list
>> >> >>>> >>>> > Csound-devel@lists.sourceforge.net
>> >> >>>> >>>> > https://lists.sourceforge.net/lists/listinfo/csound-devel
>> >> >>>> >>>> >
>> >> >>>> >>>>
>> >> >>>> >>>>
>> >> >>>> >>>>
>> >> >>>> >>>>
>> >> >>>> >>>>
>> >> >>>> >>>> ------------------------------------------------------------------------------
>> >> >>>> >>>> Learn Graph Databases - Download FREE O'Reilly Book
>> >> >>>> >>>> "Graph Databases" is the definitive new guide to graph
>> >> >>>> >>>> databases
>> >> >>>> >>>> and
>> >> >>>> >>>> their applications. This 200-page book is written by three
>> >> >>>> >>>> acclaimed
>> >> >>>> >>>> leaders in the field. The early access version is available
>> >> >>>> >>>> now.
>> >> >>>> >>>> Download your free book today!
>> >> >>>> >>>> http://p.sf.net/sfu/neotech_d2d_may
>> >> >>>> >>>> _______________________________________________
>> >> >>>> >>>> Csound-devel mailing list
>> >> >>>> >>>> Csound-devel@lists.sourceforge.net
>> >> >>>> >>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>> >> >>>> >>>
>> >> >>>> >>>
>> >> >>>> >>>
>> >> >>>> >>>
>> >> >>>> >>>
>> >> >>>> >>>
>> >> >>>> >>>
>> >> >>>> >>> ------------------------------------------------------------------------------
>> >> >>>> >>> Learn Graph Databases - Download FREE O'Reilly Book
>> >> >>>> >>> "Graph Databases" is the definitive new guide to graph
>> >> >>>> >>> databases
>> >> >>>> >>> and
>> >> >>>> >>> their applications. This 200-page book is written by three
>> >> >>>> >>> acclaimed
>> >> >>>> >>> leaders in the field. The early access version is available
>> >> >>>> >>> now.
>> >> >>>> >>> Download your free book today!
>> >> >>>> >>> http://p.sf.net/sfu/neotech_d2d_may
>> >> >>>> >>> _______________________________________________
>> >> >>>> >>> Csound-devel mailing list
>> >> >>>> >>> Csound-devel@lists.sourceforge.net
>> >> >>>> >>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>> >> >>>> >>>
>> >> >>>> >>
>> >> >>>> >>
>> >> >>>> >>
>> >> >>>> >>
>> >> >>>> >>
>> >> >>>> >> ------------------------------------------------------------------------------
>> >> >>>> >> Learn Graph Databases - Download FREE O'Reilly Book
>> >> >>>> >> "Graph Databases" is the definitive new guide to graph
>> >> >>>> >> databases
>> >> >>>> >> and
>> >> >>>> >> their applications. This 200-page book is written by three
>> >> >>>> >> acclaimed
>> >> >>>> >> leaders in the field. The early access version is available
>> >> >>>> >> now.
>> >> >>>> >> Download your free book today!
>> >> >>>> >> http://p.sf.net/sfu/neotech_d2d_may
>> >> >>>> >> _______________________________________________
>> >> >>>> >> Csound-devel mailing list
>> >> >>>> >> Csound-devel@lists.sourceforge.net
>> >> >>>> >> https://lists.sourceforge.net/lists/listinfo/csound-devel
>> >> >>>> >>
>> >> >>>>
>> >> >>>>
>> >> >>>>
>> >> >>>>
>> >> >>>> ------------------------------------------------------------------------------
>> >> >>>> Learn Graph Databases - Download FREE O'Reilly Book
>> >> >>>> "Graph Databases" is the definitive new guide to graph databases
>> >> >>>> and
>> >> >>>> their applications. This 200-page book is written by three
>> >> >>>> acclaimed
>> >> >>>> leaders in the field. The early access version is available now.
>> >> >>>> Download your free book today! http://p.sf.net/sfu/neotech_d2d_may
>> >> >>>> _______________________________________________
>> >> >>>> Csound-devel mailing list
>> >> >>>> Csound-devel@lists.sourceforge.net
>> >> >>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>> >> >>>
>> >> >>>
>> >> >>>
>> >> >>>
>> >> >>>
>> >> >>>
>> >> >>> ------------------------------------------------------------------------------
>> >> >>> Learn Graph Databases - Download FREE O'Reilly Book
>> >> >>> "Graph Databases" is the definitive new guide to graph databases
>> >> >>> and
>> >> >>> their applications. This 200-page book is written by three
>> >> >>> acclaimed
>> >> >>> leaders in the field. The early access version is available now.
>> >> >>> Download your free book today! http://p.sf.net/sfu/neotech_d2d_may
>> >> >>> _______________________________________________
>> >> >>> Csound-devel mailing list
>> >> >>> Csound-devel@lists.sourceforge.net
>> >> >>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>> >> >>>
>> >> >>
>> >> >>
>> >> >>
>> >> >>
>> >> >> ------------------------------------------------------------------------------
>> >> >> Learn Graph Databases - Download FREE O'Reilly Book
>> >> >> "Graph Databases" is the definitive new guide to graph databases and
>> >> >> their applications. This 200-page book is written by three acclaimed
>> >> >> leaders in the field. The early access version is available now.
>> >> >> Download your free book today! http://p.sf.net/sfu/neotech_d2d_may
>> >> >> _______________________________________________
>> >> >> Csound-devel mailing list
>> >> >> Csound-devel@lists.sourceforge.net
>> >> >> https://lists.sourceforge.net/lists/listinfo/csound-devel
>> >> >>
>> >> >
>> >> >
>> >> >
>> >> >
>> >> > ------------------------------------------------------------------------------
>> >> > Learn Graph Databases - Download FREE O'Reilly Book
>> >> > "Graph Databases" is the definitive new guide to graph databases and
>> >> > their applications. This 200-page book is written by three acclaimed
>> >> > leaders in the field. The early access version is available now.
>> >> > Download your free book today! http://p.sf.net/sfu/neotech_d2d_may
>> >> > _______________________________________________
>> >> > Csound-devel mailing list
>> >> > Csound-devel@lists.sourceforge.net
>> >> > https://lists.sourceforge.net/lists/listinfo/csound-devel
>> >> >
>> >>
>> >>
>> >>
>> >> ------------------------------------------------------------------------------
>> >> Learn Graph Databases - Download FREE O'Reilly Book
>> >> "Graph Databases" is the definitive new guide to graph databases and
>> >> their applications. This 200-page book is written by three acclaimed
>> >> leaders in the field. The early access version is available now.
>> >> Download your free book today! http://p.sf.net/sfu/neotech_d2d_may
>> >> _______________________________________________
>> >> Csound-devel mailing list
>> >> Csound-devel@lists.sourceforge.net
>> >> https://lists.sourceforge.net/lists/listinfo/csound-devel
>> >
>> >
>> >
>> >
>> > ------------------------------------------------------------------------------
>> > Learn Graph Databases - Download FREE O'Reilly Book
>> > "Graph Databases" is the definitive new guide to graph databases and
>> > their applications. This 200-page book is written by three acclaimed
>> > leaders in the field. The early access version is available now.
>> > Download your free book today! http://p.sf.net/sfu/neotech_d2d_may
>> > _______________________________________________
>> > Csound-devel mailing list
>> > Csound-devel@lists.sourceforge.net
>> > https://lists.sourceforge.net/lists/listinfo/csound-devel
>> >
>>
>>
>> ------------------------------------------------------------------------------
>> Learn Graph Databases - Download FREE O'Reilly Book
>> "Graph Databases" is the definitive new guide to graph databases and
>> their applications. This 200-page book is written by three acclaimed
>> leaders in the field. The early access version is available now.
>> Download your free book today! http://p.sf.net/sfu/neotech_d2d_may
>> _______________________________________________
>> Csound-devel mailing list
>> Csound-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>
>
>
> ------------------------------------------------------------------------------
> Learn Graph Databases - Download FREE O'Reilly Book
> "Graph Databases" is the definitive new guide to graph databases and
> their applications. This 200-page book is written by three acclaimed
> leaders in the field. The early access version is available now.
> Download your free book today! http://p.sf.net/sfu/neotech_d2d_may
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel
>

------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and
their applications. This 200-page book is written by three acclaimed
leaders in the field. The early access version is available now.
Download your free book today! http://p.sf.net/sfu/neotech_d2d_may
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-devel


Date2013-05-12 17:15
FromAndres Cabrera
SubjectRe: [Cs-dev] OSX: Homebrew
AttachmentsNone  None  

That would be great!

I still need to finish porting csoundqt to csound 6....

Cheers,
Andres

On May 12, 2013 8:42 AM, "Steven Yi" <stevenyi@gmail.com> wrote:
Hi Ed,

The CsoundLib64.framework should be installed in
~/Library/Frameworks/CsoundLib64.framework.  Victor and I had chatted
about this and it seemed to make sense to install the user's framework
folder when building, and for the installer to allow that to install
to the system's framework folder.  My thought for how to proceed from
here is that it would be very nice to have a homebrew CsoundQT build
as well, so advanced users can install both and use the bleeding edge
for both.  The idea too is that the CsoundQT build could link to the
user's framework.  Of course, I haven't mentioned this to Andres yet,
but hopefully he'll see this email. :D

steven

On Sun, May 12, 2013 at 3:08 PM, Ed Costello <edwardcostello@gmail.com> wrote:
> Am I right in thinking that this doesn't install the framework or header
> files?
>
>
> On 12 May 2013 14:57, Steven Yi <stevenyi@gmail.com> wrote:
>>
>> Ah, that's great!  Yeah, that's just the nature of homebrew.  It
>> builds in its cellar directories, then links to /usr/local.  If it
>> finds something there, it doesn't try to overwrite by default.  Using
>> --overwrite is appropriate in this situation.  At this point, for
>> future builds, say, if you want to keep up with the latest from git,
>> all you'll have to do is the brew installed --HEAD csound and you're
>> good to go.
>>
>> On Sun, May 12, 2013 at 2:45 PM, Ed Costello <edwardcostello@gmail.com>
>> wrote:
>> > Got it installed, however I had to do a brew link --overwrite csound,
>> > heres
>> > the output
>> >
>> > Warning: Could not link csound. Unlinking...
>> > Error: The `brew link` step did not complete successfully
>> > The formula built, but is not symlinked into /usr/local
>> > You can try again using `brew link csound'
>> > Warning: Could not fix install names for
>> > /usr/local/Cellar/csound/HEAD/bin/srconv
>> > Warning: Could not fix install names for
>> > /usr/local/Cellar/csound/HEAD/bin/sndinfo
>> > Warning: Could not fix install names for
>> > /usr/local/Cellar/csound/HEAD/bin/scsort
>> > Warning: Could not fix install names for
>> > /usr/local/Cellar/csound/HEAD/bin/scope
>> > Warning: Could not fix install names for
>> > /usr/local/Cellar/csound/HEAD/bin/scale
>> > Warning: Could not fix install names for
>> > /usr/local/Cellar/csound/HEAD/bin/pvlook
>> > Warning: Could not fix install names for
>> > /usr/local/Cellar/csound/HEAD/bin/pvanal
>> > Warning: Could not fix install names for
>> > /usr/local/Cellar/csound/HEAD/bin/pv_import
>> > Warning: Could not fix install names for
>> > /usr/local/Cellar/csound/HEAD/bin/pv_export
>> > Warning: Could not fix install names for
>> > /usr/local/Cellar/csound/HEAD/bin/mixer
>> > Warning: Could not fix install names for
>> > /usr/local/Cellar/csound/HEAD/bin/lpc_import
>> > Warning: Could not fix install names for
>> > /usr/local/Cellar/csound/HEAD/bin/lpc_export
>> > Warning: Could not fix install names for
>> > /usr/local/Cellar/csound/HEAD/bin/lpanal
>> > Warning: Could not fix install names for
>> > /usr/local/Cellar/csound/HEAD/bin/hetro
>> > Warning: Could not fix install names for
>> > /usr/local/Cellar/csound/HEAD/bin/het_import
>> > Warning: Could not fix install names for
>> > /usr/local/Cellar/csound/HEAD/bin/het_export
>> > Warning: Could not fix install names for
>> > /usr/local/Cellar/csound/HEAD/bin/extractor
>> > Warning: Could not fix install names for
>> > /usr/local/Cellar/csound/HEAD/bin/extract
>> > Warning: Could not fix install names for
>> > /usr/local/Cellar/csound/HEAD/bin/envext
>> > Warning: Could not fix install names for
>> > /usr/local/Cellar/csound/HEAD/bin/dnoise
>> > Warning: Could not fix install names for
>> > /usr/local/Cellar/csound/HEAD/bin/cvanal
>> > Warning: Could not fix install names for
>> > /usr/local/Cellar/csound/HEAD/bin/csound
>> > Warning: Could not fix install names for
>> > /usr/local/Cellar/csound/HEAD/bin/csanalyze
>> > Warning: Could not fix install names for
>> > /usr/local/Cellar/csound/HEAD/bin/atsa
>> > Warning: Could not fix install names for
>> > /usr/local/Cellar/csound/HEAD/lib/luaCsnd6.so
>> > Warning: Could not fix install names for
>> > /usr/local/Cellar/csound/HEAD/lib/libcsnd.6.0.dylib
>> > ==> Summary
>> > 🍺  /usr/local/Cellar/csound/HEAD: 34 files, 1.6M, built in 2.2 minutes
>> > Marions-MacBook:~ eddyc$ brew link csound
>> > Linking /usr/local/Cellar/csound/HEAD... Warning: Could not link csound.
>> > Unlinking...
>> >
>> > Error: Could not symlink file: /usr/local/Cellar/csound/HEAD/bin/srconv
>> > Target /usr/local/bin/srconv already exists. You may need to delete it.
>> > To force the link and delete this file, do:
>> >   brew link --overwrite formula_name
>> >
>> > To list all files that would be deleted:
>> >   brew link --overwrite --dry-run formula_name
>> > Marions-MacBook:~ eddyc$ brew link --overwrite csound
>> > Linking /usr/local/Cellar/csound/HEAD... 29 symlinks created
>> >
>> >
>> > On 12 May 2013 14:18, Steven Yi <stevenyi@gmail.com> wrote:
>> >>
>> >> Hi Ed,
>> >>
>> >> Yeah I mentioned this situation in my first email:
>> >>
>> >> "2) The csound cmake file installs things into places that may be
>> >> protected on your system. The particularly relevant ones are
>> >> /usr/local, /Library/Python/2.7/site-packages, and
>> >> /Library/Java/Extensions.  Homebrew explains how to deal with the
>> >> latter 2 directores in [2]. There's info about /usr/local on the
>> >> homebrew site [1]."
>> >>
>> >> The link for number 2 is:
>> >>
>> >> https://github.com/mxcl/homebrew/wiki/Gems%2C-Eggs-and-Perl-Modules
>> >>
>> >> The essentialy thing to run is:
>> >>
>> >> sudo chmod +a 'user:YOUR_NAME_HERE allow
>> >> add_subdirectory,add_file,delete_child,directory_inherit'
>> >> /Library/Python/2.7/site-packages
>> >> sudo chmod +a 'user:YOUR_NAME_HERE allow
>> >> add_subdirectory,add_file,delete_child,directory_inherit'
>> >> /Library/Java/Extensions
>> >>
>> >> where YOUR_NAME_HERE is your system user name.
>> >>
>> >> After that, you should be able to install.
>> >>
>> >> Let me know how it goes for you!
>> >> steven
>> >>
>> >>
>> >> On Sun, May 12, 2013 at 12:12 PM, Ed Costello
>> >> <edwardcostello@gmail.com>
>> >> wrote:
>> >> > Here ya go, I think the installer is having trouble with copying
>> >> > _csnd6.so
>> >> > into my python site packages directory
>> >> >
>> >> > Marions-MacBook:~ eddyc$ brew install --HEAD
>> >> > http://www.kunstmusik.com/csound.rb --verbose
>> >> > /usr/bin/curl -f#LA Homebrew 0.9.4 (Ruby 1.8.7-358; Mac OS X 10.8.3)
>> >> > http://www.kunstmusik.com/csound.rb -o
>> >> > /Library/Caches/Homebrew/Formula/csound.rb
>> >> >
>> >> > ########################################################################
>> >> > 100.0%
>> >> > ==> Cloning git://git.code.sourceforge.net/p/csound/csound6-git
>> >> > git clone --depth 1
>> >> > git://git.code.sourceforge.net/p/csound/csound6-git
>> >> > /Library/Caches/Homebrew/csound--git
>> >> > Cloning into '/Library/Caches/Homebrew/csound--git'...
>> >> > remote: Counting objects: 1531, done.
>> >> > remote: Compressing objects: 100% (1314/1314), done.
>> >> > remote: Total 1531 (delta 288), reused 797 (delta 140)
>> >> > Receiving objects: 100% (1531/1531), 13.23 MiB | 1.07 MiB/s, done.
>> >> > Resolving deltas: 100% (288/288), done.
>> >> > git reset --hard origin/HEAD
>> >> > HEAD is now at 2468c7c some float csound adjustments
>> >> > git checkout-index -a -f --prefix=/private/tmp/csound-KYls/
>> >> > ==> cmake . -DUSE_GETTEXT=0
>> >> > -DCMAKE_INSTALL_PREFIX=/usr/local/Cellar/csound/HEAD
>> >> > -DCMAKE_BUILD_TYPE=None
>> >> > -DCMAKE_FIND_FRAMEWORK=LAST -Wno-dev
>> >> > cmake . -DUSE_GETTEXT=0
>> >> > -DCMAKE_INSTALL_PREFIX=/usr/local/Cellar/csound/HEAD
>> >> > -DCMAKE_BUILD_TYPE=None -DCMAKE_FIND_FRAMEWORK=LAST -Wno-dev
>> >> > -- The C compiler identification is Clang 4.2.0
>> >> > -- The CXX compiler identification is Clang 4.2.0
>> >> > -- Check for working C compiler: /usr/local/Library/ENV/4.3/cc
>> >> > -- Check for working C compiler: /usr/local/Library/ENV/4.3/cc --
>> >> > works
>> >> > -- Detecting C compiler ABI info
>> >> > -- Detecting C compiler ABI info - done
>> >> > -- Check for working CXX compiler: /usr/local/Library/ENV/4.3/c++
>> >> > -- Check for working CXX compiler: /usr/local/Library/ENV/4.3/c++ --
>> >> > works
>> >> > -- Detecting CXX compiler ABI info
>> >> > -- Detecting CXX compiler ABI info - done
>> >> > -- /tmp/csound-KYls
>> >> > -- BUILD_BIN_DIR set to /tmp/csound-KYls
>> >> > -- BUILD_LIB_DIR set to /tmp/csound-KYls
>> >> > -- BUILD_PLUGINS_DIR set to /tmp/csound-KYls
>> >> > -- Check if the system is big endian
>> >> > -- Searching 16 bit integer
>> >> > -- Looking for sys/types.h
>> >> > -- Looking for sys/types.h - found
>> >> > -- Looking for stdint.h
>> >> > -- Looking for stdint.h - found
>> >> > -- Looking for stddef.h
>> >> > -- Looking for stddef.h - found
>> >> > -- Check size of unsigned short
>> >> > -- Check size of unsigned short - done
>> >> > -- Using unsigned short
>> >> > -- Check if the system is big endian - little endian
>> >> > -- Try OpenMP C flag = [-fopenmp]
>> >> > -- Performing Test OpenMP_FLAG_DETECTED
>> >> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> >> > -- Try OpenMP C flag = [/openmp]
>> >> > -- Performing Test OpenMP_FLAG_DETECTED
>> >> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> >> > -- Try OpenMP C flag = [-Qopenmp]
>> >> > -- Performing Test OpenMP_FLAG_DETECTED
>> >> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> >> > -- Try OpenMP C flag = [-openmp]
>> >> > -- Performing Test OpenMP_FLAG_DETECTED
>> >> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> >> > -- Try OpenMP C flag = [ ]
>> >> > -- Performing Test OpenMP_FLAG_DETECTED
>> >> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> >> > -- Try OpenMP C flag = [-xopenmp]
>> >> > -- Performing Test OpenMP_FLAG_DETECTED
>> >> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> >> > -- Try OpenMP C flag = [+Oopenmp]
>> >> > -- Performing Test OpenMP_FLAG_DETECTED
>> >> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> >> > -- Try OpenMP C flag = [-qsmp]
>> >> > -- Performing Test OpenMP_FLAG_DETECTED
>> >> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> >> > -- Try OpenMP C flag = [-mp]
>> >> > -- Performing Test OpenMP_FLAG_DETECTED
>> >> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> >> > -- Try OpenMP CXX flag = [-fopenmp]
>> >> > -- Performing Test OpenMP_FLAG_DETECTED
>> >> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> >> > -- Try OpenMP CXX flag = [/openmp]
>> >> > -- Performing Test OpenMP_FLAG_DETECTED
>> >> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> >> > -- Try OpenMP CXX flag = [-Qopenmp]
>> >> > -- Performing Test OpenMP_FLAG_DETECTED
>> >> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> >> > -- Try OpenMP CXX flag = [-openmp]
>> >> > -- Performing Test OpenMP_FLAG_DETECTED
>> >> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> >> > -- Try OpenMP CXX flag = [ ]
>> >> > -- Performing Test OpenMP_FLAG_DETECTED
>> >> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> >> > -- Try OpenMP CXX flag = [-xopenmp]
>> >> > -- Performing Test OpenMP_FLAG_DETECTED
>> >> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> >> > -- Try OpenMP CXX flag = [+Oopenmp]
>> >> > -- Performing Test OpenMP_FLAG_DETECTED
>> >> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> >> > -- Try OpenMP CXX flag = [-qsmp]
>> >> > -- Performing Test OpenMP_FLAG_DETECTED
>> >> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> >> > -- Try OpenMP CXX flag = [-mp]
>> >> > -- Performing Test OpenMP_FLAG_DETECTED
>> >> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> >> > -- Could NOT find OpenMP (missing:  OpenMP_C_FLAGS OpenMP_CXX_FLAGS)
>> >> > -- Looking for libintl.h
>> >> > -- Looking for libintl.h - not found
>> >> > -- Looking for C++ include eigen3/Eigen/Dense
>> >> > -- Looking for C++ include eigen3/Eigen/Dense - not found
>> >> > -- Could NOT find Gettext (missing:  GETTEXT_MSGMERGE_EXECUTABLE
>> >> > GETTEXT_MSGFMT_EXECUTABLE)
>> >> > -- Looking for lrint in m
>> >> > -- Looking for lrint in m - found
>> >> > -- Looking for unistd.h
>> >> > -- Looking for unistd.h - found
>> >> > -- Looking for io.h
>> >> > -- Looking for io.h - not found
>> >> > -- Looking for fcntl.h
>> >> > -- Looking for fcntl.h - found
>> >> > -- Looking for sys/time.h
>> >> > -- Looking for sys/time.h - found
>> >> > -- Looking for termios.h
>> >> > -- Looking for termios.h - found
>> >> > -- Looking for values.h
>> >> > -- Looking for values.h - not found
>> >> > -- Looking for winsock.h
>> >> > -- Looking for winsock.h - not found
>> >> > -- Looking for sys/socket.h
>> >> > -- Looking for sys/socket.h - found
>> >> > -- Looking for dirent.h
>> >> > -- Looking for dirent.h - found
>> >> > -- USE_LRINT is enabled
>> >> > -- Found FLEX: /usr/bin/flex (found version "2.5.35")
>> >> > -- Found BISON: /usr/bin/bison (found version "2.3")
>> >> > -- Looking for pthread_spin_lock
>> >> > -- Looking for pthread_spin_lock - not found
>> >> > -- Looking for pthread_barrier_init
>> >> > -- Looking for pthread_barrier_init - not found
>> >> > -- OPENMP_FOUND="FALSE", so disabling USE_OPEN_MP
>> >> > -- PTHREAD_BARRIER_INIT_EXISTS="", so disabling USE_OPEN_MP
>> >> > -- USE_OPEN_MP is disabled
>> >> > -- Not building with score parser
>> >> > -- Not building with new parser debugging
>> >> > -- Building with multicore
>> >> > -- USE_GETTEXT is disabled
>> >> > -- Not using localization
>> >> > -- Building on OSX
>> >> > -- Boost version: 1.53.0
>> >> > -- Looking for ladspa.h
>> >> > -- Looking for ladspa.h - not found
>> >> > -- Looking for fluidsynth.h
>> >> > -- Looking for fluidsynth.h - not found
>> >> > -- Looking for jack/jack.h
>> >> > -- Looking for jack/jack.h - not found
>> >> > -- Looking for C++ include gmm/gmm.h
>> >> > -- Looking for C++ include gmm/gmm.h - not found
>> >> > -- Looking for lo/lo.h
>> >> > -- Looking for lo/lo.h - found
>> >> > -- Found ZLIB: /usr/lib/libz.dylib (found version "1.2.5")
>> >> > -- Found PNG: /usr/local/lib/libpng.dylib (found version "1.5.14")
>> >> > -- Found PythonLibs: /usr/lib/libpython2.7.dylib (found version
>> >> > "2.7.2")
>> >> > -- Found Lua51: /usr/local/lib/liblua.dylib (found version "5.1.5")
>> >> > -- Looking for wiiuse.h
>> >> > -- Looking for wiiuse.h - not found
>> >> > -- Looking for p5glove.h
>> >> > -- Looking for p5glove.h - not found
>> >> > -- BUILD_CHUA_OPCODES is enabled
>> >> > -- LADSPA_H="", so disabling BUILD_DSSI_OPCODES
>> >> > -- BUILD_DSSI_OPCODES is disabled
>> >> > -- FLUIDSYNTH_H="", so disabling BUILD_FLUID_OPCODES
>> >> > -- FLUIDSYNTH_LIBRARY="FLUIDSYNTH_LIBRARY-NOTFOUND", so disabling
>> >> > BUILD_FLUID_OPCODES
>> >> > -- BUILD_FLUID_OPCODES is disabled
>> >> > -- JACK_HEADER="", so disabling BUILD_JACK_OPCODES
>> >> > -- BUILD_JACK_OPCODES is disabled
>> >> > -- GMM_HEADER="", so disabling BUILD_LINEAR_ALGEBRA_OPCODES
>> >> > -- BUILD_LINEAR_ALGEBRA_OPCODES is disabled
>> >> > -- BUILD_OSC_OPCODES is enabled
>> >> > -- BUILD_IMAGE_OPCODES is enabled
>> >> > -- BUILD_PYTHON_OPCODES is enabled
>> >> > -- OPENMP_FOUND="FALSE", so disabling BUILD_LUA_OPCODES
>> >> > -- BUILD_LUA_OPCODES is disabled
>> >> > -- WIIUSE_H="", so disabling BUILD_WIIMOTE_OPCODES
>> >> > -- BUILD_WIIMOTE_OPCODES is disabled
>> >> > -- P5GLOVE_H="", so disabling BUILD_P5GLOVE_OPCODES
>> >> > -- BUILD_P5GLOVE_OPCODES is disabled
>> >> > -- BUILD_STK_OPCODES is enabled
>> >> > --
>> >> > -- ## REALTIME AUDIO AND MIDI ##
>> >> > -- Looking for alsa/asoundlib.h
>> >> > -- Looking for alsa/asoundlib.h - not found
>> >> > -- Looking for pulse/simple.h
>> >> > -- Looking for pulse/simple.h - not found
>> >> > -- Looking for XOpenDisplay in
>> >> > /usr/X11R6/lib/libX11.dylib;/usr/X11R6/lib/libXext.dylib
>> >> > -- Looking for XOpenDisplay in
>> >> > /usr/X11R6/lib/libX11.dylib;/usr/X11R6/lib/libXext.dylib - found
>> >> > -- Looking for gethostbyname
>> >> > -- Looking for gethostbyname - found
>> >> > -- Looking for connect
>> >> > -- Looking for connect - found
>> >> > -- Looking for remove
>> >> > -- Looking for remove - found
>> >> > -- Looking for shmat
>> >> > -- Looking for shmat - found
>> >> > -- Looking for IceConnectionNumber in ICE
>> >> > -- Looking for IceConnectionNumber in ICE - not found
>> >> > -- Found X11: /usr/X11R6/lib/libX11.dylib
>> >> > -- Found FLTK:
>> >> >
>> >> >
>> >> > /usr/local/lib/libfltk_images.a;/usr/local/lib/libfltk_forms.a;/usr/local/lib/libfltk.a
>> >> > -- USE_COREMIDI is enabled
>> >> > -- USE_AUDIOUNIT is enabled
>> >> > -- ALSA_HEADER="", so disabling USE_ALSA
>> >> > -- ALSA_LIBRARY="ALSA_LIBRARY-NOTFOUND", so disabling USE_ALSA
>> >> > -- USE_ALSA is disabled
>> >> > -- PULSEAUDIO_HEADER="", so disabling USE_PULSEAUDIO
>> >> > -- PULSEAUDIO_LIBRARY="PULSEAUDIO_LIBRARY-NOTFOUND", so disabling
>> >> > USE_PULSEAUDIO
>> >> > -- PULSESIMPLE_LIBRARY="PULSESIMPLE_LIBRARY-NOTFOUND", so disabling
>> >> > USE_PULSEAUDIO
>> >> > -- USE_PULSEAUDIO is disabled
>> >> > -- PORTAUDIO_HEADER="", so disabling USE_PORTAUDIO
>> >> > -- USE_PORTAUDIO is disabled
>> >> > -- PORTMIDI_HEADER="", so disabling USE_PORTMIDI
>> >> > -- USE_PORTMIDI is disabled
>> >> > -- JACK_HEADER="", so disabling USE_JACK
>> >> > -- JACK_LIBRARY="JACK_LIBRARY-NOTFOUND", so disabling USE_JACK
>> >> > -- USE_JACK is disabled
>> >> > -- USE_FLTK is enabled
>> >> > -- BUILD_VIRTUAL_KEYBOARD is enabled
>> >> > --
>> >> > -- Building C++ interface library
>> >> > -- Found SWIG: /usr/local/bin/swig (found suitable version "2.0.9",
>> >> > minimum
>> >> > required is "2.0")
>> >> > -- Found JNI: -framework JavaVM
>> >> > -- Found Java: /usr/bin/java (found version "1.6.0.45")
>> >> > -- BUILD_PYTHON_INTERFACE is enabled
>> >> > -- BUILD_JAVA_INTERFACE is enabled
>> >> > -- BUILD_LUA_INTERFACE is enabled
>> >> > -- Looking for m_pd.h
>> >> > -- Looking for m_pd.h - not found
>> >> > -- Building csLadspa
>> >> > -- BUILD_CSBEATS is enabled
>> >> > -- PD_HEADER="", so disabling BUILD_PD_CLASS
>> >> > -- BUILD_PD_CLASS is disabled
>> >> > -- BUILD_WINSOUND is disabled
>> >> > -- Boost version: 1.53.0
>> >> > -- Found SWIG: /usr/local/bin/swig (found version "2.0.9")
>> >> > -- BUILD_CSOUND_AC is disabled
>> >> > -- BUILD_CSOUND_AC_PYTHON_INTERFACE is enabled
>> >> > -- BUILD_CSOUND_AC_LUA_INTERFACE is enabled
>> >> > -- Configuring done
>> >> > -- Generating done
>> >> > -- Build files have been written to: /tmp/csound-KYls
>> >> > ==> make install
>> >> > make install
>> >> > Scanning dependencies of target ampmidid
>> >> > [  0%] Generating csound_prelex.c
>> >> > [  0%] Generating csound_orclex.c
>> >> > [  0%] Generating csound_orcparse.c
>> >> > /tmp/csound-KYls/Engine/csound_orc.y: conflicts: 4 shift/reduce, 10
>> >> > reduce/reduce
>> >> > [  0%] Building CXX object
>> >> > Opcodes/CMakeFiles/ampmidid.dir/ampmidid.cpp.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > Scanning dependencies of target CsoundLib64
>> >> > Linking CXX shared library ../libampmidid.dylib
>> >> > [  0%] Built target ampmidid
>> >> > Scanning dependencies of target cellular
>> >> > [  0%] Building C object Opcodes/CMakeFiles/cellular.dir/cellular.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > Linking C shared library ../libcellular.dylib
>> >> > [  0%] Built target cellular
>> >> > Scanning dependencies of target chua
>> >> > [  1%] Building C object CMakeFiles/CsoundLib64.dir/Engine/auxfd.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [  1%] Building C object CMakeFiles/CsoundLib64.dir/Engine/cfgvar.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [  1%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Engine/corfiles.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [  2%] Building C object CMakeFiles/CsoundLib64.dir/Engine/entry1.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [  2%] Building C object CMakeFiles/CsoundLib64.dir/Engine/envvar.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [  2%] [  3%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Engine/extract.c.o
>> >> > Building CXX object
>> >> > Opcodes/CMakeFiles/chua.dir/chua/ChuaOscillator.cpp.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [  4%] Building C object CMakeFiles/CsoundLib64.dir/Engine/fgens.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [  4%] Building C object CMakeFiles/CsoundLib64.dir/Engine/insert.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [  4%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Engine/linevent.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [  5%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Engine/memalloc.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [  5%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Engine/memfiles.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [  5%] Building C object CMakeFiles/CsoundLib64.dir/Engine/musmon.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [  5%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Engine/namedins.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [  6%] Building C object CMakeFiles/CsoundLib64.dir/Engine/rdscor.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [  6%] Building C object CMakeFiles/CsoundLib64.dir/Engine/scsort.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [  6%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Engine/scxtract.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [  7%] Building C object CMakeFiles/CsoundLib64.dir/Engine/sort.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [  7%] Building C object CMakeFiles/CsoundLib64.dir/Engine/sread.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > Linking CXX shared library ../libchua.dylib
>> >> > [  7%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Engine/swritestr.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [  8%] Building C object CMakeFiles/CsoundLib64.dir/Engine/twarp.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [  8%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Engine/csound_type_system.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [  8%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Engine/csound_standard_types.c.o
>> >> > [  8%] Built target chua
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > Scanning dependencies of target control
>> >> > [  9%] [  9%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Engine/csound_data_structures.c.o
>> >> > Building C object Opcodes/CMakeFiles/control.dir/control.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [  9%] Linking C shared library ../libcontrol.dylib
>> >> > Building C object CMakeFiles/CsoundLib64.dir/Engine/pools.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [  9%] Built target control
>> >> > Scanning dependencies of target cs_date
>> >> > [  9%] [ 10%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/InOut/libsnd.c.o
>> >> > Building C object Opcodes/CMakeFiles/cs_date.dir/date.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > Linking C shared library ../libcs_date.dylib
>> >> > [ 10%] Built target cs_date
>> >> > [ 10%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/InOut/libsnd_u.c.o
>> >> > Scanning dependencies of target doppler
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 10%] Building CXX object
>> >> > Opcodes/CMakeFiles/doppler.dir/doppler.cpp.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 11%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/InOut/midifile.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 11%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/InOut/midirecv.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > Linking CXX shared library ../libdoppler.dylib
>> >> > [ 11%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/InOut/midisend.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 11%] Built target doppler
>> >> > Scanning dependencies of target fareygen
>> >> > [ 12%] [ 12%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/InOut/winascii.c.o
>> >> > Building C object Opcodes/CMakeFiles/fareygen.dir/fareygen.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 12%] Linking C shared library ../libfareygen.dylib
>> >> > Building C object CMakeFiles/CsoundLib64.dir/InOut/windin.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 12%] Built target fareygen
>> >> > Scanning dependencies of target fractalnoise
>> >> > [ 12%] Building C object CMakeFiles/CsoundLib64.dir/InOut/window.c.o
>> >> > [ 13%] Building CXX object
>> >> > Opcodes/CMakeFiles/fractalnoise.dir/tl/fractalnoise.cpp.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 14%] Building C object CMakeFiles/CsoundLib64.dir/InOut/winEPS.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > Linking CXX shared library ../libfractalnoise.dylib
>> >> > [ 14%] Built target fractalnoise
>> >> > [ 14%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/InOut/circularbuffer.c.o
>> >> > Scanning dependencies of target image
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 14%] Building C object
>> >> > Opcodes/CMakeFiles/image.dir/imageOpcodes.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 14%] Building C object CMakeFiles/CsoundLib64.dir/OOps/aops.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > Linking C shared library ../libimage.dylib
>> >> > [ 14%] Built target image
>> >> > Scanning dependencies of target mixer
>> >> > [ 14%] Building CXX object Opcodes/CMakeFiles/mixer.dir/mixer.cpp.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 15%] Building C object CMakeFiles/CsoundLib64.dir/OOps/bus.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > Linking CXX shared library ../libmixer.dylib
>> >> > [ 15%] Building C object CMakeFiles/CsoundLib64.dir/OOps/cmath.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 15%] Built target mixer
>> >> > Scanning dependencies of target osc
>> >> > [ 16%] Building C object Opcodes/CMakeFiles/osc.dir/OSC.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 16%] Building C object CMakeFiles/CsoundLib64.dir/OOps/diskin.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > Linking C shared library ../libosc.dylib
>> >> > [ 16%] Building C object CMakeFiles/CsoundLib64.dir/OOps/diskin2.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 16%] Built target osc
>> >> > Scanning dependencies of target platerev
>> >> > [ 16%] Building C object Opcodes/CMakeFiles/platerev.dir/platerev.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 17%] Linking C shared library ../libplaterev.dylib
>> >> > Building C object CMakeFiles/CsoundLib64.dir/OOps/disprep.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 17%] Built target platerev
>> >> > Scanning dependencies of target py
>> >> > [ 17%] [ 17%] Building C object
>> >> > Opcodes/CMakeFiles/py.dir/py/pythonopcodes.c.o
>> >> > Building C object CMakeFiles/CsoundLib64.dir/OOps/dumpf.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 17%] Building C object CMakeFiles/CsoundLib64.dir/OOps/fftlib.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > Linking C shared library ../libpy.dylib
>> >> > [ 17%] Built target py
>> >> > [ 18%] Scanning dependencies of target scansyn
>> >> > Building C object CMakeFiles/CsoundLib64.dir/OOps/goto_ops.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 18%] Building C object Opcodes/CMakeFiles/scansyn.dir/scansyn.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 18%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/OOps/midiinterop.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 19%] Building C object Opcodes/CMakeFiles/scansyn.dir/scansynx.c.o
>> >> > [ 19%] Building C object CMakeFiles/CsoundLib64.dir/OOps/midiops.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 20%] Building C object CMakeFiles/CsoundLib64.dir/OOps/midiout.c.o
>> >> > Linking C shared library ../libscansyn.dylib
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 20%] Built target scansyn
>> >> > Scanning dependencies of target serial
>> >> > [ 20%] Building C object Opcodes/CMakeFiles/serial.dir/serial.c.o
>> >> > [ 20%] Building C object CMakeFiles/CsoundLib64.dir/OOps/mxfft.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > Linking C shared library ../libserial.dylib
>> >> > [ 20%] Built target serial
>> >> > [ 20%] Building C object CMakeFiles/CsoundLib64.dir/OOps/oscils.c.o
>> >> > Scanning dependencies of target signalflowgraph
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 21%] Building CXX object
>> >> > Opcodes/CMakeFiles/signalflowgraph.dir/signalflowgraph.cpp.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 22%] Building C object CMakeFiles/CsoundLib64.dir/OOps/pstream.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 22%] Building C object CMakeFiles/CsoundLib64.dir/OOps/pvfileio.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 22%] Building C object CMakeFiles/CsoundLib64.dir/OOps/pvsanal.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 22%] Building C object CMakeFiles/CsoundLib64.dir/OOps/random.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 23%] Building C object CMakeFiles/CsoundLib64.dir/OOps/remote.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 23%] Building C object CMakeFiles/CsoundLib64.dir/OOps/schedule.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > Linking CXX shared library ../libsignalflowgraph.dylib
>> >> > [ 23%] Building C object CMakeFiles/CsoundLib64.dir/OOps/sndinfUG.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 23%] Built target signalflowgraph
>> >> > Scanning dependencies of target system_call
>> >> > [ 25%] [ 25%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/OOps/str_ops.c.o
>> >> > Building C object Opcodes/CMakeFiles/system_call.dir/system_call.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > Linking C shared library ../libsystem_call.dylib
>> >> > [ 25%] Built target system_call
>> >> > Scanning dependencies of target stk-ops
>> >> > [ 25%] Building C object CMakeFiles/CsoundLib64.dir/OOps/ugens1.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 25%] Building CXX object
>> >> > Opcodes/stk/CMakeFiles/stk-ops.dir/stkOpcodes.cpp.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 25%] Building C object CMakeFiles/CsoundLib64.dir/OOps/ugens2.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 26%] Building C object CMakeFiles/CsoundLib64.dir/OOps/ugens2a.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 26%] Building C object CMakeFiles/CsoundLib64.dir/OOps/ugens3.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 26%] Building C object CMakeFiles/CsoundLib64.dir/OOps/ugens4.c.o
>> >> > Linking CXX shared library ../../libstk.dylib
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 26%] Built target stk-ops
>> >> > Scanning dependencies of target cmidi
>> >> > [ 27%] Building C object CMakeFiles/CsoundLib64.dir/OOps/ugens5.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 27%] Building C object InOut/CMakeFiles/cmidi.dir/cmidi.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 27%] Building C object CMakeFiles/CsoundLib64.dir/OOps/ugens6.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > Linking C shared library ../libcmidi.dylib
>> >> > [ 27%] Building C object CMakeFiles/CsoundLib64.dir/OOps/ugtabs.c.o
>> >> > [ 27%] Built target cmidi
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > Scanning dependencies of target ipmidi
>> >> > [ 27%] Building C object InOut/CMakeFiles/ipmidi.dir/ipmidi.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > Linking C shared library ../libipmidi.dylib
>> >> > [ 27%] Building C object CMakeFiles/CsoundLib64.dir/OOps/ugrw1.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 27%] Built target ipmidi
>> >> > Scanning dependencies of target rtauhal
>> >> > [ 28%] Building C object InOut/CMakeFiles/rtauhal.dir/rtauhal.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 29%] Building C object CMakeFiles/CsoundLib64.dir/OOps/ugrw2.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 29%] Building C object CMakeFiles/CsoundLib64.dir/OOps/vdelay.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > Linking C shared library ../librtauhal.dylib
>> >> > [ 29%] Built target rtauhal
>> >> > Scanning dependencies of target virtual
>> >> > [ 29%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/OOps/compile_ops.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 29%] Building CXX object
>> >> > InOut/CMakeFiles/virtual.dir/virtual_keyboard/FLTKKeyboard.cpp.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 30%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/babo.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 30%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/bilbar.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 30%] Building CXX object
>> >> >
>> >> > InOut/CMakeFiles/virtual.dir/virtual_keyboard/FLTKKeyboardWindow.cpp.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 30%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/compress.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 32%] [ 32%] Building CXX object
>> >> >
>> >> > InOut/CMakeFiles/virtual.dir/virtual_keyboard/FLTKKeyboardWidget.cpp.o
>> >> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/eqfil.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 32%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/Vosim.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 32%] [ 32%] Building CXX object
>> >> > InOut/CMakeFiles/virtual.dir/virtual_keyboard/virtual_keyboard.cpp.o
>> >> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pitch.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 32%] Building CXX object
>> >> > InOut/CMakeFiles/virtual.dir/virtual_keyboard/Bank.cpp.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 33%] [ 34%] Building CXX object
>> >> > InOut/CMakeFiles/virtual.dir/virtual_keyboard/KeyboardMapping.cpp.o
>> >> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pitch0.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 34%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/spectra.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 34%] Building CXX object
>> >> > InOut/CMakeFiles/virtual.dir/virtual_keyboard/Program.cpp.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 34%] Building CXX object
>> >> > InOut/CMakeFiles/virtual.dir/virtual_keyboard/SliderBank.cpp.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 34%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/ambicode1.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 35%] Building CXX object
>> >> > InOut/CMakeFiles/virtual.dir/virtual_keyboard/SliderData.cpp.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > Linking CXX shared library ../libvirtual.dylib
>> >> > [ 36%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/sfont.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 36%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/grain4.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 36%] Built target virtual
>> >> > Scanning dependencies of target widgets
>> >> > [ 36%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/hrtferX.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 36%] Building CXX object
>> >> > InOut/CMakeFiles/widgets.dir/FL_graph.cpp.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 36%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/loscilx.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 36%] Building C object InOut/CMakeFiles/widgets.dir/winFLTK.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 37%] [ 38%] Building CXX object
>> >> > InOut/CMakeFiles/widgets.dir/widgets.cpp.o
>> >> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/minmax.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 38%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pan2.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 38%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/arrays.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 39%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/phisem.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 39%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/hrtfopcodes.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 39%] Linking CXX shared library ../libwidgets.dylib
>> >> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/stackops.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 39%] Built target widgets
>> >> > [ 40%] [ 41%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/vbap.c.o
>> >> > [FLEX][csbeats_SCANNER] Building scanner with flex 2.5.35
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 41%] [BISON][csbeats_PARSER] Building parser with bison 2.3
>> >> > beats/beats.y: conflicts: 1 reduce/reduce
>> >> > Scanning dependencies of target csbeats
>> >> > [ 41%] Building C object
>> >> > frontends/CMakeFiles/csbeats.dir/beats/main.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 41%] [ 41%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/vbap1.c.o
>> >> > Building C object frontends/CMakeFiles/csbeats.dir/beatslex.yy.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 42%] [ 42%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/vbap_n.c.o
>> >> > Building C object frontends/CMakeFiles/csbeats.dir/beats.tab.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > Linking C executable ../csbeats
>> >> > [ 43%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/vbap_zak.c.o
>> >> > [ 43%] Built target csbeats
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > Scanning dependencies of target stdutil
>> >> > [ 44%] Building C object util/CMakeFiles/stdutil.dir/atsa.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 44%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/vaops.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 44%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/ugakbari.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 44%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/harmon.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 45%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/pitchtrack.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 45%] Building C object util/CMakeFiles/stdutil.dir/cvanal.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 45%] Building C object util/CMakeFiles/stdutil.dir/dnoise.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 45%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/partikkel.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 46%] Building C object util/CMakeFiles/stdutil.dir/envext.c.o
>> >> > [ 46%] brew: superenv removed: -I/usr/local/include
>> >> > -I/tmp/csound-KYls
>> >> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/shape.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 46%] Building C object util/CMakeFiles/stdutil.dir/het_export.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 47%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/tabsum.c.o
>> >> > [ 47%] Building C object util/CMakeFiles/stdutil.dir/het_import.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 48%] [ 48%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/crossfm.c.o
>> >> > Building C object util/CMakeFiles/stdutil.dir/hetro.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 48%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/pvlock.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 48%] Building C object util/CMakeFiles/stdutil.dir/lpanal.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 49%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/fareyseq.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 49%] Building C object util/CMakeFiles/stdutil.dir/lpc_export.c.o
>> >> > [ 49%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/modmatrix.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 49%] Building C object util/CMakeFiles/stdutil.dir/lpc_import.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 50%] Building C object util/CMakeFiles/stdutil.dir/mixer.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 50%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/scoreline.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 51%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/modal4.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 51%] Building C object util/CMakeFiles/stdutil.dir/pvanal.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 51%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/physutil.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 51%] Building C object util/CMakeFiles/stdutil.dir/pv_export.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 51%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/physmod.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 52%] Building C object util/CMakeFiles/stdutil.dir/pv_import.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 52%] Building C object util/CMakeFiles/stdutil.dir/pvlook.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 52%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/mandolin.c.o
>> >> > [ 52%] brew: superenv removed: -I/usr/local/include
>> >> > -I/tmp/csound-KYls
>> >> > Building C object util/CMakeFiles/stdutil.dir/scale.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 53%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/singwave.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 54%] Building C object util/CMakeFiles/stdutil.dir/sndinfo.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 54%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/fm4op.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 54%] Building C object util/CMakeFiles/stdutil.dir/srconv.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 54%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/moog1.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 54%] Building C object util/CMakeFiles/stdutil.dir/std_util.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 55%] Building C object util/CMakeFiles/stdutil.dir/xtrct.c.o
>> >> > [ 56%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/shaker.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 56%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/bowedbar.c.o
>> >> > [ 56%] Building C object util/CMakeFiles/stdutil.dir/scope.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 56%] Building C object util/CMakeFiles/stdutil.dir/__/SDIF/sdif.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 56%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/gab/tabmorph.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > Linking C shared library ../libstdutil.dylib
>> >> > [ 57%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/gab/hvs.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 57%] Built target stdutil
>> >> > Scanning dependencies of target sdif2ad
>> >> > [ 58%] Building C object SDIF/CMakeFiles/sdif2ad.dir/sdif2adsyn.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 58%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/gab/sliderTable.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 58%] Building C object SDIF/CMakeFiles/sdif2ad.dir/sdif.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 58%] Building C object SDIF/CMakeFiles/sdif2ad.dir/sdif-mem.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 58%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/gab/newgabopc.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > Linking C executable ../sdif2ad
>> >> > [ 58%] Built target sdif2ad
>> >> > [ 59%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ftest.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 59%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/hrtfearly.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 59%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/hrtfreverb.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 59%] [ 60%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/cpumeter.c.o
>> >> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/gendy.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 60%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/tl/sc_noise.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 60%] Building C object CMakeFiles/CsoundLib64.dir/Top/argdecode.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 61%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Top/cscore_internal.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 61%] Building C object CMakeFiles/CsoundLib64.dir/Top/cscorfns.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 61%] Building C object CMakeFiles/CsoundLib64.dir/Top/csmodule.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 62%] Building C object CMakeFiles/CsoundLib64.dir/Top/csound.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 62%] Building C object CMakeFiles/CsoundLib64.dir/Top/getstring.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 62%] Building C object CMakeFiles/CsoundLib64.dir/Top/main.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 63%] Building C object CMakeFiles/CsoundLib64.dir/Top/new_opts.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 63%] Building C object CMakeFiles/CsoundLib64.dir/Top/one_file.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 63%] Building C object CMakeFiles/CsoundLib64.dir/Top/opcode.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 63%] Building C object CMakeFiles/CsoundLib64.dir/Top/threads.c.o
>> >> > [ 64%] Building C object CMakeFiles/CsoundLib64.dir/Top/utility.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 64%] [ 64%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Top/threadsafe.c.o
>> >> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ambicode.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 65%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/bbcut.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 65%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/biquad.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 65%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/butter.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 66%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/clfilt.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 66%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/cross2.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 66%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/dam.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 67%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/dcblockr.c.o
>> >> > [ 67%] brew: superenv removed: -I/usr/local/include
>> >> > -I/tmp/csound-KYls
>> >> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/filter.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 67%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/flanger.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 67%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/follow.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 68%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/fout.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 68%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/freeverb.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 68%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/ftconv.c.o
>> >> > [ 69%] brew: superenv removed: -I/usr/local/include
>> >> > -I/tmp/csound-KYls
>> >> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ftgen.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 69%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/gab/gab.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 69%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/gab/vectorial.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 70%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/grain.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 70%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/locsig.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 70%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/lowpassr.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 71%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/metro.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 71%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/midiops2.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 71%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/midiops3.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 72%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/newfils.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 72%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/nlfilt.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 72%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/oscbnk.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 72%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pluck.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 73%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/repluck.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 73%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/reverbsc.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 73%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/seqtime.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 74%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/sndloop.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 74%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/sndwarp.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 74%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/space.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 75%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/spat3d.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 75%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/syncgrain.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 75%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/ugens7.c.o
>> >> > [ 76%] brew: superenv removed: -I/usr/local/include
>> >> > -I/tmp/csound-KYls
>> >> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ugens9.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 76%] [ 76%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/uggab.c.o
>> >> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ugensa.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 76%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/ugmoss.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 77%] [ 77%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/ugnorman.c.o
>> >> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ugsc.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 77%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/wave-terrain.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 78%] [ 78%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/stdopcod.c.o
>> >> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/socksend.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 78%] [ 79%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/sockrecv.c.o
>> >> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ifd.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 79%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/partials.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 79%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/psynth.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 80%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/pvsbasic.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 80%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/pvscent.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 80%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/pvsdemix.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 80%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/pvs_ops.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 81%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/pvsband.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 81%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/pvsbuffer.c.o
>> >> > [ 81%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/pvsgendy.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 82%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/dsputil.c.o
>> >> > [ 82%] brew: superenv removed: -I/usr/local/include
>> >> > -I/tmp/csound-KYls
>> >> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pvadd.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 82%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/pvinterp.c.o
>> >> > [ 83%] brew: superenv removed: -I/usr/local/include
>> >> > -I/tmp/csound-KYls
>> >> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pvocext.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 83%] [ 83%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/pvread.c.o
>> >> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ugens8.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 84%] [ 84%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/vpvoc.c.o
>> >> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pvoc.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 84%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/mp3in.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 84%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/InOut/libmpadec/layer1.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 85%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/InOut/libmpadec/layer2.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 85%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/InOut/libmpadec/layer3.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 85%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/InOut/libmpadec/synth.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 86%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/InOut/libmpadec/tables.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 86%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/InOut/libmpadec/mpadec.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 86%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/InOut/libmpadec/mp3dec.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 87%] Building C object CMakeFiles/CsoundLib64.dir/csound_orclex.c.o
>> >> > [ 87%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/csound_orcparse.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 87%] Building C object CMakeFiles/CsoundLib64.dir/csound_prelex.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 88%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Engine/csound_orc_semantics.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 88%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Engine/csound_orc_expressions.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 88%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Engine/csound_orc_optimize.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 88%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Engine/csound_orc_compile.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 89%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Engine/new_orc_parser.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 89%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Engine/symbtab.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 89%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Engine/cs_new_dispatch.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 90%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Engine/cs_par_base.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 90%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Engine/cs_par_orc_semantic_analysis.c.o
>> >> > [ 90%] brew: superenv removed: -I/usr/local/include
>> >> > -I/tmp/csound-KYls
>> >> > Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Engine/cs_par_dispatch.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > Copying OS X content
>> >> > CsoundLib64.framework/Versions/6.0/Headers/CppSound.hpp
>> >> > Copying OS X content
>> >> > CsoundLib64.framework/Versions/6.0/Headers/CsoundFile.hpp
>> >> > Copying OS X content
>> >> > CsoundLib64.framework/Versions/6.0/Headers/OpcodeBase.hpp
>> >> > Copying OS X content
>> >> > CsoundLib64.framework/Versions/6.0/Headers/cfgvar.h
>> >> > Copying OS X content
>> >> > CsoundLib64.framework/Versions/6.0/Headers/csPerfThread.hpp
>> >> > Copying OS X content
>> >> > CsoundLib64.framework/Versions/6.0/Headers/cscore.h
>> >> > Copying OS X content
>> >> > CsoundLib64.framework/Versions/6.0/Headers/csdl.h
>> >> > Copying OS X content
>> >> > CsoundLib64.framework/Versions/6.0/Headers/csound.h
>> >> > Copying OS X content
>> >> > CsoundLib64.framework/Versions/6.0/Headers/csound.hpp
>> >> > Copying OS X content
>> >> > CsoundLib64.framework/Versions/6.0/Headers/csoundCore.h
>> >> > Copying OS X content
>> >> > CsoundLib64.framework/Versions/6.0/Headers/csound_data_structures.h
>> >> > Copying OS X content
>> >> > CsoundLib64.framework/Versions/6.0/Headers/csound_standard_types.h
>> >> > Copying OS X content
>> >> > CsoundLib64.framework/Versions/6.0/Headers/csound_type_system.h
>> >> > Copying OS X content
>> >> > CsoundLib64.framework/Versions/6.0/Headers/cwindow.h
>> >> > Copying OS X content
>> >> > CsoundLib64.framework/Versions/6.0/Headers/float-version-double.h
>> >> > Copying OS X content
>> >> > CsoundLib64.framework/Versions/6.0/Headers/filebuilding.h
>> >> > Copying OS X content
>> >> > CsoundLib64.framework/Versions/6.0/Headers/interlocks.h
>> >> > Copying OS X content
>> >> > CsoundLib64.framework/Versions/6.0/Headers/float-version.h
>> >> > Copying OS X content
>> >> > CsoundLib64.framework/Versions/6.0/Headers/pstream.h
>> >> > Copying OS X content
>> >> > CsoundLib64.framework/Versions/6.0/Headers/msg_attr.h
>> >> > Copying OS X content
>> >> > CsoundLib64.framework/Versions/6.0/Headers/pvfileio.h
>> >> > Copying OS X content
>> >> > CsoundLib64.framework/Versions/6.0/Headers/soundio.h
>> >> > Copying OS X content
>> >> > CsoundLib64.framework/Versions/6.0/Headers/sysdep.h
>> >> > Copying OS X content
>> >> > CsoundLib64.framework/Versions/6.0/Headers/text.h
>> >> > Copying OS X content
>> >> > CsoundLib64.framework/Versions/6.0/Headers/version.h
>> >> > Linking C shared library
>> >> > CsoundLib64.framework/Versions/6.0/CsoundLib64
>> >> > [ 90%] Built target CsoundLib64
>> >> > Scanning dependencies of target csladspa
>> >> > Scanning dependencies of target libcsnd
>> >> > [ 90%] Building CXX object
>> >> > frontends/CMakeFiles/csladspa.dir/csladspa/csladspa.cpp.o
>> >> > [ 91%] brew: superenv removed: -I/usr/local/include
>> >> > -I/tmp/csound-KYls
>> >> > Building CXX object interfaces/CMakeFiles/libcsnd.dir/CppSound.cpp.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 91%] Building CXX object
>> >> > interfaces/CMakeFiles/libcsnd.dir/CsoundFile.cpp.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > Linking CXX shared library ../csladspa.dylib
>> >> > [ 91%] Built target csladspa
>> >> > Scanning dependencies of target csound-bin
>> >> > [ 91%] Building C object
>> >> > frontends/CMakeFiles/csound-bin.dir/csound/csound_main.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > Linking C executable ../csound
>> >> > [ 91%] Built target csound-bin
>> >> > Scanning dependencies of target atsa
>> >> > [ 91%] Building C object util/CMakeFiles/atsa.dir/atsa_main.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > Linking C executable ../atsa
>> >> > [ 91%] Building CXX object
>> >> > interfaces/CMakeFiles/libcsnd.dir/Soundfile.cpp.o
>> >> > [ 91%] brew: superenv removed: -I/usr/local/include
>> >> > -I/tmp/csound-KYls
>> >> > Built target atsa
>> >> > [ 91%] Building CXX object
>> >> > interfaces/CMakeFiles/libcsnd.dir/csPerfThread.cpp.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 92%] [ 92%] Building CXX object
>> >> > interfaces/CMakeFiles/libcsnd.dir/cs_glue.cpp.o
>> >> > Building CXX object
>> >> > interfaces/CMakeFiles/libcsnd.dir/filebuilding.cpp.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > Scanning dependencies of target csanalyze
>> >> > [ 92%] Building C object util/CMakeFiles/csanalyze.dir/csanalyze.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > Linking C executable ../csanalyze
>> >> > Linking CXX shared library ../libcsnd.dylib
>> >> > [ 92%] Built target csanalyze
>> >> > [ 92%] Built target libcsnd
>> >> > Scanning dependencies of target cvanal
>> >> > Scanning dependencies of target dnoise
>> >> > [ 92%] [ 93%] Building C object
>> >> > util/CMakeFiles/dnoise.dir/dnoise_main.c.o
>> >> > Building C object util/CMakeFiles/cvanal.dir/cvl_main.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > Linking C executable ../dnoise
>> >> > Linking C executable ../cvanal
>> >> > [ 93%] Built target dnoise
>> >> > [ 93%] Built target cvanal
>> >> > Scanning dependencies of target envext
>> >> > Scanning dependencies of target extractor
>> >> > [ 93%] [ 93%] Building C object
>> >> > util/CMakeFiles/envext.dir/env_main.c.o
>> >> > Building C object util/CMakeFiles/extractor.dir/xtrc_main.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > Linking C executable ../envext
>> >> > Linking C executable ../extractor
>> >> > [ 93%] Built target extractor
>> >> > [ 93%] Built target envext
>> >> > Scanning dependencies of target het_export
>> >> > Scanning dependencies of target het_import
>> >> > [ 93%] [ 93%] Building C object
>> >> > util/CMakeFiles/het_export.dir/hetx_main.c.o
>> >> > Building C object util/CMakeFiles/het_import.dir/heti_main.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > Linking C executable ../het_export
>> >> > Linking C executable ../het_import
>> >> > [ 93%] [ 93%] Built target het_import
>> >> > Built target het_export
>> >> > Scanning dependencies of target lpanal
>> >> > Scanning dependencies of target hetro
>> >> > [ 93%] Building C object util/CMakeFiles/lpanal.dir/lpc_main.c.o
>> >> > [ 94%] brew: superenv removed: -I/usr/local/include
>> >> > -I/tmp/csound-KYls
>> >> > Building C object util/CMakeFiles/hetro.dir/het_main.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > Linking C executable ../lpanal
>> >> > Linking C executable ../hetro
>> >> > [ 94%] Built target lpanal
>> >> > [ 94%] Built target hetro
>> >> > Scanning dependencies of target lpc_export
>> >> > Scanning dependencies of target lpc_import
>> >> > [ 95%] Building C object util/CMakeFiles/lpc_export.dir/lpcx_main.c.o
>> >> > [ 95%] Building C object util/CMakeFiles/lpc_import.dir/lpci_main.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > Linking C executable ../lpc_export
>> >> > Linking C executable ../lpc_import
>> >> > [ 95%] Built target lpc_export
>> >> > [ 95%] Built target lpc_import
>> >> > Scanning dependencies of target mixer-bin
>> >> > Scanning dependencies of target pv_export
>> >> > [ 95%] [ 95%] Building C object
>> >> > util/CMakeFiles/mixer-bin.dir/mixer_main.c.o
>> >> > Building C object util/CMakeFiles/pv_export.dir/pvx_main.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > Linking C executable ../pv_export
>> >> > Linking C executable ../mixer
>> >> > [ 95%] Built target pv_export
>> >> > [ 95%] Built target mixer-bin
>> >> > Scanning dependencies of target pvanal
>> >> > Scanning dependencies of target pv_import
>> >> > [ 95%] [ 96%] Building C object
>> >> > util/CMakeFiles/pvanal.dir/pvc_main.c.o
>> >> > Building C object util/CMakeFiles/pv_import.dir/pvi_main.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > Linking C executable ../pvanal
>> >> > Linking C executable ../pv_import
>> >> > [ 96%] Built target pvanal
>> >> > [ 96%] Built target pv_import
>> >> > Scanning dependencies of target scale
>> >> > Scanning dependencies of target pvlook
>> >> > [ 96%] [ 96%] Building C object
>> >> > util/CMakeFiles/scale.dir/scale_main.c.o
>> >> > Building C object util/CMakeFiles/pvlook.dir/pvl_main.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > Linking C executable ../pvlook
>> >> > Linking C executable ../scale
>> >> > [ 96%] Built target pvlook
>> >> > [ 96%] Built target scale
>> >> > Scanning dependencies of target scope
>> >> > Scanning dependencies of target sndinfo
>> >> > [ 96%] [ 96%] Building C object
>> >> > util/CMakeFiles/scope.dir/scope_main.c.o
>> >> > Building C object util/CMakeFiles/sndinfo.dir/sndinfo_main.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > Linking C executable ../sndinfo
>> >> > Linking C executable ../scope
>> >> > [ 96%] Built target scope
>> >> > [ 96%] Built target sndinfo
>> >> > Scanning dependencies of target srconv
>> >> > Scanning dependencies of target extract
>> >> > [ 97%] [ 97%] Building C object
>> >> > util/CMakeFiles/srconv.dir/srconv_main.c.o
>> >> > Building C object util1/CMakeFiles/extract.dir/sortex/xmain.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > Linking C executable ../extract
>> >> > Linking C executable ../srconv
>> >> > [ 97%] Built target extract
>> >> > [ 97%] Built target srconv
>> >> > [ 98%] Scanning dependencies of target scsort
>> >> > Swig source
>> >> > [ 98%] Building C object util1/CMakeFiles/scsort.dir/sortex/smain.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > Language subdirectory: python
>> >> > Search paths:
>> >> >    ./
>> >> >    /usr/local/include/
>> >> >    /tmp/csound-KYls/./H/
>> >> >    /tmp/csound-KYls/./include/
>> >> >    /tmp/csound-KYls/./Engine/
>> >> >    /tmp/csound-KYls/./
>> >> >    /tmp/csound-KYls/
>> >> >    /tmp/csound-KYls/interfaces/
>> >> >    /System/Library/Frameworks/Python.framework/Headers/
>> >> >    ./swig_lib/python/
>> >> >    /usr/local/Cellar/swig/2.0.9/share/swig/2.0.9/python/
>> >> >    ./swig_lib/
>> >> >    /usr/local/Cellar/swig/2.0.9/share/swig/2.0.9/
>> >> > Preprocessing...
>> >> > Linking C executable ../scsort
>> >> > [ 98%] Built target scsort
>> >> > [ 98%] Swig source
>> >> > Language subdirectory: java
>> >> > Search paths:
>> >> >    ./
>> >> >    /usr/local/include/
>> >> >    /tmp/csound-KYls/./H/
>> >> >    /tmp/csound-KYls/./include/
>> >> >    /tmp/csound-KYls/./Engine/
>> >> >    /tmp/csound-KYls/./
>> >> >    /tmp/csound-KYls/
>> >> >    /tmp/csound-KYls/interfaces/
>> >> >    /System/Library/Frameworks/Python.framework/Headers/
>> >> >    /System/Library/Frameworks/JavaVM.framework/Headers/
>> >> >    /System/Library/Frameworks/JavaVM.framework/Headers/
>> >> >    /System/Library/Frameworks/JavaVM.framework/Headers/
>> >> >    ./swig_lib/java/
>> >> >    /usr/local/Cellar/swig/2.0.9/share/swig/2.0.9/java/
>> >> >    ./swig_lib/
>> >> >    /usr/local/Cellar/swig/2.0.9/share/swig/2.0.9/
>> >> > Preprocessing...
>> >> > Starting language-specific parse...
>> >> > Processing types...
>> >> > C++ analysis...
>> >> > Generating wrappers...
>> >> > Starting language-specific parse...
>> >> > /tmp/csound-KYls/./include/csound.h:519: Warning 451: Setting a const
>> >> > char *
>> >> > variable may leak memory.
>> >> > Processing types...
>> >> > C++ analysis...
>> >> > Generating wrappers...
>> >> > /tmp/csound-KYls/./include/csound.h:519: Warning 451: Setting a const
>> >> > char *
>> >> > variable may leak memory.
>> >> > cs_glue.hpp:505: Warning 473: Returning a pointer or reference in a
>> >> > director
>> >> > method is not recommended.
>> >> > CppSound.hpp:36: Warning 453: Can't apply (std::vector< double >
>> >> > *INPUT). No
>> >> > typemaps are defined.
>> >> > CppSound.hpp:52: Warning 813: Warning for CppSound proxy: Base
>> >> > CsoundFile
>> >> > ignored. Multiple inheritance is not supported in Java.
>> >> > cs_glue.hpp:505: Warning 473: Returning a pointer or reference in a
>> >> > director
>> >> > method is not recommended.
>> >> > Scanning dependencies of target _jcsound6
>> >> > [ 99%] Building CXX object
>> >> > interfaces/CMakeFiles/_jcsound6.dir/java_interfaceJAVA_wrap.cxx.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > CppSound.hpp:36: Warning 453: Can't apply (std::vector< double >
>> >> > *INPUT). No
>> >> > typemaps are defined.
>> >> > Scanning dependencies of target _csnd6
>> >> > [ 99%] Building CXX object
>> >> > interfaces/CMakeFiles/_csnd6.dir/python_interfacePYTHON_wrap.cxx.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > Linking CXX shared module ../lib_jcsound6.jnilib
>> >> > Building JAVA package csnd6.jar
>> >> > Linking CXX shared module ../_csnd6.so
>> >> > [ 99%] Built target _csnd6
>> >> > [ 99%] [ 99%] Built target _jcsound6
>> >> > Swig source
>> >> > Language subdirectory: lua
>> >> > Search paths:
>> >> >    ./
>> >> >    /usr/local/include/
>> >> >    /tmp/csound-KYls/./H/
>> >> >    /tmp/csound-KYls/./include/
>> >> >    /tmp/csound-KYls/./Engine/
>> >> >    /tmp/csound-KYls/./
>> >> >    /tmp/csound-KYls/
>> >> >    /tmp/csound-KYls/interfaces/
>> >> >    /System/Library/Frameworks/Python.framework/Headers/
>> >> >    /System/Library/Frameworks/JavaVM.framework/Headers/
>> >> >    /System/Library/Frameworks/JavaVM.framework/Headers/
>> >> >    /System/Library/Frameworks/JavaVM.framework/Headers/
>> >> >    /usr/local/include/
>> >> >    ./swig_lib/lua/
>> >> >    /usr/local/Cellar/swig/2.0.9/share/swig/2.0.9/lua/
>> >> >    ./swig_lib/
>> >> >    /usr/local/Cellar/swig/2.0.9/share/swig/2.0.9/
>> >> > Preprocessing...
>> >> > Starting language-specific parse...
>> >> > Processing types...
>> >> > C++ analysis...
>> >> > Generating wrappers...
>> >> > /tmp/csound-KYls/./include/csound.h:519: Warning 451: Setting a const
>> >> > char *
>> >> > variable may leak memory.
>> >> > CppSound.hpp:36: Warning 453: Can't apply (std::vector< double >
>> >> > *INPUT). No
>> >> > typemaps are defined.
>> >> > Scanning dependencies of target luaCsnd6
>> >> > [100%] Building CXX object
>> >> > interfaces/CMakeFiles/luaCsnd6.dir/lua_interfaceLUA_wrap.cxx.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > Linking CXX shared module ../luaCsnd6.so
>> >> > [100%] Built target luaCsnd6
>> >> > Install the project...
>> >> > -- Install configuration: "None"
>> >> > -- Installing: /Users/eddyc/Library/Frameworks/CsoundLib64.framework
>> >> > -- Up-to-date:
>> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/CsoundLib64
>> >> > -- Up-to-date:
>> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Headers
>> >> > -- Up-to-date:
>> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Resources
>> >> > -- Installing:
>> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions
>> >> > -- Installing:
>> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/CsoundLib64
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/cfgvar.h
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/CppSound.hpp
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/cscore.h
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/csdl.h
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/csound.h
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/csound.hpp
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/csound_data_structures.h
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/csound_standard_types.h
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/csound_type_system.h
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/csoundCore.h
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/CsoundFile.hpp
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/csPerfThread.hpp
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/cwindow.h
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/filebuilding.h
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/float-version-double.h
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/float-version.h
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/interlocks.h
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/msg_attr.h
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/OpcodeBase.hpp
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/pstream.h
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/pvfileio.h
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/soundio.h
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/sysdep.h
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/text.h
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/version.h
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Info.plist
>> >> > -- Up-to-date:
>> >> >
>> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/Current
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libmixer.dylib
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libsignalflowgraph.dylib
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libampmidid.dylib
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libcs_date.dylib
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libsystem_call.dylib
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libdoppler.dylib
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libfractalnoise.dylib
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libfareygen.dylib
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libcellular.dylib
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libserial.dylib
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libplaterev.dylib
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libscansyn.dylib
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libcontrol.dylib
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libchua.dylib
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libosc.dylib
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libimage.dylib
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libpy.dylib
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libstk.dylib
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libcmidi.dylib
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/librtauhal.dylib
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libipmidi.dylib
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libwidgets.dylib
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libvirtual.dylib
>> >> > -- Installing: /usr/local/Cellar/csound/HEAD/lib/libcsnd.6.0.dylib
>> >> > -- Installing: /usr/local/Cellar/csound/HEAD/lib/libcsnd.dylib
>> >> > -- Installing: /Library/Python/2.7/site-packages/_csnd6.so
>> >> > CMake Error at interfaces/cmake_install.cmake:61 (FILE):
>> >> >   file INSTALL cannot copy file "/tmp/csound-KYls/_csnd6.so" to
>> >> >   "/Library/Python/2.7/site-packages/_csnd6.so".
>> >> > Call Stack (most recent call first):
>> >> >   cmake_install.cmake:56 (INCLUDE)
>> >> >
>> >> >
>> >> > make: *** [install] Error 1
>> >> > ==> Configuration
>> >> > HOMEBREW_VERSION: 0.9.4
>> >> > HEAD: 38629e1de84d5b8f020e02ebe3ca3430a47080ef
>> >> > CPU: dual-core 64-bit penryn
>> >> > OS X: 10.8.3-x86_64
>> >> > Xcode: 4.6.2
>> >> > CLT: 4.6.0.0.1.1365549073
>> >> > X11: 2.7.4 => /opt/X11
>> >> > ==> ENV
>> >> > CC: cc
>> >> > CXX: c++
>> >> > MAKEFLAGS: -j2
>> >> > CMAKE_PREFIX_PATH: /usr/local
>> >> > CMAKE_INCLUDE_PATH:
>> >> >
>> >> >
>> >> > /usr/include/libxml2:/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers/
>> >> > CMAKE_LIBRARY_PATH:
>> >> >
>> >> > /System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
>> >> > PKG_CONFIG_PATH:
>> >> >
>> >> >
>> >> > /usr/local/opt/pcre/lib/pkgconfig:/usr/local/opt/libsndfile/lib/pkgconfig:/usr/local/opt/portaudio/lib/pkgconfig:/usr/local/opt/liblo/lib/pkgconfig:/usr/local/opt/libpng/lib/pkgconfig
>> >> > PKG_CONFIG_LIBDIR:
>> >> > /usr/lib/pkgconfig:/usr/local/Library/ENV/pkgconfig/10.8
>> >> > ACLOCAL_PATH: /usr/local/share/aclocal
>> >> > OBJC: cc
>> >> > PATH:
>> >> >
>> >> >
>> >> > /usr/local/Library/ENV/4.3:/usr/local/opt/cmake/bin:/usr/local/opt/pcre/bin:/usr/local/opt/swig/bin:/usr/local/opt/libsndfile/bin:/usr/local/opt/liblo/bin:/usr/local/opt/libpng/bin:/usr/local/opt/stk/bin:/usr/local/opt/jpeg/bin:/usr/local/opt/fltk/bin:/usr/bin:/bin:/usr/sbin:/sbin
>> >> >
>> >> > Error: csound did not build
>> >> > Logs:       /Users/eddyc/Library/Logs/Homebrew/csound/CMakeCache.txt
>> >> >
>> >> >
>> >> >
>> >> > On 12 May 2013 11:03, Steven Yi <stevenyi@gmail.com> wrote:
>> >> >>
>> >> >> Could you run "brew install --HEAD
>> >> >> http://www.kunstmusik.com/csound.rb
>> >> >> --verbose" and post the verbose output?
>> >> >>
>> >> >> On May 12, 2013 10:47 AM, "Ed Costello" <edwardcostello@gmail.com>
>> >> >> wrote:
>> >> >>>
>> >> >>> Ok, still getting errors, heres what happened next....
>> >> >>>
>> >> >>> Marions-MacBook:~ eddyc$ brew link --overwrite libsndfile
>> >> >>> Linking /usr/local/Cellar/libsndfile/1.0.25... 27 symlinks created
>> >> >>> Marions-MacBook:~ eddyc$ brew install
>> >> >>> http://www.kunstmusik.com/csound.rb
>> >> >>>
>> >> >>>
>> >> >>> ########################################################################
>> >> >>> 100.0%
>> >> >>> Error: You must `brew link portaudio portmidi liblo' before csound
>> >> >>> can
>> >> >>> be
>> >> >>> installed
>> >> >>> Marions-MacBook:~ eddyc$ brew link --overwrite portaudio portmidi
>> >> >>> liblo
>> >> >>> Linking /usr/local/Cellar/portaudio/19.20111121... 6 symlinks
>> >> >>> created
>> >> >>> Linking /usr/local/Cellar/portmidi/217... 3 symlinks created
>> >> >>> Linking /usr/local/Cellar/liblo/0.26... 6 symlinks created
>> >> >>> Marions-MacBook:~ eddyc$ brew install
>> >> >>> http://www.kunstmusik.com/csound.rb
>> >> >>>
>> >> >>>
>> >> >>> ########################################################################
>> >> >>> 100.0%
>> >> >>> ==> Downloading
>> >> >>> http://www.kunstmusik.com/Csound-6.0.1-Source.tar.bz2
>> >> >>> Already downloaded: /Library/Caches/Homebrew/csound-6.0.1.tar.bz2
>> >> >>> ==> cmake . -DUSE_GETTEXT=0
>> >> >>> -DCMAKE_INSTALL_PREFIX=/usr/local/Cellar/csound/6.0.
>> >> >>> ==> make install
>> >> >>> Call Stack (most recent call first):
>> >> >>>   cmake_install.cmake:56 (INCLUDE)
>> >> >>>
>> >> >>>
>> >> >>> make: *** [install] Error 1
>> >> >>>
>> >> >>>
>> >> >>> On 11 May 2013 23:39, Steven Yi <stevenyi@gmail.com> wrote:
>> >> >>>>
>> >> >>>> Hey Ed,
>> >> >>>>
>> >> >>>> Sorry, just use "brew link --overwrite libsndfile" and ignore the
>> >> >>>> uninstall/install thing I wrote earlier. :)
>> >> >>>>
>> >> >>>> steven
>> >> >>>>
>> >> >>>> On Sat, May 11, 2013 at 11:31 PM, Steven Yi <stevenyi@gmail.com>
>> >> >>>> wrote:
>> >> >>>> > Hey Ed!
>> >> >>>> >
>> >> >>>> > So for that it's pretty much what it says.  You'll have to use
>> >> >>>> > the
>> >> >>>> > brew installed libsndfile, and to do that you'll probably have
>> >> >>>> > to
>> >> >>>> > do
>> >> >>>> > "brew uninstall libsndfile; brew install --overwrite
>> >> >>>> > libsndfile".
>> >> >>>> > Most
>> >> >>>> > likely when brew tried to link it's libsndfile into /usr/local,
>> >> >>>> > it
>> >> >>>> > encountered your custom built ones and gave up; I wonder if it
>> >> >>>> > didn't
>> >> >>>> > alter something though X_X.  But try getting the brew installed
>> >> >>>> > ones
>> >> >>>> > in there and I think you'll be good for csound building after
>> >> >>>> > that.
>> >> >>>> >
>> >> >>>> > Thanks!
>> >> >>>> > steven
>> >> >>>> >
>> >> >>>> > On Sat, May 11, 2013 at 8:10 PM, Ed Costello
>> >> >>>> > <edwardcostello@gmail.com> wrote:
>> >> >>>> >> I get an error saying it requires libsndfile, the thing is I
>> >> >>>> >> already
>> >> >>>> >> have
>> >> >>>> >> libsndfile installed from a previous csound installation,
>> >> >>>> >>
>> >> >>>> >> CMake Error at CMakeLists.txt:339 (message):
>> >> >>>> >>   Csound requires the sndfile library
>> >> >>>> >>
>> >> >>>> >>
>> >> >>>> >> -- Configuring incomplete, errors occurred!
>> >> >>>> >>
>> >> >>>> >> READ THIS:
>> >> >>>> >> https://github.com/mxcl/homebrew/wiki/troubleshooting
>> >> >>>> >>
>> >> >>>> >> Marions-MacBook:~ eddyc$ brew install libsndfile
>> >> >>>> >> Warning: libsndfile-1.0.25 already installed, it's just not
>> >> >>>> >> linked
>> >> >>>> >> Marions-MacBook:~ eddyc$
>> >> >>>> >>
>> >> >>>> >>
>> >> >>>> >>
>> >> >>>> >> On 11 May 2013 18:26, peiman khosravi
>> >> >>>> >> <peimankhosravi@gmail.com>
>> >> >>>> >> wrote:
>> >> >>>> >>>
>> >> >>>> >>> I get the same errors.
>> >> >>>> >>>
>> >> >>>> >>> P
>> >> >>>> >>>
>> >> >>>> >>>
>> >> >>>> >>>
>> >> >>>> >>>
>> >> >>>> >>>
>> >> >>>> >>>
>> >> >>>> >>> www.peimankhosravi.co.uk || Subscribe to RSS Feed
>> >> >>>> >>>
>> >> >>>> >>> To receive emails about upcoming concerts visit this page &
>> >> >>>> >>> enter
>> >> >>>> >>> your
>> >> >>>> >>> email address in the 'follow' section.
>> >> >>>> >>>
>> >> >>>> >>>
>> >> >>>> >>>
>> >> >>>> >>> On 11 May 2013 16:38, Steven Yi <stevenyi@gmail.com> wrote:
>> >> >>>> >>>>
>> >> >>>> >>>> Hi Jake,
>> >> >>>> >>>>
>> >> >>>> >>>> Thanks very much for the quick report! I'm running into
>> >> >>>> >>>> similar
>> >> >>>> >>>> situations and it has to do with brew trying to install links
>> >> >>>> >>>> but
>> >> >>>> >>>> there are original files there installed from somewhere else
>> >> >>>> >>>> (likely
>> >> >>>> >>>> from a previous csound installer install).  I just did this:
>> >> >>>> >>>>
>> >> >>>> >>>> Error: Could not symlink file:
>> >> >>>> >>>> /usr/local/Cellar/libogg/1.3.0/include/ogg/os_types.h
>> >> >>>> >>>> Target /usr/local/include/ogg/os_types.h already exists. You
>> >> >>>> >>>> may
>> >> >>>> >>>> need
>> >> >>>> >>>> to delete it.
>> >> >>>> >>>> To force the link and overwrite all other conflicting files,
>> >> >>>> >>>> do:
>> >> >>>> >>>>   brew link --overwrite formula_name
>> >> >>>> >>>>
>> >> >>>> >>>> To list all files that would be deleted:
>> >> >>>> >>>>   brew link --overwrite --dry-run formula_name
>> >> >>>> >>>> cp23-119:Formula stevenyi$ brew link --overwrite libogg
>> >> >>>> >>>> Linking /usr/local/Cellar/libogg/1.3.0... 81 symlinks created
>> >> >>>> >>>>
>> >> >>>> >>>> and also did 'brew link --overwrite flac' (and so on for each
>> >> >>>> >>>> lib).
>> >> >>>> >>>>
>> >> >>>> >>>> One note, I'm running into issues in building --universal.
>> >> >>>> >>>> It
>> >> >>>> >>>> seems
>> >> >>>> >>>> some of the formulas can be --universal but they depend on
>> >> >>>> >>>> others
>> >> >>>> >>>> that
>> >> >>>> >>>> don't support universal.  I'm going to see about modifying
>> >> >>>> >>>> some
>> >> >>>> >>>> of
>> >> >>>> >>>> the
>> >> >>>> >>>> dependent homebrew recipes and if that works I'll see if they
>> >> >>>> >>>> get
>> >> >>>> >>>> accepted into the main repo.
>> >> >>>> >>>>
>> >> >>>> >>>> Thanks!
>> >> >>>> >>>> steven
>> >> >>>> >>>>
>> >> >>>> >>>> On Sat, May 11, 2013 at 5:24 PM, Jacob Joaquin
>> >> >>>> >>>> <jacobjoaquin@gmail.com>
>> >> >>>> >>>> wrote:
>> >> >>>> >>>> > Here's my first run through; It breaks at libogg. I'm
>> >> >>>> >>>> > actually
>> >> >>>> >>>> > in
>> >> >>>> >>>> > the
>> >> >>>> >>>> > middle
>> >> >>>> >>>> > of something this morning. I'll spend more time with this
>> >> >>>> >>>> > when
>> >> >>>> >>>> > I
>> >> >>>> >>>> > have
>> >> >>>> >>>> > some:
>> >> >>>> >>>> >
>> >> >>>> >>>> > Quorra ~ $ brew install http://www.kunstmusik.com/csound.rb
>> >> >>>> >>>> >
>> >> >>>> >>>> >
>> >> >>>> >>>> >
>> >> >>>> >>>> >
>> >> >>>> >>>> > ########################################################################
>> >> >>>> >>>> > 100.0%
>> >> >>>> >>>> > Warning: Your Xcode (4.6.1) is outdated
>> >> >>>> >>>> > Please install Xcode 4.6.2.
>> >> >>>> >>>> > ==> Installing csound dependency: cmake
>> >> >>>> >>>> > ==> Downloading
>> >> >>>> >>>> >
>> >> >>>> >>>> >
>> >> >>>> >>>> > https://downloads.sf.net/project/machomebrew/Bottles/cmake-2.8.1
>> >> >>>> >>>> >
>> >> >>>> >>>> >
>> >> >>>> >>>> >
>> >> >>>> >>>> >
>> >> >>>> >>>> > ########################################################################
>> >> >>>> >>>> > 100.0%
>> >> >>>> >>>> > ==> Pouring cmake-2.8.10.2.mountain_lion.bottle.tar.gz
>> >> >>>> >>>> > 🍺  /usr/local/Cellar/cmake/2.8.10.2: 683 files, 32M
>> >> >>>> >>>> > ==> Installing csound dependency: pcre
>> >> >>>> >>>> > ==> Downloading
>> >> >>>> >>>> >
>> >> >>>> >>>> >
>> >> >>>> >>>> > ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre-8.32.
>> >> >>>> >>>> >
>> >> >>>> >>>> >
>> >> >>>> >>>> >
>> >> >>>> >>>> >
>> >> >>>> >>>> > ########################################################################
>> >> >>>> >>>> > 100.0%
>> >> >>>> >>>> >
>> >> >>>> >>>> >
>> >> >>>> >>>> >
>> >> >>>> >>>> >
>> >> >>>> >>>> > ########################################################################
>> >> >>>> >>>> > 100.0%==> ./configure --prefix=/usr/local/Cellar/pcre/8.32
>> >> >>>> >>>> > --enable-utf8
>> >> >>>> >>>> > --enable-unic
>> >> >>>> >>>> > ==> make test
>> >> >>>> >>>> > ==> make install
>> >> >>>> >>>> > 🍺  /usr/local/Cellar/pcre/8.32: 135 files, 3.6M, built in
>> >> >>>> >>>> > 44
>> >> >>>> >>>> > seconds
>> >> >>>> >>>> > ==> Installing csound dependency: swig
>> >> >>>> >>>> > ==> Downloading
>> >> >>>> >>>> >
>> >> >>>> >>>> >
>> >> >>>> >>>> >
>> >> >>>> >>>> >
>> >> >>>> >>>> > http://sourceforge.net/projects/swig/files/swig/swig-2.0.9/swig-2.0.9.tar.gz
>> >> >>>> >>>> >
>> >> >>>> >>>> >
>> >> >>>> >>>> >
>> >> >>>> >>>> >
>> >> >>>> >>>> > ########################################################################
>> >> >>>> >>>> > 100.0%
>> >> >>>> >>>> > ==> ./configure --prefix=/usr/local/Cellar/swig/2.0.9
>> >> >>>> >>>> > ==> make
>> >> >>>> >>>> > ==> make install
>> >> >>>> >>>> > 🍺  /usr/local/Cellar/swig/2.0.9: 599 files, 6.2M, built in
>> >> >>>> >>>> > 45
>> >> >>>> >>>> > seconds
>> >> >>>> >>>> > ==> Installing csound dependency: pkg-config
>> >> >>>> >>>> > ==> Downloading
>> >> >>>> >>>> >
>> >> >>>> >>>> >
>> >> >>>> >>>> >
>> >> >>>> >>>> >
>> >> >>>> >>>> > https://downloads.sf.net/project/machomebrew/Bottles/pkg-config-0.28.mountain_lion.bottle.tar.gz
>> >> >>>> >>>> >
>> >> >>>> >>>> >
>> >> >>>> >>>> >
>> >> >>>> >>>> >
>> >> >>>> >>>> > ########################################################################
>> >> >>>> >>>> > 100.0%
>> >> >>>> >>>> > ==> Pouring pkg-config-0.28.mountain_lion.bottle.tar.gz
>> >> >>>> >>>> > 🍺  /usr/local/Cellar/pkg-config/0.28: 10 files, 636K
>> >> >>>> >>>> > ==> Installing csound dependency: lame
>> >> >>>> >>>> > ==> Downloading
>> >> >>>> >>>> >
>> >> >>>> >>>> >
>> >> >>>> >>>> >
>> >> >>>> >>>> > http://downloads.sourceforge.net/sourceforge/lame/lame-3.99.5.tar.gz
>> >> >>>> >>>> >
>> >> >>>> >>>> >
>> >> >>>> >>>> >
>> >> >>>> >>>> >
>> >> >>>> >>>> > ################################################...

Date2013-05-12 17:24
FromSteven Yi
SubjectRe: [Cs-dev] OSX: Homebrew
Hey Ed,

Could you run csound -z and let me know if Csound gives a warning
about trying to load opcodes from "/Library..." instead of just
loading opcodes?  I'm wondering if the build is forcing the
BUILD_RELEASE somehow and is setting the wrong default plugin dir.
Trying to track down what's going on since if I do a cmake build
directly it gets set correctly.

Thanks!
steven


On Sun, May 12, 2013 at 6:14 PM, Ed Costello  wrote:
> Ah thats where it is! I was looking in /Library/Frameworks but obviously
> Homebrew wouldn't have permissions to write there.
> Thanks!
>
>
> On 12 May 2013 17:41, Steven Yi  wrote:
>>
>> Hi Ed,
>>
>> The CsoundLib64.framework should be installed in
>> ~/Library/Frameworks/CsoundLib64.framework.  Victor and I had chatted
>> about this and it seemed to make sense to install the user's framework
>> folder when building, and for the installer to allow that to install
>> to the system's framework folder.  My thought for how to proceed from
>> here is that it would be very nice to have a homebrew CsoundQT build
>> as well, so advanced users can install both and use the bleeding edge
>> for both.  The idea too is that the CsoundQT build could link to the
>> user's framework.  Of course, I haven't mentioned this to Andres yet,
>> but hopefully he'll see this email. :D
>>
>> steven
>>
>> On Sun, May 12, 2013 at 3:08 PM, Ed Costello 
>> wrote:
>> > Am I right in thinking that this doesn't install the framework or header
>> > files?
>> >
>> >
>> > On 12 May 2013 14:57, Steven Yi  wrote:
>> >>
>> >> Ah, that's great!  Yeah, that's just the nature of homebrew.  It
>> >> builds in its cellar directories, then links to /usr/local.  If it
>> >> finds something there, it doesn't try to overwrite by default.  Using
>> >> --overwrite is appropriate in this situation.  At this point, for
>> >> future builds, say, if you want to keep up with the latest from git,
>> >> all you'll have to do is the brew installed --HEAD csound and you're
>> >> good to go.
>> >>
>> >> On Sun, May 12, 2013 at 2:45 PM, Ed Costello 
>> >> wrote:
>> >> > Got it installed, however I had to do a brew link --overwrite csound,
>> >> > heres
>> >> > the output
>> >> >
>> >> > Warning: Could not link csound. Unlinking...
>> >> > Error: The `brew link` step did not complete successfully
>> >> > The formula built, but is not symlinked into /usr/local
>> >> > You can try again using `brew link csound'
>> >> > Warning: Could not fix install names for
>> >> > /usr/local/Cellar/csound/HEAD/bin/srconv
>> >> > Warning: Could not fix install names for
>> >> > /usr/local/Cellar/csound/HEAD/bin/sndinfo
>> >> > Warning: Could not fix install names for
>> >> > /usr/local/Cellar/csound/HEAD/bin/scsort
>> >> > Warning: Could not fix install names for
>> >> > /usr/local/Cellar/csound/HEAD/bin/scope
>> >> > Warning: Could not fix install names for
>> >> > /usr/local/Cellar/csound/HEAD/bin/scale
>> >> > Warning: Could not fix install names for
>> >> > /usr/local/Cellar/csound/HEAD/bin/pvlook
>> >> > Warning: Could not fix install names for
>> >> > /usr/local/Cellar/csound/HEAD/bin/pvanal
>> >> > Warning: Could not fix install names for
>> >> > /usr/local/Cellar/csound/HEAD/bin/pv_import
>> >> > Warning: Could not fix install names for
>> >> > /usr/local/Cellar/csound/HEAD/bin/pv_export
>> >> > Warning: Could not fix install names for
>> >> > /usr/local/Cellar/csound/HEAD/bin/mixer
>> >> > Warning: Could not fix install names for
>> >> > /usr/local/Cellar/csound/HEAD/bin/lpc_import
>> >> > Warning: Could not fix install names for
>> >> > /usr/local/Cellar/csound/HEAD/bin/lpc_export
>> >> > Warning: Could not fix install names for
>> >> > /usr/local/Cellar/csound/HEAD/bin/lpanal
>> >> > Warning: Could not fix install names for
>> >> > /usr/local/Cellar/csound/HEAD/bin/hetro
>> >> > Warning: Could not fix install names for
>> >> > /usr/local/Cellar/csound/HEAD/bin/het_import
>> >> > Warning: Could not fix install names for
>> >> > /usr/local/Cellar/csound/HEAD/bin/het_export
>> >> > Warning: Could not fix install names for
>> >> > /usr/local/Cellar/csound/HEAD/bin/extractor
>> >> > Warning: Could not fix install names for
>> >> > /usr/local/Cellar/csound/HEAD/bin/extract
>> >> > Warning: Could not fix install names for
>> >> > /usr/local/Cellar/csound/HEAD/bin/envext
>> >> > Warning: Could not fix install names for
>> >> > /usr/local/Cellar/csound/HEAD/bin/dnoise
>> >> > Warning: Could not fix install names for
>> >> > /usr/local/Cellar/csound/HEAD/bin/cvanal
>> >> > Warning: Could not fix install names for
>> >> > /usr/local/Cellar/csound/HEAD/bin/csound
>> >> > Warning: Could not fix install names for
>> >> > /usr/local/Cellar/csound/HEAD/bin/csanalyze
>> >> > Warning: Could not fix install names for
>> >> > /usr/local/Cellar/csound/HEAD/bin/atsa
>> >> > Warning: Could not fix install names for
>> >> > /usr/local/Cellar/csound/HEAD/lib/luaCsnd6.so
>> >> > Warning: Could not fix install names for
>> >> > /usr/local/Cellar/csound/HEAD/lib/libcsnd.6.0.dylib
>> >> > ==> Summary
>> >> > 🍺  /usr/local/Cellar/csound/HEAD: 34 files, 1.6M, built in 2.2
>> >> > minutes
>> >> > Marions-MacBook:~ eddyc$ brew link csound
>> >> > Linking /usr/local/Cellar/csound/HEAD... Warning: Could not link
>> >> > csound.
>> >> > Unlinking...
>> >> >
>> >> > Error: Could not symlink file:
>> >> > /usr/local/Cellar/csound/HEAD/bin/srconv
>> >> > Target /usr/local/bin/srconv already exists. You may need to delete
>> >> > it.
>> >> > To force the link and delete this file, do:
>> >> >   brew link --overwrite formula_name
>> >> >
>> >> > To list all files that would be deleted:
>> >> >   brew link --overwrite --dry-run formula_name
>> >> > Marions-MacBook:~ eddyc$ brew link --overwrite csound
>> >> > Linking /usr/local/Cellar/csound/HEAD... 29 symlinks created
>> >> >
>> >> >
>> >> > On 12 May 2013 14:18, Steven Yi  wrote:
>> >> >>
>> >> >> Hi Ed,
>> >> >>
>> >> >> Yeah I mentioned this situation in my first email:
>> >> >>
>> >> >> "2) The csound cmake file installs things into places that may be
>> >> >> protected on your system. The particularly relevant ones are
>> >> >> /usr/local, /Library/Python/2.7/site-packages, and
>> >> >> /Library/Java/Extensions.  Homebrew explains how to deal with the
>> >> >> latter 2 directores in [2]. There's info about /usr/local on the
>> >> >> homebrew site [1]."
>> >> >>
>> >> >> The link for number 2 is:
>> >> >>
>> >> >> https://github.com/mxcl/homebrew/wiki/Gems%2C-Eggs-and-Perl-Modules
>> >> >>
>> >> >> The essentialy thing to run is:
>> >> >>
>> >> >> sudo chmod +a 'user:YOUR_NAME_HERE allow
>> >> >> add_subdirectory,add_file,delete_child,directory_inherit'
>> >> >> /Library/Python/2.7/site-packages
>> >> >> sudo chmod +a 'user:YOUR_NAME_HERE allow
>> >> >> add_subdirectory,add_file,delete_child,directory_inherit'
>> >> >> /Library/Java/Extensions
>> >> >>
>> >> >> where YOUR_NAME_HERE is your system user name.
>> >> >>
>> >> >> After that, you should be able to install.
>> >> >>
>> >> >> Let me know how it goes for you!
>> >> >> steven
>> >> >>
>> >> >>
>> >> >> On Sun, May 12, 2013 at 12:12 PM, Ed Costello
>> >> >> 
>> >> >> wrote:
>> >> >> > Here ya go, I think the installer is having trouble with copying
>> >> >> > _csnd6.so
>> >> >> > into my python site packages directory
>> >> >> >
>> >> >> > Marions-MacBook:~ eddyc$ brew install --HEAD
>> >> >> > http://www.kunstmusik.com/csound.rb --verbose
>> >> >> > /usr/bin/curl -f#LA Homebrew 0.9.4 (Ruby 1.8.7-358; Mac OS X
>> >> >> > 10.8.3)
>> >> >> > http://www.kunstmusik.com/csound.rb -o
>> >> >> > /Library/Caches/Homebrew/Formula/csound.rb
>> >> >> >
>> >> >> >
>> >> >> > ########################################################################
>> >> >> > 100.0%
>> >> >> > ==> Cloning git://git.code.sourceforge.net/p/csound/csound6-git
>> >> >> > git clone --depth 1
>> >> >> > git://git.code.sourceforge.net/p/csound/csound6-git
>> >> >> > /Library/Caches/Homebrew/csound--git
>> >> >> > Cloning into '/Library/Caches/Homebrew/csound--git'...
>> >> >> > remote: Counting objects: 1531, done.
>> >> >> > remote: Compressing objects: 100% (1314/1314), done.
>> >> >> > remote: Total 1531 (delta 288), reused 797 (delta 140)
>> >> >> > Receiving objects: 100% (1531/1531), 13.23 MiB | 1.07 MiB/s, done.
>> >> >> > Resolving deltas: 100% (288/288), done.
>> >> >> > git reset --hard origin/HEAD
>> >> >> > HEAD is now at 2468c7c some float csound adjustments
>> >> >> > git checkout-index -a -f --prefix=/private/tmp/csound-KYls/
>> >> >> > ==> cmake . -DUSE_GETTEXT=0
>> >> >> > -DCMAKE_INSTALL_PREFIX=/usr/local/Cellar/csound/HEAD
>> >> >> > -DCMAKE_BUILD_TYPE=None
>> >> >> > -DCMAKE_FIND_FRAMEWORK=LAST -Wno-dev
>> >> >> > cmake . -DUSE_GETTEXT=0
>> >> >> > -DCMAKE_INSTALL_PREFIX=/usr/local/Cellar/csound/HEAD
>> >> >> > -DCMAKE_BUILD_TYPE=None -DCMAKE_FIND_FRAMEWORK=LAST -Wno-dev
>> >> >> > -- The C compiler identification is Clang 4.2.0
>> >> >> > -- The CXX compiler identification is Clang 4.2.0
>> >> >> > -- Check for working C compiler: /usr/local/Library/ENV/4.3/cc
>> >> >> > -- Check for working C compiler: /usr/local/Library/ENV/4.3/cc --
>> >> >> > works
>> >> >> > -- Detecting C compiler ABI info
>> >> >> > -- Detecting C compiler ABI info - done
>> >> >> > -- Check for working CXX compiler: /usr/local/Library/ENV/4.3/c++
>> >> >> > -- Check for working CXX compiler: /usr/local/Library/ENV/4.3/c++
>> >> >> > --
>> >> >> > works
>> >> >> > -- Detecting CXX compiler ABI info
>> >> >> > -- Detecting CXX compiler ABI info - done
>> >> >> > -- /tmp/csound-KYls
>> >> >> > -- BUILD_BIN_DIR set to /tmp/csound-KYls
>> >> >> > -- BUILD_LIB_DIR set to /tmp/csound-KYls
>> >> >> > -- BUILD_PLUGINS_DIR set to /tmp/csound-KYls
>> >> >> > -- Check if the system is big endian
>> >> >> > -- Searching 16 bit integer
>> >> >> > -- Looking for sys/types.h
>> >> >> > -- Looking for sys/types.h - found
>> >> >> > -- Looking for stdint.h
>> >> >> > -- Looking for stdint.h - found
>> >> >> > -- Looking for stddef.h
>> >> >> > -- Looking for stddef.h - found
>> >> >> > -- Check size of unsigned short
>> >> >> > -- Check size of unsigned short - done
>> >> >> > -- Using unsigned short
>> >> >> > -- Check if the system is big endian - little endian
>> >> >> > -- Try OpenMP C flag = [-fopenmp]
>> >> >> > -- Performing Test OpenMP_FLAG_DETECTED
>> >> >> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> >> >> > -- Try OpenMP C flag = [/openmp]
>> >> >> > -- Performing Test OpenMP_FLAG_DETECTED
>> >> >> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> >> >> > -- Try OpenMP C flag = [-Qopenmp]
>> >> >> > -- Performing Test OpenMP_FLAG_DETECTED
>> >> >> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> >> >> > -- Try OpenMP C flag = [-openmp]
>> >> >> > -- Performing Test OpenMP_FLAG_DETECTED
>> >> >> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> >> >> > -- Try OpenMP C flag = [ ]
>> >> >> > -- Performing Test OpenMP_FLAG_DETECTED
>> >> >> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> >> >> > -- Try OpenMP C flag = [-xopenmp]
>> >> >> > -- Performing Test OpenMP_FLAG_DETECTED
>> >> >> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> >> >> > -- Try OpenMP C flag = [+Oopenmp]
>> >> >> > -- Performing Test OpenMP_FLAG_DETECTED
>> >> >> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> >> >> > -- Try OpenMP C flag = [-qsmp]
>> >> >> > -- Performing Test OpenMP_FLAG_DETECTED
>> >> >> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> >> >> > -- Try OpenMP C flag = [-mp]
>> >> >> > -- Performing Test OpenMP_FLAG_DETECTED
>> >> >> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> >> >> > -- Try OpenMP CXX flag = [-fopenmp]
>> >> >> > -- Performing Test OpenMP_FLAG_DETECTED
>> >> >> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> >> >> > -- Try OpenMP CXX flag = [/openmp]
>> >> >> > -- Performing Test OpenMP_FLAG_DETECTED
>> >> >> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> >> >> > -- Try OpenMP CXX flag = [-Qopenmp]
>> >> >> > -- Performing Test OpenMP_FLAG_DETECTED
>> >> >> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> >> >> > -- Try OpenMP CXX flag = [-openmp]
>> >> >> > -- Performing Test OpenMP_FLAG_DETECTED
>> >> >> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> >> >> > -- Try OpenMP CXX flag = [ ]
>> >> >> > -- Performing Test OpenMP_FLAG_DETECTED
>> >> >> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> >> >> > -- Try OpenMP CXX flag = [-xopenmp]
>> >> >> > -- Performing Test OpenMP_FLAG_DETECTED
>> >> >> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> >> >> > -- Try OpenMP CXX flag = [+Oopenmp]
>> >> >> > -- Performing Test OpenMP_FLAG_DETECTED
>> >> >> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> >> >> > -- Try OpenMP CXX flag = [-qsmp]
>> >> >> > -- Performing Test OpenMP_FLAG_DETECTED
>> >> >> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> >> >> > -- Try OpenMP CXX flag = [-mp]
>> >> >> > -- Performing Test OpenMP_FLAG_DETECTED
>> >> >> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> >> >> > -- Could NOT find OpenMP (missing:  OpenMP_C_FLAGS
>> >> >> > OpenMP_CXX_FLAGS)
>> >> >> > -- Looking for libintl.h
>> >> >> > -- Looking for libintl.h - not found
>> >> >> > -- Looking for C++ include eigen3/Eigen/Dense
>> >> >> > -- Looking for C++ include eigen3/Eigen/Dense - not found
>> >> >> > -- Could NOT find Gettext (missing:  GETTEXT_MSGMERGE_EXECUTABLE
>> >> >> > GETTEXT_MSGFMT_EXECUTABLE)
>> >> >> > -- Looking for lrint in m
>> >> >> > -- Looking for lrint in m - found
>> >> >> > -- Looking for unistd.h
>> >> >> > -- Looking for unistd.h - found
>> >> >> > -- Looking for io.h
>> >> >> > -- Looking for io.h - not found
>> >> >> > -- Looking for fcntl.h
>> >> >> > -- Looking for fcntl.h - found
>> >> >> > -- Looking for sys/time.h
>> >> >> > -- Looking for sys/time.h - found
>> >> >> > -- Looking for termios.h
>> >> >> > -- Looking for termios.h - found
>> >> >> > -- Looking for values.h
>> >> >> > -- Looking for values.h - not found
>> >> >> > -- Looking for winsock.h
>> >> >> > -- Looking for winsock.h - not found
>> >> >> > -- Looking for sys/socket.h
>> >> >> > -- Looking for sys/socket.h - found
>> >> >> > -- Looking for dirent.h
>> >> >> > -- Looking for dirent.h - found
>> >> >> > -- USE_LRINT is enabled
>> >> >> > -- Found FLEX: /usr/bin/flex (found version "2.5.35")
>> >> >> > -- Found BISON: /usr/bin/bison (found version "2.3")
>> >> >> > -- Looking for pthread_spin_lock
>> >> >> > -- Looking for pthread_spin_lock - not found
>> >> >> > -- Looking for pthread_barrier_init
>> >> >> > -- Looking for pthread_barrier_init - not found
>> >> >> > -- OPENMP_FOUND="FALSE", so disabling USE_OPEN_MP
>> >> >> > -- PTHREAD_BARRIER_INIT_EXISTS="", so disabling USE_OPEN_MP
>> >> >> > -- USE_OPEN_MP is disabled
>> >> >> > -- Not building with score parser
>> >> >> > -- Not building with new parser debugging
>> >> >> > -- Building with multicore
>> >> >> > -- USE_GETTEXT is disabled
>> >> >> > -- Not using localization
>> >> >> > -- Building on OSX
>> >> >> > -- Boost version: 1.53.0
>> >> >> > -- Looking for ladspa.h
>> >> >> > -- Looking for ladspa.h - not found
>> >> >> > -- Looking for fluidsynth.h
>> >> >> > -- Looking for fluidsynth.h - not found
>> >> >> > -- Looking for jack/jack.h
>> >> >> > -- Looking for jack/jack.h - not found
>> >> >> > -- Looking for C++ include gmm/gmm.h
>> >> >> > -- Looking for C++ include gmm/gmm.h - not found
>> >> >> > -- Looking for lo/lo.h
>> >> >> > -- Looking for lo/lo.h - found
>> >> >> > -- Found ZLIB: /usr/lib/libz.dylib (found version "1.2.5")
>> >> >> > -- Found PNG: /usr/local/lib/libpng.dylib (found version "1.5.14")
>> >> >> > -- Found PythonLibs: /usr/lib/libpython2.7.dylib (found version
>> >> >> > "2.7.2")
>> >> >> > -- Found Lua51: /usr/local/lib/liblua.dylib (found version
>> >> >> > "5.1.5")
>> >> >> > -- Looking for wiiuse.h
>> >> >> > -- Looking for wiiuse.h - not found
>> >> >> > -- Looking for p5glove.h
>> >> >> > -- Looking for p5glove.h - not found
>> >> >> > -- BUILD_CHUA_OPCODES is enabled
>> >> >> > -- LADSPA_H="", so disabling BUILD_DSSI_OPCODES
>> >> >> > -- BUILD_DSSI_OPCODES is disabled
>> >> >> > -- FLUIDSYNTH_H="", so disabling BUILD_FLUID_OPCODES
>> >> >> > -- FLUIDSYNTH_LIBRARY="FLUIDSYNTH_LIBRARY-NOTFOUND", so disabling
>> >> >> > BUILD_FLUID_OPCODES
>> >> >> > -- BUILD_FLUID_OPCODES is disabled
>> >> >> > -- JACK_HEADER="", so disabling BUILD_JACK_OPCODES
>> >> >> > -- BUILD_JACK_OPCODES is disabled
>> >> >> > -- GMM_HEADER="", so disabling BUILD_LINEAR_ALGEBRA_OPCODES
>> >> >> > -- BUILD_LINEAR_ALGEBRA_OPCODES is disabled
>> >> >> > -- BUILD_OSC_OPCODES is enabled
>> >> >> > -- BUILD_IMAGE_OPCODES is enabled
>> >> >> > -- BUILD_PYTHON_OPCODES is enabled
>> >> >> > -- OPENMP_FOUND="FALSE", so disabling BUILD_LUA_OPCODES
>> >> >> > -- BUILD_LUA_OPCODES is disabled
>> >> >> > -- WIIUSE_H="", so disabling BUILD_WIIMOTE_OPCODES
>> >> >> > -- BUILD_WIIMOTE_OPCODES is disabled
>> >> >> > -- P5GLOVE_H="", so disabling BUILD_P5GLOVE_OPCODES
>> >> >> > -- BUILD_P5GLOVE_OPCODES is disabled
>> >> >> > -- BUILD_STK_OPCODES is enabled
>> >> >> > --
>> >> >> > -- ## REALTIME AUDIO AND MIDI ##
>> >> >> > -- Looking for alsa/asoundlib.h
>> >> >> > -- Looking for alsa/asoundlib.h - not found
>> >> >> > -- Looking for pulse/simple.h
>> >> >> > -- Looking for pulse/simple.h - not found
>> >> >> > -- Looking for XOpenDisplay in
>> >> >> > /usr/X11R6/lib/libX11.dylib;/usr/X11R6/lib/libXext.dylib
>> >> >> > -- Looking for XOpenDisplay in
>> >> >> > /usr/X11R6/lib/libX11.dylib;/usr/X11R6/lib/libXext.dylib - found
>> >> >> > -- Looking for gethostbyname
>> >> >> > -- Looking for gethostbyname - found
>> >> >> > -- Looking for connect
>> >> >> > -- Looking for connect - found
>> >> >> > -- Looking for remove
>> >> >> > -- Looking for remove - found
>> >> >> > -- Looking for shmat
>> >> >> > -- Looking for shmat - found
>> >> >> > -- Looking for IceConnectionNumber in ICE
>> >> >> > -- Looking for IceConnectionNumber in ICE - not found
>> >> >> > -- Found X11: /usr/X11R6/lib/libX11.dylib
>> >> >> > -- Found FLTK:
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> > /usr/local/lib/libfltk_images.a;/usr/local/lib/libfltk_forms.a;/usr/local/lib/libfltk.a
>> >> >> > -- USE_COREMIDI is enabled
>> >> >> > -- USE_AUDIOUNIT is enabled
>> >> >> > -- ALSA_HEADER="", so disabling USE_ALSA
>> >> >> > -- ALSA_LIBRARY="ALSA_LIBRARY-NOTFOUND", so disabling USE_ALSA
>> >> >> > -- USE_ALSA is disabled
>> >> >> > -- PULSEAUDIO_HEADER="", so disabling USE_PULSEAUDIO
>> >> >> > -- PULSEAUDIO_LIBRARY="PULSEAUDIO_LIBRARY-NOTFOUND", so disabling
>> >> >> > USE_PULSEAUDIO
>> >> >> > -- PULSESIMPLE_LIBRARY="PULSESIMPLE_LIBRARY-NOTFOUND", so
>> >> >> > disabling
>> >> >> > USE_PULSEAUDIO
>> >> >> > -- USE_PULSEAUDIO is disabled
>> >> >> > -- PORTAUDIO_HEADER="", so disabling USE_PORTAUDIO
>> >> >> > -- USE_PORTAUDIO is disabled
>> >> >> > -- PORTMIDI_HEADER="", so disabling USE_PORTMIDI
>> >> >> > -- USE_PORTMIDI is disabled
>> >> >> > -- JACK_HEADER="", so disabling USE_JACK
>> >> >> > -- JACK_LIBRARY="JACK_LIBRARY-NOTFOUND", so disabling USE_JACK
>> >> >> > -- USE_JACK is disabled
>> >> >> > -- USE_FLTK is enabled
>> >> >> > -- BUILD_VIRTUAL_KEYBOARD is enabled
>> >> >> > --
>> >> >> > -- Building C++ interface library
>> >> >> > -- Found SWIG: /usr/local/bin/swig (found suitable version
>> >> >> > "2.0.9",
>> >> >> > minimum
>> >> >> > required is "2.0")
>> >> >> > -- Found JNI: -framework JavaVM
>> >> >> > -- Found Java: /usr/bin/java (found version "1.6.0.45")
>> >> >> > -- BUILD_PYTHON_INTERFACE is enabled
>> >> >> > -- BUILD_JAVA_INTERFACE is enabled
>> >> >> > -- BUILD_LUA_INTERFACE is enabled
>> >> >> > -- Looking for m_pd.h
>> >> >> > -- Looking for m_pd.h - not found
>> >> >> > -- Building csLadspa
>> >> >> > -- BUILD_CSBEATS is enabled
>> >> >> > -- PD_HEADER="", so disabling BUILD_PD_CLASS
>> >> >> > -- BUILD_PD_CLASS is disabled
>> >> >> > -- BUILD_WINSOUND is disabled
>> >> >> > -- Boost version: 1.53.0
>> >> >> > -- Found SWIG: /usr/local/bin/swig (found version "2.0.9")
>> >> >> > -- BUILD_CSOUND_AC is disabled
>> >> >> > -- BUILD_CSOUND_AC_PYTHON_INTERFACE is enabled
>> >> >> > -- BUILD_CSOUND_AC_LUA_INTERFACE is enabled
>> >> >> > -- Configuring done
>> >> >> > -- Generating done
>> >> >> > -- Build files have been written to: /tmp/csound-KYls
>> >> >> > ==> make install
>> >> >> > make install
>> >> >> > Scanning dependencies of target ampmidid
>> >> >> > [  0%] Generating csound_prelex.c
>> >> >> > [  0%] Generating csound_orclex.c
>> >> >> > [  0%] Generating csound_orcparse.c
>> >> >> > /tmp/csound-KYls/Engine/csound_orc.y: conflicts: 4 shift/reduce,
>> >> >> > 10
>> >> >> > reduce/reduce
>> >> >> > [  0%] Building CXX object
>> >> >> > Opcodes/CMakeFiles/ampmidid.dir/ampmidid.cpp.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > Scanning dependencies of target CsoundLib64
>> >> >> > Linking CXX shared library ../libampmidid.dylib
>> >> >> > [  0%] Built target ampmidid
>> >> >> > Scanning dependencies of target cellular
>> >> >> > [  0%] Building C object
>> >> >> > Opcodes/CMakeFiles/cellular.dir/cellular.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > Linking C shared library ../libcellular.dylib
>> >> >> > [  0%] Built target cellular
>> >> >> > Scanning dependencies of target chua
>> >> >> > [  1%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Engine/auxfd.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [  1%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Engine/cfgvar.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [  1%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Engine/corfiles.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [  2%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Engine/entry1.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [  2%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Engine/envvar.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [  2%] [  3%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Engine/extract.c.o
>> >> >> > Building CXX object
>> >> >> > Opcodes/CMakeFiles/chua.dir/chua/ChuaOscillator.cpp.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [  4%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Engine/fgens.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [  4%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Engine/insert.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [  4%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Engine/linevent.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [  5%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Engine/memalloc.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [  5%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Engine/memfiles.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [  5%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Engine/musmon.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [  5%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Engine/namedins.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [  6%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Engine/rdscor.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [  6%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Engine/scsort.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [  6%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Engine/scxtract.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [  7%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Engine/sort.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [  7%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Engine/sread.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > Linking CXX shared library ../libchua.dylib
>> >> >> > [  7%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Engine/swritestr.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [  8%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Engine/twarp.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [  8%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Engine/csound_type_system.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [  8%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Engine/csound_standard_types.c.o
>> >> >> > [  8%] Built target chua
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > Scanning dependencies of target control
>> >> >> > [  9%] [  9%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Engine/csound_data_structures.c.o
>> >> >> > Building C object Opcodes/CMakeFiles/control.dir/control.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [  9%] Linking C shared library ../libcontrol.dylib
>> >> >> > Building C object CMakeFiles/CsoundLib64.dir/Engine/pools.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [  9%] Built target control
>> >> >> > Scanning dependencies of target cs_date
>> >> >> > [  9%] [ 10%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/InOut/libsnd.c.o
>> >> >> > Building C object Opcodes/CMakeFiles/cs_date.dir/date.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > Linking C shared library ../libcs_date.dylib
>> >> >> > [ 10%] Built target cs_date
>> >> >> > [ 10%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/InOut/libsnd_u.c.o
>> >> >> > Scanning dependencies of target doppler
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 10%] Building CXX object
>> >> >> > Opcodes/CMakeFiles/doppler.dir/doppler.cpp.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 11%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/InOut/midifile.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 11%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/InOut/midirecv.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > Linking CXX shared library ../libdoppler.dylib
>> >> >> > [ 11%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/InOut/midisend.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 11%] Built target doppler
>> >> >> > Scanning dependencies of target fareygen
>> >> >> > [ 12%] [ 12%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/InOut/winascii.c.o
>> >> >> > Building C object Opcodes/CMakeFiles/fareygen.dir/fareygen.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 12%] Linking C shared library ../libfareygen.dylib
>> >> >> > Building C object CMakeFiles/CsoundLib64.dir/InOut/windin.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 12%] Built target fareygen
>> >> >> > Scanning dependencies of target fractalnoise
>> >> >> > [ 12%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/InOut/window.c.o
>> >> >> > [ 13%] Building CXX object
>> >> >> > Opcodes/CMakeFiles/fractalnoise.dir/tl/fractalnoise.cpp.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 14%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/InOut/winEPS.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > Linking CXX shared library ../libfractalnoise.dylib
>> >> >> > [ 14%] Built target fractalnoise
>> >> >> > [ 14%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/InOut/circularbuffer.c.o
>> >> >> > Scanning dependencies of target image
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 14%] Building C object
>> >> >> > Opcodes/CMakeFiles/image.dir/imageOpcodes.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 14%] Building C object CMakeFiles/CsoundLib64.dir/OOps/aops.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > Linking C shared library ../libimage.dylib
>> >> >> > [ 14%] Built target image
>> >> >> > Scanning dependencies of target mixer
>> >> >> > [ 14%] Building CXX object
>> >> >> > Opcodes/CMakeFiles/mixer.dir/mixer.cpp.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 15%] Building C object CMakeFiles/CsoundLib64.dir/OOps/bus.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > Linking CXX shared library ../libmixer.dylib
>> >> >> > [ 15%] Building C object CMakeFiles/CsoundLib64.dir/OOps/cmath.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 15%] Built target mixer
>> >> >> > Scanning dependencies of target osc
>> >> >> > [ 16%] Building C object Opcodes/CMakeFiles/osc.dir/OSC.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 16%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/OOps/diskin.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > Linking C shared library ../libosc.dylib
>> >> >> > [ 16%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/OOps/diskin2.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 16%] Built target osc
>> >> >> > Scanning dependencies of target platerev
>> >> >> > [ 16%] Building C object
>> >> >> > Opcodes/CMakeFiles/platerev.dir/platerev.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 17%] Linking C shared library ../libplaterev.dylib
>> >> >> > Building C object CMakeFiles/CsoundLib64.dir/OOps/disprep.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 17%] Built target platerev
>> >> >> > Scanning dependencies of target py
>> >> >> > [ 17%] [ 17%] Building C object
>> >> >> > Opcodes/CMakeFiles/py.dir/py/pythonopcodes.c.o
>> >> >> > Building C object CMakeFiles/CsoundLib64.dir/OOps/dumpf.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 17%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/OOps/fftlib.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > Linking C shared library ../libpy.dylib
>> >> >> > [ 17%] Built target py
>> >> >> > [ 18%] Scanning dependencies of target scansyn
>> >> >> > Building C object CMakeFiles/CsoundLib64.dir/OOps/goto_ops.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 18%] Building C object
>> >> >> > Opcodes/CMakeFiles/scansyn.dir/scansyn.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 18%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/OOps/midiinterop.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 19%] Building C object
>> >> >> > Opcodes/CMakeFiles/scansyn.dir/scansynx.c.o
>> >> >> > [ 19%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/OOps/midiops.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 20%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/OOps/midiout.c.o
>> >> >> > Linking C shared library ../libscansyn.dylib
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 20%] Built target scansyn
>> >> >> > Scanning dependencies of target serial
>> >> >> > [ 20%] Building C object Opcodes/CMakeFiles/serial.dir/serial.c.o
>> >> >> > [ 20%] Building C object CMakeFiles/CsoundLib64.dir/OOps/mxfft.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > Linking C shared library ../libserial.dylib
>> >> >> > [ 20%] Built target serial
>> >> >> > [ 20%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/OOps/oscils.c.o
>> >> >> > Scanning dependencies of target signalflowgraph
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 21%] Building CXX object
>> >> >> > Opcodes/CMakeFiles/signalflowgraph.dir/signalflowgraph.cpp.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 22%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/OOps/pstream.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 22%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/OOps/pvfileio.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 22%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/OOps/pvsanal.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 22%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/OOps/random.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 23%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/OOps/remote.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 23%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/OOps/schedule.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > Linking CXX shared library ../libsignalflowgraph.dylib
>> >> >> > [ 23%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/OOps/sndinfUG.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 23%] Built target signalflowgraph
>> >> >> > Scanning dependencies of target system_call
>> >> >> > [ 25%] [ 25%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/OOps/str_ops.c.o
>> >> >> > Building C object
>> >> >> > Opcodes/CMakeFiles/system_call.dir/system_call.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > Linking C shared library ../libsystem_call.dylib
>> >> >> > [ 25%] Built target system_call
>> >> >> > Scanning dependencies of target stk-ops
>> >> >> > [ 25%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/OOps/ugens1.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 25%] Building CXX object
>> >> >> > Opcodes/stk/CMakeFiles/stk-ops.dir/stkOpcodes.cpp.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 25%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/OOps/ugens2.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 26%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/OOps/ugens2a.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 26%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/OOps/ugens3.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 26%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/OOps/ugens4.c.o
>> >> >> > Linking CXX shared library ../../libstk.dylib
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 26%] Built target stk-ops
>> >> >> > Scanning dependencies of target cmidi
>> >> >> > [ 27%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/OOps/ugens5.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 27%] Building C object InOut/CMakeFiles/cmidi.dir/cmidi.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 27%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/OOps/ugens6.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > Linking C shared library ../libcmidi.dylib
>> >> >> > [ 27%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/OOps/ugtabs.c.o
>> >> >> > [ 27%] Built target cmidi
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > Scanning dependencies of target ipmidi
>> >> >> > [ 27%] Building C object InOut/CMakeFiles/ipmidi.dir/ipmidi.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > Linking C shared library ../libipmidi.dylib
>> >> >> > [ 27%] Building C object CMakeFiles/CsoundLib64.dir/OOps/ugrw1.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 27%] Built target ipmidi
>> >> >> > Scanning dependencies of target rtauhal
>> >> >> > [ 28%] Building C object InOut/CMakeFiles/rtauhal.dir/rtauhal.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 29%] Building C object CMakeFiles/CsoundLib64.dir/OOps/ugrw2.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 29%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/OOps/vdelay.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > Linking C shared library ../librtauhal.dylib
>> >> >> > [ 29%] Built target rtauhal
>> >> >> > Scanning dependencies of target virtual
>> >> >> > [ 29%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/OOps/compile_ops.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 29%] Building CXX object
>> >> >> > InOut/CMakeFiles/virtual.dir/virtual_keyboard/FLTKKeyboard.cpp.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 30%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/babo.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 30%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/bilbar.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 30%] Building CXX object
>> >> >> >
>> >> >> >
>> >> >> > InOut/CMakeFiles/virtual.dir/virtual_keyboard/FLTKKeyboardWindow.cpp.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 30%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/compress.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 32%] [ 32%] Building CXX object
>> >> >> >
>> >> >> >
>> >> >> > InOut/CMakeFiles/virtual.dir/virtual_keyboard/FLTKKeyboardWidget.cpp.o
>> >> >> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/eqfil.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 32%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/Vosim.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 32%] [ 32%] Building CXX object
>> >> >> >
>> >> >> > InOut/CMakeFiles/virtual.dir/virtual_keyboard/virtual_keyboard.cpp.o
>> >> >> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pitch.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 32%] Building CXX object
>> >> >> > InOut/CMakeFiles/virtual.dir/virtual_keyboard/Bank.cpp.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 33%] [ 34%] Building CXX object
>> >> >> >
>> >> >> > InOut/CMakeFiles/virtual.dir/virtual_keyboard/KeyboardMapping.cpp.o
>> >> >> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pitch0.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 34%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/spectra.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 34%] Building CXX object
>> >> >> > InOut/CMakeFiles/virtual.dir/virtual_keyboard/Program.cpp.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 34%] Building CXX object
>> >> >> > InOut/CMakeFiles/virtual.dir/virtual_keyboard/SliderBank.cpp.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 34%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/ambicode1.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 35%] Building CXX object
>> >> >> > InOut/CMakeFiles/virtual.dir/virtual_keyboard/SliderData.cpp.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > Linking CXX shared library ../libvirtual.dylib
>> >> >> > [ 36%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/sfont.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 36%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/grain4.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 36%] Built target virtual
>> >> >> > Scanning dependencies of target widgets
>> >> >> > [ 36%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/hrtferX.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 36%] Building CXX object
>> >> >> > InOut/CMakeFiles/widgets.dir/FL_graph.cpp.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 36%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/loscilx.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 36%] Building C object InOut/CMakeFiles/widgets.dir/winFLTK.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 37%] [ 38%] Building CXX object
>> >> >> > InOut/CMakeFiles/widgets.dir/widgets.cpp.o
>> >> >> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/minmax.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 38%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/pan2.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 38%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/arrays.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 39%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/phisem.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 39%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/hrtfopcodes.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 39%] Linking CXX shared library ../libwidgets.dylib
>> >> >> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/stackops.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 39%] Built target widgets
>> >> >> > [ 40%] [ 41%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/vbap.c.o
>> >> >> > [FLEX][csbeats_SCANNER] Building scanner with flex 2.5.35
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 41%] [BISON][csbeats_PARSER] Building parser with bison 2.3
>> >> >> > beats/beats.y: conflicts: 1 reduce/reduce
>> >> >> > Scanning dependencies of target csbeats
>> >> >> > [ 41%] Building C object
>> >> >> > frontends/CMakeFiles/csbeats.dir/beats/main.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 41%] [ 41%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/vbap1.c.o
>> >> >> > Building C object frontends/CMakeFiles/csbeats.dir/beatslex.yy.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 42%] [ 42%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/vbap_n.c.o
>> >> >> > Building C object frontends/CMakeFiles/csbeats.dir/beats.tab.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > Linking C executable ../csbeats
>> >> >> > [ 43%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/vbap_zak.c.o
>> >> >> > [ 43%] Built target csbeats
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > Scanning dependencies of target stdutil
>> >> >> > [ 44%] Building C object util/CMakeFiles/stdutil.dir/atsa.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 44%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/vaops.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 44%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/ugakbari.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 44%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/harmon.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 45%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/pitchtrack.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 45%] Building C object util/CMakeFiles/stdutil.dir/cvanal.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 45%] Building C object util/CMakeFiles/stdutil.dir/dnoise.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 45%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/partikkel.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 46%] Building C object util/CMakeFiles/stdutil.dir/envext.c.o
>> >> >> > [ 46%] brew: superenv removed: -I/usr/local/include
>> >> >> > -I/tmp/csound-KYls
>> >> >> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/shape.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 46%] Building C object
>> >> >> > util/CMakeFiles/stdutil.dir/het_export.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 47%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/tabsum.c.o
>> >> >> > [ 47%] Building C object
>> >> >> > util/CMakeFiles/stdutil.dir/het_import.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 48%] [ 48%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/crossfm.c.o
>> >> >> > Building C object util/CMakeFiles/stdutil.dir/hetro.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 48%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/pvlock.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 48%] Building C object util/CMakeFiles/stdutil.dir/lpanal.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 49%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/fareyseq.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 49%] Building C object
>> >> >> > util/CMakeFiles/stdutil.dir/lpc_export.c.o
>> >> >> > [ 49%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/modmatrix.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 49%] Building C object
>> >> >> > util/CMakeFiles/stdutil.dir/lpc_import.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 50%] Building C object util/CMakeFiles/stdutil.dir/mixer.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 50%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/scoreline.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 51%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/modal4.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 51%] Building C object util/CMakeFiles/stdutil.dir/pvanal.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 51%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/physutil.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 51%] Building C object util/CMakeFiles/stdutil.dir/pv_export.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 51%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/physmod.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 52%] Building C object util/CMakeFiles/stdutil.dir/pv_import.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 52%] Building C object util/CMakeFiles/stdutil.dir/pvlook.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 52%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/mandolin.c.o
>> >> >> > [ 52%] brew: superenv removed: -I/usr/local/include
>> >> >> > -I/tmp/csound-KYls
>> >> >> > Building C object util/CMakeFiles/stdutil.dir/scale.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 53%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/singwave.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 54%] Building C object util/CMakeFiles/stdutil.dir/sndinfo.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 54%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/fm4op.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 54%] Building C object util/CMakeFiles/stdutil.dir/srconv.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 54%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/moog1.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 54%] Building C object util/CMakeFiles/stdutil.dir/std_util.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 55%] Building C object util/CMakeFiles/stdutil.dir/xtrct.c.o
>> >> >> > [ 56%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/shaker.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 56%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/bowedbar.c.o
>> >> >> > [ 56%] Building C object util/CMakeFiles/stdutil.dir/scope.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 56%] Building C object
>> >> >> > util/CMakeFiles/stdutil.dir/__/SDIF/sdif.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 56%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/gab/tabmorph.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > Linking C shared library ../libstdutil.dylib
>> >> >> > [ 57%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/gab/hvs.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 57%] Built target stdutil
>> >> >> > Scanning dependencies of target sdif2ad
>> >> >> > [ 58%] Building C object
>> >> >> > SDIF/CMakeFiles/sdif2ad.dir/sdif2adsyn.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 58%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/gab/sliderTable.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 58%] Building C object SDIF/CMakeFiles/sdif2ad.dir/sdif.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 58%] Building C object SDIF/CMakeFiles/sdif2ad.dir/sdif-mem.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 58%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/gab/newgabopc.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > Linking C executable ../sdif2ad
>> >> >> > [ 58%] Built target sdif2ad
>> >> >> > [ 59%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/ftest.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 59%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/hrtfearly.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 59%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/hrtfreverb.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 59%] [ 60%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/cpumeter.c.o
>> >> >> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/gendy.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 60%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/tl/sc_noise.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 60%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Top/argdecode.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 61%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Top/cscore_internal.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 61%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Top/cscorfns.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 61%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Top/csmodule.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 62%] Building C object CMakeFiles/CsoundLib64.dir/Top/csound.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 62%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Top/getstring.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 62%] Building C object CMakeFiles/CsoundLib64.dir/Top/main.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 63%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Top/new_opts.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 63%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Top/one_file.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 63%] Building C object CMakeFiles/CsoundLib64.dir/Top/opcode.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 63%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Top/threads.c.o
>> >> >> > [ 64%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Top/utility.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 64%] [ 64%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Top/threadsafe.c.o
>> >> >> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ambicode.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 65%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/bbcut.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 65%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/biquad.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 65%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/butter.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 66%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/clfilt.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 66%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/cross2.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 66%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/dam.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 67%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/dcblockr.c.o
>> >> >> > [ 67%] brew: superenv removed: -I/usr/local/include
>> >> >> > -I/tmp/csound-KYls
>> >> >> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/filter.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 67%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/flanger.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 67%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/follow.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 68%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/fout.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 68%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/freeverb.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 68%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/ftconv.c.o
>> >> >> > [ 69%] brew: superenv removed: -I/usr/local/include
>> >> >> > -I/tmp/csound-KYls
>> >> >> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ftgen.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 69%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/gab/gab.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 69%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/gab/vectorial.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 70%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/grain.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 70%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/locsig.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 70%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/lowpassr.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 71%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/metro.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 71%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/midiops2.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 71%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/midiops3.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 72%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/newfils.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 72%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/nlfilt.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 72%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/oscbnk.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 72%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/pluck.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 73%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/repluck.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 73%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/reverbsc.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 73%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/seqtime.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 74%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/sndloop.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 74%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/sndwarp.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 74%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/space.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 75%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/spat3d.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 75%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/syncgrain.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 75%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/ugens7.c.o
>> >> >> > [ 76%] brew: superenv removed: -I/usr/local/include
>> >> >> > -I/tmp/csound-KYls
>> >> >> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ugens9.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 76%] [ 76%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/uggab.c.o
>> >> >> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ugensa.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 76%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/ugmoss.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 77%] [ 77%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/ugnorman.c.o
>> >> >> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ugsc.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 77%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/wave-terrain.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 78%] [ 78%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/stdopcod.c.o
>> >> >> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/socksend.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 78%] [ 79%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/sockrecv.c.o
>> >> >> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ifd.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 79%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/partials.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 79%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/psynth.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 80%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/pvsbasic.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 80%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/pvscent.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 80%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/pvsdemix.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 80%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/pvs_ops.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 81%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/pvsband.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 81%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/pvsbuffer.c.o
>> >> >> > [ 81%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/pvsgendy.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 82%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/dsputil.c.o
>> >> >> > [ 82%] brew: superenv removed: -I/usr/local/include
>> >> >> > -I/tmp/csound-KYls
>> >> >> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pvadd.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 82%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/pvinterp.c.o
>> >> >> > [ 83%] brew: superenv removed: -I/usr/local/include
>> >> >> > -I/tmp/csound-KYls
>> >> >> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pvocext.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 83%] [ 83%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/pvread.c.o
>> >> >> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ugens8.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 84%] [ 84%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/vpvoc.c.o
>> >> >> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pvoc.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 84%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/mp3in.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 84%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/InOut/libmpadec/layer1.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 85%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/InOut/libmpadec/layer2.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 85%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/InOut/libmpadec/layer3.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 85%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/InOut/libmpadec/synth.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 86%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/InOut/libmpadec/tables.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 86%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/InOut/libmpadec/mpadec.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 86%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/InOut/libmpadec/mp3dec.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 87%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/csound_orclex.c.o
>> >> >> > [ 87%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/csound_orcparse.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 87%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/csound_prelex.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 88%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Engine/csound_orc_semantics.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 88%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Engine/csound_orc_expressions.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 88%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Engine/csound_orc_optimize.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 88%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Engine/csound_orc_compile.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 89%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Engine/new_orc_parser.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 89%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Engine/symbtab.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 89%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Engine/cs_new_dispatch.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 90%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Engine/cs_par_base.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 90%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Engine/cs_par_orc_semantic_analysis.c.o
>> >> >> > [ 90%] brew: superenv removed: -I/usr/local/include
>> >> >> > -I/tmp/csound-KYls
>> >> >> > Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Engine/cs_par_dispatch.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > Copying OS X content
>> >> >> > CsoundLib64.framework/Versions/6.0/Headers/CppSound.hpp
>> >> >> > Copying OS X content
>> >> >> > CsoundLib64.framework/Versions/6.0/Headers/CsoundFile.hpp
>> >> >> > Copying OS X content
>> >> >> > CsoundLib64.framework/Versions/6.0/Headers/OpcodeBase.hpp
>> >> >> > Copying OS X content
>> >> >> > CsoundLib64.framework/Versions/6.0/Headers/cfgvar.h
>> >> >> > Copying OS X content
>> >> >> > CsoundLib64.framework/Versions/6.0/Headers/csPerfThread.hpp
>> >> >> > Copying OS X content
>> >> >> > CsoundLib64.framework/Versions/6.0/Headers/cscore.h
>> >> >> > Copying OS X content
>> >> >> > CsoundLib64.framework/Versions/6.0/Headers/csdl.h
>> >> >> > Copying OS X content
>> >> >> > CsoundLib64.framework/Versions/6.0/Headers/csound.h
>> >> >> > Copying OS X content
>> >> >> > CsoundLib64.framework/Versions/6.0/Headers/csound.hpp
>> >> >> > Copying OS X content
>> >> >> > CsoundLib64.framework/Versions/6.0/Headers/csoundCore.h
>> >> >> > Copying OS X content
>> >> >> >
>> >> >> > CsoundLib64.framework/Versions/6.0/Headers/csound_data_structures.h
>> >> >> > Copying OS X content
>> >> >> > CsoundLib64.framework/Versions/6.0/Headers/csound_standard_types.h
>> >> >> > Copying OS X content
>> >> >> > CsoundLib64.framework/Versions/6.0/Headers/csound_type_system.h
>> >> >> > Copying OS X content
>> >> >> > CsoundLib64.framework/Versions/6.0/Headers/cwindow.h
>> >> >> > Copying OS X content
>> >> >> > CsoundLib64.framework/Versions/6.0/Headers/float-version-double.h
>> >> >> > Copying OS X content
>> >> >> > CsoundLib64.framework/Versions/6.0/Headers/filebuilding.h
>> >> >> > Copying OS X content
>> >> >> > CsoundLib64.framework/Versions/6.0/Headers/interlocks.h
>> >> >> > Copying OS X content
>> >> >> > CsoundLib64.framework/Versions/6.0/Headers/float-version.h
>> >> >> > Copying OS X content
>> >> >> > CsoundLib64.framework/Versions/6.0/Headers/pstream.h
>> >> >> > Copying OS X content
>> >> >> > CsoundLib64.framework/Versions/6.0/Headers/msg_attr.h
>> >> >> > Copying OS X content
>> >> >> > CsoundLib64.framework/Versions/6.0/Headers/pvfileio.h
>> >> >> > Copying OS X content
>> >> >> > CsoundLib64.framework/Versions/6.0/Headers/soundio.h
>> >> >> > Copying OS X content
>> >> >> > CsoundLib64.framework/Versions/6.0/Headers/sysdep.h
>> >> >> > Copying OS X content
>> >> >> > CsoundLib64.framework/Versions/6.0/Headers/text.h
>> >> >> > Copying OS X content
>> >> >> > CsoundLib64.framework/Versions/6.0/Headers/version.h
>> >> >> > Linking C shared library
>> >> >> > CsoundLib64.framework/Versions/6.0/CsoundLib64
>> >> >> > [ 90%] Built target CsoundLib64
>> >> >> > Scanning dependencies of target csladspa
>> >> >> > Scanning dependencies of target libcsnd
>> >> >> > [ 90%] Building CXX object
>> >> >> > frontends/CMakeFiles/csladspa.dir/csladspa/csladspa.cpp.o
>> >> >> > [ 91%] brew: superenv removed: -I/usr/local/include
>> >> >> > -I/tmp/csound-KYls
>> >> >> > Building CXX object
>> >> >> > interfaces/CMakeFiles/libcsnd.dir/CppSound.cpp.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 91%] Building CXX object
>> >> >> > interfaces/CMakeFiles/libcsnd.dir/CsoundFile.cpp.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > Linking CXX shared library ../csladspa.dylib
>> >> >> > [ 91%] Built target csladspa
>> >> >> > Scanning dependencies of target csound-bin
>> >> >> > [ 91%] Building C object
>> >> >> > frontends/CMakeFiles/csound-bin.dir/csound/csound_main.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > Linking C executable ../csound
>> >> >> > [ 91%] Built target csound-bin
>> >> >> > Scanning dependencies of target atsa
>> >> >> > [ 91%] Building C object util/CMakeFiles/atsa.dir/atsa_main.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > Linking C executable ../atsa
>> >> >> > [ 91%] Building CXX object
>> >> >> > interfaces/CMakeFiles/libcsnd.dir/Soundfile.cpp.o
>> >> >> > [ 91%] brew: superenv removed: -I/usr/local/include
>> >> >> > -I/tmp/csound-KYls
>> >> >> > Built target atsa
>> >> >> > [ 91%] Building CXX object
>> >> >> > interfaces/CMakeFiles/libcsnd.dir/csPerfThread.cpp.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 92%] [ 92%] Building CXX object
>> >> >> > interfaces/CMakeFiles/libcsnd.dir/cs_glue.cpp.o
>> >> >> > Building CXX object
>> >> >> > interfaces/CMakeFiles/libcsnd.dir/filebuilding.cpp.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > Scanning dependencies of target csanalyze
>> >> >> > [ 92%] Building C object
>> >> >> > util/CMakeFiles/csanalyze.dir/csanalyze.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > Linking C executable ../csanalyze
>> >> >> > Linking CXX shared library ../libcsnd.dylib
>> >> >> > [ 92%] Built target csanalyze
>> >> >> > [ 92%] Built target libcsnd
>> >> >> > Scanning dependencies of target cvanal
>> >> >> > Scanning dependencies of target dnoise
>> >> >> > [ 92%] [ 93%] Building C object
>> >> >> > util/CMakeFiles/dnoise.dir/dnoise_main.c.o
>> >> >> > Building C object util/CMakeFiles/cvanal.dir/cvl_main.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > Linking C executable ../dnoise
>> >> >> > Linking C executable ../cvanal
>> >> >> > [ 93%] Built target dnoise
>> >> >> > [ 93%] Built target cvanal
>> >> >> > Scanning dependencies of target envext
>> >> >> > Scanning dependencies of target extractor
>> >> >> > [ 93%] [ 93%] Building C object
>> >> >> > util/CMakeFiles/envext.dir/env_main.c.o
>> >> >> > Building C object util/CMakeFiles/extractor.dir/xtrc_main.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > Linking C executable ../envext
>> >> >> > Linking C executable ../extractor
>> >> >> > [ 93%] Built target extractor
>> >> >> > [ 93%] Built target envext
>> >> >> > Scanning dependencies of target het_export
>> >> >> > Scanning dependencies of target het_import
>> >> >> > [ 93%] [ 93%] Building C object
>> >> >> > util/CMakeFiles/het_export.dir/hetx_main.c.o
>> >> >> > Building C object util/CMakeFiles/het_import.dir/heti_main.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > Linking C executable ../het_export
>> >> >> > Linking C executable ../het_import
>> >> >> > [ 93%] [ 93%] Built target het_import
>> >> >> > Built target het_export
>> >> >> > Scanning dependencies of target lpanal
>> >> >> > Scanning dependencies of target hetro
>> >> >> > [ 93%] Building C object util/CMakeFiles/lpanal.dir/lpc_main.c.o
>> >> >> > [ 94%] brew: superenv removed: -I/usr/local/include
>> >> >> > -I/tmp/csound-KYls
>> >> >> > Building C object util/CMakeFiles/hetro.dir/het_main.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > Linking C executable ../lpanal
>> >> >> > Linking C executable ../hetro
>> >> >> > [ 94%] Built target lpanal
>> >> >> > [ 94%] Built target hetro
>> >> >> > Scanning dependencies of target lpc_export
>> >> >> > Scanning dependencies of target lpc_import
>> >> >> > [ 95%] Building C object
>> >> >> > util/CMakeFiles/lpc_export.dir/lpcx_main.c.o
>> >> >> > [ 95%] Building C object
>> >> >> > util/CMakeFiles/lpc_import.dir/lpci_main.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > Linking C executable ../lpc_export
>> >> >> > Linking C executable ../lpc_import
>> >> >> > [ 95%] Built target lpc_export
>> >> >> > [ 95%] Built target lpc_import
>> >> >> > Scanning dependencies of target mixer-bin
>> >> >> > Scanning dependencies of target pv_export
>> >> >> > [ 95%] [ 95%] Building C object
>> >> >> > util/CMakeFiles/mixer-bin.dir/mixer_main.c.o
>> >> >> > Building C object util/CMakeFiles/pv_export.dir/pvx_main.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > Linking C executable ../pv_export
>> >> >> > Linking C executable ../mixer
>> >> >> > [ 95%] Built target pv_export
>> >> >> > [ 95%] Built target mixer-bin
>> >> >> > Scanning dependencies of target pvanal
>> >> >> > Scanning dependencies of target pv_import
>> >> >> > [ 95%] [ 96%] Building C object
>> >> >> > util/CMakeFiles/pvanal.dir/pvc_main.c.o
>> >> >> > Building C object util/CMakeFiles/pv_import.dir/pvi_main.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > Linking C executable ../pvanal
>> >> >> > Linking C executable ../pv_import
>> >> >> > [ 96%] Built target pvanal
>> >> >> > [ 96%] Built target pv_import
>> >> >> > Scanning dependencies of target scale
>> >> >> > Scanning dependencies of target pvlook
>> >> >> > [ 96%] [ 96%] Building C object
>> >> >> > util/CMakeFiles/scale.dir/scale_main.c.o
>> >> >> > Building C object util/CMakeFiles/pvlook.dir/pvl_main.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > Linking C executable ../pvlook
>> >> >> > Linking C executable ../scale
>> >> >> > [ 96%] Built target pvlook
>> >> >> > [ 96%] Built target scale
>> >> >> > Scanning dependencies of target scope
>> >> >> > Scanning dependencies of target sndinfo
>> >> >> > [ 96%] [ 96%] Building C object
>> >> >> > util/CMakeFiles/scope.dir/scope_main.c.o
>> >> >> > Building C object util/CMakeFiles/sndinfo.dir/sndinfo_main.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > Linking C executable ../sndinfo
>> >> >> > Linking C executable ../scope
>> >> >> > [ 96%] Built target scope
>> >> >> > [ 96%] Built target sndinfo
>> >> >> > Scanning dependencies of target srconv
>> >> >> > Scanning dependencies of target extract
>> >> >> > [ 97%] [ 97%] Building C object
>> >> >> > util/CMakeFiles/srconv.dir/srconv_main.c.o
>> >> >> > Building C object util1/CMakeFiles/extract.dir/sortex/xmain.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > Linking C executable ../extract
>> >> >> > Linking C executable ../srconv
>> >> >> > [ 97%] Built target extract
>> >> >> > [ 97%] Built target srconv
>> >> >> > [ 98%] Scanning dependencies of target scsort
>> >> >> > Swig source
>> >> >> > [ 98%] Building C object
>> >> >> > util1/CMakeFiles/scsort.dir/sortex/smain.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > Language subdirectory: python
>> >> >> > Search paths:
>> >> >> >    ./
>> >> >> >    /usr/local/include/
>> >> >> >    /tmp/csound-KYls/./H/
>> >> >> >    /tmp/csound-KYls/./include/
>> >> >> >    /tmp/csound-KYls/./Engine/
>> >> >> >    /tmp/csound-KYls/./
>> >> >> >    /tmp/csound-KYls/
>> >> >> >    /tmp/csound-KYls/interfaces/
>> >> >> >    /System/Library/Frameworks/Python.framework/Headers/
>> >> >> >    ./swig_lib/python/
>> >> >> >    /usr/local/Cellar/swig/2.0.9/share/swig/2.0.9/python/
>> >> >> >    ./swig_lib/
>> >> >> >    /usr/local/Cellar/swig/2.0.9/share/swig/2.0.9/
>> >> >> > Preprocessing...
>> >> >> > Linking C executable ../scsort
>> >> >> > [ 98%] Built target scsort
>> >> >> > [ 98%] Swig source
>> >> >> > Language subdirectory: java
>> >> >> > Search paths:
>> >> >> >    ./
>> >> >> >    /usr/local/include/
>> >> >> >    /tmp/csound-KYls/./H/
>> >> >> >    /tmp/csound-KYls/./include/
>> >> >> >    /tmp/csound-KYls/./Engine/
>> >> >> >    /tmp/csound-KYls/./
>> >> >> >    /tmp/csound-KYls/
>> >> >> >    /tmp/csound-KYls/interfaces/
>> >> >> >    /System/Library/Frameworks/Python.framework/Headers/
>> >> >> >    /System/Library/Frameworks/JavaVM.framework/Headers/
>> >> >> >    /System/Library/Frameworks/JavaVM.framework/Headers/
>> >> >> >    /System/Library/Frameworks/JavaVM.framework/Headers/
>> >> >> >    ./swig_lib/java/
>> >> >> >    /usr/local/Cellar/swig/2.0.9/share/swig/2.0.9/java/
>> >> >> >    ./swig_lib/
>> >> >> >    /usr/local/Cellar/swig/2.0.9/share/swig/2.0.9/
>> >> >> > Preprocessing...
>> >> >> > Starting language-specific parse...
>> >> >> > Processing types...
>> >> >> > C++ analysis...
>> >> >> > Generating wrappers...
>> >> >> > Starting language-specific parse...
>> >> >> > /tmp/csound-KYls/./include/csound.h:519: Warning 451: Setting a
>> >> >> > const
>> >> >> > char *
>> >> >> > variable may leak memory.
>> >> >> > Processing types...
>> >> >> > C++ analysis...
>> >> >> > Generating wrappers...
>> >> >> > /tmp/csound-KYls/./include/csound.h:519: Warning 451: Setting a
>> >> >> > const
>> >> >> > char *
>> >> >> > variable may leak memory.
>> >> >> > cs_glue.hpp:505: Warning 473: Returning a pointer or reference in
>> >> >> > a
>> >> >> > director
>> >> >> > method is not recommended.
>> >> >> > CppSound.hpp:36: Warning 453: Can't apply (std::vector< double >
>> >> >> > *INPUT). No
>> >> >> > typemaps are defined.
>> >> >> > CppSound.hpp:52: Warning 813: Warning for CppSound proxy: Base
>> >> >> > CsoundFile
>> >> >> > ignored. Multiple inheritance is not supported in Java.
>> >> >> > cs_glue.hpp:505: Warning 473: Returning a pointer or reference in
>> >> >> > a
>> >> >> > director
>> >> >> > method is not recommended.
>> >> >> > Scanning dependencies of target _jcsound6
>> >> >> > [ 99%] Building CXX object
>> >> >> > interfaces/CMakeFiles/_jcsound6.dir/java_interfaceJAVA_wrap.cxx.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > CppSound.hpp:36: Warning 453: Can't apply (std::vector< double >
>> >> >> > *INPUT). No
>> >> >> > typemaps are defined.
>> >> >> > Scanning dependencies of target _csnd6
>> >> >> > [ 99%] Building CXX object
>> >> >> > interfaces/CMakeFiles/_csnd6.dir/python_interfacePYTHON_wrap.cxx.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > Linking CXX shared module ../lib_jcsound6.jnilib
>> >> >> > Building JAVA package csnd6.jar
>> >> >> > Linking CXX shared module ../_csnd6.so
>> >> >> > [ 99%] Built target _csnd6
>> >> >> > [ 99%] [ 99%] Built target _jcsound6
>> >> >> > Swig source
>> >> >> > Language subdirectory: lua
>> >> >> > Search paths:
>> >> >> >    ./
>> >> >> >    /usr/local/include/
>> >> >> >    /tmp/csound-KYls/./H/
>> >> >> >    /tmp/csound-KYls/./include/
>> >> >> >    /tmp/csound-KYls/./Engine/
>> >> >> >    /tmp/csound-KYls/./
>> >> >> >    /tmp/csound-KYls/
>> >> >> >    /tmp/csound-KYls/interfaces/
>> >> >> >    /System/Library/Frameworks/Python.framework/Headers/
>> >> >> >    /System/Library/Frameworks/JavaVM.framework/Headers/
>> >> >> >    /System/Library/Frameworks/JavaVM.framework/Headers/
>> >> >> >    /System/Library/Frameworks/JavaVM.framework/Headers/
>> >> >> >    /usr/local/include/
>> >> >> >    ./swig_lib/lua/
>> >> >> >    /usr/local/Cellar/swig/2.0.9/share/swig/2.0.9/lua/
>> >> >> >    ./swig_lib/
>> >> >> >    /usr/local/Cellar/swig/2.0.9/share/swig/2.0.9/
>> >> >> > Preprocessing...
>> >> >> > Starting language-specific parse...
>> >> >> > Processing types...
>> >> >> > C++ analysis...
>> >> >> > Generating wrappers...
>> >> >> > /tmp/csound-KYls/./include/csound.h:519: Warning 451: Setting a
>> >> >> > const
>> >> >> > char *
>> >> >> > variable may leak memory.
>> >> >> > CppSound.hpp:36: Warning 453: Can't apply (std::vector< double >
>> >> >> > *INPUT). No
>> >> >> > typemaps are defined.
>> >> >> > Scanning dependencies of target luaCsnd6
>> >> >> > [100%] Building CXX object
>> >> >> > interfaces/CMakeFiles/luaCsnd6.dir/lua_interfaceLUA_wrap.cxx.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > Linking CXX shared module ../luaCsnd6.so
>> >> >> > [100%] Built target luaCsnd6
>> >> >> > Install the project...
>> >> >> > -- Install configuration: "None"
>> >> >> > -- Installing:
>> >> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework
>> >> >> > -- Up-to-date:
>> >> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/CsoundLib64
>> >> >> > -- Up-to-date:
>> >> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Headers
>> >> >> > -- Up-to-date:
>> >> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Resources
>> >> >> > -- Installing:
>> >> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions
>> >> >> > -- Installing:
>> >> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0
>> >> >> > -- Installing:
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/CsoundLib64
>> >> >> > -- Installing:
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers
>> >> >> > -- Installing:
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/cfgvar.h
>> >> >> > -- Installing:
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/CppSound.hpp
>> >> >> > -- Installing:
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/cscore.h
>> >> >> > -- Installing:
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/csdl.h
>> >> >> > -- Installing:
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/csound.h
>> >> >> > -- Installing:
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/csound.hpp
>> >> >> > -- Installing:
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/csound_data_structures.h
>> >> >> > -- Installing:
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/csound_standard_types.h
>> >> >> > -- Installing:
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/csound_type_system.h
>> >> >> > -- Installing:
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/csoundCore.h
>> >> >> > -- Installing:
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/CsoundFile.hpp
>> >> >> > -- Installing:
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/csPerfThread.hpp
>> >> >> > -- Installing:
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/cwindow.h
>> >> >> > -- Installing:
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/filebuilding.h
>> >> >> > -- Installing:
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/float-version-double.h
>> >> >> > -- Installing:
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/float-version.h
>> >> >> > -- Installing:
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/interlocks.h
>> >> >> > -- Installing:
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/msg_attr.h
>> >> >> > -- Installing:
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/OpcodeBase.hpp
>> >> >> > -- Installing:
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/pstream.h
>> >> >> > -- Installing:
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/pvfileio.h
>> >> >> > -- Installing:
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/soundio.h
>> >> >> > -- Installing:
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/sysdep.h
>> >> >> > -- Installing:
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/text.h
>> >> >> > -- Installing:
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/version.h
>> >> >> > -- Installing:
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources
>> >> >> > -- Installing:
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Info.plist
>> >> >> > -- Up-to-date:
>> >> >> >
>> >> >> >
>> >> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/Current
>> >> >> > -- Installing:
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libmixer.dylib
>> >> >> > -- Installing:
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libsignalflowgraph.dylib
>> >> >> > -- Installing:
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libampmidid.dylib
>> >> >> > -- Installing:
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libcs_date.dylib
>> >> >> > -- Installing:
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libsystem_call.dylib
>> >> >> > -- Installing:
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libdoppler.dylib
>> >> >> > -- Installing:
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libfractalnoise.dylib
>> >> >> > -- Installing:
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libfareygen.dylib
>> >> >> > -- Installing:
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libcellular.dylib
>> >> >> > -- Installing:
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libserial.dylib
>> >> >> > -- Installing:
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libplaterev.dylib
>> >> >> > -- Installing:
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libscansyn.dylib
>> >> >> > -- Installing:
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libcontrol.dylib
>> >> >> > -- Installing:
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libchua.dylib
>> >> >> > -- Installing:
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libosc.dylib
>> >> >> > -- Installing:
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libimage.dylib
>> >> >> > -- Installing:
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libpy.dylib
>> >> >> > -- Installing:
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libstk.dylib
>> >> >> > -- Installing:
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libcmidi.dylib
>> >> >> > -- Installing:
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/librtauhal.dylib
>> >> >> > -- Installing:
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libipmidi.dylib
>> >> >> > -- Installing:
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libwidgets.dylib
>> >> >> > -- Installing:
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libvirtual.dylib
>> >> >> > -- Installing: /usr/local/Cellar/csound/HEAD/lib/libcsnd.6.0.dylib
>> >> >> > -- Installing: /usr/local/Cellar/csound/HEAD/lib/libcsnd.dylib
>> >> >> > -- Installing: /Library/Python/2.7/site-packages/_csnd6.so
>> >> >> > CMake Error at interfaces/cmake_install.cmake:61 (FILE):
>> >> >> >   file INSTALL cannot copy file "/tmp/csound-KYls/_csnd6.so" to
>> >> >> >   "/Library/Python/2.7/site-packages/_csnd6.so".
>> >> >> > Call Stack (most recent call first):
>> >> >> >   cmake_install.cmake:56 (INCLUDE)
>> >> >> >
>> >> >> >
>> >> >> > make: *** [install] Error 1
>> >> >> > ==> Configuration
>> >> >> > HOMEBREW_VERSION: 0.9.4
>> >> >> > HEAD: 38629e1de84d5b8f020e02ebe3ca3430a47080ef
>> >> >> > CPU: dual-core 64-bit penryn
>> >> >> > OS X: 10.8.3-x86_64
>> >> >> > Xcode: 4.6.2
>> >> >> > CLT: 4.6.0.0.1.1365549073
>> >> >> > X11: 2.7.4 => /opt/X11
>> >> >> > ==> ENV
>> >> >> > CC: cc
>> >> >> > CXX: c++
>> >> >> > MAKEFLAGS: -j2
>> >> >> > CMAKE_PREFIX_PATH: /usr/local
>> >> >> > CMAKE_INCLUDE_PATH:
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> > /usr/include/libxml2:/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers/
>> >> >> > CMAKE_LIBRARY_PATH:
>> >> >> >
>> >> >> >
>> >> >> > /System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
>> >> >> > PKG_CONFIG_PATH:
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> > /usr/local/opt/pcre/lib/pkgconfig:/usr/local/opt/libsndfile/lib/pkgconfig:/usr/local/opt/portaudio/lib/pkgconfig:/usr/local/opt/liblo/lib/pkgconfig:/usr/local/opt/libpng/lib/pkgconfig
>> >> >> > PKG_CONFIG_LIBDIR:
>> >> >> > /usr/lib/pkgconfig:/usr/local/Library/ENV/pkgconfig/10.8
>> >> >> > ACLOCAL_PATH: /usr/local/share/aclocal
>> >> >> > OBJC: cc
>> >> >> > PATH:
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> > /usr/local/Library/ENV/4.3:/usr/local/opt/cmake/bin:/usr/local/opt/pcre/bin:/usr/local/opt/swig/bin:/usr/local/opt/libsndfile/bin:/usr/local/opt/liblo/bin:/usr/local/opt/libpng/bin:/usr/local/opt/stk/bin:/usr/local/opt/jpeg/bin:/usr/local/opt/fltk/bin:/usr/bin:/bin:/usr/sbin:/sbin
>> >> >> >
>> >> >> > Error: csound did not build
>> >> >> > Logs:
>> >> >> > /Users/eddyc/Library/Logs/Homebrew/csound/CMakeCache.txt
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> > On 12 May 2013 11:03, Steven Yi  wrote:
>> >> >> >>
>> >> >> >> Could you run "brew install --HEAD
>> >> >> >> http://www.kunstmusik.com/csound.rb
>> >> >> >> --verbose" and post the verbose output?
>> >> >> >>
>> >> >> >> On May 12, 2013 10:47 AM, "Ed Costello"
>> >> >> >> 
>> >> >> >> wrote:
>> >> >> >>>
>> >> >> >>> Ok, still getting errors, heres what happened next....
>> >> >> >>>
>> >> >> >>> Marions-MacBook:~ eddyc$ brew link --overwrite libsndfile
>> >> >> >>> Linking /usr/local/Cellar/libsndfile/1.0.25... 27 symlinks
>> >> >> >>> created
>> >> >> >>> Marions-MacBook:~ eddyc$ brew install
>> >> >> >>> http://www.kunstmusik.com/csound.rb
>> >> >> >>>
>> >> >> >>>
>> >> >> >>>
>> >> >> >>> ########################################################################
>> >> >> >>> 100.0%
>> >> >> >>> Error: You must `brew link portaudio portmidi liblo' before
>> >> >> >>> csound
>> >> >> >>> can
>> >> >> >>> be
>> >> >> >>> installed
>> >> >> >>> Marions-MacBook:~ eddyc$ brew link --overwrite portaudio
>> >> >> >>> portmidi
>> >> >> >>> liblo
>> >> >> >>> Linking /usr/local/Cellar/portaudio/19.20111121... 6 symlinks
>> >> >> >>> created
>> >> >> >>> Linking /usr/local/Cellar/portmidi/217... 3 symlinks created
>> >> >> >>> Linking /usr/local/Cellar/liblo/0.26... 6 symlinks created
>> >> >> >>> Marions-MacBook:~ eddyc$ brew install
>> >> >> >>> http://www.kunstmusik.com/csound.rb
>> >> >> >>>
>> >> >> >>>
>> >> >> >>>
>> >> >> >>> ########################################################################
>> >> >> >>> 100.0%
>> >> >> >>> ==> Downloading
>> >> >> >>> http://www.kunstmusik.com/Csound-6.0.1-Source.tar.bz2
>> >> >> >>> Already downloaded:
>> >> >> >>> /Library/Caches/Homebrew/csound-6.0.1.tar.bz2
>> >> >> >>> ==> cmake . -DUSE_GETTEXT=0
>> >> >> >>> -DCMAKE_INSTALL_PREFIX=/usr/local/Cellar/csound/6.0.
>> >> >> >>> ==> make install
>> >> >> >>> Call Stack (most recent call first):
>> >> >> >>>   cmake_install.cmake:56 (INCLUDE)
>> >> >> >>>
>> >> >> >>>
>> >> >> >>> make: *** [install] Error 1
>> >> >> >>>
>> >> >> >>>
>> >> >> >>> On 11 May 2013 23:39, Steven Yi  wrote:
>> >> >> >>>>
>> >> >> >>>> Hey Ed,
>> >> >> >>>>
>> >> >> >>>> Sorry, just use "brew link --overwrite libsndfile" and ignore
>> >> >> >>>> the
>> >> >> >>>> uninstall/install thing I wrote earlier. :)
>> >> >> >>>>
>> >> >> >>>> steven
>> >> >> >>>>
>> >> >> >>>> On Sat, May 11, 2013 at 11:31 PM, Steven Yi
>> >> >> >>>> 
>> >> >> >>>> wrote:
>> >> >> >>>> > Hey Ed!
>> >> >> >>>> >
>> >> >> >>>> > So for that it's pretty much what it says.  You'll have to
>> >> >> >>>> > use
>> >> >> >>>> > the
>> >> >> >>>> > brew installed libsndfile, and to do that you'll probably
>> >> >> >>>> > have
>> >> >> >>>> > to
>> >> >> >>>> > do
>> >> >> >>>> > "brew uninstall libsndfile; brew install --overwrite
>> >> >> >>>> > libsndfile".
>> >> >> >>>> > Most
>> >> >> >>>> > likely when brew tried to link it's libsndfile into
>> >> >> >>>> > /usr/local,
>> >> >> >>>> > it
>> >> >> >>>> > encountered your custom built ones and gave up; I wonder if
>> >> >> >>>> > it
>> >> >> >>>> > didn't
>> >> >> >>>> > alter something though X_X.  But try getting the brew
>> >> >> >>>> > installed
>> >> >> >>>> > ones
>> >> >> >>>> > in there and I think you'll be good for csound building after
>> >> >> >>>> > that.
>> >> >> >>>> >
>> >> >> >>>> > Thanks!
>> >> >> >>>> > steven
>> >> >> >>>> >
>> >> >> >>>> > On Sat, May 11, 2013 at 8:10 PM, Ed Costello
>> >> >> >>>> >  wrote:
>> >> >> >>>> >> I get an error saying it requires libsndfile, the thing is I
>> >> >> >>>> >> already
>> >> >> >>>> >> have
>> >> >> >>>> >> libsndfile installed from a previous csound installation,
>> >> >> >>>> >>
>> >> >> >>>> >> CMake Error at CMakeLists.txt:339 (message):
>> >> >> >>>> >>   Csound requires the sndfile library
>> >> >> >>>> >>
>> >> >> >>>> >>
>> >> >> >>>> >> -- Configuring incomplete, errors occurred!
>> >> >> >>>> >>
>> >> >> >>>> >> READ THIS:
>> >> >> >>>> >> https://github.com/mxcl/homebrew/wiki/troubleshooting
>> >> >> >>>> >>
>> >> >> >>>> >> Marions-MacBook:~ eddyc$ brew install libsndfile
>> >> >> >>>> >> Warning: libsndfile-1.0.25 already installed, it's just not
>> >> >> >>>> >> linked
>> >> >> >>>> >> Marions-MacBook:~ eddyc$
>> >> >> >>>> >>
>> >> >> >>>> >>
>> >> >> >>>> >>
>> >> >> >>>> >> On 11 May 2013 18:26, peiman khosravi
>> >> >> >>>> >> 
>> >> >> >>>> >> wrote:
>> >> >> >>>> >>>
>> >> >> >>>> >>> I get the same errors.
>> >> >> >>>> >>>
>> >> >> >>>> >>> P
>> >> >> >>>> >>>
>> >> >> >>>> >>>
>> >> >> >>>> >>>
>> >> >> >>>> >>>
>> >> >> >>>> >>>
>> >> >> >>>> >>>
>> >> >> >>>> >>> www.peimankhosravi.co.uk || Subscribe to RSS Feed
>> >> >> >>>> >>>
>> >> >> >>>> >>> To receive emails about upcoming concerts visit this page &
>> >> >> >>>> >>> enter
>> >> >> >>>> >>> your
>> >> >> >>>> >>> email address in the 'follow' section.
>> >> >> >>>> >>>
>> >> >> >>>> >>>
>> >> >> >>>> >>>
>> >> >> >>>> >>> On 11 May 2013 16:38, Steven Yi  wrote:
>> >> >> >>>> >>>>
>> >> >> >>>> >>>> Hi Jake,
>> >> >> >>>> >>>>
>> >> >> >>>> >>>> Thanks very much for the quick report! I'm running into
>> >> >> >>>> >>>> similar
>> >> >> >>>> >>>> situations and it has to do with brew trying to install
>> >> >> >>>> >>>> links
>> >> >> >>>> >>>> but
>> >> >> >>>> >>>> there are original files there installed from somewhere
>> >> >> >>>> >>>> else
>> >> >> >>>> >>>> (likely
>> >> >> >>>> >>>> from a previous csound installer install).  I just did
>> >> >> >>>> >>>> this:
>> >> >> >>>> >>>>
>> >> >> >>>> >>>> Error: Could not symlink file:
>> >> >> >>>> >>>> /usr/local/Cellar/libogg/1.3.0/include/ogg/os_types.h
>> >> >> >>>> >>>> Target /usr/local/include/ogg/os_types.h already exists.
>> >> >> >>>> >>>> You
>> >> >> >>>> >>>> may
>> >> >> >>>> >>>> need
>> >> >> >>>> >>>> to delete it.
>> >> >> >>>> >>>> To force the link and overwrite all other conflicting
>> >> >> >>>> >>>> files,
>> >> >> >>>> >>>> do:
>> >> >> >>>> >>>>   brew link --overwrite formula_name
>> >> >> >>>> >>>>
>> >> >> >>>> >>>> To list all files that would be deleted:
>> >> >> >>>> >>>>   brew link --overwrite --dry-run formula_name
>> >> >> >>>> >>>> cp23-119:Formula stevenyi$ brew link --overwrite libogg
>> >> >> >>>> >>>> Linking /usr/local/Cellar/libogg/1.3.0... 81 symlinks
>> >> >> >>>> >>>> created
>> >> >> >>>> >>>>
>> >> >> >>>> >>>> and also did 'brew link --overwrite flac' (and so on for
>> >> >> >>>> >>>> each
>> >> >> >>>> >>>> lib).
>> >> >> >>>> >>>>
>> >> >> >>>> >>>> One note, I'm running into issues in building --universal.
>> >> >> >>>> >>>> It
>> >> >> >>>> >>>> seems
>> >> >> >>>> >>>> some of the formulas can be --universal but they depend on
>> >> >> >>>> >>>> others
>> >> >> >>>> >>>> that
>> >> >> >>>> >>>> don't support universal.  I'm going to see about modifying
>> >> >> >>>> >>>> some
>> >> >> >>>> >>>> of
>> >> >> >>>> >>>> the
>> >> >> >>>> >>>> dependent homebrew recipes and if that works I'll see if
>> >> >> >>>> >>>> they
>> >> >> >>>> >>>> get
>> >> >> >>>> >>>> accepted into the main repo.
>> >> >> >>>> >>>>
>> >> >> >>>> >>>> Thanks!
>> >> >> >>>> >>>> steven
>> >> >> >>>> >>>>
>> >> >> >>>> >>>> On Sat, May 11, 2013 at 5:24 PM, Jacob Joaquin
>> >> >> >>>> >>>> 
>> >> >> >>>> >>>> wrote:
>> >> >> >>>> >>>> > Here's my first run through; It breaks at libogg. I'm
>> >> >> >>>> >>>> > actually
>> >> >> >>>> >>>> > in
>> >> >> >>>> >>>> > the
>> >> >> >>>> >>>> > middle
>> >> >> >>>> >>>> > of something this morning. I'll spend more time with
>> >> >> >>>> >>>> > this
>> >> >> >>>> >>>> > when
>> >> >> >>>> >>>> > I
>> >> >> >>>> >>>> > have
>> >> >> >>>> >>>> > some:
>> >> >> >>>> >>>> >
>> >> >> >>>> >>>> > Quorra ~ $ brew install
>> >> >> >>>> >>>> > http://www.kunstmusik.com/csound.rb
>> >> >> >>>> >>>> >
>> >> >> >>>> >>>> >
>> >> >> >>>> >>>> >
>> >> >> >>>> >>>> >
>> >> >> >>>> >>>> >
>> >> >> >>>> >>>> > ########################################################################
>> >> >> >>>> >>>> > 100.0%
>> >> >> >>>> >>>> > Warning: Your Xcode (4.6.1) is outdated
>> >> >> >>>> >>>> > Please install Xcode 4.6.2.
>> >> >> >>>> >>>> > ==> Installing csound dependency: cmake
>> >> >> >>>> >>>> > ==> Downloading
>> >> >> >>>> >>>> >
>> >> >> >>>> >>>> >
>> >> >> >>>> >>>> >
>> >> >> >>>> >>>> > https://downloads.sf.net/project/machomebrew/Bottles/cmake-2.8.1
>> >> >> >>>> >>>> >
>> >> >> >>>> >>>> >
>> >> >> >>>> >>>> >
>> >> >> >>>> >>>> >
>> >> >> >>>> >>>> >
>> >> >> >>>> >>>> > ########################################################################
>> >> >> >>>> >>>> > 100.0%
>> >> >> >>>> >>>> > ==> Pouring cmake-2.8.10.2.mountain_lion.bottle.tar.gz
>> >> >> >>>> >>>> > 🍺  /usr/local/Cellar/cmake/2.8.10.2: 683 files, 32M
>> >> >> >>>> >>>> > ==> Installing csound dependency: pcre
>> >> >> >>>> >>>> > ==> Downloading
>> >> >> >>>> >>>> >
>> >> >> >>>> >>>> >
>> >> >> >>>> >>>> >
>> >> >> >>>> >>>> > ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre-8.32.
>> >> >> >>>> >>>> >
>> >> >> >>>> >>>> >
>> >> >> >>>> >>>> >
>> >> >> >>>> >>>> >
>> >> >> >>>> >>>> >
>> >> >> >>>> >>>> > ########################################################################
>> >> >> >>>> >>>> > 100.0%
>> >> >> >>>> >>>> >
>> >> >> >>>> >>>> >
>> >> >> >>>> >>>> >
>> >> >> >>>> >>>> >
>> >> >> >>>> >>>> >
>> >> >> >>>> >>>> > ########################################################################
>> >> >> >>>> >>>> > 100.0%==> ./configure
>> >> >> >>>> >>>> > --prefix=/usr/local/Cellar/pcre/8.32
>> >> >> >>>> >>>> > --enable-utf8
>> >> >> >>>> >>>> > --enable-unic
>> >> >> >>>> >>>> > ==> make test
>> >> >> >>>> >>>> > ==> make install
>> >> >> >>>> >>>> > 🍺  /usr/local/Cellar/pcre/8.32: 135 files, 3.6M, built
>> >> >> >>>> >>>> > in
>> >> >> >>>> >>>> > 44
>> >> >> >>>> >>>> > seconds
>> >> >> >>>> >>>> > ==> Installing csound dependency: swig
>> >> >> >>>> >>>> > ==> Downloading
>> >> >> >>>> >>>> >
>> >> >> >>>> >>>> >
>> >> >> >>>> >>>> >
>> >> >> >>>> >>>> >
>> >> >> >>>> >>>> >
>> >> >> >>>> >>>> > http://sourceforge.net/projects/swig/files/swig/swig-2.0.9/swig-2.0.9.tar.gz
>> >> >> >>>> >>>> >
>> >> >> >>>> >>>> >
>> >> >> >>>> >>>> >
>> >> >> >>>> >>>> >
>> >> >> >>>> >>>> >
>> >> >> >>>> >>>> > ########################################################################
>> >> >> >>>> >>>> > 100.0%
>> >> >> >>>> >>>> > ==> ./configure --prefix=/usr/local/Cellar/swig/2.0.9
>> >> >> >>>> >>>> > ==> make
>> >> >> >>>> >>>> > ==> make install
>> >> >> >>>> >>>> > 🍺  /usr/local/Cellar/swig/2.0.9: 599 files, 6.2M, built
>> >> >> >>>> >>>> > in
>> >> >> >>>> >>>> > 45
>> >> >> >>>> >>>> > seconds
>> >> >> >>>> >>>> > ==> Installing csound dependency: pkg-config
>> >> >> >>>> >>>> > ==> Downloading
>> >> >> >>>> >>>> >
>> >> >> >>>> >>>> >
>> >> >> >>>> >>>> >
>> >> >> >>>> >>>> >
>> >> >> >>>> >>>> >
>> >> >> >>>> >>>> > https://downloads.sf.net/project/machomebrew/Bottles/pkg-config-0.28.mountain_lion.bottle.tar.gz
>> >> >> >>>> >>>> >
>> >> >> >>>> >>>> >
>> >> >> >>>> >>>> >
>> >> >> >>>> >>>> >
>> >> >> >>>> >>>> >
>> >> >> >>>> >>>> > ########################################################################
>> >> >> >>>> >>>> > 100.0%
>> >> >> >>>> >>>> > ==> Pouring pkg-config-0.28.mountain_lion.bottle.tar.gz
>> >> >> >>>> >>>> > 🍺  /usr/local/Cellar/pkg-config/0.28: 10 files, 636K
>> >> >> >>>> >>>> > ==> Installing csound dependency: lame
>> >> >> >>>> >>>> > ==> Downloading
>> >> >> >>>> >>>> >
>> >> >> >>>> >>>> >
>> >> >> >>>> >>>> >
>> >> >> >>>> >>>> >
>> >> >> >>>> >>>> > http://downloads.sourceforge.net/sourceforge/lame/lame-3.99.5.tar.gz
>> >> >> >>>> >>>> >
>> >> >> >>>> >>>> >
>> >> >> >>>> >>>> >
>> >> >> >>>> >>>> >
>> >> >> >>>> >>>> >
>> >> >> >>>> >>>> > ########################################################################
>> >> >> >>>> >>>> > 100.0%
>> >> >> >>>> >>>> > ==> ./configure --prefix=/usr/local/Cellar/lame/3.99.5
>> >> >> >>>> >>>> > --enable-nasm
>> >> >> >>>> >>>> > ==> make install
>> >> >> >>>> >>>> > 🍺  /usr/local/Cellar/lame/3.99.5: 25 files, 2.1M, built
>> >> >> >>>> >>>> > in
>> >> >> >>>> >>>> > 27
>> >> >> >>>> >>>> > seconds
>> >> >> >>>> >>>> > ==> Installing csound dependency: flac
>> >> >> >>>> >>>> > ==> Downloading
>> >> >> >>>> >>>> >
>> >> >> >>>> >>>> >
>> >> >> >>>> >>>> >
>> >> >> >>>> >>>> >
>> >> >> >>>> >>>> > http://downloads.sourceforge.net/sourceforge/flac/flac-1.2.1.tar.gz
>> >> >> >>>> >>>> >
>> >> >> >>>> >>>> >
>> >> >> >>>> >>>> >
>> >> >> >>>> >>>> >
>> >> >> >>>> >>>> >
>> >> >> >>>> >>>> > ########################################################################
>> >> >> >>>> >>>> > 100.0%
>> >> >> >>>> >>>> > ==> ./configure --disable-asm-optimizations --enable-sse
>> >> >> >>>> >>>> > --prefix=/usr/local/Cellar/flac/1.2.1
>> >> >> >>>> >>>> > --mandir=/usr/local/Cellar/flac/1.2.1/share/man
>> >> >> >>>> >>>> > ==> make install
>> >> >> >>>> >>>> > ==> Downloading
>> >> >> >>>> >>>> > https://github.com/rmndk/flac2mp3/archive/v1.0.tar.gz
>> >> >> >>>> >>>> >
>> >> >> >>>> >>>> >
>> >> >> >>>> >>>> >
>> >> >> >>>> >>>> >
>> >> >> >>>> >>>> >
>> >> >> >>>> >>>> > ########################################################################
>> >> >> >>>> >>>> > 100.0%
>> >> >> >>>> >>>> > Warning: Could not link flac. Unlinking...
>> >> >> >>>> >>>> > Error: The `brew link` step did not complete
>> >> >> >>>> >>>> > successfully
>> >> >> >>>> >>>> > The formula built, but is not symlinked into /usr/local
>> >> >> >>>> >>>> > You can try again using `brew link flac'
>> >> >> >>>> >>>> > ==> Summary
>> >> >> >>>> >>>> > 🍺  /usr/local/Cellar/flac/1.2.1: 304 files, 6.5M, built
>> >> >> >>>> >>>> > in
>> >> >> >>>> >>>> > 47
>> >> >> >>>> >>>> > seconds
>> >> >> >>>> >>>> > ==> Installing csound dependency: libogg
>> >> >> >>>> >>>> > ==> Downloading
>> >> >> >>>> >>>> >
>> >> >> >>>> >>>> > http://downloads.xiph.org/releases/ogg/libogg-1.3.0.tar.gz
>> >> >> >>>> >>>> >
>> >> >> >>>> >>>> >
>> >> >> >>>> >>>> >
>> >> >> >>>> >>>> >
>> >> >> >>>> >>>> >
>> >> >> >>>> >>>> > ########################################################################
>> >> >> >>>> >>>> > 100.0%
>> >> >> >>>> >>>> > ==> ./configure --prefix=/usr/local/Cellar/libogg/1.3.0
>> >> >> >>>> >>>> > ==> make
>> >> >> >>>> >>>> > ==> make install
>> >> >> >>>> >>>> > Warning: Could not link libogg. Unlinking...
>> >> >> >>>> >>>> > Error: The `brew link` step did not complete
>> >> >> >>>> >>>> > successfully
>> >> >> >>>> >>>> > The formula built, but is not symlinked into /usr/local
>> >> >> >>>> >>>> > You can try again using `brew link libogg'
>> >> >> >>>> >>>> > ==> Summary
>> >> >> >>>> >>>> > 🍺  /usr/local/Cellar/libogg/1.3.0: 85 files, 520K,
>> >> >> >>>> >>>> > built
>> >> >> >>>> >>>> > in
>> >> >> >>>> >>>> > 11
>> >> >> >>>> >>>> > seconds
>> >> >> >>>> >>>> > ==> Installing csound dependency: xz
>> >> >> >>>> >>>> > ==> Downloading http://tukaani.org/xz/xz-5.0.4.tar.bz2
>> >> >> >>>> >>>> >
>> >> >> >>>> >>>> >
>> >> >> >>>> >>>> >
>> >> >> >>>> >>>> >
>> >> >> >>>> >>>> >
>> >> >> >>>> >>>> > ########################################################################
>> >> >> >>>> >>>> > 100.0%
>> >> >> >>>> >>>> > ==> ./configure --prefix=/usr/local/Cellar/xz/5.0.4
>> >> >> >>>> >>>> > ==> make install
>> >> >> >>>> >>>> > 🍺  /usr/local/Cellar/xz/5.0.4: 58 files, 1.5M, built in
>> >> >> >>>> >>>> > 27
>> >> >> >>>> >>>> > seconds
>> >> >> >>>> >>>> > Error: You must `brew link libogg' before libvorbis can
>> >> >> >>>> >>>> > be
>> >> >> >>>> >>>> > installed
>> >> >> >>>> >>>> >
>> >> >> >>>> >>>> >
>> >> >> >>>> >>>> >
>> >> >> >>>> >>>> >
>> >> >> >>>> >>>> >
>> >> >> >>>> >>>> > On Sat, May 11, 2013 at 8:21 AM, Jacob Joaquin
>> >> >> >>>> >>>> > 
>> >> >> >>>> >>>> > wrote:
>> >> >> >>>> >>>> >>
>> >> >> >>>> >>>> >> I ran into an error which was resolved by updating
>> >> >> >>>> >>>> >> brew:
>> >> >> >>>> >>>> >>
>> >> >> >>>> >>>> >> brew update
>> >> >> >>>> >>>> >>
>> >> >> >>>> >>>> >> It's currently downloading and installing dependencies.
>> >> >> >>>> >>>> >> We'll
>> >> >> >>>> >>>> >> see how
>> >> >> >>>> >>>> >> this
>> >> >> >>>> >>>> >> goes.
>> >> >> >>>> >>>> >>
>> >> >> >>>> >>>> >>
>> >> >> >>>> >>>> >> On Sat, May 11, 2013 at 8:12 AM, Steven Yi
>> >> >> >>>> >>>> >> 
>> >> >> >>>> >>>> >> wrote:
>> >> >> >>>> >>>> >>>
>> >> >> >>>> >>>> >>> Hi All,
>> >> >> >>>> >>>> >>>
>> >> >> >>>> >>>> >>> I've put together a homebrew [1]  file and was hoping
>> >> >> >>>> >>>> >>> to
>> >> >> >>>> >>>> >>> get
>> >> >> >>>> >>>> >>> some
>> >> >> >>>> >>>> >>> people to test it.  If it's working well maybe we can
>> >> >> >>>> >>>> >>> submit
>> >> >> >>>> >>>> >>> it
>> >> >> >>>> >>>> >>> to
>> >> >> >>>> >>>> >>> the
>> >> >> >>>> >>>> >>> homebrew repo.  The file is available at:
>> >> >> >>>> >>>> >>>
>> >> >> >>>> >>>> >>> http://www.kunstmusik.com/csound.rb
>> >> >> >>>> >>>> >>>
>> >> >> >>>> >>>> >>> You can try installing it by using:
>> >> >> >>>> >>>> >>>
>> >> >> >>>> >>>> >>> brew install http://www.kunstmusik.com/csound.rb
>> >> >> >>>> >>>> >>>
>> >> >> >>>> >>>> >>> This builds with a source zip I put together from
>> >> >> >>>> >>>> >>> today's
>> >> >> >>>> >>>> >>> GIT
>> >> >> >>>> >>>> >>> (using
>> >> >> >>>> >>>> >>> 'cpack package_source').  If you want to use the
>> >> >> >>>> >>>> >>> latest
>> >> >> >>>> >>>> >>> from
>> >> >> >>>> >>>> >>> GIT
>> >> >> >>>> >>>> >>> (recommended at this point) you can use:
>> >> >> >>>> >>>> >>>
>> >> >> >>>> >>>> >>> brew install --HEAD
>> >> >> >>>> >>>> >>> http://www.kunstmusik.com/csound.rb
>> >> >> >>>> >>>> >>>
>> >> >> >>>> >>>> >>> This should also install the following dependencies:
>> >> >> >>>> >>>> >>>
>> >> >> >>>> >>>> >>>   depends_on 'cmake' => :build
>> >> >> >>>> >>>> >>>   depends_on 'swig' => :build
>> >> >> >>>> >>>> >>>
>> >> >> >>>> >>>> >>>   depends_on 'libsndfile'
>> >> >> >>>> >>>> >>>
>> >> >> >>>> >>>> >>>   depends_on 'portaudio' => :recommended
>> >> >> >>>> >>>> >>>   depends_on 'portmidi' => :recommended
>> >> >> >>>> >>>> >>>   depends_on 'liblo' => :recommended
>> >> >> >>>> >>>> >>>   depends_on 'boost' => :recommended
>> >> >> >>>> >>>> >>>   depends_on 'libpng' => :recommended
>> >> >> >>>> >>>> >>>   depends_on 'stk' => :recommended
>> >> >> >>>> >>>> >>>
>> >> >> >>>> >>>> >>> You can get info on flags by using:
>> >> >> >>>> >>>> >>>
>> >> >> >>>> >>>> >>> brew info http://www.kunstmusik.com/csound.rb
>> >> >> >>>> >>>> >>>
>> >> >> >>>> >>>> >>> and can (or, at least, should) be able to build as a
>> >> >> >>>> >>>> >>> --universal
>> >> >> >>>> >>>> >>> using:
>> >> >> >>>> >>>> >>>
>> >> >> >>>> >>>> >>> brew install --HEAD
>> >> >> >>>> >>>> >>> http://www.kunstmusik.com/csound.rb
>> >> >> >>>> >>>> >>> --universal
>> >> >> >>>> >>>> >>>
>> >> >> >>>> >>>> >>> Some notes:
>> >> >> >>>> >>>> >>>
>> >> >> >>>> >>>> >>> 1) There are likely to be problems.  Please report
>> >> >> >>>> >>>> >>> issues
>> >> >> >>>> >>>> >>> here
>> >> >> >>>> >>>> >>> so
>> >> >> >>>> >>>> >>> that
>> >> >> >>>> >>>> >>> we can fix them together. :)
>> >> >> >>>> >>>> >>>
>> >> >> >>>> >>>> >>> 2) The csound cmake file installs things into places
>> >> >> >>>> >>>> >>> that
>> >> >> >>>> >>>> >>> may
>> >> >> >>>> >>>> >>> be
>> >> >> >>>> >>>> >>> protected on your system. The particularly relevant
>> >> >> >>>> >>>> >>> ones
>> >> >> >>>> >>>> >>> are
>> >> >> >>>> >>>> >>> /usr/local, /Library/Python/2.7/site-packages, and
>> >> >> >>>> >>>> >>> /Library/Java/Extensions.  Homebrew explains how to
>> >> >> >>>> >>>> >>> deal
>> >> >> >>>> >>>> >>> with
>> >> >> >>>> >>>> >>> the
>> >> >> >>>> >>>> >>> latter 2 directores in [2]. There's info about
>> >> >> >>>> >>>> >>> /usr/local
>> >> >> >>>> >>>> >>> on
>> >> >> >>>> >>>> >>> the
>> >> >> >>>> >>>> >>> homebrew site [1].
>> >> >> >>>> >>>> >>>
>> >> >> >>>> >>>> >>> 3) I'm currently thinking this might be the best way
>> >> >> >>>> >>>> >>> to
>> >> >> >>>> >>>> >>> get
>> >> >> >>>> >>>> >>> everything
>> >> >> >>>> >>>> >>> required to build csound installed on OSX.  The idea
>> >> >> >>>> >>>> >>> is
>> >> >> >>>> >>>> >>> that
>> >> >> >>>> >>>> >>> once you
>> >> >> >>>> >>>> >>> install once, you'll have everything you need to also
>> >> >> >>>> >>>> >>> clone
>> >> >> >>>> >>>> >>> Csound's
>> >> >> >>>> >>>> >>> git repo and develop/build/install.
>> >> >> >>>> >>>> >>>
>> >> >> >>>> >>>> >>> Thanks!
>> >> >> >>>> >>>> >>> steven
>> >> >> >>>> >>>> >>>
>> >> >> >>>> >>>> >>> [1] - http://brew.sh/
>> >> >> >>>> >>>> >>> [2] -
>> >> >> >>>> >>>> >>>
>> >> >> >>>> >>>> >>>
>> >> >> >>>> >>>> >>>
>> >> >> >>>> >>>> >>>
>> >> >> >>>> >>>> >>> https://github.com/mxcl/homebrew/wiki/Gems%2C-Eggs-and-Perl-Modules
>> >> >> >>>> >>>> >>>
>> >> >> >>>> >>>> >>>
>> >> >> >>>> >>>> >>>
>> >> >> >>>> >>>> >>>
>> >> >> >>>> >>>> >>>
>> >> >> >>>> >>>> >>>
>> >> >> >>>> >>>> >>>
>> >> >> >>>> >>>> >>> ------------------------------------------------------------------------------
>> >> >> >>>> >>>> >>> Learn Graph Databases - Download FREE O'Reilly Book
>> >> >> >>>> >>>> >>> "Graph Databases" is the definitive new guide to graph
>> >> >> >>>> >>>> >>> databases and
>> >> >> >>>> >>>> >>> their applications. This 200-page book is written by
>> >> >> >>>> >>>> >>> three
>> >> >> >>>> >>>> >>> acclaimed
>> >> >> >>>> >>>> >>> leaders in the field. The early access version is
>> >> >> >>>> >>>> >>> available
>> >> >> >>>> >>>> >>> now.
>> >> >> >>>> >>>> >>> Download your free book today!
>> >> >> >>>> >>>> >>> http://p.sf.net/sfu/neotech_d2d_may
>> >> >> >>>> >>>> >>> _______________________________________________
>> >> >> >>>> >>>> >>> Csound-devel mailing list
>> >> >> >>>> >>>> >>> Csound-devel@lists.sourceforge.net
>> >> >> >>>> >>>> >>>
>> >> >> >>>> >>>> >>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>> >> >> >>>> >>>> >>
>> >> >> >>>> >>>> >>
>> >> >> >>>> >>>> >>
>> >> >> >>>> >>>> >>
>> >> >> >>>> >>>> >> --
>> >> >> >>>> >>>> >> codehop.com | #code #art #music
>> >> >> >>>> >>>> >
>> >> >> >>>> >>>> >
>> >> >> >>>> >>>> >
>> >> >> >>>> >>>> >
>> >> >> >>>> >>>> > --
>> >> >> >>>> >>>> > codehop.com | #code #art #music
>> >> >> >>>> >>>> >
>> >> >> >>>> >>>> >
>> >> >> >>>> >>>> >
>> >> >> >>>> >>>> >
>> >> >> >>>> >>>> >
>> >> >> >>>> >>>> >
>> >> >> >>>> >>>> > ------------------------------------------------------------------------------
>> >> >> >>>> >>>> > Learn Graph Databases - Download FREE O'Reilly Book
>> >> >> >>>> >>>> > "Graph Databases" is the definitive new guide to graph
>> >> >> >>>> >>>> > databases
>> >> >> >>>> >>>> > and
>> >> >> >>>> >>>> > their applications. This 200-page book is written by
>> >> >> >>>> >>>> > three
>> >> >> >>>> >>>> > acclaimed
>> >> >> >>>> >>>> > leaders in the field. The early access version is
>> >> >> >>>> >>>> > available
>> >> >> >>>> >>>> > now.
>> >> >> >>>> >>>> > Download your free book today!
>> >> >> >>>> >>>> > http://p.sf.net/sfu/neotech_d2d_may
>> >> >> >>>> >>>> > _______________________________________________
>> >> >> >>>> >>>> > Csound-devel mailing list
>> >> >> >>>> >>>> > Csound-devel@lists.sourceforge.net
>> >> >> >>>> >>>> >
>> >> >> >>>> >>>> > https://lists.sourceforge.net/lists/listinfo/csound-devel
>> >> >> >>>> >>>> >
>> >> >> >>>> >>>>
>> >> >> >>>> >>>>
>> >> >> >>>> >>>>
>> >> >> >>>> >>>>
>> >> >> >>>> >>>>
>> >> >> >>>> >>>>
>> >> >> >>>> >>>> ------------------------------------------------------------------------------
>> >> >> >>>> >>>> Learn Graph Databases - Download FREE O'Reilly Book
>> >> >> >>>> >>>> "Graph Databases" is the definitive new guide to graph
>> >> >> >>>> >>>> databases
>> >> >> >>>> >>>> and
>> >> >> >>>> >>>> their applications. This 200-page book is written by three
>> >> >> >>>> >>>> acclaimed
>> >> >> >>>> >>>> leaders in the field. The early access version is
>> >> >> >>>> >>>> available
>> >> >> >>>> >>>> now.
>> >> >> >>>> >>>> Download your free book today!
>> >> >> >>>> >>>> http://p.sf.net/sfu/neotech_d2d_may
>> >> >> >>>> >>>> _______________________________________________
>> >> >> >>>> >>>> Csound-devel mailing list
>> >> >> >>>> >>>> Csound-devel@lists.sourceforge.net
>> >> >> >>>> >>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>> >> >> >>>> >>>
>> >> >> >>>> >>>
>> >> >> >>>> >>>
>> >> >> >>>> >>>
>> >> >> >>>> >>>
>> >> >> >>>> >>>
>> >> >> >>>> >>>
>> >> >> >>>> >>>
>> >> >> >>>> >>> ------------------------------------------------------------------------------
>> >> >> >>>> >>> Learn Graph Databases - Download FREE O'Reilly Book
>> >> >> >>>> >>> "Graph Databases" is the definitive new guide to graph
>> >> >> >>>> >>> databases
>> >> >> >>>> >>> and
>> >> >> >>>> >>> their applications. This 200-page book is written by three
>> >> >> >>>> >>> acclaimed
>> >> >> >>>> >>> leaders in the field. The early access version is available
>> >> >> >>>> >>> now.
>> >> >> >>>> >>> Download your free book today!
>> >> >> >>>> >>> http://p.sf.net/sfu/neotech_d2d_may
>> >> >> >>>> >>> _______________________________________________
>> >> >> >>>> >>> Csound-devel mailing list
>> >> >> >>>> >>> Csound-devel@lists.sourceforge.net
>> >> >> >>>> >>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>> >> >> >>>> >>>
>> >> >> >>>> >>
>> >> >> >>>> >>
>> >> >> >>>> >>
>> >> >> >>>> >>
>> >> >> >>>> >>
>> >> >> >>>> >>
>> >> >> >>>> >> ------------------------------------------------------------------------------
>> >> >> >>>> >> Learn Graph Databases - Download FREE O'Reilly Book
>> >> >> >>>> >> "Graph Databases" is the definitive new guide to graph
>> >> >> >>>> >> databases
>> >> >> >>>> >> and
>> >> >> >>>> >> their applications. This 200-page book is written by three
>> >> >> >>>> >> acclaimed
>> >> >> >>>> >> leaders in the field. The early access version is available
>> >> >> >>>> >> now.
>> >> >> >>>> >> Download your free book today!
>> >> >> >>>> >> http://p.sf.net/sfu/neotech_d2d_may
>> >> >> >>>> >> _______________________________________________
>> >> >> >>>> >> Csound-devel mailing list
>> >> >> >>>> >> Csound-devel@lists.sourceforge.net
>> >> >> >>>> >> https://lists.sourceforge.net/lists/listinfo/csound-devel
>> >> >> >>>> >>
>> >> >> >>>>
>> >> >> >>>>
>> >> >> >>>>
>> >> >> >>>>
>> >> >> >>>>
>> >> >> >>>> ------------------------------------------------------------------------------
>> >> >> >>>> Learn Graph Databases - Download FREE O'Reilly Book
>> >> >> >>>> "Graph Databases" is the definitive new guide to graph
>> >> >> >>>> databases
>> >> >> >>>> and
>> >> >> >>>> their applications. This 200-page book is written by three
>> >> >> >>>> acclaimed
>> >> >> >>>> leaders in the field. The early access version is available
>> >> >> >>>> now.
>> >> >> >>>> Download your free book today!
>> >> >> >>>> http://p.sf.net/sfu/neotech_d2d_may
>> >> >> >>>> _______________________________________________
>> >> >> >>>> Csound-devel mailing list
>> >> >> >>>> Csound-devel@lists.sourceforge.net
>> >> >> >>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>> >> >> >>>
>> >> >> >>>
>> >> >> >>>
>> >> >> >>>
>> >> >> >>>
>> >> >> >>>
>> >> >> >>>
>> >> >> >>> ------------------------------------------------------------------------------
>> >> >> >>> Learn Graph Databases - Download FREE O'Reilly Book
>> >> >> >>> "Graph Databases" is the definitive new guide to graph databases
>> >> >> >>> and
>> >> >> >>> their applications. This 200-page book is written by three
>> >> >> >>> acclaimed
>> >> >> >>> leaders in the field. The early access version is available now.
>> >> >> >>> Download your free book today!
>> >> >> >>> http://p.sf.net/sfu/neotech_d2d_may
>> >> >> >>> _______________________________________________
>> >> >> >>> Csound-devel mailing list
>> >> >> >>> Csound-devel@lists.sourceforge.net
>> >> >> >>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>> >> >> >>>
>> >> >> >>
>> >> >> >>
>> >> >> >>
>> >> >> >>
>> >> >> >>
>> >> >> >> ------------------------------------------------------------------------------
>> >> >> >> Learn Graph Databases - Download FREE O'Reilly Book
>> >> >> >> "Graph Databases" is the definitive new guide to graph databases
>> >> >> >> and
>> >> >> >> their applications. This 200-page book is written by three
>> >> >> >> acclaimed
>> >> >> >> leaders in the field. The early access version is available now.
>> >> >> >> Download your free book today!
>> >> >> >> http://p.sf.net/sfu/neotech_d2d_may
>> >> >> >> _______________________________________________
>> >> >> >> Csound-devel mailing list
>> >> >> >> Csound-devel@lists.sourceforge.net
>> >> >> >> https://lists.sourceforge.net/lists/listinfo/csound-devel
>> >> >> >>
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> > ------------------------------------------------------------------------------
>> >> >> > Learn Graph Databases - Download FREE O'Reilly Book
>> >> >> > "Graph Databases" is the definitive new guide to graph databases
>> >> >> > and
>> >> >> > their applications. This 200-page book is written by three
>> >> >> > acclaimed
>> >> >> > leaders in the field. The early access version is available now.
>> >> >> > Download your free book today! http://p.sf.net/sfu/neotech_d2d_may
>> >> >> > _______________________________________________
>> >> >> > Csound-devel mailing list
>> >> >> > Csound-devel@lists.sourceforge.net
>> >> >> > https://lists.sourceforge.net/lists/listinfo/csound-devel
>> >> >> >
>> >> >>
>> >> >>
>> >> >>
>> >> >>
>> >> >> ------------------------------------------------------------------------------
>> >> >> Learn Graph Databases - Download FREE O'Reilly Book
>> >> >> "Graph Databases" is the definitive new guide to graph databases and
>> >> >> their applications. This 200-page book is written by three acclaimed
>> >> >> leaders in the field. The early access version is available now.
>> >> >> Download your free book today! http://p.sf.net/sfu/neotech_d2d_may
>> >> >> _______________________________________________
>> >> >> Csound-devel mailing list
>> >> >> Csound-devel@lists.sourceforge.net
>> >> >> https://lists.sourceforge.net/lists/listinfo/csound-devel
>> >> >
>> >> >
>> >> >
>> >> >
>> >> >
>> >> > ------------------------------------------------------------------------------
>> >> > Learn Graph Databases - Download FREE O'Reilly Book
>> >> > "Graph Databases" is the definitive new guide to graph databases and
>> >> > their applications. This 200-page book is written by three acclaimed
>> >> > leaders in the field. The early access version is available now.
>> >> > Download your free book today! http://p.sf.net/sfu/neotech_d2d_may
>> >> > _______________________________________________
>> >> > Csound-devel mailing list
>> >> > Csound-devel@lists.sourceforge.net
>> >> > https://lists.sourceforge.net/lists/listinfo/csound-devel
>> >> >
>> >>
>> >>
>> >>
>> >> ------------------------------------------------------------------------------
>> >> Learn Graph Databases - Download FREE O'Reilly Book
>> >> "Graph Databases" is the definitive new guide to graph databases and
>> >> their applications. This 200-page book is written by three acclaimed
>> >> leaders in the field. The early access version is available now.
>> >> Download your free book today! http://p.sf.net/sfu/neotech_d2d_may
>> >> _______________________________________________
>> >> Csound-devel mailing list
>> >> Csound-devel@lists.sourceforge.net
>> >> https://lists.sourceforge.net/lists/listinfo/csound-devel
>> >
>> >
>> >
>> >
>> > ------------------------------------------------------------------------------
>> > Learn Graph Databases - Download FREE O'Reilly Book
>> > "Graph Databases" is the definitive new guide to graph databases and
>> > their applications. This 200-page book is written by three acclaimed
>> > leaders in the field. The early access version is available now.
>> > Download your free book today! http://p.sf.net/sfu/neotech_d2d_may
>> > _______________________________________________
>> > Csound-devel mailing list
>> > Csound-devel@lists.sourceforge.net
>> > https://lists.sourceforge.net/lists/listinfo/csound-devel
>> >
>>
>>
>> ------------------------------------------------------------------------------
>> Learn Graph Databases - Download FREE O'Reilly Book
>> "Graph Databases" is the definitive new guide to graph databases and
>> their applications. This 200-page book is written by three acclaimed
>> leaders in the field. The early access version is available now.
>> Download your free book today! http://p.sf.net/sfu/neotech_d2d_may
>> _______________________________________________
>> Csound-devel mailing list
>> Csound-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>
>
>
> ------------------------------------------------------------------------------
> Learn Graph Databases - Download FREE O'Reilly Book
> "Graph Databases" is the definitive new guide to graph databases and
> their applications. This 200-page book is written by three acclaimed
> leaders in the field. The early access version is available now.
> Download your free book today! http://p.sf.net/sfu/neotech_d2d_may
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel
>

------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and 
their applications. This 200-page book is written by three acclaimed 
leaders in the field. The early access version is available now. 
Download your free book today! http://p.sf.net/sfu/neotech_d2d_may
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/

Date2013-05-12 17:36
FromSteven Yi
SubjectRe: [Cs-dev] OSX: Homebrew
Yes, I need to update Blue to CS6 myself. :P  I am thinking what might
be good for homebrew and Csound is to create a custom Tap, which is
like a custom repo, which we can put Csound-related packages and have
control over.  I think that could be very nice, say, to do something
like "brew install csound-complete" and have all types of programs,
examples, etc. all downloaded and installed and ready to go on OSX.

On Sun, May 12, 2013 at 6:15 PM, Andres Cabrera  wrote:
> That would be great!
>
> I still need to finish porting csoundqt to csound 6....
>
> Cheers,
> Andres
>
> On May 12, 2013 8:42 AM, "Steven Yi"  wrote:
>>
>> Hi Ed,
>>
>> The CsoundLib64.framework should be installed in
>> ~/Library/Frameworks/CsoundLib64.framework.  Victor and I had chatted
>> about this and it seemed to make sense to install the user's framework
>> folder when building, and for the installer to allow that to install
>> to the system's framework folder.  My thought for how to proceed from
>> here is that it would be very nice to have a homebrew CsoundQT build
>> as well, so advanced users can install both and use the bleeding edge
>> for both.  The idea too is that the CsoundQT build could link to the
>> user's framework.  Of course, I haven't mentioned this to Andres yet,
>> but hopefully he'll see this email. :D
>>
>> steven
>>
>> On Sun, May 12, 2013 at 3:08 PM, Ed Costello 
>> wrote:
>> > Am I right in thinking that this doesn't install the framework or header
>> > files?
>> >
>> >
>> > On 12 May 2013 14:57, Steven Yi  wrote:
>> >>
>> >> Ah, that's great!  Yeah, that's just the nature of homebrew.  It
>> >> builds in its cellar directories, then links to /usr/local.  If it
>> >> finds something there, it doesn't try to overwrite by default.  Using
>> >> --overwrite is appropriate in this situation.  At this point, for
>> >> future builds, say, if you want to keep up with the latest from git,
>> >> all you'll have to do is the brew installed --HEAD csound and you're
>> >> good to go.
>> >>
>> >> On Sun, May 12, 2013 at 2:45 PM, Ed Costello 
>> >> wrote:
>> >> > Got it installed, however I had to do a brew link --overwrite csound,
>> >> > heres
>> >> > the output
>> >> >
>> >> > Warning: Could not link csound. Unlinking...
>> >> > Error: The `brew link` step did not complete successfully
>> >> > The formula built, but is not symlinked into /usr/local
>> >> > You can try again using `brew link csound'
>> >> > Warning: Could not fix install names for
>> >> > /usr/local/Cellar/csound/HEAD/bin/srconv
>> >> > Warning: Could not fix install names for
>> >> > /usr/local/Cellar/csound/HEAD/bin/sndinfo
>> >> > Warning: Could not fix install names for
>> >> > /usr/local/Cellar/csound/HEAD/bin/scsort
>> >> > Warning: Could not fix install names for
>> >> > /usr/local/Cellar/csound/HEAD/bin/scope
>> >> > Warning: Could not fix install names for
>> >> > /usr/local/Cellar/csound/HEAD/bin/scale
>> >> > Warning: Could not fix install names for
>> >> > /usr/local/Cellar/csound/HEAD/bin/pvlook
>> >> > Warning: Could not fix install names for
>> >> > /usr/local/Cellar/csound/HEAD/bin/pvanal
>> >> > Warning: Could not fix install names for
>> >> > /usr/local/Cellar/csound/HEAD/bin/pv_import
>> >> > Warning: Could not fix install names for
>> >> > /usr/local/Cellar/csound/HEAD/bin/pv_export
>> >> > Warning: Could not fix install names for
>> >> > /usr/local/Cellar/csound/HEAD/bin/mixer
>> >> > Warning: Could not fix install names for
>> >> > /usr/local/Cellar/csound/HEAD/bin/lpc_import
>> >> > Warning: Could not fix install names for
>> >> > /usr/local/Cellar/csound/HEAD/bin/lpc_export
>> >> > Warning: Could not fix install names for
>> >> > /usr/local/Cellar/csound/HEAD/bin/lpanal
>> >> > Warning: Could not fix install names for
>> >> > /usr/local/Cellar/csound/HEAD/bin/hetro
>> >> > Warning: Could not fix install names for
>> >> > /usr/local/Cellar/csound/HEAD/bin/het_import
>> >> > Warning: Could not fix install names for
>> >> > /usr/local/Cellar/csound/HEAD/bin/het_export
>> >> > Warning: Could not fix install names for
>> >> > /usr/local/Cellar/csound/HEAD/bin/extractor
>> >> > Warning: Could not fix install names for
>> >> > /usr/local/Cellar/csound/HEAD/bin/extract
>> >> > Warning: Could not fix install names for
>> >> > /usr/local/Cellar/csound/HEAD/bin/envext
>> >> > Warning: Could not fix install names for
>> >> > /usr/local/Cellar/csound/HEAD/bin/dnoise
>> >> > Warning: Could not fix install names for
>> >> > /usr/local/Cellar/csound/HEAD/bin/cvanal
>> >> > Warning: Could not fix install names for
>> >> > /usr/local/Cellar/csound/HEAD/bin/csound
>> >> > Warning: Could not fix install names for
>> >> > /usr/local/Cellar/csound/HEAD/bin/csanalyze
>> >> > Warning: Could not fix install names for
>> >> > /usr/local/Cellar/csound/HEAD/bin/atsa
>> >> > Warning: Could not fix install names for
>> >> > /usr/local/Cellar/csound/HEAD/lib/luaCsnd6.so
>> >> > Warning: Could not fix install names for
>> >> > /usr/local/Cellar/csound/HEAD/lib/libcsnd.6.0.dylib
>> >> > ==> Summary
>> >> > 🍺  /usr/local/Cellar/csound/HEAD: 34 files, 1.6M, built in 2.2
>> >> > minutes
>> >> > Marions-MacBook:~ eddyc$ brew link csound
>> >> > Linking /usr/local/Cellar/csound/HEAD... Warning: Could not link
>> >> > csound.
>> >> > Unlinking...
>> >> >
>> >> > Error: Could not symlink file:
>> >> > /usr/local/Cellar/csound/HEAD/bin/srconv
>> >> > Target /usr/local/bin/srconv already exists. You may need to delete
>> >> > it.
>> >> > To force the link and delete this file, do:
>> >> >   brew link --overwrite formula_name
>> >> >
>> >> > To list all files that would be deleted:
>> >> >   brew link --overwrite --dry-run formula_name
>> >> > Marions-MacBook:~ eddyc$ brew link --overwrite csound
>> >> > Linking /usr/local/Cellar/csound/HEAD... 29 symlinks created
>> >> >
>> >> >
>> >> > On 12 May 2013 14:18, Steven Yi  wrote:
>> >> >>
>> >> >> Hi Ed,
>> >> >>
>> >> >> Yeah I mentioned this situation in my first email:
>> >> >>
>> >> >> "2) The csound cmake file installs things into places that may be
>> >> >> protected on your system. The particularly relevant ones are
>> >> >> /usr/local, /Library/Python/2.7/site-packages, and
>> >> >> /Library/Java/Extensions.  Homebrew explains how to deal with the
>> >> >> latter 2 directores in [2]. There's info about /usr/local on the
>> >> >> homebrew site [1]."
>> >> >>
>> >> >> The link for number 2 is:
>> >> >>
>> >> >> https://github.com/mxcl/homebrew/wiki/Gems%2C-Eggs-and-Perl-Modules
>> >> >>
>> >> >> The essentialy thing to run is:
>> >> >>
>> >> >> sudo chmod +a 'user:YOUR_NAME_HERE allow
>> >> >> add_subdirectory,add_file,delete_child,directory_inherit'
>> >> >> /Library/Python/2.7/site-packages
>> >> >> sudo chmod +a 'user:YOUR_NAME_HERE allow
>> >> >> add_subdirectory,add_file,delete_child,directory_inherit'
>> >> >> /Library/Java/Extensions
>> >> >>
>> >> >> where YOUR_NAME_HERE is your system user name.
>> >> >>
>> >> >> After that, you should be able to install.
>> >> >>
>> >> >> Let me know how it goes for you!
>> >> >> steven
>> >> >>
>> >> >>
>> >> >> On Sun, May 12, 2013 at 12:12 PM, Ed Costello
>> >> >> 
>> >> >> wrote:
>> >> >> > Here ya go, I think the installer is having trouble with copying
>> >> >> > _csnd6.so
>> >> >> > into my python site packages directory
>> >> >> >
>> >> >> > Marions-MacBook:~ eddyc$ brew install --HEAD
>> >> >> > http://www.kunstmusik.com/csound.rb --verbose
>> >> >> > /usr/bin/curl -f#LA Homebrew 0.9.4 (Ruby 1.8.7-358; Mac OS X
>> >> >> > 10.8.3)
>> >> >> > http://www.kunstmusik.com/csound.rb -o
>> >> >> > /Library/Caches/Homebrew/Formula/csound.rb
>> >> >> >
>> >> >> >
>> >> >> > ########################################################################
>> >> >> > 100.0%
>> >> >> > ==> Cloning git://git.code.sourceforge.net/p/csound/csound6-git
>> >> >> > git clone --depth 1
>> >> >> > git://git.code.sourceforge.net/p/csound/csound6-git
>> >> >> > /Library/Caches/Homebrew/csound--git
>> >> >> > Cloning into '/Library/Caches/Homebrew/csound--git'...
>> >> >> > remote: Counting objects: 1531, done.
>> >> >> > remote: Compressing objects: 100% (1314/1314), done.
>> >> >> > remote: Total 1531 (delta 288), reused 797 (delta 140)
>> >> >> > Receiving objects: 100% (1531/1531), 13.23 MiB | 1.07 MiB/s, done.
>> >> >> > Resolving deltas: 100% (288/288), done.
>> >> >> > git reset --hard origin/HEAD
>> >> >> > HEAD is now at 2468c7c some float csound adjustments
>> >> >> > git checkout-index -a -f --prefix=/private/tmp/csound-KYls/
>> >> >> > ==> cmake . -DUSE_GETTEXT=0
>> >> >> > -DCMAKE_INSTALL_PREFIX=/usr/local/Cellar/csound/HEAD
>> >> >> > -DCMAKE_BUILD_TYPE=None
>> >> >> > -DCMAKE_FIND_FRAMEWORK=LAST -Wno-dev
>> >> >> > cmake . -DUSE_GETTEXT=0
>> >> >> > -DCMAKE_INSTALL_PREFIX=/usr/local/Cellar/csound/HEAD
>> >> >> > -DCMAKE_BUILD_TYPE=None -DCMAKE_FIND_FRAMEWORK=LAST -Wno-dev
>> >> >> > -- The C compiler identification is Clang 4.2.0
>> >> >> > -- The CXX compiler identification is Clang 4.2.0
>> >> >> > -- Check for working C compiler: /usr/local/Library/ENV/4.3/cc
>> >> >> > -- Check for working C compiler: /usr/local/Library/ENV/4.3/cc --
>> >> >> > works
>> >> >> > -- Detecting C compiler ABI info
>> >> >> > -- Detecting C compiler ABI info - done
>> >> >> > -- Check for working CXX compiler: /usr/local/Library/ENV/4.3/c++
>> >> >> > -- Check for working CXX compiler: /usr/local/Library/ENV/4.3/c++
>> >> >> > --
>> >> >> > works
>> >> >> > -- Detecting CXX compiler ABI info
>> >> >> > -- Detecting CXX compiler ABI info - done
>> >> >> > -- /tmp/csound-KYls
>> >> >> > -- BUILD_BIN_DIR set to /tmp/csound-KYls
>> >> >> > -- BUILD_LIB_DIR set to /tmp/csound-KYls
>> >> >> > -- BUILD_PLUGINS_DIR set to /tmp/csound-KYls
>> >> >> > -- Check if the system is big endian
>> >> >> > -- Searching 16 bit integer
>> >> >> > -- Looking for sys/types.h
>> >> >> > -- Looking for sys/types.h - found
>> >> >> > -- Looking for stdint.h
>> >> >> > -- Looking for stdint.h - found
>> >> >> > -- Looking for stddef.h
>> >> >> > -- Looking for stddef.h - found
>> >> >> > -- Check size of unsigned short
>> >> >> > -- Check size of unsigned short - done
>> >> >> > -- Using unsigned short
>> >> >> > -- Check if the system is big endian - little endian
>> >> >> > -- Try OpenMP C flag = [-fopenmp]
>> >> >> > -- Performing Test OpenMP_FLAG_DETECTED
>> >> >> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> >> >> > -- Try OpenMP C flag = [/openmp]
>> >> >> > -- Performing Test OpenMP_FLAG_DETECTED
>> >> >> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> >> >> > -- Try OpenMP C flag = [-Qopenmp]
>> >> >> > -- Performing Test OpenMP_FLAG_DETECTED
>> >> >> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> >> >> > -- Try OpenMP C flag = [-openmp]
>> >> >> > -- Performing Test OpenMP_FLAG_DETECTED
>> >> >> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> >> >> > -- Try OpenMP C flag = [ ]
>> >> >> > -- Performing Test OpenMP_FLAG_DETECTED
>> >> >> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> >> >> > -- Try OpenMP C flag = [-xopenmp]
>> >> >> > -- Performing Test OpenMP_FLAG_DETECTED
>> >> >> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> >> >> > -- Try OpenMP C flag = [+Oopenmp]
>> >> >> > -- Performing Test OpenMP_FLAG_DETECTED
>> >> >> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> >> >> > -- Try OpenMP C flag = [-qsmp]
>> >> >> > -- Performing Test OpenMP_FLAG_DETECTED
>> >> >> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> >> >> > -- Try OpenMP C flag = [-mp]
>> >> >> > -- Performing Test OpenMP_FLAG_DETECTED
>> >> >> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> >> >> > -- Try OpenMP CXX flag = [-fopenmp]
>> >> >> > -- Performing Test OpenMP_FLAG_DETECTED
>> >> >> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> >> >> > -- Try OpenMP CXX flag = [/openmp]
>> >> >> > -- Performing Test OpenMP_FLAG_DETECTED
>> >> >> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> >> >> > -- Try OpenMP CXX flag = [-Qopenmp]
>> >> >> > -- Performing Test OpenMP_FLAG_DETECTED
>> >> >> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> >> >> > -- Try OpenMP CXX flag = [-openmp]
>> >> >> > -- Performing Test OpenMP_FLAG_DETECTED
>> >> >> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> >> >> > -- Try OpenMP CXX flag = [ ]
>> >> >> > -- Performing Test OpenMP_FLAG_DETECTED
>> >> >> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> >> >> > -- Try OpenMP CXX flag = [-xopenmp]
>> >> >> > -- Performing Test OpenMP_FLAG_DETECTED
>> >> >> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> >> >> > -- Try OpenMP CXX flag = [+Oopenmp]
>> >> >> > -- Performing Test OpenMP_FLAG_DETECTED
>> >> >> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> >> >> > -- Try OpenMP CXX flag = [-qsmp]
>> >> >> > -- Performing Test OpenMP_FLAG_DETECTED
>> >> >> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> >> >> > -- Try OpenMP CXX flag = [-mp]
>> >> >> > -- Performing Test OpenMP_FLAG_DETECTED
>> >> >> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> >> >> > -- Could NOT find OpenMP (missing:  OpenMP_C_FLAGS
>> >> >> > OpenMP_CXX_FLAGS)
>> >> >> > -- Looking for libintl.h
>> >> >> > -- Looking for libintl.h - not found
>> >> >> > -- Looking for C++ include eigen3/Eigen/Dense
>> >> >> > -- Looking for C++ include eigen3/Eigen/Dense - not found
>> >> >> > -- Could NOT find Gettext (missing:  GETTEXT_MSGMERGE_EXECUTABLE
>> >> >> > GETTEXT_MSGFMT_EXECUTABLE)
>> >> >> > -- Looking for lrint in m
>> >> >> > -- Looking for lrint in m - found
>> >> >> > -- Looking for unistd.h
>> >> >> > -- Looking for unistd.h - found
>> >> >> > -- Looking for io.h
>> >> >> > -- Looking for io.h - not found
>> >> >> > -- Looking for fcntl.h
>> >> >> > -- Looking for fcntl.h - found
>> >> >> > -- Looking for sys/time.h
>> >> >> > -- Looking for sys/time.h - found
>> >> >> > -- Looking for termios.h
>> >> >> > -- Looking for termios.h - found
>> >> >> > -- Looking for values.h
>> >> >> > -- Looking for values.h - not found
>> >> >> > -- Looking for winsock.h
>> >> >> > -- Looking for winsock.h - not found
>> >> >> > -- Looking for sys/socket.h
>> >> >> > -- Looking for sys/socket.h - found
>> >> >> > -- Looking for dirent.h
>> >> >> > -- Looking for dirent.h - found
>> >> >> > -- USE_LRINT is enabled
>> >> >> > -- Found FLEX: /usr/bin/flex (found version "2.5.35")
>> >> >> > -- Found BISON: /usr/bin/bison (found version "2.3")
>> >> >> > -- Looking for pthread_spin_lock
>> >> >> > -- Looking for pthread_spin_lock - not found
>> >> >> > -- Looking for pthread_barrier_init
>> >> >> > -- Looking for pthread_barrier_init - not found
>> >> >> > -- OPENMP_FOUND="FALSE", so disabling USE_OPEN_MP
>> >> >> > -- PTHREAD_BARRIER_INIT_EXISTS="", so disabling USE_OPEN_MP
>> >> >> > -- USE_OPEN_MP is disabled
>> >> >> > -- Not building with score parser
>> >> >> > -- Not building with new parser debugging
>> >> >> > -- Building with multicore
>> >> >> > -- USE_GETTEXT is disabled
>> >> >> > -- Not using localization
>> >> >> > -- Building on OSX
>> >> >> > -- Boost version: 1.53.0
>> >> >> > -- Looking for ladspa.h
>> >> >> > -- Looking for ladspa.h - not found
>> >> >> > -- Looking for fluidsynth.h
>> >> >> > -- Looking for fluidsynth.h - not found
>> >> >> > -- Looking for jack/jack.h
>> >> >> > -- Looking for jack/jack.h - not found
>> >> >> > -- Looking for C++ include gmm/gmm.h
>> >> >> > -- Looking for C++ include gmm/gmm.h - not found
>> >> >> > -- Looking for lo/lo.h
>> >> >> > -- Looking for lo/lo.h - found
>> >> >> > -- Found ZLIB: /usr/lib/libz.dylib (found version "1.2.5")
>> >> >> > -- Found PNG: /usr/local/lib/libpng.dylib (found version "1.5.14")
>> >> >> > -- Found PythonLibs: /usr/lib/libpython2.7.dylib (found version
>> >> >> > "2.7.2")
>> >> >> > -- Found Lua51: /usr/local/lib/liblua.dylib (found version
>> >> >> > "5.1.5")
>> >> >> > -- Looking for wiiuse.h
>> >> >> > -- Looking for wiiuse.h - not found
>> >> >> > -- Looking for p5glove.h
>> >> >> > -- Looking for p5glove.h - not found
>> >> >> > -- BUILD_CHUA_OPCODES is enabled
>> >> >> > -- LADSPA_H="", so disabling BUILD_DSSI_OPCODES
>> >> >> > -- BUILD_DSSI_OPCODES is disabled
>> >> >> > -- FLUIDSYNTH_H="", so disabling BUILD_FLUID_OPCODES
>> >> >> > -- FLUIDSYNTH_LIBRARY="FLUIDSYNTH_LIBRARY-NOTFOUND", so disabling
>> >> >> > BUILD_FLUID_OPCODES
>> >> >> > -- BUILD_FLUID_OPCODES is disabled
>> >> >> > -- JACK_HEADER="", so disabling BUILD_JACK_OPCODES
>> >> >> > -- BUILD_JACK_OPCODES is disabled
>> >> >> > -- GMM_HEADER="", so disabling BUILD_LINEAR_ALGEBRA_OPCODES
>> >> >> > -- BUILD_LINEAR_ALGEBRA_OPCODES is disabled
>> >> >> > -- BUILD_OSC_OPCODES is enabled
>> >> >> > -- BUILD_IMAGE_OPCODES is enabled
>> >> >> > -- BUILD_PYTHON_OPCODES is enabled
>> >> >> > -- OPENMP_FOUND="FALSE", so disabling BUILD_LUA_OPCODES
>> >> >> > -- BUILD_LUA_OPCODES is disabled
>> >> >> > -- WIIUSE_H="", so disabling BUILD_WIIMOTE_OPCODES
>> >> >> > -- BUILD_WIIMOTE_OPCODES is disabled
>> >> >> > -- P5GLOVE_H="", so disabling BUILD_P5GLOVE_OPCODES
>> >> >> > -- BUILD_P5GLOVE_OPCODES is disabled
>> >> >> > -- BUILD_STK_OPCODES is enabled
>> >> >> > --
>> >> >> > -- ## REALTIME AUDIO AND MIDI ##
>> >> >> > -- Looking for alsa/asoundlib.h
>> >> >> > -- Looking for alsa/asoundlib.h - not found
>> >> >> > -- Looking for pulse/simple.h
>> >> >> > -- Looking for pulse/simple.h - not found
>> >> >> > -- Looking for XOpenDisplay in
>> >> >> > /usr/X11R6/lib/libX11.dylib;/usr/X11R6/lib/libXext.dylib
>> >> >> > -- Looking for XOpenDisplay in
>> >> >> > /usr/X11R6/lib/libX11.dylib;/usr/X11R6/lib/libXext.dylib - found
>> >> >> > -- Looking for gethostbyname
>> >> >> > -- Looking for gethostbyname - found
>> >> >> > -- Looking for connect
>> >> >> > -- Looking for connect - found
>> >> >> > -- Looking for remove
>> >> >> > -- Looking for remove - found
>> >> >> > -- Looking for shmat
>> >> >> > -- Looking for shmat - found
>> >> >> > -- Looking for IceConnectionNumber in ICE
>> >> >> > -- Looking for IceConnectionNumber in ICE - not found
>> >> >> > -- Found X11: /usr/X11R6/lib/libX11.dylib
>> >> >> > -- Found FLTK:
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> > /usr/local/lib/libfltk_images.a;/usr/local/lib/libfltk_forms.a;/usr/local/lib/libfltk.a
>> >> >> > -- USE_COREMIDI is enabled
>> >> >> > -- USE_AUDIOUNIT is enabled
>> >> >> > -- ALSA_HEADER="", so disabling USE_ALSA
>> >> >> > -- ALSA_LIBRARY="ALSA_LIBRARY-NOTFOUND", so disabling USE_ALSA
>> >> >> > -- USE_ALSA is disabled
>> >> >> > -- PULSEAUDIO_HEADER="", so disabling USE_PULSEAUDIO
>> >> >> > -- PULSEAUDIO_LIBRARY="PULSEAUDIO_LIBRARY-NOTFOUND", so disabling
>> >> >> > USE_PULSEAUDIO
>> >> >> > -- PULSESIMPLE_LIBRARY="PULSESIMPLE_LIBRARY-NOTFOUND", so
>> >> >> > disabling
>> >> >> > USE_PULSEAUDIO
>> >> >> > -- USE_PULSEAUDIO is disabled
>> >> >> > -- PORTAUDIO_HEADER="", so disabling USE_PORTAUDIO
>> >> >> > -- USE_PORTAUDIO is disabled
>> >> >> > -- PORTMIDI_HEADER="", so disabling USE_PORTMIDI
>> >> >> > -- USE_PORTMIDI is disabled
>> >> >> > -- JACK_HEADER="", so disabling USE_JACK
>> >> >> > -- JACK_LIBRARY="JACK_LIBRARY-NOTFOUND", so disabling USE_JACK
>> >> >> > -- USE_JACK is disabled
>> >> >> > -- USE_FLTK is enabled
>> >> >> > -- BUILD_VIRTUAL_KEYBOARD is enabled
>> >> >> > --
>> >> >> > -- Building C++ interface library
>> >> >> > -- Found SWIG: /usr/local/bin/swig (found suitable version
>> >> >> > "2.0.9",
>> >> >> > minimum
>> >> >> > required is "2.0")
>> >> >> > -- Found JNI: -framework JavaVM
>> >> >> > -- Found Java: /usr/bin/java (found version "1.6.0.45")
>> >> >> > -- BUILD_PYTHON_INTERFACE is enabled
>> >> >> > -- BUILD_JAVA_INTERFACE is enabled
>> >> >> > -- BUILD_LUA_INTERFACE is enabled
>> >> >> > -- Looking for m_pd.h
>> >> >> > -- Looking for m_pd.h - not found
>> >> >> > -- Building csLadspa
>> >> >> > -- BUILD_CSBEATS is enabled
>> >> >> > -- PD_HEADER="", so disabling BUILD_PD_CLASS
>> >> >> > -- BUILD_PD_CLASS is disabled
>> >> >> > -- BUILD_WINSOUND is disabled
>> >> >> > -- Boost version: 1.53.0
>> >> >> > -- Found SWIG: /usr/local/bin/swig (found version "2.0.9")
>> >> >> > -- BUILD_CSOUND_AC is disabled
>> >> >> > -- BUILD_CSOUND_AC_PYTHON_INTERFACE is enabled
>> >> >> > -- BUILD_CSOUND_AC_LUA_INTERFACE is enabled
>> >> >> > -- Configuring done
>> >> >> > -- Generating done
>> >> >> > -- Build files have been written to: /tmp/csound-KYls
>> >> >> > ==> make install
>> >> >> > make install
>> >> >> > Scanning dependencies of target ampmidid
>> >> >> > [  0%] Generating csound_prelex.c
>> >> >> > [  0%] Generating csound_orclex.c
>> >> >> > [  0%] Generating csound_orcparse.c
>> >> >> > /tmp/csound-KYls/Engine/csound_orc.y: conflicts: 4 shift/reduce,
>> >> >> > 10
>> >> >> > reduce/reduce
>> >> >> > [  0%] Building CXX object
>> >> >> > Opcodes/CMakeFiles/ampmidid.dir/ampmidid.cpp.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > Scanning dependencies of target CsoundLib64
>> >> >> > Linking CXX shared library ../libampmidid.dylib
>> >> >> > [  0%] Built target ampmidid
>> >> >> > Scanning dependencies of target cellular
>> >> >> > [  0%] Building C object
>> >> >> > Opcodes/CMakeFiles/cellular.dir/cellular.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > Linking C shared library ../libcellular.dylib
>> >> >> > [  0%] Built target cellular
>> >> >> > Scanning dependencies of target chua
>> >> >> > [  1%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Engine/auxfd.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [  1%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Engine/cfgvar.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [  1%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Engine/corfiles.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [  2%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Engine/entry1.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [  2%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Engine/envvar.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [  2%] [  3%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Engine/extract.c.o
>> >> >> > Building CXX object
>> >> >> > Opcodes/CMakeFiles/chua.dir/chua/ChuaOscillator.cpp.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [  4%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Engine/fgens.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [  4%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Engine/insert.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [  4%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Engine/linevent.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [  5%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Engine/memalloc.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [  5%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Engine/memfiles.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [  5%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Engine/musmon.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [  5%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Engine/namedins.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [  6%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Engine/rdscor.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [  6%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Engine/scsort.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [  6%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Engine/scxtract.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [  7%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Engine/sort.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [  7%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Engine/sread.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > Linking CXX shared library ../libchua.dylib
>> >> >> > [  7%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Engine/swritestr.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [  8%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Engine/twarp.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [  8%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Engine/csound_type_system.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [  8%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Engine/csound_standard_types.c.o
>> >> >> > [  8%] Built target chua
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > Scanning dependencies of target control
>> >> >> > [  9%] [  9%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Engine/csound_data_structures.c.o
>> >> >> > Building C object Opcodes/CMakeFiles/control.dir/control.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [  9%] Linking C shared library ../libcontrol.dylib
>> >> >> > Building C object CMakeFiles/CsoundLib64.dir/Engine/pools.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [  9%] Built target control
>> >> >> > Scanning dependencies of target cs_date
>> >> >> > [  9%] [ 10%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/InOut/libsnd.c.o
>> >> >> > Building C object Opcodes/CMakeFiles/cs_date.dir/date.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > Linking C shared library ../libcs_date.dylib
>> >> >> > [ 10%] Built target cs_date
>> >> >> > [ 10%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/InOut/libsnd_u.c.o
>> >> >> > Scanning dependencies of target doppler
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 10%] Building CXX object
>> >> >> > Opcodes/CMakeFiles/doppler.dir/doppler.cpp.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 11%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/InOut/midifile.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 11%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/InOut/midirecv.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > Linking CXX shared library ../libdoppler.dylib
>> >> >> > [ 11%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/InOut/midisend.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 11%] Built target doppler
>> >> >> > Scanning dependencies of target fareygen
>> >> >> > [ 12%] [ 12%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/InOut/winascii.c.o
>> >> >> > Building C object Opcodes/CMakeFiles/fareygen.dir/fareygen.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 12%] Linking C shared library ../libfareygen.dylib
>> >> >> > Building C object CMakeFiles/CsoundLib64.dir/InOut/windin.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 12%] Built target fareygen
>> >> >> > Scanning dependencies of target fractalnoise
>> >> >> > [ 12%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/InOut/window.c.o
>> >> >> > [ 13%] Building CXX object
>> >> >> > Opcodes/CMakeFiles/fractalnoise.dir/tl/fractalnoise.cpp.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 14%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/InOut/winEPS.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > Linking CXX shared library ../libfractalnoise.dylib
>> >> >> > [ 14%] Built target fractalnoise
>> >> >> > [ 14%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/InOut/circularbuffer.c.o
>> >> >> > Scanning dependencies of target image
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 14%] Building C object
>> >> >> > Opcodes/CMakeFiles/image.dir/imageOpcodes.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 14%] Building C object CMakeFiles/CsoundLib64.dir/OOps/aops.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > Linking C shared library ../libimage.dylib
>> >> >> > [ 14%] Built target image
>> >> >> > Scanning dependencies of target mixer
>> >> >> > [ 14%] Building CXX object
>> >> >> > Opcodes/CMakeFiles/mixer.dir/mixer.cpp.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 15%] Building C object CMakeFiles/CsoundLib64.dir/OOps/bus.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > Linking CXX shared library ../libmixer.dylib
>> >> >> > [ 15%] Building C object CMakeFiles/CsoundLib64.dir/OOps/cmath.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 15%] Built target mixer
>> >> >> > Scanning dependencies of target osc
>> >> >> > [ 16%] Building C object Opcodes/CMakeFiles/osc.dir/OSC.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 16%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/OOps/diskin.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > Linking C shared library ../libosc.dylib
>> >> >> > [ 16%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/OOps/diskin2.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 16%] Built target osc
>> >> >> > Scanning dependencies of target platerev
>> >> >> > [ 16%] Building C object
>> >> >> > Opcodes/CMakeFiles/platerev.dir/platerev.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 17%] Linking C shared library ../libplaterev.dylib
>> >> >> > Building C object CMakeFiles/CsoundLib64.dir/OOps/disprep.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 17%] Built target platerev
>> >> >> > Scanning dependencies of target py
>> >> >> > [ 17%] [ 17%] Building C object
>> >> >> > Opcodes/CMakeFiles/py.dir/py/pythonopcodes.c.o
>> >> >> > Building C object CMakeFiles/CsoundLib64.dir/OOps/dumpf.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 17%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/OOps/fftlib.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > Linking C shared library ../libpy.dylib
>> >> >> > [ 17%] Built target py
>> >> >> > [ 18%] Scanning dependencies of target scansyn
>> >> >> > Building C object CMakeFiles/CsoundLib64.dir/OOps/goto_ops.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 18%] Building C object
>> >> >> > Opcodes/CMakeFiles/scansyn.dir/scansyn.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 18%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/OOps/midiinterop.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 19%] Building C object
>> >> >> > Opcodes/CMakeFiles/scansyn.dir/scansynx.c.o
>> >> >> > [ 19%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/OOps/midiops.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 20%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/OOps/midiout.c.o
>> >> >> > Linking C shared library ../libscansyn.dylib
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 20%] Built target scansyn
>> >> >> > Scanning dependencies of target serial
>> >> >> > [ 20%] Building C object Opcodes/CMakeFiles/serial.dir/serial.c.o
>> >> >> > [ 20%] Building C object CMakeFiles/CsoundLib64.dir/OOps/mxfft.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > Linking C shared library ../libserial.dylib
>> >> >> > [ 20%] Built target serial
>> >> >> > [ 20%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/OOps/oscils.c.o
>> >> >> > Scanning dependencies of target signalflowgraph
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 21%] Building CXX object
>> >> >> > Opcodes/CMakeFiles/signalflowgraph.dir/signalflowgraph.cpp.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 22%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/OOps/pstream.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 22%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/OOps/pvfileio.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 22%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/OOps/pvsanal.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 22%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/OOps/random.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 23%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/OOps/remote.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 23%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/OOps/schedule.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > Linking CXX shared library ../libsignalflowgraph.dylib
>> >> >> > [ 23%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/OOps/sndinfUG.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 23%] Built target signalflowgraph
>> >> >> > Scanning dependencies of target system_call
>> >> >> > [ 25%] [ 25%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/OOps/str_ops.c.o
>> >> >> > Building C object
>> >> >> > Opcodes/CMakeFiles/system_call.dir/system_call.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > Linking C shared library ../libsystem_call.dylib
>> >> >> > [ 25%] Built target system_call
>> >> >> > Scanning dependencies of target stk-ops
>> >> >> > [ 25%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/OOps/ugens1.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 25%] Building CXX object
>> >> >> > Opcodes/stk/CMakeFiles/stk-ops.dir/stkOpcodes.cpp.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 25%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/OOps/ugens2.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 26%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/OOps/ugens2a.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 26%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/OOps/ugens3.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 26%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/OOps/ugens4.c.o
>> >> >> > Linking CXX shared library ../../libstk.dylib
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 26%] Built target stk-ops
>> >> >> > Scanning dependencies of target cmidi
>> >> >> > [ 27%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/OOps/ugens5.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 27%] Building C object InOut/CMakeFiles/cmidi.dir/cmidi.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 27%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/OOps/ugens6.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > Linking C shared library ../libcmidi.dylib
>> >> >> > [ 27%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/OOps/ugtabs.c.o
>> >> >> > [ 27%] Built target cmidi
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > Scanning dependencies of target ipmidi
>> >> >> > [ 27%] Building C object InOut/CMakeFiles/ipmidi.dir/ipmidi.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > Linking C shared library ../libipmidi.dylib
>> >> >> > [ 27%] Building C object CMakeFiles/CsoundLib64.dir/OOps/ugrw1.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 27%] Built target ipmidi
>> >> >> > Scanning dependencies of target rtauhal
>> >> >> > [ 28%] Building C object InOut/CMakeFiles/rtauhal.dir/rtauhal.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 29%] Building C object CMakeFiles/CsoundLib64.dir/OOps/ugrw2.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 29%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/OOps/vdelay.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > Linking C shared library ../librtauhal.dylib
>> >> >> > [ 29%] Built target rtauhal
>> >> >> > Scanning dependencies of target virtual
>> >> >> > [ 29%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/OOps/compile_ops.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 29%] Building CXX object
>> >> >> > InOut/CMakeFiles/virtual.dir/virtual_keyboard/FLTKKeyboard.cpp.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 30%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/babo.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 30%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/bilbar.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 30%] Building CXX object
>> >> >> >
>> >> >> >
>> >> >> > InOut/CMakeFiles/virtual.dir/virtual_keyboard/FLTKKeyboardWindow.cpp.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 30%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/compress.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 32%] [ 32%] Building CXX object
>> >> >> >
>> >> >> >
>> >> >> > InOut/CMakeFiles/virtual.dir/virtual_keyboard/FLTKKeyboardWidget.cpp.o
>> >> >> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/eqfil.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 32%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/Vosim.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 32%] [ 32%] Building CXX object
>> >> >> >
>> >> >> > InOut/CMakeFiles/virtual.dir/virtual_keyboard/virtual_keyboard.cpp.o
>> >> >> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pitch.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 32%] Building CXX object
>> >> >> > InOut/CMakeFiles/virtual.dir/virtual_keyboard/Bank.cpp.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 33%] [ 34%] Building CXX object
>> >> >> >
>> >> >> > InOut/CMakeFiles/virtual.dir/virtual_keyboard/KeyboardMapping.cpp.o
>> >> >> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pitch0.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 34%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/spectra.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 34%] Building CXX object
>> >> >> > InOut/CMakeFiles/virtual.dir/virtual_keyboard/Program.cpp.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 34%] Building CXX object
>> >> >> > InOut/CMakeFiles/virtual.dir/virtual_keyboard/SliderBank.cpp.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 34%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/ambicode1.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 35%] Building CXX object
>> >> >> > InOut/CMakeFiles/virtual.dir/virtual_keyboard/SliderData.cpp.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > Linking CXX shared library ../libvirtual.dylib
>> >> >> > [ 36%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/sfont.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 36%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/grain4.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 36%] Built target virtual
>> >> >> > Scanning dependencies of target widgets
>> >> >> > [ 36%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/hrtferX.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 36%] Building CXX object
>> >> >> > InOut/CMakeFiles/widgets.dir/FL_graph.cpp.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 36%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/loscilx.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 36%] Building C object InOut/CMakeFiles/widgets.dir/winFLTK.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 37%] [ 38%] Building CXX object
>> >> >> > InOut/CMakeFiles/widgets.dir/widgets.cpp.o
>> >> >> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/minmax.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 38%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/pan2.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 38%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/arrays.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 39%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/phisem.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 39%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/hrtfopcodes.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 39%] Linking CXX shared library ../libwidgets.dylib
>> >> >> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/stackops.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 39%] Built target widgets
>> >> >> > [ 40%] [ 41%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/vbap.c.o
>> >> >> > [FLEX][csbeats_SCANNER] Building scanner with flex 2.5.35
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 41%] [BISON][csbeats_PARSER] Building parser with bison 2.3
>> >> >> > beats/beats.y: conflicts: 1 reduce/reduce
>> >> >> > Scanning dependencies of target csbeats
>> >> >> > [ 41%] Building C object
>> >> >> > frontends/CMakeFiles/csbeats.dir/beats/main.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 41%] [ 41%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/vbap1.c.o
>> >> >> > Building C object frontends/CMakeFiles/csbeats.dir/beatslex.yy.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 42%] [ 42%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/vbap_n.c.o
>> >> >> > Building C object frontends/CMakeFiles/csbeats.dir/beats.tab.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > Linking C executable ../csbeats
>> >> >> > [ 43%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/vbap_zak.c.o
>> >> >> > [ 43%] Built target csbeats
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > Scanning dependencies of target stdutil
>> >> >> > [ 44%] Building C object util/CMakeFiles/stdutil.dir/atsa.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 44%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/vaops.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 44%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/ugakbari.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 44%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/harmon.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 45%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/pitchtrack.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 45%] Building C object util/CMakeFiles/stdutil.dir/cvanal.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 45%] Building C object util/CMakeFiles/stdutil.dir/dnoise.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 45%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/partikkel.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 46%] Building C object util/CMakeFiles/stdutil.dir/envext.c.o
>> >> >> > [ 46%] brew: superenv removed: -I/usr/local/include
>> >> >> > -I/tmp/csound-KYls
>> >> >> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/shape.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 46%] Building C object
>> >> >> > util/CMakeFiles/stdutil.dir/het_export.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 47%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/tabsum.c.o
>> >> >> > [ 47%] Building C object
>> >> >> > util/CMakeFiles/stdutil.dir/het_import.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 48%] [ 48%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/crossfm.c.o
>> >> >> > Building C object util/CMakeFiles/stdutil.dir/hetro.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 48%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/pvlock.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 48%] Building C object util/CMakeFiles/stdutil.dir/lpanal.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 49%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/fareyseq.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 49%] Building C object
>> >> >> > util/CMakeFiles/stdutil.dir/lpc_export.c.o
>> >> >> > [ 49%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/modmatrix.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 49%] Building C object
>> >> >> > util/CMakeFiles/stdutil.dir/lpc_import.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 50%] Building C object util/CMakeFiles/stdutil.dir/mixer.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 50%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/scoreline.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 51%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/modal4.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 51%] Building C object util/CMakeFiles/stdutil.dir/pvanal.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 51%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/physutil.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 51%] Building C object util/CMakeFiles/stdutil.dir/pv_export.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 51%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/physmod.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 52%] Building C object util/CMakeFiles/stdutil.dir/pv_import.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 52%] Building C object util/CMakeFiles/stdutil.dir/pvlook.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 52%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/mandolin.c.o
>> >> >> > [ 52%] brew: superenv removed: -I/usr/local/include
>> >> >> > -I/tmp/csound-KYls
>> >> >> > Building C object util/CMakeFiles/stdutil.dir/scale.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 53%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/singwave.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 54%] Building C object util/CMakeFiles/stdutil.dir/sndinfo.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 54%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/fm4op.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 54%] Building C object util/CMakeFiles/stdutil.dir/srconv.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 54%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/moog1.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 54%] Building C object util/CMakeFiles/stdutil.dir/std_util.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 55%] Building C object util/CMakeFiles/stdutil.dir/xtrct.c.o
>> >> >> > [ 56%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/shaker.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 56%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/bowedbar.c.o
>> >> >> > [ 56%] Building C object util/CMakeFiles/stdutil.dir/scope.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 56%] Building C object
>> >> >> > util/CMakeFiles/stdutil.dir/__/SDIF/sdif.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 56%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/gab/tabmorph.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > Linking C shared library ../libstdutil.dylib
>> >> >> > [ 57%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/gab/hvs.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 57%] Built target stdutil
>> >> >> > Scanning dependencies of target sdif2ad
>> >> >> > [ 58%] Building C object
>> >> >> > SDIF/CMakeFiles/sdif2ad.dir/sdif2adsyn.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 58%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/gab/sliderTable.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 58%] Building C object SDIF/CMakeFiles/sdif2ad.dir/sdif.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 58%] Building C object SDIF/CMakeFiles/sdif2ad.dir/sdif-mem.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 58%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/gab/newgabopc.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > Linking C executable ../sdif2ad
>> >> >> > [ 58%] Built target sdif2ad
>> >> >> > [ 59%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/ftest.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 59%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/hrtfearly.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 59%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/hrtfreverb.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 59%] [ 60%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/cpumeter.c.o
>> >> >> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/gendy.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 60%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/tl/sc_noise.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 60%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Top/argdecode.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 61%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Top/cscore_internal.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 61%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Top/cscorfns.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 61%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Top/csmodule.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 62%] Building C object CMakeFiles/CsoundLib64.dir/Top/csound.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 62%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Top/getstring.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 62%] Building C object CMakeFiles/CsoundLib64.dir/Top/main.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 63%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Top/new_opts.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 63%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Top/one_file.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 63%] Building C object CMakeFiles/CsoundLib64.dir/Top/opcode.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 63%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Top/threads.c.o
>> >> >> > [ 64%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Top/utility.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 64%] [ 64%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Top/threadsafe.c.o
>> >> >> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ambicode.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 65%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/bbcut.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 65%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/biquad.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 65%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/butter.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 66%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/clfilt.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 66%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/cross2.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 66%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/dam.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 67%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/dcblockr.c.o
>> >> >> > [ 67%] brew: superenv removed: -I/usr/local/include
>> >> >> > -I/tmp/csound-KYls
>> >> >> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/filter.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 67%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/flanger.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 67%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/follow.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 68%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/fout.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 68%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/freeverb.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 68%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/ftconv.c.o
>> >> >> > [ 69%] brew: superenv removed: -I/usr/local/include
>> >> >> > -I/tmp/csound-KYls
>> >> >> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ftgen.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 69%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/gab/gab.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 69%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/gab/vectorial.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 70%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/grain.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 70%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/locsig.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 70%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/lowpassr.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 71%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/metro.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 71%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/midiops2.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 71%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/midiops3.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 72%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/newfils.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 72%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/nlfilt.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 72%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/oscbnk.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 72%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/pluck.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 73%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/repluck.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 73%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/reverbsc.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 73%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/seqtime.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 74%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/sndloop.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 74%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/sndwarp.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 74%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/space.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 75%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/spat3d.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 75%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/syncgrain.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 75%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/ugens7.c.o
>> >> >> > [ 76%] brew: superenv removed: -I/usr/local/include
>> >> >> > -I/tmp/csound-KYls
>> >> >> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ugens9.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 76%] [ 76%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/uggab.c.o
>> >> >> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ugensa.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 76%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/ugmoss.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 77%] [ 77%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/ugnorman.c.o
>> >> >> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ugsc.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 77%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/wave-terrain.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 78%] [ 78%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/stdopcod.c.o
>> >> >> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/socksend.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 78%] [ 79%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/sockrecv.c.o
>> >> >> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ifd.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 79%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/partials.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 79%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/psynth.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 80%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/pvsbasic.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 80%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/pvscent.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 80%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/pvsdemix.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 80%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/pvs_ops.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 81%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/pvsband.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 81%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/pvsbuffer.c.o
>> >> >> > [ 81%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/pvsgendy.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 82%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/dsputil.c.o
>> >> >> > [ 82%] brew: superenv removed: -I/usr/local/include
>> >> >> > -I/tmp/csound-KYls
>> >> >> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pvadd.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 82%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/pvinterp.c.o
>> >> >> > [ 83%] brew: superenv removed: -I/usr/local/include
>> >> >> > -I/tmp/csound-KYls
>> >> >> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pvocext.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 83%] [ 83%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/pvread.c.o
>> >> >> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ugens8.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 84%] [ 84%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/vpvoc.c.o
>> >> >> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pvoc.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 84%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/mp3in.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 84%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/InOut/libmpadec/layer1.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 85%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/InOut/libmpadec/layer2.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 85%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/InOut/libmpadec/layer3.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 85%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/InOut/libmpadec/synth.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 86%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/InOut/libmpadec/tables.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 86%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/InOut/libmpadec/mpadec.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 86%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/InOut/libmpadec/mp3dec.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 87%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/csound_orclex.c.o
>> >> >> > [ 87%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/csound_orcparse.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 87%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/csound_prelex.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 88%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Engine/csound_orc_semantics.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 88%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Engine/csound_orc_expressions.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 88%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Engine/csound_orc_optimize.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 88%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Engine/csound_orc_compile.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 89%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Engine/new_orc_parser.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 89%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Engine/symbtab.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 89%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Engine/cs_new_dispatch.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 90%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Engine/cs_par_base.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 90%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Engine/cs_par_orc_semantic_analysis.c.o
>> >> >> > [ 90%] brew: superenv removed: -I/usr/local/include
>> >> >> > -I/tmp/csound-KYls
>> >> >> > Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Engine/cs_par_dispatch.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > Copying OS X content
>> >> >> > CsoundLib64.framework/Versions/6.0/Headers/CppSound.hpp
>> >> >> > Copying OS X content
>> >> >> > CsoundLib64.framework/Versions/6.0/Headers/CsoundFile.hpp
>> >> >> > Copying OS X content
>> >> >> > CsoundLib64.framework/Versions/6.0/Headers/OpcodeBase.hpp
>> >> >> > Copying OS X content
>> >> >> > CsoundLib64.framework/Versions/6.0/Headers/cfgvar.h
>> >> >> > Copying OS X content
>> >> >> > CsoundLib64.framework/Versions/6.0/Headers/csPerfThread.hpp
>> >> >> > Copying OS X content
>> >> >> > CsoundLib64.framework/Versions/6.0/Headers/cscore.h
>> >> >> > Copying OS X content
>> >> >> > CsoundLib64.framework/Versions/6.0/Headers/csdl.h
>> >> >> > Copying OS X content
>> >> >> > CsoundLib64.framework/Versions/6.0/Headers/csound.h
>> >> >> > Copying OS X content
>> >> >> > CsoundLib64.framework/Versions/6.0/Headers/csound.hpp
>> >> >> > Copying OS X content
>> >> >> > CsoundLib64.framework/Versions/6.0/Headers/csoundCore.h
>> >> >> > Copying OS X content
>> >> >> >
>> >> >> > CsoundLib64.framework/Versions/6.0/Headers/csound_data_structures.h
>> >> >> > Copying OS X content
>> >> >> > CsoundLib64.framework/Versions/6.0/Headers/csound_standard_types.h
>> >> >> > Copying OS X content
>> >> >> > CsoundLib64.framework/Versions/6.0/Headers/csound_type_system.h
>> >> >> > Copying OS X content
>> >> >> > CsoundLib64.framework/Versions/6.0/Headers/cwindow.h
>> >> >> > Copying OS X content
>> >> >> > CsoundLib64.framework/Versions/6.0/Headers/float-version-double.h
>> >> >> > Copying OS X content
>> >> >> > CsoundLib64.framework/Versions/6.0/Headers/filebuilding.h
>> >> >> > Copying OS X content
>> >> >> > CsoundLib64.framework/Versions/6.0/Headers/interlocks.h
>> >> >> > Copying OS X content
>> >> >> > CsoundLib64.framework/Versions/6.0/Headers/float-version.h
>> >> >> > Copying OS X content
>> >> >> > CsoundLib64.framework/Versions/6.0/Headers/pstream.h
>> >> >> > Copying OS X content
>> >> >> > CsoundLib64.framework/Versions/6.0/Headers/msg_attr.h
>> >> >> > Copying OS X content
>> >> >> > CsoundLib64.framework/Versions/6.0/Headers/pvfileio.h
>> >> >> > Copying OS X content
>> >> >> > CsoundLib64.framework/Versions/6.0/Headers/soundio.h
>> >> >> > Copying OS X content
>> >> >> > CsoundLib64.framework/Versions/6.0/Headers/sysdep.h
>> >> >> > Copying OS X content
>> >> >> > CsoundLib64.framework/Versions/6.0/Headers/text.h
>> >> >> > Copying OS X content
>> >> >> > CsoundLib64.framework/Versions/6.0/Headers/version.h
>> >> >> > Linking C shared library
>> >> >> > CsoundLib64.framework/Versions/6.0/CsoundLib64
>> >> >> > [ 90%] Built target CsoundLib64
>> >> >> > Scanning dependencies of target csladspa
>> >> >> > Scanning dependencies of target libcsnd
>> >> >> > [ 90%] Building CXX object
>> >> >> > frontends/CMakeFiles/csladspa.dir/csladspa/csladspa.cpp.o
>> >> >> > [ 91%] brew: superenv removed: -I/usr/local/include
>> >> >> > -I/tmp/csound-KYls
>> >> >> > Building CXX object
>> >> >> > interfaces/CMakeFiles/libcsnd.dir/CppSound.cpp.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 91%] Building CXX object
>> >> >> > interfaces/CMakeFiles/libcsnd.dir/CsoundFile.cpp.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > Linking CXX shared library ../csladspa.dylib
>> >> >> > [ 91%] Built target csladspa
>> >> >> > Scanning dependencies of target csound-bin
>> >> >> > [ 91%] Building C object
>> >> >> > frontends/CMakeFiles/csound-bin.dir/csound/csound_main.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > Linking C executable ../csound
>> >> >> > [ 91%] Built target csound-bin
>> >> >> > Scanning dependencies of target atsa
>> >> >> > [ 91%] Building C object util/CMakeFiles/atsa.dir/atsa_main.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > Linking C executable ../atsa
>> >> >> > [ 91%] Building CXX object
>> >> >> > interfaces/CMakeFiles/libcsnd.dir/Soundfile.cpp.o
>> >> >> > [ 91%] brew: superenv removed: -I/usr/local/include
>> >> >> > -I/tmp/csound-KYls
>> >> >> > Built target atsa
>> >> >> > [ 91%] Building CXX object
>> >> >> > interfaces/CMakeFiles/libcsnd.dir/csPerfThread.cpp.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 92%] [ 92%] Building CXX object
>> >> >> > interfaces/CMakeFiles/libcsnd.dir/cs_glue.cpp.o
>> >> >> > Building CXX object
>> >> >> > interfaces/CMakeFiles/libcsnd.dir/filebuilding.cpp.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > Scanning dependencies of target csanalyze
>> >> >> > [ 92%] Building C object
>> >> >> > util/CMakeFiles/csanalyze.dir/csanalyze.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > Linking C executable ../csanalyze
>> >> >> > Linking CXX shared library ../libcsnd.dylib
>> >> >> > [ 92%] Built target csanalyze
>> >> >> > [ 92%] Built target libcsnd
>> >> >> > Scanning dependencies of target cvanal
>> >> >> > Scanning dependencies of target dnoise
>> >> >> > [ 92%] [ 93%] Building C object
>> >> >> > util/CMakeFiles/dnoise.dir/dnoise_main.c.o
>> >> >> > Building C object util/CMakeFiles/cvanal.dir/cvl_main.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > Linking C executable ../dnoise
>> >> >> > Linking C executable ../cvanal
>> >> >> > [ 93%] Built target dnoise
>> >> >> > [ 93%] Built target cvanal
>> >> >> > Scanning dependencies of target envext
>> >> >> > Scanning dependencies of target extractor
>> >> >> > [ 93%] [ 93%] Building C object
>> >> >> > util/CMakeFiles/envext.dir/env_main.c.o
>> >> >> > Building C object util/CMakeFiles/extractor.dir/xtrc_main.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > Linking C executable ../envext
>> >> >> > Linking C executable ../extractor
>> >> >> > [ 93%] Built target extractor
>> >> >> > [ 93%] Built target envext
>> >> >> > Scanning dependencies of target het_export
>> >> >> > Scanning dependencies of target het_import
>> >> >> > [ 93%] [ 93%] Building C object
>> >> >> > util/CMakeFiles/het_export.dir/hetx_main.c.o
>> >> >> > Building C object util/CMakeFiles/het_import.dir/heti_main.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > Linking C executable ../het_export
>> >> >> > Linking C executable ../het_import
>> >> >> > [ 93%] [ 93%] Built target het_import
>> >> >> > Built target het_export
>> >> >> > Scanning dependencies of target lpanal
>> >> >> > Scanning dependencies of target hetro
>> >> >> > [ 93%] Building C object util/CMakeFiles/lpanal.dir/lpc_main.c.o
>> >> >> > [ 94%] brew: superenv removed: -I/usr/local/include
>> >> >> > -I/tmp/csound-KYls
>> >> >> > Building C object util/CMakeFiles/hetro.dir/het_main.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > Linking C executable ../lpanal
>> >> >> > Linking C executable ../hetro
>> >> >> > [ 94%] Built target lpanal
>> >> >> > [ 94%] Built target hetro
>> >> >> > Scanning dependencies of target lpc_export
>> >> >> > Scanning dependencies of target lpc_import
>> >> >> > [ 95%] Building C object
>> >> >> > util/CMakeFiles/lpc_export.dir/lpcx_main.c.o
>> >> >> > [ 95%] Building C object
>> >> >> > util/CMakeFiles/lpc_import.dir/lpci_main.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > Linking C executable ../lpc_export
>> >> >> > Linking C executable ../lpc_import
>> >> >> > [ 95%] Built target lpc_export
>> >> >> > [ 95%] Built target lpc_import
>> >> >> > Scanning dependencies of target mixer-bin
>> >> >> > Scanning dependencies of target pv_export
>> >> >> > [ 95%] [ 95%] Building C object
>> >> >> > util/CMakeFiles/mixer-bin.dir/mixer_main.c.o
>> >> >> > Building C object util/CMakeFiles/pv_export.dir/pvx_main.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > Linking C executable ../pv_export
>> >> >> > Linking C executable ../mixer
>> >> >> > [ 95%] Built target pv_export
>> >> >> > [ 95%] Built target mixer-bin
>> >> >> > Scanning dependencies of target pvanal
>> >> >> > Scanning dependencies of target pv_import
>> >> >> > [ 95%] [ 96%] Building C object
>> >> >> > util/CMakeFiles/pvanal.dir/pvc_main.c.o
>> >> >> > Building C object util/CMakeFiles/pv_import.dir/pvi_main.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > Linking C executable ../pvanal
>> >> >> > Linking C executable ../pv_import
>> >> >> > [ 96%] Built target pvanal
>> >> >> > [ 96%] Built target pv_import
>> >> >> > Scanning dependencies of target scale
>> >> >> > Scanning dependencies of target pvlook
>> >> >> > [ 96%] [ 96%] Building C object
>> >> >> > util/CMakeFiles/scale.dir/scale_main.c.o
>> >> >> > Building C object util/CMakeFiles/pvlook.dir/pvl_main.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > Linking C executable ../pvlook
>> >> >> > Linking C executable ../scale
>> >> >> > [ 96%] Built target pvlook
>> >> >> > [ 96%] Built target scale
>> >> >> > Scanning dependencies of target scope
>> >> >> > Scanning dependencies of target sndinfo
>> >> >> > [ 96%] [ 96%] Building C object
>> >> >> > util/CMakeFiles/scope.dir/scope_main.c.o
>> >> >> > Building C object util/CMakeFiles/sndinfo.dir/sndinfo_main.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > Linking C executable ../sndinfo
>> >> >> > Linking C executable ../scope
>> >> >> > [ 96%] Built target scope
>> >> >> > [ 96%] Built target sndinfo
>> >> >> > Scanning dependencies of target srconv
>> >> >> > Scanning dependencies of target extract
>> >> >> > [ 97%] [ 97%] Building C object
>> >> >> > util/CMakeFiles/srconv.dir/srconv_main.c.o
>> >> >> > Building C object util1/CMakeFiles/extract.dir/sortex/xmain.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > Linking C executable ../extract
>> >> >> > Linking C executable ../srconv
>> >> >> > [ 97%] Built target extract
>> >> >> > [ 97%] Built target srconv
>> >> >> > [ 98%] Scanning dependencies of target scsort
>> >> >> > Swig source
>> >> >> > [ 98%] Building C object
>> >> >> > util1/CMakeFiles/scsort.dir/sortex/smain.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > Language subdirectory: python
>> >> >> > Search paths:
>> >> >> >    ./
>> >> >> >    /usr/local/include/
>> >> >> >    /tmp/csound-KYls/./H/
>> >> >> >    /tmp/csound-KYls/./include/
>> >> >> >    /tmp/csound-KYls/./Engine/
>> >> >> >    /tmp/csound-KYls/./
>> >> >> >    /tmp/csound-KYls/
>> >> >> >    /tmp/csound-KYls/interfaces/
>> >> >> >    /System/Library/Frameworks/Python.framework/Headers/
>> >> >> >    ./swig_lib/python/
>> >> >> >    /usr/local/Cellar/swig/2.0.9/share/swig/2.0.9/python/
>> >> >> >    ./swig_lib/
>> >> >> >    /usr/local/Cellar/swig/2.0.9/share/swig/2.0.9/
>> >> >> > Preprocessing...
>> >> >> > Linking C executable ../scsort
>> >> >> > [ 98%] Built target scsort
>> >> >> > [ 98%] Swig source
>> >> >> > Language subdirectory: java
>> >> >> > Search paths:
>> >> >> >    ./
>> >> >> >    /usr/local/include/
>> >> >> >    /tmp/csound-KYls/./H/
>> >> >> >    /tmp/csound-KYls/./include/
>> >> >> >    /tmp/csound-KYls/./Engine/
>> >> >> >    /tmp/csound-KYls/./
>> >> >> >    /tmp/csound-KYls/
>> >> >> >    /tmp/csound-KYls/interfaces/
>> >> >> >    /System/Library/Frameworks/Python.framework/Headers/
>> >> >> >    /System/Library/Frameworks/JavaVM.framework/Headers/
>> >> >> >    /System/Library/Frameworks/JavaVM.framework/Headers/
>> >> >> >    /System/Library/Frameworks/JavaVM.framework/Headers/
>> >> >> >    ./swig_lib/java/
>> >> >> >    /usr/local/Cellar/swig/2.0.9/share/swig/2.0.9/java/
>> >> >> >    ./swig_lib/
>> >> >> >    /usr/local/Cellar/swig/2.0.9/share/swig/2.0.9/
>> >> >> > Preprocessing...
>> >> >> > Starting language-specific parse...
>> >> >> > Processing types...
>> >> >> > C++ analysis...
>> >> >> > Generating wrappers...
>> >> >> > Starting language-specific parse...
>> >> >> > /tmp/csound-KYls/./include/csound.h:519: Warning 451: Setting a
>> >> >> > const
>> >> >> > char *
>> >> >> > variable may leak memory.
>> >> >> > Processing types...
>> >> >> > C++ analysis...
>> >> >> > Generating wrappers...
>> >> >> > /tmp/csound-KYls/./include/csound.h:519: Warning 451: Setting a
>> >> >> > const
>> >> >> > char *
>> >> >> > variable may leak memory.
>> >> >> > cs_glue.hpp:505: Warning 473: Returning a pointer or reference in
>> >> >> > a
>> >> >> > director
>> >> >> > method is not recommended.
>> >> >> > CppSound.hpp:36: Warning 453: Can't apply (std::vector< double >
>> >> >> > *INPUT). No
>> >> >> > typemaps are defined.
>> >> >> > CppSound.hpp:52: Warning 813: Warning for CppSound proxy: Base
>> >> >> > CsoundFile
>> >> >> > ignored. Multiple inheritance is not supported in Java.
>> >> >> > cs_glue.hpp:505: Warning 473: Returning a pointer or reference in
>> >> >> > a
>> >> >> > director
>> >> >> > method is not recommended.
>> >> >> > Scanning dependencies of target _jcsound6
>> >> >> > [ 99%] Building CXX object
>> >> >> > interfaces/CMakeFiles/_jcsound6.dir/java_interfaceJAVA_wrap.cxx.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > CppSound.hpp:36: Warning 453: Can't apply (std::vector< double >
>> >> >> > *INPUT). No
>> >> >> > typemaps are defined.
>> >> >> > Scanning dependencies of target _csnd6
>> >> >> > [ 99%] Building CXX object
>> >> >> > interfaces/CMakeFiles/_csnd6.dir/python_interfacePYTHON_wrap.cxx.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > Linking CXX shared module ../lib_jcsound6.jnilib
>> >> >> > Building JAVA package csnd6.jar
>> >> >> > Linking CXX shared module ../_csnd6.so
>> >> >> > [ 99%] Built target _csnd6
>> >> >> > [ 99%] [ 99%] Built target _jcsound6
>> >> >> > Swig source
>> >> >> > Language subdirectory: lua
>> >> >> > Search paths:
>> >> >> >    ./
>> >> >> >    /usr/local/include/
>> >> >> >    /tmp/csound-KYls/./H/
>> >> >> >    /tmp/csound-KYls/./include/
>> >> >> >    /tmp/csound-KYls/./Engine/
>> >> >> >    /tmp/csound-KYls/./
>> >> >> >    /tmp/csound-KYls/
>> >> >> >    /tmp/csound-KYls/interfaces/
>> >> >> >    /System/Library/Frameworks/Python.framework/Headers/
>> >> >> >    /System/Library/Frameworks/JavaVM.framework/Headers/
>> >> >> >    /System/Library/Frameworks/JavaVM.framework/Headers/
>> >> >> >    /System/Library/Frameworks/JavaVM.framework/Headers/
>> >> >> >    /usr/local/include/
>> >> >> >    ./swig_lib/lua/
>> >> >> >    /usr/local/Cellar/swig/2.0.9/share/swig/2.0.9/lua/
>> >> >> >    ./swig_lib/
>> >> >> >    /usr/local/Cellar/swig/2.0.9/share/swig/2.0.9/
>> >> >> > Preprocessing...
>> >> >> > Starting language-specific parse...
>> >> >> > Processing types...
>> >> >> > C++ analysis...
>> >> >> > Generating wrappers...
>> >> >> > /tmp/csound-KYls/./include/csound.h:519: Warning 451: Setting a
>> >> >> > const
>> >> >> > char *
>> >> >> > variable may leak memory.
>> >> >> > CppSound.hpp:36: Warning 453: Can't apply (std::vector< double >
>> >> >> > *INPUT). No
>> >> >> > typemaps are defined.
>> >> >> > Scanning dependencies of target luaCsnd6
>> >> >> > [100%] Building CXX object
>> >> >> > interfaces/CMakeFiles/luaCsnd6.dir/lua_interfaceLUA_wrap.cxx.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > Linking CXX shared module ../luaCsnd6.so
>> >> >> > [100%] Built target luaCsnd6
>> >> >> > Install the project...
>> >> >> > -- Install configuration: "None"
>> >> >> > -- Installing:
>> >> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework
>> >> >> > -- Up-to-date:
>> >> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/CsoundLib64
>> >> >> > -- Up-to-date:
>> >> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Headers
>> >> >> > -- Up-to-date:
>> >> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Resources
>> >> >> > -- Installing:
>> >> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions
>> >> >> > -- Installing:
>> >> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0
>> >> >> > -- Installing:
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/CsoundLib64
>> >> >> > -- Installing:
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers
>> >> >> > -- Installing:
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/cfgvar.h
>> >> >> > -- Installing:
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/CppSound.hpp
>> >> >> > -- Installing:
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/cscore.h
>> >> >> > -- Installing:
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/csdl.h
>> >> >> > -- Installing:
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/csound.h
>> >> >> > -- Installing:
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/csound.hpp
>> >> >> > -- Installing:
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/csound_data_structures.h
>> >> >> > -- Installing:
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/csound_standard_types.h
>> >> >> > -- Installing:
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/csound_type_system.h
>> >> >> > -- Installing:
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/csoundCore.h
>> >> >> > -- Installing:
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/CsoundFile.hpp
>> >> >> > -- Installing:
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/csPerfThread.hpp
>> >> >> > -- Installing:
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/cwindow.h
>> >> >> > -- Installing:
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/filebuilding.h
>> >> >> > -- Installing:
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/float-version-double.h
>> >> >> > -- Installing:
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/float-version.h
>> >> >> > -- Installing:
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/interlocks.h
>> >> >> > -- Installing:
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/msg_attr.h
>> >> >> > -- Installing:
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/OpcodeBase.hpp
>> >> >> > -- Installing:
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/pstream.h
>> >> >> > -- Installing:
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/pvfileio.h
>> >> >> > -- Installing:
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/soundio.h
>> >> >> > -- Installing:
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/sysdep.h
>> >> >> > -- Installing:
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/text.h
>> >> >> > -- Installing:
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/version.h
>> >> >> > -- Installing:
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources
>> >> >> > -- Installing:
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Info.plist
>> >> >> > -- Up-to-date:
>> >> >> >
>> >> >> >
>> >> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/Current
>> >> >> > -- Installing:
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libmixer.dylib
>> >> >> > -- Installing:
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libsignalflowgraph.dylib
>> >> >> > -- Installing:
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libampmidid.dylib
>> >> >> > -- Installing:
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libcs_date.dylib
>> >> >> > -- Installing:
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libsystem_call.dylib
>> >> >> > -- Installing:
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libdoppler.dylib
>> >> >> > -- Installing:
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libfractalnoise.dylib
>> >> >> > -- Installing:
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libfareygen.dylib
>> >> >> > -- Installing:
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libcellular.dylib
>> >> >> > -- Installing:
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libserial.dylib
>> >> >> > -- Installing:
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libplaterev.dylib
>> >> >> > -- Installing:
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libscansyn.dylib
>> >> >> > -- Installing:
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libcontrol.dylib
>> >> >> > -- Installing:
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libchua.dylib
>> >> >> > -- Installing:
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libosc.dylib
>> >> >> > -- Installing:
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libimage.dylib
>> >> >> > -- Installing:
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libpy.dylib
>> >> >> > -- Installing:
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libstk.dylib
>> >> >> > -- Installing:
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libcmidi.dylib
>> >> >> > -- Installing:
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/librtauhal.dylib
>> >> >> > -- Installing:
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libipmidi.dylib
>> >> >> > -- Installing:
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libwidgets.dylib
>> >> >> > -- Installing:
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libvirtual.dylib
>> >> >> > -- Installing: /usr/local/Cellar/csound/HEAD/lib/libcsnd.6.0.dylib
>> >> >> > -- Installing: /usr/local/Cellar/csound/HEAD/lib/libcsnd.dylib
>> >> >> > -- Installing: /Library/Python/2.7/site-packages/_csnd6.so
>> >> >> > CMake Error at interfaces/cmake_install.cmake:61 (FILE):
>> >> >> >   file INSTALL cannot copy file "/tmp/csound-KYls/_csnd6.so" to
>> >> >> >   "/Library/Python/2.7/site-packages/_csnd6.so".
>> >> >> > Call Stack (most recent call first):
>> >> >> >   cmake_install.cmake:56 (INCLUDE)
>> >> >> >
>> >> >> >
>> >> >> > make: *** [install] Error 1
>> >> >> > ==> Configuration
>> >> >> > HOMEBREW_VERSION: 0.9.4
>> >> >> > HEAD: 38629e1de84d5b8f020e02ebe3ca3430a47080ef
>> >> >> > CPU: dual-core 64-bit penryn
>> >> >> > OS X: 10.8.3-x86_64
>> >> >> > Xcode: 4.6.2
>> >> >> > CLT: 4.6.0.0.1.1365549073
>> >> >> > X11: 2.7.4 => /opt/X11
>> >> >> > ==> ENV
>> >> >> > CC: cc
>> >> >> > CXX: c++
>> >> >> > MAKEFLAGS: -j2
>> >> >> > CMAKE_PREFIX_PATH: /usr/local
>> >> >> > CMAKE_INCLUDE_PATH:
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> > /usr/include/libxml2:/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers/
>> >> >> > CMAKE_LIBRARY_PATH:
>> >> >> >
>> >> >> >
>> >> >> > /System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
>> >> >> > PKG_CONFIG_PATH:
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> > /usr/local/opt/pcre/lib/pkgconfig:/usr/local/opt/libsndfile/lib/pkgconfig:/usr/local/opt/portaudio/lib/pkgconfig:/usr/local/opt/liblo/lib/pkgconfig:/usr/local/opt/libpng/lib/pkgconfig
>> >> >> > PKG_CONFIG_LIBDIR:
>> >> >> > /usr/lib/pkgconfig:/usr/local/Library/ENV/pkgconfig/10.8
>> >> >> > ACLOCAL_PATH: /usr/local/share/aclocal
>> >> >> > OBJC: cc
>> >> >> > PATH:
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> > /usr/local/Library/ENV/4.3:/usr/local/opt/cmake/bin:/usr/local/opt/pcre/bin:/usr/local/opt/swig/bin:/usr/local/opt/libsndfile/bin:/usr/local/opt/liblo/bin:/usr/local/opt/libpng/bin:/usr/local/opt/stk/bin:/usr/local/opt/jpeg/bin:/usr/local/opt/fltk/bin:/usr/bin:/bin:/usr/sbin:/sbin
>> >> >> >
>> >> >> > Error: csound did not build
>> >> >> > Logs:
>> >> >> > /Users/eddyc/Library/Logs/Homebrew/csound/CMakeCache.txt
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> > On 12 May 2013 11:03, Steven Yi  wrote:
>> >> >> >>
>> >> >> >> Could you run "brew install --HEAD
>> >> >> >> http://www.kunstmusik.com/csound.rb
>> >> >> >> --verbose" and post the verbose output?
>> >> >> >>
>> >> >> >> On May 12, 2013 10:47 AM, "Ed Costello"
>> >> >> >> 
>> >> >> >> wrote:
>> >> >> >>>
>> >> >> >>> Ok, still getting errors, heres what happened next....
>> >> >> >>>
>> >> >> >>> Marions-MacBook:~ eddyc$ brew link --overwrite libsndfile
>> >> >> >>> Linking /usr/local/Cellar/libsndfile/1.0.25... 27 symlinks
>> >> >> >>> created
>> >> >> >>> Marions-MacBook:~ eddyc$ brew install
>> >> >> >>> http://www.kunstmusik.com/csound.rb
>> >> >> >>>
>> >> >> >>>
>> >> >> >>>
>> >> >> >>> ########################################################################
>> >> >> >>> 100.0%
>> >> >> >>> Error: You must `brew link portaudio portmidi liblo' before
>> >> >> >>> csound
>> >> >> >>> can
>> >> >> >>> be
>> >> >> >>> installed
>> >> >> >>> Marions-MacBook:~ eddyc$ brew link --overwrite portaudio
>> >> >> >>> portmidi
>> >> >> >>> liblo
>> >> >> >>> Linking /usr/local/Cellar/portaudio/19.20111121... 6 symlinks
>> >> >> >>> created
>> >> >> >>> Linking /usr/local/Cellar/portmidi/217... 3 symlinks created
>> >> >> >>> Linking /usr/local/Cellar/liblo/0.26... 6 symlinks created
>> >> >> >>> Marions-MacBook:~ eddyc$ brew install
>> >> >> >>> http://www.kunstmusik.com/csound.rb
>> >> >> >>>
>> >> >> >>>
>> >> >> >>>
>> >> >> >>> ########################################################################
>> >> >> >>> 100.0%
>> >> >> >>> ==> Downloading
>> >> >> >>> http://www.kunstmusik.com/Csound-6.0.1-Source.tar.bz2
>> >> >> >>> Already downloaded:
>> >> >> >>> /Library/Caches/Homebrew/csound-6.0.1.tar.bz2
>> >> >> >>> ==> cmake . -DUSE_GETTEXT=0
>> >> >> >>> -DCMAKE_INSTALL_PREFIX=/usr/local/Cellar/csound/6.0.
>> >> >> >>> ==> make install
>> >> >> >>> Call Stack (most recent call first):
>> >> >> >>>   cmake_install.cmake:56 (INCLUDE)
>> >> >> >>>
>> >> >> >>>
>> >> >> >>> make: *** [install] Error 1
>> >> >> >>>
>> >> >> >>>
>> >> >> >>> On 11 May 2013 23:39, Steven Yi  wrote:
>> >> >> >>>>
>> >> >> >>>> Hey Ed,
>> >> >> >>>>
>> >> >> >>>> Sorry, just use "brew link --overwrite libsndfile" and ignore
>> >> >> >>>> the
>> >> >> >>>> uninstall/install thing I wrote earlier. :)
>> >> >> >>>>
>> >> >> >>>> steven
>> >> >> >>>>
>> >> >> >>>> On Sat, May 11, 2013 at 11:31 PM, Steven Yi
>> >> >> >>>> 
>> >> >> >>>> wrote:
>> >> >> >>>> > Hey Ed!
>> >> >> >>>> >
>> >> >> >>>> > So for that it's pretty much what it says.  You'll have to
>> >> >> >>>> > use
>> >> >> >>>> > the
>> >> >> >>>> > brew installed libsndfile, and to do that you'll probably
>> >> >> >>>> > have
>> >> >> >>>> > to
>> >> >> >>>> > do
>> >> >> >>>> > "brew uninstall libsndfile; brew install --overwrite
>> >> >> >>>> > libsndfile".
>> >> >> >>>> > Most
>> >> >> >>>> > likely when brew tried to link it's libsndfile into
>> >> >> >>>> > /usr/local,
>> >> >> >>>> > it
>> >> >> >>>> > encountered your custom built ones and gave up; I wonder if
>> >> >> >>>> > it
>> >> >> >>>> > didn't
>> >> >> >>>> > alter something though X_X.  But try getting the brew
>> >> >> >>>> > installed
>> >> >> >>>> > ones
>> >> >> >>>> > in there and I think you'll be good for csound building after
>> >> >> >>>> > that.
>> >> >> >>>> >
>> >> >> >>>> > Thanks!
>> >> >> >>>> > steven
>> >> >> >>>> >
>> >> >> >>>> > On Sat, May 11, 2013 at 8:10 PM, Ed Costello
>> >> >> >>>> >  wrote:
>> >> >> >>>> >> I get an error saying it requires libsndfile, the thing is I
>> >> >> >>>> >> already
>> >> >> >>>> >> have
>> >> >> >>>> >> libsndfile installed from a previous csound installation,
>> >> >> >>>> >>
>> >> >> >>>> >> CMake Error at CMakeLists.txt:339 (message):
>> >> >> >>>> >>   Csound requires the sndfile library
>> >> >> >>>> >>
>> >> >> >>>> >>
>> >> >> >>>> >> -- Configuring incomplete, errors occurred!
>> >> >> >>>> >>
>> >> >> >>>> >> READ THIS:
>> >> >> >>>> >> https://github.com/mxcl/homebrew/wiki/troubleshooting
>> >> >> >>>> >>
>> >> >> >>>> >> Marions-MacBook:~ eddyc$ brew install libsndfile
>> >> >> >>>> >> Warning: libsndfile-1.0.25 already installed, it's just not
>> >> >> >>>> >> linked
>> >> >> >>>> >> Marions-MacBook:~ eddyc$
>> >> >> >>>> >>
>> >> >> >>>> >>
>> >> >> >>>> >>
>> >> >> >>>> >> On 11 May 2013 18:26, peiman khosravi
>> >> >> >>>> >> 
>> >> >> >>>> >> wrote:
>> >> >> >>>> >>>
>> >> >> >>>> >>> I get the same errors.
>> >> >> >>>> >>>
>> >> >> >>>> >>> P
>> >> >> >>>> >>>
>> >> >> >>>> >>>
>> >> >> >>>> >>>
>> >> >> >>>> >>>
>> >> >> >>>> >>>
>> >> >> >>>> >>>
>> >> >> >>>> >>> www.peimankhosravi.co.uk || Subscribe to RSS Feed
>> >> >> >>>> >>>
>> >> >> >>>> >>> To receive emails about upcoming concerts visit this page &
>> >> >> >>>> >>> enter
>> >> >> >>>> >>> your
>> >> >> >>>> >>> email address in the 'follow' section.
>> >> >> >>>> >>>
>> >> >> >>>> >>>
>> >> >> >>>> >>>
>> >> >> >>>> >>> On 11 May 2013 16:38, Steven Yi  wrote:
>> >> >> >>>> >>>>
>> >> >> >>>> >>>> Hi Jake,
>> >> >> >>>> >>>>
>> >> >> >>>> >>>> Thanks very much for the quick report! I'm running into
>> >> >> >>>> >>>> similar
>> >> >> >>>> >>>> situations and it has to do with brew trying to install
>> >> >> >>>> >>>> links
>> >> >> >>>> >>>> but
>> >> >> >>>> >>>> there are original files there installed from somewhere
>> >> >> >>>> >>>> else
>> >> >> >>>> >>>> (likely
>> >> >> >>>> >>>> from a previous csound installer install).  I just did
>> >> >> >>>> >>>> this:
>> >> >> >>>> >>>>
>> >> >> >>>> >>>> Error: Could not symlink file:
>> >> >> >>>> >>>> /usr/local/Cellar/libogg/1.3.0/include/ogg/os_types.h
>> >> >> >>>> >>>> Target /usr/local/include/ogg/os_types.h already exists.
>> >> >> >>>> >>>> You
>> >> >> >>>> >>>> may
>> >> >> >>>> >>>> need
>> >> >> >>>> >>>> to delete it.
>> >> >> >>>> >>>> To force the link and overwrite all other conflicting
>> >> >> >>>> >>>> files,
>> >> >> >>>> >>>> do:
>> >> >> >>>> >>>>   brew link --overwrite formula_name
>> >> >> >>>> >>>>
>> >> >> >>>> >>>> To list all files that would be deleted:
>> >> >> >>>> >>>>   brew link --overwrite --dry-run formula_name
>> >> >> >>>> >>>> cp23-119:Formula stevenyi$ brew link --overwrite libogg
>> >> >> >>>> >>>> Linking /usr/local/Cellar/libogg/1.3.0... 81 symlinks
>> >> >> >>>> >>>> created
>> >> >> >>>> >>>>
>> >> >> >>>> >>>> and also did 'brew link --overwrite flac' (and so on for
>> >> >> >>>> >>>> each
>> >> >> >>>> >>>> lib).
>> >> >> >>>> >>>>
>> >> >> >>>> >>>> One note, I'm running into issues in building --universal.
>> >> >> >>>> >>>> It
>> >> >> >>>> >>>> seems
>> >> >> >>>> >>>> some of the formulas can be --universal but they depend on
>> >> >> >>>> >>>> others
>> >> >> >>>> >>>> that
>> >> >> >>>> >>>> don't support universal.  I'm going to see about modifying
>> >> >> >>>> >>>> some
>> >> >> >>>> >>>> of
>> >> >> >>>> >>>> the
>> >> >> >>>> >>>> dependent homebrew recipes and if that works I'll see if
>> >> >> >>>> >>>> they
>> >> >> >>>> >>>> get
>> >> >> >>>> >>>> accepted into the main repo.
>> >> >> >>>> >>>>
>> >> >> >>>> >>>> Thanks!
>> >> >> >>>> >>>> steven
>> >> >> >>>> >>>>
>> >> >> >>>> >>>> On Sat, May 11, 2013 at 5:24 PM, Jacob Joaquin
>> >> >> >>>> >>>> 
>> >> >> >>>> >>>> wrote:
>> >> >> >>>> >>>> > Here's my first run through; It breaks at libogg. I'm
>> >> >> >>>> >>>> > actually
>> >> >> >>>> >>>> > in
>> >> >> >>>> >>>> > the
>> >> >> >>>> >>>> > middle
>> >> >> >>>> >>>> > of something this morning. I'll spend more time with
>> >> >> >>>> >>>> > this
>> >> >> >>>> >>>> > when
>> >> >> >>>> >>>> > I
>> >> >> >>>> >>>> > have
>> >> >> >>>> >>>> > some:
>> >> >> >>>> >>>> >
>> >> >> >>>> >>>> > Quorra ~ $ brew install
>> >> >> >>>> >>>> > http://www.kunstmusik.com/csound.rb
>> >> >> >>>> >>>> >
>> >> >> >>>> >>>> >
>> >> >> >>>> >>>> >
>> >> >> >>>> >>>> >
>> >> >> >>>> >>>> >
>> >> >> >>>> >>>> > ########################################################################
>> >> >> >>>> >>>> > 100.0%
>> >> >> >>>> >>>> > Warning: Your Xcode (4.6.1) is outdated
>> >> >> >>>> >>>> > Please install Xcode 4.6.2.
>> >> >> >>>> >>>> > ==> Installing csound dependency: cmake
>> >> >> >>>> >>>> > ==> Downloading
>> >> >> >>>> >>>> >
>> >> >> >>>> >>>> >
>> >> >> >>>> >>>> >
>> >> >> >>>> >>>> > https://downloads.sf.net/project/machomebrew/Bottles/cmake-2.8.1
>> >> >> >>>> >>>> >
>> >> >> >>>> >>>> >
>> >> >> >>>> >>>> >
>> >> >> >>>> >>>> >
>> >> >> >>>> >>>> >
>> >> >> >>>> >>>> > ########################################################################
>> >> >> >>>> >>>> > 100.0%
>> >> >> >>>> >>>> > ==> Pouring cmake-2.8.10.2.mountain_lion.bottle.tar.gz
>> >> >> >>>> >>>> > 🍺  /usr/local/Cellar/cmake/2.8.10.2: 683 files, 32M
>> >> >> >>>> >>>> > ==> Installing csound dependency: pcre
>> >> >> >>>> >>>> > ==> Downloading
>> >> >> >>>> >>>> >
>> >> >> >>>> >>>> >
>> >> >> >>>> >>>> >
>> >> >> >>>> >>>> > ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre-8.32.
>> >> >> >>>> >>>> >
>> >> >> >>>> >>>> >
>> >> >> >>>> >>>> >
>> >> >> >>>> >>>> >
>> >> >> >>>> >>>> >
>> >> >> >>>> >>>> > ########################################################################
>> >> >> >>>> >>>> > 100.0%
>> >> >> >>>> >>>> >
>> >> >> >>>> >>>> >
>> >> >> >>>> >>>> >
>> >> >> >>>> >>>> >
>> >> >> >>>> >>>> >
>> >> >> >>>> >>>> > ########################################################################
>> >> >> >>>> >>>> > 100.0%==> ./configure
>> >> >> >>>> >>>> > --prefix=/usr/local/Cellar/pcre/8.32
>> >> >> >>>> >>>> > --enable-utf8
>> >> >> >>>> >>>> > --enable-unic
>> >> >> >>>> >>>> > ==> make test
>> >> >> >>>> >>>> > ==> make install
>> >> >> >>>> >>>> > 🍺  /usr/local/Cellar/pcre/8.32: 135 files, 3.6M, built
>> >> >> >>>> >>>> > in
>> >> >> >>>> >>>> > 44
>> >> >> >>>> >>>> > seconds
>> >> >> >>>> >>>> > ==> Installing csound dependency: swig
>> >> >> >>>> >>>> > ==> Downloading
>> >> >> >>>> >>>> >
>> >> >> >>>> >>>> >
>> >> >> >>>> >>>> >
>> >> >> >>>> >>>> >
>> >> >> >>>> >>>> >
>> >> >> >>>> >>>> > http://sourceforge.net/projects/swig/files/swig/swig-2.0.9/swig-2.0.9.tar.gz
>> >> >> >>>> >>>> >
>> >> >> >>>> >>>> >
>> >> >> >>>> >>>> >
>> >> >> >>>> >>>> >
>> >> >> >>>> >>>> >
>> >> >> >>>> >>>> > ########################################################################
>> >> >> >>>> >>>> > 100.0%
>> >> >> >>>> >>>> > ==> ./configure --prefix=/usr/local/Cellar/swig/2.0.9
>> >> >> >>>> >>>> > ==> make
>> >> >> >>>> >>>> > ==> make install
>> >> >> >>>> >>>> > 🍺  /usr/local/Cellar/swig/2.0.9: 599 files, 6.2M, built
>> >> >> >>>> >>>> > in
>> >> >> >>>> >>>> > 45
>> >> >> >>>> >>>> > seconds
>> >> >> >>>> >>>> > ==> Installing csound dependency: pkg-config
>> >> >> >>>> >>>> > ==> Downloading
>> >> >> >>>> >>>> >
>> >> >> >>>> >>>> >
>> >> >> >>>> >>>> >
>> >> >> >>>> >>>> >
>> >> >> >>>> >>>> >
>> >> >> >>>> >>>> > https://downloads.sf.net/project/machomebrew/Bottles/pkg-config-0.28.mountain_lion.bottle.tar.gz
>> >> >> >>>> >>>> >
>> >> >> >>>> >>>> >
>> >> >> >>>> >>>> >
>> >> >> >>>> >>>> >
>> >> >> >>>> >>>> >
>> >> >> >>>> >>>> > ########################################################################
>> >> >> >>>> >>>> > 100.0%
>> >> >> >>>> >>>> > ==> Pouring pkg-config-0.28.mountain_lion.bottle.tar.gz
>> >> >> >>>> >>>> > 🍺  /usr/local/Cellar/pkg-config/0.28: 10 files, 636K
>> >> >> >>>> >>>> > ==> Installing csound dependency: lame
>> >> >> >>>> >>>> > ==> Downloading
>> >> >> >>>> >>>> >
>> >> >> >>>> >>>> >
>> >> >> >>>> >>>> >
>> >> >> >>>> >>>> >
>> >> >> >>>> >>>> > http://downloads.sourceforge.net/sourceforge/lame/lame-3.99.5.tar.gz
>> >> >> >>>> >>>> >
>> >> >> >>>> >>>> >
>> >> >> >>>> >>>> >
>> >> >> >>>> >>>> >
>> >> >> >>>> >>>> > ################################################...
>
>
> ------------------------------------------------------------------------------
> Learn Graph Databases - Download FREE O'Reilly Book
> "Graph Databases" is the definitive new guide to graph databases and
> their applications. This 200-page book is written by three acclaimed
> leaders in the field. The early access version is available now.
> Download your free book today! http://p.sf.net/sfu/neotech_d2d_may
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel
>

------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and 
their applications. This 200-page book is written by three acclaimed 
leaders in the field. The early access version is available now. 
Download your free book today! http://p.sf.net/sfu/neotech_d2d_may
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinf

Date2013-05-12 17:42
FromEd Costello
SubjectRe: [Cs-dev] OSX: Homebrew
AttachmentsNone  None  
That sounds like a great idea for the custom tap Steven, oh and I did a csound -z and it gave me a:

WARNING: Error opening plugin directory '/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes': No such file or directory



On 12 May 2013 18:36, Steven Yi <stevenyi@gmail.com> wrote:
Yes, I need to update Blue to CS6 myself. :P  I am thinking what might
be good for homebrew and Csound is to create a custom Tap, which is
like a custom repo, which we can put Csound-related packages and have
control over.  I think that could be very nice, say, to do something
like "brew install csound-complete" and have all types of programs,
examples, etc. all downloaded and installed and ready to go on OSX.

On Sun, May 12, 2013 at 6:15 PM, Andres Cabrera <mantaraya36@gmail.com> wrote:
> That would be great!
>
> I still need to finish porting csoundqt to csound 6....
>
> Cheers,
> Andres
>
> On May 12, 2013 8:42 AM, "Steven Yi" <stevenyi@gmail.com> wrote:
>>
>> Hi Ed,
>>
>> The CsoundLib64.framework should be installed in
>> ~/Library/Frameworks/CsoundLib64.framework.  Victor and I had chatted
>> about this and it seemed to make sense to install the user's framework
>> folder when building, and for the installer to allow that to install
>> to the system's framework folder.  My thought for how to proceed from
>> here is that it would be very nice to have a homebrew CsoundQT build
>> as well, so advanced users can install both and use the bleeding edge
>> for both.  The idea too is that the CsoundQT build could link to the
>> user's framework.  Of course, I haven't mentioned this to Andres yet,
>> but hopefully he'll see this email. :D
>>
>> steven
>>
>> On Sun, May 12, 2013 at 3:08 PM, Ed Costello <edwardcostello@gmail.com>
>> wrote:
>> > Am I right in thinking that this doesn't install the framework or header
>> > files?
>> >
>> >
>> > On 12 May 2013 14:57, Steven Yi <stevenyi@gmail.com> wrote:
>> >>
>> >> Ah, that's great!  Yeah, that's just the nature of homebrew.  It
>> >> builds in its cellar directories, then links to /usr/local.  If it
>> >> finds something there, it doesn't try to overwrite by default.  Using
>> >> --overwrite is appropriate in this situation.  At this point, for
>> >> future builds, say, if you want to keep up with the latest from git,
>> >> all you'll have to do is the brew installed --HEAD csound and you're
>> >> good to go.
>> >>
>> >> On Sun, May 12, 2013 at 2:45 PM, Ed Costello <edwardcostello@gmail.com>
>> >> wrote:
>> >> > Got it installed, however I had to do a brew link --overwrite csound,
>> >> > heres
>> >> > the output
>> >> >
>> >> > Warning: Could not link csound. Unlinking...
>> >> > Error: The `brew link` step did not complete successfully
>> >> > The formula built, but is not symlinked into /usr/local
>> >> > You can try again using `brew link csound'
>> >> > Warning: Could not fix install names for
>> >> > /usr/local/Cellar/csound/HEAD/bin/srconv
>> >> > Warning: Could not fix install names for
>> >> > /usr/local/Cellar/csound/HEAD/bin/sndinfo
>> >> > Warning: Could not fix install names for
>> >> > /usr/local/Cellar/csound/HEAD/bin/scsort
>> >> > Warning: Could not fix install names for
>> >> > /usr/local/Cellar/csound/HEAD/bin/scope
>> >> > Warning: Could not fix install names for
>> >> > /usr/local/Cellar/csound/HEAD/bin/scale
>> >> > Warning: Could not fix install names for
>> >> > /usr/local/Cellar/csound/HEAD/bin/pvlook
>> >> > Warning: Could not fix install names for
>> >> > /usr/local/Cellar/csound/HEAD/bin/pvanal
>> >> > Warning: Could not fix install names for
>> >> > /usr/local/Cellar/csound/HEAD/bin/pv_import
>> >> > Warning: Could not fix install names for
>> >> > /usr/local/Cellar/csound/HEAD/bin/pv_export
>> >> > Warning: Could not fix install names for
>> >> > /usr/local/Cellar/csound/HEAD/bin/mixer
>> >> > Warning: Could not fix install names for
>> >> > /usr/local/Cellar/csound/HEAD/bin/lpc_import
>> >> > Warning: Could not fix install names for
>> >> > /usr/local/Cellar/csound/HEAD/bin/lpc_export
>> >> > Warning: Could not fix install names for
>> >> > /usr/local/Cellar/csound/HEAD/bin/lpanal
>> >> > Warning: Could not fix install names for
>> >> > /usr/local/Cellar/csound/HEAD/bin/hetro
>> >> > Warning: Could not fix install names for
>> >> > /usr/local/Cellar/csound/HEAD/bin/het_import
>> >> > Warning: Could not fix install names for
>> >> > /usr/local/Cellar/csound/HEAD/bin/het_export
>> >> > Warning: Could not fix install names for
>> >> > /usr/local/Cellar/csound/HEAD/bin/extractor
>> >> > Warning: Could not fix install names for
>> >> > /usr/local/Cellar/csound/HEAD/bin/extract
>> >> > Warning: Could not fix install names for
>> >> > /usr/local/Cellar/csound/HEAD/bin/envext
>> >> > Warning: Could not fix install names for
>> >> > /usr/local/Cellar/csound/HEAD/bin/dnoise
>> >> > Warning: Could not fix install names for
>> >> > /usr/local/Cellar/csound/HEAD/bin/cvanal
>> >> > Warning: Could not fix install names for
>> >> > /usr/local/Cellar/csound/HEAD/bin/csound
>> >> > Warning: Could not fix install names for
>> >> > /usr/local/Cellar/csound/HEAD/bin/csanalyze
>> >> > Warning: Could not fix install names for
>> >> > /usr/local/Cellar/csound/HEAD/bin/atsa
>> >> > Warning: Could not fix install names for
>> >> > /usr/local/Cellar/csound/HEAD/lib/luaCsnd6.so
>> >> > Warning: Could not fix install names for
>> >> > /usr/local/Cellar/csound/HEAD/lib/libcsnd.6.0.dylib
>> >> > ==> Summary
>> >> > 🍺  /usr/local/Cellar/csound/HEAD: 34 files, 1.6M, built in 2.2
>> >> > minutes
>> >> > Marions-MacBook:~ eddyc$ brew link csound
>> >> > Linking /usr/local/Cellar/csound/HEAD... Warning: Could not link
>> >> > csound.
>> >> > Unlinking...
>> >> >
>> >> > Error: Could not symlink file:
>> >> > /usr/local/Cellar/csound/HEAD/bin/srconv
>> >> > Target /usr/local/bin/srconv already exists. You may need to delete
>> >> > it.
>> >> > To force the link and delete this file, do:
>> >> >   brew link --overwrite formula_name
>> >> >
>> >> > To list all files that would be deleted:
>> >> >   brew link --overwrite --dry-run formula_name
>> >> > Marions-MacBook:~ eddyc$ brew link --overwrite csound
>> >> > Linking /usr/local/Cellar/csound/HEAD... 29 symlinks created
>> >> >
>> >> >
>> >> > On 12 May 2013 14:18, Steven Yi <stevenyi@gmail.com> wrote:
>> >> >>
>> >> >> Hi Ed,
>> >> >>
>> >> >> Yeah I mentioned this situation in my first email:
>> >> >>
>> >> >> "2) The csound cmake file installs things into places that may be
>> >> >> protected on your system. The particularly relevant ones are
>> >> >> /usr/local, /Library/Python/2.7/site-packages, and
>> >> >> /Library/Java/Extensions.  Homebrew explains how to deal with the
>> >> >> latter 2 directores in [2]. There's info about /usr/local on the
>> >> >> homebrew site [1]."
>> >> >>
>> >> >> The link for number 2 is:
>> >> >>
>> >> >> https://github.com/mxcl/homebrew/wiki/Gems%2C-Eggs-and-Perl-Modules
>> >> >>
>> >> >> The essentialy thing to run is:
>> >> >>
>> >> >> sudo chmod +a 'user:YOUR_NAME_HERE allow
>> >> >> add_subdirectory,add_file,delete_child,directory_inherit'
>> >> >> /Library/Python/2.7/site-packages
>> >> >> sudo chmod +a 'user:YOUR_NAME_HERE allow
>> >> >> add_subdirectory,add_file,delete_child,directory_inherit'
>> >> >> /Library/Java/Extensions
>> >> >>
>> >> >> where YOUR_NAME_HERE is your system user name.
>> >> >>
>> >> >> After that, you should be able to install.
>> >> >>
>> >> >> Let me know how it goes for you!
>> >> >> steven
>> >> >>
>> >> >>
>> >> >> On Sun, May 12, 2013 at 12:12 PM, Ed Costello
>> >> >> <edwardcostello@gmail.com>
>> >> >> wrote:
>> >> >> > Here ya go, I think the installer is having trouble with copying
>> >> >> > _csnd6.so
>> >> >> > into my python site packages directory
>> >> >> >
>> >> >> > Marions-MacBook:~ eddyc$ brew install --HEAD
>> >> >> > http://www.kunstmusik.com/csound.rb --verbose
>> >> >> > /usr/bin/curl -f#LA Homebrew 0.9.4 (Ruby 1.8.7-358; Mac OS X
>> >> >> > 10.8.3)
>> >> >> > http://www.kunstmusik.com/csound.rb -o
>> >> >> > /Library/Caches/Homebrew/Formula/csound.rb
>> >> >> >
>> >> >> >
>> >> >> > ########################################################################
>> >> >> > 100.0%
>> >> >> > ==> Cloning git://git.code.sourceforge.net/p/csound/csound6-git
>> >> >> > git clone --depth 1
>> >> >> > git://git.code.sourceforge.net/p/csound/csound6-git
>> >> >> > /Library/Caches/Homebrew/csound--git
>> >> >> > Cloning into '/Library/Caches/Homebrew/csound--git'...
>> >> >> > remote: Counting objects: 1531, done.
>> >> >> > remote: Compressing objects: 100% (1314/1314), done.
>> >> >> > remote: Total 1531 (delta 288), reused 797 (delta 140)
>> >> >> > Receiving objects: 100% (1531/1531), 13.23 MiB | 1.07 MiB/s, done.
>> >> >> > Resolving deltas: 100% (288/288), done.
>> >> >> > git reset --hard origin/HEAD
>> >> >> > HEAD is now at 2468c7c some float csound adjustments
>> >> >> > git checkout-index -a -f --prefix=/private/tmp/csound-KYls/
>> >> >> > ==> cmake . -DUSE_GETTEXT=0
>> >> >> > -DCMAKE_INSTALL_PREFIX=/usr/local/Cellar/csound/HEAD
>> >> >> > -DCMAKE_BUILD_TYPE=None
>> >> >> > -DCMAKE_FIND_FRAMEWORK=LAST -Wno-dev
>> >> >> > cmake . -DUSE_GETTEXT=0
>> >> >> > -DCMAKE_INSTALL_PREFIX=/usr/local/Cellar/csound/HEAD
>> >> >> > -DCMAKE_BUILD_TYPE=None -DCMAKE_FIND_FRAMEWORK=LAST -Wno-dev
>> >> >> > -- The C compiler identification is Clang 4.2.0
>> >> >> > -- The CXX compiler identification is Clang 4.2.0
>> >> >> > -- Check for working C compiler: /usr/local/Library/ENV/4.3/cc
>> >> >> > -- Check for working C compiler: /usr/local/Library/ENV/4.3/cc --
>> >> >> > works
>> >> >> > -- Detecting C compiler ABI info
>> >> >> > -- Detecting C compiler ABI info - done
>> >> >> > -- Check for working CXX compiler: /usr/local/Library/ENV/4.3/c++
>> >> >> > -- Check for working CXX compiler: /usr/local/Library/ENV/4.3/c++
>> >> >> > --
>> >> >> > works
>> >> >> > -- Detecting CXX compiler ABI info
>> >> >> > -- Detecting CXX compiler ABI info - done
>> >> >> > -- /tmp/csound-KYls
>> >> >> > -- BUILD_BIN_DIR set to /tmp/csound-KYls
>> >> >> > -- BUILD_LIB_DIR set to /tmp/csound-KYls
>> >> >> > -- BUILD_PLUGINS_DIR set to /tmp/csound-KYls
>> >> >> > -- Check if the system is big endian
>> >> >> > -- Searching 16 bit integer
>> >> >> > -- Looking for sys/types.h
>> >> >> > -- Looking for sys/types.h - found
>> >> >> > -- Looking for stdint.h
>> >> >> > -- Looking for stdint.h - found
>> >> >> > -- Looking for stddef.h
>> >> >> > -- Looking for stddef.h - found
>> >> >> > -- Check size of unsigned short
>> >> >> > -- Check size of unsigned short - done
>> >> >> > -- Using unsigned short
>> >> >> > -- Check if the system is big endian - little endian
>> >> >> > -- Try OpenMP C flag = [-fopenmp]
>> >> >> > -- Performing Test OpenMP_FLAG_DETECTED
>> >> >> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> >> >> > -- Try OpenMP C flag = [/openmp]
>> >> >> > -- Performing Test OpenMP_FLAG_DETECTED
>> >> >> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> >> >> > -- Try OpenMP C flag = [-Qopenmp]
>> >> >> > -- Performing Test OpenMP_FLAG_DETECTED
>> >> >> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> >> >> > -- Try OpenMP C flag = [-openmp]
>> >> >> > -- Performing Test OpenMP_FLAG_DETECTED
>> >> >> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> >> >> > -- Try OpenMP C flag = [ ]
>> >> >> > -- Performing Test OpenMP_FLAG_DETECTED
>> >> >> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> >> >> > -- Try OpenMP C flag = [-xopenmp]
>> >> >> > -- Performing Test OpenMP_FLAG_DETECTED
>> >> >> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> >> >> > -- Try OpenMP C flag = [+Oopenmp]
>> >> >> > -- Performing Test OpenMP_FLAG_DETECTED
>> >> >> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> >> >> > -- Try OpenMP C flag = [-qsmp]
>> >> >> > -- Performing Test OpenMP_FLAG_DETECTED
>> >> >> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> >> >> > -- Try OpenMP C flag = [-mp]
>> >> >> > -- Performing Test OpenMP_FLAG_DETECTED
>> >> >> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> >> >> > -- Try OpenMP CXX flag = [-fopenmp]
>> >> >> > -- Performing Test OpenMP_FLAG_DETECTED
>> >> >> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> >> >> > -- Try OpenMP CXX flag = [/openmp]
>> >> >> > -- Performing Test OpenMP_FLAG_DETECTED
>> >> >> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> >> >> > -- Try OpenMP CXX flag = [-Qopenmp]
>> >> >> > -- Performing Test OpenMP_FLAG_DETECTED
>> >> >> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> >> >> > -- Try OpenMP CXX flag = [-openmp]
>> >> >> > -- Performing Test OpenMP_FLAG_DETECTED
>> >> >> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> >> >> > -- Try OpenMP CXX flag = [ ]
>> >> >> > -- Performing Test OpenMP_FLAG_DETECTED
>> >> >> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> >> >> > -- Try OpenMP CXX flag = [-xopenmp]
>> >> >> > -- Performing Test OpenMP_FLAG_DETECTED
>> >> >> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> >> >> > -- Try OpenMP CXX flag = [+Oopenmp]
>> >> >> > -- Performing Test OpenMP_FLAG_DETECTED
>> >> >> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> >> >> > -- Try OpenMP CXX flag = [-qsmp]
>> >> >> > -- Performing Test OpenMP_FLAG_DETECTED
>> >> >> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> >> >> > -- Try OpenMP CXX flag = [-mp]
>> >> >> > -- Performing Test OpenMP_FLAG_DETECTED
>> >> >> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> >> >> > -- Could NOT find OpenMP (missing:  OpenMP_C_FLAGS
>> >> >> > OpenMP_CXX_FLAGS)
>> >> >> > -- Looking for libintl.h
>> >> >> > -- Looking for libintl.h - not found
>> >> >> > -- Looking for C++ include eigen3/Eigen/Dense
>> >> >> > -- Looking for C++ include eigen3/Eigen/Dense - not found
>> >> >> > -- Could NOT find Gettext (missing:  GETTEXT_MSGMERGE_EXECUTABLE
>> >> >> > GETTEXT_MSGFMT_EXECUTABLE)
>> >> >> > -- Looking for lrint in m
>> >> >> > -- Looking for lrint in m - found
>> >> >> > -- Looking for unistd.h
>> >> >> > -- Looking for unistd.h - found
>> >> >> > -- Looking for io.h
>> >> >> > -- Looking for io.h - not found
>> >> >> > -- Looking for fcntl.h
>> >> >> > -- Looking for fcntl.h - found
>> >> >> > -- Looking for sys/time.h
>> >> >> > -- Looking for sys/time.h - found
>> >> >> > -- Looking for termios.h
>> >> >> > -- Looking for termios.h - found
>> >> >> > -- Looking for values.h
>> >> >> > -- Looking for values.h - not found
>> >> >> > -- Looking for winsock.h
>> >> >> > -- Looking for winsock.h - not found
>> >> >> > -- Looking for sys/socket.h
>> >> >> > -- Looking for sys/socket.h - found
>> >> >> > -- Looking for dirent.h
>> >> >> > -- Looking for dirent.h - found
>> >> >> > -- USE_LRINT is enabled
>> >> >> > -- Found FLEX: /usr/bin/flex (found version "2.5.35")
>> >> >> > -- Found BISON: /usr/bin/bison (found version "2.3")
>> >> >> > -- Looking for pthread_spin_lock
>> >> >> > -- Looking for pthread_spin_lock - not found
>> >> >> > -- Looking for pthread_barrier_init
>> >> >> > -- Looking for pthread_barrier_init - not found
>> >> >> > -- OPENMP_FOUND="FALSE", so disabling USE_OPEN_MP
>> >> >> > -- PTHREAD_BARRIER_INIT_EXISTS="", so disabling USE_OPEN_MP
>> >> >> > -- USE_OPEN_MP is disabled
>> >> >> > -- Not building with score parser
>> >> >> > -- Not building with new parser debugging
>> >> >> > -- Building with multicore
>> >> >> > -- USE_GETTEXT is disabled
>> >> >> > -- Not using localization
>> >> >> > -- Building on OSX
>> >> >> > -- Boost version: 1.53.0
>> >> >> > -- Looking for ladspa.h
>> >> >> > -- Looking for ladspa.h - not found
>> >> >> > -- Looking for fluidsynth.h
>> >> >> > -- Looking for fluidsynth.h - not found
>> >> >> > -- Looking for jack/jack.h
>> >> >> > -- Looking for jack/jack.h - not found
>> >> >> > -- Looking for C++ include gmm/gmm.h
>> >> >> > -- Looking for C++ include gmm/gmm.h - not found
>> >> >> > -- Looking for lo/lo.h
>> >> >> > -- Looking for lo/lo.h - found
>> >> >> > -- Found ZLIB: /usr/lib/libz.dylib (found version "1.2.5")
>> >> >> > -- Found PNG: /usr/local/lib/libpng.dylib (found version "1.5.14")
>> >> >> > -- Found PythonLibs: /usr/lib/libpython2.7.dylib (found version
>> >> >> > "2.7.2")
>> >> >> > -- Found Lua51: /usr/local/lib/liblua.dylib (found version
>> >> >> > "5.1.5")
>> >> >> > -- Looking for wiiuse.h
>> >> >> > -- Looking for wiiuse.h - not found
>> >> >> > -- Looking for p5glove.h
>> >> >> > -- Looking for p5glove.h - not found
>> >> >> > -- BUILD_CHUA_OPCODES is enabled
>> >> >> > -- LADSPA_H="", so disabling BUILD_DSSI_OPCODES
>> >> >> > -- BUILD_DSSI_OPCODES is disabled
>> >> >> > -- FLUIDSYNTH_H="", so disabling BUILD_FLUID_OPCODES
>> >> >> > -- FLUIDSYNTH_LIBRARY="FLUIDSYNTH_LIBRARY-NOTFOUND", so disabling
>> >> >> > BUILD_FLUID_OPCODES
>> >> >> > -- BUILD_FLUID_OPCODES is disabled
>> >> >> > -- JACK_HEADER="", so disabling BUILD_JACK_OPCODES
>> >> >> > -- BUILD_JACK_OPCODES is disabled
>> >> >> > -- GMM_HEADER="", so disabling BUILD_LINEAR_ALGEBRA_OPCODES
>> >> >> > -- BUILD_LINEAR_ALGEBRA_OPCODES is disabled
>> >> >> > -- BUILD_OSC_OPCODES is enabled
>> >> >> > -- BUILD_IMAGE_OPCODES is enabled
>> >> >> > -- BUILD_PYTHON_OPCODES is enabled
>> >> >> > -- OPENMP_FOUND="FALSE", so disabling BUILD_LUA_OPCODES
>> >> >> > -- BUILD_LUA_OPCODES is disabled
>> >> >> > -- WIIUSE_H="", so disabling BUILD_WIIMOTE_OPCODES
>> >> >> > -- BUILD_WIIMOTE_OPCODES is disabled
>> >> >> > -- P5GLOVE_H="", so disabling BUILD_P5GLOVE_OPCODES
>> >> >> > -- BUILD_P5GLOVE_OPCODES is disabled
>> >> >> > -- BUILD_STK_OPCODES is enabled
>> >> >> > --
>> >> >> > -- ## REALTIME AUDIO AND MIDI ##
>> >> >> > -- Looking for alsa/asoundlib.h
>> >> >> > -- Looking for alsa/asoundlib.h - not found
>> >> >> > -- Looking for pulse/simple.h
>> >> >> > -- Looking for pulse/simple.h - not found
>> >> >> > -- Looking for XOpenDisplay in
>> >> >> > /usr/X11R6/lib/libX11.dylib;/usr/X11R6/lib/libXext.dylib
>> >> >> > -- Looking for XOpenDisplay in
>> >> >> > /usr/X11R6/lib/libX11.dylib;/usr/X11R6/lib/libXext.dylib - found
>> >> >> > -- Looking for gethostbyname
>> >> >> > -- Looking for gethostbyname - found
>> >> >> > -- Looking for connect
>> >> >> > -- Looking for connect - found
>> >> >> > -- Looking for remove
>> >> >> > -- Looking for remove - found
>> >> >> > -- Looking for shmat
>> >> >> > -- Looking for shmat - found
>> >> >> > -- Looking for IceConnectionNumber in ICE
>> >> >> > -- Looking for IceConnectionNumber in ICE - not found
>> >> >> > -- Found X11: /usr/X11R6/lib/libX11.dylib
>> >> >> > -- Found FLTK:
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> > /usr/local/lib/libfltk_images.a;/usr/local/lib/libfltk_forms.a;/usr/local/lib/libfltk.a
>> >> >> > -- USE_COREMIDI is enabled
>> >> >> > -- USE_AUDIOUNIT is enabled
>> >> >> > -- ALSA_HEADER="", so disabling USE_ALSA
>> >> >> > -- ALSA_LIBRARY="ALSA_LIBRARY-NOTFOUND", so disabling USE_ALSA
>> >> >> > -- USE_ALSA is disabled
>> >> >> > -- PULSEAUDIO_HEADER="", so disabling USE_PULSEAUDIO
>> >> >> > -- PULSEAUDIO_LIBRARY="PULSEAUDIO_LIBRARY-NOTFOUND", so disabling
>> >> >> > USE_PULSEAUDIO
>> >> >> > -- PULSESIMPLE_LIBRARY="PULSESIMPLE_LIBRARY-NOTFOUND", so
>> >> >> > disabling
>> >> >> > USE_PULSEAUDIO
>> >> >> > -- USE_PULSEAUDIO is disabled
>> >> >> > -- PORTAUDIO_HEADER="", so disabling USE_PORTAUDIO
>> >> >> > -- USE_PORTAUDIO is disabled
>> >> >> > -- PORTMIDI_HEADER="", so disabling USE_PORTMIDI
>> >> >> > -- USE_PORTMIDI is disabled
>> >> >> > -- JACK_HEADER="", so disabling USE_JACK
>> >> >> > -- JACK_LIBRARY="JACK_LIBRARY-NOTFOUND", so disabling USE_JACK
>> >> >> > -- USE_JACK is disabled
>> >> >> > -- USE_FLTK is enabled
>> >> >> > -- BUILD_VIRTUAL_KEYBOARD is enabled
>> >> >> > --
>> >> >> > -- Building C++ interface library
>> >> >> > -- Found SWIG: /usr/local/bin/swig (found suitable version
>> >> >> > "2.0.9",
>> >> >> > minimum
>> >> >> > required is "2.0")
>> >> >> > -- Found JNI: -framework JavaVM
>> >> >> > -- Found Java: /usr/bin/java (found version "1.6.0.45")
>> >> >> > -- BUILD_PYTHON_INTERFACE is enabled
>> >> >> > -- BUILD_JAVA_INTERFACE is enabled
>> >> >> > -- BUILD_LUA_INTERFACE is enabled
>> >> >> > -- Looking for m_pd.h
>> >> >> > -- Looking for m_pd.h - not found
>> >> >> > -- Building csLadspa
>> >> >> > -- BUILD_CSBEATS is enabled
>> >> >> > -- PD_HEADER="", so disabling BUILD_PD_CLASS
>> >> >> > -- BUILD_PD_CLASS is disabled
>> >> >> > -- BUILD_WINSOUND is disabled
>> >> >> > -- Boost version: 1.53.0
>> >> >> > -- Found SWIG: /usr/local/bin/swig (found version "2.0.9")
>> >> >> > -- BUILD_CSOUND_AC is disabled
>> >> >> > -- BUILD_CSOUND_AC_PYTHON_INTERFACE is enabled
>> >> >> > -- BUILD_CSOUND_AC_LUA_INTERFACE is enabled
>> >> >> > -- Configuring done
>> >> >> > -- Generating done
>> >> >> > -- Build files have been written to: /tmp/csound-KYls
>> >> >> > ==> make install
>> >> >> > make install
>> >> >> > Scanning dependencies of target ampmidid
>> >> >> > [  0%] Generating csound_prelex.c
>> >> >> > [  0%] Generating csound_orclex.c
>> >> >> > [  0%] Generating csound_orcparse.c
>> >> >> > /tmp/csound-KYls/Engine/csound_orc.y: conflicts: 4 shift/reduce,
>> >> >> > 10
>> >> >> > reduce/reduce
>> >> >> > [  0%] Building CXX object
>> >> >> > Opcodes/CMakeFiles/ampmidid.dir/ampmidid.cpp.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > Scanning dependencies of target CsoundLib64
>> >> >> > Linking CXX shared library ../libampmidid.dylib
>> >> >> > [  0%] Built target ampmidid
>> >> >> > Scanning dependencies of target cellular
>> >> >> > [  0%] Building C object
>> >> >> > Opcodes/CMakeFiles/cellular.dir/cellular.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > Linking C shared library ../libcellular.dylib
>> >> >> > [  0%] Built target cellular
>> >> >> > Scanning dependencies of target chua
>> >> >> > [  1%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Engine/auxfd.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [  1%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Engine/cfgvar.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [  1%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Engine/corfiles.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [  2%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Engine/entry1.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [  2%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Engine/envvar.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [  2%] [  3%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Engine/extract.c.o
>> >> >> > Building CXX object
>> >> >> > Opcodes/CMakeFiles/chua.dir/chua/ChuaOscillator.cpp.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [  4%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Engine/fgens.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [  4%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Engine/insert.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [  4%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Engine/linevent.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [  5%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Engine/memalloc.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [  5%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Engine/memfiles.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [  5%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Engine/musmon.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [  5%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Engine/namedins.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [  6%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Engine/rdscor.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [  6%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Engine/scsort.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [  6%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Engine/scxtract.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [  7%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Engine/sort.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [  7%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Engine/sread.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > Linking CXX shared library ../libchua.dylib
>> >> >> > [  7%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Engine/swritestr.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [  8%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Engine/twarp.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [  8%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Engine/csound_type_system.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [  8%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Engine/csound_standard_types.c.o
>> >> >> > [  8%] Built target chua
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > Scanning dependencies of target control
>> >> >> > [  9%] [  9%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Engine/csound_data_structures.c.o
>> >> >> > Building C object Opcodes/CMakeFiles/control.dir/control.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [  9%] Linking C shared library ../libcontrol.dylib
>> >> >> > Building C object CMakeFiles/CsoundLib64.dir/Engine/pools.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [  9%] Built target control
>> >> >> > Scanning dependencies of target cs_date
>> >> >> > [  9%] [ 10%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/InOut/libsnd.c.o
>> >> >> > Building C object Opcodes/CMakeFiles/cs_date.dir/date.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > Linking C shared library ../libcs_date.dylib
>> >> >> > [ 10%] Built target cs_date
>> >> >> > [ 10%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/InOut/libsnd_u.c.o
>> >> >> > Scanning dependencies of target doppler
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 10%] Building CXX object
>> >> >> > Opcodes/CMakeFiles/doppler.dir/doppler.cpp.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 11%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/InOut/midifile.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 11%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/InOut/midirecv.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > Linking CXX shared library ../libdoppler.dylib
>> >> >> > [ 11%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/InOut/midisend.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 11%] Built target doppler
>> >> >> > Scanning dependencies of target fareygen
>> >> >> > [ 12%] [ 12%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/InOut/winascii.c.o
>> >> >> > Building C object Opcodes/CMakeFiles/fareygen.dir/fareygen.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 12%] Linking C shared library ../libfareygen.dylib
>> >> >> > Building C object CMakeFiles/CsoundLib64.dir/InOut/windin.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 12%] Built target fareygen
>> >> >> > Scanning dependencies of target fractalnoise
>> >> >> > [ 12%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/InOut/window.c.o
>> >> >> > [ 13%] Building CXX object
>> >> >> > Opcodes/CMakeFiles/fractalnoise.dir/tl/fractalnoise.cpp.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 14%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/InOut/winEPS.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > Linking CXX shared library ../libfractalnoise.dylib
>> >> >> > [ 14%] Built target fractalnoise
>> >> >> > [ 14%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/InOut/circularbuffer.c.o
>> >> >> > Scanning dependencies of target image
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 14%] Building C object
>> >> >> > Opcodes/CMakeFiles/image.dir/imageOpcodes.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 14%] Building C object CMakeFiles/CsoundLib64.dir/OOps/aops.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > Linking C shared library ../libimage.dylib
>> >> >> > [ 14%] Built target image
>> >> >> > Scanning dependencies of target mixer
>> >> >> > [ 14%] Building CXX object
>> >> >> > Opcodes/CMakeFiles/mixer.dir/mixer.cpp.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 15%] Building C object CMakeFiles/CsoundLib64.dir/OOps/bus.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > Linking CXX shared library ../libmixer.dylib
>> >> >> > [ 15%] Building C object CMakeFiles/CsoundLib64.dir/OOps/cmath.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 15%] Built target mixer
>> >> >> > Scanning dependencies of target osc
>> >> >> > [ 16%] Building C object Opcodes/CMakeFiles/osc.dir/OSC.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 16%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/OOps/diskin.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > Linking C shared library ../libosc.dylib
>> >> >> > [ 16%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/OOps/diskin2.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 16%] Built target osc
>> >> >> > Scanning dependencies of target platerev
>> >> >> > [ 16%] Building C object
>> >> >> > Opcodes/CMakeFiles/platerev.dir/platerev.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 17%] Linking C shared library ../libplaterev.dylib
>> >> >> > Building C object CMakeFiles/CsoundLib64.dir/OOps/disprep.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 17%] Built target platerev
>> >> >> > Scanning dependencies of target py
>> >> >> > [ 17%] [ 17%] Building C object
>> >> >> > Opcodes/CMakeFiles/py.dir/py/pythonopcodes.c.o
>> >> >> > Building C object CMakeFiles/CsoundLib64.dir/OOps/dumpf.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 17%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/OOps/fftlib.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > Linking C shared library ../libpy.dylib
>> >> >> > [ 17%] Built target py
>> >> >> > [ 18%] Scanning dependencies of target scansyn
>> >> >> > Building C object CMakeFiles/CsoundLib64.dir/OOps/goto_ops.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 18%] Building C object
>> >> >> > Opcodes/CMakeFiles/scansyn.dir/scansyn.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 18%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/OOps/midiinterop.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 19%] Building C object
>> >> >> > Opcodes/CMakeFiles/scansyn.dir/scansynx.c.o
>> >> >> > [ 19%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/OOps/midiops.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 20%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/OOps/midiout.c.o
>> >> >> > Linking C shared library ../libscansyn.dylib
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 20%] Built target scansyn
>> >> >> > Scanning dependencies of target serial
>> >> >> > [ 20%] Building C object Opcodes/CMakeFiles/serial.dir/serial.c.o
>> >> >> > [ 20%] Building C object CMakeFiles/CsoundLib64.dir/OOps/mxfft.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > Linking C shared library ../libserial.dylib
>> >> >> > [ 20%] Built target serial
>> >> >> > [ 20%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/OOps/oscils.c.o
>> >> >> > Scanning dependencies of target signalflowgraph
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 21%] Building CXX object
>> >> >> > Opcodes/CMakeFiles/signalflowgraph.dir/signalflowgraph.cpp.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 22%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/OOps/pstream.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 22%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/OOps/pvfileio.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 22%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/OOps/pvsanal.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 22%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/OOps/random.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 23%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/OOps/remote.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 23%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/OOps/schedule.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > Linking CXX shared library ../libsignalflowgraph.dylib
>> >> >> > [ 23%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/OOps/sndinfUG.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 23%] Built target signalflowgraph
>> >> >> > Scanning dependencies of target system_call
>> >> >> > [ 25%] [ 25%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/OOps/str_ops.c.o
>> >> >> > Building C object
>> >> >> > Opcodes/CMakeFiles/system_call.dir/system_call.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > Linking C shared library ../libsystem_call.dylib
>> >> >> > [ 25%] Built target system_call
>> >> >> > Scanning dependencies of target stk-ops
>> >> >> > [ 25%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/OOps/ugens1.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 25%] Building CXX object
>> >> >> > Opcodes/stk/CMakeFiles/stk-ops.dir/stkOpcodes.cpp.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 25%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/OOps/ugens2.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 26%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/OOps/ugens2a.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 26%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/OOps/ugens3.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 26%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/OOps/ugens4.c.o
>> >> >> > Linking CXX shared library ../../libstk.dylib
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 26%] Built target stk-ops
>> >> >> > Scanning dependencies of target cmidi
>> >> >> > [ 27%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/OOps/ugens5.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 27%] Building C object InOut/CMakeFiles/cmidi.dir/cmidi.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 27%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/OOps/ugens6.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > Linking C shared library ../libcmidi.dylib
>> >> >> > [ 27%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/OOps/ugtabs.c.o
>> >> >> > [ 27%] Built target cmidi
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > Scanning dependencies of target ipmidi
>> >> >> > [ 27%] Building C object InOut/CMakeFiles/ipmidi.dir/ipmidi.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > Linking C shared library ../libipmidi.dylib
>> >> >> > [ 27%] Building C object CMakeFiles/CsoundLib64.dir/OOps/ugrw1.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 27%] Built target ipmidi
>> >> >> > Scanning dependencies of target rtauhal
>> >> >> > [ 28%] Building C object InOut/CMakeFiles/rtauhal.dir/rtauhal.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 29%] Building C object CMakeFiles/CsoundLib64.dir/OOps/ugrw2.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 29%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/OOps/vdelay.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > Linking C shared library ../librtauhal.dylib
>> >> >> > [ 29%] Built target rtauhal
>> >> >> > Scanning dependencies of target virtual
>> >> >> > [ 29%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/OOps/compile_ops.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 29%] Building CXX object
>> >> >> > InOut/CMakeFiles/virtual.dir/virtual_keyboard/FLTKKeyboard.cpp.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 30%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/babo.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 30%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/bilbar.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 30%] Building CXX object
>> >> >> >
>> >> >> >
>> >> >> > InOut/CMakeFiles/virtual.dir/virtual_keyboard/FLTKKeyboardWindow.cpp.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 30%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/compress.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 32%] [ 32%] Building CXX object
>> >> >> >
>> >> >> >
>> >> >> > InOut/CMakeFiles/virtual.dir/virtual_keyboard/FLTKKeyboardWidget.cpp.o
>> >> >> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/eqfil.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 32%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/Vosim.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 32%] [ 32%] Building CXX object
>> >> >> >
>> >> >> > InOut/CMakeFiles/virtual.dir/virtual_keyboard/virtual_keyboard.cpp.o
>> >> >> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pitch.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 32%] Building CXX object
>> >> >> > InOut/CMakeFiles/virtual.dir/virtual_keyboard/Bank.cpp.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 33%] [ 34%] Building CXX object
>> >> >> >
>> >> >> > InOut/CMakeFiles/virtual.dir/virtual_keyboard/KeyboardMapping.cpp.o
>> >> >> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pitch0.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 34%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/spectra.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 34%] Building CXX object
>> >> >> > InOut/CMakeFiles/virtual.dir/virtual_keyboard/Program.cpp.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 34%] Building CXX object
>> >> >> > InOut/CMakeFiles/virtual.dir/virtual_keyboard/SliderBank.cpp.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 34%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/ambicode1.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 35%] Building CXX object
>> >> >> > InOut/CMakeFiles/virtual.dir/virtual_keyboard/SliderData.cpp.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > Linking CXX shared library ../libvirtual.dylib
>> >> >> > [ 36%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/sfont.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 36%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/grain4.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 36%] Built target virtual
>> >> >> > Scanning dependencies of target widgets
>> >> >> > [ 36%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/hrtferX.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 36%] Building CXX object
>> >> >> > InOut/CMakeFiles/widgets.dir/FL_graph.cpp.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 36%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/loscilx.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 36%] Building C object InOut/CMakeFiles/widgets.dir/winFLTK.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 37%] [ 38%] Building CXX object
>> >> >> > InOut/CMakeFiles/widgets.dir/widgets.cpp.o
>> >> >> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/minmax.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 38%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/pan2.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 38%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/arrays.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 39%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/phisem.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 39%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/hrtfopcodes.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 39%] Linking CXX shared library ../libwidgets.dylib
>> >> >> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/stackops.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 39%] Built target widgets
>> >> >> > [ 40%] [ 41%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/vbap.c.o
>> >> >> > [FLEX][csbeats_SCANNER] Building scanner with flex 2.5.35
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 41%] [BISON][csbeats_PARSER] Building parser with bison 2.3
>> >> >> > beats/beats.y: conflicts: 1 reduce/reduce
>> >> >> > Scanning dependencies of target csbeats
>> >> >> > [ 41%] Building C object
>> >> >> > frontends/CMakeFiles/csbeats.dir/beats/main.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 41%] [ 41%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/vbap1.c.o
>> >> >> > Building C object frontends/CMakeFiles/csbeats.dir/beatslex.yy.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 42%] [ 42%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/vbap_n.c.o
>> >> >> > Building C object frontends/CMakeFiles/csbeats.dir/beats.tab.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > Linking C executable ../csbeats
>> >> >> > [ 43%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/vbap_zak.c.o
>> >> >> > [ 43%] Built target csbeats
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > Scanning dependencies of target stdutil
>> >> >> > [ 44%] Building C object util/CMakeFiles/stdutil.dir/atsa.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 44%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/vaops.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 44%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/ugakbari.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 44%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/harmon.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 45%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/pitchtrack.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 45%] Building C object util/CMakeFiles/stdutil.dir/cvanal.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 45%] Building C object util/CMakeFiles/stdutil.dir/dnoise.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 45%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/partikkel.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 46%] Building C object util/CMakeFiles/stdutil.dir/envext.c.o
>> >> >> > [ 46%] brew: superenv removed: -I/usr/local/include
>> >> >> > -I/tmp/csound-KYls
>> >> >> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/shape.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 46%] Building C object
>> >> >> > util/CMakeFiles/stdutil.dir/het_export.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 47%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/tabsum.c.o
>> >> >> > [ 47%] Building C object
>> >> >> > util/CMakeFiles/stdutil.dir/het_import.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 48%] [ 48%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/crossfm.c.o
>> >> >> > Building C object util/CMakeFiles/stdutil.dir/hetro.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 48%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/pvlock.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 48%] Building C object util/CMakeFiles/stdutil.dir/lpanal.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 49%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/fareyseq.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 49%] Building C object
>> >> >> > util/CMakeFiles/stdutil.dir/lpc_export.c.o
>> >> >> > [ 49%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/modmatrix.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 49%] Building C object
>> >> >> > util/CMakeFiles/stdutil.dir/lpc_import.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 50%] Building C object util/CMakeFiles/stdutil.dir/mixer.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 50%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/scoreline.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 51%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/modal4.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 51%] Building C object util/CMakeFiles/stdutil.dir/pvanal.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 51%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/physutil.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 51%] Building C object util/CMakeFiles/stdutil.dir/pv_export.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 51%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/physmod.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 52%] Building C object util/CMakeFiles/stdutil.dir/pv_import.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 52%] Building C object util/CMakeFiles/stdutil.dir/pvlook.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 52%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/mandolin.c.o
>> >> >> > [ 52%] brew: superenv removed: -I/usr/local/include
>> >> >> > -I/tmp/csound-KYls
>> >> >> > Building C object util/CMakeFiles/stdutil.dir/scale.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 53%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/singwave.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 54%] Building C object util/CMakeFiles/stdutil.dir/sndinfo.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 54%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/fm4op.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 54%] Building C object util/CMakeFiles/stdutil.dir/srconv.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 54%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/moog1.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 54%] Building C object util/CMakeFiles/stdutil.dir/std_util.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 55%] Building C object util/CMakeFiles/stdutil.dir/xtrct.c.o
>> >> >> > [ 56%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/shaker.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 56%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/bowedbar.c.o
>> >> >> > [ 56%] Building C object util/CMakeFiles/stdutil.dir/scope.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 56%] Building C object
>> >> >> > util/CMakeFiles/stdutil.dir/__/SDIF/sdif.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 56%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/gab/tabmorph.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > Linking C shared library ../libstdutil.dylib
>> >> >> > [ 57%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/gab/hvs.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 57%] Built target stdutil
>> >> >> > Scanning dependencies of target sdif2ad
>> >> >> > [ 58%] Building C object
>> >> >> > SDIF/CMakeFiles/sdif2ad.dir/sdif2adsyn.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 58%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/gab/sliderTable.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 58%] Building C object SDIF/CMakeFiles/sdif2ad.dir/sdif.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 58%] Building C object SDIF/CMakeFiles/sdif2ad.dir/sdif-mem.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 58%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/gab/newgabopc.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > Linking C executable ../sdif2ad
>> >> >> > [ 58%] Built target sdif2ad
>> >> >> > [ 59%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/ftest.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 59%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/hrtfearly.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 59%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/hrtfreverb.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 59%] [ 60%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/cpumeter.c.o
>> >> >> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/gendy.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 60%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/tl/sc_noise.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 60%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Top/argdecode.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 61%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Top/cscore_internal.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 61%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Top/cscorfns.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 61%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Top/csmodule.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 62%] Building C object CMakeFiles/CsoundLib64.dir/Top/csound.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 62%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Top/getstring.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 62%] Building C object CMakeFiles/CsoundLib64.dir/Top/main.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 63%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Top/new_opts.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 63%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Top/one_file.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 63%] Building C object CMakeFiles/CsoundLib64.dir/Top/opcode.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 63%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Top/threads.c.o
>> >> >> > [ 64%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Top/utility.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 64%] [ 64%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Top/threadsafe.c.o
>> >> >> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ambicode.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 65%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/bbcut.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 65%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/biquad.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 65%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/butter.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 66%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/clfilt.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 66%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/cross2.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 66%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/dam.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 67%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/dcblockr.c.o
>> >> >> > [ 67%] brew: superenv removed: -I/usr/local/include
>> >> >> > -I/tmp/csound-KYls
>> >> >> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/filter.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 67%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/flanger.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 67%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/follow.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 68%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/fout.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 68%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/freeverb.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 68%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/ftconv.c.o
>> >> >> > [ 69%] brew: superenv removed: -I/usr/local/include
>> >> >> > -I/tmp/csound-KYls
>> >> >> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ftgen.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 69%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/gab/gab.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 69%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/gab/vectorial.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 70%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/grain.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 70%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/locsig.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 70%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/lowpassr.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 71%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/metro.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 71%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/midiops2.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 71%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/midiops3.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 72%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/newfils.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 72%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/nlfilt.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 72%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/oscbnk.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 72%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/pluck.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 73%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/repluck.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 73%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/reverbsc.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 73%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/seqtime.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 74%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/sndloop.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 74%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/sndwarp.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 74%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/space.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 75%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/spat3d.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 75%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/syncgrain.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 75%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/ugens7.c.o
>> >> >> > [ 76%] brew: superenv removed: -I/usr/local/include
>> >> >> > -I/tmp/csound-KYls
>> >> >> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ugens9.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 76%] [ 76%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/uggab.c.o
>> >> >> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ugensa.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 76%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/ugmoss.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 77%] [ 77%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/ugnorman.c.o
>> >> >> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ugsc.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 77%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/wave-terrain.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 78%] [ 78%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/stdopcod.c.o
>> >> >> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/socksend.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 78%] [ 79%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/sockrecv.c.o
>> >> >> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ifd.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 79%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/partials.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 79%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/psynth.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 80%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/pvsbasic.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 80%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/pvscent.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 80%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/pvsdemix.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 80%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/pvs_ops.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 81%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/pvsband.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 81%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/pvsbuffer.c.o
>> >> >> > [ 81%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/pvsgendy.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 82%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/dsputil.c.o
>> >> >> > [ 82%] brew: superenv removed: -I/usr/local/include
>> >> >> > -I/tmp/csound-KYls
>> >> >> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pvadd.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 82%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/pvinterp.c.o
>> >> >> > [ 83%] brew: superenv removed: -I/usr/local/include
>> >> >> > -I/tmp/csound-KYls
>> >> >> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pvocext.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 83%] [ 83%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/pvread.c.o
>> >> >> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ugens8.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 84%] [ 84%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/vpvoc.c.o
>> >> >> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pvoc.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 84%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/mp3in.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 84%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/InOut/libmpadec/layer1.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 85%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/InOut/libmpadec/layer2.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 85%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/InOut/libmpadec/layer3.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 85%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/InOut/libmpadec/synth.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 86%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/InOut/libmpadec/tables.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 86%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/InOut/libmpadec/mpadec.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 86%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/InOut/libmpadec/mp3dec.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 87%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/csound_orclex.c.o
>> >> >> > [ 87%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/csound_orcparse.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 87%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/csound_prelex.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 88%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Engine/csound_orc_semantics.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 88%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Engine/csound_orc_expressions.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 88%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Engine/csound_orc_optimize.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 88%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Engine/csound_orc_compile.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 89%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Engine/new_orc_parser.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 89%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Engine/symbtab.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 89%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Engine/cs_new_dispatch.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 90%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Engine/cs_par_base.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 90%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Engine/cs_par_orc_semantic_analysis.c.o
>> >> >> > [ 90%] brew: superenv removed: -I/usr/local/include
>> >> >> > -I/tmp/csound-KYls
>> >> >> > Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Engine/cs_par_dispatch.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > Copying OS X content
>> >> >> > CsoundLib64.framework/Versions/6.0/Headers/CppSound.hpp
>> >> >> > Copying OS X content
>> >> >> > CsoundLib64.framework/Versions/6.0/Headers/CsoundFile.hpp
>> >> >> > Copying OS X content
>> >> >> > CsoundLib64.framework/Versions/6.0/Headers/OpcodeBase.hpp
>> >> >> > Copying OS X content
>> >> >> > CsoundLib64.framework/Versions/6.0/Headers/cfgvar.h
>> >> >> > Copying OS X content
>> >> >> > CsoundLib64.framework/Versions/6.0/Headers/csPerfThread.hpp
>> >> >> > Copying OS X content
>> >> >> > CsoundLib64.framework/Versions/6.0/Headers/cscore.h
>> >> >> > Copying OS X content
>> >> >> > CsoundLib64.framework/Versions/6.0/Headers/csdl.h
>> >> >> > Copying OS X content
>> >> >> > CsoundLib64.framework/Versions/6.0/Headers/csound.h
>> >> >> > Copying OS X content
>> >> >> > CsoundLib64.framework/Versions/6.0/Headers/csound.hpp
>> >> >> > Copying OS X content
>> >> >> > CsoundLib64.framework/Versions/6.0/Headers/csoundCore.h
>> >> >> > Copying OS X content
>> >> >> >
>> >> >> > CsoundLib64.framework/Versions/6.0/Headers/csound_data_structures.h
>> >> >> > Copying OS X content
>> >> >> > CsoundLib64.framework/Versions/6.0/Headers/csound_standard_types.h
>> >> >> > Copying OS X content
>> >> >> > CsoundLib64.framework/Versions/6.0/Headers/csound_type_system.h
>> >> >> > Copying OS X content
>> >> >> > CsoundLib64.framework/Versions/6.0/Headers/cwindow.h
>> >> >> > Copying OS X content
>> >> >> > CsoundLib64.framework/Versions/6.0/Headers/float-version-double.h
>> >> >> > Copying OS X content
>> >> >> > CsoundLib64.framework/Versions/6.0/Headers/filebuilding.h
>> >> >> > Copying OS X content
>> >> >> > CsoundLib64.framework/Versions/6.0/Headers/interlocks.h
>> >> >> > Copying OS X content
>> >> >> > CsoundLib64.framework/Versions/6.0/Headers/float-version.h
>> >> >> > Copying OS X content
>> >> >> > CsoundLib64.framework/Versions/6.0/Headers/pstream.h
>> >> >> > Copying OS X content
>> >> >> > CsoundLib64.framework/Versions/6.0/Headers/msg_attr.h
>> >> >> > Copying OS X content
>> >> >> > CsoundLib64.framework/Versions/6.0/Headers/pvfileio.h
>> >> >> > Copying OS X content
>> >> >> > CsoundLib64.framework/Versions/6.0/Headers/soundio.h
>> >> >> > Copying OS X content
>> >> >> > CsoundLib64.framework/Versions/6.0/Headers/sysdep.h
>> >> >> > Copying OS X content
>> >> >> > CsoundLib64.framework/Versions/6.0/Headers/text.h
>> >> >> > Copying OS X content
>> >> >> > CsoundLib64.framework/Versions/6.0/Headers/version.h
>> >> >> > Linking C shared library
>> >> >> > CsoundLib64.framework/Versions/6.0/CsoundLib64
>> >> >> > [ 90%] Built target CsoundLib64
>> >> >> > Scanning dependencies of target csladspa
>> >> >> > Scanning dependencies of target libcsnd
>> >> >> > [ 90%] Building CXX object
>> >> >> > frontends/CMakeFiles/csladspa.dir/csladspa/csladspa.cpp.o
>> >> >> > [ 91%] brew: superenv removed: -I/usr/local/include
>> >> >> > -I/tmp/csound-KYls
>> >> >> > Building CXX object
>> >> >> > interfaces/CMakeFiles/libcsnd.dir/CppSound.cpp.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 91%] Building CXX object
>> >> >> > interfaces/CMakeFiles/libcsnd.dir/CsoundFile.cpp.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > Linking CXX shared library ../csladspa.dylib
>> >> >> > [ 91%] Built target csladspa
>> >> >> > Scanning dependencies of target csound-bin
>> >> >> > [ 91%] Building C object
>> >> >> > frontends/CMakeFiles/csound-bin.dir/csound/csound_main.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > Linking C executable ../csound
>> >> >> > [ 91%] Built target csound-bin
>> >> >> > Scanning dependencies of target atsa
>> >> >> > [ 91%] Building C object util/CMakeFiles/atsa.dir/atsa_main.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > Linking C executable ../atsa
>> >> >> > [ 91%] Building CXX object
>> >> >> > interfaces/CMakeFiles/libcsnd.dir/Soundfile.cpp.o
>> >> >> > [ 91%] brew: superenv removed: -I/usr/local/include
>> >> >> > -I/tmp/csound-KYls
>> >> >> > Built target atsa
>> >> >> > [ 91%] Building CXX object
>> >> >> > interfaces/CMakeFiles/libcsnd.dir/csPerfThread.cpp.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > [ 92%] [ 92%] Building CXX object
>> >> >> > interfaces/CMakeFiles/libcsnd.dir/cs_glue.cpp.o
>> >> >> > Building CXX object
>> >> >> > interfaces/CMakeFiles/libcsnd.dir/filebuilding.cpp.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > Scanning dependencies of target csanalyze
>> >> >> > [ 92%] Building C object
>> >> >> > util/CMakeFiles/csanalyze.dir/csanalyze.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > Linking C executable ../csanalyze
>> >> >> > Linking CXX shared library ../libcsnd.dylib
>> >> >> > [ 92%] Built target csanalyze
>> >> >> > [ 92%] Built target libcsnd
>> >> >> > Scanning dependencies of target cvanal
>> >> >> > Scanning dependencies of target dnoise
>> >> >> > [ 92%] [ 93%] Building C object
>> >> >> > util/CMakeFiles/dnoise.dir/dnoise_main.c.o
>> >> >> > Building C object util/CMakeFiles/cvanal.dir/cvl_main.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > Linking C executable ../dnoise
>> >> >> > Linking C executable ../cvanal
>> >> >> > [ 93%] Built target dnoise
>> >> >> > [ 93%] Built target cvanal
>> >> >> > Scanning dependencies of target envext
>> >> >> > Scanning dependencies of target extractor
>> >> >> > [ 93%] [ 93%] Building C object
>> >> >> > util/CMakeFiles/envext.dir/env_main.c.o
>> >> >> > Building C object util/CMakeFiles/extractor.dir/xtrc_main.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > Linking C executable ../envext
>> >> >> > Linking C executable ../extractor
>> >> >> > [ 93%] Built target extractor
>> >> >> > [ 93%] Built target envext
>> >> >> > Scanning dependencies of target het_export
>> >> >> > Scanning dependencies of target het_import
>> >> >> > [ 93%] [ 93%] Building C object
>> >> >> > util/CMakeFiles/het_export.dir/hetx_main.c.o
>> >> >> > Building C object util/CMakeFiles/het_import.dir/heti_main.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > Linking C executable ../het_export
>> >> >> > Linking C executable ../het_import
>> >> >> > [ 93%] [ 93%] Built target het_import
>> >> >> > Built target het_export
>> >> >> > Scanning dependencies of target lpanal
>> >> >> > Scanning dependencies of target hetro
>> >> >> > [ 93%] Building C object util/CMakeFiles/lpanal.dir/lpc_main.c.o
>> >> >> > [ 94%] brew: superenv removed: -I/usr/local/include
>> >> >> > -I/tmp/csound-KYls
>> >> >> > Building C object util/CMakeFiles/hetro.dir/het_main.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > Linking C executable ../lpanal
>> >> >> > Linking C executable ../hetro
>> >> >> > [ 94%] Built target lpanal
>> >> >> > [ 94%] Built target hetro
>> >> >> > Scanning dependencies of target lpc_export
>> >> >> > Scanning dependencies of target lpc_import
>> >> >> > [ 95%] Building C object
>> >> >> > util/CMakeFiles/lpc_export.dir/lpcx_main.c.o
>> >> >> > [ 95%] Building C object
>> >> >> > util/CMakeFiles/lpc_import.dir/lpci_main.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > Linking C executable ../lpc_export
>> >> >> > Linking C executable ../lpc_import
>> >> >> > [ 95%] Built target lpc_export
>> >> >> > [ 95%] Built target lpc_import
>> >> >> > Scanning dependencies of target mixer-bin
>> >> >> > Scanning dependencies of target pv_export
>> >> >> > [ 95%] [ 95%] Building C object
>> >> >> > util/CMakeFiles/mixer-bin.dir/mixer_main.c.o
>> >> >> > Building C object util/CMakeFiles/pv_export.dir/pvx_main.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > Linking C executable ../pv_export
>> >> >> > Linking C executable ../mixer
>> >> >> > [ 95%] Built target pv_export
>> >> >> > [ 95%] Built target mixer-bin
>> >> >> > Scanning dependencies of target pvanal
>> >> >> > Scanning dependencies of target pv_import
>> >> >> > [ 95%] [ 96%] Building C object
>> >> >> > util/CMakeFiles/pvanal.dir/pvc_main.c.o
>> >> >> > Building C object util/CMakeFiles/pv_import.dir/pvi_main.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > Linking C executable ../pvanal
>> >> >> > Linking C executable ../pv_import
>> >> >> > [ 96%] Built target pvanal
>> >> >> > [ 96%] Built target pv_import
>> >> >> > Scanning dependencies of target scale
>> >> >> > Scanning dependencies of target pvlook
>> >> >> > [ 96%] [ 96%] Building C object
>> >> >> > util/CMakeFiles/scale.dir/scale_main.c.o
>> >> >> > Building C object util/CMakeFiles/pvlook.dir/pvl_main.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > Linking C executable ../pvlook
>> >> >> > Linking C executable ../scale
>> >> >> > [ 96%] Built target pvlook
>> >> >> > [ 96%] Built target scale
>> >> >> > Scanning dependencies of target scope
>> >> >> > Scanning dependencies of target sndinfo
>> >> >> > [ 96%] [ 96%] Building C object
>> >> >> > util/CMakeFiles/scope.dir/scope_main.c.o
>> >> >> > Building C object util/CMakeFiles/sndinfo.dir/sndinfo_main.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > Linking C executable ../sndinfo
>> >> >> > Linking C executable ../scope
>> >> >> > [ 96%] Built target scope
>> >> >> > [ 96%] Built target sndinfo
>> >> >> > Scanning dependencies of target srconv
>> >> >> > Scanning dependencies of target extract
>> >> >> > [ 97%] [ 97%] Building C object
>> >> >> > util/CMakeFiles/srconv.dir/srconv_main.c.o
>> >> >> > Building C object util1/CMakeFiles/extract.dir/sortex/xmain.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > Linking C executable ../extract
>> >> >> > Linking C executable ../srconv
>> >> >> > [ 97%] Built target extract
>> >> >> > [ 97%] Built target srconv
>> >> >> > [ 98%] Scanning dependencies of target scsort
>> >> >> > Swig source
>> >> >> > [ 98%] Building C object
>> >> >> > util1/CMakeFiles/scsort.dir/sortex/smain.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > Language subdirectory: python
>> >> >> > Search paths:
>> >> >> >    ./
>> >> >> >    /usr/local/include/
>> >> >> >    /tmp/csound-KYls/./H/
>> >> >> >    /tmp/csound-KYls/./include/
>> >> >> >    /tmp/csound-KYls/./Engine/
>> >> >> >    /tmp/csound-KYls/./
>> >> >> >    /tmp/csound-KYls/
>> >> >> >    /tmp/csound-KYls/interfaces/
>> >> >> >    /System/Library/Frameworks/Python.framework/Headers/
>> >> >> >    ./swig_lib/python/
>> >> >> >    /usr/local/Cellar/swig/2.0.9/share/swig/2.0.9/python/
>> >> >> >    ./swig_lib/
>> >> >> >    /usr/local/Cellar/swig/2.0.9/share/swig/2.0.9/
>> >> >> > Preprocessing...
>> >> >> > Linking C executable ../scsort
>> >> >> > [ 98%] Built target scsort
>> >> >> > [ 98%] Swig source
>> >> >> > Language subdirectory: java
>> >> >> > Search paths:
>> >> >> >    ./
>> >> >> >    /usr/local/include/
>> >> >> >    /tmp/csound-KYls/./H/
>> >> >> >    /tmp/csound-KYls/./include/
>> >> >> >    /tmp/csound-KYls/./Engine/
>> >> >> >    /tmp/csound-KYls/./
>> >> >> >    /tmp/csound-KYls/
>> >> >> >    /tmp/csound-KYls/interfaces/
>> >> >> >    /System/Library/Frameworks/Python.framework/Headers/
>> >> >> >    /System/Library/Frameworks/JavaVM.framework/Headers/
>> >> >> >    /System/Library/Frameworks/JavaVM.framework/Headers/
>> >> >> >    /System/Library/Frameworks/JavaVM.framework/Headers/
>> >> >> >    ./swig_lib/java/
>> >> >> >    /usr/local/Cellar/swig/2.0.9/share/swig/2.0.9/java/
>> >> >> >    ./swig_lib/
>> >> >> >    /usr/local/Cellar/swig/2.0.9/share/swig/2.0.9/
>> >> >> > Preprocessing...
>> >> >> > Starting language-specific parse...
>> >> >> > Processing types...
>> >> >> > C++ analysis...
>> >> >> > Generating wrappers...
>> >> >> > Starting language-specific parse...
>> >> >> > /tmp/csound-KYls/./include/csound.h:519: Warning 451: Setting a
>> >> >> > const
>> >> >> > char *
>> >> >> > variable may leak memory.
>> >> >> > Processing types...
>> >> >> > C++ analysis...
>> >> >> > Generating wrappers...
>> >> >> > /tmp/csound-KYls/./include/csound.h:519: Warning 451: Setting a
>> >> >> > const
>> >> >> > char *
>> >> >> > variable may leak memory.
>> >> >> > cs_glue.hpp:505: Warning 473: Returning a pointer or reference in
>> >> >> > a
>> >> >> > director
>> >> >> > method is not recommended.
>> >> >> > CppSound.hpp:36: Warning 453: Can't apply (std::vector< double >
>> >> >> > *INPUT). No
>> >> >> > typemaps are defined.
>> >> >> > CppSound.hpp:52: Warning 813: Warning for CppSound proxy: Base
>> >> >> > CsoundFile
>> >> >> > ignored. Multiple inheritance is not supported in Java.
>> >> >> > cs_glue.hpp:505: Warning 473: Returning a pointer or reference in
>> >> >> > a
>> >> >> > director
>> >> >> > method is not recommended.
>> >> >> > Scanning dependencies of target _jcsound6
>> >> >> > [ 99%] Building CXX object
>> >> >> > interfaces/CMakeFiles/_jcsound6.dir/java_interfaceJAVA_wrap.cxx.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > CppSound.hpp:36: Warning 453: Can't apply (std::vector< double >
>> >> >> > *INPUT). No
>> >> >> > typemaps are defined.
>> >> >> > Scanning dependencies of target _csnd6
>> >> >> > [ 99%] Building CXX object
>> >> >> > interfaces/CMakeFiles/_csnd6.dir/python_interfacePYTHON_wrap.cxx.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > Linking CXX shared module ../lib_jcsound6.jnilib
>> >> >> > Building JAVA package csnd6.jar
>> >> >> > Linking CXX shared module ../_csnd6.so
>> >> >> > [ 99%] Built target _csnd6
>> >> >> > [ 99%] [ 99%] Built target _jcsound6
>> >> >> > Swig source
>> >> >> > Language subdirectory: lua
>> >> >> > Search paths:
>> >> >> >    ./
>> >> >> >    /usr/local/include/
>> >> >> >    /tmp/csound-KYls/./H/
>> >> >> >    /tmp/csound-KYls/./include/
>> >> >> >    /tmp/csound-KYls/./Engine/
>> >> >> >    /tmp/csound-KYls/./
>> >> >> >    /tmp/csound-KYls/
>> >> >> >    /tmp/csound-KYls/interfaces/
>> >> >> >    /System/Library/Frameworks/Python.framework/Headers/
>> >> >> >    /System/Library/Frameworks/JavaVM.framework/Headers/
>> >> >> >    /System/Library/Frameworks/JavaVM.framework/Headers/
>> >> >> >    /System/Library/Frameworks/JavaVM.framework/Headers/
>> >> >> >    /usr/local/include/
>> >> >> >    ./swig_lib/lua/
>> >> >> >    /usr/local/Cellar/swig/2.0.9/share/swig/2.0.9/lua/
>> >> >> >    ./swig_lib/
>> >> >> >    /usr/local/Cellar/swig/2.0.9/share/swig/2.0.9/
>> >> >> > Preprocessing...
>> >> >> > Starting language-specific parse...
>> >> >> > Processing types...
>> >> >> > C++ analysis...
>> >> >> > Generating wrappers...
>> >> >> > /tmp/csound-KYls/./include/csound.h:519: Warning 451: Setting a
>> >> >> > const
>> >> >> > char *
>> >> >> > variable may leak memory.
>> >> >> > CppSound.hpp:36: Warning 453: Can't apply (std::vector< double >
>> >> >> > *INPUT). No
>> >> >> > typemaps are defined.
>> >> >> > Scanning dependencies of target luaCsnd6
>> >> >> > [100%] Building CXX object
>> >> >> > interfaces/CMakeFiles/luaCsnd6.dir/lua_interfaceLUA_wrap.cxx.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> > Linking CXX shared module ../luaCsnd6.so
>> >> >> > [100%] Built target luaCsnd6
>> >> >> > Install the project...
>> >> >> > -- Install configuration: "None"
>> >> >> > -- Installing:
>> >> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework
>> >> >> > -- Up-to-date:
>> >> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/CsoundLib64
>> >> >> > -- Up-to-date:
>> >> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Headers
>> >> >> > -- Up-to-date:
>> >> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Resources
>> >> >> > -- Installing:
>> >> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions
>> >> >> > -- Installing:
>> >> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0
>> >> >> > -- Installing:
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/CsoundLib64
>> >> >> > -- Installing:
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers
>> >> >> > -- Installing:
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/cfgvar.h
>> >> >> > -- Installing:
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/CppSound.hpp
>> >> >> > -- Installing:
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/cscore.h
>> >> >> > -- Installing:
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/csdl.h
>> >> >> > -- Installing:
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/csound.h
>> >> >> > -- Installing:
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/csound.hpp
>> >> >> > -- Installing:
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/csound_data_structures.h
>> >> >> > -- Installing:
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/csound_standard_types.h
>> >> >> > -- Installing:
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/csound_type_system.h
>> >> >> > -- Installing:
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/csoundCore.h
>> >> >> > -- Installing:
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/CsoundFile.hpp
>> >> >> > -- Installing:
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/csPerfThread.hpp
>> >> >> > -- Installing:
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/cwindow.h
>> >> >> > -- Installing:
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/filebuilding.h
>> >> >> > -- Installing:
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/float-version-double.h
>> >> >> > -- Installing:
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/float-version.h
>> >> >> > -- Installing:
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/interlocks.h
>> >> >> > -- Installing:
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/msg_attr.h
>> >> >> > -- Installing:
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/OpcodeBase.hpp
>> >> >> > -- Installing:
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/pstream.h
>> >> >> > -- Installing:
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/pvfileio.h
>> >> >> > -- Installing:
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/soundio.h
>> >> >> > -- Installing:
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/sysdep.h
>> >> >> > -- Installing:
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/text.h
>> >> >> > -- Installing:
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/version.h
>> >> >> > -- Installing:
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources
>> >> >> > -- Installing:
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Info.plist
>> >> >> > -- Up-to-date:
>> >> >> >
>> >> >> >
>> >> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/Current
>> >> >> > -- Installing:
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libmixer.dylib
>> >> >> > -- Installing:
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libsignalflowgraph.dylib
>> >> >> > -- Installing:
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libampmidid.dylib
>> >> >> > -- Installing:
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libcs_date.dylib
>> >> >> > -- Installing:
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libsystem_call.dylib
>> >> >> > -- Installing:
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libdoppler.dylib
>> >> >> > -- Installing:
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libfractalnoise.dylib
>> >> >> > -- Installing:
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libfareygen.dylib
>> >> >> > -- Installing:
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libcellular.dylib
>> >> >> > -- Installing:
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libserial.dylib
>> >> >> > -- Installing:
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libplaterev.dylib
>> >> >> > -- Installing:
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libscansyn.dylib
>> >> >> > -- Installing:
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libcontrol.dylib
>> >> >> > -- Installing:
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libchua.dylib
>> >> >> > -- Installing:
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libosc.dylib
>> >> >> > -- Installing:
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libimage.dylib
>> >> >> > -- Installing:
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libpy.dylib
>> >> >> > -- Installing:
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libstk.dylib
>> >> >> > -- Installing:
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libcmidi.dylib
>> >> >> > -- Installing:
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/librtauhal.dylib
>> >> >> > -- Installing:
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libipmidi.dylib
>> >> >> > -- Installing:
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libwidgets.dylib
>> >> >> > -- Installing:
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libvirtual.dylib
>> >> >> > -- Installing: /usr/local/Cellar/csound/HEAD/lib/libcsnd.6.0.dylib
>> >> >> > -- Installing: /usr/local/Cellar/csound/HEAD/lib/libcsnd.dylib
>> >> >> > -- Installing: /Library/Python/2.7/site-packages/_csnd6.so
>> >> >> > CMake Error at interfaces/cmake_install.cmake:61 (FILE):
>> >> >> >   file INSTALL cannot copy file "/tmp/csound-KYls/_csnd6.so" to
>> >> >> >   "/Library/Python/2.7/site-packages/_csnd6.so".
>> >> >> > Call Stack (most recent call first):
>> >> >> >   cmake_install.cmake:56 (INCLUDE)
>> >> >> >
>> >> >> >
>> >> >> > make: *** [install] Error 1
>> >> >> > ==> Configuration
>> >> >> > HOMEBREW_VERSION: 0.9.4
>> >> >> > HEAD: 38629e1de84d5b8f020e02ebe3ca3430a47080ef
>> >> >> > CPU: dual-core 64-bit penryn
>> >> >> > OS X: 10.8.3-x86_64
>> >> >> > Xcode: 4.6.2
>> >> >> > CLT: 4.6.0.0.1.1365549073
>> >> >> > X11: 2.7.4 => /opt/X11
>> >> >> > ==> ENV
>> >> >> > CC: cc
>> >> >> > CXX: c++
>> >> >> > MAKEFLAGS: -j2
>> >> >> > CMAKE_PREFIX_PATH: /usr/local
>> >> >> > CMAKE_INCLUDE_PATH:
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> > /usr/include/libxml2:/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers/
>> >> >> > CMAKE_LIBRARY_PATH:
>> >> >> >
>> >> >> >
>> >> >> > /System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
>> >> >> > PKG_CONFIG_PATH:
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> > /usr/local/opt/pcre/lib/pkgconfig:/usr/local/opt/libsndfile/lib/pkgconfig:/usr/local/opt/portaudio/lib/pkgconfig:/usr/local/opt/liblo/lib/pkgconfig:/usr/local/opt/libpng/lib/pkgconfig
>> >> >> > PKG_CONFIG_LIBDIR:
>> >> >> > /usr/lib/pkgconfig:/usr/local/Library/ENV/pkgconfig/10.8
>> >> >> > ACLOCAL_PATH: /usr/local/share/aclocal
>> >> >> > OBJC: cc
>> >> >> > PATH:
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> > /usr/local/Library/ENV/4.3:/usr/local/opt/cmake/bin:/usr/local/opt/pcre/bin:/usr/local/opt/swig/bin:/usr/local/opt/libsndfile/bin:/usr/local/opt/liblo/bin:/usr/local/opt/libpng/bin:/usr/local/opt/stk/bin:/usr/local/opt/jpeg/bin:/usr/local/opt/fltk/bin:/usr/bin:/bin:/usr/sbin:/sbin
>> >> >> >
>> >> >> > Error: csound did not build
>> >> >> > Logs:
>> >> >> > /Users/eddyc/Library/Logs/Homebrew/csound/CMakeCache.txt
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> > On 12 May 2013 11:03, Steven Yi <stevenyi@gmail.com> wrote:
>> >> >> >>
>> >> >> >> Could you run "brew install --HEAD
>> >> >> >> http://www.kunstmusik.com/csound.rb
>> >> >> >> --verbose" and post the verbose output?
>> >> >> >>
>> >> >> >> On May 12, 2013 10:47 AM, "Ed Costello"
>> >> >> >> <edwardcostello@gmail.com>
>> >> >> >> wrote:
>> >> >> >>>
>> >> >> >>> Ok, still getting errors, heres what happened next....
>> >> >> >>>
>> >> >> >>> Marions-MacBook:~ eddyc$ brew link --overwrite libsndfile
>> >> >> >>> Linking /usr/local/Cellar/libsndfile/1.0.25... 27 symlinks
>> >> >> >>> created
>> >> >> >>> Marions-MacBook:~ eddyc$ brew install
>> >> >> >>> http://www.kunstmusik.com/csound.rb
>> >> >> >>>
>> >> >> >>>
>> >> >> >>>
>> >> >> >>> ########################################################################
>> >> >> >>> 100.0%
>> >> >> >>> Error: You must `brew link portaudio portmidi liblo' before
>> >> >> >>> csound
>> >> >> >>> can
>> >> >> >>> be
>> >> >> >>> installed
>> >> >> >>> Marions-MacBook:~ eddyc$ brew link --overwrite portaudio
>> >> >> >>> portmidi
>> >> >> >>> liblo
>> >> >> >>> Linking /usr/local/Cellar/portaudio/19.20111121... 6 symlinks
>> >> >> >>> created
>> >> >> >>> Linking /usr/local/Cellar/portmidi/217... 3 symlinks created
>> >> >> >>> Linking /usr/local/Cellar/liblo/0.26... 6 symlinks created
>> >> >> >>> Marions-MacBook:~ eddyc$ brew install
>> >> >> >>> http://www.kunstmusik.com/csound.rb
>> >> >> >>>
>> >> >> >>>
>> >> >> >>>
>> >> >> >>> ########################################################################
>> >> >> >>> 100.0%
>> >> >> >>> ==> Downloading
>> >> >> >>> http://www.kunstmusik.com/Csound-6.0.1-Source.tar.bz2
>> >> >> >>> Already downloaded:
>> >> >> >>> /Library/Caches/Homebrew/csound-6.0.1.tar.bz2
>> >> >> >>> ==> cmake . -DUSE_GETTEXT=0
>> >> >> >>> -DCMAKE_INSTALL_PREFIX=/usr/local/Cellar/csound/6.0.
>> >> >> >>> ==> make install
>> >> >> >>> Call Stack (most recent call first):
>> >> >> >>>   cmake_install.cmake:56 (INCLUDE)
>> >> >> >>>
>> >> >> >>>
>> >> >> >>> make: *** [install] Error 1
>> >> >> >>>
>> >> >> >>>
>> >> >> >>> On 11 May 2013 23:39, Steven Yi <stevenyi@gmail.com> wrote:
>> >> >> >>>>
>> >> >> >>>> Hey Ed,
>> >> >> >>>>
>> >> >> >>>> Sorry, just use "brew link --overwrite libsndfile" and ignore
>> >> >> >>>> the
>> >> >> >>>> uninstall/install thing I wrote earlier. :)
>> >> >> >>>>
>> >> >> >>>> steven
>> >> >> >>>>
>> >> >> >>>> On Sat, May 11, 2013 at 11:31 PM, Steven Yi
>> >> >> >>>> <stevenyi@gmail.com>
>> >> >> >>>> wrote:
>> >> >> >>>> > Hey Ed!
>> >> >> >>>> >
>> >> >> >>>> > So for that it's pretty much what it says.  You'll have to
>> >> >> >>>> > use
>> >> >> >>>> > the
>> >> >> >>>> > brew installed libsndfile, and to do that you'll probably
>> >> >> >>>> > have
>> >> >> >>>> > to
>> >> >> >>>> > do
>> >> >> >>>> > "brew uninstall libsndfile; brew install --overwrite
>> >> >> >>>> > libsndfile".
>> >> >> >>>> > Most
>> >> >> >>>> > likely when brew tried to link it's libsndfile into
>> >> >> >>>> > /usr/local,
>> >> >> >>>> > it
>> >> >> >>>> > encountered your custom built ones and gave up; I wonder if
>> >> >> >>>> > it
>> >> >> >>>> > didn't
>> >> >> >>>> > alter something though X_X.  But try getting the brew
>> >> >> >>>> > installed
>> >> >> >>>> > ones
>> >> >> >>>> > in there and I think you'll be good for csound building after
>> >> >> >>>> > that.
>> >> >> >>>> >
>> >> >> >>>> > Thanks!
>> >> >> >>>> > steven
>> >> >> >>>> >
>> >> >> >>>> > On Sat, May 11, 2013 at 8:10 PM, Ed Costello
>> >> >> >>>> > <edwardcostello@gmail.com> wrote:
>> >> >> >>>> >> I get an error saying it requires libsndfile, the thing is I
>> >> >> >>>> >> already
>> >> >> >>>> >> have
>> >> >> >>>> >> libsndfile installed from a previous csound installation,
>> >> >> >>>> >>
>> >> >> >>>> >> CMake Error at CMakeLists.txt:339 (message):
>> >> >> >>>> >>   Csound requires the sndfile library
>> >> >> >>>> >>
>> >> >> >>>> >>
>> >> >> >>>> >> -- Configuring incomplete, errors occurred!
>> >> >> >>>> >>
>> >> >> >>>> >> READ THIS:
>> >> >> >>>> >> https://github.com/mxcl/homebrew/wiki/troubleshooting
>> >> >> >>>> >>
>> >> >> >>>> >> Marions-MacBook:~ eddyc$ brew install libsndfile
>> >> >> >>>> >> Warning: libsndfile-1.0.25 already installed, it's just not
>> >> >> >>>> >> linked
>> >> >> >>>> >> Marions-MacBook:~ eddyc$
>> >> >> >>>> >>
>> >> >> >>>> >>
>> >> >> >>>> >>
>> >> >> >>>> >> On 11 May 2013 18:26, peiman khosravi
>> >> >> >>>> >> <peimankhosravi@gmail.com>
>> >> >> >>>> >> wrote:
>> >> >> >>>> >>>
>> >> >> >>>> >>> I get the same errors.
>> >> >> >>>> >>>
>> >> >> >>>> >>> P
>> >> >> >>>> >>>
>> >> >> >>>> >>>
>> >> >> >>>> >>>
>> >> >> >>>> >>>
>> >> >> >>>> >>>
>> >> >> >>>> >>>
>> >> >> >>>> >>> www.peimankhosravi.co.uk || Subscribe to RSS Feed
>> >> >> >>>> >>>
>> >> >> >>>> >>> To receive emails about upcoming concerts visit this page &
>> >> >> >>>> >>> enter
>> >> >> >>>> >>> your
>> >> >> >>>> >>> email address in the 'follow' section.
>> >> >> >>>> >>>
>> >> >> >>>> >>>
>> >> >> >>>> >>>
>> >> >> >>>> >>> On 11 May 2013 16:38, Steven Yi <stevenyi@gmail.com> wrote:
>> >> >> >>>> >>>>
>> >> >> >>>> >>>> Hi Jake,
>> >> >> >>>> >>>>
>> >> >> >>>> >>>> Thanks very much for the quick report! I'm running into
>> >> >> >>>> >>>> similar
>> >> >> >>>> >>>> situations and it has to do with brew trying to install
>> >> >> >>>> >>>> links
>> >> >> >>>> >>>> but
>> >> >> >>>> >>>> there are original files there installed from somewhere
>> >> >> >>>> >>>> else
>> >> >> >>>> >>>> (likely
>> >> >> >>>> >>>> from a previous csound installer install).  I just did
>> >> >> >>>> >>>> this:
>> >> >> >>>> >>>>
>> >> >> >>>> >>>> Error: Could not symlink file:
>> >> >> >>>> >>>> /usr/local/Cellar/libogg/1.3.0/include/ogg/os_types.h
>> >> >> >>>> >>>> Target /usr/local/include/ogg/os_types.h already exists.
>> >> >> >>>> >>>> You
>> >> >> >>>> >>>> may
>> >> >> >>>> >>>> need
>> >> >> >>>> >>>> to delete it.
>> >> >> >>>> >>>> To force the link and overwrite all other conflicting
>> >> >> >>>> >>>> files,
>> >> >> >>>> >>>> do:
>> >> >> >>>> >>>>   brew link --overwrite formula_name
>> >> >> >>>> >>>>
>> >> >> >>>> >>>> To list all files that would be deleted:
>> >> >> >>>> >>>>   brew link --overwrite --dry-run formula_name
>> >> >> >>>> >>>> cp23-119:Formula stevenyi$ brew link --overwrite libogg
>> >> >> >>>> >>>> Linking /usr/local/Cellar/libogg/1.3.0... 81 symlinks
>> >> >> >>>> >>>> created
>> >> >> >>>> >>>>
>> >> >> >>>> >>>> and also did 'brew link --overwrite flac' (and so on for
>> >> >> >>>> >>>> each
>> >> >> >>>> >>>> lib).
>> >> >> >>>> >>>>
>> >> >> >>>> >>>> One note, I'm running into issues in building --universal.
>> >> >> >>>> >>>> It
>> >> >> >>>> >>>> seems
>> >> >> >>>> >>>> some of the formulas can be --universal but they depend on
>> >> >> >>>> >>>> others
>> >> >> >>>> >>>> that
>> >> >> >>>> >>>> don't support universal.  I'm going to see about modifying
>> >> >> >>>> >>>> some
>> >> >> >>>> >>>> of
>> >> >> >>>> >>>> the
>> >> >> >>>> >>>> dependent homebrew recipes and if that works I'll see if
>> >> >> >>>> >>>> they
>> >> >> >>>> >>>> get
>> >> >> >>>> >>>> accepted into the main repo.
>> >> >> >>>> >>>>
>> >> >> >>>> >>>> Thanks!
>> >> >> >>>> >>>> steven
>> >> >> >>>> >>>>
>> >> >> >>>> >>>> On Sat, May 11, 2013 at 5:24 PM, Jacob Joaquin
>> >> >> >>>> >>>> <jacobjoaquin@gmail.com>
>> >> >> >>>> >>>> wrote:
>> >> >> >>>> >>>> > Here's my first run through; It breaks at libogg. I'm
>> >> >> >>>> >>>> > actually
>> >> >> >>>> >>>> > in
>> >> >> >>>> >>>> > the
>> >> >> >>>> >>>> > middle
>> >> >> >>>> >>>> > of something this morning. I'll spend more time with
>> >> >> >>>> >>>> > this
>> >> >> >>>> >>>> > when
>> >> >> >>>> >>>> > I
>> >> >> >>>> >>>> > have
>> >> >> >>>> >>>> > some:
>> >> >> >>>> >>>> >
>> >> >> >>>> >>>> > Quorra ~ $ brew install
>> >> >> >>>> >>>> > http://www.kunstmusik.com/csound.rb
>> >> >> >>>> >>>> >
>> >> >> >>>> >>>> >
>> >> >> >>>> >>>> >
>> >> >> >>>> >>>> >
>> >> >> >>>> >>>> >
>> >> >> >>>> >>>> > ########################################################################
>> >> >> >>>> >>>> > 100.0%
>> >> >> >>>> >>>> > Warning: Your Xcode (4.6.1) is outdated
>> >> >> >>>> >>>> > Please install Xcode 4.6.2.
>> >> >> >>>> >>>> > ==> Installing csound dependency: cmake
>> >> >> >>>> >>>> > ==> Downloading
>> >> >> >>>> >>>> >
>> >> >> >>>> >>>> >
>> >> >> >>>> >>>> >
>> >> >> >>>> >>>> > https://downloads.sf.net/project/machomebrew/Bottles/cmake-2.8.1
>> >> >> >>>> >>>> >
>> >> >> >>>> >>>> >
>> >> >> >>>> >>>> >
>> >> >> >>>> >>>> >
>> >> >> >>>> >>>> >
>> >> >> >>>> >>>> > ########################################################################
>> >> >> >>>> >>>> > 100.0%
>> >> >> >>>> >>>> > ==> Pouring cmake-2.8.10.2.mountain_lion.bottle.tar.gz
>> >> >> >>>> >>>> > 🍺  /usr/local/Cellar/cmake/2.8.10.2: 683 files, 32M
>> >> >> >>>> >>>> > ==> Installing csound dependency: pcre
>> >> >> >>>> >>>> > ==> Downloading
>> >> >> >>>> >>>> >
>> >> >> >>>> >>>> >
>> >> >> >>>> >>>> >
>> >> >> >>>> >>>> > ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre-8.32.
>> >> >> >>>> >>>> >
>> >> >> >>>> >>>> >
>> >> >> >>>> >>>> >
>> >> >> >>>> >>>> >
>> >> >> >>>> >>>> >
>> >> >> >>>> >>>> > ########################################################################
>> >> >> >>>> >>>> > 100.0%
>> >> >> >>>> >>>> >
>> >> >> >>>> >>>> >
>> >> >> >>>> >>>> >
>> >> >> >>>> >>>> >
>> >> >> >>>> >>>> >
>> >> >> >>>> >>>> > ########################################################################
>> >> >> >>>> >>>> > 100.0%==> ./configure
>> >> >> >>>> >>>> > --prefix=/usr/local/Cellar/pcre/8.32
>> >> >> >>>> >>>> > --enable-utf8
>> >> >> >>>> >>>> > --enable-unic
>> >> >> >>>> >>>> > ==> make test
>> >> >> >>>> >>>> > ==> make install
>> >> >> >>>> >>>> > 🍺  /usr/local/Cellar/pcre/8.32: 135 files, 3.6M, built
>> >> >> >>>> >>>> > in
>> >> >> >>>> >>>> > 44
>> >> >> >>>> >>>> > seconds
>> >> >> >>>> >>>> > ==> Installing csound dependency: swig
>> >> >> >>>> >>>> > ==> Downloading
>> >> >> >>>> >>>> >
>> >> >> >>>> >>>> >
>> >> >> >>>> >>>> >
>> >> >> >>>> >>>> >
>> >> >> >>>> >>>> >
>> >> >> >>>> >>>> > http://sourceforge.net/projects/swig/files/swig/swig-2.0.9/swig-2.0.9.tar.gz
>> >> >> >>>> >>>> >
>> >> >> >>>> >>>> >
>> >> >> >>>> >>>> >
>> >> >> >>>> >>>> >
>> >> >> >>>> >>>> >
>> >> >> >>>> >>>> > ########################################################################
>> >> >> >>>> >>>> > 100.0%
>> >> >> >>>> >>>> > ==> ./configure --prefix=/usr/local/Cellar/swig/2.0.9
>> >> >> >>>> >>>> > ==> make
>> >> >> >>>> >>>> > ==> make install
>> >> >> >>>> >>>> > 🍺  /usr/local/Cellar/swig/2.0.9: 599 files, 6.2M, built
>> >> >> >>>> >>>> > in
>> >> >> >>>> >>>> > 45
>> >> >> >>>> >>>> > seconds
>> >> >> >>>> >>>> > ==> Installing csound dependency: pkg-config
>> >> >> >>>> >>>> > ==> Downloading
>> >> >> >>>> >>>> >
>> >> >> >>>> >>>> >
>> >> >> >>>> >>>> >
>> >> >> >>>> >>>> >
>> >> >> >>>> >>>> >
>> >> >> >>>> >>>> > https://downloads.sf.net/project/machomebrew/Bottles/pkg-config-0.28.mountain_lion.bottle.tar.gz
>> >> >> >>>> >>>> >
>> >> >> >>>> >>>> >
>> >> >> >>>> >>>> >
>> >> >> >>>> >>>> >
>> >> >> >>>> >>>> >
>> >> >> >>>> >>>> > ########################################################################
>> >> >> >>>> >>>> > 100.0%
>> >> >> >>>> >>>> > ==> Pouring pkg-config-0.28.mountain_lion.bottle.tar.gz
>> >> >> >>>> >>>> > 🍺  /usr/local/Cellar/pkg-config/0.28: 10 files, 636K
>> >> >> >>>> >>>> > ==> Installing csound dependency: lame
>> >> >> >>>> >>>> > ==> Downloading
>> >> >> >>>> >>>> >
>> >> >> >>>> >>>> >
>> >> >> >>>> >>>> >
>> >> >> >>>> >>>> >
>> >> >> >>>> >>>> > http://downloads.sourceforge.net/sourceforge/lame/lame-3.99.5.tar.gz
>> >> >> >>>> >>>> >
>> >> >> >>>> >>>> >
>> >> >> >>>> >>>> >
>> >> >> >>>> >>>> >
>> >> >> >>>> >>>> > ################################################...
>
>
> ------------------------------------------------------------------------------
> Learn Graph Databases - Download FREE O'Reilly Book
> "Graph Databases" is the definitive new guide to graph databases and
> their applications. This 200-page book is written by three acclaimed
> leaders in the field. The early access version is available now.
> Download your free book today! http://p.sf.net/sfu/neotech_d2d_may
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel
>

------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and
their applications. This 200-page book is written by three acclaimed
leaders in the field. The early access version is available now.
Download your free book today! http://p.sf.net/sfu/neotech_d2d_may
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-devel


Date2013-05-13 00:01
FromSteven Yi
SubjectRe: [Cs-dev] OSX: Homebrew
Thanks Ed for confirming that. I think I fixed the issue with updating
CMakeLists.txt in the CS6 repo, and I installed with brew and it's
working here for me.  Could you try an uninstall/reinstall using
homebrew and --HEAD? It seems that BUILD_RELEASE is the default and I
had thought the opposite.  This should fix the build for out of the
box and with brew.  We'll have to figure out what to do when building
the installer on OSX for overriding that, but that shouldn't be too
difficult I think.  Also, one thing I'm wondering is if building with
brew is properly overwriting the framework in ~/Library/Frameworks.
If it doesn't work the first time, could you delete the framework and
try again?  (Hopefully it'll just work the first time)

Thanks!
steven



On Sun, May 12, 2013 at 6:42 PM, Ed Costello  wrote:
> That sounds like a great idea for the custom tap Steven, oh and I did a
> csound -z and it gave me a:
>
> WARNING: Error opening plugin directory
> '/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes':
> No such file or directory
>
>
>
> On 12 May 2013 18:36, Steven Yi  wrote:
>>
>> Yes, I need to update Blue to CS6 myself. :P  I am thinking what might
>> be good for homebrew and Csound is to create a custom Tap, which is
>> like a custom repo, which we can put Csound-related packages and have
>> control over.  I think that could be very nice, say, to do something
>> like "brew install csound-complete" and have all types of programs,
>> examples, etc. all downloaded and installed and ready to go on OSX.
>>
>> On Sun, May 12, 2013 at 6:15 PM, Andres Cabrera 
>> wrote:
>> > That would be great!
>> >
>> > I still need to finish porting csoundqt to csound 6....
>> >
>> > Cheers,
>> > Andres
>> >
>> > On May 12, 2013 8:42 AM, "Steven Yi"  wrote:
>> >>
>> >> Hi Ed,
>> >>
>> >> The CsoundLib64.framework should be installed in
>> >> ~/Library/Frameworks/CsoundLib64.framework.  Victor and I had chatted
>> >> about this and it seemed to make sense to install the user's framework
>> >> folder when building, and for the installer to allow that to install
>> >> to the system's framework folder.  My thought for how to proceed from
>> >> here is that it would be very nice to have a homebrew CsoundQT build
>> >> as well, so advanced users can install both and use the bleeding edge
>> >> for both.  The idea too is that the CsoundQT build could link to the
>> >> user's framework.  Of course, I haven't mentioned this to Andres yet,
>> >> but hopefully he'll see this email. :D
>> >>
>> >> steven
>> >>
>> >> On Sun, May 12, 2013 at 3:08 PM, Ed Costello 
>> >> wrote:
>> >> > Am I right in thinking that this doesn't install the framework or
>> >> > header
>> >> > files?
>> >> >
>> >> >
>> >> > On 12 May 2013 14:57, Steven Yi  wrote:
>> >> >>
>> >> >> Ah, that's great!  Yeah, that's just the nature of homebrew.  It
>> >> >> builds in its cellar directories, then links to /usr/local.  If it
>> >> >> finds something there, it doesn't try to overwrite by default.
>> >> >> Using
>> >> >> --overwrite is appropriate in this situation.  At this point, for
>> >> >> future builds, say, if you want to keep up with the latest from git,
>> >> >> all you'll have to do is the brew installed --HEAD csound and you're
>> >> >> good to go.
>> >> >>
>> >> >> On Sun, May 12, 2013 at 2:45 PM, Ed Costello
>> >> >> 
>> >> >> wrote:
>> >> >> > Got it installed, however I had to do a brew link --overwrite
>> >> >> > csound,
>> >> >> > heres
>> >> >> > the output
>> >> >> >
>> >> >> > Warning: Could not link csound. Unlinking...
>> >> >> > Error: The `brew link` step did not complete successfully
>> >> >> > The formula built, but is not symlinked into /usr/local
>> >> >> > You can try again using `brew link csound'
>> >> >> > Warning: Could not fix install names for
>> >> >> > /usr/local/Cellar/csound/HEAD/bin/srconv
>> >> >> > Warning: Could not fix install names for
>> >> >> > /usr/local/Cellar/csound/HEAD/bin/sndinfo
>> >> >> > Warning: Could not fix install names for
>> >> >> > /usr/local/Cellar/csound/HEAD/bin/scsort
>> >> >> > Warning: Could not fix install names for
>> >> >> > /usr/local/Cellar/csound/HEAD/bin/scope
>> >> >> > Warning: Could not fix install names for
>> >> >> > /usr/local/Cellar/csound/HEAD/bin/scale
>> >> >> > Warning: Could not fix install names for
>> >> >> > /usr/local/Cellar/csound/HEAD/bin/pvlook
>> >> >> > Warning: Could not fix install names for
>> >> >> > /usr/local/Cellar/csound/HEAD/bin/pvanal
>> >> >> > Warning: Could not fix install names for
>> >> >> > /usr/local/Cellar/csound/HEAD/bin/pv_import
>> >> >> > Warning: Could not fix install names for
>> >> >> > /usr/local/Cellar/csound/HEAD/bin/pv_export
>> >> >> > Warning: Could not fix install names for
>> >> >> > /usr/local/Cellar/csound/HEAD/bin/mixer
>> >> >> > Warning: Could not fix install names for
>> >> >> > /usr/local/Cellar/csound/HEAD/bin/lpc_import
>> >> >> > Warning: Could not fix install names for
>> >> >> > /usr/local/Cellar/csound/HEAD/bin/lpc_export
>> >> >> > Warning: Could not fix install names for
>> >> >> > /usr/local/Cellar/csound/HEAD/bin/lpanal
>> >> >> > Warning: Could not fix install names for
>> >> >> > /usr/local/Cellar/csound/HEAD/bin/hetro
>> >> >> > Warning: Could not fix install names for
>> >> >> > /usr/local/Cellar/csound/HEAD/bin/het_import
>> >> >> > Warning: Could not fix install names for
>> >> >> > /usr/local/Cellar/csound/HEAD/bin/het_export
>> >> >> > Warning: Could not fix install names for
>> >> >> > /usr/local/Cellar/csound/HEAD/bin/extractor
>> >> >> > Warning: Could not fix install names for
>> >> >> > /usr/local/Cellar/csound/HEAD/bin/extract
>> >> >> > Warning: Could not fix install names for
>> >> >> > /usr/local/Cellar/csound/HEAD/bin/envext
>> >> >> > Warning: Could not fix install names for
>> >> >> > /usr/local/Cellar/csound/HEAD/bin/dnoise
>> >> >> > Warning: Could not fix install names for
>> >> >> > /usr/local/Cellar/csound/HEAD/bin/cvanal
>> >> >> > Warning: Could not fix install names for
>> >> >> > /usr/local/Cellar/csound/HEAD/bin/csound
>> >> >> > Warning: Could not fix install names for
>> >> >> > /usr/local/Cellar/csound/HEAD/bin/csanalyze
>> >> >> > Warning: Could not fix install names for
>> >> >> > /usr/local/Cellar/csound/HEAD/bin/atsa
>> >> >> > Warning: Could not fix install names for
>> >> >> > /usr/local/Cellar/csound/HEAD/lib/luaCsnd6.so
>> >> >> > Warning: Could not fix install names for
>> >> >> > /usr/local/Cellar/csound/HEAD/lib/libcsnd.6.0.dylib
>> >> >> > ==> Summary
>> >> >> > 🍺  /usr/local/Cellar/csound/HEAD: 34 files, 1.6M, built in 2.2
>> >> >> > minutes
>> >> >> > Marions-MacBook:~ eddyc$ brew link csound
>> >> >> > Linking /usr/local/Cellar/csound/HEAD... Warning: Could not link
>> >> >> > csound.
>> >> >> > Unlinking...
>> >> >> >
>> >> >> > Error: Could not symlink file:
>> >> >> > /usr/local/Cellar/csound/HEAD/bin/srconv
>> >> >> > Target /usr/local/bin/srconv already exists. You may need to
>> >> >> > delete
>> >> >> > it.
>> >> >> > To force the link and delete this file, do:
>> >> >> >   brew link --overwrite formula_name
>> >> >> >
>> >> >> > To list all files that would be deleted:
>> >> >> >   brew link --overwrite --dry-run formula_name
>> >> >> > Marions-MacBook:~ eddyc$ brew link --overwrite csound
>> >> >> > Linking /usr/local/Cellar/csound/HEAD... 29 symlinks created
>> >> >> >
>> >> >> >
>> >> >> > On 12 May 2013 14:18, Steven Yi  wrote:
>> >> >> >>
>> >> >> >> Hi Ed,
>> >> >> >>
>> >> >> >> Yeah I mentioned this situation in my first email:
>> >> >> >>
>> >> >> >> "2) The csound cmake file installs things into places that may be
>> >> >> >> protected on your system. The particularly relevant ones are
>> >> >> >> /usr/local, /Library/Python/2.7/site-packages, and
>> >> >> >> /Library/Java/Extensions.  Homebrew explains how to deal with the
>> >> >> >> latter 2 directores in [2]. There's info about /usr/local on the
>> >> >> >> homebrew site [1]."
>> >> >> >>
>> >> >> >> The link for number 2 is:
>> >> >> >>
>> >> >> >>
>> >> >> >> https://github.com/mxcl/homebrew/wiki/Gems%2C-Eggs-and-Perl-Modules
>> >> >> >>
>> >> >> >> The essentialy thing to run is:
>> >> >> >>
>> >> >> >> sudo chmod +a 'user:YOUR_NAME_HERE allow
>> >> >> >> add_subdirectory,add_file,delete_child,directory_inherit'
>> >> >> >> /Library/Python/2.7/site-packages
>> >> >> >> sudo chmod +a 'user:YOUR_NAME_HERE allow
>> >> >> >> add_subdirectory,add_file,delete_child,directory_inherit'
>> >> >> >> /Library/Java/Extensions
>> >> >> >>
>> >> >> >> where YOUR_NAME_HERE is your system user name.
>> >> >> >>
>> >> >> >> After that, you should be able to install.
>> >> >> >>
>> >> >> >> Let me know how it goes for you!
>> >> >> >> steven
>> >> >> >>
>> >> >> >>
>> >> >> >> On Sun, May 12, 2013 at 12:12 PM, Ed Costello
>> >> >> >> 
>> >> >> >> wrote:
>> >> >> >> > Here ya go, I think the installer is having trouble with
>> >> >> >> > copying
>> >> >> >> > _csnd6.so
>> >> >> >> > into my python site packages directory
>> >> >> >> >
>> >> >> >> > Marions-MacBook:~ eddyc$ brew install --HEAD
>> >> >> >> > http://www.kunstmusik.com/csound.rb --verbose
>> >> >> >> > /usr/bin/curl -f#LA Homebrew 0.9.4 (Ruby 1.8.7-358; Mac OS X
>> >> >> >> > 10.8.3)
>> >> >> >> > http://www.kunstmusik.com/csound.rb -o
>> >> >> >> > /Library/Caches/Homebrew/Formula/csound.rb
>> >> >> >> >
>> >> >> >> >
>> >> >> >> >
>> >> >> >> > ########################################################################
>> >> >> >> > 100.0%
>> >> >> >> > ==> Cloning git://git.code.sourceforge.net/p/csound/csound6-git
>> >> >> >> > git clone --depth 1
>> >> >> >> > git://git.code.sourceforge.net/p/csound/csound6-git
>> >> >> >> > /Library/Caches/Homebrew/csound--git
>> >> >> >> > Cloning into '/Library/Caches/Homebrew/csound--git'...
>> >> >> >> > remote: Counting objects: 1531, done.
>> >> >> >> > remote: Compressing objects: 100% (1314/1314), done.
>> >> >> >> > remote: Total 1531 (delta 288), reused 797 (delta 140)
>> >> >> >> > Receiving objects: 100% (1531/1531), 13.23 MiB | 1.07 MiB/s,
>> >> >> >> > done.
>> >> >> >> > Resolving deltas: 100% (288/288), done.
>> >> >> >> > git reset --hard origin/HEAD
>> >> >> >> > HEAD is now at 2468c7c some float csound adjustments
>> >> >> >> > git checkout-index -a -f --prefix=/private/tmp/csound-KYls/
>> >> >> >> > ==> cmake . -DUSE_GETTEXT=0
>> >> >> >> > -DCMAKE_INSTALL_PREFIX=/usr/local/Cellar/csound/HEAD
>> >> >> >> > -DCMAKE_BUILD_TYPE=None
>> >> >> >> > -DCMAKE_FIND_FRAMEWORK=LAST -Wno-dev
>> >> >> >> > cmake . -DUSE_GETTEXT=0
>> >> >> >> > -DCMAKE_INSTALL_PREFIX=/usr/local/Cellar/csound/HEAD
>> >> >> >> > -DCMAKE_BUILD_TYPE=None -DCMAKE_FIND_FRAMEWORK=LAST -Wno-dev
>> >> >> >> > -- The C compiler identification is Clang 4.2.0
>> >> >> >> > -- The CXX compiler identification is Clang 4.2.0
>> >> >> >> > -- Check for working C compiler: /usr/local/Library/ENV/4.3/cc
>> >> >> >> > -- Check for working C compiler: /usr/local/Library/ENV/4.3/cc
>> >> >> >> > --
>> >> >> >> > works
>> >> >> >> > -- Detecting C compiler ABI info
>> >> >> >> > -- Detecting C compiler ABI info - done
>> >> >> >> > -- Check for working CXX compiler:
>> >> >> >> > /usr/local/Library/ENV/4.3/c++
>> >> >> >> > -- Check for working CXX compiler:
>> >> >> >> > /usr/local/Library/ENV/4.3/c++
>> >> >> >> > --
>> >> >> >> > works
>> >> >> >> > -- Detecting CXX compiler ABI info
>> >> >> >> > -- Detecting CXX compiler ABI info - done
>> >> >> >> > -- /tmp/csound-KYls
>> >> >> >> > -- BUILD_BIN_DIR set to /tmp/csound-KYls
>> >> >> >> > -- BUILD_LIB_DIR set to /tmp/csound-KYls
>> >> >> >> > -- BUILD_PLUGINS_DIR set to /tmp/csound-KYls
>> >> >> >> > -- Check if the system is big endian
>> >> >> >> > -- Searching 16 bit integer
>> >> >> >> > -- Looking for sys/types.h
>> >> >> >> > -- Looking for sys/types.h - found
>> >> >> >> > -- Looking for stdint.h
>> >> >> >> > -- Looking for stdint.h - found
>> >> >> >> > -- Looking for stddef.h
>> >> >> >> > -- Looking for stddef.h - found
>> >> >> >> > -- Check size of unsigned short
>> >> >> >> > -- Check size of unsigned short - done
>> >> >> >> > -- Using unsigned short
>> >> >> >> > -- Check if the system is big endian - little endian
>> >> >> >> > -- Try OpenMP C flag = [-fopenmp]
>> >> >> >> > -- Performing Test OpenMP_FLAG_DETECTED
>> >> >> >> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> >> >> >> > -- Try OpenMP C flag = [/openmp]
>> >> >> >> > -- Performing Test OpenMP_FLAG_DETECTED
>> >> >> >> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> >> >> >> > -- Try OpenMP C flag = [-Qopenmp]
>> >> >> >> > -- Performing Test OpenMP_FLAG_DETECTED
>> >> >> >> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> >> >> >> > -- Try OpenMP C flag = [-openmp]
>> >> >> >> > -- Performing Test OpenMP_FLAG_DETECTED
>> >> >> >> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> >> >> >> > -- Try OpenMP C flag = [ ]
>> >> >> >> > -- Performing Test OpenMP_FLAG_DETECTED
>> >> >> >> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> >> >> >> > -- Try OpenMP C flag = [-xopenmp]
>> >> >> >> > -- Performing Test OpenMP_FLAG_DETECTED
>> >> >> >> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> >> >> >> > -- Try OpenMP C flag = [+Oopenmp]
>> >> >> >> > -- Performing Test OpenMP_FLAG_DETECTED
>> >> >> >> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> >> >> >> > -- Try OpenMP C flag = [-qsmp]
>> >> >> >> > -- Performing Test OpenMP_FLAG_DETECTED
>> >> >> >> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> >> >> >> > -- Try OpenMP C flag = [-mp]
>> >> >> >> > -- Performing Test OpenMP_FLAG_DETECTED
>> >> >> >> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> >> >> >> > -- Try OpenMP CXX flag = [-fopenmp]
>> >> >> >> > -- Performing Test OpenMP_FLAG_DETECTED
>> >> >> >> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> >> >> >> > -- Try OpenMP CXX flag = [/openmp]
>> >> >> >> > -- Performing Test OpenMP_FLAG_DETECTED
>> >> >> >> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> >> >> >> > -- Try OpenMP CXX flag = [-Qopenmp]
>> >> >> >> > -- Performing Test OpenMP_FLAG_DETECTED
>> >> >> >> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> >> >> >> > -- Try OpenMP CXX flag = [-openmp]
>> >> >> >> > -- Performing Test OpenMP_FLAG_DETECTED
>> >> >> >> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> >> >> >> > -- Try OpenMP CXX flag = [ ]
>> >> >> >> > -- Performing Test OpenMP_FLAG_DETECTED
>> >> >> >> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> >> >> >> > -- Try OpenMP CXX flag = [-xopenmp]
>> >> >> >> > -- Performing Test OpenMP_FLAG_DETECTED
>> >> >> >> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> >> >> >> > -- Try OpenMP CXX flag = [+Oopenmp]
>> >> >> >> > -- Performing Test OpenMP_FLAG_DETECTED
>> >> >> >> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> >> >> >> > -- Try OpenMP CXX flag = [-qsmp]
>> >> >> >> > -- Performing Test OpenMP_FLAG_DETECTED
>> >> >> >> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> >> >> >> > -- Try OpenMP CXX flag = [-mp]
>> >> >> >> > -- Performing Test OpenMP_FLAG_DETECTED
>> >> >> >> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> >> >> >> > -- Could NOT find OpenMP (missing:  OpenMP_C_FLAGS
>> >> >> >> > OpenMP_CXX_FLAGS)
>> >> >> >> > -- Looking for libintl.h
>> >> >> >> > -- Looking for libintl.h - not found
>> >> >> >> > -- Looking for C++ include eigen3/Eigen/Dense
>> >> >> >> > -- Looking for C++ include eigen3/Eigen/Dense - not found
>> >> >> >> > -- Could NOT find Gettext (missing:
>> >> >> >> > GETTEXT_MSGMERGE_EXECUTABLE
>> >> >> >> > GETTEXT_MSGFMT_EXECUTABLE)
>> >> >> >> > -- Looking for lrint in m
>> >> >> >> > -- Looking for lrint in m - found
>> >> >> >> > -- Looking for unistd.h
>> >> >> >> > -- Looking for unistd.h - found
>> >> >> >> > -- Looking for io.h
>> >> >> >> > -- Looking for io.h - not found
>> >> >> >> > -- Looking for fcntl.h
>> >> >> >> > -- Looking for fcntl.h - found
>> >> >> >> > -- Looking for sys/time.h
>> >> >> >> > -- Looking for sys/time.h - found
>> >> >> >> > -- Looking for termios.h
>> >> >> >> > -- Looking for termios.h - found
>> >> >> >> > -- Looking for values.h
>> >> >> >> > -- Looking for values.h - not found
>> >> >> >> > -- Looking for winsock.h
>> >> >> >> > -- Looking for winsock.h - not found
>> >> >> >> > -- Looking for sys/socket.h
>> >> >> >> > -- Looking for sys/socket.h - found
>> >> >> >> > -- Looking for dirent.h
>> >> >> >> > -- Looking for dirent.h - found
>> >> >> >> > -- USE_LRINT is enabled
>> >> >> >> > -- Found FLEX: /usr/bin/flex (found version "2.5.35")
>> >> >> >> > -- Found BISON: /usr/bin/bison (found version "2.3")
>> >> >> >> > -- Looking for pthread_spin_lock
>> >> >> >> > -- Looking for pthread_spin_lock - not found
>> >> >> >> > -- Looking for pthread_barrier_init
>> >> >> >> > -- Looking for pthread_barrier_init - not found
>> >> >> >> > -- OPENMP_FOUND="FALSE", so disabling USE_OPEN_MP
>> >> >> >> > -- PTHREAD_BARRIER_INIT_EXISTS="", so disabling USE_OPEN_MP
>> >> >> >> > -- USE_OPEN_MP is disabled
>> >> >> >> > -- Not building with score parser
>> >> >> >> > -- Not building with new parser debugging
>> >> >> >> > -- Building with multicore
>> >> >> >> > -- USE_GETTEXT is disabled
>> >> >> >> > -- Not using localization
>> >> >> >> > -- Building on OSX
>> >> >> >> > -- Boost version: 1.53.0
>> >> >> >> > -- Looking for ladspa.h
>> >> >> >> > -- Looking for ladspa.h - not found
>> >> >> >> > -- Looking for fluidsynth.h
>> >> >> >> > -- Looking for fluidsynth.h - not found
>> >> >> >> > -- Looking for jack/jack.h
>> >> >> >> > -- Looking for jack/jack.h - not found
>> >> >> >> > -- Looking for C++ include gmm/gmm.h
>> >> >> >> > -- Looking for C++ include gmm/gmm.h - not found
>> >> >> >> > -- Looking for lo/lo.h
>> >> >> >> > -- Looking for lo/lo.h - found
>> >> >> >> > -- Found ZLIB: /usr/lib/libz.dylib (found version "1.2.5")
>> >> >> >> > -- Found PNG: /usr/local/lib/libpng.dylib (found version
>> >> >> >> > "1.5.14")
>> >> >> >> > -- Found PythonLibs: /usr/lib/libpython2.7.dylib (found version
>> >> >> >> > "2.7.2")
>> >> >> >> > -- Found Lua51: /usr/local/lib/liblua.dylib (found version
>> >> >> >> > "5.1.5")
>> >> >> >> > -- Looking for wiiuse.h
>> >> >> >> > -- Looking for wiiuse.h - not found
>> >> >> >> > -- Looking for p5glove.h
>> >> >> >> > -- Looking for p5glove.h - not found
>> >> >> >> > -- BUILD_CHUA_OPCODES is enabled
>> >> >> >> > -- LADSPA_H="", so disabling BUILD_DSSI_OPCODES
>> >> >> >> > -- BUILD_DSSI_OPCODES is disabled
>> >> >> >> > -- FLUIDSYNTH_H="", so disabling BUILD_FLUID_OPCODES
>> >> >> >> > -- FLUIDSYNTH_LIBRARY="FLUIDSYNTH_LIBRARY-NOTFOUND", so
>> >> >> >> > disabling
>> >> >> >> > BUILD_FLUID_OPCODES
>> >> >> >> > -- BUILD_FLUID_OPCODES is disabled
>> >> >> >> > -- JACK_HEADER="", so disabling BUILD_JACK_OPCODES
>> >> >> >> > -- BUILD_JACK_OPCODES is disabled
>> >> >> >> > -- GMM_HEADER="", so disabling BUILD_LINEAR_ALGEBRA_OPCODES
>> >> >> >> > -- BUILD_LINEAR_ALGEBRA_OPCODES is disabled
>> >> >> >> > -- BUILD_OSC_OPCODES is enabled
>> >> >> >> > -- BUILD_IMAGE_OPCODES is enabled
>> >> >> >> > -- BUILD_PYTHON_OPCODES is enabled
>> >> >> >> > -- OPENMP_FOUND="FALSE", so disabling BUILD_LUA_OPCODES
>> >> >> >> > -- BUILD_LUA_OPCODES is disabled
>> >> >> >> > -- WIIUSE_H="", so disabling BUILD_WIIMOTE_OPCODES
>> >> >> >> > -- BUILD_WIIMOTE_OPCODES is disabled
>> >> >> >> > -- P5GLOVE_H="", so disabling BUILD_P5GLOVE_OPCODES
>> >> >> >> > -- BUILD_P5GLOVE_OPCODES is disabled
>> >> >> >> > -- BUILD_STK_OPCODES is enabled
>> >> >> >> > --
>> >> >> >> > -- ## REALTIME AUDIO AND MIDI ##
>> >> >> >> > -- Looking for alsa/asoundlib.h
>> >> >> >> > -- Looking for alsa/asoundlib.h - not found
>> >> >> >> > -- Looking for pulse/simple.h
>> >> >> >> > -- Looking for pulse/simple.h - not found
>> >> >> >> > -- Looking for XOpenDisplay in
>> >> >> >> > /usr/X11R6/lib/libX11.dylib;/usr/X11R6/lib/libXext.dylib
>> >> >> >> > -- Looking for XOpenDisplay in
>> >> >> >> > /usr/X11R6/lib/libX11.dylib;/usr/X11R6/lib/libXext.dylib -
>> >> >> >> > found
>> >> >> >> > -- Looking for gethostbyname
>> >> >> >> > -- Looking for gethostbyname - found
>> >> >> >> > -- Looking for connect
>> >> >> >> > -- Looking for connect - found
>> >> >> >> > -- Looking for remove
>> >> >> >> > -- Looking for remove - found
>> >> >> >> > -- Looking for shmat
>> >> >> >> > -- Looking for shmat - found
>> >> >> >> > -- Looking for IceConnectionNumber in ICE
>> >> >> >> > -- Looking for IceConnectionNumber in ICE - not found
>> >> >> >> > -- Found X11: /usr/X11R6/lib/libX11.dylib
>> >> >> >> > -- Found FLTK:
>> >> >> >> >
>> >> >> >> >
>> >> >> >> >
>> >> >> >> >
>> >> >> >> > /usr/local/lib/libfltk_images.a;/usr/local/lib/libfltk_forms.a;/usr/local/lib/libfltk.a
>> >> >> >> > -- USE_COREMIDI is enabled
>> >> >> >> > -- USE_AUDIOUNIT is enabled
>> >> >> >> > -- ALSA_HEADER="", so disabling USE_ALSA
>> >> >> >> > -- ALSA_LIBRARY="ALSA_LIBRARY-NOTFOUND", so disabling USE_ALSA
>> >> >> >> > -- USE_ALSA is disabled
>> >> >> >> > -- PULSEAUDIO_HEADER="", so disabling USE_PULSEAUDIO
>> >> >> >> > -- PULSEAUDIO_LIBRARY="PULSEAUDIO_LIBRARY-NOTFOUND", so
>> >> >> >> > disabling
>> >> >> >> > USE_PULSEAUDIO
>> >> >> >> > -- PULSESIMPLE_LIBRARY="PULSESIMPLE_LIBRARY-NOTFOUND", so
>> >> >> >> > disabling
>> >> >> >> > USE_PULSEAUDIO
>> >> >> >> > -- USE_PULSEAUDIO is disabled
>> >> >> >> > -- PORTAUDIO_HEADER="", so disabling USE_PORTAUDIO
>> >> >> >> > -- USE_PORTAUDIO is disabled
>> >> >> >> > -- PORTMIDI_HEADER="", so disabling USE_PORTMIDI
>> >> >> >> > -- USE_PORTMIDI is disabled
>> >> >> >> > -- JACK_HEADER="", so disabling USE_JACK
>> >> >> >> > -- JACK_LIBRARY="JACK_LIBRARY-NOTFOUND", so disabling USE_JACK
>> >> >> >> > -- USE_JACK is disabled
>> >> >> >> > -- USE_FLTK is enabled
>> >> >> >> > -- BUILD_VIRTUAL_KEYBOARD is enabled
>> >> >> >> > --
>> >> >> >> > -- Building C++ interface library
>> >> >> >> > -- Found SWIG: /usr/local/bin/swig (found suitable version
>> >> >> >> > "2.0.9",
>> >> >> >> > minimum
>> >> >> >> > required is "2.0")
>> >> >> >> > -- Found JNI: -framework JavaVM
>> >> >> >> > -- Found Java: /usr/bin/java (found version "1.6.0.45")
>> >> >> >> > -- BUILD_PYTHON_INTERFACE is enabled
>> >> >> >> > -- BUILD_JAVA_INTERFACE is enabled
>> >> >> >> > -- BUILD_LUA_INTERFACE is enabled
>> >> >> >> > -- Looking for m_pd.h
>> >> >> >> > -- Looking for m_pd.h - not found
>> >> >> >> > -- Building csLadspa
>> >> >> >> > -- BUILD_CSBEATS is enabled
>> >> >> >> > -- PD_HEADER="", so disabling BUILD_PD_CLASS
>> >> >> >> > -- BUILD_PD_CLASS is disabled
>> >> >> >> > -- BUILD_WINSOUND is disabled
>> >> >> >> > -- Boost version: 1.53.0
>> >> >> >> > -- Found SWIG: /usr/local/bin/swig (found version "2.0.9")
>> >> >> >> > -- BUILD_CSOUND_AC is disabled
>> >> >> >> > -- BUILD_CSOUND_AC_PYTHON_INTERFACE is enabled
>> >> >> >> > -- BUILD_CSOUND_AC_LUA_INTERFACE is enabled
>> >> >> >> > -- Configuring done
>> >> >> >> > -- Generating done
>> >> >> >> > -- Build files have been written to: /tmp/csound-KYls
>> >> >> >> > ==> make install
>> >> >> >> > make install
>> >> >> >> > Scanning dependencies of target ampmidid
>> >> >> >> > [  0%] Generating csound_prelex.c
>> >> >> >> > [  0%] Generating csound_orclex.c
>> >> >> >> > [  0%] Generating csound_orcparse.c
>> >> >> >> > /tmp/csound-KYls/Engine/csound_orc.y: conflicts: 4
>> >> >> >> > shift/reduce,
>> >> >> >> > 10
>> >> >> >> > reduce/reduce
>> >> >> >> > [  0%] Building CXX object
>> >> >> >> > Opcodes/CMakeFiles/ampmidid.dir/ampmidid.cpp.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > Scanning dependencies of target CsoundLib64
>> >> >> >> > Linking CXX shared library ../libampmidid.dylib
>> >> >> >> > [  0%] Built target ampmidid
>> >> >> >> > Scanning dependencies of target cellular
>> >> >> >> > [  0%] Building C object
>> >> >> >> > Opcodes/CMakeFiles/cellular.dir/cellular.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > Linking C shared library ../libcellular.dylib
>> >> >> >> > [  0%] Built target cellular
>> >> >> >> > Scanning dependencies of target chua
>> >> >> >> > [  1%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/Engine/auxfd.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [  1%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/Engine/cfgvar.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [  1%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/Engine/corfiles.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [  2%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/Engine/entry1.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [  2%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/Engine/envvar.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [  2%] [  3%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/Engine/extract.c.o
>> >> >> >> > Building CXX object
>> >> >> >> > Opcodes/CMakeFiles/chua.dir/chua/ChuaOscillator.cpp.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [  4%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/Engine/fgens.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [  4%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/Engine/insert.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [  4%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/Engine/linevent.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [  5%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/Engine/memalloc.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [  5%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/Engine/memfiles.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [  5%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/Engine/musmon.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [  5%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/Engine/namedins.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [  6%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/Engine/rdscor.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [  6%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/Engine/scsort.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [  6%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/Engine/scxtract.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [  7%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/Engine/sort.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [  7%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/Engine/sread.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > Linking CXX shared library ../libchua.dylib
>> >> >> >> > [  7%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/Engine/swritestr.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [  8%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/Engine/twarp.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [  8%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/Engine/csound_type_system.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [  8%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/Engine/csound_standard_types.c.o
>> >> >> >> > [  8%] Built target chua
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > Scanning dependencies of target control
>> >> >> >> > [  9%] [  9%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/Engine/csound_data_structures.c.o
>> >> >> >> > Building C object Opcodes/CMakeFiles/control.dir/control.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [  9%] Linking C shared library ../libcontrol.dylib
>> >> >> >> > Building C object CMakeFiles/CsoundLib64.dir/Engine/pools.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [  9%] Built target control
>> >> >> >> > Scanning dependencies of target cs_date
>> >> >> >> > [  9%] [ 10%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/InOut/libsnd.c.o
>> >> >> >> > Building C object Opcodes/CMakeFiles/cs_date.dir/date.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > Linking C shared library ../libcs_date.dylib
>> >> >> >> > [ 10%] Built target cs_date
>> >> >> >> > [ 10%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/InOut/libsnd_u.c.o
>> >> >> >> > Scanning dependencies of target doppler
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 10%] Building CXX object
>> >> >> >> > Opcodes/CMakeFiles/doppler.dir/doppler.cpp.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 11%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/InOut/midifile.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 11%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/InOut/midirecv.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > Linking CXX shared library ../libdoppler.dylib
>> >> >> >> > [ 11%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/InOut/midisend.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 11%] Built target doppler
>> >> >> >> > Scanning dependencies of target fareygen
>> >> >> >> > [ 12%] [ 12%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/InOut/winascii.c.o
>> >> >> >> > Building C object Opcodes/CMakeFiles/fareygen.dir/fareygen.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 12%] Linking C shared library ../libfareygen.dylib
>> >> >> >> > Building C object CMakeFiles/CsoundLib64.dir/InOut/windin.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 12%] Built target fareygen
>> >> >> >> > Scanning dependencies of target fractalnoise
>> >> >> >> > [ 12%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/InOut/window.c.o
>> >> >> >> > [ 13%] Building CXX object
>> >> >> >> > Opcodes/CMakeFiles/fractalnoise.dir/tl/fractalnoise.cpp.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 14%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/InOut/winEPS.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > Linking CXX shared library ../libfractalnoise.dylib
>> >> >> >> > [ 14%] Built target fractalnoise
>> >> >> >> > [ 14%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/InOut/circularbuffer.c.o
>> >> >> >> > Scanning dependencies of target image
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 14%] Building C object
>> >> >> >> > Opcodes/CMakeFiles/image.dir/imageOpcodes.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 14%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/OOps/aops.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > Linking C shared library ../libimage.dylib
>> >> >> >> > [ 14%] Built target image
>> >> >> >> > Scanning dependencies of target mixer
>> >> >> >> > [ 14%] Building CXX object
>> >> >> >> > Opcodes/CMakeFiles/mixer.dir/mixer.cpp.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 15%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/OOps/bus.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > Linking CXX shared library ../libmixer.dylib
>> >> >> >> > [ 15%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/OOps/cmath.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 15%] Built target mixer
>> >> >> >> > Scanning dependencies of target osc
>> >> >> >> > [ 16%] Building C object Opcodes/CMakeFiles/osc.dir/OSC.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 16%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/OOps/diskin.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > Linking C shared library ../libosc.dylib
>> >> >> >> > [ 16%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/OOps/diskin2.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 16%] Built target osc
>> >> >> >> > Scanning dependencies of target platerev
>> >> >> >> > [ 16%] Building C object
>> >> >> >> > Opcodes/CMakeFiles/platerev.dir/platerev.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 17%] Linking C shared library ../libplaterev.dylib
>> >> >> >> > Building C object CMakeFiles/CsoundLib64.dir/OOps/disprep.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 17%] Built target platerev
>> >> >> >> > Scanning dependencies of target py
>> >> >> >> > [ 17%] [ 17%] Building C object
>> >> >> >> > Opcodes/CMakeFiles/py.dir/py/pythonopcodes.c.o
>> >> >> >> > Building C object CMakeFiles/CsoundLib64.dir/OOps/dumpf.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 17%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/OOps/fftlib.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > Linking C shared library ../libpy.dylib
>> >> >> >> > [ 17%] Built target py
>> >> >> >> > [ 18%] Scanning dependencies of target scansyn
>> >> >> >> > Building C object CMakeFiles/CsoundLib64.dir/OOps/goto_ops.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 18%] Building C object
>> >> >> >> > Opcodes/CMakeFiles/scansyn.dir/scansyn.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 18%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/OOps/midiinterop.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 19%] Building C object
>> >> >> >> > Opcodes/CMakeFiles/scansyn.dir/scansynx.c.o
>> >> >> >> > [ 19%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/OOps/midiops.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 20%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/OOps/midiout.c.o
>> >> >> >> > Linking C shared library ../libscansyn.dylib
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 20%] Built target scansyn
>> >> >> >> > Scanning dependencies of target serial
>> >> >> >> > [ 20%] Building C object
>> >> >> >> > Opcodes/CMakeFiles/serial.dir/serial.c.o
>> >> >> >> > [ 20%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/OOps/mxfft.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > Linking C shared library ../libserial.dylib
>> >> >> >> > [ 20%] Built target serial
>> >> >> >> > [ 20%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/OOps/oscils.c.o
>> >> >> >> > Scanning dependencies of target signalflowgraph
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 21%] Building CXX object
>> >> >> >> > Opcodes/CMakeFiles/signalflowgraph.dir/signalflowgraph.cpp.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 22%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/OOps/pstream.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 22%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/OOps/pvfileio.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 22%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/OOps/pvsanal.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 22%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/OOps/random.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 23%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/OOps/remote.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 23%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/OOps/schedule.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > Linking CXX shared library ../libsignalflowgraph.dylib
>> >> >> >> > [ 23%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/OOps/sndinfUG.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 23%] Built target signalflowgraph
>> >> >> >> > Scanning dependencies of target system_call
>> >> >> >> > [ 25%] [ 25%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/OOps/str_ops.c.o
>> >> >> >> > Building C object
>> >> >> >> > Opcodes/CMakeFiles/system_call.dir/system_call.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > Linking C shared library ../libsystem_call.dylib
>> >> >> >> > [ 25%] Built target system_call
>> >> >> >> > Scanning dependencies of target stk-ops
>> >> >> >> > [ 25%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/OOps/ugens1.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 25%] Building CXX object
>> >> >> >> > Opcodes/stk/CMakeFiles/stk-ops.dir/stkOpcodes.cpp.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 25%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/OOps/ugens2.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 26%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/OOps/ugens2a.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 26%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/OOps/ugens3.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 26%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/OOps/ugens4.c.o
>> >> >> >> > Linking CXX shared library ../../libstk.dylib
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 26%] Built target stk-ops
>> >> >> >> > Scanning dependencies of target cmidi
>> >> >> >> > [ 27%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/OOps/ugens5.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 27%] Building C object InOut/CMakeFiles/cmidi.dir/cmidi.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 27%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/OOps/ugens6.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > Linking C shared library ../libcmidi.dylib
>> >> >> >> > [ 27%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/OOps/ugtabs.c.o
>> >> >> >> > [ 27%] Built target cmidi
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > Scanning dependencies of target ipmidi
>> >> >> >> > [ 27%] Building C object InOut/CMakeFiles/ipmidi.dir/ipmidi.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > Linking C shared library ../libipmidi.dylib
>> >> >> >> > [ 27%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/OOps/ugrw1.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 27%] Built target ipmidi
>> >> >> >> > Scanning dependencies of target rtauhal
>> >> >> >> > [ 28%] Building C object
>> >> >> >> > InOut/CMakeFiles/rtauhal.dir/rtauhal.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 29%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/OOps/ugrw2.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 29%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/OOps/vdelay.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > Linking C shared library ../librtauhal.dylib
>> >> >> >> > [ 29%] Built target rtauhal
>> >> >> >> > Scanning dependencies of target virtual
>> >> >> >> > [ 29%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/OOps/compile_ops.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 29%] Building CXX object
>> >> >> >> >
>> >> >> >> > InOut/CMakeFiles/virtual.dir/virtual_keyboard/FLTKKeyboard.cpp.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 30%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/babo.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 30%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/bilbar.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 30%] Building CXX object
>> >> >> >> >
>> >> >> >> >
>> >> >> >> >
>> >> >> >> > InOut/CMakeFiles/virtual.dir/virtual_keyboard/FLTKKeyboardWindow.cpp.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 30%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/compress.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 32%] [ 32%] Building CXX object
>> >> >> >> >
>> >> >> >> >
>> >> >> >> >
>> >> >> >> > InOut/CMakeFiles/virtual.dir/virtual_keyboard/FLTKKeyboardWidget.cpp.o
>> >> >> >> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/eqfil.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 32%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/Vosim.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 32%] [ 32%] Building CXX object
>> >> >> >> >
>> >> >> >> >
>> >> >> >> > InOut/CMakeFiles/virtual.dir/virtual_keyboard/virtual_keyboard.cpp.o
>> >> >> >> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pitch.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 32%] Building CXX object
>> >> >> >> > InOut/CMakeFiles/virtual.dir/virtual_keyboard/Bank.cpp.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 33%] [ 34%] Building CXX object
>> >> >> >> >
>> >> >> >> >
>> >> >> >> > InOut/CMakeFiles/virtual.dir/virtual_keyboard/KeyboardMapping.cpp.o
>> >> >> >> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pitch0.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 34%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/spectra.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 34%] Building CXX object
>> >> >> >> > InOut/CMakeFiles/virtual.dir/virtual_keyboard/Program.cpp.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 34%] Building CXX object
>> >> >> >> > InOut/CMakeFiles/virtual.dir/virtual_keyboard/SliderBank.cpp.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 34%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/ambicode1.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 35%] Building CXX object
>> >> >> >> > InOut/CMakeFiles/virtual.dir/virtual_keyboard/SliderData.cpp.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > Linking CXX shared library ../libvirtual.dylib
>> >> >> >> > [ 36%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/sfont.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 36%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/grain4.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 36%] Built target virtual
>> >> >> >> > Scanning dependencies of target widgets
>> >> >> >> > [ 36%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/hrtferX.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 36%] Building CXX object
>> >> >> >> > InOut/CMakeFiles/widgets.dir/FL_graph.cpp.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 36%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/loscilx.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 36%] Building C object
>> >> >> >> > InOut/CMakeFiles/widgets.dir/winFLTK.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 37%] [ 38%] Building CXX object
>> >> >> >> > InOut/CMakeFiles/widgets.dir/widgets.cpp.o
>> >> >> >> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/minmax.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 38%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/pan2.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 38%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/arrays.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 39%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/phisem.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 39%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/hrtfopcodes.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 39%] Linking CXX shared library ../libwidgets.dylib
>> >> >> >> > Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/stackops.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 39%] Built target widgets
>> >> >> >> > [ 40%] [ 41%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/vbap.c.o
>> >> >> >> > [FLEX][csbeats_SCANNER] Building scanner with flex 2.5.35
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 41%] [BISON][csbeats_PARSER] Building parser with bison 2.3
>> >> >> >> > beats/beats.y: conflicts: 1 reduce/reduce
>> >> >> >> > Scanning dependencies of target csbeats
>> >> >> >> > [ 41%] Building C object
>> >> >> >> > frontends/CMakeFiles/csbeats.dir/beats/main.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 41%] [ 41%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/vbap1.c.o
>> >> >> >> > Building C object
>> >> >> >> > frontends/CMakeFiles/csbeats.dir/beatslex.yy.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 42%] [ 42%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/vbap_n.c.o
>> >> >> >> > Building C object
>> >> >> >> > frontends/CMakeFiles/csbeats.dir/beats.tab.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > Linking C executable ../csbeats
>> >> >> >> > [ 43%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/vbap_zak.c.o
>> >> >> >> > [ 43%] Built target csbeats
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > Scanning dependencies of target stdutil
>> >> >> >> > [ 44%] Building C object util/CMakeFiles/stdutil.dir/atsa.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 44%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/vaops.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 44%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/ugakbari.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 44%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/harmon.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 45%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/pitchtrack.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 45%] Building C object util/CMakeFiles/stdutil.dir/cvanal.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 45%] Building C object util/CMakeFiles/stdutil.dir/dnoise.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 45%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/partikkel.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 46%] Building C object util/CMakeFiles/stdutil.dir/envext.c.o
>> >> >> >> > [ 46%] brew: superenv removed: -I/usr/local/include
>> >> >> >> > -I/tmp/csound-KYls
>> >> >> >> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/shape.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 46%] Building C object
>> >> >> >> > util/CMakeFiles/stdutil.dir/het_export.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 47%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/tabsum.c.o
>> >> >> >> > [ 47%] Building C object
>> >> >> >> > util/CMakeFiles/stdutil.dir/het_import.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 48%] [ 48%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/crossfm.c.o
>> >> >> >> > Building C object util/CMakeFiles/stdutil.dir/hetro.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 48%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/pvlock.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 48%] Building C object util/CMakeFiles/stdutil.dir/lpanal.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 49%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/fareyseq.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 49%] Building C object
>> >> >> >> > util/CMakeFiles/stdutil.dir/lpc_export.c.o
>> >> >> >> > [ 49%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/modmatrix.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 49%] Building C object
>> >> >> >> > util/CMakeFiles/stdutil.dir/lpc_import.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 50%] Building C object util/CMakeFiles/stdutil.dir/mixer.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 50%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/scoreline.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 51%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/modal4.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 51%] Building C object util/CMakeFiles/stdutil.dir/pvanal.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 51%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/physutil.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 51%] Building C object
>> >> >> >> > util/CMakeFiles/stdutil.dir/pv_export.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 51%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/physmod.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 52%] Building C object
>> >> >> >> > util/CMakeFiles/stdutil.dir/pv_import.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 52%] Building C object util/CMakeFiles/stdutil.dir/pvlook.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 52%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/mandolin.c.o
>> >> >> >> > [ 52%] brew: superenv removed: -I/usr/local/include
>> >> >> >> > -I/tmp/csound-KYls
>> >> >> >> > Building C object util/CMakeFiles/stdutil.dir/scale.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 53%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/singwave.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 54%] Building C object
>> >> >> >> > util/CMakeFiles/stdutil.dir/sndinfo.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 54%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/fm4op.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 54%] Building C object util/CMakeFiles/stdutil.dir/srconv.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 54%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/moog1.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 54%] Building C object
>> >> >> >> > util/CMakeFiles/stdutil.dir/std_util.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 55%] Building C object util/CMakeFiles/stdutil.dir/xtrct.c.o
>> >> >> >> > [ 56%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/shaker.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 56%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/bowedbar.c.o
>> >> >> >> > [ 56%] Building C object util/CMakeFiles/stdutil.dir/scope.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 56%] Building C object
>> >> >> >> > util/CMakeFiles/stdutil.dir/__/SDIF/sdif.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 56%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/gab/tabmorph.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > Linking C shared library ../libstdutil.dylib
>> >> >> >> > [ 57%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/gab/hvs.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 57%] Built target stdutil
>> >> >> >> > Scanning dependencies of target sdif2ad
>> >> >> >> > [ 58%] Building C object
>> >> >> >> > SDIF/CMakeFiles/sdif2ad.dir/sdif2adsyn.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 58%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/gab/sliderTable.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 58%] Building C object SDIF/CMakeFiles/sdif2ad.dir/sdif.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 58%] Building C object
>> >> >> >> > SDIF/CMakeFiles/sdif2ad.dir/sdif-mem.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 58%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/gab/newgabopc.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > Linking C executable ../sdif2ad
>> >> >> >> > [ 58%] Built target sdif2ad
>> >> >> >> > [ 59%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/ftest.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 59%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/hrtfearly.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 59%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/hrtfreverb.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 59%] [ 60%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/cpumeter.c.o
>> >> >> >> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/gendy.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 60%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/tl/sc_noise.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 60%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/Top/argdecode.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 61%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/Top/cscore_internal.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 61%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/Top/cscorfns.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 61%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/Top/csmodule.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 62%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/Top/csound.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 62%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/Top/getstring.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 62%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/Top/main.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 63%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/Top/new_opts.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 63%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/Top/one_file.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 63%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/Top/opcode.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 63%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/Top/threads.c.o
>> >> >> >> > [ 64%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/Top/utility.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 64%] [ 64%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/Top/threadsafe.c.o
>> >> >> >> > Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/ambicode.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 65%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/bbcut.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 65%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/biquad.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 65%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/butter.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 66%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/clfilt.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 66%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/cross2.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 66%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/dam.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 67%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/dcblockr.c.o
>> >> >> >> > [ 67%] brew: superenv removed: -I/usr/local/include
>> >> >> >> > -I/tmp/csound-KYls
>> >> >> >> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/filter.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 67%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/flanger.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 67%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/follow.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 68%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/fout.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 68%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/freeverb.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 68%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/ftconv.c.o
>> >> >> >> > [ 69%] brew: superenv removed: -I/usr/local/include
>> >> >> >> > -I/tmp/csound-KYls
>> >> >> >> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ftgen.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 69%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/gab/gab.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 69%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/gab/vectorial.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 70%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/grain.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 70%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/locsig.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 70%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/lowpassr.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 71%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/metro.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 71%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/midiops2.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 71%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/midiops3.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 72%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/newfils.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 72%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/nlfilt.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 72%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/oscbnk.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 72%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/pluck.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 73%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/repluck.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 73%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/reverbsc.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 73%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/seqtime.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 74%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/sndloop.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 74%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/sndwarp.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 74%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/space.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 75%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/spat3d.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 75%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/syncgrain.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 75%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/ugens7.c.o
>> >> >> >> > [ 76%] brew: superenv removed: -I/usr/local/include
>> >> >> >> > -I/tmp/csound-KYls
>> >> >> >> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ugens9.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 76%] [ 76%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/uggab.c.o
>> >> >> >> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ugensa.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 76%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/ugmoss.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 77%] [ 77%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/ugnorman.c.o
>> >> >> >> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ugsc.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 77%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/wave-terrain.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 78%] [ 78%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/stdopcod.c.o
>> >> >> >> > Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/socksend.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 78%] [ 79%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/sockrecv.c.o
>> >> >> >> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ifd.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 79%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/partials.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 79%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/psynth.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 80%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/pvsbasic.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 80%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/pvscent.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 80%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/pvsdemix.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 80%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/pvs_ops.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 81%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/pvsband.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 81%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/pvsbuffer.c.o
>> >> >> >> > [ 81%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/pvsgendy.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 82%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/dsputil.c.o
>> >> >> >> > [ 82%] brew: superenv removed: -I/usr/local/include
>> >> >> >> > -I/tmp/csound-KYls
>> >> >> >> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pvadd.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 82%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/pvinterp.c.o
>> >> >> >> > [ 83%] brew: superenv removed: -I/usr/local/include
>> >> >> >> > -I/tmp/csound-KYls
>> >> >> >> > Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/pvocext.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 83%] [ 83%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/pvread.c.o
>> >> >> >> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ugens8.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 84%] [ 84%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/vpvoc.c.o
>> >> >> >> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pvoc.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 84%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/mp3in.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 84%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/InOut/libmpadec/layer1.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 85%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/InOut/libmpadec/layer2.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 85%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/InOut/libmpadec/layer3.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 85%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/InOut/libmpadec/synth.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 86%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/InOut/libmpadec/tables.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 86%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/InOut/libmpadec/mpadec.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 86%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/InOut/libmpadec/mp3dec.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 87%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/csound_orclex.c.o
>> >> >> >> > [ 87%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/csound_orcparse.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 87%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/csound_prelex.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 88%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/Engine/csound_orc_semantics.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 88%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/Engine/csound_orc_expressions.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 88%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/Engine/csound_orc_optimize.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 88%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/Engine/csound_orc_compile.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 89%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/Engine/new_orc_parser.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 89%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/Engine/symbtab.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 89%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/Engine/cs_new_dispatch.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 90%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/Engine/cs_par_base.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 90%] Building C object
>> >> >> >> >
>> >> >> >> > CMakeFiles/CsoundLib64.dir/Engine/cs_par_orc_semantic_analysis.c.o
>> >> >> >> > [ 90%] brew: superenv removed: -I/usr/local/include
>> >> >> >> > -I/tmp/csound-KYls
>> >> >> >> > Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/Engine/cs_par_dispatch.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > Copying OS X content
>> >> >> >> > CsoundLib64.framework/Versions/6.0/Headers/CppSound.hpp
>> >> >> >> > Copying OS X content
>> >> >> >> > CsoundLib64.framework/Versions/6.0/Headers/CsoundFile.hpp
>> >> >> >> > Copying OS X content
>> >> >> >> > CsoundLib64.framework/Versions/6.0/Headers/OpcodeBase.hpp
>> >> >> >> > Copying OS X content
>> >> >> >> > CsoundLib64.framework/Versions/6.0/Headers/cfgvar.h
>> >> >> >> > Copying OS X content
>> >> >> >> > CsoundLib64.framework/Versions/6.0/Headers/csPerfThread.hpp
>> >> >> >> > Copying OS X content
>> >> >> >> > CsoundLib64.framework/Versions/6.0/Headers/cscore.h
>> >> >> >> > Copying OS X content
>> >> >> >> > CsoundLib64.framework/Versions/6.0/Headers/csdl.h
>> >> >> >> > Copying OS X content
>> >> >> >> > CsoundLib64.framework/Versions/6.0/Headers/csound.h
>> >> >> >> > Copying OS X content
>> >> >> >> > CsoundLib64.framework/Versions/6.0/Headers/csound.hpp
>> >> >> >> > Copying OS X content
>> >> >> >> > CsoundLib64.framework/Versions/6.0/Headers/csoundCore.h
>> >> >> >> > Copying OS X content
>> >> >> >> >
>> >> >> >> >
>> >> >> >> > CsoundLib64.framework/Versions/6.0/Headers/csound_data_structures.h
>> >> >> >> > Copying OS X content
>> >> >> >> >
>> >> >> >> > CsoundLib64.framework/Versions/6.0/Headers/csound_standard_types.h
>> >> >> >> > Copying OS X content
>> >> >> >> > CsoundLib64.framework/Versions/6.0/Headers/csound_type_system.h
>> >> >> >> > Copying OS X content
>> >> >> >> > CsoundLib64.framework/Versions/6.0/Headers/cwindow.h
>> >> >> >> > Copying OS X content
>> >> >> >> >
>> >> >> >> > CsoundLib64.framework/Versions/6.0/Headers/float-version-double.h
>> >> >> >> > Copying OS X content
>> >> >> >> > CsoundLib64.framework/Versions/6.0/Headers/filebuilding.h
>> >> >> >> > Copying OS X content
>> >> >> >> > CsoundLib64.framework/Versions/6.0/Headers/interlocks.h
>> >> >> >> > Copying OS X content
>> >> >> >> > CsoundLib64.framework/Versions/6.0/Headers/float-version.h
>> >> >> >> > Copying OS X content
>> >> >> >> > CsoundLib64.framework/Versions/6.0/Headers/pstream.h
>> >> >> >> > Copying OS X content
>> >> >> >> > CsoundLib64.framework/Versions/6.0/Headers/msg_attr.h
>> >> >> >> > Copying OS X content
>> >> >> >> > CsoundLib64.framework/Versions/6.0/Headers/pvfileio.h
>> >> >> >> > Copying OS X content
>> >> >> >> > CsoundLib64.framework/Versions/6.0/Headers/soundio.h
>> >> >> >> > Copying OS X content
>> >> >> >> > CsoundLib64.framework/Versions/6.0/Headers/sysdep.h
>> >> >> >> > Copying OS X content
>> >> >> >> > CsoundLib64.framework/Versions/6.0/Headers/text.h
>> >> >> >> > Copying OS X content
>> >> >> >> > CsoundLib64.framework/Versions/6.0/Headers/version.h
>> >> >> >> > Linking C shared library
>> >> >> >> > CsoundLib64.framework/Versions/6.0/CsoundLib64
>> >> >> >> > [ 90%] Built target CsoundLib64
>> >> >> >> > Scanning dependencies of target csladspa
>> >> >> >> > Scanning dependencies of target libcsnd
>> >> >> >> > [ 90%] Building CXX object
>> >> >> >> > frontends/CMakeFiles/csladspa.dir/csladspa/csladspa.cpp.o
>> >> >> >> > [ 91%] brew: superenv removed: -I/usr/local/include
>> >> >> >> > -I/tmp/csound-KYls
>> >> >> >> > Building CXX object
>> >> >> >> > interfaces/CMakeFiles/libcsnd.dir/CppSound.cpp.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 91%] Building CXX object
>> >> >> >> > interfaces/CMakeFiles/libcsnd.dir/CsoundFile.cpp.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > Linking CXX shared library ../csladspa.dylib
>> >> >> >> > [ 91%] Built target csladspa
>> >> >> >> > Scanning dependencies of target csound-bin
>> >> >> >> > [ 91%] Building C object
>> >> >> >> > frontends/CMakeFiles/csound-bin.dir/csound/csound_main.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > Linking C executable ../csound
>> >> >> >> > [ 91%] Built target csound-bin
>> >> >> >> > Scanning dependencies of target atsa
>> >> >> >> > [ 91%] Building C object util/CMakeFiles/atsa.dir/atsa_main.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > Linking C executable ../atsa
>> >> >> >> > [ 91%] Building CXX object
>> >> >> >> > interfaces/CMakeFiles/libcsnd.dir/Soundfile.cpp.o
>> >> >> >> > [ 91%] brew: superenv removed: -I/usr/local/include
>> >> >> >> > -I/tmp/csound-KYls
>> >> >> >> > Built target atsa
>> >> >> >> > [ 91%] Building CXX object
>> >> >> >> > interfaces/CMakeFiles/libcsnd.dir/csPerfThread.cpp.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 92%] [ 92%] Building CXX object
>> >> >> >> > interfaces/CMakeFiles/libcsnd.dir/cs_glue.cpp.o
>> >> >> >> > Building CXX object
>> >> >> >> > interfaces/CMakeFiles/libcsnd.dir/filebuilding.cpp.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > Scanning dependencies of target csanalyze
>> >> >> >> > [ 92%] Building C object
>> >> >> >> > util/CMakeFiles/csanalyze.dir/csanalyze.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > Linking C executable ../csanalyze
>> >> >> >> > Linking CXX shared library ../libcsnd.dylib
>> >> >> >> > [ 92%] Built target csanalyze
>> >> >> >> > [ 92%] Built target libcsnd
>> >> >> >> > Scanning dependencies of target cvanal
>> >> >> >> > Scanning dependencies of target dnoise
>> >> >> >> > [ 92%] [ 93%] Building C object
>> >> >> >> > util/CMakeFiles/dnoise.dir/dnoise_main.c.o
>> >> >> >> > Building C object util/CMakeFiles/cvanal.dir/cvl_main.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > Linking C executable ../dnoise
>> >> >> >> > Linking C executable ../cvanal
>> >> >> >> > [ 93%] Built target dnoise
>> >> >> >> > [ 93%] Built target cvanal
>> >> >> >> > Scanning dependencies of target envext
>> >> >> >> > Scanning dependencies of target extractor
>> >> >> >> > [ 93%] [ 93%] Building C object
>> >> >> >> > util/CMakeFiles/envext.dir/env_main.c.o
>> >> >> >> > Building C object util/CMakeFiles/extractor.dir/xtrc_main.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > Linking C executable ../envext
>> >> >> >> > Linking C executable ../extractor
>> >> >> >> > [ 93%] Built target extractor
>> >> >> >> > [ 93%] Built target envext
>> >> >> >> > Scanning dependencies of target het_export
>> >> >> >> > Scanning dependencies of target het_import
>> >> >> >> > [ 93%] [ 93%] Building C object
>> >> >> >> > util/CMakeFiles/het_export.dir/hetx_main.c.o
>> >> >> >> > Building C object util/CMakeFiles/het_import.dir/heti_main.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > Linking C executable ../het_export
>> >> >> >> > Linking C executable ../het_import
>> >> >> >> > [ 93%] [ 93%] Built target het_import
>> >> >> >> > Built target het_export
>> >> >> >> > Scanning dependencies of target lpanal
>> >> >> >> > Scanning dependencies of target hetro
>> >> >> >> > [ 93%] Building C object
>> >> >> >> > util/CMakeFiles/lpanal.dir/lpc_main.c.o
>> >> >> >> > [ 94%] brew: superenv removed: -I/usr/local/include
>> >> >> >> > -I/tmp/csound-KYls
>> >> >> >> > Building C object util/CMakeFiles/hetro.dir/het_main.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > Linking C executable ../lpanal
>> >> >> >> > Linking C executable ../hetro
>> >> >> >> > [ 94%] Built target lpanal
>> >> >> >> > [ 94%] Built target hetro
>> >> >> >> > Scanning dependencies of target lpc_export
>> >> >> >> > Scanning dependencies of target lpc_import
>> >> >> >> > [ 95%] Building C object
>> >> >> >> > util/CMakeFiles/lpc_export.dir/lpcx_main.c.o
>> >> >> >> > [ 95%] Building C object
>> >> >> >> > util/CMakeFiles/lpc_import.dir/lpci_main.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > Linking C executable ../lpc_export
>> >> >> >> > Linking C executable ../lpc_import
>> >> >> >> > [ 95%] Built target lpc_export
>> >> >> >> > [ 95%] Built target lpc_import
>> >> >> >> > Scanning dependencies of target mixer-bin
>> >> >> >> > Scanning dependencies of target pv_export
>> >> >> >> > [ 95%] [ 95%] Building C object
>> >> >> >> > util/CMakeFiles/mixer-bin.dir/mixer_main.c.o
>> >> >> >> > Building C object util/CMakeFiles/pv_export.dir/pvx_main.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > Linking C executable ../pv_export
>> >> >> >> > Linking C executable ../mixer
>> >> >> >> > [ 95%] Built target pv_export
>> >> >> >> > [ 95%] Built target mixer-bin
>> >> >> >> > Scanning dependencies of target pvanal
>> >> >> >> > Scanning dependencies of target pv_import
>> >> >> >> > [ 95%] [ 96%] Building C object
>> >> >> >> > util/CMakeFiles/pvanal.dir/pvc_main.c.o
>> >> >> >> > Building C object util/CMakeFiles/pv_import.dir/pvi_main.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > Linking C executable ../pvanal
>> >> >> >> > Linking C executable ../pv_import
>> >> >> >> > [ 96%] Built target pvanal
>> >> >> >> > [ 96%] Built target pv_import
>> >> >> >> > Scanning dependencies of target scale
>> >> >> >> > Scanning dependencies of target pvlook
>> >> >> >> > [ 96%] [ 96%] Building C object
>> >> >> >> > util/CMakeFiles/scale.dir/scale_main.c.o
>> >> >> >> > Building C object util/CMakeFiles/pvlook.dir/pvl_main.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > Linking C executable ../pvlook
>> >> >> >> > Linking C executable ../scale
>> >> >> >> > [ 96%] Built target pvlook
>> >> >> >> > [ 96%] Built target scale
>> >> >> >> > Scanning dependencies of target scope
>> >> >> >> > Scanning dependencies of target sndinfo
>> >> >> >> > [ 96%] [ 96%] Building C object
>> >> >> >> > util/CMakeFiles/scope.dir/scope_main.c.o
>> >> >> >> > Building C object util/CMakeFiles/sndinfo.dir/sndinfo_main.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > Linking C executable ../sndinfo
>> >> >> >> > Linking C executable ../scope
>> >> >> >> > [ 96%] Built target scope
>> >> >> >> > [ 96%] Built target sndinfo
>> >> >> >> > Scanning dependencies of target srconv
>> >> >> >> > Scanning dependencies of target extract
>> >> >> >> > [ 97%] [ 97%] Building C object
>> >> >> >> > util/CMakeFiles/srconv.dir/srconv_main.c.o
>> >> >> >> > Building C object util1/CMakeFiles/extract.dir/sortex/xmain.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > Linking C executable ../extract
>> >> >> >> > Linking C executable ../srconv
>> >> >> >> > [ 97%] Built target extract
>> >> >> >> > [ 97%] Built target srconv
>> >> >> >> > [ 98%] Scanning dependencies of target scsort
>> >> >> >> > Swig source
>> >> >> >> > [ 98%] Building C object
>> >> >> >> > util1/CMakeFiles/scsort.dir/sortex/smain.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > Language subdirectory: python
>> >> >> >> > Search paths:
>> >> >> >> >    ./
>> >> >> >> >    /usr/local/include/
>> >> >> >> >    /tmp/csound-KYls/./H/
>> >> >> >> >    /tmp/csound-KYls/./include/
>> >> >> >> >    /tmp/csound-KYls/./Engine/
>> >> >> >> >    /tmp/csound-KYls/./
>> >> >> >> >    /tmp/csound-KYls/
>> >> >> >> >    /tmp/csound-KYls/interfaces/
>> >> >> >> >    /System/Library/Frameworks/Python.framework/Headers/
>> >> >> >> >    ./swig_lib/python/
>> >> >> >> >    /usr/local/Cellar/swig/2.0.9/share/swig/2.0.9/python/
>> >> >> >> >    ./swig_lib/
>> >> >> >> >    /usr/local/Cellar/swig/2.0.9/share/swig/2.0.9/
>> >> >> >> > Preprocessing...
>> >> >> >> > Linking C executable ../scsort
>> >> >> >> > [ 98%] Built target scsort
>> >> >> >> > [ 98%] Swig source
>> >> >> >> > Language subdirectory: java
>> >> >> >> > Search paths:
>> >> >> >> >    ./
>> >> >> >> >    /usr/local/include/
>> >> >> >> >    /tmp/csound-KYls/./H/
>> >> >> >> >    /tmp/csound-KYls/./include/
>> >> >> >> >    /tmp/csound-KYls/./Engine/
>> >> >> >> >    /tmp/csound-KYls/./
>> >> >> >> >    /tmp/csound-KYls/
>> >> >> >> >    /tmp/csound-KYls/interfaces/
>> >> >> >> >    /System/Library/Frameworks/Python.framework/Headers/
>> >> >> >> >    /System/Library/Frameworks/JavaVM.framework/Headers/
>> >> >> >> >    /System/Library/Frameworks/JavaVM.framework/Headers/
>> >> >> >> >    /System/Library/Frameworks/JavaVM.framework/Headers/
>> >> >> >> >    ./swig_lib/java/
>> >> >> >> >    /usr/local/Cellar/swig/2.0.9/share/swig/2.0.9/java/
>> >> >> >> >    ./swig_lib/
>> >> >> >> >    /usr/local/Cellar/swig/2.0.9/share/swig/2.0.9/
>> >> >> >> > Preprocessing...
>> >> >> >> > Starting language-specific parse...
>> >> >> >> > Processing types...
>> >> >> >> > C++ analysis...
>> >> >> >> > Generating wrappers...
>> >> >> >> > Starting language-specific parse...
>> >> >> >> > /tmp/csound-KYls/./include/csound.h:519: Warning 451: Setting a
>> >> >> >> > const
>> >> >> >> > char *
>> >> >> >> > variable may leak memory.
>> >> >> >> > Processing types...
>> >> >> >> > C++ analysis...
>> >> >> >> > Generating wrappers...
>> >> >> >> > /tmp/csound-KYls/./include/csound.h:519: Warning 451: Setting a
>> >> >> >> > const
>> >> >> >> > char *
>> >> >> >> > variable may leak memory.
>> >> >> >> > cs_glue.hpp:505: Warning 473: Returning a pointer or reference
>> >> >> >> > in
>> >> >> >> > a
>> >> >> >> > director
>> >> >> >> > method is not recommended.
>> >> >> >> > CppSound.hpp:36: Warning 453: Can't apply (std::vector< double
>> >> >> >> > >
>> >> >> >> > *INPUT). No
>> >> >> >> > typemaps are defined.
>> >> >> >> > CppSound.hpp:52: Warning 813: Warning for CppSound proxy: Base
>> >> >> >> > CsoundFile
>> >> >> >> > ignored. Multiple inheritance is not supported in Java.
>> >> >> >> > cs_glue.hpp:505: Warning 473: Returning a pointer or reference
>> >> >> >> > in
>> >> >> >> > a
>> >> >> >> > director
>> >> >> >> > method is not recommended.
>> >> >> >> > Scanning dependencies of target _jcsound6
>> >> >> >> > [ 99%] Building CXX object
>> >> >> >> >
>> >> >> >> > interfaces/CMakeFiles/_jcsound6.dir/java_interfaceJAVA_wrap.cxx.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > CppSound.hpp:36: Warning 453: Can't apply (std::vector< double
>> >> >> >> > >
>> >> >> >> > *INPUT). No
>> >> >> >> > typemaps are defined.
>> >> >> >> > Scanning dependencies of target _csnd6
>> >> >> >> > [ 99%] Building CXX object
>> >> >> >> >
>> >> >> >> > interfaces/CMakeFiles/_csnd6.dir/python_interfacePYTHON_wrap.cxx.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > Linking CXX shared module ../lib_jcsound6.jnilib
>> >> >> >> > Building JAVA package csnd6.jar
>> >> >> >> > Linking CXX shared module ../_csnd6.so
>> >> >> >> > [ 99%] Built target _csnd6
>> >> >> >> > [ 99%] [ 99%] Built target _jcsound6
>> >> >> >> > Swig source
>> >> >> >> > Language subdirectory: lua
>> >> >> >> > Search paths:
>> >> >> >> >    ./
>> >> >> >> >    /usr/local/include/
>> >> >> >> >    /tmp/csound-KYls/./H/
>> >> >> >> >    /tmp/csound-KYls/./include/
>> >> >> >> >    /tmp/csound-KYls/./Engine/
>> >> >> >> >    /tmp/csound-KYls/./
>> >> >> >> >    /tmp/csound-KYls/
>> >> >> >> >    /tmp/csound-KYls/interfaces/
>> >> >> >> >    /System/Library/Frameworks/Python.framework/Headers/
>> >> >> >> >    /System/Library/Frameworks/JavaVM.framework/Headers/
>> >> >> >> >    /System/Library/Frameworks/JavaVM.framework/Headers/
>> >> >> >> >    /System/Library/Frameworks/JavaVM.framework/Headers/
>> >> >> >> >    /usr/local/include/
>> >> >> >> >    ./swig_lib/lua/
>> >> >> >> >    /usr/local/Cellar/swig/2.0.9/share/swig/2.0.9/lua/
>> >> >> >> >    ./swig_lib/
>> >> >> >> >    /usr/local/Cellar/swig/2.0.9/share/swig/2.0.9/
>> >> >> >> > Preprocessing...
>> >> >> >> > Starting language-specific parse...
>> >> >> >> > Processing types...
>> >> >> >> > C++ analysis...
>> >> >> >> > Generating wrappers...
>> >> >> >> > /tmp/csound-KYls/./include/csound.h:519: Warning 451: Setting a
>> >> >> >> > const
>> >> >> >> > char *
>> >> >> >> > variable may leak memory.
>> >> >> >> > CppSound.hpp:36: Warning 453: Can't apply (std::vector< double
>> >> >> >> > >
>> >> >> >> > *INPUT). No
>> >> >> >> > typemaps are defined.
>> >> >> >> > Scanning dependencies of target luaCsnd6
>> >> >> >> > [100%] Building CXX object
>> >> >> >> > interfaces/CMakeFiles/luaCsnd6.dir/lua_interfaceLUA_wrap.cxx.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > Linking CXX shared module ../luaCsnd6.so
>> >> >> >> > [100%] Built target luaCsnd6
>> >> >> >> > Install the project...
>> >> >> >> > -- Install configuration: "None"
>> >> >> >> > -- Installing:
>> >> >> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework
>> >> >> >> > -- Up-to-date:
>> >> >> >> >
>> >> >> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/CsoundLib64
>> >> >> >> > -- Up-to-date:
>> >> >> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Headers
>> >> >> >> > -- Up-to-date:
>> >> >> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Resources
>> >> >> >> > -- Installing:
>> >> >> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions
>> >> >> >> > -- Installing:
>> >> >> >> >
>> >> >> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0
>> >> >> >> > -- Installing:
>> >> >> >> >
>> >> >> >> >
>> >> >> >> >
>> >> >> >> >
>> >> >> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/CsoundLib64
>> >> >> >> > -- Installing:
>> >> >> >> >
>> >> >> >> >
>> >> >> >> >
>> >> >> >> >
>> >> >> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers
>> >> >> >> > -- Installing:
>> >> >> >> >
>> >> >> >> >
>> >> >> >> >
>> >> >> >> >
>> >> >> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/cfgvar.h
>> >> >> >> > -- Installing:
>> >> >> >> >
>> >> >> >> >
>> >> >> >> >
>> >> >> >> >
>> >> >> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/CppSound.hpp
>> >> >> >> > -- Installing:
>> >> >> >> >
>> >> >> >> >
>> >> >> >> >
>> >> >> >> >
>> >> >> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/cscore.h
>> >> >> >> > -- Installing:
>> >> >> >> >
>> >> >> >> >
>> >> >> >> >
>> >> >> >> >
>> >> >> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/csdl.h
>> >> >> >> > -- Installing:
>> >> >> >> >
>> >> >> >> >
>> >> >> >> >
>> >> >> >> >
>> >> >> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/csound.h
>> >> >> >> > -- Installing:
>> >> >> >> >
>> >> >> >> >
>> >> >> >> >
>> >> >> >> >
>> >> >> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/csound.hpp
>> >> >> >> > -- Installing:
>> >> >> >> >
>> >> >> >> >
>> >> >> >> >
>> >> >> >> >
>> >> >> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/csound_data_structures.h
>> >> >> >> > -- Installing:
>> >> >> >> >
>> >> >> >> >
>> >> >> >> >
>> >> >> >> >
>> >> >> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/csound_standard_types.h
>> >> >> >> > -- Installing:
>> >> >> >> >
>> >> >> >> >
>> >> >> >> >
>> >> >> >> >
>> >> >> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/csound_type_system.h
>> >> >> >> > -- Installing:
>> >> >> >> >
>> >> >> >> >
>> >> >> >> >
>> >> >> >> >
>> >> >> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/csoundCore.h
>> >> >> >> > -- Installing:
>> >> >> >> >
>> >> >> >> >
>> >> >> >> >
>> >> >> >> >
>> >> >> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/CsoundFile.hpp
>> >> >> >> > -- Installing:
>> >> >> >> >
>> >> >> >> >
>> >> >> >> >
>> >> >> >> >
>> >> >> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/csPerfThread.hpp
>> >> >> >> > -- Installing:
>> >> >> >> >
>> >> >> >> >
>> >> >> >> >
>> >> >> >> >
>> >> >> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/cwindow.h
>> >> >> >> > -- Installing:
>> >> >> >> >
>> >> >> >> >
>> >> >> >> >
>> >> >> >> >
>> >> >> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/filebuilding.h
>> >> >> >> > -- Installing:
>> >> >> >> >
>> >> >> >> >
>> >> >> >> >
>> >> >> >> >
>> >> >> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/float-version-double.h
>> >> >> >> > -- Installing:
>> >> >> >> >
>> >> >> >> >
>> >> >> >> >
>> >> >> >> >
>> >> >> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/float-version.h
>> >> >> >> > -- Installing:
>> >> >> >> >
>> >> >> >> >
>> >> >> >> >
>> >> >> >> >
>> >> >> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/interlocks.h
>> >> >> >> > -- Installing:
>> >> >> >> >
>> >> >> >> >
>> >> >> >> >
>> >> >> >> >
>> >> >> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/msg_attr.h
>> >> >> >> > -- Installing:
>> >> >> >> >
>> >> >> >> >
>> >> >> >> >
>> >> >> >> >
>> >> >> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/OpcodeBase.hpp
>> >> >> >> > -- Installing:
>> >> >> >> >
>> >> >> >> >
>> >> >> >> >
>> >> >> >> >
>> >> >> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/pstream.h
>> >> >> >> > -- Installing:
>> >> >> >> >
>> >> >> >> >
>> >> >> >> >
>> >> >> >> >
>> >> >> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/pvfileio.h
>> >> >> >> > -- Installing:
>> >> >> >> >
>> >> >> >> >
>> >> >> >> >
>> >> >> >> >
>> >> >> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/soundio.h
>> >> >> >> > -- Installing:
>> >> >> >> >
>> >> >> >> >
>> >> >> >> >
>> >> >> >> >
>> >> >> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/sysdep.h
>> >> >> >> > -- Installing:
>> >> >> >> >
>> >> >> >> >
>> >> >> >> >
>> >> >> >> >
>> >> >> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/text.h
>> >> >> >> > -- Installing:
>> >> >> >> >
>> >> >> >> >
>> >> >> >> >
>> >> >> >> >
>> >> >> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/version.h
>> >> >> >> > -- Installing:
>> >> >> >> >
>> >> >> >> >
>> >> >> >> >
>> >> >> >> >
>> >> >> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources
>> >> >> >> > -- Installing:
>> >> >> >> >
>> >> >> >> >
>> >> >> >> >
>> >> >> >> >
>> >> >> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Info.plist
>> >> >> >> > -- Up-to-date:
>> >> >> >> >
>> >> >> >> >
>> >> >> >> >
>> >> >> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/Current
>> >> >> >> > -- Installing:
>> >> >> >> >
>> >> >> >> >
>> >> >> >> >
>> >> >> >> >
>> >> >> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libmixer.dylib
>> >> >> >> > -- Installing:
>> >> >> >> >
>> >> >> >> >
>> >> >> >> >
>> >> >> >> >
>> >> >> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libsignalflowgraph.dylib
>> >> >> >> > -- Installing:
>> >> >> >> >
>> >> >> >> >
>> >> >> >> >
>> >> >> >> >
>> >> >> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libampmidid.dylib
>> >> >> >> > -- Installing:
>> >> >> >> >
>> >> >> >> >
>> >> >> >> >
>> >> >> >> >
>> >> >> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libcs_date.dylib
>> >> >> >> > -- Installing:
>> >> >> >> >
>> >> >> >> >
>> >> >> >> >
>> >> >> >> >
>> >> >> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libsystem_call.dylib
>> >> >> >> > -- Installing:
>> >> >> >> >
>> >> >> >> >
>> >> >> >> >
>> >> >> >> >
>> >> >> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libdoppler.dylib
>> >> >> >> > -- Installing:
>> >> >> >> >
>> >> >> >> >
>> >> >> >> >
>> >> >> >> >
>> >> >> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libfractalnoise.dylib
>> >> >> >> > -- Installing:
>> >> >> >> >
>> >> >> >> >
>> >> >> >> >
>> >> >> >> >
>> >> >> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libfareygen.dylib
>> >> >> >> > -- Installing:
>> >> >> >> >
>> >> >> >> >
>> >> >> >> >
>> >> >> >> >
>> >> >> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libcellular.dylib
>> >> >> >> > -- Installing:
>> >> >> >> >
>> >> >> >> >
>> >> >> >> >
>> >> >> >> >
>> >> >> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libserial.dylib
>> >> >> >> > -- Installing:
>> >> >> >> >
>> >> >> >> >
>> >> >> >> >
>> >> >> >> >
>> >> >> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libplaterev.dylib
>> >> >> >> > -- Installing:
>> >> >> >> >
>> >> >> >> >
>> >> >> >> >
>> >> >> >> >
>> >> >> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libscansyn.dylib
>> >> >> >> > -- Installing:
>> >> >> >> >
>> >> >> >> >
>> >> >> >> >
>> >> >> >> >
>> >> >> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libcontrol.dylib
>> >> >> >> > -- Installing:
>> >> >> >> >
>> >> >> >> >
>> >> >> >> >
>> >> >> >> >
>> >> >> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libchua.dylib
>> >> >> >> > -- Installing:
>> >> >> >> >
>> >> >> >> >
>> >> >> >> >
>> >> >> >> >
>> >> >> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libosc.dylib
>> >> >> >> > -- Installing:
>> >> >> >> >
>> >> >> >> >
>> >> >> >> >
>> >> >> >> >
>> >> >> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libimage.dylib
>> >> >> >> > -- Installing:
>> >> >> >> >
>> >> >> >> >
>> >> >> >> >
>> >> >> >> >
>> >> >> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libpy.dylib
>> >> >> >> > -- Installing:
>> >> >> >> >
>> >> >> >> >
>> >> >> >> >
>> >> >> >> >
>> >> >> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libstk.dylib
>> >> >> >> > -- Installing:
>> >> >> >> >
>> >> >> >> >
>> >> >> >> >
>> >> >> >> >
>> >> >> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libcmidi.dylib
>> >> >> >> > -- Installing:
>> >> >> >> >
>> >> >> >> >
>> >> >> >> >
>> >> >> >> >
>> >> >> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/librtauhal.dylib
>> >> >> >> > -- Installing:
>> >> >> >> >
>> >> >> >> >
>> >> >> >> >
>> >> >> >> >
>> >> >> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libipmidi.dylib
>> >> >> >> > -- Installing:
>> >> >> >> >
>> >> >> >> >
>> >> >> >> >
>> >> >> >> >
>> >> >> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libwidgets.dylib
>> >> >> >> > -- Installing:
>> >> >> >> >
>> >> >> >> >
>> >> >> >> >
>> >> >> >> >
>> >> >> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libvirtual.dylib
>> >> >> >> > -- Installing:
>> >> >> >> > /usr/local/Cellar/csound/HEAD/lib/libcsnd.6.0.dylib
>> >> >> >> > -- Installing: /usr/local/Cellar/csound/HEAD/lib/libcsnd.dylib
>> >> >> >> > -- Installing: /Library/Python/2.7/site-packages/_csnd6.so
>> >> >> >> > CMake Error at interfaces/cmake_install.cmake:61 (FILE):
>> >> >> >> >   file INSTALL cannot copy file "/tmp/csound-KYls/_csnd6.so" to
>> >> >> >> >   "/Library/Python/2.7/site-packages/_csnd6.so".
>> >> >> >> > Call Stack (most recent call first):
>> >> >> >> >   cmake_install.cmake:56 (INCLUDE)
>> >> >> >> >
>> >> >> >> >
>> >> >> >> > make: *** [install] Error 1
>> >> >> >> > ==> Configuration
>> >> >> >> > HOMEBREW_VERSION: 0.9.4
>> >> >> >> > HEAD: 38629e1de84d5b8f020e02ebe3ca3430a47080ef
>> >> >> >> > CPU: dual-core 64-bit penryn
>> >> >> >> > OS X: 10.8.3-x86_64
>> >> >> >> > Xcode: 4.6.2
>> >> >> >> > CLT: 4.6.0.0.1.1365549073
>> >> >> >> > X11: 2.7.4 => /opt/X11
>> >> >> >> > ==> ENV
>> >> >> >> > CC: cc
>> >> >> >> > CXX: c++
>> >> >> >> > MAKEFLAGS: -j2
>> >> >> >> > CMAKE_PREFIX_PATH: /usr/local
>> >> >> >> > CMAKE_INCLUDE_PATH:
>> >> >> >> >
>> >> >> >> >
>> >> >> >> >
>> >> >> >> >
>> >> >> >> > /usr/include/libxml2:/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers/
>> >> >> >> > CMAKE_LIBRARY_PATH:
>> >> >> >> >
>> >> >> >> >
>> >> >> >> >
>> >> >> >> > /System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
>> >> >> >> > PKG_CONFIG_PATH:
>> >> >> >> >
>> >> >> >> >
>> >> >> >> >
>> >> >> >> >
>> >> >> >> > /usr/local/opt/pcre/lib/pkgconfig:/usr/local/opt/libsndfile/lib/pkgconfig:/usr/local/opt/portaudio/lib/pkgconfig:/usr/local/opt/liblo/lib/pkgconfig:/usr/local/opt/libpng/lib/pkgconfig
>> >> >> >> > PKG_CONFIG_LIBDIR:
>> >> >> >> > /usr/lib/pkgconfig:/usr/local/Library/ENV/pkgconfig/10.8
>> >> >> >> > ACLOCAL_PATH: /usr/local/share/aclocal
>> >> >> >> > OBJC: cc
>> >> >> >> > PATH:
>> >> >> >> >
>> >> >> >> >
>> >> >> >> >
>> >> >> >> >
>> >> >> >> > /usr/local/Library/ENV/4.3:/usr/local/opt/cmake/bin:/usr/local/opt/pcre/bin:/usr/local/opt/swig/bin:/usr/local/opt/libsndfile/bin:/usr/local/opt/liblo/bin:/usr/local/opt/libpng/bin:/usr/local/opt/stk/bin:/usr/local/opt/jpeg/bin:/usr/local/opt/fltk/bin:/usr/bin:/bin:/usr/sbin:/sbin
>> >> >> >> >
>> >> >> >> > Error: csound did not build
>> >> >> >> > Logs:
>> >> >> >> > /Users/eddyc/Library/Logs/Homebrew/csound/CMakeCache.txt
>> >> >> >> >
>> >> >> >> >
>> >> >> >> >
>> >> >> >> > On 12 May 2013 11:03, Steven Yi  wrote:
>> >> >> >> >>
>> >> >> >> >> Could you run "brew install --HEAD
>> >> >> >> >> http://www.kunstmusik.com/csound.rb
>> >> >> >> >> --verbose" and post the verbose output?
>> >> >> >> >>
>> >> >> >> >> On May 12, 2013 10:47 AM, "Ed Costello"
>> >> >> >> >> 
>> >> >> >> >> wrote:
>> >> >> >> >>>
>> >> >> >> >>> Ok, still getting errors, heres what happened next....
>> >> >> >> >>>
>> >> >> >> >>> Marions-MacBook:~ eddyc$ brew link --overwrite libsndfile
>> >> >> >> >>> Linking /usr/local/Cellar/libsndfile/1.0.25... 27 symlinks
>> >> >> >> >>> created
>> >> >> >> >>> Marions-MacBook:~ eddyc$ brew install
>> >> >> >> >>> http://www.kunstmusik.com/csound.rb
>> >> >> >> >>>
>> >> >> >> >>>
>> >> >> >> >>>
>> >> >> >> >>>
>> >> >> >> >>> ########################################################################
>> >> >> >> >>> 100.0%
>> >> >> >> >>> Error: You must `brew link portaudio portmidi liblo' before
>> >> >> >> >>> csound
>> >> >> >> >>> can
>> >> >> >> >>> be
>> >> >> >> >>> installed
>> >> >> >> >>> Marions-MacBook:~ eddyc$ brew link --overwrite portaudio
>> >> >> >> >>> portmidi
>> >> >> >> >>> liblo
>> >> >> >> >>> Linking /usr/local/Cellar/portaudio/19.20111121... 6 symlinks
>> >> >> >> >>> created
>> >> >> >> >>> Linking /usr/local/Cellar/portmidi/217... 3 symlinks created
>> >> >> >> >>> Linking /usr/local/Cellar/liblo/0.26... 6 symlinks created
>> >> >> >> >>> Marions-MacBook:~ eddyc$ brew install
>> >> >> >> >>> http://www.kunstmusik.com/csound.rb
>> >> >> >> >>>
>> >> >> >> >>>
>> >> >> >> >>>
>> >> >> >> >>>
>> >> >> >> >>> ########################################################################
>> >> >> >> >>> 100.0%
>> >> >> >> >>> ==> Downloading
>> >> >> >> >>> http://www.kunstmusik.com/Csound-6.0.1-Source.tar.bz2
>> >> >> >> >>> Already downloaded:
>> >> >> >> >>> /Library/Caches/Homebrew/csound-6.0.1.tar.bz2
>> >> >> >> >>> ==> cmake . -DUSE_GETTEXT=0
>> >> >> >> >>> -DCMAKE_INSTALL_PREFIX=/usr/local/Cellar/csound/6.0.
>> >> >> >> >>> ==> make install
>> >> >> >> >>> Call Stack (most recent call first):
>> >> >> >> >>>   cmake_install.cmake:56 (INCLUDE)
>> >> >> >> >>>
>> >> >> >> >>>
>> >> >> >> >>> make: *** [install] Error 1
>> >> >> >> >>>
>> >> >> >> >>>
>> >> >> >> >>> On 11 May 2013 23:39, Steven Yi  wrote:
>> >> >> >> >>>>
>> >> >> >> >>>> Hey Ed,
>> >> >> >> >>>>
>> >> >> >> >>>> Sorry, just use "brew link --overwrite libsndfile" and
>> >> >> >> >>>> ignore
>> >> >> >> >>>> the
>> >> >> >> >>>> uninstall/install thing I wrote earlier. :)
>> >> >> >> >>>>
>> >> >> >> >>>> steven
>> >> >> >> >>>>
>> >> >> >> >>>> On Sat, May 11, 2013 at 11:31 PM, Steven Yi
>> >> >> >> >>>> 
>> >> >> >> >>>> wrote:
>> >> >> >> >>>> > Hey Ed!
>> >> >> >> >>>> >
>> >> >> >> >>>> > So for that it's pretty much what it says.  You'll have to
>> >> >> >> >>>> > use
>> >> >> >> >>>> > the
>> >> >> >> >>>> > brew installed libsndfile, and to do that you'll probably
>> >> >> >> >>>> > have
>> >> >> >> >>>> > to
>> >> >> >> >>>> > do
>> >> >> >> >>>> > "brew uninstall libsndfile; brew install --overwrite
>> >> >> >> >>>> > libsndfile".
>> >> >> >> >>>> > Most
>> >> >> >> >>>> > likely when brew tried to link it's libsndfile into
>> >> >> >> >>>> > /usr/local,
>> >> >> >> >>>> > it
>> >> >> >> >>>> > encountered your custom built ones and gave up; I wonder
>> >> >> >> >>>> > if
>> >> >> >> >>>> > it
>> >> >> >> >>>> > didn't
>> >> >> >> >>>> > alter something though X_X.  But try getting the brew
>> >> >> >> >>>> > installed
>> >> >> >> >>>> > ones
>> >> >> >> >>>> > in there and I think you'll be good for csound building
>> >> >> >> >>>> > after
>> >> >> >> >>>> > that.
>> >> >> >> >>>> >
>> >> >> >> >>>> > Thanks!
>> >> >> >> >>>> > steven
>> >> >> >> >>>> >
>> >> >> >> >>>> > On Sat, May 11, 2013 at 8:10 PM, Ed Costello
>> >> >> >> >>>> >  wrote:
>> >> >> >> >>>> >> I get an error saying it requires libsndfile, the thing
>> >> >> >> >>>> >> is I
>> >> >> >> >>>> >> already
>> >> >> >> >>>> >> have
>> >> >> >> >>>> >> libsndfile installed from a previous csound installation,
>> >> >> >> >>>> >>
>> >> >> >> >>>> >> CMake Error at CMakeLists.txt:339 (message):
>> >> >> >> >>>> >>   Csound requires the sndfile library
>> >> >> >> >>>> >>
>> >> >> >> >>>> >>
>> >> >> >> >>>> >> -- Configuring incomplete, errors occurred!
>> >> >> >> >>>> >>
>> >> >> >> >>>> >> READ THIS:
>> >> >> >> >>>> >> https://github.com/mxcl/homebrew/wiki/troubleshooting
>> >> >> >> >>>> >>
>> >> >> >> >>>> >> Marions-MacBook:~ eddyc$ brew install libsndfile
>> >> >> >> >>>> >> Warning: libsndfile-1.0.25 already installed, it's just
>> >> >> >> >>>> >> not
>> >> >> >> >>>> >> linked
>> >> >> >> >>>> >> Marions-MacBook:~ eddyc$
>> >> >> >> >>>> >>
>> >> >> >> >>>> >>
>> >> >> >> >>>> >>
>> >> >> >> >>>> >> On 11 May 2013 18:26, peiman khosravi
>> >> >> >> >>>> >> 
>> >> >> >> >>>> >> wrote:
>> >> >> >> >>>> >>>
>> >> >> >> >>>> >>> I get the same errors.
>> >> >> >> >>>> >>>
>> >> >> >> >>>> >>> P
>> >> >> >> >>>> >>>
>> >> >> >> >>>> >>>
>> >> >> >> >>>> >>>
>> >> >> >> >>>> >>>
>> >> >> >> >>>> >>>
>> >> >> >> >>>> >>>
>> >> >> >> >>>> >>> www.peimankhosravi.co.uk || Subscribe to RSS Feed
>> >> >> >> >>>> >>>
>> >> >> >> >>>> >>> To receive emails about upcoming concerts visit this
>> >> >> >> >>>> >>> page &
>> >> >> >> >>>> >>> enter
>> >> >> >> >>>> >>> your
>> >> >> >> >>>> >>> email address in the 'follow' section.
>> >> >> >> >>>> >>>
>> >> >> >> >>>> >>>
>> >> >> >> >>>> >>>
>> >> >> >> >>>> >>> On 11 May 2013 16:38, Steven Yi 
>> >> >> >> >>>> >>> wrote:
>> >> >> >> >>>> >>>>
>> >> >> >> >>>> >>>> Hi Jake,
>> >> >> >> >>>> >>>>
>> >> >> >> >>>> >>>> Thanks very much for the quick report! I'm running into
>> >> >> >> >>>> >>>> similar
>> >> >> >> >>>> >>>> situations and it has to do with brew trying to install
>> >> >> >> >>>> >>>> links
>> >> >> >> >>>> >>>> but
>> >> >> >> >>>> >>>> there are original files there installed from somewhere
>> >> >> >> >>>> >>>> else
>> >> >> >> >>>> >>>> (likely
>> >> >> >> >>>> >>>> from a previous csound installer install).  I just did
>> >> >> >> >>>> >>>> this:
>> >> >> >> >>>> >>>>
>> >> >> >> >>>> >>>> Error: Could not symlink file:
>> >> >> >> >>>> >>>> /usr/local/Cellar/libogg/1.3.0/include/ogg/os_types.h
>> >> >> >> >>>> >>>> Target /usr/local/include/ogg/os_types.h already
>> >> >> >> >>>> >>>> exists.
>> >> >> >> >>>> >>>> You
>> >> >> >> >>>> >>>> may
>> >> >> >> >>>> >>>> need
>> >> >> >> >>>> >>>> to delete it.
>> >> >> >> >>>> >>>> To force the link and overwrite all other conflicting
>> >> >> >> >>>> >>>> files,
>> >> >> >> >>>> >>>> do:
>> >> >> >> >>>> >>>>   brew link --overwrite formula_name
>> >> >> >> >>>> >>>>
>> >> >> >> >>>> >>>> To list all files that would be deleted:
>> >> >> >> >>>> >>>>   brew link --overwrite --dry-run formula_name
>> >> >> >> >>>> >>>> cp23-119:Formula stevenyi$ brew link --overwrite libogg
>> >> >> >> >>>> >>>> Linking /usr/local/Cellar/libogg/1.3.0... 81 symlinks
>> >> >> >> >>>> >>>> created
>> >> >> >> >>>> >>>>
>> >> >> >> >>>> >>>> and also did 'brew link --overwrite flac' (and so on
>> >> >> >> >>>> >>>> for
>> >> >> >> >>>> >>>> each
>> >> >> >> >>>> >>>> lib).
>> >> >> >> >>>> >>>>
>> >> >> >> >>>> >>>> One note, I'm running into issues in building
>> >> >> >> >>>> >>>> --universal.
>> >> >> >> >>>> >>>> It
>> >> >> >> >>>> >>>> seems
>> >> >> >> >>>> >>>> some of the formulas can be --universal but they depend
>> >> >> >> >>>> >>>> on
>> >> >> >> >>>> >>>> others
>> >> >> >> >>>> >>>> that
>> >> >> >> >>>> >>>> don't support universal.  I'm going to see about
>> >> >> >> >>>> >>>> modifying
>> >> >> >> >>>> >>>> some
>> >> >> >> >>>> >>>> of
>> >> >> >> >>>> >>>> the
>> >> >> >> >>>> >>>> dependent homebrew recipes and if that works I'll see
>> >> >> >> >>>> >>>> if
>> >> >> >> >>>> >>>> they
>> >> >> >> >>>> >>>> get
>> >> >> >> >>>> >>>> accepted into the main repo.
>> >> >> >> >>>> >>>>
>> >> >> >> >>>> >>>> Thanks!
>> >> >> >> >>>> >>>> steven
>> >> >> >> >>>> >>>>
>> >> >> >> >>>> >>>> On Sat, May 11, 2013 at 5:24 PM, Jacob Joaquin
>> >> >> >> >>>> >>>> 
>> >> >> >> >>>> >>>> wrote:
>> >> >> >> >>>> >>>> > Here's my first run through; It breaks at libogg. I'm
>> >> >> >> >>>> >>>> > actually
>> >> >> >> >>>> >>>> > in
>> >> >> >> >>>> >>>> > the
>> >> >> >> >>>> >>>> > middle
>> >> >> >> >>>> >>>> > of something this morning. I'll spend more time with
>> >> >> >> >>>> >>>> > this
>> >> >> >> >>>> >>>> > when
>> >> >> >> >>>> >>>> > I
>> >> >> >> >>>> >>>> > have
>> >> >> >> >>>> >>>> > some:
>> >> >> >> >>>> >>>> >
>> >> >> >> >>>> >>>> > Quorra ~ $ brew install
>> >> >> >> >>>> >>>> > http://www.kunstmusik.com/csound.rb
>> >> >> >> >>>> >>>> >
>> >> >> >> >>>> >>>> >
>> >> >> >> >>>> >>>> >
>> >> >> >> >>>> >>>> >
>> >> >> >> >>>> >>>> >
>> >> >> >> >>>> >>>> >
>> >> >> >> >>>> >>>> > ########################################################################
>> >> >> >> >>>> >>>> > 100.0%
>> >> >> >> >>>> >>>> > Warning: Your Xcode (4.6.1) is outdated
>> >> >> >> >>>> >>>> > Please install Xcode 4.6.2.
>> >> >> >> >>>> >>>> > ==> Installing csound dependency: cmake
>> >> >> >> >>>> >>>> > ==> Downloading
>> >> >> >> >>>> >>>> >
>> >> >> >> >>>> >>>> >
>> >> >> >> >>>> >>>> >
>> >> >> >> >>>> >>>> >
>> >> >> >> >>>> >>>> > https://downloads.sf.net/project/machomebrew/Bottles/cmake-2.8.1
>> >> >> >> >>>> >>>> >
>> >> >> >> >>>> >>>> >
>> >> >> >> >>>> >>>> >
>> >> >> >> >>>> >>>> >
>> >> >> >> >>>> >>>> >
>> >> >> >> >>>> >>>> >
>> >> >> >> >>>> >>>> > ########################################################################
>> >> >> >> >>>> >>>> > 100.0%
>> >> >> >> >>>> >>>> > ==> Pouring
>> >> >> >> >>>> >>>> > cmake-2.8.10.2.mountain_lion.bottle.tar.gz
>> >> >> >> >>>> >>>> > 🍺  /usr/local/Cellar/cmake/2.8.10.2: 683 files, 32M
>> >> >> >> >>>> >>>> > ==> Installing csound dependency: pcre
>> >> >> >> >>>> >>>> > ==> Downloading
>> >> >> >> >>>> >>>> >
>> >> >> >> >>>> >>>> >
>> >> >> >> >>>> >>>> >
>> >> >> >> >>>> >>>> >
>> >> >> >> >>>> >>>> > ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre-8.32.
>> >> >> >> >>>> >>>> >
>> >> >> >> >>>> >>>> >
>> >> >> >> >>>> >>>> >
>> >> >> >> >>>> >>>> >
>> >> >> >> >>>> >>>> >
>> >> >> >> >>>> >>>> >
>> >> >> >> >>>> >>>> > ########################################################################
>> >> >> >> >>>> >>>> > 100.0%
>> >> >> >> >>>> >>>> >
>> >> >> >> >>>> >>>> >
>> >> >> >> >>>> >>>> >
>> >> >> >> >>>> >>>> >
>> >> >> >> >>>> >>>> >
>> >> >> >> >>>> >>>> >
>> >> >> >> >>>> >>>> > ########################################################################
>> >> >> >> >>>> >>>> > 100.0%==> ./configure
>> >> >> >> >>>> >>>> > --prefix=/usr/local/Cellar/pcre/8.32
>> >> >> >> >>>> >>>> > --enable-utf8
>> >> >> >> >>>> >>>> > --enable-unic
>> >> >> >> >>>> >>>> > ==> make test
>> >> >> >> >>>> >>>> > ==> make install
>> >> >> >> >>>> >>>> > 🍺  /usr/local/Cellar/pcre/8.32: 135 files, 3.6M,
>> >> >> >> >>>> >>>> > built
>> >> >> >> >>>> >>>> > in
>> >> >> >> >>>> >>>> > 44
>> >> >> >> >>>> >>>> > seconds
>> >> >> >> >>>> >>>> > ==> Installing csound dependency: swig
>> >> >> >> >>>> >>>> > ==> Downloading
>> >> >> >> >>>> >>>> >
>> >> >> >> >>>> >>>> >
>> >> >> >> >>>> >>>> >
>> >> >> >> >>>> >>>> >
>> >> >> >> >>>> >>>> >
>> >> >> >> >>>> >>>> >
>> >> >> >> >>>> >>>> > http://sourceforge.net/projects/swig/files/swig/swig-2.0.9/swig-2.0.9.tar.gz
>> >> >> >> >>>> >>>> >
>> >> >> >> >>>> >>>> >
>> >> >> >> >>>> >>>> >
>> >> >> >> >>>> >>>> >
>> >> >> >> >>>> >>>> >
>> >> >> >> >>>> >>>> >
>> >> >> >> >>>> >>>> > ########################################################################
>> >> >> >> >>>> >>>> > 100.0%
>> >> >> >> >>>> >>>> > ==> ./configure --prefix=/usr/local/Cellar/swig/2.0.9
>> >> >> >> >>>> >>>> > ==> make
>> >> >> >> >>>> >>>> > ==> make install
>> >> >> >> >>>> >>>> > 🍺  /usr/local/Cellar/swig/2.0.9: 599 files, 6.2M,
>> >> >> >> >>>> >>>> > built
>> >> >> >> >>>> >>>> > in
>> >> >> >> >>>> >>>> > 45
>> >> >> >> >>>> >>>> > seconds
>> >> >> >> >>>> >>>> > ==> Installing csound dependency: pkg-config
>> >> >> >> >>>> >>>> > ==> Downloading
>> >> >> >> >>>> >>>> >
>> >> >> >> >>>> >>>> >
>> >> >> >> >>>> >>>> >
>> >> >> >> >>>> >>>> >
>> >> >> >> >>>> >>>> >
>> >> >> >> >>>> >>>> >
>> >> >> >> >>>> >>>> > https://downloads.sf.net/project/machomebrew/Bottles/pkg-config-0.28.mountain_lion.bottle.tar.gz
>> >> >> >> >>>> >>>> >
>> >> >> >> >>>> >>>> >
>> >> >> >> >>>> >>>> >
>> >> >> >> >>>> >>>> >
>> >> >> >> >>>> >>>> >
>> >> >> >> >>>> >>>> >
>> >> >> >> >>>> >>>> > ########################################################################
>> >> >> >> >>>> >>>> > 100.0%
>> >> >> >> >>>> >>>> > ==> Pouring
>> >> >> >> >>>> >>>> > pkg-config-0.28.mountain_lion.bottle.tar.gz
>> >> >> >> >>>> >>>> > 🍺  /usr/local/Cellar/pkg-config/0.28: 10 files, 636K
>> >> >> >> >>>> >>>> > ==> Installing csound dependency: lame
>> >> >> >> >>>> >>>> > ==> Downloading
>> >> >> >> >>>> >>>> >
>> >> >> >> >>>> >>>> >
>> >> >> >> >>>> >>>> >
>> >> >> >> >>>> >>>> >
>> >> >> >> >>>> >>>> >
>> >> >> >> >>>> >>>> > http://downloads.sourceforge.net/sourceforge/lame/lame-3.99.5.tar.gz
>> >> >> >> >>>> >>>> >
>> >> >> >> >>>> >>>> >
>> >> >> >> >>>> >>>> >
>> >> >> >> >>>> >>>> >
>> >> >> >> >>>> >>>> > ################################################...
>> >
>> >
>> >
>> > ------------------------------------------------------------------------------
>> > Learn Graph Databases - Download FREE O'Reilly Book
>> > "Graph Databases" is the definitive new guide to graph databases and
>> > their applications. This 200-page book is written by three acclaimed
>> > leaders in the field. The early access version is available now.
>> > Download your free book today! http://p.sf.net/sfu/neotech_d2d_may
>> > _______________________________________________
>> > Csound-devel mailing list
>> > Csound-devel@lists.sourceforge.net
>> > https://lists.sourceforge.net/lists/listinfo/csound-devel
>> >
>>
>>
>> ------------------------------------------------------------------------------
>> Learn Graph Databases - Download FREE O'Reilly Book
>> "Graph Databases" is the definitive new guide to graph databases and
>> their applications. This 200-page book is written by three acclaimed
>> leaders in the field. The early access version is available now.
>> Download your free book today! http://p.sf.net/sfu/neotech_d2d_may
>> _______________________________________________
>> Csound-devel mailing list
>> Csound-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>
>
>
> ------------------------------------------------------------------------------
> Learn Graph Databases - Download FREE O'Reilly Book
> "Graph Databases" is the definitive new guide to graph databases and
> their applications. This 200-page book is written by three acclaimed
> leaders in the field. The early access version is available now.
> Download your free book today! http://p.sf.net/sfu/neotech_d2d_may
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel
>

------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and 
their applications. This 200-page book is written by three acclaimed 
leaders in the field. The early access version is available now. 
Download your free book today! http://p.sf.net/sfu/neotech_d2d_may
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net
https://

Date2013-05-13 02:06
Frompeiman khosravi
SubjectRe: [Cs-dev] OSX: Homebrew
AttachmentsNone  None  
I'm almost there but can't get passed this:

==> cmake . -DUSE_GETTEXT=0 -DCMAKE_INSTALL_PREFIX=/usr/local/Cellar/csound/HEAD -DCMAKE_BUILD_TYPE=None -DCMAKE_FIND_FRAMEWORK=LAST -W
==> make install
  "/Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework":
  Permission denied






www.peimankhosravi.co.uk || Subscribe to RSS Feed

To receive emails about upcoming concerts visit this page & enter your email address in the 'follow' section.



On 13 May 2013 00:01, Steven Yi <stevenyi@gmail.com> wrote:
Thanks Ed for confirming that. I think I fixed the issue with updating
CMakeLists.txt in the CS6 repo, and I installed with brew and it's
working here for me.  Could you try an uninstall/reinstall using
homebrew and --HEAD? It seems that BUILD_RELEASE is the default and I
had thought the opposite.  This should fix the build for out of the
box and with brew.  We'll have to figure out what to do when building
the installer on OSX for overriding that, but that shouldn't be too
difficult I think.  Also, one thing I'm wondering is if building with
brew is properly overwriting the framework in ~/Library/Frameworks.
If it doesn't work the first time, could you delete the framework and
try again?  (Hopefully it'll just work the first time)

Thanks!
steven



On Sun, May 12, 2013 at 6:42 PM, Ed Costello <edwardcostello@gmail.com> wrote:
> That sounds like a great idea for the custom tap Steven, oh and I did a
> csound -z and it gave me a:
>
> WARNING: Error opening plugin directory
> '/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes':
> No such file or directory
>
>
>
> On 12 May 2013 18:36, Steven Yi <stevenyi@gmail.com> wrote:
>>
>> Yes, I need to update Blue to CS6 myself. :P  I am thinking what might
>> be good for homebrew and Csound is to create a custom Tap, which is
>> like a custom repo, which we can put Csound-related packages and have
>> control over.  I think that could be very nice, say, to do something
>> like "brew install csound-complete" and have all types of programs,
>> examples, etc. all downloaded and installed and ready to go on OSX.
>>
>> On Sun, May 12, 2013 at 6:15 PM, Andres Cabrera <mantaraya36@gmail.com>
>> wrote:
>> > That would be great!
>> >
>> > I still need to finish porting csoundqt to csound 6....
>> >
>> > Cheers,
>> > Andres
>> >
>> > On May 12, 2013 8:42 AM, "Steven Yi" <stevenyi@gmail.com> wrote:
>> >>
>> >> Hi Ed,
>> >>
>> >> The CsoundLib64.framework should be installed in
>> >> ~/Library/Frameworks/CsoundLib64.framework.  Victor and I had chatted
>> >> about this and it seemed to make sense to install the user's framework
>> >> folder when building, and for the installer to allow that to install
>> >> to the system's framework folder.  My thought for how to proceed from
>> >> here is that it would be very nice to have a homebrew CsoundQT build
>> >> as well, so advanced users can install both and use the bleeding edge
>> >> for both.  The idea too is that the CsoundQT build could link to the
>> >> user's framework.  Of course, I haven't mentioned this to Andres yet,
>> >> but hopefully he'll see this email. :D
>> >>
>> >> steven
>> >>
>> >> On Sun, May 12, 2013 at 3:08 PM, Ed Costello <edwardcostello@gmail.com>
>> >> wrote:
>> >> > Am I right in thinking that this doesn't install the framework or
>> >> > header
>> >> > files?
>> >> >
>> >> >
>> >> > On 12 May 2013 14:57, Steven Yi <stevenyi@gmail.com> wrote:
>> >> >>
>> >> >> Ah, that's great!  Yeah, that's just the nature of homebrew.  It
>> >> >> builds in its cellar directories, then links to /usr/local.  If it
>> >> >> finds something there, it doesn't try to overwrite by default.
>> >> >> Using
>> >> >> --overwrite is appropriate in this situation.  At this point, for
>> >> >> future builds, say, if you want to keep up with the latest from git,
>> >> >> all you'll have to do is the brew installed --HEAD csound and you're
>> >> >> good to go.
>> >> >>
>> >> >> On Sun, May 12, 2013 at 2:45 PM, Ed Costello
>> >> >> <edwardcostello@gmail.com>
>> >> >> wrote:
>> >> >> > Got it installed, however I had to do a brew link --overwrite
>> >> >> > csound,
>> >> >> > heres
>> >> >> > the output
>> >> >> >
>> >> >> > Warning: Could not link csound. Unlinking...
>> >> >> > Error: The `brew link` step did not complete successfully
>> >> >> > The formula built, but is not symlinked into /usr/local
>> >> >> > You can try again using `brew link csound'
>> >> >> > Warning: Could not fix install names for
>> >> >> > /usr/local/Cellar/csound/HEAD/bin/srconv
>> >> >> > Warning: Could not fix install names for
>> >> >> > /usr/local/Cellar/csound/HEAD/bin/sndinfo
>> >> >> > Warning: Could not fix install names for
>> >> >> > /usr/local/Cellar/csound/HEAD/bin/scsort
>> >> >> > Warning: Could not fix install names for
>> >> >> > /usr/local/Cellar/csound/HEAD/bin/scope
>> >> >> > Warning: Could not fix install names for
>> >> >> > /usr/local/Cellar/csound/HEAD/bin/scale
>> >> >> > Warning: Could not fix install names for
>> >> >> > /usr/local/Cellar/csound/HEAD/bin/pvlook
>> >> >> > Warning: Could not fix install names for
>> >> >> > /usr/local/Cellar/csound/HEAD/bin/pvanal
>> >> >> > Warning: Could not fix install names for
>> >> >> > /usr/local/Cellar/csound/HEAD/bin/pv_import
>> >> >> > Warning: Could not fix install names for
>> >> >> > /usr/local/Cellar/csound/HEAD/bin/pv_export
>> >> >> > Warning: Could not fix install names for
>> >> >> > /usr/local/Cellar/csound/HEAD/bin/mixer
>> >> >> > Warning: Could not fix install names for
>> >> >> > /usr/local/Cellar/csound/HEAD/bin/lpc_import
>> >> >> > Warning: Could not fix install names for
>> >> >> > /usr/local/Cellar/csound/HEAD/bin/lpc_export
>> >> >> > Warning: Could not fix install names for
>> >> >> > /usr/local/Cellar/csound/HEAD/bin/lpanal
>> >> >> > Warning: Could not fix install names for
>> >> >> > /usr/local/Cellar/csound/HEAD/bin/hetro
>> >> >> > Warning: Could not fix install names for
>> >> >> > /usr/local/Cellar/csound/HEAD/bin/het_import
>> >> >> > Warning: Could not fix install names for
>> >> >> > /usr/local/Cellar/csound/HEAD/bin/het_export
>> >> >> > Warning: Could not fix install names for
>> >> >> > /usr/local/Cellar/csound/HEAD/bin/extractor
>> >> >> > Warning: Could not fix install names for
>> >> >> > /usr/local/Cellar/csound/HEAD/bin/extract
>> >> >> > Warning: Could not fix install names for
>> >> >> > /usr/local/Cellar/csound/HEAD/bin/envext
>> >> >> > Warning: Could not fix install names for
>> >> >> > /usr/local/Cellar/csound/HEAD/bin/dnoise
>> >> >> > Warning: Could not fix install names for
>> >> >> > /usr/local/Cellar/csound/HEAD/bin/cvanal
>> >> >> > Warning: Could not fix install names for
>> >> >> > /usr/local/Cellar/csound/HEAD/bin/csound
>> >> >> > Warning: Could not fix install names for
>> >> >> > /usr/local/Cellar/csound/HEAD/bin/csanalyze
>> >> >> > Warning: Could not fix install names for
>> >> >> > /usr/local/Cellar/csound/HEAD/bin/atsa
>> >> >> > Warning: Could not fix install names for
>> >> >> > /usr/local/Cellar/csound/HEAD/lib/luaCsnd6.so
>> >> >> > Warning: Could not fix install names for
>> >> >> > /usr/local/Cellar/csound/HEAD/lib/libcsnd.6.0.dylib
>> >> >> > ==> Summary
>> >> >> > 🍺  /usr/local/Cellar/csound/HEAD: 34 files, 1.6M, built in 2.2
>> >> >> > minutes
>> >> >> > Marions-MacBook:~ eddyc$ brew link csound
>> >> >> > Linking /usr/local/Cellar/csound/HEAD... Warning: Could not link
>> >> >> > csound.
>> >> >> > Unlinking...
>> >> >> >
>> >> >> > Error: Could not symlink file:
>> >> >> > /usr/local/Cellar/csound/HEAD/bin/srconv
>> >> >> > Target /usr/local/bin/srconv already exists. You may need to
>> >> >> > delete
>> >> >> > it.
>> >> >> > To force the link and delete this file, do:
>> >> >> >   brew link --overwrite formula_name
>> >> >> >
>> >> >> > To list all files that would be deleted:
>> >> >> >   brew link --overwrite --dry-run formula_name
>> >> >> > Marions-MacBook:~ eddyc$ brew link --overwrite csound
>> >> >> > Linking /usr/local/Cellar/csound/HEAD... 29 symlinks created
>> >> >> >
>> >> >> >
>> >> >> > On 12 May 2013 14:18, Steven Yi <stevenyi@gmail.com> wrote:
>> >> >> >>
>> >> >> >> Hi Ed,
>> >> >> >>
>> >> >> >> Yeah I mentioned this situation in my first email:
>> >> >> >>
>> >> >> >> "2) The csound cmake file installs things into places that may be
>> >> >> >> protected on your system. The particularly relevant ones are
>> >> >> >> /usr/local, /Library/Python/2.7/site-packages, and
>> >> >> >> /Library/Java/Extensions.  Homebrew explains how to deal with the
>> >> >> >> latter 2 directores in [2]. There's info about /usr/local on the
>> >> >> >> homebrew site [1]."
>> >> >> >>
>> >> >> >> The link for number 2 is:
>> >> >> >>
>> >> >> >>
>> >> >> >> https://github.com/mxcl/homebrew/wiki/Gems%2C-Eggs-and-Perl-Modules
>> >> >> >>
>> >> >> >> The essentialy thing to run is:
>> >> >> >>
>> >> >> >> sudo chmod +a 'user:YOUR_NAME_HERE allow
>> >> >> >> add_subdirectory,add_file,delete_child,directory_inherit'
>> >> >> >> /Library/Python/2.7/site-packages
>> >> >> >> sudo chmod +a 'user:YOUR_NAME_HERE allow
>> >> >> >> add_subdirectory,add_file,delete_child,directory_inherit'
>> >> >> >> /Library/Java/Extensions
>> >> >> >>
>> >> >> >> where YOUR_NAME_HERE is your system user name.
>> >> >> >>
>> >> >> >> After that, you should be able to install.
>> >> >> >>
>> >> >> >> Let me know how it goes for you!
>> >> >> >> steven
>> >> >> >>
>> >> >> >>
>> >> >> >> On Sun, May 12, 2013 at 12:12 PM, Ed Costello
>> >> >> >> <edwardcostello@gmail.com>
>> >> >> >> wrote:
>> >> >> >> > Here ya go, I think the installer is having trouble with
>> >> >> >> > copying
>> >> >> >> > _csnd6.so
>> >> >> >> > into my python site packages directory
>> >> >> >> >
>> >> >> >> > Marions-MacBook:~ eddyc$ brew install --HEAD
>> >> >> >> > http://www.kunstmusik.com/csound.rb --verbose
>> >> >> >> > /usr/bin/curl -f#LA Homebrew 0.9.4 (Ruby 1.8.7-358; Mac OS X
>> >> >> >> > 10.8.3)
>> >> >> >> > http://www.kunstmusik.com/csound.rb -o
>> >> >> >> > /Library/Caches/Homebrew/Formula/csound.rb
>> >> >> >> >
>> >> >> >> >
>> >> >> >> >
>> >> >> >> > ########################################################################
>> >> >> >> > 100.0%
>> >> >> >> > ==> Cloning git://git.code.sourceforge.net/p/csound/csound6-git
>> >> >> >> > git clone --depth 1
>> >> >> >> > git://git.code.sourceforge.net/p/csound/csound6-git
>> >> >> >> > /Library/Caches/Homebrew/csound--git
>> >> >> >> > Cloning into '/Library/Caches/Homebrew/csound--git'...
>> >> >> >> > remote: Counting objects: 1531, done.
>> >> >> >> > remote: Compressing objects: 100% (1314/1314), done.
>> >> >> >> > remote: Total 1531 (delta 288), reused 797 (delta 140)
>> >> >> >> > Receiving objects: 100% (1531/1531), 13.23 MiB | 1.07 MiB/s,
>> >> >> >> > done.
>> >> >> >> > Resolving deltas: 100% (288/288), done.
>> >> >> >> > git reset --hard origin/HEAD
>> >> >> >> > HEAD is now at 2468c7c some float csound adjustments
>> >> >> >> > git checkout-index -a -f --prefix=/private/tmp/csound-KYls/
>> >> >> >> > ==> cmake . -DUSE_GETTEXT=0
>> >> >> >> > -DCMAKE_INSTALL_PREFIX=/usr/local/Cellar/csound/HEAD
>> >> >> >> > -DCMAKE_BUILD_TYPE=None
>> >> >> >> > -DCMAKE_FIND_FRAMEWORK=LAST -Wno-dev
>> >> >> >> > cmake . -DUSE_GETTEXT=0
>> >> >> >> > -DCMAKE_INSTALL_PREFIX=/usr/local/Cellar/csound/HEAD
>> >> >> >> > -DCMAKE_BUILD_TYPE=None -DCMAKE_FIND_FRAMEWORK=LAST -Wno-dev
>> >> >> >> > -- The C compiler identification is Clang 4.2.0
>> >> >> >> > -- The CXX compiler identification is Clang 4.2.0
>> >> >> >> > -- Check for working C compiler: /usr/local/Library/ENV/4.3/cc
>> >> >> >> > -- Check for working C compiler: /usr/local/Library/ENV/4.3/cc
>> >> >> >> > --
>> >> >> >> > works
>> >> >> >> > -- Detecting C compiler ABI info
>> >> >> >> > -- Detecting C compiler ABI info - done
>> >> >> >> > -- Check for working CXX compiler:
>> >> >> >> > /usr/local/Library/ENV/4.3/c++
>> >> >> >> > -- Check for working CXX compiler:
>> >> >> >> > /usr/local/Library/ENV/4.3/c++
>> >> >> >> > --
>> >> >> >> > works
>> >> >> >> > -- Detecting CXX compiler ABI info
>> >> >> >> > -- Detecting CXX compiler ABI info - done
>> >> >> >> > -- /tmp/csound-KYls
>> >> >> >> > -- BUILD_BIN_DIR set to /tmp/csound-KYls
>> >> >> >> > -- BUILD_LIB_DIR set to /tmp/csound-KYls
>> >> >> >> > -- BUILD_PLUGINS_DIR set to /tmp/csound-KYls
>> >> >> >> > -- Check if the system is big endian
>> >> >> >> > -- Searching 16 bit integer
>> >> >> >> > -- Looking for sys/types.h
>> >> >> >> > -- Looking for sys/types.h - found
>> >> >> >> > -- Looking for stdint.h
>> >> >> >> > -- Looking for stdint.h - found
>> >> >> >> > -- Looking for stddef.h
>> >> >> >> > -- Looking for stddef.h - found
>> >> >> >> > -- Check size of unsigned short
>> >> >> >> > -- Check size of unsigned short - done
>> >> >> >> > -- Using unsigned short
>> >> >> >> > -- Check if the system is big endian - little endian
>> >> >> >> > -- Try OpenMP C flag = [-fopenmp]
>> >> >> >> > -- Performing Test OpenMP_FLAG_DETECTED
>> >> >> >> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> >> >> >> > -- Try OpenMP C flag = [/openmp]
>> >> >> >> > -- Performing Test OpenMP_FLAG_DETECTED
>> >> >> >> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> >> >> >> > -- Try OpenMP C flag = [-Qopenmp]
>> >> >> >> > -- Performing Test OpenMP_FLAG_DETECTED
>> >> >> >> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> >> >> >> > -- Try OpenMP C flag = [-openmp]
>> >> >> >> > -- Performing Test OpenMP_FLAG_DETECTED
>> >> >> >> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> >> >> >> > -- Try OpenMP C flag = [ ]
>> >> >> >> > -- Performing Test OpenMP_FLAG_DETECTED
>> >> >> >> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> >> >> >> > -- Try OpenMP C flag = [-xopenmp]
>> >> >> >> > -- Performing Test OpenMP_FLAG_DETECTED
>> >> >> >> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> >> >> >> > -- Try OpenMP C flag = [+Oopenmp]
>> >> >> >> > -- Performing Test OpenMP_FLAG_DETECTED
>> >> >> >> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> >> >> >> > -- Try OpenMP C flag = [-qsmp]
>> >> >> >> > -- Performing Test OpenMP_FLAG_DETECTED
>> >> >> >> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> >> >> >> > -- Try OpenMP C flag = [-mp]
>> >> >> >> > -- Performing Test OpenMP_FLAG_DETECTED
>> >> >> >> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> >> >> >> > -- Try OpenMP CXX flag = [-fopenmp]
>> >> >> >> > -- Performing Test OpenMP_FLAG_DETECTED
>> >> >> >> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> >> >> >> > -- Try OpenMP CXX flag = [/openmp]
>> >> >> >> > -- Performing Test OpenMP_FLAG_DETECTED
>> >> >> >> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> >> >> >> > -- Try OpenMP CXX flag = [-Qopenmp]
>> >> >> >> > -- Performing Test OpenMP_FLAG_DETECTED
>> >> >> >> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> >> >> >> > -- Try OpenMP CXX flag = [-openmp]
>> >> >> >> > -- Performing Test OpenMP_FLAG_DETECTED
>> >> >> >> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> >> >> >> > -- Try OpenMP CXX flag = [ ]
>> >> >> >> > -- Performing Test OpenMP_FLAG_DETECTED
>> >> >> >> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> >> >> >> > -- Try OpenMP CXX flag = [-xopenmp]
>> >> >> >> > -- Performing Test OpenMP_FLAG_DETECTED
>> >> >> >> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> >> >> >> > -- Try OpenMP CXX flag = [+Oopenmp]
>> >> >> >> > -- Performing Test OpenMP_FLAG_DETECTED
>> >> >> >> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> >> >> >> > -- Try OpenMP CXX flag = [-qsmp]
>> >> >> >> > -- Performing Test OpenMP_FLAG_DETECTED
>> >> >> >> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> >> >> >> > -- Try OpenMP CXX flag = [-mp]
>> >> >> >> > -- Performing Test OpenMP_FLAG_DETECTED
>> >> >> >> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> >> >> >> > -- Could NOT find OpenMP (missing:  OpenMP_C_FLAGS
>> >> >> >> > OpenMP_CXX_FLAGS)
>> >> >> >> > -- Looking for libintl.h
>> >> >> >> > -- Looking for libintl.h - not found
>> >> >> >> > -- Looking for C++ include eigen3/Eigen/Dense
>> >> >> >> > -- Looking for C++ include eigen3/Eigen/Dense - not found
>> >> >> >> > -- Could NOT find Gettext (missing:
>> >> >> >> > GETTEXT_MSGMERGE_EXECUTABLE
>> >> >> >> > GETTEXT_MSGFMT_EXECUTABLE)
>> >> >> >> > -- Looking for lrint in m
>> >> >> >> > -- Looking for lrint in m - found
>> >> >> >> > -- Looking for unistd.h
>> >> >> >> > -- Looking for unistd.h - found
>> >> >> >> > -- Looking for io.h
>> >> >> >> > -- Looking for io.h - not found
>> >> >> >> > -- Looking for fcntl.h
>> >> >> >> > -- Looking for fcntl.h - found
>> >> >> >> > -- Looking for sys/time.h
>> >> >> >> > -- Looking for sys/time.h - found
>> >> >> >> > -- Looking for termios.h
>> >> >> >> > -- Looking for termios.h - found
>> >> >> >> > -- Looking for values.h
>> >> >> >> > -- Looking for values.h - not found
>> >> >> >> > -- Looking for winsock.h
>> >> >> >> > -- Looking for winsock.h - not found
>> >> >> >> > -- Looking for sys/socket.h
>> >> >> >> > -- Looking for sys/socket.h - found
>> >> >> >> > -- Looking for dirent.h
>> >> >> >> > -- Looking for dirent.h - found
>> >> >> >> > -- USE_LRINT is enabled
>> >> >> >> > -- Found FLEX: /usr/bin/flex (found version "2.5.35")
>> >> >> >> > -- Found BISON: /usr/bin/bison (found version "2.3")
>> >> >> >> > -- Looking for pthread_spin_lock
>> >> >> >> > -- Looking for pthread_spin_lock - not found
>> >> >> >> > -- Looking for pthread_barrier_init
>> >> >> >> > -- Looking for pthread_barrier_init - not found
>> >> >> >> > -- OPENMP_FOUND="FALSE", so disabling USE_OPEN_MP
>> >> >> >> > -- PTHREAD_BARRIER_INIT_EXISTS="", so disabling USE_OPEN_MP
>> >> >> >> > -- USE_OPEN_MP is disabled
>> >> >> >> > -- Not building with score parser
>> >> >> >> > -- Not building with new parser debugging
>> >> >> >> > -- Building with multicore
>> >> >> >> > -- USE_GETTEXT is disabled
>> >> >> >> > -- Not using localization
>> >> >> >> > -- Building on OSX
>> >> >> >> > -- Boost version: 1.53.0
>> >> >> >> > -- Looking for ladspa.h
>> >> >> >> > -- Looking for ladspa.h - not found
>> >> >> >> > -- Looking for fluidsynth.h
>> >> >> >> > -- Looking for fluidsynth.h - not found
>> >> >> >> > -- Looking for jack/jack.h
>> >> >> >> > -- Looking for jack/jack.h - not found
>> >> >> >> > -- Looking for C++ include gmm/gmm.h
>> >> >> >> > -- Looking for C++ include gmm/gmm.h - not found
>> >> >> >> > -- Looking for lo/lo.h
>> >> >> >> > -- Looking for lo/lo.h - found
>> >> >> >> > -- Found ZLIB: /usr/lib/libz.dylib (found version "1.2.5")
>> >> >> >> > -- Found PNG: /usr/local/lib/libpng.dylib (found version
>> >> >> >> > "1.5.14")
>> >> >> >> > -- Found PythonLibs: /usr/lib/libpython2.7.dylib (found version
>> >> >> >> > "2.7.2")
>> >> >> >> > -- Found Lua51: /usr/local/lib/liblua.dylib (found version
>> >> >> >> > "5.1.5")
>> >> >> >> > -- Looking for wiiuse.h
>> >> >> >> > -- Looking for wiiuse.h - not found
>> >> >> >> > -- Looking for p5glove.h
>> >> >> >> > -- Looking for p5glove.h - not found
>> >> >> >> > -- BUILD_CHUA_OPCODES is enabled
>> >> >> >> > -- LADSPA_H="", so disabling BUILD_DSSI_OPCODES
>> >> >> >> > -- BUILD_DSSI_OPCODES is disabled
>> >> >> >> > -- FLUIDSYNTH_H="", so disabling BUILD_FLUID_OPCODES
>> >> >> >> > -- FLUIDSYNTH_LIBRARY="FLUIDSYNTH_LIBRARY-NOTFOUND", so
>> >> >> >> > disabling
>> >> >> >> > BUILD_FLUID_OPCODES
>> >> >> >> > -- BUILD_FLUID_OPCODES is disabled
>> >> >> >> > -- JACK_HEADER="", so disabling BUILD_JACK_OPCODES
>> >> >> >> > -- BUILD_JACK_OPCODES is disabled
>> >> >> >> > -- GMM_HEADER="", so disabling BUILD_LINEAR_ALGEBRA_OPCODES
>> >> >> >> > -- BUILD_LINEAR_ALGEBRA_OPCODES is disabled
>> >> >> >> > -- BUILD_OSC_OPCODES is enabled
>> >> >> >> > -- BUILD_IMAGE_OPCODES is enabled
>> >> >> >> > -- BUILD_PYTHON_OPCODES is enabled
>> >> >> >> > -- OPENMP_FOUND="FALSE", so disabling BUILD_LUA_OPCODES
>> >> >> >> > -- BUILD_LUA_OPCODES is disabled
>> >> >> >> > -- WIIUSE_H="", so disabling BUILD_WIIMOTE_OPCODES
>> >> >> >> > -- BUILD_WIIMOTE_OPCODES is disabled
>> >> >> >> > -- P5GLOVE_H="", so disabling BUILD_P5GLOVE_OPCODES
>> >> >> >> > -- BUILD_P5GLOVE_OPCODES is disabled
>> >> >> >> > -- BUILD_STK_OPCODES is enabled
>> >> >> >> > --
>> >> >> >> > -- ## REALTIME AUDIO AND MIDI ##
>> >> >> >> > -- Looking for alsa/asoundlib.h
>> >> >> >> > -- Looking for alsa/asoundlib.h - not found
>> >> >> >> > -- Looking for pulse/simple.h
>> >> >> >> > -- Looking for pulse/simple.h - not found
>> >> >> >> > -- Looking for XOpenDisplay in
>> >> >> >> > /usr/X11R6/lib/libX11.dylib;/usr/X11R6/lib/libXext.dylib
>> >> >> >> > -- Looking for XOpenDisplay in
>> >> >> >> > /usr/X11R6/lib/libX11.dylib;/usr/X11R6/lib/libXext.dylib -
>> >> >> >> > found
>> >> >> >> > -- Looking for gethostbyname
>> >> >> >> > -- Looking for gethostbyname - found
>> >> >> >> > -- Looking for connect
>> >> >> >> > -- Looking for connect - found
>> >> >> >> > -- Looking for remove
>> >> >> >> > -- Looking for remove - found
>> >> >> >> > -- Looking for shmat
>> >> >> >> > -- Looking for shmat - found
>> >> >> >> > -- Looking for IceConnectionNumber in ICE
>> >> >> >> > -- Looking for IceConnectionNumber in ICE - not found
>> >> >> >> > -- Found X11: /usr/X11R6/lib/libX11.dylib
>> >> >> >> > -- Found FLTK:
>> >> >> >> >
>> >> >> >> >
>> >> >> >> >
>> >> >> >> >
>> >> >> >> > /usr/local/lib/libfltk_images.a;/usr/local/lib/libfltk_forms.a;/usr/local/lib/libfltk.a
>> >> >> >> > -- USE_COREMIDI is enabled
>> >> >> >> > -- USE_AUDIOUNIT is enabled
>> >> >> >> > -- ALSA_HEADER="", so disabling USE_ALSA
>> >> >> >> > -- ALSA_LIBRARY="ALSA_LIBRARY-NOTFOUND", so disabling USE_ALSA
>> >> >> >> > -- USE_ALSA is disabled
>> >> >> >> > -- PULSEAUDIO_HEADER="", so disabling USE_PULSEAUDIO
>> >> >> >> > -- PULSEAUDIO_LIBRARY="PULSEAUDIO_LIBRARY-NOTFOUND", so
>> >> >> >> > disabling
>> >> >> >> > USE_PULSEAUDIO
>> >> >> >> > -- PULSESIMPLE_LIBRARY="PULSESIMPLE_LIBRARY-NOTFOUND", so
>> >> >> >> > disabling
>> >> >> >> > USE_PULSEAUDIO
>> >> >> >> > -- USE_PULSEAUDIO is disabled
>> >> >> >> > -- PORTAUDIO_HEADER="", so disabling USE_PORTAUDIO
>> >> >> >> > -- USE_PORTAUDIO is disabled
>> >> >> >> > -- PORTMIDI_HEADER="", so disabling USE_PORTMIDI
>> >> >> >> > -- USE_PORTMIDI is disabled
>> >> >> >> > -- JACK_HEADER="", so disabling USE_JACK
>> >> >> >> > -- JACK_LIBRARY="JACK_LIBRARY-NOTFOUND", so disabling USE_JACK
>> >> >> >> > -- USE_JACK is disabled
>> >> >> >> > -- USE_FLTK is enabled
>> >> >> >> > -- BUILD_VIRTUAL_KEYBOARD is enabled
>> >> >> >> > --
>> >> >> >> > -- Building C++ interface library
>> >> >> >> > -- Found SWIG: /usr/local/bin/swig (found suitable version
>> >> >> >> > "2.0.9",
>> >> >> >> > minimum
>> >> >> >> > required is "2.0")
>> >> >> >> > -- Found JNI: -framework JavaVM
>> >> >> >> > -- Found Java: /usr/bin/java (found version "1.6.0.45")
>> >> >> >> > -- BUILD_PYTHON_INTERFACE is enabled
>> >> >> >> > -- BUILD_JAVA_INTERFACE is enabled
>> >> >> >> > -- BUILD_LUA_INTERFACE is enabled
>> >> >> >> > -- Looking for m_pd.h
>> >> >> >> > -- Looking for m_pd.h - not found
>> >> >> >> > -- Building csLadspa
>> >> >> >> > -- BUILD_CSBEATS is enabled
>> >> >> >> > -- PD_HEADER="", so disabling BUILD_PD_CLASS
>> >> >> >> > -- BUILD_PD_CLASS is disabled
>> >> >> >> > -- BUILD_WINSOUND is disabled
>> >> >> >> > -- Boost version: 1.53.0
>> >> >> >> > -- Found SWIG: /usr/local/bin/swig (found version "2.0.9")
>> >> >> >> > -- BUILD_CSOUND_AC is disabled
>> >> >> >> > -- BUILD_CSOUND_AC_PYTHON_INTERFACE is enabled
>> >> >> >> > -- BUILD_CSOUND_AC_LUA_INTERFACE is enabled
>> >> >> >> > -- Configuring done
>> >> >> >> > -- Generating done
>> >> >> >> > -- Build files have been written to: /tmp/csound-KYls
>> >> >> >> > ==> make install
>> >> >> >> > make install
>> >> >> >> > Scanning dependencies of target ampmidid
>> >> >> >> > [  0%] Generating csound_prelex.c
>> >> >> >> > [  0%] Generating csound_orclex.c
>> >> >> >> > [  0%] Generating csound_orcparse.c
>> >> >> >> > /tmp/csound-KYls/Engine/csound_orc.y: conflicts: 4
>> >> >> >> > shift/reduce,
>> >> >> >> > 10
>> >> >> >> > reduce/reduce
>> >> >> >> > [  0%] Building CXX object
>> >> >> >> > Opcodes/CMakeFiles/ampmidid.dir/ampmidid.cpp.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > Scanning dependencies of target CsoundLib64
>> >> >> >> > Linking CXX shared library ../libampmidid.dylib
>> >> >> >> > [  0%] Built target ampmidid
>> >> >> >> > Scanning dependencies of target cellular
>> >> >> >> > [  0%] Building C object
>> >> >> >> > Opcodes/CMakeFiles/cellular.dir/cellular.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > Linking C shared library ../libcellular.dylib
>> >> >> >> > [  0%] Built target cellular
>> >> >> >> > Scanning dependencies of target chua
>> >> >> >> > [  1%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/Engine/auxfd.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [  1%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/Engine/cfgvar.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [  1%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/Engine/corfiles.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [  2%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/Engine/entry1.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [  2%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/Engine/envvar.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [  2%] [  3%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/Engine/extract.c.o
>> >> >> >> > Building CXX object
>> >> >> >> > Opcodes/CMakeFiles/chua.dir/chua/ChuaOscillator.cpp.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [  4%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/Engine/fgens.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [  4%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/Engine/insert.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [  4%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/Engine/linevent.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [  5%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/Engine/memalloc.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [  5%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/Engine/memfiles.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [  5%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/Engine/musmon.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [  5%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/Engine/namedins.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [  6%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/Engine/rdscor.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [  6%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/Engine/scsort.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [  6%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/Engine/scxtract.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [  7%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/Engine/sort.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [  7%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/Engine/sread.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > Linking CXX shared library ../libchua.dylib
>> >> >> >> > [  7%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/Engine/swritestr.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [  8%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/Engine/twarp.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [  8%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/Engine/csound_type_system.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [  8%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/Engine/csound_standard_types.c.o
>> >> >> >> > [  8%] Built target chua
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > Scanning dependencies of target control
>> >> >> >> > [  9%] [  9%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/Engine/csound_data_structures.c.o
>> >> >> >> > Building C object Opcodes/CMakeFiles/control.dir/control.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [  9%] Linking C shared library ../libcontrol.dylib
>> >> >> >> > Building C object CMakeFiles/CsoundLib64.dir/Engine/pools.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [  9%] Built target control
>> >> >> >> > Scanning dependencies of target cs_date
>> >> >> >> > [  9%] [ 10%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/InOut/libsnd.c.o
>> >> >> >> > Building C object Opcodes/CMakeFiles/cs_date.dir/date.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > Linking C shared library ../libcs_date.dylib
>> >> >> >> > [ 10%] Built target cs_date
>> >> >> >> > [ 10%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/InOut/libsnd_u.c.o
>> >> >> >> > Scanning dependencies of target doppler
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 10%] Building CXX object
>> >> >> >> > Opcodes/CMakeFiles/doppler.dir/doppler.cpp.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 11%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/InOut/midifile.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 11%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/InOut/midirecv.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > Linking CXX shared library ../libdoppler.dylib
>> >> >> >> > [ 11%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/InOut/midisend.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 11%] Built target doppler
>> >> >> >> > Scanning dependencies of target fareygen
>> >> >> >> > [ 12%] [ 12%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/InOut/winascii.c.o
>> >> >> >> > Building C object Opcodes/CMakeFiles/fareygen.dir/fareygen.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 12%] Linking C shared library ../libfareygen.dylib
>> >> >> >> > Building C object CMakeFiles/CsoundLib64.dir/InOut/windin.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 12%] Built target fareygen
>> >> >> >> > Scanning dependencies of target fractalnoise
>> >> >> >> > [ 12%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/InOut/window.c.o
>> >> >> >> > [ 13%] Building CXX object
>> >> >> >> > Opcodes/CMakeFiles/fractalnoise.dir/tl/fractalnoise.cpp.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 14%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/InOut/winEPS.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > Linking CXX shared library ../libfractalnoise.dylib
>> >> >> >> > [ 14%] Built target fractalnoise
>> >> >> >> > [ 14%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/InOut/circularbuffer.c.o
>> >> >> >> > Scanning dependencies of target image
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 14%] Building C object
>> >> >> >> > Opcodes/CMakeFiles/image.dir/imageOpcodes.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 14%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/OOps/aops.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > Linking C shared library ../libimage.dylib
>> >> >> >> > [ 14%] Built target image
>> >> >> >> > Scanning dependencies of target mixer
>> >> >> >> > [ 14%] Building CXX object
>> >> >> >> > Opcodes/CMakeFiles/mixer.dir/mixer.cpp.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 15%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/OOps/bus.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > Linking CXX shared library ../libmixer.dylib
>> >> >> >> > [ 15%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/OOps/cmath.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 15%] Built target mixer
>> >> >> >> > Scanning dependencies of target osc
>> >> >> >> > [ 16%] Building C object Opcodes/CMakeFiles/osc.dir/OSC.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 16%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/OOps/diskin.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > Linking C shared library ../libosc.dylib
>> >> >> >> > [ 16%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/OOps/diskin2.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 16%] Built target osc
>> >> >> >> > Scanning dependencies of target platerev
>> >> >> >> > [ 16%] Building C object
>> >> >> >> > Opcodes/CMakeFiles/platerev.dir/platerev.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 17%] Linking C shared library ../libplaterev.dylib
>> >> >> >> > Building C object CMakeFiles/CsoundLib64.dir/OOps/disprep.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 17%] Built target platerev
>> >> >> >> > Scanning dependencies of target py
>> >> >> >> > [ 17%] [ 17%] Building C object
>> >> >> >> > Opcodes/CMakeFiles/py.dir/py/pythonopcodes.c.o
>> >> >> >> > Building C object CMakeFiles/CsoundLib64.dir/OOps/dumpf.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 17%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/OOps/fftlib.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > Linking C shared library ../libpy.dylib
>> >> >> >> > [ 17%] Built target py
>> >> >> >> > [ 18%] Scanning dependencies of target scansyn
>> >> >> >> > Building C object CMakeFiles/CsoundLib64.dir/OOps/goto_ops.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 18%] Building C object
>> >> >> >> > Opcodes/CMakeFiles/scansyn.dir/scansyn.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 18%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/OOps/midiinterop.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 19%] Building C object
>> >> >> >> > Opcodes/CMakeFiles/scansyn.dir/scansynx.c.o
>> >> >> >> > [ 19%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/OOps/midiops.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 20%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/OOps/midiout.c.o
>> >> >> >> > Linking C shared library ../libscansyn.dylib
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 20%] Built target scansyn
>> >> >> >> > Scanning dependencies of target serial
>> >> >> >> > [ 20%] Building C object
>> >> >> >> > Opcodes/CMakeFiles/serial.dir/serial.c.o
>> >> >> >> > [ 20%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/OOps/mxfft.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > Linking C shared library ../libserial.dylib
>> >> >> >> > [ 20%] Built target serial
>> >> >> >> > [ 20%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/OOps/oscils.c.o
>> >> >> >> > Scanning dependencies of target signalflowgraph
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 21%] Building CXX object
>> >> >> >> > Opcodes/CMakeFiles/signalflowgraph.dir/signalflowgraph.cpp.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 22%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/OOps/pstream.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 22%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/OOps/pvfileio.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 22%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/OOps/pvsanal.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 22%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/OOps/random.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 23%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/OOps/remote.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 23%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/OOps/schedule.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > Linking CXX shared library ../libsignalflowgraph.dylib
>> >> >> >> > [ 23%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/OOps/sndinfUG.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 23%] Built target signalflowgraph
>> >> >> >> > Scanning dependencies of target system_call
>> >> >> >> > [ 25%] [ 25%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/OOps/str_ops.c.o
>> >> >> >> > Building C object
>> >> >> >> > Opcodes/CMakeFiles/system_call.dir/system_call.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > Linking C shared library ../libsystem_call.dylib
>> >> >> >> > [ 25%] Built target system_call
>> >> >> >> > Scanning dependencies of target stk-ops
>> >> >> >> > [ 25%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/OOps/ugens1.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 25%] Building CXX object
>> >> >> >> > Opcodes/stk/CMakeFiles/stk-ops.dir/stkOpcodes.cpp.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 25%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/OOps/ugens2.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 26%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/OOps/ugens2a.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 26%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/OOps/ugens3.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 26%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/OOps/ugens4.c.o
>> >> >> >> > Linking CXX shared library ../../libstk.dylib
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 26%] Built target stk-ops
>> >> >> >> > Scanning dependencies of target cmidi
>> >> >> >> > [ 27%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/OOps/ugens5.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 27%] Building C object InOut/CMakeFiles/cmidi.dir/cmidi.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 27%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/OOps/ugens6.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > Linking C shared library ../libcmidi.dylib
>> >> >> >> > [ 27%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/OOps/ugtabs.c.o
>> >> >> >> > [ 27%] Built target cmidi
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > Scanning dependencies of target ipmidi
>> >> >> >> > [ 27%] Building C object InOut/CMakeFiles/ipmidi.dir/ipmidi.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > Linking C shared library ../libipmidi.dylib
>> >> >> >> > [ 27%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/OOps/ugrw1.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 27%] Built target ipmidi
>> >> >> >> > Scanning dependencies of target rtauhal
>> >> >> >> > [ 28%] Building C object
>> >> >> >> > InOut/CMakeFiles/rtauhal.dir/rtauhal.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 29%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/OOps/ugrw2.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 29%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/OOps/vdelay.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > Linking C shared library ../librtauhal.dylib
>> >> >> >> > [ 29%] Built target rtauhal
>> >> >> >> > Scanning dependencies of target virtual
>> >> >> >> > [ 29%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/OOps/compile_ops.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 29%] Building CXX object
>> >> >> >> >
>> >> >> >> > InOut/CMakeFiles/virtual.dir/virtual_keyboard/FLTKKeyboard.cpp.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 30%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/babo.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 30%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/bilbar.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 30%] Building CXX object
>> >> >> >> >
>> >> >> >> >
>> >> >> >> >
>> >> >> >> > InOut/CMakeFiles/virtual.dir/virtual_keyboard/FLTKKeyboardWindow.cpp.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 30%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/compress.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 32%] [ 32%] Building CXX object
>> >> >> >> >
>> >> >> >> >
>> >> >> >> >
>> >> >> >> > InOut/CMakeFiles/virtual.dir/virtual_keyboard/FLTKKeyboardWidget.cpp.o
>> >> >> >> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/eqfil.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 32%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/Vosim.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 32%] [ 32%] Building CXX object
>> >> >> >> >
>> >> >> >> >
>> >> >> >> > InOut/CMakeFiles/virtual.dir/virtual_keyboard/virtual_keyboard.cpp.o
>> >> >> >> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pitch.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 32%] Building CXX object
>> >> >> >> > InOut/CMakeFiles/virtual.dir/virtual_keyboard/Bank.cpp.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 33%] [ 34%] Building CXX object
>> >> >> >> >
>> >> >> >> >
>> >> >> >> > InOut/CMakeFiles/virtual.dir/virtual_keyboard/KeyboardMapping.cpp.o
>> >> >> >> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pitch0.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 34%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/spectra.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 34%] Building CXX object
>> >> >> >> > InOut/CMakeFiles/virtual.dir/virtual_keyboard/Program.cpp.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 34%] Building CXX object
>> >> >> >> > InOut/CMakeFiles/virtual.dir/virtual_keyboard/SliderBank.cpp.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 34%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/ambicode1.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 35%] Building CXX object
>> >> >> >> > InOut/CMakeFiles/virtual.dir/virtual_keyboard/SliderData.cpp.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > Linking CXX shared library ../libvirtual.dylib
>> >> >> >> > [ 36%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/sfont.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 36%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/grain4.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 36%] Built target virtual
>> >> >> >> > Scanning dependencies of target widgets
>> >> >> >> > [ 36%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/hrtferX.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 36%] Building CXX object
>> >> >> >> > InOut/CMakeFiles/widgets.dir/FL_graph.cpp.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 36%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/loscilx.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 36%] Building C object
>> >> >> >> > InOut/CMakeFiles/widgets.dir/winFLTK.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 37%] [ 38%] Building CXX object
>> >> >> >> > InOut/CMakeFiles/widgets.dir/widgets.cpp.o
>> >> >> >> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/minmax.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 38%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/pan2.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 38%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/arrays.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 39%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/phisem.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 39%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/hrtfopcodes.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 39%] Linking CXX shared library ../libwidgets.dylib
>> >> >> >> > Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/stackops.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 39%] Built target widgets
>> >> >> >> > [ 40%] [ 41%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/vbap.c.o
>> >> >> >> > [FLEX][csbeats_SCANNER] Building scanner with flex 2.5.35
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 41%] [BISON][csbeats_PARSER] Building parser with bison 2.3
>> >> >> >> > beats/beats.y: conflicts: 1 reduce/reduce
>> >> >> >> > Scanning dependencies of target csbeats
>> >> >> >> > [ 41%] Building C object
>> >> >> >> > frontends/CMakeFiles/csbeats.dir/beats/main.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 41%] [ 41%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/vbap1.c.o
>> >> >> >> > Building C object
>> >> >> >> > frontends/CMakeFiles/csbeats.dir/beatslex.yy.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 42%] [ 42%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/vbap_n.c.o
>> >> >> >> > Building C object
>> >> >> >> > frontends/CMakeFiles/csbeats.dir/beats.tab.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > Linking C executable ../csbeats
>> >> >> >> > [ 43%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/vbap_zak.c.o
>> >> >> >> > [ 43%] Built target csbeats
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > Scanning dependencies of target stdutil
>> >> >> >> > [ 44%] Building C object util/CMakeFiles/stdutil.dir/atsa.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 44%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/vaops.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 44%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/ugakbari.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 44%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/harmon.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 45%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/pitchtrack.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 45%] Building C object util/CMakeFiles/stdutil.dir/cvanal.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 45%] Building C object util/CMakeFiles/stdutil.dir/dnoise.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 45%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/partikkel.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 46%] Building C object util/CMakeFiles/stdutil.dir/envext.c.o
>> >> >> >> > [ 46%] brew: superenv removed: -I/usr/local/include
>> >> >> >> > -I/tmp/csound-KYls
>> >> >> >> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/shape.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 46%] Building C object
>> >> >> >> > util/CMakeFiles/stdutil.dir/het_export.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 47%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/tabsum.c.o
>> >> >> >> > [ 47%] Building C object
>> >> >> >> > util/CMakeFiles/stdutil.dir/het_import.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 48%] [ 48%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/crossfm.c.o
>> >> >> >> > Building C object util/CMakeFiles/stdutil.dir/hetro.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 48%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/pvlock.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 48%] Building C object util/CMakeFiles/stdutil.dir/lpanal.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 49%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/fareyseq.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 49%] Building C object
>> >> >> >> > util/CMakeFiles/stdutil.dir/lpc_export.c.o
>> >> >> >> > [ 49%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/modmatrix.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 49%] Building C object
>> >> >> >> > util/CMakeFiles/stdutil.dir/lpc_import.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 50%] Building C object util/CMakeFiles/stdutil.dir/mixer.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 50%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/scoreline.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 51%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/modal4.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 51%] Building C object util/CMakeFiles/stdutil.dir/pvanal.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 51%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/physutil.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 51%] Building C object
>> >> >> >> > util/CMakeFiles/stdutil.dir/pv_export.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 51%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/physmod.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 52%] Building C object
>> >> >> >> > util/CMakeFiles/stdutil.dir/pv_import.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 52%] Building C object util/CMakeFiles/stdutil.dir/pvlook.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 52%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/mandolin.c.o
>> >> >> >> > [ 52%] brew: superenv removed: -I/usr/local/include
>> >> >> >> > -I/tmp/csound-KYls
>> >> >> >> > Building C object util/CMakeFiles/stdutil.dir/scale.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 53%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/singwave.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 54%] Building C object
>> >> >> >> > util/CMakeFiles/stdutil.dir/sndinfo.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 54%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/fm4op.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 54%] Building C object util/CMakeFiles/stdutil.dir/srconv.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 54%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/moog1.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 54%] Building C object
>> >> >> >> > util/CMakeFiles/stdutil.dir/std_util.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 55%] Building C object util/CMakeFiles/stdutil.dir/xtrct.c.o
>> >> >> >> > [ 56%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/shaker.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 56%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/bowedbar.c.o
>> >> >> >> > [ 56%] Building C object util/CMakeFiles/stdutil.dir/scope.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 56%] Building C object
>> >> >> >> > util/CMakeFiles/stdutil.dir/__/SDIF/sdif.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 56%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/gab/tabmorph.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > Linking C shared library ../libstdutil.dylib
>> >> >> >> > [ 57%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/gab/hvs.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 57%] Built target stdutil
>> >> >> >> > Scanning dependencies of target sdif2ad
>> >> >> >> > [ 58%] Building C object
>> >> >> >> > SDIF/CMakeFiles/sdif2ad.dir/sdif2adsyn.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 58%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/gab/sliderTable.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 58%] Building C object SDIF/CMakeFiles/sdif2ad.dir/sdif.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 58%] Building C object
>> >> >> >> > SDIF/CMakeFiles/sdif2ad.dir/sdif-mem.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 58%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/gab/newgabopc.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > Linking C executable ../sdif2ad
>> >> >> >> > [ 58%] Built target sdif2ad
>> >> >> >> > [ 59%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/ftest.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 59%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/hrtfearly.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 59%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/hrtfreverb.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 59%] [ 60%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/cpumeter.c.o
>> >> >> >> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/gendy.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 60%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/tl/sc_noise.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 60%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/Top/argdecode.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 61%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/Top/cscore_internal.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 61%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/Top/cscorfns.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 61%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/Top/csmodule.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 62%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/Top/csound.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 62%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/Top/getstring.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 62%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/Top/main.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 63%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/Top/new_opts.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 63%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/Top/one_file.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 63%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/Top/opcode.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 63%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/Top/threads.c.o
>> >> >> >> > [ 64%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/Top/utility.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 64%] [ 64%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/Top/threadsafe.c.o
>> >> >> >> > Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/ambicode.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 65%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/bbcut.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 65%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/biquad.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 65%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/butter.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 66%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/clfilt.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 66%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/cross2.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 66%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/dam.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 67%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/dcblockr.c.o
>> >> >> >> > [ 67%] brew: superenv removed: -I/usr/local/include
>> >> >> >> > -I/tmp/csound-KYls
>> >> >> >> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/filter.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 67%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/flanger.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 67%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/follow.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 68%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/fout.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 68%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/freeverb.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 68%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/ftconv.c.o
>> >> >> >> > [ 69%] brew: superenv removed: -I/usr/local/include
>> >> >> >> > -I/tmp/csound-KYls
>> >> >> >> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ftgen.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 69%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/gab/gab.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 69%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/gab/vectorial.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 70%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/grain.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 70%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/locsig.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 70%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/lowpassr.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 71%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/metro.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 71%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/midiops2.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 71%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/midiops3.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 72%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/newfils.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 72%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/nlfilt.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 72%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/oscbnk.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 72%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/pluck.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 73%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/repluck.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 73%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/reverbsc.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 73%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/seqtime.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 74%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/sndloop.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 74%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/sndwarp.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 74%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/space.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 75%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/spat3d.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 75%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/syncgrain.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 75%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/ugens7.c.o
>> >> >> >> > [ 76%] brew: superenv removed: -I/usr/local/include
>> >> >> >> > -I/tmp/csound-KYls
>> >> >> >> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ugens9.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 76%] [ 76%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/uggab.c.o
>> >> >> >> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ugensa.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 76%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/ugmoss.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 77%] [ 77%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/ugnorman.c.o
>> >> >> >> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ugsc.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 77%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/wave-terrain.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 78%] [ 78%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/stdopcod.c.o
>> >> >> >> > Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/socksend.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 78%] [ 79%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/sockrecv.c.o
>> >> >> >> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ifd.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 79%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/partials.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 79%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/psynth.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 80%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/pvsbasic.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 80%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/pvscent.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 80%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/pvsdemix.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 80%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/pvs_ops.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 81%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/pvsband.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 81%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/pvsbuffer.c.o
>> >> >> >> > [ 81%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/pvsgendy.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 82%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/dsputil.c.o
>> >> >> >> > [ 82%] brew: superenv removed: -I/usr/local/include
>> >> >> >> > -I/tmp/csound-KYls
>> >> >> >> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pvadd.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 82%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/pvinterp.c.o
>> >> >> >> > [ 83%] brew: superenv removed: -I/usr/local/include
>> >> >> >> > -I/tmp/csound-KYls
>> >> >> >> > Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/pvocext.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 83%] [ 83%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/pvread.c.o
>> >> >> >> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ugens8.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 84%] [ 84%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/vpvoc.c.o
>> >> >> >> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pvoc.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 84%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/mp3in.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 84%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/InOut/libmpadec/layer1.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 85%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/InOut/libmpadec/layer2.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 85%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/InOut/libmpadec/layer3.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 85%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/InOut/libmpadec/synth.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 86%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/InOut/libmpadec/tables.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 86%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/InOut/libmpadec/mpadec.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 86%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/InOut/libmpadec/mp3dec.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 87%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/csound_orclex.c.o
>> >> >> >> > [ 87%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/csound_orcparse.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 87%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/csound_prelex.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 88%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/Engine/csound_orc_semantics.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 88%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/Engine/csound_orc_expressions.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 88%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/Engine/csound_orc_optimize.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 88%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/Engine/csound_orc_compile.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 89%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/Engine/new_orc_parser.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 89%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/Engine/symbtab.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 89%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/Engine/cs_new_dispatch.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 90%] Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/Engine/cs_par_base.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 90%] Building C object
>> >> >> >> >
>> >> >> >> > CMakeFiles/CsoundLib64.dir/Engine/cs_par_orc_semantic_analysis.c.o
>> >> >> >> > [ 90%] brew: superenv removed: -I/usr/local/include
>> >> >> >> > -I/tmp/csound-KYls
>> >> >> >> > Building C object
>> >> >> >> > CMakeFiles/CsoundLib64.dir/Engine/cs_par_dispatch.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > Copying OS X content
>> >> >> >> > CsoundLib64.framework/Versions/6.0/Headers/CppSound.hpp
>> >> >> >> > Copying OS X content
>> >> >> >> > CsoundLib64.framework/Versions/6.0/Headers/CsoundFile.hpp
>> >> >> >> > Copying OS X content
>> >> >> >> > CsoundLib64.framework/Versions/6.0/Headers/OpcodeBase.hpp
>> >> >> >> > Copying OS X content
>> >> >> >> > CsoundLib64.framework/Versions/6.0/Headers/cfgvar.h
>> >> >> >> > Copying OS X content
>> >> >> >> > CsoundLib64.framework/Versions/6.0/Headers/csPerfThread.hpp
>> >> >> >> > Copying OS X content
>> >> >> >> > CsoundLib64.framework/Versions/6.0/Headers/cscore.h
>> >> >> >> > Copying OS X content
>> >> >> >> > CsoundLib64.framework/Versions/6.0/Headers/csdl.h
>> >> >> >> > Copying OS X content
>> >> >> >> > CsoundLib64.framework/Versions/6.0/Headers/csound.h
>> >> >> >> > Copying OS X content
>> >> >> >> > CsoundLib64.framework/Versions/6.0/Headers/csound.hpp
>> >> >> >> > Copying OS X content
>> >> >> >> > CsoundLib64.framework/Versions/6.0/Headers/csoundCore.h
>> >> >> >> > Copying OS X content
>> >> >> >> >
>> >> >> >> >
>> >> >> >> > CsoundLib64.framework/Versions/6.0/Headers/csound_data_structures.h
>> >> >> >> > Copying OS X content
>> >> >> >> >
>> >> >> >> > CsoundLib64.framework/Versions/6.0/Headers/csound_standard_types.h
>> >> >> >> > Copying OS X content
>> >> >> >> > CsoundLib64.framework/Versions/6.0/Headers/csound_type_system.h
>> >> >> >> > Copying OS X content
>> >> >> >> > CsoundLib64.framework/Versions/6.0/Headers/cwindow.h
>> >> >> >> > Copying OS X content
>> >> >> >> >
>> >> >> >> > CsoundLib64.framework/Versions/6.0/Headers/float-version-double.h
>> >> >> >> > Copying OS X content
>> >> >> >> > CsoundLib64.framework/Versions/6.0/Headers/filebuilding.h
>> >> >> >> > Copying OS X content
>> >> >> >> > CsoundLib64.framework/Versions/6.0/Headers/interlocks.h
>> >> >> >> > Copying OS X content
>> >> >> >> > CsoundLib64.framework/Versions/6.0/Headers/float-version.h
>> >> >> >> > Copying OS X content
>> >> >> >> > CsoundLib64.framework/Versions/6.0/Headers/pstream.h
>> >> >> >> > Copying OS X content
>> >> >> >> > CsoundLib64.framework/Versions/6.0/Headers/msg_attr.h
>> >> >> >> > Copying OS X content
>> >> >> >> > CsoundLib64.framework/Versions/6.0/Headers/pvfileio.h
>> >> >> >> > Copying OS X content
>> >> >> >> > CsoundLib64.framework/Versions/6.0/Headers/soundio.h
>> >> >> >> > Copying OS X content
>> >> >> >> > CsoundLib64.framework/Versions/6.0/Headers/sysdep.h
>> >> >> >> > Copying OS X content
>> >> >> >> > CsoundLib64.framework/Versions/6.0/Headers/text.h
>> >> >> >> > Copying OS X content
>> >> >> >> > CsoundLib64.framework/Versions/6.0/Headers/version.h
>> >> >> >> > Linking C shared library
>> >> >> >> > CsoundLib64.framework/Versions/6.0/CsoundLib64
>> >> >> >> > [ 90%] Built target CsoundLib64
>> >> >> >> > Scanning dependencies of target csladspa
>> >> >> >> > Scanning dependencies of target libcsnd
>> >> >> >> > [ 90%] Building CXX object
>> >> >> >> > frontends/CMakeFiles/csladspa.dir/csladspa/csladspa.cpp.o
>> >> >> >> > [ 91%] brew: superenv removed: -I/usr/local/include
>> >> >> >> > -I/tmp/csound-KYls
>> >> >> >> > Building CXX object
>> >> >> >> > interfaces/CMakeFiles/libcsnd.dir/CppSound.cpp.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 91%] Building CXX object
>> >> >> >> > interfaces/CMakeFiles/libcsnd.dir/CsoundFile.cpp.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > Linking CXX shared library ../csladspa.dylib
>> >> >> >> > [ 91%] Built target csladspa
>> >> >> >> > Scanning dependencies of target csound-bin
>> >> >> >> > [ 91%] Building C object
>> >> >> >> > frontends/CMakeFiles/csound-bin.dir/csound/csound_main.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > Linking C executable ../csound
>> >> >> >> > [ 91%] Built target csound-bin
>> >> >> >> > Scanning dependencies of target atsa
>> >> >> >> > [ 91%] Building C object util/CMakeFiles/atsa.dir/atsa_main.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > Linking C executable ../atsa
>> >> >> >> > [ 91%] Building CXX object
>> >> >> >> > interfaces/CMakeFiles/libcsnd.dir/Soundfile.cpp.o
>> >> >> >> > [ 91%] brew: superenv removed: -I/usr/local/include
>> >> >> >> > -I/tmp/csound-KYls
>> >> >> >> > Built target atsa
>> >> >> >> > [ 91%] Building CXX object
>> >> >> >> > interfaces/CMakeFiles/libcsnd.dir/csPerfThread.cpp.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > [ 92%] [ 92%] Building CXX object
>> >> >> >> > interfaces/CMakeFiles/libcsnd.dir/cs_glue.cpp.o
>> >> >> >> > Building CXX object
>> >> >> >> > interfaces/CMakeFiles/libcsnd.dir/filebuilding.cpp.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > Scanning dependencies of target csanalyze
>> >> >> >> > [ 92%] Building C object
>> >> >> >> > util/CMakeFiles/csanalyze.dir/csanalyze.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > Linking C executable ../csanalyze
>> >> >> >> > Linking CXX shared library ../libcsnd.dylib
>> >> >> >> > [ 92%] Built target csanalyze
>> >> >> >> > [ 92%] Built target libcsnd
>> >> >> >> > Scanning dependencies of target cvanal
>> >> >> >> > Scanning dependencies of target dnoise
>> >> >> >> > [ 92%] [ 93%] Building C object
>> >> >> >> > util/CMakeFiles/dnoise.dir/dnoise_main.c.o
>> >> >> >> > Building C object util/CMakeFiles/cvanal.dir/cvl_main.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > Linking C executable ../dnoise
>> >> >> >> > Linking C executable ../cvanal
>> >> >> >> > [ 93%] Built target dnoise
>> >> >> >> > [ 93%] Built target cvanal
>> >> >> >> > Scanning dependencies of target envext
>> >> >> >> > Scanning dependencies of target extractor
>> >> >> >> > [ 93%] [ 93%] Building C object
>> >> >> >> > util/CMakeFiles/envext.dir/env_main.c.o
>> >> >> >> > Building C object util/CMakeFiles/extractor.dir/xtrc_main.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > Linking C executable ../envext
>> >> >> >> > Linking C executable ../extractor
>> >> >> >> > [ 93%] Built target extractor
>> >> >> >> > [ 93%] Built target envext
>> >> >> >> > Scanning dependencies of target het_export
>> >> >> >> > Scanning dependencies of target het_import
>> >> >> >> > [ 93%] [ 93%] Building C object
>> >> >> >> > util/CMakeFiles/het_export.dir/hetx_main.c.o
>> >> >> >> > Building C object util/CMakeFiles/het_import.dir/heti_main.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > Linking C executable ../het_export
>> >> >> >> > Linking C executable ../het_import
>> >> >> >> > [ 93%] [ 93%] Built target het_import
>> >> >> >> > Built target het_export
>> >> >> >> > Scanning dependencies of target lpanal
>> >> >> >> > Scanning dependencies of target hetro
>> >> >> >> > [ 93%] Building C object
>> >> >> >> > util/CMakeFiles/lpanal.dir/lpc_main.c.o
>> >> >> >> > [ 94%] brew: superenv removed: -I/usr/local/include
>> >> >> >> > -I/tmp/csound-KYls
>> >> >> >> > Building C object util/CMakeFiles/hetro.dir/het_main.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > Linking C executable ../lpanal
>> >> >> >> > Linking C executable ../hetro
>> >> >> >> > [ 94%] Built target lpanal
>> >> >> >> > [ 94%] Built target hetro
>> >> >> >> > Scanning dependencies of target lpc_export
>> >> >> >> > Scanning dependencies of target lpc_import
>> >> >> >> > [ 95%] Building C object
>> >> >> >> > util/CMakeFiles/lpc_export.dir/lpcx_main.c.o
>> >> >> >> > [ 95%] Building C object
>> >> >> >> > util/CMakeFiles/lpc_import.dir/lpci_main.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > Linking C executable ../lpc_export
>> >> >> >> > Linking C executable ../lpc_import
>> >> >> >> > [ 95%] Built target lpc_export
>> >> >> >> > [ 95%] Built target lpc_import
>> >> >> >> > Scanning dependencies of target mixer-bin
>> >> >> >> > Scanning dependencies of target pv_export
>> >> >> >> > [ 95%] [ 95%] Building C object
>> >> >> >> > util/CMakeFiles/mixer-bin.dir/mixer_main.c.o
>> >> >> >> > Building C object util/CMakeFiles/pv_export.dir/pvx_main.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > Linking C executable ../pv_export
>> >> >> >> > Linking C executable ../mixer
>> >> >> >> > [ 95%] Built target pv_export
>> >> >> >> > [ 95%] Built target mixer-bin
>> >> >> >> > Scanning dependencies of target pvanal
>> >> >> >> > Scanning dependencies of target pv_import
>> >> >> >> > [ 95%] [ 96%] Building C object
>> >> >> >> > util/CMakeFiles/pvanal.dir/pvc_main.c.o
>> >> >> >> > Building C object util/CMakeFiles/pv_import.dir/pvi_main.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > Linking C executable ../pvanal
>> >> >> >> > Linking C executable ../pv_import
>> >> >> >> > [ 96%] Built target pvanal
>> >> >> >> > [ 96%] Built target pv_import
>> >> >> >> > Scanning dependencies of target scale
>> >> >> >> > Scanning dependencies of target pvlook
>> >> >> >> > [ 96%] [ 96%] Building C object
>> >> >> >> > util/CMakeFiles/scale.dir/scale_main.c.o
>> >> >> >> > Building C object util/CMakeFiles/pvlook.dir/pvl_main.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > Linking C executable ../pvlook
>> >> >> >> > Linking C executable ../scale
>> >> >> >> > [ 96%] Built target pvlook
>> >> >> >> > [ 96%] Built target scale
>> >> >> >> > Scanning dependencies of target scope
>> >> >> >> > Scanning dependencies of target sndinfo
>> >> >> >> > [ 96%] [ 96%] Building C object
>> >> >> >> > util/CMakeFiles/scope.dir/scope_main.c.o
>> >> >> >> > Building C object util/CMakeFiles/sndinfo.dir/sndinfo_main.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > Linking C executable ../sndinfo
>> >> >> >> > Linking C executable ../scope
>> >> >> >> > [ 96%] Built target scope
>> >> >> >> > [ 96%] Built target sndinfo
>> >> >> >> > Scanning dependencies of target srconv
>> >> >> >> > Scanning dependencies of target extract
>> >> >> >> > [ 97%] [ 97%] Building C object
>> >> >> >> > util/CMakeFiles/srconv.dir/srconv_main.c.o
>> >> >> >> > Building C object util1/CMakeFiles/extract.dir/sortex/xmain.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > Linking C executable ../extract
>> >> >> >> > Linking C executable ../srconv
>> >> >> >> > [ 97%] Built target extract
>> >> >> >> > [ 97%] Built target srconv
>> >> >> >> > [ 98%] Scanning dependencies of target scsort
>> >> >> >> > Swig source
>> >> >> >> > [ 98%] Building C object
>> >> >> >> > util1/CMakeFiles/scsort.dir/sortex/smain.c.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > Language subdirectory: python
>> >> >> >> > Search paths:
>> >> >> >> >    ./
>> >> >> >> >    /usr/local/include/
>> >> >> >> >    /tmp/csound-KYls/./H/
>> >> >> >> >    /tmp/csound-KYls/./include/
>> >> >> >> >    /tmp/csound-KYls/./Engine/
>> >> >> >> >    /tmp/csound-KYls/./
>> >> >> >> >    /tmp/csound-KYls/
>> >> >> >> >    /tmp/csound-KYls/interfaces/
>> >> >> >> >    /System/Library/Frameworks/Python.framework/Headers/
>> >> >> >> >    ./swig_lib/python/
>> >> >> >> >    /usr/local/Cellar/swig/2.0.9/share/swig/2.0.9/python/
>> >> >> >> >    ./swig_lib/
>> >> >> >> >    /usr/local/Cellar/swig/2.0.9/share/swig/2.0.9/
>> >> >> >> > Preprocessing...
>> >> >> >> > Linking C executable ../scsort
>> >> >> >> > [ 98%] Built target scsort
>> >> >> >> > [ 98%] Swig source
>> >> >> >> > Language subdirectory: java
>> >> >> >> > Search paths:
>> >> >> >> >    ./
>> >> >> >> >    /usr/local/include/
>> >> >> >> >    /tmp/csound-KYls/./H/
>> >> >> >> >    /tmp/csound-KYls/./include/
>> >> >> >> >    /tmp/csound-KYls/./Engine/
>> >> >> >> >    /tmp/csound-KYls/./
>> >> >> >> >    /tmp/csound-KYls/
>> >> >> >> >    /tmp/csound-KYls/interfaces/
>> >> >> >> >    /System/Library/Frameworks/Python.framework/Headers/
>> >> >> >> >    /System/Library/Frameworks/JavaVM.framework/Headers/
>> >> >> >> >    /System/Library/Frameworks/JavaVM.framework/Headers/
>> >> >> >> >    /System/Library/Frameworks/JavaVM.framework/Headers/
>> >> >> >> >    ./swig_lib/java/
>> >> >> >> >    /usr/local/Cellar/swig/2.0.9/share/swig/2.0.9/java/
>> >> >> >> >    ./swig_lib/
>> >> >> >> >    /usr/local/Cellar/swig/2.0.9/share/swig/2.0.9/
>> >> >> >> > Preprocessing...
>> >> >> >> > Starting language-specific parse...
>> >> >> >> > Processing types...
>> >> >> >> > C++ analysis...
>> >> >> >> > Generating wrappers...
>> >> >> >> > Starting language-specific parse...
>> >> >> >> > /tmp/csound-KYls/./include/csound.h:519: Warning 451: Setting a
>> >> >> >> > const
>> >> >> >> > char *
>> >> >> >> > variable may leak memory.
>> >> >> >> > Processing types...
>> >> >> >> > C++ analysis...
>> >> >> >> > Generating wrappers...
>> >> >> >> > /tmp/csound-KYls/./include/csound.h:519: Warning 451: Setting a
>> >> >> >> > const
>> >> >> >> > char *
>> >> >> >> > variable may leak memory.
>> >> >> >> > cs_glue.hpp:505: Warning 473: Returning a pointer or reference
>> >> >> >> > in
>> >> >> >> > a
>> >> >> >> > director
>> >> >> >> > method is not recommended.
>> >> >> >> > CppSound.hpp:36: Warning 453: Can't apply (std::vector< double
>> >> >> >> > >
>> >> >> >> > *INPUT). No
>> >> >> >> > typemaps are defined.
>> >> >> >> > CppSound.hpp:52: Warning 813: Warning for CppSound proxy: Base
>> >> >> >> > CsoundFile
>> >> >> >> > ignored. Multiple inheritance is not supported in Java.
>> >> >> >> > cs_glue.hpp:505: Warning 473: Returning a pointer or reference
>> >> >> >> > in
>> >> >> >> > a
>> >> >> >> > director
>> >> >> >> > method is not recommended.
>> >> >> >> > Scanning dependencies of target _jcsound6
>> >> >> >> > [ 99%] Building CXX object
>> >> >> >> >
>> >> >> >> > interfaces/CMakeFiles/_jcsound6.dir/java_interfaceJAVA_wrap.cxx.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > CppSound.hpp:36: Warning 453: Can't apply (std::vector< double
>> >> >> >> > >
>> >> >> >> > *INPUT). No
>> >> >> >> > typemaps are defined.
>> >> >> >> > Scanning dependencies of target _csnd6
>> >> >> >> > [ 99%] Building CXX object
>> >> >> >> >
>> >> >> >> > interfaces/CMakeFiles/_csnd6.dir/python_interfacePYTHON_wrap.cxx.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > Linking CXX shared module ../lib_jcsound6.jnilib
>> >> >> >> > Building JAVA package csnd6.jar
>> >> >> >> > Linking CXX shared module ../_csnd6.so
>> >> >> >> > [ 99%] Built target _csnd6
>> >> >> >> > [ 99%] [ 99%] Built target _jcsound6
>> >> >> >> > Swig source
>> >> >> >> > Language subdirectory: lua
>> >> >> >> > Search paths:
>> >> >> >> >    ./
>> >> >> >> >    /usr/local/include/
>> >> >> >> >    /tmp/csound-KYls/./H/
>> >> >> >> >    /tmp/csound-KYls/./include/
>> >> >> >> >    /tmp/csound-KYls/./Engine/
>> >> >> >> >    /tmp/csound-KYls/./
>> >> >> >> >    /tmp/csound-KYls/
>> >> >> >> >    /tmp/csound-KYls/interfaces/
>> >> >> >> >    /System/Library/Frameworks/Python.framework/Headers/
>> >> >> >> >    /System/Library/Frameworks/JavaVM.framework/Headers/
>> >> >> >> >    /System/Library/Frameworks/JavaVM.framework/Headers/
>> >> >> >> >    /System/Library/Frameworks/JavaVM.framework/Headers/
>> >> >> >> >    /usr/local/include/
>> >> >> >> >    ./swig_lib/lua/
>> >> >> >> >    /usr/local/Cellar/swig/2.0.9/share/swig/2.0.9/lua/
>> >> >> >> >    ./swig_lib/
>> >> >> >> >    /usr/local/Cellar/swig/2.0.9/share/swig/2.0.9/
>> >> >> >> > Preprocessing...
>> >> >> >> > Starting language-specific parse...
>> >> >> >> > Processing types...
>> >> >> >> > C++ analysis...
>> >> >> >> > Generating wrappers...
>> >> >> >> > /tmp/csound-KYls/./include/csound.h:519: Warning 451: Setting a
>> >> >> >> > const
>> >> >> >> > char *
>> >> >> >> > variable may leak memory.
>> >> >> >> > CppSound.hpp:36: Warning 453: Can't apply (std::vector< double
>> >> >> >> > >
>> >> >> >> > *INPUT). No
>> >> >> >> > typemaps are defined.
>> >> >> >> > Scanning dependencies of target luaCsnd6
>> >> >> >> > [100%] Building CXX object
>> >> >> >> > interfaces/CMakeFiles/luaCsnd6.dir/lua_interfaceLUA_wrap.cxx.o
>> >> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> >> >> > Linking CXX shared module ../luaCsnd6.so
>> >> >> >> > [100%] Built target luaCsnd6
>> >> >> >> > Install the project...
>> >> >> >> > -- Install configuration: "None"
>> >> >> >> > -- Installing:
>> >> >> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework
>> >> >> >> > -- Up-to-date:
>> >> >> >> >
>> >> >> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/CsoundLib64
>> >> >> >> > -- Up-to-date:
>> >> >> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Headers
>> >> >> >> > -- Up-to-date:
>> >> >> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Resources
>> >> >> >> > -- Installing:
>> >> >> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions
>> >> >> >> > -- Installing:
>> >> >> >> >
>> >> >> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0
>> >> >> >> > -- Installing:
>> >> >> >> >
>> >> >> >> >
>> >> >> >> >
>> >> >> >> >
>> >> >> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/CsoundLib64
>> >> >> >> > -- Installing:
>> >> >> >> >
>> >> >> >> >
>> >> >> >> >
>> >> >> >> >
>> >> >> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers
>> >> >> >> > -- Installing:
>> >> >> >> >
>> >> >> >> >
>> >> >> >> >
>> >> >> >> >
>> >> >> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/cfgvar.h
>> >> >> >> > -- Installing:
>> >> >> >> >
>> >> >> >> >
>> >> >> >> >
>> >> >> >> >
>> >> >> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/CppSound.hpp
>> >> >> >> > -- Installing:
>> >> >> >> >
>> >> >> >> >
>> >> >> >> >
>> >> >> >> >
>> >> >> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/cscore.h
>> >> >> >> > -- Installing:
>> >> >> >> >
>> >> >> >> >
>> >> >> >> >
>> >> >> >> >
>> >> >> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/csdl.h
>> >> >> >> > -- Installing:
>> >> >> >> >
>> >> >> >> >
>> >> >> >> >
>> >> >> >> >
>> >> >> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/csound.h
>> >> >> >> > -- Installing:
>> >> >> >> >
>> >> >> >> >
>> >> >> >> >
>> >> >> >> >
>> >> >> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/csound.hpp
>> >> >> >> > -- Installing:
>> >> >> >> >
>> >> >> >> >
>> >> >> >> >
>> >> >> >> >
>> >> >> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/csound_data_structures.h
>> >> >> >> > -- Installing:
>> >> >> >> >
>> >> >> >> >
>> >> >> >> >
>> >> >> >> >
>> >> >> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/csound_standard_types.h
>> >> >> >> > -- Installing:
>> >> >> >> >
>> >> >> >> >
>> >> >> >> >
>> >> >> >> >
>> >> >> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/csound_type_system.h
>> >> >> >> > -- Installing:
>> >> >> >> >
>> >> >> >> >
>> >> >> >> >
>> >> >> >> >
>> >> >> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/csoundCore.h
>> >> >> >> > -- Installing:
>> >> >> >> >
>> >> >> >> >
>> >> >> >> >
>> >> >> >> >
>> >> >> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/CsoundFile.hpp
>> >> >> >> > -- Installing:
>> >> >> >> >
>> >> >> >> >
>> >> >> >> >
>> >> >> >> >
>> >> >> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/csPerfThread.hpp
>> >> >> >> > -- Installing:
>> >> >> >> >
>> >> >> >> >
>> >> >> >> >
>> >> >> >> >
>> >> >> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/cwindow.h
>> >> >> >> > -- Installing:
>> >> >> >> >
>> >> >> >> >
>> >> >> >> >
>> >> >> >> >
>> >> >> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/filebuilding.h
>> >> >> >> > -- Installing:
>> >> >> >> >
>> >> >> >> >
>> >> >> >> >
>> >> >> >> >
>> >> >> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/float-version-double.h
>> >> >> >> > -- Installing:
>> >> >> >> >
>> >> >> >> >
>> >> >> >> >
>> >> >> >> >
>> >> >> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/float-version.h
>> >> >> >> > -- Installing:
>> >> >> >> >
>> >> >> >> >
>> >> >> >> >
>> >> >> >> >
>> >> >> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/interlocks.h
>> >> >> >> > -- Installing:
>> >> >> >> >
>> >> >> >> >
>> >> >> >> >
>> >> >> >> >
>> >> >> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/msg_attr.h
>> >> >> >> > -- Installing:
>> >> >> >> >
>> >> >> >> >
>> >> >> >> >
>> >> >> >> >
>> >> >> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/OpcodeBase.hpp
>> >> >> >> > -- Installing:
>> >> >> >> >
>> >> >> >> >
>> >> >> >> >
>> >> >> >> >
>> >> >> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/pstream.h
>> >> >> >> > -- Installing:
>> >> >> >> >
>> >> >> >> >
>> >> >> >> >
>> >> >> >> >
>> >> >> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/pvfileio.h
>> >> >> >> > -- Installing:
>> >> >> >> >
>> >> >> >> >
>> >> >> >> >
>> >> >> >> >
>> >> >> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/soundio.h
>> >> >> >> > -- Installing:
>> >> >> >> >
>> >> >> >> >
>> >> >> >> >
>> >> >> >> >
>> >> >> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/sysdep.h
>> >> >> >> > -- Installing:
>> >> >> >> >
>> >> >> >> >
>> >> >> >> >
>> >> >> >> >
>> >> >> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/text.h
>> >> >> >> > -- Installing:
>> >> >> >> >
>> >> >> >> >
>> >> >> >> >
>> >> >> >> >
>> >> >> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/version.h
>> >> >> >> > -- Installing:
>> >> >> >> >
>> >> >> >> >
>> >> >> >> >
>> >> >> >> >
>> >> >> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources
>> >> >> >> > -- Installing:
>> >> >> >> >
>> >> >> >> >
>> >> >> >> >
>> >> >> >> >
>> >> >> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Info.plist
>> >> >> >> > -- Up-to-date:
>> >> >> >> >
>> >> >> >> >
>> >> >> >> >
>> >> >> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/Current
>> >> >> >> > -- Installing:
>> >> >> >> >
>> >> >> >> >
>> >> >> >> >
>> >> >> >> >
>> >> >> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libmixer.dylib
>> >> >> >> > -- Installing:
>> >> >> >> >
>> >> >> >> >
>> >> >> >> >
>> >> >> >> >
>> >> >> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libsignalflowgraph.dylib
>> >> >> >> > -- Installing:
>> >> >> >> >
>> >> >> >> >
>> >> >> >> >
>> >> >> >> >
>> >> >> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libampmidid.dylib
>> >> >> >> > -- Installing:
>> >> >> >> >
>> >> >> >> >
>> >> >> >> >
>> >> >> >> >
>> >> >> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libcs_date.dylib
>> >> >> >> > -- Installing:
>> >> >> >> >
>> >> >> >> >
>> >> >> >> >
>> >> >> >> >
>> >> >> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libsystem_call.dylib
>> >> >> >> > -- Installing:
>> >> >> >> >
>> >> >> >> >
>> >> >> >> >
>> >> >> >> >
>> >> >> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libdoppler.dylib
>> >> >> >> > -- Installing:
>> >> >> >> >
>> >> >> >> >
>> >> >> >> >
>> >> >> >> >
>> >> >> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libfractalnoise.dylib
>> >> >> >> > -- Installing:
>> >> >> >> >
>> >> >> >> >
>> >> >> >> >
>> >> >> >> >
>> >> >> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libfareygen.dylib
>> >> >> >> > -- Installing:
>> >> >> >> >
>> >> >> >> >
>> >> >> >> >
>> >> >> >> >
>> >> >> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libcellular.dylib
>> >> >> >> > -- Installing:
>> >> >> >> >
>> >> >> >> >
>> >> >> >> >
>> >> >> >> >
>> >> >> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libserial.dylib
>> >> >> >> > -- Installing:
>> >> >> >> >
>> >> >> >> >
>> >> >> >> >
>> >> >> >> >
>> >> >> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libplaterev.dylib
>> >> >> >> > -- Installing:
>> >> >> >> >
>> >> >> >> >
>> >> >> >> >
>> >> >> >> >
>> >> >> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libscansyn.dylib
>> >> >> >> > -- Installing:
>> >> >> >> >
>> >> >> >> >
>> >> >> >> >
>> >> >> >> >
>> >> >> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libcontrol.dylib
>> >> >> >> > -- Installing:
>> >> >> >> >
>> >> >> >> >
>> >> >> >> >
>> >> >> >> >
>> >> >> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libchua.dylib
>> >> >> >> > -- Installing:
>> >> >> >> >
>> >> >> >> >
>> >> >> >> >
>> >> >> >> >
>> >> >> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libosc.dylib
>> >> >> >> > -- Installing:
>> >> >> >> >
>> >> >> >> >
>> >> >> >> >
>> >> >> >> >
>> >> >> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libimage.dylib
>> >> >> >> > -- Installing:
>> >> >> >> >
>> >> >> >> >
>> >> >> >> >
>> >> >> >> >
>> >> >> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libpy.dylib
>> >> >> >> > -- Installing:
>> >> >> >> >
>> >> >> >> >
>> >> >> >> >
>> >> >> >> >
>> >> >> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libstk.dylib
>> >> >> >> > -- Installing:
>> >> >> >> >
>> >> >> >> >
>> >> >> >> >
>> >> >> >> >
>> >> >> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libcmidi.dylib
>> >> >> >> > -- Installing:
>> >> >> >> >
>> >> >> >> >
>> >> >> >> >
>> >> >> >> >
>> >> >> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/librtauhal.dylib
>> >> >> >> > -- Installing:
>> >> >> >> >
>> >> >> >> >
>> >> >> >> >
>> >> >> >> >
>> >> >> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libipmidi.dylib
>> >> >> >> > -- Installing:
>> >> >> >> >
>> >> >> >> >
>> >> >> >> >
>> >> >> >> >
>> >> >> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libwidgets.dylib
>> >> >> >> > -- Installing:
>> >> >> >> >
>> >> >> >> >
>> >> >> >> >
>> >> >> >> >
>> >> >> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libvirtual.dylib
>> >> >> >> > -- Installing:
>> >> >> >> > /usr/local/Cellar/csound/HEAD/lib/libcsnd.6.0.dylib
>> >> >> >> > -- Installing: /usr/local/Cellar/csound/HEAD/lib/libcsnd.dylib
>> >> >> >> > -- Installing: /Library/Python/2.7/site-packages/_csnd6.so
>> >> >> >> > CMake Error at interfaces/cmake_install.cmake:61 (FILE):
>> >> >> >> >   file INSTALL cannot copy file "/tmp/csound-KYls/_csnd6.so" to
>> >> >> >> >   "/Library/Python/2.7/site-packages/_csnd6.so".
>> >> >> >> > Call Stack (most recent call first):
>> >> >> >> >   cmake_install.cmake:56 (INCLUDE)
>> >> >> >> >
>> >> >> >> >
>> >> >> >> > make: *** [install] Error 1
>> >> >> >> > ==> Configuration
>> >> >> >> > HOMEBREW_VERSION: 0.9.4
>> >> >> >> > HEAD: 38629e1de84d5b8f020e02ebe3ca3430a47080ef
>> >> >> >> > CPU: dual-core 64-bit penryn
>> >> >> >> > OS X: 10.8.3-x86_64
>> >> >> >> > Xcode: 4.6.2
>> >> >> >> > CLT: 4.6.0.0.1.1365549073
>> >> >> >> > X11: 2.7.4 => /opt/X11
>> >> >> >> > ==> ENV
>> >> >> >> > CC: cc
>> >> >> >> > CXX: c++
>> >> >> >> > MAKEFLAGS: -j2
>> >> >> >> > CMAKE_PREFIX_PATH: /usr/local
>> >> >> >> > CMAKE_INCLUDE_PATH:
>> >> >> >> >
>> >> >> >> >
>> >> >> >> >
>> >> >> >> >
>> >> >> >> > /usr/include/libxml2:/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers/
>> >> >> >> > CMAKE_LIBRARY_PATH:
>> >> >> >> >
>> >> >> >> >
>> >> >> >> >
>> >> >> >> > /System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
>> >> >> >> > PKG_CONFIG_PATH:
>> >> >> >> >
>> >> >> >> >
>> >> >> >> >
>> >> >> >> >
>> >> >> >> > /usr/local/opt/pcre/lib/pkgconfig:/usr/local/opt/libsndfile/lib/pkgconfig:/usr/local/opt/portaudio/lib/pkgconfig:/usr/local/opt/liblo/lib/pkgconfig:/usr/local/opt/libpng/lib/pkgconfig
>> >> >> >> > PKG_CONFIG_LIBDIR:
>> >> >> >> > /usr/lib/pkgconfig:/usr/local/Library/ENV/pkgconfig/10.8
>> >> >> >> > ACLOCAL_PATH: /usr/local/share/aclocal
>> >> >> >> > OBJC: cc
>> >> >> >> > PATH:
>> >> >> >> >
>> >> >> >> >
>> >> >> >> >
>> >> >> >> >
>> >> >> >> > /usr/local/Library/ENV/4.3:/usr/local/opt/cmake/bin:/usr/local/opt/pcre/bin:/usr/local/opt/swig/bin:/usr/local/opt/libsndfile/bin:/usr/local/opt/liblo/bin:/usr/local/opt/libpng/bin:/usr/local/opt/stk/bin:/usr/local/opt/jpeg/bin:/usr/local/opt/fltk/bin:/usr/bin:/bin:/usr/sbin:/sbin
>> >> >> >> >
>> >> >> >> > Error: csound did not build
>> >> >> >> > Logs:
>> >> >> >> > /Users/eddyc/Library/Logs/Homebrew/csound/CMakeCache.txt
>> >> >> >> >
>> >> >> >> >
>> >> >> >> >
>> >> >> >> > On 12 May 2013 11:03, Steven Yi <stevenyi@gmail.com> wrote:
>> >> >> >> >>
>> >> >> >> >> Could you run "brew install --HEAD
>> >> >> >> >> http://www.kunstmusik.com/csound.rb
>> >> >> >> >> --verbose" and post the verbose output?
>> >> >> >> >>
>> >> >> >> >> On May 12, 2013 10:47 AM, "Ed Costello"
>> >> >> >> >> <edwardcostello@gmail.com>
>> >> >> >> >> wrote:
>> >> >> >> >>>
>> >> >> >> >>> Ok, still getting errors, heres what happened next....
>> >> >> >> >>>
>> >> >> >> >>> Marions-MacBook:~ eddyc$ brew link --overwrite libsndfile
>> >> >> >> >>> Linking /usr/local/Cellar/libsndfile/1.0.25... 27 symlinks
>> >> >> >> >>> created
>> >> >> >> >>> Marions-MacBook:~ eddyc$ brew install
>> >> >> >> >>> http://www.kunstmusik.com/csound.rb
>> >> >> >> >>>
>> >> >> >> >>>
>> >> >> >> >>>
>> >> >> >> >>>
>> >> >> >> >>> ########################################################################
>> >> >> >> >>> 100.0%
>> >> >> >> >>> Error: You must `brew link portaudio portmidi liblo' before
>> >> >> >> >>> csound
>> >> >> >> >>> can
>> >> >> >> >>> be
>> >> >> >> >>> installed
>> >> >> >> >>> Marions-MacBook:~ eddyc$ brew link --overwrite portaudio
>> >> >> >> >>> portmidi
>> >> >> >> >>> liblo
>> >> >> >> >>> Linking /usr/local/Cellar/portaudio/19.20111121... 6 symlinks
>> >> >> >> >>> created
>> >> >> >> >>> Linking /usr/local/Cellar/portmidi/217... 3 symlinks created
>> >> >> >> >>> Linking /usr/local/Cellar/liblo/0.26... 6 symlinks created
>> >> >> >> >>> Marions-MacBook:~ eddyc$ brew install
>> >> >> >> >>> http://www.kunstmusik.com/csound.rb
>> >> >> >> >>>
>> >> >> >> >>>
>> >> >> >> >>>
>> >> >> >> >>>
>> >> >> >> >>> ########################################################################
>> >> >> >> >>> 100.0%
>> >> >> >> >>> ==> Downloading
>> >> >> >> >>> http://www.kunstmusik.com/Csound-6.0.1-Source.tar.bz2
>> >> >> >> >>> Already downloaded:
>> >> >> >> >>> /Library/Caches/Homebrew/csound-6.0.1.tar.bz2
>> >> >> >> >>> ==> cmake . -DUSE_GETTEXT=0
>> >> >> >> >>> -DCMAKE_INSTALL_PREFIX=/usr/local/Cellar/csound/6.0.
>> >> >> >> >>> ==> make install
>> >> >> >> >>> Call Stack (most recent call first):
>> >> >> >> >>>   cmake_install.cmake:56 (INCLUDE)
>> >> >> >> >>>
>> >> >> >> >>>
>> >> >> >> >>> make: *** [install] Error 1
>> >> >> >> >>>
>> >> >> >> >>>
>> >> >> >> >>> On 11 May 2013 23:39, Steven Yi <stevenyi@gmail.com> wrote:
>> >> >> >> >>>>
>> >> >> >> >>>> Hey Ed,
>> >> >> >> >>>>
>> >> >> >> >>>> Sorry, just use "brew link --overwrite libsndfile" and
>> >> >> >> >>>> ignore
>> >> >> >> >>>> the
>> >> >> >> >>>> uninstall/install thing I wrote earlier. :)
>> >> >> >> >>>>
>> >> >> >> >>>> steven
>> >> >> >> >>>>
>> >> >> >> >>>> On Sat, May 11, 2013 at 11:31 PM, Steven Yi
>> >> >> >> >>>> <stevenyi@gmail.com>
>> >> >> >> >>>> wrote:
>> >> >> >> >>>> > Hey Ed!
>> >> >> >> >>>> >
>> >> >> >> >>>> > So for that it's pretty much what it says.  You'll have to
>> >> >> >> >>>> > use
>> >> >> >> >>>> > the
>> >> >> >> >>>> > brew installed libsndfile, and to do that you'll probably
>> >> >> >> >>>> > have
>> >> >> >> >>>> > to
>> >> >> >> >>>> > do
>> >> >> >> >>>> > "brew uninstall libsndfile; brew install --overwrite
>> >> >> >> >>>> > libsndfile".
>> >> >> >> >>>> > Most
>> >> >> >> >>>> > likely when brew tried to link it's libsndfile into
>> >> >> >> >>>> > /usr/local,
>> >> >> >> >>>> > it
>> >> >> >> >>>> > encountered your custom built ones and gave up; I wonder
>> >> >> >> >>>> > if
>> >> >> >> >>>> > it
>> >> >> >> >>>> > didn't
>> >> >> >> >>>> > alter something though X_X.  But try getting the brew
>> >> >> >> >>>> > installed
>> >> >> >> >>>> > ones
>> >> >> >> >>>> > in there and I think you'll be good for csound building
>> >> >> >> >>>> > after
>> >> >> >> >>>> > that.
>> >> >> >> >>>> >
>> >> >> >> >>>> > Thanks!
>> >> >> >> >>>> > steven
>> >> >> >> >>>> >
>> >> >> >> >>>> > On Sat, May 11, 2013 at 8:10 PM, Ed Costello
>> >> >> >> >>>> > <edwardcostello@gmail.com> wrote:
>> >> >> >> >>>> >> I get an error saying it requires libsndfile, the thing
>> >> >> >> >>>> >> is I
>> >> >> >> >>>> >> already
>> >> >> >> >>>> >> have
>> >> >> >> >>>> >> libsndfile installed from a previous csound installation,
>> >> >> >> >>>> >>
>> >> >> >> >>>> >> CMake Error at CMakeLists.txt:339 (message):
>> >> >> >> >>>> >>   Csound requires the sndfile library
>> >> >> >> >>>> >>
>> >> >> >> >>>> >>
>> >> >> >> >>>> >> -- Configuring incomplete, errors occurred!
>> >> >> >> >>>> >>
>> >> >> >> >>>> >> READ THIS:
>> >> >> >> >>>> >> https://github.com/mxcl/homebrew/wiki/troubleshooting
>> >> >> >> >>>> >>
>> >> >> >> >>>> >> Marions-MacBook:~ eddyc$ brew install libsndfile
>> >> >> >> >>>> >> Warning: libsndfile-1.0.25 already installed, it's just
>> >> >> >> >>>> >> not
>> >> >> >> >>>> >> linked
>> >> >> >> >>>> >> Marions-MacBook:~ eddyc$
>> >> >> >> >>>> >>
>> >> >> >> >>>> >>
>> >> >> >> >>>> >>
>> >> >> >> >>>> >> On 11 May 2013 18:26, peiman khosravi
>> >> >> >> >>>> >> <peimankhosravi@gmail.com>
>> >> >> >> >>>> >> wrote:
>> >> >> >> >>>> >>>
>> >> >> >> >>>> >>> I get the same errors.
>> >> >> >> >>>> >>>
>> >> >> >> >>>> >>> P
>> >> >> >> >>>> >>>
>> >> >> >> >>>> >>>
>> >> >> >> >>>> >>>
>> >> >> >> >>>> >>>
>> >> >> >> >>>> >>>
>> >> >> >> >>>> >>>
>> >> >> >> >>>> >>> www.peimankhosravi.co.uk || Subscribe to RSS Feed
>> >> >> >> >>>> >>>
>> >> >> >> >>>> >>> To receive emails about upcoming concerts visit this
>> >> >> >> >>>> >>> page &
>> >> >> >> >>>> >>> enter
>> >> >> >> >>>> >>> your
>> >> >> >> >>>> >>> email address in the 'follow' section.
>> >> >> >> >>>> >>>
>> >> >> >> >>>> >>>
>> >> >> >> >>>> >>>
>> >> >> >> >>>> >>> On 11 May 2013 16:38, Steven Yi <stevenyi@gmail.com>
>> >> >> >> >>>> >>> wrote:
>> >> >> >> >>>> >>>>
>> >> >> >> >>>> >>>> Hi Jake,
>> >> >> >> >>>> >>>>
>> >> >> >> >>>> >>>> Thanks very much for the quick report! I'm running into
>> >> >> >> >>>> >>>> similar
>> >> >> >> >>>> >>>> situations and it has to do with brew trying to install
>> >> >> >> >>>> >>>> links
>> >> >> >> >>>> >>>> but
>> >> >> >> >>>> >>>> there are original files there installed from somewhere
>> >> >> >> >>>> >>>> else
>> >> >> >> >>>> >>>> (likely
>> >> >> >> >>>> >>>> from a previous csound installer install).  I just did
>> >> >> >> >>>> >>>> this:
>> >> >> >> >>>> >>>>
>> >> >> >> >>>> >>>> Error: Could not symlink file:
>> >> >> >> >>>> >>>> /usr/local/Cellar/libogg/1.3.0/include/ogg/os_types.h
>> >> >> >> >>>> >>>> Target /usr/local/include/ogg/os_types.h already
>> >> >> >> >>>> >>>> exists.
>> >> >> >> >>>> >>>> You
>> >> >> >> >>>> >>>> may
>> >> >> >> >>>> >>>> need
>> >> >> >> >>>> >>>> to delete it.
>> >> >> >> >>>> >>>> To force the link and overwrite all other conflicting
>> >> >> >> >>>> >>>> files,
>> >> >> >> >>>> >>>> do:
>> >> >> >> >>>> >>>>   brew link --overwrite formula_name
>> >> >> >> >>>> >>>>
>> >> >> >> >>>> >>>> To list all files that would be deleted:
>> >> >> >> >>>> >>>>   brew link --overwrite --dry-run formula_name
>> >> >> >> >>>> >>>> cp23-119:Formula stevenyi$ brew link --overwrite libogg
>> >> >> >> >>>> >>>> Linking /usr/local/Cellar/libogg/1.3.0... 81 symlinks
>> >> >> >> >>>> >>>> created
>> >> >> >> >>>> >>>>
>> >> >> >> >>>> >>>> and also did 'brew link --overwrite flac' (and so on
>> >> >> >> >>>> >>>> for
>> >> >> >> >>>> >>>> each
>> >> >> >> >>>> >>>> lib).
>> >> >> >> >>>> >>>>
>> >> >> >> >>>> >>>> One note, I'm running into issues in building
>> >> >> >> >>>> >>>> --universal.
>> >> >> >> >>>> >>>> It
>> >> >> >> >>>> >>>> seems
>> >> >> >> >>>> >>>> some of the formulas can be --universal but they depend
>> >> >> >> >>>> >>>> on
>> >> >> >> >>>> >>>> others
>> >> >> >> >>>> >>>> that
>> >> >> >> >>>> >>>> don't support universal.  I'm going to see about
>> >> >> >> >>>> >>>> modifying
>> >> >> >> >>>> >>>> some
>> >> >> >> >>>> >>>> of
>> >> >> >> >>>> >>>> the
>> >> >> >> >>>> >>>> dependent homebrew recipes and if that works I'll see
>> >> >> >> >>>> >>>> if
>> >> >> >> >>>> >>>> they
>> >> >> >> >>>> >>>> get
>> >> >> >> >>>> >>>> accepted into the main repo.
>> >> >> >> >>>> >>>>
>> >> >> >> >>>> >>>> Thanks!
>> >> >> >> >>>> >>>> steven
>> >> >> >> >>>> >>>>
>> >> >> >> >>>> >>>> On Sat, May 11, 2013 at 5:24 PM, Jacob Joaquin
>> >> >> >> >>>> >>>> <jacobjoaquin@gmail.com>
>> >> >> >> >>>> >>>> wrote:
>> >> >> >> >>>> >>>> > Here's my first run through; It breaks at libogg. I'm
>> >> >> >> >>>> >>>> > actually
>> >> >> >> >>>> >>>> > in
>> >> >> >> >>>> >>>> > the
>> >> >> >> >>>> >>>> > middle
>> >> >> >> >>>> >>>> > of something this morning. I'll spend more time with
>> >> >> >> >>>> >>>> > this
>> >> >> >> >>>> >>>> > when
>> >> >> >> >>>> >>>> > I
>> >> >> >> >>>> >>>> > have
>> >> >> >> >>>> >>>> > some:
>> >> >> >> >>>> >>>> >
>> >> >> >> >>>> >>>> > Quorra ~ $ brew install
>> >> >> >> >>>> >>>> > http://www.kunstmusik.com/csound.rb
>> >> >> >> >>>> >>>> >
>> >> >> >> >>>> >>>> >
>> >> >> >> >>>> >>>> >
>> >> >> >> >>>> >>>> >
>> >> >> >> >>>> >>>> >
>> >> >> >> >>>> >>>> >
>> >> >> >> >>>> >>>> > ########################################################################
>> >> >> >> >>>> >>>> > 100.0%
>> >> >> >> >>>> >>>> > Warning: Your Xcode (4.6.1) is outdated
>> >> >> >> >>>> >>>> > Please install Xcode 4.6.2.
>> >> >> >> >>>> >>>> > ==> Installing csound dependency: cmake
>> >> >> >> >>>> >>>> > ==> Downloading
>> >> >> >> >>>> >>>> >
>> >> >> >> >>>> >>>> >
>> >> >> >> >>>> >>>> >
>> >> >> >> >>>> >>>> >
>> >> >> >> >>>> >>>> > https://downloads.sf.net/project/machomebrew/Bottles/cmake-2.8.1
>> >> >> >> >>>> >>>> >
>> >> >> >> >>>> >>>> >
>> >> >> >> >>>> >>>> >
>> >> >> >> >>>> >>>> >
>> >> >> >> >>>> >>>> >
>> >> >> >> >>>> >>>> >
>> >> >> >> >>>> >>>> > ########################################################################
>> >> >> >> >>>> >>>> > 100.0%
>> >> >> >> >>>> >>>> > ==> Pouring
>> >> >> >> >>>> >>>> > cmake-2.8.10.2.mountain_lion.bottle.tar.gz
>> >> >> >> >>>> >>>> > 🍺  /usr/local/Cellar/cmake/2.8.10.2: 683 files, 32M
>> >> >> >> >>>> >>>> > ==> Installing csound dependency: pcre
>> >> >> >> >>>> >>>> > ==> Downloading
>> >> >> >> >>>> >>>> >
>> >> >> >> >>>> >>>> >
>> >> >> >> >>>> >>>> >
>> >> >> >> >>>> >>>> >
>> >> >> >> >>>> >>>> > ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre-8.32.
>> >> >> >> >>>> >>>> >
>> >> >> >> >>>> >>>> >
>> >> >> >> >>>> >>>> >
>> >> >> >> >>>> >>>> >
>> >> >> >> >>>> >>>> >
>> >> >> >> >>>> >>>> >
>> >> >> >> >>>> >>>> > ########################################################################
>> >> >> >> >>>> >>>> > 100.0%
>> >> >> >> >>>> >>>> >
>> >> >> >> >>>> >>>> >
>> >> >> >> >>>> >>>> >
>> >> >> >> >>>> >>>> >
>> >> >> >> >>>> >>>> >
>> >> >> >> >>>> >>>> >
>> >> >> >> >>>> >>>> > ########################################################################
>> >> >> >> >>>> >>>> > 100.0%==> ./configure
>> >> >> >> >>>> >>>> > --prefix=/usr/local/Cellar/pcre/8.32
>> >> >> >> >>>> >>>> > --enable-utf8
>> >> >> >> >>>> >>>> > --enable-unic
>> >> >> >> >>>> >>>> > ==> make test
>> >> >> >> >>>> >>>> > ==> make install
>> >> >> >> >>>> >>>> > 🍺  /usr/local/Cellar/pcre/8.32: 135 files, 3.6M,
>> >> >> >> >>>> >>>> > built
>> >> >> >> >>>> >>>> > in
>> >> >> >> >>>> >>>> > 44
>> >> >> >> >>>> >>>> > seconds
>> >> >> >> >>>> >>>> > ==> Installing csound dependency: swig
>> >> >> >> >>>> >>>> > ==> Downloading
>> >> >> >> >>>> >>>> >
>> >> >> >> >>>> >>>> >
>> >> >> >> >>>> >>>> >
>> >> >> >> >>>> >>>> >
>> >> >> >> >>>> >>>> >
>> >> >> >> >>>> >>>> >
>> >> >> >> >>>> >>>> > http://sourceforge.net/projects/swig/files/swig/swig-2.0.9/swig-2.0.9.tar.gz
>> >> >> >> >>>> >>>> >
>> >> >> >> >>>> >>>> >
>> >> >> >> >>>> >>>> >
>> >> >> >> >>>> >>>> >
>> >> >> >> >>>> >>>> >
>> >> >> >> >>>> >>>> >
>> >> >> >> >>>> >>>> > ########################################################################
>> >> >> >> >>>> >>>> > 100.0%
>> >> >> >> >>>> >>>> > ==> ./configure --prefix=/usr/local/Cellar/swig/2.0.9
>> >> >> >> >>>> >>>> > ==> make
>> >> >> >> >>>> >>>> > ==> make install
>> >> >> >> >>>> >>>> > 🍺  /usr/local/Cellar/swig/2.0.9: 599 files, 6.2M,
>> >> >> >> >>>> >>>> > built
>> >> >> >> >>>> >>>> > in
>> >> >> >> >>>> >>>> > 45
>> >> >> >> >>>> >>>> > seconds
>> >> >> >> >>>> >>>> > ==> Installing csound dependency: pkg-config
>> >> >> >> >>>> >>>> > ==> Downloading
>> >> >> >> >>>> >>>> >
>> >> >> >> >>>> >>>> >
>> >> >> >> >>>> >>>> >
>> >> >> >> >>>> >>>> >
>> >> >> >> >>>> >>>> >
>> >> >> >> >>>> >>>> >
>> >> >> >> >>>> >>>> > https://downloads.sf.net/project/machomebrew/Bottles/pkg-config-0.28.mountain_lion.bottle.tar.gz
>> >> >> >> >>>> >>>> >
>> >> >> >> >>>> >>>> >
>> >> >> >> >>>> >>>> >
>> >> >> >> >>>> >>>> >
>> >> >> >> >>>> >>>> >
>> >> >> >> >>>> >>>> >
>> >> >> >> >>>> >>>> > ########################################################################
>> >> >> >> >>>> >>>> > 100.0%
>> >> >> >> >>>> >>>> > ==> Pouring
>> >> >> >> >>>> >>>> > pkg-config-0.28.mountain_lion.bottle.tar.gz
>> >> >> >> >>>> >>>> > 🍺  /usr/local/Cellar/pkg-config/0.28: 10 files, 636K
>> >> >> >> >>>> >>>> > ==> Installing csound dependency: lame
>> >> >> >> >>>> >>>> > ==> Downloading
>> >> >> >> >>>> >>>> >
>> >> >> >> >>>> >>>> >
>> >> >> >> >>>> >>>> >
>> >> >> >> >>>> >>>> >
>> >> >> >> >>>> >>>> >
>> >> >> >> >>>> >>>> > http://downloads.sourceforge.net/sourceforge/lame/lame-3.99.5.tar.gz
>> >> >> >> >>>> >>>> >
>> >> >> >> >>>> >>>> >
>> >> >> >> >>>> >>>> >
>> >> >> >> >>>> >>>> >
>> >> >> >> >>>> >>>> > ################################################...
>> >
>> >
>> >
>> > ------------------------------------------------------------------------------
>> > Learn Graph Databases - Download FREE O'Reilly Book
>> > "Graph Databases" is the definitive new guide to graph databases and
>> > their applications. This 200-page book is written by three acclaimed
>> > leaders in the field. The early access version is available now.
>> > Download your free book today! http://p.sf.net/sfu/neotech_d2d_may
>> > _______________________________________________
>> > Csound-devel mailing list
>> > Csound-devel@lists.sourceforge.net
>> > https://lists.sourceforge.net/lists/listinfo/csound-devel
>> >
>>
>>
>> ------------------------------------------------------------------------------
>> Learn Graph Databases - Download FREE O'Reilly Book
>> "Graph Databases" is the definitive new guide to graph databases and
>> their applications. This 200-page book is written by three acclaimed
>> leaders in the field. The early access version is available now.
>> Download your free book today! http://p.sf.net/sfu/neotech_d2d_may
>> _______________________________________________
>> Csound-devel mailing list
>> Csound-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>
>
>
> ------------------------------------------------------------------------------
> Learn Graph Databases - Download FREE O'Reilly Book
> "Graph Databases" is the definitive new guide to graph databases and
> their applications. This 200-page book is written by three acclaimed
> leaders in the field. The early access version is available now.
> Download your free book today! http://p.sf.net/sfu/neotech_d2d_may
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel
>

------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and
their applications. This 200-page book is written by three acclaimed
leaders in the field. The early access version is available now.
Download your free book today! http://p.sf.net/sfu/neotech_d2d_may
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-devel


Date2013-05-13 02:17
Frompeiman khosravi
SubjectRe: [Cs-dev] OSX: Homebrew
AttachmentsNone  None  
OK, I got passed that and now it stops here:

==> cmake . -DUSE_GETTEXT=0 -DCMAKE_INSTALL_PREFIX=/usr/local/Cellar/csound/HEAD -DCMAKE_BUILD_TYPE=None -DCMAKE_FIND_FRAMEWORK=LAST -W
==> make install
Call Stack (most recent call first):
  cmake_install.cmake:56 (INCLUDE)

Date2013-05-13 10:11
FromEd Costello
SubjectRe: [Cs-dev] OSX: Homebrew
AttachmentsNone  None  
Steven,

I tried manually deleting the framework and just letting homebrew take care of it, both give the same output after an uninstall then install, running csound -z gives this:

objc[3239]: Class FLWindow is implemented in both /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libvirtual.dylib and /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libwidgets.dylib. One of the two will be used. Which one is undefined.
objc[3239]: Class FLTextView is implemented in both /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libvirtual.dylib and /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libwidgets.dylib. One of the two will be used. Which one is undefined.
objc[3239]: Class FLDelegate is implemented in both /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libvirtual.dylib and /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libwidgets.dylib. One of the two will be used. Which one is undefined.
objc[3239]: Class FLApplication is implemented in both /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libvirtual.dylib and /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libwidgets.dylib. One of the two will be used. Which one is undefined.
objc[3239]: Class FLView is implemented in both /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libvirtual.dylib and /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libwidgets.dylib. One of the two will be used. Which one is undefined.
objc[3239]: Class FLaboutItemTarget is implemented in both /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libvirtual.dylib and /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libwidgets.dylib. One of the two will be used. Which one is undefined.
objc[3239]: Class FLMenuItem is implemented in both /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libvirtual.dylib and /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libwidgets.dylib. One of the two will be used. Which one is undefined.
objc[3239]: Class FLopenDelegate is implemented in both /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libvirtual.dylib and /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libwidgets.dylib. One of the two will be used. Which one is undefined.
objc[3239]: Class FLsaveDelegate is implemented in both /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libvirtual.dylib and /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libwidgets.dylib. One of the two will be used. Which one is undefined.
Error: define environment variable RAWWAVE_PATH
(points to rawwaves directory) to use STK opcodes.


There is also the 'Could not fix install names' error for a few files after install:

Warning: Could not fix install names for /usr/local/Cellar/csound/HEAD/bin/srconv
Warning: Could not fix install names for /usr/local/Cellar/csound/HEAD/bin/sndinfo
Warning: Could not fix install names for /usr/local/Cellar/csound/HEAD/bin/scsort
Warning: Could not fix install names for /usr/local/Cellar/csound/HEAD/bin/scope
Warning: Could not fix install names for /usr/local/Cellar/csound/HEAD/bin/scale
Warning: Could not fix install names for /usr/local/Cellar/csound/HEAD/bin/pvlook
Warning: Could not fix install names for /usr/local/Cellar/csound/HEAD/bin/pvanal
Warning: Could not fix install names for /usr/local/Cellar/csound/HEAD/bin/pv_import
Warning: Could not fix install names for /usr/local/Cellar/csound/HEAD/bin/pv_export
Warning: Could not fix install names for /usr/local/Cellar/csound/HEAD/bin/mixer
Warning: Could not fix install names for /usr/local/Cellar/csound/HEAD/bin/lpc_import
Warning: Could not fix install names for /usr/local/Cellar/csound/HEAD/bin/lpc_export
Warning: Could not fix install names for /usr/local/Cellar/csound/HEAD/bin/lpanal
Warning: Could not fix install names for /usr/local/Cellar/csound/HEAD/bin/hetro
Warning: Could not fix install names for /usr/local/Cellar/csound/HEAD/bin/het_import
Warning: Could not fix install names for /usr/local/Cellar/csound/HEAD/bin/het_export
Warning: Could not fix install names for /usr/local/Cellar/csound/HEAD/bin/extractor
Warning: Could not fix install names for /usr/local/Cellar/csound/HEAD/bin/extract
Warning: Could not fix install names for /usr/local/Cellar/csound/HEAD/bin/envext
Warning: Could not fix install names for /usr/local/Cellar/csound/HEAD/bin/dnoise
Warning: Could not fix install names for /usr/local/Cellar/csound/HEAD/bin/cvanal
Warning: Could not fix install names for /usr/local/Cellar/csound/HEAD/bin/csound
Warning: Could not fix install names for /usr/local/Cellar/csound/HEAD/bin/csanalyze
Warning: Could not fix install names for /usr/local/Cellar/csound/HEAD/bin/atsa
Warning: Could not fix install names for /usr/local/Cellar/csound/HEAD/lib/luaCsnd6.so
Warning: Could not fix install names for /usr/local/Cellar/csound/HEAD/lib/libcsnd.6.0.dylib 




On 13 May 2013 03:17, peiman khosravi <peimankhosravi@gmail.com> wrote:
OK, I got passed that and now it stops here:

==> cmake . -DUSE_GETTEXT=0 -DCMAKE_INSTALL_PREFIX=/usr/local/Cellar/csound/HEAD -DCMAKE_BUILD_TYPE=None -DCMAKE_FIND_FRAMEWORK=LAST -W
==> make install
Call Stack (most recent call first):
  cmake_install.cmake:56 (INCLUDE)

------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and
their applications. This 200-page book is written by three acclaimed
leaders in the field. The early access version is available now.
Download your free book today! http://p.sf.net/sfu/neotech_d2d_may
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-devel



Date2013-05-13 10:39
FromSteven Yi
SubjectRe: [Cs-dev] OSX: Homebrew
Hi Ed,

Yeah, the FLTK one will be fixed once I submit a pull request for the
FLTK recipe. The FLTK recipe in homebrew doesn't use --enable-shared,
so it only builds static libs. You can install the version I wrote
using:

brew uninstall fltk
brew install http://kunstmusik.com/fltk.rb

The change adds a --universal option as well as adds --enable-shared.
My other pull requests have been accepted so far; hoping that enabling
shared here won't cause issues for the other recipes that use fltk.  I
think though that I can make a strong case for it because of this
error with multiple libs linking statically causing clashes.

I'm not sure what the 'Could not fix install names' error is and have
to investigate.  However, csound seems to work, so it may be harmless.

Thanks!
steven

On Mon, May 13, 2013 at 11:11 AM, Ed Costello  wrote:
> Steven,
>
> I tried manually deleting the framework and just letting homebrew take care
> of it, both give the same output after an uninstall then install, running
> csound -z gives this:
>
> objc[3239]: Class FLWindow is implemented in both
> /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libvirtual.dylib
> and
> /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libwidgets.dylib.
> One of the two will be used. Which one is undefined.
> objc[3239]: Class FLTextView is implemented in both
> /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libvirtual.dylib
> and
> /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libwidgets.dylib.
> One of the two will be used. Which one is undefined.
> objc[3239]: Class FLDelegate is implemented in both
> /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libvirtual.dylib
> and
> /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libwidgets.dylib.
> One of the two will be used. Which one is undefined.
> objc[3239]: Class FLApplication is implemented in both
> /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libvirtual.dylib
> and
> /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libwidgets.dylib.
> One of the two will be used. Which one is undefined.
> objc[3239]: Class FLView is implemented in both
> /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libvirtual.dylib
> and
> /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libwidgets.dylib.
> One of the two will be used. Which one is undefined.
> objc[3239]: Class FLaboutItemTarget is implemented in both
> /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libvirtual.dylib
> and
> /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libwidgets.dylib.
> One of the two will be used. Which one is undefined.
> objc[3239]: Class FLMenuItem is implemented in both
> /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libvirtual.dylib
> and
> /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libwidgets.dylib.
> One of the two will be used. Which one is undefined.
> objc[3239]: Class FLopenDelegate is implemented in both
> /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libvirtual.dylib
> and
> /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libwidgets.dylib.
> One of the two will be used. Which one is undefined.
> objc[3239]: Class FLsaveDelegate is implemented in both
> /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libvirtual.dylib
> and
> /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libwidgets.dylib.
> One of the two will be used. Which one is undefined.
> Error: define environment variable RAWWAVE_PATH
> (points to rawwaves directory) to use STK opcodes.
>
>
> There is also the 'Could not fix install names' error for a few files after
> install:
>
> Warning: Could not fix install names for
> /usr/local/Cellar/csound/HEAD/bin/srconv
> Warning: Could not fix install names for
> /usr/local/Cellar/csound/HEAD/bin/sndinfo
> Warning: Could not fix install names for
> /usr/local/Cellar/csound/HEAD/bin/scsort
> Warning: Could not fix install names for
> /usr/local/Cellar/csound/HEAD/bin/scope
> Warning: Could not fix install names for
> /usr/local/Cellar/csound/HEAD/bin/scale
> Warning: Could not fix install names for
> /usr/local/Cellar/csound/HEAD/bin/pvlook
> Warning: Could not fix install names for
> /usr/local/Cellar/csound/HEAD/bin/pvanal
> Warning: Could not fix install names for
> /usr/local/Cellar/csound/HEAD/bin/pv_import
> Warning: Could not fix install names for
> /usr/local/Cellar/csound/HEAD/bin/pv_export
> Warning: Could not fix install names for
> /usr/local/Cellar/csound/HEAD/bin/mixer
> Warning: Could not fix install names for
> /usr/local/Cellar/csound/HEAD/bin/lpc_import
> Warning: Could not fix install names for
> /usr/local/Cellar/csound/HEAD/bin/lpc_export
> Warning: Could not fix install names for
> /usr/local/Cellar/csound/HEAD/bin/lpanal
> Warning: Could not fix install names for
> /usr/local/Cellar/csound/HEAD/bin/hetro
> Warning: Could not fix install names for
> /usr/local/Cellar/csound/HEAD/bin/het_import
> Warning: Could not fix install names for
> /usr/local/Cellar/csound/HEAD/bin/het_export
> Warning: Could not fix install names for
> /usr/local/Cellar/csound/HEAD/bin/extractor
> Warning: Could not fix install names for
> /usr/local/Cellar/csound/HEAD/bin/extract
> Warning: Could not fix install names for
> /usr/local/Cellar/csound/HEAD/bin/envext
> Warning: Could not fix install names for
> /usr/local/Cellar/csound/HEAD/bin/dnoise
> Warning: Could not fix install names for
> /usr/local/Cellar/csound/HEAD/bin/cvanal
> Warning: Could not fix install names for
> /usr/local/Cellar/csound/HEAD/bin/csound
> Warning: Could not fix install names for
> /usr/local/Cellar/csound/HEAD/bin/csanalyze
> Warning: Could not fix install names for
> /usr/local/Cellar/csound/HEAD/bin/atsa
> Warning: Could not fix install names for
> /usr/local/Cellar/csound/HEAD/lib/luaCsnd6.so
> Warning: Could not fix install names for
> /usr/local/Cellar/csound/HEAD/lib/libcsnd.6.0.dylib
>
>
>
>
> On 13 May 2013 03:17, peiman khosravi  wrote:
>>
>> OK, I got passed that and now it stops here:
>>
>> ==> cmake . -DUSE_GETTEXT=0
>> -DCMAKE_INSTALL_PREFIX=/usr/local/Cellar/csound/HEAD -DCMAKE_BUILD_TYPE=None
>> -DCMAKE_FIND_FRAMEWORK=LAST -W
>> ==> make install
>> Call Stack (most recent call first):
>>   cmake_install.cmake:56 (INCLUDE)
>>
>>
>> ------------------------------------------------------------------------------
>> Learn Graph Databases - Download FREE O'Reilly Book
>> "Graph Databases" is the definitive new guide to graph databases and
>> their applications. This 200-page book is written by three acclaimed
>> leaders in the field. The early access version is available now.
>> Download your free book today! http://p.sf.net/sfu/neotech_d2d_may
>> _______________________________________________
>> Csound-devel mailing list
>> Csound-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>
>
>
> ------------------------------------------------------------------------------
> Learn Graph Databases - Download FREE O'Reilly Book
> "Graph Databases" is the definitive new guide to graph databases and
> their applications. This 200-page book is written by three acclaimed
> leaders in the field. The early access version is available now.
> Download your free book today! http://p.sf.net/sfu/neotech_d2d_may
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel
>

------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and 
their applications. This 200-page book is written by three acclaimed 
leaders in the field. The early access version is available now. 
Download your free book today! http://p.sf.net/sfu/neotech_d2d_may
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2013-05-13 10:41
FromSteven Yi
SubjectRe: [Cs-dev] OSX: Homebrew
Hi Peiman,

It's probably an error where when it installs it doesn't have
permission to install in /usr/local,
/Library/Python/2.7/site-packages, or /Library/Java/Extensions.  Could
you run with --verbose and see what the error is?  If it's any of the
above, check the history for this thread as I wrote the solution for
that problem a few emails ago.

Thanks!
steven

On Mon, May 13, 2013 at 3:17 AM, peiman khosravi
 wrote:
> OK, I got passed that and now it stops here:
>
> ==> cmake . -DUSE_GETTEXT=0
> -DCMAKE_INSTALL_PREFIX=/usr/local/Cellar/csound/HEAD -DCMAKE_BUILD_TYPE=None
> -DCMAKE_FIND_FRAMEWORK=LAST -W
> ==> make install
> Call Stack (most recent call first):
>   cmake_install.cmake:56 (INCLUDE)
>
> ------------------------------------------------------------------------------
> Learn Graph Databases - Download FREE O'Reilly Book
> "Graph Databases" is the definitive new guide to graph databases and
> their applications. This 200-page book is written by three acclaimed
> leaders in the field. The early access version is available now.
> Download your free book today! http://p.sf.net/sfu/neotech_d2d_may
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel
>

------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and 
their applications. This 200-page book is written by three acclaimed 
leaders in the field. The early access version is available now. 
Download your free book today! http://p.sf.net/sfu/neotech_d2d_may
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2013-05-13 19:36
Frompeiman khosravi
SubjectRe: [Cs-dev] OSX: Homebrew
AttachmentsNone  None  
Hi Steven, 

Thanks very much for the help. I trued your solution above but I get this:

peimankh:~ peimankhosravi$ sudo chmod +a 'user:peimankhosravi allow
> add_subdirectory
> add_file,delete_child
> directory_inherit'
usage: chmod [-fhv] [-R [-H | -L | -P]] [-a | +a | =a  [i][# [ n]]] mode|entry file ...
chmod [-fhv] [-R [-H | -L | -P]] [-E | -C | -N | -i | -I] file ...
peimankh:~ peimankhosravi$ /Library/Python/2.7/site-packages
-bash: /Library/Python/2.7/site-packages: is a directory
peimankh:~ peimankhosravi$ sudo chmod +a 'user:peimankhosravi allow
> add_subdirectory,add_file,delete_child,directory_inherit'
usage: chmod [-fhv] [-R [-H | -L | -P]] [-a | +a | =a  [i][# [ n]]] mode|entry file ...
chmod [-fhv] [-R [-H | -L | -P]] [-E | -C | -N | -i | -I] file ...
peimankh:~ peimankhosravi$ /Library/Python/2.7/site-packages
-bash: /Library/Python/2.7/site-packages: is a directory


Is this normal? 






www.peimankhosravi.co.uk || Subscribe to RSS Feed

To receive emails about upcoming concerts visit this page & enter your email address in the 'follow' section.



On 12 May 2013 13:18, Steven Yi <stevenyi@gmail.com> wrote:
Hi Ed,

Yeah I mentioned this situation in my first email:

"2) The csound cmake file installs things into places that may be
protected on your system. The particularly relevant ones are
/usr/local, /Library/Python/2.7/site-packages, and
/Library/Java/Extensions.  Homebrew explains how to deal with the
latter 2 directores in [2]. There's info about /usr/local on the
homebrew site [1]."

The link for number 2 is:

https://github.com/mxcl/homebrew/wiki/Gems%2C-Eggs-and-Perl-Modules

The essentialy thing to run is:

sudo chmod +a 'user:YOUR_NAME_HERE allow
add_subdirectory,add_file,delete_child,directory_inherit'
/Library/Python/2.7/site-packages
sudo chmod +a 'user:YOUR_NAME_HERE allow
add_subdirectory,add_file,delete_child,directory_inherit'
/Library/Java/Extensions

where YOUR_NAME_HERE is your system user name.

After that, you should be able to install.

Let me know how it goes for you!
steven


On Sun, May 12, 2013 at 12:12 PM, Ed Costello <edwardcostello@gmail.com> wrote:
> Here ya go, I think the installer is having trouble with copying _csnd6.so
> into my python site packages directory
>
> Marions-MacBook:~ eddyc$ brew install --HEAD
> http://www.kunstmusik.com/csound.rb --verbose
> /usr/bin/curl -f#LA Homebrew 0.9.4 (Ruby 1.8.7-358; Mac OS X 10.8.3)
> http://www.kunstmusik.com/csound.rb -o
> /Library/Caches/Homebrew/Formula/csound.rb
> ########################################################################
> 100.0%
> ==> Cloning git://git.code.sourceforge.net/p/csound/csound6-git
> git clone --depth 1 git://git.code.sourceforge.net/p/csound/csound6-git
> /Library/Caches/Homebrew/csound--git
> Cloning into '/Library/Caches/Homebrew/csound--git'...
> remote: Counting objects: 1531, done.
> remote: Compressing objects: 100% (1314/1314), done.
> remote: Total 1531 (delta 288), reused 797 (delta 140)
> Receiving objects: 100% (1531/1531), 13.23 MiB | 1.07 MiB/s, done.
> Resolving deltas: 100% (288/288), done.
> git reset --hard origin/HEAD
> HEAD is now at 2468c7c some float csound adjustments
> git checkout-index -a -f --prefix=/private/tmp/csound-KYls/
> ==> cmake . -DUSE_GETTEXT=0
> -DCMAKE_INSTALL_PREFIX=/usr/local/Cellar/csound/HEAD -DCMAKE_BUILD_TYPE=None
> -DCMAKE_FIND_FRAMEWORK=LAST -Wno-dev
> cmake . -DUSE_GETTEXT=0 -DCMAKE_INSTALL_PREFIX=/usr/local/Cellar/csound/HEAD
> -DCMAKE_BUILD_TYPE=None -DCMAKE_FIND_FRAMEWORK=LAST -Wno-dev
> -- The C compiler identification is Clang 4.2.0
> -- The CXX compiler identification is Clang 4.2.0
> -- Check for working C compiler: /usr/local/Library/ENV/4.3/cc
> -- Check for working C compiler: /usr/local/Library/ENV/4.3/cc -- works
> -- Detecting C compiler ABI info
> -- Detecting C compiler ABI info - done
> -- Check for working CXX compiler: /usr/local/Library/ENV/4.3/c++
> -- Check for working CXX compiler: /usr/local/Library/ENV/4.3/c++ -- works
> -- Detecting CXX compiler ABI info
> -- Detecting CXX compiler ABI info - done
> -- /tmp/csound-KYls
> -- BUILD_BIN_DIR set to /tmp/csound-KYls
> -- BUILD_LIB_DIR set to /tmp/csound-KYls
> -- BUILD_PLUGINS_DIR set to /tmp/csound-KYls
> -- Check if the system is big endian
> -- Searching 16 bit integer
> -- Looking for sys/types.h
> -- Looking for sys/types.h - found
> -- Looking for stdint.h
> -- Looking for stdint.h - found
> -- Looking for stddef.h
> -- Looking for stddef.h - found
> -- Check size of unsigned short
> -- Check size of unsigned short - done
> -- Using unsigned short
> -- Check if the system is big endian - little endian
> -- Try OpenMP C flag = [-fopenmp]
> -- Performing Test OpenMP_FLAG_DETECTED
> -- Performing Test OpenMP_FLAG_DETECTED - Failed
> -- Try OpenMP C flag = [/openmp]
> -- Performing Test OpenMP_FLAG_DETECTED
> -- Performing Test OpenMP_FLAG_DETECTED - Failed
> -- Try OpenMP C flag = [-Qopenmp]
> -- Performing Test OpenMP_FLAG_DETECTED
> -- Performing Test OpenMP_FLAG_DETECTED - Failed
> -- Try OpenMP C flag = [-openmp]
> -- Performing Test OpenMP_FLAG_DETECTED
> -- Performing Test OpenMP_FLAG_DETECTED - Failed
> -- Try OpenMP C flag = [ ]
> -- Performing Test OpenMP_FLAG_DETECTED
> -- Performing Test OpenMP_FLAG_DETECTED - Failed
> -- Try OpenMP C flag = [-xopenmp]
> -- Performing Test OpenMP_FLAG_DETECTED
> -- Performing Test OpenMP_FLAG_DETECTED - Failed
> -- Try OpenMP C flag = [+Oopenmp]
> -- Performing Test OpenMP_FLAG_DETECTED
> -- Performing Test OpenMP_FLAG_DETECTED - Failed
> -- Try OpenMP C flag = [-qsmp]
> -- Performing Test OpenMP_FLAG_DETECTED
> -- Performing Test OpenMP_FLAG_DETECTED - Failed
> -- Try OpenMP C flag = [-mp]
> -- Performing Test OpenMP_FLAG_DETECTED
> -- Performing Test OpenMP_FLAG_DETECTED - Failed
> -- Try OpenMP CXX flag = [-fopenmp]
> -- Performing Test OpenMP_FLAG_DETECTED
> -- Performing Test OpenMP_FLAG_DETECTED - Failed
> -- Try OpenMP CXX flag = [/openmp]
> -- Performing Test OpenMP_FLAG_DETECTED
> -- Performing Test OpenMP_FLAG_DETECTED - Failed
> -- Try OpenMP CXX flag = [-Qopenmp]
> -- Performing Test OpenMP_FLAG_DETECTED
> -- Performing Test OpenMP_FLAG_DETECTED - Failed
> -- Try OpenMP CXX flag = [-openmp]
> -- Performing Test OpenMP_FLAG_DETECTED
> -- Performing Test OpenMP_FLAG_DETECTED - Failed
> -- Try OpenMP CXX flag = [ ]
> -- Performing Test OpenMP_FLAG_DETECTED
> -- Performing Test OpenMP_FLAG_DETECTED - Failed
> -- Try OpenMP CXX flag = [-xopenmp]
> -- Performing Test OpenMP_FLAG_DETECTED
> -- Performing Test OpenMP_FLAG_DETECTED - Failed
> -- Try OpenMP CXX flag = [+Oopenmp]
> -- Performing Test OpenMP_FLAG_DETECTED
> -- Performing Test OpenMP_FLAG_DETECTED - Failed
> -- Try OpenMP CXX flag = [-qsmp]
> -- Performing Test OpenMP_FLAG_DETECTED
> -- Performing Test OpenMP_FLAG_DETECTED - Failed
> -- Try OpenMP CXX flag = [-mp]
> -- Performing Test OpenMP_FLAG_DETECTED
> -- Performing Test OpenMP_FLAG_DETECTED - Failed
> -- Could NOT find OpenMP (missing:  OpenMP_C_FLAGS OpenMP_CXX_FLAGS)
> -- Looking for libintl.h
> -- Looking for libintl.h - not found
> -- Looking for C++ include eigen3/Eigen/Dense
> -- Looking for C++ include eigen3/Eigen/Dense - not found
> -- Could NOT find Gettext (missing:  GETTEXT_MSGMERGE_EXECUTABLE
> GETTEXT_MSGFMT_EXECUTABLE)
> -- Looking for lrint in m
> -- Looking for lrint in m - found
> -- Looking for unistd.h
> -- Looking for unistd.h - found
> -- Looking for io.h
> -- Looking for io.h - not found
> -- Looking for fcntl.h
> -- Looking for fcntl.h - found
> -- Looking for sys/time.h
> -- Looking for sys/time.h - found
> -- Looking for termios.h
> -- Looking for termios.h - found
> -- Looking for values.h
> -- Looking for values.h - not found
> -- Looking for winsock.h
> -- Looking for winsock.h - not found
> -- Looking for sys/socket.h
> -- Looking for sys/socket.h - found
> -- Looking for dirent.h
> -- Looking for dirent.h - found
> -- USE_LRINT is enabled
> -- Found FLEX: /usr/bin/flex (found version "2.5.35")
> -- Found BISON: /usr/bin/bison (found version "2.3")
> -- Looking for pthread_spin_lock
> -- Looking for pthread_spin_lock - not found
> -- Looking for pthread_barrier_init
> -- Looking for pthread_barrier_init - not found
> -- OPENMP_FOUND="FALSE", so disabling USE_OPEN_MP
> -- PTHREAD_BARRIER_INIT_EXISTS="", so disabling USE_OPEN_MP
> -- USE_OPEN_MP is disabled
> -- Not building with score parser
> -- Not building with new parser debugging
> -- Building with multicore
> -- USE_GETTEXT is disabled
> -- Not using localization
> -- Building on OSX
> -- Boost version: 1.53.0
> -- Looking for ladspa.h
> -- Looking for ladspa.h - not found
> -- Looking for fluidsynth.h
> -- Looking for fluidsynth.h - not found
> -- Looking for jack/jack.h
> -- Looking for jack/jack.h - not found
> -- Looking for C++ include gmm/gmm.h
> -- Looking for C++ include gmm/gmm.h - not found
> -- Looking for lo/lo.h
> -- Looking for lo/lo.h - found
> -- Found ZLIB: /usr/lib/libz.dylib (found version "1.2.5")
> -- Found PNG: /usr/local/lib/libpng.dylib (found version "1.5.14")
> -- Found PythonLibs: /usr/lib/libpython2.7.dylib (found version "2.7.2")
> -- Found Lua51: /usr/local/lib/liblua.dylib (found version "5.1.5")
> -- Looking for wiiuse.h
> -- Looking for wiiuse.h - not found
> -- Looking for p5glove.h
> -- Looking for p5glove.h - not found
> -- BUILD_CHUA_OPCODES is enabled
> -- LADSPA_H="", so disabling BUILD_DSSI_OPCODES
> -- BUILD_DSSI_OPCODES is disabled
> -- FLUIDSYNTH_H="", so disabling BUILD_FLUID_OPCODES
> -- FLUIDSYNTH_LIBRARY="FLUIDSYNTH_LIBRARY-NOTFOUND", so disabling
> BUILD_FLUID_OPCODES
> -- BUILD_FLUID_OPCODES is disabled
> -- JACK_HEADER="", so disabling BUILD_JACK_OPCODES
> -- BUILD_JACK_OPCODES is disabled
> -- GMM_HEADER="", so disabling BUILD_LINEAR_ALGEBRA_OPCODES
> -- BUILD_LINEAR_ALGEBRA_OPCODES is disabled
> -- BUILD_OSC_OPCODES is enabled
> -- BUILD_IMAGE_OPCODES is enabled
> -- BUILD_PYTHON_OPCODES is enabled
> -- OPENMP_FOUND="FALSE", so disabling BUILD_LUA_OPCODES
> -- BUILD_LUA_OPCODES is disabled
> -- WIIUSE_H="", so disabling BUILD_WIIMOTE_OPCODES
> -- BUILD_WIIMOTE_OPCODES is disabled
> -- P5GLOVE_H="", so disabling BUILD_P5GLOVE_OPCODES
> -- BUILD_P5GLOVE_OPCODES is disabled
> -- BUILD_STK_OPCODES is enabled
> --
> -- ## REALTIME AUDIO AND MIDI ##
> -- Looking for alsa/asoundlib.h
> -- Looking for alsa/asoundlib.h - not found
> -- Looking for pulse/simple.h
> -- Looking for pulse/simple.h - not found
> -- Looking for XOpenDisplay in
> /usr/X11R6/lib/libX11.dylib;/usr/X11R6/lib/libXext.dylib
> -- Looking for XOpenDisplay in
> /usr/X11R6/lib/libX11.dylib;/usr/X11R6/lib/libXext.dylib - found
> -- Looking for gethostbyname
> -- Looking for gethostbyname - found
> -- Looking for connect
> -- Looking for connect - found
> -- Looking for remove
> -- Looking for remove - found
> -- Looking for shmat
> -- Looking for shmat - found
> -- Looking for IceConnectionNumber in ICE
> -- Looking for IceConnectionNumber in ICE - not found
> -- Found X11: /usr/X11R6/lib/libX11.dylib
> -- Found FLTK:
> /usr/local/lib/libfltk_images.a;/usr/local/lib/libfltk_forms.a;/usr/local/lib/libfltk.a
> -- USE_COREMIDI is enabled
> -- USE_AUDIOUNIT is enabled
> -- ALSA_HEADER="", so disabling USE_ALSA
> -- ALSA_LIBRARY="ALSA_LIBRARY-NOTFOUND", so disabling USE_ALSA
> -- USE_ALSA is disabled
> -- PULSEAUDIO_HEADER="", so disabling USE_PULSEAUDIO
> -- PULSEAUDIO_LIBRARY="PULSEAUDIO_LIBRARY-NOTFOUND", so disabling
> USE_PULSEAUDIO
> -- PULSESIMPLE_LIBRARY="PULSESIMPLE_LIBRARY-NOTFOUND", so disabling
> USE_PULSEAUDIO
> -- USE_PULSEAUDIO is disabled
> -- PORTAUDIO_HEADER="", so disabling USE_PORTAUDIO
> -- USE_PORTAUDIO is disabled
> -- PORTMIDI_HEADER="", so disabling USE_PORTMIDI
> -- USE_PORTMIDI is disabled
> -- JACK_HEADER="", so disabling USE_JACK
> -- JACK_LIBRARY="JACK_LIBRARY-NOTFOUND", so disabling USE_JACK
> -- USE_JACK is disabled
> -- USE_FLTK is enabled
> -- BUILD_VIRTUAL_KEYBOARD is enabled
> --
> -- Building C++ interface library
> -- Found SWIG: /usr/local/bin/swig (found suitable version "2.0.9", minimum
> required is "2.0")
> -- Found JNI: -framework JavaVM
> -- Found Java: /usr/bin/java (found version "1.6.0.45")
> -- BUILD_PYTHON_INTERFACE is enabled
> -- BUILD_JAVA_INTERFACE is enabled
> -- BUILD_LUA_INTERFACE is enabled
> -- Looking for m_pd.h
> -- Looking for m_pd.h - not found
> -- Building csLadspa
> -- BUILD_CSBEATS is enabled
> -- PD_HEADER="", so disabling BUILD_PD_CLASS
> -- BUILD_PD_CLASS is disabled
> -- BUILD_WINSOUND is disabled
> -- Boost version: 1.53.0
> -- Found SWIG: /usr/local/bin/swig (found version "2.0.9")
> -- BUILD_CSOUND_AC is disabled
> -- BUILD_CSOUND_AC_PYTHON_INTERFACE is enabled
> -- BUILD_CSOUND_AC_LUA_INTERFACE is enabled
> -- Configuring done
> -- Generating done
> -- Build files have been written to: /tmp/csound-KYls
> ==> make install
> make install
> Scanning dependencies of target ampmidid
> [  0%] Generating csound_prelex.c
> [  0%] Generating csound_orclex.c
> [  0%] Generating csound_orcparse.c
> /tmp/csound-KYls/Engine/csound_orc.y: conflicts: 4 shift/reduce, 10
> reduce/reduce
> [  0%] Building CXX object Opcodes/CMakeFiles/ampmidid.dir/ampmidid.cpp.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> Scanning dependencies of target CsoundLib64
> Linking CXX shared library ../libampmidid.dylib
> [  0%] Built target ampmidid
> Scanning dependencies of target cellular
> [  0%] Building C object Opcodes/CMakeFiles/cellular.dir/cellular.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> Linking C shared library ../libcellular.dylib
> [  0%] Built target cellular
> Scanning dependencies of target chua
> [  1%] Building C object CMakeFiles/CsoundLib64.dir/Engine/auxfd.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [  1%] Building C object CMakeFiles/CsoundLib64.dir/Engine/cfgvar.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [  1%] Building C object CMakeFiles/CsoundLib64.dir/Engine/corfiles.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [  2%] Building C object CMakeFiles/CsoundLib64.dir/Engine/entry1.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [  2%] Building C object CMakeFiles/CsoundLib64.dir/Engine/envvar.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [  2%] [  3%] Building C object
> CMakeFiles/CsoundLib64.dir/Engine/extract.c.o
> Building CXX object Opcodes/CMakeFiles/chua.dir/chua/ChuaOscillator.cpp.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [  4%] Building C object CMakeFiles/CsoundLib64.dir/Engine/fgens.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [  4%] Building C object CMakeFiles/CsoundLib64.dir/Engine/insert.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [  4%] Building C object CMakeFiles/CsoundLib64.dir/Engine/linevent.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [  5%] Building C object CMakeFiles/CsoundLib64.dir/Engine/memalloc.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [  5%] Building C object CMakeFiles/CsoundLib64.dir/Engine/memfiles.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [  5%] Building C object CMakeFiles/CsoundLib64.dir/Engine/musmon.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [  5%] Building C object CMakeFiles/CsoundLib64.dir/Engine/namedins.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [  6%] Building C object CMakeFiles/CsoundLib64.dir/Engine/rdscor.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [  6%] Building C object CMakeFiles/CsoundLib64.dir/Engine/scsort.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [  6%] Building C object CMakeFiles/CsoundLib64.dir/Engine/scxtract.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [  7%] Building C object CMakeFiles/CsoundLib64.dir/Engine/sort.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [  7%] Building C object CMakeFiles/CsoundLib64.dir/Engine/sread.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> Linking CXX shared library ../libchua.dylib
> [  7%] Building C object CMakeFiles/CsoundLib64.dir/Engine/swritestr.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [  8%] Building C object CMakeFiles/CsoundLib64.dir/Engine/twarp.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [  8%] Building C object
> CMakeFiles/CsoundLib64.dir/Engine/csound_type_system.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [  8%] Building C object
> CMakeFiles/CsoundLib64.dir/Engine/csound_standard_types.c.o
> [  8%] Built target chua
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> Scanning dependencies of target control
> [  9%] [  9%] Building C object
> CMakeFiles/CsoundLib64.dir/Engine/csound_data_structures.c.o
> Building C object Opcodes/CMakeFiles/control.dir/control.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [  9%] Linking C shared library ../libcontrol.dylib
> Building C object CMakeFiles/CsoundLib64.dir/Engine/pools.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [  9%] Built target control
> Scanning dependencies of target cs_date
> [  9%] [ 10%] Building C object CMakeFiles/CsoundLib64.dir/InOut/libsnd.c.o
> Building C object Opcodes/CMakeFiles/cs_date.dir/date.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> Linking C shared library ../libcs_date.dylib
> [ 10%] Built target cs_date
> [ 10%] Building C object CMakeFiles/CsoundLib64.dir/InOut/libsnd_u.c.o
> Scanning dependencies of target doppler
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 10%] Building CXX object Opcodes/CMakeFiles/doppler.dir/doppler.cpp.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 11%] Building C object CMakeFiles/CsoundLib64.dir/InOut/midifile.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 11%] Building C object CMakeFiles/CsoundLib64.dir/InOut/midirecv.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> Linking CXX shared library ../libdoppler.dylib
> [ 11%] Building C object CMakeFiles/CsoundLib64.dir/InOut/midisend.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 11%] Built target doppler
> Scanning dependencies of target fareygen
> [ 12%] [ 12%] Building C object
> CMakeFiles/CsoundLib64.dir/InOut/winascii.c.o
> Building C object Opcodes/CMakeFiles/fareygen.dir/fareygen.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 12%] Linking C shared library ../libfareygen.dylib
> Building C object CMakeFiles/CsoundLib64.dir/InOut/windin.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 12%] Built target fareygen
> Scanning dependencies of target fractalnoise
> [ 12%] Building C object CMakeFiles/CsoundLib64.dir/InOut/window.c.o
> [ 13%] Building CXX object
> Opcodes/CMakeFiles/fractalnoise.dir/tl/fractalnoise.cpp.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 14%] Building C object CMakeFiles/CsoundLib64.dir/InOut/winEPS.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> Linking CXX shared library ../libfractalnoise.dylib
> [ 14%] Built target fractalnoise
> [ 14%] Building C object CMakeFiles/CsoundLib64.dir/InOut/circularbuffer.c.o
> Scanning dependencies of target image
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 14%] Building C object Opcodes/CMakeFiles/image.dir/imageOpcodes.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 14%] Building C object CMakeFiles/CsoundLib64.dir/OOps/aops.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> Linking C shared library ../libimage.dylib
> [ 14%] Built target image
> Scanning dependencies of target mixer
> [ 14%] Building CXX object Opcodes/CMakeFiles/mixer.dir/mixer.cpp.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 15%] Building C object CMakeFiles/CsoundLib64.dir/OOps/bus.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> Linking CXX shared library ../libmixer.dylib
> [ 15%] Building C object CMakeFiles/CsoundLib64.dir/OOps/cmath.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 15%] Built target mixer
> Scanning dependencies of target osc
> [ 16%] Building C object Opcodes/CMakeFiles/osc.dir/OSC.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 16%] Building C object CMakeFiles/CsoundLib64.dir/OOps/diskin.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> Linking C shared library ../libosc.dylib
> [ 16%] Building C object CMakeFiles/CsoundLib64.dir/OOps/diskin2.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 16%] Built target osc
> Scanning dependencies of target platerev
> [ 16%] Building C object Opcodes/CMakeFiles/platerev.dir/platerev.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 17%] Linking C shared library ../libplaterev.dylib
> Building C object CMakeFiles/CsoundLib64.dir/OOps/disprep.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 17%] Built target platerev
> Scanning dependencies of target py
> [ 17%] [ 17%] Building C object
> Opcodes/CMakeFiles/py.dir/py/pythonopcodes.c.o
> Building C object CMakeFiles/CsoundLib64.dir/OOps/dumpf.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 17%] Building C object CMakeFiles/CsoundLib64.dir/OOps/fftlib.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> Linking C shared library ../libpy.dylib
> [ 17%] Built target py
> [ 18%] Scanning dependencies of target scansyn
> Building C object CMakeFiles/CsoundLib64.dir/OOps/goto_ops.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 18%] Building C object Opcodes/CMakeFiles/scansyn.dir/scansyn.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 18%] Building C object CMakeFiles/CsoundLib64.dir/OOps/midiinterop.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 19%] Building C object Opcodes/CMakeFiles/scansyn.dir/scansynx.c.o
> [ 19%] Building C object CMakeFiles/CsoundLib64.dir/OOps/midiops.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 20%] Building C object CMakeFiles/CsoundLib64.dir/OOps/midiout.c.o
> Linking C shared library ../libscansyn.dylib
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 20%] Built target scansyn
> Scanning dependencies of target serial
> [ 20%] Building C object Opcodes/CMakeFiles/serial.dir/serial.c.o
> [ 20%] Building C object CMakeFiles/CsoundLib64.dir/OOps/mxfft.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> Linking C shared library ../libserial.dylib
> [ 20%] Built target serial
> [ 20%] Building C object CMakeFiles/CsoundLib64.dir/OOps/oscils.c.o
> Scanning dependencies of target signalflowgraph
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 21%] Building CXX object
> Opcodes/CMakeFiles/signalflowgraph.dir/signalflowgraph.cpp.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 22%] Building C object CMakeFiles/CsoundLib64.dir/OOps/pstream.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 22%] Building C object CMakeFiles/CsoundLib64.dir/OOps/pvfileio.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 22%] Building C object CMakeFiles/CsoundLib64.dir/OOps/pvsanal.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 22%] Building C object CMakeFiles/CsoundLib64.dir/OOps/random.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 23%] Building C object CMakeFiles/CsoundLib64.dir/OOps/remote.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 23%] Building C object CMakeFiles/CsoundLib64.dir/OOps/schedule.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> Linking CXX shared library ../libsignalflowgraph.dylib
> [ 23%] Building C object CMakeFiles/CsoundLib64.dir/OOps/sndinfUG.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 23%] Built target signalflowgraph
> Scanning dependencies of target system_call
> [ 25%] [ 25%] Building C object CMakeFiles/CsoundLib64.dir/OOps/str_ops.c.o
> Building C object Opcodes/CMakeFiles/system_call.dir/system_call.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> Linking C shared library ../libsystem_call.dylib
> [ 25%] Built target system_call
> Scanning dependencies of target stk-ops
> [ 25%] Building C object CMakeFiles/CsoundLib64.dir/OOps/ugens1.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 25%] Building CXX object
> Opcodes/stk/CMakeFiles/stk-ops.dir/stkOpcodes.cpp.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 25%] Building C object CMakeFiles/CsoundLib64.dir/OOps/ugens2.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 26%] Building C object CMakeFiles/CsoundLib64.dir/OOps/ugens2a.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 26%] Building C object CMakeFiles/CsoundLib64.dir/OOps/ugens3.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 26%] Building C object CMakeFiles/CsoundLib64.dir/OOps/ugens4.c.o
> Linking CXX shared library ../../libstk.dylib
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 26%] Built target stk-ops
> Scanning dependencies of target cmidi
> [ 27%] Building C object CMakeFiles/CsoundLib64.dir/OOps/ugens5.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 27%] Building C object InOut/CMakeFiles/cmidi.dir/cmidi.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 27%] Building C object CMakeFiles/CsoundLib64.dir/OOps/ugens6.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> Linking C shared library ../libcmidi.dylib
> [ 27%] Building C object CMakeFiles/CsoundLib64.dir/OOps/ugtabs.c.o
> [ 27%] Built target cmidi
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> Scanning dependencies of target ipmidi
> [ 27%] Building C object InOut/CMakeFiles/ipmidi.dir/ipmidi.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> Linking C shared library ../libipmidi.dylib
> [ 27%] Building C object CMakeFiles/CsoundLib64.dir/OOps/ugrw1.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 27%] Built target ipmidi
> Scanning dependencies of target rtauhal
> [ 28%] Building C object InOut/CMakeFiles/rtauhal.dir/rtauhal.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 29%] Building C object CMakeFiles/CsoundLib64.dir/OOps/ugrw2.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 29%] Building C object CMakeFiles/CsoundLib64.dir/OOps/vdelay.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> Linking C shared library ../librtauhal.dylib
> [ 29%] Built target rtauhal
> Scanning dependencies of target virtual
> [ 29%] Building C object CMakeFiles/CsoundLib64.dir/OOps/compile_ops.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 29%] Building CXX object
> InOut/CMakeFiles/virtual.dir/virtual_keyboard/FLTKKeyboard.cpp.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 30%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/babo.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 30%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/bilbar.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 30%] Building CXX object
> InOut/CMakeFiles/virtual.dir/virtual_keyboard/FLTKKeyboardWindow.cpp.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 30%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/compress.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 32%] [ 32%] Building CXX object
> InOut/CMakeFiles/virtual.dir/virtual_keyboard/FLTKKeyboardWidget.cpp.o
> Building C object CMakeFiles/CsoundLib64.dir/Opcodes/eqfil.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 32%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/Vosim.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 32%] [ 32%] Building CXX object
> InOut/CMakeFiles/virtual.dir/virtual_keyboard/virtual_keyboard.cpp.o
> Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pitch.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 32%] Building CXX object
> InOut/CMakeFiles/virtual.dir/virtual_keyboard/Bank.cpp.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 33%] [ 34%] Building CXX object
> InOut/CMakeFiles/virtual.dir/virtual_keyboard/KeyboardMapping.cpp.o
> Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pitch0.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 34%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/spectra.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 34%] Building CXX object
> InOut/CMakeFiles/virtual.dir/virtual_keyboard/Program.cpp.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 34%] Building CXX object
> InOut/CMakeFiles/virtual.dir/virtual_keyboard/SliderBank.cpp.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 34%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ambicode1.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 35%] Building CXX object
> InOut/CMakeFiles/virtual.dir/virtual_keyboard/SliderData.cpp.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> Linking CXX shared library ../libvirtual.dylib
> [ 36%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/sfont.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 36%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/grain4.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 36%] Built target virtual
> Scanning dependencies of target widgets
> [ 36%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/hrtferX.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 36%] Building CXX object InOut/CMakeFiles/widgets.dir/FL_graph.cpp.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 36%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/loscilx.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 36%] Building C object InOut/CMakeFiles/widgets.dir/winFLTK.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 37%] [ 38%] Building CXX object InOut/CMakeFiles/widgets.dir/widgets.cpp.o
> Building C object CMakeFiles/CsoundLib64.dir/Opcodes/minmax.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 38%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pan2.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 38%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/arrays.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 39%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/phisem.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 39%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/hrtfopcodes.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 39%] Linking CXX shared library ../libwidgets.dylib
> Building C object CMakeFiles/CsoundLib64.dir/Opcodes/stackops.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 39%] Built target widgets
> [ 40%] [ 41%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/vbap.c.o
> [FLEX][csbeats_SCANNER] Building scanner with flex 2.5.35
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 41%] [BISON][csbeats_PARSER] Building parser with bison 2.3
> beats/beats.y: conflicts: 1 reduce/reduce
> Scanning dependencies of target csbeats
> [ 41%] Building C object frontends/CMakeFiles/csbeats.dir/beats/main.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 41%] [ 41%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/vbap1.c.o
> Building C object frontends/CMakeFiles/csbeats.dir/beatslex.yy.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 42%] [ 42%] Building C object
> CMakeFiles/CsoundLib64.dir/Opcodes/vbap_n.c.o
> Building C object frontends/CMakeFiles/csbeats.dir/beats.tab.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> Linking C executable ../csbeats
> [ 43%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/vbap_zak.c.o
> [ 43%] Built target csbeats
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> Scanning dependencies of target stdutil
> [ 44%] Building C object util/CMakeFiles/stdutil.dir/atsa.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 44%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/vaops.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 44%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ugakbari.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 44%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/harmon.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 45%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pitchtrack.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 45%] Building C object util/CMakeFiles/stdutil.dir/cvanal.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 45%] Building C object util/CMakeFiles/stdutil.dir/dnoise.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 45%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/partikkel.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 46%] Building C object util/CMakeFiles/stdutil.dir/envext.c.o
> [ 46%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> Building C object CMakeFiles/CsoundLib64.dir/Opcodes/shape.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 46%] Building C object util/CMakeFiles/stdutil.dir/het_export.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 47%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/tabsum.c.o
> [ 47%] Building C object util/CMakeFiles/stdutil.dir/het_import.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 48%] [ 48%] Building C object
> CMakeFiles/CsoundLib64.dir/Opcodes/crossfm.c.o
> Building C object util/CMakeFiles/stdutil.dir/hetro.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 48%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pvlock.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 48%] Building C object util/CMakeFiles/stdutil.dir/lpanal.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 49%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/fareyseq.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 49%] Building C object util/CMakeFiles/stdutil.dir/lpc_export.c.o
> [ 49%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/modmatrix.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 49%] Building C object util/CMakeFiles/stdutil.dir/lpc_import.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 50%] Building C object util/CMakeFiles/stdutil.dir/mixer.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 50%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/scoreline.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 51%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/modal4.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 51%] Building C object util/CMakeFiles/stdutil.dir/pvanal.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 51%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/physutil.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 51%] Building C object util/CMakeFiles/stdutil.dir/pv_export.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 51%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/physmod.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 52%] Building C object util/CMakeFiles/stdutil.dir/pv_import.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 52%] Building C object util/CMakeFiles/stdutil.dir/pvlook.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 52%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/mandolin.c.o
> [ 52%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> Building C object util/CMakeFiles/stdutil.dir/scale.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 53%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/singwave.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 54%] Building C object util/CMakeFiles/stdutil.dir/sndinfo.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 54%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/fm4op.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 54%] Building C object util/CMakeFiles/stdutil.dir/srconv.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 54%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/moog1.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 54%] Building C object util/CMakeFiles/stdutil.dir/std_util.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 55%] Building C object util/CMakeFiles/stdutil.dir/xtrct.c.o
> [ 56%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/shaker.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 56%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/bowedbar.c.o
> [ 56%] Building C object util/CMakeFiles/stdutil.dir/scope.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 56%] Building C object util/CMakeFiles/stdutil.dir/__/SDIF/sdif.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 56%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/gab/tabmorph.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> Linking C shared library ../libstdutil.dylib
> [ 57%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/gab/hvs.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 57%] Built target stdutil
> Scanning dependencies of target sdif2ad
> [ 58%] Building C object SDIF/CMakeFiles/sdif2ad.dir/sdif2adsyn.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 58%] Building C object
> CMakeFiles/CsoundLib64.dir/Opcodes/gab/sliderTable.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 58%] Building C object SDIF/CMakeFiles/sdif2ad.dir/sdif.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 58%] Building C object SDIF/CMakeFiles/sdif2ad.dir/sdif-mem.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 58%] Building C object
> CMakeFiles/CsoundLib64.dir/Opcodes/gab/newgabopc.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> Linking C executable ../sdif2ad
> [ 58%] Built target sdif2ad
> [ 59%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ftest.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 59%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/hrtfearly.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 59%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/hrtfreverb.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 59%] [ 60%] Building C object
> CMakeFiles/CsoundLib64.dir/Opcodes/cpumeter.c.o
> Building C object CMakeFiles/CsoundLib64.dir/Opcodes/gendy.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 60%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/tl/sc_noise.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 60%] Building C object CMakeFiles/CsoundLib64.dir/Top/argdecode.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 61%] Building C object CMakeFiles/CsoundLib64.dir/Top/cscore_internal.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 61%] Building C object CMakeFiles/CsoundLib64.dir/Top/cscorfns.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 61%] Building C object CMakeFiles/CsoundLib64.dir/Top/csmodule.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 62%] Building C object CMakeFiles/CsoundLib64.dir/Top/csound.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 62%] Building C object CMakeFiles/CsoundLib64.dir/Top/getstring.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 62%] Building C object CMakeFiles/CsoundLib64.dir/Top/main.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 63%] Building C object CMakeFiles/CsoundLib64.dir/Top/new_opts.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 63%] Building C object CMakeFiles/CsoundLib64.dir/Top/one_file.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 63%] Building C object CMakeFiles/CsoundLib64.dir/Top/opcode.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 63%] Building C object CMakeFiles/CsoundLib64.dir/Top/threads.c.o
> [ 64%] Building C object CMakeFiles/CsoundLib64.dir/Top/utility.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 64%] [ 64%] Building C object
> CMakeFiles/CsoundLib64.dir/Top/threadsafe.c.o
> Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ambicode.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 65%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/bbcut.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 65%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/biquad.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 65%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/butter.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 66%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/clfilt.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 66%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/cross2.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 66%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/dam.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 67%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/dcblockr.c.o
> [ 67%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> Building C object CMakeFiles/CsoundLib64.dir/Opcodes/filter.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 67%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/flanger.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 67%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/follow.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 68%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/fout.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 68%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/freeverb.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 68%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ftconv.c.o
> [ 69%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ftgen.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 69%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/gab/gab.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 69%] Building C object
> CMakeFiles/CsoundLib64.dir/Opcodes/gab/vectorial.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 70%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/grain.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 70%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/locsig.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 70%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/lowpassr.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 71%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/metro.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 71%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/midiops2.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 71%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/midiops3.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 72%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/newfils.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 72%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/nlfilt.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 72%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/oscbnk.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 72%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pluck.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 73%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/repluck.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 73%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/reverbsc.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 73%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/seqtime.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 74%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/sndloop.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 74%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/sndwarp.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 74%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/space.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 75%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/spat3d.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 75%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/syncgrain.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 75%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ugens7.c.o
> [ 76%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ugens9.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 76%] [ 76%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/uggab.c.o
> Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ugensa.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 76%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ugmoss.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 77%] [ 77%] Building C object
> CMakeFiles/CsoundLib64.dir/Opcodes/ugnorman.c.o
> Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ugsc.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 77%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/wave-terrain.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 78%] [ 78%] Building C object
> CMakeFiles/CsoundLib64.dir/Opcodes/stdopcod.c.o
> Building C object CMakeFiles/CsoundLib64.dir/Opcodes/socksend.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 78%] [ 79%] Building C object
> CMakeFiles/CsoundLib64.dir/Opcodes/sockrecv.c.o
> Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ifd.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 79%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/partials.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 79%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/psynth.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 80%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pvsbasic.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 80%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pvscent.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 80%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pvsdemix.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 80%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pvs_ops.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 81%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pvsband.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 81%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pvsbuffer.c.o
> [ 81%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pvsgendy.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 82%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/dsputil.c.o
> [ 82%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pvadd.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 82%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pvinterp.c.o
> [ 83%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pvocext.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 83%] [ 83%] Building C object
> CMakeFiles/CsoundLib64.dir/Opcodes/pvread.c.o
> Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ugens8.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 84%] [ 84%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/vpvoc.c.o
> Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pvoc.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 84%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/mp3in.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 84%] Building C object
> CMakeFiles/CsoundLib64.dir/InOut/libmpadec/layer1.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 85%] Building C object
> CMakeFiles/CsoundLib64.dir/InOut/libmpadec/layer2.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 85%] Building C object
> CMakeFiles/CsoundLib64.dir/InOut/libmpadec/layer3.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 85%] Building C object
> CMakeFiles/CsoundLib64.dir/InOut/libmpadec/synth.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 86%] Building C object
> CMakeFiles/CsoundLib64.dir/InOut/libmpadec/tables.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 86%] Building C object
> CMakeFiles/CsoundLib64.dir/InOut/libmpadec/mpadec.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 86%] Building C object
> CMakeFiles/CsoundLib64.dir/InOut/libmpadec/mp3dec.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 87%] Building C object CMakeFiles/CsoundLib64.dir/csound_orclex.c.o
> [ 87%] Building C object CMakeFiles/CsoundLib64.dir/csound_orcparse.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 87%] Building C object CMakeFiles/CsoundLib64.dir/csound_prelex.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 88%] Building C object
> CMakeFiles/CsoundLib64.dir/Engine/csound_orc_semantics.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 88%] Building C object
> CMakeFiles/CsoundLib64.dir/Engine/csound_orc_expressions.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 88%] Building C object
> CMakeFiles/CsoundLib64.dir/Engine/csound_orc_optimize.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 88%] Building C object
> CMakeFiles/CsoundLib64.dir/Engine/csound_orc_compile.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 89%] Building C object
> CMakeFiles/CsoundLib64.dir/Engine/new_orc_parser.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 89%] Building C object CMakeFiles/CsoundLib64.dir/Engine/symbtab.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 89%] Building C object
> CMakeFiles/CsoundLib64.dir/Engine/cs_new_dispatch.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 90%] Building C object CMakeFiles/CsoundLib64.dir/Engine/cs_par_base.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 90%] Building C object
> CMakeFiles/CsoundLib64.dir/Engine/cs_par_orc_semantic_analysis.c.o
> [ 90%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> Building C object CMakeFiles/CsoundLib64.dir/Engine/cs_par_dispatch.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> Copying OS X content CsoundLib64.framework/Versions/6.0/Headers/CppSound.hpp
> Copying OS X content
> CsoundLib64.framework/Versions/6.0/Headers/CsoundFile.hpp
> Copying OS X content
> CsoundLib64.framework/Versions/6.0/Headers/OpcodeBase.hpp
> Copying OS X content CsoundLib64.framework/Versions/6.0/Headers/cfgvar.h
> Copying OS X content
> CsoundLib64.framework/Versions/6.0/Headers/csPerfThread.hpp
> Copying OS X content CsoundLib64.framework/Versions/6.0/Headers/cscore.h
> Copying OS X content CsoundLib64.framework/Versions/6.0/Headers/csdl.h
> Copying OS X content CsoundLib64.framework/Versions/6.0/Headers/csound.h
> Copying OS X content CsoundLib64.framework/Versions/6.0/Headers/csound.hpp
> Copying OS X content CsoundLib64.framework/Versions/6.0/Headers/csoundCore.h
> Copying OS X content
> CsoundLib64.framework/Versions/6.0/Headers/csound_data_structures.h
> Copying OS X content
> CsoundLib64.framework/Versions/6.0/Headers/csound_standard_types.h
> Copying OS X content
> CsoundLib64.framework/Versions/6.0/Headers/csound_type_system.h
> Copying OS X content CsoundLib64.framework/Versions/6.0/Headers/cwindow.h
> Copying OS X content
> CsoundLib64.framework/Versions/6.0/Headers/float-version-double.h
> Copying OS X content
> CsoundLib64.framework/Versions/6.0/Headers/filebuilding.h
> Copying OS X content CsoundLib64.framework/Versions/6.0/Headers/interlocks.h
> Copying OS X content
> CsoundLib64.framework/Versions/6.0/Headers/float-version.h
> Copying OS X content CsoundLib64.framework/Versions/6.0/Headers/pstream.h
> Copying OS X content CsoundLib64.framework/Versions/6.0/Headers/msg_attr.h
> Copying OS X content CsoundLib64.framework/Versions/6.0/Headers/pvfileio.h
> Copying OS X content CsoundLib64.framework/Versions/6.0/Headers/soundio.h
> Copying OS X content CsoundLib64.framework/Versions/6.0/Headers/sysdep.h
> Copying OS X content CsoundLib64.framework/Versions/6.0/Headers/text.h
> Copying OS X content CsoundLib64.framework/Versions/6.0/Headers/version.h
> Linking C shared library CsoundLib64.framework/Versions/6.0/CsoundLib64
> [ 90%] Built target CsoundLib64
> Scanning dependencies of target csladspa
> Scanning dependencies of target libcsnd
> [ 90%] Building CXX object
> frontends/CMakeFiles/csladspa.dir/csladspa/csladspa.cpp.o
> [ 91%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> Building CXX object interfaces/CMakeFiles/libcsnd.dir/CppSound.cpp.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 91%] Building CXX object
> interfaces/CMakeFiles/libcsnd.dir/CsoundFile.cpp.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> Linking CXX shared library ../csladspa.dylib
> [ 91%] Built target csladspa
> Scanning dependencies of target csound-bin
> [ 91%] Building C object
> frontends/CMakeFiles/csound-bin.dir/csound/csound_main.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> Linking C executable ../csound
> [ 91%] Built target csound-bin
> Scanning dependencies of target atsa
> [ 91%] Building C object util/CMakeFiles/atsa.dir/atsa_main.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> Linking C executable ../atsa
> [ 91%] Building CXX object interfaces/CMakeFiles/libcsnd.dir/Soundfile.cpp.o
> [ 91%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> Built target atsa
> [ 91%] Building CXX object
> interfaces/CMakeFiles/libcsnd.dir/csPerfThread.cpp.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> [ 92%] [ 92%] Building CXX object
> interfaces/CMakeFiles/libcsnd.dir/cs_glue.cpp.o
> Building CXX object interfaces/CMakeFiles/libcsnd.dir/filebuilding.cpp.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> Scanning dependencies of target csanalyze
> [ 92%] Building C object util/CMakeFiles/csanalyze.dir/csanalyze.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> Linking C executable ../csanalyze
> Linking CXX shared library ../libcsnd.dylib
> [ 92%] Built target csanalyze
> [ 92%] Built target libcsnd
> Scanning dependencies of target cvanal
> Scanning dependencies of target dnoise
> [ 92%] [ 93%] Building C object util/CMakeFiles/dnoise.dir/dnoise_main.c.o
> Building C object util/CMakeFiles/cvanal.dir/cvl_main.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> Linking C executable ../dnoise
> Linking C executable ../cvanal
> [ 93%] Built target dnoise
> [ 93%] Built target cvanal
> Scanning dependencies of target envext
> Scanning dependencies of target extractor
> [ 93%] [ 93%] Building C object util/CMakeFiles/envext.dir/env_main.c.o
> Building C object util/CMakeFiles/extractor.dir/xtrc_main.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> Linking C executable ../envext
> Linking C executable ../extractor
> [ 93%] Built target extractor
> [ 93%] Built target envext
> Scanning dependencies of target het_export
> Scanning dependencies of target het_import
> [ 93%] [ 93%] Building C object util/CMakeFiles/het_export.dir/hetx_main.c.o
> Building C object util/CMakeFiles/het_import.dir/heti_main.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> Linking C executable ../het_export
> Linking C executable ../het_import
> [ 93%] [ 93%] Built target het_import
> Built target het_export
> Scanning dependencies of target lpanal
> Scanning dependencies of target hetro
> [ 93%] Building C object util/CMakeFiles/lpanal.dir/lpc_main.c.o
> [ 94%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> Building C object util/CMakeFiles/hetro.dir/het_main.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> Linking C executable ../lpanal
> Linking C executable ../hetro
> [ 94%] Built target lpanal
> [ 94%] Built target hetro
> Scanning dependencies of target lpc_export
> Scanning dependencies of target lpc_import
> [ 95%] Building C object util/CMakeFiles/lpc_export.dir/lpcx_main.c.o
> [ 95%] Building C object util/CMakeFiles/lpc_import.dir/lpci_main.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> Linking C executable ../lpc_export
> Linking C executable ../lpc_import
> [ 95%] Built target lpc_export
> [ 95%] Built target lpc_import
> Scanning dependencies of target mixer-bin
> Scanning dependencies of target pv_export
> [ 95%] [ 95%] Building C object util/CMakeFiles/mixer-bin.dir/mixer_main.c.o
> Building C object util/CMakeFiles/pv_export.dir/pvx_main.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> Linking C executable ../pv_export
> Linking C executable ../mixer
> [ 95%] Built target pv_export
> [ 95%] Built target mixer-bin
> Scanning dependencies of target pvanal
> Scanning dependencies of target pv_import
> [ 95%] [ 96%] Building C object util/CMakeFiles/pvanal.dir/pvc_main.c.o
> Building C object util/CMakeFiles/pv_import.dir/pvi_main.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> Linking C executable ../pvanal
> Linking C executable ../pv_import
> [ 96%] Built target pvanal
> [ 96%] Built target pv_import
> Scanning dependencies of target scale
> Scanning dependencies of target pvlook
> [ 96%] [ 96%] Building C object util/CMakeFiles/scale.dir/scale_main.c.o
> Building C object util/CMakeFiles/pvlook.dir/pvl_main.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> Linking C executable ../pvlook
> Linking C executable ../scale
> [ 96%] Built target pvlook
> [ 96%] Built target scale
> Scanning dependencies of target scope
> Scanning dependencies of target sndinfo
> [ 96%] [ 96%] Building C object util/CMakeFiles/scope.dir/scope_main.c.o
> Building C object util/CMakeFiles/sndinfo.dir/sndinfo_main.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> Linking C executable ../sndinfo
> Linking C executable ../scope
> [ 96%] Built target scope
> [ 96%] Built target sndinfo
> Scanning dependencies of target srconv
> Scanning dependencies of target extract
> [ 97%] [ 97%] Building C object util/CMakeFiles/srconv.dir/srconv_main.c.o
> Building C object util1/CMakeFiles/extract.dir/sortex/xmain.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> Linking C executable ../extract
> Linking C executable ../srconv
> [ 97%] Built target extract
> [ 97%] Built target srconv
> [ 98%] Scanning dependencies of target scsort
> Swig source
> [ 98%] Building C object util1/CMakeFiles/scsort.dir/sortex/smain.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> Language subdirectory: python
> Search paths:
>    ./
>    /usr/local/include/
>    /tmp/csound-KYls/./H/
>    /tmp/csound-KYls/./include/
>    /tmp/csound-KYls/./Engine/
>    /tmp/csound-KYls/./
>    /tmp/csound-KYls/
>    /tmp/csound-KYls/interfaces/
>    /System/Library/Frameworks/Python.framework/Headers/
>    ./swig_lib/python/
>    /usr/local/Cellar/swig/2.0.9/share/swig/2.0.9/python/
>    ./swig_lib/
>    /usr/local/Cellar/swig/2.0.9/share/swig/2.0.9/
> Preprocessing...
> Linking C executable ../scsort
> [ 98%] Built target scsort
> [ 98%] Swig source
> Language subdirectory: java
> Search paths:
>    ./
>    /usr/local/include/
>    /tmp/csound-KYls/./H/
>    /tmp/csound-KYls/./include/
>    /tmp/csound-KYls/./Engine/
>    /tmp/csound-KYls/./
>    /tmp/csound-KYls/
>    /tmp/csound-KYls/interfaces/
>    /System/Library/Frameworks/Python.framework/Headers/
>    /System/Library/Frameworks/JavaVM.framework/Headers/
>    /System/Library/Frameworks/JavaVM.framework/Headers/
>    /System/Library/Frameworks/JavaVM.framework/Headers/
>    ./swig_lib/java/
>    /usr/local/Cellar/swig/2.0.9/share/swig/2.0.9/java/
>    ./swig_lib/
>    /usr/local/Cellar/swig/2.0.9/share/swig/2.0.9/
> Preprocessing...
> Starting language-specific parse...
> Processing types...
> C++ analysis...
> Generating wrappers...
> Starting language-specific parse...
> /tmp/csound-KYls/./include/csound.h:519: Warning 451: Setting a const char *
> variable may leak memory.
> Processing types...
> C++ analysis...
> Generating wrappers...
> /tmp/csound-KYls/./include/csound.h:519: Warning 451: Setting a const char *
> variable may leak memory.
> cs_glue.hpp:505: Warning 473: Returning a pointer or reference in a director
> method is not recommended.
> CppSound.hpp:36: Warning 453: Can't apply (std::vector< double > *INPUT). No
> typemaps are defined.
> CppSound.hpp:52: Warning 813: Warning for CppSound proxy: Base CsoundFile
> ignored. Multiple inheritance is not supported in Java.
> cs_glue.hpp:505: Warning 473: Returning a pointer or reference in a director
> method is not recommended.
> Scanning dependencies of target _jcsound6
> [ 99%] Building CXX object
> interfaces/CMakeFiles/_jcsound6.dir/java_interfaceJAVA_wrap.cxx.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> CppSound.hpp:36: Warning 453: Can't apply (std::vector< double > *INPUT). No
> typemaps are defined.
> Scanning dependencies of target _csnd6
> [ 99%] Building CXX object
> interfaces/CMakeFiles/_csnd6.dir/python_interfacePYTHON_wrap.cxx.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> Linking CXX shared module ../lib_jcsound6.jnilib
> Building JAVA package csnd6.jar
> Linking CXX shared module ../_csnd6.so
> [ 99%] Built target _csnd6
> [ 99%] [ 99%] Built target _jcsound6
> Swig source
> Language subdirectory: lua
> Search paths:
>    ./
>    /usr/local/include/
>    /tmp/csound-KYls/./H/
>    /tmp/csound-KYls/./include/
>    /tmp/csound-KYls/./Engine/
>    /tmp/csound-KYls/./
>    /tmp/csound-KYls/
>    /tmp/csound-KYls/interfaces/
>    /System/Library/Frameworks/Python.framework/Headers/
>    /System/Library/Frameworks/JavaVM.framework/Headers/
>    /System/Library/Frameworks/JavaVM.framework/Headers/
>    /System/Library/Frameworks/JavaVM.framework/Headers/
>    /usr/local/include/
>    ./swig_lib/lua/
>    /usr/local/Cellar/swig/2.0.9/share/swig/2.0.9/lua/
>    ./swig_lib/
>    /usr/local/Cellar/swig/2.0.9/share/swig/2.0.9/
> Preprocessing...
> Starting language-specific parse...
> Processing types...
> C++ analysis...
> Generating wrappers...
> /tmp/csound-KYls/./include/csound.h:519: Warning 451: Setting a const char *
> variable may leak memory.
> CppSound.hpp:36: Warning 453: Can't apply (std::vector< double > *INPUT). No
> typemaps are defined.
> Scanning dependencies of target luaCsnd6
> [100%] Building CXX object
> interfaces/CMakeFiles/luaCsnd6.dir/lua_interfaceLUA_wrap.cxx.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
> Linking CXX shared module ../luaCsnd6.so
> [100%] Built target luaCsnd6
> Install the project...
> -- Install configuration: "None"
> -- Installing: /Users/eddyc/Library/Frameworks/CsoundLib64.framework
> -- Up-to-date:
> /Users/eddyc/Library/Frameworks/CsoundLib64.framework/CsoundLib64
> -- Up-to-date: /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Headers
> -- Up-to-date:
> /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Resources
> -- Installing:
> /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions
> -- Installing:
> /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0
> -- Installing:
> /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/CsoundLib64
> -- Installing:
> /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers
> -- Installing:
> /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/cfgvar.h
> -- Installing:
> /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/CppSound.hpp
> -- Installing:
> /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/cscore.h
> -- Installing:
> /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/csdl.h
> -- Installing:
> /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/csound.h
> -- Installing:
> /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/csound.hpp
> -- Installing:
> /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/csound_data_structures.h
> -- Installing:
> /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/csound_standard_types.h
> -- Installing:
> /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/csound_type_system.h
> -- Installing:
> /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/csoundCore.h
> -- Installing:
> /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/CsoundFile.hpp
> -- Installing:
> /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/csPerfThread.hpp
> -- Installing:
> /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/cwindow.h
> -- Installing:
> /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/filebuilding.h
> -- Installing:
> /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/float-version-double.h
> -- Installing:
> /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/float-version.h
> -- Installing:
> /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/interlocks.h
> -- Installing:
> /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/msg_attr.h
> -- Installing:
> /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/OpcodeBase.hpp
> -- Installing:
> /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/pstream.h
> -- Installing:
> /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/pvfileio.h
> -- Installing:
> /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/soundio.h
> -- Installing:
> /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/sysdep.h
> -- Installing:
> /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/text.h
> -- Installing:
> /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/version.h
> -- Installing:
> /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources
> -- Installing:
> /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Info.plist
> -- Up-to-date:
> /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/Current
> -- Installing:
> /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libmixer.dylib
> -- Installing:
> /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libsignalflowgraph.dylib
> -- Installing:
> /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libampmidid.dylib
> -- Installing:
> /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libcs_date.dylib
> -- Installing:
> /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libsystem_call.dylib
> -- Installing:
> /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libdoppler.dylib
> -- Installing:
> /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libfractalnoise.dylib
> -- Installing:
> /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libfareygen.dylib
> -- Installing:
> /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libcellular.dylib
> -- Installing:
> /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libserial.dylib
> -- Installing:
> /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libplaterev.dylib
> -- Installing:
> /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libscansyn.dylib
> -- Installing:
> /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libcontrol.dylib
> -- Installing:
> /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libchua.dylib
> -- Installing:
> /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libosc.dylib
> -- Installing:
> /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libimage.dylib
> -- Installing:
> /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libpy.dylib
> -- Installing:
> /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libstk.dylib
> -- Installing:
> /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libcmidi.dylib
> -- Installing:
> /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/librtauhal.dylib
> -- Installing:
> /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libipmidi.dylib
> -- Installing:
> /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libwidgets.dylib
> -- Installing:
> /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libvirtual.dylib
> -- Installing: /usr/local/Cellar/csound/HEAD/lib/libcsnd.6.0.dylib
> -- Installing: /usr/local/Cellar/csound/HEAD/lib/libcsnd.dylib
> -- Installing: /Library/Python/2.7/site-packages/_csnd6.so
> CMake Error at interfaces/cmake_install.cmake:61 (FILE):
>   file INSTALL cannot copy file "/tmp/csound-KYls/_csnd6.so" to
>   "/Library/Python/2.7/site-packages/_csnd6.so".
> Call Stack (most recent call first):
>   cmake_install.cmake:56 (INCLUDE)
>
>
> make: *** [install] Error 1
> ==> Configuration
> HOMEBREW_VERSION: 0.9.4
> HEAD: 38629e1de84d5b8f020e02ebe3ca3430a47080ef
> CPU: dual-core 64-bit penryn
> OS X: 10.8.3-x86_64
> Xcode: 4.6.2
> CLT: 4.6.0.0.1.1365549073
> X11: 2.7.4 => /opt/X11
> ==> ENV
> CC: cc
> CXX: c++
> MAKEFLAGS: -j2
> CMAKE_PREFIX_PATH: /usr/local
> CMAKE_INCLUDE_PATH:
> /usr/include/libxml2:/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers/
> CMAKE_LIBRARY_PATH:
> /System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
> PKG_CONFIG_PATH:
> /usr/local/opt/pcre/lib/pkgconfig:/usr/local/opt/libsndfile/lib/pkgconfig:/usr/local/opt/portaudio/lib/pkgconfig:/usr/local/opt/liblo/lib/pkgconfig:/usr/local/opt/libpng/lib/pkgconfig
> PKG_CONFIG_LIBDIR: /usr/lib/pkgconfig:/usr/local/Library/ENV/pkgconfig/10.8
> ACLOCAL_PATH: /usr/local/share/aclocal
> OBJC: cc
> PATH:
> /usr/local/Library/ENV/4.3:/usr/local/opt/cmake/bin:/usr/local/opt/pcre/bin:/usr/local/opt/swig/bin:/usr/local/opt/libsndfile/bin:/usr/local/opt/liblo/bin:/usr/local/opt/libpng/bin:/usr/local/opt/stk/bin:/usr/local/opt/jpeg/bin:/usr/local/opt/fltk/bin:/usr/bin:/bin:/usr/sbin:/sbin
>
> Error: csound did not build
> Logs:       /Users/eddyc/Library/Logs/Homebrew/csound/CMakeCache.txt
>
>
>
> On 12 May 2013 11:03, Steven Yi <stevenyi@gmail.com> wrote:
>>
>> Could you run "brew install --HEAD http://www.kunstmusik.com/csound.rb
>> --verbose" and post the verbose output?
>>
>> On May 12, 2013 10:47 AM, "Ed Costello" <edwardcostello@gmail.com> wrote:
>>>
>>> Ok, still getting errors, heres what happened next....
>>>
>>> Marions-MacBook:~ eddyc$ brew link --overwrite libsndfile
>>> Linking /usr/local/Cellar/libsndfile/1.0.25... 27 symlinks created
>>> Marions-MacBook:~ eddyc$ brew install http://www.kunstmusik.com/csound.rb
>>> ########################################################################
>>> 100.0%
>>> Error: You must `brew link portaudio portmidi liblo' before csound can be
>>> installed
>>> Marions-MacBook:~ eddyc$ brew link --overwrite portaudio portmidi liblo
>>> Linking /usr/local/Cellar/portaudio/19.20111121... 6 symlinks created
>>> Linking /usr/local/Cellar/portmidi/217... 3 symlinks created
>>> Linking /usr/local/Cellar/liblo/0.26... 6 symlinks created
>>> Marions-MacBook:~ eddyc$ brew install http://www.kunstmusik.com/csound.rb
>>> ########################################################################
>>> 100.0%
>>> ==> Downloading http://www.kunstmusik.com/Csound-6.0.1-Source.tar.bz2
>>> Already downloaded: /Library/Caches/Homebrew/csound-6.0.1.tar.bz2
>>> ==> cmake . -DUSE_GETTEXT=0
>>> -DCMAKE_INSTALL_PREFIX=/usr/local/Cellar/csound/6.0.
>>> ==> make install
>>> Call Stack (most recent call first):
>>>   cmake_install.cmake:56 (INCLUDE)
>>>
>>>
>>> make: *** [install] Error 1
>>>
>>>
>>> On 11 May 2013 23:39, Steven Yi <stevenyi@gmail.com> wrote:
>>>>
>>>> Hey Ed,
>>>>
>>>> Sorry, just use "brew link --overwrite libsndfile" and ignore the
>>>> uninstall/install thing I wrote earlier. :)
>>>>
>>>> steven
>>>>
>>>> On Sat, May 11, 2013 at 11:31 PM, Steven Yi <stevenyi@gmail.com> wrote:
>>>> > Hey Ed!
>>>> >
>>>> > So for that it's pretty much what it says.  You'll have to use the
>>>> > brew installed libsndfile, and to do that you'll probably have to do
>>>> > "brew uninstall libsndfile; brew install --overwrite libsndfile". Most
>>>> > likely when brew tried to link it's libsndfile into /usr/local, it
>>>> > encountered your custom built ones and gave up; I wonder if it didn't
>>>> > alter something though X_X.  But try getting the brew installed ones
>>>> > in there and I think you'll be good for csound building after that.
>>>> >
>>>> > Thanks!
>>>> > steven
>>>> >
>>>> > On Sat, May 11, 2013 at 8:10 PM, Ed Costello
>>>> > <edwardcostello@gmail.com> wrote:
>>>> >> I get an error saying it requires libsndfile, the thing is I already
>>>> >> have
>>>> >> libsndfile installed from a previous csound installation,
>>>> >>
>>>> >> CMake Error at CMakeLists.txt:339 (message):
>>>> >>   Csound requires the sndfile library
>>>> >>
>>>> >>
>>>> >> -- Configuring incomplete, errors occurred!
>>>> >>
>>>> >> READ THIS: https://github.com/mxcl/homebrew/wiki/troubleshooting
>>>> >>
>>>> >> Marions-MacBook:~ eddyc$ brew install libsndfile
>>>> >> Warning: libsndfile-1.0.25 already installed, it's just not linked
>>>> >> Marions-MacBook:~ eddyc$
>>>> >>
>>>> >>
>>>> >>
>>>> >> On 11 May 2013 18:26, peiman khosravi <peimankhosravi@gmail.com>
>>>> >> wrote:
>>>> >>>
>>>> >>> I get the same errors.
>>>> >>>
>>>> >>> P
>>>> >>>
>>>> >>>
>>>> >>>
>>>> >>>
>>>> >>>
>>>> >>>
>>>> >>> www.peimankhosravi.co.uk || Subscribe to RSS Feed
>>>> >>>
>>>> >>> To receive emails about upcoming concerts visit this page & enter
>>>> >>> your
>>>> >>> email address in the 'follow' section.
>>>> >>>
>>>> >>>
>>>> >>>
>>>> >>> On 11 May 2013 16:38, Steven Yi <stevenyi@gmail.com> wrote:
>>>> >>>>
>>>> >>>> Hi Jake,
>>>> >>>>
>>>> >>>> Thanks very much for the quick report! I'm running into similar
>>>> >>>> situations and it has to do with brew trying to install links but
>>>> >>>> there are original files there installed from somewhere else
>>>> >>>> (likely
>>>> >>>> from a previous csound installer install).  I just did this:
>>>> >>>>
>>>> >>>> Error: Could not symlink file:
>>>> >>>> /usr/local/Cellar/libogg/1.3.0/include/ogg/os_types.h
>>>> >>>> Target /usr/local/include/ogg/os_types.h already exists. You may
>>>> >>>> need
>>>> >>>> to delete it.
>>>> >>>> To force the link and overwrite all other conflicting files, do:
>>>> >>>>   brew link --overwrite formula_name
>>>> >>>>
>>>> >>>> To list all files that would be deleted:
>>>> >>>>   brew link --overwrite --dry-run formula_name
>>>> >>>> cp23-119:Formula stevenyi$ brew link --overwrite libogg
>>>> >>>> Linking /usr/local/Cellar/libogg/1.3.0... 81 symlinks created
>>>> >>>>
>>>> >>>> and also did 'brew link --overwrite flac' (and so on for each lib).
>>>> >>>>
>>>> >>>> One note, I'm running into issues in building --universal.  It
>>>> >>>> seems
>>>> >>>> some of the formulas can be --universal but they depend on others
>>>> >>>> that
>>>> >>>> don't support universal.  I'm going to see about modifying some of
>>>> >>>> the
>>>> >>>> dependent homebrew recipes and if that works I'll see if they get
>>>> >>>> accepted into the main repo.
>>>> >>>>
>>>> >>>> Thanks!
>>>> >>>> steven
>>>> >>>>
>>>> >>>> On Sat, May 11, 2013 at 5:24 PM, Jacob Joaquin
>>>> >>>> <jacobjoaquin@gmail.com>
>>>> >>>> wrote:
>>>> >>>> > Here's my first run through; It breaks at libogg. I'm actually in
>>>> >>>> > the
>>>> >>>> > middle
>>>> >>>> > of something this morning. I'll spend more time with this when I
>>>> >>>> > have
>>>> >>>> > some:
>>>> >>>> >
>>>> >>>> > Quorra ~ $ brew install http://www.kunstmusik.com/csound.rb
>>>> >>>> >
>>>> >>>> >
>>>> >>>> > ########################################################################
>>>> >>>> > 100.0%
>>>> >>>> > Warning: Your Xcode (4.6.1) is outdated
>>>> >>>> > Please install Xcode 4.6.2.
>>>> >>>> > ==> Installing csound dependency: cmake
>>>> >>>> > ==> Downloading
>>>> >>>> > https://downloads.sf.net/project/machomebrew/Bottles/cmake-2.8.1
>>>> >>>> >
>>>> >>>> >
>>>> >>>> > ########################################################################
>>>> >>>> > 100.0%
>>>> >>>> > ==> Pouring cmake-2.8.10.2.mountain_lion.bottle.tar.gz
>>>> >>>> > 🍺  /usr/local/Cellar/cmake/2.8.10.2: 683 files, 32M
>>>> >>>> > ==> Installing csound dependency: pcre
>>>> >>>> > ==> Downloading
>>>> >>>> > ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre-8.32.
>>>> >>>> >
>>>> >>>> >
>>>> >>>> > ########################################################################
>>>> >>>> > 100.0%
>>>> >>>> >
>>>> >>>> >
>>>> >>>> > ########################################################################
>>>> >>>> > 100.0%==> ./configure --prefix=/usr/local/Cellar/pcre/8.32
>>>> >>>> > --enable-utf8
>>>> >>>> > --enable-unic
>>>> >>>> > ==> make test
>>>> >>>> > ==> make install
>>>> >>>> > 🍺  /usr/local/Cellar/pcre/8.32: 135 files, 3.6M, built in 44
>>>> >>>> > seconds
>>>> >>>> > ==> Installing csound dependency: swig
>>>> >>>> > ==> Downloading
>>>> >>>> >
>>>> >>>> >
>>>> >>>> > http://sourceforge.net/projects/swig/files/swig/swig-2.0.9/swig-2.0.9.tar.gz
>>>> >>>> >
>>>> >>>> >
>>>> >>>> > ########################################################################
>>>> >>>> > 100.0%
>>>> >>>> > ==> ./configure --prefix=/usr/local/Cellar/swig/2.0.9
>>>> >>>> > ==> make
>>>> >>>> > ==> make install
>>>> >>>> > 🍺  /usr/local/Cellar/swig/2.0.9: 599 files, 6.2M, built in 45
>>>> >>>> > seconds
>>>> >>>> > ==> Installing csound dependency: pkg-config
>>>> >>>> > ==> Downloading
>>>> >>>> >
>>>> >>>> >
>>>> >>>> > https://downloads.sf.net/project/machomebrew/Bottles/pkg-config-0.28.mountain_lion.bottle.tar.gz
>>>> >>>> >
>>>> >>>> >
>>>> >>>> > ########################################################################
>>>> >>>> > 100.0%
>>>> >>>> > ==> Pouring pkg-config-0.28.mountain_lion.bottle.tar.gz
>>>> >>>> > 🍺  /usr/local/Cellar/pkg-config/0.28: 10 files, 636K
>>>> >>>> > ==> Installing csound dependency: lame
>>>> >>>> > ==> Downloading
>>>> >>>> >
>>>> >>>> > http://downloads.sourceforge.net/sourceforge/lame/lame-3.99.5.tar.gz
>>>> >>>> >
>>>> >>>> >
>>>> >>>> > ########################################################################
>>>> >>>> > 100.0%
>>>> >>>> > ==> ./configure --prefix=/usr/local/Cellar/lame/3.99.5
>>>> >>>> > --enable-nasm
>>>> >>>> > ==> make install
>>>> >>>> > 🍺  /usr/local/Cellar/lame/3.99.5: 25 files, 2.1M, built in 27
>>>> >>>> > seconds
>>>> >>>> > ==> Installing csound dependency: flac
>>>> >>>> > ==> Downloading
>>>> >>>> >
>>>> >>>> > http://downloads.sourceforge.net/sourceforge/flac/flac-1.2.1.tar.gz
>>>> >>>> >
>>>> >>>> >
>>>> >>>> > ########################################################################
>>>> >>>> > 100.0%
>>>> >>>> > ==> ./configure --disable-asm-optimizations --enable-sse
>>>> >>>> > --prefix=/usr/local/Cellar/flac/1.2.1
>>>> >>>> > --mandir=/usr/local/Cellar/flac/1.2.1/share/man
>>>> >>>> > ==> make install
>>>> >>>> > ==> Downloading
>>>> >>>> > https://github.com/rmndk/flac2mp3/archive/v1.0.tar.gz
>>>> >>>> >
>>>> >>>> >
>>>> >>>> > ########################################################################
>>>> >>>> > 100.0%
>>>> >>>> > Warning: Could not link flac. Unlinking...
>>>> >>>> > Error: The `brew link` step did not complete successfully
>>>> >>>> > The formula built, but is not symlinked into /usr/local
>>>> >>>> > You can try again using `brew link flac'
>>>> >>>> > ==> Summary
>>>> >>>> > 🍺  /usr/local/Cellar/flac/1.2.1: 304 files, 6.5M, built in 47
>>>> >>>> > seconds
>>>> >>>> > ==> Installing csound dependency: libogg
>>>> >>>> > ==> Downloading
>>>> >>>> > http://downloads.xiph.org/releases/ogg/libogg-1.3.0.tar.gz
>>>> >>>> >
>>>> >>>> >
>>>> >>>> > ########################################################################
>>>> >>>> > 100.0%
>>>> >>>> > ==> ./configure --prefix=/usr/local/Cellar/libogg/1.3.0
>>>> >>>> > ==> make
>>>> >>>> > ==> make install
>>>> >>>> > Warning: Could not link libogg. Unlinking...
>>>> >>>> > Error: The `brew link` step did not complete successfully
>>>> >>>> > The formula built, but is not symlinked into /usr/local
>>>> >>>> > You can try again using `brew link libogg'
>>>> >>>> > ==> Summary
>>>> >>>> > 🍺  /usr/local/Cellar/libogg/1.3.0: 85 files, 520K, built in 11
>>>> >>>> > seconds
>>>> >>>> > ==> Installing csound dependency: xz
>>>> >>>> > ==> Downloading http://tukaani.org/xz/xz-5.0.4.tar.bz2
>>>> >>>> >
>>>> >>>> >
>>>> >>>> > ########################################################################
>>>> >>>> > 100.0%
>>>> >>>> > ==> ./configure --prefix=/usr/local/Cellar/xz/5.0.4
>>>> >>>> > ==> make install
>>>> >>>> > 🍺  /usr/local/Cellar/xz/5.0.4: 58 files, 1.5M, built in 27
>>>> >>>> > seconds
>>>> >>>> > Error: You must `brew link libogg' before libvorbis can be
>>>> >>>> > installed
>>>> >>>> >
>>>> >>>> >
>>>> >>>> >
>>>> >>>> >
>>>> >>>> >
>>>> >>>> > On Sat, May 11, 2013 at 8:21 AM, Jacob Joaquin
>>>> >>>> > <jacobjoaquin@gmail.com>
>>>> >>>> > wrote:
>>>> >>>> >>
>>>> >>>> >> I ran into an error which was resolved by updating brew:
>>>> >>>> >>
>>>> >>>> >> brew update
>>>> >>>> >>
>>>> >>>> >> It's currently downloading and installing dependencies. We'll
>>>> >>>> >> see how
>>>> >>>> >> this
>>>> >>>> >> goes.
>>>> >>>> >>
>>>> >>>> >>
>>>> >>>> >> On Sat, May 11, 2013 at 8:12 AM, Steven Yi <stevenyi@gmail.com>
>>>> >>>> >> wrote:
>>>> >>>> >>>
>>>> >>>> >>> Hi All,
>>>> >>>> >>>
>>>> >>>> >>> I've put together a homebrew [1]  file and was hoping to get
>>>> >>>> >>> some
>>>> >>>> >>> people to test it.  If it's working well maybe we can submit it
>>>> >>>> >>> to
>>>> >>>> >>> the
>>>> >>>> >>> homebrew repo.  The file is available at:
>>>> >>>> >>>
>>>> >>>> >>> http://www.kunstmusik.com/csound.rb
>>>> >>>> >>>
>>>> >>>> >>> You can try installing it by using:
>>>> >>>> >>>
>>>> >>>> >>> brew install http://www.kunstmusik.com/csound.rb
>>>> >>>> >>>
>>>> >>>> >>> This builds with a source zip I put together from today's GIT
>>>> >>>> >>> (using
>>>> >>>> >>> 'cpack package_source').  If you want to use the latest from
>>>> >>>> >>> GIT
>>>> >>>> >>> (recommended at this point) you can use:
>>>> >>>> >>>
>>>> >>>> >>> brew install --HEAD http://www.kunstmusik.com/csound.rb
>>>> >>>> >>>
>>>> >>>> >>> This should also install the following dependencies:
>>>> >>>> >>>
>>>> >>>> >>>   depends_on 'cmake' => :build
>>>> >>>> >>>   depends_on 'swig' => :build
>>>> >>>> >>>
>>>> >>>> >>>   depends_on 'libsndfile'
>>>> >>>> >>>
>>>> >>>> >>>   depends_on 'portaudio' => :recommended
>>>> >>>> >>>   depends_on 'portmidi' => :recommended
>>>> >>>> >>>   depends_on 'liblo' => :recommended
>>>> >>>> >>>   depends_on 'boost' => :recommended
>>>> >>>> >>>   depends_on 'libpng' => :recommended
>>>> >>>> >>>   depends_on 'stk' => :recommended
>>>> >>>> >>>
>>>> >>>> >>> You can get info on flags by using:
>>>> >>>> >>>
>>>> >>>> >>> brew info http://www.kunstmusik.com/csound.rb
>>>> >>>> >>>
>>>> >>>> >>> and can (or, at least, should) be able to build as a
>>>> >>>> >>> --universal
>>>> >>>> >>> using:
>>>> >>>> >>>
>>>> >>>> >>> brew install --HEAD http://www.kunstmusik.com/csound.rb
>>>> >>>> >>> --universal
>>>> >>>> >>>
>>>> >>>> >>> Some notes:
>>>> >>>> >>>
>>>> >>>> >>> 1) There are likely to be problems.  Please report issues here
>>>> >>>> >>> so
>>>> >>>> >>> that
>>>> >>>> >>> we can fix them together. :)
>>>> >>>> >>>
>>>> >>>> >>> 2) The csound cmake file installs things into places that may
>>>> >>>> >>> be
>>>> >>>> >>> protected on your system. The particularly relevant ones are
>>>> >>>> >>> /usr/local, /Library/Python/2.7/site-packages, and
>>>> >>>> >>> /Library/Java/Extensions.  Homebrew explains how to deal with
>>>> >>>> >>> the
>>>> >>>> >>> latter 2 directores in [2]. There's info about /usr/local on
>>>> >>>> >>> the
>>>> >>>> >>> homebrew site [1].
>>>> >>>> >>>
>>>> >>>> >>> 3) I'm currently thinking this might be the best way to get
>>>> >>>> >>> everything
>>>> >>>> >>> required to build csound installed on OSX.  The idea is that
>>>> >>>> >>> once you
>>>> >>>> >>> install once, you'll have everything you need to also clone
>>>> >>>> >>> Csound's
>>>> >>>> >>> git repo and develop/build/install.
>>>> >>>> >>>
>>>> >>>> >>> Thanks!
>>>> >>>> >>> steven
>>>> >>>> >>>
>>>> >>>> >>> [1] - http://brew.sh/
>>>> >>>> >>> [2] -
>>>> >>>> >>>
>>>> >>>> >>> https://github.com/mxcl/homebrew/wiki/Gems%2C-Eggs-and-Perl-Modules
>>>> >>>> >>>
>>>> >>>> >>>
>>>> >>>> >>>
>>>> >>>> >>>
>>>> >>>> >>> ------------------------------------------------------------------------------
>>>> >>>> >>> Learn Graph Databases - Download FREE O'Reilly Book
>>>> >>>> >>> "Graph Databases" is the definitive new guide to graph
>>>> >>>> >>> databases and
>>>> >>>> >>> their applications. This 200-page book is written by three
>>>> >>>> >>> acclaimed
>>>> >>>> >>> leaders in the field. The early access version is available
>>>> >>>> >>> now.
>>>> >>>> >>> Download your free book today!
>>>> >>>> >>> http://p.sf.net/sfu/neotech_d2d_may
>>>> >>>> >>> _______________________________________________
>>>> >>>> >>> Csound-devel mailing list
>>>> >>>> >>> Csound-devel@lists.sourceforge.net
>>>> >>>> >>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>> >>>> >>
>>>> >>>> >>
>>>> >>>> >>
>>>> >>>> >>
>>>> >>>> >> --
>>>> >>>> >> codehop.com | #code #art #music
>>>> >>>> >
>>>> >>>> >
>>>> >>>> >
>>>> >>>> >
>>>> >>>> > --
>>>> >>>> > codehop.com | #code #art #music
>>>> >>>> >
>>>> >>>> >
>>>> >>>> >
>>>> >>>> > ------------------------------------------------------------------------------
>>>> >>>> > Learn Graph Databases - Download FREE O'Reilly Book
>>>> >>>> > "Graph Databases" is the definitive new guide to graph databases
>>>> >>>> > and
>>>> >>>> > their applications. This 200-page book is written by three
>>>> >>>> > acclaimed
>>>> >>>> > leaders in the field. The early access version is available now.
>>>> >>>> > Download your free book today!
>>>> >>>> > http://p.sf.net/sfu/neotech_d2d_may
>>>> >>>> > _______________________________________________
>>>> >>>> > Csound-devel mailing list
>>>> >>>> > Csound-devel@lists.sourceforge.net
>>>> >>>> > https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>> >>>> >
>>>> >>>>
>>>> >>>>
>>>> >>>>
>>>> >>>> ------------------------------------------------------------------------------
>>>> >>>> Learn Graph Databases - Download FREE O'Reilly Book
>>>> >>>> "Graph Databases" is the definitive new guide to graph databases
>>>> >>>> and
>>>> >>>> their applications. This 200-page book is written by three
>>>> >>>> acclaimed
>>>> >>>> leaders in the field. The early access version is available now.
>>>> >>>> Download your free book today! http://p.sf.net/sfu/neotech_d2d_may
>>>> >>>> _______________________________________________
>>>> >>>> Csound-devel mailing list
>>>> >>>> Csound-devel@lists.sourceforge.net
>>>> >>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>> >>>
>>>> >>>
>>>> >>>
>>>> >>>
>>>> >>>
>>>> >>> ------------------------------------------------------------------------------
>>>> >>> Learn Graph Databases - Download FREE O'Reilly Book
>>>> >>> "Graph Databases" is the definitive new guide to graph databases and
>>>> >>> their applications. This 200-page book is written by three acclaimed
>>>> >>> leaders in the field. The early access version is available now.
>>>> >>> Download your free book today! http://p.sf.net/sfu/neotech_d2d_may
>>>> >>> _______________________________________________
>>>> >>> Csound-devel mailing list
>>>> >>> Csound-devel@lists.sourceforge.net
>>>> >>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>> >>>
>>>> >>
>>>> >>
>>>> >>
>>>> >> ------------------------------------------------------------------------------
>>>> >> Learn Graph Databases - Download FREE O'Reilly Book
>>>> >> "Graph Databases" is the definitive new guide to graph databases and
>>>> >> their applications. This 200-page book is written by three acclaimed
>>>> >> leaders in the field. The early access version is available now.
>>>> >> Download your free book today! http://p.sf.net/sfu/neotech_d2d_may
>>>> >> _______________________________________________
>>>> >> Csound-devel mailing list
>>>> >> Csound-devel@lists.sourceforge.net
>>>> >> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>> >>
>>>>
>>>>
>>>> ------------------------------------------------------------------------------
>>>> Learn Graph Databases - Download FREE O'Reilly Book
>>>> "Graph Databases" is the definitive new guide to graph databases and
>>>> their applications. This 200-page book is written by three acclaimed
>>>> leaders in the field. The early access version is available now.
>>>> Download your free book today! http://p.sf.net/sfu/neotech_d2d_may
>>>> _______________________________________________
>>>> Csound-devel mailing list
>>>> Csound-devel@lists.sourceforge.net
>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>
>>>
>>>
>>>
>>> ------------------------------------------------------------------------------
>>> Learn Graph Databases - Download FREE O'Reilly Book
>>> "Graph Databases" is the definitive new guide to graph databases and
>>> their applications. This 200-page book is written by three acclaimed
>>> leaders in the field. The early access version is available now.
>>> Download your free book today! http://p.sf.net/sfu/neotech_d2d_may
>>> _______________________________________________
>>> Csound-devel mailing list
>>> Csound-devel@lists.sourceforge.net
>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>
>>
>>
>> ------------------------------------------------------------------------------
>> Learn Graph Databases - Download FREE O'Reilly Book
>> "Graph Databases" is the definitive new guide to graph databases and
>> their applications. This 200-page book is written by three acclaimed
>> leaders in the field. The early access version is available now.
>> Download your free book today! http://p.sf.net/sfu/neotech_d2d_may
>> _______________________________________________
>> Csound-devel mailing list
>> Csound-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>
>
>
> ------------------------------------------------------------------------------
> Learn Graph Databases - Download FREE O'Reilly Book
> "Graph Databases" is the definitive new guide to graph databases and
> their applications. This 200-page book is written by three acclaimed
> leaders in the field. The early access version is available now.
> Download your free book today! http://p.sf.net/sfu/neotech_d2d_may
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel
>

------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and
their applications. This 200-page book is written by three acclaimed
leaders in the field. The early access version is available now.
Download your free book today! http://p.sf.net/sfu/neotech_d2d_may
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-devel


Date2013-05-13 19:46
FromSteven Yi
SubjectRe: [Cs-dev] OSX: Homebrew
Hi Peiman,

It looks like the copy/paste maybe copied some newlines that shouldn't
be there?  For example:

sudo chmod +a 'user:peimankhosravi allow
add_subdirectory,add_file,delete_child directory_inherit'
/Library/Python/2.7/site-packages

You can look at
https://github.com/mxcl/homebrew/wiki/Gems%2C-Eggs-and-Perl-Modules to
see what the line should look like, with a change of what directories
to apply the command to.

(I think it might be best to start a wiki page on this, but I need to
see which wiki to use. :)  I'll ask about that in a separate email.)

steven

On Mon, May 13, 2013 at 8:36 PM, peiman khosravi
 wrote:
> Hi Steven,
>
> Thanks very much for the help. I trued your solution above but I get this:
>
> peimankh:~ peimankhosravi$ sudo chmod +a 'user:peimankhosravi allow
>> add_subdirectory
>> add_file,delete_child
>> directory_inherit'
> usage: chmod [-fhv] [-R [-H | -L | -P]] [-a | +a | =a  [i][# [ n]]]
> mode|entry file ...
> chmod [-fhv] [-R [-H | -L | -P]] [-E | -C | -N | -i | -I] file ...
> peimankh:~ peimankhosravi$ /Library/Python/2.7/site-packages
> -bash: /Library/Python/2.7/site-packages: is a directory
> peimankh:~ peimankhosravi$ sudo chmod +a 'user:peimankhosravi allow
>> add_subdirectory,add_file,delete_child,directory_inherit'
> usage: chmod [-fhv] [-R [-H | -L | -P]] [-a | +a | =a  [i][# [ n]]]
> mode|entry file ...
> chmod [-fhv] [-R [-H | -L | -P]] [-E | -C | -N | -i | -I] file ...
> peimankh:~ peimankhosravi$ /Library/Python/2.7/site-packages
> -bash: /Library/Python/2.7/site-packages: is a directory
>
>
> Is this normal?
>
>
>
>
>
>
> www.peimankhosravi.co.uk || Subscribe to RSS Feed
>
> To receive emails about upcoming concerts visit this page & enter your email
> address in the 'follow' section.
>
>
>
> On 12 May 2013 13:18, Steven Yi  wrote:
>>
>> Hi Ed,
>>
>> Yeah I mentioned this situation in my first email:
>>
>> "2) The csound cmake file installs things into places that may be
>> protected on your system. The particularly relevant ones are
>> /usr/local, /Library/Python/2.7/site-packages, and
>> /Library/Java/Extensions.  Homebrew explains how to deal with the
>> latter 2 directores in [2]. There's info about /usr/local on the
>> homebrew site [1]."
>>
>> The link for number 2 is:
>>
>> https://github.com/mxcl/homebrew/wiki/Gems%2C-Eggs-and-Perl-Modules
>>
>> The essentialy thing to run is:
>>
>> sudo chmod +a 'user:YOUR_NAME_HERE allow
>> add_subdirectory,add_file,delete_child,directory_inherit'
>> /Library/Python/2.7/site-packages
>> sudo chmod +a 'user:YOUR_NAME_HERE allow
>> add_subdirectory,add_file,delete_child,directory_inherit'
>> /Library/Java/Extensions
>>
>> where YOUR_NAME_HERE is your system user name.
>>
>> After that, you should be able to install.
>>
>> Let me know how it goes for you!
>> steven
>>
>>
>> On Sun, May 12, 2013 at 12:12 PM, Ed Costello 
>> wrote:
>> > Here ya go, I think the installer is having trouble with copying
>> > _csnd6.so
>> > into my python site packages directory
>> >
>> > Marions-MacBook:~ eddyc$ brew install --HEAD
>> > http://www.kunstmusik.com/csound.rb --verbose
>> > /usr/bin/curl -f#LA Homebrew 0.9.4 (Ruby 1.8.7-358; Mac OS X 10.8.3)
>> > http://www.kunstmusik.com/csound.rb -o
>> > /Library/Caches/Homebrew/Formula/csound.rb
>> > ########################################################################
>> > 100.0%
>> > ==> Cloning git://git.code.sourceforge.net/p/csound/csound6-git
>> > git clone --depth 1 git://git.code.sourceforge.net/p/csound/csound6-git
>> > /Library/Caches/Homebrew/csound--git
>> > Cloning into '/Library/Caches/Homebrew/csound--git'...
>> > remote: Counting objects: 1531, done.
>> > remote: Compressing objects: 100% (1314/1314), done.
>> > remote: Total 1531 (delta 288), reused 797 (delta 140)
>> > Receiving objects: 100% (1531/1531), 13.23 MiB | 1.07 MiB/s, done.
>> > Resolving deltas: 100% (288/288), done.
>> > git reset --hard origin/HEAD
>> > HEAD is now at 2468c7c some float csound adjustments
>> > git checkout-index -a -f --prefix=/private/tmp/csound-KYls/
>> > ==> cmake . -DUSE_GETTEXT=0
>> > -DCMAKE_INSTALL_PREFIX=/usr/local/Cellar/csound/HEAD
>> > -DCMAKE_BUILD_TYPE=None
>> > -DCMAKE_FIND_FRAMEWORK=LAST -Wno-dev
>> > cmake . -DUSE_GETTEXT=0
>> > -DCMAKE_INSTALL_PREFIX=/usr/local/Cellar/csound/HEAD
>> > -DCMAKE_BUILD_TYPE=None -DCMAKE_FIND_FRAMEWORK=LAST -Wno-dev
>> > -- The C compiler identification is Clang 4.2.0
>> > -- The CXX compiler identification is Clang 4.2.0
>> > -- Check for working C compiler: /usr/local/Library/ENV/4.3/cc
>> > -- Check for working C compiler: /usr/local/Library/ENV/4.3/cc -- works
>> > -- Detecting C compiler ABI info
>> > -- Detecting C compiler ABI info - done
>> > -- Check for working CXX compiler: /usr/local/Library/ENV/4.3/c++
>> > -- Check for working CXX compiler: /usr/local/Library/ENV/4.3/c++ --
>> > works
>> > -- Detecting CXX compiler ABI info
>> > -- Detecting CXX compiler ABI info - done
>> > -- /tmp/csound-KYls
>> > -- BUILD_BIN_DIR set to /tmp/csound-KYls
>> > -- BUILD_LIB_DIR set to /tmp/csound-KYls
>> > -- BUILD_PLUGINS_DIR set to /tmp/csound-KYls
>> > -- Check if the system is big endian
>> > -- Searching 16 bit integer
>> > -- Looking for sys/types.h
>> > -- Looking for sys/types.h - found
>> > -- Looking for stdint.h
>> > -- Looking for stdint.h - found
>> > -- Looking for stddef.h
>> > -- Looking for stddef.h - found
>> > -- Check size of unsigned short
>> > -- Check size of unsigned short - done
>> > -- Using unsigned short
>> > -- Check if the system is big endian - little endian
>> > -- Try OpenMP C flag = [-fopenmp]
>> > -- Performing Test OpenMP_FLAG_DETECTED
>> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> > -- Try OpenMP C flag = [/openmp]
>> > -- Performing Test OpenMP_FLAG_DETECTED
>> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> > -- Try OpenMP C flag = [-Qopenmp]
>> > -- Performing Test OpenMP_FLAG_DETECTED
>> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> > -- Try OpenMP C flag = [-openmp]
>> > -- Performing Test OpenMP_FLAG_DETECTED
>> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> > -- Try OpenMP C flag = [ ]
>> > -- Performing Test OpenMP_FLAG_DETECTED
>> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> > -- Try OpenMP C flag = [-xopenmp]
>> > -- Performing Test OpenMP_FLAG_DETECTED
>> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> > -- Try OpenMP C flag = [+Oopenmp]
>> > -- Performing Test OpenMP_FLAG_DETECTED
>> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> > -- Try OpenMP C flag = [-qsmp]
>> > -- Performing Test OpenMP_FLAG_DETECTED
>> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> > -- Try OpenMP C flag = [-mp]
>> > -- Performing Test OpenMP_FLAG_DETECTED
>> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> > -- Try OpenMP CXX flag = [-fopenmp]
>> > -- Performing Test OpenMP_FLAG_DETECTED
>> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> > -- Try OpenMP CXX flag = [/openmp]
>> > -- Performing Test OpenMP_FLAG_DETECTED
>> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> > -- Try OpenMP CXX flag = [-Qopenmp]
>> > -- Performing Test OpenMP_FLAG_DETECTED
>> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> > -- Try OpenMP CXX flag = [-openmp]
>> > -- Performing Test OpenMP_FLAG_DETECTED
>> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> > -- Try OpenMP CXX flag = [ ]
>> > -- Performing Test OpenMP_FLAG_DETECTED
>> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> > -- Try OpenMP CXX flag = [-xopenmp]
>> > -- Performing Test OpenMP_FLAG_DETECTED
>> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> > -- Try OpenMP CXX flag = [+Oopenmp]
>> > -- Performing Test OpenMP_FLAG_DETECTED
>> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> > -- Try OpenMP CXX flag = [-qsmp]
>> > -- Performing Test OpenMP_FLAG_DETECTED
>> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> > -- Try OpenMP CXX flag = [-mp]
>> > -- Performing Test OpenMP_FLAG_DETECTED
>> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> > -- Could NOT find OpenMP (missing:  OpenMP_C_FLAGS OpenMP_CXX_FLAGS)
>> > -- Looking for libintl.h
>> > -- Looking for libintl.h - not found
>> > -- Looking for C++ include eigen3/Eigen/Dense
>> > -- Looking for C++ include eigen3/Eigen/Dense - not found
>> > -- Could NOT find Gettext (missing:  GETTEXT_MSGMERGE_EXECUTABLE
>> > GETTEXT_MSGFMT_EXECUTABLE)
>> > -- Looking for lrint in m
>> > -- Looking for lrint in m - found
>> > -- Looking for unistd.h
>> > -- Looking for unistd.h - found
>> > -- Looking for io.h
>> > -- Looking for io.h - not found
>> > -- Looking for fcntl.h
>> > -- Looking for fcntl.h - found
>> > -- Looking for sys/time.h
>> > -- Looking for sys/time.h - found
>> > -- Looking for termios.h
>> > -- Looking for termios.h - found
>> > -- Looking for values.h
>> > -- Looking for values.h - not found
>> > -- Looking for winsock.h
>> > -- Looking for winsock.h - not found
>> > -- Looking for sys/socket.h
>> > -- Looking for sys/socket.h - found
>> > -- Looking for dirent.h
>> > -- Looking for dirent.h - found
>> > -- USE_LRINT is enabled
>> > -- Found FLEX: /usr/bin/flex (found version "2.5.35")
>> > -- Found BISON: /usr/bin/bison (found version "2.3")
>> > -- Looking for pthread_spin_lock
>> > -- Looking for pthread_spin_lock - not found
>> > -- Looking for pthread_barrier_init
>> > -- Looking for pthread_barrier_init - not found
>> > -- OPENMP_FOUND="FALSE", so disabling USE_OPEN_MP
>> > -- PTHREAD_BARRIER_INIT_EXISTS="", so disabling USE_OPEN_MP
>> > -- USE_OPEN_MP is disabled
>> > -- Not building with score parser
>> > -- Not building with new parser debugging
>> > -- Building with multicore
>> > -- USE_GETTEXT is disabled
>> > -- Not using localization
>> > -- Building on OSX
>> > -- Boost version: 1.53.0
>> > -- Looking for ladspa.h
>> > -- Looking for ladspa.h - not found
>> > -- Looking for fluidsynth.h
>> > -- Looking for fluidsynth.h - not found
>> > -- Looking for jack/jack.h
>> > -- Looking for jack/jack.h - not found
>> > -- Looking for C++ include gmm/gmm.h
>> > -- Looking for C++ include gmm/gmm.h - not found
>> > -- Looking for lo/lo.h
>> > -- Looking for lo/lo.h - found
>> > -- Found ZLIB: /usr/lib/libz.dylib (found version "1.2.5")
>> > -- Found PNG: /usr/local/lib/libpng.dylib (found version "1.5.14")
>> > -- Found PythonLibs: /usr/lib/libpython2.7.dylib (found version "2.7.2")
>> > -- Found Lua51: /usr/local/lib/liblua.dylib (found version "5.1.5")
>> > -- Looking for wiiuse.h
>> > -- Looking for wiiuse.h - not found
>> > -- Looking for p5glove.h
>> > -- Looking for p5glove.h - not found
>> > -- BUILD_CHUA_OPCODES is enabled
>> > -- LADSPA_H="", so disabling BUILD_DSSI_OPCODES
>> > -- BUILD_DSSI_OPCODES is disabled
>> > -- FLUIDSYNTH_H="", so disabling BUILD_FLUID_OPCODES
>> > -- FLUIDSYNTH_LIBRARY="FLUIDSYNTH_LIBRARY-NOTFOUND", so disabling
>> > BUILD_FLUID_OPCODES
>> > -- BUILD_FLUID_OPCODES is disabled
>> > -- JACK_HEADER="", so disabling BUILD_JACK_OPCODES
>> > -- BUILD_JACK_OPCODES is disabled
>> > -- GMM_HEADER="", so disabling BUILD_LINEAR_ALGEBRA_OPCODES
>> > -- BUILD_LINEAR_ALGEBRA_OPCODES is disabled
>> > -- BUILD_OSC_OPCODES is enabled
>> > -- BUILD_IMAGE_OPCODES is enabled
>> > -- BUILD_PYTHON_OPCODES is enabled
>> > -- OPENMP_FOUND="FALSE", so disabling BUILD_LUA_OPCODES
>> > -- BUILD_LUA_OPCODES is disabled
>> > -- WIIUSE_H="", so disabling BUILD_WIIMOTE_OPCODES
>> > -- BUILD_WIIMOTE_OPCODES is disabled
>> > -- P5GLOVE_H="", so disabling BUILD_P5GLOVE_OPCODES
>> > -- BUILD_P5GLOVE_OPCODES is disabled
>> > -- BUILD_STK_OPCODES is enabled
>> > --
>> > -- ## REALTIME AUDIO AND MIDI ##
>> > -- Looking for alsa/asoundlib.h
>> > -- Looking for alsa/asoundlib.h - not found
>> > -- Looking for pulse/simple.h
>> > -- Looking for pulse/simple.h - not found
>> > -- Looking for XOpenDisplay in
>> > /usr/X11R6/lib/libX11.dylib;/usr/X11R6/lib/libXext.dylib
>> > -- Looking for XOpenDisplay in
>> > /usr/X11R6/lib/libX11.dylib;/usr/X11R6/lib/libXext.dylib - found
>> > -- Looking for gethostbyname
>> > -- Looking for gethostbyname - found
>> > -- Looking for connect
>> > -- Looking for connect - found
>> > -- Looking for remove
>> > -- Looking for remove - found
>> > -- Looking for shmat
>> > -- Looking for shmat - found
>> > -- Looking for IceConnectionNumber in ICE
>> > -- Looking for IceConnectionNumber in ICE - not found
>> > -- Found X11: /usr/X11R6/lib/libX11.dylib
>> > -- Found FLTK:
>> >
>> > /usr/local/lib/libfltk_images.a;/usr/local/lib/libfltk_forms.a;/usr/local/lib/libfltk.a
>> > -- USE_COREMIDI is enabled
>> > -- USE_AUDIOUNIT is enabled
>> > -- ALSA_HEADER="", so disabling USE_ALSA
>> > -- ALSA_LIBRARY="ALSA_LIBRARY-NOTFOUND", so disabling USE_ALSA
>> > -- USE_ALSA is disabled
>> > -- PULSEAUDIO_HEADER="", so disabling USE_PULSEAUDIO
>> > -- PULSEAUDIO_LIBRARY="PULSEAUDIO_LIBRARY-NOTFOUND", so disabling
>> > USE_PULSEAUDIO
>> > -- PULSESIMPLE_LIBRARY="PULSESIMPLE_LIBRARY-NOTFOUND", so disabling
>> > USE_PULSEAUDIO
>> > -- USE_PULSEAUDIO is disabled
>> > -- PORTAUDIO_HEADER="", so disabling USE_PORTAUDIO
>> > -- USE_PORTAUDIO is disabled
>> > -- PORTMIDI_HEADER="", so disabling USE_PORTMIDI
>> > -- USE_PORTMIDI is disabled
>> > -- JACK_HEADER="", so disabling USE_JACK
>> > -- JACK_LIBRARY="JACK_LIBRARY-NOTFOUND", so disabling USE_JACK
>> > -- USE_JACK is disabled
>> > -- USE_FLTK is enabled
>> > -- BUILD_VIRTUAL_KEYBOARD is enabled
>> > --
>> > -- Building C++ interface library
>> > -- Found SWIG: /usr/local/bin/swig (found suitable version "2.0.9",
>> > minimum
>> > required is "2.0")
>> > -- Found JNI: -framework JavaVM
>> > -- Found Java: /usr/bin/java (found version "1.6.0.45")
>> > -- BUILD_PYTHON_INTERFACE is enabled
>> > -- BUILD_JAVA_INTERFACE is enabled
>> > -- BUILD_LUA_INTERFACE is enabled
>> > -- Looking for m_pd.h
>> > -- Looking for m_pd.h - not found
>> > -- Building csLadspa
>> > -- BUILD_CSBEATS is enabled
>> > -- PD_HEADER="", so disabling BUILD_PD_CLASS
>> > -- BUILD_PD_CLASS is disabled
>> > -- BUILD_WINSOUND is disabled
>> > -- Boost version: 1.53.0
>> > -- Found SWIG: /usr/local/bin/swig (found version "2.0.9")
>> > -- BUILD_CSOUND_AC is disabled
>> > -- BUILD_CSOUND_AC_PYTHON_INTERFACE is enabled
>> > -- BUILD_CSOUND_AC_LUA_INTERFACE is enabled
>> > -- Configuring done
>> > -- Generating done
>> > -- Build files have been written to: /tmp/csound-KYls
>> > ==> make install
>> > make install
>> > Scanning dependencies of target ampmidid
>> > [  0%] Generating csound_prelex.c
>> > [  0%] Generating csound_orclex.c
>> > [  0%] Generating csound_orcparse.c
>> > /tmp/csound-KYls/Engine/csound_orc.y: conflicts: 4 shift/reduce, 10
>> > reduce/reduce
>> > [  0%] Building CXX object
>> > Opcodes/CMakeFiles/ampmidid.dir/ampmidid.cpp.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > Scanning dependencies of target CsoundLib64
>> > Linking CXX shared library ../libampmidid.dylib
>> > [  0%] Built target ampmidid
>> > Scanning dependencies of target cellular
>> > [  0%] Building C object Opcodes/CMakeFiles/cellular.dir/cellular.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > Linking C shared library ../libcellular.dylib
>> > [  0%] Built target cellular
>> > Scanning dependencies of target chua
>> > [  1%] Building C object CMakeFiles/CsoundLib64.dir/Engine/auxfd.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [  1%] Building C object CMakeFiles/CsoundLib64.dir/Engine/cfgvar.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [  1%] Building C object CMakeFiles/CsoundLib64.dir/Engine/corfiles.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [  2%] Building C object CMakeFiles/CsoundLib64.dir/Engine/entry1.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [  2%] Building C object CMakeFiles/CsoundLib64.dir/Engine/envvar.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [  2%] [  3%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Engine/extract.c.o
>> > Building CXX object
>> > Opcodes/CMakeFiles/chua.dir/chua/ChuaOscillator.cpp.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [  4%] Building C object CMakeFiles/CsoundLib64.dir/Engine/fgens.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [  4%] Building C object CMakeFiles/CsoundLib64.dir/Engine/insert.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [  4%] Building C object CMakeFiles/CsoundLib64.dir/Engine/linevent.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [  5%] Building C object CMakeFiles/CsoundLib64.dir/Engine/memalloc.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [  5%] Building C object CMakeFiles/CsoundLib64.dir/Engine/memfiles.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [  5%] Building C object CMakeFiles/CsoundLib64.dir/Engine/musmon.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [  5%] Building C object CMakeFiles/CsoundLib64.dir/Engine/namedins.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [  6%] Building C object CMakeFiles/CsoundLib64.dir/Engine/rdscor.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [  6%] Building C object CMakeFiles/CsoundLib64.dir/Engine/scsort.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [  6%] Building C object CMakeFiles/CsoundLib64.dir/Engine/scxtract.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [  7%] Building C object CMakeFiles/CsoundLib64.dir/Engine/sort.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [  7%] Building C object CMakeFiles/CsoundLib64.dir/Engine/sread.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > Linking CXX shared library ../libchua.dylib
>> > [  7%] Building C object CMakeFiles/CsoundLib64.dir/Engine/swritestr.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [  8%] Building C object CMakeFiles/CsoundLib64.dir/Engine/twarp.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [  8%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Engine/csound_type_system.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [  8%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Engine/csound_standard_types.c.o
>> > [  8%] Built target chua
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > Scanning dependencies of target control
>> > [  9%] [  9%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Engine/csound_data_structures.c.o
>> > Building C object Opcodes/CMakeFiles/control.dir/control.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [  9%] Linking C shared library ../libcontrol.dylib
>> > Building C object CMakeFiles/CsoundLib64.dir/Engine/pools.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [  9%] Built target control
>> > Scanning dependencies of target cs_date
>> > [  9%] [ 10%] Building C object
>> > CMakeFiles/CsoundLib64.dir/InOut/libsnd.c.o
>> > Building C object Opcodes/CMakeFiles/cs_date.dir/date.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > Linking C shared library ../libcs_date.dylib
>> > [ 10%] Built target cs_date
>> > [ 10%] Building C object CMakeFiles/CsoundLib64.dir/InOut/libsnd_u.c.o
>> > Scanning dependencies of target doppler
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 10%] Building CXX object Opcodes/CMakeFiles/doppler.dir/doppler.cpp.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 11%] Building C object CMakeFiles/CsoundLib64.dir/InOut/midifile.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 11%] Building C object CMakeFiles/CsoundLib64.dir/InOut/midirecv.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > Linking CXX shared library ../libdoppler.dylib
>> > [ 11%] Building C object CMakeFiles/CsoundLib64.dir/InOut/midisend.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 11%] Built target doppler
>> > Scanning dependencies of target fareygen
>> > [ 12%] [ 12%] Building C object
>> > CMakeFiles/CsoundLib64.dir/InOut/winascii.c.o
>> > Building C object Opcodes/CMakeFiles/fareygen.dir/fareygen.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 12%] Linking C shared library ../libfareygen.dylib
>> > Building C object CMakeFiles/CsoundLib64.dir/InOut/windin.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 12%] Built target fareygen
>> > Scanning dependencies of target fractalnoise
>> > [ 12%] Building C object CMakeFiles/CsoundLib64.dir/InOut/window.c.o
>> > [ 13%] Building CXX object
>> > Opcodes/CMakeFiles/fractalnoise.dir/tl/fractalnoise.cpp.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 14%] Building C object CMakeFiles/CsoundLib64.dir/InOut/winEPS.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > Linking CXX shared library ../libfractalnoise.dylib
>> > [ 14%] Built target fractalnoise
>> > [ 14%] Building C object
>> > CMakeFiles/CsoundLib64.dir/InOut/circularbuffer.c.o
>> > Scanning dependencies of target image
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 14%] Building C object Opcodes/CMakeFiles/image.dir/imageOpcodes.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 14%] Building C object CMakeFiles/CsoundLib64.dir/OOps/aops.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > Linking C shared library ../libimage.dylib
>> > [ 14%] Built target image
>> > Scanning dependencies of target mixer
>> > [ 14%] Building CXX object Opcodes/CMakeFiles/mixer.dir/mixer.cpp.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 15%] Building C object CMakeFiles/CsoundLib64.dir/OOps/bus.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > Linking CXX shared library ../libmixer.dylib
>> > [ 15%] Building C object CMakeFiles/CsoundLib64.dir/OOps/cmath.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 15%] Built target mixer
>> > Scanning dependencies of target osc
>> > [ 16%] Building C object Opcodes/CMakeFiles/osc.dir/OSC.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 16%] Building C object CMakeFiles/CsoundLib64.dir/OOps/diskin.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > Linking C shared library ../libosc.dylib
>> > [ 16%] Building C object CMakeFiles/CsoundLib64.dir/OOps/diskin2.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 16%] Built target osc
>> > Scanning dependencies of target platerev
>> > [ 16%] Building C object Opcodes/CMakeFiles/platerev.dir/platerev.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 17%] Linking C shared library ../libplaterev.dylib
>> > Building C object CMakeFiles/CsoundLib64.dir/OOps/disprep.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 17%] Built target platerev
>> > Scanning dependencies of target py
>> > [ 17%] [ 17%] Building C object
>> > Opcodes/CMakeFiles/py.dir/py/pythonopcodes.c.o
>> > Building C object CMakeFiles/CsoundLib64.dir/OOps/dumpf.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 17%] Building C object CMakeFiles/CsoundLib64.dir/OOps/fftlib.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > Linking C shared library ../libpy.dylib
>> > [ 17%] Built target py
>> > [ 18%] Scanning dependencies of target scansyn
>> > Building C object CMakeFiles/CsoundLib64.dir/OOps/goto_ops.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 18%] Building C object Opcodes/CMakeFiles/scansyn.dir/scansyn.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 18%] Building C object CMakeFiles/CsoundLib64.dir/OOps/midiinterop.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 19%] Building C object Opcodes/CMakeFiles/scansyn.dir/scansynx.c.o
>> > [ 19%] Building C object CMakeFiles/CsoundLib64.dir/OOps/midiops.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 20%] Building C object CMakeFiles/CsoundLib64.dir/OOps/midiout.c.o
>> > Linking C shared library ../libscansyn.dylib
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 20%] Built target scansyn
>> > Scanning dependencies of target serial
>> > [ 20%] Building C object Opcodes/CMakeFiles/serial.dir/serial.c.o
>> > [ 20%] Building C object CMakeFiles/CsoundLib64.dir/OOps/mxfft.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > Linking C shared library ../libserial.dylib
>> > [ 20%] Built target serial
>> > [ 20%] Building C object CMakeFiles/CsoundLib64.dir/OOps/oscils.c.o
>> > Scanning dependencies of target signalflowgraph
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 21%] Building CXX object
>> > Opcodes/CMakeFiles/signalflowgraph.dir/signalflowgraph.cpp.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 22%] Building C object CMakeFiles/CsoundLib64.dir/OOps/pstream.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 22%] Building C object CMakeFiles/CsoundLib64.dir/OOps/pvfileio.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 22%] Building C object CMakeFiles/CsoundLib64.dir/OOps/pvsanal.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 22%] Building C object CMakeFiles/CsoundLib64.dir/OOps/random.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 23%] Building C object CMakeFiles/CsoundLib64.dir/OOps/remote.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 23%] Building C object CMakeFiles/CsoundLib64.dir/OOps/schedule.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > Linking CXX shared library ../libsignalflowgraph.dylib
>> > [ 23%] Building C object CMakeFiles/CsoundLib64.dir/OOps/sndinfUG.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 23%] Built target signalflowgraph
>> > Scanning dependencies of target system_call
>> > [ 25%] [ 25%] Building C object
>> > CMakeFiles/CsoundLib64.dir/OOps/str_ops.c.o
>> > Building C object Opcodes/CMakeFiles/system_call.dir/system_call.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > Linking C shared library ../libsystem_call.dylib
>> > [ 25%] Built target system_call
>> > Scanning dependencies of target stk-ops
>> > [ 25%] Building C object CMakeFiles/CsoundLib64.dir/OOps/ugens1.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 25%] Building CXX object
>> > Opcodes/stk/CMakeFiles/stk-ops.dir/stkOpcodes.cpp.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 25%] Building C object CMakeFiles/CsoundLib64.dir/OOps/ugens2.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 26%] Building C object CMakeFiles/CsoundLib64.dir/OOps/ugens2a.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 26%] Building C object CMakeFiles/CsoundLib64.dir/OOps/ugens3.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 26%] Building C object CMakeFiles/CsoundLib64.dir/OOps/ugens4.c.o
>> > Linking CXX shared library ../../libstk.dylib
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 26%] Built target stk-ops
>> > Scanning dependencies of target cmidi
>> > [ 27%] Building C object CMakeFiles/CsoundLib64.dir/OOps/ugens5.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 27%] Building C object InOut/CMakeFiles/cmidi.dir/cmidi.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 27%] Building C object CMakeFiles/CsoundLib64.dir/OOps/ugens6.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > Linking C shared library ../libcmidi.dylib
>> > [ 27%] Building C object CMakeFiles/CsoundLib64.dir/OOps/ugtabs.c.o
>> > [ 27%] Built target cmidi
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > Scanning dependencies of target ipmidi
>> > [ 27%] Building C object InOut/CMakeFiles/ipmidi.dir/ipmidi.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > Linking C shared library ../libipmidi.dylib
>> > [ 27%] Building C object CMakeFiles/CsoundLib64.dir/OOps/ugrw1.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 27%] Built target ipmidi
>> > Scanning dependencies of target rtauhal
>> > [ 28%] Building C object InOut/CMakeFiles/rtauhal.dir/rtauhal.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 29%] Building C object CMakeFiles/CsoundLib64.dir/OOps/ugrw2.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 29%] Building C object CMakeFiles/CsoundLib64.dir/OOps/vdelay.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > Linking C shared library ../librtauhal.dylib
>> > [ 29%] Built target rtauhal
>> > Scanning dependencies of target virtual
>> > [ 29%] Building C object CMakeFiles/CsoundLib64.dir/OOps/compile_ops.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 29%] Building CXX object
>> > InOut/CMakeFiles/virtual.dir/virtual_keyboard/FLTKKeyboard.cpp.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 30%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/babo.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 30%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/bilbar.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 30%] Building CXX object
>> > InOut/CMakeFiles/virtual.dir/virtual_keyboard/FLTKKeyboardWindow.cpp.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 30%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/compress.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 32%] [ 32%] Building CXX object
>> > InOut/CMakeFiles/virtual.dir/virtual_keyboard/FLTKKeyboardWidget.cpp.o
>> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/eqfil.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 32%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/Vosim.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 32%] [ 32%] Building CXX object
>> > InOut/CMakeFiles/virtual.dir/virtual_keyboard/virtual_keyboard.cpp.o
>> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pitch.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 32%] Building CXX object
>> > InOut/CMakeFiles/virtual.dir/virtual_keyboard/Bank.cpp.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 33%] [ 34%] Building CXX object
>> > InOut/CMakeFiles/virtual.dir/virtual_keyboard/KeyboardMapping.cpp.o
>> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pitch0.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 34%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/spectra.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 34%] Building CXX object
>> > InOut/CMakeFiles/virtual.dir/virtual_keyboard/Program.cpp.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 34%] Building CXX object
>> > InOut/CMakeFiles/virtual.dir/virtual_keyboard/SliderBank.cpp.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 34%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Opcodes/ambicode1.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 35%] Building CXX object
>> > InOut/CMakeFiles/virtual.dir/virtual_keyboard/SliderData.cpp.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > Linking CXX shared library ../libvirtual.dylib
>> > [ 36%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/sfont.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 36%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/grain4.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 36%] Built target virtual
>> > Scanning dependencies of target widgets
>> > [ 36%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/hrtferX.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 36%] Building CXX object InOut/CMakeFiles/widgets.dir/FL_graph.cpp.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 36%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/loscilx.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 36%] Building C object InOut/CMakeFiles/widgets.dir/winFLTK.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 37%] [ 38%] Building CXX object
>> > InOut/CMakeFiles/widgets.dir/widgets.cpp.o
>> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/minmax.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 38%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pan2.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 38%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/arrays.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 39%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/phisem.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 39%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Opcodes/hrtfopcodes.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 39%] Linking CXX shared library ../libwidgets.dylib
>> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/stackops.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 39%] Built target widgets
>> > [ 40%] [ 41%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Opcodes/vbap.c.o
>> > [FLEX][csbeats_SCANNER] Building scanner with flex 2.5.35
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 41%] [BISON][csbeats_PARSER] Building parser with bison 2.3
>> > beats/beats.y: conflicts: 1 reduce/reduce
>> > Scanning dependencies of target csbeats
>> > [ 41%] Building C object frontends/CMakeFiles/csbeats.dir/beats/main.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 41%] [ 41%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Opcodes/vbap1.c.o
>> > Building C object frontends/CMakeFiles/csbeats.dir/beatslex.yy.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 42%] [ 42%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Opcodes/vbap_n.c.o
>> > Building C object frontends/CMakeFiles/csbeats.dir/beats.tab.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > Linking C executable ../csbeats
>> > [ 43%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/vbap_zak.c.o
>> > [ 43%] Built target csbeats
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > Scanning dependencies of target stdutil
>> > [ 44%] Building C object util/CMakeFiles/stdutil.dir/atsa.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 44%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/vaops.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 44%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ugakbari.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 44%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/harmon.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 45%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Opcodes/pitchtrack.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 45%] Building C object util/CMakeFiles/stdutil.dir/cvanal.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 45%] Building C object util/CMakeFiles/stdutil.dir/dnoise.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 45%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Opcodes/partikkel.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 46%] Building C object util/CMakeFiles/stdutil.dir/envext.c.o
>> > [ 46%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/shape.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 46%] Building C object util/CMakeFiles/stdutil.dir/het_export.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 47%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/tabsum.c.o
>> > [ 47%] Building C object util/CMakeFiles/stdutil.dir/het_import.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 48%] [ 48%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Opcodes/crossfm.c.o
>> > Building C object util/CMakeFiles/stdutil.dir/hetro.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 48%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pvlock.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 48%] Building C object util/CMakeFiles/stdutil.dir/lpanal.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 49%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/fareyseq.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 49%] Building C object util/CMakeFiles/stdutil.dir/lpc_export.c.o
>> > [ 49%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Opcodes/modmatrix.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 49%] Building C object util/CMakeFiles/stdutil.dir/lpc_import.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 50%] Building C object util/CMakeFiles/stdutil.dir/mixer.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 50%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Opcodes/scoreline.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 51%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/modal4.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 51%] Building C object util/CMakeFiles/stdutil.dir/pvanal.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 51%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/physutil.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 51%] Building C object util/CMakeFiles/stdutil.dir/pv_export.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 51%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/physmod.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 52%] Building C object util/CMakeFiles/stdutil.dir/pv_import.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 52%] Building C object util/CMakeFiles/stdutil.dir/pvlook.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 52%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/mandolin.c.o
>> > [ 52%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > Building C object util/CMakeFiles/stdutil.dir/scale.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 53%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/singwave.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 54%] Building C object util/CMakeFiles/stdutil.dir/sndinfo.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 54%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/fm4op.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 54%] Building C object util/CMakeFiles/stdutil.dir/srconv.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 54%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/moog1.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 54%] Building C object util/CMakeFiles/stdutil.dir/std_util.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 55%] Building C object util/CMakeFiles/stdutil.dir/xtrct.c.o
>> > [ 56%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/shaker.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 56%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/bowedbar.c.o
>> > [ 56%] Building C object util/CMakeFiles/stdutil.dir/scope.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 56%] Building C object util/CMakeFiles/stdutil.dir/__/SDIF/sdif.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 56%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Opcodes/gab/tabmorph.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > Linking C shared library ../libstdutil.dylib
>> > [ 57%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/gab/hvs.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 57%] Built target stdutil
>> > Scanning dependencies of target sdif2ad
>> > [ 58%] Building C object SDIF/CMakeFiles/sdif2ad.dir/sdif2adsyn.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 58%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Opcodes/gab/sliderTable.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 58%] Building C object SDIF/CMakeFiles/sdif2ad.dir/sdif.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 58%] Building C object SDIF/CMakeFiles/sdif2ad.dir/sdif-mem.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 58%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Opcodes/gab/newgabopc.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > Linking C executable ../sdif2ad
>> > [ 58%] Built target sdif2ad
>> > [ 59%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ftest.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 59%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Opcodes/hrtfearly.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 59%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Opcodes/hrtfreverb.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 59%] [ 60%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Opcodes/cpumeter.c.o
>> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/gendy.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 60%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Opcodes/tl/sc_noise.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 60%] Building C object CMakeFiles/CsoundLib64.dir/Top/argdecode.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 61%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Top/cscore_internal.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 61%] Building C object CMakeFiles/CsoundLib64.dir/Top/cscorfns.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 61%] Building C object CMakeFiles/CsoundLib64.dir/Top/csmodule.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 62%] Building C object CMakeFiles/CsoundLib64.dir/Top/csound.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 62%] Building C object CMakeFiles/CsoundLib64.dir/Top/getstring.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 62%] Building C object CMakeFiles/CsoundLib64.dir/Top/main.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 63%] Building C object CMakeFiles/CsoundLib64.dir/Top/new_opts.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 63%] Building C object CMakeFiles/CsoundLib64.dir/Top/one_file.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 63%] Building C object CMakeFiles/CsoundLib64.dir/Top/opcode.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 63%] Building C object CMakeFiles/CsoundLib64.dir/Top/threads.c.o
>> > [ 64%] Building C object CMakeFiles/CsoundLib64.dir/Top/utility.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 64%] [ 64%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Top/threadsafe.c.o
>> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ambicode.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 65%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/bbcut.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 65%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/biquad.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 65%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/butter.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 66%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/clfilt.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 66%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/cross2.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 66%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/dam.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 67%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/dcblockr.c.o
>> > [ 67%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/filter.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 67%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/flanger.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 67%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/follow.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 68%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/fout.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 68%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/freeverb.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 68%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ftconv.c.o
>> > [ 69%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ftgen.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 69%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/gab/gab.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 69%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Opcodes/gab/vectorial.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 70%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/grain.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 70%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/locsig.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 70%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/lowpassr.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 71%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/metro.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 71%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/midiops2.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 71%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/midiops3.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 72%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/newfils.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 72%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/nlfilt.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 72%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/oscbnk.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 72%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pluck.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 73%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/repluck.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 73%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/reverbsc.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 73%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/seqtime.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 74%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/sndloop.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 74%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/sndwarp.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 74%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/space.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 75%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/spat3d.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 75%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Opcodes/syncgrain.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 75%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ugens7.c.o
>> > [ 76%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ugens9.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 76%] [ 76%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Opcodes/uggab.c.o
>> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ugensa.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 76%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ugmoss.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 77%] [ 77%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Opcodes/ugnorman.c.o
>> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ugsc.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 77%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Opcodes/wave-terrain.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 78%] [ 78%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Opcodes/stdopcod.c.o
>> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/socksend.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 78%] [ 79%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Opcodes/sockrecv.c.o
>> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ifd.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 79%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/partials.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 79%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/psynth.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 80%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pvsbasic.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 80%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pvscent.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 80%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pvsdemix.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 80%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pvs_ops.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 81%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pvsband.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 81%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Opcodes/pvsbuffer.c.o
>> > [ 81%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pvsgendy.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 82%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/dsputil.c.o
>> > [ 82%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pvadd.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 82%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pvinterp.c.o
>> > [ 83%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pvocext.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 83%] [ 83%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Opcodes/pvread.c.o
>> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ugens8.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 84%] [ 84%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Opcodes/vpvoc.c.o
>> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pvoc.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 84%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/mp3in.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 84%] Building C object
>> > CMakeFiles/CsoundLib64.dir/InOut/libmpadec/layer1.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 85%] Building C object
>> > CMakeFiles/CsoundLib64.dir/InOut/libmpadec/layer2.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 85%] Building C object
>> > CMakeFiles/CsoundLib64.dir/InOut/libmpadec/layer3.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 85%] Building C object
>> > CMakeFiles/CsoundLib64.dir/InOut/libmpadec/synth.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 86%] Building C object
>> > CMakeFiles/CsoundLib64.dir/InOut/libmpadec/tables.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 86%] Building C object
>> > CMakeFiles/CsoundLib64.dir/InOut/libmpadec/mpadec.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 86%] Building C object
>> > CMakeFiles/CsoundLib64.dir/InOut/libmpadec/mp3dec.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 87%] Building C object CMakeFiles/CsoundLib64.dir/csound_orclex.c.o
>> > [ 87%] Building C object CMakeFiles/CsoundLib64.dir/csound_orcparse.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 87%] Building C object CMakeFiles/CsoundLib64.dir/csound_prelex.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 88%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Engine/csound_orc_semantics.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 88%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Engine/csound_orc_expressions.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 88%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Engine/csound_orc_optimize.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 88%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Engine/csound_orc_compile.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 89%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Engine/new_orc_parser.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 89%] Building C object CMakeFiles/CsoundLib64.dir/Engine/symbtab.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 89%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Engine/cs_new_dispatch.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 90%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Engine/cs_par_base.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 90%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Engine/cs_par_orc_semantic_analysis.c.o
>> > [ 90%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > Building C object CMakeFiles/CsoundLib64.dir/Engine/cs_par_dispatch.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > Copying OS X content
>> > CsoundLib64.framework/Versions/6.0/Headers/CppSound.hpp
>> > Copying OS X content
>> > CsoundLib64.framework/Versions/6.0/Headers/CsoundFile.hpp
>> > Copying OS X content
>> > CsoundLib64.framework/Versions/6.0/Headers/OpcodeBase.hpp
>> > Copying OS X content CsoundLib64.framework/Versions/6.0/Headers/cfgvar.h
>> > Copying OS X content
>> > CsoundLib64.framework/Versions/6.0/Headers/csPerfThread.hpp
>> > Copying OS X content CsoundLib64.framework/Versions/6.0/Headers/cscore.h
>> > Copying OS X content CsoundLib64.framework/Versions/6.0/Headers/csdl.h
>> > Copying OS X content CsoundLib64.framework/Versions/6.0/Headers/csound.h
>> > Copying OS X content
>> > CsoundLib64.framework/Versions/6.0/Headers/csound.hpp
>> > Copying OS X content
>> > CsoundLib64.framework/Versions/6.0/Headers/csoundCore.h
>> > Copying OS X content
>> > CsoundLib64.framework/Versions/6.0/Headers/csound_data_structures.h
>> > Copying OS X content
>> > CsoundLib64.framework/Versions/6.0/Headers/csound_standard_types.h
>> > Copying OS X content
>> > CsoundLib64.framework/Versions/6.0/Headers/csound_type_system.h
>> > Copying OS X content
>> > CsoundLib64.framework/Versions/6.0/Headers/cwindow.h
>> > Copying OS X content
>> > CsoundLib64.framework/Versions/6.0/Headers/float-version-double.h
>> > Copying OS X content
>> > CsoundLib64.framework/Versions/6.0/Headers/filebuilding.h
>> > Copying OS X content
>> > CsoundLib64.framework/Versions/6.0/Headers/interlocks.h
>> > Copying OS X content
>> > CsoundLib64.framework/Versions/6.0/Headers/float-version.h
>> > Copying OS X content
>> > CsoundLib64.framework/Versions/6.0/Headers/pstream.h
>> > Copying OS X content
>> > CsoundLib64.framework/Versions/6.0/Headers/msg_attr.h
>> > Copying OS X content
>> > CsoundLib64.framework/Versions/6.0/Headers/pvfileio.h
>> > Copying OS X content
>> > CsoundLib64.framework/Versions/6.0/Headers/soundio.h
>> > Copying OS X content CsoundLib64.framework/Versions/6.0/Headers/sysdep.h
>> > Copying OS X content CsoundLib64.framework/Versions/6.0/Headers/text.h
>> > Copying OS X content
>> > CsoundLib64.framework/Versions/6.0/Headers/version.h
>> > Linking C shared library CsoundLib64.framework/Versions/6.0/CsoundLib64
>> > [ 90%] Built target CsoundLib64
>> > Scanning dependencies of target csladspa
>> > Scanning dependencies of target libcsnd
>> > [ 90%] Building CXX object
>> > frontends/CMakeFiles/csladspa.dir/csladspa/csladspa.cpp.o
>> > [ 91%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > Building CXX object interfaces/CMakeFiles/libcsnd.dir/CppSound.cpp.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 91%] Building CXX object
>> > interfaces/CMakeFiles/libcsnd.dir/CsoundFile.cpp.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > Linking CXX shared library ../csladspa.dylib
>> > [ 91%] Built target csladspa
>> > Scanning dependencies of target csound-bin
>> > [ 91%] Building C object
>> > frontends/CMakeFiles/csound-bin.dir/csound/csound_main.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > Linking C executable ../csound
>> > [ 91%] Built target csound-bin
>> > Scanning dependencies of target atsa
>> > [ 91%] Building C object util/CMakeFiles/atsa.dir/atsa_main.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > Linking C executable ../atsa
>> > [ 91%] Building CXX object
>> > interfaces/CMakeFiles/libcsnd.dir/Soundfile.cpp.o
>> > [ 91%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > Built target atsa
>> > [ 91%] Building CXX object
>> > interfaces/CMakeFiles/libcsnd.dir/csPerfThread.cpp.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 92%] [ 92%] Building CXX object
>> > interfaces/CMakeFiles/libcsnd.dir/cs_glue.cpp.o
>> > Building CXX object interfaces/CMakeFiles/libcsnd.dir/filebuilding.cpp.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > Scanning dependencies of target csanalyze
>> > [ 92%] Building C object util/CMakeFiles/csanalyze.dir/csanalyze.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > Linking C executable ../csanalyze
>> > Linking CXX shared library ../libcsnd.dylib
>> > [ 92%] Built target csanalyze
>> > [ 92%] Built target libcsnd
>> > Scanning dependencies of target cvanal
>> > Scanning dependencies of target dnoise
>> > [ 92%] [ 93%] Building C object
>> > util/CMakeFiles/dnoise.dir/dnoise_main.c.o
>> > Building C object util/CMakeFiles/cvanal.dir/cvl_main.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > Linking C executable ../dnoise
>> > Linking C executable ../cvanal
>> > [ 93%] Built target dnoise
>> > [ 93%] Built target cvanal
>> > Scanning dependencies of target envext
>> > Scanning dependencies of target extractor
>> > [ 93%] [ 93%] Building C object util/CMakeFiles/envext.dir/env_main.c.o
>> > Building C object util/CMakeFiles/extractor.dir/xtrc_main.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > Linking C executable ../envext
>> > Linking C executable ../extractor
>> > [ 93%] Built target extractor
>> > [ 93%] Built target envext
>> > Scanning dependencies of target het_export
>> > Scanning dependencies of target het_import
>> > [ 93%] [ 93%] Building C object
>> > util/CMakeFiles/het_export.dir/hetx_main.c.o
>> > Building C object util/CMakeFiles/het_import.dir/heti_main.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > Linking C executable ../het_export
>> > Linking C executable ../het_import
>> > [ 93%] [ 93%] Built target het_import
>> > Built target het_export
>> > Scanning dependencies of target lpanal
>> > Scanning dependencies of target hetro
>> > [ 93%] Building C object util/CMakeFiles/lpanal.dir/lpc_main.c.o
>> > [ 94%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > Building C object util/CMakeFiles/hetro.dir/het_main.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > Linking C executable ../lpanal
>> > Linking C executable ../hetro
>> > [ 94%] Built target lpanal
>> > [ 94%] Built target hetro
>> > Scanning dependencies of target lpc_export
>> > Scanning dependencies of target lpc_import
>> > [ 95%] Building C object util/CMakeFiles/lpc_export.dir/lpcx_main.c.o
>> > [ 95%] Building C object util/CMakeFiles/lpc_import.dir/lpci_main.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > Linking C executable ../lpc_export
>> > Linking C executable ../lpc_import
>> > [ 95%] Built target lpc_export
>> > [ 95%] Built target lpc_import
>> > Scanning dependencies of target mixer-bin
>> > Scanning dependencies of target pv_export
>> > [ 95%] [ 95%] Building C object
>> > util/CMakeFiles/mixer-bin.dir/mixer_main.c.o
>> > Building C object util/CMakeFiles/pv_export.dir/pvx_main.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > Linking C executable ../pv_export
>> > Linking C executable ../mixer
>> > [ 95%] Built target pv_export
>> > [ 95%] Built target mixer-bin
>> > Scanning dependencies of target pvanal
>> > Scanning dependencies of target pv_import
>> > [ 95%] [ 96%] Building C object util/CMakeFiles/pvanal.dir/pvc_main.c.o
>> > Building C object util/CMakeFiles/pv_import.dir/pvi_main.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > Linking C executable ../pvanal
>> > Linking C executable ../pv_import
>> > [ 96%] Built target pvanal
>> > [ 96%] Built target pv_import
>> > Scanning dependencies of target scale
>> > Scanning dependencies of target pvlook
>> > [ 96%] [ 96%] Building C object util/CMakeFiles/scale.dir/scale_main.c.o
>> > Building C object util/CMakeFiles/pvlook.dir/pvl_main.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > Linking C executable ../pvlook
>> > Linking C executable ../scale
>> > [ 96%] Built target pvlook
>> > [ 96%] Built target scale
>> > Scanning dependencies of target scope
>> > Scanning dependencies of target sndinfo
>> > [ 96%] [ 96%] Building C object util/CMakeFiles/scope.dir/scope_main.c.o
>> > Building C object util/CMakeFiles/sndinfo.dir/sndinfo_main.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > Linking C executable ../sndinfo
>> > Linking C executable ../scope
>> > [ 96%] Built target scope
>> > [ 96%] Built target sndinfo
>> > Scanning dependencies of target srconv
>> > Scanning dependencies of target extract
>> > [ 97%] [ 97%] Building C object
>> > util/CMakeFiles/srconv.dir/srconv_main.c.o
>> > Building C object util1/CMakeFiles/extract.dir/sortex/xmain.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > Linking C executable ../extract
>> > Linking C executable ../srconv
>> > [ 97%] Built target extract
>> > [ 97%] Built target srconv
>> > [ 98%] Scanning dependencies of target scsort
>> > Swig source
>> > [ 98%] Building C object util1/CMakeFiles/scsort.dir/sortex/smain.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > Language subdirectory: python
>> > Search paths:
>> >    ./
>> >    /usr/local/include/
>> >    /tmp/csound-KYls/./H/
>> >    /tmp/csound-KYls/./include/
>> >    /tmp/csound-KYls/./Engine/
>> >    /tmp/csound-KYls/./
>> >    /tmp/csound-KYls/
>> >    /tmp/csound-KYls/interfaces/
>> >    /System/Library/Frameworks/Python.framework/Headers/
>> >    ./swig_lib/python/
>> >    /usr/local/Cellar/swig/2.0.9/share/swig/2.0.9/python/
>> >    ./swig_lib/
>> >    /usr/local/Cellar/swig/2.0.9/share/swig/2.0.9/
>> > Preprocessing...
>> > Linking C executable ../scsort
>> > [ 98%] Built target scsort
>> > [ 98%] Swig source
>> > Language subdirectory: java
>> > Search paths:
>> >    ./
>> >    /usr/local/include/
>> >    /tmp/csound-KYls/./H/
>> >    /tmp/csound-KYls/./include/
>> >    /tmp/csound-KYls/./Engine/
>> >    /tmp/csound-KYls/./
>> >    /tmp/csound-KYls/
>> >    /tmp/csound-KYls/interfaces/
>> >    /System/Library/Frameworks/Python.framework/Headers/
>> >    /System/Library/Frameworks/JavaVM.framework/Headers/
>> >    /System/Library/Frameworks/JavaVM.framework/Headers/
>> >    /System/Library/Frameworks/JavaVM.framework/Headers/
>> >    ./swig_lib/java/
>> >    /usr/local/Cellar/swig/2.0.9/share/swig/2.0.9/java/
>> >    ./swig_lib/
>> >    /usr/local/Cellar/swig/2.0.9/share/swig/2.0.9/
>> > Preprocessing...
>> > Starting language-specific parse...
>> > Processing types...
>> > C++ analysis...
>> > Generating wrappers...
>> > Starting language-specific parse...
>> > /tmp/csound-KYls/./include/csound.h:519: Warning 451: Setting a const
>> > char *
>> > variable may leak memory.
>> > Processing types...
>> > C++ analysis...
>> > Generating wrappers...
>> > /tmp/csound-KYls/./include/csound.h:519: Warning 451: Setting a const
>> > char *
>> > variable may leak memory.
>> > cs_glue.hpp:505: Warning 473: Returning a pointer or reference in a
>> > director
>> > method is not recommended.
>> > CppSound.hpp:36: Warning 453: Can't apply (std::vector< double >
>> > *INPUT). No
>> > typemaps are defined.
>> > CppSound.hpp:52: Warning 813: Warning for CppSound proxy: Base
>> > CsoundFile
>> > ignored. Multiple inheritance is not supported in Java.
>> > cs_glue.hpp:505: Warning 473: Returning a pointer or reference in a
>> > director
>> > method is not recommended.
>> > Scanning dependencies of target _jcsound6
>> > [ 99%] Building CXX object
>> > interfaces/CMakeFiles/_jcsound6.dir/java_interfaceJAVA_wrap.cxx.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > CppSound.hpp:36: Warning 453: Can't apply (std::vector< double >
>> > *INPUT). No
>> > typemaps are defined.
>> > Scanning dependencies of target _csnd6
>> > [ 99%] Building CXX object
>> > interfaces/CMakeFiles/_csnd6.dir/python_interfacePYTHON_wrap.cxx.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > Linking CXX shared module ../lib_jcsound6.jnilib
>> > Building JAVA package csnd6.jar
>> > Linking CXX shared module ../_csnd6.so
>> > [ 99%] Built target _csnd6
>> > [ 99%] [ 99%] Built target _jcsound6
>> > Swig source
>> > Language subdirectory: lua
>> > Search paths:
>> >    ./
>> >    /usr/local/include/
>> >    /tmp/csound-KYls/./H/
>> >    /tmp/csound-KYls/./include/
>> >    /tmp/csound-KYls/./Engine/
>> >    /tmp/csound-KYls/./
>> >    /tmp/csound-KYls/
>> >    /tmp/csound-KYls/interfaces/
>> >    /System/Library/Frameworks/Python.framework/Headers/
>> >    /System/Library/Frameworks/JavaVM.framework/Headers/
>> >    /System/Library/Frameworks/JavaVM.framework/Headers/
>> >    /System/Library/Frameworks/JavaVM.framework/Headers/
>> >    /usr/local/include/
>> >    ./swig_lib/lua/
>> >    /usr/local/Cellar/swig/2.0.9/share/swig/2.0.9/lua/
>> >    ./swig_lib/
>> >    /usr/local/Cellar/swig/2.0.9/share/swig/2.0.9/
>> > Preprocessing...
>> > Starting language-specific parse...
>> > Processing types...
>> > C++ analysis...
>> > Generating wrappers...
>> > /tmp/csound-KYls/./include/csound.h:519: Warning 451: Setting a const
>> > char *
>> > variable may leak memory.
>> > CppSound.hpp:36: Warning 453: Can't apply (std::vector< double >
>> > *INPUT). No
>> > typemaps are defined.
>> > Scanning dependencies of target luaCsnd6
>> > [100%] Building CXX object
>> > interfaces/CMakeFiles/luaCsnd6.dir/lua_interfaceLUA_wrap.cxx.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > Linking CXX shared module ../luaCsnd6.so
>> > [100%] Built target luaCsnd6
>> > Install the project...
>> > -- Install configuration: "None"
>> > -- Installing: /Users/eddyc/Library/Frameworks/CsoundLib64.framework
>> > -- Up-to-date:
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/CsoundLib64
>> > -- Up-to-date:
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Headers
>> > -- Up-to-date:
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Resources
>> > -- Installing:
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions
>> > -- Installing:
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0
>> > -- Installing:
>> >
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/CsoundLib64
>> > -- Installing:
>> >
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers
>> > -- Installing:
>> >
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/cfgvar.h
>> > -- Installing:
>> >
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/CppSound.hpp
>> > -- Installing:
>> >
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/cscore.h
>> > -- Installing:
>> >
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/csdl.h
>> > -- Installing:
>> >
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/csound.h
>> > -- Installing:
>> >
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/csound.hpp
>> > -- Installing:
>> >
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/csound_data_structures.h
>> > -- Installing:
>> >
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/csound_standard_types.h
>> > -- Installing:
>> >
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/csound_type_system.h
>> > -- Installing:
>> >
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/csoundCore.h
>> > -- Installing:
>> >
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/CsoundFile.hpp
>> > -- Installing:
>> >
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/csPerfThread.hpp
>> > -- Installing:
>> >
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/cwindow.h
>> > -- Installing:
>> >
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/filebuilding.h
>> > -- Installing:
>> >
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/float-version-double.h
>> > -- Installing:
>> >
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/float-version.h
>> > -- Installing:
>> >
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/interlocks.h
>> > -- Installing:
>> >
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/msg_attr.h
>> > -- Installing:
>> >
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/OpcodeBase.hpp
>> > -- Installing:
>> >
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/pstream.h
>> > -- Installing:
>> >
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/pvfileio.h
>> > -- Installing:
>> >
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/soundio.h
>> > -- Installing:
>> >
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/sysdep.h
>> > -- Installing:
>> >
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/text.h
>> > -- Installing:
>> >
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/version.h
>> > -- Installing:
>> >
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources
>> > -- Installing:
>> >
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Info.plist
>> > -- Up-to-date:
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/Current
>> > -- Installing:
>> >
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libmixer.dylib
>> > -- Installing:
>> >
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libsignalflowgraph.dylib
>> > -- Installing:
>> >
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libampmidid.dylib
>> > -- Installing:
>> >
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libcs_date.dylib
>> > -- Installing:
>> >
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libsystem_call.dylib
>> > -- Installing:
>> >
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libdoppler.dylib
>> > -- Installing:
>> >
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libfractalnoise.dylib
>> > -- Installing:
>> >
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libfareygen.dylib
>> > -- Installing:
>> >
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libcellular.dylib
>> > -- Installing:
>> >
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libserial.dylib
>> > -- Installing:
>> >
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libplaterev.dylib
>> > -- Installing:
>> >
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libscansyn.dylib
>> > -- Installing:
>> >
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libcontrol.dylib
>> > -- Installing:
>> >
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libchua.dylib
>> > -- Installing:
>> >
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libosc.dylib
>> > -- Installing:
>> >
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libimage.dylib
>> > -- Installing:
>> >
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libpy.dylib
>> > -- Installing:
>> >
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libstk.dylib
>> > -- Installing:
>> >
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libcmidi.dylib
>> > -- Installing:
>> >
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/librtauhal.dylib
>> > -- Installing:
>> >
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libipmidi.dylib
>> > -- Installing:
>> >
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libwidgets.dylib
>> > -- Installing:
>> >
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libvirtual.dylib
>> > -- Installing: /usr/local/Cellar/csound/HEAD/lib/libcsnd.6.0.dylib
>> > -- Installing: /usr/local/Cellar/csound/HEAD/lib/libcsnd.dylib
>> > -- Installing: /Library/Python/2.7/site-packages/_csnd6.so
>> > CMake Error at interfaces/cmake_install.cmake:61 (FILE):
>> >   file INSTALL cannot copy file "/tmp/csound-KYls/_csnd6.so" to
>> >   "/Library/Python/2.7/site-packages/_csnd6.so".
>> > Call Stack (most recent call first):
>> >   cmake_install.cmake:56 (INCLUDE)
>> >
>> >
>> > make: *** [install] Error 1
>> > ==> Configuration
>> > HOMEBREW_VERSION: 0.9.4
>> > HEAD: 38629e1de84d5b8f020e02ebe3ca3430a47080ef
>> > CPU: dual-core 64-bit penryn
>> > OS X: 10.8.3-x86_64
>> > Xcode: 4.6.2
>> > CLT: 4.6.0.0.1.1365549073
>> > X11: 2.7.4 => /opt/X11
>> > ==> ENV
>> > CC: cc
>> > CXX: c++
>> > MAKEFLAGS: -j2
>> > CMAKE_PREFIX_PATH: /usr/local
>> > CMAKE_INCLUDE_PATH:
>> >
>> > /usr/include/libxml2:/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers/
>> > CMAKE_LIBRARY_PATH:
>> > /System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
>> > PKG_CONFIG_PATH:
>> >
>> > /usr/local/opt/pcre/lib/pkgconfig:/usr/local/opt/libsndfile/lib/pkgconfig:/usr/local/opt/portaudio/lib/pkgconfig:/usr/local/opt/liblo/lib/pkgconfig:/usr/local/opt/libpng/lib/pkgconfig
>> > PKG_CONFIG_LIBDIR:
>> > /usr/lib/pkgconfig:/usr/local/Library/ENV/pkgconfig/10.8
>> > ACLOCAL_PATH: /usr/local/share/aclocal
>> > OBJC: cc
>> > PATH:
>> >
>> > /usr/local/Library/ENV/4.3:/usr/local/opt/cmake/bin:/usr/local/opt/pcre/bin:/usr/local/opt/swig/bin:/usr/local/opt/libsndfile/bin:/usr/local/opt/liblo/bin:/usr/local/opt/libpng/bin:/usr/local/opt/stk/bin:/usr/local/opt/jpeg/bin:/usr/local/opt/fltk/bin:/usr/bin:/bin:/usr/sbin:/sbin
>> >
>> > Error: csound did not build
>> > Logs:       /Users/eddyc/Library/Logs/Homebrew/csound/CMakeCache.txt
>> >
>> >
>> >
>> > On 12 May 2013 11:03, Steven Yi  wrote:
>> >>
>> >> Could you run "brew install --HEAD http://www.kunstmusik.com/csound.rb
>> >> --verbose" and post the verbose output?
>> >>
>> >> On May 12, 2013 10:47 AM, "Ed Costello" 
>> >> wrote:
>> >>>
>> >>> Ok, still getting errors, heres what happened next....
>> >>>
>> >>> Marions-MacBook:~ eddyc$ brew link --overwrite libsndfile
>> >>> Linking /usr/local/Cellar/libsndfile/1.0.25... 27 symlinks created
>> >>> Marions-MacBook:~ eddyc$ brew install
>> >>> http://www.kunstmusik.com/csound.rb
>> >>>
>> >>> ########################################################################
>> >>> 100.0%
>> >>> Error: You must `brew link portaudio portmidi liblo' before csound can
>> >>> be
>> >>> installed
>> >>> Marions-MacBook:~ eddyc$ brew link --overwrite portaudio portmidi
>> >>> liblo
>> >>> Linking /usr/local/Cellar/portaudio/19.20111121... 6 symlinks created
>> >>> Linking /usr/local/Cellar/portmidi/217... 3 symlinks created
>> >>> Linking /usr/local/Cellar/liblo/0.26... 6 symlinks created
>> >>> Marions-MacBook:~ eddyc$ brew install
>> >>> http://www.kunstmusik.com/csound.rb
>> >>>
>> >>> ########################################################################
>> >>> 100.0%
>> >>> ==> Downloading http://www.kunstmusik.com/Csound-6.0.1-Source.tar.bz2
>> >>> Already downloaded: /Library/Caches/Homebrew/csound-6.0.1.tar.bz2
>> >>> ==> cmake . -DUSE_GETTEXT=0
>> >>> -DCMAKE_INSTALL_PREFIX=/usr/local/Cellar/csound/6.0.
>> >>> ==> make install
>> >>> Call Stack (most recent call first):
>> >>>   cmake_install.cmake:56 (INCLUDE)
>> >>>
>> >>>
>> >>> make: *** [install] Error 1
>> >>>
>> >>>
>> >>> On 11 May 2013 23:39, Steven Yi  wrote:
>> >>>>
>> >>>> Hey Ed,
>> >>>>
>> >>>> Sorry, just use "brew link --overwrite libsndfile" and ignore the
>> >>>> uninstall/install thing I wrote earlier. :)
>> >>>>
>> >>>> steven
>> >>>>
>> >>>> On Sat, May 11, 2013 at 11:31 PM, Steven Yi 
>> >>>> wrote:
>> >>>> > Hey Ed!
>> >>>> >
>> >>>> > So for that it's pretty much what it says.  You'll have to use the
>> >>>> > brew installed libsndfile, and to do that you'll probably have to
>> >>>> > do
>> >>>> > "brew uninstall libsndfile; brew install --overwrite libsndfile".
>> >>>> > Most
>> >>>> > likely when brew tried to link it's libsndfile into /usr/local, it
>> >>>> > encountered your custom built ones and gave up; I wonder if it
>> >>>> > didn't
>> >>>> > alter something though X_X.  But try getting the brew installed
>> >>>> > ones
>> >>>> > in there and I think you'll be good for csound building after that.
>> >>>> >
>> >>>> > Thanks!
>> >>>> > steven
>> >>>> >
>> >>>> > On Sat, May 11, 2013 at 8:10 PM, Ed Costello
>> >>>> >  wrote:
>> >>>> >> I get an error saying it requires libsndfile, the thing is I
>> >>>> >> already
>> >>>> >> have
>> >>>> >> libsndfile installed from a previous csound installation,
>> >>>> >>
>> >>>> >> CMake Error at CMakeLists.txt:339 (message):
>> >>>> >>   Csound requires the sndfile library
>> >>>> >>
>> >>>> >>
>> >>>> >> -- Configuring incomplete, errors occurred!
>> >>>> >>
>> >>>> >> READ THIS: https://github.com/mxcl/homebrew/wiki/troubleshooting
>> >>>> >>
>> >>>> >> Marions-MacBook:~ eddyc$ brew install libsndfile
>> >>>> >> Warning: libsndfile-1.0.25 already installed, it's just not linked
>> >>>> >> Marions-MacBook:~ eddyc$
>> >>>> >>
>> >>>> >>
>> >>>> >>
>> >>>> >> On 11 May 2013 18:26, peiman khosravi 
>> >>>> >> wrote:
>> >>>> >>>
>> >>>> >>> I get the same errors.
>> >>>> >>>
>> >>>> >>> P
>> >>>> >>>
>> >>>> >>>
>> >>>> >>>
>> >>>> >>>
>> >>>> >>>
>> >>>> >>>
>> >>>> >>> www.peimankhosravi.co.uk || Subscribe to RSS Feed
>> >>>> >>>
>> >>>> >>> To receive emails about upcoming concerts visit this page & enter
>> >>>> >>> your
>> >>>> >>> email address in the 'follow' section.
>> >>>> >>>
>> >>>> >>>
>> >>>> >>>
>> >>>> >>> On 11 May 2013 16:38, Steven Yi  wrote:
>> >>>> >>>>
>> >>>> >>>> Hi Jake,
>> >>>> >>>>
>> >>>> >>>> Thanks very much for the quick report! I'm running into similar
>> >>>> >>>> situations and it has to do with brew trying to install links
>> >>>> >>>> but
>> >>>> >>>> there are original files there installed from somewhere else
>> >>>> >>>> (likely
>> >>>> >>>> from a previous csound installer install).  I just did this:
>> >>>> >>>>
>> >>>> >>>> Error: Could not symlink file:
>> >>>> >>>> /usr/local/Cellar/libogg/1.3.0/include/ogg/os_types.h
>> >>>> >>>> Target /usr/local/include/ogg/os_types.h already exists. You may
>> >>>> >>>> need
>> >>>> >>>> to delete it.
>> >>>> >>>> To force the link and overwrite all other conflicting files, do:
>> >>>> >>>>   brew link --overwrite formula_name
>> >>>> >>>>
>> >>>> >>>> To list all files that would be deleted:
>> >>>> >>>>   brew link --overwrite --dry-run formula_name
>> >>>> >>>> cp23-119:Formula stevenyi$ brew link --overwrite libogg
>> >>>> >>>> Linking /usr/local/Cellar/libogg/1.3.0... 81 symlinks created
>> >>>> >>>>
>> >>>> >>>> and also did 'brew link --overwrite flac' (and so on for each
>> >>>> >>>> lib).
>> >>>> >>>>
>> >>>> >>>> One note, I'm running into issues in building --universal.  It
>> >>>> >>>> seems
>> >>>> >>>> some of the formulas can be --universal but they depend on
>> >>>> >>>> others
>> >>>> >>>> that
>> >>>> >>>> don't support universal.  I'm going to see about modifying some
>> >>>> >>>> of
>> >>>> >>>> the
>> >>>> >>>> dependent homebrew recipes and if that works I'll see if they
>> >>>> >>>> get
>> >>>> >>>> accepted into the main repo.
>> >>>> >>>>
>> >>>> >>>> Thanks!
>> >>>> >>>> steven
>> >>>> >>>>
>> >>>> >>>> On Sat, May 11, 2013 at 5:24 PM, Jacob Joaquin
>> >>>> >>>> 
>> >>>> >>>> wrote:
>> >>>> >>>> > Here's my first run through; It breaks at libogg. I'm actually
>> >>>> >>>> > in
>> >>>> >>>> > the
>> >>>> >>>> > middle
>> >>>> >>>> > of something this morning. I'll spend more time with this when
>> >>>> >>>> > I
>> >>>> >>>> > have
>> >>>> >>>> > some:
>> >>>> >>>> >
>> >>>> >>>> > Quorra ~ $ brew install http://www.kunstmusik.com/csound.rb
>> >>>> >>>> >
>> >>>> >>>> >
>> >>>> >>>> >
>> >>>> >>>> > ########################################################################
>> >>>> >>>> > 100.0%
>> >>>> >>>> > Warning: Your Xcode (4.6.1) is outdated
>> >>>> >>>> > Please install Xcode 4.6.2.
>> >>>> >>>> > ==> Installing csound dependency: cmake
>> >>>> >>>> > ==> Downloading
>> >>>> >>>> >
>> >>>> >>>> > https://downloads.sf.net/project/machomebrew/Bottles/cmake-2.8.1
>> >>>> >>>> >
>> >>>> >>>> >
>> >>>> >>>> >
>> >>>> >>>> > ########################################################################
>> >>>> >>>> > 100.0%
>> >>>> >>>> > ==> Pouring cmake-2.8.10.2.mountain_lion.bottle.tar.gz
>> >>>> >>>> > 🍺  /usr/local/Cellar/cmake/2.8.10.2: 683 files, 32M
>> >>>> >>>> > ==> Installing csound dependency: pcre
>> >>>> >>>> > ==> Downloading
>> >>>> >>>> >
>> >>>> >>>> > ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre-8.32.
>> >>>> >>>> >
>> >>>> >>>> >
>> >>>> >>>> >
>> >>>> >>>> > ########################################################################
>> >>>> >>>> > 100.0%
>> >>>> >>>> >
>> >>>> >>>> >
>> >>>> >>>> >
>> >>>> >>>> > ########################################################################
>> >>>> >>>> > 100.0%==> ./configure --prefix=/usr/local/Cellar/pcre/8.32
>> >>>> >>>> > --enable-utf8
>> >>>> >>>> > --enable-unic
>> >>>> >>>> > ==> make test
>> >>>> >>>> > ==> make install
>> >>>> >>>> > 🍺  /usr/local/Cellar/pcre/8.32: 135 files, 3.6M, built in 44
>> >>>> >>>> > seconds
>> >>>> >>>> > ==> Installing csound dependency: swig
>> >>>> >>>> > ==> Downloading
>> >>>> >>>> >
>> >>>> >>>> >
>> >>>> >>>> >
>> >>>> >>>> > http://sourceforge.net/projects/swig/files/swig/swig-2.0.9/swig-2.0.9.tar.gz
>> >>>> >>>> >
>> >>>> >>>> >
>> >>>> >>>> >
>> >>>> >>>> > ########################################################################
>> >>>> >>>> > 100.0%
>> >>>> >>>> > ==> ./configure --prefix=/usr/local/Cellar/swig/2.0.9
>> >>>> >>>> > ==> make
>> >>>> >>>> > ==> make install
>> >>>> >>>> > 🍺  /usr/local/Cellar/swig/2.0.9: 599 files, 6.2M, built in 45
>> >>>> >>>> > seconds
>> >>>> >>>> > ==> Installing csound dependency: pkg-config
>> >>>> >>>> > ==> Downloading
>> >>>> >>>> >
>> >>>> >>>> >
>> >>>> >>>> >
>> >>>> >>>> > https://downloads.sf.net/project/machomebrew/Bottles/pkg-config-0.28.mountain_lion.bottle.tar.gz
>> >>>> >>>> >
>> >>>> >>>> >
>> >>>> >>>> >
>> >>>> >>>> > ########################################################################
>> >>>> >>>> > 100.0%
>> >>>> >>>> > ==> Pouring pkg-config-0.28.mountain_lion.bottle.tar.gz
>> >>>> >>>> > 🍺  /usr/local/Cellar/pkg-config/0.28: 10 files, 636K
>> >>>> >>>> > ==> Installing csound dependency: lame
>> >>>> >>>> > ==> Downloading
>> >>>> >>>> >
>> >>>> >>>> >
>> >>>> >>>> > http://downloads.sourceforge.net/sourceforge/lame/lame-3.99.5.tar.gz
>> >>>> >>>> >
>> >>>> >>>> >
>> >>>> >>>> >
>> >>>> >>>> > ########################################################################
>> >>>> >>>> > 100.0%
>> >>>> >>>> > ==> ./configure --prefix=/usr/local/Cellar/lame/3.99.5
>> >>>> >>>> > --enable-nasm
>> >>>> >>>> > ==> make install
>> >>>> >>>> > 🍺  /usr/local/Cellar/lame/3.99.5: 25 files, 2.1M, built in 27
>> >>>> >>>> > seconds
>> >>>> >>>> > ==> Installing csound dependency: flac
>> >>>> >>>> > ==> Downloading
>> >>>> >>>> >
>> >>>> >>>> >
>> >>>> >>>> > http://downloads.sourceforge.net/sourceforge/flac/flac-1.2.1.tar.gz
>> >>>> >>>> >
>> >>>> >>>> >
>> >>>> >>>> >
>> >>>> >>>> > ########################################################################
>> >>>> >>>> > 100.0%
>> >>>> >>>> > ==> ./configure --disable-asm-optimizations --enable-sse
>> >>>> >>>> > --prefix=/usr/local/Cellar/flac/1.2.1
>> >>>> >>>> > --mandir=/usr/local/Cellar/flac/1.2.1/share/man
>> >>>> >>>> > ==> make install
>> >>>> >>>> > ==> Downloading
>> >>>> >>>> > https://github.com/rmndk/flac2mp3/archive/v1.0.tar.gz
>> >>>> >>>> >
>> >>>> >>>> >
>> >>>> >>>> >
>> >>>> >>>> > ########################################################################
>> >>>> >>>> > 100.0%
>> >>>> >>>> > Warning: Could not link flac. Unlinking...
>> >>>> >>>> > Error: The `brew link` step did not complete successfully
>> >>>> >>>> > The formula built, but is not symlinked into /usr/local
>> >>>> >>>> > You can try again using `brew link flac'
>> >>>> >>>> > ==> Summary
>> >>>> >>>> > 🍺  /usr/local/Cellar/flac/1.2.1: 304 files, 6.5M, built in 47
>> >>>> >>>> > seconds
>> >>>> >>>> > ==> Installing csound dependency: libogg
>> >>>> >>>> > ==> Downloading
>> >>>> >>>> > http://downloads.xiph.org/releases/ogg/libogg-1.3.0.tar.gz
>> >>>> >>>> >
>> >>>> >>>> >
>> >>>> >>>> >
>> >>>> >>>> > ########################################################################
>> >>>> >>>> > 100.0%
>> >>>> >>>> > ==> ./configure --prefix=/usr/local/Cellar/libogg/1.3.0
>> >>>> >>>> > ==> make
>> >>>> >>>> > ==> make install
>> >>>> >>>> > Warning: Could not link libogg. Unlinking...
>> >>>> >>>> > Error: The `brew link` step did not complete successfully
>> >>>> >>>> > The formula built, but is not symlinked into /usr/local
>> >>>> >>>> > You can try again using `brew link libogg'
>> >>>> >>>> > ==> Summary
>> >>>> >>>> > 🍺  /usr/local/Cellar/libogg/1.3.0: 85 files, 520K, built in
>> >>>> >>>> > 11
>> >>>> >>>> > seconds
>> >>>> >>>> > ==> Installing csound dependency: xz
>> >>>> >>>> > ==> Downloading http://tukaani.org/xz/xz-5.0.4.tar.bz2
>> >>>> >>>> >
>> >>>> >>>> >
>> >>>> >>>> >
>> >>>> >>>> > ########################################################################
>> >>>> >>>> > 100.0%
>> >>>> >>>> > ==> ./configure --prefix=/usr/local/Cellar/xz/5.0.4
>> >>>> >>>> > ==> make install
>> >>>> >>>> > 🍺  /usr/local/Cellar/xz/5.0.4: 58 files, 1.5M, built in 27
>> >>>> >>>> > seconds
>> >>>> >>>> > Error: You must `brew link libogg' before libvorbis can be
>> >>>> >>>> > installed
>> >>>> >>>> >
>> >>>> >>>> >
>> >>>> >>>> >
>> >>>> >>>> >
>> >>>> >>>> >
>> >>>> >>>> > On Sat, May 11, 2013 at 8:21 AM, Jacob Joaquin
>> >>>> >>>> > 
>> >>>> >>>> > wrote:
>> >>>> >>>> >>
>> >>>> >>>> >> I ran into an error which was resolved by updating brew:
>> >>>> >>>> >>
>> >>>> >>>> >> brew update
>> >>>> >>>> >>
>> >>>> >>>> >> It's currently downloading and installing dependencies. We'll
>> >>>> >>>> >> see how
>> >>>> >>>> >> this
>> >>>> >>>> >> goes.
>> >>>> >>>> >>
>> >>>> >>>> >>
>> >>>> >>>> >> On Sat, May 11, 2013 at 8:12 AM, Steven Yi
>> >>>> >>>> >> 
>> >>>> >>>> >> wrote:
>> >>>> >>>> >>>
>> >>>> >>>> >>> Hi All,
>> >>>> >>>> >>>
>> >>>> >>>> >>> I've put together a homebrew [1]  file and was hoping to get
>> >>>> >>>> >>> some
>> >>>> >>>> >>> people to test it.  If it's working well maybe we can submit
>> >>>> >>>> >>> it
>> >>>> >>>> >>> to
>> >>>> >>>> >>> the
>> >>>> >>>> >>> homebrew repo.  The file is available at:
>> >>>> >>>> >>>
>> >>>> >>>> >>> http://www.kunstmusik.com/csound.rb
>> >>>> >>>> >>>
>> >>>> >>>> >>> You can try installing it by using:
>> >>>> >>>> >>>
>> >>>> >>>> >>> brew install http://www.kunstmusik.com/csound.rb
>> >>>> >>>> >>>
>> >>>> >>>> >>> This builds with a source zip I put together from today's
>> >>>> >>>> >>> GIT
>> >>>> >>>> >>> (using
>> >>>> >>>> >>> 'cpack package_source').  If you want to use the latest from
>> >>>> >>>> >>> GIT
>> >>>> >>>> >>> (recommended at this point) you can use:
>> >>>> >>>> >>>
>> >>>> >>>> >>> brew install --HEAD http://www.kunstmusik.com/csound.rb
>> >>>> >>>> >>>
>> >>>> >>>> >>> This should also install the following dependencies:
>> >>>> >>>> >>>
>> >>>> >>>> >>>   depends_on 'cmake' => :build
>> >>>> >>>> >>>   depends_on 'swig' => :build
>> >>>> >>>> >>>
>> >>>> >>>> >>>   depends_on 'libsndfile'
>> >>>> >>>> >>>
>> >>>> >>>> >>>   depends_on 'portaudio' => :recommended
>> >>>> >>>> >>>   depends_on 'portmidi' => :recommended
>> >>>> >>>> >>>   depends_on 'liblo' => :recommended
>> >>>> >>>> >>>   depends_on 'boost' => :recommended
>> >>>> >>>> >>>   depends_on 'libpng' => :recommended
>> >>>> >>>> >>>   depends_on 'stk' => :recommended
>> >>>> >>>> >>>
>> >>>> >>>> >>> You can get info on flags by using:
>> >>>> >>>> >>>
>> >>>> >>>> >>> brew info http://www.kunstmusik.com/csound.rb
>> >>>> >>>> >>>
>> >>>> >>>> >>> and can (or, at least, should) be able to build as a
>> >>>> >>>> >>> --universal
>> >>>> >>>> >>> using:
>> >>>> >>>> >>>
>> >>>> >>>> >>> brew install --HEAD http://www.kunstmusik.com/csound.rb
>> >>>> >>>> >>> --universal
>> >>>> >>>> >>>
>> >>>> >>>> >>> Some notes:
>> >>>> >>>> >>>
>> >>>> >>>> >>> 1) There are likely to be problems.  Please report issues
>> >>>> >>>> >>> here
>> >>>> >>>> >>> so
>> >>>> >>>> >>> that
>> >>>> >>>> >>> we can fix them together. :)
>> >>>> >>>> >>>
>> >>>> >>>> >>> 2) The csound cmake file installs things into places that
>> >>>> >>>> >>> may
>> >>>> >>>> >>> be
>> >>>> >>>> >>> protected on your system. The particularly relevant ones are
>> >>>> >>>> >>> /usr/local, /Library/Python/2.7/site-packages, and
>> >>>> >>>> >>> /Library/Java/Extensions.  Homebrew explains how to deal
>> >>>> >>>> >>> with
>> >>>> >>>> >>> the
>> >>>> >>>> >>> latter 2 directores in [2]. There's info about /usr/local on
>> >>>> >>>> >>> the
>> >>>> >>>> >>> homebrew site [1].
>> >>>> >>>> >>>
>> >>>> >>>> >>> 3) I'm currently thinking this might be the best way to get
>> >>>> >>>> >>> everything
>> >>>> >>>> >>> required to build csound installed on OSX.  The idea is that
>> >>>> >>>> >>> once you
>> >>>> >>>> >>> install once, you'll have everything you need to also clone
>> >>>> >>>> >>> Csound's
>> >>>> >>>> >>> git repo and develop/build/install.
>> >>>> >>>> >>>
>> >>>> >>>> >>> Thanks!
>> >>>> >>>> >>> steven
>> >>>> >>>> >>>
>> >>>> >>>> >>> [1] - http://brew.sh/
>> >>>> >>>> >>> [2] -
>> >>>> >>>> >>>
>> >>>> >>>> >>>
>> >>>> >>>> >>> https://github.com/mxcl/homebrew/wiki/Gems%2C-Eggs-and-Perl-Modules
>> >>>> >>>> >>>
>> >>>> >>>> >>>
>> >>>> >>>> >>>
>> >>>> >>>> >>>
>> >>>> >>>> >>>
>> >>>> >>>> >>> ------------------------------------------------------------------------------
>> >>>> >>>> >>> Learn Graph Databases - Download FREE O'Reilly Book
>> >>>> >>>> >>> "Graph Databases" is the definitive new guide to graph
>> >>>> >>>> >>> databases and
>> >>>> >>>> >>> their applications. This 200-page book is written by three
>> >>>> >>>> >>> acclaimed
>> >>>> >>>> >>> leaders in the field. The early access version is available
>> >>>> >>>> >>> now.
>> >>>> >>>> >>> Download your free book today!
>> >>>> >>>> >>> http://p.sf.net/sfu/neotech_d2d_may
>> >>>> >>>> >>> _______________________________________________
>> >>>> >>>> >>> Csound-devel mailing list
>> >>>> >>>> >>> Csound-devel@lists.sourceforge.net
>> >>>> >>>> >>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>> >>>> >>>> >>
>> >>>> >>>> >>
>> >>>> >>>> >>
>> >>>> >>>> >>
>> >>>> >>>> >> --
>> >>>> >>>> >> codehop.com | #code #art #music
>> >>>> >>>> >
>> >>>> >>>> >
>> >>>> >>>> >
>> >>>> >>>> >
>> >>>> >>>> > --
>> >>>> >>>> > codehop.com | #code #art #music
>> >>>> >>>> >
>> >>>> >>>> >
>> >>>> >>>> >
>> >>>> >>>> >
>> >>>> >>>> > ------------------------------------------------------------------------------
>> >>>> >>>> > Learn Graph Databases - Download FREE O'Reilly Book
>> >>>> >>>> > "Graph Databases" is the definitive new guide to graph
>> >>>> >>>> > databases
>> >>>> >>>> > and
>> >>>> >>>> > their applications. This 200-page book is written by three
>> >>>> >>>> > acclaimed
>> >>>> >>>> > leaders in the field. The early access version is available
>> >>>> >>>> > now.
>> >>>> >>>> > Download your free book today!
>> >>>> >>>> > http://p.sf.net/sfu/neotech_d2d_may
>> >>>> >>>> > _______________________________________________
>> >>>> >>>> > Csound-devel mailing list
>> >>>> >>>> > Csound-devel@lists.sourceforge.net
>> >>>> >>>> > https://lists.sourceforge.net/lists/listinfo/csound-devel
>> >>>> >>>> >
>> >>>> >>>>
>> >>>> >>>>
>> >>>> >>>>
>> >>>> >>>>
>> >>>> >>>> ------------------------------------------------------------------------------
>> >>>> >>>> Learn Graph Databases - Download FREE O'Reilly Book
>> >>>> >>>> "Graph Databases" is the definitive new guide to graph databases
>> >>>> >>>> and
>> >>>> >>>> their applications. This 200-page book is written by three
>> >>>> >>>> acclaimed
>> >>>> >>>> leaders in the field. The early access version is available now.
>> >>>> >>>> Download your free book today!
>> >>>> >>>> http://p.sf.net/sfu/neotech_d2d_may
>> >>>> >>>> _______________________________________________
>> >>>> >>>> Csound-devel mailing list
>> >>>> >>>> Csound-devel@lists.sourceforge.net
>> >>>> >>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>> >>>> >>>
>> >>>> >>>
>> >>>> >>>
>> >>>> >>>
>> >>>> >>>
>> >>>> >>>
>> >>>> >>> ------------------------------------------------------------------------------
>> >>>> >>> Learn Graph Databases - Download FREE O'Reilly Book
>> >>>> >>> "Graph Databases" is the definitive new guide to graph databases
>> >>>> >>> and
>> >>>> >>> their applications. This 200-page book is written by three
>> >>>> >>> acclaimed
>> >>>> >>> leaders in the field. The early access version is available now.
>> >>>> >>> Download your free book today!
>> >>>> >>> http://p.sf.net/sfu/neotech_d2d_may
>> >>>> >>> _______________________________________________
>> >>>> >>> Csound-devel mailing list
>> >>>> >>> Csound-devel@lists.sourceforge.net
>> >>>> >>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>> >>>> >>>
>> >>>> >>
>> >>>> >>
>> >>>> >>
>> >>>> >>
>> >>>> >> ------------------------------------------------------------------------------
>> >>>> >> Learn Graph Databases - Download FREE O'Reilly Book
>> >>>> >> "Graph Databases" is the definitive new guide to graph databases
>> >>>> >> and
>> >>>> >> their applications. This 200-page book is written by three
>> >>>> >> acclaimed
>> >>>> >> leaders in the field. The early access version is available now.
>> >>>> >> Download your free book today! http://p.sf.net/sfu/neotech_d2d_may
>> >>>> >> _______________________________________________
>> >>>> >> Csound-devel mailing list
>> >>>> >> Csound-devel@lists.sourceforge.net
>> >>>> >> https://lists.sourceforge.net/lists/listinfo/csound-devel
>> >>>> >>
>> >>>>
>> >>>>
>> >>>>
>> >>>> ------------------------------------------------------------------------------
>> >>>> Learn Graph Databases - Download FREE O'Reilly Book
>> >>>> "Graph Databases" is the definitive new guide to graph databases and
>> >>>> their applications. This 200-page book is written by three acclaimed
>> >>>> leaders in the field. The early access version is available now.
>> >>>> Download your free book today! http://p.sf.net/sfu/neotech_d2d_may
>> >>>> _______________________________________________
>> >>>> Csound-devel mailing list
>> >>>> Csound-devel@lists.sourceforge.net
>> >>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>> >>>
>> >>>
>> >>>
>> >>>
>> >>>
>> >>> ------------------------------------------------------------------------------
>> >>> Learn Graph Databases - Download FREE O'Reilly Book
>> >>> "Graph Databases" is the definitive new guide to graph databases and
>> >>> their applications. This 200-page book is written by three acclaimed
>> >>> leaders in the field. The early access version is available now.
>> >>> Download your free book today! http://p.sf.net/sfu/neotech_d2d_may
>> >>> _______________________________________________
>> >>> Csound-devel mailing list
>> >>> Csound-devel@lists.sourceforge.net
>> >>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>> >>>
>> >>
>> >>
>> >>
>> >> ------------------------------------------------------------------------------
>> >> Learn Graph Databases - Download FREE O'Reilly Book
>> >> "Graph Databases" is the definitive new guide to graph databases and
>> >> their applications. This 200-page book is written by three acclaimed
>> >> leaders in the field. The early access version is available now.
>> >> Download your free book today! http://p.sf.net/sfu/neotech_d2d_may
>> >> _______________________________________________
>> >> Csound-devel mailing list
>> >> Csound-devel@lists.sourceforge.net
>> >> https://lists.sourceforge.net/lists/listinfo/csound-devel
>> >>
>> >
>> >
>> >
>> > ------------------------------------------------------------------------------
>> > Learn Graph Databases - Download FREE O'Reilly Book
>> > "Graph Databases" is the definitive new guide to graph databases and
>> > their applications. This 200-page book is written by three acclaimed
>> > leaders in the field. The early access version is available now.
>> > Download your free book today! http://p.sf.net/sfu/neotech_d2d_may
>> > _______________________________________________
>> > Csound-devel mailing list
>> > Csound-devel@lists.sourceforge.net
>> > https://lists.sourceforge.net/lists/listinfo/csound-devel
>> >
>>
>>
>> ------------------------------------------------------------------------------
>> Learn Graph Databases - Download FREE O'Reilly Book
>> "Graph Databases" is the definitive new guide to graph databases and
>> their applications. This 200-page book is written by three acclaimed
>> leaders in the field. The early access version is available now.
>> Download your free book today! http://p.sf.net/sfu/neotech_d2d_may
>> _______________________________________________
>> Csound-devel mailing list
>> Csound-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>
>
>
> ------------------------------------------------------------------------------
> AlienVault Unified Security Management (USM) platform delivers complete
> security visibility with the essential security capabilities. Easily and
> efficiently configure, manage, and operate all of your security controls
> from a single console and one unified framework. Download a free trial.
> http://p.sf.net/sfu/alienvault_d2d
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel
>

------------------------------------------------------------------------------
AlienVault Unified Security Management (USM) platform delivers complete
security visibility with the essential security capabilities. Easily and
efficiently configure, manage, and operate all of your security controls
from a single console and one unified framework. Download a free trial.
http://p.sf.net/sfu/alienvault_d2d
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net
https://lists.sourceforge.net/list

Date2013-05-13 20:53
Frompeiman khosravi
SubjectRe: [Cs-dev] OSX: Homebrew
AttachmentsNone  None  
Great, it builds OK. But when I call Csound in the terminal I get this, followed by the usual Csound printout:

Error opening plugin directory '/Users/peimankhosravi/csound6.00-rc1/CsoundLib64.framework/Versions/6.0/Resources/Opcodes': No such file or directory


I get these errors after installing:

Warning: Could not fix install names for /usr/local/Cellar/csound/HEAD/bin/srconv
Warning: Could not fix install names for /usr/local/Cellar/csound/HEAD/bin/sndinfo
Warning: Could not fix install names for /usr/local/Cellar/csound/HEAD/bin/scsort
Warning: Could not fix install names for /usr/local/Cellar/csound/HEAD/bin/scope
Warning: Could not fix install names for /usr/local/Cellar/csound/HEAD/bin/scale
Warning: Could not fix install names for /usr/local/Cellar/csound/HEAD/bin/pvlook
Warning: Could not fix install names for /usr/local/Cellar/csound/HEAD/bin/pvanal
Warning: Could not fix install names for /usr/local/Cellar/csound/HEAD/bin/pv_import
Warning: Could not fix install names for /usr/local/Cellar/csound/HEAD/bin/pv_export
Warning: Could not fix install names for /usr/local/Cellar/csound/HEAD/bin/mixer
Warning: Could not fix install names for /usr/local/Cellar/csound/HEAD/bin/lpc_import
Warning: Could not fix install names for /usr/local/Cellar/csound/HEAD/bin/lpc_export
Warning: Could not fix install names for /usr/local/Cellar/csound/HEAD/bin/lpanal
Warning: Could not fix install names for /usr/local/Cellar/csound/HEAD/bin/hetro
Warning: Could not fix install names for /usr/local/Cellar/csound/HEAD/bin/het_import
Warning: Could not fix install names for /usr/local/Cellar/csound/HEAD/bin/het_export
Warning: Could not fix install names for /usr/local/Cellar/csound/HEAD/bin/extractor
Warning: Could not fix install names for /usr/local/Cellar/csound/HEAD/bin/extract
Warning: Could not fix install names for /usr/local/Cellar/csound/HEAD/bin/envext
Warning: Could not fix install names for /usr/local/Cellar/csound/HEAD/bin/dnoise
Warning: Could not fix install names for /usr/local/Cellar/csound/HEAD/bin/cvanal
Warning: Could not fix install names for /usr/local/Cellar/csound/HEAD/bin/csound
Warning: Could not fix install names for /usr/local/Cellar/csound/HEAD/bin/csanalyze
Warning: Could not fix install names for /usr/local/Cellar/csound/HEAD/bin/atsa
Warning: Could not fix install names for /usr/local/Cellar/csound/HEAD/lib/libcsnd.6.0.dylib


Also: how can I use csound 5 now? Do I need to specify the full path to it?

Thanks
Peiman






www.peimankhosravi.co.uk || Subscribe to RSS Feed

To receive emails about upcoming concerts visit this page & enter your email address in the 'follow' section.



On 13 May 2013 19:46, Steven Yi <stevenyi@gmail.com> wrote:
Hi Peiman,

It looks like the copy/paste maybe copied some newlines that shouldn't
be there?  For example:

sudo chmod +a 'user:peimankhosravi allow
add_subdirectory,add_file,delete_child directory_inherit'
/Library/Python/2.7/site-packages

You can look at
https://github.com/mxcl/homebrew/wiki/Gems%2C-Eggs-and-Perl-Modules to
see what the line should look like, with a change of what directories
to apply the command to.

(I think it might be best to start a wiki page on this, but I need to
see which wiki to use. :)  I'll ask about that in a separate email.)

steven

On Mon, May 13, 2013 at 8:36 PM, peiman khosravi
<peimankhosravi@gmail.com> wrote:
> Hi Steven,
>
> Thanks very much for the help. I trued your solution above but I get this:
>
> peimankh:~ peimankhosravi$ sudo chmod +a 'user:peimankhosravi allow
>> add_subdirectory
>> add_file,delete_child
>> directory_inherit'
> usage: chmod [-fhv] [-R [-H | -L | -P]] [-a | +a | =a  [i][# [ n]]]
> mode|entry file ...
> chmod [-fhv] [-R [-H | -L | -P]] [-E | -C | -N | -i | -I] file ...
> peimankh:~ peimankhosravi$ /Library/Python/2.7/site-packages
> -bash: /Library/Python/2.7/site-packages: is a directory
> peimankh:~ peimankhosravi$ sudo chmod +a 'user:peimankhosravi allow
>> add_subdirectory,add_file,delete_child,directory_inherit'
> usage: chmod [-fhv] [-R [-H | -L | -P]] [-a | +a | =a  [i][# [ n]]]
> mode|entry file ...
> chmod [-fhv] [-R [-H | -L | -P]] [-E | -C | -N | -i | -I] file ...
> peimankh:~ peimankhosravi$ /Library/Python/2.7/site-packages
> -bash: /Library/Python/2.7/site-packages: is a directory
>
>
> Is this normal?
>
>
>
>
>
>
> www.peimankhosravi.co.uk || Subscribe to RSS Feed
>
> To receive emails about upcoming concerts visit this page & enter your email
> address in the 'follow' section.
>
>
>
> On 12 May 2013 13:18, Steven Yi <stevenyi@gmail.com> wrote:
>>
>> Hi Ed,
>>
>> Yeah I mentioned this situation in my first email:
>>
>> "2) The csound cmake file installs things into places that may be
>> protected on your system. The particularly relevant ones are
>> /usr/local, /Library/Python/2.7/site-packages, and
>> /Library/Java/Extensions.  Homebrew explains how to deal with the
>> latter 2 directores in [2]. There's info about /usr/local on the
>> homebrew site [1]."
>>
>> The link for number 2 is:
>>
>> https://github.com/mxcl/homebrew/wiki/Gems%2C-Eggs-and-Perl-Modules
>>
>> The essentialy thing to run is:
>>
>> sudo chmod +a 'user:YOUR_NAME_HERE allow
>> add_subdirectory,add_file,delete_child,directory_inherit'
>> /Library/Python/2.7/site-packages
>> sudo chmod +a 'user:YOUR_NAME_HERE allow
>> add_subdirectory,add_file,delete_child,directory_inherit'
>> /Library/Java/Extensions
>>
>> where YOUR_NAME_HERE is your system user name.
>>
>> After that, you should be able to install.
>>
>> Let me know how it goes for you!
>> steven
>>
>>
>> On Sun, May 12, 2013 at 12:12 PM, Ed Costello <edwardcostello@gmail.com>
>> wrote:
>> > Here ya go, I think the installer is having trouble with copying
>> > _csnd6.so
>> > into my python site packages directory
>> >
>> > Marions-MacBook:~ eddyc$ brew install --HEAD
>> > http://www.kunstmusik.com/csound.rb --verbose
>> > /usr/bin/curl -f#LA Homebrew 0.9.4 (Ruby 1.8.7-358; Mac OS X 10.8.3)
>> > http://www.kunstmusik.com/csound.rb -o
>> > /Library/Caches/Homebrew/Formula/csound.rb
>> > ########################################################################
>> > 100.0%
>> > ==> Cloning git://git.code.sourceforge.net/p/csound/csound6-git
>> > git clone --depth 1 git://git.code.sourceforge.net/p/csound/csound6-git
>> > /Library/Caches/Homebrew/csound--git
>> > Cloning into '/Library/Caches/Homebrew/csound--git'...
>> > remote: Counting objects: 1531, done.
>> > remote: Compressing objects: 100% (1314/1314), done.
>> > remote: Total 1531 (delta 288), reused 797 (delta 140)
>> > Receiving objects: 100% (1531/1531), 13.23 MiB | 1.07 MiB/s, done.
>> > Resolving deltas: 100% (288/288), done.
>> > git reset --hard origin/HEAD
>> > HEAD is now at 2468c7c some float csound adjustments
>> > git checkout-index -a -f --prefix=/private/tmp/csound-KYls/
>> > ==> cmake . -DUSE_GETTEXT=0
>> > -DCMAKE_INSTALL_PREFIX=/usr/local/Cellar/csound/HEAD
>> > -DCMAKE_BUILD_TYPE=None
>> > -DCMAKE_FIND_FRAMEWORK=LAST -Wno-dev
>> > cmake . -DUSE_GETTEXT=0
>> > -DCMAKE_INSTALL_PREFIX=/usr/local/Cellar/csound/HEAD
>> > -DCMAKE_BUILD_TYPE=None -DCMAKE_FIND_FRAMEWORK=LAST -Wno-dev
>> > -- The C compiler identification is Clang 4.2.0
>> > -- The CXX compiler identification is Clang 4.2.0
>> > -- Check for working C compiler: /usr/local/Library/ENV/4.3/cc
>> > -- Check for working C compiler: /usr/local/Library/ENV/4.3/cc -- works
>> > -- Detecting C compiler ABI info
>> > -- Detecting C compiler ABI info - done
>> > -- Check for working CXX compiler: /usr/local/Library/ENV/4.3/c++
>> > -- Check for working CXX compiler: /usr/local/Library/ENV/4.3/c++ --
>> > works
>> > -- Detecting CXX compiler ABI info
>> > -- Detecting CXX compiler ABI info - done
>> > -- /tmp/csound-KYls
>> > -- BUILD_BIN_DIR set to /tmp/csound-KYls
>> > -- BUILD_LIB_DIR set to /tmp/csound-KYls
>> > -- BUILD_PLUGINS_DIR set to /tmp/csound-KYls
>> > -- Check if the system is big endian
>> > -- Searching 16 bit integer
>> > -- Looking for sys/types.h
>> > -- Looking for sys/types.h - found
>> > -- Looking for stdint.h
>> > -- Looking for stdint.h - found
>> > -- Looking for stddef.h
>> > -- Looking for stddef.h - found
>> > -- Check size of unsigned short
>> > -- Check size of unsigned short - done
>> > -- Using unsigned short
>> > -- Check if the system is big endian - little endian
>> > -- Try OpenMP C flag = [-fopenmp]
>> > -- Performing Test OpenMP_FLAG_DETECTED
>> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> > -- Try OpenMP C flag = [/openmp]
>> > -- Performing Test OpenMP_FLAG_DETECTED
>> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> > -- Try OpenMP C flag = [-Qopenmp]
>> > -- Performing Test OpenMP_FLAG_DETECTED
>> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> > -- Try OpenMP C flag = [-openmp]
>> > -- Performing Test OpenMP_FLAG_DETECTED
>> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> > -- Try OpenMP C flag = [ ]
>> > -- Performing Test OpenMP_FLAG_DETECTED
>> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> > -- Try OpenMP C flag = [-xopenmp]
>> > -- Performing Test OpenMP_FLAG_DETECTED
>> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> > -- Try OpenMP C flag = [+Oopenmp]
>> > -- Performing Test OpenMP_FLAG_DETECTED
>> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> > -- Try OpenMP C flag = [-qsmp]
>> > -- Performing Test OpenMP_FLAG_DETECTED
>> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> > -- Try OpenMP C flag = [-mp]
>> > -- Performing Test OpenMP_FLAG_DETECTED
>> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> > -- Try OpenMP CXX flag = [-fopenmp]
>> > -- Performing Test OpenMP_FLAG_DETECTED
>> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> > -- Try OpenMP CXX flag = [/openmp]
>> > -- Performing Test OpenMP_FLAG_DETECTED
>> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> > -- Try OpenMP CXX flag = [-Qopenmp]
>> > -- Performing Test OpenMP_FLAG_DETECTED
>> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> > -- Try OpenMP CXX flag = [-openmp]
>> > -- Performing Test OpenMP_FLAG_DETECTED
>> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> > -- Try OpenMP CXX flag = [ ]
>> > -- Performing Test OpenMP_FLAG_DETECTED
>> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> > -- Try OpenMP CXX flag = [-xopenmp]
>> > -- Performing Test OpenMP_FLAG_DETECTED
>> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> > -- Try OpenMP CXX flag = [+Oopenmp]
>> > -- Performing Test OpenMP_FLAG_DETECTED
>> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> > -- Try OpenMP CXX flag = [-qsmp]
>> > -- Performing Test OpenMP_FLAG_DETECTED
>> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> > -- Try OpenMP CXX flag = [-mp]
>> > -- Performing Test OpenMP_FLAG_DETECTED
>> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> > -- Could NOT find OpenMP (missing:  OpenMP_C_FLAGS OpenMP_CXX_FLAGS)
>> > -- Looking for libintl.h
>> > -- Looking for libintl.h - not found
>> > -- Looking for C++ include eigen3/Eigen/Dense
>> > -- Looking for C++ include eigen3/Eigen/Dense - not found
>> > -- Could NOT find Gettext (missing:  GETTEXT_MSGMERGE_EXECUTABLE
>> > GETTEXT_MSGFMT_EXECUTABLE)
>> > -- Looking for lrint in m
>> > -- Looking for lrint in m - found
>> > -- Looking for unistd.h
>> > -- Looking for unistd.h - found
>> > -- Looking for io.h
>> > -- Looking for io.h - not found
>> > -- Looking for fcntl.h
>> > -- Looking for fcntl.h - found
>> > -- Looking for sys/time.h
>> > -- Looking for sys/time.h - found
>> > -- Looking for termios.h
>> > -- Looking for termios.h - found
>> > -- Looking for values.h
>> > -- Looking for values.h - not found
>> > -- Looking for winsock.h
>> > -- Looking for winsock.h - not found
>> > -- Looking for sys/socket.h
>> > -- Looking for sys/socket.h - found
>> > -- Looking for dirent.h
>> > -- Looking for dirent.h - found
>> > -- USE_LRINT is enabled
>> > -- Found FLEX: /usr/bin/flex (found version "2.5.35")
>> > -- Found BISON: /usr/bin/bison (found version "2.3")
>> > -- Looking for pthread_spin_lock
>> > -- Looking for pthread_spin_lock - not found
>> > -- Looking for pthread_barrier_init
>> > -- Looking for pthread_barrier_init - not found
>> > -- OPENMP_FOUND="FALSE", so disabling USE_OPEN_MP
>> > -- PTHREAD_BARRIER_INIT_EXISTS="", so disabling USE_OPEN_MP
>> > -- USE_OPEN_MP is disabled
>> > -- Not building with score parser
>> > -- Not building with new parser debugging
>> > -- Building with multicore
>> > -- USE_GETTEXT is disabled
>> > -- Not using localization
>> > -- Building on OSX
>> > -- Boost version: 1.53.0
>> > -- Looking for ladspa.h
>> > -- Looking for ladspa.h - not found
>> > -- Looking for fluidsynth.h
>> > -- Looking for fluidsynth.h - not found
>> > -- Looking for jack/jack.h
>> > -- Looking for jack/jack.h - not found
>> > -- Looking for C++ include gmm/gmm.h
>> > -- Looking for C++ include gmm/gmm.h - not found
>> > -- Looking for lo/lo.h
>> > -- Looking for lo/lo.h - found
>> > -- Found ZLIB: /usr/lib/libz.dylib (found version "1.2.5")
>> > -- Found PNG: /usr/local/lib/libpng.dylib (found version "1.5.14")
>> > -- Found PythonLibs: /usr/lib/libpython2.7.dylib (found version "2.7.2")
>> > -- Found Lua51: /usr/local/lib/liblua.dylib (found version "5.1.5")
>> > -- Looking for wiiuse.h
>> > -- Looking for wiiuse.h - not found
>> > -- Looking for p5glove.h
>> > -- Looking for p5glove.h - not found
>> > -- BUILD_CHUA_OPCODES is enabled
>> > -- LADSPA_H="", so disabling BUILD_DSSI_OPCODES
>> > -- BUILD_DSSI_OPCODES is disabled
>> > -- FLUIDSYNTH_H="", so disabling BUILD_FLUID_OPCODES
>> > -- FLUIDSYNTH_LIBRARY="FLUIDSYNTH_LIBRARY-NOTFOUND", so disabling
>> > BUILD_FLUID_OPCODES
>> > -- BUILD_FLUID_OPCODES is disabled
>> > -- JACK_HEADER="", so disabling BUILD_JACK_OPCODES
>> > -- BUILD_JACK_OPCODES is disabled
>> > -- GMM_HEADER="", so disabling BUILD_LINEAR_ALGEBRA_OPCODES
>> > -- BUILD_LINEAR_ALGEBRA_OPCODES is disabled
>> > -- BUILD_OSC_OPCODES is enabled
>> > -- BUILD_IMAGE_OPCODES is enabled
>> > -- BUILD_PYTHON_OPCODES is enabled
>> > -- OPENMP_FOUND="FALSE", so disabling BUILD_LUA_OPCODES
>> > -- BUILD_LUA_OPCODES is disabled
>> > -- WIIUSE_H="", so disabling BUILD_WIIMOTE_OPCODES
>> > -- BUILD_WIIMOTE_OPCODES is disabled
>> > -- P5GLOVE_H="", so disabling BUILD_P5GLOVE_OPCODES
>> > -- BUILD_P5GLOVE_OPCODES is disabled
>> > -- BUILD_STK_OPCODES is enabled
>> > --
>> > -- ## REALTIME AUDIO AND MIDI ##
>> > -- Looking for alsa/asoundlib.h
>> > -- Looking for alsa/asoundlib.h - not found
>> > -- Looking for pulse/simple.h
>> > -- Looking for pulse/simple.h - not found
>> > -- Looking for XOpenDisplay in
>> > /usr/X11R6/lib/libX11.dylib;/usr/X11R6/lib/libXext.dylib
>> > -- Looking for XOpenDisplay in
>> > /usr/X11R6/lib/libX11.dylib;/usr/X11R6/lib/libXext.dylib - found
>> > -- Looking for gethostbyname
>> > -- Looking for gethostbyname - found
>> > -- Looking for connect
>> > -- Looking for connect - found
>> > -- Looking for remove
>> > -- Looking for remove - found
>> > -- Looking for shmat
>> > -- Looking for shmat - found
>> > -- Looking for IceConnectionNumber in ICE
>> > -- Looking for IceConnectionNumber in ICE - not found
>> > -- Found X11: /usr/X11R6/lib/libX11.dylib
>> > -- Found FLTK:
>> >
>> > /usr/local/lib/libfltk_images.a;/usr/local/lib/libfltk_forms.a;/usr/local/lib/libfltk.a
>> > -- USE_COREMIDI is enabled
>> > -- USE_AUDIOUNIT is enabled
>> > -- ALSA_HEADER="", so disabling USE_ALSA
>> > -- ALSA_LIBRARY="ALSA_LIBRARY-NOTFOUND", so disabling USE_ALSA
>> > -- USE_ALSA is disabled
>> > -- PULSEAUDIO_HEADER="", so disabling USE_PULSEAUDIO
>> > -- PULSEAUDIO_LIBRARY="PULSEAUDIO_LIBRARY-NOTFOUND", so disabling
>> > USE_PULSEAUDIO
>> > -- PULSESIMPLE_LIBRARY="PULSESIMPLE_LIBRARY-NOTFOUND", so disabling
>> > USE_PULSEAUDIO
>> > -- USE_PULSEAUDIO is disabled
>> > -- PORTAUDIO_HEADER="", so disabling USE_PORTAUDIO
>> > -- USE_PORTAUDIO is disabled
>> > -- PORTMIDI_HEADER="", so disabling USE_PORTMIDI
>> > -- USE_PORTMIDI is disabled
>> > -- JACK_HEADER="", so disabling USE_JACK
>> > -- JACK_LIBRARY="JACK_LIBRARY-NOTFOUND", so disabling USE_JACK
>> > -- USE_JACK is disabled
>> > -- USE_FLTK is enabled
>> > -- BUILD_VIRTUAL_KEYBOARD is enabled
>> > --
>> > -- Building C++ interface library
>> > -- Found SWIG: /usr/local/bin/swig (found suitable version "2.0.9",
>> > minimum
>> > required is "2.0")
>> > -- Found JNI: -framework JavaVM
>> > -- Found Java: /usr/bin/java (found version "1.6.0.45")
>> > -- BUILD_PYTHON_INTERFACE is enabled
>> > -- BUILD_JAVA_INTERFACE is enabled
>> > -- BUILD_LUA_INTERFACE is enabled
>> > -- Looking for m_pd.h
>> > -- Looking for m_pd.h - not found
>> > -- Building csLadspa
>> > -- BUILD_CSBEATS is enabled
>> > -- PD_HEADER="", so disabling BUILD_PD_CLASS
>> > -- BUILD_PD_CLASS is disabled
>> > -- BUILD_WINSOUND is disabled
>> > -- Boost version: 1.53.0
>> > -- Found SWIG: /usr/local/bin/swig (found version "2.0.9")
>> > -- BUILD_CSOUND_AC is disabled
>> > -- BUILD_CSOUND_AC_PYTHON_INTERFACE is enabled
>> > -- BUILD_CSOUND_AC_LUA_INTERFACE is enabled
>> > -- Configuring done
>> > -- Generating done
>> > -- Build files have been written to: /tmp/csound-KYls
>> > ==> make install
>> > make install
>> > Scanning dependencies of target ampmidid
>> > [  0%] Generating csound_prelex.c
>> > [  0%] Generating csound_orclex.c
>> > [  0%] Generating csound_orcparse.c
>> > /tmp/csound-KYls/Engine/csound_orc.y: conflicts: 4 shift/reduce, 10
>> > reduce/reduce
>> > [  0%] Building CXX object
>> > Opcodes/CMakeFiles/ampmidid.dir/ampmidid.cpp.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > Scanning dependencies of target CsoundLib64
>> > Linking CXX shared library ../libampmidid.dylib
>> > [  0%] Built target ampmidid
>> > Scanning dependencies of target cellular
>> > [  0%] Building C object Opcodes/CMakeFiles/cellular.dir/cellular.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > Linking C shared library ../libcellular.dylib
>> > [  0%] Built target cellular
>> > Scanning dependencies of target chua
>> > [  1%] Building C object CMakeFiles/CsoundLib64.dir/Engine/auxfd.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [  1%] Building C object CMakeFiles/CsoundLib64.dir/Engine/cfgvar.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [  1%] Building C object CMakeFiles/CsoundLib64.dir/Engine/corfiles.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [  2%] Building C object CMakeFiles/CsoundLib64.dir/Engine/entry1.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [  2%] Building C object CMakeFiles/CsoundLib64.dir/Engine/envvar.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [  2%] [  3%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Engine/extract.c.o
>> > Building CXX object
>> > Opcodes/CMakeFiles/chua.dir/chua/ChuaOscillator.cpp.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [  4%] Building C object CMakeFiles/CsoundLib64.dir/Engine/fgens.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [  4%] Building C object CMakeFiles/CsoundLib64.dir/Engine/insert.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [  4%] Building C object CMakeFiles/CsoundLib64.dir/Engine/linevent.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [  5%] Building C object CMakeFiles/CsoundLib64.dir/Engine/memalloc.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [  5%] Building C object CMakeFiles/CsoundLib64.dir/Engine/memfiles.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [  5%] Building C object CMakeFiles/CsoundLib64.dir/Engine/musmon.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [  5%] Building C object CMakeFiles/CsoundLib64.dir/Engine/namedins.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [  6%] Building C object CMakeFiles/CsoundLib64.dir/Engine/rdscor.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [  6%] Building C object CMakeFiles/CsoundLib64.dir/Engine/scsort.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [  6%] Building C object CMakeFiles/CsoundLib64.dir/Engine/scxtract.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [  7%] Building C object CMakeFiles/CsoundLib64.dir/Engine/sort.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [  7%] Building C object CMakeFiles/CsoundLib64.dir/Engine/sread.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > Linking CXX shared library ../libchua.dylib
>> > [  7%] Building C object CMakeFiles/CsoundLib64.dir/Engine/swritestr.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [  8%] Building C object CMakeFiles/CsoundLib64.dir/Engine/twarp.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [  8%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Engine/csound_type_system.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [  8%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Engine/csound_standard_types.c.o
>> > [  8%] Built target chua
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > Scanning dependencies of target control
>> > [  9%] [  9%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Engine/csound_data_structures.c.o
>> > Building C object Opcodes/CMakeFiles/control.dir/control.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [  9%] Linking C shared library ../libcontrol.dylib
>> > Building C object CMakeFiles/CsoundLib64.dir/Engine/pools.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [  9%] Built target control
>> > Scanning dependencies of target cs_date
>> > [  9%] [ 10%] Building C object
>> > CMakeFiles/CsoundLib64.dir/InOut/libsnd.c.o
>> > Building C object Opcodes/CMakeFiles/cs_date.dir/date.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > Linking C shared library ../libcs_date.dylib
>> > [ 10%] Built target cs_date
>> > [ 10%] Building C object CMakeFiles/CsoundLib64.dir/InOut/libsnd_u.c.o
>> > Scanning dependencies of target doppler
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 10%] Building CXX object Opcodes/CMakeFiles/doppler.dir/doppler.cpp.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 11%] Building C object CMakeFiles/CsoundLib64.dir/InOut/midifile.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 11%] Building C object CMakeFiles/CsoundLib64.dir/InOut/midirecv.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > Linking CXX shared library ../libdoppler.dylib
>> > [ 11%] Building C object CMakeFiles/CsoundLib64.dir/InOut/midisend.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 11%] Built target doppler
>> > Scanning dependencies of target fareygen
>> > [ 12%] [ 12%] Building C object
>> > CMakeFiles/CsoundLib64.dir/InOut/winascii.c.o
>> > Building C object Opcodes/CMakeFiles/fareygen.dir/fareygen.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 12%] Linking C shared library ../libfareygen.dylib
>> > Building C object CMakeFiles/CsoundLib64.dir/InOut/windin.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 12%] Built target fareygen
>> > Scanning dependencies of target fractalnoise
>> > [ 12%] Building C object CMakeFiles/CsoundLib64.dir/InOut/window.c.o
>> > [ 13%] Building CXX object
>> > Opcodes/CMakeFiles/fractalnoise.dir/tl/fractalnoise.cpp.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 14%] Building C object CMakeFiles/CsoundLib64.dir/InOut/winEPS.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > Linking CXX shared library ../libfractalnoise.dylib
>> > [ 14%] Built target fractalnoise
>> > [ 14%] Building C object
>> > CMakeFiles/CsoundLib64.dir/InOut/circularbuffer.c.o
>> > Scanning dependencies of target image
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 14%] Building C object Opcodes/CMakeFiles/image.dir/imageOpcodes.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 14%] Building C object CMakeFiles/CsoundLib64.dir/OOps/aops.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > Linking C shared library ../libimage.dylib
>> > [ 14%] Built target image
>> > Scanning dependencies of target mixer
>> > [ 14%] Building CXX object Opcodes/CMakeFiles/mixer.dir/mixer.cpp.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 15%] Building C object CMakeFiles/CsoundLib64.dir/OOps/bus.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > Linking CXX shared library ../libmixer.dylib
>> > [ 15%] Building C object CMakeFiles/CsoundLib64.dir/OOps/cmath.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 15%] Built target mixer
>> > Scanning dependencies of target osc
>> > [ 16%] Building C object Opcodes/CMakeFiles/osc.dir/OSC.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 16%] Building C object CMakeFiles/CsoundLib64.dir/OOps/diskin.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > Linking C shared library ../libosc.dylib
>> > [ 16%] Building C object CMakeFiles/CsoundLib64.dir/OOps/diskin2.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 16%] Built target osc
>> > Scanning dependencies of target platerev
>> > [ 16%] Building C object Opcodes/CMakeFiles/platerev.dir/platerev.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 17%] Linking C shared library ../libplaterev.dylib
>> > Building C object CMakeFiles/CsoundLib64.dir/OOps/disprep.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 17%] Built target platerev
>> > Scanning dependencies of target py
>> > [ 17%] [ 17%] Building C object
>> > Opcodes/CMakeFiles/py.dir/py/pythonopcodes.c.o
>> > Building C object CMakeFiles/CsoundLib64.dir/OOps/dumpf.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 17%] Building C object CMakeFiles/CsoundLib64.dir/OOps/fftlib.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > Linking C shared library ../libpy.dylib
>> > [ 17%] Built target py
>> > [ 18%] Scanning dependencies of target scansyn
>> > Building C object CMakeFiles/CsoundLib64.dir/OOps/goto_ops.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 18%] Building C object Opcodes/CMakeFiles/scansyn.dir/scansyn.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 18%] Building C object CMakeFiles/CsoundLib64.dir/OOps/midiinterop.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 19%] Building C object Opcodes/CMakeFiles/scansyn.dir/scansynx.c.o
>> > [ 19%] Building C object CMakeFiles/CsoundLib64.dir/OOps/midiops.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 20%] Building C object CMakeFiles/CsoundLib64.dir/OOps/midiout.c.o
>> > Linking C shared library ../libscansyn.dylib
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 20%] Built target scansyn
>> > Scanning dependencies of target serial
>> > [ 20%] Building C object Opcodes/CMakeFiles/serial.dir/serial.c.o
>> > [ 20%] Building C object CMakeFiles/CsoundLib64.dir/OOps/mxfft.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > Linking C shared library ../libserial.dylib
>> > [ 20%] Built target serial
>> > [ 20%] Building C object CMakeFiles/CsoundLib64.dir/OOps/oscils.c.o
>> > Scanning dependencies of target signalflowgraph
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 21%] Building CXX object
>> > Opcodes/CMakeFiles/signalflowgraph.dir/signalflowgraph.cpp.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 22%] Building C object CMakeFiles/CsoundLib64.dir/OOps/pstream.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 22%] Building C object CMakeFiles/CsoundLib64.dir/OOps/pvfileio.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 22%] Building C object CMakeFiles/CsoundLib64.dir/OOps/pvsanal.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 22%] Building C object CMakeFiles/CsoundLib64.dir/OOps/random.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 23%] Building C object CMakeFiles/CsoundLib64.dir/OOps/remote.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 23%] Building C object CMakeFiles/CsoundLib64.dir/OOps/schedule.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > Linking CXX shared library ../libsignalflowgraph.dylib
>> > [ 23%] Building C object CMakeFiles/CsoundLib64.dir/OOps/sndinfUG.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 23%] Built target signalflowgraph
>> > Scanning dependencies of target system_call
>> > [ 25%] [ 25%] Building C object
>> > CMakeFiles/CsoundLib64.dir/OOps/str_ops.c.o
>> > Building C object Opcodes/CMakeFiles/system_call.dir/system_call.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > Linking C shared library ../libsystem_call.dylib
>> > [ 25%] Built target system_call
>> > Scanning dependencies of target stk-ops
>> > [ 25%] Building C object CMakeFiles/CsoundLib64.dir/OOps/ugens1.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 25%] Building CXX object
>> > Opcodes/stk/CMakeFiles/stk-ops.dir/stkOpcodes.cpp.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 25%] Building C object CMakeFiles/CsoundLib64.dir/OOps/ugens2.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 26%] Building C object CMakeFiles/CsoundLib64.dir/OOps/ugens2a.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 26%] Building C object CMakeFiles/CsoundLib64.dir/OOps/ugens3.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 26%] Building C object CMakeFiles/CsoundLib64.dir/OOps/ugens4.c.o
>> > Linking CXX shared library ../../libstk.dylib
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 26%] Built target stk-ops
>> > Scanning dependencies of target cmidi
>> > [ 27%] Building C object CMakeFiles/CsoundLib64.dir/OOps/ugens5.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 27%] Building C object InOut/CMakeFiles/cmidi.dir/cmidi.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 27%] Building C object CMakeFiles/CsoundLib64.dir/OOps/ugens6.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > Linking C shared library ../libcmidi.dylib
>> > [ 27%] Building C object CMakeFiles/CsoundLib64.dir/OOps/ugtabs.c.o
>> > [ 27%] Built target cmidi
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > Scanning dependencies of target ipmidi
>> > [ 27%] Building C object InOut/CMakeFiles/ipmidi.dir/ipmidi.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > Linking C shared library ../libipmidi.dylib
>> > [ 27%] Building C object CMakeFiles/CsoundLib64.dir/OOps/ugrw1.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 27%] Built target ipmidi
>> > Scanning dependencies of target rtauhal
>> > [ 28%] Building C object InOut/CMakeFiles/rtauhal.dir/rtauhal.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 29%] Building C object CMakeFiles/CsoundLib64.dir/OOps/ugrw2.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 29%] Building C object CMakeFiles/CsoundLib64.dir/OOps/vdelay.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > Linking C shared library ../librtauhal.dylib
>> > [ 29%] Built target rtauhal
>> > Scanning dependencies of target virtual
>> > [ 29%] Building C object CMakeFiles/CsoundLib64.dir/OOps/compile_ops.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 29%] Building CXX object
>> > InOut/CMakeFiles/virtual.dir/virtual_keyboard/FLTKKeyboard.cpp.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 30%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/babo.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 30%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/bilbar.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 30%] Building CXX object
>> > InOut/CMakeFiles/virtual.dir/virtual_keyboard/FLTKKeyboardWindow.cpp.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 30%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/compress.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 32%] [ 32%] Building CXX object
>> > InOut/CMakeFiles/virtual.dir/virtual_keyboard/FLTKKeyboardWidget.cpp.o
>> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/eqfil.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 32%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/Vosim.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 32%] [ 32%] Building CXX object
>> > InOut/CMakeFiles/virtual.dir/virtual_keyboard/virtual_keyboard.cpp.o
>> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pitch.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 32%] Building CXX object
>> > InOut/CMakeFiles/virtual.dir/virtual_keyboard/Bank.cpp.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 33%] [ 34%] Building CXX object
>> > InOut/CMakeFiles/virtual.dir/virtual_keyboard/KeyboardMapping.cpp.o
>> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pitch0.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 34%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/spectra.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 34%] Building CXX object
>> > InOut/CMakeFiles/virtual.dir/virtual_keyboard/Program.cpp.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 34%] Building CXX object
>> > InOut/CMakeFiles/virtual.dir/virtual_keyboard/SliderBank.cpp.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 34%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Opcodes/ambicode1.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 35%] Building CXX object
>> > InOut/CMakeFiles/virtual.dir/virtual_keyboard/SliderData.cpp.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > Linking CXX shared library ../libvirtual.dylib
>> > [ 36%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/sfont.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 36%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/grain4.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 36%] Built target virtual
>> > Scanning dependencies of target widgets
>> > [ 36%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/hrtferX.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 36%] Building CXX object InOut/CMakeFiles/widgets.dir/FL_graph.cpp.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 36%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/loscilx.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 36%] Building C object InOut/CMakeFiles/widgets.dir/winFLTK.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 37%] [ 38%] Building CXX object
>> > InOut/CMakeFiles/widgets.dir/widgets.cpp.o
>> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/minmax.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 38%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pan2.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 38%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/arrays.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 39%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/phisem.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 39%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Opcodes/hrtfopcodes.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 39%] Linking CXX shared library ../libwidgets.dylib
>> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/stackops.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 39%] Built target widgets
>> > [ 40%] [ 41%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Opcodes/vbap.c.o
>> > [FLEX][csbeats_SCANNER] Building scanner with flex 2.5.35
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 41%] [BISON][csbeats_PARSER] Building parser with bison 2.3
>> > beats/beats.y: conflicts: 1 reduce/reduce
>> > Scanning dependencies of target csbeats
>> > [ 41%] Building C object frontends/CMakeFiles/csbeats.dir/beats/main.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 41%] [ 41%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Opcodes/vbap1.c.o
>> > Building C object frontends/CMakeFiles/csbeats.dir/beatslex.yy.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 42%] [ 42%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Opcodes/vbap_n.c.o
>> > Building C object frontends/CMakeFiles/csbeats.dir/beats.tab.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > Linking C executable ../csbeats
>> > [ 43%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/vbap_zak.c.o
>> > [ 43%] Built target csbeats
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > Scanning dependencies of target stdutil
>> > [ 44%] Building C object util/CMakeFiles/stdutil.dir/atsa.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 44%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/vaops.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 44%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ugakbari.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 44%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/harmon.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 45%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Opcodes/pitchtrack.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 45%] Building C object util/CMakeFiles/stdutil.dir/cvanal.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 45%] Building C object util/CMakeFiles/stdutil.dir/dnoise.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 45%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Opcodes/partikkel.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 46%] Building C object util/CMakeFiles/stdutil.dir/envext.c.o
>> > [ 46%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/shape.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 46%] Building C object util/CMakeFiles/stdutil.dir/het_export.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 47%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/tabsum.c.o
>> > [ 47%] Building C object util/CMakeFiles/stdutil.dir/het_import.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 48%] [ 48%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Opcodes/crossfm.c.o
>> > Building C object util/CMakeFiles/stdutil.dir/hetro.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 48%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pvlock.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 48%] Building C object util/CMakeFiles/stdutil.dir/lpanal.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 49%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/fareyseq.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 49%] Building C object util/CMakeFiles/stdutil.dir/lpc_export.c.o
>> > [ 49%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Opcodes/modmatrix.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 49%] Building C object util/CMakeFiles/stdutil.dir/lpc_import.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 50%] Building C object util/CMakeFiles/stdutil.dir/mixer.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 50%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Opcodes/scoreline.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 51%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/modal4.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 51%] Building C object util/CMakeFiles/stdutil.dir/pvanal.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 51%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/physutil.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 51%] Building C object util/CMakeFiles/stdutil.dir/pv_export.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 51%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/physmod.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 52%] Building C object util/CMakeFiles/stdutil.dir/pv_import.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 52%] Building C object util/CMakeFiles/stdutil.dir/pvlook.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 52%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/mandolin.c.o
>> > [ 52%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > Building C object util/CMakeFiles/stdutil.dir/scale.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 53%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/singwave.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 54%] Building C object util/CMakeFiles/stdutil.dir/sndinfo.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 54%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/fm4op.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 54%] Building C object util/CMakeFiles/stdutil.dir/srconv.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 54%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/moog1.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 54%] Building C object util/CMakeFiles/stdutil.dir/std_util.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 55%] Building C object util/CMakeFiles/stdutil.dir/xtrct.c.o
>> > [ 56%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/shaker.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 56%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/bowedbar.c.o
>> > [ 56%] Building C object util/CMakeFiles/stdutil.dir/scope.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 56%] Building C object util/CMakeFiles/stdutil.dir/__/SDIF/sdif.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 56%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Opcodes/gab/tabmorph.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > Linking C shared library ../libstdutil.dylib
>> > [ 57%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/gab/hvs.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 57%] Built target stdutil
>> > Scanning dependencies of target sdif2ad
>> > [ 58%] Building C object SDIF/CMakeFiles/sdif2ad.dir/sdif2adsyn.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 58%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Opcodes/gab/sliderTable.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 58%] Building C object SDIF/CMakeFiles/sdif2ad.dir/sdif.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 58%] Building C object SDIF/CMakeFiles/sdif2ad.dir/sdif-mem.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 58%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Opcodes/gab/newgabopc.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > Linking C executable ../sdif2ad
>> > [ 58%] Built target sdif2ad
>> > [ 59%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ftest.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 59%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Opcodes/hrtfearly.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 59%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Opcodes/hrtfreverb.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 59%] [ 60%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Opcodes/cpumeter.c.o
>> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/gendy.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 60%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Opcodes/tl/sc_noise.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 60%] Building C object CMakeFiles/CsoundLib64.dir/Top/argdecode.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 61%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Top/cscore_internal.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 61%] Building C object CMakeFiles/CsoundLib64.dir/Top/cscorfns.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 61%] Building C object CMakeFiles/CsoundLib64.dir/Top/csmodule.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 62%] Building C object CMakeFiles/CsoundLib64.dir/Top/csound.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 62%] Building C object CMakeFiles/CsoundLib64.dir/Top/getstring.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 62%] Building C object CMakeFiles/CsoundLib64.dir/Top/main.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 63%] Building C object CMakeFiles/CsoundLib64.dir/Top/new_opts.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 63%] Building C object CMakeFiles/CsoundLib64.dir/Top/one_file.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 63%] Building C object CMakeFiles/CsoundLib64.dir/Top/opcode.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 63%] Building C object CMakeFiles/CsoundLib64.dir/Top/threads.c.o
>> > [ 64%] Building C object CMakeFiles/CsoundLib64.dir/Top/utility.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 64%] [ 64%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Top/threadsafe.c.o
>> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ambicode.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 65%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/bbcut.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 65%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/biquad.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 65%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/butter.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 66%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/clfilt.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 66%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/cross2.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 66%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/dam.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 67%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/dcblockr.c.o
>> > [ 67%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/filter.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 67%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/flanger.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 67%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/follow.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 68%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/fout.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 68%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/freeverb.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 68%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ftconv.c.o
>> > [ 69%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ftgen.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 69%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/gab/gab.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 69%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Opcodes/gab/vectorial.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 70%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/grain.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 70%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/locsig.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 70%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/lowpassr.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 71%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/metro.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 71%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/midiops2.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 71%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/midiops3.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 72%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/newfils.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 72%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/nlfilt.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 72%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/oscbnk.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 72%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pluck.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 73%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/repluck.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 73%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/reverbsc.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 73%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/seqtime.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 74%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/sndloop.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 74%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/sndwarp.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 74%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/space.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 75%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/spat3d.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 75%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Opcodes/syncgrain.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 75%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ugens7.c.o
>> > [ 76%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ugens9.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 76%] [ 76%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Opcodes/uggab.c.o
>> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ugensa.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 76%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ugmoss.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 77%] [ 77%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Opcodes/ugnorman.c.o
>> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ugsc.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 77%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Opcodes/wave-terrain.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 78%] [ 78%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Opcodes/stdopcod.c.o
>> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/socksend.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 78%] [ 79%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Opcodes/sockrecv.c.o
>> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ifd.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 79%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/partials.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 79%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/psynth.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 80%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pvsbasic.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 80%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pvscent.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 80%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pvsdemix.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 80%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pvs_ops.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 81%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pvsband.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 81%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Opcodes/pvsbuffer.c.o
>> > [ 81%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pvsgendy.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 82%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/dsputil.c.o
>> > [ 82%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pvadd.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 82%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pvinterp.c.o
>> > [ 83%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pvocext.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 83%] [ 83%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Opcodes/pvread.c.o
>> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ugens8.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 84%] [ 84%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Opcodes/vpvoc.c.o
>> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pvoc.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 84%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/mp3in.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 84%] Building C object
>> > CMakeFiles/CsoundLib64.dir/InOut/libmpadec/layer1.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 85%] Building C object
>> > CMakeFiles/CsoundLib64.dir/InOut/libmpadec/layer2.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 85%] Building C object
>> > CMakeFiles/CsoundLib64.dir/InOut/libmpadec/layer3.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 85%] Building C object
>> > CMakeFiles/CsoundLib64.dir/InOut/libmpadec/synth.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 86%] Building C object
>> > CMakeFiles/CsoundLib64.dir/InOut/libmpadec/tables.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 86%] Building C object
>> > CMakeFiles/CsoundLib64.dir/InOut/libmpadec/mpadec.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 86%] Building C object
>> > CMakeFiles/CsoundLib64.dir/InOut/libmpadec/mp3dec.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 87%] Building C object CMakeFiles/CsoundLib64.dir/csound_orclex.c.o
>> > [ 87%] Building C object CMakeFiles/CsoundLib64.dir/csound_orcparse.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 87%] Building C object CMakeFiles/CsoundLib64.dir/csound_prelex.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 88%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Engine/csound_orc_semantics.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 88%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Engine/csound_orc_expressions.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 88%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Engine/csound_orc_optimize.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 88%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Engine/csound_orc_compile.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 89%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Engine/new_orc_parser.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 89%] Building C object CMakeFiles/CsoundLib64.dir/Engine/symbtab.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 89%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Engine/cs_new_dispatch.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 90%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Engine/cs_par_base.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 90%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Engine/cs_par_orc_semantic_analysis.c.o
>> > [ 90%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > Building C object CMakeFiles/CsoundLib64.dir/Engine/cs_par_dispatch.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > Copying OS X content
>> > CsoundLib64.framework/Versions/6.0/Headers/CppSound.hpp
>> > Copying OS X content
>> > CsoundLib64.framework/Versions/6.0/Headers/CsoundFile.hpp
>> > Copying OS X content
>> > CsoundLib64.framework/Versions/6.0/Headers/OpcodeBase.hpp
>> > Copying OS X content CsoundLib64.framework/Versions/6.0/Headers/cfgvar.h
>> > Copying OS X content
>> > CsoundLib64.framework/Versions/6.0/Headers/csPerfThread.hpp
>> > Copying OS X content CsoundLib64.framework/Versions/6.0/Headers/cscore.h
>> > Copying OS X content CsoundLib64.framework/Versions/6.0/Headers/csdl.h
>> > Copying OS X content CsoundLib64.framework/Versions/6.0/Headers/csound.h
>> > Copying OS X content
>> > CsoundLib64.framework/Versions/6.0/Headers/csound.hpp
>> > Copying OS X content
>> > CsoundLib64.framework/Versions/6.0/Headers/csoundCore.h
>> > Copying OS X content
>> > CsoundLib64.framework/Versions/6.0/Headers/csound_data_structures.h
>> > Copying OS X content
>> > CsoundLib64.framework/Versions/6.0/Headers/csound_standard_types.h
>> > Copying OS X content
>> > CsoundLib64.framework/Versions/6.0/Headers/csound_type_system.h
>> > Copying OS X content
>> > CsoundLib64.framework/Versions/6.0/Headers/cwindow.h
>> > Copying OS X content
>> > CsoundLib64.framework/Versions/6.0/Headers/float-version-double.h
>> > Copying OS X content
>> > CsoundLib64.framework/Versions/6.0/Headers/filebuilding.h
>> > Copying OS X content
>> > CsoundLib64.framework/Versions/6.0/Headers/interlocks.h
>> > Copying OS X content
>> > CsoundLib64.framework/Versions/6.0/Headers/float-version.h
>> > Copying OS X content
>> > CsoundLib64.framework/Versions/6.0/Headers/pstream.h
>> > Copying OS X content
>> > CsoundLib64.framework/Versions/6.0/Headers/msg_attr.h
>> > Copying OS X content
>> > CsoundLib64.framework/Versions/6.0/Headers/pvfileio.h
>> > Copying OS X content
>> > CsoundLib64.framework/Versions/6.0/Headers/soundio.h
>> > Copying OS X content CsoundLib64.framework/Versions/6.0/Headers/sysdep.h
>> > Copying OS X content CsoundLib64.framework/Versions/6.0/Headers/text.h
>> > Copying OS X content
>> > CsoundLib64.framework/Versions/6.0/Headers/version.h
>> > Linking C shared library CsoundLib64.framework/Versions/6.0/CsoundLib64
>> > [ 90%] Built target CsoundLib64
>> > Scanning dependencies of target csladspa
>> > Scanning dependencies of target libcsnd
>> > [ 90%] Building CXX object
>> > frontends/CMakeFiles/csladspa.dir/csladspa/csladspa.cpp.o
>> > [ 91%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > Building CXX object interfaces/CMakeFiles/libcsnd.dir/CppSound.cpp.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 91%] Building CXX object
>> > interfaces/CMakeFiles/libcsnd.dir/CsoundFile.cpp.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > Linking CXX shared library ../csladspa.dylib
>> > [ 91%] Built target csladspa
>> > Scanning dependencies of target csound-bin
>> > [ 91%] Building C object
>> > frontends/CMakeFiles/csound-bin.dir/csound/csound_main.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > Linking C executable ../csound
>> > [ 91%] Built target csound-bin
>> > Scanning dependencies of target atsa
>> > [ 91%] Building C object util/CMakeFiles/atsa.dir/atsa_main.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > Linking C executable ../atsa
>> > [ 91%] Building CXX object
>> > interfaces/CMakeFiles/libcsnd.dir/Soundfile.cpp.o
>> > [ 91%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > Built target atsa
>> > [ 91%] Building CXX object
>> > interfaces/CMakeFiles/libcsnd.dir/csPerfThread.cpp.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 92%] [ 92%] Building CXX object
>> > interfaces/CMakeFiles/libcsnd.dir/cs_glue.cpp.o
>> > Building CXX object interfaces/CMakeFiles/libcsnd.dir/filebuilding.cpp.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > Scanning dependencies of target csanalyze
>> > [ 92%] Building C object util/CMakeFiles/csanalyze.dir/csanalyze.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > Linking C executable ../csanalyze
>> > Linking CXX shared library ../libcsnd.dylib
>> > [ 92%] Built target csanalyze
>> > [ 92%] Built target libcsnd
>> > Scanning dependencies of target cvanal
>> > Scanning dependencies of target dnoise
>> > [ 92%] [ 93%] Building C object
>> > util/CMakeFiles/dnoise.dir/dnoise_main.c.o
>> > Building C object util/CMakeFiles/cvanal.dir/cvl_main.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > Linking C executable ../dnoise
>> > Linking C executable ../cvanal
>> > [ 93%] Built target dnoise
>> > [ 93%] Built target cvanal
>> > Scanning dependencies of target envext
>> > Scanning dependencies of target extractor
>> > [ 93%] [ 93%] Building C object util/CMakeFiles/envext.dir/env_main.c.o
>> > Building C object util/CMakeFiles/extractor.dir/xtrc_main.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > Linking C executable ../envext
>> > Linking C executable ../extractor
>> > [ 93%] Built target extractor
>> > [ 93%] Built target envext
>> > Scanning dependencies of target het_export
>> > Scanning dependencies of target het_import
>> > [ 93%] [ 93%] Building C object
>> > util/CMakeFiles/het_export.dir/hetx_main.c.o
>> > Building C object util/CMakeFiles/het_import.dir/heti_main.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > Linking C executable ../het_export
>> > Linking C executable ../het_import
>> > [ 93%] [ 93%] Built target het_import
>> > Built target het_export
>> > Scanning dependencies of target lpanal
>> > Scanning dependencies of target hetro
>> > [ 93%] Building C object util/CMakeFiles/lpanal.dir/lpc_main.c.o
>> > [ 94%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > Building C object util/CMakeFiles/hetro.dir/het_main.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > Linking C executable ../lpanal
>> > Linking C executable ../hetro
>> > [ 94%] Built target lpanal
>> > [ 94%] Built target hetro
>> > Scanning dependencies of target lpc_export
>> > Scanning dependencies of target lpc_import
>> > [ 95%] Building C object util/CMakeFiles/lpc_export.dir/lpcx_main.c.o
>> > [ 95%] Building C object util/CMakeFiles/lpc_import.dir/lpci_main.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > Linking C executable ../lpc_export
>> > Linking C executable ../lpc_import
>> > [ 95%] Built target lpc_export
>> > [ 95%] Built target lpc_import
>> > Scanning dependencies of target mixer-bin
>> > Scanning dependencies of target pv_export
>> > [ 95%] [ 95%] Building C object
>> > util/CMakeFiles/mixer-bin.dir/mixer_main.c.o
>> > Building C object util/CMakeFiles/pv_export.dir/pvx_main.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > Linking C executable ../pv_export
>> > Linking C executable ../mixer
>> > [ 95%] Built target pv_export
>> > [ 95%] Built target mixer-bin
>> > Scanning dependencies of target pvanal
>> > Scanning dependencies of target pv_import
>> > [ 95%] [ 96%] Building C object util/CMakeFiles/pvanal.dir/pvc_main.c.o
>> > Building C object util/CMakeFiles/pv_import.dir/pvi_main.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > Linking C executable ../pvanal
>> > Linking C executable ../pv_import
>> > [ 96%] Built target pvanal
>> > [ 96%] Built target pv_import
>> > Scanning dependencies of target scale
>> > Scanning dependencies of target pvlook
>> > [ 96%] [ 96%] Building C object util/CMakeFiles/scale.dir/scale_main.c.o
>> > Building C object util/CMakeFiles/pvlook.dir/pvl_main.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > Linking C executable ../pvlook
>> > Linking C executable ../scale
>> > [ 96%] Built target pvlook
>> > [ 96%] Built target scale
>> > Scanning dependencies of target scope
>> > Scanning dependencies of target sndinfo
>> > [ 96%] [ 96%] Building C object util/CMakeFiles/scope.dir/scope_main.c.o
>> > Building C object util/CMakeFiles/sndinfo.dir/sndinfo_main.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > Linking C executable ../sndinfo
>> > Linking C executable ../scope
>> > [ 96%] Built target scope
>> > [ 96%] Built target sndinfo
>> > Scanning dependencies of target srconv
>> > Scanning dependencies of target extract
>> > [ 97%] [ 97%] Building C object
>> > util/CMakeFiles/srconv.dir/srconv_main.c.o
>> > Building C object util1/CMakeFiles/extract.dir/sortex/xmain.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > Linking C executable ../extract
>> > Linking C executable ../srconv
>> > [ 97%] Built target extract
>> > [ 97%] Built target srconv
>> > [ 98%] Scanning dependencies of target scsort
>> > Swig source
>> > [ 98%] Building C object util1/CMakeFiles/scsort.dir/sortex/smain.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > Language subdirectory: python
>> > Search paths:
>> >    ./
>> >    /usr/local/include/
>> >    /tmp/csound-KYls/./H/
>> >    /tmp/csound-KYls/./include/
>> >    /tmp/csound-KYls/./Engine/
>> >    /tmp/csound-KYls/./
>> >    /tmp/csound-KYls/
>> >    /tmp/csound-KYls/interfaces/
>> >    /System/Library/Frameworks/Python.framework/Headers/
>> >    ./swig_lib/python/
>> >    /usr/local/Cellar/swig/2.0.9/share/swig/2.0.9/python/
>> >    ./swig_lib/
>> >    /usr/local/Cellar/swig/2.0.9/share/swig/2.0.9/
>> > Preprocessing...
>> > Linking C executable ../scsort
>> > [ 98%] Built target scsort
>> > [ 98%] Swig source
>> > Language subdirectory: java
>> > Search paths:
>> >    ./
>> >    /usr/local/include/
>> >    /tmp/csound-KYls/./H/
>> >    /tmp/csound-KYls/./include/
>> >    /tmp/csound-KYls/./Engine/
>> >    /tmp/csound-KYls/./
>> >    /tmp/csound-KYls/
>> >    /tmp/csound-KYls/interfaces/
>> >    /System/Library/Frameworks/Python.framework/Headers/
>> >    /System/Library/Frameworks/JavaVM.framework/Headers/
>> >    /System/Library/Frameworks/JavaVM.framework/Headers/
>> >    /System/Library/Frameworks/JavaVM.framework/Headers/
>> >    ./swig_lib/java/
>> >    /usr/local/Cellar/swig/2.0.9/share/swig/2.0.9/java/
>> >    ./swig_lib/
>> >    /usr/local/Cellar/swig/2.0.9/share/swig/2.0.9/
>> > Preprocessing...
>> > Starting language-specific parse...
>> > Processing types...
>> > C++ analysis...
>> > Generating wrappers...
>> > Starting language-specific parse...
>> > /tmp/csound-KYls/./include/csound.h:519: Warning 451: Setting a const
>> > char *
>> > variable may leak memory.
>> > Processing types...
>> > C++ analysis...
>> > Generating wrappers...
>> > /tmp/csound-KYls/./include/csound.h:519: Warning 451: Setting a const
>> > char *
>> > variable may leak memory.
>> > cs_glue.hpp:505: Warning 473: Returning a pointer or reference in a
>> > director
>> > method is not recommended.
>> > CppSound.hpp:36: Warning 453: Can't apply (std::vector< double >
>> > *INPUT). No
>> > typemaps are defined.
>> > CppSound.hpp:52: Warning 813: Warning for CppSound proxy: Base
>> > CsoundFile
>> > ignored. Multiple inheritance is not supported in Java.
>> > cs_glue.hpp:505: Warning 473: Returning a pointer or reference in a
>> > director
>> > method is not recommended.
>> > Scanning dependencies of target _jcsound6
>> > [ 99%] Building CXX object
>> > interfaces/CMakeFiles/_jcsound6.dir/java_interfaceJAVA_wrap.cxx.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > CppSound.hpp:36: Warning 453: Can't apply (std::vector< double >
>> > *INPUT). No
>> > typemaps are defined.
>> > Scanning dependencies of target _csnd6
>> > [ 99%] Building CXX object
>> > interfaces/CMakeFiles/_csnd6.dir/python_interfacePYTHON_wrap.cxx.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > Linking CXX shared module ../lib_jcsound6.jnilib
>> > Building JAVA package csnd6.jar
>> > Linking CXX shared module ../_csnd6.so
>> > [ 99%] Built target _csnd6
>> > [ 99%] [ 99%] Built target _jcsound6
>> > Swig source
>> > Language subdirectory: lua
>> > Search paths:
>> >    ./
>> >    /usr/local/include/
>> >    /tmp/csound-KYls/./H/
>> >    /tmp/csound-KYls/./include/
>> >    /tmp/csound-KYls/./Engine/
>> >    /tmp/csound-KYls/./
>> >    /tmp/csound-KYls/
>> >    /tmp/csound-KYls/interfaces/
>> >    /System/Library/Frameworks/Python.framework/Headers/
>> >    /System/Library/Frameworks/JavaVM.framework/Headers/
>> >    /System/Library/Frameworks/JavaVM.framework/Headers/
>> >    /System/Library/Frameworks/JavaVM.framework/Headers/
>> >    /usr/local/include/
>> >    ./swig_lib/lua/
>> >    /usr/local/Cellar/swig/2.0.9/share/swig/2.0.9/lua/
>> >    ./swig_lib/
>> >    /usr/local/Cellar/swig/2.0.9/share/swig/2.0.9/
>> > Preprocessing...
>> > Starting language-specific parse...
>> > Processing types...
>> > C++ analysis...
>> > Generating wrappers...
>> > /tmp/csound-KYls/./include/csound.h:519: Warning 451: Setting a const
>> > char *
>> > variable may leak memory.
>> > CppSound.hpp:36: Warning 453: Can't apply (std::vector< double >
>> > *INPUT). No
>> > typemaps are defined.
>> > Scanning dependencies of target luaCsnd6
>> > [100%] Building CXX object
>> > interfaces/CMakeFiles/luaCsnd6.dir/lua_interfaceLUA_wrap.cxx.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > Linking CXX shared module ../luaCsnd6.so
>> > [100%] Built target luaCsnd6
>> > Install the project...
>> > -- Install configuration: "None"
>> > -- Installing: /Users/eddyc/Library/Frameworks/CsoundLib64.framework
>> > -- Up-to-date:
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/CsoundLib64
>> > -- Up-to-date:
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Headers
>> > -- Up-to-date:
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Resources
>> > -- Installing:
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions
>> > -- Installing:
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0
>> > -- Installing:
>> >
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/CsoundLib64
>> > -- Installing:
>> >
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers
>> > -- Installing:
>> >
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/cfgvar.h
>> > -- Installing:
>> >
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/CppSound.hpp
>> > -- Installing:
>> >
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/cscore.h
>> > -- Installing:
>> >
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/csdl.h
>> > -- Installing:
>> >
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/csound.h
>> > -- Installing:
>> >
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/csound.hpp
>> > -- Installing:
>> >
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/csound_data_structures.h
>> > -- Installing:
>> >
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/csound_standard_types.h
>> > -- Installing:
>> >
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/csound_type_system.h
>> > -- Installing:
>> >
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/csoundCore.h
>> > -- Installing:
>> >
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/CsoundFile.hpp
>> > -- Installing:
>> >
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/csPerfThread.hpp
>> > -- Installing:
>> >
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/cwindow.h
>> > -- Installing:
>> >
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/filebuilding.h
>> > -- Installing:
>> >
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/float-version-double.h
>> > -- Installing:
>> >
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/float-version.h
>> > -- Installing:
>> >
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/interlocks.h
>> > -- Installing:
>> >
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/msg_attr.h
>> > -- Installing:
>> >
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/OpcodeBase.hpp
>> > -- Installing:
>> >
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/pstream.h
>> > -- Installing:
>> >
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/pvfileio.h
>> > -- Installing:
>> >
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/soundio.h
>> > -- Installing:
>> >
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/sysdep.h
>> > -- Installing:
>> >
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/text.h
>> > -- Installing:
>> >
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/version.h
>> > -- Installing:
>> >
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources
>> > -- Installing:
>> >
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Info.plist
>> > -- Up-to-date:
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/Current
>> > -- Installing:
>> >
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libmixer.dylib
>> > -- Installing:
>> >
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libsignalflowgraph.dylib
>> > -- Installing:
>> >
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libampmidid.dylib
>> > -- Installing:
>> >
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libcs_date.dylib
>> > -- Installing:
>> >
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libsystem_call.dylib
>> > -- Installing:
>> >
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libdoppler.dylib
>> > -- Installing:
>> >
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libfractalnoise.dylib
>> > -- Installing:
>> >
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libfareygen.dylib
>> > -- Installing:
>> >
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libcellular.dylib
>> > -- Installing:
>> >
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libserial.dylib
>> > -- Installing:
>> >
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libplaterev.dylib
>> > -- Installing:
>> >
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libscansyn.dylib
>> > -- Installing:
>> >
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libcontrol.dylib
>> > -- Installing:
>> >
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libchua.dylib
>> > -- Installing:
>> >
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libosc.dylib
>> > -- Installing:
>> >
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libimage.dylib
>> > -- Installing:
>> >
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libpy.dylib
>> > -- Installing:
>> >
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libstk.dylib
>> > -- Installing:
>> >
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libcmidi.dylib
>> > -- Installing:
>> >
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/librtauhal.dylib
>> > -- Installing:
>> >
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libipmidi.dylib
>> > -- Installing:
>> >
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libwidgets.dylib
>> > -- Installing:
>> >
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libvirtual.dylib
>> > -- Installing: /usr/local/Cellar/csound/HEAD/lib/libcsnd.6.0.dylib
>> > -- Installing: /usr/local/Cellar/csound/HEAD/lib/libcsnd.dylib
>> > -- Installing: /Library/Python/2.7/site-packages/_csnd6.so
>> > CMake Error at interfaces/cmake_install.cmake:61 (FILE):
>> >   file INSTALL cannot copy file "/tmp/csound-KYls/_csnd6.so" to
>> >   "/Library/Python/2.7/site-packages/_csnd6.so".
>> > Call Stack (most recent call first):
>> >   cmake_install.cmake:56 (INCLUDE)
>> >
>> >
>> > make: *** [install] Error 1
>> > ==> Configuration
>> > HOMEBREW_VERSION: 0.9.4
>> > HEAD: 38629e1de84d5b8f020e02ebe3ca3430a47080ef
>> > CPU: dual-core 64-bit penryn
>> > OS X: 10.8.3-x86_64
>> > Xcode: 4.6.2
>> > CLT: 4.6.0.0.1.1365549073
>> > X11: 2.7.4 => /opt/X11
>> > ==> ENV
>> > CC: cc
>> > CXX: c++
>> > MAKEFLAGS: -j2
>> > CMAKE_PREFIX_PATH: /usr/local
>> > CMAKE_INCLUDE_PATH:
>> >
>> > /usr/include/libxml2:/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers/
>> > CMAKE_LIBRARY_PATH:
>> > /System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
>> > PKG_CONFIG_PATH:
>> >
>> > /usr/local/opt/pcre/lib/pkgconfig:/usr/local/opt/libsndfile/lib/pkgconfig:/usr/local/opt/portaudio/lib/pkgconfig:/usr/local/opt/liblo/lib/pkgconfig:/usr/local/opt/libpng/lib/pkgconfig
>> > PKG_CONFIG_LIBDIR:
>> > /usr/lib/pkgconfig:/usr/local/Library/ENV/pkgconfig/10.8
>> > ACLOCAL_PATH: /usr/local/share/aclocal
>> > OBJC: cc
>> > PATH:
>> >
>> > /usr/local/Library/ENV/4.3:/usr/local/opt/cmake/bin:/usr/local/opt/pcre/bin:/usr/local/opt/swig/bin:/usr/local/opt/libsndfile/bin:/usr/local/opt/liblo/bin:/usr/local/opt/libpng/bin:/usr/local/opt/stk/bin:/usr/local/opt/jpeg/bin:/usr/local/opt/fltk/bin:/usr/bin:/bin:/usr/sbin:/sbin
>> >
>> > Error: csound did not build
>> > Logs:       /Users/eddyc/Library/Logs/Homebrew/csound/CMakeCache.txt
>> >
>> >
>> >
>> > On 12 May 2013 11:03, Steven Yi <stevenyi@gmail.com> wrote:
>> >>
>> >> Could you run "brew install --HEAD http://www.kunstmusik.com/csound.rb
>> >> --verbose" and post the verbose output?
>> >>
>> >> On May 12, 2013 10:47 AM, "Ed Costello" <edwardcostello@gmail.com>
>> >> wrote:
>> >>>
>> >>> Ok, still getting errors, heres what happened next....
>> >>>
>> >>> Marions-MacBook:~ eddyc$ brew link --overwrite libsndfile
>> >>> Linking /usr/local/Cellar/libsndfile/1.0.25... 27 symlinks created
>> >>> Marions-MacBook:~ eddyc$ brew install
>> >>> http://www.kunstmusik.com/csound.rb
>> >>>
>> >>> ########################################################################
>> >>> 100.0%
>> >>> Error: You must `brew link portaudio portmidi liblo' before csound can
>> >>> be
>> >>> installed
>> >>> Marions-MacBook:~ eddyc$ brew link --overwrite portaudio portmidi
>> >>> liblo
>> >>> Linking /usr/local/Cellar/portaudio/19.20111121... 6 symlinks created
>> >>> Linking /usr/local/Cellar/portmidi/217... 3 symlinks created
>> >>> Linking /usr/local/Cellar/liblo/0.26... 6 symlinks created
>> >>> Marions-MacBook:~ eddyc$ brew install
>> >>> http://www.kunstmusik.com/csound.rb
>> >>>
>> >>> ########################################################################
>> >>> 100.0%
>> >>> ==> Downloading http://www.kunstmusik.com/Csound-6.0.1-Source.tar.bz2
>> >>> Already downloaded: /Library/Caches/Homebrew/csound-6.0.1.tar.bz2
>> >>> ==> cmake . -DUSE_GETTEXT=0
>> >>> -DCMAKE_INSTALL_PREFIX=/usr/local/Cellar/csound/6.0.
>> >>> ==> make install
>> >>> Call Stack (most recent call first):
>> >>>   cmake_install.cmake:56 (INCLUDE)
>> >>>
>> >>>
>> >>> make: *** [install] Error 1
>> >>>
>> >>>
>> >>> On 11 May 2013 23:39, Steven Yi <stevenyi@gmail.com> wrote:
>> >>>>
>> >>>> Hey Ed,
>> >>>>
>> >>>> Sorry, just use "brew link --overwrite libsndfile" and ignore the
>> >>>> uninstall/install thing I wrote earlier. :)
>> >>>>
>> >>>> steven
>> >>>>
>> >>>> On Sat, May 11, 2013 at 11:31 PM, Steven Yi <stevenyi@gmail.com>
>> >>>> wrote:
>> >>>> > Hey Ed!
>> >>>> >
>> >>>> > So for that it's pretty much what it says.  You'll have to use the
>> >>>> > brew installed libsndfile, and to do that you'll probably have to
>> >>>> > do
>> >>>> > "brew uninstall libsndfile; brew install --overwrite libsndfile".
>> >>>> > Most
>> >>>> > likely when brew tried to link it's libsndfile into /usr/local, it
>> >>>> > encountered your custom built ones and gave up; I wonder if it
>> >>>> > didn't
>> >>>> > alter something though X_X.  But try getting the brew installed
>> >>>> > ones
>> >>>> > in there and I think you'll be good for csound building after that.
>> >>>> >
>> >>>> > Thanks!
>> >>>> > steven
>> >>>> >
>> >>>> > On Sat, May 11, 2013 at 8:10 PM, Ed Costello
>> >>>> > <edwardcostello@gmail.com> wrote:
>> >>>> >> I get an error saying it requires libsndfile, the thing is I
>> >>>> >> already
>> >>>> >> have
>> >>>> >> libsndfile installed from a previous csound installation,
>> >>>> >>
>> >>>> >> CMake Error at CMakeLists.txt:339 (message):
>> >>>> >>   Csound requires the sndfile library
>> >>>> >>
>> >>>> >>
>> >>>> >> -- Configuring incomplete, errors occurred!
>> >>>> >>
>> >>>> >> READ THIS: https://github.com/mxcl/homebrew/wiki/troubleshooting
>> >>>> >>
>> >>>> >> Marions-MacBook:~ eddyc$ brew install libsndfile
>> >>>> >> Warning: libsndfile-1.0.25 already installed, it's just not linked
>> >>>> >> Marions-MacBook:~ eddyc$
>> >>>> >>
>> >>>> >>
>> >>>> >>
>> >>>> >> On 11 May 2013 18:26, peiman khosravi <peimankhosravi@gmail.com>
>> >>>> >> wrote:
>> >>>> >>>
>> >>>> >>> I get the same errors.
>> >>>> >>>
>> >>>> >>> P
>> >>>> >>>
>> >>>> >>>
>> >>>> >>>
>> >>>> >>>
>> >>>> >>>
>> >>>> >>>
>> >>>> >>> www.peimankhosravi.co.uk || Subscribe to RSS Feed
>> >>>> >>>
>> >>>> >>> To receive emails about upcoming concerts visit this page & enter
>> >>>> >>> your
>> >>>> >>> email address in the 'follow' section.
>> >>>> >>>
>> >>>> >>>
>> >>>> >>>
>> >>>> >>> On 11 May 2013 16:38, Steven Yi <stevenyi@gmail.com> wrote:
>> >>>> >>>>
>> >>>> >>>> Hi Jake,
>> >>>> >>>>
>> >>>> >>>> Thanks very much for the quick report! I'm running into similar
>> >>>> >>>> situations and it has to do with brew trying to install links
>> >>>> >>>> but
>> >>>> >>>> there are original files there installed from somewhere else
>> >>>> >>>> (likely
>> >>>> >>>> from a previous csound installer install).  I just did this:
>> >>>> >>>>
>> >>>> >>>> Error: Could not symlink file:
>> >>>> >>>> /usr/local/Cellar/libogg/1.3.0/include/ogg/os_types.h
>> >>>> >>>> Target /usr/local/include/ogg/os_types.h already exists. You may
>> >>>> >>>> need
>> >>>> >>>> to delete it.
>> >>>> >>>> To force the link and overwrite all other conflicting files, do:
>> >>>> >>>>   brew link --overwrite formula_name
>> >>>> >>>>
>> >>>> >>>> To list all files that would be deleted:
>> >>>> >>>>   brew link --overwrite --dry-run formula_name
>> >>>> >>>> cp23-119:Formula stevenyi$ brew link --overwrite libogg
>> >>>> >>>> Linking /usr/local/Cellar/libogg/1.3.0... 81 symlinks created
>> >>>> >>>>
>> >>>> >>>> and also did 'brew link --overwrite flac' (and so on for each
>> >>>> >>>> lib).
>> >>>> >>>>
>> >>>> >>>> One note, I'm running into issues in building --universal.  It
>> >>>> >>>> seems
>> >>>> >>>> some of the formulas can be --universal but they depend on
>> >>>> >>>> others
>> >>>> >>>> that
>> >>>> >>>> don't support universal.  I'm going to see about modifying some
>> >>>> >>>> of
>> >>>> >>>> the
>> >>>> >>>> dependent homebrew recipes and if that works I'll see if they
>> >>>> >>>> get
>> >>>> >>>> accepted into the main repo.
>> >>>> >>>>
>> >>>> >>>> Thanks!
>> >>>> >>>> steven
>> >>>> >>>>
>> >>>> >>>> On Sat, May 11, 2013 at 5:24 PM, Jacob Joaquin
>> >>>> >>>> <jacobjoaquin@gmail.com>
>> >>>> >>>> wrote:
>> >>>> >>>> > Here's my first run through; It breaks at libogg. I'm actually
>> >>>> >>>> > in
>> >>>> >>>> > the
>> >>>> >>>> > middle
>> >>>> >>>> > of something this morning. I'll spend more time with this when
>> >>>> >>>> > I
>> >>>> >>>> > have
>> >>>> >>>> > some:
>> >>>> >>>> >
>> >>>> >>>> > Quorra ~ $ brew install http://www.kunstmusik.com/csound.rb
>> >>>> >>>> >
>> >>>> >>>> >
>> >>>> >>>> >
>> >>>> >>>> > ########################################################################
>> >>>> >>>> > 100.0%
>> >>>> >>>> > Warning: Your Xcode (4.6.1) is outdated
>> >>>> >>>> > Please install Xcode 4.6.2.
>> >>>> >>>> > ==> Installing csound dependency: cmake
>> >>>> >>>> > ==> Downloading
>> >>>> >>>> >
>> >>>> >>>> > https://downloads.sf.net/project/machomebrew/Bottles/cmake-2.8.1
>> >>>> >>>> >
>> >>>> >>>> >
>> >>>> >>>> >
>> >>>> >>>> > ########################################################################
>> >>>> >>>> > 100.0%
>> >>>> >>>> > ==> Pouring cmake-2.8.10.2.mountain_lion.bottle.tar.gz
>> >>>> >>>> > 🍺  /usr/local/Cellar/cmake/2.8.10.2: 683 files, 32M
>> >>>> >>>> > ==> Installing csound dependency: pcre
>> >>>> >>>> > ==> Downloading
>> >>>> >>>> >
>> >>>> >>>> > ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre-8.32.
>> >>>> >>>> >
>> >>>> >>>> >
>> >>>> >>>> >
>> >>>> >>>> > ########################################################################
>> >>>> >>>> > 100.0%
>> >>>> >>>> >
>> >>>> >>>> >
>> >>>> >>>> >
>> >>>> >>>> > ########################################################################
>> >>>> >>>> > 100.0%==> ./configure --prefix=/usr/local/Cellar/pcre/8.32
>> >>>> >>>> > --enable-utf8
>> >>>> >>>> > --enable-unic
>> >>>> >>>> > ==> make test
>> >>>> >>>> > ==> make install
>> >>>> >>>> > 🍺  /usr/local/Cellar/pcre/8.32: 135 files, 3.6M, built in 44
>> >>>> >>>> > seconds
>> >>>> >>>> > ==> Installing csound dependency: swig
>> >>>> >>>> > ==> Downloading
>> >>>> >>>> >
>> >>>> >>>> >
>> >>>> >>>> >
>> >>>> >>>> > http://sourceforge.net/projects/swig/files/swig/swig-2.0.9/swig-2.0.9.tar.gz
>> >>>> >>>> >
>> >>>> >>>> >
>> >>>> >>>> >
>> >>>> >>>> > ########################################################################
>> >>>> >>>> > 100.0%
>> >>>> >>>> > ==> ./configure --prefix=/usr/local/Cellar/swig/2.0.9
>> >>>> >>>> > ==> make
>> >>>> >>>> > ==> make install
>> >>>> >>>> > 🍺  /usr/local/Cellar/swig/2.0.9: 599 files, 6.2M, built in 45
>> >>>> >>>> > seconds
>> >>>> >>>> > ==> Installing csound dependency: pkg-config
>> >>>> >>>> > ==> Downloading
>> >>>> >>>> >
>> >>>> >>>> >
>> >>>> >>>> >
>> >>>> >>>> > https://downloads.sf.net/project/machomebrew/Bottles/pkg-config-0.28.mountain_lion.bottle.tar.gz
>> >>>> >>>> >
>> >>>> >>>> >
>> >>>> >>>> >
>> >>>> >>>> > ########################################################################
>> >>>> >>>> > 100.0%
>> >>>> >>>> > ==> Pouring pkg-config-0.28.mountain_lion.bottle.tar.gz
>> >>>> >>>> > 🍺  /usr/local/Cellar/pkg-config/0.28: 10 files, 636K
>> >>>> >>>> > ==> Installing csound dependency: lame
>> >>>> >>>> > ==> Downloading
>> >>>> >>>> >
>> >>>> >>>> >
>> >>>> >>>> > http://downloads.sourceforge.net/sourceforge/lame/lame-3.99.5.tar.gz
>> >>>> >>>> >
>> >>>> >>>> >
>> >>>> >>>> >
>> >>>> >>>> > ########################################################################
>> >>>> >>>> > 100.0%
>> >>>> >>>> > ==> ./configure --prefix=/usr/local/Cellar/lame/3.99.5
>> >>>> >>>> > --enable-nasm
>> >>>> >>>> > ==> make install
>> >>>> >>>> > 🍺  /usr/local/Cellar/lame/3.99.5: 25 files, 2.1M, built in 27
>> >>>> >>>> > seconds
>> >>>> >>>> > ==> Installing csound dependency: flac
>> >>>> >>>> > ==> Downloading
>> >>>> >>>> >
>> >>>> >>>> >
>> >>>> >>>> > http://downloads.sourceforge.net/sourceforge/flac/flac-1.2.1.tar.gz
>> >>>> >>>> >
>> >>>> >>>> >
>> >>>> >>>> >
>> >>>> >>>> > ########################################################################
>> >>>> >>>> > 100.0%
>> >>>> >>>> > ==> ./configure --disable-asm-optimizations --enable-sse
>> >>>> >>>> > --prefix=/usr/local/Cellar/flac/1.2.1
>> >>>> >>>> > --mandir=/usr/local/Cellar/flac/1.2.1/share/man
>> >>>> >>>> > ==> make install
>> >>>> >>>> > ==> Downloading
>> >>>> >>>> > https://github.com/rmndk/flac2mp3/archive/v1.0.tar.gz
>> >>>> >>>> >
>> >>>> >>>> >
>> >>>> >>>> >
>> >>>> >>>> > ########################################################################
>> >>>> >>>> > 100.0%
>> >>>> >>>> > Warning: Could not link flac. Unlinking...
>> >>>> >>>> > Error: The `brew link` step did not complete successfully
>> >>>> >>>> > The formula built, but is not symlinked into /usr/local
>> >>>> >>>> > You can try again using `brew link flac'
>> >>>> >>>> > ==> Summary
>> >>>> >>>> > 🍺  /usr/local/Cellar/flac/1.2.1: 304 files, 6.5M, built in 47
>> >>>> >>>> > seconds
>> >>>> >>>> > ==> Installing csound dependency: libogg
>> >>>> >>>> > ==> Downloading
>> >>>> >>>> > http://downloads.xiph.org/releases/ogg/libogg-1.3.0.tar.gz
>> >>>> >>>> >
>> >>>> >>>> >
>> >>>> >>>> >
>> >>>> >>>> > ########################################################################
>> >>>> >>>> > 100.0%
>> >>>> >>>> > ==> ./configure --prefix=/usr/local/Cellar/libogg/1.3.0
>> >>>> >>>> > ==> make
>> >>>> >>>> > ==> make install
>> >>>> >>>> > Warning: Could not link libogg. Unlinking...
>> >>>> >>>> > Error: The `brew link` step did not complete successfully
>> >>>> >>>> > The formula built, but is not symlinked into /usr/local
>> >>>> >>>> > You can try again using `brew link libogg'
>> >>>> >>>> > ==> Summary
>> >>>> >>>> > 🍺  /usr/local/Cellar/libogg/1.3.0: 85 files, 520K, built in
>> >>>> >>>> > 11
>> >>>> >>>> > seconds
>> >>>> >>>> > ==> Installing csound dependency: xz
>> >>>> >>>> > ==> Downloading http://tukaani.org/xz/xz-5.0.4.tar.bz2
>> >>>> >>>> >
>> >>>> >>>> >
>> >>>> >>>> >
>> >>>> >>>> > ########################################################################
>> >>>> >>>> > 100.0%
>> >>>> >>>> > ==> ./configure --prefix=/usr/local/Cellar/xz/5.0.4
>> >>>> >>>> > ==> make install
>> >>>> >>>> > 🍺  /usr/local/Cellar/xz/5.0.4: 58 files, 1.5M, built in 27
>> >>>> >>>> > seconds
>> >>>> >>>> > Error: You must `brew link libogg' before libvorbis can be
>> >>>> >>>> > installed
>> >>>> >>>> >
>> >>>> >>>> >
>> >>>> >>>> >
>> >>>> >>>> >
>> >>>> >>>> >
>> >>>> >>>> > On Sat, May 11, 2013 at 8:21 AM, Jacob Joaquin
>> >>>> >>>> > <jacobjoaquin@gmail.com>
>> >>>> >>>> > wrote:
>> >>>> >>>> >>
>> >>>> >>>> >> I ran into an error which was resolved by updating brew:
>> >>>> >>>> >>
>> >>>> >>>> >> brew update
>> >>>> >>>> >>
>> >>>> >>>> >> It's currently downloading and installing dependencies. We'll
>> >>>> >>>> >> see how
>> >>>> >>>> >> this
>> >>>> >>>> >> goes.
>> >>>> >>>> >>
>> >>>> >>>> >>
>> >>>> >>>> >> On Sat, May 11, 2013 at 8:12 AM, Steven Yi
>> >>>> >>>> >> <stevenyi@gmail.com>
>> >>>> >>>> >> wrote:
>> >>>> >>>> >>>
>> >>>> >>>> >>> Hi All,
>> >>>> >>>> >>>
>> >>>> >>>> >>> I've put together a homebrew [1]  file and was hoping to get
>> >>>> >>>> >>> some
>> >>>> >>>> >>> people to test it.  If it's working well maybe we can submit
>> >>>> >>>> >>> it
>> >>>> >>>> >>> to
>> >>>> >>>> >>> the
>> >>>> >>>> >>> homebrew repo.  The file is available at:
>> >>>> >>>> >>>
>> >>>> >>>> >>> http://www.kunstmusik.com/csound.rb
>> >>>> >>>> >>>
>> >>>> >>>> >>> You can try installing it by using:
>> >>>> >>>> >>>
>> >>>> >>>> >>> brew install http://www.kunstmusik.com/csound.rb
>> >>>> >>>> >>>
>> >>>> >>>> >>> This builds with a source zip I put together from today's
>> >>>> >>>> >>> GIT
>> >>>> >>>> >>> (using
>> >>>> >>>> >>> 'cpack package_source').  If you want to use the latest from
>> >>>> >>>> >>> GIT
>> >>>> >>>> >>> (recommended at this point) you can use:
>> >>>> >>>> >>>
>> >>>> >>>> >>> brew install --HEAD http://www.kunstmusik.com/csound.rb
>> >>>> >>>> >>>
>> >>>> >>>> >>> This should also install the following dependencies:
>> >>>> >>>> >>>
>> >>>> >>>> >>>   depends_on 'cmake' => :build
>> >>>> >>>> >>>   depends_on 'swig' => :build
>> >>>> >>>> >>>
>> >>>> >>>> >>>   depends_on 'libsndfile'
>> >>>> >>>> >>>
>> >>>> >>>> >>>   depends_on 'portaudio' => :recommended
>> >>>> >>>> >>>   depends_on 'portmidi' => :recommended
>> >>>> >>>> >>>   depends_on 'liblo' => :recommended
>> >>>> >>>> >>>   depends_on 'boost' => :recommended
>> >>>> >>>> >>>   depends_on 'libpng' => :recommended
>> >>>> >>>> >>>   depends_on 'stk' => :recommended
>> >>>> >>>> >>>
>> >>>> >>>> >>> You can get info on flags by using:
>> >>>> >>>> >>>
>> >>>> >>>> >>> brew info http://www.kunstmusik.com/csound.rb
>> >>>> >>>> >>>
>> >>>> >>>> >>> and can (or, at least, should) be able to build as a
>> >>>> >>>> >>> --universal
>> >>>> >>>> >>> using:
>> >>>> >>>> >>>
>> >>>> >>>> >>> brew install --HEAD http://www.kunstmusik.com/csound.rb
>> >>>> >>>> >>> --universal
>> >>>> >>>> >>>
>> >>>> >>>> >>> Some notes:
>> >>>> >>>> >>>
>> >>>> >>>> >>> 1) There are likely to be problems.  Please report issues
>> >>>> >>>> >>> here
>> >>>> >>>> >>> so
>> >>>> >>>> >>> that
>> >>>> >>>> >>> we can fix them together. :)
>> >>>> >>>> >>>
>> >>>> >>>> >>> 2) The csound cmake file installs things into places that
>> >>>> >>>> >>> may
>> >>>> >>>> >>> be
>> >>>> >>>> >>> protected on your system. The particularly relevant ones are
>> >>>> >>>> >>> /usr/local, /Library/Python/2.7/site-packages, and
>> >>>> >>>> >>> /Library/Java/Extensions.  Homebrew explains how to deal
>> >>>> >>>> >>> with
>> >>>> >>>> >>> the
>> >>>> >>>> >>> latter 2 directores in [2]. There's info about /usr/local on
>> >>>> >>>> >>> the
>> >>>> >>>> >>> homebrew site [1].
>> >>>> >>>> >>>
>> >>>> >>>> >>> 3) I'm currently thinking this might be the best way to get
>> >>>> >>>> >>> everything
>> >>>> >>>> >>> required to build csound installed on OSX.  The idea is that
>> >>>> >>>> >>> once you
>> >>>> >>>> >>> install once, you'll have everything you need to also clone
>> >>>> >>>> >>> Csound's
>> >>>> >>>> >>> git repo and develop/build/install.
>> >>>> >>>> >>>
>> >>>> >>>> >>> Thanks!
>> >>>> >>>> >>> steven
>> >>>> >>>> >>>
>> >>>> >>>> >>> [1] - http://brew.sh/
>> >>>> >>>> >>> [2] -
>> >>>> >>>> >>>
>> >>>> >>>> >>>
>> >>>> >>>> >>> https://github.com/mxcl/homebrew/wiki/Gems%2C-Eggs-and-Perl-Modules
>> >>>> >>>> >>>
>> >>>> >>>> >>>
>> >>>> >>>> >>>
>> >>>> >>>> >>>
>> >>>> >>>> >>>
>> >>>> >>>> >>> ------------------------------------------------------------------------------
>> >>>> >>>> >>> Learn Graph Databases - Download FREE O'Reilly Book
>> >>>> >>>> >>> "Graph Databases" is the definitive new guide to graph
>> >>>> >>>> >>> databases and
>> >>>> >>>> >>> their applications. This 200-page book is written by three
>> >>>> >>>> >>> acclaimed
>> >>>> >>>> >>> leaders in the field. The early access version is available
>> >>>> >>>> >>> now.
>> >>>> >>>> >>> Download your free book today!
>> >>>> >>>> >>> http://p.sf.net/sfu/neotech_d2d_may
>> >>>> >>>> >>> _______________________________________________
>> >>>> >>>> >>> Csound-devel mailing list
>> >>>> >>>> >>> Csound-devel@lists.sourceforge.net
>> >>>> >>>> >>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>> >>>> >>>> >>
>> >>>> >>>> >>
>> >>>> >>>> >>
>> >>>> >>>> >>
>> >>>> >>>> >> --
>> >>>> >>>> >> codehop.com | #code #art #music
>> >>>> >>>> >
>> >>>> >>>> >
>> >>>> >>>> >
>> >>>> >>>> >
>> >>>> >>>> > --
>> >>>> >>>> > codehop.com | #code #art #music
>> >>>> >>>> >
>> >>>> >>>> >
>> >>>> >>>> >
>> >>>> >>>> >
>> >>>> >>>> > ------------------------------------------------------------------------------
>> >>>> >>>> > Learn Graph Databases - Download FREE O'Reilly Book
>> >>>> >>>> > "Graph Databases" is the definitive new guide to graph
>> >>>> >>>> > databases
>> >>>> >>>> > and
>> >>>> >>>> > their applications. This 200-page book is written by three
>> >>>> >>>> > acclaimed
>> >>>> >>>> > leaders in the field. The early access version is available
>> >>>> >>>> > now.
>> >>>> >>>> > Download your free book today!
>> >>>> >>>> > http://p.sf.net/sfu/neotech_d2d_may
>> >>>> >>>> > _______________________________________________
>> >>>> >>>> > Csound-devel mailing list
>> >>>> >>>> > Csound-devel@lists.sourceforge.net
>> >>>> >>>> > https://lists.sourceforge.net/lists/listinfo/csound-devel
>> >>>> >>>> >
>> >>>> >>>>
>> >>>> >>>>
>> >>>> >>>>
>> >>>> >>>>
>> >>>> >>>> ------------------------------------------------------------------------------
>> >>>> >>>> Learn Graph Databases - Download FREE O'Reilly Book
>> >>>> >>>> "Graph Databases" is the definitive new guide to graph databases
>> >>>> >>>> and
>> >>>> >>>> their applications. This 200-page book is written by three
>> >>>> >>>> acclaimed
>> >>>> >>>> leaders in the field. The early access version is available now.
>> >>>> >>>> Download your free book today!
>> >>>> >>>> http://p.sf.net/sfu/neotech_d2d_may
>> >>>> >>>> _______________________________________________
>> >>>> >>>> Csound-devel mailing list
>> >>>> >>>> Csound-devel@lists.sourceforge.net
>> >>>> >>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>> >>>> >>>
>> >>>> >>>
>> >>>> >>>
>> >>>> >>>
>> >>>> >>>
>> >>>> >>>
>> >>>> >>> ------------------------------------------------------------------------------
>> >>>> >>> Learn Graph Databases - Download FREE O'Reilly Book
>> >>>> >>> "Graph Databases" is the definitive new guide to graph databases
>> >>>> >>> and
>> >>>> >>> their applications. This 200-page book is written by three
>> >>>> >>> acclaimed
>> >>>> >>> leaders in the field. The early access version is available now.
>> >>>> >>> Download your free book today!
>> >>>> >>> http://p.sf.net/sfu/neotech_d2d_may
>> >>>> >>> _______________________________________________
>> >>>> >>> Csound-devel mailing list
>> >>>> >>> Csound-devel@lists.sourceforge.net
>> >>>> >>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>> >>>> >>>
>> >>>> >>
>> >>>> >>
>> >>>> >>
>> >>>> >>
>> >>>> >> ------------------------------------------------------------------------------
>> >>>> >> Learn Graph Databases - Download FREE O'Reilly Book
>> >>>> >> "Graph Databases" is the definitive new guide to graph databases
>> >>>> >> and
>> >>>> >> their applications. This 200-page book is written by three
>> >>>> >> acclaimed
>> >>>> >> leaders in the field. The early access version is available now.
>> >>>> >> Download your free book today! http://p.sf.net/sfu/neotech_d2d_may
>> >>>> >> _______________________________________________
>> >>>> >> Csound-devel mailing list
>> >>>> >> Csound-devel@lists.sourceforge.net
>> >>>> >> https://lists.sourceforge.net/lists/listinfo/csound-devel
>> >>>> >>
>> >>>>
>> >>>>
>> >>>>
>> >>>> ------------------------------------------------------------------------------
>> >>>> Learn Graph Databases - Download FREE O'Reilly Book
>> >>>> "Graph Databases" is the definitive new guide to graph databases and
>> >>>> their applications. This 200-page book is written by three acclaimed
>> >>>> leaders in the field. The early access version is available now.
>> >>>> Download your free book today! http://p.sf.net/sfu/neotech_d2d_may
>> >>>> _______________________________________________
>> >>>> Csound-devel mailing list
>> >>>> Csound-devel@lists.sourceforge.net
>> >>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>> >>>
>> >>>
>> >>>
>> >>>
>> >>>
>> >>> ------------------------------------------------------------------------------
>> >>> Learn Graph Databases - Download FREE O'Reilly Book
>> >>> "Graph Databases" is the definitive new guide to graph databases and
>> >>> their applications. This 200-page book is written by three acclaimed
>> >>> leaders in the field. The early access version is available now.
>> >>> Download your free book today! http://p.sf.net/sfu/neotech_d2d_may
>> >>> _______________________________________________
>> >>> Csound-devel mailing list
>> >>> Csound-devel@lists.sourceforge.net
>> >>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>> >>>
>> >>
>> >>
>> >>
>> >> ------------------------------------------------------------------------------
>> >> Learn Graph Databases - Download FREE O'Reilly Book
>> >> "Graph Databases" is the definitive new guide to graph databases and
>> >> their applications. This 200-page book is written by three acclaimed
>> >> leaders in the field. The early access version is available now.
>> >> Download your free book today! http://p.sf.net/sfu/neotech_d2d_may
>> >> _______________________________________________
>> >> Csound-devel mailing list
>> >> Csound-devel@lists.sourceforge.net
>> >> https://lists.sourceforge.net/lists/listinfo/csound-devel
>> >>
>> >
>> >
>> >
>> > ------------------------------------------------------------------------------
>> > Learn Graph Databases - Download FREE O'Reilly Book
>> > "Graph Databases" is the definitive new guide to graph databases and
>> > their applications. This 200-page book is written by three acclaimed
>> > leaders in the field. The early access version is available now.
>> > Download your free book today! http://p.sf.net/sfu/neotech_d2d_may
>> > _______________________________________________
>> > Csound-devel mailing list
>> > Csound-devel@lists.sourceforge.net
>> > https://lists.sourceforge.net/lists/listinfo/csound-devel
>> >
>>
>>
>> ------------------------------------------------------------------------------
>> Learn Graph Databases - Download FREE O'Reilly Book
>> "Graph Databases" is the definitive new guide to graph databases and
>> their applications. This 200-page book is written by three acclaimed
>> leaders in the field. The early access version is available now.
>> Download your free book today! http://p.sf.net/sfu/neotech_d2d_may
>> _______________________________________________
>> Csound-devel mailing list
>> Csound-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>
>
>
> ------------------------------------------------------------------------------
> AlienVault Unified Security Management (USM) platform delivers complete
> security visibility with the essential security capabilities. Easily and
> efficiently configure, manage, and operate all of your security controls
> from a single console and one unified framework. Download a free trial.
> http://p.sf.net/sfu/alienvault_d2d
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel
>

------------------------------------------------------------------------------
AlienVault Unified Security Management (USM) platform delivers complete
security visibility with the essential security capabilities. Easily and
efficiently configure, manage, and operate all of your security controls
from a single console and one unified framework. Download a free trial.
http://p.sf.net/sfu/alienvault_d2d
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-devel


Date2013-05-13 21:06
FromVictor Lazzarini
SubjectRe: [Cs-dev] OSX: Homebrew
AttachmentsNone  None  
Looks like you have your OPCODE6DIR64 set and pointing to an old location.
On 13 May 2013, at 20:53, peiman khosravi wrote:

Great, it builds OK. But when I call Csound in the terminal I get this, followed by the usual Csound printout:

Error opening plugin directory '/Users/peimankhosravi/csound6.00-rc1/CsoundLib64.framework/Versions/6.0/Resources/Opcodes': No such file or directory


I get these errors after installing:

Warning: Could not fix install names for /usr/local/Cellar/csound/HEAD/bin/srconv
Warning: Could not fix install names for /usr/local/Cellar/csound/HEAD/bin/sndinfo
Warning: Could not fix install names for /usr/local/Cellar/csound/HEAD/bin/scsort
Warning: Could not fix install names for /usr/local/Cellar/csound/HEAD/bin/scope
Warning: Could not fix install names for /usr/local/Cellar/csound/HEAD/bin/scale
Warning: Could not fix install names for /usr/local/Cellar/csound/HEAD/bin/pvlook
Warning: Could not fix install names for /usr/local/Cellar/csound/HEAD/bin/pvanal
Warning: Could not fix install names for /usr/local/Cellar/csound/HEAD/bin/pv_import
Warning: Could not fix install names for /usr/local/Cellar/csound/HEAD/bin/pv_export
Warning: Could not fix install names for /usr/local/Cellar/csound/HEAD/bin/mixer
Warning: Could not fix install names for /usr/local/Cellar/csound/HEAD/bin/lpc_import
Warning: Could not fix install names for /usr/local/Cellar/csound/HEAD/bin/lpc_export
Warning: Could not fix install names for /usr/local/Cellar/csound/HEAD/bin/lpanal
Warning: Could not fix install names for /usr/local/Cellar/csound/HEAD/bin/hetro
Warning: Could not fix install names for /usr/local/Cellar/csound/HEAD/bin/het_import
Warning: Could not fix install names for /usr/local/Cellar/csound/HEAD/bin/het_export
Warning: Could not fix install names for /usr/local/Cellar/csound/HEAD/bin/extractor
Warning: Could not fix install names for /usr/local/Cellar/csound/HEAD/bin/extract
Warning: Could not fix install names for /usr/local/Cellar/csound/HEAD/bin/envext
Warning: Could not fix install names for /usr/local/Cellar/csound/HEAD/bin/dnoise
Warning: Could not fix install names for /usr/local/Cellar/csound/HEAD/bin/cvanal
Warning: Could not fix install names for /usr/local/Cellar/csound/HEAD/bin/csound
Warning: Could not fix install names for /usr/local/Cellar/csound/HEAD/bin/csanalyze
Warning: Could not fix install names for /usr/local/Cellar/csound/HEAD/bin/atsa
Warning: Could not fix install names for /usr/local/Cellar/csound/HEAD/lib/libcsnd.6.0.dylib


Also: how can I use csound 5 now? Do I need to specify the full path to it?

Thanks
Peiman






www.peimankhosravi.co.uk || Subscribe to RSS Feed

To receive emails about upcoming concerts visit this page & enter your email address in the 'follow' section.



On 13 May 2013 19:46, Steven Yi <stevenyi@gmail.com> wrote:
Hi Peiman,

It looks like the copy/paste maybe copied some newlines that shouldn't
be there?  For example:

sudo chmod +a 'user:peimankhosravi allow
add_subdirectory,add_file,delete_child directory_inherit'
/Library/Python/2.7/site-packages

You can look at
https://github.com/mxcl/homebrew/wiki/Gems%2C-Eggs-and-Perl-Modules to
see what the line should look like, with a change of what directories
to apply the command to.

(I think it might be best to start a wiki page on this, but I need to
see which wiki to use. :)  I'll ask about that in a separate email.)

steven

On Mon, May 13, 2013 at 8:36 PM, peiman khosravi
<peimankhosravi@gmail.com> wrote:
> Hi Steven,
>
> Thanks very much for the help. I trued your solution above but I get this:
>
> peimankh:~ peimankhosravi$ sudo chmod +a 'user:peimankhosravi allow
>> add_subdirectory
>> add_file,delete_child
>> directory_inherit'
> usage: chmod [-fhv] [-R [-H | -L | -P]] [-a | +a | =a  [i][# [ n]]]
> mode|entry file ...
> chmod [-fhv] [-R [-H | -L | -P]] [-E | -C | -N | -i | -I] file ...
> peimankh:~ peimankhosravi$ /Library/Python/2.7/site-packages
> -bash: /Library/Python/2.7/site-packages: is a directory
> peimankh:~ peimankhosravi$ sudo chmod +a 'user:peimankhosravi allow
>> add_subdirectory,add_file,delete_child,directory_inherit'
> usage: chmod [-fhv] [-R [-H | -L | -P]] [-a | +a | =a  [i][# [ n]]]
> mode|entry file ...
> chmod [-fhv] [-R [-H | -L | -P]] [-E | -C | -N | -i | -I] file ...
> peimankh:~ peimankhosravi$ /Library/Python/2.7/site-packages
> -bash: /Library/Python/2.7/site-packages: is a directory
>
>
> Is this normal?
>
>
>
>
>
>
> www.peimankhosravi.co.uk || Subscribe to RSS Feed
>
> To receive emails about upcoming concerts visit this page & enter your email
> address in the 'follow' section.
>
>
>
> On 12 May 2013 13:18, Steven Yi <stevenyi@gmail.com> wrote:
>>
>> Hi Ed,
>>
>> Yeah I mentioned this situation in my first email:
>>
>> "2) The csound cmake file installs things into places that may be
>> protected on your system. The particularly relevant ones are
>> /usr/local, /Library/Python/2.7/site-packages, and
>> /Library/Java/Extensions.  Homebrew explains how to deal with the
>> latter 2 directores in [2]. There's info about /usr/local on the
>> homebrew site [1]."
>>
>> The link for number 2 is:
>>
>> https://github.com/mxcl/homebrew/wiki/Gems%2C-Eggs-and-Perl-Modules
>>
>> The essentialy thing to run is:
>>
>> sudo chmod +a 'user:YOUR_NAME_HERE allow
>> add_subdirectory,add_file,delete_child,directory_inherit'
>> /Library/Python/2.7/site-packages
>> sudo chmod +a 'user:YOUR_NAME_HERE allow
>> add_subdirectory,add_file,delete_child,directory_inherit'
>> /Library/Java/Extensions
>>
>> where YOUR_NAME_HERE is your system user name.
>>
>> After that, you should be able to install.
>>
>> Let me know how it goes for you!
>> steven
>>
>>
>> On Sun, May 12, 2013 at 12:12 PM, Ed Costello <edwardcostello@gmail.com>
>> wrote:
>> > Here ya go, I think the installer is having trouble with copying
>> > _csnd6.so
>> > into my python site packages directory
>> >
>> > Marions-MacBook:~ eddyc$ brew install --HEAD
>> > http://www.kunstmusik.com/csound.rb --verbose
>> > /usr/bin/curl -f#LA Homebrew 0.9.4 (Ruby 1.8.7-358; Mac OS X 10.8.3)
>> > http://www.kunstmusik.com/csound.rb -o
>> > /Library/Caches/Homebrew/Formula/csound.rb
>> > ########################################################################
>> > 100.0%
>> > ==> Cloning git://git.code.sourceforge.net/p/csound/csound6-git
>> > git clone --depth 1 git://git.code.sourceforge.net/p/csound/csound6-git
>> > /Library/Caches/Homebrew/csound--git
>> > Cloning into '/Library/Caches/Homebrew/csound--git'...
>> > remote: Counting objects: 1531, done.
>> > remote: Compressing objects: 100% (1314/1314), done.
>> > remote: Total 1531 (delta 288), reused 797 (delta 140)
>> > Receiving objects: 100% (1531/1531), 13.23 MiB | 1.07 MiB/s, done.
>> > Resolving deltas: 100% (288/288), done.
>> > git reset --hard origin/HEAD
>> > HEAD is now at 2468c7c some float csound adjustments
>> > git checkout-index -a -f --prefix=/private/tmp/csound-KYls/
>> > ==> cmake . -DUSE_GETTEXT=0
>> > -DCMAKE_INSTALL_PREFIX=/usr/local/Cellar/csound/HEAD
>> > -DCMAKE_BUILD_TYPE=None
>> > -DCMAKE_FIND_FRAMEWORK=LAST -Wno-dev
>> > cmake . -DUSE_GETTEXT=0
>> > -DCMAKE_INSTALL_PREFIX=/usr/local/Cellar/csound/HEAD
>> > -DCMAKE_BUILD_TYPE=None -DCMAKE_FIND_FRAMEWORK=LAST -Wno-dev
>> > -- The C compiler identification is Clang 4.2.0
>> > -- The CXX compiler identification is Clang 4.2.0
>> > -- Check for working C compiler: /usr/local/Library/ENV/4.3/cc
>> > -- Check for working C compiler: /usr/local/Library/ENV/4.3/cc -- works
>> > -- Detecting C compiler ABI info
>> > -- Detecting C compiler ABI info - done
>> > -- Check for working CXX compiler: /usr/local/Library/ENV/4.3/c++
>> > -- Check for working CXX compiler: /usr/local/Library/ENV/4.3/c++ --
>> > works
>> > -- Detecting CXX compiler ABI info
>> > -- Detecting CXX compiler ABI info - done
>> > -- /tmp/csound-KYls
>> > -- BUILD_BIN_DIR set to /tmp/csound-KYls
>> > -- BUILD_LIB_DIR set to /tmp/csound-KYls
>> > -- BUILD_PLUGINS_DIR set to /tmp/csound-KYls
>> > -- Check if the system is big endian
>> > -- Searching 16 bit integer
>> > -- Looking for sys/types.h
>> > -- Looking for sys/types.h - found
>> > -- Looking for stdint.h
>> > -- Looking for stdint.h - found
>> > -- Looking for stddef.h
>> > -- Looking for stddef.h - found
>> > -- Check size of unsigned short
>> > -- Check size of unsigned short - done
>> > -- Using unsigned short
>> > -- Check if the system is big endian - little endian
>> > -- Try OpenMP C flag = [-fopenmp]
>> > -- Performing Test OpenMP_FLAG_DETECTED
>> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> > -- Try OpenMP C flag = [/openmp]
>> > -- Performing Test OpenMP_FLAG_DETECTED
>> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> > -- Try OpenMP C flag = [-Qopenmp]
>> > -- Performing Test OpenMP_FLAG_DETECTED
>> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> > -- Try OpenMP C flag = [-openmp]
>> > -- Performing Test OpenMP_FLAG_DETECTED
>> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> > -- Try OpenMP C flag = [ ]
>> > -- Performing Test OpenMP_FLAG_DETECTED
>> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> > -- Try OpenMP C flag = [-xopenmp]
>> > -- Performing Test OpenMP_FLAG_DETECTED
>> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> > -- Try OpenMP C flag = [+Oopenmp]
>> > -- Performing Test OpenMP_FLAG_DETECTED
>> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> > -- Try OpenMP C flag = [-qsmp]
>> > -- Performing Test OpenMP_FLAG_DETECTED
>> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> > -- Try OpenMP C flag = [-mp]
>> > -- Performing Test OpenMP_FLAG_DETECTED
>> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> > -- Try OpenMP CXX flag = [-fopenmp]
>> > -- Performing Test OpenMP_FLAG_DETECTED
>> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> > -- Try OpenMP CXX flag = [/openmp]
>> > -- Performing Test OpenMP_FLAG_DETECTED
>> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> > -- Try OpenMP CXX flag = [-Qopenmp]
>> > -- Performing Test OpenMP_FLAG_DETECTED
>> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> > -- Try OpenMP CXX flag = [-openmp]
>> > -- Performing Test OpenMP_FLAG_DETECTED
>> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> > -- Try OpenMP CXX flag = [ ]
>> > -- Performing Test OpenMP_FLAG_DETECTED
>> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> > -- Try OpenMP CXX flag = [-xopenmp]
>> > -- Performing Test OpenMP_FLAG_DETECTED
>> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> > -- Try OpenMP CXX flag = [+Oopenmp]
>> > -- Performing Test OpenMP_FLAG_DETECTED
>> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> > -- Try OpenMP CXX flag = [-qsmp]
>> > -- Performing Test OpenMP_FLAG_DETECTED
>> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> > -- Try OpenMP CXX flag = [-mp]
>> > -- Performing Test OpenMP_FLAG_DETECTED
>> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> > -- Could NOT find OpenMP (missing:  OpenMP_C_FLAGS OpenMP_CXX_FLAGS)
>> > -- Looking for libintl.h
>> > -- Looking for libintl.h - not found
>> > -- Looking for C++ include eigen3/Eigen/Dense
>> > -- Looking for C++ include eigen3/Eigen/Dense - not found
>> > -- Could NOT find Gettext (missing:  GETTEXT_MSGMERGE_EXECUTABLE
>> > GETTEXT_MSGFMT_EXECUTABLE)
>> > -- Looking for lrint in m
>> > -- Looking for lrint in m - found
>> > -- Looking for unistd.h
>> > -- Looking for unistd.h - found
>> > -- Looking for io.h
>> > -- Looking for io.h - not found
>> > -- Looking for fcntl.h
>> > -- Looking for fcntl.h - found
>> > -- Looking for sys/time.h
>> > -- Looking for sys/time.h - found
>> > -- Looking for termios.h
>> > -- Looking for termios.h - found
>> > -- Looking for values.h
>> > -- Looking for values.h - not found
>> > -- Looking for winsock.h
>> > -- Looking for winsock.h - not found
>> > -- Looking for sys/socket.h
>> > -- Looking for sys/socket.h - found
>> > -- Looking for dirent.h
>> > -- Looking for dirent.h - found
>> > -- USE_LRINT is enabled
>> > -- Found FLEX: /usr/bin/flex (found version "2.5.35")
>> > -- Found BISON: /usr/bin/bison (found version "2.3")
>> > -- Looking for pthread_spin_lock
>> > -- Looking for pthread_spin_lock - not found
>> > -- Looking for pthread_barrier_init
>> > -- Looking for pthread_barrier_init - not found
>> > -- OPENMP_FOUND="FALSE", so disabling USE_OPEN_MP
>> > -- PTHREAD_BARRIER_INIT_EXISTS="", so disabling USE_OPEN_MP
>> > -- USE_OPEN_MP is disabled
>> > -- Not building with score parser
>> > -- Not building with new parser debugging
>> > -- Building with multicore
>> > -- USE_GETTEXT is disabled
>> > -- Not using localization
>> > -- Building on OSX
>> > -- Boost version: 1.53.0
>> > -- Looking for ladspa.h
>> > -- Looking for ladspa.h - not found
>> > -- Looking for fluidsynth.h
>> > -- Looking for fluidsynth.h - not found
>> > -- Looking for jack/jack.h
>> > -- Looking for jack/jack.h - not found
>> > -- Looking for C++ include gmm/gmm.h
>> > -- Looking for C++ include gmm/gmm.h - not found
>> > -- Looking for lo/lo.h
>> > -- Looking for lo/lo.h - found
>> > -- Found ZLIB: /usr/lib/libz.dylib (found version "1.2.5")
>> > -- Found PNG: /usr/local/lib/libpng.dylib (found version "1.5.14")
>> > -- Found PythonLibs: /usr/lib/libpython2.7.dylib (found version "2.7.2")
>> > -- Found Lua51: /usr/local/lib/liblua.dylib (found version "5.1.5")
>> > -- Looking for wiiuse.h
>> > -- Looking for wiiuse.h - not found
>> > -- Looking for p5glove.h
>> > -- Looking for p5glove.h - not found
>> > -- BUILD_CHUA_OPCODES is enabled
>> > -- LADSPA_H="", so disabling BUILD_DSSI_OPCODES
>> > -- BUILD_DSSI_OPCODES is disabled
>> > -- FLUIDSYNTH_H="", so disabling BUILD_FLUID_OPCODES
>> > -- FLUIDSYNTH_LIBRARY="FLUIDSYNTH_LIBRARY-NOTFOUND", so disabling
>> > BUILD_FLUID_OPCODES
>> > -- BUILD_FLUID_OPCODES is disabled
>> > -- JACK_HEADER="", so disabling BUILD_JACK_OPCODES
>> > -- BUILD_JACK_OPCODES is disabled
>> > -- GMM_HEADER="", so disabling BUILD_LINEAR_ALGEBRA_OPCODES
>> > -- BUILD_LINEAR_ALGEBRA_OPCODES is disabled
>> > -- BUILD_OSC_OPCODES is enabled
>> > -- BUILD_IMAGE_OPCODES is enabled
>> > -- BUILD_PYTHON_OPCODES is enabled
>> > -- OPENMP_FOUND="FALSE", so disabling BUILD_LUA_OPCODES
>> > -- BUILD_LUA_OPCODES is disabled
>> > -- WIIUSE_H="", so disabling BUILD_WIIMOTE_OPCODES
>> > -- BUILD_WIIMOTE_OPCODES is disabled
>> > -- P5GLOVE_H="", so disabling BUILD_P5GLOVE_OPCODES
>> > -- BUILD_P5GLOVE_OPCODES is disabled
>> > -- BUILD_STK_OPCODES is enabled
>> > --
>> > -- ## REALTIME AUDIO AND MIDI ##
>> > -- Looking for alsa/asoundlib.h
>> > -- Looking for alsa/asoundlib.h - not found
>> > -- Looking for pulse/simple.h
>> > -- Looking for pulse/simple.h - not found
>> > -- Looking for XOpenDisplay in
>> > /usr/X11R6/lib/libX11.dylib;/usr/X11R6/lib/libXext.dylib
>> > -- Looking for XOpenDisplay in
>> > /usr/X11R6/lib/libX11.dylib;/usr/X11R6/lib/libXext.dylib - found
>> > -- Looking for gethostbyname
>> > -- Looking for gethostbyname - found
>> > -- Looking for connect
>> > -- Looking for connect - found
>> > -- Looking for remove
>> > -- Looking for remove - found
>> > -- Looking for shmat
>> > -- Looking for shmat - found
>> > -- Looking for IceConnectionNumber in ICE
>> > -- Looking for IceConnectionNumber in ICE - not found
>> > -- Found X11: /usr/X11R6/lib/libX11.dylib
>> > -- Found FLTK:
>> >
>> > /usr/local/lib/libfltk_images.a;/usr/local/lib/libfltk_forms.a;/usr/local/lib/libfltk.a
>> > -- USE_COREMIDI is enabled
>> > -- USE_AUDIOUNIT is enabled
>> > -- ALSA_HEADER="", so disabling USE_ALSA
>> > -- ALSA_LIBRARY="ALSA_LIBRARY-NOTFOUND", so disabling USE_ALSA
>> > -- USE_ALSA is disabled
>> > -- PULSEAUDIO_HEADER="", so disabling USE_PULSEAUDIO
>> > -- PULSEAUDIO_LIBRARY="PULSEAUDIO_LIBRARY-NOTFOUND", so disabling
>> > USE_PULSEAUDIO
>> > -- PULSESIMPLE_LIBRARY="PULSESIMPLE_LIBRARY-NOTFOUND", so disabling
>> > USE_PULSEAUDIO
>> > -- USE_PULSEAUDIO is disabled
>> > -- PORTAUDIO_HEADER="", so disabling USE_PORTAUDIO
>> > -- USE_PORTAUDIO is disabled
>> > -- PORTMIDI_HEADER="", so disabling USE_PORTMIDI
>> > -- USE_PORTMIDI is disabled
>> > -- JACK_HEADER="", so disabling USE_JACK
>> > -- JACK_LIBRARY="JACK_LIBRARY-NOTFOUND", so disabling USE_JACK
>> > -- USE_JACK is disabled
>> > -- USE_FLTK is enabled
>> > -- BUILD_VIRTUAL_KEYBOARD is enabled
>> > --
>> > -- Building C++ interface library
>> > -- Found SWIG: /usr/local/bin/swig (found suitable version "2.0.9",
>> > minimum
>> > required is "2.0")
>> > -- Found JNI: -framework JavaVM
>> > -- Found Java: /usr/bin/java (found version "1.6.0.45")
>> > -- BUILD_PYTHON_INTERFACE is enabled
>> > -- BUILD_JAVA_INTERFACE is enabled
>> > -- BUILD_LUA_INTERFACE is enabled
>> > -- Looking for m_pd.h
>> > -- Looking for m_pd.h - not found
>> > -- Building csLadspa
>> > -- BUILD_CSBEATS is enabled
>> > -- PD_HEADER="", so disabling BUILD_PD_CLASS
>> > -- BUILD_PD_CLASS is disabled
>> > -- BUILD_WINSOUND is disabled
>> > -- Boost version: 1.53.0
>> > -- Found SWIG: /usr/local/bin/swig (found version "2.0.9")
>> > -- BUILD_CSOUND_AC is disabled
>> > -- BUILD_CSOUND_AC_PYTHON_INTERFACE is enabled
>> > -- BUILD_CSOUND_AC_LUA_INTERFACE is enabled
>> > -- Configuring done
>> > -- Generating done
>> > -- Build files have been written to: /tmp/csound-KYls
>> > ==> make install
>> > make install
>> > Scanning dependencies of target ampmidid
>> > [  0%] Generating csound_prelex.c
>> > [  0%] Generating csound_orclex.c
>> > [  0%] Generating csound_orcparse.c
>> > /tmp/csound-KYls/Engine/csound_orc.y: conflicts: 4 shift/reduce, 10
>> > reduce/reduce
>> > [  0%] Building CXX object
>> > Opcodes/CMakeFiles/ampmidid.dir/ampmidid.cpp.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > Scanning dependencies of target CsoundLib64
>> > Linking CXX shared library ../libampmidid.dylib
>> > [  0%] Built target ampmidid
>> > Scanning dependencies of target cellular
>> > [  0%] Building C object Opcodes/CMakeFiles/cellular.dir/cellular.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > Linking C shared library ../libcellular.dylib
>> > [  0%] Built target cellular
>> > Scanning dependencies of target chua
>> > [  1%] Building C object CMakeFiles/CsoundLib64.dir/Engine/auxfd.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [  1%] Building C object CMakeFiles/CsoundLib64.dir/Engine/cfgvar.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [  1%] Building C object CMakeFiles/CsoundLib64.dir/Engine/corfiles.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [  2%] Building C object CMakeFiles/CsoundLib64.dir/Engine/entry1.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [  2%] Building C object CMakeFiles/CsoundLib64.dir/Engine/envvar.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [  2%] [  3%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Engine/extract.c.o
>> > Building CXX object
>> > Opcodes/CMakeFiles/chua.dir/chua/ChuaOscillator.cpp.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [  4%] Building C object CMakeFiles/CsoundLib64.dir/Engine/fgens.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [  4%] Building C object CMakeFiles/CsoundLib64.dir/Engine/insert.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [  4%] Building C object CMakeFiles/CsoundLib64.dir/Engine/linevent.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [  5%] Building C object CMakeFiles/CsoundLib64.dir/Engine/memalloc.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [  5%] Building C object CMakeFiles/CsoundLib64.dir/Engine/memfiles.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [  5%] Building C object CMakeFiles/CsoundLib64.dir/Engine/musmon.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [  5%] Building C object CMakeFiles/CsoundLib64.dir/Engine/namedins.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [  6%] Building C object CMakeFiles/CsoundLib64.dir/Engine/rdscor.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [  6%] Building C object CMakeFiles/CsoundLib64.dir/Engine/scsort.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [  6%] Building C object CMakeFiles/CsoundLib64.dir/Engine/scxtract.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [  7%] Building C object CMakeFiles/CsoundLib64.dir/Engine/sort.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [  7%] Building C object CMakeFiles/CsoundLib64.dir/Engine/sread.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > Linking CXX shared library ../libchua.dylib
>> > [  7%] Building C object CMakeFiles/CsoundLib64.dir/Engine/swritestr.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [  8%] Building C object CMakeFiles/CsoundLib64.dir/Engine/twarp.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [  8%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Engine/csound_type_system.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [  8%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Engine/csound_standard_types.c.o
>> > [  8%] Built target chua
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > Scanning dependencies of target control
>> > [  9%] [  9%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Engine/csound_data_structures.c.o
>> > Building C object Opcodes/CMakeFiles/control.dir/control.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [  9%] Linking C shared library ../libcontrol.dylib
>> > Building C object CMakeFiles/CsoundLib64.dir/Engine/pools.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [  9%] Built target control
>> > Scanning dependencies of target cs_date
>> > [  9%] [ 10%] Building C object
>> > CMakeFiles/CsoundLib64.dir/InOut/libsnd.c.o
>> > Building C object Opcodes/CMakeFiles/cs_date.dir/date.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > Linking C shared library ../libcs_date.dylib
>> > [ 10%] Built target cs_date
>> > [ 10%] Building C object CMakeFiles/CsoundLib64.dir/InOut/libsnd_u.c.o
>> > Scanning dependencies of target doppler
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 10%] Building CXX object Opcodes/CMakeFiles/doppler.dir/doppler.cpp.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 11%] Building C object CMakeFiles/CsoundLib64.dir/InOut/midifile.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 11%] Building C object CMakeFiles/CsoundLib64.dir/InOut/midirecv.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > Linking CXX shared library ../libdoppler.dylib
>> > [ 11%] Building C object CMakeFiles/CsoundLib64.dir/InOut/midisend.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 11%] Built target doppler
>> > Scanning dependencies of target fareygen
>> > [ 12%] [ 12%] Building C object
>> > CMakeFiles/CsoundLib64.dir/InOut/winascii.c.o
>> > Building C object Opcodes/CMakeFiles/fareygen.dir/fareygen.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 12%] Linking C shared library ../libfareygen.dylib
>> > Building C object CMakeFiles/CsoundLib64.dir/InOut/windin.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 12%] Built target fareygen
>> > Scanning dependencies of target fractalnoise
>> > [ 12%] Building C object CMakeFiles/CsoundLib64.dir/InOut/window.c.o
>> > [ 13%] Building CXX object
>> > Opcodes/CMakeFiles/fractalnoise.dir/tl/fractalnoise.cpp.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 14%] Building C object CMakeFiles/CsoundLib64.dir/InOut/winEPS.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > Linking CXX shared library ../libfractalnoise.dylib
>> > [ 14%] Built target fractalnoise
>> > [ 14%] Building C object
>> > CMakeFiles/CsoundLib64.dir/InOut/circularbuffer.c.o
>> > Scanning dependencies of target image
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 14%] Building C object Opcodes/CMakeFiles/image.dir/imageOpcodes.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 14%] Building C object CMakeFiles/CsoundLib64.dir/OOps/aops.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > Linking C shared library ../libimage.dylib
>> > [ 14%] Built target image
>> > Scanning dependencies of target mixer
>> > [ 14%] Building CXX object Opcodes/CMakeFiles/mixer.dir/mixer.cpp.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 15%] Building C object CMakeFiles/CsoundLib64.dir/OOps/bus.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > Linking CXX shared library ../libmixer.dylib
>> > [ 15%] Building C object CMakeFiles/CsoundLib64.dir/OOps/cmath.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 15%] Built target mixer
>> > Scanning dependencies of target osc
>> > [ 16%] Building C object Opcodes/CMakeFiles/osc.dir/OSC.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 16%] Building C object CMakeFiles/CsoundLib64.dir/OOps/diskin.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > Linking C shared library ../libosc.dylib
>> > [ 16%] Building C object CMakeFiles/CsoundLib64.dir/OOps/diskin2.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 16%] Built target osc
>> > Scanning dependencies of target platerev
>> > [ 16%] Building C object Opcodes/CMakeFiles/platerev.dir/platerev.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 17%] Linking C shared library ../libplaterev.dylib
>> > Building C object CMakeFiles/CsoundLib64.dir/OOps/disprep.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 17%] Built target platerev
>> > Scanning dependencies of target py
>> > [ 17%] [ 17%] Building C object
>> > Opcodes/CMakeFiles/py.dir/py/pythonopcodes.c.o
>> > Building C object CMakeFiles/CsoundLib64.dir/OOps/dumpf.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 17%] Building C object CMakeFiles/CsoundLib64.dir/OOps/fftlib.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > Linking C shared library ../libpy.dylib
>> > [ 17%] Built target py
>> > [ 18%] Scanning dependencies of target scansyn
>> > Building C object CMakeFiles/CsoundLib64.dir/OOps/goto_ops.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 18%] Building C object Opcodes/CMakeFiles/scansyn.dir/scansyn.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 18%] Building C object CMakeFiles/CsoundLib64.dir/OOps/midiinterop.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 19%] Building C object Opcodes/CMakeFiles/scansyn.dir/scansynx.c.o
>> > [ 19%] Building C object CMakeFiles/CsoundLib64.dir/OOps/midiops.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 20%] Building C object CMakeFiles/CsoundLib64.dir/OOps/midiout.c.o
>> > Linking C shared library ../libscansyn.dylib
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 20%] Built target scansyn
>> > Scanning dependencies of target serial
>> > [ 20%] Building C object Opcodes/CMakeFiles/serial.dir/serial.c.o
>> > [ 20%] Building C object CMakeFiles/CsoundLib64.dir/OOps/mxfft.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > Linking C shared library ../libserial.dylib
>> > [ 20%] Built target serial
>> > [ 20%] Building C object CMakeFiles/CsoundLib64.dir/OOps/oscils.c.o
>> > Scanning dependencies of target signalflowgraph
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 21%] Building CXX object
>> > Opcodes/CMakeFiles/signalflowgraph.dir/signalflowgraph.cpp.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 22%] Building C object CMakeFiles/CsoundLib64.dir/OOps/pstream.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 22%] Building C object CMakeFiles/CsoundLib64.dir/OOps/pvfileio.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 22%] Building C object CMakeFiles/CsoundLib64.dir/OOps/pvsanal.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 22%] Building C object CMakeFiles/CsoundLib64.dir/OOps/random.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 23%] Building C object CMakeFiles/CsoundLib64.dir/OOps/remote.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 23%] Building C object CMakeFiles/CsoundLib64.dir/OOps/schedule.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > Linking CXX shared library ../libsignalflowgraph.dylib
>> > [ 23%] Building C object CMakeFiles/CsoundLib64.dir/OOps/sndinfUG.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 23%] Built target signalflowgraph
>> > Scanning dependencies of target system_call
>> > [ 25%] [ 25%] Building C object
>> > CMakeFiles/CsoundLib64.dir/OOps/str_ops.c.o
>> > Building C object Opcodes/CMakeFiles/system_call.dir/system_call.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > Linking C shared library ../libsystem_call.dylib
>> > [ 25%] Built target system_call
>> > Scanning dependencies of target stk-ops
>> > [ 25%] Building C object CMakeFiles/CsoundLib64.dir/OOps/ugens1.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 25%] Building CXX object
>> > Opcodes/stk/CMakeFiles/stk-ops.dir/stkOpcodes.cpp.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 25%] Building C object CMakeFiles/CsoundLib64.dir/OOps/ugens2.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 26%] Building C object CMakeFiles/CsoundLib64.dir/OOps/ugens2a.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 26%] Building C object CMakeFiles/CsoundLib64.dir/OOps/ugens3.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 26%] Building C object CMakeFiles/CsoundLib64.dir/OOps/ugens4.c.o
>> > Linking CXX shared library ../../libstk.dylib
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 26%] Built target stk-ops
>> > Scanning dependencies of target cmidi
>> > [ 27%] Building C object CMakeFiles/CsoundLib64.dir/OOps/ugens5.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 27%] Building C object InOut/CMakeFiles/cmidi.dir/cmidi.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 27%] Building C object CMakeFiles/CsoundLib64.dir/OOps/ugens6.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > Linking C shared library ../libcmidi.dylib
>> > [ 27%] Building C object CMakeFiles/CsoundLib64.dir/OOps/ugtabs.c.o
>> > [ 27%] Built target cmidi
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > Scanning dependencies of target ipmidi
>> > [ 27%] Building C object InOut/CMakeFiles/ipmidi.dir/ipmidi.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > Linking C shared library ../libipmidi.dylib
>> > [ 27%] Building C object CMakeFiles/CsoundLib64.dir/OOps/ugrw1.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 27%] Built target ipmidi
>> > Scanning dependencies of target rtauhal
>> > [ 28%] Building C object InOut/CMakeFiles/rtauhal.dir/rtauhal.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 29%] Building C object CMakeFiles/CsoundLib64.dir/OOps/ugrw2.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 29%] Building C object CMakeFiles/CsoundLib64.dir/OOps/vdelay.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > Linking C shared library ../librtauhal.dylib
>> > [ 29%] Built target rtauhal
>> > Scanning dependencies of target virtual
>> > [ 29%] Building C object CMakeFiles/CsoundLib64.dir/OOps/compile_ops.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 29%] Building CXX object
>> > InOut/CMakeFiles/virtual.dir/virtual_keyboard/FLTKKeyboard.cpp.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 30%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/babo.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 30%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/bilbar.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 30%] Building CXX object
>> > InOut/CMakeFiles/virtual.dir/virtual_keyboard/FLTKKeyboardWindow.cpp.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 30%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/compress.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 32%] [ 32%] Building CXX object
>> > InOut/CMakeFiles/virtual.dir/virtual_keyboard/FLTKKeyboardWidget.cpp.o
>> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/eqfil.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 32%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/Vosim.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 32%] [ 32%] Building CXX object
>> > InOut/CMakeFiles/virtual.dir/virtual_keyboard/virtual_keyboard.cpp.o
>> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pitch.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 32%] Building CXX object
>> > InOut/CMakeFiles/virtual.dir/virtual_keyboard/Bank.cpp.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 33%] [ 34%] Building CXX object
>> > InOut/CMakeFiles/virtual.dir/virtual_keyboard/KeyboardMapping.cpp.o
>> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pitch0.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 34%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/spectra.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 34%] Building CXX object
>> > InOut/CMakeFiles/virtual.dir/virtual_keyboard/Program.cpp.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 34%] Building CXX object
>> > InOut/CMakeFiles/virtual.dir/virtual_keyboard/SliderBank.cpp.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 34%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Opcodes/ambicode1.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 35%] Building CXX object
>> > InOut/CMakeFiles/virtual.dir/virtual_keyboard/SliderData.cpp.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > Linking CXX shared library ../libvirtual.dylib
>> > [ 36%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/sfont.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 36%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/grain4.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 36%] Built target virtual
>> > Scanning dependencies of target widgets
>> > [ 36%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/hrtferX.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 36%] Building CXX object InOut/CMakeFiles/widgets.dir/FL_graph.cpp.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 36%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/loscilx.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 36%] Building C object InOut/CMakeFiles/widgets.dir/winFLTK.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 37%] [ 38%] Building CXX object
>> > InOut/CMakeFiles/widgets.dir/widgets.cpp.o
>> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/minmax.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 38%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pan2.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 38%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/arrays.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 39%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/phisem.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 39%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Opcodes/hrtfopcodes.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 39%] Linking CXX shared library ../libwidgets.dylib
>> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/stackops.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 39%] Built target widgets
>> > [ 40%] [ 41%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Opcodes/vbap.c.o
>> > [FLEX][csbeats_SCANNER] Building scanner with flex 2.5.35
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 41%] [BISON][csbeats_PARSER] Building parser with bison 2.3
>> > beats/beats.y: conflicts: 1 reduce/reduce
>> > Scanning dependencies of target csbeats
>> > [ 41%] Building C object frontends/CMakeFiles/csbeats.dir/beats/main.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 41%] [ 41%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Opcodes/vbap1.c.o
>> > Building C object frontends/CMakeFiles/csbeats.dir/beatslex.yy.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 42%] [ 42%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Opcodes/vbap_n.c.o
>> > Building C object frontends/CMakeFiles/csbeats.dir/beats.tab.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > Linking C executable ../csbeats
>> > [ 43%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/vbap_zak.c.o
>> > [ 43%] Built target csbeats
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > Scanning dependencies of target stdutil
>> > [ 44%] Building C object util/CMakeFiles/stdutil.dir/atsa.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 44%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/vaops.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 44%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ugakbari.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 44%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/harmon.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 45%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Opcodes/pitchtrack.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 45%] Building C object util/CMakeFiles/stdutil.dir/cvanal.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 45%] Building C object util/CMakeFiles/stdutil.dir/dnoise.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 45%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Opcodes/partikkel.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 46%] Building C object util/CMakeFiles/stdutil.dir/envext.c.o
>> > [ 46%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/shape.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 46%] Building C object util/CMakeFiles/stdutil.dir/het_export.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 47%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/tabsum.c.o
>> > [ 47%] Building C object util/CMakeFiles/stdutil.dir/het_import.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 48%] [ 48%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Opcodes/crossfm.c.o
>> > Building C object util/CMakeFiles/stdutil.dir/hetro.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 48%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pvlock.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 48%] Building C object util/CMakeFiles/stdutil.dir/lpanal.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 49%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/fareyseq.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 49%] Building C object util/CMakeFiles/stdutil.dir/lpc_export.c.o
>> > [ 49%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Opcodes/modmatrix.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 49%] Building C object util/CMakeFiles/stdutil.dir/lpc_import.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 50%] Building C object util/CMakeFiles/stdutil.dir/mixer.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 50%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Opcodes/scoreline.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 51%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/modal4.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 51%] Building C object util/CMakeFiles/stdutil.dir/pvanal.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 51%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/physutil.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 51%] Building C object util/CMakeFiles/stdutil.dir/pv_export.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 51%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/physmod.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 52%] Building C object util/CMakeFiles/stdutil.dir/pv_import.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 52%] Building C object util/CMakeFiles/stdutil.dir/pvlook.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 52%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/mandolin.c.o
>> > [ 52%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > Building C object util/CMakeFiles/stdutil.dir/scale.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 53%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/singwave.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 54%] Building C object util/CMakeFiles/stdutil.dir/sndinfo.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 54%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/fm4op.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 54%] Building C object util/CMakeFiles/stdutil.dir/srconv.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 54%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/moog1.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 54%] Building C object util/CMakeFiles/stdutil.dir/std_util.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 55%] Building C object util/CMakeFiles/stdutil.dir/xtrct.c.o
>> > [ 56%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/shaker.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 56%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/bowedbar.c.o
>> > [ 56%] Building C object util/CMakeFiles/stdutil.dir/scope.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 56%] Building C object util/CMakeFiles/stdutil.dir/__/SDIF/sdif.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 56%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Opcodes/gab/tabmorph.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > Linking C shared library ../libstdutil.dylib
>> > [ 57%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/gab/hvs.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 57%] Built target stdutil
>> > Scanning dependencies of target sdif2ad
>> > [ 58%] Building C object SDIF/CMakeFiles/sdif2ad.dir/sdif2adsyn.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 58%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Opcodes/gab/sliderTable.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 58%] Building C object SDIF/CMakeFiles/sdif2ad.dir/sdif.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 58%] Building C object SDIF/CMakeFiles/sdif2ad.dir/sdif-mem.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 58%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Opcodes/gab/newgabopc.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > Linking C executable ../sdif2ad
>> > [ 58%] Built target sdif2ad
>> > [ 59%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ftest.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 59%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Opcodes/hrtfearly.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 59%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Opcodes/hrtfreverb.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 59%] [ 60%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Opcodes/cpumeter.c.o
>> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/gendy.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 60%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Opcodes/tl/sc_noise.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 60%] Building C object CMakeFiles/CsoundLib64.dir/Top/argdecode.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 61%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Top/cscore_internal.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 61%] Building C object CMakeFiles/CsoundLib64.dir/Top/cscorfns.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 61%] Building C object CMakeFiles/CsoundLib64.dir/Top/csmodule.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 62%] Building C object CMakeFiles/CsoundLib64.dir/Top/csound.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 62%] Building C object CMakeFiles/CsoundLib64.dir/Top/getstring.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 62%] Building C object CMakeFiles/CsoundLib64.dir/Top/main.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 63%] Building C object CMakeFiles/CsoundLib64.dir/Top/new_opts.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 63%] Building C object CMakeFiles/CsoundLib64.dir/Top/one_file.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 63%] Building C object CMakeFiles/CsoundLib64.dir/Top/opcode.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 63%] Building C object CMakeFiles/CsoundLib64.dir/Top/threads.c.o
>> > [ 64%] Building C object CMakeFiles/CsoundLib64.dir/Top/utility.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 64%] [ 64%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Top/threadsafe.c.o
>> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ambicode.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 65%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/bbcut.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 65%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/biquad.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 65%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/butter.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 66%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/clfilt.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 66%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/cross2.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 66%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/dam.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 67%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/dcblockr.c.o
>> > [ 67%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/filter.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 67%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/flanger.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 67%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/follow.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 68%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/fout.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 68%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/freeverb.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 68%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ftconv.c.o
>> > [ 69%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ftgen.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 69%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/gab/gab.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 69%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Opcodes/gab/vectorial.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 70%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/grain.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 70%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/locsig.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 70%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/lowpassr.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 71%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/metro.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 71%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/midiops2.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 71%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/midiops3.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 72%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/newfils.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 72%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/nlfilt.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 72%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/oscbnk.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 72%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pluck.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 73%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/repluck.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 73%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/reverbsc.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 73%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/seqtime.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 74%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/sndloop.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 74%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/sndwarp.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 74%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/space.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 75%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/spat3d.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 75%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Opcodes/syncgrain.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 75%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ugens7.c.o
>> > [ 76%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ugens9.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 76%] [ 76%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Opcodes/uggab.c.o
>> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ugensa.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 76%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ugmoss.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 77%] [ 77%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Opcodes/ugnorman.c.o
>> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ugsc.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 77%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Opcodes/wave-terrain.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 78%] [ 78%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Opcodes/stdopcod.c.o
>> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/socksend.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 78%] [ 79%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Opcodes/sockrecv.c.o
>> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ifd.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 79%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/partials.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 79%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/psynth.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 80%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pvsbasic.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 80%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pvscent.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 80%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pvsdemix.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 80%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pvs_ops.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 81%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pvsband.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 81%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Opcodes/pvsbuffer.c.o
>> > [ 81%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pvsgendy.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 82%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/dsputil.c.o
>> > [ 82%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pvadd.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 82%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pvinterp.c.o
>> > [ 83%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pvocext.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 83%] [ 83%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Opcodes/pvread.c.o
>> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ugens8.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 84%] [ 84%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Opcodes/vpvoc.c.o
>> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pvoc.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 84%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/mp3in.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 84%] Building C object
>> > CMakeFiles/CsoundLib64.dir/InOut/libmpadec/layer1.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 85%] Building C object
>> > CMakeFiles/CsoundLib64.dir/InOut/libmpadec/layer2.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 85%] Building C object
>> > CMakeFiles/CsoundLib64.dir/InOut/libmpadec/layer3.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 85%] Building C object
>> > CMakeFiles/CsoundLib64.dir/InOut/libmpadec/synth.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 86%] Building C object
>> > CMakeFiles/CsoundLib64.dir/InOut/libmpadec/tables.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 86%] Building C object
>> > CMakeFiles/CsoundLib64.dir/InOut/libmpadec/mpadec.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 86%] Building C object
>> > CMakeFiles/CsoundLib64.dir/InOut/libmpadec/mp3dec.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 87%] Building C object CMakeFiles/CsoundLib64.dir/csound_orclex.c.o
>> > [ 87%] Building C object CMakeFiles/CsoundLib64.dir/csound_orcparse.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 87%] Building C object CMakeFiles/CsoundLib64.dir/csound_prelex.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 88%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Engine/csound_orc_semantics.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 88%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Engine/csound_orc_expressions.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 88%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Engine/csound_orc_optimize.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 88%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Engine/csound_orc_compile.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 89%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Engine/new_orc_parser.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 89%] Building C object CMakeFiles/CsoundLib64.dir/Engine/symbtab.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 89%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Engine/cs_new_dispatch.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 90%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Engine/cs_par_base.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 90%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Engine/cs_par_orc_semantic_analysis.c.o
>> > [ 90%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > Building C object CMakeFiles/CsoundLib64.dir/Engine/cs_par_dispatch.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > Copying OS X content
>> > CsoundLib64.framework/Versions/6.0/Headers/CppSound.hpp
>> > Copying OS X content
>> > CsoundLib64.framework/Versions/6.0/Headers/CsoundFile.hpp
>> > Copying OS X content
>> > CsoundLib64.framework/Versions/6.0/Headers/OpcodeBase.hpp
>> > Copying OS X content CsoundLib64.framework/Versions/6.0/Headers/cfgvar.h
>> > Copying OS X content
>> > CsoundLib64.framework/Versions/6.0/Headers/csPerfThread.hpp
>> > Copying OS X content CsoundLib64.framework/Versions/6.0/Headers/cscore.h
>> > Copying OS X content CsoundLib64.framework/Versions/6.0/Headers/csdl.h
>> > Copying OS X content CsoundLib64.framework/Versions/6.0/Headers/csound.h
>> > Copying OS X content
>> > CsoundLib64.framework/Versions/6.0/Headers/csound.hpp
>> > Copying OS X content
>> > CsoundLib64.framework/Versions/6.0/Headers/csoundCore.h
>> > Copying OS X content
>> > CsoundLib64.framework/Versions/6.0/Headers/csound_data_structures.h
>> > Copying OS X content
>> > CsoundLib64.framework/Versions/6.0/Headers/csound_standard_types.h
>> > Copying OS X content
>> > CsoundLib64.framework/Versions/6.0/Headers/csound_type_system.h
>> > Copying OS X content
>> > CsoundLib64.framework/Versions/6.0/Headers/cwindow.h
>> > Copying OS X content
>> > CsoundLib64.framework/Versions/6.0/Headers/float-version-double.h
>> > Copying OS X content
>> > CsoundLib64.framework/Versions/6.0/Headers/filebuilding.h
>> > Copying OS X content
>> > CsoundLib64.framework/Versions/6.0/Headers/interlocks.h
>> > Copying OS X content
>> > CsoundLib64.framework/Versions/6.0/Headers/float-version.h
>> > Copying OS X content
>> > CsoundLib64.framework/Versions/6.0/Headers/pstream.h
>> > Copying OS X content
>> > CsoundLib64.framework/Versions/6.0/Headers/msg_attr.h
>> > Copying OS X content
>> > CsoundLib64.framework/Versions/6.0/Headers/pvfileio.h
>> > Copying OS X content
>> > CsoundLib64.framework/Versions/6.0/Headers/soundio.h
>> > Copying OS X content CsoundLib64.framework/Versions/6.0/Headers/sysdep.h
>> > Copying OS X content CsoundLib64.framework/Versions/6.0/Headers/text.h
>> > Copying OS X content
>> > CsoundLib64.framework/Versions/6.0/Headers/version.h
>> > Linking C shared library CsoundLib64.framework/Versions/6.0/CsoundLib64
>> > [ 90%] Built target CsoundLib64
>> > Scanning dependencies of target csladspa
>> > Scanning dependencies of target libcsnd
>> > [ 90%] Building CXX object
>> > frontends/CMakeFiles/csladspa.dir/csladspa/csladspa.cpp.o
>> > [ 91%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > Building CXX object interfaces/CMakeFiles/libcsnd.dir/CppSound.cpp.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 91%] Building CXX object
>> > interfaces/CMakeFiles/libcsnd.dir/CsoundFile.cpp.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > Linking CXX shared library ../csladspa.dylib
>> > [ 91%] Built target csladspa
>> > Scanning dependencies of target csound-bin
>> > [ 91%] Building C object
>> > frontends/CMakeFiles/csound-bin.dir/csound/csound_main.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > Linking C executable ../csound
>> > [ 91%] Built target csound-bin
>> > Scanning dependencies of target atsa
>> > [ 91%] Building C object util/CMakeFiles/atsa.dir/atsa_main.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > Linking C executable ../atsa
>> > [ 91%] Building CXX object
>> > interfaces/CMakeFiles/libcsnd.dir/Soundfile.cpp.o
>> > [ 91%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > Built target atsa
>> > [ 91%] Building CXX object
>> > interfaces/CMakeFiles/libcsnd.dir/csPerfThread.cpp.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 92%] [ 92%] Building CXX object
>> > interfaces/CMakeFiles/libcsnd.dir/cs_glue.cpp.o
>> > Building CXX object interfaces/CMakeFiles/libcsnd.dir/filebuilding.cpp.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > Scanning dependencies of target csanalyze
>> > [ 92%] Building C object util/CMakeFiles/csanalyze.dir/csanalyze.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > Linking C executable ../csanalyze
>> > Linking CXX shared library ../libcsnd.dylib
>> > [ 92%] Built target csanalyze
>> > [ 92%] Built target libcsnd
>> > Scanning dependencies of target cvanal
>> > Scanning dependencies of target dnoise
>> > [ 92%] [ 93%] Building C object
>> > util/CMakeFiles/dnoise.dir/dnoise_main.c.o
>> > Building C object util/CMakeFiles/cvanal.dir/cvl_main.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > Linking C executable ../dnoise
>> > Linking C executable ../cvanal
>> > [ 93%] Built target dnoise
>> > [ 93%] Built target cvanal
>> > Scanning dependencies of target envext
>> > Scanning dependencies of target extractor
>> > [ 93%] [ 93%] Building C object util/CMakeFiles/envext.dir/env_main.c.o
>> > Building C object util/CMakeFiles/extractor.dir/xtrc_main.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > Linking C executable ../envext
>> > Linking C executable ../extractor
>> > [ 93%] Built target extractor
>> > [ 93%] Built target envext
>> > Scanning dependencies of target het_export
>> > Scanning dependencies of target het_import
>> > [ 93%] [ 93%] Building C object
>> > util/CMakeFiles/het_export.dir/hetx_main.c.o
>> > Building C object util/CMakeFiles/het_import.dir/heti_main.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > Linking C executable ../het_export
>> > Linking C executable ../het_import
>> > [ 93%] [ 93%] Built target het_import
>> > Built target het_export
>> > Scanning dependencies of target lpanal
>> > Scanning dependencies of target hetro
>> > [ 93%] Building C object util/CMakeFiles/lpanal.dir/lpc_main.c.o
>> > [ 94%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > Building C object util/CMakeFiles/hetro.dir/het_main.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > Linking C executable ../lpanal
>> > Linking C executable ../hetro
>> > [ 94%] Built target lpanal
>> > [ 94%] Built target hetro
>> > Scanning dependencies of target lpc_export
>> > Scanning dependencies of target lpc_import
>> > [ 95%] Building C object util/CMakeFiles/lpc_export.dir/lpcx_main.c.o
>> > [ 95%] Building C object util/CMakeFiles/lpc_import.dir/lpci_main.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > Linking C executable ../lpc_export
>> > Linking C executable ../lpc_import
>> > [ 95%] Built target lpc_export
>> > [ 95%] Built target lpc_import
>> > Scanning dependencies of target mixer-bin
>> > Scanning dependencies of target pv_export
>> > [ 95%] [ 95%] Building C object
>> > util/CMakeFiles/mixer-bin.dir/mixer_main.c.o
>> > Building C object util/CMakeFiles/pv_export.dir/pvx_main.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > Linking C executable ../pv_export
>> > Linking C executable ../mixer
>> > [ 95%] Built target pv_export
>> > [ 95%] Built target mixer-bin
>> > Scanning dependencies of target pvanal
>> > Scanning dependencies of target pv_import
>> > [ 95%] [ 96%] Building C object util/CMakeFiles/pvanal.dir/pvc_main.c.o
>> > Building C object util/CMakeFiles/pv_import.dir/pvi_main.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > Linking C executable ../pvanal
>> > Linking C executable ../pv_import
>> > [ 96%] Built target pvanal
>> > [ 96%] Built target pv_import
>> > Scanning dependencies of target scale
>> > Scanning dependencies of target pvlook
>> > [ 96%] [ 96%] Building C object util/CMakeFiles/scale.dir/scale_main.c.o
>> > Building C object util/CMakeFiles/pvlook.dir/pvl_main.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > Linking C executable ../pvlook
>> > Linking C executable ../scale
>> > [ 96%] Built target pvlook
>> > [ 96%] Built target scale
>> > Scanning dependencies of target scope
>> > Scanning dependencies of target sndinfo
>> > [ 96%] [ 96%] Building C object util/CMakeFiles/scope.dir/scope_main.c.o
>> > Building C object util/CMakeFiles/sndinfo.dir/sndinfo_main.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > Linking C executable ../sndinfo
>> > Linking C executable ../scope
>> > [ 96%] Built target scope
>> > [ 96%] Built target sndinfo
>> > Scanning dependencies of target srconv
>> > Scanning dependencies of target extract
>> > [ 97%] [ 97%] Building C object
>> > util/CMakeFiles/srconv.dir/srconv_main.c.o
>> > Building C object util1/CMakeFiles/extract.dir/sortex/xmain.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > Linking C executable ../extract
>> > Linking C executable ../srconv
>> > [ 97%] Built target extract
>> > [ 97%] Built target srconv
>> > [ 98%] Scanning dependencies of target scsort
>> > Swig source
>> > [ 98%] Building C object util1/CMakeFiles/scsort.dir/sortex/smain.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > Language subdirectory: python
>> > Search paths:
>> >    ./
>> >    /usr/local/include/
>> >    /tmp/csound-KYls/./H/
>> >    /tmp/csound-KYls/./include/
>> >    /tmp/csound-KYls/./Engine/
>> >    /tmp/csound-KYls/./
>> >    /tmp/csound-KYls/
>> >    /tmp/csound-KYls/interfaces/
>> >    /System/Library/Frameworks/Python.framework/Headers/
>> >    ./swig_lib/python/
>> >    /usr/local/Cellar/swig/2.0.9/share/swig/2.0.9/python/
>> >    ./swig_lib/
>> >    /usr/local/Cellar/swig/2.0.9/share/swig/2.0.9/
>> > Preprocessing...
>> > Linking C executable ../scsort
>> > [ 98%] Built target scsort
>> > [ 98%] Swig source
>> > Language subdirectory: java
>> > Search paths:
>> >    ./
>> >    /usr/local/include/
>> >    /tmp/csound-KYls/./H/
>> >    /tmp/csound-KYls/./include/
>> >    /tmp/csound-KYls/./Engine/
>> >    /tmp/csound-KYls/./
>> >    /tmp/csound-KYls/
>> >    /tmp/csound-KYls/interfaces/
>> >    /System/Library/Frameworks/Python.framework/Headers/
>> >    /System/Library/Frameworks/JavaVM.framework/Headers/
>> >    /System/Library/Frameworks/JavaVM.framework/Headers/
>> >    /System/Library/Frameworks/JavaVM.framework/Headers/
>> >    ./swig_lib/java/
>> >    /usr/local/Cellar/swig/2.0.9/share/swig/2.0.9/java/
>> >    ./swig_lib/
>> >    /usr/local/Cellar/swig/2.0.9/share/swig/2.0.9/
>> > Preprocessing...
>> > Starting language-specific parse...
>> > Processing types...
>> > C++ analysis...
>> > Generating wrappers...
>> > Starting language-specific parse...
>> > /tmp/csound-KYls/./include/csound.h:519: Warning 451: Setting a const
>> > char *
>> > variable may leak memory.
>> > Processing types...
>> > C++ analysis...
>> > Generating wrappers...
>> > /tmp/csound-KYls/./include/csound.h:519: Warning 451: Setting a const
>> > char *
>> > variable may leak memory.
>> > cs_glue.hpp:505: Warning 473: Returning a pointer or reference in a
>> > director
>> > method is not recommended.
>> > CppSound.hpp:36: Warning 453: Can't apply (std::vector< double >
>> > *INPUT). No
>> > typemaps are defined.
>> > CppSound.hpp:52: Warning 813: Warning for CppSound proxy: Base
>> > CsoundFile
>> > ignored. Multiple inheritance is not supported in Java.
>> > cs_glue.hpp:505: Warning 473: Returning a pointer or reference in a
>> > director
>> > method is not recommended.
>> > Scanning dependencies of target _jcsound6
>> > [ 99%] Building CXX object
>> > interfaces/CMakeFiles/_jcsound6.dir/java_interfaceJAVA_wrap.cxx.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > CppSound.hpp:36: Warning 453: Can't apply (std::vector< double >
>> > *INPUT). No
>> > typemaps are defined.
>> > Scanning dependencies of target _csnd6
>> > [ 99%] Building CXX object
>> > interfaces/CMakeFiles/_csnd6.dir/python_interfacePYTHON_wrap.cxx.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > Linking CXX shared module ../lib_jcsound6.jnilib
>> > Building JAVA package csnd6.jar
>> > Linking CXX shared module ../_csnd6.so
>> > [ 99%] Built target _csnd6
>> > [ 99%] [ 99%] Built target _jcsound6
>> > Swig source
>> > Language subdirectory: lua
>> > Search paths:
>> >    ./
>> >    /usr/local/include/
>> >    /tmp/csound-KYls/./H/
>> >    /tmp/csound-KYls/./include/
>> >    /tmp/csound-KYls/./Engine/
>> >    /tmp/csound-KYls/./
>> >    /tmp/csound-KYls/
>> >    /tmp/csound-KYls/interfaces/
>> >    /System/Library/Frameworks/Python.framework/Headers/
>> >    /System/Library/Frameworks/JavaVM.framework/Headers/
>> >    /System/Library/Frameworks/JavaVM.framework/Headers/
>> >    /System/Library/Frameworks/JavaVM.framework/Headers/
>> >    /usr/local/include/
>> >    ./swig_lib/lua/
>> >    /usr/local/Cellar/swig/2.0.9/share/swig/2.0.9/lua/
>> >    ./swig_lib/
>> >    /usr/local/Cellar/swig/2.0.9/share/swig/2.0.9/
>> > Preprocessing...
>> > Starting language-specific parse...
>> > Processing types...
>> > C++ analysis...
>> > Generating wrappers...
>> > /tmp/csound-KYls/./include/csound.h:519: Warning 451: Setting a const
>> > char *
>> > variable may leak memory.
>> > CppSound.hpp:36: Warning 453: Can't apply (std::vector< double >
>> > *INPUT). No
>> > typemaps are defined.
>> > Scanning dependencies of target luaCsnd6
>> > [100%] Building CXX object
>> > interfaces/CMakeFiles/luaCsnd6.dir/lua_interfaceLUA_wrap.cxx.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > Linking CXX shared module ../luaCsnd6.so
>> > [100%] Built target luaCsnd6
>> > Install the project...
>> > -- Install configuration: "None"
>> > -- Installing: /Users/eddyc/Library/Frameworks/CsoundLib64.framework
>> > -- Up-to-date:
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/CsoundLib64
>> > -- Up-to-date:
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Headers
>> > -- Up-to-date:
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Resources
>> > -- Installing:
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions
>> > -- Installing:
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0
>> > -- Installing:
>> >
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/CsoundLib64
>> > -- Installing:
>> >
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers
>> > -- Installing:
>> >
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/cfgvar.h
>> > -- Installing:
>> >
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/CppSound.hpp
>> > -- Installing:
>> >
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/cscore.h
>> > -- Installing:
>> >
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/csdl.h
>> > -- Installing:
>> >
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/csound.h
>> > -- Installing:
>> >
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/csound.hpp
>> > -- Installing:
>> >
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/csound_data_structures.h
>> > -- Installing:
>> >
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/csound_standard_types.h
>> > -- Installing:
>> >
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/csound_type_system.h
>> > -- Installing:
>> >
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/csoundCore.h
>> > -- Installing:
>> >
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/CsoundFile.hpp
>> > -- Installing:
>> >
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/csPerfThread.hpp
>> > -- Installing:
>> >
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/cwindow.h
>> > -- Installing:
>> >
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/filebuilding.h
>> > -- Installing:
>> >
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/float-version-double.h
>> > -- Installing:
>> >
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/float-version.h
>> > -- Installing:
>> >
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/interlocks.h
>> > -- Installing:
>> >
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/msg_attr.h
>> > -- Installing:
>> >
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/OpcodeBase.hpp
>> > -- Installing:
>> >
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/pstream.h
>> > -- Installing:
>> >
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/pvfileio.h
>> > -- Installing:
>> >
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/soundio.h
>> > -- Installing:
>> >
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/sysdep.h
>> > -- Installing:
>> >
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/text.h
>> > -- Installing:
>> >
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/version.h
>> > -- Installing:
>> >
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources
>> > -- Installing:
>> >
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Info.plist
>> > -- Up-to-date:
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/Current
>> > -- Installing:
>> >
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libmixer.dylib
>> > -- Installing:
>> >
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libsignalflowgraph.dylib
>> > -- Installing:
>> >
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libampmidid.dylib
>> > -- Installing:
>> >
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libcs_date.dylib
>> > -- Installing:
>> >
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libsystem_call.dylib
>> > -- Installing:
>> >
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libdoppler.dylib
>> > -- Installing:
>> >
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libfractalnoise.dylib
>> > -- Installing:
>> >
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libfareygen.dylib
>> > -- Installing:
>> >
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libcellular.dylib
>> > -- Installing:
>> >
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libserial.dylib
>> > -- Installing:
>> >
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libplaterev.dylib
>> > -- Installing:
>> >
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libscansyn.dylib
>> > -- Installing:
>> >
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libcontrol.dylib
>> > -- Installing:
>> >
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libchua.dylib
>> > -- Installing:
>> >
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libosc.dylib
>> > -- Installing:
>> >
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libimage.dylib
>> > -- Installing:
>> >
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libpy.dylib
>> > -- Installing:
>> >
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libstk.dylib
>> > -- Installing:
>> >
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libcmidi.dylib
>> > -- Installing:
>> >
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/librtauhal.dylib
>> > -- Installing:
>> >
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libipmidi.dylib
>> > -- Installing:
>> >
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libwidgets.dylib
>> > -- Installing:
>> >
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libvirtual.dylib
>> > -- Installing: /usr/local/Cellar/csound/HEAD/lib/libcsnd.6.0.dylib
>> > -- Installing: /usr/local/Cellar/csound/HEAD/lib/libcsnd.dylib
>> > -- Installing: /Library/Python/2.7/site-packages/_csnd6.so
>> > CMake Error at interfaces/cmake_install.cmake:61 (FILE):
>> >   file INSTALL cannot copy file "/tmp/csound-KYls/_csnd6.so" to
>> >   "/Library/Python/2.7/site-packages/_csnd6.so".
>> > Call Stack (most recent call first):
>> >   cmake_install.cmake:56 (INCLUDE)
>> >
>> >
>> > make: *** [install] Error 1
>> > ==> Configuration
>> > HOMEBREW_VERSION: 0.9.4
>> > HEAD: 38629e1de84d5b8f020e02ebe3ca3430a47080ef
>> > CPU: dual-core 64-bit penryn
>> > OS X: 10.8.3-x86_64
>> > Xcode: 4.6.2
>> > CLT: 4.6.0.0.1.1365549073
>> > X11: 2.7.4 => /opt/X11
>> > ==> ENV
>> > CC: cc
>> > CXX: c++
>> > MAKEFLAGS: -j2
>> > CMAKE_PREFIX_PATH: /usr/local
>> > CMAKE_INCLUDE_PATH:
>> >
>> > /usr/include/libxml2:/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers/
>> > CMAKE_LIBRARY_PATH:
>> > /System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
>> > PKG_CONFIG_PATH:
>> >
>> > /usr/local/opt/pcre/lib/pkgconfig:/usr/local/opt/libsndfile/lib/pkgconfig:/usr/local/opt/portaudio/lib/pkgconfig:/usr/local/opt/liblo/lib/pkgconfig:/usr/local/opt/libpng/lib/pkgconfig
>> > PKG_CONFIG_LIBDIR:
>> > /usr/lib/pkgconfig:/usr/local/Library/ENV/pkgconfig/10.8
>> > ACLOCAL_PATH: /usr/local/share/aclocal
>> > OBJC: cc
>> > PATH:
>> >
>> > /usr/local/Library/ENV/4.3:/usr/local/opt/cmake/bin:/usr/local/opt/pcre/bin:/usr/local/opt/swig/bin:/usr/local/opt/libsndfile/bin:/usr/local/opt/liblo/bin:/usr/local/opt/libpng/bin:/usr/local/opt/stk/bin:/usr/local/opt/jpeg/bin:/usr/local/opt/fltk/bin:/usr/bin:/bin:/usr/sbin:/sbin
>> >
>> > Error: csound did not build
>> > Logs:       /Users/eddyc/Library/Logs/Homebrew/csound/CMakeCache.txt
>> >
>> >
>> >
>> > On 12 May 2013 11:03, Steven Yi <stevenyi@gmail.com> wrote:
>> >>
>> >> Could you run "brew install --HEAD http://www.kunstmusik.com/csound.rb
>> >> --verbose" and post the verbose output?
>> >>
>> >> On May 12, 2013 10:47 AM, "Ed Costello" <edwardcostello@gmail.com>
>> >> wrote:
>> >>>
>> >>> Ok, still getting errors, heres what happened next....
>> >>>
>> >>> Marions-MacBook:~ eddyc$ brew link --overwrite libsndfile
>> >>> Linking /usr/local/Cellar/libsndfile/1.0.25... 27 symlinks created
>> >>> Marions-MacBook:~ eddyc$ brew install
>> >>> http://www.kunstmusik.com/csound.rb
>> >>>
>> >>> ########################################################################
>> >>> 100.0%
>> >>> Error: You must `brew link portaudio portmidi liblo' before csound can
>> >>> be
>> >>> installed
>> >>> Marions-MacBook:~ eddyc$ brew link --overwrite portaudio portmidi
>> >>> liblo
>> >>> Linking /usr/local/Cellar/portaudio/19.20111121... 6 symlinks created
>> >>> Linking /usr/local/Cellar/portmidi/217... 3 symlinks created
>> >>> Linking /usr/local/Cellar/liblo/0.26... 6 symlinks created
>> >>> Marions-MacBook:~ eddyc$ brew install
>> >>> http://www.kunstmusik.com/csound.rb
>> >>>
>> >>> ########################################################################
>> >>> 100.0%
>> >>> ==> Downloading http://www.kunstmusik.com/Csound-6.0.1-Source.tar.bz2
>> >>> Already downloaded: /Library/Caches/Homebrew/csound-6.0.1.tar.bz2
>> >>> ==> cmake . -DUSE_GETTEXT=0
>> >>> -DCMAKE_INSTALL_PREFIX=/usr/local/Cellar/csound/6.0.
>> >>> ==> make install
>> >>> Call Stack (most recent call first):
>> >>>   cmake_install.cmake:56 (INCLUDE)
>> >>>
>> >>>
>> >>> make: *** [install] Error 1
>> >>>
>> >>>
>> >>> On 11 May 2013 23:39, Steven Yi <stevenyi@gmail.com> wrote:
>> >>>>
>> >>>> Hey Ed,
>> >>>>
>> >>>> Sorry, just use "brew link --overwrite libsndfile" and ignore the
>> >>>> uninstall/install thing I wrote earlier. :)
>> >>>>
>> >>>> steven
>> >>>>
>> >>>> On Sat, May 11, 2013 at 11:31 PM, Steven Yi <stevenyi@gmail.com>
>> >>>> wrote:
>> >>>> > Hey Ed!
>> >>>> >
>> >>>> > So for that it's pretty much what it says.  You'll have to use the
>> >>>> > brew installed libsndfile, and to do that you'll probably have to
>> >>>> > do
>> >>>> > "brew uninstall libsndfile; brew install --overwrite libsndfile".
>> >>>> > Most
>> >>>> > likely when brew tried to link it's libsndfile into /usr/local, it
>> >>>> > encountered your custom built ones and gave up; I wonder if it
>> >>>> > didn't
>> >>>> > alter something though X_X.  But try getting the brew installed
>> >>>> > ones
>> >>>> > in there and I think you'll be good for csound building after that.
>> >>>> >
>> >>>> > Thanks!
>> >>>> > steven
>> >>>> >
>> >>>> > On Sat, May 11, 2013 at 8:10 PM, Ed Costello
>> >>>> > <edwardcostello@gmail.com> wrote:
>> >>>> >> I get an error saying it requires libsndfile, the thing is I
>> >>>> >> already
>> >>>> >> have
>> >>>> >> libsndfile installed from a previous csound installation,
>> >>>> >>
>> >>>> >> CMake Error at CMakeLists.txt:339 (message):
>> >>>> >>   Csound requires the sndfile library
>> >>>> >>
>> >>>> >>
>> >>>> >> -- Configuring incomplete, errors occurred!
>> >>>> >>
>> >>>> >> READ THIS: https://github.com/mxcl/homebrew/wiki/troubleshooting
>> >>>> >>
>> >>>> >> Marions-MacBook:~ eddyc$ brew install libsndfile
>> >>>> >> Warning: libsndfile-1.0.25 already installed, it's just not linked
>> >>>> >> Marions-MacBook:~ eddyc$
>> >>>> >>
>> >>>> >>
>> >>>> >>
>> >>>> >> On 11 May 2013 18:26, peiman khosravi <peimankhosravi@gmail.com>
>> >>>> >> wrote:
>> >>>> >>>
>> >>>> >>> I get the same errors.
>> >>>> >>>
>> >>>> >>> P
>> >>>> >>>
>> >>>> >>>
>> >>>> >>>
>> >>>> >>>
>> >>>> >>>
>> >>>> >>>
>> >>>> >>> www.peimankhosravi.co.uk || Subscribe to RSS Feed
>> >>>> >>>
>> >>>> >>> To receive emails about upcoming concerts visit this page & enter
>> >>>> >>> your
>> >>>> >>> email address in the 'follow' section.
>> >>>> >>>
>> >>>> >>>
>> >>>> >>>
>> >>>> >>> On 11 May 2013 16:38, Steven Yi <stevenyi@gmail.com> wrote:
>> >>>> >>>>
>> >>>> >>>> Hi Jake,
>> >>>> >>>>
>> >>>> >>>> Thanks very much for the quick report! I'm running into similar
>> >>>> >>>> situations and it has to do with brew trying to install links
>> >>>> >>>> but
>> >>>> >>>> there are original files there installed from somewhere else
>> >>>> >>>> (likely
>> >>>> >>>> from a previous csound installer install).  I just did this:
>> >>>> >>>>
>> >>>> >>>> Error: Could not symlink file:
>> >>>> >>>> /usr/local/Cellar/libogg/1.3.0/include/ogg/os_types.h
>> >>>> >>>> Target /usr/local/include/ogg/os_types.h already exists. You may
>> >>>> >>>> need
>> >>>> >>>> to delete it.
>> >>>> >>>> To force the link and overwrite all other conflicting files, do:
>> >>>> >>>>   brew link --overwrite formula_name
>> >>>> >>>>
>> >>>> >>>> To list all files that would be deleted:
>> >>>> >>>>   brew link --overwrite --dry-run formula_name
>> >>>> >>>> cp23-119:Formula stevenyi$ brew link --overwrite libogg
>> >>>> >>>> Linking /usr/local/Cellar/libogg/1.3.0... 81 symlinks created
>> >>>> >>>>
>> >>>> >>>> and also did 'brew link --overwrite flac' (and so on for each
>> >>>> >>>> lib).
>> >>>> >>>>
>> >>>> >>>> One note, I'm running into issues in building --universal.  It
>> >>>> >>>> seems
>> >>>> >>>> some of the formulas can be --universal but they depend on
>> >>>> >>>> others
>> >>>> >>>> that
>> >>>> >>>> don't support universal.  I'm going to see about modifying some
>> >>>> >>>> of
>> >>>> >>>> the
>> >>>> >>>> dependent homebrew recipes and if that works I'll see if they
>> >>>> >>>> get
>> >>>> >>>> accepted into the main repo.
>> >>>> >>>>
>> >>>> >>>> Thanks!
>> >>>> >>>> steven
>> >>>> >>>>
>> >>>> >>>> On Sat, May 11, 2013 at 5:24 PM, Jacob Joaquin
>> >>>> >>>> <jacobjoaquin@gmail.com>
>> >>>> >>>> wrote:
>> >>>> >>>> > Here's my first run through; It breaks at libogg. I'm actually
>> >>>> >>>> > in
>> >>>> >>>> > the
>> >>>> >>>> > middle
>> >>>> >>>> > of something this morning. I'll spend more time with this when
>> >>>> >>>> > I
>> >>>> >>>> > have
>> >>>> >>>> > some:
>> >>>> >>>> >
>> >>>> >>>> > Quorra ~ $ brew install http://www.kunstmusik.com/csound.rb
>> >>>> >>>> >
>> >>>> >>>> >
>> >>>> >>>> >
>> >>>> >>>> > ########################################################################
>> >>>> >>>> > 100.0%
>> >>>> >>>> > Warning: Your Xcode (4.6.1) is outdated
>> >>>> >>>> > Please install Xcode 4.6.2.
>> >>>> >>>> > ==> Installing csound dependency: cmake
>> >>>> >>>> > ==> Downloading
>> >>>> >>>> >
>> >>>> >>>> > https://downloads.sf.net/project/machomebrew/Bottles/cmake-2.8.1
>> >>>> >>>> >
>> >>>> >>>> >
>> >>>> >>>> >
>> >>>> >>>> > ########################################################################
>> >>>> >>>> > 100.0%
>> >>>> >>>> > ==> Pouring cmake-2.8.10.2.mountain_lion.bottle.tar.gz
>> >>>> >>>> > 🍺  /usr/local/Cellar/cmake/2.8.10.2: 683 files, 32M
>> >>>> >>>> > ==> Installing csound dependency: pcre
>> >>>> >>>> > ==> Downloading
>> >>>> >>>> >
>> >>>> >>>> > ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre-8.32.
>> >>>> >>>> >
>> >>>> >>>> >
>> >>>> >>>> >
>> >>>> >>>> > ########################################################################
>> >>>> >>>> > 100.0%
>> >>>> >>>> >
>> >>>> >>>> >
>> >>>> >>>> >
>> >>>> >>>> > ########################################################################
>> >>>> >>>> > 100.0%==> ./configure --prefix=/usr/local/Cellar/pcre/8.32
>> >>>> >>>> > --enable-utf8
>> >>>> >>>> > --enable-unic
>> >>>> >>>> > ==> make test
>> >>>> >>>> > ==> make install
>> >>>> >>>> > 🍺  /usr/local/Cellar/pcre/8.32: 135 files, 3.6M, built in 44
>> >>>> >>>> > seconds
>> >>>> >>>> > ==> Installing csound dependency: swig
>> >>>> >>>> > ==> Downloading
>> >>>> >>>> >
>> >>>> >>>> >
>> >>>> >>>> >
>> >>>> >>>> > http://sourceforge.net/projects/swig/files/swig/swig-2.0.9/swig-2.0.9.tar.gz
>> >>>> >>>> >
>> >>>> >>>> >
>> >>>> >>>> >
>> >>>> >>>> > ########################################################################
>> >>>> >>>> > 100.0%
>> >>>> >>>> > ==> ./configure --prefix=/usr/local/Cellar/swig/2.0.9
>> >>>> >>>> > ==> make
>> >>>> >>>> > ==> make install
>> >>>> >>>> > 🍺  /usr/local/Cellar/swig/2.0.9: 599 files, 6.2M, built in 45
>> >>>> >>>> > seconds
>> >>>> >>>> > ==> Installing csound dependency: pkg-config
>> >>>> >>>> > ==> Downloading
>> >>>> >>>> >
>> >>>> >>>> >
>> >>>> >>>> >
>> >>>> >>>> > https://downloads.sf.net/project/machomebrew/Bottles/pkg-config-0.28.mountain_lion.bottle.tar.gz
>> >>>> >>>> >
>> >>>> >>>> >
>> >>>> >>>> >
>> >>>> >>>> > ########################################################################
>> >>>> >>>> > 100.0%
>> >>>> >>>> > ==> Pouring pkg-config-0.28.mountain_lion.bottle.tar.gz
>> >>>> >>>> > 🍺  /usr/local/Cellar/pkg-config/0.28: 10 files, 636K
>> >>>> >>>> > ==> Installing csound dependency: lame
>> >>>> >>>> > ==> Downloading
>> >>>> >>>> >
>> >>>> >>>> >
>> >>>> >>>> > http://downloads.sourceforge.net/sourceforge/lame/lame-3.99.5.tar.gz
>> >>>> >>>> >
>> >>>> >>>> >
>> >>>> >>>> >
>> >>>> >>>> > ########################################################################
>> >>>> >>>> > 100.0%
>> >>>> >>>> > ==> ./configure --prefix=/usr/local/Cellar/lame/3.99.5
>> >>>> >>>> > --enable-nasm
>> >>>> >>>> > ==> make install
>> >>>> >>>> > 🍺  /usr/local/Cellar/lame/3.99.5: 25 files, 2.1M, built in 27
>> >>>> >>>> > seconds
>> >>>> >>>> > ==> Installing csound dependency: flac
>> >>>> >>>> > ==> Downloading
>> >>>> >>>> >
>> >>>> >>>> >
>> >>>> >>>> > http://downloads.sourceforge.net/sourceforge/flac/flac-1.2.1.tar.gz
>> >>>> >>>> >
>> >>>> >>>> >
>> >>>> >>>> >
>> >>>> >>>> > ########################################################################
>> >>>> >>>> > 100.0%
>> >>>> >>>> > ==> ./configure --disable-asm-optimizations --enable-sse
>> >>>> >>>> > --prefix=/usr/local/Cellar/flac/1.2.1
>> >>>> >>>> > --mandir=/usr/local/Cellar/flac/1.2.1/share/man
>> >>>> >>>> > ==> make install
>> >>>> >>>> > ==> Downloading
>> >>>> >>>> > https://github.com/rmndk/flac2mp3/archive/v1.0.tar.gz
>> >>>> >>>> >
>> >>>> >>>> >
>> >>>> >>>> >
>> >>>> >>>> > ########################################################################
>> >>>> >>>> > 100.0%
>> >>>> >>>> > Warning: Could not link flac. Unlinking...
>> >>>> >>>> > Error: The `brew link` step did not complete successfully
>> >>>> >>>> > The formula built, but is not symlinked into /usr/local
>> >>>> >>>> > You can try again using `brew link flac'
>> >>>> >>>> > ==> Summary
>> >>>> >>>> > 🍺  /usr/local/Cellar/flac/1.2.1: 304 files, 6.5M, built in 47
>> >>>> >>>> > seconds
>> >>>> >>>> > ==> Installing csound dependency: libogg
>> >>>> >>>> > ==> Downloading
>> >>>> >>>> > http://downloads.xiph.org/releases/ogg/libogg-1.3.0.tar.gz
>> >>>> >>>> >
>> >>>> >>>> >
>> >>>> >>>> >
>> >>>> >>>> > ########################################################################
>> >>>> >>>> > 100.0%
>> >>>> >>>> > ==> ./configure --prefix=/usr/local/Cellar/libogg/1.3.0
>> >>>> >>>> > ==> make
>> >>>> >>>> > ==> make install
>> >>>> >>>> > Warning: Could not link libogg. Unlinking...
>> >>>> >>>> > Error: The `brew link` step did not complete successfully
>> >>>> >>>> > The formula built, but is not symlinked into /usr/local
>> >>>> >>>> > You can try again using `brew link libogg'
>> >>>> >>>> > ==> Summary
>> >>>> >>>> > 🍺  /usr/local/Cellar/libogg/1.3.0: 85 files, 520K, built in
>> >>>> >>>> > 11
>> >>>> >>>> > seconds
>> >>>> >>>> > ==> Installing csound dependency: xz
>> >>>> >>>> > ==> Downloading http://tukaani.org/xz/xz-5.0.4.tar.bz2
>> >>>> >>>> >
>> >>>> >>>> >
>> >>>> >>>> >
>> >>>> >>>> > ########################################################################
>> >>>> >>>> > 100.0%
>> >>>> >>>> > ==> ./configure --prefix=/usr/local/Cellar/xz/5.0.4
>> >>>> >>>> > ==> make install
>> >>>> >>>> > 🍺  /usr/local/Cellar/xz/5.0.4: 58 files, 1.5M, built in 27
>> >>>> >>>> > seconds
>> >>>> >>>> > Error: You must `brew link libogg' before libvorbis can be
>> >>>> >>>> > installed
>> >>>> >>>> >
>> >>>> >>>> >
>> >>>> >>>> >
>> >>>> >>>> >
>> >>>> >>>> >
>> >>>> >>>> > On Sat, May 11, 2013 at 8:21 AM, Jacob Joaquin
>> >>>> >>>> > <jacobjoaquin@gmail.com>
>> >>>> >>>> > wrote:
>> >>>> >>>> >>
>> >>>> >>>> >> I ran into an error which was resolved by updating brew:
>> >>>> >>>> >>
>> >>>> >>>> >> brew update
>> >>>> >>>> >>
>> >>>> >>>> >> It's currently downloading and installing dependencies. We'll
>> >>>> >>>> >> see how
>> >>>> >>>> >> this
>> >>>> >>>> >> goes.
>> >>>> >>>> >>
>> >>>> >>>> >>
>> >>>> >>>> >> On Sat, May 11, 2013 at 8:12 AM, Steven Yi
>> >>>> >>>> >> <stevenyi@gmail.com>
>> >>>> >>>> >> wrote:
>> >>>> >>>> >>>
>> >>>> >>>> >>> Hi All,
>> >>>> >>>> >>>
>> >>>> >>>> >>> I've put together a homebrew [1]  file and was hoping to get
>> >>>> >>>> >>> some
>> >>>> >>>> >>> people to test it.  If it's working well maybe we can submit
>> >>>> >>>> >>> it
>> >>>> >>>> >>> to
>> >>>> >>>> >>> the
>> >>>> >>>> >>> homebrew repo.  The file is available at:
>> >>>> >>>> >>>
>> >>>> >>>> >>> http://www.kunstmusik.com/csound.rb
>> >>>> >>>> >>>
>> >>>> >>>> >>> You can try installing it by using:
>> >>>> >>>> >>>
>> >>>> >>>> >>> brew install http://www.kunstmusik.com/csound.rb
>> >>>> >>>> >>>
>> >>>> >>>> >>> This builds with a source zip I put together from today's
>> >>>> >>>> >>> GIT
>> >>>> >>>> >>> (using
>> >>>> >>>> >>> 'cpack package_source').  If you want to use the latest from
>> >>>> >>>> >>> GIT
>> >>>> >>>> >>> (recommended at this point) you can use:
>> >>>> >>>> >>>
>> >>>> >>>> >>> brew install --HEAD http://www.kunstmusik.com/csound.rb
>> >>>> >>>> >>>
>> >>>> >>>> >>> This should also install the following dependencies:
>> >>>> >>>> >>>
>> >>>> >>>> >>>   depends_on 'cmake' => :build
>> >>>> >>>> >>>   depends_on 'swig' => :build
>> >>>> >>>> >>>
>> >>>> >>>> >>>   depends_on 'libsndfile'
>> >>>> >>>> >>>
>> >>>> >>>> >>>   depends_on 'portaudio' => :recommended
>> >>>> >>>> >>>   depends_on 'portmidi' => :recommended
>> >>>> >>>> >>>   depends_on 'liblo' => :recommended
>> >>>> >>>> >>>   depends_on 'boost' => :recommended
>> >>>> >>>> >>>   depends_on 'libpng' => :recommended
>> >>>> >>>> >>>   depends_on 'stk' => :recommended
>> >>>> >>>> >>>
>> >>>> >>>> >>> You can get info on flags by using:
>> >>>> >>>> >>>
>> >>>> >>>> >>> brew info http://www.kunstmusik.com/csound.rb
>> >>>> >>>> >>>
>> >>>> >>>> >>> and can (or, at least, should) be able to build as a
>> >>>> >>>> >>> --universal
>> >>>> >>>> >>> using:
>> >>>> >>>> >>>
>> >>>> >>>> >>> brew install --HEAD http://www.kunstmusik.com/csound.rb
>> >>>> >>>> >>> --universal
>> >>>> >>>> >>>
>> >>>> >>>> >>> Some notes:
>> >>>> >>>> >>>
>> >>>> >>>> >>> 1) There are likely to be problems.  Please report issues
>> >>>> >>>> >>> here
>> >>>> >>>> >>> so
>> >>>> >>>> >>> that
>> >>>> >>>> >>> we can fix them together. :)
>> >>>> >>>> >>>
>> >>>> >>>> >>> 2) The csound cmake file installs things into places that
>> >>>> >>>> >>> may
>> >>>> >>>> >>> be
>> >>>> >>>> >>> protected on your system. The particularly relevant ones are
>> >>>> >>>> >>> /usr/local, /Library/Python/2.7/site-packages, and
>> >>>> >>>> >>> /Library/Java/Extensions.  Homebrew explains how to deal
>> >>>> >>>> >>> with
>> >>>> >>>> >>> the
>> >>>> >>>> >>> latter 2 directores in [2]. There's info about /usr/local on
>> >>>> >>>> >>> the
>> >>>> >>>> >>> homebrew site [1].
>> >>>> >>>> >>>
>> >>>> >>>> >>> 3) I'm currently thinking this might be the best way to get
>> >>>> >>>> >>> everything
>> >>>> >>>> >>> required to build csound installed on OSX.  The idea is that
>> >>>> >>>> >>> once you
>> >>>> >>>> >>> install once, you'll have everything you need to also clone
>> >>>> >>>> >>> Csound's
>> >>>> >>>> >>> git repo and develop/build/install.
>> >>>> >>>> >>>
>> >>>> >>>> >>> Thanks!
>> >>>> >>>> >>> steven
>> >>>> >>>> >>>
>> >>>> >>>> >>> [1] - http://brew.sh/
>> >>>> >>>> >>> [2] -
>> >>>> >>>> >>>
>> >>>> >>>> >>>
>> >>>> >>>> >>> https://github.com/mxcl/homebrew/wiki/Gems%2C-Eggs-and-Perl-Modules
>> >>>> >>>> >>>
>> >>>> >>>> >>>
>> >>>> >>>> >>>
>> >>>> >>>> >>>
>> >>>> >>>> >>>
>> >>>> >>>> >>> ------------------------------------------------------------------------------
>> >>>> >>>> >>> Learn Graph Databases - Download FREE O'Reilly Book
>> >>>> >>>> >>> "Graph Databases" is the definitive new guide to graph
>> >>>> >>>> >>> databases and
>> >>>> >>>> >>> their applications. This 200-page book is written by three
>> >>>> >>>> >>> acclaimed
>> >>>> >>>> >>> leaders in the field. The early access version is available
>> >>>> >>>> >>> now.
>> >>>> >>>> >>> Download your free book today!
>> >>>> >>>> >>> http://p.sf.net/sfu/neotech_d2d_may
>> >>>> >>>> >>> _______________________________________________
>> >>>> >>>> >>> Csound-devel mailing list
>> >>>> >>>> >>> Csound-devel@lists.sourceforge.net
>> >>>> >>>> >>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>> >>>> >>>> >>
>> >>>> >>>> >>
>> >>>> >>>> >>
>> >>>> >>>> >>
>> >>>> >>>> >> --
>> >>>> >>>> >> codehop.com | #code #art #music
>> >>>> >>>> >
>> >>>> >>>> >
>> >>>> >>>> >
>> >>>> >>>> >
>> >>>> >>>> > --
>> >>>> >>>> > codehop.com | #code #art #music
>> >>>> >>>> >
>> >>>> >>>> >
>> >>>> >>>> >
>> >>>> >>>> >
>> >>>> >>>> > ------------------------------------------------------------------------------
>> >>>> >>>> > Learn Graph Databases - Download FREE O'Reilly Book
>> >>>> >>>> > "Graph Databases" is the definitive new guide to graph
>> >>>> >>>> > databases
>> >>>> >>>> > and
>> >>>> >>>> > their applications. This 200-page book is written by three
>> >>>> >>>> > acclaimed
>> >>>> >>>> > leaders in the field. The early access version is available
>> >>>> >>>> > now.
>> >>>> >>>> > Download your free book today!
>> >>>> >>>> > http://p.sf.net/sfu/neotech_d2d_may
>> >>>> >>>> > _______________________________________________
>> >>>> >>>> > Csound-devel mailing list
>> >>>> >>>> > Csound-devel@lists.sourceforge.net
>> >>>> >>>> > https://lists.sourceforge.net/lists/listinfo/csound-devel
>> >>>> >>>> >
>> >>>> >>>>
>> >>>> >>>>
>> >>>> >>>>
>> >>>> >>>>
>> >>>> >>>> ------------------------------------------------------------------------------
>> >>>> >>>> Learn Graph Databases - Download FREE O'Reilly Book
>> >>>> >>>> "Graph Databases" is the definitive new guide to graph databases
>> >>>> >>>> and
>> >>>> >>>> their applications. This 200-page book is written by three
>> >>>> >>>> acclaimed
>> >>>> >>>> leaders in the field. The early access version is available now.
>> >>>> >>>> Download your free book today!
>> >>>> >>>> http://p.sf.net/sfu/neotech_d2d_may
>> >>>> >>>> _______________________________________________
>> >>>> >>>> Csound-devel mailing list
>> >>>> >>>> Csound-devel@lists.sourceforge.net
>> >>>> >>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>> >>>> >>>
>> >>>> >>>
>> >>>> >>>
>> >>>> >>>
>> >>>> >>>
>> >>>> >>>
>> >>>> >>> ------------------------------------------------------------------------------
>> >>>> >>> Learn Graph Databases - Download FREE O'Reilly Book
>> >>>> >>> "Graph Databases" is the definitive new guide to graph databases
>> >>>> >>> and
>> >>>> >>> their applications. This 200-page book is written by three
>> >>>> >>> acclaimed
>> >>>> >>> leaders in the field. The early access version is available now.
>> >>>> >>> Download your free book today!
>> >>>> >>> http://p.sf.net/sfu/neotech_d2d_may
>> >>>> >>> _______________________________________________
>> >>>> >>> Csound-devel mailing list
>> >>>> >>> Csound-devel@lists.sourceforge.net
>> >>>> >>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>> >>>> >>>
>> >>>> >>
>> >>>> >>
>> >>>> >>
>> >>>> >>
>> >>>> >> ------------------------------------------------------------------------------
>> >>>> >> Learn Graph Databases - Download FREE O'Reilly Book
>> >>>> >> "Graph Databases" is the definitive new guide to graph databases
>> >>>> >> and
>> >>>> >> their applications. This 200-page book is written by three
>> >>>> >> acclaimed
>> >>>> >> leaders in the field. The early access version is available now.
>> >>>> >> Download your free book today! http://p.sf.net/sfu/neotech_d2d_may
>> >>>> >> _______________________________________________
>> >>>> >> Csound-devel mailing list
>> >>>> >> Csound-devel@lists.sourceforge.net
>> >>>> >> https://lists.sourceforge.net/lists/listinfo/csound-devel
>> >>>> >>
>> >>>>
>> >>>>
>> >>>>
>> >>>> ------------------------------------------------------------------------------
>> >>>> Learn Graph Databases - Download FREE O'Reilly Book
>> >>>> "Graph Databases" is the definitive new guide to graph databases and
>> >>>> their applications. This 200-page book is written by three acclaimed
>> >>>> leaders in the field. The early access version is available now.
>> >>>> Download your free book today! http://p.sf.net/sfu/neotech_d2d_may
>> >>>> _______________________________________________
>> >>>> Csound-devel mailing list
>> >>>> Csound-devel@lists.sourceforge.net
>> >>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>> >>>
>> >>>
>> >>>
>> >>>
>> >>>
>> >>> ------------------------------------------------------------------------------
>> >>> Learn Graph Databases - Download FREE O'Reilly Book
>> >>> "Graph Databases" is the definitive new guide to graph databases and
>> >>> their applications. This 200-page book is written by three acclaimed
>> >>> leaders in the field. The early access version is available now.
>> >>> Download your free book today! http://p.sf.net/sfu/neotech_d2d_may
>> >>> _______________________________________________
>> >>> Csound-devel mailing list
>> >>> Csound-devel@lists.sourceforge.net
>> >>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>> >>>
>> >>
>> >>
>> >>
>> >> ------------------------------------------------------------------------------
>> >> Learn Graph Databases - Download FREE O'Reilly Book
>> >> "Graph Databases" is the definitive new guide to graph databases and
>> >> their applications. This 200-page book is written by three acclaimed
>> >> leaders in the field. The early access version is available now.
>> >> Download your free book today! http://p.sf.net/sfu/neotech_d2d_may
>> >> _______________________________________________
>> >> Csound-devel mailing list
>> >> Csound-devel@lists.sourceforge.net
>> >> https://lists.sourceforge.net/lists/listinfo/csound-devel
>> >>
>> >
>> >
>> >
>> > ------------------------------------------------------------------------------
>> > Learn Graph Databases - Download FREE O'Reilly Book
>> > "Graph Databases" is the definitive new guide to graph databases and
>> > their applications. This 200-page book is written by three acclaimed
>> > leaders in the field. The early access version is available now.
>> > Download your free book today! http://p.sf.net/sfu/neotech_d2d_may
>> > _______________________________________________
>> > Csound-devel mailing list
>> > Csound-devel@lists.sourceforge.net
>> > https://lists.sourceforge.net/lists/listinfo/csound-devel
>> >
>>
>>
>> ------------------------------------------------------------------------------
>> Learn Graph Databases - Download FREE O'Reilly Book
>> "Graph Databases" is the definitive new guide to graph databases and
>> their applications. This 200-page book is written by three acclaimed
>> leaders in the field. The early access version is available now.
>> Download your free book today! http://p.sf.net/sfu/neotech_d2d_may
>> _______________________________________________
>> Csound-devel mailing list
>> Csound-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>
>
>
> ------------------------------------------------------------------------------
> AlienVault Unified Security Management (USM) platform delivers complete
> security visibility with the essential security capabilities. Easily and
> efficiently configure, manage, and operate all of your security controls
> from a single console and one unified framework. Download a free trial.
> http://p.sf.net/sfu/alienvault_d2d
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel
>

------------------------------------------------------------------------------
AlienVault Unified Security Management (USM) platform delivers complete
security visibility with the essential security capabilities. Easily and
efficiently configure, manage, and operate all of your security controls
from a single console and one unified framework. Download a free trial.
http://p.sf.net/sfu/alienvault_d2d
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-devel

------------------------------------------------------------------------------
AlienVault Unified Security Management (USM) platform delivers complete
security visibility with the essential security capabilities. Easily and
efficiently configure, manage, and operate all of your security controls
from a single console and one unified framework. Download a free trial.
http://p.sf.net/sfu/alienvault_d2d_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-devel

Dr Victor Lazzarini
Senior Lecturer
Dept. of Music
NUI Maynooth Ireland
tel.: +353 1 708 3545
Victor dot Lazzarini AT nuim dot ie




Date2013-05-13 21:13
Frompeiman khosravi
SubjectRe: [Cs-dev] OSX: Homebrew
AttachmentsNone  None  
Thanks Victor. That's what it was. I found the variable defined in my '.bash_profile' and changed it to point to ~/Library/Frameworks/CsoundLib64.framework, and now it works. 

Let the fun begin! 

Best
Peiman







www.peimankhosravi.co.uk || Subscribe to RSS Feed

To receive emails about upcoming concerts visit this page & enter your email address in the 'follow' section.



On 13 May 2013 21:06, Victor Lazzarini <Victor.Lazzarini@nuim.ie> wrote:
Looks like you have your OPCODE6DIR64 set and pointing to an old location.
On 13 May 2013, at 20:53, peiman khosravi wrote:

Great, it builds OK. But when I call Csound in the terminal I get this, followed by the usual Csound printout:

Error opening plugin directory '/Users/peimankhosravi/csound6.00-rc1/CsoundLib64.framework/Versions/6.0/Resources/Opcodes': No such file or directory


I get these errors after installing:

Warning: Could not fix install names for /usr/local/Cellar/csound/HEAD/bin/srconv
Warning: Could not fix install names for /usr/local/Cellar/csound/HEAD/bin/sndinfo
Warning: Could not fix install names for /usr/local/Cellar/csound/HEAD/bin/scsort
Warning: Could not fix install names for /usr/local/Cellar/csound/HEAD/bin/scope
Warning: Could not fix install names for /usr/local/Cellar/csound/HEAD/bin/scale
Warning: Could not fix install names for /usr/local/Cellar/csound/HEAD/bin/pvlook
Warning: Could not fix install names for /usr/local/Cellar/csound/HEAD/bin/pvanal
Warning: Could not fix install names for /usr/local/Cellar/csound/HEAD/bin/pv_import
Warning: Could not fix install names for /usr/local/Cellar/csound/HEAD/bin/pv_export
Warning: Could not fix install names for /usr/local/Cellar/csound/HEAD/bin/mixer
Warning: Could not fix install names for /usr/local/Cellar/csound/HEAD/bin/lpc_import
Warning: Could not fix install names for /usr/local/Cellar/csound/HEAD/bin/lpc_export
Warning: Could not fix install names for /usr/local/Cellar/csound/HEAD/bin/lpanal
Warning: Could not fix install names for /usr/local/Cellar/csound/HEAD/bin/hetro
Warning: Could not fix install names for /usr/local/Cellar/csound/HEAD/bin/het_import
Warning: Could not fix install names for /usr/local/Cellar/csound/HEAD/bin/het_export
Warning: Could not fix install names for /usr/local/Cellar/csound/HEAD/bin/extractor
Warning: Could not fix install names for /usr/local/Cellar/csound/HEAD/bin/extract
Warning: Could not fix install names for /usr/local/Cellar/csound/HEAD/bin/envext
Warning: Could not fix install names for /usr/local/Cellar/csound/HEAD/bin/dnoise
Warning: Could not fix install names for /usr/local/Cellar/csound/HEAD/bin/cvanal
Warning: Could not fix install names for /usr/local/Cellar/csound/HEAD/bin/csound
Warning: Could not fix install names for /usr/local/Cellar/csound/HEAD/bin/csanalyze
Warning: Could not fix install names for /usr/local/Cellar/csound/HEAD/bin/atsa
Warning: Could not fix install names for /usr/local/Cellar/csound/HEAD/lib/libcsnd.6.0.dylib


Also: how can I use csound 5 now? Do I need to specify the full path to it?

Thanks
Peiman






www.peimankhosravi.co.uk || Subscribe to RSS Feed

To receive emails about upcoming concerts visit this page & enter your email address in the 'follow' section.



On 13 May 2013 19:46, Steven Yi <stevenyi@gmail.com> wrote:
Hi Peiman,

It looks like the copy/paste maybe copied some newlines that shouldn't
be there?  For example:

sudo chmod +a 'user:peimankhosravi allow
add_subdirectory,add_file,delete_child directory_inherit'
/Library/Python/2.7/site-packages

You can look at
https://github.com/mxcl/homebrew/wiki/Gems%2C-Eggs-and-Perl-Modules to
see what the line should look like, with a change of what directories
to apply the command to.

(I think it might be best to start a wiki page on this, but I need to
see which wiki to use. :)  I'll ask about that in a separate email.)

steven

On Mon, May 13, 2013 at 8:36 PM, peiman khosravi
<peimankhosravi@gmail.com> wrote:
> Hi Steven,
>
> Thanks very much for the help. I trued your solution above but I get this:
>
> peimankh:~ peimankhosravi$ sudo chmod +a 'user:peimankhosravi allow
>> add_subdirectory
>> add_file,delete_child
>> directory_inherit'
> usage: chmod [-fhv] [-R [-H | -L | -P]] [-a | +a | =a  [i][# [ n]]]
> mode|entry file ...
> chmod [-fhv] [-R [-H | -L | -P]] [-E | -C | -N | -i | -I] file ...
> peimankh:~ peimankhosravi$ /Library/Python/2.7/site-packages
> -bash: /Library/Python/2.7/site-packages: is a directory
> peimankh:~ peimankhosravi$ sudo chmod +a 'user:peimankhosravi allow
>> add_subdirectory,add_file,delete_child,directory_inherit'
> usage: chmod [-fhv] [-R [-H | -L | -P]] [-a | +a | =a  [i][# [ n]]]
> mode|entry file ...
> chmod [-fhv] [-R [-H | -L | -P]] [-E | -C | -N | -i | -I] file ...
> peimankh:~ peimankhosravi$ /Library/Python/2.7/site-packages
> -bash: /Library/Python/2.7/site-packages: is a directory
>
>
> Is this normal?
>
>
>
>
>
>
> www.peimankhosravi.co.uk || Subscribe to RSS Feed
>
> To receive emails about upcoming concerts visit this page & enter your email
> address in the 'follow' section.
>
>
>
> On 12 May 2013 13:18, Steven Yi <stevenyi@gmail.com> wrote:
>>
>> Hi Ed,
>>
>> Yeah I mentioned this situation in my first email:
>>
>> "2) The csound cmake file installs things into places that may be
>> protected on your system. The particularly relevant ones are
>> /usr/local, /Library/Python/2.7/site-packages, and
>> /Library/Java/Extensions.  Homebrew explains how to deal with the
>> latter 2 directores in [2]. There's info about /usr/local on the
>> homebrew site [1]."
>>
>> The link for number 2 is:
>>
>> https://github.com/mxcl/homebrew/wiki/Gems%2C-Eggs-and-Perl-Modules
>>
>> The essentialy thing to run is:
>>
>> sudo chmod +a 'user:YOUR_NAME_HERE allow
>> add_subdirectory,add_file,delete_child,directory_inherit'
>> /Library/Python/2.7/site-packages
>> sudo chmod +a 'user:YOUR_NAME_HERE allow
>> add_subdirectory,add_file,delete_child,directory_inherit'
>> /Library/Java/Extensions
>>
>> where YOUR_NAME_HERE is your system user name.
>>
>> After that, you should be able to install.
>>
>> Let me know how it goes for you!
>> steven
>>
>>
>> On Sun, May 12, 2013 at 12:12 PM, Ed Costello <edwardcostello@gmail.com>
>> wrote:
>> > Here ya go, I think the installer is having trouble with copying
>> > _csnd6.so
>> > into my python site packages directory
>> >
>> > Marions-MacBook:~ eddyc$ brew install --HEAD
>> > http://www.kunstmusik.com/csound.rb --verbose
>> > /usr/bin/curl -f#LA Homebrew 0.9.4 (Ruby 1.8.7-358; Mac OS X 10.8.3)
>> > http://www.kunstmusik.com/csound.rb -o
>> > /Library/Caches/Homebrew/Formula/csound.rb
>> > ########################################################################
>> > 100.0%
>> > ==> Cloning git://git.code.sourceforge.net/p/csound/csound6-git
>> > git clone --depth 1 git://git.code.sourceforge.net/p/csound/csound6-git
>> > /Library/Caches/Homebrew/csound--git
>> > Cloning into '/Library/Caches/Homebrew/csound--git'...
>> > remote: Counting objects: 1531, done.
>> > remote: Compressing objects: 100% (1314/1314), done.
>> > remote: Total 1531 (delta 288), reused 797 (delta 140)
>> > Receiving objects: 100% (1531/1531), 13.23 MiB | 1.07 MiB/s, done.
>> > Resolving deltas: 100% (288/288), done.
>> > git reset --hard origin/HEAD
>> > HEAD is now at 2468c7c some float csound adjustments
>> > git checkout-index -a -f --prefix=/private/tmp/csound-KYls/
>> > ==> cmake . -DUSE_GETTEXT=0
>> > -DCMAKE_INSTALL_PREFIX=/usr/local/Cellar/csound/HEAD
>> > -DCMAKE_BUILD_TYPE=None
>> > -DCMAKE_FIND_FRAMEWORK=LAST -Wno-dev
>> > cmake . -DUSE_GETTEXT=0
>> > -DCMAKE_INSTALL_PREFIX=/usr/local/Cellar/csound/HEAD
>> > -DCMAKE_BUILD_TYPE=None -DCMAKE_FIND_FRAMEWORK=LAST -Wno-dev
>> > -- The C compiler identification is Clang 4.2.0
>> > -- The CXX compiler identification is Clang 4.2.0
>> > -- Check for working C compiler: /usr/local/Library/ENV/4.3/cc
>> > -- Check for working C compiler: /usr/local/Library/ENV/4.3/cc -- works
>> > -- Detecting C compiler ABI info
>> > -- Detecting C compiler ABI info - done
>> > -- Check for working CXX compiler: /usr/local/Library/ENV/4.3/c++
>> > -- Check for working CXX compiler: /usr/local/Library/ENV/4.3/c++ --
>> > works
>> > -- Detecting CXX compiler ABI info
>> > -- Detecting CXX compiler ABI info - done
>> > -- /tmp/csound-KYls
>> > -- BUILD_BIN_DIR set to /tmp/csound-KYls
>> > -- BUILD_LIB_DIR set to /tmp/csound-KYls
>> > -- BUILD_PLUGINS_DIR set to /tmp/csound-KYls
>> > -- Check if the system is big endian
>> > -- Searching 16 bit integer
>> > -- Looking for sys/types.h
>> > -- Looking for sys/types.h - found
>> > -- Looking for stdint.h
>> > -- Looking for stdint.h - found
>> > -- Looking for stddef.h
>> > -- Looking for stddef.h - found
>> > -- Check size of unsigned short
>> > -- Check size of unsigned short - done
>> > -- Using unsigned short
>> > -- Check if the system is big endian - little endian
>> > -- Try OpenMP C flag = [-fopenmp]
>> > -- Performing Test OpenMP_FLAG_DETECTED
>> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> > -- Try OpenMP C flag = [/openmp]
>> > -- Performing Test OpenMP_FLAG_DETECTED
>> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> > -- Try OpenMP C flag = [-Qopenmp]
>> > -- Performing Test OpenMP_FLAG_DETECTED
>> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> > -- Try OpenMP C flag = [-openmp]
>> > -- Performing Test OpenMP_FLAG_DETECTED
>> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> > -- Try OpenMP C flag = [ ]
>> > -- Performing Test OpenMP_FLAG_DETECTED
>> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> > -- Try OpenMP C flag = [-xopenmp]
>> > -- Performing Test OpenMP_FLAG_DETECTED
>> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> > -- Try OpenMP C flag = [+Oopenmp]
>> > -- Performing Test OpenMP_FLAG_DETECTED
>> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> > -- Try OpenMP C flag = [-qsmp]
>> > -- Performing Test OpenMP_FLAG_DETECTED
>> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> > -- Try OpenMP C flag = [-mp]
>> > -- Performing Test OpenMP_FLAG_DETECTED
>> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> > -- Try OpenMP CXX flag = [-fopenmp]
>> > -- Performing Test OpenMP_FLAG_DETECTED
>> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> > -- Try OpenMP CXX flag = [/openmp]
>> > -- Performing Test OpenMP_FLAG_DETECTED
>> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> > -- Try OpenMP CXX flag = [-Qopenmp]
>> > -- Performing Test OpenMP_FLAG_DETECTED
>> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> > -- Try OpenMP CXX flag = [-openmp]
>> > -- Performing Test OpenMP_FLAG_DETECTED
>> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> > -- Try OpenMP CXX flag = [ ]
>> > -- Performing Test OpenMP_FLAG_DETECTED
>> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> > -- Try OpenMP CXX flag = [-xopenmp]
>> > -- Performing Test OpenMP_FLAG_DETECTED
>> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> > -- Try OpenMP CXX flag = [+Oopenmp]
>> > -- Performing Test OpenMP_FLAG_DETECTED
>> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> > -- Try OpenMP CXX flag = [-qsmp]
>> > -- Performing Test OpenMP_FLAG_DETECTED
>> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> > -- Try OpenMP CXX flag = [-mp]
>> > -- Performing Test OpenMP_FLAG_DETECTED
>> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> > -- Could NOT find OpenMP (missing:  OpenMP_C_FLAGS OpenMP_CXX_FLAGS)
>> > -- Looking for libintl.h
>> > -- Looking for libintl.h - not found
>> > -- Looking for C++ include eigen3/Eigen/Dense
>> > -- Looking for C++ include eigen3/Eigen/Dense - not found
>> > -- Could NOT find Gettext (missing:  GETTEXT_MSGMERGE_EXECUTABLE
>> > GETTEXT_MSGFMT_EXECUTABLE)
>> > -- Looking for lrint in m
>> > -- Looking for lrint in m - found
>> > -- Looking for unistd.h
>> > -- Looking for unistd.h - found
>> > -- Looking for io.h
>> > -- Looking for io.h - not found
>> > -- Looking for fcntl.h
>> > -- Looking for fcntl.h - found
>> > -- Looking for sys/time.h
>> > -- Looking for sys/time.h - found
>> > -- Looking for termios.h
>> > -- Looking for termios.h - found
>> > -- Looking for values.h
>> > -- Looking for values.h - not found
>> > -- Looking for winsock.h
>> > -- Looking for winsock.h - not found
>> > -- Looking for sys/socket.h
>> > -- Looking for sys/socket.h - found
>> > -- Looking for dirent.h
>> > -- Looking for dirent.h - found
>> > -- USE_LRINT is enabled
>> > -- Found FLEX: /usr/bin/flex (found version "2.5.35")
>> > -- Found BISON: /usr/bin/bison (found version "2.3")
>> > -- Looking for pthread_spin_lock
>> > -- Looking for pthread_spin_lock - not found
>> > -- Looking for pthread_barrier_init
>> > -- Looking for pthread_barrier_init - not found
>> > -- OPENMP_FOUND="FALSE", so disabling USE_OPEN_MP
>> > -- PTHREAD_BARRIER_INIT_EXISTS="", so disabling USE_OPEN_MP
>> > -- USE_OPEN_MP is disabled
>> > -- Not building with score parser
>> > -- Not building with new parser debugging
>> > -- Building with multicore
>> > -- USE_GETTEXT is disabled
>> > -- Not using localization
>> > -- Building on OSX
>> > -- Boost version: 1.53.0
>> > -- Looking for ladspa.h
>> > -- Looking for ladspa.h - not found
>> > -- Looking for fluidsynth.h
>> > -- Looking for fluidsynth.h - not found
>> > -- Looking for jack/jack.h
>> > -- Looking for jack/jack.h - not found
>> > -- Looking for C++ include gmm/gmm.h
>> > -- Looking for C++ include gmm/gmm.h - not found
>> > -- Looking for lo/lo.h
>> > -- Looking for lo/lo.h - found
>> > -- Found ZLIB: /usr/lib/libz.dylib (found version "1.2.5")
>> > -- Found PNG: /usr/local/lib/libpng.dylib (found version "1.5.14")
>> > -- Found PythonLibs: /usr/lib/libpython2.7.dylib (found version "2.7.2")
>> > -- Found Lua51: /usr/local/lib/liblua.dylib (found version "5.1.5")
>> > -- Looking for wiiuse.h
>> > -- Looking for wiiuse.h - not found
>> > -- Looking for p5glove.h
>> > -- Looking for p5glove.h - not found
>> > -- BUILD_CHUA_OPCODES is enabled
>> > -- LADSPA_H="", so disabling BUILD_DSSI_OPCODES
>> > -- BUILD_DSSI_OPCODES is disabled
>> > -- FLUIDSYNTH_H="", so disabling BUILD_FLUID_OPCODES
>> > -- FLUIDSYNTH_LIBRARY="FLUIDSYNTH_LIBRARY-NOTFOUND", so disabling
>> > BUILD_FLUID_OPCODES
>> > -- BUILD_FLUID_OPCODES is disabled
>> > -- JACK_HEADER="", so disabling BUILD_JACK_OPCODES
>> > -- BUILD_JACK_OPCODES is disabled
>> > -- GMM_HEADER="", so disabling BUILD_LINEAR_ALGEBRA_OPCODES
>> > -- BUILD_LINEAR_ALGEBRA_OPCODES is disabled
>> > -- BUILD_OSC_OPCODES is enabled
>> > -- BUILD_IMAGE_OPCODES is enabled
>> > -- BUILD_PYTHON_OPCODES is enabled
>> > -- OPENMP_FOUND="FALSE", so disabling BUILD_LUA_OPCODES
>> > -- BUILD_LUA_OPCODES is disabled
>> > -- WIIUSE_H="", so disabling BUILD_WIIMOTE_OPCODES
>> > -- BUILD_WIIMOTE_OPCODES is disabled
>> > -- P5GLOVE_H="", so disabling BUILD_P5GLOVE_OPCODES
>> > -- BUILD_P5GLOVE_OPCODES is disabled
>> > -- BUILD_STK_OPCODES is enabled
>> > --
>> > -- ## REALTIME AUDIO AND MIDI ##
>> > -- Looking for alsa/asoundlib.h
>> > -- Looking for alsa/asoundlib.h - not found
>> > -- Looking for pulse/simple.h
>> > -- Looking for pulse/simple.h - not found
>> > -- Looking for XOpenDisplay in
>> > /usr/X11R6/lib/libX11.dylib;/usr/X11R6/lib/libXext.dylib
>> > -- Looking for XOpenDisplay in
>> > /usr/X11R6/lib/libX11.dylib;/usr/X11R6/lib/libXext.dylib - found
>> > -- Looking for gethostbyname
>> > -- Looking for gethostbyname - found
>> > -- Looking for connect
>> > -- Looking for connect - found
>> > -- Looking for remove
>> > -- Looking for remove - found
>> > -- Looking for shmat
>> > -- Looking for shmat - found
>> > -- Looking for IceConnectionNumber in ICE
>> > -- Looking for IceConnectionNumber in ICE - not found
>> > -- Found X11: /usr/X11R6/lib/libX11.dylib
>> > -- Found FLTK:
>> >
>> > /usr/local/lib/libfltk_images.a;/usr/local/lib/libfltk_forms.a;/usr/local/lib/libfltk.a
>> > -- USE_COREMIDI is enabled
>> > -- USE_AUDIOUNIT is enabled
>> > -- ALSA_HEADER="", so disabling USE_ALSA
>> > -- ALSA_LIBRARY="ALSA_LIBRARY-NOTFOUND", so disabling USE_ALSA
>> > -- USE_ALSA is disabled
>> > -- PULSEAUDIO_HEADER="", so disabling USE_PULSEAUDIO
>> > -- PULSEAUDIO_LIBRARY="PULSEAUDIO_LIBRARY-NOTFOUND", so disabling
>> > USE_PULSEAUDIO
>> > -- PULSESIMPLE_LIBRARY="PULSESIMPLE_LIBRARY-NOTFOUND", so disabling
>> > USE_PULSEAUDIO
>> > -- USE_PULSEAUDIO is disabled
>> > -- PORTAUDIO_HEADER="", so disabling USE_PORTAUDIO
>> > -- USE_PORTAUDIO is disabled
>> > -- PORTMIDI_HEADER="", so disabling USE_PORTMIDI
>> > -- USE_PORTMIDI is disabled
>> > -- JACK_HEADER="", so disabling USE_JACK
>> > -- JACK_LIBRARY="JACK_LIBRARY-NOTFOUND", so disabling USE_JACK
>> > -- USE_JACK is disabled
>> > -- USE_FLTK is enabled
>> > -- BUILD_VIRTUAL_KEYBOARD is enabled
>> > --
>> > -- Building C++ interface library
>> > -- Found SWIG: /usr/local/bin/swig (found suitable version "2.0.9",
>> > minimum
>> > required is "2.0")
>> > -- Found JNI: -framework JavaVM
>> > -- Found Java: /usr/bin/java (found version "1.6.0.45")
>> > -- BUILD_PYTHON_INTERFACE is enabled
>> > -- BUILD_JAVA_INTERFACE is enabled
>> > -- BUILD_LUA_INTERFACE is enabled
>> > -- Looking for m_pd.h
>> > -- Looking for m_pd.h - not found
>> > -- Building csLadspa
>> > -- BUILD_CSBEATS is enabled
>> > -- PD_HEADER="", so disabling BUILD_PD_CLASS
>> > -- BUILD_PD_CLASS is disabled
>> > -- BUILD_WINSOUND is disabled
>> > -- Boost version: 1.53.0
>> > -- Found SWIG: /usr/local/bin/swig (found version "2.0.9")
>> > -- BUILD_CSOUND_AC is disabled
>> > -- BUILD_CSOUND_AC_PYTHON_INTERFACE is enabled
>> > -- BUILD_CSOUND_AC_LUA_INTERFACE is enabled
>> > -- Configuring done
>> > -- Generating done
>> > -- Build files have been written to: /tmp/csound-KYls
>> > ==> make install
>> > make install
>> > Scanning dependencies of target ampmidid
>> > [  0%] Generating csound_prelex.c
>> > [  0%] Generating csound_orclex.c
>> > [  0%] Generating csound_orcparse.c
>> > /tmp/csound-KYls/Engine/csound_orc.y: conflicts: 4 shift/reduce, 10
>> > reduce/reduce
>> > [  0%] Building CXX object
>> > Opcodes/CMakeFiles/ampmidid.dir/ampmidid.cpp.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > Scanning dependencies of target CsoundLib64
>> > Linking CXX shared library ../libampmidid.dylib
>> > [  0%] Built target ampmidid
>> > Scanning dependencies of target cellular
>> > [  0%] Building C object Opcodes/CMakeFiles/cellular.dir/cellular.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > Linking C shared library ../libcellular.dylib
>> > [  0%] Built target cellular
>> > Scanning dependencies of target chua
>> > [  1%] Building C object CMakeFiles/CsoundLib64.dir/Engine/auxfd.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [  1%] Building C object CMakeFiles/CsoundLib64.dir/Engine/cfgvar.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [  1%] Building C object CMakeFiles/CsoundLib64.dir/Engine/corfiles.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [  2%] Building C object CMakeFiles/CsoundLib64.dir/Engine/entry1.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [  2%] Building C object CMakeFiles/CsoundLib64.dir/Engine/envvar.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [  2%] [  3%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Engine/extract.c.o
>> > Building CXX object
>> > Opcodes/CMakeFiles/chua.dir/chua/ChuaOscillator.cpp.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [  4%] Building C object CMakeFiles/CsoundLib64.dir/Engine/fgens.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [  4%] Building C object CMakeFiles/CsoundLib64.dir/Engine/insert.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [  4%] Building C object CMakeFiles/CsoundLib64.dir/Engine/linevent.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [  5%] Building C object CMakeFiles/CsoundLib64.dir/Engine/memalloc.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [  5%] Building C object CMakeFiles/CsoundLib64.dir/Engine/memfiles.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [  5%] Building C object CMakeFiles/CsoundLib64.dir/Engine/musmon.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [  5%] Building C object CMakeFiles/CsoundLib64.dir/Engine/namedins.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [  6%] Building C object CMakeFiles/CsoundLib64.dir/Engine/rdscor.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [  6%] Building C object CMakeFiles/CsoundLib64.dir/Engine/scsort.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [  6%] Building C object CMakeFiles/CsoundLib64.dir/Engine/scxtract.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [  7%] Building C object CMakeFiles/CsoundLib64.dir/Engine/sort.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [  7%] Building C object CMakeFiles/CsoundLib64.dir/Engine/sread.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > Linking CXX shared library ../libchua.dylib
>> > [  7%] Building C object CMakeFiles/CsoundLib64.dir/Engine/swritestr.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [  8%] Building C object CMakeFiles/CsoundLib64.dir/Engine/twarp.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [  8%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Engine/csound_type_system.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [  8%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Engine/csound_standard_types.c.o
>> > [  8%] Built target chua
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > Scanning dependencies of target control
>> > [  9%] [  9%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Engine/csound_data_structures.c.o
>> > Building C object Opcodes/CMakeFiles/control.dir/control.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [  9%] Linking C shared library ../libcontrol.dylib
>> > Building C object CMakeFiles/CsoundLib64.dir/Engine/pools.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [  9%] Built target control
>> > Scanning dependencies of target cs_date
>> > [  9%] [ 10%] Building C object
>> > CMakeFiles/CsoundLib64.dir/InOut/libsnd.c.o
>> > Building C object Opcodes/CMakeFiles/cs_date.dir/date.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > Linking C shared library ../libcs_date.dylib
>> > [ 10%] Built target cs_date
>> > [ 10%] Building C object CMakeFiles/CsoundLib64.dir/InOut/libsnd_u.c.o
>> > Scanning dependencies of target doppler
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 10%] Building CXX object Opcodes/CMakeFiles/doppler.dir/doppler.cpp.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 11%] Building C object CMakeFiles/CsoundLib64.dir/InOut/midifile.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 11%] Building C object CMakeFiles/CsoundLib64.dir/InOut/midirecv.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > Linking CXX shared library ../libdoppler.dylib
>> > [ 11%] Building C object CMakeFiles/CsoundLib64.dir/InOut/midisend.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 11%] Built target doppler
>> > Scanning dependencies of target fareygen
>> > [ 12%] [ 12%] Building C object
>> > CMakeFiles/CsoundLib64.dir/InOut/winascii.c.o
>> > Building C object Opcodes/CMakeFiles/fareygen.dir/fareygen.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 12%] Linking C shared library ../libfareygen.dylib
>> > Building C object CMakeFiles/CsoundLib64.dir/InOut/windin.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 12%] Built target fareygen
>> > Scanning dependencies of target fractalnoise
>> > [ 12%] Building C object CMakeFiles/CsoundLib64.dir/InOut/window.c.o
>> > [ 13%] Building CXX object
>> > Opcodes/CMakeFiles/fractalnoise.dir/tl/fractalnoise.cpp.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 14%] Building C object CMakeFiles/CsoundLib64.dir/InOut/winEPS.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > Linking CXX shared library ../libfractalnoise.dylib
>> > [ 14%] Built target fractalnoise
>> > [ 14%] Building C object
>> > CMakeFiles/CsoundLib64.dir/InOut/circularbuffer.c.o
>> > Scanning dependencies of target image
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 14%] Building C object Opcodes/CMakeFiles/image.dir/imageOpcodes.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 14%] Building C object CMakeFiles/CsoundLib64.dir/OOps/aops.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > Linking C shared library ../libimage.dylib
>> > [ 14%] Built target image
>> > Scanning dependencies of target mixer
>> > [ 14%] Building CXX object Opcodes/CMakeFiles/mixer.dir/mixer.cpp.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 15%] Building C object CMakeFiles/CsoundLib64.dir/OOps/bus.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > Linking CXX shared library ../libmixer.dylib
>> > [ 15%] Building C object CMakeFiles/CsoundLib64.dir/OOps/cmath.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 15%] Built target mixer
>> > Scanning dependencies of target osc
>> > [ 16%] Building C object Opcodes/CMakeFiles/osc.dir/OSC.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 16%] Building C object CMakeFiles/CsoundLib64.dir/OOps/diskin.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > Linking C shared library ../libosc.dylib
>> > [ 16%] Building C object CMakeFiles/CsoundLib64.dir/OOps/diskin2.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 16%] Built target osc
>> > Scanning dependencies of target platerev
>> > [ 16%] Building C object Opcodes/CMakeFiles/platerev.dir/platerev.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 17%] Linking C shared library ../libplaterev.dylib
>> > Building C object CMakeFiles/CsoundLib64.dir/OOps/disprep.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 17%] Built target platerev
>> > Scanning dependencies of target py
>> > [ 17%] [ 17%] Building C object
>> > Opcodes/CMakeFiles/py.dir/py/pythonopcodes.c.o
>> > Building C object CMakeFiles/CsoundLib64.dir/OOps/dumpf.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 17%] Building C object CMakeFiles/CsoundLib64.dir/OOps/fftlib.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > Linking C shared library ../libpy.dylib
>> > [ 17%] Built target py
>> > [ 18%] Scanning dependencies of target scansyn
>> > Building C object CMakeFiles/CsoundLib64.dir/OOps/goto_ops.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 18%] Building C object Opcodes/CMakeFiles/scansyn.dir/scansyn.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 18%] Building C object CMakeFiles/CsoundLib64.dir/OOps/midiinterop.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 19%] Building C object Opcodes/CMakeFiles/scansyn.dir/scansynx.c.o
>> > [ 19%] Building C object CMakeFiles/CsoundLib64.dir/OOps/midiops.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 20%] Building C object CMakeFiles/CsoundLib64.dir/OOps/midiout.c.o
>> > Linking C shared library ../libscansyn.dylib
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 20%] Built target scansyn
>> > Scanning dependencies of target serial
>> > [ 20%] Building C object Opcodes/CMakeFiles/serial.dir/serial.c.o
>> > [ 20%] Building C object CMakeFiles/CsoundLib64.dir/OOps/mxfft.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > Linking C shared library ../libserial.dylib
>> > [ 20%] Built target serial
>> > [ 20%] Building C object CMakeFiles/CsoundLib64.dir/OOps/oscils.c.o
>> > Scanning dependencies of target signalflowgraph
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 21%] Building CXX object
>> > Opcodes/CMakeFiles/signalflowgraph.dir/signalflowgraph.cpp.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 22%] Building C object CMakeFiles/CsoundLib64.dir/OOps/pstream.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 22%] Building C object CMakeFiles/CsoundLib64.dir/OOps/pvfileio.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 22%] Building C object CMakeFiles/CsoundLib64.dir/OOps/pvsanal.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 22%] Building C object CMakeFiles/CsoundLib64.dir/OOps/random.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 23%] Building C object CMakeFiles/CsoundLib64.dir/OOps/remote.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 23%] Building C object CMakeFiles/CsoundLib64.dir/OOps/schedule.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > Linking CXX shared library ../libsignalflowgraph.dylib
>> > [ 23%] Building C object CMakeFiles/CsoundLib64.dir/OOps/sndinfUG.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 23%] Built target signalflowgraph
>> > Scanning dependencies of target system_call
>> > [ 25%] [ 25%] Building C object
>> > CMakeFiles/CsoundLib64.dir/OOps/str_ops.c.o
>> > Building C object Opcodes/CMakeFiles/system_call.dir/system_call.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > Linking C shared library ../libsystem_call.dylib
>> > [ 25%] Built target system_call
>> > Scanning dependencies of target stk-ops
>> > [ 25%] Building C object CMakeFiles/CsoundLib64.dir/OOps/ugens1.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 25%] Building CXX object
>> > Opcodes/stk/CMakeFiles/stk-ops.dir/stkOpcodes.cpp.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 25%] Building C object CMakeFiles/CsoundLib64.dir/OOps/ugens2.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 26%] Building C object CMakeFiles/CsoundLib64.dir/OOps/ugens2a.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 26%] Building C object CMakeFiles/CsoundLib64.dir/OOps/ugens3.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 26%] Building C object CMakeFiles/CsoundLib64.dir/OOps/ugens4.c.o
>> > Linking CXX shared library ../../libstk.dylib
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 26%] Built target stk-ops
>> > Scanning dependencies of target cmidi
>> > [ 27%] Building C object CMakeFiles/CsoundLib64.dir/OOps/ugens5.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 27%] Building C object InOut/CMakeFiles/cmidi.dir/cmidi.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 27%] Building C object CMakeFiles/CsoundLib64.dir/OOps/ugens6.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > Linking C shared library ../libcmidi.dylib
>> > [ 27%] Building C object CMakeFiles/CsoundLib64.dir/OOps/ugtabs.c.o
>> > [ 27%] Built target cmidi
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > Scanning dependencies of target ipmidi
>> > [ 27%] Building C object InOut/CMakeFiles/ipmidi.dir/ipmidi.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > Linking C shared library ../libipmidi.dylib
>> > [ 27%] Building C object CMakeFiles/CsoundLib64.dir/OOps/ugrw1.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 27%] Built target ipmidi
>> > Scanning dependencies of target rtauhal
>> > [ 28%] Building C object InOut/CMakeFiles/rtauhal.dir/rtauhal.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 29%] Building C object CMakeFiles/CsoundLib64.dir/OOps/ugrw2.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 29%] Building C object CMakeFiles/CsoundLib64.dir/OOps/vdelay.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > Linking C shared library ../librtauhal.dylib
>> > [ 29%] Built target rtauhal
>> > Scanning dependencies of target virtual
>> > [ 29%] Building C object CMakeFiles/CsoundLib64.dir/OOps/compile_ops.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 29%] Building CXX object
>> > InOut/CMakeFiles/virtual.dir/virtual_keyboard/FLTKKeyboard.cpp.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 30%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/babo.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 30%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/bilbar.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 30%] Building CXX object
>> > InOut/CMakeFiles/virtual.dir/virtual_keyboard/FLTKKeyboardWindow.cpp.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 30%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/compress.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 32%] [ 32%] Building CXX object
>> > InOut/CMakeFiles/virtual.dir/virtual_keyboard/FLTKKeyboardWidget.cpp.o
>> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/eqfil.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 32%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/Vosim.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 32%] [ 32%] Building CXX object
>> > InOut/CMakeFiles/virtual.dir/virtual_keyboard/virtual_keyboard.cpp.o
>> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pitch.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 32%] Building CXX object
>> > InOut/CMakeFiles/virtual.dir/virtual_keyboard/Bank.cpp.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 33%] [ 34%] Building CXX object
>> > InOut/CMakeFiles/virtual.dir/virtual_keyboard/KeyboardMapping.cpp.o
>> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pitch0.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 34%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/spectra.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 34%] Building CXX object
>> > InOut/CMakeFiles/virtual.dir/virtual_keyboard/Program.cpp.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 34%] Building CXX object
>> > InOut/CMakeFiles/virtual.dir/virtual_keyboard/SliderBank.cpp.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 34%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Opcodes/ambicode1.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 35%] Building CXX object
>> > InOut/CMakeFiles/virtual.dir/virtual_keyboard/SliderData.cpp.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > Linking CXX shared library ../libvirtual.dylib
>> > [ 36%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/sfont.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 36%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/grain4.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 36%] Built target virtual
>> > Scanning dependencies of target widgets
>> > [ 36%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/hrtferX.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 36%] Building CXX object InOut/CMakeFiles/widgets.dir/FL_graph.cpp.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 36%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/loscilx.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 36%] Building C object InOut/CMakeFiles/widgets.dir/winFLTK.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 37%] [ 38%] Building CXX object
>> > InOut/CMakeFiles/widgets.dir/widgets.cpp.o
>> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/minmax.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 38%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pan2.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 38%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/arrays.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 39%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/phisem.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 39%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Opcodes/hrtfopcodes.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 39%] Linking CXX shared library ../libwidgets.dylib
>> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/stackops.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 39%] Built target widgets
>> > [ 40%] [ 41%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Opcodes/vbap.c.o
>> > [FLEX][csbeats_SCANNER] Building scanner with flex 2.5.35
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 41%] [BISON][csbeats_PARSER] Building parser with bison 2.3
>> > beats/beats.y: conflicts: 1 reduce/reduce
>> > Scanning dependencies of target csbeats
>> > [ 41%] Building C object frontends/CMakeFiles/csbeats.dir/beats/main.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 41%] [ 41%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Opcodes/vbap1.c.o
>> > Building C object frontends/CMakeFiles/csbeats.dir/beatslex.yy.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 42%] [ 42%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Opcodes/vbap_n.c.o
>> > Building C object frontends/CMakeFiles/csbeats.dir/beats.tab.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > Linking C executable ../csbeats
>> > [ 43%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/vbap_zak.c.o
>> > [ 43%] Built target csbeats
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > Scanning dependencies of target stdutil
>> > [ 44%] Building C object util/CMakeFiles/stdutil.dir/atsa.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 44%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/vaops.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 44%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ugakbari.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 44%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/harmon.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 45%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Opcodes/pitchtrack.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 45%] Building C object util/CMakeFiles/stdutil.dir/cvanal.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 45%] Building C object util/CMakeFiles/stdutil.dir/dnoise.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 45%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Opcodes/partikkel.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 46%] Building C object util/CMakeFiles/stdutil.dir/envext.c.o
>> > [ 46%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/shape.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 46%] Building C object util/CMakeFiles/stdutil.dir/het_export.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 47%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/tabsum.c.o
>> > [ 47%] Building C object util/CMakeFiles/stdutil.dir/het_import.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 48%] [ 48%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Opcodes/crossfm.c.o
>> > Building C object util/CMakeFiles/stdutil.dir/hetro.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 48%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pvlock.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 48%] Building C object util/CMakeFiles/stdutil.dir/lpanal.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 49%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/fareyseq.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 49%] Building C object util/CMakeFiles/stdutil.dir/lpc_export.c.o
>> > [ 49%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Opcodes/modmatrix.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 49%] Building C object util/CMakeFiles/stdutil.dir/lpc_import.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 50%] Building C object util/CMakeFiles/stdutil.dir/mixer.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 50%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Opcodes/scoreline.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 51%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/modal4.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 51%] Building C object util/CMakeFiles/stdutil.dir/pvanal.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 51%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/physutil.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 51%] Building C object util/CMakeFiles/stdutil.dir/pv_export.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 51%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/physmod.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 52%] Building C object util/CMakeFiles/stdutil.dir/pv_import.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 52%] Building C object util/CMakeFiles/stdutil.dir/pvlook.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 52%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/mandolin.c.o
>> > [ 52%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > Building C object util/CMakeFiles/stdutil.dir/scale.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 53%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/singwave.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 54%] Building C object util/CMakeFiles/stdutil.dir/sndinfo.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 54%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/fm4op.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 54%] Building C object util/CMakeFiles/stdutil.dir/srconv.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 54%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/moog1.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 54%] Building C object util/CMakeFiles/stdutil.dir/std_util.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 55%] Building C object util/CMakeFiles/stdutil.dir/xtrct.c.o
>> > [ 56%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/shaker.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 56%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/bowedbar.c.o
>> > [ 56%] Building C object util/CMakeFiles/stdutil.dir/scope.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 56%] Building C object util/CMakeFiles/stdutil.dir/__/SDIF/sdif.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 56%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Opcodes/gab/tabmorph.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > Linking C shared library ../libstdutil.dylib
>> > [ 57%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/gab/hvs.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 57%] Built target stdutil
>> > Scanning dependencies of target sdif2ad
>> > [ 58%] Building C object SDIF/CMakeFiles/sdif2ad.dir/sdif2adsyn.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 58%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Opcodes/gab/sliderTable.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 58%] Building C object SDIF/CMakeFiles/sdif2ad.dir/sdif.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 58%] Building C object SDIF/CMakeFiles/sdif2ad.dir/sdif-mem.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 58%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Opcodes/gab/newgabopc.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > Linking C executable ../sdif2ad
>> > [ 58%] Built target sdif2ad
>> > [ 59%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ftest.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 59%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Opcodes/hrtfearly.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 59%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Opcodes/hrtfreverb.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 59%] [ 60%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Opcodes/cpumeter.c.o
>> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/gendy.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 60%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Opcodes/tl/sc_noise.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 60%] Building C object CMakeFiles/CsoundLib64.dir/Top/argdecode.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 61%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Top/cscore_internal.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 61%] Building C object CMakeFiles/CsoundLib64.dir/Top/cscorfns.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 61%] Building C object CMakeFiles/CsoundLib64.dir/Top/csmodule.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 62%] Building C object CMakeFiles/CsoundLib64.dir/Top/csound.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 62%] Building C object CMakeFiles/CsoundLib64.dir/Top/getstring.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 62%] Building C object CMakeFiles/CsoundLib64.dir/Top/main.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 63%] Building C object CMakeFiles/CsoundLib64.dir/Top/new_opts.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 63%] Building C object CMakeFiles/CsoundLib64.dir/Top/one_file.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 63%] Building C object CMakeFiles/CsoundLib64.dir/Top/opcode.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 63%] Building C object CMakeFiles/CsoundLib64.dir/Top/threads.c.o
>> > [ 64%] Building C object CMakeFiles/CsoundLib64.dir/Top/utility.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 64%] [ 64%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Top/threadsafe.c.o
>> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ambicode.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 65%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/bbcut.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 65%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/biquad.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 65%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/butter.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 66%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/clfilt.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 66%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/cross2.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 66%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/dam.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 67%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/dcblockr.c.o
>> > [ 67%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/filter.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 67%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/flanger.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 67%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/follow.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 68%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/fout.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 68%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/freeverb.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 68%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ftconv.c.o
>> > [ 69%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ftgen.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 69%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/gab/gab.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 69%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Opcodes/gab/vectorial.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 70%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/grain.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 70%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/locsig.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 70%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/lowpassr.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 71%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/metro.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 71%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/midiops2.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 71%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/midiops3.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 72%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/newfils.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 72%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/nlfilt.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 72%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/oscbnk.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 72%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pluck.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 73%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/repluck.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 73%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/reverbsc.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 73%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/seqtime.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 74%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/sndloop.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 74%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/sndwarp.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 74%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/space.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 75%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/spat3d.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 75%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Opcodes/syncgrain.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 75%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ugens7.c.o
>> > [ 76%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ugens9.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 76%] [ 76%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Opcodes/uggab.c.o
>> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ugensa.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 76%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ugmoss.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 77%] [ 77%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Opcodes/ugnorman.c.o
>> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ugsc.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 77%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Opcodes/wave-terrain.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 78%] [ 78%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Opcodes/stdopcod.c.o
>> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/socksend.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 78%] [ 79%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Opcodes/sockrecv.c.o
>> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ifd.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 79%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/partials.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 79%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/psynth.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 80%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pvsbasic.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 80%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pvscent.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 80%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pvsdemix.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 80%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pvs_ops.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 81%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pvsband.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 81%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Opcodes/pvsbuffer.c.o
>> > [ 81%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pvsgendy.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 82%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/dsputil.c.o
>> > [ 82%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pvadd.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 82%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pvinterp.c.o
>> > [ 83%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pvocext.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 83%] [ 83%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Opcodes/pvread.c.o
>> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ugens8.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 84%] [ 84%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Opcodes/vpvoc.c.o
>> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pvoc.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 84%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/mp3in.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 84%] Building C object
>> > CMakeFiles/CsoundLib64.dir/InOut/libmpadec/layer1.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 85%] Building C object
>> > CMakeFiles/CsoundLib64.dir/InOut/libmpadec/layer2.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 85%] Building C object
>> > CMakeFiles/CsoundLib64.dir/InOut/libmpadec/layer3.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 85%] Building C object
>> > CMakeFiles/CsoundLib64.dir/InOut/libmpadec/synth.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 86%] Building C object
>> > CMakeFiles/CsoundLib64.dir/InOut/libmpadec/tables.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 86%] Building C object
>> > CMakeFiles/CsoundLib64.dir/InOut/libmpadec/mpadec.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 86%] Building C object
>> > CMakeFiles/CsoundLib64.dir/InOut/libmpadec/mp3dec.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 87%] Building C object CMakeFiles/CsoundLib64.dir/csound_orclex.c.o
>> > [ 87%] Building C object CMakeFiles/CsoundLib64.dir/csound_orcparse.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 87%] Building C object CMakeFiles/CsoundLib64.dir/csound_prelex.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 88%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Engine/csound_orc_semantics.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 88%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Engine/csound_orc_expressions.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 88%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Engine/csound_orc_optimize.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 88%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Engine/csound_orc_compile.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 89%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Engine/new_orc_parser.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 89%] Building C object CMakeFiles/CsoundLib64.dir/Engine/symbtab.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 89%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Engine/cs_new_dispatch.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 90%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Engine/cs_par_base.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 90%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Engine/cs_par_orc_semantic_analysis.c.o
>> > [ 90%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > Building C object CMakeFiles/CsoundLib64.dir/Engine/cs_par_dispatch.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > Copying OS X content
>> > CsoundLib64.framework/Versions/6.0/Headers/CppSound.hpp
>> > Copying OS X content
>> > CsoundLib64.framework/Versions/6.0/Headers/CsoundFile.hpp
>> > Copying OS X content
>> > CsoundLib64.framework/Versions/6.0/Headers/OpcodeBase.hpp
>> > Copying OS X content CsoundLib64.framework/Versions/6.0/Headers/cfgvar.h
>> > Copying OS X content
>> > CsoundLib64.framework/Versions/6.0/Headers/csPerfThread.hpp
>> > Copying OS X content CsoundLib64.framework/Versions/6.0/Headers/cscore.h
>> > Copying OS X content CsoundLib64.framework/Versions/6.0/Headers/csdl.h
>> > Copying OS X content CsoundLib64.framework/Versions/6.0/Headers/csound.h
>> > Copying OS X content
>> > CsoundLib64.framework/Versions/6.0/Headers/csound.hpp
>> > Copying OS X content
>> > CsoundLib64.framework/Versions/6.0/Headers/csoundCore.h
>> > Copying OS X content
>> > CsoundLib64.framework/Versions/6.0/Headers/csound_data_structures.h
>> > Copying OS X content
>> > CsoundLib64.framework/Versions/6.0/Headers/csound_standard_types.h
>> > Copying OS X content
>> > CsoundLib64.framework/Versions/6.0/Headers/csound_type_system.h
>> > Copying OS X content
>> > CsoundLib64.framework/Versions/6.0/Headers/cwindow.h
>> > Copying OS X content
>> > CsoundLib64.framework/Versions/6.0/Headers/float-version-double.h
>> > Copying OS X content
>> > CsoundLib64.framework/Versions/6.0/Headers/filebuilding.h
>> > Copying OS X content
>> > CsoundLib64.framework/Versions/6.0/Headers/interlocks.h
>> > Copying OS X content
>> > CsoundLib64.framework/Versions/6.0/Headers/float-version.h
>> > Copying OS X content
>> > CsoundLib64.framework/Versions/6.0/Headers/pstream.h
>> > Copying OS X content
>> > CsoundLib64.framework/Versions/6.0/Headers/msg_attr.h
>> > Copying OS X content
>> > CsoundLib64.framework/Versions/6.0/Headers/pvfileio.h
>> > Copying OS X content
>> > CsoundLib64.framework/Versions/6.0/Headers/soundio.h
>> > Copying OS X content CsoundLib64.framework/Versions/6.0/Headers/sysdep.h
>> > Copying OS X content CsoundLib64.framework/Versions/6.0/Headers/text.h
>> > Copying OS X content
>> > CsoundLib64.framework/Versions/6.0/Headers/version.h
>> > Linking C shared library CsoundLib64.framework/Versions/6.0/CsoundLib64
>> > [ 90%] Built target CsoundLib64
>> > Scanning dependencies of target csladspa
>> > Scanning dependencies of target libcsnd
>> > [ 90%] Building CXX object
>> > frontends/CMakeFiles/csladspa.dir/csladspa/csladspa.cpp.o
>> > [ 91%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > Building CXX object interfaces/CMakeFiles/libcsnd.dir/CppSound.cpp.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 91%] Building CXX object
>> > interfaces/CMakeFiles/libcsnd.dir/CsoundFile.cpp.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > Linking CXX shared library ../csladspa.dylib
>> > [ 91%] Built target csladspa
>> > Scanning dependencies of target csound-bin
>> > [ 91%] Building C object
>> > frontends/CMakeFiles/csound-bin.dir/csound/csound_main.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > Linking C executable ../csound
>> > [ 91%] Built target csound-bin
>> > Scanning dependencies of target atsa
>> > [ 91%] Building C object util/CMakeFiles/atsa.dir/atsa_main.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > Linking C executable ../atsa
>> > [ 91%] Building CXX object
>> > interfaces/CMakeFiles/libcsnd.dir/Soundfile.cpp.o
>> > [ 91%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > Built target atsa
>> > [ 91%] Building CXX object
>> > interfaces/CMakeFiles/libcsnd.dir/csPerfThread.cpp.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > [ 92%] [ 92%] Building CXX object
>> > interfaces/CMakeFiles/libcsnd.dir/cs_glue.cpp.o
>> > Building CXX object interfaces/CMakeFiles/libcsnd.dir/filebuilding.cpp.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > Scanning dependencies of target csanalyze
>> > [ 92%] Building C object util/CMakeFiles/csanalyze.dir/csanalyze.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > Linking C executable ../csanalyze
>> > Linking CXX shared library ../libcsnd.dylib
>> > [ 92%] Built target csanalyze
>> > [ 92%] Built target libcsnd
>> > Scanning dependencies of target cvanal
>> > Scanning dependencies of target dnoise
>> > [ 92%] [ 93%] Building C object
>> > util/CMakeFiles/dnoise.dir/dnoise_main.c.o
>> > Building C object util/CMakeFiles/cvanal.dir/cvl_main.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > Linking C executable ../dnoise
>> > Linking C executable ../cvanal
>> > [ 93%] Built target dnoise
>> > [ 93%] Built target cvanal
>> > Scanning dependencies of target envext
>> > Scanning dependencies of target extractor
>> > [ 93%] [ 93%] Building C object util/CMakeFiles/envext.dir/env_main.c.o
>> > Building C object util/CMakeFiles/extractor.dir/xtrc_main.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > Linking C executable ../envext
>> > Linking C executable ../extractor
>> > [ 93%] Built target extractor
>> > [ 93%] Built target envext
>> > Scanning dependencies of target het_export
>> > Scanning dependencies of target het_import
>> > [ 93%] [ 93%] Building C object
>> > util/CMakeFiles/het_export.dir/hetx_main.c.o
>> > Building C object util/CMakeFiles/het_import.dir/heti_main.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > Linking C executable ../het_export
>> > Linking C executable ../het_import
>> > [ 93%] [ 93%] Built target het_import
>> > Built target het_export
>> > Scanning dependencies of target lpanal
>> > Scanning dependencies of target hetro
>> > [ 93%] Building C object util/CMakeFiles/lpanal.dir/lpc_main.c.o
>> > [ 94%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > Building C object util/CMakeFiles/hetro.dir/het_main.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > Linking C executable ../lpanal
>> > Linking C executable ../hetro
>> > [ 94%] Built target lpanal
>> > [ 94%] Built target hetro
>> > Scanning dependencies of target lpc_export
>> > Scanning dependencies of target lpc_import
>> > [ 95%] Building C object util/CMakeFiles/lpc_export.dir/lpcx_main.c.o
>> > [ 95%] Building C object util/CMakeFiles/lpc_import.dir/lpci_main.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > Linking C executable ../lpc_export
>> > Linking C executable ../lpc_import
>> > [ 95%] Built target lpc_export
>> > [ 95%] Built target lpc_import
>> > Scanning dependencies of target mixer-bin
>> > Scanning dependencies of target pv_export
>> > [ 95%] [ 95%] Building C object
>> > util/CMakeFiles/mixer-bin.dir/mixer_main.c.o
>> > Building C object util/CMakeFiles/pv_export.dir/pvx_main.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > Linking C executable ../pv_export
>> > Linking C executable ../mixer
>> > [ 95%] Built target pv_export
>> > [ 95%] Built target mixer-bin
>> > Scanning dependencies of target pvanal
>> > Scanning dependencies of target pv_import
>> > [ 95%] [ 96%] Building C object util/CMakeFiles/pvanal.dir/pvc_main.c.o
>> > Building C object util/CMakeFiles/pv_import.dir/pvi_main.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > Linking C executable ../pvanal
>> > Linking C executable ../pv_import
>> > [ 96%] Built target pvanal
>> > [ 96%] Built target pv_import
>> > Scanning dependencies of target scale
>> > Scanning dependencies of target pvlook
>> > [ 96%] [ 96%] Building C object util/CMakeFiles/scale.dir/scale_main.c.o
>> > Building C object util/CMakeFiles/pvlook.dir/pvl_main.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > Linking C executable ../pvlook
>> > Linking C executable ../scale
>> > [ 96%] Built target pvlook
>> > [ 96%] Built target scale
>> > Scanning dependencies of target scope
>> > Scanning dependencies of target sndinfo
>> > [ 96%] [ 96%] Building C object util/CMakeFiles/scope.dir/scope_main.c.o
>> > Building C object util/CMakeFiles/sndinfo.dir/sndinfo_main.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > Linking C executable ../sndinfo
>> > Linking C executable ../scope
>> > [ 96%] Built target scope
>> > [ 96%] Built target sndinfo
>> > Scanning dependencies of target srconv
>> > Scanning dependencies of target extract
>> > [ 97%] [ 97%] Building C object
>> > util/CMakeFiles/srconv.dir/srconv_main.c.o
>> > Building C object util1/CMakeFiles/extract.dir/sortex/xmain.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > Linking C executable ../extract
>> > Linking C executable ../srconv
>> > [ 97%] Built target extract
>> > [ 97%] Built target srconv
>> > [ 98%] Scanning dependencies of target scsort
>> > Swig source
>> > [ 98%] Building C object util1/CMakeFiles/scsort.dir/sortex/smain.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > Language subdirectory: python
>> > Search paths:
>> >    ./
>> >    /usr/local/include/
>> >    /tmp/csound-KYls/./H/
>> >    /tmp/csound-KYls/./include/
>> >    /tmp/csound-KYls/./Engine/
>> >    /tmp/csound-KYls/./
>> >    /tmp/csound-KYls/
>> >    /tmp/csound-KYls/interfaces/
>> >    /System/Library/Frameworks/Python.framework/Headers/
>> >    ./swig_lib/python/
>> >    /usr/local/Cellar/swig/2.0.9/share/swig/2.0.9/python/
>> >    ./swig_lib/
>> >    /usr/local/Cellar/swig/2.0.9/share/swig/2.0.9/
>> > Preprocessing...
>> > Linking C executable ../scsort
>> > [ 98%] Built target scsort
>> > [ 98%] Swig source
>> > Language subdirectory: java
>> > Search paths:
>> >    ./
>> >    /usr/local/include/
>> >    /tmp/csound-KYls/./H/
>> >    /tmp/csound-KYls/./include/
>> >    /tmp/csound-KYls/./Engine/
>> >    /tmp/csound-KYls/./
>> >    /tmp/csound-KYls/
>> >    /tmp/csound-KYls/interfaces/
>> >    /System/Library/Frameworks/Python.framework/Headers/
>> >    /System/Library/Frameworks/JavaVM.framework/Headers/
>> >    /System/Library/Frameworks/JavaVM.framework/Headers/
>> >    /System/Library/Frameworks/JavaVM.framework/Headers/
>> >    ./swig_lib/java/
>> >    /usr/local/Cellar/swig/2.0.9/share/swig/2.0.9/java/
>> >    ./swig_lib/
>> >    /usr/local/Cellar/swig/2.0.9/share/swig/2.0.9/
>> > Preprocessing...
>> > Starting language-specific parse...
>> > Processing types...
>> > C++ analysis...
>> > Generating wrappers...
>> > Starting language-specific parse...
>> > /tmp/csound-KYls/./include/csound.h:519: Warning 451: Setting a const
>> > char *
>> > variable may leak memory.
>> > Processing types...
>> > C++ analysis...
>> > Generating wrappers...
>> > /tmp/csound-KYls/./include/csound.h:519: Warning 451: Setting a const
>> > char *
>> > variable may leak memory.
>> > cs_glue.hpp:505: Warning 473: Returning a pointer or reference in a
>> > director
>> > method is not recommended.
>> > CppSound.hpp:36: Warning 453: Can't apply (std::vector< double >
>> > *INPUT). No
>> > typemaps are defined.
>> > CppSound.hpp:52: Warning 813: Warning for CppSound proxy: Base
>> > CsoundFile
>> > ignored. Multiple inheritance is not supported in Java.
>> > cs_glue.hpp:505: Warning 473: Returning a pointer or reference in a
>> > director
>> > method is not recommended.
>> > Scanning dependencies of target _jcsound6
>> > [ 99%] Building CXX object
>> > interfaces/CMakeFiles/_jcsound6.dir/java_interfaceJAVA_wrap.cxx.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > CppSound.hpp:36: Warning 453: Can't apply (std::vector< double >
>> > *INPUT). No
>> > typemaps are defined.
>> > Scanning dependencies of target _csnd6
>> > [ 99%] Building CXX object
>> > interfaces/CMakeFiles/_csnd6.dir/python_interfacePYTHON_wrap.cxx.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > Linking CXX shared module ../lib_jcsound6.jnilib
>> > Building JAVA package csnd6.jar
>> > Linking CXX shared module ../_csnd6.so
>> > [ 99%] Built target _csnd6
>> > [ 99%] [ 99%] Built target _jcsound6
>> > Swig source
>> > Language subdirectory: lua
>> > Search paths:
>> >    ./
>> >    /usr/local/include/
>> >    /tmp/csound-KYls/./H/
>> >    /tmp/csound-KYls/./include/
>> >    /tmp/csound-KYls/./Engine/
>> >    /tmp/csound-KYls/./
>> >    /tmp/csound-KYls/
>> >    /tmp/csound-KYls/interfaces/
>> >    /System/Library/Frameworks/Python.framework/Headers/
>> >    /System/Library/Frameworks/JavaVM.framework/Headers/
>> >    /System/Library/Frameworks/JavaVM.framework/Headers/
>> >    /System/Library/Frameworks/JavaVM.framework/Headers/
>> >    /usr/local/include/
>> >    ./swig_lib/lua/
>> >    /usr/local/Cellar/swig/2.0.9/share/swig/2.0.9/lua/
>> >    ./swig_lib/
>> >    /usr/local/Cellar/swig/2.0.9/share/swig/2.0.9/
>> > Preprocessing...
>> > Starting language-specific parse...
>> > Processing types...
>> > C++ analysis...
>> > Generating wrappers...
>> > /tmp/csound-KYls/./include/csound.h:519: Warning 451: Setting a const
>> > char *
>> > variable may leak memory.
>> > CppSound.hpp:36: Warning 453: Can't apply (std::vector< double >
>> > *INPUT). No
>> > typemaps are defined.
>> > Scanning dependencies of target luaCsnd6
>> > [100%] Building CXX object
>> > interfaces/CMakeFiles/luaCsnd6.dir/lua_interfaceLUA_wrap.cxx.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> > Linking CXX shared module ../luaCsnd6.so
>> > [100%] Built target luaCsnd6
>> > Install the project...
>> > -- Install configuration: "None"
>> > -- Installing: /Users/eddyc/Library/Frameworks/CsoundLib64.framework
>> > -- Up-to-date:
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/CsoundLib64
>> > -- Up-to-date:
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Headers
>> > -- Up-to-date:
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Resources
>> > -- Installing:
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions
>> > -- Installing:
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0
>> > -- Installing:
>> >
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/CsoundLib64
>> > -- Installing:
>> >
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers
>> > -- Installing:
>> >
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/cfgvar.h
>> > -- Installing:
>> >
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/CppSound.hpp
>> > -- Installing:
>> >
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/cscore.h
>> > -- Installing:
>> >
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/csdl.h
>> > -- Installing:
>> >
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/csound.h
>> > -- Installing:
>> >
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/csound.hpp
>> > -- Installing:
>> >
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/csound_data_structures.h
>> > -- Installing:
>> >
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/csound_standard_types.h
>> > -- Installing:
>> >
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/csound_type_system.h
>> > -- Installing:
>> >
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/csoundCore.h
>> > -- Installing:
>> >
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/CsoundFile.hpp
>> > -- Installing:
>> >
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/csPerfThread.hpp
>> > -- Installing:
>> >
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/cwindow.h
>> > -- Installing:
>> >
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/filebuilding.h
>> > -- Installing:
>> >
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/float-version-double.h
>> > -- Installing:
>> >
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/float-version.h
>> > -- Installing:
>> >
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/interlocks.h
>> > -- Installing:
>> >
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/msg_attr.h
>> > -- Installing:
>> >
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/OpcodeBase.hpp
>> > -- Installing:
>> >
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/pstream.h
>> > -- Installing:
>> >
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/pvfileio.h
>> > -- Installing:
>> >
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/soundio.h
>> > -- Installing:
>> >
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/sysdep.h
>> > -- Installing:
>> >
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/text.h
>> > -- Installing:
>> >
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/version.h
>> > -- Installing:
>> >
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources
>> > -- Installing:
>> >
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Info.plist
>> > -- Up-to-date:
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/Current
>> > -- Installing:
>> >
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libmixer.dylib
>> > -- Installing:
>> >
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libsignalflowgraph.dylib
>> > -- Installing:
>> >
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libampmidid.dylib
>> > -- Installing:
>> >
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libcs_date.dylib
>> > -- Installing:
>> >
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libsystem_call.dylib
>> > -- Installing:
>> >
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libdoppler.dylib
>> > -- Installing:
>> >
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libfractalnoise.dylib
>> > -- Installing:
>> >
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libfareygen.dylib
>> > -- Installing:
>> >
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libcellular.dylib
>> > -- Installing:
>> >
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libserial.dylib
>> > -- Installing:
>> >
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libplaterev.dylib
>> > -- Installing:
>> >
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libscansyn.dylib
>> > -- Installing:
>> >
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libcontrol.dylib
>> > -- Installing:
>> >
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libchua.dylib
>> > -- Installing:
>> >
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libosc.dylib
>> > -- Installing:
>> >
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libimage.dylib
>> > -- Installing:
>> >
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libpy.dylib
>> > -- Installing:
>> >
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libstk.dylib
>> > -- Installing:
>> >
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libcmidi.dylib
>> > -- Installing:
>> >
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/librtauhal.dylib
>> > -- Installing:
>> >
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libipmidi.dylib
>> > -- Installing:
>> >
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libwidgets.dylib
>> > -- Installing:
>> >
>> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libvirtual.dylib
>> > -- Installing: /usr/local/Cellar/csound/HEAD/lib/libcsnd.6.0.dylib
>> > -- Installing: /usr/local/Cellar/csound/HEAD/lib/libcsnd.dylib
>> > -- Installing: /Library/Python/2.7/site-packages/_csnd6.so
>> > CMake Error at interfaces/cmake_install.cmake:61 (FILE):
>> >   file INSTALL cannot copy file "/tmp/csound-KYls/_csnd6.so" to
>> >   "/Library/Python/2.7/site-packages/_csnd6.so".
>> > Call Stack (most recent call first):
>> >   cmake_install.cmake:56 (INCLUDE)
>> >
>> >
>> > make: *** [install] Error 1
>> > ==> Configuration
>> > HOMEBREW_VERSION: 0.9.4
>> > HEAD: 38629e1de84d5b8f020e02ebe3ca3430a47080ef
>> > CPU: dual-core 64-bit penryn
>> > OS X: 10.8.3-x86_64
>> > Xcode: 4.6.2
>> > CLT: 4.6.0.0.1.1365549073
>> > X11: 2.7.4 => /opt/X11
>> > ==> ENV
>> > CC: cc
>> > CXX: c++
>> > MAKEFLAGS: -j2
>> > CMAKE_PREFIX_PATH: /usr/local
>> > CMAKE_INCLUDE_PATH:
>> >
>> > /usr/include/libxml2:/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers/
>> > CMAKE_LIBRARY_PATH:
>> > /System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
>> > PKG_CONFIG_PATH:
>> >
>> > /usr/local/opt/pcre/lib/pkgconfig:/usr/local/opt/libsndfile/lib/pkgconfig:/usr/local/opt/portaudio/lib/pkgconfig:/usr/local/opt/liblo/lib/pkgconfig:/usr/local/opt/libpng/lib/pkgconfig
>> > PKG_CONFIG_LIBDIR:
>> > /usr/lib/pkgconfig:/usr/local/Library/ENV/pkgconfig/10.8
>> > ACLOCAL_PATH: /usr/local/share/aclocal
>> > OBJC: cc
>> > PATH:
>> >
>> > /usr/local/Library/ENV/4.3:/usr/local/opt/cmake/bin:/usr/local/opt/pcre/bin:/usr/local/opt/swig/bin:/usr/local/opt/libsndfile/bin:/usr/local/opt/liblo/bin:/usr/local/opt/libpng/bin:/usr/local/opt/stk/bin:/usr/local/opt/jpeg/bin:/usr/local/opt/fltk/bin:/usr/bin:/bin:/usr/sbin:/sbin
>> >
>> > Error: csound did not build
>> > Logs:       /Users/eddyc/Library/Logs/Homebrew/csound/CMakeCache.txt
>> >
>> >
>> >
>> > On 12 May 2013 11:03, Steven Yi <stevenyi@gmail.com> wrote:
>> >>
>> >> Could you run "brew install --HEAD http://www.kunstmusik.com/csound.rb
>> >> --verbose" and post the verbose output?
>> >>
>> >> On May 12, 2013 10:47 AM, "Ed Costello" <edwardcostello@gmail.com>
>> >> wrote:
>> >>>
>> >>> Ok, still getting errors, heres what happened next....
>> >>>
>> >>> Marions-MacBook:~ eddyc$ brew link --overwrite libsndfile
>> >>> Linking /usr/local/Cellar/libsndfile/1.0.25... 27 symlinks created
>> >>> Marions-MacBook:~ eddyc$ brew install
>> >>> http://www.kunstmusik.com/csound.rb
>> >>>
>> >>> ########################################################################
>> >>> 100.0%
>> >>> Error: You must `brew link portaudio portmidi liblo' before csound can
>> >>> be
>> >>> installed
>> >>> Marions-MacBook:~ eddyc$ brew link --overwrite portaudio portmidi
>> >>> liblo
>> >>> Linking /usr/local/Cellar/portaudio/19.20111121... 6 symlinks created
>> >>> Linking /usr/local/Cellar/portmidi/217... 3 symlinks created
>> >>> Linking /usr/local/Cellar/liblo/0.26... 6 symlinks created
>> >>> Marions-MacBook:~ eddyc$ brew install
>> >>> http://www.kunstmusik.com/csound.rb
>> >>>
>> >>> ########################################################################
>> >>> 100.0%
>> >>> ==> Downloading http://www.kunstmusik.com/Csound-6.0.1-Source.tar.bz2
>> >>> Already downloaded: /Library/Caches/Homebrew/csound-6.0.1.tar.bz2
>> >>> ==> cmake . -DUSE_GETTEXT=0
>> >>> -DCMAKE_INSTALL_PREFIX=/usr/local/Cellar/csound/6.0.
>> >>> ==> make install
>> >>> Call Stack (most recent call first):
>> >>>   cmake_install.cmake:56 (INCLUDE)
>> >>>
>> >>>
>> >>> make: *** [install] Error 1
>> >>>
>> >>>
>> >>> On 11 May 2013 23:39, Steven Yi <stevenyi@gmail.com> wrote:
>> >>>>
>> >>>> Hey Ed,
>> >>>>
>> >>>> Sorry, just use "brew link --overwrite libsndfile" and ignore the
>> >>>> uninstall/install thing I wrote earlier. :)
>> >>>>
>> >>>> steven
>> >>>>
>> >>>> On Sat, May 11, 2013 at 11:31 PM, Steven Yi <stevenyi@gmail.com>
>> >>>> wrote:
>> >>>> > Hey Ed!
>> >>>> >
>> >>>> > So for that it's pretty much what it says.  You'll have to use the
>> >>>> > brew installed libsndfile, and to do that you'll probably have to
>> >>>> > do
>> >>>> > "brew uninstall libsndfile; brew install --overwrite libsndfile".
>> >>>> > Most
>> >>>> > likely when brew tried to link it's libsndfile into /usr/local, it
>> >>>> > encountered your custom built ones and gave up; I wonder if it
>> >>>> > didn't
>> >>>> > alter something though X_X.  But try getting the brew installed
>> >>>> > ones
>> >>>> > in there and I think you'll be good for csound building after that.
>> >>>> >
>> >>>> > Thanks!
>> >>>> > steven
>> >>>> >
>> >>>> > On Sat, May 11, 2013 at 8:10 PM, Ed Costello
>> >>>> > <edwardcostello@gmail.com> wrote:
>> >>>> >> I get an error saying it requires libsndfile, the thing is I
>> >>>> >> already
>> >>>> >> have
>> >>>> >> libsndfile installed from a previous csound installation,
>> >>>> >>
>> >>>> >> CMake Error at CMakeLists.txt:339 (message):
>> >>>> >>   Csound requires the sndfile library
>> >>>> >>
>> >>>> >>
>> >>>> >> -- Configuring incomplete, errors occurred!
>> >>>> >>
>> >>>> >> READ THIS: https://github.com/mxcl/homebrew/wiki/troubleshooting
>> >>>> >>
>> >>>> >> Marions-MacBook:~ eddyc$ brew install libsndfile
>> >>>> >> Warning: libsndfile-1.0.25 already installed, it's just not linked
>> >>>> >> Marions-MacBook:~ eddyc$
>> >>>> >>
>> >>>> >>
>> >>>> >>
>> >>>> >> On 11 May 2013 18:26, peiman khosravi <peimankhosravi@gmail.com>
>> >>>> >> wrote:
>> >>>> >>>
>> >>>> >>> I get the same errors.
>> >>>> >>>
>> >>>> >>> P
>> >>>> >>>
>> >>>> >>>
>> >>>> >>>
>> >>>> >>>
>> >>>> >>>
>> >>>> >>>
>> >>>> >>> www.peimankhosravi.co.uk || Subscribe to RSS Feed
>> >>>> >>>
>> >>>> >>> To receive emails about upcoming concerts visit this page & enter
>> >>>> >>> your
>> >>>> >>> email address in the 'follow' section.
>> >>>> >>>
>> >>>> >>>
>> >>>> >>>
>> >>>> >>> On 11 May 2013 16:38, Steven Yi <stevenyi@gmail.com> wrote:
>> >>>> >>>>
>> >>>> >>>> Hi Jake,
>> >>>> >>>>
>> >>>> >>>> Thanks very much for the quick report! I'm running into similar
>> >>>> >>>> situations and it has to do with brew trying to install links
>> >>>> >>>> but
>> >>>> >>>> there are original files there installed from somewhere else
>> >>>> >>>> (likely
>> >>>> >>>> from a previous csound installer install).  I just did this:
>> >>>> >>>>
>> >>>> >>>> Error: Could not symlink file:
>> >>>> >>>> /usr/local/Cellar/libogg/1.3.0/include/ogg/os_types.h
>> >>>> >>>> Target /usr/local/include/ogg/os_types.h already exists. You may
>> >>>> >>>> need
>> >>>> >>>> to delete it.
>> >>>> >>>> To force the link and overwrite all other conflicting files, do:
>> >>>> >>>>   brew link --overwrite formula_name
>> >>>> >>>>
>> >>>> >>>> To list all files that would be deleted:
>> >>>> >>>>   brew link --overwrite --dry-run formula_name
>> >>>> >>>> cp23-119:Formula stevenyi$ brew link --overwrite libogg
>> >>>> >>>> Linking /usr/local/Cellar/libogg/1.3.0... 81 symlinks created
>> >>>> >>>>
>> >>>> >>>> and also did 'brew link --overwrite flac' (and so on for each
>> >>>> >>>> lib).
>> >>>> >>>>
>> >>>> >>>> One note, I'm running into issues in building --universal.  It
>> >>>> >>>> seems
>> >>>> >>>> some of the formulas can be --universal but they depend on
>> >>>> >>>> others
>> >>>> >>>> that
>> >>>> >>>> don't support universal.  I'm going to see about modifying some
>> >>>> >>>> of
>> >>>> >>>> the
>> >>>> >>>> dependent homebrew recipes and if that works I'll see if they
>> >>>> >>>> get
>> >>>> >>>> accepted into the main repo.
>> >>>> >>>>
>> >>>> >>>> Thanks!
>> >>>> >>>> steven
>> >>>> >>>>
>> >>>> >>>> On Sat, May 11, 2013 at 5:24 PM, Jacob Joaquin
>> >>>> >>>> <jacobjoaquin@gmail.com>
>> >>>> >>>> wrote:
>> >>>> >>>> > Here's my first run through; It breaks at libogg. I'm actually
>> >>>> >>>> > in
>> >>>> >>>> > the
>> >>>> >>>> > middle
>> >>>> >>>> > of something this morning. I'll spend more time with this when
>> >>>> >>>> > I
>> >>>> >>>> > have
>> >>>> >>>> > some:
>> >>>> >>>> >
>> >>>> >>>> > Quorra ~ $ brew install http://www.kunstmusik.com/csound.rb
>> >>>> >>>> >
>> >>>> >>>> >
>> >>>> >>>> >
>> >>>> >>>> > ########################################################################
>> >>>> >>>> > 100.0%
>> >>>> >>>> > Warning: Your Xcode (4.6.1) is outdated
>> >>>> >>>> > Please install Xcode 4.6.2.
>> >>>> >>>> > ==> Installing csound dependency: cmake
>> >>>> >>>> > ==> Downloading
>> >>>> >>>> >
>> >>>> >>>> > https://downloads.sf.net/project/machomebrew/Bottles/cmake-2.8.1
>> >>>> >>>> >
>> >>>> >>>> >
>> >>>> >>>> >
>> >>>> >>>> > ########################################################################
>> >>>> >>>> > 100.0%
>> >>>> >>>> > ==> Pouring cmake-2.8.10.2.mountain_lion.bottle.tar.gz
>> >>>> >>>> > 🍺  /usr/local/Cellar/cmake/2.8.10.2: 683 files, 32M
>> >>>> >>>> > ==> Installing csound dependency: pcre
>> >>>> >>>> > ==> Downloading
>> >>>> >>>> >
>> >>>> >>>> > ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre-8.32.
>> >>>> >>>> >
>> >>>> >>>> >
>> >>>> >>>> >
>> >>>> >>>> > ########################################################################
>> >>>> >>>> > 100.0%
>> >>>> >>>> >
>> >>>> >>>> >
>> >>>> >>>> >
>> >>>> >>>> > ########################################################################
>> >>>> >>>> > 100.0%==> ./configure --prefix=/usr/local/Cellar/pcre/8.32
>> >>>> >>>> > --enable-utf8
>> >>>> >>>> > --enable-unic
>> >>>> >>>> > ==> make test
>> >>>> >>>> > ==> make install
>> >>>> >>>> > 🍺  /usr/local/Cellar/pcre/8.32: 135 files, 3.6M, built in 44
>> >>>> >>>> > seconds
>> >>>> >>>> > ==> Installing csound dependency: swig
>> >>>> >>>> > ==> Downloading
>> >>>> >>>> >
>> >>>> >>>> >
>> >>>> >>>> >
>> >>>> >>>> > http://sourceforge.net/projects/swig/files/swig/swig-2.0.9/swig-2.0.9.tar.gz
>> >>>> >>>> >
>> >>>> >>>> >
>> >>>> >>>> >
>> >>>> >>>> > ########################################################################
>> >>>> >>>> > 100.0%
>> >>>> >>>> > ==> ./configure --prefix=/usr/local/Cellar/swig/2.0.9
>> >>>> >>>> > ==> make
>> >>>> >>>> > ==> make install
>> >>>> >>>> > 🍺  /usr/local/Cellar/swig/2.0.9: 599 files, 6.2M, built in 45
>> >>>> >>>> > seconds
>> >>>> >>>> > ==> Installing csound dependency: pkg-config
>> >>>> >>>> > ==> Downloading
>> >>>> >>>> >
>> >>>> >>>> >
>> >>>> >>>> >
>> >>>> >>>> > https://downloads.sf.net/project/machomebrew/Bottles/pkg-config-0.28.mountain_lion.bottle.tar.gz
>> >>>> >>>> >
>> >>>> >>>> >
>> >>>> >>>> >
>> >>>> >>>> > ########################################################################
>> >>>> >>>> > 100.0%
>> >>>> >>>> > ==> Pouring pkg-config-0.28.mountain_lion.bottle.tar.gz
>> >>>> >>>> > 🍺  /usr/local/Cellar/pkg-config/0.28: 10 files, 636K
>> >>>> >>>> > ==> Installing csound dependency: lame
>> >>>> >>>> > ==> Downloading
>> >>>> >>>> >
>> >>>> >>>> >
>> >>>> >>>> > http://downloads.sourceforge.net/sourceforge/lame/lame-3.99.5.tar.gz
>> >>>> >>>> >
>> >>>> >>>> >
>> >>>> >>>> >
>> >>>> >>>> > ########################################################################
>> >>>> >>>> > 100.0%
>> >>>> >>>> > ==> ./configure --prefix=/usr/local/Cellar/lame/3.99.5
>> >>>> >>>> > --enable-nasm
>> >>>> >>>> > ==> make install
>> >>>> >>>> > 🍺  /usr/local/Cellar/lame/3.99.5: 25 files, 2.1M, built in 27
>> >>>> >>>> > seconds
>> >>>> >>>> > ==> Installing csound dependency: flac
>> >>>> >>>> > ==> Downloading
>> >>>> >>>> >
>> >>>> >>>> >
>> >>>> >>>> > http://downloads.sourceforge.net/sourceforge/flac/flac-1.2.1.tar.gz
>> >>>> >>>> >
>> >>>> >>>> >
>> >>>> >>>> >
>> >>>> >>>> > ########################################################################
>> >>>> >>>> > 100.0%
>> >>>> >>>> > ==> ./configure --disable-asm-optimizations --enable-sse
>> >>>> >>>> > --prefix=/usr/local/Cellar/flac/1.2.1
>> >>>> >>>> > --mandir=/usr/local/Cellar/flac/1.2.1/share/man
>> >>>> >>>> > ==> make install
>> >>>> >>>> > ==> Downloading
>> >>>> >>>> > https://github.com/rmndk/flac2mp3/archive/v1.0.tar.gz
>> >>>> >>>> >
>> >>>> >>>> >
>> >>>> >>>> >
>> >>>> >>>> > ########################################################################
>> >>>> >>>> > 100.0%
>> >>>> >>>> > Warning: Could not link flac. Unlinking...
>> >>>> >>>> > Error: The `brew link` step did not complete successfully
>> >>>> >>>> > The formula built, but is not symlinked into /usr/local
>> >>>> >>>> > You can try again using `brew link flac'
>> >>>> >>>> > ==> Summary
>> >>>> >>>> > 🍺  /usr/local/Cellar/flac/1.2.1: 304 files, 6.5M, built in 47
>> >>>> >>>> > seconds
>> >>>> >>>> > ==> Installing csound dependency: libogg
>> >>>> >>>> > ==> Downloading
>> >>>> >>>> > http://downloads.xiph.org/releases/ogg/libogg-1.3.0.tar.gz
>> >>>> >>>> >
>> >>>> >>>> >
>> >>>> >>>> >
>> >>>> >>>> > ########################################################################
>> >>>> >>>> > 100.0%
>> >>>> >>>> > ==> ./configure --prefix=/usr/local/Cellar/libogg/1.3.0
>> >>>> >>>> > ==> make
>> >>>> >>>> > ==> make install
>> >>>> >>>> > Warning: Could not link libogg. Unlinking...
>> >>>> >>>> > Error: The `brew link` step did not complete successfully
>> >>>> >>>> > The formula built, but is not symlinked into /usr/local
>> >>>> >>>> > You can try again using `brew link libogg'
>> >>>> >>>> > ==> Summary
>> >>>> >>>> > 🍺  /usr/local/Cellar/libogg/1.3.0: 85 files, 520K, built in
>> >>>> >>>> > 11
>> >>>> >>>> > seconds
>> >>>> >>>> > ==> Installing csound dependency: xz
>> >>>> >>>> > ==> Downloading http://tukaani.org/xz/xz-5.0.4.tar.bz2
>> >>>> >>>> >
>> >>>> >>>> >
>> >>>> >>>> >
>> >>>> >>>> > ########################################################################
>> >>>> >>>> > 100.0%
>> >>>> >>>> > ==> ./configure --prefix=/usr/local/Cellar/xz/5.0.4
>> >>>> >>>> > ==> make install
>> >>>> >>>> > 🍺  /usr/local/Cellar/xz/5.0.4: 58 files, 1.5M, built in 27
>> >>>> >>>> > seconds
>> >>>> >>>> > Error: You must `brew link libogg' before libvorbis can be
>> >>>> >>>> > installed
>> >>>> >>>> >
>> >>>> >>>> >
>> >>>> >>>> >
>> >>>> >>>> >
>> >>>> >>>> >
>> >>>> >>>> > On Sat, May 11, 2013 at 8:21 AM, Jacob Joaquin
>> >>>> >>>> > <jacobjoaquin@gmail.com>
>> >>>> >>>> > wrote:
>> >>>> >>>> >>
>> >>>> >>>> >> I ran into an error which was resolved by updating brew:
>> >>>> >>>> >>
>> >>>> >>>> >> brew update
>> >>>> >>>> >>
>> >>>> >>>> >> It's currently downloading and installing dependencies. We'll
>> >>>> >>>> >> see how
>> >>>> >>>> >> this
>> >>>> >>>> >> goes.
>> >>>> >>>> >>
>> >>>> >>>> >>
>> >>>> >>>> >> On Sat, May 11, 2013 at 8:12 AM, Steven Yi
>> >>>> >>>> >> <stevenyi@gmail.com>
>> >>>> >>>> >> wrote:
>> >>>> >>>> >>>
>> >>>> >>>> >>> Hi All,
>> >>>> >>>> >>>
>> >>>> >>>> >>> I've put together a homebrew [1]  file and was hoping to get
>> >>>> >>>> >>> some
>> >>>> >>>> >>> people to test it.  If it's working well maybe we can submit
>> >>>> >>>> >>> it
>> >>>> >>>> >>> to
>> >>>> >>>> >>> the
>> >>>> >>>> >>> homebrew repo.  The file is available at:
>> >>>> >>>> >>>
>> >>>> >>>> >>> http://www.kunstmusik.com/csound.rb
>> >>>> >>>> >>>
>> >>>> >>>> >>> You can try installing it by using:
>> >>>> >>>> >>>
>> >>>> >>>> >>> brew install http://www.kunstmusik.com/csound.rb
>> >>>> >>>> >>>
>> >>>> >>>> >>> This builds with a source zip I put together from today's
>> >>>> >>>> >>> GIT
>> >>>> >>>> >>> (using
>> >>>> >>>> >>> 'cpack package_source').  If you want to use the latest from
>> >>>> >>>> >>> GIT
>> >>>> >>>> >>> (recommended at this point) you can use:
>> >>>> >>>> >>>
>> >>>> >>>> >>> brew install --HEAD http://www.kunstmusik.com/csound.rb
>> >>>> >>>> >>>
>> >>>> >>>> >>> This should also install the following dependencies:
>> >>>> >>>> >>>
>> >>>> >>>> >>>   depends_on 'cmake' => :build
>> >>>> >>>> >>>   depends_on 'swig' => :build
>> >>>> >>>> >>>
>> >>>> >>>> >>>   depends_on 'libsndfile'
>> >>>> >>>> >>>
>> >>>> >>>> >>>   depends_on 'portaudio' => :recommended
>> >>>> >>>> >>>   depends_on 'portmidi' => :recommended
>> >>>> >>>> >>>   depends_on 'liblo' => :recommended
>> >>>> >>>> >>>   depends_on 'boost' => :recommended
>> >>>> >>>> >>>   depends_on 'libpng' => :recommended
>> >>>> >>>> >>>   depends_on 'stk' => :recommended
>> >>>> >>>> >>>
>> >>>> >>>> >>> You can get info on flags by using:
>> >>>> >>>> >>>
>> >>>> >>>> >>> brew info http://www.kunstmusik.com/csound.rb
>> >>>> >>>> >>>
>> >>>> >>>> >>> and can (or, at least, should) be able to build as a
>> >>>> >>>> >>> --universal
>> >>>> >>>> >>> using:
>> >>>> >>>> >>>
>> >>>> >>>> >>> brew install --HEAD http://www.kunstmusik.com/csound.rb
>> >>>> >>>> >>> --universal
>> >>>> >>>> >>>
>> >>>> >>>> >>> Some notes:
>> >>>> >>>> >>>
>> >>>> >>>> >>> 1) There are likely to be problems.  Please report issues
>> >>>> >>>> >>> here
>> >>>> >>>> >>> so
>> >>>> >>>> >>> that
>> >>>> >>>> >>> we can fix them together. :)
>> >>>> >>>> >>>
>> >>>> >>>> >>> 2) The csound cmake file installs things into places that
>> >>>> >>>> >>> may
>> >>>> >>>> >>> be
>> >>>> >>>> >>> protected on your system. The particularly relevant ones are
>> >>>> >>>> >>> /usr/local, /Library/Python/2.7/site-packages, and
>> >>>> >>>> >>> /Library/Java/Extensions.  Homebrew explains how to deal
>> >>>> >>>> >>> with
>> >>>> >>>> >>> the
>> >>>> >>>> >>> latter 2 directores in [2]. There's info about /usr/local on
>> >>>> >>>> >>> the
>> >>>> >>>> >>> homebrew site [1].
>> >>>> >>>> >>>
>> >>>> >>>> >>> 3) I'm currently thinking this might be the best way to get
>> >>>> >>>> >>> everything
>> >>>> >>>> >>> required to build csound installed on OSX.  The idea is that
>> >>>> >>>> >>> once you
>> >>>> >>>> >>> install once, you'll have everything you need to also clone
>> >>>> >>>> >>> Csound's
>> >>>> >>>> >>> git repo and develop/build/install.
>> >>>> >>>> >>>
>> >>>> >>>> >>> Thanks!
>> >>>> >>>> >>> steven
>> >>>> >>>> >>>
>> >>>> >>>> >>> [1] - http://brew.sh/
>> >>>> >>>> >>> [2] -
>> >>>> >>>> >>>
>> >>>> >>>> >>>
>> >>>> >>>> >>> https://github.com/mxcl/homebrew/wiki/Gems%2C-Eggs-and-Perl-Modules
>> >>>> >>>> >>>
>> >>>> >>>> >>>
>> >>>> >>>> >>>
>> >>>> >>>> >>>
>> >>>> >>>> >>>
>> >>>> >>>> >>> ------------------------------------------------------------------------------
>> >>>> >>>> >>> Learn Graph Databases - Download FREE O'Reilly Book
>> >>>> >>>> >>> "Graph Databases" is the definitive new guide to graph
>> >>>> >>>> >>> databases and
>> >>>> >>>> >>> their applications. This 200-page book is written by three
>> >>>> >>>> >>> acclaimed
>> >>>> >>>> >>> leaders in the field. The early access version is available
>> >>>> >>>> >>> now.
>> >>>> >>>> >>> Download your free book today!
>> >>>> >>>> >>> http://p.sf.net/sfu/neotech_d2d_may
>> >>>> >>>> >>> _______________________________________________
>> >>>> >>>> >>> Csound-devel mailing list
>> >>>> >>>> >>> Csound-devel@lists.sourceforge.net
>> >>>> >>>> >>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>> >>>> >>>> >>
>> >>>> >>>> >>
>> >>>> >>>> >>
>> >>>> >>>> >>
>> >>>> >>>> >> --
>> >>>> >>>> >> codehop.com | #code #art #music
>> >>>> >>>> >
>> >>>> >>>> >
>> >>>> >>>> >
>> >>>> >>>> >
>> >>>> >>>> > --
>> >>>> >>>> > codehop.com | #code #art #music
>> >>>> >>>> >
>> >>>> >>>> >
>> >>>> >>>> >
>> >>>> >>>> >
>> >>>> >>>> > ------------------------------------------------------------------------------
>> >>>> >>>> > Learn Graph Databases - Download FREE O'Reilly Book
>> >>>> >>>> > "Graph Databases" is the definitive new guide to graph
>> >>>> >>>> > databases
>> >>>> >>>> > and
>> >>>> >>>> > their applications. This 200-page book is written by three
>> >>>> >>>> > acclaimed
>> >>>> >>>> > leaders in the field. The early access version is available
>> >>>> >>>> > now.
>> >>>> >>>> > Download your free book today!
>> >>>> >>>> > http://p.sf.net/sfu/neotech_d2d_may
>> >>>> >>>> > _______________________________________________
>> >>>> >>>> > Csound-devel mailing list
>> >>>> >>>> > Csound-devel@lists.sourceforge.net
>> >>>> >>>> > https://lists.sourceforge.net/lists/listinfo/csound-devel
>> >>>> >>>> >
>> >>>> >>>>
>> >>>> >>>>
>> >>>> >>>>
>> >>>> >>>>
>> >>>> >>>> ------------------------------------------------------------------------------
>> >>>> >>>> Learn Graph Databases - Download FREE O'Reilly Book
>> >>>> >>>> "Graph Databases" is the definitive new guide to graph databases
>> >>>> >>>> and
>> >>>> >>>> their applications. This 200-page book is written by three
>> >>>> >>>> acclaimed
>> >>>> >>>> leaders in the field. The early access version is available now.
>> >>>> >>>> Download your free book today!
>> >>>> >>>> http://p.sf.net/sfu/neotech_d2d_may
>> >>>> >>>> _______________________________________________
>> >>>> >>>> Csound-devel mailing list
>> >>>> >>>> Csound-devel@lists.sourceforge.net
>> >>>> >>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>> >>>> >>>
>> >>>> >>>
>> >>>> >>>
>> >>>> >>>
>> >>>> >>>
>> >>>> >>>
>> >>>> >>> ------------------------------------------------------------------------------
>> >>>> >>> Learn Graph Databases - Download FREE O'Reilly Book
>> >>>> >>> "Graph Databases" is the definitive new guide to graph databases
>> >>>> >>> and
>> >>>> >>> their applications. This 200-page book is written by three
>> >>>> >>> acclaimed
>> >>>> >>> leaders in the field. The early access version is available now.
>> >>>> >>> Download your free book today!
>> >>>> >>> http://p.sf.net/sfu/neotech_d2d_may
>> >>>> >>> _______________________________________________
>> >>>> >>> Csound-devel mailing list
>> >>>> >>> Csound-devel@lists.sourceforge.net
>> >>>> >>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>> >>>> >>>
>> >>>> >>
>> >>>> >>
>> >>>> >>
>> >>>> >>
>> >>>> >> ------------------------------------------------------------------------------
>> >>>> >> Learn Graph Databases - Download FREE O'Reilly Book
>> >>>> >> "Graph Databases" is the definitive new guide to graph databases
>> >>>> >> and
>> >>>> >> their applications. This 200-page book is written by three
>> >>>> >> acclaimed
>> >>>> >> leaders in the field. The early access version is available now.
>> >>>> >> Download your free book today! http://p.sf.net/sfu/neotech_d2d_may
>> >>>> >> _______________________________________________
>> >>>> >> Csound-devel mailing list
>> >>>> >> Csound-devel@lists.sourceforge.net
>> >>>> >> https://lists.sourceforge.net/lists/listinfo/csound-devel
>> >>>> >>
>> >>>>
>> >>>>
>> >>>>
>> >>>> ------------------------------------------------------------------------------
>> >>>> Learn Graph Databases - Download FREE O'Reilly Book
>> >>>> "Graph Databases" is the definitive new guide to graph databases and
>> >>>> their applications. This 200-page book is written by three acclaimed
>> >>>> leaders in the field. The early access version is available now.
>> >>>> Download your free book today! http://p.sf.net/sfu/neotech_d2d_may
>> >>>> _______________________________________________
>> >>>> Csound-devel mailing list
>> >>>> Csound-devel@lists.sourceforge.net
>> >>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>> >>>
>> >>>
>> >>>
>> >>>
>> >>>
>> >>> ------------------------------------------------------------------------------
>> >>> Learn Graph Databases - Download FREE O'Reilly Book
>> >>> "Graph Databases" is the definitive new guide to graph databases and
>> >>> their applications. This 200-page book is written by three acclaimed
>> >>> leaders in the field. The early access version is available now.
>> >>> Download your free book today! http://p.sf.net/sfu/neotech_d2d_may
>> >>> _______________________________________________
>> >>> Csound-devel mailing list
>> >>> Csound-devel@lists.sourceforge.net
>> >>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>> >>>
>> >>
>> >>
>> >>
>> >> ------------------------------------------------------------------------------
>> >> Learn Graph Databases - Download FREE O'Reilly Book
>> >> "Graph Databases" is the definitive new guide to graph databases and
>> >> their applications. This 200-page book is written by three acclaimed
>> >> leaders in the field. The early access version is available now.
>> >> Download your free book today! http://p.sf.net/sfu/neotech_d2d_may
>> >> _______________________________________________
>> >> Csound-devel mailing list
>> >> Csound-devel@lists.sourceforge.net
>> >> https://lists.sourceforge.net/lists/listinfo/csound-devel
>> >>
>> >
>> >
>> >
>> > ------------------------------------------------------------------------------
>> > Learn Graph Databases - Download FREE O'Reilly Book
>> > "Graph Databases" is the definitive new guide to graph databases and
>> > their applications. This 200-page book is written by three acclaimed
>> > leaders in the field. The early access version is available now.
>> > Download your free book today! http://p.sf.net/sfu/neotech_d2d_may
>> > _______________________________________________
>> > Csound-devel mailing list
>> > Csound-devel@lists.sourceforge.net
>> > https://lists.sourceforge.net/lists/listinfo/csound-devel
>> >
>>
>>
>> ------------------------------------------------------------------------------
>> Learn Graph Databases - Download FREE O'Reilly Book
>> "Graph Databases" is the definitive new guide to graph databases and
>> their applications. This 200-page book is written by three acclaimed
>> leaders in the field. The early access version is available now.
>> Download your free book today! http://p.sf.net/sfu/neotech_d2d_may
>> _______________________________________________
>> Csound-devel mailing list
>> Csound-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>
>
>
> ------------------------------------------------------------------------------
> AlienVault Unified Security Management (USM) platform delivers complete
> security visibility with the essential security capabilities. Easily and
> efficiently configure, manage, and operate all of your security controls
> from a single console and one unified framework. Download a free trial.
> http://p.sf.net/sfu/alienvault_d2d
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel
>

------------------------------------------------------------------------------
AlienVault Unified Security Management (USM) platform delivers complete
security visibility with the essential security capabilities. Easily and
efficiently configure, manage, and operate all of your security controls
from a single console and one unified framework. Download a free trial.
http://p.sf.net/sfu/alienvault_d2d
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-devel

------------------------------------------------------------------------------
AlienVault Unified Security Management (USM) platform delivers complete
security visibility with the essential security capabilities. Easily and
efficiently configure, manage, and operate all of your security controls
from a single console and one unified framework. Download a free trial.
http://p.sf.net/sfu/alienvault_d2d_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-devel

Dr Victor Lazzarini
Senior Lecturer
Dept. of Music
NUI Maynooth Ireland
Victor dot Lazzarini AT nuim dot ie




------------------------------------------------------------------------------
AlienVault Unified Security Management (USM) platform delivers complete
security visibility with the essential security capabilities. Easily and
efficiently configure, manage, and operate all of your security controls
from a single console and one unified framework. Download a free trial.
http://p.sf.net/sfu/alienvault_d2d
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-devel



Date2013-05-13 21:17
Frompeiman khosravi
SubjectRe: [Cs-dev] OSX: Homebrew
AttachmentsNone  None  
Oh, spoke too soon: "Error opening plugin directory '/Users/peimankhosravi/csound6.00-rc1/CsoundLib64.framework/Versions/6.0/"



Date2013-05-13 21:19
FromVictor Lazzarini
SubjectRe: [Cs-dev] OSX: Homebrew
AttachmentsNone  None  
It's the same variable causing the trouble. Try starting a new terminal.
On 13 May 2013, at 21:17, peiman khosravi wrote:

Oh, spoke too soon: "Error opening plugin directory '/Users/peimankhosravi/csound6.00-rc1/CsoundLib64.framework/Versions/6.0/"


------------------------------------------------------------------------------
AlienVault Unified Security Management (USM) platform delivers complete
security visibility with the essential security capabilities. Easily and
efficiently configure, manage, and operate all of your security controls
from a single console and one unified framework. Download a free trial.
http://p.sf.net/sfu/alienvault_d2d_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-devel

Dr Victor Lazzarini
Senior Lecturer
Dept. of Music
NUI Maynooth Ireland
tel.: +353 1 708 3545
Victor dot Lazzarini AT nuim dot ie




Date2013-05-13 21:20
Frompeiman khosravi
SubjectRe: [Cs-dev] OSX: Homebrew
AttachmentsNone  None  
Sorry, scrape that. I had to restart the terminal. 

But now my csd doesn't make any sound in real-time (no errors), but renders to file OK. 






www.peimankhosravi.co.uk || Subscribe to RSS Feed

To receive emails about upcoming concerts visit this page & enter your email address in the 'follow' section.



On 13 May 2013 21:17, peiman khosravi <peimankhosravi@gmail.com> wrote:
Oh, spoke too soon: "Error opening plugin directory '/Users/peimankhosravi/csound6.00-rc1/CsoundLib64.framework/Versions/6.0/"




Date2013-05-13 21:20
Frompeiman khosravi
SubjectRe: [Cs-dev] OSX: Homebrew
AttachmentsNone  None  
s
crap even!







www.peimankhosravi.co.uk || Subscribe to RSS Feed

To receive emails about upcoming concerts visit this page & enter your email address in the 'follow' section.



On 13 May 2013 21:20, peiman khosravi <peimankhosravi@gmail.com> wrote:
Sorry, scrape that. I had to restart the terminal. 

But now my csd doesn't make any sound in real-time (no errors), but renders to file OK. 






www.peimankhosravi.co.uk || Subscribe to RSS Feed

To receive emails about upcoming concerts visit this page & enter your email address in the 'follow' section.



On 13 May 2013 21:17, peiman khosravi <peimankhosravi@gmail.com> wrote:
Oh, spoke too soon: "Error opening plugin directory '/Users/peimankhosravi/csound6.00-rc1/CsoundLib64.framework/Versions/6.0/"





Date2013-05-13 21:21
Frompeiman khosravi
SubjectRe: [Cs-dev] OSX: Homebrew
AttachmentsNone  None  
I get:  overall amps:  0.20000 but no sound!






www.peimankhosravi.co.uk || Subscribe to RSS Feed

To receive emails about upcoming concerts visit this page & enter your email address in the 'follow' section.



On 13 May 2013 21:20, peiman khosravi <peimankhosravi@gmail.com> wrote:
s
crap even!







www.peimankhosravi.co.uk || Subscribe to RSS Feed

To receive emails about upcoming concerts visit this page & enter your email address in the 'follow' section.



On 13 May 2013 21:20, peiman khosravi <peimankhosravi@gmail.com> wrote:
Sorry, scrape that. I had to restart the terminal. 

But now my csd doesn't make any sound in real-time (no errors), but renders to file OK. 






www.peimankhosravi.co.uk || Subscribe to RSS Feed

To receive emails about upcoming concerts visit this page & enter your email address in the 'follow' section.



On 13 May 2013 21:17, peiman khosravi <peimankhosravi@gmail.com> wrote:
Oh, spoke too soon: "Error opening plugin directory '/Users/peimankhosravi/csound6.00-rc1/CsoundLib64.framework/Versions/6.0/"






Date2013-05-13 21:22
Frompeiman khosravi
SubjectRe: [Cs-dev] OSX: Homebrew
AttachmentsNone  None  
I'm guessing it's to do with that -o flag. I'm using -odac at the moment. 






www.peimankhosravi.co.uk || Subscribe to RSS Feed

To receive emails about upcoming concerts visit this page & enter your email address in the 'follow' section.



On 13 May 2013 21:21, peiman khosravi <peimankhosravi@gmail.com> wrote:
I get:  overall amps:  0.20000 but no sound!






www.peimankhosravi.co.uk || Subscribe to RSS Feed

To receive emails about upcoming concerts visit this page & enter your email address in the 'follow' section.



On 13 May 2013 21:20, peiman khosravi <peimankhosravi@gmail.com> wrote:
s
crap even!







www.peimankhosravi.co.uk || Subscribe to RSS Feed

To receive emails about upcoming concerts visit this page & enter your email address in the 'follow' section.



On 13 May 2013 21:20, peiman khosravi <peimankhosravi@gmail.com> wrote:
Sorry, scrape that. I had to restart the terminal. 

But now my csd doesn't make any sound in real-time (no errors), but renders to file OK. 






www.peimankhosravi.co.uk || Subscribe to RSS Feed

To receive emails about upcoming concerts visit this page & enter your email address in the 'follow' section.



On 13 May 2013 21:17, peiman khosravi <peimankhosravi@gmail.com> wrote:
Oh, spoke too soon: "Error opening plugin directory '/Users/peimankhosravi/csound6.00-rc1/CsoundLib64.framework/Versions/6.0/"







Date2013-05-13 21:24
FromVictor Lazzarini
SubjectRe: [Cs-dev] OSX: Homebrew
AttachmentsNone  None  
check your messages to see if you are not using the "dummy" module. That can happen if there is a problem with loading rtpa / portaudio.
On 13 May 2013, at 21:22, peiman khosravi wrote:

I'm guessing it's to do with that -o flag. I'm using -odac at the moment. 






www.peimankhosravi.co.uk || Subscribe to RSS Feed

To receive emails about upcoming concerts visit this page & enter your email address in the 'follow' section.



On 13 May 2013 21:21, peiman khosravi <peimankhosravi@gmail.com> wrote:
I get:  overall amps:  0.20000 but no sound!






www.peimankhosravi.co.uk || Subscribe to RSS Feed

To receive emails about upcoming concerts visit this page & enter your email address in the 'follow' section.



On 13 May 2013 21:20, peiman khosravi <peimankhosravi@gmail.com> wrote:
s
crap even!







www.peimankhosravi.co.uk || Subscribe to RSS Feed

To receive emails about upcoming concerts visit this page & enter your email address in the 'follow' section.



On 13 May 2013 21:20, peiman khosravi <peimankhosravi@gmail.com> wrote:
Sorry, scrape that. I had to restart the terminal. 

But now my csd doesn't make any sound in real-time (no errors), but renders to file OK. 






www.peimankhosravi.co.uk || Subscribe to RSS Feed

To receive emails about upcoming concerts visit this page & enter your email address in the 'follow' section.



On 13 May 2013 21:17, peiman khosravi <peimankhosravi@gmail.com> wrote:
Oh, spoke too soon: "Error opening plugin directory '/Users/peimankhosravi/csound6.00-rc1/CsoundLib64.framework/Versions/6.0/"






------------------------------------------------------------------------------
AlienVault Unified Security Management (USM) platform delivers complete
security visibility with the essential security capabilities. Easily and
efficiently configure, manage, and operate all of your security controls
from a single console and one unified framework. Download a free trial.
http://p.sf.net/sfu/alienvault_d2d_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-devel

Dr Victor Lazzarini
Senior Lecturer
Dept. of Music
NUI Maynooth Ireland
tel.: +353 1 708 3545
Victor dot Lazzarini AT nuim dot ie




Date2013-05-13 21:26
Frompeiman khosravi
SubjectRe: [Cs-dev] OSX: Homebrew
AttachmentsNone  None  
Yes that's it:  'unknown rtaudio module: 'PortAudio', using dummy module'







www.peimankhosravi.co.uk || Subscribe to RSS Feed

To receive emails about upcoming concerts visit this page & enter your email address in the 'follow' section.



On 13 May 2013 21:24, Victor Lazzarini <Victor.Lazzarini@nuim.ie> wrote:
check your messages to see if you are not using the "dummy" module. That can happen if there is a problem with loading rtpa / portaudio.
On 13 May 2013, at 21:22, peiman khosravi wrote:

I'm guessing it's to do with that -o flag. I'm using -odac at the moment. 






www.peimankhosravi.co.uk || Subscribe to RSS Feed

To receive emails about upcoming concerts visit this page & enter your email address in the 'follow' section.



On 13 May 2013 21:21, peiman khosravi <peimankhosravi@gmail.com> wrote:
I get:  overall amps:  0.20000 but no sound!






www.peimankhosravi.co.uk || Subscribe to RSS Feed

To receive emails about upcoming concerts visit this page & enter your email address in the 'follow' section.



On 13 May 2013 21:20, peiman khosravi <peimankhosravi@gmail.com> wrote:
s
crap even!







www.peimankhosravi.co.uk || Subscribe to RSS Feed

To receive emails about upcoming concerts visit this page & enter your email address in the 'follow' section.



On 13 May 2013 21:20, peiman khosravi <peimankhosravi@gmail.com> wrote:
Sorry, scrape that. I had to restart the terminal. 

But now my csd doesn't make any sound in real-time (no errors), but renders to file OK. 






www.peimankhosravi.co.uk || Subscribe to RSS Feed

To receive emails about upcoming concerts visit this page & enter your email address in the 'follow' section.



On 13 May 2013 21:17, peiman khosravi <peimankhosravi@gmail.com> wrote:
Oh, spoke too soon: "Error opening plugin directory '/Users/peimankhosravi/csound6.00-rc1/CsoundLib64.framework/Versions/6.0/"






------------------------------------------------------------------------------
AlienVault Unified Security Management (USM) platform delivers complete
security visibility with the essential security capabilities. Easily and
efficiently configure, manage, and operate all of your security controls
from a single console and one unified framework. Download a free trial.
http://p.sf.net/sfu/alienvault_d2d_______________________________________________

Dr Victor Lazzarini
Senior Lecturer
Dept. of Music
NUI Maynooth Ireland
Victor dot Lazzarini AT nuim dot ie




------------------------------------------------------------------------------
AlienVault Unified Security Management (USM) platform delivers complete
security visibility with the essential security capabilities. Easily and
efficiently configure, manage, and operate all of your security controls
from a single console and one unified framework. Download a free trial.
http://p.sf.net/sfu/alienvault_d2d
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-devel



Date2013-05-13 21:31
FromVictor Lazzarini
SubjectRe: [Cs-dev] OSX: Homebrew
AttachmentsNone  None  
do you have "rtpa.dylib" in your OPCODE6DIR64? Otherwise, try -+rtaudio=auhal.
On 13 May 2013, at 21:26, peiman khosravi wrote:

Yes that's it:  'unknown rtaudio module: 'PortAudio', using dummy module'







www.peimankhosravi.co.uk || Subscribe to RSS Feed

To receive emails about upcoming concerts visit this page & enter your email address in the 'follow' section.



On 13 May 2013 21:24, Victor Lazzarini <Victor.Lazzarini@nuim.ie> wrote:
check your messages to see if you are not using the "dummy" module. That can happen if there is a problem with loading rtpa / portaudio.
On 13 May 2013, at 21:22, peiman khosravi wrote:

I'm guessing it's to do with that -o flag. I'm using -odac at the moment. 






www.peimankhosravi.co.uk || Subscribe to RSS Feed

To receive emails about upcoming concerts visit this page & enter your email address in the 'follow' section.



On 13 May 2013 21:21, peiman khosravi <peimankhosravi@gmail.com> wrote:
I get:  overall amps:  0.20000 but no sound!






www.peimankhosravi.co.uk || Subscribe to RSS Feed

To receive emails about upcoming concerts visit this page & enter your email address in the 'follow' section.



On 13 May 2013 21:20, peiman khosravi <peimankhosravi@gmail.com> wrote:
s
crap even!







www.peimankhosravi.co.uk || Subscribe to RSS Feed

To receive emails about upcoming concerts visit this page & enter your email address in the 'follow' section.



On 13 May 2013 21:20, peiman khosravi <peimankhosravi@gmail.com> wrote:
Sorry, scrape that. I had to restart the terminal. 

But now my csd doesn't make any sound in real-time (no errors), but renders to file OK. 






www.peimankhosravi.co.uk || Subscribe to RSS Feed

To receive emails about upcoming concerts visit this page & enter your email address in the 'follow' section.



On 13 May 2013 21:17, peiman khosravi <peimankhosravi@gmail.com> wrote:
Oh, spoke too soon: "Error opening plugin directory '/Users/peimankhosravi/csound6.00-rc1/CsoundLib64.framework/Versions/6.0/"






------------------------------------------------------------------------------
AlienVault Unified Security Management (USM) platform delivers complete
security visibility with the essential security capabilities. Easily and
efficiently configure, manage, and operate all of your security controls
from a single console and one unified framework. Download a free trial.
http://p.sf.net/sfu/alienvault_d2d_______________________________________________

Dr Victor Lazzarini
Senior Lecturer
Dept. of Music
NUI Maynooth Ireland
Victor dot Lazzarini AT nuim dot ie




------------------------------------------------------------------------------
AlienVault Unified Security Management (USM) platform delivers complete
security visibility with the essential security capabilities. Easily and
efficiently configure, manage, and operate all of your security controls
from a single console and one unified framework. Download a free trial.
http://p.sf.net/sfu/alienvault_d2d
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-devel


------------------------------------------------------------------------------
AlienVault Unified Security Management (USM) platform delivers complete
security visibility with the essential security capabilities. Easily and
efficiently configure, manage, and operate all of your security controls
from a single console and one unified framework. Download a free trial.
http://p.sf.net/sfu/alienvault_d2d_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-devel

Dr Victor Lazzarini
Senior Lecturer
Dept. of Music
NUI Maynooth Ireland
tel.: +353 1 708 3545
Victor dot Lazzarini AT nuim dot ie




Date2013-05-13 21:37
Frompeiman khosravi
SubjectRe: [Cs-dev] OSX: Homebrew
AttachmentsNone  None  
No "rtpa.dylib". There is a "librtpa.dylib" in the csound 5 OPCODEDIR64 but not in the new one.    






www.peimankhosravi.co.uk || Subscribe to RSS Feed

To receive emails about upcoming concerts visit this page & enter your email address in the 'follow' section.



On 13 May 2013 21:31, Victor Lazzarini <Victor.Lazzarini@nuim.ie> wrote:
do you have "rtpa.dylib" in your OPCODE6DIR64? Otherwise, try -+rtaudio=auhal.

On 13 May 2013, at 21:26, peiman khosravi wrote:

Yes that's it:  'unknown rtaudio module: 'PortAudio', using dummy module'







www.peimankhosravi.co.uk || Subscribe to RSS Feed

To receive emails about upcoming concerts visit this page & enter your email address in the 'follow' section.



On 13 May 2013 21:24, Victor Lazzarini <Victor.Lazzarini@nuim.ie> wrote:
check your messages to see if you are not using the "dummy" module. That can happen if there is a problem with loading rtpa / portaudio.
On 13 May 2013, at 21:22, peiman khosravi wrote:

I'm guessing it's to do with that -o flag. I'm using -odac at the moment. 






www.peimankhosravi.co.uk || Subscribe to RSS Feed

To receive emails about upcoming concerts visit this page & enter your email address in the 'follow' section.



On 13 May 2013 21:21, peiman khosravi <peimankhosravi@gmail.com> wrote:
I get:  overall amps:  0.20000 but no sound!






www.peimankhosravi.co.uk || Subscribe to RSS Feed

To receive emails about upcoming concerts visit this page & enter your email address in the 'follow' section.



On 13 May 2013 21:20, peiman khosravi <peimankhosravi@gmail.com> wrote:
s
crap even!







www.peimankhosravi.co.uk || Subscribe to RSS Feed

To receive emails about upcoming concerts visit this page & enter your email address in the 'follow' section.



On 13 May 2013 21:20, peiman khosravi <peimankhosravi@gmail.com> wrote:
Sorry, scrape that. I had to restart the terminal. 

But now my csd doesn't make any sound in real-time (no errors), but renders to file OK. 






www.peimankhosravi.co.uk || Subscribe to RSS Feed

To receive emails about upcoming concerts visit this page & enter your email address in the 'follow' section.



On 13 May 2013 21:17, peiman khosravi <peimankhosravi@gmail.com> wrote:
Oh, spoke too soon: "Error opening plugin directory '/Users/peimankhosravi/csound6.00-rc1/CsoundLib64.framework/Versions/6.0/"






------------------------------------------------------------------------------
AlienVault Unified Security Management (USM) platform delivers complete
security visibility with the essential security capabilities. Easily and
efficiently configure, manage, and operate all of your security controls
from a single console and one unified framework. Download a free trial.
http://p.sf.net/sfu/alienvault_d2d_______________________________________________

Dr Victor Lazzarini
Senior Lecturer
Dept. of Music
NUI Maynooth Ireland
Victor dot Lazzarini AT nuim dot ie




------------------------------------------------------------------------------
AlienVault Unified Security Management (USM) platform delivers complete
security visibility with the essential security capabilities. Easily and
efficiently configure, manage, and operate all of your security controls
from a single console and one unified framework. Download a free trial.
http://p.sf.net/sfu/alienvault_d2d
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-devel


------------------------------------------------------------------------------
AlienVault Unified Security Management (USM) platform delivers complete
security visibility with the essential security capabilities. Easily and
efficiently configure, manage, and operate all of your security controls
from a single console and one unified framework. Download a free trial.
http://p.sf.net/sfu/alienvault_d2d_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-devel

Dr Victor Lazzarini
Senior Lecturer
Dept. of Music
NUI Maynooth Ireland
Victor dot Lazzarini AT nuim dot ie




------------------------------------------------------------------------------
AlienVault Unified Security Management (USM) platform delivers complete
security visibility with the essential security capabilities. Easily and
efficiently configure, manage, and operate all of your security controls
from a single console and one unified framework. Download a free trial.
http://p.sf.net/sfu/alienvault_d2d
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-devel



Date2013-05-13 21:44
FromVictor Lazzarini
SubjectRe: [Cs-dev] OSX: Homebrew
AttachmentsNone  None  
yes, librtpa.dylib. 
Looks like homebrew is not building the portaudio module.

On 13 May 2013, at 21:37, peiman khosravi wrote:

No "rtpa.dylib". There is a "librtpa.dylib" in the csound 5 OPCODEDIR64 but not in the new one.&nbsp ;   






www.peimankhosravi.co.uk || Subscribe to RSS Feed

To receive emails about upcoming concerts visit this page & enter your email address in the 'follow' section.



On 13 May 2013 21:31, Victor Lazzarini <Victor.Lazzarini@nuim.ie> wrote:
do you have "rtpa.dylib" in your OPCODE6DIR64? Otherwise, try -+rtaudio=auhal.

On 13 May 2013, at 21:26, peiman khosravi wrote:

Yes that's it:  'unknown rtaudio module: 'PortAudio', using dummy module'







www.peimankhosravi.co.uk || Subscribe to RSS Feed

To receive emails about upcoming concerts visit this page & enter your email address in the 'follow' section.



On 13 May 2013 21:24, Victor Lazzarini <Victor.Lazzarini@nuim.ie> wrote:
check your messages to see if you are not using the "dummy" module. That can happen if there is a problem with loading rtpa / portaudio.
On 13 May 2013, at 21:22, peiman khosravi wrote:

I'm guessing it's to do with that -o flag. I'm using -odac at the moment. 






www.peimankhosravi.co.uk || Subscribe to RSS Feed

To receive emails about upcoming concerts visit this page & enter your email address in the 'follow' section.



On 13 May 2013 21:21, peiman khosravi <peimankhosravi@gmail.com> wrote:
I get:  overall amps:  0.20000 but no sound!






www.peimankhosravi.co.uk || Subscribe to RSS Feed

To receive emails about upcoming concerts visit this page & enter your email address in the 'follow' section.



On 13 May 2013 21:20, peiman khosravi <peimankhosravi@gmail.com> wrote:
s
crap even!







www.peimankhosravi.co.uk || Subscribe to RSS Feed

To receive emails about upcoming concerts visit this page & enter your email address in the 'follow' section.



On 13 May 2013 21:20, peiman khosravi <peimankhosravi@gmail.com> wrote:
Sorry, scrape that. I had to restart the terminal. 

But now my csd doesn't make any sound in real-time (no errors), but renders to file OK. 






www.peimankhosravi.co.uk || Subscribe to RSS Feed

To receive emails about upcoming concerts visit this page & enter your email address in the 'follow' section.



On 13 May 2013 21:17, peiman khosravi <peimankhosravi@gmail.com> wrote:
Oh, spoke too soon: "Error opening plugin directory '/Users/peimankhosravi/csound6.00-rc1/CsoundLib64.framework/Versions/6.0/"






------------------------------------------------------------------------------
AlienVault Unified Security Management (USM) platform delivers complete
security visibility with the essential security capabilities. Easily and
efficiently configure, manage, and operate all of your security controls
from a single console and one unified framework. Download a free trial.
http://p.sf.net/sfu/alienvault_d2d_______________________________________________

Dr Victor Lazzarini
Senior Lecturer
Dept. of Music
NUI Maynooth Ireland
Victor dot Lazzarini AT nuim dot ie




------------------------------------------------------------------------------
AlienVault Unified Security Management (USM) platform delivers complete
security visibility with the essential security capabilities. Easily and
efficiently configure, manage, and operate all of your security controls
from a single console and one unified framework. Download a free trial.
http://p.sf.net/sfu/alienvault_d2d
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-devel


------------------------------------------------------------------------------
AlienVault Unified Security Management (USM) platform delivers complete
security visibility with the essential security capabilities. Easily and
efficiently configure, manage, and operate all of your security controls
from a single console and one unified framework. Download a free trial.
http://p.sf.net/sfu/alienvault_d2d_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-devel

Dr Victor Lazzarini
Senior Lecturer
Dept. of Music
NUI Maynooth Ireland
Victor dot Lazzarini AT nuim dot ie




------------------------------------------------------------------------------
AlienVault Unified Security Management (USM) platform delivers complete
security visibility with the essential security capabilities. Easily and
efficiently configure, manage, and operate all of your security controls
from a single console and one unified framework. Download a free trial.
http://p.sf.net/sfu/alienvault_d2d
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-devel


------------------------------------------------------------------------------
AlienVault Unified Security Management (USM) platform delivers complete
security visibility with the essential security capabilities. Easily and
efficiently configure, manage, and operate all of your security controls
from a single console and one unified framework. Download a free trial.
http://p.sf.net/sfu/alienvault_d2d_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-devel

Dr Victor Lazzarini
Senior Lecturer
Dept. of Music
NUI Maynooth Ireland
tel.: +353 1 708 3545
Victor dot Lazzarini AT nuim dot ie




Date2013-05-13 22:03
FromSteven Yi
SubjectRe: [Cs-dev] OSX: Homebrew
Hi Peiman,

I think Victor might be right; did you set OPCODE6DIR64 in a .profile
or other file?  Also, the install names issue is known; I haven't
sorted that one out.  Regading Csound5, currently there's no easy way
to have both.  What you can do though is run "brew unlink csound",
then install Csound 5 from installer again.  From there, the default
csound called will be those from /usr/local/bin, which will be Csound
5.  If you want to run Csound6, you could then temporarily set the
PATH on the commandline:

export PATH=/usr/local/Cellar/csound/HEAD/bin/:$PATH

Which will then call the csound executables from that folder.  If you
do this, moving forward, you could do rebuilds of Csound from HEAD and
brew link should not attempt to overwrite what is in /usr/local/bin.

Thanks!
steven

On Mon, May 13, 2013 at 9:53 PM, peiman khosravi
 wrote:
> Great, it builds OK. But when I call Csound in the terminal I get this,
> followed by the usual Csound printout:
>
> Error opening plugin directory
> '/Users/peimankhosravi/csound6.00-rc1/CsoundLib64.framework/Versions/6.0/Resources/Opcodes':
> No such file or directory
>
>
> I get these errors after installing:
>
> Warning: Could not fix install names for
> /usr/local/Cellar/csound/HEAD/bin/srconv
> Warning: Could not fix install names for
> /usr/local/Cellar/csound/HEAD/bin/sndinfo
> Warning: Could not fix install names for
> /usr/local/Cellar/csound/HEAD/bin/scsort
> Warning: Could not fix install names for
> /usr/local/Cellar/csound/HEAD/bin/scope
> Warning: Could not fix install names for
> /usr/local/Cellar/csound/HEAD/bin/scale
> Warning: Could not fix install names for
> /usr/local/Cellar/csound/HEAD/bin/pvlook
> Warning: Could not fix install names for
> /usr/local/Cellar/csound/HEAD/bin/pvanal
> Warning: Could not fix install names for
> /usr/local/Cellar/csound/HEAD/bin/pv_import
> Warning: Could not fix install names for
> /usr/local/Cellar/csound/HEAD/bin/pv_export
> Warning: Could not fix install names for
> /usr/local/Cellar/csound/HEAD/bin/mixer
> Warning: Could not fix install names for
> /usr/local/Cellar/csound/HEAD/bin/lpc_import
> Warning: Could not fix install names for
> /usr/local/Cellar/csound/HEAD/bin/lpc_export
> Warning: Could not fix install names for
> /usr/local/Cellar/csound/HEAD/bin/lpanal
> Warning: Could not fix install names for
> /usr/local/Cellar/csound/HEAD/bin/hetro
> Warning: Could not fix install names for
> /usr/local/Cellar/csound/HEAD/bin/het_import
> Warning: Could not fix install names for
> /usr/local/Cellar/csound/HEAD/bin/het_export
> Warning: Could not fix install names for
> /usr/local/Cellar/csound/HEAD/bin/extractor
> Warning: Could not fix install names for
> /usr/local/Cellar/csound/HEAD/bin/extract
> Warning: Could not fix install names for
> /usr/local/Cellar/csound/HEAD/bin/envext
> Warning: Could not fix install names for
> /usr/local/Cellar/csound/HEAD/bin/dnoise
> Warning: Could not fix install names for
> /usr/local/Cellar/csound/HEAD/bin/cvanal
> Warning: Could not fix install names for
> /usr/local/Cellar/csound/HEAD/bin/csound
> Warning: Could not fix install names for
> /usr/local/Cellar/csound/HEAD/bin/csanalyze
> Warning: Could not fix install names for
> /usr/local/Cellar/csound/HEAD/bin/atsa
> Warning: Could not fix install names for
> /usr/local/Cellar/csound/HEAD/lib/libcsnd.6.0.dylib
>
>
> Also: how can I use csound 5 now? Do I need to specify the full path to it?
>
> Thanks
> Peiman
>
>
>
>
>
>
> www.peimankhosravi.co.uk || Subscribe to RSS Feed
>
> To receive emails about upcoming concerts visit this page & enter your email
> address in the 'follow' section.
>
>
>
> On 13 May 2013 19:46, Steven Yi  wrote:
>>
>> Hi Peiman,
>>
>> It looks like the copy/paste maybe copied some newlines that shouldn't
>> be there?  For example:
>>
>> sudo chmod +a 'user:peimankhosravi allow
>> add_subdirectory,add_file,delete_child directory_inherit'
>> /Library/Python/2.7/site-packages
>>
>> You can look at
>> https://github.com/mxcl/homebrew/wiki/Gems%2C-Eggs-and-Perl-Modules to
>> see what the line should look like, with a change of what directories
>> to apply the command to.
>>
>> (I think it might be best to start a wiki page on this, but I need to
>> see which wiki to use. :)  I'll ask about that in a separate email.)
>>
>> steven
>>
>> On Mon, May 13, 2013 at 8:36 PM, peiman khosravi
>>  wrote:
>> > Hi Steven,
>> >
>> > Thanks very much for the help. I trued your solution above but I get
>> > this:
>> >
>> > peimankh:~ peimankhosravi$ sudo chmod +a 'user:peimankhosravi allow
>> >> add_subdirectory
>> >> add_file,delete_child
>> >> directory_inherit'
>> > usage: chmod [-fhv] [-R [-H | -L | -P]] [-a | +a | =a  [i][# [ n]]]
>> > mode|entry file ...
>> > chmod [-fhv] [-R [-H | -L | -P]] [-E | -C | -N | -i | -I] file ...
>> > peimankh:~ peimankhosravi$ /Library/Python/2.7/site-packages
>> > -bash: /Library/Python/2.7/site-packages: is a directory
>> > peimankh:~ peimankhosravi$ sudo chmod +a 'user:peimankhosravi allow
>> >> add_subdirectory,add_file,delete_child,directory_inherit'
>> > usage: chmod [-fhv] [-R [-H | -L | -P]] [-a | +a | =a  [i][# [ n]]]
>> > mode|entry file ...
>> > chmod [-fhv] [-R [-H | -L | -P]] [-E | -C | -N | -i | -I] file ...
>> > peimankh:~ peimankhosravi$ /Library/Python/2.7/site-packages
>> > -bash: /Library/Python/2.7/site-packages: is a directory
>> >
>> >
>> > Is this normal?
>> >
>> >
>> >
>> >
>> >
>> >
>> > www.peimankhosravi.co.uk || Subscribe to RSS Feed
>> >
>> > To receive emails about upcoming concerts visit this page & enter your
>> > email
>> > address in the 'follow' section.
>> >
>> >
>> >
>> > On 12 May 2013 13:18, Steven Yi  wrote:
>> >>
>> >> Hi Ed,
>> >>
>> >> Yeah I mentioned this situation in my first email:
>> >>
>> >> "2) The csound cmake file installs things into places that may be
>> >> protected on your system. The particularly relevant ones are
>> >> /usr/local, /Library/Python/2.7/site-packages, and
>> >> /Library/Java/Extensions.  Homebrew explains how to deal with the
>> >> latter 2 directores in [2]. There's info about /usr/local on the
>> >> homebrew site [1]."
>> >>
>> >> The link for number 2 is:
>> >>
>> >> https://github.com/mxcl/homebrew/wiki/Gems%2C-Eggs-and-Perl-Modules
>> >>
>> >> The essentialy thing to run is:
>> >>
>> >> sudo chmod +a 'user:YOUR_NAME_HERE allow
>> >> add_subdirectory,add_file,delete_child,directory_inherit'
>> >> /Library/Python/2.7/site-packages
>> >> sudo chmod +a 'user:YOUR_NAME_HERE allow
>> >> add_subdirectory,add_file,delete_child,directory_inherit'
>> >> /Library/Java/Extensions
>> >>
>> >> where YOUR_NAME_HERE is your system user name.
>> >>
>> >> After that, you should be able to install.
>> >>
>> >> Let me know how it goes for you!
>> >> steven
>> >>
>> >>
>> >> On Sun, May 12, 2013 at 12:12 PM, Ed Costello
>> >> 
>> >> wrote:
>> >> > Here ya go, I think the installer is having trouble with copying
>> >> > _csnd6.so
>> >> > into my python site packages directory
>> >> >
>> >> > Marions-MacBook:~ eddyc$ brew install --HEAD
>> >> > http://www.kunstmusik.com/csound.rb --verbose
>> >> > /usr/bin/curl -f#LA Homebrew 0.9.4 (Ruby 1.8.7-358; Mac OS X 10.8.3)
>> >> > http://www.kunstmusik.com/csound.rb -o
>> >> > /Library/Caches/Homebrew/Formula/csound.rb
>> >> >
>> >> > ########################################################################
>> >> > 100.0%
>> >> > ==> Cloning git://git.code.sourceforge.net/p/csound/csound6-git
>> >> > git clone --depth 1
>> >> > git://git.code.sourceforge.net/p/csound/csound6-git
>> >> > /Library/Caches/Homebrew/csound--git
>> >> > Cloning into '/Library/Caches/Homebrew/csound--git'...
>> >> > remote: Counting objects: 1531, done.
>> >> > remote: Compressing objects: 100% (1314/1314), done.
>> >> > remote: Total 1531 (delta 288), reused 797 (delta 140)
>> >> > Receiving objects: 100% (1531/1531), 13.23 MiB | 1.07 MiB/s, done.
>> >> > Resolving deltas: 100% (288/288), done.
>> >> > git reset --hard origin/HEAD
>> >> > HEAD is now at 2468c7c some float csound adjustments
>> >> > git checkout-index -a -f --prefix=/private/tmp/csound-KYls/
>> >> > ==> cmake . -DUSE_GETTEXT=0
>> >> > -DCMAKE_INSTALL_PREFIX=/usr/local/Cellar/csound/HEAD
>> >> > -DCMAKE_BUILD_TYPE=None
>> >> > -DCMAKE_FIND_FRAMEWORK=LAST -Wno-dev
>> >> > cmake . -DUSE_GETTEXT=0
>> >> > -DCMAKE_INSTALL_PREFIX=/usr/local/Cellar/csound/HEAD
>> >> > -DCMAKE_BUILD_TYPE=None -DCMAKE_FIND_FRAMEWORK=LAST -Wno-dev
>> >> > -- The C compiler identification is Clang 4.2.0
>> >> > -- The CXX compiler identification is Clang 4.2.0
>> >> > -- Check for working C compiler: /usr/local/Library/ENV/4.3/cc
>> >> > -- Check for working C compiler: /usr/local/Library/ENV/4.3/cc --
>> >> > works
>> >> > -- Detecting C compiler ABI info
>> >> > -- Detecting C compiler ABI info - done
>> >> > -- Check for working CXX compiler: /usr/local/Library/ENV/4.3/c++
>> >> > -- Check for working CXX compiler: /usr/local/Library/ENV/4.3/c++ --
>> >> > works
>> >> > -- Detecting CXX compiler ABI info
>> >> > -- Detecting CXX compiler ABI info - done
>> >> > -- /tmp/csound-KYls
>> >> > -- BUILD_BIN_DIR set to /tmp/csound-KYls
>> >> > -- BUILD_LIB_DIR set to /tmp/csound-KYls
>> >> > -- BUILD_PLUGINS_DIR set to /tmp/csound-KYls
>> >> > -- Check if the system is big endian
>> >> > -- Searching 16 bit integer
>> >> > -- Looking for sys/types.h
>> >> > -- Looking for sys/types.h - found
>> >> > -- Looking for stdint.h
>> >> > -- Looking for stdint.h - found
>> >> > -- Looking for stddef.h
>> >> > -- Looking for stddef.h - found
>> >> > -- Check size of unsigned short
>> >> > -- Check size of unsigned short - done
>> >> > -- Using unsigned short
>> >> > -- Check if the system is big endian - little endian
>> >> > -- Try OpenMP C flag = [-fopenmp]
>> >> > -- Performing Test OpenMP_FLAG_DETECTED
>> >> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> >> > -- Try OpenMP C flag = [/openmp]
>> >> > -- Performing Test OpenMP_FLAG_DETECTED
>> >> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> >> > -- Try OpenMP C flag = [-Qopenmp]
>> >> > -- Performing Test OpenMP_FLAG_DETECTED
>> >> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> >> > -- Try OpenMP C flag = [-openmp]
>> >> > -- Performing Test OpenMP_FLAG_DETECTED
>> >> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> >> > -- Try OpenMP C flag = [ ]
>> >> > -- Performing Test OpenMP_FLAG_DETECTED
>> >> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> >> > -- Try OpenMP C flag = [-xopenmp]
>> >> > -- Performing Test OpenMP_FLAG_DETECTED
>> >> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> >> > -- Try OpenMP C flag = [+Oopenmp]
>> >> > -- Performing Test OpenMP_FLAG_DETECTED
>> >> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> >> > -- Try OpenMP C flag = [-qsmp]
>> >> > -- Performing Test OpenMP_FLAG_DETECTED
>> >> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> >> > -- Try OpenMP C flag = [-mp]
>> >> > -- Performing Test OpenMP_FLAG_DETECTED
>> >> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> >> > -- Try OpenMP CXX flag = [-fopenmp]
>> >> > -- Performing Test OpenMP_FLAG_DETECTED
>> >> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> >> > -- Try OpenMP CXX flag = [/openmp]
>> >> > -- Performing Test OpenMP_FLAG_DETECTED
>> >> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> >> > -- Try OpenMP CXX flag = [-Qopenmp]
>> >> > -- Performing Test OpenMP_FLAG_DETECTED
>> >> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> >> > -- Try OpenMP CXX flag = [-openmp]
>> >> > -- Performing Test OpenMP_FLAG_DETECTED
>> >> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> >> > -- Try OpenMP CXX flag = [ ]
>> >> > -- Performing Test OpenMP_FLAG_DETECTED
>> >> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> >> > -- Try OpenMP CXX flag = [-xopenmp]
>> >> > -- Performing Test OpenMP_FLAG_DETECTED
>> >> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> >> > -- Try OpenMP CXX flag = [+Oopenmp]
>> >> > -- Performing Test OpenMP_FLAG_DETECTED
>> >> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> >> > -- Try OpenMP CXX flag = [-qsmp]
>> >> > -- Performing Test OpenMP_FLAG_DETECTED
>> >> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> >> > -- Try OpenMP CXX flag = [-mp]
>> >> > -- Performing Test OpenMP_FLAG_DETECTED
>> >> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> >> > -- Could NOT find OpenMP (missing:  OpenMP_C_FLAGS OpenMP_CXX_FLAGS)
>> >> > -- Looking for libintl.h
>> >> > -- Looking for libintl.h - not found
>> >> > -- Looking for C++ include eigen3/Eigen/Dense
>> >> > -- Looking for C++ include eigen3/Eigen/Dense - not found
>> >> > -- Could NOT find Gettext (missing:  GETTEXT_MSGMERGE_EXECUTABLE
>> >> > GETTEXT_MSGFMT_EXECUTABLE)
>> >> > -- Looking for lrint in m
>> >> > -- Looking for lrint in m - found
>> >> > -- Looking for unistd.h
>> >> > -- Looking for unistd.h - found
>> >> > -- Looking for io.h
>> >> > -- Looking for io.h - not found
>> >> > -- Looking for fcntl.h
>> >> > -- Looking for fcntl.h - found
>> >> > -- Looking for sys/time.h
>> >> > -- Looking for sys/time.h - found
>> >> > -- Looking for termios.h
>> >> > -- Looking for termios.h - found
>> >> > -- Looking for values.h
>> >> > -- Looking for values.h - not found
>> >> > -- Looking for winsock.h
>> >> > -- Looking for winsock.h - not found
>> >> > -- Looking for sys/socket.h
>> >> > -- Looking for sys/socket.h - found
>> >> > -- Looking for dirent.h
>> >> > -- Looking for dirent.h - found
>> >> > -- USE_LRINT is enabled
>> >> > -- Found FLEX: /usr/bin/flex (found version "2.5.35")
>> >> > -- Found BISON: /usr/bin/bison (found version "2.3")
>> >> > -- Looking for pthread_spin_lock
>> >> > -- Looking for pthread_spin_lock - not found
>> >> > -- Looking for pthread_barrier_init
>> >> > -- Looking for pthread_barrier_init - not found
>> >> > -- OPENMP_FOUND="FALSE", so disabling USE_OPEN_MP
>> >> > -- PTHREAD_BARRIER_INIT_EXISTS="", so disabling USE_OPEN_MP
>> >> > -- USE_OPEN_MP is disabled
>> >> > -- Not building with score parser
>> >> > -- Not building with new parser debugging
>> >> > -- Building with multicore
>> >> > -- USE_GETTEXT is disabled
>> >> > -- Not using localization
>> >> > -- Building on OSX
>> >> > -- Boost version: 1.53.0
>> >> > -- Looking for ladspa.h
>> >> > -- Looking for ladspa.h - not found
>> >> > -- Looking for fluidsynth.h
>> >> > -- Looking for fluidsynth.h - not found
>> >> > -- Looking for jack/jack.h
>> >> > -- Looking for jack/jack.h - not found
>> >> > -- Looking for C++ include gmm/gmm.h
>> >> > -- Looking for C++ include gmm/gmm.h - not found
>> >> > -- Looking for lo/lo.h
>> >> > -- Looking for lo/lo.h - found
>> >> > -- Found ZLIB: /usr/lib/libz.dylib (found version "1.2.5")
>> >> > -- Found PNG: /usr/local/lib/libpng.dylib (found version "1.5.14")
>> >> > -- Found PythonLibs: /usr/lib/libpython2.7.dylib (found version
>> >> > "2.7.2")
>> >> > -- Found Lua51: /usr/local/lib/liblua.dylib (found version "5.1.5")
>> >> > -- Looking for wiiuse.h
>> >> > -- Looking for wiiuse.h - not found
>> >> > -- Looking for p5glove.h
>> >> > -- Looking for p5glove.h - not found
>> >> > -- BUILD_CHUA_OPCODES is enabled
>> >> > -- LADSPA_H="", so disabling BUILD_DSSI_OPCODES
>> >> > -- BUILD_DSSI_OPCODES is disabled
>> >> > -- FLUIDSYNTH_H="", so disabling BUILD_FLUID_OPCODES
>> >> > -- FLUIDSYNTH_LIBRARY="FLUIDSYNTH_LIBRARY-NOTFOUND", so disabling
>> >> > BUILD_FLUID_OPCODES
>> >> > -- BUILD_FLUID_OPCODES is disabled
>> >> > -- JACK_HEADER="", so disabling BUILD_JACK_OPCODES
>> >> > -- BUILD_JACK_OPCODES is disabled
>> >> > -- GMM_HEADER="", so disabling BUILD_LINEAR_ALGEBRA_OPCODES
>> >> > -- BUILD_LINEAR_ALGEBRA_OPCODES is disabled
>> >> > -- BUILD_OSC_OPCODES is enabled
>> >> > -- BUILD_IMAGE_OPCODES is enabled
>> >> > -- BUILD_PYTHON_OPCODES is enabled
>> >> > -- OPENMP_FOUND="FALSE", so disabling BUILD_LUA_OPCODES
>> >> > -- BUILD_LUA_OPCODES is disabled
>> >> > -- WIIUSE_H="", so disabling BUILD_WIIMOTE_OPCODES
>> >> > -- BUILD_WIIMOTE_OPCODES is disabled
>> >> > -- P5GLOVE_H="", so disabling BUILD_P5GLOVE_OPCODES
>> >> > -- BUILD_P5GLOVE_OPCODES is disabled
>> >> > -- BUILD_STK_OPCODES is enabled
>> >> > --
>> >> > -- ## REALTIME AUDIO AND MIDI ##
>> >> > -- Looking for alsa/asoundlib.h
>> >> > -- Looking for alsa/asoundlib.h - not found
>> >> > -- Looking for pulse/simple.h
>> >> > -- Looking for pulse/simple.h - not found
>> >> > -- Looking for XOpenDisplay in
>> >> > /usr/X11R6/lib/libX11.dylib;/usr/X11R6/lib/libXext.dylib
>> >> > -- Looking for XOpenDisplay in
>> >> > /usr/X11R6/lib/libX11.dylib;/usr/X11R6/lib/libXext.dylib - found
>> >> > -- Looking for gethostbyname
>> >> > -- Looking for gethostbyname - found
>> >> > -- Looking for connect
>> >> > -- Looking for connect - found
>> >> > -- Looking for remove
>> >> > -- Looking for remove - found
>> >> > -- Looking for shmat
>> >> > -- Looking for shmat - found
>> >> > -- Looking for IceConnectionNumber in ICE
>> >> > -- Looking for IceConnectionNumber in ICE - not found
>> >> > -- Found X11: /usr/X11R6/lib/libX11.dylib
>> >> > -- Found FLTK:
>> >> >
>> >> >
>> >> > /usr/local/lib/libfltk_images.a;/usr/local/lib/libfltk_forms.a;/usr/local/lib/libfltk.a
>> >> > -- USE_COREMIDI is enabled
>> >> > -- USE_AUDIOUNIT is enabled
>> >> > -- ALSA_HEADER="", so disabling USE_ALSA
>> >> > -- ALSA_LIBRARY="ALSA_LIBRARY-NOTFOUND", so disabling USE_ALSA
>> >> > -- USE_ALSA is disabled
>> >> > -- PULSEAUDIO_HEADER="", so disabling USE_PULSEAUDIO
>> >> > -- PULSEAUDIO_LIBRARY="PULSEAUDIO_LIBRARY-NOTFOUND", so disabling
>> >> > USE_PULSEAUDIO
>> >> > -- PULSESIMPLE_LIBRARY="PULSESIMPLE_LIBRARY-NOTFOUND", so disabling
>> >> > USE_PULSEAUDIO
>> >> > -- USE_PULSEAUDIO is disabled
>> >> > -- PORTAUDIO_HEADER="", so disabling USE_PORTAUDIO
>> >> > -- USE_PORTAUDIO is disabled
>> >> > -- PORTMIDI_HEADER="", so disabling USE_PORTMIDI
>> >> > -- USE_PORTMIDI is disabled
>> >> > -- JACK_HEADER="", so disabling USE_JACK
>> >> > -- JACK_LIBRARY="JACK_LIBRARY-NOTFOUND", so disabling USE_JACK
>> >> > -- USE_JACK is disabled
>> >> > -- USE_FLTK is enabled
>> >> > -- BUILD_VIRTUAL_KEYBOARD is enabled
>> >> > --
>> >> > -- Building C++ interface library
>> >> > -- Found SWIG: /usr/local/bin/swig (found suitable version "2.0.9",
>> >> > minimum
>> >> > required is "2.0")
>> >> > -- Found JNI: -framework JavaVM
>> >> > -- Found Java: /usr/bin/java (found version "1.6.0.45")
>> >> > -- BUILD_PYTHON_INTERFACE is enabled
>> >> > -- BUILD_JAVA_INTERFACE is enabled
>> >> > -- BUILD_LUA_INTERFACE is enabled
>> >> > -- Looking for m_pd.h
>> >> > -- Looking for m_pd.h - not found
>> >> > -- Building csLadspa
>> >> > -- BUILD_CSBEATS is enabled
>> >> > -- PD_HEADER="", so disabling BUILD_PD_CLASS
>> >> > -- BUILD_PD_CLASS is disabled
>> >> > -- BUILD_WINSOUND is disabled
>> >> > -- Boost version: 1.53.0
>> >> > -- Found SWIG: /usr/local/bin/swig (found version "2.0.9")
>> >> > -- BUILD_CSOUND_AC is disabled
>> >> > -- BUILD_CSOUND_AC_PYTHON_INTERFACE is enabled
>> >> > -- BUILD_CSOUND_AC_LUA_INTERFACE is enabled
>> >> > -- Configuring done
>> >> > -- Generating done
>> >> > -- Build files have been written to: /tmp/csound-KYls
>> >> > ==> make install
>> >> > make install
>> >> > Scanning dependencies of target ampmidid
>> >> > [  0%] Generating csound_prelex.c
>> >> > [  0%] Generating csound_orclex.c
>> >> > [  0%] Generating csound_orcparse.c
>> >> > /tmp/csound-KYls/Engine/csound_orc.y: conflicts: 4 shift/reduce, 10
>> >> > reduce/reduce
>> >> > [  0%] Building CXX object
>> >> > Opcodes/CMakeFiles/ampmidid.dir/ampmidid.cpp.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > Scanning dependencies of target CsoundLib64
>> >> > Linking CXX shared library ../libampmidid.dylib
>> >> > [  0%] Built target ampmidid
>> >> > Scanning dependencies of target cellular
>> >> > [  0%] Building C object Opcodes/CMakeFiles/cellular.dir/cellular.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > Linking C shared library ../libcellular.dylib
>> >> > [  0%] Built target cellular
>> >> > Scanning dependencies of target chua
>> >> > [  1%] Building C object CMakeFiles/CsoundLib64.dir/Engine/auxfd.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [  1%] Building C object CMakeFiles/CsoundLib64.dir/Engine/cfgvar.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [  1%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Engine/corfiles.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [  2%] Building C object CMakeFiles/CsoundLib64.dir/Engine/entry1.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [  2%] Building C object CMakeFiles/CsoundLib64.dir/Engine/envvar.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [  2%] [  3%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Engine/extract.c.o
>> >> > Building CXX object
>> >> > Opcodes/CMakeFiles/chua.dir/chua/ChuaOscillator.cpp.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [  4%] Building C object CMakeFiles/CsoundLib64.dir/Engine/fgens.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [  4%] Building C object CMakeFiles/CsoundLib64.dir/Engine/insert.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [  4%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Engine/linevent.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [  5%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Engine/memalloc.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [  5%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Engine/memfiles.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [  5%] Building C object CMakeFiles/CsoundLib64.dir/Engine/musmon.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [  5%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Engine/namedins.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [  6%] Building C object CMakeFiles/CsoundLib64.dir/Engine/rdscor.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [  6%] Building C object CMakeFiles/CsoundLib64.dir/Engine/scsort.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [  6%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Engine/scxtract.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [  7%] Building C object CMakeFiles/CsoundLib64.dir/Engine/sort.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [  7%] Building C object CMakeFiles/CsoundLib64.dir/Engine/sread.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > Linking CXX shared library ../libchua.dylib
>> >> > [  7%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Engine/swritestr.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [  8%] Building C object CMakeFiles/CsoundLib64.dir/Engine/twarp.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [  8%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Engine/csound_type_system.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [  8%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Engine/csound_standard_types.c.o
>> >> > [  8%] Built target chua
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > Scanning dependencies of target control
>> >> > [  9%] [  9%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Engine/csound_data_structures.c.o
>> >> > Building C object Opcodes/CMakeFiles/control.dir/control.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [  9%] Linking C shared library ../libcontrol.dylib
>> >> > Building C object CMakeFiles/CsoundLib64.dir/Engine/pools.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [  9%] Built target control
>> >> > Scanning dependencies of target cs_date
>> >> > [  9%] [ 10%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/InOut/libsnd.c.o
>> >> > Building C object Opcodes/CMakeFiles/cs_date.dir/date.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > Linking C shared library ../libcs_date.dylib
>> >> > [ 10%] Built target cs_date
>> >> > [ 10%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/InOut/libsnd_u.c.o
>> >> > Scanning dependencies of target doppler
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 10%] Building CXX object
>> >> > Opcodes/CMakeFiles/doppler.dir/doppler.cpp.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 11%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/InOut/midifile.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 11%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/InOut/midirecv.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > Linking CXX shared library ../libdoppler.dylib
>> >> > [ 11%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/InOut/midisend.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 11%] Built target doppler
>> >> > Scanning dependencies of target fareygen
>> >> > [ 12%] [ 12%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/InOut/winascii.c.o
>> >> > Building C object Opcodes/CMakeFiles/fareygen.dir/fareygen.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 12%] Linking C shared library ../libfareygen.dylib
>> >> > Building C object CMakeFiles/CsoundLib64.dir/InOut/windin.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 12%] Built target fareygen
>> >> > Scanning dependencies of target fractalnoise
>> >> > [ 12%] Building C object CMakeFiles/CsoundLib64.dir/InOut/window.c.o
>> >> > [ 13%] Building CXX object
>> >> > Opcodes/CMakeFiles/fractalnoise.dir/tl/fractalnoise.cpp.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 14%] Building C object CMakeFiles/CsoundLib64.dir/InOut/winEPS.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > Linking CXX shared library ../libfractalnoise.dylib
>> >> > [ 14%] Built target fractalnoise
>> >> > [ 14%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/InOut/circularbuffer.c.o
>> >> > Scanning dependencies of target image
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 14%] Building C object
>> >> > Opcodes/CMakeFiles/image.dir/imageOpcodes.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 14%] Building C object CMakeFiles/CsoundLib64.dir/OOps/aops.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > Linking C shared library ../libimage.dylib
>> >> > [ 14%] Built target image
>> >> > Scanning dependencies of target mixer
>> >> > [ 14%] Building CXX object Opcodes/CMakeFiles/mixer.dir/mixer.cpp.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 15%] Building C object CMakeFiles/CsoundLib64.dir/OOps/bus.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > Linking CXX shared library ../libmixer.dylib
>> >> > [ 15%] Building C object CMakeFiles/CsoundLib64.dir/OOps/cmath.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 15%] Built target mixer
>> >> > Scanning dependencies of target osc
>> >> > [ 16%] Building C object Opcodes/CMakeFiles/osc.dir/OSC.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 16%] Building C object CMakeFiles/CsoundLib64.dir/OOps/diskin.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > Linking C shared library ../libosc.dylib
>> >> > [ 16%] Building C object CMakeFiles/CsoundLib64.dir/OOps/diskin2.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 16%] Built target osc
>> >> > Scanning dependencies of target platerev
>> >> > [ 16%] Building C object Opcodes/CMakeFiles/platerev.dir/platerev.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 17%] Linking C shared library ../libplaterev.dylib
>> >> > Building C object CMakeFiles/CsoundLib64.dir/OOps/disprep.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 17%] Built target platerev
>> >> > Scanning dependencies of target py
>> >> > [ 17%] [ 17%] Building C object
>> >> > Opcodes/CMakeFiles/py.dir/py/pythonopcodes.c.o
>> >> > Building C object CMakeFiles/CsoundLib64.dir/OOps/dumpf.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 17%] Building C object CMakeFiles/CsoundLib64.dir/OOps/fftlib.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > Linking C shared library ../libpy.dylib
>> >> > [ 17%] Built target py
>> >> > [ 18%] Scanning dependencies of target scansyn
>> >> > Building C object CMakeFiles/CsoundLib64.dir/OOps/goto_ops.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 18%] Building C object Opcodes/CMakeFiles/scansyn.dir/scansyn.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 18%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/OOps/midiinterop.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 19%] Building C object Opcodes/CMakeFiles/scansyn.dir/scansynx.c.o
>> >> > [ 19%] Building C object CMakeFiles/CsoundLib64.dir/OOps/midiops.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 20%] Building C object CMakeFiles/CsoundLib64.dir/OOps/midiout.c.o
>> >> > Linking C shared library ../libscansyn.dylib
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 20%] Built target scansyn
>> >> > Scanning dependencies of target serial
>> >> > [ 20%] Building C object Opcodes/CMakeFiles/serial.dir/serial.c.o
>> >> > [ 20%] Building C object CMakeFiles/CsoundLib64.dir/OOps/mxfft.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > Linking C shared library ../libserial.dylib
>> >> > [ 20%] Built target serial
>> >> > [ 20%] Building C object CMakeFiles/CsoundLib64.dir/OOps/oscils.c.o
>> >> > Scanning dependencies of target signalflowgraph
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 21%] Building CXX object
>> >> > Opcodes/CMakeFiles/signalflowgraph.dir/signalflowgraph.cpp.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 22%] Building C object CMakeFiles/CsoundLib64.dir/OOps/pstream.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 22%] Building C object CMakeFiles/CsoundLib64.dir/OOps/pvfileio.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 22%] Building C object CMakeFiles/CsoundLib64.dir/OOps/pvsanal.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 22%] Building C object CMakeFiles/CsoundLib64.dir/OOps/random.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 23%] Building C object CMakeFiles/CsoundLib64.dir/OOps/remote.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 23%] Building C object CMakeFiles/CsoundLib64.dir/OOps/schedule.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > Linking CXX shared library ../libsignalflowgraph.dylib
>> >> > [ 23%] Building C object CMakeFiles/CsoundLib64.dir/OOps/sndinfUG.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 23%] Built target signalflowgraph
>> >> > Scanning dependencies of target system_call
>> >> > [ 25%] [ 25%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/OOps/str_ops.c.o
>> >> > Building C object Opcodes/CMakeFiles/system_call.dir/system_call.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > Linking C shared library ../libsystem_call.dylib
>> >> > [ 25%] Built target system_call
>> >> > Scanning dependencies of target stk-ops
>> >> > [ 25%] Building C object CMakeFiles/CsoundLib64.dir/OOps/ugens1.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 25%] Building CXX object
>> >> > Opcodes/stk/CMakeFiles/stk-ops.dir/stkOpcodes.cpp.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 25%] Building C object CMakeFiles/CsoundLib64.dir/OOps/ugens2.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 26%] Building C object CMakeFiles/CsoundLib64.dir/OOps/ugens2a.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 26%] Building C object CMakeFiles/CsoundLib64.dir/OOps/ugens3.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 26%] Building C object CMakeFiles/CsoundLib64.dir/OOps/ugens4.c.o
>> >> > Linking CXX shared library ../../libstk.dylib
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 26%] Built target stk-ops
>> >> > Scanning dependencies of target cmidi
>> >> > [ 27%] Building C object CMakeFiles/CsoundLib64.dir/OOps/ugens5.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 27%] Building C object InOut/CMakeFiles/cmidi.dir/cmidi.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 27%] Building C object CMakeFiles/CsoundLib64.dir/OOps/ugens6.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > Linking C shared library ../libcmidi.dylib
>> >> > [ 27%] Building C object CMakeFiles/CsoundLib64.dir/OOps/ugtabs.c.o
>> >> > [ 27%] Built target cmidi
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > Scanning dependencies of target ipmidi
>> >> > [ 27%] Building C object InOut/CMakeFiles/ipmidi.dir/ipmidi.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > Linking C shared library ../libipmidi.dylib
>> >> > [ 27%] Building C object CMakeFiles/CsoundLib64.dir/OOps/ugrw1.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 27%] Built target ipmidi
>> >> > Scanning dependencies of target rtauhal
>> >> > [ 28%] Building C object InOut/CMakeFiles/rtauhal.dir/rtauhal.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 29%] Building C object CMakeFiles/CsoundLib64.dir/OOps/ugrw2.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 29%] Building C object CMakeFiles/CsoundLib64.dir/OOps/vdelay.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > Linking C shared library ../librtauhal.dylib
>> >> > [ 29%] Built target rtauhal
>> >> > Scanning dependencies of target virtual
>> >> > [ 29%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/OOps/compile_ops.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 29%] Building CXX object
>> >> > InOut/CMakeFiles/virtual.dir/virtual_keyboard/FLTKKeyboard.cpp.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 30%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/babo.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 30%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/bilbar.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 30%] Building CXX object
>> >> >
>> >> > InOut/CMakeFiles/virtual.dir/virtual_keyboard/FLTKKeyboardWindow.cpp.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 30%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/compress.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 32%] [ 32%] Building CXX object
>> >> >
>> >> > InOut/CMakeFiles/virtual.dir/virtual_keyboard/FLTKKeyboardWidget.cpp.o
>> >> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/eqfil.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 32%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/Vosim.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 32%] [ 32%] Building CXX object
>> >> > InOut/CMakeFiles/virtual.dir/virtual_keyboard/virtual_keyboard.cpp.o
>> >> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pitch.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 32%] Building CXX object
>> >> > InOut/CMakeFiles/virtual.dir/virtual_keyboard/Bank.cpp.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 33%] [ 34%] Building CXX object
>> >> > InOut/CMakeFiles/virtual.dir/virtual_keyboard/KeyboardMapping.cpp.o
>> >> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pitch0.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 34%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/spectra.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 34%] Building CXX object
>> >> > InOut/CMakeFiles/virtual.dir/virtual_keyboard/Program.cpp.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 34%] Building CXX object
>> >> > InOut/CMakeFiles/virtual.dir/virtual_keyboard/SliderBank.cpp.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 34%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/ambicode1.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 35%] Building CXX object
>> >> > InOut/CMakeFiles/virtual.dir/virtual_keyboard/SliderData.cpp.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > Linking CXX shared library ../libvirtual.dylib
>> >> > [ 36%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/sfont.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 36%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/grain4.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 36%] Built target virtual
>> >> > Scanning dependencies of target widgets
>> >> > [ 36%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/hrtferX.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 36%] Building CXX object
>> >> > InOut/CMakeFiles/widgets.dir/FL_graph.cpp.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 36%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/loscilx.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 36%] Building C object InOut/CMakeFiles/widgets.dir/winFLTK.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 37%] [ 38%] Building CXX object
>> >> > InOut/CMakeFiles/widgets.dir/widgets.cpp.o
>> >> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/minmax.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 38%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pan2.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 38%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/arrays.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 39%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/phisem.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 39%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/hrtfopcodes.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 39%] Linking CXX shared library ../libwidgets.dylib
>> >> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/stackops.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 39%] Built target widgets
>> >> > [ 40%] [ 41%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/vbap.c.o
>> >> > [FLEX][csbeats_SCANNER] Building scanner with flex 2.5.35
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 41%] [BISON][csbeats_PARSER] Building parser with bison 2.3
>> >> > beats/beats.y: conflicts: 1 reduce/reduce
>> >> > Scanning dependencies of target csbeats
>> >> > [ 41%] Building C object
>> >> > frontends/CMakeFiles/csbeats.dir/beats/main.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 41%] [ 41%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/vbap1.c.o
>> >> > Building C object frontends/CMakeFiles/csbeats.dir/beatslex.yy.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 42%] [ 42%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/vbap_n.c.o
>> >> > Building C object frontends/CMakeFiles/csbeats.dir/beats.tab.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > Linking C executable ../csbeats
>> >> > [ 43%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/vbap_zak.c.o
>> >> > [ 43%] Built target csbeats
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > Scanning dependencies of target stdutil
>> >> > [ 44%] Building C object util/CMakeFiles/stdutil.dir/atsa.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 44%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/vaops.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 44%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/ugakbari.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 44%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/harmon.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 45%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/pitchtrack.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 45%] Building C object util/CMakeFiles/stdutil.dir/cvanal.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 45%] Building C object util/CMakeFiles/stdutil.dir/dnoise.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 45%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/partikkel.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 46%] Building C object util/CMakeFiles/stdutil.dir/envext.c.o
>> >> > [ 46%] brew: superenv removed: -I/usr/local/include
>> >> > -I/tmp/csound-KYls
>> >> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/shape.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 46%] Building C object util/CMakeFiles/stdutil.dir/het_export.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 47%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/tabsum.c.o
>> >> > [ 47%] Building C object util/CMakeFiles/stdutil.dir/het_import.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 48%] [ 48%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/crossfm.c.o
>> >> > Building C object util/CMakeFiles/stdutil.dir/hetro.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 48%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/pvlock.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 48%] Building C object util/CMakeFiles/stdutil.dir/lpanal.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 49%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/fareyseq.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 49%] Building C object util/CMakeFiles/stdutil.dir/lpc_export.c.o
>> >> > [ 49%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/modmatrix.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 49%] Building C object util/CMakeFiles/stdutil.dir/lpc_import.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 50%] Building C object util/CMakeFiles/stdutil.dir/mixer.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 50%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/scoreline.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 51%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/modal4.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 51%] Building C object util/CMakeFiles/stdutil.dir/pvanal.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 51%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/physutil.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 51%] Building C object util/CMakeFiles/stdutil.dir/pv_export.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 51%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/physmod.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 52%] Building C object util/CMakeFiles/stdutil.dir/pv_import.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 52%] Building C object util/CMakeFiles/stdutil.dir/pvlook.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 52%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/mandolin.c.o
>> >> > [ 52%] brew: superenv removed: -I/usr/local/include
>> >> > -I/tmp/csound-KYls
>> >> > Building C object util/CMakeFiles/stdutil.dir/scale.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 53%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/singwave.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 54%] Building C object util/CMakeFiles/stdutil.dir/sndinfo.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 54%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/fm4op.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 54%] Building C object util/CMakeFiles/stdutil.dir/srconv.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 54%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/moog1.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 54%] Building C object util/CMakeFiles/stdutil.dir/std_util.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 55%] Building C object util/CMakeFiles/stdutil.dir/xtrct.c.o
>> >> > [ 56%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/shaker.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 56%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/bowedbar.c.o
>> >> > [ 56%] Building C object util/CMakeFiles/stdutil.dir/scope.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 56%] Building C object util/CMakeFiles/stdutil.dir/__/SDIF/sdif.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 56%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/gab/tabmorph.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > Linking C shared library ../libstdutil.dylib
>> >> > [ 57%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/gab/hvs.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 57%] Built target stdutil
>> >> > Scanning dependencies of target sdif2ad
>> >> > [ 58%] Building C object SDIF/CMakeFiles/sdif2ad.dir/sdif2adsyn.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 58%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/gab/sliderTable.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 58%] Building C object SDIF/CMakeFiles/sdif2ad.dir/sdif.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 58%] Building C object SDIF/CMakeFiles/sdif2ad.dir/sdif-mem.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 58%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/gab/newgabopc.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > Linking C executable ../sdif2ad
>> >> > [ 58%] Built target sdif2ad
>> >> > [ 59%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ftest.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 59%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/hrtfearly.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 59%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/hrtfreverb.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 59%] [ 60%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/cpumeter.c.o
>> >> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/gendy.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 60%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/tl/sc_noise.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 60%] Building C object CMakeFiles/CsoundLib64.dir/Top/argdecode.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 61%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Top/cscore_internal.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 61%] Building C object CMakeFiles/CsoundLib64.dir/Top/cscorfns.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 61%] Building C object CMakeFiles/CsoundLib64.dir/Top/csmodule.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 62%] Building C object CMakeFiles/CsoundLib64.dir/Top/csound.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 62%] Building C object CMakeFiles/CsoundLib64.dir/Top/getstring.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 62%] Building C object CMakeFiles/CsoundLib64.dir/Top/main.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 63%] Building C object CMakeFiles/CsoundLib64.dir/Top/new_opts.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 63%] Building C object CMakeFiles/CsoundLib64.dir/Top/one_file.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 63%] Building C object CMakeFiles/CsoundLib64.dir/Top/opcode.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 63%] Building C object CMakeFiles/CsoundLib64.dir/Top/threads.c.o
>> >> > [ 64%] Building C object CMakeFiles/CsoundLib64.dir/Top/utility.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 64%] [ 64%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Top/threadsafe.c.o
>> >> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ambicode.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 65%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/bbcut.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 65%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/biquad.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 65%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/butter.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 66%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/clfilt.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 66%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/cross2.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 66%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/dam.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 67%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/dcblockr.c.o
>> >> > [ 67%] brew: superenv removed: -I/usr/local/include
>> >> > -I/tmp/csound-KYls
>> >> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/filter.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 67%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/flanger.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 67%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/follow.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 68%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/fout.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 68%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/freeverb.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 68%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/ftconv.c.o
>> >> > [ 69%] brew: superenv removed: -I/usr/local/include
>> >> > -I/tmp/csound-KYls
>> >> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ftgen.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 69%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/gab/gab.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 69%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/gab/vectorial.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 70%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/grain.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 70%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/locsig.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 70%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/lowpassr.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 71%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/metro.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 71%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/midiops2.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 71%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/midiops3.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 72%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/newfils.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 72%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/nlfilt.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 72%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/oscbnk.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 72%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pluck.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 73%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/repluck.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 73%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/reverbsc.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 73%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/seqtime.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 74%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/sndloop.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 74%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/sndwarp.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 74%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/space.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 75%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/spat3d.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 75%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/syncgrain.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 75%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/ugens7.c.o
>> >> > [ 76%] brew: superenv removed: -I/usr/local/include
>> >> > -I/tmp/csound-KYls
>> >> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ugens9.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 76%] [ 76%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/uggab.c.o
>> >> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ugensa.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 76%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/ugmoss.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 77%] [ 77%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/ugnorman.c.o
>> >> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ugsc.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 77%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/wave-terrain.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 78%] [ 78%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/stdopcod.c.o
>> >> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/socksend.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 78%] [ 79%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/sockrecv.c.o
>> >> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ifd.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 79%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/partials.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 79%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/psynth.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 80%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/pvsbasic.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 80%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/pvscent.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 80%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/pvsdemix.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 80%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/pvs_ops.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 81%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/pvsband.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 81%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/pvsbuffer.c.o
>> >> > [ 81%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/pvsgendy.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 82%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/dsputil.c.o
>> >> > [ 82%] brew: superenv removed: -I/usr/local/include
>> >> > -I/tmp/csound-KYls
>> >> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pvadd.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 82%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/pvinterp.c.o
>> >> > [ 83%] brew: superenv removed: -I/usr/local/include
>> >> > -I/tmp/csound-KYls
>> >> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pvocext.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 83%] [ 83%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/pvread.c.o
>> >> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ugens8.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 84%] [ 84%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/vpvoc.c.o
>> >> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pvoc.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 84%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/mp3in.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 84%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/InOut/libmpadec/layer1.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 85%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/InOut/libmpadec/layer2.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 85%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/InOut/libmpadec/layer3.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 85%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/InOut/libmpadec/synth.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 86%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/InOut/libmpadec/tables.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 86%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/InOut/libmpadec/mpadec.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 86%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/InOut/libmpadec/mp3dec.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 87%] Building C object CMakeFiles/CsoundLib64.dir/csound_orclex.c.o
>> >> > [ 87%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/csound_orcparse.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 87%] Building C object CMakeFiles/CsoundLib64.dir/csound_prelex.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 88%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Engine/csound_orc_semantics.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 88%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Engine/csound_orc_expressions.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 88%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Engine/csound_orc_optimize.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 88%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Engine/csound_orc_compile.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 89%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Engine/new_orc_parser.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 89%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Engine/symbtab.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 89%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Engine/cs_new_dispatch.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 90%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Engine/cs_par_base.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 90%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Engine/cs_par_orc_semantic_analysis.c.o
>> >> > [ 90%] brew: superenv removed: -I/usr/local/include
>> >> > -I/tmp/csound-KYls
>> >> > Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Engine/cs_par_dispatch.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > Copying OS X content
>> >> > CsoundLib64.framework/Versions/6.0/Headers/CppSound.hpp
>> >> > Copying OS X content
>> >> > CsoundLib64.framework/Versions/6.0/Headers/CsoundFile.hpp
>> >> > Copying OS X content
>> >> > CsoundLib64.framework/Versions/6.0/Headers/OpcodeBase.hpp
>> >> > Copying OS X content
>> >> > CsoundLib64.framework/Versions/6.0/Headers/cfgvar.h
>> >> > Copying OS X content
>> >> > CsoundLib64.framework/Versions/6.0/Headers/csPerfThread.hpp
>> >> > Copying OS X content
>> >> > CsoundLib64.framework/Versions/6.0/Headers/cscore.h
>> >> > Copying OS X content
>> >> > CsoundLib64.framework/Versions/6.0/Headers/csdl.h
>> >> > Copying OS X content
>> >> > CsoundLib64.framework/Versions/6.0/Headers/csound.h
>> >> > Copying OS X content
>> >> > CsoundLib64.framework/Versions/6.0/Headers/csound.hpp
>> >> > Copying OS X content
>> >> > CsoundLib64.framework/Versions/6.0/Headers/csoundCore.h
>> >> > Copying OS X content
>> >> > CsoundLib64.framework/Versions/6.0/Headers/csound_data_structures.h
>> >> > Copying OS X content
>> >> > CsoundLib64.framework/Versions/6.0/Headers/csound_standard_types.h
>> >> > Copying OS X content
>> >> > CsoundLib64.framework/Versions/6.0/Headers/csound_type_system.h
>> >> > Copying OS X content
>> >> > CsoundLib64.framework/Versions/6.0/Headers/cwindow.h
>> >> > Copying OS X content
>> >> > CsoundLib64.framework/Versions/6.0/Headers/float-version-double.h
>> >> > Copying OS X content
>> >> > CsoundLib64.framework/Versions/6.0/Headers/filebuilding.h
>> >> > Copying OS X content
>> >> > CsoundLib64.framework/Versions/6.0/Headers/interlocks.h
>> >> > Copying OS X content
>> >> > CsoundLib64.framework/Versions/6.0/Headers/float-version.h
>> >> > Copying OS X content
>> >> > CsoundLib64.framework/Versions/6.0/Headers/pstream.h
>> >> > Copying OS X content
>> >> > CsoundLib64.framework/Versions/6.0/Headers/msg_attr.h
>> >> > Copying OS X content
>> >> > CsoundLib64.framework/Versions/6.0/Headers/pvfileio.h
>> >> > Copying OS X content
>> >> > CsoundLib64.framework/Versions/6.0/Headers/soundio.h
>> >> > Copying OS X content
>> >> > CsoundLib64.framework/Versions/6.0/Headers/sysdep.h
>> >> > Copying OS X content
>> >> > CsoundLib64.framework/Versions/6.0/Headers/text.h
>> >> > Copying OS X content
>> >> > CsoundLib64.framework/Versions/6.0/Headers/version.h
>> >> > Linking C shared library
>> >> > CsoundLib64.framework/Versions/6.0/CsoundLib64
>> >> > [ 90%] Built target CsoundLib64
>> >> > Scanning dependencies of target csladspa
>> >> > Scanning dependencies of target libcsnd
>> >> > [ 90%] Building CXX object
>> >> > frontends/CMakeFiles/csladspa.dir/csladspa/csladspa.cpp.o
>> >> > [ 91%] brew: superenv removed: -I/usr/local/include
>> >> > -I/tmp/csound-KYls
>> >> > Building CXX object interfaces/CMakeFiles/libcsnd.dir/CppSound.cpp.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 91%] Building CXX object
>> >> > interfaces/CMakeFiles/libcsnd.dir/CsoundFile.cpp.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > Linking CXX shared library ../csladspa.dylib
>> >> > [ 91%] Built target csladspa
>> >> > Scanning dependencies of target csound-bin
>> >> > [ 91%] Building C object
>> >> > frontends/CMakeFiles/csound-bin.dir/csound/csound_main.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > Linking C executable ../csound
>> >> > [ 91%] Built target csound-bin
>> >> > Scanning dependencies of target atsa
>> >> > [ 91%] Building C object util/CMakeFiles/atsa.dir/atsa_main.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > Linking C executable ../atsa
>> >> > [ 91%] Building CXX object
>> >> > interfaces/CMakeFiles/libcsnd.dir/Soundfile.cpp.o
>> >> > [ 91%] brew: superenv removed: -I/usr/local/include
>> >> > -I/tmp/csound-KYls
>> >> > Built target atsa
>> >> > [ 91%] Building CXX object
>> >> > interfaces/CMakeFiles/libcsnd.dir/csPerfThread.cpp.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 92%] [ 92%] Building CXX object
>> >> > interfaces/CMakeFiles/libcsnd.dir/cs_glue.cpp.o
>> >> > Building CXX object
>> >> > interfaces/CMakeFiles/libcsnd.dir/filebuilding.cpp.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > Scanning dependencies of target csanalyze
>> >> > [ 92%] Building C object util/CMakeFiles/csanalyze.dir/csanalyze.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > Linking C executable ../csanalyze
>> >> > Linking CXX shared library ../libcsnd.dylib
>> >> > [ 92%] Built target csanalyze
>> >> > [ 92%] Built target libcsnd
>> >> > Scanning dependencies of target cvanal
>> >> > Scanning dependencies of target dnoise
>> >> > [ 92%] [ 93%] Building C object
>> >> > util/CMakeFiles/dnoise.dir/dnoise_main.c.o
>> >> > Building C object util/CMakeFiles/cvanal.dir/cvl_main.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > Linking C executable ../dnoise
>> >> > Linking C executable ../cvanal
>> >> > [ 93%] Built target dnoise
>> >> > [ 93%] Built target cvanal
>> >> > Scanning dependencies of target envext
>> >> > Scanning dependencies of target extractor
>> >> > [ 93%] [ 93%] Building C object
>> >> > util/CMakeFiles/envext.dir/env_main.c.o
>> >> > Building C object util/CMakeFiles/extractor.dir/xtrc_main.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > Linking C executable ../envext
>> >> > Linking C executable ../extractor
>> >> > [ 93%] Built target extractor
>> >> > [ 93%] Built target envext
>> >> > Scanning dependencies of target het_export
>> >> > Scanning dependencies of target het_import
>> >> > [ 93%] [ 93%] Building C object
>> >> > util/CMakeFiles/het_export.dir/hetx_main.c.o
>> >> > Building C object util/CMakeFiles/het_import.dir/heti_main.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > Linking C executable ../het_export
>> >> > Linking C executable ../het_import
>> >> > [ 93%] [ 93%] Built target het_import
>> >> > Built target het_export
>> >> > Scanning dependencies of target lpanal
>> >> > Scanning dependencies of target hetro
>> >> > [ 93%] Building C object util/CMakeFiles/lpanal.dir/lpc_main.c.o
>> >> > [ 94%] brew: superenv removed: -I/usr/local/include
>> >> > -I/tmp/csound-KYls
>> >> > Building C object util/CMakeFiles/hetro.dir/het_main.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > Linking C executable ../lpanal
>> >> > Linking C executable ../hetro
>> >> > [ 94%] Built target lpanal
>> >> > [ 94%] Built target hetro
>> >> > Scanning dependencies of target lpc_export
>> >> > Scanning dependencies of target lpc_import
>> >> > [ 95%] Building C object util/CMakeFiles/lpc_export.dir/lpcx_main.c.o
>> >> > [ 95%] Building C object util/CMakeFiles/lpc_import.dir/lpci_main.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > Linking C executable ../lpc_export
>> >> > Linking C executable ../lpc_import
>> >> > [ 95%] Built target lpc_export
>> >> > [ 95%] Built target lpc_import
>> >> > Scanning dependencies of target mixer-bin
>> >> > Scanning dependencies of target pv_export
>> >> > [ 95%] [ 95%] Building C object
>> >> > util/CMakeFiles/mixer-bin.dir/mixer_main.c.o
>> >> > Building C object util/CMakeFiles/pv_export.dir/pvx_main.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > Linking C executable ../pv_export
>> >> > Linking C executable ../mixer
>> >> > [ 95%] Built target pv_export
>> >> > [ 95%] Built target mixer-bin
>> >> > Scanning dependencies of target pvanal
>> >> > Scanning dependencies of target pv_import
>> >> > [ 95%] [ 96%] Building C object
>> >> > util/CMakeFiles/pvanal.dir/pvc_main.c.o
>> >> > Building C object util/CMakeFiles/pv_import.dir/pvi_main.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > Linking C executable ../pvanal
>> >> > Linking C executable ../pv_import
>> >> > [ 96%] Built target pvanal
>> >> > [ 96%] Built target pv_import
>> >> > Scanning dependencies of target scale
>> >> > Scanning dependencies of target pvlook
>> >> > [ 96%] [ 96%] Building C object
>> >> > util/CMakeFiles/scale.dir/scale_main.c.o
>> >> > Building C object util/CMakeFiles/pvlook.dir/pvl_main.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > Linking C executable ../pvlook
>> >> > Linking C executable ../scale
>> >> > [ 96%] Built target pvlook
>> >> > [ 96%] Built target scale
>> >> > Scanning dependencies of target scope
>> >> > Scanning dependencies of target sndinfo
>> >> > [ 96%] [ 96%] Building C object
>> >> > util/CMakeFiles/scope.dir/scope_main.c.o
>> >> > Building C object util/CMakeFiles/sndinfo.dir/sndinfo_main.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > Linking C executable ../sndinfo
>> >> > Linking C executable ../scope
>> >> > [ 96%] Built target scope
>> >> > [ 96%] Built target sndinfo
>> >> > Scanning dependencies of target srconv
>> >> > Scanning dependencies of target extract
>> >> > [ 97%] [ 97%] Building C object
>> >> > util/CMakeFiles/srconv.dir/srconv_main.c.o
>> >> > Building C object util1/CMakeFiles/extract.dir/sortex/xmain.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > Linking C executable ../extract
>> >> > Linking C executable ../srconv
>> >> > [ 97%] Built target extract
>> >> > [ 97%] Built target srconv
>> >> > [ 98%] Scanning dependencies of target scsort
>> >> > Swig source
>> >> > [ 98%] Building C object util1/CMakeFiles/scsort.dir/sortex/smain.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > Language subdirectory: python
>> >> > Search paths:
>> >> >    ./
>> >> >    /usr/local/include/
>> >> >    /tmp/csound-KYls/./H/
>> >> >    /tmp/csound-KYls/./include/
>> >> >    /tmp/csound-KYls/./Engine/
>> >> >    /tmp/csound-KYls/./
>> >> >    /tmp/csound-KYls/
>> >> >    /tmp/csound-KYls/interfaces/
>> >> >    /System/Library/Frameworks/Python.framework/Headers/
>> >> >    ./swig_lib/python/
>> >> >    /usr/local/Cellar/swig/2.0.9/share/swig/2.0.9/python/
>> >> >    ./swig_lib/
>> >> >    /usr/local/Cellar/swig/2.0.9/share/swig/2.0.9/
>> >> > Preprocessing...
>> >> > Linking C executable ../scsort
>> >> > [ 98%] Built target scsort
>> >> > [ 98%] Swig source
>> >> > Language subdirectory: java
>> >> > Search paths:
>> >> >    ./
>> >> >    /usr/local/include/
>> >> >    /tmp/csound-KYls/./H/
>> >> >    /tmp/csound-KYls/./include/
>> >> >    /tmp/csound-KYls/./Engine/
>> >> >    /tmp/csound-KYls/./
>> >> >    /tmp/csound-KYls/
>> >> >    /tmp/csound-KYls/interfaces/
>> >> >    /System/Library/Frameworks/Python.framework/Headers/
>> >> >    /System/Library/Frameworks/JavaVM.framework/Headers/
>> >> >    /System/Library/Frameworks/JavaVM.framework/Headers/
>> >> >    /System/Library/Frameworks/JavaVM.framework/Headers/
>> >> >    ./swig_lib/java/
>> >> >    /usr/local/Cellar/swig/2.0.9/share/swig/2.0.9/java/
>> >> >    ./swig_lib/
>> >> >    /usr/local/Cellar/swig/2.0.9/share/swig/2.0.9/
>> >> > Preprocessing...
>> >> > Starting language-specific parse...
>> >> > Processing types...
>> >> > C++ analysis...
>> >> > Generating wrappers...
>> >> > Starting language-specific parse...
>> >> > /tmp/csound-KYls/./include/csound.h:519: Warning 451: Setting a const
>> >> > char *
>> >> > variable may leak memory.
>> >> > Processing types...
>> >> > C++ analysis...
>> >> > Generating wrappers...
>> >> > /tmp/csound-KYls/./include/csound.h:519: Warning 451: Setting a const
>> >> > char *
>> >> > variable may leak memory.
>> >> > cs_glue.hpp:505: Warning 473: Returning a pointer or reference in a
>> >> > director
>> >> > method is not recommended.
>> >> > CppSound.hpp:36: Warning 453: Can't apply (std::vector< double >
>> >> > *INPUT). No
>> >> > typemaps are defined.
>> >> > CppSound.hpp:52: Warning 813: Warning for CppSound proxy: Base
>> >> > CsoundFile
>> >> > ignored. Multiple inheritance is not supported in Java.
>> >> > cs_glue.hpp:505: Warning 473: Returning a pointer or reference in a
>> >> > director
>> >> > method is not recommended.
>> >> > Scanning dependencies of target _jcsound6
>> >> > [ 99%] Building CXX object
>> >> > interfaces/CMakeFiles/_jcsound6.dir/java_interfaceJAVA_wrap.cxx.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > CppSound.hpp:36: Warning 453: Can't apply (std::vector< double >
>> >> > *INPUT). No
>> >> > typemaps are defined.
>> >> > Scanning dependencies of target _csnd6
>> >> > [ 99%] Building CXX object
>> >> > interfaces/CMakeFiles/_csnd6.dir/python_interfacePYTHON_wrap.cxx.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > Linking CXX shared module ../lib_jcsound6.jnilib
>> >> > Building JAVA package csnd6.jar
>> >> > Linking CXX shared module ../_csnd6.so
>> >> > [ 99%] Built target _csnd6
>> >> > [ 99%] [ 99%] Built target _jcsound6
>> >> > Swig source
>> >> > Language subdirectory: lua
>> >> > Search paths:
>> >> >    ./
>> >> >    /usr/local/include/
>> >> >    /tmp/csound-KYls/./H/
>> >> >    /tmp/csound-KYls/./include/
>> >> >    /tmp/csound-KYls/./Engine/
>> >> >    /tmp/csound-KYls/./
>> >> >    /tmp/csound-KYls/
>> >> >    /tmp/csound-KYls/interfaces/
>> >> >    /System/Library/Frameworks/Python.framework/Headers/
>> >> >    /System/Library/Frameworks/JavaVM.framework/Headers/
>> >> >    /System/Library/Frameworks/JavaVM.framework/Headers/
>> >> >    /System/Library/Frameworks/JavaVM.framework/Headers/
>> >> >    /usr/local/include/
>> >> >    ./swig_lib/lua/
>> >> >    /usr/local/Cellar/swig/2.0.9/share/swig/2.0.9/lua/
>> >> >    ./swig_lib/
>> >> >    /usr/local/Cellar/swig/2.0.9/share/swig/2.0.9/
>> >> > Preprocessing...
>> >> > Starting language-specific parse...
>> >> > Processing types...
>> >> > C++ analysis...
>> >> > Generating wrappers...
>> >> > /tmp/csound-KYls/./include/csound.h:519: Warning 451: Setting a const
>> >> > char *
>> >> > variable may leak memory.
>> >> > CppSound.hpp:36: Warning 453: Can't apply (std::vector< double >
>> >> > *INPUT). No
>> >> > typemaps are defined.
>> >> > Scanning dependencies of target luaCsnd6
>> >> > [100%] Building CXX object
>> >> > interfaces/CMakeFiles/luaCsnd6.dir/lua_interfaceLUA_wrap.cxx.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > Linking CXX shared module ../luaCsnd6.so
>> >> > [100%] Built target luaCsnd6
>> >> > Install the project...
>> >> > -- Install configuration: "None"
>> >> > -- Installing: /Users/eddyc/Library/Frameworks/CsoundLib64.framework
>> >> > -- Up-to-date:
>> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/CsoundLib64
>> >> > -- Up-to-date:
>> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Headers
>> >> > -- Up-to-date:
>> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Resources
>> >> > -- Installing:
>> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions
>> >> > -- Installing:
>> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/CsoundLib64
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/cfgvar.h
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/CppSound.hpp
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/cscore.h
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/csdl.h
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/csound.h
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/csound.hpp
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/csound_data_structures.h
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/csound_standard_types.h
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/csound_type_system.h
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/csoundCore.h
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/CsoundFile.hpp
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/csPerfThread.hpp
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/cwindow.h
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/filebuilding.h
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/float-version-double.h
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/float-version.h
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/interlocks.h
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/msg_attr.h
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/OpcodeBase.hpp
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/pstream.h
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/pvfileio.h
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/soundio.h
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/sysdep.h
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/text.h
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/version.h
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Info.plist
>> >> > -- Up-to-date:
>> >> >
>> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/Current
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libmixer.dylib
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libsignalflowgraph.dylib
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libampmidid.dylib
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libcs_date.dylib
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libsystem_call.dylib
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libdoppler.dylib
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libfractalnoise.dylib
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libfareygen.dylib
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libcellular.dylib
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libserial.dylib
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libplaterev.dylib
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libscansyn.dylib
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libcontrol.dylib
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libchua.dylib
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libosc.dylib
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libimage.dylib
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libpy.dylib
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libstk.dylib
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libcmidi.dylib
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/librtauhal.dylib
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libipmidi.dylib
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libwidgets.dylib
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libvirtual.dylib
>> >> > -- Installing: /usr/local/Cellar/csound/HEAD/lib/libcsnd.6.0.dylib
>> >> > -- Installing: /usr/local/Cellar/csound/HEAD/lib/libcsnd.dylib
>> >> > -- Installing: /Library/Python/2.7/site-packages/_csnd6.so
>> >> > CMake Error at interfaces/cmake_install.cmake:61 (FILE):
>> >> >   file INSTALL cannot copy file "/tmp/csound-KYls/_csnd6.so" to
>> >> >   "/Library/Python/2.7/site-packages/_csnd6.so".
>> >> > Call Stack (most recent call first):
>> >> >   cmake_install.cmake:56 (INCLUDE)
>> >> >
>> >> >
>> >> > make: *** [install] Error 1
>> >> > ==> Configuration
>> >> > HOMEBREW_VERSION: 0.9.4
>> >> > HEAD: 38629e1de84d5b8f020e02ebe3ca3430a47080ef
>> >> > CPU: dual-core 64-bit penryn
>> >> > OS X: 10.8.3-x86_64
>> >> > Xcode: 4.6.2
>> >> > CLT: 4.6.0.0.1.1365549073
>> >> > X11: 2.7.4 => /opt/X11
>> >> > ==> ENV
>> >> > CC: cc
>> >> > CXX: c++
>> >> > MAKEFLAGS: -j2
>> >> > CMAKE_PREFIX_PATH: /usr/local
>> >> > CMAKE_INCLUDE_PATH:
>> >> >
>> >> >
>> >> > /usr/include/libxml2:/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers/
>> >> > CMAKE_LIBRARY_PATH:
>> >> >
>> >> > /System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
>> >> > PKG_CONFIG_PATH:
>> >> >
>> >> >
>> >> > /usr/local/opt/pcre/lib/pkgconfig:/usr/local/opt/libsndfile/lib/pkgconfig:/usr/local/opt/portaudio/lib/pkgconfig:/usr/local/opt/liblo/lib/pkgconfig:/usr/local/opt/libpng/lib/pkgconfig
>> >> > PKG_CONFIG_LIBDIR:
>> >> > /usr/lib/pkgconfig:/usr/local/Library/ENV/pkgconfig/10.8
>> >> > ACLOCAL_PATH: /usr/local/share/aclocal
>> >> > OBJC: cc
>> >> > PATH:
>> >> >
>> >> >
>> >> > /usr/local/Library/ENV/4.3:/usr/local/opt/cmake/bin:/usr/local/opt/pcre/bin:/usr/local/opt/swig/bin:/usr/local/opt/libsndfile/bin:/usr/local/opt/liblo/bin:/usr/local/opt/libpng/bin:/usr/local/opt/stk/bin:/usr/local/opt/jpeg/bin:/usr/local/opt/fltk/bin:/usr/bin:/bin:/usr/sbin:/sbin
>> >> >
>> >> > Error: csound did not build
>> >> > Logs:       /Users/eddyc/Library/Logs/Homebrew/csound/CMakeCache.txt
>> >> >
>> >> >
>> >> >
>> >> > On 12 May 2013 11:03, Steven Yi  wrote:
>> >> >>
>> >> >> Could you run "brew install --HEAD
>> >> >> http://www.kunstmusik.com/csound.rb
>> >> >> --verbose" and post the verbose output?
>> >> >>
>> >> >> On May 12, 2013 10:47 AM, "Ed Costello" 
>> >> >> wrote:
>> >> >>>
>> >> >>> Ok, still getting errors, heres what happened next....
>> >> >>>
>> >> >>> Marions-MacBook:~ eddyc$ brew link --overwrite libsndfile
>> >> >>> Linking /usr/local/Cellar/libsndfile/1.0.25... 27 symlinks created
>> >> >>> Marions-MacBook:~ eddyc$ brew install
>> >> >>> http://www.kunstmusik.com/csound.rb
>> >> >>>
>> >> >>>
>> >> >>> ########################################################################
>> >> >>> 100.0%
>> >> >>> Error: You must `brew link portaudio portmidi liblo' before csound
>> >> >>> can
>> >> >>> be
>> >> >>> installed
>> >> >>> Marions-MacBook:~ eddyc$ brew link --overwrite portaudio portmidi
>> >> >>> liblo
>> >> >>> Linking /usr/local/Cellar/portaudio/19.20111121... 6 symlinks
>> >> >>> created
>> >> >>> Linking /usr/local/Cellar/portmidi/217... 3 symlinks created
>> >> >>> Linking /usr/local/Cellar/liblo/0.26... 6 symlinks created
>> >> >>> Marions-MacBook:~ eddyc$ brew install
>> >> >>> http://www.kunstmusik.com/csound.rb
>> >> >>>
>> >> >>>
>> >> >>> ########################################################################
>> >> >>> 100.0%
>> >> >>> ==> Downloading
>> >> >>> http://www.kunstmusik.com/Csound-6.0.1-Source.tar.bz2
>> >> >>> Already downloaded: /Library/Caches/Homebrew/csound-6.0.1.tar.bz2
>> >> >>> ==> cmake . -DUSE_GETTEXT=0
>> >> >>> -DCMAKE_INSTALL_PREFIX=/usr/local/Cellar/csound/6.0.
>> >> >>> ==> make install
>> >> >>> Call Stack (most recent call first):
>> >> >>>   cmake_install.cmake:56 (INCLUDE)
>> >> >>>
>> >> >>>
>> >> >>> make: *** [install] Error 1
>> >> >>>
>> >> >>>
>> >> >>> On 11 May 2013 23:39, Steven Yi  wrote:
>> >> >>>>
>> >> >>>> Hey Ed,
>> >> >>>>
>> >> >>>> Sorry, just use "brew link --overwrite libsndfile" and ignore the
>> >> >>>> uninstall/install thing I wrote earlier. :)
>> >> >>>>
>> >> >>>> steven
>> >> >>>>
>> >> >>>> On Sat, May 11, 2013 at 11:31 PM, Steven Yi 
>> >> >>>> wrote:
>> >> >>>> > Hey Ed!
>> >> >>>> >
>> >> >>>> > So for that it's pretty much what it says.  You'll have to use
>> >> >>>> > the
>> >> >>>> > brew installed libsndfile, and to do that you'll probably have
>> >> >>>> > to
>> >> >>>> > do
>> >> >>>> > "brew uninstall libsndfile; brew install --overwrite
>> >> >>>> > libsndfile".
>> >> >>>> > Most
>> >> >>>> > likely when brew tried to link it's libsndfile into /usr/local,
>> >> >>>> > it
>> >> >>>> > encountered your custom built ones and gave up; I wonder if it
>> >> >>>> > didn't
>> >> >>>> > alter something though X_X.  But try getting the brew installed
>> >> >>>> > ones
>> >> >>>> > in there and I think you'll be good for csound building after
>> >> >>>> > that.
>> >> >>>> >
>> >> >>>> > Thanks!
>> >> >>>> > steven
>> >> >>>> >
>> >> >>>> > On Sat, May 11, 2013 at 8:10 PM, Ed Costello
>> >> >>>> >  wrote:
>> >> >>>> >> I get an error saying it requires libsndfile, the thing is I
>> >> >>>> >> already
>> >> >>>> >> have
>> >> >>>> >> libsndfile installed from a previous csound installation,
>> >> >>>> >>
>> >> >>>> >> CMake Error at CMakeLists.txt:339 (message):
>> >> >>>> >>   Csound requires the sndfile library
>> >> >>>> >>
>> >> >>>> >>
>> >> >>>> >> -- Configuring incomplete, errors occurred!
>> >> >>>> >>
>> >> >>>> >> READ THIS:
>> >> >>>> >> https://github.com/mxcl/homebrew/wiki/troubleshooting
>> >> >>>> >>
>> >> >>>> >> Marions-MacBook:~ eddyc$ brew install libsndfile
>> >> >>>> >> Warning: libsndfile-1.0.25 already installed, it's just not
>> >> >>>> >> linked
>> >> >>>> >> Marions-MacBook:~ eddyc$
>> >> >>>> >>
>> >> >>>> >>
>> >> >>>> >>
>> >> >>>> >> On 11 May 2013 18:26, peiman khosravi
>> >> >>>> >> 
>> >> >>>> >> wrote:
>> >> >>>> >>>
>> >> >>>> >>> I get the same errors.
>> >> >>>> >>>
>> >> >>>> >>> P
>> >> >>>> >>>
>> >> >>>> >>>
>> >> >>>> >>>
>> >> >>>> >>>
>> >> >>>> >>>
>> >> >>>> >>>
>> >> >>>> >>> www.peimankhosravi.co.uk || Subscribe to RSS Feed
>> >> >>>> >>>
>> >> >>>> >>> To receive emails about upcoming concerts visit this page &
>> >> >>>> >>> enter
>> >> >>>> >>> your
>> >> >>>> >>> email address in the 'follow' section.
>> >> >>>> >>>
>> >> >>>> >>>
>> >> >>>> >>>
>> >> >>>> >>> On 11 May 2013 16:38, Steven Yi  wrote:
>> >> >>>> >>>>
>> >> >>>> >>>> Hi Jake,
>> >> >>>> >>>>
>> >> >>>> >>>> Thanks very much for the quick report! I'm running into
>> >> >>>> >>>> similar
>> >> >>>> >>>> situations and it has to do with brew trying to install links
>> >> >>>> >>>> but
>> >> >>>> >>>> there are original files there installed from somewhere else
>> >> >>>> >>>> (likely
>> >> >>>> >>>> from a previous csound installer install).  I just did this:
>> >> >>>> >>>>
>> >> >>>> >>>> Error: Could not symlink file:
>> >> >>>> >>>> /usr/local/Cellar/libogg/1.3.0/include/ogg/os_types.h
>> >> >>>> >>>> Target /usr/local/include/ogg/os_types.h already exists. You
>> >> >>>> >>>> may
>> >> >>>> >>>> need
>> >> >>>> >>>> to delete it.
>> >> >>>> >>>> To force the link and overwrite all other conflicting files,
>> >> >>>> >>>> do:
>> >> >>>> >>>>   brew link --overwrite formula_name
>> >> >>>> >>>>
>> >> >>>> >>>> To list all files that would be deleted:
>> >> >>>> >>>>   brew link --overwrite --dry-run formula_name
>> >> >>>> >>>> cp23-119:Formula stevenyi$ brew link --overwrite libogg
>> >> >>>> >>>> Linking /usr/local/Cellar/libogg/1.3.0... 81 symlinks created
>> >> >>>> >>>>
>> >> >>>> >>>> and also did 'brew link --overwrite flac' (and so on for each
>> >> >>>> >>>> lib).
>> >> >>>> >>>>
>> >> >>>> >>>> One note, I'm running into issues in building --universal.
>> >> >>>> >>>> It
>> >> >>>> >>>> seems
>> >> >>>> >>>> some of the formulas can be --universal but they depend on
>> >> >>>> >>>> others
>> >> >>>> >>>> that
>> >> >>>> >>>> don't support universal.  I'm going to see about modifying
>> >> >>>> >>>> some
>> >> >>>> >>>> of
>> >> >>>> >>>> the
>> >> >>>> >>>> dependent homebrew recipes and if that works I'll see if they
>> >> >>>> >>>> get
>> >> >>>> >>>> accepted into the main repo.
>> >> >>>> >>>>
>> >> >>>> >>>> Thanks!
>> >> >>>> >>>> steven
>> >> >>>> >>>>
>> >> >>>> >>>> On Sat, May 11, 2013 at 5:24 PM, Jacob Joaquin
>> >> >>>> >>>> 
>> >> >>>> >>>> wrote:
>> >> >>>> >>>> > Here's my first run through; It breaks at libogg. I'm
>> >> >>>> >>>> > actually
>> >> >>>> >>>> > in
>> >> >>>> >>>> > the
>> >> >>>> >>>> > middle
>> >> >>>> >>>> > of something this morning. I'll spend more time with this
>> >> >>>> >>>> > when
>> >> >>>> >>>> > I
>> >> >>>> >>>> > have
>> >> >>>> >>>> > some:
>> >> >>>> >>>> >
>> >> >>>> >>>> > Quorra ~ $ brew install http://www.kunstmusik.com/csound.rb
>> >> >>>> >>>> >
>> >> >>>> >>>> >
>> >> >>>> >>>> >
>> >> >>>> >>>> >
>> >> >>>> >>>> > ########################################################################
>> >> >>>> >>>> > 100.0%
>> >> >>>> >>>> > Warning: Your Xcode (4.6.1) is outdated
>> >> >>>> >>>> > Please install Xcode 4.6.2.
>> >> >>>> >>>> > ==> Installing csound dependency: cmake
>> >> >>>> >>>> > ==> Downloading
>> >> >>>> >>>> >
>> >> >>>> >>>> >
>> >> >>>> >>>> > https://downloads.sf.net/project/machomebrew/Bottles/cmake-2.8.1
>> >> >>>> >>>> >
>> >> >>>> >>>> >
>> >> >>>> >>>> >
>> >> >>>> >>>> >
>> >> >>>> >>>> > ########################################################################
>> >> >>>> >>>> > 100.0%
>> >> >>>> >>>> > ==> Pouring cmake-2.8.10.2.mountain_lion.bottle.tar.gz
>> >> >>>> >>>> > 🍺  /usr/local/Cellar/cmake/2.8.10.2: 683 files, 32M
>> >> >>>> >>>> > ==> Installing csound dependency: pcre
>> >> >>>> >>>> > ==> Downloading
>> >> >>>> >>>> >
>> >> >>>> >>>> >
>> >> >>>> >>>> > ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre-8.32.
>> >> >>>> >>>> >
>> >> >>>> >>>> >
>> >> >>>> >>>> >
>> >> >>>> >>>> >
>> >> >>>> >>>> > ########################################################################
>> >> >>>> >>>> > 100.0%
>> >> >>>> >>>> >
>> >> >>>> >>>> >
>> >> >>>> >>>> >
>> >> >>>> >>>> >
>> >> >>>> >>>> > ########################################################################
>> >> >>>> >>>> > 100.0%==> ./configure --prefix=/usr/local/Cellar/pcre/8.32
>> >> >>>> >>>> > --enable-utf8
>> >> >>>> >>>> > --enable-unic
>> >> >>>> >>>> > ==> make test
>> >> >>>> >>>> > ==> make install
>> >> >>>> >>>> > 🍺  /usr/local/Cellar/pcre/8.32: 135 files, 3.6M, built in
>> >> >>>> >>>> > 44
>> >> >>>> >>>> > seconds
>> >> >>>> >>>> > ==> Installing csound dependency: swig
>> >> >>>> >>>> > ==> Downloading
>> >> >>>> >>>> >
>> >> >>>> >>>> >
>> >> >>>> >>>> >
>> >> >>>> >>>> >
>> >> >>>> >>>> > http://sourceforge.net/projects/swig/files/swig/swig-2.0.9/swig-2.0.9.tar.gz
>> >> >>>> >>>> >
>> >> >>>> >>>> >
>> >> >>>> >>>> >
>> >> >>>> >>>> >
>> >> >>>> >>>> > ########################################################################
>> >> >>>> >>>> > 100.0%
>> >> >>>> >>>> > ==> ./configure --prefix=/usr/local/Cellar/swig/2.0.9
>> >> >>>> >>>> > ==> make
>> >> >>>> >>>> > ==> make install
>> >> >>>> >>>> > 🍺  /usr/local/Cellar/swig/2.0.9: 599 files, 6.2M, built in
>> >> >>>> >>>> > 45
>> >> >>>> >>>> > seconds
>> >> >>>> >>>> > ==> Installing csound dependency: pkg-config
>> >> >>>> >>>> > ==> Downloading
>> >> >>>> >>>> >
>> >> >>>> >>>> >
>> >> >>>> >>>> >
>> >> >>>> >>>> >
>> >> >>>> >>>> > https://downloads.sf.net/project/machomebrew/Bottles/pkg-config-0.28.mountain_lion.bottle.tar.gz
>> >> >>>> >>>> >
>> >> >>>> >>>> >
>> >> >>>> >>>> >
>> >> >>>> >>>> >
>> >> >>>> >>>> > ########################################################################
>> >> >>>> >>>> > 100.0%
>> >> >>>> >>>> > ==> Pouring pkg-config-0.28.mountain_lion.bottle.tar.gz
>> >> >>>> >>>> > 🍺  /usr/local/Cellar/pkg-config/0.28: 10 files, 636K
>> >> >>>> >>>> > ==> Installing csound dependency: lame
>> >> >>>> >>>> > ==> Downloading
>> >> >>>> >>>> >
>> >> >>>> >>>> >
>> >> >>>> >>>> >
>> >> >>>> >>>> > http://downloads.sourceforge.net/sourceforge/lame/lame-3.99.5.tar.gz
>> >> >>>> >>>> >
>> >> >>>> >>>> >
>> >> >>>> >>>> >
>> >> >>>> >>>> >
>> >> >>>> >>>> > ########################################################################
>> >> >>>> >>>> > 100.0%
>> >> >>>> >>>> > ==> ./configure --prefix=/usr/local/Cellar/lame/3.99.5
>> >> >>>> >>>> > --enable-nasm
>> >> >>>> >>>> > ==> make install
>> >> >>>> >>>> > 🍺  /usr/local/Cellar/lame/3.99.5: 25 files, 2.1M, built in
>> >> >>>> >>>> > 27
>> >> >>>> >>>> > seconds
>> >> >>>> >>>> > ==> Installing csound dependency: flac
>> >> >>>> >>>> > ==> Downloading
>> >> >>>> >>>> >
>> >> >>>> >>>> >
>> >> >>>> >>>> >
>> >> >>>> >>>> > http://downloads.sourceforge.net/sourceforge/flac/flac-1.2.1.tar.gz
>> >> >>>> >>>> >
>> >> >>>> >>>> >
>> >> >>>> >>>> >
>> >> >>>> >>>> >
>> >> >>>> >>>> > ########################################################################
>> >> >>>> >>>> > 100.0%
>> >> >>>> >>>> > ==> ./configure --disable-asm-optimizations --enable-sse
>> >> >>>> >>>> > --prefix=/usr/local/Cellar/flac/1.2.1
>> >> >>>> >>>> > --mandir=/usr/local/Cellar/flac/1.2.1/share/man
>> >> >>>> >>>> > ==> make install
>> >> >>>> >>>> > ==> Downloading
>> >> >>>> >>>> > https://github.com/rmndk/flac2mp3/archive/v1.0.tar.gz
>> >> >>>> >>>> >
>> >> >>>> >>>> >
>> >> >>>> >>>> >
>> >> >>>> >>>> >
>> >> >>>> >>>> > ########################################################################
>> >> >>>> >>>> > 100.0%
>> >> >>>> >>>> > Warning: Could not link flac. Unlinking...
>> >> >>>> >>>> > Error: The `brew link` step did not complete successfully
>> >> >>>> >>>> > The formula built, but is not symlinked into /usr/local
>> >> >>>> >>>> > You can try again using `brew link flac'
>> >> >>>> >>>> > ==> Summary
>> >> >>>> >>>> > 🍺  /usr/local/Cellar/flac/1.2.1: 304 files, 6.5M, built in
>> >> >>>> >>>> > 47
>> >> >>>> >>>> > seconds
>> >> >>>> >>>> > ==> Installing csound dependency: libogg
>> >> >>>> >>>> > ==> Downloading
>> >> >>>> >>>> > http://downloads.xiph.org/releases/ogg/libogg-1.3.0.tar.gz
>> >> >>>> >>>> >
>> >> >>>> >>>> >
>> >> >>>> >>>> >
>> >> >>>> >>>> >
>> >> >>>> >>>> > ########################################################################
>> >> >>>> >>>> > 100.0%
>> >> >>>> >>>> > ==> ./configure --prefix=/usr/local/Cellar/libogg/1.3.0
>> >> >>>> >>>> > ==> make
>> >> >>>> >>>> > ==> make install
>> >> >>>> >>>> > Warning: Could not link libogg. Unlinking...
>> >> >>>> >>>> > Error: The `brew link` step did not complete successfully
>> >> >>>> >>>> > The formula built, but is not symlinked into /usr/local
>> >> >>>> >>>> > You can try again using `brew link libogg'
>> >> >>>> >>>> > ==> Summary
>> >> >>>> >>>> > 🍺  /usr/local/Cellar/libogg/1.3.0: 85 files, 520K, built
>> >> >>>> >>>> > in
>> >> >>>> >>>> > 11
>> >> >>>> >>>> > seconds
>> >> >>>> >>>> > ==> Installing csound dependency: xz
>> >> >>>> >>>> > ==> Downloading http://tukaani.org/xz/xz-5.0.4.tar.bz2
>> >> >>>> >>>> >
>> >> >>>> >>>> >
>> >> >>>> >>>> >
>> >> >>>> >>>> >
>> >> >>>> >>>> > ########################################################################
>> >> >>>> >>>> > 100.0%
>> >> >>>> >>>> > ==> ./configure --prefix=/usr/local/Cellar/xz/5.0.4
>> >> >>>> >>>> > ==> make install
>> >> >>>> >>>> > 🍺  /usr/local/Cellar/xz/5.0.4: 58 files, 1.5M, built in 27
>> >> >>>> >>>> > seconds
>> >> >>>> >>>> > Error: You must `brew link libogg' before libvorbis can be
>> >> >>>> >>>> > installed
>> >> >>>> >>>> >
>> >> >>>> >>>> >
>> >> >>>> >>>> >
>> >> >>>> >>>> >
>> >> >>>> >>>> >
>> >> >>>> >>>> > On Sat, May 11, 2013 at 8:21 AM, Jacob Joaquin
>> >> >>>> >>>> > 
>> >> >>>> >>>> > wrote:
>> >> >>>> >>>> >>
>> >> >>>> >>>> >> I ran into an error which was resolved by updating brew:
>> >> >>>> >>>> >>
>> >> >>>> >>>> >> brew update
>> >> >>>> >>>> >>
>> >> >>>> >>>> >> It's currently downloading and installing dependencies.
>> >> >>>> >>>> >> We'll
>> >> >>>> >>>> >> see how
>> >> >>>> >>>> >> this
>> >> >>>> >>>> >> goes.
>> >> >>>> >>>> >>
>> >> >>>> >>>> >>
>> >> >>>> >>>> >> On Sat, May 11, 2013 at 8:12 AM, Steven Yi
>> >> >>>> >>>> >> 
>> >> >>>> >>>> >> wrote:
>> >> >>>> >>>> >>>
>> >> >>>> >>>> >>> Hi All,
>> >> >>>> >>>> >>>
>> >> >>>> >>>> >>> I've put together a homebrew [1]  file and was hoping to
>> >> >>>> >>>> >>> get
>> >> >>>> >>>> >>> some
>> >> >>>> >>>> >>> people to test it.  If it's working well maybe we can
>> >> >>>> >>>> >>> submit
>> >> >>>> >>>> >>> it
>> >> >>>> >>>> >>> to
>> >> >>>> >>>> >>> the
>> >> >>>> >>>> >>> homebrew repo.  The file is available at:
>> >> >>>> >>>> >>>
>> >> >>>> >>>> >>> http://www.kunstmusik.com/csound.rb
>> >> >>>> >>>> >>>
>> >> >>>> >>>> >>> You can try installing it by using:
>> >> >>>> >>>> >>>
>> >> >>>> >>>> >>> brew install http://www.kunstmusik.com/csound.rb
>> >> >>>> >>>> >>>
>> >> >>>> >>>> >>> This builds with a source zip I put together from today's
>> >> >>>> >>>> >>> GIT
>> >> >>>> >>>> >>> (using
>> >> >>>> >>>> >>> 'cpack package_source').  If you want to use the latest
>> >> >>>> >>>> >>> from
>> >> >>>> >>>> >>> GIT
>> >> >>>> >>>> >>> (recommended at this point) you can use:
>> >> >>>> >>>> >>>
>> >> >>>> >>>> >>> brew install --HEAD http://www.kunstmusik.com/csound.rb
>> >> >>>> >>>> >>>
>> >> >>>> >>>> >>> This should also install the following dependencies:
>> >> >>>> >>>> >>>
>> >> >>>> >>>> >>>   depends_on 'cmake' => :build
>> >> >>>> >>>> >>>   depends_on 'swig' => :build
>> >> >>>> >>>> >>>
>> >> >>>> >>>> >>>   depends_on 'libsndfile'
>> >> >>>> >>>> >>>
>> >> >>>> >>>> >>>   depends_on 'portaudio' => :recommended
>> >> >>>> >>>> >>>   depends_on 'portmidi' => :recommended
>> >> >>>> >>>> >>>   depends_on 'liblo' => :recommended
>> >> >>>> >>>> >>>   depends_on 'boost' => :recommended
>> >> >>>> >>>> >>>   depends_on 'libpng' => :recommended
>> >> >>>> >>>> >>>   depends_on 'stk' => :recommended
>> >> >>>> >>>> >>>
>> >> >>>> >>>> >>> You can get info on flags by using:
>> >> >>>> >>>> >>>
>> >> >>>> >>>> >>> brew info http://www.kunstmusik.com/csound.rb
>> >> >>>> >>>> >>>
>> >> >>>> >>>> >>> and can (or, at least, should) be able to build as a
>> >> >>>> >>>> >>> --universal
>> >> >>>> >>>> >>> using:
>> >> >>>> >>>> >>>
>> >> >>>> >>>> >>> brew install --HEAD http://www.kunstmusik.com/csound.rb
>> >> >>>> >>>> >>> --universal
>> >> >>>> >>>> >>>
>> >> >>>> >>>> >>> Some notes:
>> >> >>>> >>>> >>>
>> >> >>>> >>>> >>> 1) There are likely to be problems.  Please report issues
>> >> >>>> >>>> >>> here
>> >> >>>> >>>> >>> so
>> >> >>>> >>>> >>> that
>> >> >>>> >>>> >>> we can fix them together. :)
>> >> >>>> >>>> >>>
>> >> >>>> >>>> >>> 2) The csound cmake file installs things into places that
>> >> >>>> >>>> >>> may
>> >> >>>> >>>> >>> be
>> >> >>>> >>>> >>> protected on your system. The particularly relevant ones
>> >> >>>> >>>> >>> are
>> >> >>>> >>>> >>> /usr/local, /Library/Python/2.7/site-packages, and
>> >> >>>> >>>> >>> /Library/Java/Extensions.  Homebrew explains how to deal
>> >> >>>> >>>> >>> with
>> >> >>>> >>>> >>> the
>> >> >>>> >>>> >>> latter 2 directores in [2]. There's info about /usr/local
>> >> >>>> >>>> >>> on
>> >> >>>> >>>> >>> the
>> >> >>>> >>>> >>> homebrew site [1].
>> >> >>>> >>>> >>>
>> >> >>>> >>>> >>> 3) I'm currently thinking this might be the best way to
>> >> >>>> >>>> >>> get
>> >> >>>> >>>> >>> everything
>> >> >>>> >>>> >>> required to build csound installed on OSX.  The idea is
>> >> >>>> >>>> >>> that
>> >> >>>> >>>> >>> once you
>> >> >>>> >>>> >>> install once, you'll have everything you need to also
>> >> >>>> >>>> >>> clone
>> >> >>>> >>>> >>> Csound's
>> >> >>>> >>>> >>> git repo and develop/build/install.
>> >> >>>> >>>> >>>
>> >> >>>> >>>> >>> Thanks!
>> >> >>>> >>>> >>> steven
>> >> >>>> >>>> >>>
>> >> >>>> >>>> >>> [1] - http://brew.sh/
>> >> >>>> >>>> >>> [2] -
>> >> >>>> >>>> >>>
>> >> >>>> >>>> >>>
>> >> >>>> >>>> >>>
>> >> >>>> >>>> >>> https://github.com/mxcl/homebrew/wiki/Gems%2C-Eggs-and-Perl-Modules
>> >> >>>> >>>> >>>
>> >> >>>> >>>> >>>
>> >> >>>> >>>> >>>
>> >> >>>> >>>> >>>
>> >> >>>> >>>> >>>
>> >> >>>> >>>> >>>
>> >> >>>> >>>> >>> ------------------------------------------------------------------------------
>> >> >>>> >>>> >>> Learn Graph Databases - Download FREE O'Reilly Book
>> >> >>>> >>>> >>> "Graph Databases" is the definitive new guide to graph
>> >> >>>> >>>> >>> databases and
>> >> >>>> >>>> >>> their applications. This 200-page book is written by
>> >> >>>> >>>> >>> three
>> >> >>>> >>>> >>> acclaimed
>> >> >>>> >>>> >>> leaders in the field. The early access version is
>> >> >>>> >>>> >>> available
>> >> >>>> >>>> >>> now.
>> >> >>>> >>>> >>> Download your free book today!
>> >> >>>> >>>> >>> http://p.sf.net/sfu/neotech_d2d_may
>> >> >>>> >>>> >>> _______________________________________________
>> >> >>>> >>>> >>> Csound-devel mailing list
>> >> >>>> >>>> >>> Csound-devel@lists.sourceforge.net
>> >> >>>> >>>> >>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>> >> >>>> >>>> >>
>> >> >>>> >>>> >>
>> >> >>>> >>>> >>
>> >> >>>> >>>> >>
>> >> >>>> >>>> >> --
>> >> >>>> >>>> >> codehop.com | #code #art #music
>> >> >>>> >>>> >
>> >> >>>> >>>> >
>> >> >>>> >>>> >
>> >> >>>> >>>> >
>> >> >>>> >>>> > --
>> >> >>>> >>>> > codehop.com | #code #art #music
>> >> >>>> >>>> >
>> >> >>>> >>>> >
>> >> >>>> >>>> >
>> >> >>>> >>>> >
>> >> >>>> >>>> >
>> >> >>>> >>>> > ------------------------------------------------------------------------------
>> >> >>>> >>>> > Learn Graph Databases - Download FREE O'Reilly Book
>> >> >>>> >>>> > "Graph Databases" is the definitive new guide to graph
>> >> >>>> >>>> > databases
>> >> >>>> >>>> > and
>> >> >>>> >>>> > their applications. This 200-page book is written by three
>> >> >>>> >>>> > acclaimed
>> >> >>>> >>>> > leaders in the field. The early access version is available
>> >> >>>> >>>> > now.
>> >> >>>> >>>> > Download your free book today!
>> >> >>>> >>>> > http://p.sf.net/sfu/neotech_d2d_may
>> >> >>>> >>>> > _______________________________________________
>> >> >>>> >>>> > Csound-devel mailing list
>> >> >>>> >>>> > Csound-devel@lists.sourceforge.net
>> >> >>>> >>>> > https://lists.sourceforge.net/lists/listinfo/csound-devel
>> >> >>>> >>>> >
>> >> >>>> >>>>
>> >> >>>> >>>>
>> >> >>>> >>>>
>> >> >>>> >>>>
>> >> >>>> >>>>
>> >> >>>> >>>> ------------------------------------------------------------------------------
>> >> >>>> >>>> Learn Graph Databases - Download FREE O'Reilly Book
>> >> >>>> >>>> "Graph Databases" is the definitive new guide to graph
>> >> >>>> >>>> databases
>> >> >>>> >>>> and
>> >> >>>> >>>> their applications. This 200-page book is written by three
>> >> >>>> >>>> acclaimed
>> >> >>>> >>>> leaders in the field. The early access version is available
>> >> >>>> >>>> now.
>> >> >>>> >>>> Download your free book today!
>> >> >>>> >>>> http://p.sf.net/sfu/neotech_d2d_may
>> >> >>>> >>>> _______________________________________________
>> >> >>>> >>>> Csound-devel mailing list
>> >> >>>> >>>> Csound-devel@lists.sourceforge.net
>> >> >>>> >>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>> >> >>>> >>>
>> >> >>>> >>>
>> >> >>>> >>>
>> >> >>>> >>>
>> >> >>>> >>>
>> >> >>>> >>>
>> >> >>>> >>>
>> >> >>>> >>> ------------------------------------------------------------------------------
>> >> >>>> >>> Learn Graph Databases - Download FREE O'Reilly Book
>> >> >>>> >>> "Graph Databases" is the definitive new guide to graph
>> >> >>>> >>> databases
>> >> >>>> >>> and
>> >> >>>> >>> their applications. This 200-page book is written by three
>> >> >>>> >>> acclaimed
>> >> >>>> >>> leaders in the field. The early access version is available
>> >> >>>> >>> now.
>> >> >>>> >>> Download your free book today!
>> >> >>>> >>> http://p.sf.net/sfu/neotech_d2d_may
>> >> >>>> >>> _______________________________________________
>> >> >>>> >>> Csound-devel mailing list
>> >> >>>> >>> Csound-devel@lists.sourceforge.net
>> >> >>>> >>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>> >> >>>> >>>
>> >> >>>> >>
>> >> >>>> >>
>> >> >>>> >>
>> >> >>>> >>
>> >> >>>> >>
>> >> >>>> >> ------------------------------------------------------------------------------
>> >> >>>> >> Learn Graph Databases - Download FREE O'Reilly Book
>> >> >>>> >> "Graph Databases" is the definitive new guide to graph
>> >> >>>> >> databases
>> >> >>>> >> and
>> >> >>>> >> their applications. This 200-page book is written by three
>> >> >>>> >> acclaimed
>> >> >>>> >> leaders in the field. The early access version is available
>> >> >>>> >> now.
>> >> >>>> >> Download your free book today!
>> >> >>>> >> http://p.sf.net/sfu/neotech_d2d_may
>> >> >>>> >> _______________________________________________
>> >> >>>> >> Csound-devel mailing list
>> >> >>>> >> Csound-devel@lists.sourceforge.net
>> >> >>>> >> https://lists.sourceforge.net/lists/listinfo/csound-devel
>> >> >>>> >>
>> >> >>>>
>> >> >>>>
>> >> >>>>
>> >> >>>>
>> >> >>>> ------------------------------------------------------------------------------
>> >> >>>> Learn Graph Databases - Download FREE O'Reilly Book
>> >> >>>> "Graph Databases" is the definitive new guide to graph databases
>> >> >>>> and
>> >> >>>> their applications. This 200-page book is written by three
>> >> >>>> acclaimed
>> >> >>>> leaders in the field. The early access version is available now.
>> >> >>>> Download your free book today! http://p.sf.net/sfu/neotech_d2d_may
>> >> >>>> _______________________________________________
>> >> >>>> Csound-devel mailing list
>> >> >>>> Csound-devel@lists.sourceforge.net
>> >> >>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>> >> >>>
>> >> >>>
>> >> >>>
>> >> >>>
>> >> >>>
>> >> >>>
>> >> >>> ------------------------------------------------------------------------------
>> >> >>> Learn Graph Databases - Download FREE O'Reilly Book
>> >> >>> "Graph Databases" is the definitive new guide to graph databases
>> >> >>> and
>> >> >>> their applications. This 200-page book is written by three
>> >> >>> acclaimed
>> >> >>> leaders in the field. The early access version is available now.
>> >> >>> Download your free book today! http://p.sf.net/sfu/neotech_d2d_may
>> >> >>> _______________________________________________
>> >> >>> Csound-devel mailing list
>> >> >>> Csound-devel@lists.sourceforge.net
>> >> >>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>> >> >>>
>> >> >>
>> >> >>
>> >> >>
>> >> >>
>> >> >> ------------------------------------------------------------------------------
>> >> >> Learn Graph Databases - Download FREE O'Reilly Book
>> >> >> "Graph Databases" is the definitive new guide to graph databases and
>> >> >> their applications. This 200-page book is written by three acclaimed
>> >> >> leaders in the field. The early access version is available now.
>> >> >> Download your free book today! http://p.sf.net/sfu/neotech_d2d_may
>> >> >> _______________________________________________
>> >> >> Csound-devel mailing list
>> >> >> Csound-devel@lists.sourceforge.net
>> >> >> https://lists.sourceforge.net/lists/listinfo/csound-devel
>> >> >>
>> >> >
>> >> >
>> >> >
>> >> >
>> >> > ------------------------------------------------------------------------------
>> >> > Learn Graph Databases - Download FREE O'Reilly Book
>> >> > "Graph Databases" is the definitive new guide to graph databases and
>> >> > their applications. This 200-page book is written by three acclaimed
>> >> > leaders in the field. The early access version is available now.
>> >> > Download your free book today! http://p.sf.net/sfu/neotech_d2d_may
>> >> > _______________________________________________
>> >> > Csound-devel mailing list
>> >> > Csound-devel@lists.sourceforge.net
>> >> > https://lists.sourceforge.net/lists/listinfo/csound-devel
>> >> >
>> >>
>> >>
>> >>
>> >> ------------------------------------------------------------------------------
>> >> Learn Graph Databases - Download FREE O'Reilly Book
>> >> "Graph Databases" is the definitive new guide to graph databases and
>> >> their applications. This 200-page book is written by three acclaimed
>> >> leaders in the field. The early access version is available now.
>> >> Download your free book today! http://p.sf.net/sfu/neotech_d2d_may
>> >> _______________________________________________
>> >> Csound-devel mailing list
>> >> Csound-devel@lists.sourceforge.net
>> >> https://lists.sourceforge.net/lists/listinfo/csound-devel
>> >
>> >
>> >
>> >
>> > ------------------------------------------------------------------------------
>> > AlienVault Unified Security Management (USM) platform delivers complete
>> > security visibility with the essential security capabilities. Easily and
>> > efficiently configure, manage, and operate all of your security controls
>> > from a single console and one unified framework. Download a free trial.
>> > http://p.sf.net/sfu/alienvault_d2d
>> > _______________________________________________
>> > Csound-devel mailing list
>> > Csound-devel@lists.sourceforge.net
>> > https://lists.sourceforge.net/lists/listinfo/csound-devel
>> >
>>
>>
>> ------------------------------------------------------------------------------
>> AlienVault Unified Security Management (USM) platform delivers complete
>> security visibility with the essential security capabilities. Easily and
>> efficiently configure, manage, and operate all of your security controls
>> from a single console and one unified framework. Download a free trial.
>> http://p.sf.net/sfu/alienvault_d2d
>> _______________________________________________
>> Csound-devel mailing list
>> Csound-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>
>
>
> ------------------------------------------------------------------------------
> AlienVault Unified Security Management (USM) platform delivers complete
> security visibility with the essential security capabilities. Easily and
> efficiently configure, manage, and operate all of your security controls
> from a single console and one unified framework. Download a free trial.
> http://p.sf.net/sfu/alienvault_d2d
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel
>

------------------------------------------------------------------------------
AlienVault Unified Security Management (USM) platform delivers complete
security visibility with the essential security capabilities. Easily and
efficiently configure, manage, and operate all of your security controls
from a single console and one unified framework. Download a free trial.
http://p.sf.net/sfu/alienvault_d2d
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net
https://l

Date2013-05-13 22:17
Frompeiman khosravi
SubjectRe: [Cs-dev] OSX: Homebrew
AttachmentsNone  None  
Yes, it looks that way. 

Thanks
Peiman






www.peimankhosravi.co.uk || Subscribe to RSS Feed

To receive emails about upcoming concerts visit this page & enter your email address in the 'follow' section.



On 13 May 2013 22:03, Steven Yi <stevenyi@gmail.com> wrote:
Hi Peiman,

I think Victor might be right; did you set OPCODE6DIR64 in a .profile
or other file?  Also, the install names issue is known; I haven't
sorted that one out.  Regading Csound5, currently there's no easy way
to have both.  What you can do though is run "brew unlink csound",
then install Csound 5 from installer again.  From there, the default
csound called will be those from /usr/local/bin, which will be Csound
5.  If you want to run Csound6, you could then temporarily set the
PATH on the commandline:

export PATH=/usr/local/Cellar/csound/HEAD/bin/:$PATH

Which will then call the csound executables from that folder.  If you
do this, moving forward, you could do rebuilds of Csound from HEAD and
brew link should not attempt to overwrite what is in /usr/local/bin.

Thanks!
steven

On Mon, May 13, 2013 at 9:53 PM, peiman khosravi
<peimankhosravi@gmail.com> wrote:
> Great, it builds OK. But when I call Csound in the terminal I get this,
> followed by the usual Csound printout:
>
> Error opening plugin directory
> '/Users/peimankhosravi/csound6.00-rc1/CsoundLib64.framework/Versions/6.0/Resources/Opcodes':
> No such file or directory
>
>
> I get these errors after installing:
>
> Warning: Could not fix install names for
> /usr/local/Cellar/csound/HEAD/bin/srconv
> Warning: Could not fix install names for
> /usr/local/Cellar/csound/HEAD/bin/sndinfo
> Warning: Could not fix install names for
> /usr/local/Cellar/csound/HEAD/bin/scsort
> Warning: Could not fix install names for
> /usr/local/Cellar/csound/HEAD/bin/scope
> Warning: Could not fix install names for
> /usr/local/Cellar/csound/HEAD/bin/scale
> Warning: Could not fix install names for
> /usr/local/Cellar/csound/HEAD/bin/pvlook
> Warning: Could not fix install names for
> /usr/local/Cellar/csound/HEAD/bin/pvanal
> Warning: Could not fix install names for
> /usr/local/Cellar/csound/HEAD/bin/pv_import
> Warning: Could not fix install names for
> /usr/local/Cellar/csound/HEAD/bin/pv_export
> Warning: Could not fix install names for
> /usr/local/Cellar/csound/HEAD/bin/mixer
> Warning: Could not fix install names for
> /usr/local/Cellar/csound/HEAD/bin/lpc_import
> Warning: Could not fix install names for
> /usr/local/Cellar/csound/HEAD/bin/lpc_export
> Warning: Could not fix install names for
> /usr/local/Cellar/csound/HEAD/bin/lpanal
> Warning: Could not fix install names for
> /usr/local/Cellar/csound/HEAD/bin/hetro
> Warning: Could not fix install names for
> /usr/local/Cellar/csound/HEAD/bin/het_import
> Warning: Could not fix install names for
> /usr/local/Cellar/csound/HEAD/bin/het_export
> Warning: Could not fix install names for
> /usr/local/Cellar/csound/HEAD/bin/extractor
> Warning: Could not fix install names for
> /usr/local/Cellar/csound/HEAD/bin/extract
> Warning: Could not fix install names for
> /usr/local/Cellar/csound/HEAD/bin/envext
> Warning: Could not fix install names for
> /usr/local/Cellar/csound/HEAD/bin/dnoise
> Warning: Could not fix install names for
> /usr/local/Cellar/csound/HEAD/bin/cvanal
> Warning: Could not fix install names for
> /usr/local/Cellar/csound/HEAD/bin/csound
> Warning: Could not fix install names for
> /usr/local/Cellar/csound/HEAD/bin/csanalyze
> Warning: Could not fix install names for
> /usr/local/Cellar/csound/HEAD/bin/atsa
> Warning: Could not fix install names for
> /usr/local/Cellar/csound/HEAD/lib/libcsnd.6.0.dylib
>
>
> Also: how can I use csound 5 now? Do I need to specify the full path to it?
>
> Thanks
> Peiman
>
>
>
>
>
>
> www.peimankhosravi.co.uk || Subscribe to RSS Feed
>
> To receive emails about upcoming concerts visit this page & enter your email
> address in the 'follow' section.
>
>
>
> On 13 May 2013 19:46, Steven Yi <stevenyi@gmail.com> wrote:
>>
>> Hi Peiman,
>>
>> It looks like the copy/paste maybe copied some newlines that shouldn't
>> be there?  For example:
>>
>> sudo chmod +a 'user:peimankhosravi allow
>> add_subdirectory,add_file,delete_child directory_inherit'
>> /Library/Python/2.7/site-packages
>>
>> You can look at
>> https://github.com/mxcl/homebrew/wiki/Gems%2C-Eggs-and-Perl-Modules to
>> see what the line should look like, with a change of what directories
>> to apply the command to.
>>
>> (I think it might be best to start a wiki page on this, but I need to
>> see which wiki to use. :)  I'll ask about that in a separate email.)
>>
>> steven
>>
>> On Mon, May 13, 2013 at 8:36 PM, peiman khosravi
>> <peimankhosravi@gmail.com> wrote:
>> > Hi Steven,
>> >
>> > Thanks very much for the help. I trued your solution above but I get
>> > this:
>> >
>> > peimankh:~ peimankhosravi$ sudo chmod +a 'user:peimankhosravi allow
>> >> add_subdirectory
>> >> add_file,delete_child
>> >> directory_inherit'
>> > usage: chmod [-fhv] [-R [-H | -L | -P]] [-a | +a | =a  [i][# [ n]]]
>> > mode|entry file ...
>> > chmod [-fhv] [-R [-H | -L | -P]] [-E | -C | -N | -i | -I] file ...
>> > peimankh:~ peimankhosravi$ /Library/Python/2.7/site-packages
>> > -bash: /Library/Python/2.7/site-packages: is a directory
>> > peimankh:~ peimankhosravi$ sudo chmod +a 'user:peimankhosravi allow
>> >> add_subdirectory,add_file,delete_child,directory_inherit'
>> > usage: chmod [-fhv] [-R [-H | -L | -P]] [-a | +a | =a  [i][# [ n]]]
>> > mode|entry file ...
>> > chmod [-fhv] [-R [-H | -L | -P]] [-E | -C | -N | -i | -I] file ...
>> > peimankh:~ peimankhosravi$ /Library/Python/2.7/site-packages
>> > -bash: /Library/Python/2.7/site-packages: is a directory
>> >
>> >
>> > Is this normal?
>> >
>> >
>> >
>> >
>> >
>> >
>> > www.peimankhosravi.co.uk || Subscribe to RSS Feed
>> >
>> > To receive emails about upcoming concerts visit this page & enter your
>> > email
>> > address in the 'follow' section.
>> >
>> >
>> >
>> > On 12 May 2013 13:18, Steven Yi <stevenyi@gmail.com> wrote:
>> >>
>> >> Hi Ed,
>> >>
>> >> Yeah I mentioned this situation in my first email:
>> >>
>> >> "2) The csound cmake file installs things into places that may be
>> >> protected on your system. The particularly relevant ones are
>> >> /usr/local, /Library/Python/2.7/site-packages, and
>> >> /Library/Java/Extensions.  Homebrew explains how to deal with the
>> >> latter 2 directores in [2]. There's info about /usr/local on the
>> >> homebrew site [1]."
>> >>
>> >> The link for number 2 is:
>> >>
>> >> https://github.com/mxcl/homebrew/wiki/Gems%2C-Eggs-and-Perl-Modules
>> >>
>> >> The essentialy thing to run is:
>> >>
>> >> sudo chmod +a 'user:YOUR_NAME_HERE allow
>> >> add_subdirectory,add_file,delete_child,directory_inherit'
>> >> /Library/Python/2.7/site-packages
>> >> sudo chmod +a 'user:YOUR_NAME_HERE allow
>> >> add_subdirectory,add_file,delete_child,directory_inherit'
>> >> /Library/Java/Extensions
>> >>
>> >> where YOUR_NAME_HERE is your system user name.
>> >>
>> >> After that, you should be able to install.
>> >>
>> >> Let me know how it goes for you!
>> >> steven
>> >>
>> >>
>> >> On Sun, May 12, 2013 at 12:12 PM, Ed Costello
>> >> <edwardcostello@gmail.com>
>> >> wrote:
>> >> > Here ya go, I think the installer is having trouble with copying
>> >> > _csnd6.so
>> >> > into my python site packages directory
>> >> >
>> >> > Marions-MacBook:~ eddyc$ brew install --HEAD
>> >> > http://www.kunstmusik.com/csound.rb --verbose
>> >> > /usr/bin/curl -f#LA Homebrew 0.9.4 (Ruby 1.8.7-358; Mac OS X 10.8.3)
>> >> > http://www.kunstmusik.com/csound.rb -o
>> >> > /Library/Caches/Homebrew/Formula/csound.rb
>> >> >
>> >> > ########################################################################
>> >> > 100.0%
>> >> > ==> Cloning git://git.code.sourceforge.net/p/csound/csound6-git
>> >> > git clone --depth 1
>> >> > git://git.code.sourceforge.net/p/csound/csound6-git
>> >> > /Library/Caches/Homebrew/csound--git
>> >> > Cloning into '/Library/Caches/Homebrew/csound--git'...
>> >> > remote: Counting objects: 1531, done.
>> >> > remote: Compressing objects: 100% (1314/1314), done.
>> >> > remote: Total 1531 (delta 288), reused 797 (delta 140)
>> >> > Receiving objects: 100% (1531/1531), 13.23 MiB | 1.07 MiB/s, done.
>> >> > Resolving deltas: 100% (288/288), done.
>> >> > git reset --hard origin/HEAD
>> >> > HEAD is now at 2468c7c some float csound adjustments
>> >> > git checkout-index -a -f --prefix=/private/tmp/csound-KYls/
>> >> > ==> cmake . -DUSE_GETTEXT=0
>> >> > -DCMAKE_INSTALL_PREFIX=/usr/local/Cellar/csound/HEAD
>> >> > -DCMAKE_BUILD_TYPE=None
>> >> > -DCMAKE_FIND_FRAMEWORK=LAST -Wno-dev
>> >> > cmake . -DUSE_GETTEXT=0
>> >> > -DCMAKE_INSTALL_PREFIX=/usr/local/Cellar/csound/HEAD
>> >> > -DCMAKE_BUILD_TYPE=None -DCMAKE_FIND_FRAMEWORK=LAST -Wno-dev
>> >> > -- The C compiler identification is Clang 4.2.0
>> >> > -- The CXX compiler identification is Clang 4.2.0
>> >> > -- Check for working C compiler: /usr/local/Library/ENV/4.3/cc
>> >> > -- Check for working C compiler: /usr/local/Library/ENV/4.3/cc --
>> >> > works
>> >> > -- Detecting C compiler ABI info
>> >> > -- Detecting C compiler ABI info - done
>> >> > -- Check for working CXX compiler: /usr/local/Library/ENV/4.3/c++
>> >> > -- Check for working CXX compiler: /usr/local/Library/ENV/4.3/c++ --
>> >> > works
>> >> > -- Detecting CXX compiler ABI info
>> >> > -- Detecting CXX compiler ABI info - done
>> >> > -- /tmp/csound-KYls
>> >> > -- BUILD_BIN_DIR set to /tmp/csound-KYls
>> >> > -- BUILD_LIB_DIR set to /tmp/csound-KYls
>> >> > -- BUILD_PLUGINS_DIR set to /tmp/csound-KYls
>> >> > -- Check if the system is big endian
>> >> > -- Searching 16 bit integer
>> >> > -- Looking for sys/types.h
>> >> > -- Looking for sys/types.h - found
>> >> > -- Looking for stdint.h
>> >> > -- Looking for stdint.h - found
>> >> > -- Looking for stddef.h
>> >> > -- Looking for stddef.h - found
>> >> > -- Check size of unsigned short
>> >> > -- Check size of unsigned short - done
>> >> > -- Using unsigned short
>> >> > -- Check if the system is big endian - little endian
>> >> > -- Try OpenMP C flag = [-fopenmp]
>> >> > -- Performing Test OpenMP_FLAG_DETECTED
>> >> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> >> > -- Try OpenMP C flag = [/openmp]
>> >> > -- Performing Test OpenMP_FLAG_DETECTED
>> >> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> >> > -- Try OpenMP C flag = [-Qopenmp]
>> >> > -- Performing Test OpenMP_FLAG_DETECTED
>> >> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> >> > -- Try OpenMP C flag = [-openmp]
>> >> > -- Performing Test OpenMP_FLAG_DETECTED
>> >> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> >> > -- Try OpenMP C flag = [ ]
>> >> > -- Performing Test OpenMP_FLAG_DETECTED
>> >> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> >> > -- Try OpenMP C flag = [-xopenmp]
>> >> > -- Performing Test OpenMP_FLAG_DETECTED
>> >> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> >> > -- Try OpenMP C flag = [+Oopenmp]
>> >> > -- Performing Test OpenMP_FLAG_DETECTED
>> >> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> >> > -- Try OpenMP C flag = [-qsmp]
>> >> > -- Performing Test OpenMP_FLAG_DETECTED
>> >> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> >> > -- Try OpenMP C flag = [-mp]
>> >> > -- Performing Test OpenMP_FLAG_DETECTED
>> >> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> >> > -- Try OpenMP CXX flag = [-fopenmp]
>> >> > -- Performing Test OpenMP_FLAG_DETECTED
>> >> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> >> > -- Try OpenMP CXX flag = [/openmp]
>> >> > -- Performing Test OpenMP_FLAG_DETECTED
>> >> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> >> > -- Try OpenMP CXX flag = [-Qopenmp]
>> >> > -- Performing Test OpenMP_FLAG_DETECTED
>> >> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> >> > -- Try OpenMP CXX flag = [-openmp]
>> >> > -- Performing Test OpenMP_FLAG_DETECTED
>> >> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> >> > -- Try OpenMP CXX flag = [ ]
>> >> > -- Performing Test OpenMP_FLAG_DETECTED
>> >> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> >> > -- Try OpenMP CXX flag = [-xopenmp]
>> >> > -- Performing Test OpenMP_FLAG_DETECTED
>> >> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> >> > -- Try OpenMP CXX flag = [+Oopenmp]
>> >> > -- Performing Test OpenMP_FLAG_DETECTED
>> >> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> >> > -- Try OpenMP CXX flag = [-qsmp]
>> >> > -- Performing Test OpenMP_FLAG_DETECTED
>> >> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> >> > -- Try OpenMP CXX flag = [-mp]
>> >> > -- Performing Test OpenMP_FLAG_DETECTED
>> >> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> >> > -- Could NOT find OpenMP (missing:  OpenMP_C_FLAGS OpenMP_CXX_FLAGS)
>> >> > -- Looking for libintl.h
>> >> > -- Looking for libintl.h - not found
>> >> > -- Looking for C++ include eigen3/Eigen/Dense
>> >> > -- Looking for C++ include eigen3/Eigen/Dense - not found
>> >> > -- Could NOT find Gettext (missing:  GETTEXT_MSGMERGE_EXECUTABLE
>> >> > GETTEXT_MSGFMT_EXECUTABLE)
>> >> > -- Looking for lrint in m
>> >> > -- Looking for lrint in m - found
>> >> > -- Looking for unistd.h
>> >> > -- Looking for unistd.h - found
>> >> > -- Looking for io.h
>> >> > -- Looking for io.h - not found
>> >> > -- Looking for fcntl.h
>> >> > -- Looking for fcntl.h - found
>> >> > -- Looking for sys/time.h
>> >> > -- Looking for sys/time.h - found
>> >> > -- Looking for termios.h
>> >> > -- Looking for termios.h - found
>> >> > -- Looking for values.h
>> >> > -- Looking for values.h - not found
>> >> > -- Looking for winsock.h
>> >> > -- Looking for winsock.h - not found
>> >> > -- Looking for sys/socket.h
>> >> > -- Looking for sys/socket.h - found
>> >> > -- Looking for dirent.h
>> >> > -- Looking for dirent.h - found
>> >> > -- USE_LRINT is enabled
>> >> > -- Found FLEX: /usr/bin/flex (found version "2.5.35")
>> >> > -- Found BISON: /usr/bin/bison (found version "2.3")
>> >> > -- Looking for pthread_spin_lock
>> >> > -- Looking for pthread_spin_lock - not found
>> >> > -- Looking for pthread_barrier_init
>> >> > -- Looking for pthread_barrier_init - not found
>> >> > -- OPENMP_FOUND="FALSE", so disabling USE_OPEN_MP
>> >> > -- PTHREAD_BARRIER_INIT_EXISTS="", so disabling USE_OPEN_MP
>> >> > -- USE_OPEN_MP is disabled
>> >> > -- Not building with score parser
>> >> > -- Not building with new parser debugging
>> >> > -- Building with multicore
>> >> > -- USE_GETTEXT is disabled
>> >> > -- Not using localization
>> >> > -- Building on OSX
>> >> > -- Boost version: 1.53.0
>> >> > -- Looking for ladspa.h
>> >> > -- Looking for ladspa.h - not found
>> >> > -- Looking for fluidsynth.h
>> >> > -- Looking for fluidsynth.h - not found
>> >> > -- Looking for jack/jack.h
>> >> > -- Looking for jack/jack.h - not found
>> >> > -- Looking for C++ include gmm/gmm.h
>> >> > -- Looking for C++ include gmm/gmm.h - not found
>> >> > -- Looking for lo/lo.h
>> >> > -- Looking for lo/lo.h - found
>> >> > -- Found ZLIB: /usr/lib/libz.dylib (found version "1.2.5")
>> >> > -- Found PNG: /usr/local/lib/libpng.dylib (found version "1.5.14")
>> >> > -- Found PythonLibs: /usr/lib/libpython2.7.dylib (found version
>> >> > "2.7.2")
>> >> > -- Found Lua51: /usr/local/lib/liblua.dylib (found version "5.1.5")
>> >> > -- Looking for wiiuse.h
>> >> > -- Looking for wiiuse.h - not found
>> >> > -- Looking for p5glove.h
>> >> > -- Looking for p5glove.h - not found
>> >> > -- BUILD_CHUA_OPCODES is enabled
>> >> > -- LADSPA_H="", so disabling BUILD_DSSI_OPCODES
>> >> > -- BUILD_DSSI_OPCODES is disabled
>> >> > -- FLUIDSYNTH_H="", so disabling BUILD_FLUID_OPCODES
>> >> > -- FLUIDSYNTH_LIBRARY="FLUIDSYNTH_LIBRARY-NOTFOUND", so disabling
>> >> > BUILD_FLUID_OPCODES
>> >> > -- BUILD_FLUID_OPCODES is disabled
>> >> > -- JACK_HEADER="", so disabling BUILD_JACK_OPCODES
>> >> > -- BUILD_JACK_OPCODES is disabled
>> >> > -- GMM_HEADER="", so disabling BUILD_LINEAR_ALGEBRA_OPCODES
>> >> > -- BUILD_LINEAR_ALGEBRA_OPCODES is disabled
>> >> > -- BUILD_OSC_OPCODES is enabled
>> >> > -- BUILD_IMAGE_OPCODES is enabled
>> >> > -- BUILD_PYTHON_OPCODES is enabled
>> >> > -- OPENMP_FOUND="FALSE", so disabling BUILD_LUA_OPCODES
>> >> > -- BUILD_LUA_OPCODES is disabled
>> >> > -- WIIUSE_H="", so disabling BUILD_WIIMOTE_OPCODES
>> >> > -- BUILD_WIIMOTE_OPCODES is disabled
>> >> > -- P5GLOVE_H="", so disabling BUILD_P5GLOVE_OPCODES
>> >> > -- BUILD_P5GLOVE_OPCODES is disabled
>> >> > -- BUILD_STK_OPCODES is enabled
>> >> > --
>> >> > -- ## REALTIME AUDIO AND MIDI ##
>> >> > -- Looking for alsa/asoundlib.h
>> >> > -- Looking for alsa/asoundlib.h - not found
>> >> > -- Looking for pulse/simple.h
>> >> > -- Looking for pulse/simple.h - not found
>> >> > -- Looking for XOpenDisplay in
>> >> > /usr/X11R6/lib/libX11.dylib;/usr/X11R6/lib/libXext.dylib
>> >> > -- Looking for XOpenDisplay in
>> >> > /usr/X11R6/lib/libX11.dylib;/usr/X11R6/lib/libXext.dylib - found
>> >> > -- Looking for gethostbyname
>> >> > -- Looking for gethostbyname - found
>> >> > -- Looking for connect
>> >> > -- Looking for connect - found
>> >> > -- Looking for remove
>> >> > -- Looking for remove - found
>> >> > -- Looking for shmat
>> >> > -- Looking for shmat - found
>> >> > -- Looking for IceConnectionNumber in ICE
>> >> > -- Looking for IceConnectionNumber in ICE - not found
>> >> > -- Found X11: /usr/X11R6/lib/libX11.dylib
>> >> > -- Found FLTK:
>> >> >
>> >> >
>> >> > /usr/local/lib/libfltk_images.a;/usr/local/lib/libfltk_forms.a;/usr/local/lib/libfltk.a
>> >> > -- USE_COREMIDI is enabled
>> >> > -- USE_AUDIOUNIT is enabled
>> >> > -- ALSA_HEADER="", so disabling USE_ALSA
>> >> > -- ALSA_LIBRARY="ALSA_LIBRARY-NOTFOUND", so disabling USE_ALSA
>> >> > -- USE_ALSA is disabled
>> >> > -- PULSEAUDIO_HEADER="", so disabling USE_PULSEAUDIO
>> >> > -- PULSEAUDIO_LIBRARY="PULSEAUDIO_LIBRARY-NOTFOUND", so disabling
>> >> > USE_PULSEAUDIO
>> >> > -- PULSESIMPLE_LIBRARY="PULSESIMPLE_LIBRARY-NOTFOUND", so disabling
>> >> > USE_PULSEAUDIO
>> >> > -- USE_PULSEAUDIO is disabled
>> >> > -- PORTAUDIO_HEADER="", so disabling USE_PORTAUDIO
>> >> > -- USE_PORTAUDIO is disabled
>> >> > -- PORTMIDI_HEADER="", so disabling USE_PORTMIDI
>> >> > -- USE_PORTMIDI is disabled
>> >> > -- JACK_HEADER="", so disabling USE_JACK
>> >> > -- JACK_LIBRARY="JACK_LIBRARY-NOTFOUND", so disabling USE_JACK
>> >> > -- USE_JACK is disabled
>> >> > -- USE_FLTK is enabled
>> >> > -- BUILD_VIRTUAL_KEYBOARD is enabled
>> >> > --
>> >> > -- Building C++ interface library
>> >> > -- Found SWIG: /usr/local/bin/swig (found suitable version "2.0.9",
>> >> > minimum
>> >> > required is "2.0")
>> >> > -- Found JNI: -framework JavaVM
>> >> > -- Found Java: /usr/bin/java (found version "1.6.0.45")
>> >> > -- BUILD_PYTHON_INTERFACE is enabled
>> >> > -- BUILD_JAVA_INTERFACE is enabled
>> >> > -- BUILD_LUA_INTERFACE is enabled
>> >> > -- Looking for m_pd.h
>> >> > -- Looking for m_pd.h - not found
>> >> > -- Building csLadspa
>> >> > -- BUILD_CSBEATS is enabled
>> >> > -- PD_HEADER="", so disabling BUILD_PD_CLASS
>> >> > -- BUILD_PD_CLASS is disabled
>> >> > -- BUILD_WINSOUND is disabled
>> >> > -- Boost version: 1.53.0
>> >> > -- Found SWIG: /usr/local/bin/swig (found version "2.0.9")
>> >> > -- BUILD_CSOUND_AC is disabled
>> >> > -- BUILD_CSOUND_AC_PYTHON_INTERFACE is enabled
>> >> > -- BUILD_CSOUND_AC_LUA_INTERFACE is enabled
>> >> > -- Configuring done
>> >> > -- Generating done
>> >> > -- Build files have been written to: /tmp/csound-KYls
>> >> > ==> make install
>> >> > make install
>> >> > Scanning dependencies of target ampmidid
>> >> > [  0%] Generating csound_prelex.c
>> >> > [  0%] Generating csound_orclex.c
>> >> > [  0%] Generating csound_orcparse.c
>> >> > /tmp/csound-KYls/Engine/csound_orc.y: conflicts: 4 shift/reduce, 10
>> >> > reduce/reduce
>> >> > [  0%] Building CXX object
>> >> > Opcodes/CMakeFiles/ampmidid.dir/ampmidid.cpp.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > Scanning dependencies of target CsoundLib64
>> >> > Linking CXX shared library ../libampmidid.dylib
>> >> > [  0%] Built target ampmidid
>> >> > Scanning dependencies of target cellular
>> >> > [  0%] Building C object Opcodes/CMakeFiles/cellular.dir/cellular.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > Linking C shared library ../libcellular.dylib
>> >> > [  0%] Built target cellular
>> >> > Scanning dependencies of target chua
>> >> > [  1%] Building C object CMakeFiles/CsoundLib64.dir/Engine/auxfd.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [  1%] Building C object CMakeFiles/CsoundLib64.dir/Engine/cfgvar.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [  1%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Engine/corfiles.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [  2%] Building C object CMakeFiles/CsoundLib64.dir/Engine/entry1.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [  2%] Building C object CMakeFiles/CsoundLib64.dir/Engine/envvar.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [  2%] [  3%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Engine/extract.c.o
>> >> > Building CXX object
>> >> > Opcodes/CMakeFiles/chua.dir/chua/ChuaOscillator.cpp.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [  4%] Building C object CMakeFiles/CsoundLib64.dir/Engine/fgens.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [  4%] Building C object CMakeFiles/CsoundLib64.dir/Engine/insert.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [  4%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Engine/linevent.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [  5%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Engine/memalloc.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [  5%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Engine/memfiles.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [  5%] Building C object CMakeFiles/CsoundLib64.dir/Engine/musmon.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [  5%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Engine/namedins.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [  6%] Building C object CMakeFiles/CsoundLib64.dir/Engine/rdscor.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [  6%] Building C object CMakeFiles/CsoundLib64.dir/Engine/scsort.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [  6%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Engine/scxtract.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [  7%] Building C object CMakeFiles/CsoundLib64.dir/Engine/sort.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [  7%] Building C object CMakeFiles/CsoundLib64.dir/Engine/sread.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > Linking CXX shared library ../libchua.dylib
>> >> > [  7%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Engine/swritestr.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [  8%] Building C object CMakeFiles/CsoundLib64.dir/Engine/twarp.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [  8%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Engine/csound_type_system.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [  8%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Engine/csound_standard_types.c.o
>> >> > [  8%] Built target chua
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > Scanning dependencies of target control
>> >> > [  9%] [  9%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Engine/csound_data_structures.c.o
>> >> > Building C object Opcodes/CMakeFiles/control.dir/control.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [  9%] Linking C shared library ../libcontrol.dylib
>> >> > Building C object CMakeFiles/CsoundLib64.dir/Engine/pools.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [  9%] Built target control
>> >> > Scanning dependencies of target cs_date
>> >> > [  9%] [ 10%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/InOut/libsnd.c.o
>> >> > Building C object Opcodes/CMakeFiles/cs_date.dir/date.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > Linking C shared library ../libcs_date.dylib
>> >> > [ 10%] Built target cs_date
>> >> > [ 10%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/InOut/libsnd_u.c.o
>> >> > Scanning dependencies of target doppler
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 10%] Building CXX object
>> >> > Opcodes/CMakeFiles/doppler.dir/doppler.cpp.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 11%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/InOut/midifile.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 11%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/InOut/midirecv.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > Linking CXX shared library ../libdoppler.dylib
>> >> > [ 11%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/InOut/midisend.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 11%] Built target doppler
>> >> > Scanning dependencies of target fareygen
>> >> > [ 12%] [ 12%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/InOut/winascii.c.o
>> >> > Building C object Opcodes/CMakeFiles/fareygen.dir/fareygen.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 12%] Linking C shared library ../libfareygen.dylib
>> >> > Building C object CMakeFiles/CsoundLib64.dir/InOut/windin.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 12%] Built target fareygen
>> >> > Scanning dependencies of target fractalnoise
>> >> > [ 12%] Building C object CMakeFiles/CsoundLib64.dir/InOut/window.c.o
>> >> > [ 13%] Building CXX object
>> >> > Opcodes/CMakeFiles/fractalnoise.dir/tl/fractalnoise.cpp.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 14%] Building C object CMakeFiles/CsoundLib64.dir/InOut/winEPS.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > Linking CXX shared library ../libfractalnoise.dylib
>> >> > [ 14%] Built target fractalnoise
>> >> > [ 14%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/InOut/circularbuffer.c.o
>> >> > Scanning dependencies of target image
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 14%] Building C object
>> >> > Opcodes/CMakeFiles/image.dir/imageOpcodes.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 14%] Building C object CMakeFiles/CsoundLib64.dir/OOps/aops.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > Linking C shared library ../libimage.dylib
>> >> > [ 14%] Built target image
>> >> > Scanning dependencies of target mixer
>> >> > [ 14%] Building CXX object Opcodes/CMakeFiles/mixer.dir/mixer.cpp.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 15%] Building C object CMakeFiles/CsoundLib64.dir/OOps/bus.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > Linking CXX shared library ../libmixer.dylib
>> >> > [ 15%] Building C object CMakeFiles/CsoundLib64.dir/OOps/cmath.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 15%] Built target mixer
>> >> > Scanning dependencies of target osc
>> >> > [ 16%] Building C object Opcodes/CMakeFiles/osc.dir/OSC.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 16%] Building C object CMakeFiles/CsoundLib64.dir/OOps/diskin.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > Linking C shared library ../libosc.dylib
>> >> > [ 16%] Building C object CMakeFiles/CsoundLib64.dir/OOps/diskin2.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 16%] Built target osc
>> >> > Scanning dependencies of target platerev
>> >> > [ 16%] Building C object Opcodes/CMakeFiles/platerev.dir/platerev.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 17%] Linking C shared library ../libplaterev.dylib
>> >> > Building C object CMakeFiles/CsoundLib64.dir/OOps/disprep.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 17%] Built target platerev
>> >> > Scanning dependencies of target py
>> >> > [ 17%] [ 17%] Building C object
>> >> > Opcodes/CMakeFiles/py.dir/py/pythonopcodes.c.o
>> >> > Building C object CMakeFiles/CsoundLib64.dir/OOps/dumpf.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 17%] Building C object CMakeFiles/CsoundLib64.dir/OOps/fftlib.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > Linking C shared library ../libpy.dylib
>> >> > [ 17%] Built target py
>> >> > [ 18%] Scanning dependencies of target scansyn
>> >> > Building C object CMakeFiles/CsoundLib64.dir/OOps/goto_ops.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 18%] Building C object Opcodes/CMakeFiles/scansyn.dir/scansyn.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 18%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/OOps/midiinterop.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 19%] Building C object Opcodes/CMakeFiles/scansyn.dir/scansynx.c.o
>> >> > [ 19%] Building C object CMakeFiles/CsoundLib64.dir/OOps/midiops.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 20%] Building C object CMakeFiles/CsoundLib64.dir/OOps/midiout.c.o
>> >> > Linking C shared library ../libscansyn.dylib
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 20%] Built target scansyn
>> >> > Scanning dependencies of target serial
>> >> > [ 20%] Building C object Opcodes/CMakeFiles/serial.dir/serial.c.o
>> >> > [ 20%] Building C object CMakeFiles/CsoundLib64.dir/OOps/mxfft.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > Linking C shared library ../libserial.dylib
>> >> > [ 20%] Built target serial
>> >> > [ 20%] Building C object CMakeFiles/CsoundLib64.dir/OOps/oscils.c.o
>> >> > Scanning dependencies of target signalflowgraph
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 21%] Building CXX object
>> >> > Opcodes/CMakeFiles/signalflowgraph.dir/signalflowgraph.cpp.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 22%] Building C object CMakeFiles/CsoundLib64.dir/OOps/pstream.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 22%] Building C object CMakeFiles/CsoundLib64.dir/OOps/pvfileio.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 22%] Building C object CMakeFiles/CsoundLib64.dir/OOps/pvsanal.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 22%] Building C object CMakeFiles/CsoundLib64.dir/OOps/random.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 23%] Building C object CMakeFiles/CsoundLib64.dir/OOps/remote.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 23%] Building C object CMakeFiles/CsoundLib64.dir/OOps/schedule.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > Linking CXX shared library ../libsignalflowgraph.dylib
>> >> > [ 23%] Building C object CMakeFiles/CsoundLib64.dir/OOps/sndinfUG.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 23%] Built target signalflowgraph
>> >> > Scanning dependencies of target system_call
>> >> > [ 25%] [ 25%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/OOps/str_ops.c.o
>> >> > Building C object Opcodes/CMakeFiles/system_call.dir/system_call.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > Linking C shared library ../libsystem_call.dylib
>> >> > [ 25%] Built target system_call
>> >> > Scanning dependencies of target stk-ops
>> >> > [ 25%] Building C object CMakeFiles/CsoundLib64.dir/OOps/ugens1.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 25%] Building CXX object
>> >> > Opcodes/stk/CMakeFiles/stk-ops.dir/stkOpcodes.cpp.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 25%] Building C object CMakeFiles/CsoundLib64.dir/OOps/ugens2.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 26%] Building C object CMakeFiles/CsoundLib64.dir/OOps/ugens2a.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 26%] Building C object CMakeFiles/CsoundLib64.dir/OOps/ugens3.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 26%] Building C object CMakeFiles/CsoundLib64.dir/OOps/ugens4.c.o
>> >> > Linking CXX shared library ../../libstk.dylib
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 26%] Built target stk-ops
>> >> > Scanning dependencies of target cmidi
>> >> > [ 27%] Building C object CMakeFiles/CsoundLib64.dir/OOps/ugens5.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 27%] Building C object InOut/CMakeFiles/cmidi.dir/cmidi.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 27%] Building C object CMakeFiles/CsoundLib64.dir/OOps/ugens6.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > Linking C shared library ../libcmidi.dylib
>> >> > [ 27%] Building C object CMakeFiles/CsoundLib64.dir/OOps/ugtabs.c.o
>> >> > [ 27%] Built target cmidi
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > Scanning dependencies of target ipmidi
>> >> > [ 27%] Building C object InOut/CMakeFiles/ipmidi.dir/ipmidi.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > Linking C shared library ../libipmidi.dylib
>> >> > [ 27%] Building C object CMakeFiles/CsoundLib64.dir/OOps/ugrw1.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 27%] Built target ipmidi
>> >> > Scanning dependencies of target rtauhal
>> >> > [ 28%] Building C object InOut/CMakeFiles/rtauhal.dir/rtauhal.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 29%] Building C object CMakeFiles/CsoundLib64.dir/OOps/ugrw2.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 29%] Building C object CMakeFiles/CsoundLib64.dir/OOps/vdelay.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > Linking C shared library ../librtauhal.dylib
>> >> > [ 29%] Built target rtauhal
>> >> > Scanning dependencies of target virtual
>> >> > [ 29%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/OOps/compile_ops.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 29%] Building CXX object
>> >> > InOut/CMakeFiles/virtual.dir/virtual_keyboard/FLTKKeyboard.cpp.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 30%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/babo.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 30%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/bilbar.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 30%] Building CXX object
>> >> >
>> >> > InOut/CMakeFiles/virtual.dir/virtual_keyboard/FLTKKeyboardWindow.cpp.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 30%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/compress.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 32%] [ 32%] Building CXX object
>> >> >
>> >> > InOut/CMakeFiles/virtual.dir/virtual_keyboard/FLTKKeyboardWidget.cpp.o
>> >> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/eqfil.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 32%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/Vosim.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 32%] [ 32%] Building CXX object
>> >> > InOut/CMakeFiles/virtual.dir/virtual_keyboard/virtual_keyboard.cpp.o
>> >> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pitch.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 32%] Building CXX object
>> >> > InOut/CMakeFiles/virtual.dir/virtual_keyboard/Bank.cpp.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 33%] [ 34%] Building CXX object
>> >> > InOut/CMakeFiles/virtual.dir/virtual_keyboard/KeyboardMapping.cpp.o
>> >> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pitch0.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 34%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/spectra.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 34%] Building CXX object
>> >> > InOut/CMakeFiles/virtual.dir/virtual_keyboard/Program.cpp.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 34%] Building CXX object
>> >> > InOut/CMakeFiles/virtual.dir/virtual_keyboard/SliderBank.cpp.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 34%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/ambicode1.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 35%] Building CXX object
>> >> > InOut/CMakeFiles/virtual.dir/virtual_keyboard/SliderData.cpp.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > Linking CXX shared library ../libvirtual.dylib
>> >> > [ 36%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/sfont.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 36%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/grain4.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 36%] Built target virtual
>> >> > Scanning dependencies of target widgets
>> >> > [ 36%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/hrtferX.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 36%] Building CXX object
>> >> > InOut/CMakeFiles/widgets.dir/FL_graph.cpp.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 36%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/loscilx.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 36%] Building C object InOut/CMakeFiles/widgets.dir/winFLTK.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 37%] [ 38%] Building CXX object
>> >> > InOut/CMakeFiles/widgets.dir/widgets.cpp.o
>> >> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/minmax.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 38%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pan2.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 38%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/arrays.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 39%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/phisem.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 39%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/hrtfopcodes.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 39%] Linking CXX shared library ../libwidgets.dylib
>> >> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/stackops.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 39%] Built target widgets
>> >> > [ 40%] [ 41%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/vbap.c.o
>> >> > [FLEX][csbeats_SCANNER] Building scanner with flex 2.5.35
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 41%] [BISON][csbeats_PARSER] Building parser with bison 2.3
>> >> > beats/beats.y: conflicts: 1 reduce/reduce
>> >> > Scanning dependencies of target csbeats
>> >> > [ 41%] Building C object
>> >> > frontends/CMakeFiles/csbeats.dir/beats/main.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 41%] [ 41%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/vbap1.c.o
>> >> > Building C object frontends/CMakeFiles/csbeats.dir/beatslex.yy.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 42%] [ 42%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/vbap_n.c.o
>> >> > Building C object frontends/CMakeFiles/csbeats.dir/beats.tab.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > Linking C executable ../csbeats
>> >> > [ 43%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/vbap_zak.c.o
>> >> > [ 43%] Built target csbeats
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > Scanning dependencies of target stdutil
>> >> > [ 44%] Building C object util/CMakeFiles/stdutil.dir/atsa.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 44%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/vaops.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 44%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/ugakbari.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 44%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/harmon.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 45%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/pitchtrack.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 45%] Building C object util/CMakeFiles/stdutil.dir/cvanal.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 45%] Building C object util/CMakeFiles/stdutil.dir/dnoise.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 45%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/partikkel.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 46%] Building C object util/CMakeFiles/stdutil.dir/envext.c.o
>> >> > [ 46%] brew: superenv removed: -I/usr/local/include
>> >> > -I/tmp/csound-KYls
>> >> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/shape.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 46%] Building C object util/CMakeFiles/stdutil.dir/het_export.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 47%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/tabsum.c.o
>> >> > [ 47%] Building C object util/CMakeFiles/stdutil.dir/het_import.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 48%] [ 48%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/crossfm.c.o
>> >> > Building C object util/CMakeFiles/stdutil.dir/hetro.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 48%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/pvlock.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 48%] Building C object util/CMakeFiles/stdutil.dir/lpanal.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 49%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/fareyseq.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 49%] Building C object util/CMakeFiles/stdutil.dir/lpc_export.c.o
>> >> > [ 49%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/modmatrix.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 49%] Building C object util/CMakeFiles/stdutil.dir/lpc_import.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 50%] Building C object util/CMakeFiles/stdutil.dir/mixer.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 50%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/scoreline.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 51%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/modal4.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 51%] Building C object util/CMakeFiles/stdutil.dir/pvanal.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 51%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/physutil.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 51%] Building C object util/CMakeFiles/stdutil.dir/pv_export.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 51%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/physmod.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 52%] Building C object util/CMakeFiles/stdutil.dir/pv_import.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 52%] Building C object util/CMakeFiles/stdutil.dir/pvlook.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 52%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/mandolin.c.o
>> >> > [ 52%] brew: superenv removed: -I/usr/local/include
>> >> > -I/tmp/csound-KYls
>> >> > Building C object util/CMakeFiles/stdutil.dir/scale.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 53%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/singwave.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 54%] Building C object util/CMakeFiles/stdutil.dir/sndinfo.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 54%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/fm4op.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 54%] Building C object util/CMakeFiles/stdutil.dir/srconv.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 54%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/moog1.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 54%] Building C object util/CMakeFiles/stdutil.dir/std_util.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 55%] Building C object util/CMakeFiles/stdutil.dir/xtrct.c.o
>> >> > [ 56%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/shaker.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 56%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/bowedbar.c.o
>> >> > [ 56%] Building C object util/CMakeFiles/stdutil.dir/scope.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 56%] Building C object util/CMakeFiles/stdutil.dir/__/SDIF/sdif.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 56%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/gab/tabmorph.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > Linking C shared library ../libstdutil.dylib
>> >> > [ 57%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/gab/hvs.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 57%] Built target stdutil
>> >> > Scanning dependencies of target sdif2ad
>> >> > [ 58%] Building C object SDIF/CMakeFiles/sdif2ad.dir/sdif2adsyn.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 58%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/gab/sliderTable.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 58%] Building C object SDIF/CMakeFiles/sdif2ad.dir/sdif.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 58%] Building C object SDIF/CMakeFiles/sdif2ad.dir/sdif-mem.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 58%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/gab/newgabopc.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > Linking C executable ../sdif2ad
>> >> > [ 58%] Built target sdif2ad
>> >> > [ 59%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ftest.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 59%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/hrtfearly.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 59%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/hrtfreverb.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 59%] [ 60%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/cpumeter.c.o
>> >> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/gendy.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 60%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/tl/sc_noise.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 60%] Building C object CMakeFiles/CsoundLib64.dir/Top/argdecode.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 61%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Top/cscore_internal.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 61%] Building C object CMakeFiles/CsoundLib64.dir/Top/cscorfns.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 61%] Building C object CMakeFiles/CsoundLib64.dir/Top/csmodule.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 62%] Building C object CMakeFiles/CsoundLib64.dir/Top/csound.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 62%] Building C object CMakeFiles/CsoundLib64.dir/Top/getstring.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 62%] Building C object CMakeFiles/CsoundLib64.dir/Top/main.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 63%] Building C object CMakeFiles/CsoundLib64.dir/Top/new_opts.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 63%] Building C object CMakeFiles/CsoundLib64.dir/Top/one_file.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 63%] Building C object CMakeFiles/CsoundLib64.dir/Top/opcode.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 63%] Building C object CMakeFiles/CsoundLib64.dir/Top/threads.c.o
>> >> > [ 64%] Building C object CMakeFiles/CsoundLib64.dir/Top/utility.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 64%] [ 64%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Top/threadsafe.c.o
>> >> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ambicode.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 65%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/bbcut.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 65%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/biquad.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 65%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/butter.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 66%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/clfilt.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 66%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/cross2.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 66%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/dam.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 67%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/dcblockr.c.o
>> >> > [ 67%] brew: superenv removed: -I/usr/local/include
>> >> > -I/tmp/csound-KYls
>> >> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/filter.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 67%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/flanger.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 67%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/follow.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 68%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/fout.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 68%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/freeverb.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 68%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/ftconv.c.o
>> >> > [ 69%] brew: superenv removed: -I/usr/local/include
>> >> > -I/tmp/csound-KYls
>> >> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ftgen.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 69%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/gab/gab.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 69%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/gab/vectorial.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 70%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/grain.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 70%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/locsig.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 70%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/lowpassr.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 71%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/metro.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 71%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/midiops2.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 71%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/midiops3.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 72%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/newfils.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 72%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/nlfilt.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 72%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/oscbnk.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 72%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pluck.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 73%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/repluck.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 73%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/reverbsc.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 73%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/seqtime.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 74%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/sndloop.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 74%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/sndwarp.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 74%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/space.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 75%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/spat3d.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 75%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/syncgrain.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 75%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/ugens7.c.o
>> >> > [ 76%] brew: superenv removed: -I/usr/local/include
>> >> > -I/tmp/csound-KYls
>> >> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ugens9.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 76%] [ 76%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/uggab.c.o
>> >> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ugensa.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 76%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/ugmoss.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 77%] [ 77%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/ugnorman.c.o
>> >> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ugsc.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 77%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/wave-terrain.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 78%] [ 78%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/stdopcod.c.o
>> >> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/socksend.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 78%] [ 79%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/sockrecv.c.o
>> >> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ifd.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 79%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/partials.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 79%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/psynth.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 80%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/pvsbasic.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 80%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/pvscent.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 80%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/pvsdemix.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 80%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/pvs_ops.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 81%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/pvsband.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 81%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/pvsbuffer.c.o
>> >> > [ 81%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/pvsgendy.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 82%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/dsputil.c.o
>> >> > [ 82%] brew: superenv removed: -I/usr/local/include
>> >> > -I/tmp/csound-KYls
>> >> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pvadd.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 82%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/pvinterp.c.o
>> >> > [ 83%] brew: superenv removed: -I/usr/local/include
>> >> > -I/tmp/csound-KYls
>> >> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pvocext.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 83%] [ 83%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/pvread.c.o
>> >> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ugens8.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 84%] [ 84%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/vpvoc.c.o
>> >> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pvoc.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 84%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/mp3in.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 84%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/InOut/libmpadec/layer1.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 85%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/InOut/libmpadec/layer2.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 85%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/InOut/libmpadec/layer3.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 85%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/InOut/libmpadec/synth.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 86%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/InOut/libmpadec/tables.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 86%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/InOut/libmpadec/mpadec.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 86%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/InOut/libmpadec/mp3dec.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 87%] Building C object CMakeFiles/CsoundLib64.dir/csound_orclex.c.o
>> >> > [ 87%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/csound_orcparse.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 87%] Building C object CMakeFiles/CsoundLib64.dir/csound_prelex.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 88%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Engine/csound_orc_semantics.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 88%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Engine/csound_orc_expressions.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 88%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Engine/csound_orc_optimize.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 88%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Engine/csound_orc_compile.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 89%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Engine/new_orc_parser.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 89%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Engine/symbtab.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 89%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Engine/cs_new_dispatch.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 90%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Engine/cs_par_base.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 90%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Engine/cs_par_orc_semantic_analysis.c.o
>> >> > [ 90%] brew: superenv removed: -I/usr/local/include
>> >> > -I/tmp/csound-KYls
>> >> > Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Engine/cs_par_dispatch.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > Copying OS X content
>> >> > CsoundLib64.framework/Versions/6.0/Headers/CppSound.hpp
>> >> > Copying OS X content
>> >> > CsoundLib64.framework/Versions/6.0/Headers/CsoundFile.hpp
>> >> > Copying OS X content
>> >> > CsoundLib64.framework/Versions/6.0/Headers/OpcodeBase.hpp
>> >> > Copying OS X content
>> >> > CsoundLib64.framework/Versions/6.0/Headers/cfgvar.h
>> >> > Copying OS X content
>> >> > CsoundLib64.framework/Versions/6.0/Headers/csPerfThread.hpp
>> >> > Copying OS X content
>> >> > CsoundLib64.framework/Versions/6.0/Headers/cscore.h
>> >> > Copying OS X content
>> >> > CsoundLib64.framework/Versions/6.0/Headers/csdl.h
>> >> > Copying OS X content
>> >> > CsoundLib64.framework/Versions/6.0/Headers/csound.h
>> >> > Copying OS X content
>> >> > CsoundLib64.framework/Versions/6.0/Headers/csound.hpp
>> >> > Copying OS X content
>> >> > CsoundLib64.framework/Versions/6.0/Headers/csoundCore.h
>> >> > Copying OS X content
>> >> > CsoundLib64.framework/Versions/6.0/Headers/csound_data_structures.h
>> >> > Copying OS X content
>> >> > CsoundLib64.framework/Versions/6.0/Headers/csound_standard_types.h
>> >> > Copying OS X content
>> >> > CsoundLib64.framework/Versions/6.0/Headers/csound_type_system.h
>> >> > Copying OS X content
>> >> > CsoundLib64.framework/Versions/6.0/Headers/cwindow.h
>> >> > Copying OS X content
>> >> > CsoundLib64.framework/Versions/6.0/Headers/float-version-double.h
>> >> > Copying OS X content
>> >> > CsoundLib64.framework/Versions/6.0/Headers/filebuilding.h
>> >> > Copying OS X content
>> >> > CsoundLib64.framework/Versions/6.0/Headers/interlocks.h
>> >> > Copying OS X content
>> >> > CsoundLib64.framework/Versions/6.0/Headers/float-version.h
>> >> > Copying OS X content
>> >> > CsoundLib64.framework/Versions/6.0/Headers/pstream.h
>> >> > Copying OS X content
>> >> > CsoundLib64.framework/Versions/6.0/Headers/msg_attr.h
>> >> > Copying OS X content
>> >> > CsoundLib64.framework/Versions/6.0/Headers/pvfileio.h
>> >> > Copying OS X content
>> >> > CsoundLib64.framework/Versions/6.0/Headers/soundio.h
>> >> > Copying OS X content
>> >> > CsoundLib64.framework/Versions/6.0/Headers/sysdep.h
>> >> > Copying OS X content
>> >> > CsoundLib64.framework/Versions/6.0/Headers/text.h
>> >> > Copying OS X content
>> >> > CsoundLib64.framework/Versions/6.0/Headers/version.h
>> >> > Linking C shared library
>> >> > CsoundLib64.framework/Versions/6.0/CsoundLib64
>> >> > [ 90%] Built target CsoundLib64
>> >> > Scanning dependencies of target csladspa
>> >> > Scanning dependencies of target libcsnd
>> >> > [ 90%] Building CXX object
>> >> > frontends/CMakeFiles/csladspa.dir/csladspa/csladspa.cpp.o
>> >> > [ 91%] brew: superenv removed: -I/usr/local/include
>> >> > -I/tmp/csound-KYls
>> >> > Building CXX object interfaces/CMakeFiles/libcsnd.dir/CppSound.cpp.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 91%] Building CXX object
>> >> > interfaces/CMakeFiles/libcsnd.dir/CsoundFile.cpp.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > Linking CXX shared library ../csladspa.dylib
>> >> > [ 91%] Built target csladspa
>> >> > Scanning dependencies of target csound-bin
>> >> > [ 91%] Building C object
>> >> > frontends/CMakeFiles/csound-bin.dir/csound/csound_main.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > Linking C executable ../csound
>> >> > [ 91%] Built target csound-bin
>> >> > Scanning dependencies of target atsa
>> >> > [ 91%] Building C object util/CMakeFiles/atsa.dir/atsa_main.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > Linking C executable ../atsa
>> >> > [ 91%] Building CXX object
>> >> > interfaces/CMakeFiles/libcsnd.dir/Soundfile.cpp.o
>> >> > [ 91%] brew: superenv removed: -I/usr/local/include
>> >> > -I/tmp/csound-KYls
>> >> > Built target atsa
>> >> > [ 91%] Building CXX object
>> >> > interfaces/CMakeFiles/libcsnd.dir/csPerfThread.cpp.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > [ 92%] [ 92%] Building CXX object
>> >> > interfaces/CMakeFiles/libcsnd.dir/cs_glue.cpp.o
>> >> > Building CXX object
>> >> > interfaces/CMakeFiles/libcsnd.dir/filebuilding.cpp.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > Scanning dependencies of target csanalyze
>> >> > [ 92%] Building C object util/CMakeFiles/csanalyze.dir/csanalyze.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > Linking C executable ../csanalyze
>> >> > Linking CXX shared library ../libcsnd.dylib
>> >> > [ 92%] Built target csanalyze
>> >> > [ 92%] Built target libcsnd
>> >> > Scanning dependencies of target cvanal
>> >> > Scanning dependencies of target dnoise
>> >> > [ 92%] [ 93%] Building C object
>> >> > util/CMakeFiles/dnoise.dir/dnoise_main.c.o
>> >> > Building C object util/CMakeFiles/cvanal.dir/cvl_main.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > Linking C executable ../dnoise
>> >> > Linking C executable ../cvanal
>> >> > [ 93%] Built target dnoise
>> >> > [ 93%] Built target cvanal
>> >> > Scanning dependencies of target envext
>> >> > Scanning dependencies of target extractor
>> >> > [ 93%] [ 93%] Building C object
>> >> > util/CMakeFiles/envext.dir/env_main.c.o
>> >> > Building C object util/CMakeFiles/extractor.dir/xtrc_main.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > Linking C executable ../envext
>> >> > Linking C executable ../extractor
>> >> > [ 93%] Built target extractor
>> >> > [ 93%] Built target envext
>> >> > Scanning dependencies of target het_export
>> >> > Scanning dependencies of target het_import
>> >> > [ 93%] [ 93%] Building C object
>> >> > util/CMakeFiles/het_export.dir/hetx_main.c.o
>> >> > Building C object util/CMakeFiles/het_import.dir/heti_main.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > Linking C executable ../het_export
>> >> > Linking C executable ../het_import
>> >> > [ 93%] [ 93%] Built target het_import
>> >> > Built target het_export
>> >> > Scanning dependencies of target lpanal
>> >> > Scanning dependencies of target hetro
>> >> > [ 93%] Building C object util/CMakeFiles/lpanal.dir/lpc_main.c.o
>> >> > [ 94%] brew: superenv removed: -I/usr/local/include
>> >> > -I/tmp/csound-KYls
>> >> > Building C object util/CMakeFiles/hetro.dir/het_main.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > Linking C executable ../lpanal
>> >> > Linking C executable ../hetro
>> >> > [ 94%] Built target lpanal
>> >> > [ 94%] Built target hetro
>> >> > Scanning dependencies of target lpc_export
>> >> > Scanning dependencies of target lpc_import
>> >> > [ 95%] Building C object util/CMakeFiles/lpc_export.dir/lpcx_main.c.o
>> >> > [ 95%] Building C object util/CMakeFiles/lpc_import.dir/lpci_main.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > Linking C executable ../lpc_export
>> >> > Linking C executable ../lpc_import
>> >> > [ 95%] Built target lpc_export
>> >> > [ 95%] Built target lpc_import
>> >> > Scanning dependencies of target mixer-bin
>> >> > Scanning dependencies of target pv_export
>> >> > [ 95%] [ 95%] Building C object
>> >> > util/CMakeFiles/mixer-bin.dir/mixer_main.c.o
>> >> > Building C object util/CMakeFiles/pv_export.dir/pvx_main.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > Linking C executable ../pv_export
>> >> > Linking C executable ../mixer
>> >> > [ 95%] Built target pv_export
>> >> > [ 95%] Built target mixer-bin
>> >> > Scanning dependencies of target pvanal
>> >> > Scanning dependencies of target pv_import
>> >> > [ 95%] [ 96%] Building C object
>> >> > util/CMakeFiles/pvanal.dir/pvc_main.c.o
>> >> > Building C object util/CMakeFiles/pv_import.dir/pvi_main.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > Linking C executable ../pvanal
>> >> > Linking C executable ../pv_import
>> >> > [ 96%] Built target pvanal
>> >> > [ 96%] Built target pv_import
>> >> > Scanning dependencies of target scale
>> >> > Scanning dependencies of target pvlook
>> >> > [ 96%] [ 96%] Building C object
>> >> > util/CMakeFiles/scale.dir/scale_main.c.o
>> >> > Building C object util/CMakeFiles/pvlook.dir/pvl_main.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > Linking C executable ../pvlook
>> >> > Linking C executable ../scale
>> >> > [ 96%] Built target pvlook
>> >> > [ 96%] Built target scale
>> >> > Scanning dependencies of target scope
>> >> > Scanning dependencies of target sndinfo
>> >> > [ 96%] [ 96%] Building C object
>> >> > util/CMakeFiles/scope.dir/scope_main.c.o
>> >> > Building C object util/CMakeFiles/sndinfo.dir/sndinfo_main.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > Linking C executable ../sndinfo
>> >> > Linking C executable ../scope
>> >> > [ 96%] Built target scope
>> >> > [ 96%] Built target sndinfo
>> >> > Scanning dependencies of target srconv
>> >> > Scanning dependencies of target extract
>> >> > [ 97%] [ 97%] Building C object
>> >> > util/CMakeFiles/srconv.dir/srconv_main.c.o
>> >> > Building C object util1/CMakeFiles/extract.dir/sortex/xmain.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > Linking C executable ../extract
>> >> > Linking C executable ../srconv
>> >> > [ 97%] Built target extract
>> >> > [ 97%] Built target srconv
>> >> > [ 98%] Scanning dependencies of target scsort
>> >> > Swig source
>> >> > [ 98%] Building C object util1/CMakeFiles/scsort.dir/sortex/smain.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > Language subdirectory: python
>> >> > Search paths:
>> >> >    ./
>> >> >    /usr/local/include/
>> >> >    /tmp/csound-KYls/./H/
>> >> >    /tmp/csound-KYls/./include/
>> >> >    /tmp/csound-KYls/./Engine/
>> >> >    /tmp/csound-KYls/./
>> >> >    /tmp/csound-KYls/
>> >> >    /tmp/csound-KYls/interfaces/
>> >> >    /System/Library/Frameworks/Python.framework/Headers/
>> >> >    ./swig_lib/python/
>> >> >    /usr/local/Cellar/swig/2.0.9/share/swig/2.0.9/python/
>> >> >    ./swig_lib/
>> >> >    /usr/local/Cellar/swig/2.0.9/share/swig/2.0.9/
>> >> > Preprocessing...
>> >> > Linking C executable ../scsort
>> >> > [ 98%] Built target scsort
>> >> > [ 98%] Swig source
>> >> > Language subdirectory: java
>> >> > Search paths:
>> >> >    ./
>> >> >    /usr/local/include/
>> >> >    /tmp/csound-KYls/./H/
>> >> >    /tmp/csound-KYls/./include/
>> >> >    /tmp/csound-KYls/./Engine/
>> >> >    /tmp/csound-KYls/./
>> >> >    /tmp/csound-KYls/
>> >> >    /tmp/csound-KYls/interfaces/
>> >> >    /System/Library/Frameworks/Python.framework/Headers/
>> >> >    /System/Library/Frameworks/JavaVM.framework/Headers/
>> >> >    /System/Library/Frameworks/JavaVM.framework/Headers/
>> >> >    /System/Library/Frameworks/JavaVM.framework/Headers/
>> >> >    ./swig_lib/java/
>> >> >    /usr/local/Cellar/swig/2.0.9/share/swig/2.0.9/java/
>> >> >    ./swig_lib/
>> >> >    /usr/local/Cellar/swig/2.0.9/share/swig/2.0.9/
>> >> > Preprocessing...
>> >> > Starting language-specific parse...
>> >> > Processing types...
>> >> > C++ analysis...
>> >> > Generating wrappers...
>> >> > Starting language-specific parse...
>> >> > /tmp/csound-KYls/./include/csound.h:519: Warning 451: Setting a const
>> >> > char *
>> >> > variable may leak memory.
>> >> > Processing types...
>> >> > C++ analysis...
>> >> > Generating wrappers...
>> >> > /tmp/csound-KYls/./include/csound.h:519: Warning 451: Setting a const
>> >> > char *
>> >> > variable may leak memory.
>> >> > cs_glue.hpp:505: Warning 473: Returning a pointer or reference in a
>> >> > director
>> >> > method is not recommended.
>> >> > CppSound.hpp:36: Warning 453: Can't apply (std::vector< double >
>> >> > *INPUT). No
>> >> > typemaps are defined.
>> >> > CppSound.hpp:52: Warning 813: Warning for CppSound proxy: Base
>> >> > CsoundFile
>> >> > ignored. Multiple inheritance is not supported in Java.
>> >> > cs_glue.hpp:505: Warning 473: Returning a pointer or reference in a
>> >> > director
>> >> > method is not recommended.
>> >> > Scanning dependencies of target _jcsound6
>> >> > [ 99%] Building CXX object
>> >> > interfaces/CMakeFiles/_jcsound6.dir/java_interfaceJAVA_wrap.cxx.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > CppSound.hpp:36: Warning 453: Can't apply (std::vector< double >
>> >> > *INPUT). No
>> >> > typemaps are defined.
>> >> > Scanning dependencies of target _csnd6
>> >> > [ 99%] Building CXX object
>> >> > interfaces/CMakeFiles/_csnd6.dir/python_interfacePYTHON_wrap.cxx.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > Linking CXX shared module ../lib_jcsound6.jnilib
>> >> > Building JAVA package csnd6.jar
>> >> > Linking CXX shared module ../_csnd6.so
>> >> > [ 99%] Built target _csnd6
>> >> > [ 99%] [ 99%] Built target _jcsound6
>> >> > Swig source
>> >> > Language subdirectory: lua
>> >> > Search paths:
>> >> >    ./
>> >> >    /usr/local/include/
>> >> >    /tmp/csound-KYls/./H/
>> >> >    /tmp/csound-KYls/./include/
>> >> >    /tmp/csound-KYls/./Engine/
>> >> >    /tmp/csound-KYls/./
>> >> >    /tmp/csound-KYls/
>> >> >    /tmp/csound-KYls/interfaces/
>> >> >    /System/Library/Frameworks/Python.framework/Headers/
>> >> >    /System/Library/Frameworks/JavaVM.framework/Headers/
>> >> >    /System/Library/Frameworks/JavaVM.framework/Headers/
>> >> >    /System/Library/Frameworks/JavaVM.framework/Headers/
>> >> >    /usr/local/include/
>> >> >    ./swig_lib/lua/
>> >> >    /usr/local/Cellar/swig/2.0.9/share/swig/2.0.9/lua/
>> >> >    ./swig_lib/
>> >> >    /usr/local/Cellar/swig/2.0.9/share/swig/2.0.9/
>> >> > Preprocessing...
>> >> > Starting language-specific parse...
>> >> > Processing types...
>> >> > C++ analysis...
>> >> > Generating wrappers...
>> >> > /tmp/csound-KYls/./include/csound.h:519: Warning 451: Setting a const
>> >> > char *
>> >> > variable may leak memory.
>> >> > CppSound.hpp:36: Warning 453: Can't apply (std::vector< double >
>> >> > *INPUT). No
>> >> > typemaps are defined.
>> >> > Scanning dependencies of target luaCsnd6
>> >> > [100%] Building CXX object
>> >> > interfaces/CMakeFiles/luaCsnd6.dir/lua_interfaceLUA_wrap.cxx.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-KYls
>> >> > Linking CXX shared module ../luaCsnd6.so
>> >> > [100%] Built target luaCsnd6
>> >> > Install the project...
>> >> > -- Install configuration: "None"
>> >> > -- Installing: /Users/eddyc/Library/Frameworks/CsoundLib64.framework
>> >> > -- Up-to-date:
>> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/CsoundLib64
>> >> > -- Up-to-date:
>> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Headers
>> >> > -- Up-to-date:
>> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Resources
>> >> > -- Installing:
>> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions
>> >> > -- Installing:
>> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/CsoundLib64
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/cfgvar.h
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/CppSound.hpp
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/cscore.h
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/csdl.h
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/csound.h
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/csound.hpp
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/csound_data_structures.h
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/csound_standard_types.h
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/csound_type_system.h
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/csoundCore.h
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/CsoundFile.hpp
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/csPerfThread.hpp
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/cwindow.h
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/filebuilding.h
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/float-version-double.h
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/float-version.h
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/interlocks.h
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/msg_attr.h
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/OpcodeBase.hpp
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/pstream.h
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/pvfileio.h
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/soundio.h
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/sysdep.h
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/text.h
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/version.h
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Info.plist
>> >> > -- Up-to-date:
>> >> >
>> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/Current
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libmixer.dylib
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libsignalflowgraph.dylib
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libampmidid.dylib
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libcs_date.dylib
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libsystem_call.dylib
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libdoppler.dylib
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libfractalnoise.dylib
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libfareygen.dylib
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libcellular.dylib
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libserial.dylib
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libplaterev.dylib
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libscansyn.dylib
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libcontrol.dylib
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libchua.dylib
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libosc.dylib
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libimage.dylib
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libpy.dylib
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libstk.dylib
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libcmidi.dylib
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/librtauhal.dylib
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libipmidi.dylib
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libwidgets.dylib
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/eddyc/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes/libvirtual.dylib
>> >> > -- Installing: /usr/local/Cellar/csound/HEAD/lib/libcsnd.6.0.dylib
>> >> > -- Installing: /usr/local/Cellar/csound/HEAD/lib/libcsnd.dylib
>> >> > -- Installing: /Library/Python/2.7/site-packages/_csnd6.so
>> >> > CMake Error at interfaces/cmake_install.cmake:61 (FILE):
>> >> >   file INSTALL cannot copy file "/tmp/csound-KYls/_csnd6.so" to
>> >> >   "/Library/Python/2.7/site-packages/_csnd6.so".
>> >> > Call Stack (most recent call first):
>> >> >   cmake_install.cmake:56 (INCLUDE)
>> >> >
>> >> >
>> >> > make: *** [install] Error 1
>> >> > ==> Configuration
>> >> > HOMEBREW_VERSION: 0.9.4
>> >> > HEAD: 38629e1de84d5b8f020e02ebe3ca3430a47080ef
>> >> > CPU: dual-core 64-bit penryn
>> >> > OS X: 10.8.3-x86_64
>> >> > Xcode: 4.6.2
>> >> > CLT: 4.6.0.0.1.1365549073
>> >> > X11: 2.7.4 => /opt/X11
>> >> > ==> ENV
>> >> > CC: cc
>> >> > CXX: c++
>> >> > MAKEFLAGS: -j2
>> >> > CMAKE_PREFIX_PATH: /usr/local
>> >> > CMAKE_INCLUDE_PATH:
>> >> >
>> >> >
>> >> > /usr/include/libxml2:/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers/
>> >> > CMAKE_LIBRARY_PATH:
>> >> >
>> >> > /System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
>> >> > PKG_CONFIG_PATH:
>> >> >
>> >> >
>> >> > /usr/local/opt/pcre/lib/pkgconfig:/usr/local/opt/libsndfile/lib/pkgconfig:/usr/local/opt/portaudio/lib/pkgconfig:/usr/local/opt/liblo/lib/pkgconfig:/usr/local/opt/libpng/lib/pkgconfig
>> >> > PKG_CONFIG_LIBDIR:
>> >> > /usr/lib/pkgconfig:/usr/local/Library/ENV/pkgconfig/10.8
>> >> > ACLOCAL_PATH: /usr/local/share/aclocal
>> >> > OBJC: cc
>> >> > PATH:
>> >> >
>> >> >
>> >> > /usr/local/Library/ENV/4.3:/usr/local/opt/cmake/bin:/usr/local/opt/pcre/bin:/usr/local/opt/swig/bin:/usr/local/opt/libsndfile/bin:/usr/local/opt/liblo/bin:/usr/local/opt/libpng/bin:/usr/local/opt/stk/bin:/usr/local/opt/jpeg/bin:/usr/local/opt/fltk/bin:/usr/bin:/bin:/usr/sbin:/sbin
>> >> >
>> >> > Error: csound did not build
>> >> > Logs:       /Users/eddyc/Library/Logs/Homebrew/csound/CMakeCache.txt
>> >> >
>> >> >
>> >> >
>> >> > On 12 May 2013 11:03, Steven Yi <stevenyi@gmail.com> wrote:
>> >> >>
>> >> >> Could you run "brew install --HEAD
>> >> >> http://www.kunstmusik.com/csound.rb
>> >> >> --verbose" and post the verbose output?
>> >> >>
>> >> >> On May 12, 2013 10:47 AM, "Ed Costello" <edwardcostello@gmail.com>
>> >> >> wrote:
>> >> >>>
>> >> >>> Ok, still getting errors, heres what happened next....
>> >> >>>
>> >> >>> Marions-MacBook:~ eddyc$ brew link --overwrite libsndfile
>> >> >>> Linking /usr/local/Cellar/libsndfile/1.0.25... 27 symlinks created
>> >> >>> Marions-MacBook:~ eddyc$ brew install
>> >> >>> http://www.kunstmusik.com/csound.rb
>> >> >>>
>> >> >>>
>> >> >>> ########################################################################
>> >> >>> 100.0%
>> >> >>> Error: You must `brew link portaudio portmidi liblo' before csound
>> >> >>> can
>> >> >>> be
>> >> >>> installed
>> >> >>> Marions-MacBook:~ eddyc$ brew link --overwrite portaudio portmidi
>> >> >>> liblo
>> >> >>> Linking /usr/local/Cellar/portaudio/19.20111121... 6 symlinks
>> >> >>> created
>> >> >>> Linking /usr/local/Cellar/portmidi/217... 3 symlinks created
>> >> >>> Linking /usr/local/Cellar/liblo/0.26... 6 symlinks created
>> >> >>> Marions-MacBook:~ eddyc$ brew install
>> >> >>> http://www.kunstmusik.com/csound.rb
>> >> >>>
>> >> >>>
>> >> >>> ########################################################################
>> >> >>> 100.0%
>> >> >>> ==> Downloading
>> >> >>> http://www.kunstmusik.com/Csound-6.0.1-Source.tar.bz2
>> >> >>> Already downloaded: /Library/Caches/Homebrew/csound-6.0.1.tar.bz2
>> >> >>> ==> cmake . -DUSE_GETTEXT=0
>> >> >>> -DCMAKE_INSTALL_PREFIX=/usr/local/Cellar/csound/6.0.
>> >> >>> ==> make install
>> >> >>> Call Stack (most recent call first):
>> >> >>>   cmake_install.cmake:56 (INCLUDE)
>> >> >>>
>> >> >>>
>> >> >>> make: *** [install] Error 1
>> >> >>>
>> >> >>>
>> >> >>> On 11 May 2013 23:39, Steven Yi <stevenyi@gmail.com> wrote:
>> >> >>>>
>> >> >>>> Hey Ed,
>> >> >>>>
>> >> >>>> Sorry, just use "brew link --overwrite libsndfile" and ignore the
>> >> >>>> uninstall/install thing I wrote earlier. :)
>> >> >>>>
>> >> >>>> steven
>> >> >>>>
>> >> >>>> On Sat, May 11, 2013 at 11:31 PM, Steven Yi <stevenyi@gmail.com>
>> >> >>>> wrote:
>> >> >>>> > Hey Ed!
>> >> >>>> >
>> >> >>>> > So for that it's pretty much what it says.  You'll have to use
>> >> >>>> > the
>> >> >>>> > brew installed libsndfile, and to do that you'll probably have
>> >> >>>> > to
>> >> >>>> > do
>> >> >>>> > "brew uninstall libsndfile; brew install --overwrite
>> >> >>>> > libsndfile".
>> >> >>>> > Most
>> >> >>>> > likely when brew tried to link it's libsndfile into /usr/local,
>> >> >>>> > it
>> >> >>>> > encountered your custom built ones and gave up; I wonder if it
>> >> >>>> > didn't
>> >> >>>> > alter something though X_X.  But try getting the brew installed
>> >> >>>> > ones
>> >> >>>> > in there and I think you'll be good for csound building after
>> >> >>>> > that.
>> >> >>>> >
>> >> >>>> > Thanks!
>> >> >>>> > steven
>> >> >>>> >
>> >> >>>> > On Sat, May 11, 2013 at 8:10 PM, Ed Costello
>> >> >>>> > <edwardcostello@gmail.com> wrote:
>> >> >>>> >> I get an error saying it requires libsndfile, the thing is I
>> >> >>>> >> already
>> >> >>>> >> have
>> >> >>>> >> libsndfile installed from a previous csound installation,
>> >> >>>> >>
>> >> >>>> >> CMake Error at CMakeLists.txt:339 (message):
>> >> >>>> >>   Csound requires the sndfile library
>> >> >>>> >>
>> >> >>>> >>
>> >> >>>> >> -- Configuring incomplete, errors occurred!
>> >> >>>> >>
>> >> >>>> >> READ THIS:
>> >> >>>> >> https://github.com/mxcl/homebrew/wiki/troubleshooting
>> >> >>>> >>
>> >> >>>> >> Marions-MacBook:~ eddyc$ brew install libsndfile
>> >> >>>> >> Warning: libsndfile-1.0.25 already installed, it's just not
>> >> >>>> >> linked
>> >> >>>> >> Marions-MacBook:~ eddyc$
>> >> >>>> >>
>> >> >>>> >>
>> >> >>>> >>
>> >> >>>> >> On 11 May 2013 18:26, peiman khosravi
>> >> >>>> >> <peimankhosravi@gmail.com>
>> >> >>>> >> wrote:
>> >> >>>> >>>
>> >> >>>> >>> I get the same errors.
>> >> >>>> >>>
>> >> >>>> >>> P
>> >> >>>> >>>
>> >> >>>> >>>
>> >> >>>> >>>
>> >> >>>> >>>
>> >> >>>> >>>
>> >> >>>> >>>
>> >> >>>> >>> www.peimankhosravi.co.uk || Subscribe to RSS Feed
>> >> >>>> >>>
>> >> >>>> >>> To receive emails about upcoming concerts visit this page &
>> >> >>>> >>> enter
>> >> >>>> >>> your
>> >> >>>> >>> email address in the 'follow' section.
>> >> >>>> >>>
>> >> >>>> >>>
>> >> >>>> >>>
>> >> >>>> >>> On 11 May 2013 16:38, Steven Yi <stevenyi@gmail.com> wrote:
>> >> >>>> >>>>
>> >> >>>> >>>> Hi Jake,
>> >> >>>> >>>>
>> >> >>>> >>>> Thanks very much for the quick report! I'm running into
>> >> >>>> >>>> similar
>> >> >>>> >>>> situations and it has to do with brew trying to install links
>> >> >>>> >>>> but
>> >> >>>> >>>> there are original files there installed from somewhere else
>> >> >>>> >>>> (likely
>> >> >>>> >>>> from a previous csound installer install).  I just did this:
>> >> >>>> >>>>
>> >> >>>> >>>> Error: Could not symlink file:
>> >> >>>> >>>> /usr/local/Cellar/libogg/1.3.0/include/ogg/os_types.h
>> >> >>>> >>>> Target /usr/local/include/ogg/os_types.h already exists. You
>> >> >>>> >>>> may
>> >> >>>> >>>> need
>> >> >>>> >>>> to delete it.
>> >> >>>> >>>> To force the link and overwrite all other conflicting files,
>> >> >>>> >>>> do:
>> >> >>>> >>>>   brew link --overwrite formula_name
>> >> >>>> >>>>
>> >> >>>> >>>> To list all files that would be deleted:
>> >> >>>> >>>>   brew link --overwrite --dry-run formula_name
>> >> >>>> >>>> cp23-119:Formula stevenyi$ brew link --overwrite libogg
>> >> >>>> >>>> Linking /usr/local/Cellar/libogg/1.3.0... 81 symlinks created
>> >> >>>> >>>>
>> >> >>>> >>>> and also did 'brew link --overwrite flac' (and so on for each
>> >> >>>> >>>> lib).
>> >> >>>> >>>>
>> >> >>>> >>>> One note, I'm running into issues in building --universal.
>> >> >>>> >>>> It
>> >> >>>> >>>> seems
>> >> >>>> >>>> some of the formulas can be --universal but they depend on
>> >> >>>> >>>> others
>> >> >>>> >>>> that
>> >> >>>> >>>> don't support universal.  I'm going to see about modifying
>> >> >>>> >>>> some
>> >> >>>> >>>> of
>> >> >>>> >>>> the
>> >> >>>> >>>> dependent homebrew recipes and if that works I'll see if they
>> >> >>>> >>>> get
>> >> >>>> >>>> accepted into the main repo.
>> >> >>>> >>>>
>> >> >>>> >>>> Thanks!
>> >> >>>> >>>> steven
>> >> >>>> >>>>
>> >> >>>> >>>> On Sat, May 11, 2013 at 5:24 PM, Jacob Joaquin
>> >> >>>> >>>> <jacobjoaquin@gmail.com>
>> >> >>>> >>>> wrote:
>> >> >>>> >>>> > Here's my first run through; It breaks at libogg. I'm
>> >> >>>> >>>> > actually
>> >> >>>> >>>> > in
>> >> >>>> >>>> > the
>> >> >>>> >>>> > middle
>> >> >>>> >>>> > of something this morning. I'll spend more time with this
>> >> >>>> >>>> > when
>> >> >>>> >>>> > I
>> >> >>>> >>>> > have
>> >> >>>> >>>> > some:
>> >> >>>> >>>> >
>> >> >>>> >>>> > Quorra ~ $ brew install http://www.kunstmusik.com/csound.rb
>> >> >>>> >>>> >
>> >> >>>> >>>> >
>> >> >>>> >>>> >
>> >> >>>> >>>> >
>> >> >>>> >>>> > ########################################################################
>> >> >>>> >>>> > 100.0%
>> >> >>>> >>>> > Warning: Your Xcode (4.6.1) is outdated
>> >> >>>> >>>> > Please install Xcode 4.6.2.
>> >> >>>> >>>> > ==> Installing csound dependency: cmake
>> >> >>>> >>>> > ==> Downloading
>> >> >>>> >>>> >
>> >> >>>> >>>> >
>> >> >>>> >>>> > https://downloads.sf.net/project/machomebrew/Bottles/cmake-2.8.1
>> >> >>>> >>>> >
>> >> >>>> >>>> >
>> >> >>>> >>>> >
>> >> >>>> >>>> >
>> >> >>>> >>>> > ########################################################################
>> >> >>>> >>>> > 100.0%
>> >> >>>> >>>> > ==> Pouring cmake-2.8.10.2.mountain_lion.bottle.tar.gz
>> >> >>>> >>>> > 🍺  /usr/local/Cellar/cmake/2.8.10.2: 683 files, 32M
>> >> >>>> >>>> > ==> Installing csound dependency: pcre
>> >> >>>> >>>> > ==> Downloading
>> >> >>>> >>>> >
>> >> >>>> >>>> >
>> >> >>>> >>>> > ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre-8.32.
>> >> >>>> >>>> >
>> >> >>>> >>>> >
>> >> >>>> >>>> >
>> >> >>>> >>>> >
>> >> >>>> >>>> > ########################################################################
>> >> >>>> >>>> > 100.0%
>> >> >>>> >>>> >
>> >> >>>> >>>> >
>> >> >>>> >>>> >
>> >> >>>> >>>> >
>> >> >>>> >>>> > ########################################################################
>> >> >>>> >>>> > 100.0%==> ./configure --prefix=/usr/local/Cellar/pcre/8.32
>> >> >>>> >>>> > --enable-utf8
>> >> >>>> >>>> > --enable-unic
>> >> >>>> >>>> > ==> make test
>> >> >>>> >>>> > ==> make install
>> >> >>>> >>>> > 🍺  /usr/local/Cellar/pcre/8.32: 135 files, 3.6M, built in
>> >> >>>> >>>> > 44
>> >> >>>> >>>> > seconds
>> >> >>>> >>>> > ==> Installing csound dependency: swig
>> >> >>>> >>>> > ==> Downloading
>> >> >>>> >>>> >
>> >> >>>> >>>> >
>> >> >>>> >>>> >
>> >> >>>> >>>> >
>> >> >>>> >>>> > http://sourceforge.net/projects/swig/files/swig/swig-2.0.9/swig-2.0.9.tar.gz
>> >> >>>> >>>> >
>> >> >>>> >>>> >
>> >> >>>> >>>> >
>> >> >>>> >>>> >
>> >> >>>> >>>> > ########################################################################
>> >> >>>> >>>> > 100.0%
>> >> >>>> >>>> > ==> ./configure --prefix=/usr/local/Cellar/swig/2.0.9
>> >> >>>> >>>> > ==> make
>> >> >>>> >>>> > ==> make install
>> >> >>>> >>>> > 🍺  /usr/local/Cellar/swig/2.0.9: 599 files, 6.2M, built in
>> >> >>>> >>>> > 45
>> >> >>>> >>>> > seconds
>> >> >>>> >>>> > ==> Installing csound dependency: pkg-config
>> >> >>>> >>>> > ==> Downloading
>> >> >>>> >>>> >
>> >> >>>> >>>> >
>> >> >>>> >>>> >
>> >> >>>> >>>> >
>> >> >>>> >>>> > https://downloads.sf.net/project/machomebrew/Bottles/pkg-config-0.28.mountain_lion.bottle.tar.gz
>> >> >>>> >>>> >
>> >> >>>> >>>> >
>> >> >>>> >>>> >
>> >> >>>> >>>> >
>> >> >>>> >>>> > ########################################################################
>> >> >>>> >>>> > 100.0%
>> >> >>>> >>>> > ==> Pouring pkg-config-0.28.mountain_lion.bottle.tar.gz
>> >> >>>> >>>> > 🍺  /usr/local/Cellar/pkg-config/0.28: 10 files, 636K
>> >> >>>> >>>> > ==> Installing csound dependency: lame
>> >> >>>> >>>> > ==> Downloading
>> >> >>>> >>>> >
>> >> >>>> >>>> >
>> >> >>>> >>>> >
>> >> >>>> >>>> > http://downloads.sourceforge.net/sourceforge/lame/lame-3.99.5.tar.gz
>> >> >>>> >>>> >
>> >> >>>> >>>> >
>> >> >>>> >>>> >
>> >> >>>> >>>> >
>> >> >>>> >>>> > ########################################################################
>> >> >>>> >>>> > 100.0%
>> >> >>>> >>>> > ==> ./configure --prefix=/usr/local/Cellar/lame/3.99.5
>> >> >>>> >>>> > --enable-nasm
>> >> >>>> >>>> > ==> make install
>> >> >>>> >>>> > 🍺  /usr/local/Cellar/lame/3.99.5: 25 files, 2.1M, built in
>> >> >>>> >>>> > 27
>> >> >>>> >>>> > seconds
>> >> >>>> >>>> > ==> Installing csound dependency: flac
>> >> >>>> >>>> > ==> Downloading
>> >> >>>> >>>> >
>> >> >>>> >>>> >
>> >> >>>> >>>> >
>> >> >>>> >>>> > http://downloads.sourceforge.net/sourceforge/flac/flac-1.2.1.tar.gz
>> >> >>>> >>>> >
>> >> >>>> >>>> >
>> >> >>>> >>>> >
>> >> >>>> >>>> >
>> >> >>>> >>>> > ########################################################################
>> >> >>>> >>>> > 100.0%
>> >> >>>> >>>> > ==> ./configure --disable-asm-optimizations --enable-sse
>> >> >>>> >>>> > --prefix=/usr/local/Cellar/flac/1.2.1
>> >> >>>> >>>> > --mandir=/usr/local/Cellar/flac/1.2.1/share/man
>> >> >>>> >>>> > ==> make install
>> >> >>>> >>>> > ==> Downloading
>> >> >>>> >>>> > https://github.com/rmndk/flac2mp3/archive/v1.0.tar.gz
>> >> >>>> >>>> >
>> >> >>>> >>>> >
>> >> >>>> >>>> >
>> >> >>>> >>>> >
>> >> >>>> >>>> > ########################################################################
>> >> >>>> >>>> > 100.0%
>> >> >>>> >>>> > Warning: Could not link flac. Unlinking...
>> >> >>>> >>>> > Error: The `brew link` step did not complete successfully
>> >> >>>> >>>> > The formula built, but is not symlinked into /usr/local
>> >> >>>> >>>> > You can try again using `brew link flac'
>> >> >>>> >>>> > ==> Summary
>> >> >>>> >>>> > 🍺  /usr/local/Cellar/flac/1.2.1: 304 files, 6.5M, built in
>> >> >>>> >>>> > 47
>> >> >>>> >>>> > seconds
>> >> >>>> >>>> > ==> Installing csound dependency: libogg
>> >> >>>> >>>> > ==> Downloading
>> >> >>>> >>>> > http://downloads.xiph.org/releases/ogg/libogg-1.3.0.tar.gz
>> >> >>>> >>>> >
>> >> >>>> >>>> >
>> >> >>>> >>>> >
>> >> >>>> >>>> >
>> >> >>>> >>>> > ########################################################################
>> >> >>>> >>>> > 100.0%
>> >> >>>> >>>> > ==> ./configure --prefix=/usr/local/Cellar/libogg/1.3.0
>> >> >>>> >>>> > ==> make
>> >> >>>> >>>> > ==> make install
>> >> >>>> >>>> > Warning: Could not link libogg. Unlinking...
>> >> >>>> >>>> > Error: The `brew link` step did not complete successfully
>> >> >>>> >>>> > The formula built, but is not symlinked into /usr/local
>> >> >>>> >>>> > You can try again using `brew link libogg'
>> >> >>>> >>>> > ==> Summary
>> >> >>>> >>>> > 🍺  /usr/local/Cellar/libogg/1.3.0: 85 files, 520K, built
>> >> >>>> >>>> > in
>> >> >>>> >>>> > 11
>> >> >>>> >>>> > seconds
>> >> >>>> >>>> > ==> Installing csound dependency: xz
>> >> >>>> >>>> > ==> Downloading http://tukaani.org/xz/xz-5.0.4.tar.bz2
>> >> >>>> >>>> >
>> >> >>>> >>>> >
>> >> >>>> >>>> >
>> >> >>>> >>>> >
>> >> >>>> >>>> > ########################################################################
>> >> >>>> >>>> > 100.0%
>> >> >>>> >>>> > ==> ./configure --prefix=/usr/local/Cellar/xz/5.0.4
>> >> >>>> >>>> > ==> make install
>> >> >>>> >>>> > 🍺  /usr/local/Cellar/xz/5.0.4: 58 files, 1.5M, built in 27
>> >> >>>> >>>> > seconds
>> >> >>>> >>>> > Error: You must `brew link libogg' before libvorbis can be
>> >> >>>> >>>> > installed
>> >> >>>> >>>> >
>> >> >>>> >>>> >
>> >> >>>> >>>> >
>> >> >>>> >>>> >
>> >> >>>> >>>> >
>> >> >>>> >>>> > On Sat, May 11, 2013 at 8:21 AM, Jacob Joaquin
>> >> >>>> >>>> > <jacobjoaquin@gmail.com>
>> >> >>>> >>>> > wrote:
>> >> >>>> >>>> >>
>> >> >>>> >>>> >> I ran into an error which was resolved by updating brew:
>> >> >>>> >>>> >>
>> >> >>>> >>>> >> brew update
>> >> >>>> >>>> >>
>> >> >>>> >>>> >> It's currently downloading and installing dependencies.
>> >> >>>> >>>> >> We'll
>> >> >>>> >>>> >> see how
>> >> >>>> >>>> >> this
>> >> >>>> >>>> >> goes.
>> >> >>>> >>>> >>
>> >> >>>> >>>> >>
>> >> >>>> >>>> >> On Sat, May 11, 2013 at 8:12 AM, Steven Yi
>> >> >>>> >>>> >> <stevenyi@gmail.com>
>> >> >>>> >>>> >> wrote:
>> >> >>>> >>>> >>>
>> >> >>>> >>>> >>> Hi All,
>> >> >>>> >>>> >>>
>> >> >>>> >>>> >>> I've put together a homebrew [1]  file and was hoping to
>> >> >>>> >>>> >>> get
>> >> >>>> >>>> >>> some
>> >> >>>> >>>> >>> people to test it.  If it's working well maybe we can
>> >> >>>> >>>> >>> submit
>> >> >>>> >>>> >>> it
>> >> >>>> >>>> >>> to
>> >> >>>> >>>> >>> the
>> >> >>>> >>>> >>> homebrew repo.  The file is available at:
>> >> >>>> >>>> >>>
>> >> >>>> >>>> >>> http://www.kunstmusik.com/csound.rb
>> >> >>>> >>>> >>>
>> >> >>>> >>>> >>> You can try installing it by using:
>> >> >>>> >>>> >>>
>> >> >>>> >>>> >>> brew install http://www.kunstmusik.com/csound.rb
>> >> >>>> >>>> >>>
>> >> >>>> >>>> >>> This builds with a source zip I put together from today's
>> >> >>>> >>>> >>> GIT
>> >> >>>> >>>> >>> (using
>> >> >>>> >>>> >>> 'cpack package_source').  If you want to use the latest
>> >> >>>> >>>> >>> from
>> >> >>>> >>>> >>> GIT
>> >> >>>> >>>> >>> (recommended at this point) you can use:
>> >> >>>> >>>> >>>
>> >> >>>> >>>> >>> brew install --HEAD http://www.kunstmusik.com/csound.rb
>> >> >>>> >>>> >>>
>> >> >>>> >>>> >>> This should also install the following dependencies:
>> >> >>>> >>>> >>>
>> >> >>>> >>>> >>>   depends_on 'cmake' => :build
>> >> >>>> >>>> >>>   depends_on 'swig' => :build
>> >> >>>> >>>> >>>
>> >> >>>> >>>> >>>   depends_on 'libsndfile'
>> >> >>>> >>>> >>>
>> >> >>>> >>>> >>>   depends_on 'portaudio' => :recommended
>> >> >>>> >>>> >>>   depends_on 'portmidi' => :recommended
>> >> >>>> >>>> >>>   depends_on 'liblo' => :recommended
>> >> >>>> >>>> >>>   depends_on 'boost' => :recommended
>> >> >>>> >>>> >>>   depends_on 'libpng' => :recommended
>> >> >>>> >>>> >>>   depends_on 'stk' => :recommended
>> >> >>>> >>>> >>>
>> >> >>>> >>>> >>> You can get info on flags by using:
>> >> >>>> >>>> >>>
>> >> >>>> >>>> >>> brew info http://www.kunstmusik.com/csound.rb
>> >> >>>> >>>> >>>
>> >> >>>> >>>> >>> and can (or, at least, should) be able to build as a
>> >> >>>> >>>> >>> --universal
>> >> >>>> >>>> >>> using:
>> >> >>>> >>>> >>>
>> >> >>>> >>>> >>> brew install --HEAD http://www.kunstmusik.com/csound.rb
>> >> >>>> >>>> >>> --universal
>> >> >>>> >>>> >>>
>> >> >>>> >>>> >>> Some notes:
>> >> >>>> >>>> >>>
>> >> >>>> >>>> >>> 1) There are likely to be problems.  Please report issues
>> >> >>>> >>>> >>> here
>> >> >>>> >>>> >>> so
>> >> >>>> >>>> >>> that
>> >> >>>> >>>> >>> we can fix them together. :)
>> >> >>>> >>>> >>>
>> >> >>>> >>>> >>> 2) The csound cmake file installs things into places that
>> >> >>>> >>>> >>> may
>> >> >>>> >>>> >>> be
>> >> >>>> >>>> >>> protected on your system. The particularly relevant ones
>> >> >>>> >>>> >>> are
>> >> >>>> >>>> >>> /usr/local, /Library/Python/2.7/site-packages, and
>> >> >>>> >>>> >>> /Library/Java/Extensions.  Homebrew explains how to deal
>> >> >>>> >>>> >>> with
>> >> >>>> >>>> >>> the
>> >> >>>> >>>> >>> latter 2 directores in [2]. There's info about /usr/local
>> >> >>>> >>>> >>> on
>> >> >>>> >>>> >>> the
>> >> >>>> >>>> >>> homebrew site [1].
>> >> >>>> >>>> >>>
>> >> >>>> >>>> >>> 3) I'm currently thinking this might be the best way to
>> >> >>>> >>>> >>> get
>> >> >>>> >>>> >>> everything
>> >> >>>> >>>> >>> required to build csound installed on OSX.  The idea is
>> >> >>>> >>>> >>> that
>> >> >>>> >>>> >>> once you
>> >> >>>> >>>> >>> install once, you'll have everything you need to also
>> >> >>>> >>>> >>> clone
>> >> >>>> >>>> >>> Csound's
>> >> >>>> >>>> >>> git repo and develop/build/install.
>> >> >>>> >>>> >>>
>> >> >>>> >>>> >>> Thanks!
>> >> >>>> >>>> >>> steven
>> >> >>>> >>>> >>>
>> >> >>>> >>>> >>> [1] - http://brew.sh/
>> >> >>>> >>>> >>> [2] -
>> >> >>>> >>>> >>>
>> >> >>>> >>>> >>>
>> >> >>>> >>>> >>>
>> >> >>>> >>>> >>> https://github.com/mxcl/homebrew/wiki/Gems%2C-Eggs-and-Perl-Modules
>> >> >>>> >>>> >>>
>> >> >>>> >>>> >>>
>> >> >>>> >>>> >>>
>> >> >>>> >>>> >>>
>> >> >>>> >>>> >>>
>> >> >>>> >>>> >>>
>> >> >>>> >>>> >>> ------------------------------------------------------------------------------
>> >> >>>> >>>> >>> Learn Graph Databases - Download FREE O'Reilly Book
>> >> >>>> >>>> >>> "Graph Databases" is the definitive new guide to graph
>> >> >>>> >>>> >>> databases and
>> >> >>>> >>>> >>> their applications. This 200-page book is written by
>> >> >>>> >>>> >>> three
>> >> >>>> >>>> >>> acclaimed
>> >> >>>> >>>> >>> leaders in the field. The early access version is
>> >> >>>> >>>> >>> available
>> >> >>>> >>>> >>> now.
>> >> >>>> >>>> >>> Download your free book today!
>> >> >>>> >>>> >>> http://p.sf.net/sfu/neotech_d2d_may
>> >> >>>> >>>> >>> _______________________________________________
>> >> >>>> >>>> >>> Csound-devel mailing list
>> >> >>>> >>>> >>> Csound-devel@lists.sourceforge.net
>> >> >>>> >>>> >>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>> >> >>>> >>>> >>
>> >> >>>> >>>> >>
>> >> >>>> >>>> >>
>> >> >>>> >>>> >>
>> >> >>>> >>>> >> --
>> >> >>>> >>>> >> codehop.com | #code #art #music
>> >> >>>> >>>> >
>> >> >>>> >>>> >
>> >> >>>> >>>> >
>> >> >>>> >>>> >
>> >> >>>> >>>> > --
>> >> >>>> >>>> > codehop.com | #code #art #music
>> >> >>>> >>>> >
>> >> >>>> >>>> >
>> >> >>>> >>>> >
>> >> >>>> >>>> >
>> >> >>>> >>>> >
>> >> >>>> >>>> > ------------------------------------------------------------------------------
>> >> >>>> >>>> > Learn Graph Databases - Download FREE O'Reilly Book
>> >> >>>> >>>> > "Graph Databases" is the definitive new guide to graph
>> >> >>>> >>>> > databases
>> >> >>>> >>>> > and
>> >> >>>> >>>> > their applications. This 200-page book is written by three
>> >> >>>> >>>> > acclaimed
>> >> >>>> >>>> > leaders in the field. The early access version is available
>> >> >>>> >>>> > now.
>> >> >>>> >>>> > Download your free book today!
>> >> >>>> >>>> > http://p.sf.net/sfu/neotech_d2d_may
>> >> >>>> >>>> > _______________________________________________
>> >> >>>> >>>> > Csound-devel mailing list
>> >> >>>> >>>> > Csound-devel@lists.sourceforge.net
>> >> >>>> >>>> > https://lists.sourceforge.net/lists/listinfo/csound-devel
>> >> >>>> >>>> >
>> >> >>>> >>>>
>> >> >>>> >>>>
>> >> >>>> >>>>
>> >> >>>> >>>>
>> >> >>>> >>>>
>> >> >>>> >>>> ------------------------------------------------------------------------------
>> >> >>>> >>>> Learn Graph Databases - Download FREE O'Reilly Book
>> >> >>>> >>>> "Graph Databases" is the definitive new guide to graph
>> >> >>>> >>>> databases
>> >> >>>> >>>> and
>> >> >>>> >>>> their applications. This 200-page book is written by three
>> >> >>>> >>>> acclaimed
>> >> >>>> >>>> leaders in the field. The early access version is available
>> >> >>>> >>>> now.
>> >> >>>> >>>> Download your free book today!
>> >> >>>> >>>> http://p.sf.net/sfu/neotech_d2d_may
>> >> >>>> >>>> _______________________________________________
>> >> >>>> >>>> Csound-devel mailing list
>> >> >>>> >>>> Csound-devel@lists.sourceforge.net
>> >> >>>> >>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>> >> >>>> >>>
>> >> >>>> >>>
>> >> >>>> >>>
>> >> >>>> >>>
>> >> >>>> >>>
>> >> >>>> >>>
>> >> >>>> >>>
>> >> >>>> >>> ------------------------------------------------------------------------------
>> >> >>>> >>> Learn Graph Databases - Download FREE O'Reilly Book
>> >> >>>> >>> "Graph Databases" is the definitive new guide to graph
>> >> >>>> >>> databases
>> >> >>>> >>> and
>> >> >>>> >>> their applications. This 200-page book is written by three
>> >> >>>> >>> acclaimed
>> >> >>>> >>> leaders in the field. The early access version is available
>> >> >>>> >>> now.
>> >> >>>> >>> Download your free book today!
>> >> >>>> >>> http://p.sf.net/sfu/neotech_d2d_may
>> >> >>>> >>> _______________________________________________
>> >> >>>> >>> Csound-devel mailing list
>> >> >>>> >>> Csound-devel@lists.sourceforge.net
>> >> >>>> >>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>> >> >>>> >>>
>> >> >>>> >>
>> >> >>>> >>
>> >> >>>> >>
>> >> >>>> >>
>> >> >>>> >>
>> >> >>>> >> ------------------------------------------------------------------------------
>> >> >>>> >> Learn Graph Databases - Download FREE O'Reilly Book
>> >> >>>> >> "Graph Databases" is the definitive new guide to graph
>> >> >>>> >> databases
>> >> >>>> >> and
>> >> >>>> >> their applications. This 200-page book is written by three
>> >> >>>> >> acclaimed
>> >> >>>> >> leaders in the field. The early access version is available
>> >> >>>> >> now.
>> >> >>>> >> Download your free book today!
>> >> >>>> >> http://p.sf.net/sfu/neotech_d2d_may
>> >> >>>> >> _______________________________________________
>> >> >>>> >> Csound-devel mailing list
>> >> >>>> >> Csound-devel@lists.sourceforge.net
>> >> >>>> >> https://lists.sourceforge.net/lists/listinfo/csound-devel
>> >> >>>> >>
>> >> >>>>
>> >> >>>>
>> >> >>>>
>> >> >>>>
>> >> >>>> ------------------------------------------------------------------------------
>> >> >>>> Learn Graph Databases - Download FREE O'Reilly Book
>> >> >>>> "Graph Databases" is the definitive new guide to graph databases
>> >> >>>> and
>> >> >>>> their applications. This 200-page book is written by three
>> >> >>>> acclaimed
>> >> >>>> leaders in the field. The early access version is available now.
>> >> >>>> Download your free book today! http://p.sf.net/sfu/neotech_d2d_may
>> >> >>>> _______________________________________________
>> >> >>>> Csound-devel mailing list
>> >> >>>> Csound-devel@lists.sourceforge.net
>> >> >>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>> >> >>>
>> >> >>>
>> >> >>>
>> >> >>>
>> >> >>>
>> >> >>>
>> >> >>> ------------------------------------------------------------------------------
>> >> >>> Learn Graph Databases - Download FREE O'Reilly Book
>> >> >>> "Graph Databases" is the definitive new guide to graph databases
>> >> >>> and
>> >> >>> their applications. This 200-page book is written by three
>> >> >>> acclaimed
>> >> >>> leaders in the field. The early access version is available now.
>> >> >>> Download your free book today! http://p.sf.net/sfu/neotech_d2d_may
>> >> >>> _______________________________________________
>> >> >>> Csound-devel mailing list
>> >> >>> Csound-devel@lists.sourceforge.net
>> >> >>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>> >> >>>
>> >> >>
>> >> >>
>> >> >>
>> >> >>
>> >> >> ------------------------------------------------------------------------------
>> >> >> Learn Graph Databases - Download FREE O'Reilly Book
>> >> >> "Graph Databases" is the definitive new guide to graph databases and
>> >> >> their applications. This 200-page book is written by three acclaimed
>> >> >> leaders in the field. The early access version is available now.
>> >> >> Download your free book today! http://p.sf.net/sfu/neotech_d2d_may
>> >> >> _______________________________________________
>> >> >> Csound-devel mailing list
>> >> >> Csound-devel@lists.sourceforge.net
>> >> >> https://lists.sourceforge.net/lists/listinfo/csound-devel
>> >> >>
>> >> >
>> >> >
>> >> >
>> >> >
>> >> > ------------------------------------------------------------------------------
>> >> > Learn Graph Databases - Download FREE O'Reilly Book
>> >> > "Graph Databases" is the definitive new guide to graph databases and
>> >> > their applications. This 200-page book is written by three acclaimed
>> >> > leaders in the field. The early access version is available now.
>> >> > Download your free book today! http://p.sf.net/sfu/neotech_d2d_may
>> >> > _______________________________________________
>> >> > Csound-devel mailing list
>> >> > Csound-devel@lists.sourceforge.net
>> >> > https://lists.sourceforge.net/lists/listinfo/csound-devel
>> >> >
>> >>
>> >>
>> >>
>> >> ------------------------------------------------------------------------------
>> >> Learn Graph Databases - Download FREE O'Reilly Book
>> >> "Graph Databases" is the definitive new guide to graph databases and
>> >> their applications. This 200-page book is written by three acclaimed
>> >> leaders in the field. The early access version is available now.
>> >> Download your free book today! http://p.sf.net/sfu/neotech_d2d_may
>> >> _______________________________________________
>> >> Csound-devel mailing list
>> >> Csound-devel@lists.sourceforge.net
>> >> https://lists.sourceforge.net/lists/listinfo/csound-devel
>> >
>> >
>> >
>> >
>> > ------------------------------------------------------------------------------
>> > AlienVault Unified Security Management (USM) platform delivers complete
>> > security visibility with the essential security capabilities. Easily and
>> > efficiently configure, manage, and operate all of your security controls
>> > from a single console and one unified framework. Download a free trial.
>> > http://p.sf.net/sfu/alienvault_d2d
>> > _______________________________________________
>> > Csound-devel mailing list
>> > Csound-devel@lists.sourceforge.net
>> > https://lists.sourceforge.net/lists/listinfo/csound-devel
>> >
>>
>>
>> ------------------------------------------------------------------------------
>> AlienVault Unified Security Management (USM) platform delivers complete
>> security visibility with the essential security capabilities. Easily and
>> efficiently configure, manage, and operate all of your security controls
>> from a single console and one unified framework. Download a free trial.
>> http://p.sf.net/sfu/alienvault_d2d
>> _______________________________________________
>> Csound-devel mailing list
>> Csound-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>
>
>
> ------------------------------------------------------------------------------
> AlienVault Unified Security Management (USM) platform delivers complete
> security visibility with the essential security capabilities. Easily and
> efficiently configure, manage, and operate all of your security controls
> from a single console and one unified framework. Download a free trial.
> http://p.sf.net/sfu/alienvault_d2d
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel
>

------------------------------------------------------------------------------
AlienVault Unified Security Management (USM) platform delivers complete
security visibility with the essential security capabilities. Easily and
efficiently configure, manage, and operate all of your security controls
from a single console and one unified framework. Download a free trial.
http://p.sf.net/sfu/alienvault_d2d
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-devel


Date2013-05-13 22:18
Frompeiman khosravi
SubjectRe: [Cs-dev] OSX: Homebrew
AttachmentsNone  None  
Thank Steven,

I've fixed the Path problem. The problem now is that librtpa.dylib isn't built. 


Date2013-05-13 22:25
FromSteven Yi
SubjectRe: [Cs-dev] OSX: Homebrew
Hi Peiman,

Could you do "brew list" to see if the portaudio package is installed?
 If so, could you try "brew link portaudio" and if that reports
issues, try "brew link --overwrite portaudio"?  I'm thinking that that
package didn't link correctly before you installed csound, then csound
skipped building librtpa.dylib.   (I guess too you could check
/usr/local/lib for libportaudio.dylib)

If there's still issues, could you uninstall then reinstall with "brew
install --HEAD -v csound > ~/output.txt" and then post the output
here?

Thanks!
steven

On Mon, May 13, 2013 at 11:18 PM, peiman khosravi
 wrote:
> Thank Steven,
>
> I've fixed the Path problem. The problem now is that librtpa.dylib isn't
> built.
>
> P
>
> ------------------------------------------------------------------------------
> AlienVault Unified Security Management (USM) platform delivers complete
> security visibility with the essential security capabilities. Easily and
> efficiently configure, manage, and operate all of your security controls
> from a single console and one unified framework. Download a free trial.
> http://p.sf.net/sfu/alienvault_d2d
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel
>

------------------------------------------------------------------------------
AlienVault Unified Security Management (USM) platform delivers complete
security visibility with the essential security capabilities. Easily and
efficiently configure, manage, and operate all of your security controls
from a single console and one unified framework. Download a free trial.
http://p.sf.net/sfu/alienvault_d2d
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2013-05-13 22:44
Frompeiman khosravi
SubjectRe: [Cs-dev] OSX: Homebrew
AttachmentsNone  None  
Hi Steven,

I tried all your suggestions but it's the same. Here's the log:



Last login: Mon May 13 22:40:36 on ttys004
peimankh:~ peimankhosravi$ uninstall csound
You must be root to run this tool.
peimankh:~ peimankhosravi$ brew uninstall csound
Uninstalling /usr/local/Cellar/csound/HEAD...
peimankh:~ peimankhosravi$ brew install --HEAD -v csound
Warning: Your Xcode (4.5.2) is outdated
Please install Xcode 4.6.2.
git --git-dir /Library/Caches/Homebrew/csound--git/.git status -s
Updating /Library/Caches/Homebrew/csound--git
git config remote.origin.url git://git.code.sourceforge.net/p/csound/csound6-git
git config remote.origin.fetch +refs/heads/master:refs/remotes/origin/master
git fetch origin
git checkout -f master
Already on 'master'
git reset --hard origin/HEAD
HEAD is now at a014b11 Merge branch 'master' of https://git.code.sf.net/p/csound/csound6-git
git reset --hard origin/HEAD
HEAD is now at a014b11 Merge branch 'master' of https://git.code.sf.net/p/csound/csound6-git
git checkout-index -a -f --prefix=/private/tmp/csound-NU4A/
==> cmake . -DUSE_GETTEXT=0 -DCMAKE_INSTALL_PREFIX=/usr/local/Cellar/csound/HEAD -DCMAKE_BUILD_TYPE=None -DCMAKE_FIND_FRAMEWORK=LAST -Wno-dev
cmake . -DUSE_GETTEXT=0 -DCMAKE_INSTALL_PREFIX=/usr/local/Cellar/csound/HEAD -DCMAKE_BUILD_TYPE=None -DCMAKE_FIND_FRAMEWORK=LAST -Wno-dev
-- The C compiler identification is Clang 4.2.0
-- The CXX compiler identification is Clang 4.2.0
-- Check for working C compiler: /usr/local/Library/ENV/4.3/cc
-- Check for working C compiler: /usr/local/Library/ENV/4.3/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler: /usr/local/Library/ENV/4.3/c++
-- Check for working CXX compiler: /usr/local/Library/ENV/4.3/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- /tmp/csound-NU4A
-- BUILD_BIN_DIR set to /tmp/csound-NU4A
-- BUILD_LIB_DIR set to /tmp/csound-NU4A
-- BUILD_PLUGINS_DIR set to /tmp/csound-NU4A
-- Check if the system is big endian
-- Searching 16 bit integer
-- Looking for sys/types.h
-- Looking for sys/types.h - found
-- Looking for stdint.h
-- Looking for stdint.h - found
-- Looking for stddef.h
-- Looking for stddef.h - found
-- Check size of unsigned short
-- Check size of unsigned short - done
-- Using unsigned short
-- Check if the system is big endian - little endian
-- Try OpenMP C flag = [-fopenmp]
-- Performing Test OpenMP_FLAG_DETECTED
-- Performing Test OpenMP_FLAG_DETECTED - Failed
-- Try OpenMP C flag = [/openmp]
-- Performing Test OpenMP_FLAG_DETECTED
-- Performing Test OpenMP_FLAG_DETECTED - Failed
-- Try OpenMP C flag = [-Qopenmp]
-- Performing Test OpenMP_FLAG_DETECTED
-- Performing Test OpenMP_FLAG_DETECTED - Failed
-- Try OpenMP C flag = [-openmp]
-- Performing Test OpenMP_FLAG_DETECTED
-- Performing Test OpenMP_FLAG_DETECTED - Failed
-- Try OpenMP C flag = [ ]
-- Performing Test OpenMP_FLAG_DETECTED
-- Performing Test OpenMP_FLAG_DETECTED - Failed
-- Try OpenMP C flag = [-xopenmp]
-- Performing Test OpenMP_FLAG_DETECTED
-- Performing Test OpenMP_FLAG_DETECTED - Failed
-- Try OpenMP C flag = [+Oopenmp]
-- Performing Test OpenMP_FLAG_DETECTED
-- Performing Test OpenMP_FLAG_DETECTED - Failed
-- Try OpenMP C flag = [-qsmp]
-- Performing Test OpenMP_FLAG_DETECTED
-- Performing Test OpenMP_FLAG_DETECTED - Failed
-- Try OpenMP C flag = [-mp]
-- Performing Test OpenMP_FLAG_DETECTED
-- Performing Test OpenMP_FLAG_DETECTED - Failed
-- Try OpenMP CXX flag = [-fopenmp]
-- Performing Test OpenMP_FLAG_DETECTED
-- Performing Test OpenMP_FLAG_DETECTED - Failed
-- Try OpenMP CXX flag = [/openmp]
-- Performing Test OpenMP_FLAG_DETECTED
-- Performing Test OpenMP_FLAG_DETECTED - Failed
-- Try OpenMP CXX flag = [-Qopenmp]
-- Performing Test OpenMP_FLAG_DETECTED
-- Performing Test OpenMP_FLAG_DETECTED - Failed
-- Try OpenMP CXX flag = [-openmp]
-- Performing Test OpenMP_FLAG_DETECTED
-- Performing Test OpenMP_FLAG_DETECTED - Failed
-- Try OpenMP CXX flag = [ ]
-- Performing Test OpenMP_FLAG_DETECTED
-- Performing Test OpenMP_FLAG_DETECTED - Failed
-- Try OpenMP CXX flag = [-xopenmp]
-- Performing Test OpenMP_FLAG_DETECTED
-- Performing Test OpenMP_FLAG_DETECTED - Failed
-- Try OpenMP CXX flag = [+Oopenmp]
-- Performing Test OpenMP_FLAG_DETECTED
-- Performing Test OpenMP_FLAG_DETECTED - Failed
-- Try OpenMP CXX flag = [-qsmp]
-- Performing Test OpenMP_FLAG_DETECTED
-- Performing Test OpenMP_FLAG_DETECTED - Failed
-- Try OpenMP CXX flag = [-mp]
-- Performing Test OpenMP_FLAG_DETECTED
-- Performing Test OpenMP_FLAG_DETECTED - Failed
-- Could NOT find OpenMP (missing:  OpenMP_C_FLAGS OpenMP_CXX_FLAGS) 
-- Looking for libintl.h
-- Looking for libintl.h - not found
-- Looking for C++ include eigen3/Eigen/Dense
-- Looking for C++ include eigen3/Eigen/Dense - not found
-- Could NOT find Gettext (missing:  GETTEXT_MSGMERGE_EXECUTABLE GETTEXT_MSGFMT_EXECUTABLE) 
-- Looking for lrint in m
-- Looking for lrint in m - found
-- Looking for unistd.h
-- Looking for unistd.h - found
-- Looking for io.h
-- Looking for io.h - not found
-- Looking for fcntl.h
-- Looking for fcntl.h - found
-- Looking for sys/time.h
-- Looking for sys/time.h - found
-- Looking for termios.h
-- Looking for termios.h - found
-- Looking for values.h
-- Looking for values.h - not found
-- Looking for winsock.h
-- Looking for winsock.h - not found
-- Looking for sys/socket.h
-- Looking for sys/socket.h - found
-- Looking for dirent.h
-- Looking for dirent.h - found
-- USE_LRINT is enabled
-- Found FLEX: /usr/bin/flex (found version "2.5.35") 
-- Found BISON: /usr/bin/bison (found version "2.3") 
-- Looking for pthread_spin_lock
-- Looking for pthread_spin_lock - not found
-- Looking for pthread_barrier_init
-- Looking for pthread_barrier_init - not found
-- OPENMP_FOUND="FALSE", so disabling USE_OPEN_MP
-- PTHREAD_BARRIER_INIT_EXISTS="", so disabling USE_OPEN_MP
-- USE_OPEN_MP is disabled
-- Not building with score parser
-- Not building with new parser debugging
-- Building with multicore
-- USE_GETTEXT is disabled
-- Not using localization
-- Building on OSX
-- Boost version: 1.53.0
-- Looking for ladspa.h
-- Looking for ladspa.h - not found
-- Looking for fluidsynth.h
-- Looking for fluidsynth.h - not found
-- Looking for jack/jack.h
-- Looking for jack/jack.h - found
-- Looking for C++ include gmm/gmm.h
-- Looking for C++ include gmm/gmm.h - not found
-- Looking for lo/lo.h
-- Looking for lo/lo.h - found
-- Found ZLIB: /usr/lib/libz.dylib (found version "1.2.5") 
-- Found PNG: /usr/local/opt/libpng/lib/libpng.dylib (found version "1.5.14") 
-- Found PythonLibs: /usr/lib/libpython2.7.dylib (found version "2.7.1") 
-- Could NOT find Lua51 (missing:  LUA_LIBRARIES LUA_INCLUDE_DIR) 
-- Looking for wiiuse.h
-- Looking for wiiuse.h - not found
-- Looking for p5glove.h
-- Looking for p5glove.h - not found
-- BUILD_CHUA_OPCODES is enabled
-- LADSPA_H="", so disabling BUILD_DSSI_OPCODES
-- BUILD_DSSI_OPCODES is disabled
-- FLUIDSYNTH_H="", so disabling BUILD_FLUID_OPCODES
-- FLUIDSYNTH_LIBRARY="FLUIDSYNTH_LIBRARY-NOTFOUND", so disabling BUILD_FLUID_OPCODES
-- BUILD_FLUID_OPCODES is disabled
-- BUILD_JACK_OPCODES is enabled
-- GMM_HEADER="", so disabling BUILD_LINEAR_ALGEBRA_OPCODES
-- BUILD_LINEAR_ALGEBRA_OPCODES is disabled
-- BUILD_OSC_OPCODES is enabled
-- BUILD_IMAGE_OPCODES is enabled
-- BUILD_PYTHON_OPCODES is enabled
-- LUA51_FOUND="FALSE", so disabling BUILD_LUA_OPCODES
-- OPENMP_FOUND="FALSE", so disabling BUILD_LUA_OPCODES
-- BUILD_LUA_OPCODES is disabled
-- WIIUSE_H="", so disabling BUILD_WIIMOTE_OPCODES
-- BUILD_WIIMOTE_OPCODES is disabled
-- P5GLOVE_H="", so disabling BUILD_P5GLOVE_OPCODES
-- BUILD_P5GLOVE_OPCODES is disabled
-- BUILD_STK_OPCODES is enabled
-- 
-- ## REALTIME AUDIO AND MIDI ##
-- Looking for alsa/asoundlib.h
-- Looking for alsa/asoundlib.h - not found
-- Looking for pulse/simple.h
-- Looking for pulse/simple.h - not found
-- Looking for XOpenDisplay in /usr/X11/lib/libX11.dylib;/usr/X11/lib/libXext.dylib
-- Looking for XOpenDisplay in /usr/X11/lib/libX11.dylib;/usr/X11/lib/libXext.dylib - found
-- Looking for gethostbyname
-- Looking for gethostbyname - found
-- Looking for connect
-- Looking for connect - found
-- Looking for remove
-- Looking for remove - found
-- Looking for shmat
-- Looking for shmat - found
-- Looking for IceConnectionNumber in ICE
-- Looking for IceConnectionNumber in ICE - found
-- Found X11: /usr/X11/lib/libX11.dylib
-- Found FLTK: /usr/local/lib/libfltk_images.a;/usr/local/lib/libfltk_forms.a;/usr/local/lib/libfltk.a  
-- USE_COREMIDI is enabled
-- USE_AUDIOUNIT is enabled
-- ALSA_HEADER="", so disabling USE_ALSA
-- ALSA_LIBRARY="ALSA_LIBRARY-NOTFOUND", so disabling USE_ALSA
-- USE_ALSA is disabled
-- PULSEAUDIO_HEADER="", so disabling USE_PULSEAUDIO
-- PULSEAUDIO_LIBRARY="PULSEAUDIO_LIBRARY-NOTFOUND", so disabling USE_PULSEAUDIO
-- PULSESIMPLE_LIBRARY="PULSESIMPLE_LIBRARY-NOTFOUND", so disabling USE_PULSEAUDIO
-- USE_PULSEAUDIO is disabled
-- PORTAUDIO_HEADER="", so disabling USE_PORTAUDIO
-- USE_PORTAUDIO is disabled
-- PORTMIDI_HEADER="", so disabling USE_PORTMIDI
-- USE_PORTMIDI is disabled
-- USE_JACK is enabled
-- USE_FLTK is enabled
-- BUILD_VIRTUAL_KEYBOARD is enabled
-- 
-- Building C++ interface library
-- Found SWIG: /usr/local/bin/swig (found suitable version "2.0.9", minimum required is "2.0") 
-- Found JNI: -framework JavaVM  
-- Found Java: /usr/bin/java (found version "1.6.0.43") 
-- Could NOT find Lua51 (missing:  LUA_LIBRARIES LUA_INCLUDE_DIR) 
-- BUILD_PYTHON_INTERFACE is enabled
-- BUILD_JAVA_INTERFACE is enabled
-- LUA51_FOUND="FALSE", so disabling BUILD_LUA_INTERFACE
-- BUILD_LUA_INTERFACE is disabled
-- Looking for m_pd.h
-- Looking for m_pd.h - not found
-- Building csLadspa
-- BUILD_CSBEATS is enabled
-- PD_HEADER="", so disabling BUILD_PD_CLASS
-- BUILD_PD_CLASS is disabled
-- BUILD_WINSOUND is disabled
-- Boost version: 1.53.0
-- Found SWIG: /usr/local/bin/swig (found version "2.0.9") 
-- Could NOT find Lua51 (missing:  LUA_LIBRARIES LUA_INCLUDE_DIR) 
-- BUILD_CSOUND_AC is disabled
-- BUILD_CSOUND_AC_PYTHON_INTERFACE is enabled
-- LUA51_FOUND="FALSE", so disabling BUILD_CSOUND_AC_LUA_INTERFACE
-- BUILD_CSOUND_AC_LUA_INTERFACE is disabled
-- Configuring done
-- Generating done
-- Build files have been written to: /tmp/csound-NU4A
==> make install
make install
Scanning dependencies of target ampmidid
Scanning dependencies of target chua
Scanning dependencies of target cellular
[  0%] [  1%] [  1%] Generating csound_prelex.c
Building CXX object Opcodes/CMakeFiles/ampmidid.dir/ampmidid.cpp.o
Building C object Opcodes/CMakeFiles/cellular.dir/cellular.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
[  1%] Generating csound_orclex.c
[  1%] Generating csound_orcparse.c
/tmp/csound-NU4A/Engine/csound_orc.y: conflicts: 4 shift/reduce, 10 reduce/reduce
Linking C shared library ../libcellular.dylib
Linking CXX shared library ../libampmidid.dylib
[  2%] Building CXX object Opcodes/CMakeFiles/chua.dir/chua/ChuaOscillator.cpp.o
[  2%] Built target cellular
brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
Scanning dependencies of target control
Scanning dependencies of target CsoundLib64
[  2%] Building C object Opcodes/CMakeFiles/control.dir/control.c.o
[  2%] Built target ampmidid
brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
Scanning dependencies of target cs_date
[  3%] Building C object Opcodes/CMakeFiles/cs_date.dir/date.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
Linking C shared library ../libcontrol.dylib
Linking C shared library ../libcs_date.dylib
[  3%] Built target control
[  3%] Built target cs_date
Scanning dependencies of target doppler
Scanning dependencies of target fareygen
[  3%] [  3%] Building CXX object Opcodes/CMakeFiles/doppler.dir/doppler.cpp.o
Building C object Opcodes/CMakeFiles/fareygen.dir/fareygen.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
[  4%] Building C object CMakeFiles/CsoundLib64.dir/Engine/auxfd.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
Linking C shared library ../libfareygen.dylib
[  4%] Built target fareygen
[  4%] Scanning dependencies of target fractalnoise
Building C object CMakeFiles/CsoundLib64.dir/Engine/cfgvar.c.o
[  4%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
Building CXX object Opcodes/CMakeFiles/fractalnoise.dir/tl/fractalnoise.cpp.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
[  4%] Building C object CMakeFiles/CsoundLib64.dir/Engine/corfiles.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
Linking CXX shared library ../libfractalnoise.dylib
[  4%] Built target fractalnoise
Scanning dependencies of target image
Linking CXX shared library ../libdoppler.dylib
[  5%] [  6%] Building C object CMakeFiles/CsoundLib64.dir/Engine/entry1.c.o
Building C object Opcodes/CMakeFiles/image.dir/imageOpcodes.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
[  6%] Built target doppler
Scanning dependencies of target jackTransport
[  6%] Building C object Opcodes/CMakeFiles/jackTransport.dir/jackTransport.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
[  6%] Building C object CMakeFiles/CsoundLib64.dir/Engine/envvar.c.o
Linking C shared library ../libimage.dylib
Linking C shared library ../libjackTransport.dylib
brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
[  6%] Built target image
[  6%] Built target jackTransport
Scanning dependencies of target jacko
Scanning dependencies of target mixer
[  7%] [  8%] Building CXX object Opcodes/CMakeFiles/mixer.dir/mixer.cpp.o
Building CXX object Opcodes/CMakeFiles/jacko.dir/jacko.cpp.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
[  8%] Building C object CMakeFiles/CsoundLib64.dir/Engine/extract.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
Linking CXX shared library ../libchua.dylib
[  8%] Built target chua
[  9%] Scanning dependencies of target osc
Building C object CMakeFiles/CsoundLib64.dir/Engine/fgens.c.o
[  9%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
Building C object Opcodes/CMakeFiles/osc.dir/OSC.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
Linking C shared library ../libosc.dylib
[  9%] Built target osc
Scanning dependencies of target platerev
Linking CXX shared library ../libjacko.dylib
[ 10%] Building C object Opcodes/CMakeFiles/platerev.dir/platerev.c.o
Linking CXX shared library ../libmixer.dylib
brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
[ 10%] Built target jacko
Scanning dependencies of target py
[ 10%] Built target mixer
Scanning dependencies of target scansyn
[ 10%] Building C object Opcodes/CMakeFiles/py.dir/py/pythonopcodes.c.o
[ 10%] Building C object Opcodes/CMakeFiles/scansyn.dir/scansyn.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
Linking C shared library ../libplaterev.dylib
[ 10%] Built target platerev
Scanning dependencies of target serial
[ 11%] Building C object Opcodes/CMakeFiles/serial.dir/serial.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
[ 12%] Building C object Opcodes/CMakeFiles/scansyn.dir/scansynx.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
Linking C shared library ../libserial.dylib
[ 12%] Built target serial
Scanning dependencies of target signalflowgraph
[ 12%] Building CXX object Opcodes/CMakeFiles/signalflowgraph.dir/signalflowgraph.cpp.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
Linking C shared library ../libscansyn.dylib
[ 12%] Building C object CMakeFiles/CsoundLib64.dir/Engine/insert.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
[ 12%] Built target scansyn
Scanning dependencies of target system_call
[ 12%] Building C object Opcodes/CMakeFiles/system_call.dir/system_call.c.o
Linking C shared library ../libpy.dylib
brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
[ 12%] Built target py
Scanning dependencies of target stk-ops
Linking C shared library ../libsystem_call.dylib
[ 13%] Building CXX object Opcodes/stk/CMakeFiles/stk-ops.dir/stkOpcodes.cpp.o
[ 13%] Built target system_call
brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
Scanning dependencies of target cmidi
[ 13%] Building C object InOut/CMakeFiles/cmidi.dir/cmidi.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
Linking C shared library ../libcmidi.dylib
[ 13%] Building C object CMakeFiles/CsoundLib64.dir/Engine/linevent.c.o
[ 13%] Built target cmidi
brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
[ 14%] Building C object CMakeFiles/CsoundLib64.dir/Engine/memalloc.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
Scanning dependencies of target ipmidi
[ 14%] [ 14%] Building C object InOut/CMakeFiles/ipmidi.dir/ipmidi.c.o
Building C object CMakeFiles/CsoundLib64.dir/Engine/memfiles.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
Linking C shared library ../libipmidi.dylib
[ 14%] Built target ipmidi
Scanning dependencies of target rtauhal
[ 14%] Building C object CMakeFiles/CsoundLib64.dir/Engine/musmon.c.o
[ 14%] Building C object InOut/CMakeFiles/rtauhal.dir/rtauhal.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
Linking C shared library ../librtauhal.dylib
[ 14%] Building C object CMakeFiles/CsoundLib64.dir/Engine/namedins.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
[ 14%] Built target rtauhal
[ 15%] Building C object CMakeFiles/CsoundLib64.dir/Engine/rdscor.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
Scanning dependencies of target rtjack
[ 16%] Building C object InOut/CMakeFiles/rtjack.dir/rtjack.c.o
[ 16%] Building C object CMakeFiles/CsoundLib64.dir/Engine/scsort.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
[ 16%] Linking CXX shared library ../../libstk.dylib
Building C object CMakeFiles/CsoundLib64.dir/Engine/scxtract.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
[ 16%] Built target stk-ops
[ 17%] Building C object CMakeFiles/CsoundLib64.dir/Engine/sort.c.o
Scanning dependencies of target virtual
brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
Linking C shared library ../librtjack.dylib
[ 17%] Building CXX object InOut/CMakeFiles/virtual.dir/virtual_keyboard/FLTKKeyboard.cpp.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
[ 17%] Built target rtjack
Scanning dependencies of target widgets
[ 17%] Building CXX object InOut/CMakeFiles/widgets.dir/FL_graph.cpp.o
[ 17%] Building C object CMakeFiles/CsoundLib64.dir/Engine/sread.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
[ 17%] Building C object InOut/CMakeFiles/widgets.dir/winFLTK.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
[ 18%] Building CXX object InOut/CMakeFiles/widgets.dir/widgets.cpp.o
[ 18%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
Building CXX object InOut/CMakeFiles/virtual.dir/virtual_keyboard/FLTKKeyboardWindow.cpp.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
[ 18%] Building C object CMakeFiles/CsoundLib64.dir/Engine/swritestr.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
Linking CXX shared library ../libsignalflowgraph.dylib
[ 19%] Building CXX object InOut/CMakeFiles/virtual.dir/virtual_keyboard/FLTKKeyboardWidget.cpp.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
[ 19%] Built target signalflowgraph
[ 19%] [FLEX][csbeats_SCANNER] Building scanner with flex 2.5.35
[ 19%] [BISON][csbeats_PARSER] Building parser with bison 2.3
beats/beats.y: conflicts: 1 reduce/reduce
[ 20%] Building C object CMakeFiles/CsoundLib64.dir/Engine/twarp.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
Scanning dependencies of target csbeats
[ 21%] Building C object frontends/CMakeFiles/csbeats.dir/beats/main.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
[ 21%] Building CXX object InOut/CMakeFiles/virtual.dir/virtual_keyboard/virtual_keyboard.cpp.o
[ 21%] Building C object CMakeFiles/CsoundLib64.dir/Engine/csound_type_system.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
[ 21%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
Building C object frontends/CMakeFiles/csbeats.dir/beatslex.yy.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
[ 21%] Building C object CMakeFiles/CsoundLib64.dir/Engine/csound_standard_types.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
[ 21%] Building C object frontends/CMakeFiles/csbeats.dir/beats.tab.c.o
[ 22%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
Building C object CMakeFiles/CsoundLib64.dir/Engine/csound_data_structures.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
[ 22%] Building CXX object InOut/CMakeFiles/virtual.dir/virtual_keyboard/Bank.cpp.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
Linking C executable ../csbeats
[ 22%] Building C object CMakeFiles/CsoundLib64.dir/Engine/pools.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
[ 22%] Built target csbeats
[ 23%] Building CXX object InOut/CMakeFiles/virtual.dir/virtual_keyboard/KeyboardMapping.cpp.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
Scanning dependencies of target stdutil
[ 23%] Building C object CMakeFiles/CsoundLib64.dir/InOut/libsnd.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
[ 24%] Building C object util/CMakeFiles/stdutil.dir/atsa.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
[ 24%] Building CXX object InOut/CMakeFiles/virtual.dir/virtual_keyboard/Program.cpp.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
[ 24%] Building CXX object InOut/CMakeFiles/virtual.dir/virtual_keyboard/SliderBank.cpp.o
[ 24%] Building C object CMakeFiles/CsoundLib64.dir/InOut/libsnd_u.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
[ 25%] Building C object CMakeFiles/CsoundLib64.dir/InOut/midifile.c.o
[ 26%] Building CXX object InOut/CMakeFiles/virtual.dir/virtual_keyboard/SliderData.cpp.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
Linking CXX shared library ../libvirtual.dylib
[ 26%] [ 26%] Built target virtual
Building C object CMakeFiles/CsoundLib64.dir/InOut/midirecv.c.o
Scanning dependencies of target sdif2ad
brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
[ 27%] Building C object SDIF/CMakeFiles/sdif2ad.dir/sdif2adsyn.c.o
[ 27%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
Building C object util/CMakeFiles/stdutil.dir/cvanal.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
[ 27%] [ 27%] Building C object CMakeFiles/CsoundLib64.dir/InOut/midisend.c.o
Building C object SDIF/CMakeFiles/sdif2ad.dir/sdif.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
[ 27%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
Building C object util/CMakeFiles/stdutil.dir/dnoise.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
[ 28%] Building C object CMakeFiles/CsoundLib64.dir/InOut/winascii.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
[ 28%] Building C object SDIF/CMakeFiles/sdif2ad.dir/sdif-mem.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
[ 28%] Building C object CMakeFiles/CsoundLib64.dir/InOut/windin.c.o
Linking C executable ../sdif2ad
brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
[ 28%] Built target sdif2ad
[ 29%] Building C object util/CMakeFiles/stdutil.dir/envext.c.o
[ 29%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
Building C object CMakeFiles/CsoundLib64.dir/InOut/window.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
[ 29%] Linking CXX shared library ../libwidgets.dylib
Building C object util/CMakeFiles/stdutil.dir/het_export.c.o
[ 29%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
Building C object util/CMakeFiles/stdutil.dir/het_import.c.o
[ 30%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
Building C object CMakeFiles/CsoundLib64.dir/InOut/winEPS.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
[ 31%] Building C object util/CMakeFiles/stdutil.dir/hetro.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
[ 31%] Building C object util/CMakeFiles/stdutil.dir/lpanal.c.o
[ 31%] Built target widgets
brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
[ 31%] Building C object CMakeFiles/CsoundLib64.dir/InOut/circularbuffer.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
[ 31%] Building C object CMakeFiles/CsoundLib64.dir/OOps/aops.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
[ 32%] Building C object CMakeFiles/CsoundLib64.dir/OOps/bus.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
[ 32%] Building C object util/CMakeFiles/stdutil.dir/lpc_export.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
[ 33%] [ 33%] Building C object util/CMakeFiles/stdutil.dir/lpc_import.c.o
Building C object util/CMakeFiles/stdutil.dir/mixer.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
[ 33%] Building C object CMakeFiles/CsoundLib64.dir/OOps/cmath.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
[ 33%] Building C object CMakeFiles/CsoundLib64.dir/OOps/diskin.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
[ 33%] Building C object CMakeFiles/CsoundLib64.dir/OOps/diskin2.c.o
[ 33%] Building C object util/CMakeFiles/stdutil.dir/pvanal.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
[ 34%] Building C object CMakeFiles/CsoundLib64.dir/OOps/disprep.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
[ 34%] Building C object CMakeFiles/CsoundLib64.dir/OOps/dumpf.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
[ 34%] Building C object CMakeFiles/CsoundLib64.dir/OOps/fftlib.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
[ 34%] Building C object util/CMakeFiles/stdutil.dir/pv_export.c.o
[ 35%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
Building C object CMakeFiles/CsoundLib64.dir/OOps/goto_ops.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
[ 35%] Building C object CMakeFiles/CsoundLib64.dir/OOps/midiinterop.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
[ 36%] Building C object util/CMakeFiles/stdutil.dir/pv_import.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
[ 36%] [ 36%] Building C object util/CMakeFiles/stdutil.dir/pvlook.c.o
Building C object util/CMakeFiles/stdutil.dir/scale.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
[ 37%] Building C object util/CMakeFiles/stdutil.dir/sndinfo.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
[ 37%] Building C object util/CMakeFiles/stdutil.dir/srconv.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
[ 37%] [ 38%] Building C object util/CMakeFiles/stdutil.dir/std_util.c.o
Building C object util/CMakeFiles/stdutil.dir/xtrct.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
[ 38%] [ 39%] Building C object CMakeFiles/CsoundLib64.dir/OOps/midiops.c.o
Building C object CMakeFiles/CsoundLib64.dir/OOps/midiout.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
[ 39%] Building C object CMakeFiles/CsoundLib64.dir/OOps/mxfft.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
[ 39%] Building C object util/CMakeFiles/stdutil.dir/scope.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
[ 39%] Building C object CMakeFiles/CsoundLib64.dir/OOps/oscils.c.o
[ 40%] Building C object CMakeFiles/CsoundLib64.dir/OOps/pstream.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
[ 40%] Building C object util/CMakeFiles/stdutil.dir/__/SDIF/sdif.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
[ 40%] Building C object CMakeFiles/CsoundLib64.dir/OOps/pvfileio.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
[ 40%] Linking C shared library ../libstdutil.dylib
Building C object CMakeFiles/CsoundLib64.dir/OOps/pvsanal.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
[ 40%] Building C object CMakeFiles/CsoundLib64.dir/OOps/random.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
[ 40%] Built target stdutil
[ 41%] Building C object CMakeFiles/CsoundLib64.dir/OOps/remote.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
[ 41%] Building C object CMakeFiles/CsoundLib64.dir/OOps/schedule.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
[ 41%] Building C object CMakeFiles/CsoundLib64.dir/OOps/sndinfUG.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
[ 42%] Building C object CMakeFiles/CsoundLib64.dir/OOps/str_ops.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
[ 42%] Building C object CMakeFiles/CsoundLib64.dir/OOps/ugens1.c.o
[ 42%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
Building C object CMakeFiles/CsoundLib64.dir/OOps/ugens2.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
[ 43%] Building C object CMakeFiles/CsoundLib64.dir/OOps/ugens2a.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
[ 43%] Building C object CMakeFiles/CsoundLib64.dir/OOps/ugens3.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
[ 43%] Building C object CMakeFiles/CsoundLib64.dir/OOps/ugens4.c.o
[ 44%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
Building C object CMakeFiles/CsoundLib64.dir/OOps/ugens5.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
[ 44%] Building C object CMakeFiles/CsoundLib64.dir/OOps/ugens6.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
[ 44%] Building C object CMakeFiles/CsoundLib64.dir/OOps/ugtabs.c.o
[ 44%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
Building C object CMakeFiles/CsoundLib64.dir/OOps/ugrw1.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
[ 45%] Building C object CMakeFiles/CsoundLib64.dir/OOps/ugrw2.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
[ 45%] Building C object CMakeFiles/CsoundLib64.dir/OOps/vdelay.c.o
[ 45%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
[ 46%] [ 46%] Building C object CMakeFiles/CsoundLib64.dir/OOps/compile_ops.c.o
Building C object CMakeFiles/CsoundLib64.dir/Opcodes/bilbar.c.o
Building C object CMakeFiles/CsoundLib64.dir/Opcodes/babo.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
[ 46%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/compress.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
[ 47%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/eqfil.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
[ 47%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/Vosim.c.o
[ 47%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pitch.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
[ 48%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pitch0.c.o
[ 48%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/spectra.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
[ 48%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ambicode1.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
[ 48%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/sfont.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
[ 49%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/grain4.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
[ 49%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/hrtferX.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
[ 49%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/loscilx.c.o
[ 50%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
Building C object CMakeFiles/CsoundLib64.dir/Opcodes/minmax.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
[ 50%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pan2.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
[ 50%] [ 51%] [ 51%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/phisem.c.o
Building C object CMakeFiles/CsoundLib64.dir/Opcodes/arrays.c.o
Building C object CMakeFiles/CsoundLib64.dir/Opcodes/hrtfopcodes.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
[ 51%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/stackops.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
[ 52%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/vbap.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
[ 52%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/vbap1.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
[ 52%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/vbap_n.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
[ 52%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/vbap_zak.c.o
[ 53%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/vaops.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
[ 53%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ugakbari.c.o
[ 53%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
Building C object CMakeFiles/CsoundLib64.dir/Opcodes/harmon.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
[ 54%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pitchtrack.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
[ 54%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/partikkel.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
[ 54%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/shape.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
[ 55%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/tabsum.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
[ 55%] [ 55%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/crossfm.c.o
[ 56%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pvlock.c.o
Building C object CMakeFiles/CsoundLib64.dir/Opcodes/fareyseq.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
[ 56%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/modmatrix.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
[ 56%] [ 56%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/scoreline.c.o
Building C object CMakeFiles/CsoundLib64.dir/Opcodes/modal4.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
[ 57%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/physutil.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
[ 57%] [ 57%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/physmod.c.o
Building C object CMakeFiles/CsoundLib64.dir/Opcodes/mandolin.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
[ 58%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/singwave.c.o
[ 58%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
Building C object CMakeFiles/CsoundLib64.dir/Opcodes/fm4op.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
[ 58%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/moog1.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
[ 59%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/shaker.c.o
[ 59%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
Building C object CMakeFiles/CsoundLib64.dir/Opcodes/bowedbar.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
[ 59%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/gab/tabmorph.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
[ 60%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/gab/hvs.c.o
[ 60%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
Building C object CMakeFiles/CsoundLib64.dir/Opcodes/gab/sliderTable.c.o
[ 60%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
Building C object CMakeFiles/CsoundLib64.dir/Opcodes/gab/newgabopc.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
[ 60%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ftest.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
[ 61%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/hrtfearly.c.o
[ 61%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
Building C object CMakeFiles/CsoundLib64.dir/Opcodes/hrtfreverb.c.o
[ 61%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
Building C object CMakeFiles/CsoundLib64.dir/Opcodes/cpumeter.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
[ 62%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/gendy.c.o
[ 62%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
Building C object CMakeFiles/CsoundLib64.dir/Opcodes/tl/sc_noise.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
[ 62%] Building C object CMakeFiles/CsoundLib64.dir/Top/argdecode.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
[ 63%] Building C object CMakeFiles/CsoundLib64.dir/Top/cscore_internal.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
[ 63%] Building C object CMakeFiles/CsoundLib64.dir/Top/cscorfns.c.o
[ 63%] Building C object CMakeFiles/CsoundLib64.dir/Top/csmodule.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
[ 64%] Building C object CMakeFiles/CsoundLib64.dir/Top/csound.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
[ 64%] Building C object CMakeFiles/CsoundLib64.dir/Top/getstring.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
[ 64%] Building C object CMakeFiles/CsoundLib64.dir/Top/main.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
[ 64%] Building C object CMakeFiles/CsoundLib64.dir/Top/new_opts.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
[ 65%] Building C object CMakeFiles/CsoundLib64.dir/Top/one_file.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
[ 65%] Building C object CMakeFiles/CsoundLib64.dir/Top/opcode.c.o
[ 65%] Building C object CMakeFiles/CsoundLib64.dir/Top/threads.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
[ 66%] Building C object CMakeFiles/CsoundLib64.dir/Top/utility.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
[ 66%] [ 66%] Building C object CMakeFiles/CsoundLib64.dir/Top/threadsafe.c.o
Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ambicode.c.o
[ 67%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
Building C object CMakeFiles/CsoundLib64.dir/Opcodes/bbcut.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
[ 67%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/biquad.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
[ 67%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/butter.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
[ 68%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/clfilt.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
[ 68%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/cross2.c.o
[ 68%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
Building C object CMakeFiles/CsoundLib64.dir/Opcodes/dam.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
[ 68%] [ 69%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/dcblockr.c.o
Building C object CMakeFiles/CsoundLib64.dir/Opcodes/filter.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
[ 69%] [ 69%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/flanger.c.o
Building C object CMakeFiles/CsoundLib64.dir/Opcodes/follow.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
[ 70%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/fout.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
[ 70%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/freeverb.c.o
[ 70%] [ 71%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ftconv.c.o
Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ftgen.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
[ 71%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/gab/gab.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
[ 71%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/gab/vectorial.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
[ 72%] [ 72%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/grain.c.o
Building C object CMakeFiles/CsoundLib64.dir/Opcodes/locsig.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
[ 72%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/lowpassr.c.o
[ 72%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
Building C object CMakeFiles/CsoundLib64.dir/Opcodes/metro.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
[ 73%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/midiops2.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
[ 73%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/midiops3.c.o
[ 73%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
Building C object CMakeFiles/CsoundLib64.dir/Opcodes/newfils.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
[ 74%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/nlfilt.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
[ 74%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/oscbnk.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
[ 74%] [ 75%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pluck.c.o
Building C object CMakeFiles/CsoundLib64.dir/Opcodes/repluck.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
[ 75%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/reverbsc.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
[ 75%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/seqtime.c.o
[ 76%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
Building C object CMakeFiles/CsoundLib64.dir/Opcodes/sndloop.c.o
[ 76%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
Building C object CMakeFiles/CsoundLib64.dir/Opcodes/sndwarp.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
[ 76%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/space.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
[ 76%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/spat3d.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
[ 77%] [ 77%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/syncgrain.c.o
Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ugens7.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
[ 77%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ugens9.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
[ 78%] [ 78%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ugensa.c.o
Building C object CMakeFiles/CsoundLib64.dir/Opcodes/uggab.c.o
[ 78%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ugmoss.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
[ 79%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ugnorman.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
[ 79%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ugsc.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
[ 79%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/wave-terrain.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
[ 80%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/stdopcod.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
[ 80%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/socksend.c.o
[ 80%] [ 80%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ifd.c.o
Building C object CMakeFiles/CsoundLib64.dir/Opcodes/sockrecv.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
[ 81%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
Building C object CMakeFiles/CsoundLib64.dir/Opcodes/partials.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
[ 81%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/psynth.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
[ 81%] [ 82%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pvsbasic.c.o
Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pvscent.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
[ 82%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pvsdemix.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
[ 82%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pvs_ops.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
[ 83%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pvsband.c.o
[ 83%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pvsbuffer.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
[ 83%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pvsgendy.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
[ 84%] [ 84%] [ 84%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/dsputil.c.o
Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pvinterp.c.o
Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pvadd.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
[ 84%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pvocext.c.o
[ 85%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
[ 85%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pvread.c.o
Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ugens8.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
[ 85%] [ 86%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pvoc.c.o
Building C object CMakeFiles/CsoundLib64.dir/Opcodes/vpvoc.c.o
[ 86%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/mp3in.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
[ 86%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
Building C object CMakeFiles/CsoundLib64.dir/InOut/libmpadec/layer1.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
[ 87%] Building C object CMakeFiles/CsoundLib64.dir/InOut/libmpadec/layer2.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
[ 87%] [ 87%] Building C object CMakeFiles/CsoundLib64.dir/InOut/libmpadec/layer3.c.o
Building C object CMakeFiles/CsoundLib64.dir/InOut/libmpadec/synth.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
[ 88%] Building C object CMakeFiles/CsoundLib64.dir/InOut/libmpadec/tables.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
[ 88%] Building C object CMakeFiles/CsoundLib64.dir/InOut/libmpadec/mpadec.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
[ 88%] Building C object CMakeFiles/CsoundLib64.dir/InOut/libmpadec/mp3dec.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
[ 88%] Building C object CMakeFiles/CsoundLib64.dir/csound_orclex.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
[ 89%] [ 89%] [ 89%] Building C object CMakeFiles/CsoundLib64.dir/csound_orcparse.c.o
Building C object CMakeFiles/CsoundLib64.dir/csound_prelex.c.o
Building C object CMakeFiles/CsoundLib64.dir/Engine/csound_orc_semantics.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
[ 90%] Building C object CMakeFiles/CsoundLib64.dir/Engine/csound_orc_expressions.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
[ 90%] Building C object CMakeFiles/CsoundLib64.dir/Engine/csound_orc_optimize.c.o
[ 90%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
Building C object CMakeFiles/CsoundLib64.dir/Engine/csound_orc_compile.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
[ 91%] Building C object CMakeFiles/CsoundLib64.dir/Engine/new_orc_parser.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
[ 91%] Building C object CMakeFiles/CsoundLib64.dir/Engine/symbtab.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
[ 91%] [ 92%] Building C object CMakeFiles/CsoundLib64.dir/Engine/cs_new_dispatch.c.o
Building C object CMakeFiles/CsoundLib64.dir/Engine/cs_par_base.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
[ 92%] Building C object CMakeFiles/CsoundLib64.dir/Engine/cs_par_orc_semantic_analysis.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
[ 92%] Building C object CMakeFiles/CsoundLib64.dir/Engine/cs_par_dispatch.c.o
Copying OS X content CsoundLib64.framework/Versions/6.0/Headers/CppSound.hpp
Copying OS X content CsoundLib64.framework/Versions/6.0/Headers/CsoundFile.hpp
brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
Copying OS X content CsoundLib64.framework/Versions/6.0/Headers/OpcodeBase.hpp
Copying OS X content CsoundLib64.framework/Versions/6.0/Headers/cfgvar.h
Copying OS X content CsoundLib64.framework/Versions/6.0/Headers/csPerfThread.hpp
Copying OS X content CsoundLib64.framework/Versions/6.0/Headers/cscore.h
Copying OS X content CsoundLib64.framework/Versions/6.0/Headers/csdl.h
Copying OS X content CsoundLib64.framework/Versions/6.0/Headers/csound.h
Copying OS X content CsoundLib64.framework/Versions/6.0/Headers/csound.hpp
Copying OS X content CsoundLib64.framework/Versions/6.0/Headers/csoundCore.h
Copying OS X content CsoundLib64.framework/Versions/6.0/Headers/csound_data_structures.h
Copying OS X content CsoundLib64.framework/Versions/6.0/Headers/csound_standard_types.h
Copying OS X content CsoundLib64.framework/Versions/6.0/Headers/cwindow.h
Copying OS X content CsoundLib64.framework/Versions/6.0/Headers/csound_type_system.h
Copying OS X content CsoundLib64.framework/Versions/6.0/Headers/filebuilding.h
Copying OS X content CsoundLib64.framework/Versions/6.0/Headers/float-version-double.h
Copying OS X content CsoundLib64.framework/Versions/6.0/Headers/float-version.h
Copying OS X content CsoundLib64.framework/Versions/6.0/Headers/interlocks.h
Copying OS X content CsoundLib64.framework/Versions/6.0/Headers/msg_attr.h
Copying OS X content CsoundLib64.framework/Versions/6.0/Headers/pvfileio.h
Copying OS X content CsoundLib64.framework/Versions/6.0/Headers/pstream.h
Copying OS X content CsoundLib64.framework/Versions/6.0/Headers/soundio.h
Copying OS X content CsoundLib64.framework/Versions/6.0/Headers/sysdep.h
Copying OS X content CsoundLib64.framework/Versions/6.0/Headers/text.h
Copying OS X content CsoundLib64.framework/Versions/6.0/Headers/version.h
Linking C shared library CsoundLib64.framework/Versions/6.0/CsoundLib64
[ 92%] Built target CsoundLib64
Scanning dependencies of target atsa
Scanning dependencies of target libcsnd
Scanning dependencies of target csound-bin
Scanning dependencies of target csladspa
[ 92%] [ 93%] [ 93%] [ 93%] Building CXX object frontends/CMakeFiles/csladspa.dir/csladspa/csladspa.cpp.o
Building C object util/CMakeFiles/atsa.dir/atsa_main.c.o
Building C object frontends/CMakeFiles/csound-bin.dir/csound/csound_main.c.o
Building CXX object interfaces/CMakeFiles/libcsnd.dir/CppSound.cpp.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
Linking C executable ../atsa
Linking C executable ../csound
[ 93%] [ 93%] Built target atsa
Built target csound-bin
Scanning dependencies of target csanalyze
Scanning dependencies of target cvanal
[ 93%] [ 93%] Building C object util/CMakeFiles/cvanal.dir/cvl_main.c.o
Building C object util/CMakeFiles/csanalyze.dir/csanalyze.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
Linking C executable ../csanalyze
Linking C executable ../cvanal
[ 93%] Built target csanalyze
[ 93%] Built target cvanal
Scanning dependencies of target dnoise
[ 93%] Building CXX object interfaces/CMakeFiles/libcsnd.dir/CsoundFile.cpp.o
[ 94%] Building C object util/CMakeFiles/dnoise.dir/dnoise_main.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
Linking C executable ../dnoise
[ 94%] Built target dnoise
Scanning dependencies of target envext
[ 94%] Building C object util/CMakeFiles/envext.dir/env_main.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
[ 95%] Building CXX object interfaces/CMakeFiles/libcsnd.dir/Soundfile.cpp.o
Linking C executable ../envext
brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
Linking CXX shared library ../csladspa.dylib
[ 95%] Built target envext
Scanning dependencies of target extractor
[ 95%] Building C object util/CMakeFiles/extractor.dir/xtrc_main.c.o
[ 95%] Built target csladspa
brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
[ 95%] Building CXX object interfaces/CMakeFiles/libcsnd.dir/csPerfThread.cpp.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
Linking C executable ../extractor
[ 95%] Built target extractor
Scanning dependencies of target het_export
[ 96%] Building C object util/CMakeFiles/het_export.dir/hetx_main.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
Linking C executable ../het_export
[ 96%] Building CXX object interfaces/CMakeFiles/libcsnd.dir/cs_glue.cpp.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
[ 96%] Built target het_export
Scanning dependencies of target het_import
[ 96%] Building C object util/CMakeFiles/het_import.dir/heti_main.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
Scanning dependencies of target hetro
[ 96%] Building C object util/CMakeFiles/hetro.dir/het_main.c.o
Linking C executable ../het_import
brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
Linking C executable ../hetro
[ 96%] Built target het_import
Scanning dependencies of target lpanal
[ 96%] [ 97%] Building CXX object interfaces/CMakeFiles/libcsnd.dir/filebuilding.cpp.o
Building C object util/CMakeFiles/lpanal.dir/lpc_main.c.o
[ 97%] Built target hetro
brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
Scanning dependencies of target lpc_export
[ 97%] Building C object util/CMakeFiles/lpc_export.dir/lpcx_main.c.o
Scanning dependencies of target lpc_import
brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
Linking C executable ../lpanal
[ 97%] Building C object util/CMakeFiles/lpc_import.dir/lpci_main.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
Linking C executable ../lpc_export
[ 97%] Built target lpanal
Scanning dependencies of target mixer-bin
[ 97%] Linking C executable ../lpc_import
Building C object util/CMakeFiles/mixer-bin.dir/mixer_main.c.o
[ 97%] Built target lpc_export
brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
Scanning dependencies of target pv_export
[ 97%] Building C object util/CMakeFiles/pv_export.dir/pvx_main.c.o
[ 97%] Built target lpc_import
Linking C executable ../mixer
brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
Scanning dependencies of target pv_import
[ 97%] Building C object util/CMakeFiles/pv_import.dir/pvi_main.c.o
[ 97%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
Built target mixer-bin
Linking C executable ../pv_export
Scanning dependencies of target pvanal
[ 98%] Building C object util/CMakeFiles/pvanal.dir/pvc_main.c.o
Linking C executable ../pv_import
[ 98%] Built target pv_export
brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
Scanning dependencies of target pvlook
[ 98%] Building C object util/CMakeFiles/pvlook.dir/pvl_main.c.o
[ 98%] Built target pv_import
Linking C executable ../pvanal
brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
Scanning dependencies of target scale
Linking CXX shared library ../libcsnd.dylib
[ 98%] Building C object util/CMakeFiles/scale.dir/scale_main.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
Linking C executable ../pvlook
[ 98%] Built target pvanal
Scanning dependencies of target scope
[ 98%] Building C object util/CMakeFiles/scope.dir/scope_main.c.o
[ 98%] Built target libcsnd
Linking C executable ../scale
brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
[ 98%] Built target pvlook
Scanning dependencies of target sndinfo
Scanning dependencies of target srconv
[ 98%] Building C object util/CMakeFiles/sndinfo.dir/sndinfo_main.c.o
[ 98%] Building C object util/CMakeFiles/srconv.dir/srconv_main.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
Linking C executable ../scope
[ 98%] Built target scale
brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
Scanning dependencies of target extract
[ 99%] Linking C executable ../sndinfo
Building C object util1/CMakeFiles/extract.dir/sortex/xmain.c.o
[ 99%] Built target scope
Linking C executable ../srconv
brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
Scanning dependencies of target scsort
[ 99%] [ 99%] Built target sndinfo
Building C object util1/CMakeFiles/scsort.dir/sortex/smain.c.o
[ 99%] Linking C executable ../extract
[ 99%] Swig source
Built target srconv
brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
[ 99%] Language subdirectory: python
Search paths:
   ./
   /usr/local/include/
   /tmp/csound-NU4A/./H/
   /tmp/csound-NU4A/./include/
   /tmp/csound-NU4A/./Engine/
   /tmp/csound-NU4A/./
   /tmp/csound-NU4A/
   /tmp/csound-NU4A/interfaces/
   /System/Library/Frameworks/Python.framework/Headers/
   ./swig_lib/python/
   /usr/local/Cellar/swig/2.0.9/share/swig/2.0.9/python/
   ./swig_lib/
   /usr/local/Cellar/swig/2.0.9/share/swig/2.0.9/
Preprocessing...
Swig source
Language subdirectory: java
Search paths:
   ./
   /usr/local/include/
   /tmp/csound-NU4A/./H/
   /tmp/csound-NU4A/./include/
   /tmp/csound-NU4A/./Engine/
   /tmp/csound-NU4A/./
   /tmp/csound-NU4A/
   /tmp/csound-NU4A/interfaces/
   /System/Library/Frameworks/Python.framework/Headers/
   /System/Library/Frameworks/JavaVM.framework/Headers/
   /System/Library/Frameworks/JavaVM.framework/Headers/
   /System/Library/Frameworks/JavaVM.framework/Headers/
   ./swig_lib/java/
   /usr/local/Cellar/swig/2.0.9/share/swig/2.0.9/java/
   ./swig_lib/
   /usr/local/Cellar/swig/2.0.9/share/swig/2.0.9/
Preprocessing...
Linking C executable ../scsort
[ 99%] Built target extract
Starting language-specific parse...
[ 99%] Built target scsort
Processing types...
C++ analysis...
Generating wrappers...
Starting language-specific parse...
/tmp/csound-NU4A/./include/csound.h:519: Warning 451: Setting a const char * variable may leak memory.
Processing types...
C++ analysis...
Generating wrappers...
/tmp/csound-NU4A/./include/csound.h:519: Warning 451: Setting a const char * variable may leak memory.
cs_glue.hpp:505: Warning 473: Returning a pointer or reference in a director method is not recommended.
CppSound.hpp:36: Warning 453: Can't apply (std::vector< double > *INPUT). No typemaps are defined.
CppSound.hpp:52: Warning 813: Warning for CppSound proxy: Base CsoundFile ignored. Multiple inheritance is not supported in Java.
Scanning dependencies of target _jcsound6
[ 99%] Building CXX object interfaces/CMakeFiles/_jcsound6.dir/java_interfaceJAVA_wrap.cxx.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
cs_glue.hpp:505: Warning 473: Returning a pointer or reference in a director method is not recommended.
CppSound.hpp:36: Warning 453: Can't apply (std::vector< double > *INPUT). No typemaps are defined.
Scanning dependencies of target _csnd6
[100%] Building CXX object interfaces/CMakeFiles/_csnd6.dir/python_interfacePYTHON_wrap.cxx.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
Linking CXX shared module ../lib_jcsound6.jnilib
Building JAVA package csnd6.jar
[100%] Built target _jcsound6
Linking CXX shared module ../_csnd6.so
[100%] Built target _csnd6
Install the project...
-- Install configuration: "None"
-- Installing: /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework
-- Up-to-date: /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/CsoundLib64
-- Up-to-date: /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Headers
-- Up-to-date: /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Resources
-- Installing: /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions
-- Installing: /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0
-- Installing: /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/CsoundLib64
-- Installing: /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers
-- Installing: /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/cfgvar.h
-- Installing: /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/CppSound.hpp
-- Installing: /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/cscore.h
-- Installing: /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/csdl.h
-- Installing: /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/csound.h
-- Installing: /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/csound.hpp
-- Installing: /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/csound_data_structures.h
-- Installing: /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/csound_standard_types.h
-- Installing: /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/csound_type_system.h
-- Installing: /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/csoundCore.h
-- Installing: /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/CsoundFile.hpp
-- Installing: /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/csPerfThread.hpp
-- Installing: /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/cwindow.h
-- Installing: /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/filebuilding.h
-- Installing: /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/float-version-double.h
-- Installing: /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/float-version.h
-- Installing: /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/interlocks.h
-- Installing: /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/msg_attr.h
-- Installing: /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/OpcodeBase.hpp
-- Installing: /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/pstream.h
-- Installing: /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/pvfileio.h
-- Installing: /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/soundio.h
-- Installing: /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/sysdep.h
-- Installing: /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/text.h
-- Installing: /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/version.h
-- Installing: /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources
-- Installing: /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Info.plist
-- Up-to-date: /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/Current
-- Installing: /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libmixer.dylib
-- Installing: /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libsignalflowgraph.dylib
-- Installing: /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libampmidid.dylib
-- Installing: /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libcs_date.dylib
-- Installing: /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libsystem_call.dylib
-- Installing: /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libdoppler.dylib
-- Installing: /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libfractalnoise.dylib
-- Installing: /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libfareygen.dylib
-- Installing: /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libcellular.dylib
-- Installing: /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libserial.dylib
-- Installing: /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libplaterev.dylib
-- Installing: /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libscansyn.dylib
-- Installing: /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libcontrol.dylib
-- Installing: /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libchua.dylib
-- Installing: /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libjacko.dylib
-- Installing: /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libjackTransport.dylib
-- Installing: /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libosc.dylib
-- Installing: /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libimage.dylib
-- Installing: /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libpy.dylib
-- Installing: /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libstk.dylib
-- Installing: /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libcmidi.dylib
-- Installing: /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/librtauhal.dylib
-- Installing: /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libipmidi.dylib
-- Installing: /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/librtjack.dylib
-- Installing: /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libwidgets.dylib
-- Installing: /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libvirtual.dylib
-- Installing: /usr/local/Cellar/csound/HEAD/lib/libcsnd.6.0.dylib
-- Installing: /usr/local/Cellar/csound/HEAD/lib/libcsnd.dylib
-- Installing: /Library/Python/2.7/site-packages/_csnd6.so
-- Installing: /Library/Python/2.7/site-packages/csnd6.py
-- Installing: /Library/Java/Extensions/lib_jcsound6.jnilib
-- Installing: /Library/Java/Extensions/csnd6.jar
-- Installing: /usr/local/Cellar/csound/HEAD/bin/csound
-- Installing: /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/csladspa.dylib
-- Installing: /usr/local/Cellar/csound/HEAD/bin/csbeats
-- Installing: /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libstdutil.dylib
-- Installing: /usr/local/Cellar/csound/HEAD/bin/atsa
-- Installing: /usr/local/Cellar/csound/HEAD/bin/csanalyze
-- Installing: /usr/local/Cellar/csound/HEAD/bin/cvanal
-- Installing: /usr/local/Cellar/csound/HEAD/bin/dnoise
-- Installing: /usr/local/Cellar/csound/HEAD/bin/envext
-- Installing: /usr/local/Cellar/csound/HEAD/bin/extractor
-- Installing: /usr/local/Cellar/csound/HEAD/bin/het_export
-- Installing: /usr/local/Cellar/csound/HEAD/bin/het_import
-- Installing: /usr/local/Cellar/csound/HEAD/bin/hetro
-- Installing: /usr/local/Cellar/csound/HEAD/bin/lpanal
-- Installing: /usr/local/Cellar/csound/HEAD/bin/lpc_export
-- Installing: /usr/local/Cellar/csound/HEAD/bin/lpc_import
-- Installing: /usr/local/Cellar/csound/HEAD/bin/mixer
-- Installing: /usr/local/Cellar/csound/HEAD/bin/pvanal
-- Installing: /usr/local/Cellar/csound/HEAD/bin/pvlook
-- Installing: /usr/local/Cellar/csound/HEAD/bin/pv_export
-- Installing: /usr/local/Cellar/csound/HEAD/bin/pv_import
-- Installing: /usr/local/Cellar/csound/HEAD/bin/scale
-- Installing: /usr/local/Cellar/csound/HEAD/bin/sndinfo
-- Installing: /usr/local/Cellar/csound/HEAD/bin/srconv
-- Installing: /usr/local/Cellar/csound/HEAD/bin/scope
-- Installing: /usr/local/Cellar/csound/HEAD/bin/scsort
-- Installing: /usr/local/Cellar/csound/HEAD/bin/extract
-- Installing: /usr/local/Cellar/csound/HEAD/bin/sdif2ad
==> Cleaning
==> Finishing up
ln -s ../Cellar/csound/HEAD/bin/srconv srconv
ln -s ../Cellar/csound/HEAD/bin/sndinfo sndinfo
ln -s ../Cellar/csound/HEAD/bin/sdif2ad sdif2ad
ln -s ../Cellar/csound/HEAD/bin/scsort scsort
ln -s ../Cellar/csound/HEAD/bin/scope scope
ln -s ../Cellar/csound/HEAD/bin/scale scale
ln -s ../Cellar/csound/HEAD/bin/pvlook pvlook
ln -s ../Cellar/csound/HEAD/bin/pvanal pvanal
ln -s ../Cellar/csound/HEAD/bin/pv_import pv_import
ln -s ../Cellar/csound/HEAD/bin/pv_export pv_export
ln -s ../Cellar/csound/HEAD/bin/mixer mixer
ln -s ../Cellar/csound/HEAD/bin/lpc_import lpc_import
ln -s ../Cellar/csound/HEAD/bin/lpc_export lpc_export
ln -s ../Cellar/csound/HEAD/bin/lpanal lpanal
ln -s ../Cellar/csound/HEAD/bin/hetro hetro
ln -s ../Cellar/csound/HEAD/bin/het_import het_import
ln -s ../Cellar/csound/HEAD/bin/het_export het_export
ln -s ../Cellar/csound/HEAD/bin/extractor extractor
ln -s ../Cellar/csound/HEAD/bin/extract extract
ln -s ../Cellar/csound/HEAD/bin/envext envext
ln -s ../Cellar/csound/HEAD/bin/dnoise dnoise
ln -s ../Cellar/csound/HEAD/bin/cvanal cvanal
ln -s ../Cellar/csound/HEAD/bin/csound csound
ln -s ../Cellar/csound/HEAD/bin/csbeats csbeats
ln -s ../Cellar/csound/HEAD/bin/csanalyze csanalyze
ln -s ../Cellar/csound/HEAD/bin/atsa atsa
ln -s ../Cellar/csound/HEAD/lib/libcsnd.dylib libcsnd.dylib
ln -s ../Cellar/csound/HEAD/lib/libcsnd.6.0.dylib libcsnd.6.0.dylib
ln -s ../../Cellar/csound/HEAD csound
ln -s ../Cellar/csound/HEAD csound
Warning: Could not fix install names for /usr/local/Cellar/csound/HEAD/bin/srconv
Warning: Could not fix install names for /usr/local/Cellar/csound/HEAD/bin/sndinfo
Warning: Could not fix install names for /usr/local/Cellar/csound/HEAD/bin/scsort
Warning: Could not fix install names for /usr/local/Cellar/csound/HEAD/bin/scope
Warning: Could not fix install names for /usr/local/Cellar/csound/HEAD/bin/scale
Warning: Could not fix install names for /usr/local/Cellar/csound/HEAD/bin/pvlook
Warning: Could not fix install names for /usr/local/Cellar/csound/HEAD/bin/pvanal
Warning: Could not fix install names for /usr/local/Cellar/csound/HEAD/bin/pv_import
Warning: Could not fix install names for /usr/local/Cellar/csound/HEAD/bin/pv_export
Warning: Could not fix install names for /usr/local/Cellar/csound/HEAD/bin/mixer
Warning: Could not fix install names for /usr/local/Cellar/csound/HEAD/bin/lpc_import
Warning: Could not fix install names for /usr/local/Cellar/csound/HEAD/bin/lpc_export
Warning: Could not fix install names for /usr/local/Cellar/csound/HEAD/bin/lpanal
Warning: Could not fix install names for /usr/local/Cellar/csound/HEAD/bin/hetro
Warning: Could not fix install names for /usr/local/Cellar/csound/HEAD/bin/het_import
Warning: Could not fix install names for /usr/local/Cellar/csound/HEAD/bin/het_export
Warning: Could not fix install names for /usr/local/Cellar/csound/HEAD/bin/extractor
Warning: Could not fix install names for /usr/local/Cellar/csound/HEAD/bin/extract
Warning: Could not fix install names for /usr/local/Cellar/csound/HEAD/bin/envext
Warning: Could not fix install names for /usr/local/Cellar/csound/HEAD/bin/dnoise
Warning: Could not fix install names for /usr/local/Cellar/csound/HEAD/bin/cvanal
Warning: Could not fix install names for /usr/local/Cellar/csound/HEAD/bin/csound
Warning: Could not fix install names for /usr/local/Cellar/csound/HEAD/bin/csanalyze
Warning: Could not fix install names for /usr/local/Cellar/csound/HEAD/bin/atsa
Warning: Could not fix install names for /usr/local/Cellar/csound/HEAD/lib/libcsnd.6.0.dylib
==> Summary
🍺  /usr/local/Cellar/csound/HEAD: 33 files, 1.0M, built in 57 seconds
peimankh:~ peimankhosravi$ 








www.peimankhosravi.co.uk || Subscribe to RSS Feed

To receive emails about upcoming concerts visit this page & enter your email address in the 'follow' section.



On 13 May 2013 22:25, Steven Yi <stevenyi@gmail.com> wrote:
Hi Peiman,

Could you do "brew list" to see if the portaudio package is installed?
 If so, could you try "brew link portaudio" and if that reports
issues, try "brew link --overwrite portaudio"?  I'm thinking that that
package didn't link correctly before you installed csound, then csound
skipped building librtpa.dylib.   (I guess too you could check
/usr/local/lib for libportaudio.dylib)

If there's still issues, could you uninstall then reinstall with "brew
install --HEAD -v csound > ~/output.txt" and then post the output
here?

Thanks!
steven

On Mon, May 13, 2013 at 11:18 PM, peiman khosravi
<peimankhosravi@gmail.com> wrote:
> Thank Steven,
>
> I've fixed the Path problem. The problem now is that librtpa.dylib isn't
> built.
>
> P
>
> ------------------------------------------------------------------------------
> AlienVault Unified Security Management (USM) platform delivers complete
> security visibility with the essential security capabilities. Easily and
> efficiently configure, manage, and operate all of your security controls
> from a single console and one unified framework. Download a free trial.
> http://p.sf.net/sfu/alienvault_d2d
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel
>

------------------------------------------------------------------------------
AlienVault Unified Security Management (USM) platform delivers complete
security visibility with the essential security capabilities. Easily and
efficiently configure, manage, and operate all of your security controls
from a single console and one unified framework. Download a free trial.
http://p.sf.net/sfu/alienvault_d2d
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-devel


Date2013-05-13 22:50
FromSteven Yi
SubjectRe: [Cs-dev] OSX: Homebrew
Hi Peiman,

It's odd that Cmake reports:

-- PORTAUDIO_HEADER="", so disabling USE_PORTAUDIO
-- USE_PORTAUDIO is disabled
-- PORTMIDI_HEADER="", so disabling USE_PORTMIDI

can you check your /usr/local/include to see if portmidi.h and
portaudio.h are there?  If not, then maybe it could be a permissions
issue with that folder.  If they are there, then the problem lies
elsewhere and this could be trickier to figure out.

Thanks!
steven

On Mon, May 13, 2013 at 11:44 PM, peiman khosravi
 wrote:
> Hi Steven,
>
> I tried all your suggestions but it's the same. Here's the log:
>
>
>
> Last login: Mon May 13 22:40:36 on ttys004
> peimankh:~ peimankhosravi$ uninstall csound
> You must be root to run this tool.
> peimankh:~ peimankhosravi$ brew uninstall csound
> Uninstalling /usr/local/Cellar/csound/HEAD...
> peimankh:~ peimankhosravi$ brew install --HEAD -v csound
> Warning: Your Xcode (4.5.2) is outdated
> Please install Xcode 4.6.2.
> ==> Cloning git://git.code.sourceforge.net/p/csound/csound6-git
> git --git-dir /Library/Caches/Homebrew/csound--git/.git status -s
> Updating /Library/Caches/Homebrew/csound--git
> git config remote.origin.url
> git://git.code.sourceforge.net/p/csound/csound6-git
> git config remote.origin.fetch +refs/heads/master:refs/remotes/origin/master
> git fetch origin
> git checkout -f master
> Already on 'master'
> git reset --hard origin/HEAD
> HEAD is now at a014b11 Merge branch 'master' of
> https://git.code.sf.net/p/csound/csound6-git
> git reset --hard origin/HEAD
> HEAD is now at a014b11 Merge branch 'master' of
> https://git.code.sf.net/p/csound/csound6-git
> git checkout-index -a -f --prefix=/private/tmp/csound-NU4A/
> ==> cmake . -DUSE_GETTEXT=0
> -DCMAKE_INSTALL_PREFIX=/usr/local/Cellar/csound/HEAD -DCMAKE_BUILD_TYPE=None
> -DCMAKE_FIND_FRAMEWORK=LAST -Wno-dev
> cmake . -DUSE_GETTEXT=0 -DCMAKE_INSTALL_PREFIX=/usr/local/Cellar/csound/HEAD
> -DCMAKE_BUILD_TYPE=None -DCMAKE_FIND_FRAMEWORK=LAST -Wno-dev
> -- The C compiler identification is Clang 4.2.0
> -- The CXX compiler identification is Clang 4.2.0
> -- Check for working C compiler: /usr/local/Library/ENV/4.3/cc
> -- Check for working C compiler: /usr/local/Library/ENV/4.3/cc -- works
> -- Detecting C compiler ABI info
> -- Detecting C compiler ABI info - done
> -- Check for working CXX compiler: /usr/local/Library/ENV/4.3/c++
> -- Check for working CXX compiler: /usr/local/Library/ENV/4.3/c++ -- works
> -- Detecting CXX compiler ABI info
> -- Detecting CXX compiler ABI info - done
> -- /tmp/csound-NU4A
> -- BUILD_BIN_DIR set to /tmp/csound-NU4A
> -- BUILD_LIB_DIR set to /tmp/csound-NU4A
> -- BUILD_PLUGINS_DIR set to /tmp/csound-NU4A
> -- Check if the system is big endian
> -- Searching 16 bit integer
> -- Looking for sys/types.h
> -- Looking for sys/types.h - found
> -- Looking for stdint.h
> -- Looking for stdint.h - found
> -- Looking for stddef.h
> -- Looking for stddef.h - found
> -- Check size of unsigned short
> -- Check size of unsigned short - done
> -- Using unsigned short
> -- Check if the system is big endian - little endian
> -- Try OpenMP C flag = [-fopenmp]
> -- Performing Test OpenMP_FLAG_DETECTED
> -- Performing Test OpenMP_FLAG_DETECTED - Failed
> -- Try OpenMP C flag = [/openmp]
> -- Performing Test OpenMP_FLAG_DETECTED
> -- Performing Test OpenMP_FLAG_DETECTED - Failed
> -- Try OpenMP C flag = [-Qopenmp]
> -- Performing Test OpenMP_FLAG_DETECTED
> -- Performing Test OpenMP_FLAG_DETECTED - Failed
> -- Try OpenMP C flag = [-openmp]
> -- Performing Test OpenMP_FLAG_DETECTED
> -- Performing Test OpenMP_FLAG_DETECTED - Failed
> -- Try OpenMP C flag = [ ]
> -- Performing Test OpenMP_FLAG_DETECTED
> -- Performing Test OpenMP_FLAG_DETECTED - Failed
> -- Try OpenMP C flag = [-xopenmp]
> -- Performing Test OpenMP_FLAG_DETECTED
> -- Performing Test OpenMP_FLAG_DETECTED - Failed
> -- Try OpenMP C flag = [+Oopenmp]
> -- Performing Test OpenMP_FLAG_DETECTED
> -- Performing Test OpenMP_FLAG_DETECTED - Failed
> -- Try OpenMP C flag = [-qsmp]
> -- Performing Test OpenMP_FLAG_DETECTED
> -- Performing Test OpenMP_FLAG_DETECTED - Failed
> -- Try OpenMP C flag = [-mp]
> -- Performing Test OpenMP_FLAG_DETECTED
> -- Performing Test OpenMP_FLAG_DETECTED - Failed
> -- Try OpenMP CXX flag = [-fopenmp]
> -- Performing Test OpenMP_FLAG_DETECTED
> -- Performing Test OpenMP_FLAG_DETECTED - Failed
> -- Try OpenMP CXX flag = [/openmp]
> -- Performing Test OpenMP_FLAG_DETECTED
> -- Performing Test OpenMP_FLAG_DETECTED - Failed
> -- Try OpenMP CXX flag = [-Qopenmp]
> -- Performing Test OpenMP_FLAG_DETECTED
> -- Performing Test OpenMP_FLAG_DETECTED - Failed
> -- Try OpenMP CXX flag = [-openmp]
> -- Performing Test OpenMP_FLAG_DETECTED
> -- Performing Test OpenMP_FLAG_DETECTED - Failed
> -- Try OpenMP CXX flag = [ ]
> -- Performing Test OpenMP_FLAG_DETECTED
> -- Performing Test OpenMP_FLAG_DETECTED - Failed
> -- Try OpenMP CXX flag = [-xopenmp]
> -- Performing Test OpenMP_FLAG_DETECTED
> -- Performing Test OpenMP_FLAG_DETECTED - Failed
> -- Try OpenMP CXX flag = [+Oopenmp]
> -- Performing Test OpenMP_FLAG_DETECTED
> -- Performing Test OpenMP_FLAG_DETECTED - Failed
> -- Try OpenMP CXX flag = [-qsmp]
> -- Performing Test OpenMP_FLAG_DETECTED
> -- Performing Test OpenMP_FLAG_DETECTED - Failed
> -- Try OpenMP CXX flag = [-mp]
> -- Performing Test OpenMP_FLAG_DETECTED
> -- Performing Test OpenMP_FLAG_DETECTED - Failed
> -- Could NOT find OpenMP (missing:  OpenMP_C_FLAGS OpenMP_CXX_FLAGS)
> -- Looking for libintl.h
> -- Looking for libintl.h - not found
> -- Looking for C++ include eigen3/Eigen/Dense
> -- Looking for C++ include eigen3/Eigen/Dense - not found
> -- Could NOT find Gettext (missing:  GETTEXT_MSGMERGE_EXECUTABLE
> GETTEXT_MSGFMT_EXECUTABLE)
> -- Looking for lrint in m
> -- Looking for lrint in m - found
> -- Looking for unistd.h
> -- Looking for unistd.h - found
> -- Looking for io.h
> -- Looking for io.h - not found
> -- Looking for fcntl.h
> -- Looking for fcntl.h - found
> -- Looking for sys/time.h
> -- Looking for sys/time.h - found
> -- Looking for termios.h
> -- Looking for termios.h - found
> -- Looking for values.h
> -- Looking for values.h - not found
> -- Looking for winsock.h
> -- Looking for winsock.h - not found
> -- Looking for sys/socket.h
> -- Looking for sys/socket.h - found
> -- Looking for dirent.h
> -- Looking for dirent.h - found
> -- USE_LRINT is enabled
> -- Found FLEX: /usr/bin/flex (found version "2.5.35")
> -- Found BISON: /usr/bin/bison (found version "2.3")
> -- Looking for pthread_spin_lock
> -- Looking for pthread_spin_lock - not found
> -- Looking for pthread_barrier_init
> -- Looking for pthread_barrier_init - not found
> -- OPENMP_FOUND="FALSE", so disabling USE_OPEN_MP
> -- PTHREAD_BARRIER_INIT_EXISTS="", so disabling USE_OPEN_MP
> -- USE_OPEN_MP is disabled
> -- Not building with score parser
> -- Not building with new parser debugging
> -- Building with multicore
> -- USE_GETTEXT is disabled
> -- Not using localization
> -- Building on OSX
> -- Boost version: 1.53.0
> -- Looking for ladspa.h
> -- Looking for ladspa.h - not found
> -- Looking for fluidsynth.h
> -- Looking for fluidsynth.h - not found
> -- Looking for jack/jack.h
> -- Looking for jack/jack.h - found
> -- Looking for C++ include gmm/gmm.h
> -- Looking for C++ include gmm/gmm.h - not found
> -- Looking for lo/lo.h
> -- Looking for lo/lo.h - found
> -- Found ZLIB: /usr/lib/libz.dylib (found version "1.2.5")
> -- Found PNG: /usr/local/opt/libpng/lib/libpng.dylib (found version
> "1.5.14")
> -- Found PythonLibs: /usr/lib/libpython2.7.dylib (found version "2.7.1")
> -- Could NOT find Lua51 (missing:  LUA_LIBRARIES LUA_INCLUDE_DIR)
> -- Looking for wiiuse.h
> -- Looking for wiiuse.h - not found
> -- Looking for p5glove.h
> -- Looking for p5glove.h - not found
> -- BUILD_CHUA_OPCODES is enabled
> -- LADSPA_H="", so disabling BUILD_DSSI_OPCODES
> -- BUILD_DSSI_OPCODES is disabled
> -- FLUIDSYNTH_H="", so disabling BUILD_FLUID_OPCODES
> -- FLUIDSYNTH_LIBRARY="FLUIDSYNTH_LIBRARY-NOTFOUND", so disabling
> BUILD_FLUID_OPCODES
> -- BUILD_FLUID_OPCODES is disabled
> -- BUILD_JACK_OPCODES is enabled
> -- GMM_HEADER="", so disabling BUILD_LINEAR_ALGEBRA_OPCODES
> -- BUILD_LINEAR_ALGEBRA_OPCODES is disabled
> -- BUILD_OSC_OPCODES is enabled
> -- BUILD_IMAGE_OPCODES is enabled
> -- BUILD_PYTHON_OPCODES is enabled
> -- LUA51_FOUND="FALSE", so disabling BUILD_LUA_OPCODES
> -- OPENMP_FOUND="FALSE", so disabling BUILD_LUA_OPCODES
> -- BUILD_LUA_OPCODES is disabled
> -- WIIUSE_H="", so disabling BUILD_WIIMOTE_OPCODES
> -- BUILD_WIIMOTE_OPCODES is disabled
> -- P5GLOVE_H="", so disabling BUILD_P5GLOVE_OPCODES
> -- BUILD_P5GLOVE_OPCODES is disabled
> -- BUILD_STK_OPCODES is enabled
> --
> -- ## REALTIME AUDIO AND MIDI ##
> -- Looking for alsa/asoundlib.h
> -- Looking for alsa/asoundlib.h - not found
> -- Looking for pulse/simple.h
> -- Looking for pulse/simple.h - not found
> -- Looking for XOpenDisplay in
> /usr/X11/lib/libX11.dylib;/usr/X11/lib/libXext.dylib
> -- Looking for XOpenDisplay in
> /usr/X11/lib/libX11.dylib;/usr/X11/lib/libXext.dylib - found
> -- Looking for gethostbyname
> -- Looking for gethostbyname - found
> -- Looking for connect
> -- Looking for connect - found
> -- Looking for remove
> -- Looking for remove - found
> -- Looking for shmat
> -- Looking for shmat - found
> -- Looking for IceConnectionNumber in ICE
> -- Looking for IceConnectionNumber in ICE - found
> -- Found X11: /usr/X11/lib/libX11.dylib
> -- Found FLTK:
> /usr/local/lib/libfltk_images.a;/usr/local/lib/libfltk_forms.a;/usr/local/lib/libfltk.a
> -- USE_COREMIDI is enabled
> -- USE_AUDIOUNIT is enabled
> -- ALSA_HEADER="", so disabling USE_ALSA
> -- ALSA_LIBRARY="ALSA_LIBRARY-NOTFOUND", so disabling USE_ALSA
> -- USE_ALSA is disabled
> -- PULSEAUDIO_HEADER="", so disabling USE_PULSEAUDIO
> -- PULSEAUDIO_LIBRARY="PULSEAUDIO_LIBRARY-NOTFOUND", so disabling
> USE_PULSEAUDIO
> -- PULSESIMPLE_LIBRARY="PULSESIMPLE_LIBRARY-NOTFOUND", so disabling
> USE_PULSEAUDIO
> -- USE_PULSEAUDIO is disabled
> -- PORTAUDIO_HEADER="", so disabling USE_PORTAUDIO
> -- USE_PORTAUDIO is disabled
> -- PORTMIDI_HEADER="", so disabling USE_PORTMIDI
> -- USE_PORTMIDI is disabled
> -- USE_JACK is enabled
> -- USE_FLTK is enabled
> -- BUILD_VIRTUAL_KEYBOARD is enabled
> --
> -- Building C++ interface library
> -- Found SWIG: /usr/local/bin/swig (found suitable version "2.0.9", minimum
> required is "2.0")
> -- Found JNI: -framework JavaVM
> -- Found Java: /usr/bin/java (found version "1.6.0.43")
> -- Could NOT find Lua51 (missing:  LUA_LIBRARIES LUA_INCLUDE_DIR)
> -- BUILD_PYTHON_INTERFACE is enabled
> -- BUILD_JAVA_INTERFACE is enabled
> -- LUA51_FOUND="FALSE", so disabling BUILD_LUA_INTERFACE
> -- BUILD_LUA_INTERFACE is disabled
> -- Looking for m_pd.h
> -- Looking for m_pd.h - not found
> -- Building csLadspa
> -- BUILD_CSBEATS is enabled
> -- PD_HEADER="", so disabling BUILD_PD_CLASS
> -- BUILD_PD_CLASS is disabled
> -- BUILD_WINSOUND is disabled
> -- Boost version: 1.53.0
> -- Found SWIG: /usr/local/bin/swig (found version "2.0.9")
> -- Could NOT find Lua51 (missing:  LUA_LIBRARIES LUA_INCLUDE_DIR)
> -- BUILD_CSOUND_AC is disabled
> -- BUILD_CSOUND_AC_PYTHON_INTERFACE is enabled
> -- LUA51_FOUND="FALSE", so disabling BUILD_CSOUND_AC_LUA_INTERFACE
> -- BUILD_CSOUND_AC_LUA_INTERFACE is disabled
> -- Configuring done
> -- Generating done
> -- Build files have been written to: /tmp/csound-NU4A
> ==> make install
> make install
> Scanning dependencies of target ampmidid
> Scanning dependencies of target chua
> Scanning dependencies of target cellular
> [  0%] [  1%] [  1%] Generating csound_prelex.c
> Building CXX object Opcodes/CMakeFiles/ampmidid.dir/ampmidid.cpp.o
> Building C object Opcodes/CMakeFiles/cellular.dir/cellular.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [  1%] Generating csound_orclex.c
> [  1%] Generating csound_orcparse.c
> /tmp/csound-NU4A/Engine/csound_orc.y: conflicts: 4 shift/reduce, 10
> reduce/reduce
> Linking C shared library ../libcellular.dylib
> Linking CXX shared library ../libampmidid.dylib
> [  2%] Building CXX object
> Opcodes/CMakeFiles/chua.dir/chua/ChuaOscillator.cpp.o
> [  2%] Built target cellular
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> Scanning dependencies of target control
> Scanning dependencies of target CsoundLib64
> [  2%] Building C object Opcodes/CMakeFiles/control.dir/control.c.o
> [  2%] Built target ampmidid
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> Scanning dependencies of target cs_date
> [  3%] Building C object Opcodes/CMakeFiles/cs_date.dir/date.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> Linking C shared library ../libcontrol.dylib
> Linking C shared library ../libcs_date.dylib
> [  3%] Built target control
> [  3%] Built target cs_date
> Scanning dependencies of target doppler
> Scanning dependencies of target fareygen
> [  3%] [  3%] Building CXX object
> Opcodes/CMakeFiles/doppler.dir/doppler.cpp.o
> Building C object Opcodes/CMakeFiles/fareygen.dir/fareygen.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [  4%] Building C object CMakeFiles/CsoundLib64.dir/Engine/auxfd.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> Linking C shared library ../libfareygen.dylib
> [  4%] Built target fareygen
> [  4%] Scanning dependencies of target fractalnoise
> Building C object CMakeFiles/CsoundLib64.dir/Engine/cfgvar.c.o
> [  4%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> Building CXX object
> Opcodes/CMakeFiles/fractalnoise.dir/tl/fractalnoise.cpp.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [  4%] Building C object CMakeFiles/CsoundLib64.dir/Engine/corfiles.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> Linking CXX shared library ../libfractalnoise.dylib
> [  4%] Built target fractalnoise
> Scanning dependencies of target image
> Linking CXX shared library ../libdoppler.dylib
> [  5%] [  6%] Building C object CMakeFiles/CsoundLib64.dir/Engine/entry1.c.o
> Building C object Opcodes/CMakeFiles/image.dir/imageOpcodes.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [  6%] Built target doppler
> Scanning dependencies of target jackTransport
> [  6%] Building C object
> Opcodes/CMakeFiles/jackTransport.dir/jackTransport.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [  6%] Building C object CMakeFiles/CsoundLib64.dir/Engine/envvar.c.o
> Linking C shared library ../libimage.dylib
> Linking C shared library ../libjackTransport.dylib
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [  6%] Built target image
> [  6%] Built target jackTransport
> Scanning dependencies of target jacko
> Scanning dependencies of target mixer
> [  7%] [  8%] Building CXX object Opcodes/CMakeFiles/mixer.dir/mixer.cpp.o
> Building CXX object Opcodes/CMakeFiles/jacko.dir/jacko.cpp.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [  8%] Building C object CMakeFiles/CsoundLib64.dir/Engine/extract.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> Linking CXX shared library ../libchua.dylib
> [  8%] Built target chua
> [  9%] Scanning dependencies of target osc
> Building C object CMakeFiles/CsoundLib64.dir/Engine/fgens.c.o
> [  9%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> Building C object Opcodes/CMakeFiles/osc.dir/OSC.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> Linking C shared library ../libosc.dylib
> [  9%] Built target osc
> Scanning dependencies of target platerev
> Linking CXX shared library ../libjacko.dylib
> [ 10%] Building C object Opcodes/CMakeFiles/platerev.dir/platerev.c.o
> Linking CXX shared library ../libmixer.dylib
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 10%] Built target jacko
> Scanning dependencies of target py
> [ 10%] Built target mixer
> Scanning dependencies of target scansyn
> [ 10%] Building C object Opcodes/CMakeFiles/py.dir/py/pythonopcodes.c.o
> [ 10%] Building C object Opcodes/CMakeFiles/scansyn.dir/scansyn.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> Linking C shared library ../libplaterev.dylib
> [ 10%] Built target platerev
> Scanning dependencies of target serial
> [ 11%] Building C object Opcodes/CMakeFiles/serial.dir/serial.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 12%] Building C object Opcodes/CMakeFiles/scansyn.dir/scansynx.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> Linking C shared library ../libserial.dylib
> [ 12%] Built target serial
> Scanning dependencies of target signalflowgraph
> [ 12%] Building CXX object
> Opcodes/CMakeFiles/signalflowgraph.dir/signalflowgraph.cpp.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> Linking C shared library ../libscansyn.dylib
> [ 12%] Building C object CMakeFiles/CsoundLib64.dir/Engine/insert.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 12%] Built target scansyn
> Scanning dependencies of target system_call
> [ 12%] Building C object Opcodes/CMakeFiles/system_call.dir/system_call.c.o
> Linking C shared library ../libpy.dylib
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 12%] Built target py
> Scanning dependencies of target stk-ops
> Linking C shared library ../libsystem_call.dylib
> [ 13%] Building CXX object
> Opcodes/stk/CMakeFiles/stk-ops.dir/stkOpcodes.cpp.o
> [ 13%] Built target system_call
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> Scanning dependencies of target cmidi
> [ 13%] Building C object InOut/CMakeFiles/cmidi.dir/cmidi.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> Linking C shared library ../libcmidi.dylib
> [ 13%] Building C object CMakeFiles/CsoundLib64.dir/Engine/linevent.c.o
> [ 13%] Built target cmidi
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 14%] Building C object CMakeFiles/CsoundLib64.dir/Engine/memalloc.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> Scanning dependencies of target ipmidi
> [ 14%] [ 14%] Building C object InOut/CMakeFiles/ipmidi.dir/ipmidi.c.o
> Building C object CMakeFiles/CsoundLib64.dir/Engine/memfiles.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> Linking C shared library ../libipmidi.dylib
> [ 14%] Built target ipmidi
> Scanning dependencies of target rtauhal
> [ 14%] Building C object CMakeFiles/CsoundLib64.dir/Engine/musmon.c.o
> [ 14%] Building C object InOut/CMakeFiles/rtauhal.dir/rtauhal.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> Linking C shared library ../librtauhal.dylib
> [ 14%] Building C object CMakeFiles/CsoundLib64.dir/Engine/namedins.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 14%] Built target rtauhal
> [ 15%] Building C object CMakeFiles/CsoundLib64.dir/Engine/rdscor.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> Scanning dependencies of target rtjack
> [ 16%] Building C object InOut/CMakeFiles/rtjack.dir/rtjack.c.o
> [ 16%] Building C object CMakeFiles/CsoundLib64.dir/Engine/scsort.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 16%] Linking CXX shared library ../../libstk.dylib
> Building C object CMakeFiles/CsoundLib64.dir/Engine/scxtract.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 16%] Built target stk-ops
> [ 17%] Building C object CMakeFiles/CsoundLib64.dir/Engine/sort.c.o
> Scanning dependencies of target virtual
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> Linking C shared library ../librtjack.dylib
> [ 17%] Building CXX object
> InOut/CMakeFiles/virtual.dir/virtual_keyboard/FLTKKeyboard.cpp.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 17%] Built target rtjack
> Scanning dependencies of target widgets
> [ 17%] Building CXX object InOut/CMakeFiles/widgets.dir/FL_graph.cpp.o
> [ 17%] Building C object CMakeFiles/CsoundLib64.dir/Engine/sread.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 17%] Building C object InOut/CMakeFiles/widgets.dir/winFLTK.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 18%] Building CXX object InOut/CMakeFiles/widgets.dir/widgets.cpp.o
> [ 18%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> Building CXX object
> InOut/CMakeFiles/virtual.dir/virtual_keyboard/FLTKKeyboardWindow.cpp.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 18%] Building C object CMakeFiles/CsoundLib64.dir/Engine/swritestr.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> Linking CXX shared library ../libsignalflowgraph.dylib
> [ 19%] Building CXX object
> InOut/CMakeFiles/virtual.dir/virtual_keyboard/FLTKKeyboardWidget.cpp.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 19%] Built target signalflowgraph
> [ 19%] [FLEX][csbeats_SCANNER] Building scanner with flex 2.5.35
> [ 19%] [BISON][csbeats_PARSER] Building parser with bison 2.3
> beats/beats.y: conflicts: 1 reduce/reduce
> [ 20%] Building C object CMakeFiles/CsoundLib64.dir/Engine/twarp.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> Scanning dependencies of target csbeats
> [ 21%] Building C object frontends/CMakeFiles/csbeats.dir/beats/main.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 21%] Building CXX object
> InOut/CMakeFiles/virtual.dir/virtual_keyboard/virtual_keyboard.cpp.o
> [ 21%] Building C object
> CMakeFiles/CsoundLib64.dir/Engine/csound_type_system.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 21%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> Building C object frontends/CMakeFiles/csbeats.dir/beatslex.yy.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 21%] Building C object
> CMakeFiles/CsoundLib64.dir/Engine/csound_standard_types.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 21%] Building C object frontends/CMakeFiles/csbeats.dir/beats.tab.c.o
> [ 22%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> Building C object
> CMakeFiles/CsoundLib64.dir/Engine/csound_data_structures.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 22%] Building CXX object
> InOut/CMakeFiles/virtual.dir/virtual_keyboard/Bank.cpp.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> Linking C executable ../csbeats
> [ 22%] Building C object CMakeFiles/CsoundLib64.dir/Engine/pools.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 22%] Built target csbeats
> [ 23%] Building CXX object
> InOut/CMakeFiles/virtual.dir/virtual_keyboard/KeyboardMapping.cpp.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> Scanning dependencies of target stdutil
> [ 23%] Building C object CMakeFiles/CsoundLib64.dir/InOut/libsnd.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 24%] Building C object util/CMakeFiles/stdutil.dir/atsa.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 24%] Building CXX object
> InOut/CMakeFiles/virtual.dir/virtual_keyboard/Program.cpp.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 24%] Building CXX object
> InOut/CMakeFiles/virtual.dir/virtual_keyboard/SliderBank.cpp.o
> [ 24%] Building C object CMakeFiles/CsoundLib64.dir/InOut/libsnd_u.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 25%] Building C object CMakeFiles/CsoundLib64.dir/InOut/midifile.c.o
> [ 26%] Building CXX object
> InOut/CMakeFiles/virtual.dir/virtual_keyboard/SliderData.cpp.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> Linking CXX shared library ../libvirtual.dylib
> [ 26%] [ 26%] Built target virtual
> Building C object CMakeFiles/CsoundLib64.dir/InOut/midirecv.c.o
> Scanning dependencies of target sdif2ad
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 27%] Building C object SDIF/CMakeFiles/sdif2ad.dir/sdif2adsyn.c.o
> [ 27%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> Building C object util/CMakeFiles/stdutil.dir/cvanal.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 27%] [ 27%] Building C object
> CMakeFiles/CsoundLib64.dir/InOut/midisend.c.o
> Building C object SDIF/CMakeFiles/sdif2ad.dir/sdif.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 27%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> Building C object util/CMakeFiles/stdutil.dir/dnoise.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 28%] Building C object CMakeFiles/CsoundLib64.dir/InOut/winascii.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 28%] Building C object SDIF/CMakeFiles/sdif2ad.dir/sdif-mem.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 28%] Building C object CMakeFiles/CsoundLib64.dir/InOut/windin.c.o
> Linking C executable ../sdif2ad
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 28%] Built target sdif2ad
> [ 29%] Building C object util/CMakeFiles/stdutil.dir/envext.c.o
> [ 29%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> Building C object CMakeFiles/CsoundLib64.dir/InOut/window.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 29%] Linking CXX shared library ../libwidgets.dylib
> Building C object util/CMakeFiles/stdutil.dir/het_export.c.o
> [ 29%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> Building C object util/CMakeFiles/stdutil.dir/het_import.c.o
> [ 30%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> Building C object CMakeFiles/CsoundLib64.dir/InOut/winEPS.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 31%] Building C object util/CMakeFiles/stdutil.dir/hetro.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 31%] Building C object util/CMakeFiles/stdutil.dir/lpanal.c.o
> [ 31%] Built target widgets
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 31%] Building C object CMakeFiles/CsoundLib64.dir/InOut/circularbuffer.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 31%] Building C object CMakeFiles/CsoundLib64.dir/OOps/aops.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 32%] Building C object CMakeFiles/CsoundLib64.dir/OOps/bus.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 32%] Building C object util/CMakeFiles/stdutil.dir/lpc_export.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 33%] [ 33%] Building C object util/CMakeFiles/stdutil.dir/lpc_import.c.o
> Building C object util/CMakeFiles/stdutil.dir/mixer.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 33%] Building C object CMakeFiles/CsoundLib64.dir/OOps/cmath.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 33%] Building C object CMakeFiles/CsoundLib64.dir/OOps/diskin.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 33%] Building C object CMakeFiles/CsoundLib64.dir/OOps/diskin2.c.o
> [ 33%] Building C object util/CMakeFiles/stdutil.dir/pvanal.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 34%] Building C object CMakeFiles/CsoundLib64.dir/OOps/disprep.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 34%] Building C object CMakeFiles/CsoundLib64.dir/OOps/dumpf.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 34%] Building C object CMakeFiles/CsoundLib64.dir/OOps/fftlib.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 34%] Building C object util/CMakeFiles/stdutil.dir/pv_export.c.o
> [ 35%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> Building C object CMakeFiles/CsoundLib64.dir/OOps/goto_ops.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 35%] Building C object CMakeFiles/CsoundLib64.dir/OOps/midiinterop.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 36%] Building C object util/CMakeFiles/stdutil.dir/pv_import.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 36%] [ 36%] Building C object util/CMakeFiles/stdutil.dir/pvlook.c.o
> Building C object util/CMakeFiles/stdutil.dir/scale.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 37%] Building C object util/CMakeFiles/stdutil.dir/sndinfo.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 37%] Building C object util/CMakeFiles/stdutil.dir/srconv.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 37%] [ 38%] Building C object util/CMakeFiles/stdutil.dir/std_util.c.o
> Building C object util/CMakeFiles/stdutil.dir/xtrct.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 38%] [ 39%] Building C object CMakeFiles/CsoundLib64.dir/OOps/midiops.c.o
> Building C object CMakeFiles/CsoundLib64.dir/OOps/midiout.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 39%] Building C object CMakeFiles/CsoundLib64.dir/OOps/mxfft.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 39%] Building C object util/CMakeFiles/stdutil.dir/scope.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 39%] Building C object CMakeFiles/CsoundLib64.dir/OOps/oscils.c.o
> [ 40%] Building C object CMakeFiles/CsoundLib64.dir/OOps/pstream.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 40%] Building C object util/CMakeFiles/stdutil.dir/__/SDIF/sdif.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 40%] Building C object CMakeFiles/CsoundLib64.dir/OOps/pvfileio.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 40%] Linking C shared library ../libstdutil.dylib
> Building C object CMakeFiles/CsoundLib64.dir/OOps/pvsanal.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 40%] Building C object CMakeFiles/CsoundLib64.dir/OOps/random.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 40%] Built target stdutil
> [ 41%] Building C object CMakeFiles/CsoundLib64.dir/OOps/remote.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 41%] Building C object CMakeFiles/CsoundLib64.dir/OOps/schedule.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 41%] Building C object CMakeFiles/CsoundLib64.dir/OOps/sndinfUG.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 42%] Building C object CMakeFiles/CsoundLib64.dir/OOps/str_ops.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 42%] Building C object CMakeFiles/CsoundLib64.dir/OOps/ugens1.c.o
> [ 42%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> Building C object CMakeFiles/CsoundLib64.dir/OOps/ugens2.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 43%] Building C object CMakeFiles/CsoundLib64.dir/OOps/ugens2a.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 43%] Building C object CMakeFiles/CsoundLib64.dir/OOps/ugens3.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 43%] Building C object CMakeFiles/CsoundLib64.dir/OOps/ugens4.c.o
> [ 44%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> Building C object CMakeFiles/CsoundLib64.dir/OOps/ugens5.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 44%] Building C object CMakeFiles/CsoundLib64.dir/OOps/ugens6.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 44%] Building C object CMakeFiles/CsoundLib64.dir/OOps/ugtabs.c.o
> [ 44%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> Building C object CMakeFiles/CsoundLib64.dir/OOps/ugrw1.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 45%] Building C object CMakeFiles/CsoundLib64.dir/OOps/ugrw2.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 45%] Building C object CMakeFiles/CsoundLib64.dir/OOps/vdelay.c.o
> [ 45%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 46%] [ 46%] Building C object
> CMakeFiles/CsoundLib64.dir/OOps/compile_ops.c.o
> Building C object CMakeFiles/CsoundLib64.dir/Opcodes/bilbar.c.o
> Building C object CMakeFiles/CsoundLib64.dir/Opcodes/babo.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 46%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/compress.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 47%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/eqfil.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 47%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/Vosim.c.o
> [ 47%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pitch.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 48%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pitch0.c.o
> [ 48%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/spectra.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 48%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ambicode1.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 48%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/sfont.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 49%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/grain4.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 49%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/hrtferX.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 49%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/loscilx.c.o
> [ 50%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> Building C object CMakeFiles/CsoundLib64.dir/Opcodes/minmax.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 50%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pan2.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 50%] [ 51%] [ 51%] Building C object
> CMakeFiles/CsoundLib64.dir/Opcodes/phisem.c.o
> Building C object CMakeFiles/CsoundLib64.dir/Opcodes/arrays.c.o
> Building C object CMakeFiles/CsoundLib64.dir/Opcodes/hrtfopcodes.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 51%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/stackops.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 52%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/vbap.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 52%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/vbap1.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 52%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/vbap_n.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 52%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/vbap_zak.c.o
> [ 53%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/vaops.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 53%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ugakbari.c.o
> [ 53%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> Building C object CMakeFiles/CsoundLib64.dir/Opcodes/harmon.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 54%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pitchtrack.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 54%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/partikkel.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 54%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/shape.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 55%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/tabsum.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 55%] [ 55%] Building C object
> CMakeFiles/CsoundLib64.dir/Opcodes/crossfm.c.o
> [ 56%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pvlock.c.o
> Building C object CMakeFiles/CsoundLib64.dir/Opcodes/fareyseq.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 56%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/modmatrix.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 56%] [ 56%] Building C object
> CMakeFiles/CsoundLib64.dir/Opcodes/scoreline.c.o
> Building C object CMakeFiles/CsoundLib64.dir/Opcodes/modal4.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 57%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/physutil.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 57%] [ 57%] Building C object
> CMakeFiles/CsoundLib64.dir/Opcodes/physmod.c.o
> Building C object CMakeFiles/CsoundLib64.dir/Opcodes/mandolin.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 58%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/singwave.c.o
> [ 58%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> Building C object CMakeFiles/CsoundLib64.dir/Opcodes/fm4op.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 58%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/moog1.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 59%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/shaker.c.o
> [ 59%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> Building C object CMakeFiles/CsoundLib64.dir/Opcodes/bowedbar.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 59%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/gab/tabmorph.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 60%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/gab/hvs.c.o
> [ 60%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> Building C object CMakeFiles/CsoundLib64.dir/Opcodes/gab/sliderTable.c.o
> [ 60%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> Building C object CMakeFiles/CsoundLib64.dir/Opcodes/gab/newgabopc.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 60%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ftest.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 61%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/hrtfearly.c.o
> [ 61%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> Building C object CMakeFiles/CsoundLib64.dir/Opcodes/hrtfreverb.c.o
> [ 61%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> Building C object CMakeFiles/CsoundLib64.dir/Opcodes/cpumeter.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 62%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/gendy.c.o
> [ 62%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> Building C object CMakeFiles/CsoundLib64.dir/Opcodes/tl/sc_noise.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 62%] Building C object CMakeFiles/CsoundLib64.dir/Top/argdecode.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 63%] Building C object CMakeFiles/CsoundLib64.dir/Top/cscore_internal.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 63%] Building C object CMakeFiles/CsoundLib64.dir/Top/cscorfns.c.o
> [ 63%] Building C object CMakeFiles/CsoundLib64.dir/Top/csmodule.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 64%] Building C object CMakeFiles/CsoundLib64.dir/Top/csound.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 64%] Building C object CMakeFiles/CsoundLib64.dir/Top/getstring.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 64%] Building C object CMakeFiles/CsoundLib64.dir/Top/main.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 64%] Building C object CMakeFiles/CsoundLib64.dir/Top/new_opts.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 65%] Building C object CMakeFiles/CsoundLib64.dir/Top/one_file.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 65%] Building C object CMakeFiles/CsoundLib64.dir/Top/opcode.c.o
> [ 65%] Building C object CMakeFiles/CsoundLib64.dir/Top/threads.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 66%] Building C object CMakeFiles/CsoundLib64.dir/Top/utility.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 66%] [ 66%] Building C object
> CMakeFiles/CsoundLib64.dir/Top/threadsafe.c.o
> Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ambicode.c.o
> [ 67%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> Building C object CMakeFiles/CsoundLib64.dir/Opcodes/bbcut.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 67%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/biquad.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 67%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/butter.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 68%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/clfilt.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 68%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/cross2.c.o
> [ 68%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> Building C object CMakeFiles/CsoundLib64.dir/Opcodes/dam.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 68%] [ 69%] Building C object
> CMakeFiles/CsoundLib64.dir/Opcodes/dcblockr.c.o
> Building C object CMakeFiles/CsoundLib64.dir/Opcodes/filter.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 69%] [ 69%] Building C object
> CMakeFiles/CsoundLib64.dir/Opcodes/flanger.c.o
> Building C object CMakeFiles/CsoundLib64.dir/Opcodes/follow.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 70%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/fout.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 70%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/freeverb.c.o
> [ 70%] [ 71%] brew: superenv removed: -I/usr/local/include
> -I/tmp/csound-NU4A
> Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ftconv.c.o
> Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ftgen.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 71%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/gab/gab.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 71%] Building C object
> CMakeFiles/CsoundLib64.dir/Opcodes/gab/vectorial.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 72%] [ 72%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/grain.c.o
> Building C object CMakeFiles/CsoundLib64.dir/Opcodes/locsig.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 72%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/lowpassr.c.o
> [ 72%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> Building C object CMakeFiles/CsoundLib64.dir/Opcodes/metro.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 73%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/midiops2.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 73%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/midiops3.c.o
> [ 73%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> Building C object CMakeFiles/CsoundLib64.dir/Opcodes/newfils.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 74%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/nlfilt.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 74%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/oscbnk.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 74%] [ 75%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pluck.c.o
> Building C object CMakeFiles/CsoundLib64.dir/Opcodes/repluck.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 75%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/reverbsc.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 75%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/seqtime.c.o
> [ 76%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> Building C object CMakeFiles/CsoundLib64.dir/Opcodes/sndloop.c.o
> [ 76%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> Building C object CMakeFiles/CsoundLib64.dir/Opcodes/sndwarp.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 76%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/space.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 76%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/spat3d.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 77%] [ 77%] Building C object
> CMakeFiles/CsoundLib64.dir/Opcodes/syncgrain.c.o
> Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ugens7.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 77%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ugens9.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 78%] [ 78%] Building C object
> CMakeFiles/CsoundLib64.dir/Opcodes/ugensa.c.o
> Building C object CMakeFiles/CsoundLib64.dir/Opcodes/uggab.c.o
> [ 78%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ugmoss.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 79%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ugnorman.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 79%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ugsc.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 79%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/wave-terrain.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 80%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/stdopcod.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 80%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/socksend.c.o
> [ 80%] [ 80%] brew: superenv removed: -I/usr/local/include
> -I/tmp/csound-NU4A
> Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ifd.c.o
> Building C object CMakeFiles/CsoundLib64.dir/Opcodes/sockrecv.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 81%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> Building C object CMakeFiles/CsoundLib64.dir/Opcodes/partials.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 81%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/psynth.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 81%] [ 82%] Building C object
> CMakeFiles/CsoundLib64.dir/Opcodes/pvsbasic.c.o
> Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pvscent.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 82%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pvsdemix.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 82%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pvs_ops.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 83%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pvsband.c.o
> [ 83%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pvsbuffer.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 83%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pvsgendy.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 84%] [ 84%] [ 84%] Building C object
> CMakeFiles/CsoundLib64.dir/Opcodes/dsputil.c.o
> Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pvinterp.c.o
> Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pvadd.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 84%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pvocext.c.o
> [ 85%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 85%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pvread.c.o
> Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ugens8.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 85%] [ 86%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pvoc.c.o
> Building C object CMakeFiles/CsoundLib64.dir/Opcodes/vpvoc.c.o
> [ 86%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/mp3in.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 86%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> Building C object CMakeFiles/CsoundLib64.dir/InOut/libmpadec/layer1.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 87%] Building C object
> CMakeFiles/CsoundLib64.dir/InOut/libmpadec/layer2.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 87%] [ 87%] Building C object
> CMakeFiles/CsoundLib64.dir/InOut/libmpadec/layer3.c.o
> Building C object CMakeFiles/CsoundLib64.dir/InOut/libmpadec/synth.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 88%] Building C object
> CMakeFiles/CsoundLib64.dir/InOut/libmpadec/tables.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 88%] Building C object
> CMakeFiles/CsoundLib64.dir/InOut/libmpadec/mpadec.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 88%] Building C object
> CMakeFiles/CsoundLib64.dir/InOut/libmpadec/mp3dec.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 88%] Building C object CMakeFiles/CsoundLib64.dir/csound_orclex.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 89%] [ 89%] [ 89%] Building C object
> CMakeFiles/CsoundLib64.dir/csound_orcparse.c.o
> Building C object CMakeFiles/CsoundLib64.dir/csound_prelex.c.o
> Building C object CMakeFiles/CsoundLib64.dir/Engine/csound_orc_semantics.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 90%] Building C object
> CMakeFiles/CsoundLib64.dir/Engine/csound_orc_expressions.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 90%] Building C object
> CMakeFiles/CsoundLib64.dir/Engine/csound_orc_optimize.c.o
> [ 90%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> Building C object CMakeFiles/CsoundLib64.dir/Engine/csound_orc_compile.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 91%] Building C object
> CMakeFiles/CsoundLib64.dir/Engine/new_orc_parser.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 91%] Building C object CMakeFiles/CsoundLib64.dir/Engine/symbtab.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 91%] [ 92%] Building C object
> CMakeFiles/CsoundLib64.dir/Engine/cs_new_dispatch.c.o
> Building C object CMakeFiles/CsoundLib64.dir/Engine/cs_par_base.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 92%] Building C object
> CMakeFiles/CsoundLib64.dir/Engine/cs_par_orc_semantic_analysis.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 92%] Building C object
> CMakeFiles/CsoundLib64.dir/Engine/cs_par_dispatch.c.o
> Copying OS X content CsoundLib64.framework/Versions/6.0/Headers/CppSound.hpp
> Copying OS X content
> CsoundLib64.framework/Versions/6.0/Headers/CsoundFile.hpp
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> Copying OS X content
> CsoundLib64.framework/Versions/6.0/Headers/OpcodeBase.hpp
> Copying OS X content CsoundLib64.framework/Versions/6.0/Headers/cfgvar.h
> Copying OS X content
> CsoundLib64.framework/Versions/6.0/Headers/csPerfThread.hpp
> Copying OS X content CsoundLib64.framework/Versions/6.0/Headers/cscore.h
> Copying OS X content CsoundLib64.framework/Versions/6.0/Headers/csdl.h
> Copying OS X content CsoundLib64.framework/Versions/6.0/Headers/csound.h
> Copying OS X content CsoundLib64.framework/Versions/6.0/Headers/csound.hpp
> Copying OS X content CsoundLib64.framework/Versions/6.0/Headers/csoundCore.h
> Copying OS X content
> CsoundLib64.framework/Versions/6.0/Headers/csound_data_structures.h
> Copying OS X content
> CsoundLib64.framework/Versions/6.0/Headers/csound_standard_types.h
> Copying OS X content CsoundLib64.framework/Versions/6.0/Headers/cwindow.h
> Copying OS X content
> CsoundLib64.framework/Versions/6.0/Headers/csound_type_system.h
> Copying OS X content
> CsoundLib64.framework/Versions/6.0/Headers/filebuilding.h
> Copying OS X content
> CsoundLib64.framework/Versions/6.0/Headers/float-version-double.h
> Copying OS X content
> CsoundLib64.framework/Versions/6.0/Headers/float-version.h
> Copying OS X content CsoundLib64.framework/Versions/6.0/Headers/interlocks.h
> Copying OS X content CsoundLib64.framework/Versions/6.0/Headers/msg_attr.h
> Copying OS X content CsoundLib64.framework/Versions/6.0/Headers/pvfileio.h
> Copying OS X content CsoundLib64.framework/Versions/6.0/Headers/pstream.h
> Copying OS X content CsoundLib64.framework/Versions/6.0/Headers/soundio.h
> Copying OS X content CsoundLib64.framework/Versions/6.0/Headers/sysdep.h
> Copying OS X content CsoundLib64.framework/Versions/6.0/Headers/text.h
> Copying OS X content CsoundLib64.framework/Versions/6.0/Headers/version.h
> Linking C shared library CsoundLib64.framework/Versions/6.0/CsoundLib64
> [ 92%] Built target CsoundLib64
> Scanning dependencies of target atsa
> Scanning dependencies of target libcsnd
> Scanning dependencies of target csound-bin
> Scanning dependencies of target csladspa
> [ 92%] [ 93%] [ 93%] [ 93%] Building CXX object
> frontends/CMakeFiles/csladspa.dir/csladspa/csladspa.cpp.o
> Building C object util/CMakeFiles/atsa.dir/atsa_main.c.o
> Building C object frontends/CMakeFiles/csound-bin.dir/csound/csound_main.c.o
> Building CXX object interfaces/CMakeFiles/libcsnd.dir/CppSound.cpp.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> Linking C executable ../atsa
> Linking C executable ../csound
> [ 93%] [ 93%] Built target atsa
> Built target csound-bin
> Scanning dependencies of target csanalyze
> Scanning dependencies of target cvanal
> [ 93%] [ 93%] Building C object util/CMakeFiles/cvanal.dir/cvl_main.c.o
> Building C object util/CMakeFiles/csanalyze.dir/csanalyze.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> Linking C executable ../csanalyze
> Linking C executable ../cvanal
> [ 93%] Built target csanalyze
> [ 93%] Built target cvanal
> Scanning dependencies of target dnoise
> [ 93%] Building CXX object
> interfaces/CMakeFiles/libcsnd.dir/CsoundFile.cpp.o
> [ 94%] Building C object util/CMakeFiles/dnoise.dir/dnoise_main.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> Linking C executable ../dnoise
> [ 94%] Built target dnoise
> Scanning dependencies of target envext
> [ 94%] Building C object util/CMakeFiles/envext.dir/env_main.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 95%] Building CXX object interfaces/CMakeFiles/libcsnd.dir/Soundfile.cpp.o
> Linking C executable ../envext
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> Linking CXX shared library ../csladspa.dylib
> [ 95%] Built target envext
> Scanning dependencies of target extractor
> [ 95%] Building C object util/CMakeFiles/extractor.dir/xtrc_main.c.o
> [ 95%] Built target csladspa
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 95%] Building CXX object
> interfaces/CMakeFiles/libcsnd.dir/csPerfThread.cpp.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> Linking C executable ../extractor
> [ 95%] Built target extractor
> Scanning dependencies of target het_export
> [ 96%] Building C object util/CMakeFiles/het_export.dir/hetx_main.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> Linking C executable ../het_export
> [ 96%] Building CXX object interfaces/CMakeFiles/libcsnd.dir/cs_glue.cpp.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 96%] Built target het_export
> Scanning dependencies of target het_import
> [ 96%] Building C object util/CMakeFiles/het_import.dir/heti_main.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> Scanning dependencies of target hetro
> [ 96%] Building C object util/CMakeFiles/hetro.dir/het_main.c.o
> Linking C executable ../het_import
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> Linking C executable ../hetro
> [ 96%] Built target het_import
> Scanning dependencies of target lpanal
> [ 96%] [ 97%] Building CXX object
> interfaces/CMakeFiles/libcsnd.dir/filebuilding.cpp.o
> Building C object util/CMakeFiles/lpanal.dir/lpc_main.c.o
> [ 97%] Built target hetro
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> Scanning dependencies of target lpc_export
> [ 97%] Building C object util/CMakeFiles/lpc_export.dir/lpcx_main.c.o
> Scanning dependencies of target lpc_import
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> Linking C executable ../lpanal
> [ 97%] Building C object util/CMakeFiles/lpc_import.dir/lpci_main.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> Linking C executable ../lpc_export
> [ 97%] Built target lpanal
> Scanning dependencies of target mixer-bin
> [ 97%] Linking C executable ../lpc_import
> Building C object util/CMakeFiles/mixer-bin.dir/mixer_main.c.o
> [ 97%] Built target lpc_export
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> Scanning dependencies of target pv_export
> [ 97%] Building C object util/CMakeFiles/pv_export.dir/pvx_main.c.o
> [ 97%] Built target lpc_import
> Linking C executable ../mixer
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> Scanning dependencies of target pv_import
> [ 97%] Building C object util/CMakeFiles/pv_import.dir/pvi_main.c.o
> [ 97%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> Built target mixer-bin
> Linking C executable ../pv_export
> Scanning dependencies of target pvanal
> [ 98%] Building C object util/CMakeFiles/pvanal.dir/pvc_main.c.o
> Linking C executable ../pv_import
> [ 98%] Built target pv_export
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> Scanning dependencies of target pvlook
> [ 98%] Building C object util/CMakeFiles/pvlook.dir/pvl_main.c.o
> [ 98%] Built target pv_import
> Linking C executable ../pvanal
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> Scanning dependencies of target scale
> Linking CXX shared library ../libcsnd.dylib
> [ 98%] Building C object util/CMakeFiles/scale.dir/scale_main.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> Linking C executable ../pvlook
> [ 98%] Built target pvanal
> Scanning dependencies of target scope
> [ 98%] Building C object util/CMakeFiles/scope.dir/scope_main.c.o
> [ 98%] Built target libcsnd
> Linking C executable ../scale
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 98%] Built target pvlook
> Scanning dependencies of target sndinfo
> Scanning dependencies of target srconv
> [ 98%] Building C object util/CMakeFiles/sndinfo.dir/sndinfo_main.c.o
> [ 98%] Building C object util/CMakeFiles/srconv.dir/srconv_main.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> Linking C executable ../scope
> [ 98%] Built target scale
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> Scanning dependencies of target extract
> [ 99%] Linking C executable ../sndinfo
> Building C object util1/CMakeFiles/extract.dir/sortex/xmain.c.o
> [ 99%] Built target scope
> Linking C executable ../srconv
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> Scanning dependencies of target scsort
> [ 99%] [ 99%] Built target sndinfo
> Building C object util1/CMakeFiles/scsort.dir/sortex/smain.c.o
> [ 99%] Linking C executable ../extract
> [ 99%] Swig source
> Built target srconv
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 99%] Language subdirectory: python
> Search paths:
>    ./
>    /usr/local/include/
>    /tmp/csound-NU4A/./H/
>    /tmp/csound-NU4A/./include/
>    /tmp/csound-NU4A/./Engine/
>    /tmp/csound-NU4A/./
>    /tmp/csound-NU4A/
>    /tmp/csound-NU4A/interfaces/
>    /System/Library/Frameworks/Python.framework/Headers/
>    ./swig_lib/python/
>    /usr/local/Cellar/swig/2.0.9/share/swig/2.0.9/python/
>    ./swig_lib/
>    /usr/local/Cellar/swig/2.0.9/share/swig/2.0.9/
> Preprocessing...
> Swig source
> Language subdirectory: java
> Search paths:
>    ./
>    /usr/local/include/
>    /tmp/csound-NU4A/./H/
>    /tmp/csound-NU4A/./include/
>    /tmp/csound-NU4A/./Engine/
>    /tmp/csound-NU4A/./
>    /tmp/csound-NU4A/
>    /tmp/csound-NU4A/interfaces/
>    /System/Library/Frameworks/Python.framework/Headers/
>    /System/Library/Frameworks/JavaVM.framework/Headers/
>    /System/Library/Frameworks/JavaVM.framework/Headers/
>    /System/Library/Frameworks/JavaVM.framework/Headers/
>    ./swig_lib/java/
>    /usr/local/Cellar/swig/2.0.9/share/swig/2.0.9/java/
>    ./swig_lib/
>    /usr/local/Cellar/swig/2.0.9/share/swig/2.0.9/
> Preprocessing...
> Linking C executable ../scsort
> [ 99%] Built target extract
> Starting language-specific parse...
> [ 99%] Built target scsort
> Processing types...
> C++ analysis...
> Generating wrappers...
> Starting language-specific parse...
> /tmp/csound-NU4A/./include/csound.h:519: Warning 451: Setting a const char *
> variable may leak memory.
> Processing types...
> C++ analysis...
> Generating wrappers...
> /tmp/csound-NU4A/./include/csound.h:519: Warning 451: Setting a const char *
> variable may leak memory.
> cs_glue.hpp:505: Warning 473: Returning a pointer or reference in a director
> method is not recommended.
> CppSound.hpp:36: Warning 453: Can't apply (std::vector< double > *INPUT). No
> typemaps are defined.
> CppSound.hpp:52: Warning 813: Warning for CppSound proxy: Base CsoundFile
> ignored. Multiple inheritance is not supported in Java.
> Scanning dependencies of target _jcsound6
> [ 99%] Building CXX object
> interfaces/CMakeFiles/_jcsound6.dir/java_interfaceJAVA_wrap.cxx.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> cs_glue.hpp:505: Warning 473: Returning a pointer or reference in a director
> method is not recommended.
> CppSound.hpp:36: Warning 453: Can't apply (std::vector< double > *INPUT). No
> typemaps are defined.
> Scanning dependencies of target _csnd6
> [100%] Building CXX object
> interfaces/CMakeFiles/_csnd6.dir/python_interfacePYTHON_wrap.cxx.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> Linking CXX shared module ../lib_jcsound6.jnilib
> Building JAVA package csnd6.jar
> [100%] Built target _jcsound6
> Linking CXX shared module ../_csnd6.so
> [100%] Built target _csnd6
> Install the project...
> -- Install configuration: "None"
> -- Installing:
> /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework
> -- Up-to-date:
> /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/CsoundLib64
> -- Up-to-date:
> /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Headers
> -- Up-to-date:
> /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Resources
> -- Installing:
> /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions
> -- Installing:
> /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0
> -- Installing:
> /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/CsoundLib64
> -- Installing:
> /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers
> -- Installing:
> /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/cfgvar.h
> -- Installing:
> /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/CppSound.hpp
> -- Installing:
> /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/cscore.h
> -- Installing:
> /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/csdl.h
> -- Installing:
> /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/csound.h
> -- Installing:
> /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/csound.hpp
> -- Installing:
> /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/csound_data_structures.h
> -- Installing:
> /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/csound_standard_types.h
> -- Installing:
> /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/csound_type_system.h
> -- Installing:
> /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/csoundCore.h
> -- Installing:
> /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/CsoundFile.hpp
> -- Installing:
> /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/csPerfThread.hpp
> -- Installing:
> /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/cwindow.h
> -- Installing:
> /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/filebuilding.h
> -- Installing:
> /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/float-version-double.h
> -- Installing:
> /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/float-version.h
> -- Installing:
> /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/interlocks.h
> -- Installing:
> /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/msg_attr.h
> -- Installing:
> /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/OpcodeBase.hpp
> -- Installing:
> /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/pstream.h
> -- Installing:
> /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/pvfileio.h
> -- Installing:
> /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/soundio.h
> -- Installing:
> /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/sysdep.h
> -- Installing:
> /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/text.h
> -- Installing:
> /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/version.h
> -- Installing:
> /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources
> -- Installing:
> /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Info.plist
> -- Up-to-date:
> /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/Current
> -- Installing:
> /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libmixer.dylib
> -- Installing:
> /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libsignalflowgraph.dylib
> -- Installing:
> /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libampmidid.dylib
> -- Installing:
> /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libcs_date.dylib
> -- Installing:
> /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libsystem_call.dylib
> -- Installing:
> /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libdoppler.dylib
> -- Installing:
> /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libfractalnoise.dylib
> -- Installing:
> /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libfareygen.dylib
> -- Installing:
> /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libcellular.dylib
> -- Installing:
> /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libserial.dylib
> -- Installing:
> /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libplaterev.dylib
> -- Installing:
> /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libscansyn.dylib
> -- Installing:
> /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libcontrol.dylib
> -- Installing:
> /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libchua.dylib
> -- Installing:
> /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libjacko.dylib
> -- Installing:
> /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libjackTransport.dylib
> -- Installing:
> /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libosc.dylib
> -- Installing:
> /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libimage.dylib
> -- Installing:
> /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libpy.dylib
> -- Installing:
> /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libstk.dylib
> -- Installing:
> /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libcmidi.dylib
> -- Installing:
> /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/librtauhal.dylib
> -- Installing:
> /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libipmidi.dylib
> -- Installing:
> /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/librtjack.dylib
> -- Installing:
> /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libwidgets.dylib
> -- Installing:
> /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libvirtual.dylib
> -- Installing: /usr/local/Cellar/csound/HEAD/lib/libcsnd.6.0.dylib
> -- Installing: /usr/local/Cellar/csound/HEAD/lib/libcsnd.dylib
> -- Installing: /Library/Python/2.7/site-packages/_csnd6.so
> -- Installing: /Library/Python/2.7/site-packages/csnd6.py
> -- Installing: /Library/Java/Extensions/lib_jcsound6.jnilib
> -- Installing: /Library/Java/Extensions/csnd6.jar
> -- Installing: /usr/local/Cellar/csound/HEAD/bin/csound
> -- Installing:
> /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/csladspa.dylib
> -- Installing: /usr/local/Cellar/csound/HEAD/bin/csbeats
> -- Installing:
> /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libstdutil.dylib
> -- Installing: /usr/local/Cellar/csound/HEAD/bin/atsa
> -- Installing: /usr/local/Cellar/csound/HEAD/bin/csanalyze
> -- Installing: /usr/local/Cellar/csound/HEAD/bin/cvanal
> -- Installing: /usr/local/Cellar/csound/HEAD/bin/dnoise
> -- Installing: /usr/local/Cellar/csound/HEAD/bin/envext
> -- Installing: /usr/local/Cellar/csound/HEAD/bin/extractor
> -- Installing: /usr/local/Cellar/csound/HEAD/bin/het_export
> -- Installing: /usr/local/Cellar/csound/HEAD/bin/het_import
> -- Installing: /usr/local/Cellar/csound/HEAD/bin/hetro
> -- Installing: /usr/local/Cellar/csound/HEAD/bin/lpanal
> -- Installing: /usr/local/Cellar/csound/HEAD/bin/lpc_export
> -- Installing: /usr/local/Cellar/csound/HEAD/bin/lpc_import
> -- Installing: /usr/local/Cellar/csound/HEAD/bin/mixer
> -- Installing: /usr/local/Cellar/csound/HEAD/bin/pvanal
> -- Installing: /usr/local/Cellar/csound/HEAD/bin/pvlook
> -- Installing: /usr/local/Cellar/csound/HEAD/bin/pv_export
> -- Installing: /usr/local/Cellar/csound/HEAD/bin/pv_import
> -- Installing: /usr/local/Cellar/csound/HEAD/bin/scale
> -- Installing: /usr/local/Cellar/csound/HEAD/bin/sndinfo
> -- Installing: /usr/local/Cellar/csound/HEAD/bin/srconv
> -- Installing: /usr/local/Cellar/csound/HEAD/bin/scope
> -- Installing: /usr/local/Cellar/csound/HEAD/bin/scsort
> -- Installing: /usr/local/Cellar/csound/HEAD/bin/extract
> -- Installing: /usr/local/Cellar/csound/HEAD/bin/sdif2ad
> ==> Cleaning
> ==> Finishing up
> ln -s ../Cellar/csound/HEAD/bin/srconv srconv
> ln -s ../Cellar/csound/HEAD/bin/sndinfo sndinfo
> ln -s ../Cellar/csound/HEAD/bin/sdif2ad sdif2ad
> ln -s ../Cellar/csound/HEAD/bin/scsort scsort
> ln -s ../Cellar/csound/HEAD/bin/scope scope
> ln -s ../Cellar/csound/HEAD/bin/scale scale
> ln -s ../Cellar/csound/HEAD/bin/pvlook pvlook
> ln -s ../Cellar/csound/HEAD/bin/pvanal pvanal
> ln -s ../Cellar/csound/HEAD/bin/pv_import pv_import
> ln -s ../Cellar/csound/HEAD/bin/pv_export pv_export
> ln -s ../Cellar/csound/HEAD/bin/mixer mixer
> ln -s ../Cellar/csound/HEAD/bin/lpc_import lpc_import
> ln -s ../Cellar/csound/HEAD/bin/lpc_export lpc_export
> ln -s ../Cellar/csound/HEAD/bin/lpanal lpanal
> ln -s ../Cellar/csound/HEAD/bin/hetro hetro
> ln -s ../Cellar/csound/HEAD/bin/het_import het_import
> ln -s ../Cellar/csound/HEAD/bin/het_export het_export
> ln -s ../Cellar/csound/HEAD/bin/extractor extractor
> ln -s ../Cellar/csound/HEAD/bin/extract extract
> ln -s ../Cellar/csound/HEAD/bin/envext envext
> ln -s ../Cellar/csound/HEAD/bin/dnoise dnoise
> ln -s ../Cellar/csound/HEAD/bin/cvanal cvanal
> ln -s ../Cellar/csound/HEAD/bin/csound csound
> ln -s ../Cellar/csound/HEAD/bin/csbeats csbeats
> ln -s ../Cellar/csound/HEAD/bin/csanalyze csanalyze
> ln -s ../Cellar/csound/HEAD/bin/atsa atsa
> ln -s ../Cellar/csound/HEAD/lib/libcsnd.dylib libcsnd.dylib
> ln -s ../Cellar/csound/HEAD/lib/libcsnd.6.0.dylib libcsnd.6.0.dylib
> ln -s ../../Cellar/csound/HEAD csound
> ln -s ../Cellar/csound/HEAD csound
> Warning: Could not fix install names for
> /usr/local/Cellar/csound/HEAD/bin/srconv
> Warning: Could not fix install names for
> /usr/local/Cellar/csound/HEAD/bin/sndinfo
> Warning: Could not fix install names for
> /usr/local/Cellar/csound/HEAD/bin/scsort
> Warning: Could not fix install names for
> /usr/local/Cellar/csound/HEAD/bin/scope
> Warning: Could not fix install names for
> /usr/local/Cellar/csound/HEAD/bin/scale
> Warning: Could not fix install names for
> /usr/local/Cellar/csound/HEAD/bin/pvlook
> Warning: Could not fix install names for
> /usr/local/Cellar/csound/HEAD/bin/pvanal
> Warning: Could not fix install names for
> /usr/local/Cellar/csound/HEAD/bin/pv_import
> Warning: Could not fix install names for
> /usr/local/Cellar/csound/HEAD/bin/pv_export
> Warning: Could not fix install names for
> /usr/local/Cellar/csound/HEAD/bin/mixer
> Warning: Could not fix install names for
> /usr/local/Cellar/csound/HEAD/bin/lpc_import
> Warning: Could not fix install names for
> /usr/local/Cellar/csound/HEAD/bin/lpc_export
> Warning: Could not fix install names for
> /usr/local/Cellar/csound/HEAD/bin/lpanal
> Warning: Could not fix install names for
> /usr/local/Cellar/csound/HEAD/bin/hetro
> Warning: Could not fix install names for
> /usr/local/Cellar/csound/HEAD/bin/het_import
> Warning: Could not fix install names for
> /usr/local/Cellar/csound/HEAD/bin/het_export
> Warning: Could not fix install names for
> /usr/local/Cellar/csound/HEAD/bin/extractor
> Warning: Could not fix install names for
> /usr/local/Cellar/csound/HEAD/bin/extract
> Warning: Could not fix install names for
> /usr/local/Cellar/csound/HEAD/bin/envext
> Warning: Could not fix install names for
> /usr/local/Cellar/csound/HEAD/bin/dnoise
> Warning: Could not fix install names for
> /usr/local/Cellar/csound/HEAD/bin/cvanal
> Warning: Could not fix install names for
> /usr/local/Cellar/csound/HEAD/bin/csound
> Warning: Could not fix install names for
> /usr/local/Cellar/csound/HEAD/bin/csanalyze
> Warning: Could not fix install names for
> /usr/local/Cellar/csound/HEAD/bin/atsa
> Warning: Could not fix install names for
> /usr/local/Cellar/csound/HEAD/lib/libcsnd.6.0.dylib
> ==> Summary
> 🍺  /usr/local/Cellar/csound/HEAD: 33 files, 1.0M, built in 57 seconds
> peimankh:~ peimankhosravi$
>
>
>
>
>
>
>
>
> www.peimankhosravi.co.uk || Subscribe to RSS Feed
>
> To receive emails about upcoming concerts visit this page & enter your email
> address in the 'follow' section.
>
>
>
> On 13 May 2013 22:25, Steven Yi  wrote:
>>
>> Hi Peiman,
>>
>> Could you do "brew list" to see if the portaudio package is installed?
>>  If so, could you try "brew link portaudio" and if that reports
>> issues, try "brew link --overwrite portaudio"?  I'm thinking that that
>> package didn't link correctly before you installed csound, then csound
>> skipped building librtpa.dylib.   (I guess too you could check
>> /usr/local/lib for libportaudio.dylib)
>>
>> If there's still issues, could you uninstall then reinstall with "brew
>> install --HEAD -v csound > ~/output.txt" and then post the output
>> here?
>>
>> Thanks!
>> steven
>>
>> On Mon, May 13, 2013 at 11:18 PM, peiman khosravi
>>  wrote:
>> > Thank Steven,
>> >
>> > I've fixed the Path problem. The problem now is that librtpa.dylib isn't
>> > built.
>> >
>> > P
>> >
>> >
>> > ------------------------------------------------------------------------------
>> > AlienVault Unified Security Management (USM) platform delivers complete
>> > security visibility with the essential security capabilities. Easily and
>> > efficiently configure, manage, and operate all of your security controls
>> > from a single console and one unified framework. Download a free trial.
>> > http://p.sf.net/sfu/alienvault_d2d
>> > _______________________________________________
>> > Csound-devel mailing list
>> > Csound-devel@lists.sourceforge.net
>> > https://lists.sourceforge.net/lists/listinfo/csound-devel
>> >
>>
>>
>> ------------------------------------------------------------------------------
>> AlienVault Unified Security Management (USM) platform delivers complete
>> security visibility with the essential security capabilities. Easily and
>> efficiently configure, manage, and operate all of your security controls
>> from a single console and one unified framework. Download a free trial.
>> http://p.sf.net/sfu/alienvault_d2d
>> _______________________________________________
>> Csound-devel mailing list
>> Csound-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>
>
>
> ------------------------------------------------------------------------------
> AlienVault Unified Security Management (USM) platform delivers complete
> security visibility with the essential security capabilities. Easily and
> efficiently configure, manage, and operate all of your security controls
> from a single console and one unified framework. Download a free trial.
> http://p.sf.net/sfu/alienvault_d2d
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel
>

------------------------------------------------------------------------------
AlienVault Unified Security Management (USM) platform delivers complete
security visibility with the essential security capabilities. Easily and
efficiently configure, manage, and operate all of your security controls
from a single console and one unified framework. Download a free trial.
http://p.sf.net/sfu/alienvault_d2d
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo

Date2013-05-13 22:55
Frompeiman khosravi
SubjectRe: [Cs-dev] OSX: Homebrew
AttachmentsNone  None  
Hi Steve,

I'm afraid I have bad news. They're both there. I also tried uninstalling portaudio and csound and then reinstalling csound, but it didn't fix it.

P

On 13 May 2013 22:50, Steven Yi <stevenyi@gmail.com> wrote:
Hi Peiman,

It's odd that Cmake reports:

-- PORTAUDIO_HEADER="", so disabling USE_PORTAUDIO
-- USE_PORTAUDIO is disabled
-- PORTMIDI_HEADER="", so disabling USE_PORTMIDI

can you check your /usr/local/include to see if portmidi.h and
portaudio.h are there?  If not, then maybe it could be a permissions
issue with that folder.  If they are there, then the problem lies
elsewhere and this could be trickier to figure out.

Thanks!
steven



Date2013-05-13 22:55
Frompeiman khosravi
SubjectRe: [Cs-dev] OSX: Homebrew
AttachmentsNone  None  
Should I delete those files and reinstall portaudio?






www.peimankhosravi.co.uk || Subscribe to RSS Feed

To receive emails about upcoming concerts visit this page & enter your email address in the 'follow' section.



On 13 May 2013 22:50, Steven Yi <stevenyi@gmail.com> wrote:
Hi Peiman,

It's odd that Cmake reports:

-- PORTAUDIO_HEADER="", so disabling USE_PORTAUDIO
-- USE_PORTAUDIO is disabled
-- PORTMIDI_HEADER="", so disabling USE_PORTMIDI

can you check your /usr/local/include to see if portmidi.h and
portaudio.h are there?  If not, then maybe it could be a permissions
issue with that folder.  If they are there, then the problem lies
elsewhere and this could be trickier to figure out.

Thanks!
steven

On Mon, May 13, 2013 at 11:44 PM, peiman khosravi
<peimankhosravi@gmail.com> wrote:
> Hi Steven,
>
> I tried all your suggestions but it's the same. Here's the log:
>
>
>
> Last login: Mon May 13 22:40:36 on ttys004
> peimankh:~ peimankhosravi$ uninstall csound
> You must be root to run this tool.
> peimankh:~ peimankhosravi$ brew uninstall csound
> Uninstalling /usr/local/Cellar/csound/HEAD...
> peimankh:~ peimankhosravi$ brew install --HEAD -v csound
> Warning: Your Xcode (4.5.2) is outdated
> Please install Xcode 4.6.2.
> ==> Cloning git://git.code.sourceforge.net/p/csound/csound6-git
> git --git-dir /Library/Caches/Homebrew/csound--git/.git status -s
> Updating /Library/Caches/Homebrew/csound--git
> git config remote.origin.url
> git://git.code.sourceforge.net/p/csound/csound6-git
> git config remote.origin.fetch +refs/heads/master:refs/remotes/origin/master
> git fetch origin
> git checkout -f master
> Already on 'master'
> git reset --hard origin/HEAD
> HEAD is now at a014b11 Merge branch 'master' of
> https://git.code.sf.net/p/csound/csound6-git
> git reset --hard origin/HEAD
> HEAD is now at a014b11 Merge branch 'master' of
> https://git.code.sf.net/p/csound/csound6-git
> git checkout-index -a -f --prefix=/private/tmp/csound-NU4A/
> ==> cmake . -DUSE_GETTEXT=0
> -DCMAKE_INSTALL_PREFIX=/usr/local/Cellar/csound/HEAD -DCMAKE_BUILD_TYPE=None
> -DCMAKE_FIND_FRAMEWORK=LAST -Wno-dev
> cmake . -DUSE_GETTEXT=0 -DCMAKE_INSTALL_PREFIX=/usr/local/Cellar/csound/HEAD
> -DCMAKE_BUILD_TYPE=None -DCMAKE_FIND_FRAMEWORK=LAST -Wno-dev
> -- The C compiler identification is Clang 4.2.0
> -- The CXX compiler identification is Clang 4.2.0
> -- Check for working C compiler: /usr/local/Library/ENV/4.3/cc
> -- Check for working C compiler: /usr/local/Library/ENV/4.3/cc -- works
> -- Detecting C compiler ABI info
> -- Detecting C compiler ABI info - done
> -- Check for working CXX compiler: /usr/local/Library/ENV/4.3/c++
> -- Check for working CXX compiler: /usr/local/Library/ENV/4.3/c++ -- works
> -- Detecting CXX compiler ABI info
> -- Detecting CXX compiler ABI info - done
> -- /tmp/csound-NU4A
> -- BUILD_BIN_DIR set to /tmp/csound-NU4A
> -- BUILD_LIB_DIR set to /tmp/csound-NU4A
> -- BUILD_PLUGINS_DIR set to /tmp/csound-NU4A
> -- Check if the system is big endian
> -- Searching 16 bit integer
> -- Looking for sys/types.h
> -- Looking for sys/types.h - found
> -- Looking for stdint.h
> -- Looking for stdint.h - found
> -- Looking for stddef.h
> -- Looking for stddef.h - found
> -- Check size of unsigned short
> -- Check size of unsigned short - done
> -- Using unsigned short
> -- Check if the system is big endian - little endian
> -- Try OpenMP C flag = [-fopenmp]
> -- Performing Test OpenMP_FLAG_DETECTED
> -- Performing Test OpenMP_FLAG_DETECTED - Failed
> -- Try OpenMP C flag = [/openmp]
> -- Performing Test OpenMP_FLAG_DETECTED
> -- Performing Test OpenMP_FLAG_DETECTED - Failed
> -- Try OpenMP C flag = [-Qopenmp]
> -- Performing Test OpenMP_FLAG_DETECTED
> -- Performing Test OpenMP_FLAG_DETECTED - Failed
> -- Try OpenMP C flag = [-openmp]
> -- Performing Test OpenMP_FLAG_DETECTED
> -- Performing Test OpenMP_FLAG_DETECTED - Failed
> -- Try OpenMP C flag = [ ]
> -- Performing Test OpenMP_FLAG_DETECTED
> -- Performing Test OpenMP_FLAG_DETECTED - Failed
> -- Try OpenMP C flag = [-xopenmp]
> -- Performing Test OpenMP_FLAG_DETECTED
> -- Performing Test OpenMP_FLAG_DETECTED - Failed
> -- Try OpenMP C flag = [+Oopenmp]
> -- Performing Test OpenMP_FLAG_DETECTED
> -- Performing Test OpenMP_FLAG_DETECTED - Failed
> -- Try OpenMP C flag = [-qsmp]
> -- Performing Test OpenMP_FLAG_DETECTED
> -- Performing Test OpenMP_FLAG_DETECTED - Failed
> -- Try OpenMP C flag = [-mp]
> -- Performing Test OpenMP_FLAG_DETECTED
> -- Performing Test OpenMP_FLAG_DETECTED - Failed
> -- Try OpenMP CXX flag = [-fopenmp]
> -- Performing Test OpenMP_FLAG_DETECTED
> -- Performing Test OpenMP_FLAG_DETECTED - Failed
> -- Try OpenMP CXX flag = [/openmp]
> -- Performing Test OpenMP_FLAG_DETECTED
> -- Performing Test OpenMP_FLAG_DETECTED - Failed
> -- Try OpenMP CXX flag = [-Qopenmp]
> -- Performing Test OpenMP_FLAG_DETECTED
> -- Performing Test OpenMP_FLAG_DETECTED - Failed
> -- Try OpenMP CXX flag = [-openmp]
> -- Performing Test OpenMP_FLAG_DETECTED
> -- Performing Test OpenMP_FLAG_DETECTED - Failed
> -- Try OpenMP CXX flag = [ ]
> -- Performing Test OpenMP_FLAG_DETECTED
> -- Performing Test OpenMP_FLAG_DETECTED - Failed
> -- Try OpenMP CXX flag = [-xopenmp]
> -- Performing Test OpenMP_FLAG_DETECTED
> -- Performing Test OpenMP_FLAG_DETECTED - Failed
> -- Try OpenMP CXX flag = [+Oopenmp]
> -- Performing Test OpenMP_FLAG_DETECTED
> -- Performing Test OpenMP_FLAG_DETECTED - Failed
> -- Try OpenMP CXX flag = [-qsmp]
> -- Performing Test OpenMP_FLAG_DETECTED
> -- Performing Test OpenMP_FLAG_DETECTED - Failed
> -- Try OpenMP CXX flag = [-mp]
> -- Performing Test OpenMP_FLAG_DETECTED
> -- Performing Test OpenMP_FLAG_DETECTED - Failed
> -- Could NOT find OpenMP (missing:  OpenMP_C_FLAGS OpenMP_CXX_FLAGS)
> -- Looking for libintl.h
> -- Looking for libintl.h - not found
> -- Looking for C++ include eigen3/Eigen/Dense
> -- Looking for C++ include eigen3/Eigen/Dense - not found
> -- Could NOT find Gettext (missing:  GETTEXT_MSGMERGE_EXECUTABLE
> GETTEXT_MSGFMT_EXECUTABLE)
> -- Looking for lrint in m
> -- Looking for lrint in m - found
> -- Looking for unistd.h
> -- Looking for unistd.h - found
> -- Looking for io.h
> -- Looking for io.h - not found
> -- Looking for fcntl.h
> -- Looking for fcntl.h - found
> -- Looking for sys/time.h
> -- Looking for sys/time.h - found
> -- Looking for termios.h
> -- Looking for termios.h - found
> -- Looking for values.h
> -- Looking for values.h - not found
> -- Looking for winsock.h
> -- Looking for winsock.h - not found
> -- Looking for sys/socket.h
> -- Looking for sys/socket.h - found
> -- Looking for dirent.h
> -- Looking for dirent.h - found
> -- USE_LRINT is enabled
> -- Found FLEX: /usr/bin/flex (found version "2.5.35")
> -- Found BISON: /usr/bin/bison (found version "2.3")
> -- Looking for pthread_spin_lock
> -- Looking for pthread_spin_lock - not found
> -- Looking for pthread_barrier_init
> -- Looking for pthread_barrier_init - not found
> -- OPENMP_FOUND="FALSE", so disabling USE_OPEN_MP
> -- PTHREAD_BARRIER_INIT_EXISTS="", so disabling USE_OPEN_MP
> -- USE_OPEN_MP is disabled
> -- Not building with score parser
> -- Not building with new parser debugging
> -- Building with multicore
> -- USE_GETTEXT is disabled
> -- Not using localization
> -- Building on OSX
> -- Boost version: 1.53.0
> -- Looking for ladspa.h
> -- Looking for ladspa.h - not found
> -- Looking for fluidsynth.h
> -- Looking for fluidsynth.h - not found
> -- Looking for jack/jack.h
> -- Looking for jack/jack.h - found
> -- Looking for C++ include gmm/gmm.h
> -- Looking for C++ include gmm/gmm.h - not found
> -- Looking for lo/lo.h
> -- Looking for lo/lo.h - found
> -- Found ZLIB: /usr/lib/libz.dylib (found version "1.2.5")
> -- Found PNG: /usr/local/opt/libpng/lib/libpng.dylib (found version
> "1.5.14")
> -- Found PythonLibs: /usr/lib/libpython2.7.dylib (found version "2.7.1")
> -- Could NOT find Lua51 (missing:  LUA_LIBRARIES LUA_INCLUDE_DIR)
> -- Looking for wiiuse.h
> -- Looking for wiiuse.h - not found
> -- Looking for p5glove.h
> -- Looking for p5glove.h - not found
> -- BUILD_CHUA_OPCODES is enabled
> -- LADSPA_H="", so disabling BUILD_DSSI_OPCODES
> -- BUILD_DSSI_OPCODES is disabled
> -- FLUIDSYNTH_H="", so disabling BUILD_FLUID_OPCODES
> -- FLUIDSYNTH_LIBRARY="FLUIDSYNTH_LIBRARY-NOTFOUND", so disabling
> BUILD_FLUID_OPCODES
> -- BUILD_FLUID_OPCODES is disabled
> -- BUILD_JACK_OPCODES is enabled
> -- GMM_HEADER="", so disabling BUILD_LINEAR_ALGEBRA_OPCODES
> -- BUILD_LINEAR_ALGEBRA_OPCODES is disabled
> -- BUILD_OSC_OPCODES is enabled
> -- BUILD_IMAGE_OPCODES is enabled
> -- BUILD_PYTHON_OPCODES is enabled
> -- LUA51_FOUND="FALSE", so disabling BUILD_LUA_OPCODES
> -- OPENMP_FOUND="FALSE", so disabling BUILD_LUA_OPCODES
> -- BUILD_LUA_OPCODES is disabled
> -- WIIUSE_H="", so disabling BUILD_WIIMOTE_OPCODES
> -- BUILD_WIIMOTE_OPCODES is disabled
> -- P5GLOVE_H="", so disabling BUILD_P5GLOVE_OPCODES
> -- BUILD_P5GLOVE_OPCODES is disabled
> -- BUILD_STK_OPCODES is enabled
> --
> -- ## REALTIME AUDIO AND MIDI ##
> -- Looking for alsa/asoundlib.h
> -- Looking for alsa/asoundlib.h - not found
> -- Looking for pulse/simple.h
> -- Looking for pulse/simple.h - not found
> -- Looking for XOpenDisplay in
> /usr/X11/lib/libX11.dylib;/usr/X11/lib/libXext.dylib
> -- Looking for XOpenDisplay in
> /usr/X11/lib/libX11.dylib;/usr/X11/lib/libXext.dylib - found
> -- Looking for gethostbyname
> -- Looking for gethostbyname - found
> -- Looking for connect
> -- Looking for connect - found
> -- Looking for remove
> -- Looking for remove - found
> -- Looking for shmat
> -- Looking for shmat - found
> -- Looking for IceConnectionNumber in ICE
> -- Looking for IceConnectionNumber in ICE - found
> -- Found X11: /usr/X11/lib/libX11.dylib
> -- Found FLTK:
> /usr/local/lib/libfltk_images.a;/usr/local/lib/libfltk_forms.a;/usr/local/lib/libfltk.a
> -- USE_COREMIDI is enabled
> -- USE_AUDIOUNIT is enabled
> -- ALSA_HEADER="", so disabling USE_ALSA
> -- ALSA_LIBRARY="ALSA_LIBRARY-NOTFOUND", so disabling USE_ALSA
> -- USE_ALSA is disabled
> -- PULSEAUDIO_HEADER="", so disabling USE_PULSEAUDIO
> -- PULSEAUDIO_LIBRARY="PULSEAUDIO_LIBRARY-NOTFOUND", so disabling
> USE_PULSEAUDIO
> -- PULSESIMPLE_LIBRARY="PULSESIMPLE_LIBRARY-NOTFOUND", so disabling
> USE_PULSEAUDIO
> -- USE_PULSEAUDIO is disabled
> -- PORTAUDIO_HEADER="", so disabling USE_PORTAUDIO
> -- USE_PORTAUDIO is disabled
> -- PORTMIDI_HEADER="", so disabling USE_PORTMIDI
> -- USE_PORTMIDI is disabled
> -- USE_JACK is enabled
> -- USE_FLTK is enabled
> -- BUILD_VIRTUAL_KEYBOARD is enabled
> --
> -- Building C++ interface library
> -- Found SWIG: /usr/local/bin/swig (found suitable version "2.0.9", minimum
> required is "2.0")
> -- Found JNI: -framework JavaVM
> -- Found Java: /usr/bin/java (found version "1.6.0.43")
> -- Could NOT find Lua51 (missing:  LUA_LIBRARIES LUA_INCLUDE_DIR)
> -- BUILD_PYTHON_INTERFACE is enabled
> -- BUILD_JAVA_INTERFACE is enabled
> -- LUA51_FOUND="FALSE", so disabling BUILD_LUA_INTERFACE
> -- BUILD_LUA_INTERFACE is disabled
> -- Looking for m_pd.h
> -- Looking for m_pd.h - not found
> -- Building csLadspa
> -- BUILD_CSBEATS is enabled
> -- PD_HEADER="", so disabling BUILD_PD_CLASS
> -- BUILD_PD_CLASS is disabled
> -- BUILD_WINSOUND is disabled
> -- Boost version: 1.53.0
> -- Found SWIG: /usr/local/bin/swig (found version "2.0.9")
> -- Could NOT find Lua51 (missing:  LUA_LIBRARIES LUA_INCLUDE_DIR)
> -- BUILD_CSOUND_AC is disabled
> -- BUILD_CSOUND_AC_PYTHON_INTERFACE is enabled
> -- LUA51_FOUND="FALSE", so disabling BUILD_CSOUND_AC_LUA_INTERFACE
> -- BUILD_CSOUND_AC_LUA_INTERFACE is disabled
> -- Configuring done
> -- Generating done
> -- Build files have been written to: /tmp/csound-NU4A
> ==> make install
> make install
> Scanning dependencies of target ampmidid
> Scanning dependencies of target chua
> Scanning dependencies of target cellular
> [  0%] [  1%] [  1%] Generating csound_prelex.c
> Building CXX object Opcodes/CMakeFiles/ampmidid.dir/ampmidid.cpp.o
> Building C object Opcodes/CMakeFiles/cellular.dir/cellular.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [  1%] Generating csound_orclex.c
> [  1%] Generating csound_orcparse.c
> /tmp/csound-NU4A/Engine/csound_orc.y: conflicts: 4 shift/reduce, 10
> reduce/reduce
> Linking C shared library ../libcellular.dylib
> Linking CXX shared library ../libampmidid.dylib
> [  2%] Building CXX object
> Opcodes/CMakeFiles/chua.dir/chua/ChuaOscillator.cpp.o
> [  2%] Built target cellular
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> Scanning dependencies of target control
> Scanning dependencies of target CsoundLib64
> [  2%] Building C object Opcodes/CMakeFiles/control.dir/control.c.o
> [  2%] Built target ampmidid
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> Scanning dependencies of target cs_date
> [  3%] Building C object Opcodes/CMakeFiles/cs_date.dir/date.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> Linking C shared library ../libcontrol.dylib
> Linking C shared library ../libcs_date.dylib
> [  3%] Built target control
> [  3%] Built target cs_date
> Scanning dependencies of target doppler
> Scanning dependencies of target fareygen
> [  3%] [  3%] Building CXX object
> Opcodes/CMakeFiles/doppler.dir/doppler.cpp.o
> Building C object Opcodes/CMakeFiles/fareygen.dir/fareygen.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [  4%] Building C object CMakeFiles/CsoundLib64.dir/Engine/auxfd.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> Linking C shared library ../libfareygen.dylib
> [  4%] Built target fareygen
> [  4%] Scanning dependencies of target fractalnoise
> Building C object CMakeFiles/CsoundLib64.dir/Engine/cfgvar.c.o
> [  4%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> Building CXX object
> Opcodes/CMakeFiles/fractalnoise.dir/tl/fractalnoise.cpp.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [  4%] Building C object CMakeFiles/CsoundLib64.dir/Engine/corfiles.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> Linking CXX shared library ../libfractalnoise.dylib
> [  4%] Built target fractalnoise
> Scanning dependencies of target image
> Linking CXX shared library ../libdoppler.dylib
> [  5%] [  6%] Building C object CMakeFiles/CsoundLib64.dir/Engine/entry1.c.o
> Building C object Opcodes/CMakeFiles/image.dir/imageOpcodes.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [  6%] Built target doppler
> Scanning dependencies of target jackTransport
> [  6%] Building C object
> Opcodes/CMakeFiles/jackTransport.dir/jackTransport.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [  6%] Building C object CMakeFiles/CsoundLib64.dir/Engine/envvar.c.o
> Linking C shared library ../libimage.dylib
> Linking C shared library ../libjackTransport.dylib
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [  6%] Built target image
> [  6%] Built target jackTransport
> Scanning dependencies of target jacko
> Scanning dependencies of target mixer
> [  7%] [  8%] Building CXX object Opcodes/CMakeFiles/mixer.dir/mixer.cpp.o
> Building CXX object Opcodes/CMakeFiles/jacko.dir/jacko.cpp.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [  8%] Building C object CMakeFiles/CsoundLib64.dir/Engine/extract.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> Linking CXX shared library ../libchua.dylib
> [  8%] Built target chua
> [  9%] Scanning dependencies of target osc
> Building C object CMakeFiles/CsoundLib64.dir/Engine/fgens.c.o
> [  9%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> Building C object Opcodes/CMakeFiles/osc.dir/OSC.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> Linking C shared library ../libosc.dylib
> [  9%] Built target osc
> Scanning dependencies of target platerev
> Linking CXX shared library ../libjacko.dylib
> [ 10%] Building C object Opcodes/CMakeFiles/platerev.dir/platerev.c.o
> Linking CXX shared library ../libmixer.dylib
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 10%] Built target jacko
> Scanning dependencies of target py
> [ 10%] Built target mixer
> Scanning dependencies of target scansyn
> [ 10%] Building C object Opcodes/CMakeFiles/py.dir/py/pythonopcodes.c.o
> [ 10%] Building C object Opcodes/CMakeFiles/scansyn.dir/scansyn.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> Linking C shared library ../libplaterev.dylib
> [ 10%] Built target platerev
> Scanning dependencies of target serial
> [ 11%] Building C object Opcodes/CMakeFiles/serial.dir/serial.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 12%] Building C object Opcodes/CMakeFiles/scansyn.dir/scansynx.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> Linking C shared library ../libserial.dylib
> [ 12%] Built target serial
> Scanning dependencies of target signalflowgraph
> [ 12%] Building CXX object
> Opcodes/CMakeFiles/signalflowgraph.dir/signalflowgraph.cpp.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> Linking C shared library ../libscansyn.dylib
> [ 12%] Building C object CMakeFiles/CsoundLib64.dir/Engine/insert.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 12%] Built target scansyn
> Scanning dependencies of target system_call
> [ 12%] Building C object Opcodes/CMakeFiles/system_call.dir/system_call.c.o
> Linking C shared library ../libpy.dylib
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 12%] Built target py
> Scanning dependencies of target stk-ops
> Linking C shared library ../libsystem_call.dylib
> [ 13%] Building CXX object
> Opcodes/stk/CMakeFiles/stk-ops.dir/stkOpcodes.cpp.o
> [ 13%] Built target system_call
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> Scanning dependencies of target cmidi
> [ 13%] Building C object InOut/CMakeFiles/cmidi.dir/cmidi.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> Linking C shared library ../libcmidi.dylib
> [ 13%] Building C object CMakeFiles/CsoundLib64.dir/Engine/linevent.c.o
> [ 13%] Built target cmidi
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 14%] Building C object CMakeFiles/CsoundLib64.dir/Engine/memalloc.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> Scanning dependencies of target ipmidi
> [ 14%] [ 14%] Building C object InOut/CMakeFiles/ipmidi.dir/ipmidi.c.o
> Building C object CMakeFiles/CsoundLib64.dir/Engine/memfiles.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> Linking C shared library ../libipmidi.dylib
> [ 14%] Built target ipmidi
> Scanning dependencies of target rtauhal
> [ 14%] Building C object CMakeFiles/CsoundLib64.dir/Engine/musmon.c.o
> [ 14%] Building C object InOut/CMakeFiles/rtauhal.dir/rtauhal.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> Linking C shared library ../librtauhal.dylib
> [ 14%] Building C object CMakeFiles/CsoundLib64.dir/Engine/namedins.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 14%] Built target rtauhal
> [ 15%] Building C object CMakeFiles/CsoundLib64.dir/Engine/rdscor.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> Scanning dependencies of target rtjack
> [ 16%] Building C object InOut/CMakeFiles/rtjack.dir/rtjack.c.o
> [ 16%] Building C object CMakeFiles/CsoundLib64.dir/Engine/scsort.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 16%] Linking CXX shared library ../../libstk.dylib
> Building C object CMakeFiles/CsoundLib64.dir/Engine/scxtract.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 16%] Built target stk-ops
> [ 17%] Building C object CMakeFiles/CsoundLib64.dir/Engine/sort.c.o
> Scanning dependencies of target virtual
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> Linking C shared library ../librtjack.dylib
> [ 17%] Building CXX object
> InOut/CMakeFiles/virtual.dir/virtual_keyboard/FLTKKeyboard.cpp.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 17%] Built target rtjack
> Scanning dependencies of target widgets
> [ 17%] Building CXX object InOut/CMakeFiles/widgets.dir/FL_graph.cpp.o
> [ 17%] Building C object CMakeFiles/CsoundLib64.dir/Engine/sread.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 17%] Building C object InOut/CMakeFiles/widgets.dir/winFLTK.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 18%] Building CXX object InOut/CMakeFiles/widgets.dir/widgets.cpp.o
> [ 18%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> Building CXX object
> InOut/CMakeFiles/virtual.dir/virtual_keyboard/FLTKKeyboardWindow.cpp.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 18%] Building C object CMakeFiles/CsoundLib64.dir/Engine/swritestr.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> Linking CXX shared library ../libsignalflowgraph.dylib
> [ 19%] Building CXX object
> InOut/CMakeFiles/virtual.dir/virtual_keyboard/FLTKKeyboardWidget.cpp.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 19%] Built target signalflowgraph
> [ 19%] [FLEX][csbeats_SCANNER] Building scanner with flex 2.5.35
> [ 19%] [BISON][csbeats_PARSER] Building parser with bison 2.3
> beats/beats.y: conflicts: 1 reduce/reduce
> [ 20%] Building C object CMakeFiles/CsoundLib64.dir/Engine/twarp.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> Scanning dependencies of target csbeats
> [ 21%] Building C object frontends/CMakeFiles/csbeats.dir/beats/main.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 21%] Building CXX object
> InOut/CMakeFiles/virtual.dir/virtual_keyboard/virtual_keyboard.cpp.o
> [ 21%] Building C object
> CMakeFiles/CsoundLib64.dir/Engine/csound_type_system.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 21%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> Building C object frontends/CMakeFiles/csbeats.dir/beatslex.yy.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 21%] Building C object
> CMakeFiles/CsoundLib64.dir/Engine/csound_standard_types.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 21%] Building C object frontends/CMakeFiles/csbeats.dir/beats.tab.c.o
> [ 22%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> Building C object
> CMakeFiles/CsoundLib64.dir/Engine/csound_data_structures.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 22%] Building CXX object
> InOut/CMakeFiles/virtual.dir/virtual_keyboard/Bank.cpp.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> Linking C executable ../csbeats
> [ 22%] Building C object CMakeFiles/CsoundLib64.dir/Engine/pools.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 22%] Built target csbeats
> [ 23%] Building CXX object
> InOut/CMakeFiles/virtual.dir/virtual_keyboard/KeyboardMapping.cpp.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> Scanning dependencies of target stdutil
> [ 23%] Building C object CMakeFiles/CsoundLib64.dir/InOut/libsnd.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 24%] Building C object util/CMakeFiles/stdutil.dir/atsa.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 24%] Building CXX object
> InOut/CMakeFiles/virtual.dir/virtual_keyboard/Program.cpp.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 24%] Building CXX object
> InOut/CMakeFiles/virtual.dir/virtual_keyboard/SliderBank.cpp.o
> [ 24%] Building C object CMakeFiles/CsoundLib64.dir/InOut/libsnd_u.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 25%] Building C object CMakeFiles/CsoundLib64.dir/InOut/midifile.c.o
> [ 26%] Building CXX object
> InOut/CMakeFiles/virtual.dir/virtual_keyboard/SliderData.cpp.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> Linking CXX shared library ../libvirtual.dylib
> [ 26%] [ 26%] Built target virtual
> Building C object CMakeFiles/CsoundLib64.dir/InOut/midirecv.c.o
> Scanning dependencies of target sdif2ad
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 27%] Building C object SDIF/CMakeFiles/sdif2ad.dir/sdif2adsyn.c.o
> [ 27%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> Building C object util/CMakeFiles/stdutil.dir/cvanal.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 27%] [ 27%] Building C object
> CMakeFiles/CsoundLib64.dir/InOut/midisend.c.o
> Building C object SDIF/CMakeFiles/sdif2ad.dir/sdif.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 27%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> Building C object util/CMakeFiles/stdutil.dir/dnoise.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 28%] Building C object CMakeFiles/CsoundLib64.dir/InOut/winascii.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 28%] Building C object SDIF/CMakeFiles/sdif2ad.dir/sdif-mem.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 28%] Building C object CMakeFiles/CsoundLib64.dir/InOut/windin.c.o
> Linking C executable ../sdif2ad
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 28%] Built target sdif2ad
> [ 29%] Building C object util/CMakeFiles/stdutil.dir/envext.c.o
> [ 29%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> Building C object CMakeFiles/CsoundLib64.dir/InOut/window.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 29%] Linking CXX shared library ../libwidgets.dylib
> Building C object util/CMakeFiles/stdutil.dir/het_export.c.o
> [ 29%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> Building C object util/CMakeFiles/stdutil.dir/het_import.c.o
> [ 30%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> Building C object CMakeFiles/CsoundLib64.dir/InOut/winEPS.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 31%] Building C object util/CMakeFiles/stdutil.dir/hetro.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 31%] Building C object util/CMakeFiles/stdutil.dir/lpanal.c.o
> [ 31%] Built target widgets
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 31%] Building C object CMakeFiles/CsoundLib64.dir/InOut/circularbuffer.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 31%] Building C object CMakeFiles/CsoundLib64.dir/OOps/aops.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 32%] Building C object CMakeFiles/CsoundLib64.dir/OOps/bus.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 32%] Building C object util/CMakeFiles/stdutil.dir/lpc_export.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 33%] [ 33%] Building C object util/CMakeFiles/stdutil.dir/lpc_import.c.o
> Building C object util/CMakeFiles/stdutil.dir/mixer.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 33%] Building C object CMakeFiles/CsoundLib64.dir/OOps/cmath.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 33%] Building C object CMakeFiles/CsoundLib64.dir/OOps/diskin.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 33%] Building C object CMakeFiles/CsoundLib64.dir/OOps/diskin2.c.o
> [ 33%] Building C object util/CMakeFiles/stdutil.dir/pvanal.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 34%] Building C object CMakeFiles/CsoundLib64.dir/OOps/disprep.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 34%] Building C object CMakeFiles/CsoundLib64.dir/OOps/dumpf.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 34%] Building C object CMakeFiles/CsoundLib64.dir/OOps/fftlib.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 34%] Building C object util/CMakeFiles/stdutil.dir/pv_export.c.o
> [ 35%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> Building C object CMakeFiles/CsoundLib64.dir/OOps/goto_ops.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 35%] Building C object CMakeFiles/CsoundLib64.dir/OOps/midiinterop.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 36%] Building C object util/CMakeFiles/stdutil.dir/pv_import.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 36%] [ 36%] Building C object util/CMakeFiles/stdutil.dir/pvlook.c.o
> Building C object util/CMakeFiles/stdutil.dir/scale.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 37%] Building C object util/CMakeFiles/stdutil.dir/sndinfo.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 37%] Building C object util/CMakeFiles/stdutil.dir/srconv.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 37%] [ 38%] Building C object util/CMakeFiles/stdutil.dir/std_util.c.o
> Building C object util/CMakeFiles/stdutil.dir/xtrct.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 38%] [ 39%] Building C object CMakeFiles/CsoundLib64.dir/OOps/midiops.c.o
> Building C object CMakeFiles/CsoundLib64.dir/OOps/midiout.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 39%] Building C object CMakeFiles/CsoundLib64.dir/OOps/mxfft.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 39%] Building C object util/CMakeFiles/stdutil.dir/scope.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 39%] Building C object CMakeFiles/CsoundLib64.dir/OOps/oscils.c.o
> [ 40%] Building C object CMakeFiles/CsoundLib64.dir/OOps/pstream.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 40%] Building C object util/CMakeFiles/stdutil.dir/__/SDIF/sdif.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 40%] Building C object CMakeFiles/CsoundLib64.dir/OOps/pvfileio.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 40%] Linking C shared library ../libstdutil.dylib
> Building C object CMakeFiles/CsoundLib64.dir/OOps/pvsanal.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 40%] Building C object CMakeFiles/CsoundLib64.dir/OOps/random.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 40%] Built target stdutil
> [ 41%] Building C object CMakeFiles/CsoundLib64.dir/OOps/remote.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 41%] Building C object CMakeFiles/CsoundLib64.dir/OOps/schedule.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 41%] Building C object CMakeFiles/CsoundLib64.dir/OOps/sndinfUG.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 42%] Building C object CMakeFiles/CsoundLib64.dir/OOps/str_ops.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 42%] Building C object CMakeFiles/CsoundLib64.dir/OOps/ugens1.c.o
> [ 42%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> Building C object CMakeFiles/CsoundLib64.dir/OOps/ugens2.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 43%] Building C object CMakeFiles/CsoundLib64.dir/OOps/ugens2a.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 43%] Building C object CMakeFiles/CsoundLib64.dir/OOps/ugens3.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 43%] Building C object CMakeFiles/CsoundLib64.dir/OOps/ugens4.c.o
> [ 44%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> Building C object CMakeFiles/CsoundLib64.dir/OOps/ugens5.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 44%] Building C object CMakeFiles/CsoundLib64.dir/OOps/ugens6.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 44%] Building C object CMakeFiles/CsoundLib64.dir/OOps/ugtabs.c.o
> [ 44%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> Building C object CMakeFiles/CsoundLib64.dir/OOps/ugrw1.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 45%] Building C object CMakeFiles/CsoundLib64.dir/OOps/ugrw2.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 45%] Building C object CMakeFiles/CsoundLib64.dir/OOps/vdelay.c.o
> [ 45%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 46%] [ 46%] Building C object
> CMakeFiles/CsoundLib64.dir/OOps/compile_ops.c.o
> Building C object CMakeFiles/CsoundLib64.dir/Opcodes/bilbar.c.o
> Building C object CMakeFiles/CsoundLib64.dir/Opcodes/babo.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 46%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/compress.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 47%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/eqfil.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 47%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/Vosim.c.o
> [ 47%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pitch.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 48%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pitch0.c.o
> [ 48%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/spectra.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 48%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ambicode1.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 48%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/sfont.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 49%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/grain4.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 49%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/hrtferX.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 49%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/loscilx.c.o
> [ 50%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> Building C object CMakeFiles/CsoundLib64.dir/Opcodes/minmax.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 50%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pan2.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 50%] [ 51%] [ 51%] Building C object
> CMakeFiles/CsoundLib64.dir/Opcodes/phisem.c.o
> Building C object CMakeFiles/CsoundLib64.dir/Opcodes/arrays.c.o
> Building C object CMakeFiles/CsoundLib64.dir/Opcodes/hrtfopcodes.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 51%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/stackops.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 52%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/vbap.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 52%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/vbap1.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 52%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/vbap_n.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 52%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/vbap_zak.c.o
> [ 53%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/vaops.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 53%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ugakbari.c.o
> [ 53%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> Building C object CMakeFiles/CsoundLib64.dir/Opcodes/harmon.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 54%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pitchtrack.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 54%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/partikkel.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 54%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/shape.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 55%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/tabsum.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 55%] [ 55%] Building C object
> CMakeFiles/CsoundLib64.dir/Opcodes/crossfm.c.o
> [ 56%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pvlock.c.o
> Building C object CMakeFiles/CsoundLib64.dir/Opcodes/fareyseq.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 56%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/modmatrix.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 56%] [ 56%] Building C object
> CMakeFiles/CsoundLib64.dir/Opcodes/scoreline.c.o
> Building C object CMakeFiles/CsoundLib64.dir/Opcodes/modal4.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 57%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/physutil.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 57%] [ 57%] Building C object
> CMakeFiles/CsoundLib64.dir/Opcodes/physmod.c.o
> Building C object CMakeFiles/CsoundLib64.dir/Opcodes/mandolin.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 58%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/singwave.c.o
> [ 58%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> Building C object CMakeFiles/CsoundLib64.dir/Opcodes/fm4op.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 58%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/moog1.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 59%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/shaker.c.o
> [ 59%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> Building C object CMakeFiles/CsoundLib64.dir/Opcodes/bowedbar.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 59%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/gab/tabmorph.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 60%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/gab/hvs.c.o
> [ 60%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> Building C object CMakeFiles/CsoundLib64.dir/Opcodes/gab/sliderTable.c.o
> [ 60%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> Building C object CMakeFiles/CsoundLib64.dir/Opcodes/gab/newgabopc.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 60%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ftest.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 61%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/hrtfearly.c.o
> [ 61%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> Building C object CMakeFiles/CsoundLib64.dir/Opcodes/hrtfreverb.c.o
> [ 61%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> Building C object CMakeFiles/CsoundLib64.dir/Opcodes/cpumeter.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 62%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/gendy.c.o
> [ 62%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> Building C object CMakeFiles/CsoundLib64.dir/Opcodes/tl/sc_noise.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 62%] Building C object CMakeFiles/CsoundLib64.dir/Top/argdecode.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 63%] Building C object CMakeFiles/CsoundLib64.dir/Top/cscore_internal.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 63%] Building C object CMakeFiles/CsoundLib64.dir/Top/cscorfns.c.o
> [ 63%] Building C object CMakeFiles/CsoundLib64.dir/Top/csmodule.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 64%] Building C object CMakeFiles/CsoundLib64.dir/Top/csound.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 64%] Building C object CMakeFiles/CsoundLib64.dir/Top/getstring.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 64%] Building C object CMakeFiles/CsoundLib64.dir/Top/main.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 64%] Building C object CMakeFiles/CsoundLib64.dir/Top/new_opts.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 65%] Building C object CMakeFiles/CsoundLib64.dir/Top/one_file.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 65%] Building C object CMakeFiles/CsoundLib64.dir/Top/opcode.c.o
> [ 65%] Building C object CMakeFiles/CsoundLib64.dir/Top/threads.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 66%] Building C object CMakeFiles/CsoundLib64.dir/Top/utility.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 66%] [ 66%] Building C object
> CMakeFiles/CsoundLib64.dir/Top/threadsafe.c.o
> Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ambicode.c.o
> [ 67%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> Building C object CMakeFiles/CsoundLib64.dir/Opcodes/bbcut.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 67%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/biquad.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 67%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/butter.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 68%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/clfilt.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 68%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/cross2.c.o
> [ 68%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> Building C object CMakeFiles/CsoundLib64.dir/Opcodes/dam.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 68%] [ 69%] Building C object
> CMakeFiles/CsoundLib64.dir/Opcodes/dcblockr.c.o
> Building C object CMakeFiles/CsoundLib64.dir/Opcodes/filter.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 69%] [ 69%] Building C object
> CMakeFiles/CsoundLib64.dir/Opcodes/flanger.c.o
> Building C object CMakeFiles/CsoundLib64.dir/Opcodes/follow.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 70%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/fout.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 70%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/freeverb.c.o
> [ 70%] [ 71%] brew: superenv removed: -I/usr/local/include
> -I/tmp/csound-NU4A
> Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ftconv.c.o
> Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ftgen.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 71%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/gab/gab.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 71%] Building C object
> CMakeFiles/CsoundLib64.dir/Opcodes/gab/vectorial.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 72%] [ 72%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/grain.c.o
> Building C object CMakeFiles/CsoundLib64.dir/Opcodes/locsig.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 72%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/lowpassr.c.o
> [ 72%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> Building C object CMakeFiles/CsoundLib64.dir/Opcodes/metro.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 73%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/midiops2.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 73%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/midiops3.c.o
> [ 73%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> Building C object CMakeFiles/CsoundLib64.dir/Opcodes/newfils.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 74%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/nlfilt.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 74%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/oscbnk.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 74%] [ 75%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pluck.c.o
> Building C object CMakeFiles/CsoundLib64.dir/Opcodes/repluck.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 75%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/reverbsc.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 75%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/seqtime.c.o
> [ 76%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> Building C object CMakeFiles/CsoundLib64.dir/Opcodes/sndloop.c.o
> [ 76%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> Building C object CMakeFiles/CsoundLib64.dir/Opcodes/sndwarp.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 76%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/space.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 76%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/spat3d.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 77%] [ 77%] Building C object
> CMakeFiles/CsoundLib64.dir/Opcodes/syncgrain.c.o
> Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ugens7.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 77%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ugens9.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 78%] [ 78%] Building C object
> CMakeFiles/CsoundLib64.dir/Opcodes/ugensa.c.o
> Building C object CMakeFiles/CsoundLib64.dir/Opcodes/uggab.c.o
> [ 78%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ugmoss.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 79%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ugnorman.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 79%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ugsc.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 79%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/wave-terrain.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 80%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/stdopcod.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 80%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/socksend.c.o
> [ 80%] [ 80%] brew: superenv removed: -I/usr/local/include
> -I/tmp/csound-NU4A
> Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ifd.c.o
> Building C object CMakeFiles/CsoundLib64.dir/Opcodes/sockrecv.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 81%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> Building C object CMakeFiles/CsoundLib64.dir/Opcodes/partials.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 81%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/psynth.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 81%] [ 82%] Building C object
> CMakeFiles/CsoundLib64.dir/Opcodes/pvsbasic.c.o
> Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pvscent.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 82%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pvsdemix.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 82%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pvs_ops.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 83%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pvsband.c.o
> [ 83%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pvsbuffer.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 83%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pvsgendy.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 84%] [ 84%] [ 84%] Building C object
> CMakeFiles/CsoundLib64.dir/Opcodes/dsputil.c.o
> Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pvinterp.c.o
> Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pvadd.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 84%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pvocext.c.o
> [ 85%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 85%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pvread.c.o
> Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ugens8.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 85%] [ 86%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pvoc.c.o
> Building C object CMakeFiles/CsoundLib64.dir/Opcodes/vpvoc.c.o
> [ 86%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/mp3in.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 86%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> Building C object CMakeFiles/CsoundLib64.dir/InOut/libmpadec/layer1.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 87%] Building C object
> CMakeFiles/CsoundLib64.dir/InOut/libmpadec/layer2.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 87%] [ 87%] Building C object
> CMakeFiles/CsoundLib64.dir/InOut/libmpadec/layer3.c.o
> Building C object CMakeFiles/CsoundLib64.dir/InOut/libmpadec/synth.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 88%] Building C object
> CMakeFiles/CsoundLib64.dir/InOut/libmpadec/tables.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 88%] Building C object
> CMakeFiles/CsoundLib64.dir/InOut/libmpadec/mpadec.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 88%] Building C object
> CMakeFiles/CsoundLib64.dir/InOut/libmpadec/mp3dec.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 88%] Building C object CMakeFiles/CsoundLib64.dir/csound_orclex.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 89%] [ 89%] [ 89%] Building C object
> CMakeFiles/CsoundLib64.dir/csound_orcparse.c.o
> Building C object CMakeFiles/CsoundLib64.dir/csound_prelex.c.o
> Building C object CMakeFiles/CsoundLib64.dir/Engine/csound_orc_semantics.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 90%] Building C object
> CMakeFiles/CsoundLib64.dir/Engine/csound_orc_expressions.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 90%] Building C object
> CMakeFiles/CsoundLib64.dir/Engine/csound_orc_optimize.c.o
> [ 90%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> Building C object CMakeFiles/CsoundLib64.dir/Engine/csound_orc_compile.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 91%] Building C object
> CMakeFiles/CsoundLib64.dir/Engine/new_orc_parser.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 91%] Building C object CMakeFiles/CsoundLib64.dir/Engine/symbtab.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 91%] [ 92%] Building C object
> CMakeFiles/CsoundLib64.dir/Engine/cs_new_dispatch.c.o
> Building C object CMakeFiles/CsoundLib64.dir/Engine/cs_par_base.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 92%] Building C object
> CMakeFiles/CsoundLib64.dir/Engine/cs_par_orc_semantic_analysis.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 92%] Building C object
> CMakeFiles/CsoundLib64.dir/Engine/cs_par_dispatch.c.o
> Copying OS X content CsoundLib64.framework/Versions/6.0/Headers/CppSound.hpp
> Copying OS X content
> CsoundLib64.framework/Versions/6.0/Headers/CsoundFile.hpp
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> Copying OS X content
> CsoundLib64.framework/Versions/6.0/Headers/OpcodeBase.hpp
> Copying OS X content CsoundLib64.framework/Versions/6.0/Headers/cfgvar.h
> Copying OS X content
> CsoundLib64.framework/Versions/6.0/Headers/csPerfThread.hpp
> Copying OS X content CsoundLib64.framework/Versions/6.0/Headers/cscore.h
> Copying OS X content CsoundLib64.framework/Versions/6.0/Headers/csdl.h
> Copying OS X content CsoundLib64.framework/Versions/6.0/Headers/csound.h
> Copying OS X content CsoundLib64.framework/Versions/6.0/Headers/csound.hpp
> Copying OS X content CsoundLib64.framework/Versions/6.0/Headers/csoundCore.h
> Copying OS X content
> CsoundLib64.framework/Versions/6.0/Headers/csound_data_structures.h
> Copying OS X content
> CsoundLib64.framework/Versions/6.0/Headers/csound_standard_types.h
> Copying OS X content CsoundLib64.framework/Versions/6.0/Headers/cwindow.h
> Copying OS X content
> CsoundLib64.framework/Versions/6.0/Headers/csound_type_system.h
> Copying OS X content
> CsoundLib64.framework/Versions/6.0/Headers/filebuilding.h
> Copying OS X content
> CsoundLib64.framework/Versions/6.0/Headers/float-version-double.h
> Copying OS X content
> CsoundLib64.framework/Versions/6.0/Headers/float-version.h
> Copying OS X content CsoundLib64.framework/Versions/6.0/Headers/interlocks.h
> Copying OS X content CsoundLib64.framework/Versions/6.0/Headers/msg_attr.h
> Copying OS X content CsoundLib64.framework/Versions/6.0/Headers/pvfileio.h
> Copying OS X content CsoundLib64.framework/Versions/6.0/Headers/pstream.h
> Copying OS X content CsoundLib64.framework/Versions/6.0/Headers/soundio.h
> Copying OS X content CsoundLib64.framework/Versions/6.0/Headers/sysdep.h
> Copying OS X content CsoundLib64.framework/Versions/6.0/Headers/text.h
> Copying OS X content CsoundLib64.framework/Versions/6.0/Headers/version.h
> Linking C shared library CsoundLib64.framework/Versions/6.0/CsoundLib64
> [ 92%] Built target CsoundLib64
> Scanning dependencies of target atsa
> Scanning dependencies of target libcsnd
> Scanning dependencies of target csound-bin
> Scanning dependencies of target csladspa
> [ 92%] [ 93%] [ 93%] [ 93%] Building CXX object
> frontends/CMakeFiles/csladspa.dir/csladspa/csladspa.cpp.o
> Building C object util/CMakeFiles/atsa.dir/atsa_main.c.o
> Building C object frontends/CMakeFiles/csound-bin.dir/csound/csound_main.c.o
> Building CXX object interfaces/CMakeFiles/libcsnd.dir/CppSound.cpp.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> Linking C executable ../atsa
> Linking C executable ../csound
> [ 93%] [ 93%] Built target atsa
> Built target csound-bin
> Scanning dependencies of target csanalyze
> Scanning dependencies of target cvanal
> [ 93%] [ 93%] Building C object util/CMakeFiles/cvanal.dir/cvl_main.c.o
> Building C object util/CMakeFiles/csanalyze.dir/csanalyze.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> Linking C executable ../csanalyze
> Linking C executable ../cvanal
> [ 93%] Built target csanalyze
> [ 93%] Built target cvanal
> Scanning dependencies of target dnoise
> [ 93%] Building CXX object
> interfaces/CMakeFiles/libcsnd.dir/CsoundFile.cpp.o
> [ 94%] Building C object util/CMakeFiles/dnoise.dir/dnoise_main.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> Linking C executable ../dnoise
> [ 94%] Built target dnoise
> Scanning dependencies of target envext
> [ 94%] Building C object util/CMakeFiles/envext.dir/env_main.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 95%] Building CXX object interfaces/CMakeFiles/libcsnd.dir/Soundfile.cpp.o
> Linking C executable ../envext
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> Linking CXX shared library ../csladspa.dylib
> [ 95%] Built target envext
> Scanning dependencies of target extractor
> [ 95%] Building C object util/CMakeFiles/extractor.dir/xtrc_main.c.o
> [ 95%] Built target csladspa
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 95%] Building CXX object
> interfaces/CMakeFiles/libcsnd.dir/csPerfThread.cpp.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> Linking C executable ../extractor
> [ 95%] Built target extractor
> Scanning dependencies of target het_export
> [ 96%] Building C object util/CMakeFiles/het_export.dir/hetx_main.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> Linking C executable ../het_export
> [ 96%] Building CXX object interfaces/CMakeFiles/libcsnd.dir/cs_glue.cpp.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 96%] Built target het_export
> Scanning dependencies of target het_import
> [ 96%] Building C object util/CMakeFiles/het_import.dir/heti_main.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> Scanning dependencies of target hetro
> [ 96%] Building C object util/CMakeFiles/hetro.dir/het_main.c.o
> Linking C executable ../het_import
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> Linking C executable ../hetro
> [ 96%] Built target het_import
> Scanning dependencies of target lpanal
> [ 96%] [ 97%] Building CXX object
> interfaces/CMakeFiles/libcsnd.dir/filebuilding.cpp.o
> Building C object util/CMakeFiles/lpanal.dir/lpc_main.c.o
> [ 97%] Built target hetro
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> Scanning dependencies of target lpc_export
> [ 97%] Building C object util/CMakeFiles/lpc_export.dir/lpcx_main.c.o
> Scanning dependencies of target lpc_import
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> Linking C executable ../lpanal
> [ 97%] Building C object util/CMakeFiles/lpc_import.dir/lpci_main.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> Linking C executable ../lpc_export
> [ 97%] Built target lpanal
> Scanning dependencies of target mixer-bin
> [ 97%] Linking C executable ../lpc_import
> Building C object util/CMakeFiles/mixer-bin.dir/mixer_main.c.o
> [ 97%] Built target lpc_export
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> Scanning dependencies of target pv_export
> [ 97%] Building C object util/CMakeFiles/pv_export.dir/pvx_main.c.o
> [ 97%] Built target lpc_import
> Linking C executable ../mixer
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> Scanning dependencies of target pv_import
> [ 97%] Building C object util/CMakeFiles/pv_import.dir/pvi_main.c.o
> [ 97%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> Built target mixer-bin
> Linking C executable ../pv_export
> Scanning dependencies of target pvanal
> [ 98%] Building C object util/CMakeFiles/pvanal.dir/pvc_main.c.o
> Linking C executable ../pv_import
> [ 98%] Built target pv_export
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> Scanning dependencies of target pvlook
> [ 98%] Building C object util/CMakeFiles/pvlook.dir/pvl_main.c.o
> [ 98%] Built target pv_import
> Linking C executable ../pvanal
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> Scanning dependencies of target scale
> Linking CXX shared library ../libcsnd.dylib
> [ 98%] Building C object util/CMakeFiles/scale.dir/scale_main.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> Linking C executable ../pvlook
> [ 98%] Built target pvanal
> Scanning dependencies of target scope
> [ 98%] Building C object util/CMakeFiles/scope.dir/scope_main.c.o
> [ 98%] Built target libcsnd
> Linking C executable ../scale
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 98%] Built target pvlook
> Scanning dependencies of target sndinfo
> Scanning dependencies of target srconv
> [ 98%] Building C object util/CMakeFiles/sndinfo.dir/sndinfo_main.c.o
> [ 98%] Building C object util/CMakeFiles/srconv.dir/srconv_main.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> Linking C executable ../scope
> [ 98%] Built target scale
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> Scanning dependencies of target extract
> [ 99%] Linking C executable ../sndinfo
> Building C object util1/CMakeFiles/extract.dir/sortex/xmain.c.o
> [ 99%] Built target scope
> Linking C executable ../srconv
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> Scanning dependencies of target scsort
> [ 99%] [ 99%] Built target sndinfo
> Building C object util1/CMakeFiles/scsort.dir/sortex/smain.c.o
> [ 99%] Linking C executable ../extract
> [ 99%] Swig source
> Built target srconv
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> [ 99%] Language subdirectory: python
> Search paths:
>    ./
>    /usr/local/include/
>    /tmp/csound-NU4A/./H/
>    /tmp/csound-NU4A/./include/
>    /tmp/csound-NU4A/./Engine/
>    /tmp/csound-NU4A/./
>    /tmp/csound-NU4A/
>    /tmp/csound-NU4A/interfaces/
>    /System/Library/Frameworks/Python.framework/Headers/
>    ./swig_lib/python/
>    /usr/local/Cellar/swig/2.0.9/share/swig/2.0.9/python/
>    ./swig_lib/
>    /usr/local/Cellar/swig/2.0.9/share/swig/2.0.9/
> Preprocessing...
> Swig source
> Language subdirectory: java
> Search paths:
>    ./
>    /usr/local/include/
>    /tmp/csound-NU4A/./H/
>    /tmp/csound-NU4A/./include/
>    /tmp/csound-NU4A/./Engine/
>    /tmp/csound-NU4A/./
>    /tmp/csound-NU4A/
>    /tmp/csound-NU4A/interfaces/
>    /System/Library/Frameworks/Python.framework/Headers/
>    /System/Library/Frameworks/JavaVM.framework/Headers/
>    /System/Library/Frameworks/JavaVM.framework/Headers/
>    /System/Library/Frameworks/JavaVM.framework/Headers/
>    ./swig_lib/java/
>    /usr/local/Cellar/swig/2.0.9/share/swig/2.0.9/java/
>    ./swig_lib/
>    /usr/local/Cellar/swig/2.0.9/share/swig/2.0.9/
> Preprocessing...
> Linking C executable ../scsort
> [ 99%] Built target extract
> Starting language-specific parse...
> [ 99%] Built target scsort
> Processing types...
> C++ analysis...
> Generating wrappers...
> Starting language-specific parse...
> /tmp/csound-NU4A/./include/csound.h:519: Warning 451: Setting a const char *
> variable may leak memory.
> Processing types...
> C++ analysis...
> Generating wrappers...
> /tmp/csound-NU4A/./include/csound.h:519: Warning 451: Setting a const char *
> variable may leak memory.
> cs_glue.hpp:505: Warning 473: Returning a pointer or reference in a director
> method is not recommended.
> CppSound.hpp:36: Warning 453: Can't apply (std::vector< double > *INPUT). No
> typemaps are defined.
> CppSound.hpp:52: Warning 813: Warning for CppSound proxy: Base CsoundFile
> ignored. Multiple inheritance is not supported in Java.
> Scanning dependencies of target _jcsound6
> [ 99%] Building CXX object
> interfaces/CMakeFiles/_jcsound6.dir/java_interfaceJAVA_wrap.cxx.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> cs_glue.hpp:505: Warning 473: Returning a pointer or reference in a director
> method is not recommended.
> CppSound.hpp:36: Warning 453: Can't apply (std::vector< double > *INPUT). No
> typemaps are defined.
> Scanning dependencies of target _csnd6
> [100%] Building CXX object
> interfaces/CMakeFiles/_csnd6.dir/python_interfacePYTHON_wrap.cxx.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
> Linking CXX shared module ../lib_jcsound6.jnilib
> Building JAVA package csnd6.jar
> [100%] Built target _jcsound6
> Linking CXX shared module ../_csnd6.so
> [100%] Built target _csnd6
> Install the project...
> -- Install configuration: "None"
> -- Installing:
> /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework
> -- Up-to-date:
> /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/CsoundLib64
> -- Up-to-date:
> /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Headers
> -- Up-to-date:
> /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Resources
> -- Installing:
> /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions
> -- Installing:
> /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0
> -- Installing:
> /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/CsoundLib64
> -- Installing:
> /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers
> -- Installing:
> /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/cfgvar.h
> -- Installing:
> /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/CppSound.hpp
> -- Installing:
> /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/cscore.h
> -- Installing:
> /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/csdl.h
> -- Installing:
> /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/csound.h
> -- Installing:
> /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/csound.hpp
> -- Installing:
> /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/csound_data_structures.h
> -- Installing:
> /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/csound_standard_types.h
> -- Installing:
> /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/csound_type_system.h
> -- Installing:
> /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/csoundCore.h
> -- Installing:
> /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/CsoundFile.hpp
> -- Installing:
> /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/csPerfThread.hpp
> -- Installing:
> /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/cwindow.h
> -- Installing:
> /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/filebuilding.h
> -- Installing:
> /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/float-version-double.h
> -- Installing:
> /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/float-version.h
> -- Installing:
> /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/interlocks.h
> -- Installing:
> /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/msg_attr.h
> -- Installing:
> /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/OpcodeBase.hpp
> -- Installing:
> /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/pstream.h
> -- Installing:
> /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/pvfileio.h
> -- Installing:
> /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/soundio.h
> -- Installing:
> /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/sysdep.h
> -- Installing:
> /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/text.h
> -- Installing:
> /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/version.h
> -- Installing:
> /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources
> -- Installing:
> /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Info.plist
> -- Up-to-date:
> /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/Current
> -- Installing:
> /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libmixer.dylib
> -- Installing:
> /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libsignalflowgraph.dylib
> -- Installing:
> /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libampmidid.dylib
> -- Installing:
> /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libcs_date.dylib
> -- Installing:
> /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libsystem_call.dylib
> -- Installing:
> /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libdoppler.dylib
> -- Installing:
> /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libfractalnoise.dylib
> -- Installing:
> /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libfareygen.dylib
> -- Installing:
> /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libcellular.dylib
> -- Installing:
> /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libserial.dylib
> -- Installing:
> /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libplaterev.dylib
> -- Installing:
> /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libscansyn.dylib
> -- Installing:
> /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libcontrol.dylib
> -- Installing:
> /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libchua.dylib
> -- Installing:
> /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libjacko.dylib
> -- Installing:
> /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libjackTransport.dylib
> -- Installing:
> /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libosc.dylib
> -- Installing:
> /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libimage.dylib
> -- Installing:
> /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libpy.dylib
> -- Installing:
> /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libstk.dylib
> -- Installing:
> /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libcmidi.dylib
> -- Installing:
> /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/librtauhal.dylib
> -- Installing:
> /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libipmidi.dylib
> -- Installing:
> /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/librtjack.dylib
> -- Installing:
> /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libwidgets.dylib
> -- Installing:
> /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libvirtual.dylib
> -- Installing: /usr/local/Cellar/csound/HEAD/lib/libcsnd.6.0.dylib
> -- Installing: /usr/local/Cellar/csound/HEAD/lib/libcsnd.dylib
> -- Installing: /Library/Python/2.7/site-packages/_csnd6.so
> -- Installing: /Library/Python/2.7/site-packages/csnd6.py
> -- Installing: /Library/Java/Extensions/lib_jcsound6.jnilib
> -- Installing: /Library/Java/Extensions/csnd6.jar
> -- Installing: /usr/local/Cellar/csound/HEAD/bin/csound
> -- Installing:
> /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/csladspa.dylib
> -- Installing: /usr/local/Cellar/csound/HEAD/bin/csbeats
> -- Installing:
> /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libstdutil.dylib
> -- Installing: /usr/local/Cellar/csound/HEAD/bin/atsa
> -- Installing: /usr/local/Cellar/csound/HEAD/bin/csanalyze
> -- Installing: /usr/local/Cellar/csound/HEAD/bin/cvanal
> -- Installing: /usr/local/Cellar/csound/HEAD/bin/dnoise
> -- Installing: /usr/local/Cellar/csound/HEAD/bin/envext
> -- Installing: /usr/local/Cellar/csound/HEAD/bin/extractor
> -- Installing: /usr/local/Cellar/csound/HEAD/bin/het_export
> -- Installing: /usr/local/Cellar/csound/HEAD/bin/het_import
> -- Installing: /usr/local/Cellar/csound/HEAD/bin/hetro
> -- Installing: /usr/local/Cellar/csound/HEAD/bin/lpanal
> -- Installing: /usr/local/Cellar/csound/HEAD/bin/lpc_export
> -- Installing: /usr/local/Cellar/csound/HEAD/bin/lpc_import
> -- Installing: /usr/local/Cellar/csound/HEAD/bin/mixer
> -- Installing: /usr/local/Cellar/csound/HEAD/bin/pvanal
> -- Installing: /usr/local/Cellar/csound/HEAD/bin/pvlook
> -- Installing: /usr/local/Cellar/csound/HEAD/bin/pv_export
> -- Installing: /usr/local/Cellar/csound/HEAD/bin/pv_import
> -- Installing: /usr/local/Cellar/csound/HEAD/bin/scale
> -- Installing: /usr/local/Cellar/csound/HEAD/bin/sndinfo
> -- Installing: /usr/local/Cellar/csound/HEAD/bin/srconv
> -- Installing: /usr/local/Cellar/csound/HEAD/bin/scope
> -- Installing: /usr/local/Cellar/csound/HEAD/bin/scsort
> -- Installing: /usr/local/Cellar/csound/HEAD/bin/extract
> -- Installing: /usr/local/Cellar/csound/HEAD/bin/sdif2ad
> ==> Cleaning
> ==> Finishing up
> ln -s ../Cellar/csound/HEAD/bin/srconv srconv
> ln -s ../Cellar/csound/HEAD/bin/sndinfo sndinfo
> ln -s ../Cellar/csound/HEAD/bin/sdif2ad sdif2ad
> ln -s ../Cellar/csound/HEAD/bin/scsort scsort
> ln -s ../Cellar/csound/HEAD/bin/scope scope
> ln -s ../Cellar/csound/HEAD/bin/scale scale
> ln -s ../Cellar/csound/HEAD/bin/pvlook pvlook
> ln -s ../Cellar/csound/HEAD/bin/pvanal pvanal
> ln -s ../Cellar/csound/HEAD/bin/pv_import pv_import
> ln -s ../Cellar/csound/HEAD/bin/pv_export pv_export
> ln -s ../Cellar/csound/HEAD/bin/mixer mixer
> ln -s ../Cellar/csound/HEAD/bin/lpc_import lpc_import
> ln -s ../Cellar/csound/HEAD/bin/lpc_export lpc_export
> ln -s ../Cellar/csound/HEAD/bin/lpanal lpanal
> ln -s ../Cellar/csound/HEAD/bin/hetro hetro
> ln -s ../Cellar/csound/HEAD/bin/het_import het_import
> ln -s ../Cellar/csound/HEAD/bin/het_export het_export
> ln -s ../Cellar/csound/HEAD/bin/extractor extractor
> ln -s ../Cellar/csound/HEAD/bin/extract extract
> ln -s ../Cellar/csound/HEAD/bin/envext envext
> ln -s ../Cellar/csound/HEAD/bin/dnoise dnoise
> ln -s ../Cellar/csound/HEAD/bin/cvanal cvanal
> ln -s ../Cellar/csound/HEAD/bin/csound csound
> ln -s ../Cellar/csound/HEAD/bin/csbeats csbeats
> ln -s ../Cellar/csound/HEAD/bin/csanalyze csanalyze
> ln -s ../Cellar/csound/HEAD/bin/atsa atsa
> ln -s ../Cellar/csound/HEAD/lib/libcsnd.dylib libcsnd.dylib
> ln -s ../Cellar/csound/HEAD/lib/libcsnd.6.0.dylib libcsnd.6.0.dylib
> ln -s ../../Cellar/csound/HEAD csound
> ln -s ../Cellar/csound/HEAD csound
> Warning: Could not fix install names for
> /usr/local/Cellar/csound/HEAD/bin/srconv
> Warning: Could not fix install names for
> /usr/local/Cellar/csound/HEAD/bin/sndinfo
> Warning: Could not fix install names for
> /usr/local/Cellar/csound/HEAD/bin/scsort
> Warning: Could not fix install names for
> /usr/local/Cellar/csound/HEAD/bin/scope
> Warning: Could not fix install names for
> /usr/local/Cellar/csound/HEAD/bin/scale
> Warning: Could not fix install names for
> /usr/local/Cellar/csound/HEAD/bin/pvlook
> Warning: Could not fix install names for
> /usr/local/Cellar/csound/HEAD/bin/pvanal
> Warning: Could not fix install names for
> /usr/local/Cellar/csound/HEAD/bin/pv_import
> Warning: Could not fix install names for
> /usr/local/Cellar/csound/HEAD/bin/pv_export
> Warning: Could not fix install names for
> /usr/local/Cellar/csound/HEAD/bin/mixer
> Warning: Could not fix install names for
> /usr/local/Cellar/csound/HEAD/bin/lpc_import
> Warning: Could not fix install names for
> /usr/local/Cellar/csound/HEAD/bin/lpc_export
> Warning: Could not fix install names for
> /usr/local/Cellar/csound/HEAD/bin/lpanal
> Warning: Could not fix install names for
> /usr/local/Cellar/csound/HEAD/bin/hetro
> Warning: Could not fix install names for
> /usr/local/Cellar/csound/HEAD/bin/het_import
> Warning: Could not fix install names for
> /usr/local/Cellar/csound/HEAD/bin/het_export
> Warning: Could not fix install names for
> /usr/local/Cellar/csound/HEAD/bin/extractor
> Warning: Could not fix install names for
> /usr/local/Cellar/csound/HEAD/bin/extract
> Warning: Could not fix install names for
> /usr/local/Cellar/csound/HEAD/bin/envext
> Warning: Could not fix install names for
> /usr/local/Cellar/csound/HEAD/bin/dnoise
> Warning: Could not fix install names for
> /usr/local/Cellar/csound/HEAD/bin/cvanal
> Warning: Could not fix install names for
> /usr/local/Cellar/csound/HEAD/bin/csound
> Warning: Could not fix install names for
> /usr/local/Cellar/csound/HEAD/bin/csanalyze
> Warning: Could not fix install names for
> /usr/local/Cellar/csound/HEAD/bin/atsa
> Warning: Could not fix install names for
> /usr/local/Cellar/csound/HEAD/lib/libcsnd.6.0.dylib
> ==> Summary
> 🍺  /usr/local/Cellar/csound/HEAD: 33 files, 1.0M, built in 57 seconds
> peimankh:~ peimankhosravi$
>
>
>
>
>
>
>
>
> www.peimankhosravi.co.uk || Subscribe to RSS Feed
>
> To receive emails about upcoming concerts visit this page & enter your email
> address in the 'follow' section.
>
>
>
> On 13 May 2013 22:25, Steven Yi <stevenyi@gmail.com> wrote:
>>
>> Hi Peiman,
>>
>> Could you do "brew list" to see if the portaudio package is installed?
>>  If so, could you try "brew link portaudio" and if that reports
>> issues, try "brew link --overwrite portaudio"?  I'm thinking that that
>> package didn't link correctly before you installed csound, then csound
>> skipped building librtpa.dylib.   (I guess too you could check
>> /usr/local/lib for libportaudio.dylib)
>>
>> If there's still issues, could you uninstall then reinstall with "brew
>> install --HEAD -v csound > ~/output.txt" and then post the output
>> here?
>>
>> Thanks!
>> steven
>>
>> On Mon, May 13, 2013 at 11:18 PM, peiman khosravi
>> <peimankhosravi@gmail.com> wrote:
>> > Thank Steven,
>> >
>> > I've fixed the Path problem. The problem now is that librtpa.dylib isn't
>> > built.
>> >
>> > P
>> >
>> >
>> > ------------------------------------------------------------------------------
>> > AlienVault Unified Security Management (USM) platform delivers complete
>> > security visibility with the essential security capabilities. Easily and
>> > efficiently configure, manage, and operate all of your security controls
>> > from a single console and one unified framework. Download a free trial.
>> > http://p.sf.net/sfu/alienvault_d2d
>> > _______________________________________________
>> > Csound-devel mailing list
>> > Csound-devel@lists.sourceforge.net
>> > https://lists.sourceforge.net/lists/listinfo/csound-devel
>> >
>>
>>
>> ------------------------------------------------------------------------------
>> AlienVault Unified Security Management (USM) platform delivers complete
>> security visibility with the essential security capabilities. Easily and
>> efficiently configure, manage, and operate all of your security controls
>> from a single console and one unified framework. Download a free trial.
>> http://p.sf.net/sfu/alienvault_d2d
>> _______________________________________________
>> Csound-devel mailing list
>> Csound-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>
>
>
> ------------------------------------------------------------------------------
> AlienVault Unified Security Management (USM) platform delivers complete
> security visibility with the essential security capabilities. Easily and
> efficiently configure, manage, and operate all of your security controls
> from a single console and one unified framework. Download a free trial.
> http://p.sf.net/sfu/alienvault_d2d
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel
>

------------------------------------------------------------------------------
AlienVault Unified Security Management (USM) platform delivers complete
security visibility with the essential security capabilities. Easily and
efficiently configure, manage, and operate all of your security controls
from a single console and one unified framework. Download a free trial.
http://p.sf.net/sfu/alienvault_d2d
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-devel


Date2013-05-13 23:16
FromSteven Yi
SubjectRe: [Cs-dev] OSX: Homebrew
Hm, I'm not sure what would be the next step here.  Just to double
check, I have these in my /usr/local/include:

Steven-Yis-MacBook-Pro:csound6 stevenyi$ ls -al /usr/local/include/port*
lrwxr-xr-x  1 stevenyi  admin  51 May 11 22:40
/usr/local/include/portaudio.h ->
../Cellar/portaudio/19.20111121/include/portaudio.h
lrwxr-xr-x  1 stevenyi  admin  41 May 11 22:40
/usr/local/include/portmidi.h ->
../Cellar/portmidi/217/include/portmidi.h
lrwxr-xr-x  1 stevenyi  admin  41 May 11 22:40
/usr/local/include/porttime.h ->
../Cellar/portmidi/217/include/porttime.h

These are all linked to the portaudio and portmidi that were installed
with brew.  Could you check that yours are links and not files?

On Mon, May 13, 2013 at 11:55 PM, peiman khosravi
 wrote:
> Should I delete those files and reinstall portaudio?
>
>
>
>
>
>
> www.peimankhosravi.co.uk || Subscribe to RSS Feed
>
> To receive emails about upcoming concerts visit this page & enter your email
> address in the 'follow' section.
>
>
>
> On 13 May 2013 22:50, Steven Yi  wrote:
>>
>> Hi Peiman,
>>
>> It's odd that Cmake reports:
>>
>> -- PORTAUDIO_HEADER="", so disabling USE_PORTAUDIO
>> -- USE_PORTAUDIO is disabled
>> -- PORTMIDI_HEADER="", so disabling USE_PORTMIDI
>>
>> can you check your /usr/local/include to see if portmidi.h and
>> portaudio.h are there?  If not, then maybe it could be a permissions
>> issue with that folder.  If they are there, then the problem lies
>> elsewhere and this could be trickier to figure out.
>>
>> Thanks!
>> steven
>>
>> On Mon, May 13, 2013 at 11:44 PM, peiman khosravi
>>  wrote:
>> > Hi Steven,
>> >
>> > I tried all your suggestions but it's the same. Here's the log:
>> >
>> >
>> >
>> > Last login: Mon May 13 22:40:36 on ttys004
>> > peimankh:~ peimankhosravi$ uninstall csound
>> > You must be root to run this tool.
>> > peimankh:~ peimankhosravi$ brew uninstall csound
>> > Uninstalling /usr/local/Cellar/csound/HEAD...
>> > peimankh:~ peimankhosravi$ brew install --HEAD -v csound
>> > Warning: Your Xcode (4.5.2) is outdated
>> > Please install Xcode 4.6.2.
>> > ==> Cloning git://git.code.sourceforge.net/p/csound/csound6-git
>> > git --git-dir /Library/Caches/Homebrew/csound--git/.git status -s
>> > Updating /Library/Caches/Homebrew/csound--git
>> > git config remote.origin.url
>> > git://git.code.sourceforge.net/p/csound/csound6-git
>> > git config remote.origin.fetch
>> > +refs/heads/master:refs/remotes/origin/master
>> > git fetch origin
>> > git checkout -f master
>> > Already on 'master'
>> > git reset --hard origin/HEAD
>> > HEAD is now at a014b11 Merge branch 'master' of
>> > https://git.code.sf.net/p/csound/csound6-git
>> > git reset --hard origin/HEAD
>> > HEAD is now at a014b11 Merge branch 'master' of
>> > https://git.code.sf.net/p/csound/csound6-git
>> > git checkout-index -a -f --prefix=/private/tmp/csound-NU4A/
>> > ==> cmake . -DUSE_GETTEXT=0
>> > -DCMAKE_INSTALL_PREFIX=/usr/local/Cellar/csound/HEAD
>> > -DCMAKE_BUILD_TYPE=None
>> > -DCMAKE_FIND_FRAMEWORK=LAST -Wno-dev
>> > cmake . -DUSE_GETTEXT=0
>> > -DCMAKE_INSTALL_PREFIX=/usr/local/Cellar/csound/HEAD
>> > -DCMAKE_BUILD_TYPE=None -DCMAKE_FIND_FRAMEWORK=LAST -Wno-dev
>> > -- The C compiler identification is Clang 4.2.0
>> > -- The CXX compiler identification is Clang 4.2.0
>> > -- Check for working C compiler: /usr/local/Library/ENV/4.3/cc
>> > -- Check for working C compiler: /usr/local/Library/ENV/4.3/cc -- works
>> > -- Detecting C compiler ABI info
>> > -- Detecting C compiler ABI info - done
>> > -- Check for working CXX compiler: /usr/local/Library/ENV/4.3/c++
>> > -- Check for working CXX compiler: /usr/local/Library/ENV/4.3/c++ --
>> > works
>> > -- Detecting CXX compiler ABI info
>> > -- Detecting CXX compiler ABI info - done
>> > -- /tmp/csound-NU4A
>> > -- BUILD_BIN_DIR set to /tmp/csound-NU4A
>> > -- BUILD_LIB_DIR set to /tmp/csound-NU4A
>> > -- BUILD_PLUGINS_DIR set to /tmp/csound-NU4A
>> > -- Check if the system is big endian
>> > -- Searching 16 bit integer
>> > -- Looking for sys/types.h
>> > -- Looking for sys/types.h - found
>> > -- Looking for stdint.h
>> > -- Looking for stdint.h - found
>> > -- Looking for stddef.h
>> > -- Looking for stddef.h - found
>> > -- Check size of unsigned short
>> > -- Check size of unsigned short - done
>> > -- Using unsigned short
>> > -- Check if the system is big endian - little endian
>> > -- Try OpenMP C flag = [-fopenmp]
>> > -- Performing Test OpenMP_FLAG_DETECTED
>> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> > -- Try OpenMP C flag = [/openmp]
>> > -- Performing Test OpenMP_FLAG_DETECTED
>> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> > -- Try OpenMP C flag = [-Qopenmp]
>> > -- Performing Test OpenMP_FLAG_DETECTED
>> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> > -- Try OpenMP C flag = [-openmp]
>> > -- Performing Test OpenMP_FLAG_DETECTED
>> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> > -- Try OpenMP C flag = [ ]
>> > -- Performing Test OpenMP_FLAG_DETECTED
>> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> > -- Try OpenMP C flag = [-xopenmp]
>> > -- Performing Test OpenMP_FLAG_DETECTED
>> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> > -- Try OpenMP C flag = [+Oopenmp]
>> > -- Performing Test OpenMP_FLAG_DETECTED
>> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> > -- Try OpenMP C flag = [-qsmp]
>> > -- Performing Test OpenMP_FLAG_DETECTED
>> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> > -- Try OpenMP C flag = [-mp]
>> > -- Performing Test OpenMP_FLAG_DETECTED
>> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> > -- Try OpenMP CXX flag = [-fopenmp]
>> > -- Performing Test OpenMP_FLAG_DETECTED
>> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> > -- Try OpenMP CXX flag = [/openmp]
>> > -- Performing Test OpenMP_FLAG_DETECTED
>> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> > -- Try OpenMP CXX flag = [-Qopenmp]
>> > -- Performing Test OpenMP_FLAG_DETECTED
>> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> > -- Try OpenMP CXX flag = [-openmp]
>> > -- Performing Test OpenMP_FLAG_DETECTED
>> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> > -- Try OpenMP CXX flag = [ ]
>> > -- Performing Test OpenMP_FLAG_DETECTED
>> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> > -- Try OpenMP CXX flag = [-xopenmp]
>> > -- Performing Test OpenMP_FLAG_DETECTED
>> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> > -- Try OpenMP CXX flag = [+Oopenmp]
>> > -- Performing Test OpenMP_FLAG_DETECTED
>> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> > -- Try OpenMP CXX flag = [-qsmp]
>> > -- Performing Test OpenMP_FLAG_DETECTED
>> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> > -- Try OpenMP CXX flag = [-mp]
>> > -- Performing Test OpenMP_FLAG_DETECTED
>> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> > -- Could NOT find OpenMP (missing:  OpenMP_C_FLAGS OpenMP_CXX_FLAGS)
>> > -- Looking for libintl.h
>> > -- Looking for libintl.h - not found
>> > -- Looking for C++ include eigen3/Eigen/Dense
>> > -- Looking for C++ include eigen3/Eigen/Dense - not found
>> > -- Could NOT find Gettext (missing:  GETTEXT_MSGMERGE_EXECUTABLE
>> > GETTEXT_MSGFMT_EXECUTABLE)
>> > -- Looking for lrint in m
>> > -- Looking for lrint in m - found
>> > -- Looking for unistd.h
>> > -- Looking for unistd.h - found
>> > -- Looking for io.h
>> > -- Looking for io.h - not found
>> > -- Looking for fcntl.h
>> > -- Looking for fcntl.h - found
>> > -- Looking for sys/time.h
>> > -- Looking for sys/time.h - found
>> > -- Looking for termios.h
>> > -- Looking for termios.h - found
>> > -- Looking for values.h
>> > -- Looking for values.h - not found
>> > -- Looking for winsock.h
>> > -- Looking for winsock.h - not found
>> > -- Looking for sys/socket.h
>> > -- Looking for sys/socket.h - found
>> > -- Looking for dirent.h
>> > -- Looking for dirent.h - found
>> > -- USE_LRINT is enabled
>> > -- Found FLEX: /usr/bin/flex (found version "2.5.35")
>> > -- Found BISON: /usr/bin/bison (found version "2.3")
>> > -- Looking for pthread_spin_lock
>> > -- Looking for pthread_spin_lock - not found
>> > -- Looking for pthread_barrier_init
>> > -- Looking for pthread_barrier_init - not found
>> > -- OPENMP_FOUND="FALSE", so disabling USE_OPEN_MP
>> > -- PTHREAD_BARRIER_INIT_EXISTS="", so disabling USE_OPEN_MP
>> > -- USE_OPEN_MP is disabled
>> > -- Not building with score parser
>> > -- Not building with new parser debugging
>> > -- Building with multicore
>> > -- USE_GETTEXT is disabled
>> > -- Not using localization
>> > -- Building on OSX
>> > -- Boost version: 1.53.0
>> > -- Looking for ladspa.h
>> > -- Looking for ladspa.h - not found
>> > -- Looking for fluidsynth.h
>> > -- Looking for fluidsynth.h - not found
>> > -- Looking for jack/jack.h
>> > -- Looking for jack/jack.h - found
>> > -- Looking for C++ include gmm/gmm.h
>> > -- Looking for C++ include gmm/gmm.h - not found
>> > -- Looking for lo/lo.h
>> > -- Looking for lo/lo.h - found
>> > -- Found ZLIB: /usr/lib/libz.dylib (found version "1.2.5")
>> > -- Found PNG: /usr/local/opt/libpng/lib/libpng.dylib (found version
>> > "1.5.14")
>> > -- Found PythonLibs: /usr/lib/libpython2.7.dylib (found version "2.7.1")
>> > -- Could NOT find Lua51 (missing:  LUA_LIBRARIES LUA_INCLUDE_DIR)
>> > -- Looking for wiiuse.h
>> > -- Looking for wiiuse.h - not found
>> > -- Looking for p5glove.h
>> > -- Looking for p5glove.h - not found
>> > -- BUILD_CHUA_OPCODES is enabled
>> > -- LADSPA_H="", so disabling BUILD_DSSI_OPCODES
>> > -- BUILD_DSSI_OPCODES is disabled
>> > -- FLUIDSYNTH_H="", so disabling BUILD_FLUID_OPCODES
>> > -- FLUIDSYNTH_LIBRARY="FLUIDSYNTH_LIBRARY-NOTFOUND", so disabling
>> > BUILD_FLUID_OPCODES
>> > -- BUILD_FLUID_OPCODES is disabled
>> > -- BUILD_JACK_OPCODES is enabled
>> > -- GMM_HEADER="", so disabling BUILD_LINEAR_ALGEBRA_OPCODES
>> > -- BUILD_LINEAR_ALGEBRA_OPCODES is disabled
>> > -- BUILD_OSC_OPCODES is enabled
>> > -- BUILD_IMAGE_OPCODES is enabled
>> > -- BUILD_PYTHON_OPCODES is enabled
>> > -- LUA51_FOUND="FALSE", so disabling BUILD_LUA_OPCODES
>> > -- OPENMP_FOUND="FALSE", so disabling BUILD_LUA_OPCODES
>> > -- BUILD_LUA_OPCODES is disabled
>> > -- WIIUSE_H="", so disabling BUILD_WIIMOTE_OPCODES
>> > -- BUILD_WIIMOTE_OPCODES is disabled
>> > -- P5GLOVE_H="", so disabling BUILD_P5GLOVE_OPCODES
>> > -- BUILD_P5GLOVE_OPCODES is disabled
>> > -- BUILD_STK_OPCODES is enabled
>> > --
>> > -- ## REALTIME AUDIO AND MIDI ##
>> > -- Looking for alsa/asoundlib.h
>> > -- Looking for alsa/asoundlib.h - not found
>> > -- Looking for pulse/simple.h
>> > -- Looking for pulse/simple.h - not found
>> > -- Looking for XOpenDisplay in
>> > /usr/X11/lib/libX11.dylib;/usr/X11/lib/libXext.dylib
>> > -- Looking for XOpenDisplay in
>> > /usr/X11/lib/libX11.dylib;/usr/X11/lib/libXext.dylib - found
>> > -- Looking for gethostbyname
>> > -- Looking for gethostbyname - found
>> > -- Looking for connect
>> > -- Looking for connect - found
>> > -- Looking for remove
>> > -- Looking for remove - found
>> > -- Looking for shmat
>> > -- Looking for shmat - found
>> > -- Looking for IceConnectionNumber in ICE
>> > -- Looking for IceConnectionNumber in ICE - found
>> > -- Found X11: /usr/X11/lib/libX11.dylib
>> > -- Found FLTK:
>> >
>> > /usr/local/lib/libfltk_images.a;/usr/local/lib/libfltk_forms.a;/usr/local/lib/libfltk.a
>> > -- USE_COREMIDI is enabled
>> > -- USE_AUDIOUNIT is enabled
>> > -- ALSA_HEADER="", so disabling USE_ALSA
>> > -- ALSA_LIBRARY="ALSA_LIBRARY-NOTFOUND", so disabling USE_ALSA
>> > -- USE_ALSA is disabled
>> > -- PULSEAUDIO_HEADER="", so disabling USE_PULSEAUDIO
>> > -- PULSEAUDIO_LIBRARY="PULSEAUDIO_LIBRARY-NOTFOUND", so disabling
>> > USE_PULSEAUDIO
>> > -- PULSESIMPLE_LIBRARY="PULSESIMPLE_LIBRARY-NOTFOUND", so disabling
>> > USE_PULSEAUDIO
>> > -- USE_PULSEAUDIO is disabled
>> > -- PORTAUDIO_HEADER="", so disabling USE_PORTAUDIO
>> > -- USE_PORTAUDIO is disabled
>> > -- PORTMIDI_HEADER="", so disabling USE_PORTMIDI
>> > -- USE_PORTMIDI is disabled
>> > -- USE_JACK is enabled
>> > -- USE_FLTK is enabled
>> > -- BUILD_VIRTUAL_KEYBOARD is enabled
>> > --
>> > -- Building C++ interface library
>> > -- Found SWIG: /usr/local/bin/swig (found suitable version "2.0.9",
>> > minimum
>> > required is "2.0")
>> > -- Found JNI: -framework JavaVM
>> > -- Found Java: /usr/bin/java (found version "1.6.0.43")
>> > -- Could NOT find Lua51 (missing:  LUA_LIBRARIES LUA_INCLUDE_DIR)
>> > -- BUILD_PYTHON_INTERFACE is enabled
>> > -- BUILD_JAVA_INTERFACE is enabled
>> > -- LUA51_FOUND="FALSE", so disabling BUILD_LUA_INTERFACE
>> > -- BUILD_LUA_INTERFACE is disabled
>> > -- Looking for m_pd.h
>> > -- Looking for m_pd.h - not found
>> > -- Building csLadspa
>> > -- BUILD_CSBEATS is enabled
>> > -- PD_HEADER="", so disabling BUILD_PD_CLASS
>> > -- BUILD_PD_CLASS is disabled
>> > -- BUILD_WINSOUND is disabled
>> > -- Boost version: 1.53.0
>> > -- Found SWIG: /usr/local/bin/swig (found version "2.0.9")
>> > -- Could NOT find Lua51 (missing:  LUA_LIBRARIES LUA_INCLUDE_DIR)
>> > -- BUILD_CSOUND_AC is disabled
>> > -- BUILD_CSOUND_AC_PYTHON_INTERFACE is enabled
>> > -- LUA51_FOUND="FALSE", so disabling BUILD_CSOUND_AC_LUA_INTERFACE
>> > -- BUILD_CSOUND_AC_LUA_INTERFACE is disabled
>> > -- Configuring done
>> > -- Generating done
>> > -- Build files have been written to: /tmp/csound-NU4A
>> > ==> make install
>> > make install
>> > Scanning dependencies of target ampmidid
>> > Scanning dependencies of target chua
>> > Scanning dependencies of target cellular
>> > [  0%] [  1%] [  1%] Generating csound_prelex.c
>> > Building CXX object Opcodes/CMakeFiles/ampmidid.dir/ampmidid.cpp.o
>> > Building C object Opcodes/CMakeFiles/cellular.dir/cellular.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [  1%] Generating csound_orclex.c
>> > [  1%] Generating csound_orcparse.c
>> > /tmp/csound-NU4A/Engine/csound_orc.y: conflicts: 4 shift/reduce, 10
>> > reduce/reduce
>> > Linking C shared library ../libcellular.dylib
>> > Linking CXX shared library ../libampmidid.dylib
>> > [  2%] Building CXX object
>> > Opcodes/CMakeFiles/chua.dir/chua/ChuaOscillator.cpp.o
>> > [  2%] Built target cellular
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > Scanning dependencies of target control
>> > Scanning dependencies of target CsoundLib64
>> > [  2%] Building C object Opcodes/CMakeFiles/control.dir/control.c.o
>> > [  2%] Built target ampmidid
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > Scanning dependencies of target cs_date
>> > [  3%] Building C object Opcodes/CMakeFiles/cs_date.dir/date.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > Linking C shared library ../libcontrol.dylib
>> > Linking C shared library ../libcs_date.dylib
>> > [  3%] Built target control
>> > [  3%] Built target cs_date
>> > Scanning dependencies of target doppler
>> > Scanning dependencies of target fareygen
>> > [  3%] [  3%] Building CXX object
>> > Opcodes/CMakeFiles/doppler.dir/doppler.cpp.o
>> > Building C object Opcodes/CMakeFiles/fareygen.dir/fareygen.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [  4%] Building C object CMakeFiles/CsoundLib64.dir/Engine/auxfd.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > Linking C shared library ../libfareygen.dylib
>> > [  4%] Built target fareygen
>> > [  4%] Scanning dependencies of target fractalnoise
>> > Building C object CMakeFiles/CsoundLib64.dir/Engine/cfgvar.c.o
>> > [  4%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > Building CXX object
>> > Opcodes/CMakeFiles/fractalnoise.dir/tl/fractalnoise.cpp.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [  4%] Building C object CMakeFiles/CsoundLib64.dir/Engine/corfiles.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > Linking CXX shared library ../libfractalnoise.dylib
>> > [  4%] Built target fractalnoise
>> > Scanning dependencies of target image
>> > Linking CXX shared library ../libdoppler.dylib
>> > [  5%] [  6%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Engine/entry1.c.o
>> > Building C object Opcodes/CMakeFiles/image.dir/imageOpcodes.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [  6%] Built target doppler
>> > Scanning dependencies of target jackTransport
>> > [  6%] Building C object
>> > Opcodes/CMakeFiles/jackTransport.dir/jackTransport.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [  6%] Building C object CMakeFiles/CsoundLib64.dir/Engine/envvar.c.o
>> > Linking C shared library ../libimage.dylib
>> > Linking C shared library ../libjackTransport.dylib
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [  6%] Built target image
>> > [  6%] Built target jackTransport
>> > Scanning dependencies of target jacko
>> > Scanning dependencies of target mixer
>> > [  7%] [  8%] Building CXX object
>> > Opcodes/CMakeFiles/mixer.dir/mixer.cpp.o
>> > Building CXX object Opcodes/CMakeFiles/jacko.dir/jacko.cpp.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [  8%] Building C object CMakeFiles/CsoundLib64.dir/Engine/extract.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > Linking CXX shared library ../libchua.dylib
>> > [  8%] Built target chua
>> > [  9%] Scanning dependencies of target osc
>> > Building C object CMakeFiles/CsoundLib64.dir/Engine/fgens.c.o
>> > [  9%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > Building C object Opcodes/CMakeFiles/osc.dir/OSC.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > Linking C shared library ../libosc.dylib
>> > [  9%] Built target osc
>> > Scanning dependencies of target platerev
>> > Linking CXX shared library ../libjacko.dylib
>> > [ 10%] Building C object Opcodes/CMakeFiles/platerev.dir/platerev.c.o
>> > Linking CXX shared library ../libmixer.dylib
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 10%] Built target jacko
>> > Scanning dependencies of target py
>> > [ 10%] Built target mixer
>> > Scanning dependencies of target scansyn
>> > [ 10%] Building C object Opcodes/CMakeFiles/py.dir/py/pythonopcodes.c.o
>> > [ 10%] Building C object Opcodes/CMakeFiles/scansyn.dir/scansyn.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > Linking C shared library ../libplaterev.dylib
>> > [ 10%] Built target platerev
>> > Scanning dependencies of target serial
>> > [ 11%] Building C object Opcodes/CMakeFiles/serial.dir/serial.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 12%] Building C object Opcodes/CMakeFiles/scansyn.dir/scansynx.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > Linking C shared library ../libserial.dylib
>> > [ 12%] Built target serial
>> > Scanning dependencies of target signalflowgraph
>> > [ 12%] Building CXX object
>> > Opcodes/CMakeFiles/signalflowgraph.dir/signalflowgraph.cpp.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > Linking C shared library ../libscansyn.dylib
>> > [ 12%] Building C object CMakeFiles/CsoundLib64.dir/Engine/insert.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 12%] Built target scansyn
>> > Scanning dependencies of target system_call
>> > [ 12%] Building C object
>> > Opcodes/CMakeFiles/system_call.dir/system_call.c.o
>> > Linking C shared library ../libpy.dylib
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 12%] Built target py
>> > Scanning dependencies of target stk-ops
>> > Linking C shared library ../libsystem_call.dylib
>> > [ 13%] Building CXX object
>> > Opcodes/stk/CMakeFiles/stk-ops.dir/stkOpcodes.cpp.o
>> > [ 13%] Built target system_call
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > Scanning dependencies of target cmidi
>> > [ 13%] Building C object InOut/CMakeFiles/cmidi.dir/cmidi.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > Linking C shared library ../libcmidi.dylib
>> > [ 13%] Building C object CMakeFiles/CsoundLib64.dir/Engine/linevent.c.o
>> > [ 13%] Built target cmidi
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 14%] Building C object CMakeFiles/CsoundLib64.dir/Engine/memalloc.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > Scanning dependencies of target ipmidi
>> > [ 14%] [ 14%] Building C object InOut/CMakeFiles/ipmidi.dir/ipmidi.c.o
>> > Building C object CMakeFiles/CsoundLib64.dir/Engine/memfiles.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > Linking C shared library ../libipmidi.dylib
>> > [ 14%] Built target ipmidi
>> > Scanning dependencies of target rtauhal
>> > [ 14%] Building C object CMakeFiles/CsoundLib64.dir/Engine/musmon.c.o
>> > [ 14%] Building C object InOut/CMakeFiles/rtauhal.dir/rtauhal.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > Linking C shared library ../librtauhal.dylib
>> > [ 14%] Building C object CMakeFiles/CsoundLib64.dir/Engine/namedins.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 14%] Built target rtauhal
>> > [ 15%] Building C object CMakeFiles/CsoundLib64.dir/Engine/rdscor.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > Scanning dependencies of target rtjack
>> > [ 16%] Building C object InOut/CMakeFiles/rtjack.dir/rtjack.c.o
>> > [ 16%] Building C object CMakeFiles/CsoundLib64.dir/Engine/scsort.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 16%] Linking CXX shared library ../../libstk.dylib
>> > Building C object CMakeFiles/CsoundLib64.dir/Engine/scxtract.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 16%] Built target stk-ops
>> > [ 17%] Building C object CMakeFiles/CsoundLib64.dir/Engine/sort.c.o
>> > Scanning dependencies of target virtual
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > Linking C shared library ../librtjack.dylib
>> > [ 17%] Building CXX object
>> > InOut/CMakeFiles/virtual.dir/virtual_keyboard/FLTKKeyboard.cpp.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 17%] Built target rtjack
>> > Scanning dependencies of target widgets
>> > [ 17%] Building CXX object InOut/CMakeFiles/widgets.dir/FL_graph.cpp.o
>> > [ 17%] Building C object CMakeFiles/CsoundLib64.dir/Engine/sread.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 17%] Building C object InOut/CMakeFiles/widgets.dir/winFLTK.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 18%] Building CXX object InOut/CMakeFiles/widgets.dir/widgets.cpp.o
>> > [ 18%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > Building CXX object
>> > InOut/CMakeFiles/virtual.dir/virtual_keyboard/FLTKKeyboardWindow.cpp.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 18%] Building C object CMakeFiles/CsoundLib64.dir/Engine/swritestr.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > Linking CXX shared library ../libsignalflowgraph.dylib
>> > [ 19%] Building CXX object
>> > InOut/CMakeFiles/virtual.dir/virtual_keyboard/FLTKKeyboardWidget.cpp.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 19%] Built target signalflowgraph
>> > [ 19%] [FLEX][csbeats_SCANNER] Building scanner with flex 2.5.35
>> > [ 19%] [BISON][csbeats_PARSER] Building parser with bison 2.3
>> > beats/beats.y: conflicts: 1 reduce/reduce
>> > [ 20%] Building C object CMakeFiles/CsoundLib64.dir/Engine/twarp.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > Scanning dependencies of target csbeats
>> > [ 21%] Building C object frontends/CMakeFiles/csbeats.dir/beats/main.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 21%] Building CXX object
>> > InOut/CMakeFiles/virtual.dir/virtual_keyboard/virtual_keyboard.cpp.o
>> > [ 21%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Engine/csound_type_system.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 21%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > Building C object frontends/CMakeFiles/csbeats.dir/beatslex.yy.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 21%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Engine/csound_standard_types.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 21%] Building C object frontends/CMakeFiles/csbeats.dir/beats.tab.c.o
>> > [ 22%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > Building C object
>> > CMakeFiles/CsoundLib64.dir/Engine/csound_data_structures.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 22%] Building CXX object
>> > InOut/CMakeFiles/virtual.dir/virtual_keyboard/Bank.cpp.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > Linking C executable ../csbeats
>> > [ 22%] Building C object CMakeFiles/CsoundLib64.dir/Engine/pools.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 22%] Built target csbeats
>> > [ 23%] Building CXX object
>> > InOut/CMakeFiles/virtual.dir/virtual_keyboard/KeyboardMapping.cpp.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > Scanning dependencies of target stdutil
>> > [ 23%] Building C object CMakeFiles/CsoundLib64.dir/InOut/libsnd.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 24%] Building C object util/CMakeFiles/stdutil.dir/atsa.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 24%] Building CXX object
>> > InOut/CMakeFiles/virtual.dir/virtual_keyboard/Program.cpp.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 24%] Building CXX object
>> > InOut/CMakeFiles/virtual.dir/virtual_keyboard/SliderBank.cpp.o
>> > [ 24%] Building C object CMakeFiles/CsoundLib64.dir/InOut/libsnd_u.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 25%] Building C object CMakeFiles/CsoundLib64.dir/InOut/midifile.c.o
>> > [ 26%] Building CXX object
>> > InOut/CMakeFiles/virtual.dir/virtual_keyboard/SliderData.cpp.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > Linking CXX shared library ../libvirtual.dylib
>> > [ 26%] [ 26%] Built target virtual
>> > Building C object CMakeFiles/CsoundLib64.dir/InOut/midirecv.c.o
>> > Scanning dependencies of target sdif2ad
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 27%] Building C object SDIF/CMakeFiles/sdif2ad.dir/sdif2adsyn.c.o
>> > [ 27%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > Building C object util/CMakeFiles/stdutil.dir/cvanal.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 27%] [ 27%] Building C object
>> > CMakeFiles/CsoundLib64.dir/InOut/midisend.c.o
>> > Building C object SDIF/CMakeFiles/sdif2ad.dir/sdif.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 27%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > Building C object util/CMakeFiles/stdutil.dir/dnoise.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 28%] Building C object CMakeFiles/CsoundLib64.dir/InOut/winascii.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 28%] Building C object SDIF/CMakeFiles/sdif2ad.dir/sdif-mem.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 28%] Building C object CMakeFiles/CsoundLib64.dir/InOut/windin.c.o
>> > Linking C executable ../sdif2ad
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 28%] Built target sdif2ad
>> > [ 29%] Building C object util/CMakeFiles/stdutil.dir/envext.c.o
>> > [ 29%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > Building C object CMakeFiles/CsoundLib64.dir/InOut/window.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 29%] Linking CXX shared library ../libwidgets.dylib
>> > Building C object util/CMakeFiles/stdutil.dir/het_export.c.o
>> > [ 29%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > Building C object util/CMakeFiles/stdutil.dir/het_import.c.o
>> > [ 30%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > Building C object CMakeFiles/CsoundLib64.dir/InOut/winEPS.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 31%] Building C object util/CMakeFiles/stdutil.dir/hetro.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 31%] Building C object util/CMakeFiles/stdutil.dir/lpanal.c.o
>> > [ 31%] Built target widgets
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 31%] Building C object
>> > CMakeFiles/CsoundLib64.dir/InOut/circularbuffer.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 31%] Building C object CMakeFiles/CsoundLib64.dir/OOps/aops.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 32%] Building C object CMakeFiles/CsoundLib64.dir/OOps/bus.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 32%] Building C object util/CMakeFiles/stdutil.dir/lpc_export.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 33%] [ 33%] Building C object
>> > util/CMakeFiles/stdutil.dir/lpc_import.c.o
>> > Building C object util/CMakeFiles/stdutil.dir/mixer.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 33%] Building C object CMakeFiles/CsoundLib64.dir/OOps/cmath.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 33%] Building C object CMakeFiles/CsoundLib64.dir/OOps/diskin.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 33%] Building C object CMakeFiles/CsoundLib64.dir/OOps/diskin2.c.o
>> > [ 33%] Building C object util/CMakeFiles/stdutil.dir/pvanal.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 34%] Building C object CMakeFiles/CsoundLib64.dir/OOps/disprep.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 34%] Building C object CMakeFiles/CsoundLib64.dir/OOps/dumpf.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 34%] Building C object CMakeFiles/CsoundLib64.dir/OOps/fftlib.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 34%] Building C object util/CMakeFiles/stdutil.dir/pv_export.c.o
>> > [ 35%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > Building C object CMakeFiles/CsoundLib64.dir/OOps/goto_ops.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 35%] Building C object CMakeFiles/CsoundLib64.dir/OOps/midiinterop.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 36%] Building C object util/CMakeFiles/stdutil.dir/pv_import.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 36%] [ 36%] Building C object util/CMakeFiles/stdutil.dir/pvlook.c.o
>> > Building C object util/CMakeFiles/stdutil.dir/scale.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 37%] Building C object util/CMakeFiles/stdutil.dir/sndinfo.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 37%] Building C object util/CMakeFiles/stdutil.dir/srconv.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 37%] [ 38%] Building C object util/CMakeFiles/stdutil.dir/std_util.c.o
>> > Building C object util/CMakeFiles/stdutil.dir/xtrct.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 38%] [ 39%] Building C object
>> > CMakeFiles/CsoundLib64.dir/OOps/midiops.c.o
>> > Building C object CMakeFiles/CsoundLib64.dir/OOps/midiout.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 39%] Building C object CMakeFiles/CsoundLib64.dir/OOps/mxfft.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 39%] Building C object util/CMakeFiles/stdutil.dir/scope.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 39%] Building C object CMakeFiles/CsoundLib64.dir/OOps/oscils.c.o
>> > [ 40%] Building C object CMakeFiles/CsoundLib64.dir/OOps/pstream.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 40%] Building C object util/CMakeFiles/stdutil.dir/__/SDIF/sdif.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 40%] Building C object CMakeFiles/CsoundLib64.dir/OOps/pvfileio.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 40%] Linking C shared library ../libstdutil.dylib
>> > Building C object CMakeFiles/CsoundLib64.dir/OOps/pvsanal.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 40%] Building C object CMakeFiles/CsoundLib64.dir/OOps/random.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 40%] Built target stdutil
>> > [ 41%] Building C object CMakeFiles/CsoundLib64.dir/OOps/remote.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 41%] Building C object CMakeFiles/CsoundLib64.dir/OOps/schedule.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 41%] Building C object CMakeFiles/CsoundLib64.dir/OOps/sndinfUG.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 42%] Building C object CMakeFiles/CsoundLib64.dir/OOps/str_ops.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 42%] Building C object CMakeFiles/CsoundLib64.dir/OOps/ugens1.c.o
>> > [ 42%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > Building C object CMakeFiles/CsoundLib64.dir/OOps/ugens2.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 43%] Building C object CMakeFiles/CsoundLib64.dir/OOps/ugens2a.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 43%] Building C object CMakeFiles/CsoundLib64.dir/OOps/ugens3.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 43%] Building C object CMakeFiles/CsoundLib64.dir/OOps/ugens4.c.o
>> > [ 44%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > Building C object CMakeFiles/CsoundLib64.dir/OOps/ugens5.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 44%] Building C object CMakeFiles/CsoundLib64.dir/OOps/ugens6.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 44%] Building C object CMakeFiles/CsoundLib64.dir/OOps/ugtabs.c.o
>> > [ 44%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > Building C object CMakeFiles/CsoundLib64.dir/OOps/ugrw1.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 45%] Building C object CMakeFiles/CsoundLib64.dir/OOps/ugrw2.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 45%] Building C object CMakeFiles/CsoundLib64.dir/OOps/vdelay.c.o
>> > [ 45%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 46%] [ 46%] Building C object
>> > CMakeFiles/CsoundLib64.dir/OOps/compile_ops.c.o
>> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/bilbar.c.o
>> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/babo.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 46%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/compress.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 47%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/eqfil.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 47%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/Vosim.c.o
>> > [ 47%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pitch.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 48%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pitch0.c.o
>> > [ 48%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/spectra.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 48%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Opcodes/ambicode1.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 48%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/sfont.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 49%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/grain4.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 49%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/hrtferX.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 49%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/loscilx.c.o
>> > [ 50%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/minmax.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 50%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pan2.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 50%] [ 51%] [ 51%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Opcodes/phisem.c.o
>> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/arrays.c.o
>> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/hrtfopcodes.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 51%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/stackops.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 52%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/vbap.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 52%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/vbap1.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 52%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/vbap_n.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 52%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/vbap_zak.c.o
>> > [ 53%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/vaops.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 53%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ugakbari.c.o
>> > [ 53%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/harmon.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 54%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Opcodes/pitchtrack.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 54%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Opcodes/partikkel.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 54%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/shape.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 55%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/tabsum.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 55%] [ 55%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Opcodes/crossfm.c.o
>> > [ 56%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pvlock.c.o
>> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/fareyseq.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 56%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Opcodes/modmatrix.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 56%] [ 56%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Opcodes/scoreline.c.o
>> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/modal4.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 57%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/physutil.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 57%] [ 57%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Opcodes/physmod.c.o
>> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/mandolin.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 58%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/singwave.c.o
>> > [ 58%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/fm4op.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 58%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/moog1.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 59%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/shaker.c.o
>> > [ 59%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/bowedbar.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 59%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Opcodes/gab/tabmorph.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 60%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/gab/hvs.c.o
>> > [ 60%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/gab/sliderTable.c.o
>> > [ 60%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/gab/newgabopc.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 60%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ftest.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 61%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Opcodes/hrtfearly.c.o
>> > [ 61%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/hrtfreverb.c.o
>> > [ 61%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/cpumeter.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 62%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/gendy.c.o
>> > [ 62%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/tl/sc_noise.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 62%] Building C object CMakeFiles/CsoundLib64.dir/Top/argdecode.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 63%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Top/cscore_internal.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 63%] Building C object CMakeFiles/CsoundLib64.dir/Top/cscorfns.c.o
>> > [ 63%] Building C object CMakeFiles/CsoundLib64.dir/Top/csmodule.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 64%] Building C object CMakeFiles/CsoundLib64.dir/Top/csound.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 64%] Building C object CMakeFiles/CsoundLib64.dir/Top/getstring.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 64%] Building C object CMakeFiles/CsoundLib64.dir/Top/main.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 64%] Building C object CMakeFiles/CsoundLib64.dir/Top/new_opts.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 65%] Building C object CMakeFiles/CsoundLib64.dir/Top/one_file.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 65%] Building C object CMakeFiles/CsoundLib64.dir/Top/opcode.c.o
>> > [ 65%] Building C object CMakeFiles/CsoundLib64.dir/Top/threads.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 66%] Building C object CMakeFiles/CsoundLib64.dir/Top/utility.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 66%] [ 66%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Top/threadsafe.c.o
>> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ambicode.c.o
>> > [ 67%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/bbcut.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 67%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/biquad.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 67%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/butter.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 68%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/clfilt.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 68%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/cross2.c.o
>> > [ 68%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/dam.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 68%] [ 69%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Opcodes/dcblockr.c.o
>> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/filter.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 69%] [ 69%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Opcodes/flanger.c.o
>> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/follow.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 70%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/fout.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 70%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/freeverb.c.o
>> > [ 70%] [ 71%] brew: superenv removed: -I/usr/local/include
>> > -I/tmp/csound-NU4A
>> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ftconv.c.o
>> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ftgen.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 71%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/gab/gab.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 71%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Opcodes/gab/vectorial.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 72%] [ 72%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Opcodes/grain.c.o
>> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/locsig.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 72%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/lowpassr.c.o
>> > [ 72%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/metro.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 73%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/midiops2.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 73%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/midiops3.c.o
>> > [ 73%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/newfils.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 74%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/nlfilt.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 74%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/oscbnk.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 74%] [ 75%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Opcodes/pluck.c.o
>> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/repluck.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 75%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/reverbsc.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 75%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/seqtime.c.o
>> > [ 76%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/sndloop.c.o
>> > [ 76%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/sndwarp.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 76%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/space.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 76%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/spat3d.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 77%] [ 77%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Opcodes/syncgrain.c.o
>> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ugens7.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 77%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ugens9.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 78%] [ 78%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Opcodes/ugensa.c.o
>> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/uggab.c.o
>> > [ 78%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ugmoss.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 79%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ugnorman.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 79%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ugsc.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 79%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Opcodes/wave-terrain.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 80%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/stdopcod.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 80%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/socksend.c.o
>> > [ 80%] [ 80%] brew: superenv removed: -I/usr/local/include
>> > -I/tmp/csound-NU4A
>> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ifd.c.o
>> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/sockrecv.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 81%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/partials.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 81%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/psynth.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 81%] [ 82%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Opcodes/pvsbasic.c.o
>> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pvscent.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 82%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pvsdemix.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 82%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pvs_ops.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 83%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pvsband.c.o
>> > [ 83%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Opcodes/pvsbuffer.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 83%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pvsgendy.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 84%] [ 84%] [ 84%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Opcodes/dsputil.c.o
>> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pvinterp.c.o
>> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pvadd.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 84%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pvocext.c.o
>> > [ 85%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 85%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pvread.c.o
>> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ugens8.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 85%] [ 86%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Opcodes/pvoc.c.o
>> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/vpvoc.c.o
>> > [ 86%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/mp3in.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 86%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > Building C object CMakeFiles/CsoundLib64.dir/InOut/libmpadec/layer1.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 87%] Building C object
>> > CMakeFiles/CsoundLib64.dir/InOut/libmpadec/layer2.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 87%] [ 87%] Building C object
>> > CMakeFiles/CsoundLib64.dir/InOut/libmpadec/layer3.c.o
>> > Building C object CMakeFiles/CsoundLib64.dir/InOut/libmpadec/synth.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 88%] Building C object
>> > CMakeFiles/CsoundLib64.dir/InOut/libmpadec/tables.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 88%] Building C object
>> > CMakeFiles/CsoundLib64.dir/InOut/libmpadec/mpadec.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 88%] Building C object
>> > CMakeFiles/CsoundLib64.dir/InOut/libmpadec/mp3dec.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 88%] Building C object CMakeFiles/CsoundLib64.dir/csound_orclex.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 89%] [ 89%] [ 89%] Building C object
>> > CMakeFiles/CsoundLib64.dir/csound_orcparse.c.o
>> > Building C object CMakeFiles/CsoundLib64.dir/csound_prelex.c.o
>> > Building C object
>> > CMakeFiles/CsoundLib64.dir/Engine/csound_orc_semantics.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 90%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Engine/csound_orc_expressions.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 90%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Engine/csound_orc_optimize.c.o
>> > [ 90%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > Building C object
>> > CMakeFiles/CsoundLib64.dir/Engine/csound_orc_compile.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 91%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Engine/new_orc_parser.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 91%] Building C object CMakeFiles/CsoundLib64.dir/Engine/symbtab.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 91%] [ 92%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Engine/cs_new_dispatch.c.o
>> > Building C object CMakeFiles/CsoundLib64.dir/Engine/cs_par_base.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 92%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Engine/cs_par_orc_semantic_analysis.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 92%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Engine/cs_par_dispatch.c.o
>> > Copying OS X content
>> > CsoundLib64.framework/Versions/6.0/Headers/CppSound.hpp
>> > Copying OS X content
>> > CsoundLib64.framework/Versions/6.0/Headers/CsoundFile.hpp
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > Copying OS X content
>> > CsoundLib64.framework/Versions/6.0/Headers/OpcodeBase.hpp
>> > Copying OS X content CsoundLib64.framework/Versions/6.0/Headers/cfgvar.h
>> > Copying OS X content
>> > CsoundLib64.framework/Versions/6.0/Headers/csPerfThread.hpp
>> > Copying OS X content CsoundLib64.framework/Versions/6.0/Headers/cscore.h
>> > Copying OS X content CsoundLib64.framework/Versions/6.0/Headers/csdl.h
>> > Copying OS X content CsoundLib64.framework/Versions/6.0/Headers/csound.h
>> > Copying OS X content
>> > CsoundLib64.framework/Versions/6.0/Headers/csound.hpp
>> > Copying OS X content
>> > CsoundLib64.framework/Versions/6.0/Headers/csoundCore.h
>> > Copying OS X content
>> > CsoundLib64.framework/Versions/6.0/Headers/csound_data_structures.h
>> > Copying OS X content
>> > CsoundLib64.framework/Versions/6.0/Headers/csound_standard_types.h
>> > Copying OS X content
>> > CsoundLib64.framework/Versions/6.0/Headers/cwindow.h
>> > Copying OS X content
>> > CsoundLib64.framework/Versions/6.0/Headers/csound_type_system.h
>> > Copying OS X content
>> > CsoundLib64.framework/Versions/6.0/Headers/filebuilding.h
>> > Copying OS X content
>> > CsoundLib64.framework/Versions/6.0/Headers/float-version-double.h
>> > Copying OS X content
>> > CsoundLib64.framework/Versions/6.0/Headers/float-version.h
>> > Copying OS X content
>> > CsoundLib64.framework/Versions/6.0/Headers/interlocks.h
>> > Copying OS X content
>> > CsoundLib64.framework/Versions/6.0/Headers/msg_attr.h
>> > Copying OS X content
>> > CsoundLib64.framework/Versions/6.0/Headers/pvfileio.h
>> > Copying OS X content
>> > CsoundLib64.framework/Versions/6.0/Headers/pstream.h
>> > Copying OS X content
>> > CsoundLib64.framework/Versions/6.0/Headers/soundio.h
>> > Copying OS X content CsoundLib64.framework/Versions/6.0/Headers/sysdep.h
>> > Copying OS X content CsoundLib64.framework/Versions/6.0/Headers/text.h
>> > Copying OS X content
>> > CsoundLib64.framework/Versions/6.0/Headers/version.h
>> > Linking C shared library CsoundLib64.framework/Versions/6.0/CsoundLib64
>> > [ 92%] Built target CsoundLib64
>> > Scanning dependencies of target atsa
>> > Scanning dependencies of target libcsnd
>> > Scanning dependencies of target csound-bin
>> > Scanning dependencies of target csladspa
>> > [ 92%] [ 93%] [ 93%] [ 93%] Building CXX object
>> > frontends/CMakeFiles/csladspa.dir/csladspa/csladspa.cpp.o
>> > Building C object util/CMakeFiles/atsa.dir/atsa_main.c.o
>> > Building C object
>> > frontends/CMakeFiles/csound-bin.dir/csound/csound_main.c.o
>> > Building CXX object interfaces/CMakeFiles/libcsnd.dir/CppSound.cpp.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > Linking C executable ../atsa
>> > Linking C executable ../csound
>> > [ 93%] [ 93%] Built target atsa
>> > Built target csound-bin
>> > Scanning dependencies of target csanalyze
>> > Scanning dependencies of target cvanal
>> > [ 93%] [ 93%] Building C object util/CMakeFiles/cvanal.dir/cvl_main.c.o
>> > Building C object util/CMakeFiles/csanalyze.dir/csanalyze.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > Linking C executable ../csanalyze
>> > Linking C executable ../cvanal
>> > [ 93%] Built target csanalyze
>> > [ 93%] Built target cvanal
>> > Scanning dependencies of target dnoise
>> > [ 93%] Building CXX object
>> > interfaces/CMakeFiles/libcsnd.dir/CsoundFile.cpp.o
>> > [ 94%] Building C object util/CMakeFiles/dnoise.dir/dnoise_main.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > Linking C executable ../dnoise
>> > [ 94%] Built target dnoise
>> > Scanning dependencies of target envext
>> > [ 94%] Building C object util/CMakeFiles/envext.dir/env_main.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 95%] Building CXX object
>> > interfaces/CMakeFiles/libcsnd.dir/Soundfile.cpp.o
>> > Linking C executable ../envext
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > Linking CXX shared library ../csladspa.dylib
>> > [ 95%] Built target envext
>> > Scanning dependencies of target extractor
>> > [ 95%] Building C object util/CMakeFiles/extractor.dir/xtrc_main.c.o
>> > [ 95%] Built target csladspa
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 95%] Building CXX object
>> > interfaces/CMakeFiles/libcsnd.dir/csPerfThread.cpp.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > Linking C executable ../extractor
>> > [ 95%] Built target extractor
>> > Scanning dependencies of target het_export
>> > [ 96%] Building C object util/CMakeFiles/het_export.dir/hetx_main.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > Linking C executable ../het_export
>> > [ 96%] Building CXX object
>> > interfaces/CMakeFiles/libcsnd.dir/cs_glue.cpp.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 96%] Built target het_export
>> > Scanning dependencies of target het_import
>> > [ 96%] Building C object util/CMakeFiles/het_import.dir/heti_main.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > Scanning dependencies of target hetro
>> > [ 96%] Building C object util/CMakeFiles/hetro.dir/het_main.c.o
>> > Linking C executable ../het_import
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > Linking C executable ../hetro
>> > [ 96%] Built target het_import
>> > Scanning dependencies of target lpanal
>> > [ 96%] [ 97%] Building CXX object
>> > interfaces/CMakeFiles/libcsnd.dir/filebuilding.cpp.o
>> > Building C object util/CMakeFiles/lpanal.dir/lpc_main.c.o
>> > [ 97%] Built target hetro
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > Scanning dependencies of target lpc_export
>> > [ 97%] Building C object util/CMakeFiles/lpc_export.dir/lpcx_main.c.o
>> > Scanning dependencies of target lpc_import
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > Linking C executable ../lpanal
>> > [ 97%] Building C object util/CMakeFiles/lpc_import.dir/lpci_main.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > Linking C executable ../lpc_export
>> > [ 97%] Built target lpanal
>> > Scanning dependencies of target mixer-bin
>> > [ 97%] Linking C executable ../lpc_import
>> > Building C object util/CMakeFiles/mixer-bin.dir/mixer_main.c.o
>> > [ 97%] Built target lpc_export
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > Scanning dependencies of target pv_export
>> > [ 97%] Building C object util/CMakeFiles/pv_export.dir/pvx_main.c.o
>> > [ 97%] Built target lpc_import
>> > Linking C executable ../mixer
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > Scanning dependencies of target pv_import
>> > [ 97%] Building C object util/CMakeFiles/pv_import.dir/pvi_main.c.o
>> > [ 97%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > Built target mixer-bin
>> > Linking C executable ../pv_export
>> > Scanning dependencies of target pvanal
>> > [ 98%] Building C object util/CMakeFiles/pvanal.dir/pvc_main.c.o
>> > Linking C executable ../pv_import
>> > [ 98%] Built target pv_export
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > Scanning dependencies of target pvlook
>> > [ 98%] Building C object util/CMakeFiles/pvlook.dir/pvl_main.c.o
>> > [ 98%] Built target pv_import
>> > Linking C executable ../pvanal
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > Scanning dependencies of target scale
>> > Linking CXX shared library ../libcsnd.dylib
>> > [ 98%] Building C object util/CMakeFiles/scale.dir/scale_main.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > Linking C executable ../pvlook
>> > [ 98%] Built target pvanal
>> > Scanning dependencies of target scope
>> > [ 98%] Building C object util/CMakeFiles/scope.dir/scope_main.c.o
>> > [ 98%] Built target libcsnd
>> > Linking C executable ../scale
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 98%] Built target pvlook
>> > Scanning dependencies of target sndinfo
>> > Scanning dependencies of target srconv
>> > [ 98%] Building C object util/CMakeFiles/sndinfo.dir/sndinfo_main.c.o
>> > [ 98%] Building C object util/CMakeFiles/srconv.dir/srconv_main.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > Linking C executable ../scope
>> > [ 98%] Built target scale
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > Scanning dependencies of target extract
>> > [ 99%] Linking C executable ../sndinfo
>> > Building C object util1/CMakeFiles/extract.dir/sortex/xmain.c.o
>> > [ 99%] Built target scope
>> > Linking C executable ../srconv
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > Scanning dependencies of target scsort
>> > [ 99%] [ 99%] Built target sndinfo
>> > Building C object util1/CMakeFiles/scsort.dir/sortex/smain.c.o
>> > [ 99%] Linking C executable ../extract
>> > [ 99%] Swig source
>> > Built target srconv
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 99%] Language subdirectory: python
>> > Search paths:
>> >    ./
>> >    /usr/local/include/
>> >    /tmp/csound-NU4A/./H/
>> >    /tmp/csound-NU4A/./include/
>> >    /tmp/csound-NU4A/./Engine/
>> >    /tmp/csound-NU4A/./
>> >    /tmp/csound-NU4A/
>> >    /tmp/csound-NU4A/interfaces/
>> >    /System/Library/Frameworks/Python.framework/Headers/
>> >    ./swig_lib/python/
>> >    /usr/local/Cellar/swig/2.0.9/share/swig/2.0.9/python/
>> >    ./swig_lib/
>> >    /usr/local/Cellar/swig/2.0.9/share/swig/2.0.9/
>> > Preprocessing...
>> > Swig source
>> > Language subdirectory: java
>> > Search paths:
>> >    ./
>> >    /usr/local/include/
>> >    /tmp/csound-NU4A/./H/
>> >    /tmp/csound-NU4A/./include/
>> >    /tmp/csound-NU4A/./Engine/
>> >    /tmp/csound-NU4A/./
>> >    /tmp/csound-NU4A/
>> >    /tmp/csound-NU4A/interfaces/
>> >    /System/Library/Frameworks/Python.framework/Headers/
>> >    /System/Library/Frameworks/JavaVM.framework/Headers/
>> >    /System/Library/Frameworks/JavaVM.framework/Headers/
>> >    /System/Library/Frameworks/JavaVM.framework/Headers/
>> >    ./swig_lib/java/
>> >    /usr/local/Cellar/swig/2.0.9/share/swig/2.0.9/java/
>> >    ./swig_lib/
>> >    /usr/local/Cellar/swig/2.0.9/share/swig/2.0.9/
>> > Preprocessing...
>> > Linking C executable ../scsort
>> > [ 99%] Built target extract
>> > Starting language-specific parse...
>> > [ 99%] Built target scsort
>> > Processing types...
>> > C++ analysis...
>> > Generating wrappers...
>> > Starting language-specific parse...
>> > /tmp/csound-NU4A/./include/csound.h:519: Warning 451: Setting a const
>> > char *
>> > variable may leak memory.
>> > Processing types...
>> > C++ analysis...
>> > Generating wrappers...
>> > /tmp/csound-NU4A/./include/csound.h:519: Warning 451: Setting a const
>> > char *
>> > variable may leak memory.
>> > cs_glue.hpp:505: Warning 473: Returning a pointer or reference in a
>> > director
>> > method is not recommended.
>> > CppSound.hpp:36: Warning 453: Can't apply (std::vector< double >
>> > *INPUT). No
>> > typemaps are defined.
>> > CppSound.hpp:52: Warning 813: Warning for CppSound proxy: Base
>> > CsoundFile
>> > ignored. Multiple inheritance is not supported in Java.
>> > Scanning dependencies of target _jcsound6
>> > [ 99%] Building CXX object
>> > interfaces/CMakeFiles/_jcsound6.dir/java_interfaceJAVA_wrap.cxx.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > cs_glue.hpp:505: Warning 473: Returning a pointer or reference in a
>> > director
>> > method is not recommended.
>> > CppSound.hpp:36: Warning 453: Can't apply (std::vector< double >
>> > *INPUT). No
>> > typemaps are defined.
>> > Scanning dependencies of target _csnd6
>> > [100%] Building CXX object
>> > interfaces/CMakeFiles/_csnd6.dir/python_interfacePYTHON_wrap.cxx.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > Linking CXX shared module ../lib_jcsound6.jnilib
>> > Building JAVA package csnd6.jar
>> > [100%] Built target _jcsound6
>> > Linking CXX shared module ../_csnd6.so
>> > [100%] Built target _csnd6
>> > Install the project...
>> > -- Install configuration: "None"
>> > -- Installing:
>> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework
>> > -- Up-to-date:
>> >
>> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/CsoundLib64
>> > -- Up-to-date:
>> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Headers
>> > -- Up-to-date:
>> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Resources
>> > -- Installing:
>> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions
>> > -- Installing:
>> >
>> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0
>> > -- Installing:
>> >
>> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/CsoundLib64
>> > -- Installing:
>> >
>> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers
>> > -- Installing:
>> >
>> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/cfgvar.h
>> > -- Installing:
>> >
>> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/CppSound.hpp
>> > -- Installing:
>> >
>> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/cscore.h
>> > -- Installing:
>> >
>> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/csdl.h
>> > -- Installing:
>> >
>> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/csound.h
>> > -- Installing:
>> >
>> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/csound.hpp
>> > -- Installing:
>> >
>> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/csound_data_structures.h
>> > -- Installing:
>> >
>> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/csound_standard_types.h
>> > -- Installing:
>> >
>> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/csound_type_system.h
>> > -- Installing:
>> >
>> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/csoundCore.h
>> > -- Installing:
>> >
>> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/CsoundFile.hpp
>> > -- Installing:
>> >
>> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/csPerfThread.hpp
>> > -- Installing:
>> >
>> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/cwindow.h
>> > -- Installing:
>> >
>> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/filebuilding.h
>> > -- Installing:
>> >
>> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/float-version-double.h
>> > -- Installing:
>> >
>> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/float-version.h
>> > -- Installing:
>> >
>> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/interlocks.h
>> > -- Installing:
>> >
>> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/msg_attr.h
>> > -- Installing:
>> >
>> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/OpcodeBase.hpp
>> > -- Installing:
>> >
>> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/pstream.h
>> > -- Installing:
>> >
>> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/pvfileio.h
>> > -- Installing:
>> >
>> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/soundio.h
>> > -- Installing:
>> >
>> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/sysdep.h
>> > -- Installing:
>> >
>> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/text.h
>> > -- Installing:
>> >
>> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/version.h
>> > -- Installing:
>> >
>> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources
>> > -- Installing:
>> >
>> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Info.plist
>> > -- Up-to-date:
>> >
>> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/Current
>> > -- Installing:
>> >
>> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libmixer.dylib
>> > -- Installing:
>> >
>> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libsignalflowgraph.dylib
>> > -- Installing:
>> >
>> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libampmidid.dylib
>> > -- Installing:
>> >
>> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libcs_date.dylib
>> > -- Installing:
>> >
>> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libsystem_call.dylib
>> > -- Installing:
>> >
>> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libdoppler.dylib
>> > -- Installing:
>> >
>> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libfractalnoise.dylib
>> > -- Installing:
>> >
>> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libfareygen.dylib
>> > -- Installing:
>> >
>> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libcellular.dylib
>> > -- Installing:
>> >
>> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libserial.dylib
>> > -- Installing:
>> >
>> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libplaterev.dylib
>> > -- Installing:
>> >
>> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libscansyn.dylib
>> > -- Installing:
>> >
>> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libcontrol.dylib
>> > -- Installing:
>> >
>> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libchua.dylib
>> > -- Installing:
>> >
>> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libjacko.dylib
>> > -- Installing:
>> >
>> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libjackTransport.dylib
>> > -- Installing:
>> >
>> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libosc.dylib
>> > -- Installing:
>> >
>> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libimage.dylib
>> > -- Installing:
>> >
>> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libpy.dylib
>> > -- Installing:
>> >
>> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libstk.dylib
>> > -- Installing:
>> >
>> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libcmidi.dylib
>> > -- Installing:
>> >
>> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/librtauhal.dylib
>> > -- Installing:
>> >
>> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libipmidi.dylib
>> > -- Installing:
>> >
>> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/librtjack.dylib
>> > -- Installing:
>> >
>> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libwidgets.dylib
>> > -- Installing:
>> >
>> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libvirtual.dylib
>> > -- Installing: /usr/local/Cellar/csound/HEAD/lib/libcsnd.6.0.dylib
>> > -- Installing: /usr/local/Cellar/csound/HEAD/lib/libcsnd.dylib
>> > -- Installing: /Library/Python/2.7/site-packages/_csnd6.so
>> > -- Installing: /Library/Python/2.7/site-packages/csnd6.py
>> > -- Installing: /Library/Java/Extensions/lib_jcsound6.jnilib
>> > -- Installing: /Library/Java/Extensions/csnd6.jar
>> > -- Installing: /usr/local/Cellar/csound/HEAD/bin/csound
>> > -- Installing:
>> >
>> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/csladspa.dylib
>> > -- Installing: /usr/local/Cellar/csound/HEAD/bin/csbeats
>> > -- Installing:
>> >
>> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libstdutil.dylib
>> > -- Installing: /usr/local/Cellar/csound/HEAD/bin/atsa
>> > -- Installing: /usr/local/Cellar/csound/HEAD/bin/csanalyze
>> > -- Installing: /usr/local/Cellar/csound/HEAD/bin/cvanal
>> > -- Installing: /usr/local/Cellar/csound/HEAD/bin/dnoise
>> > -- Installing: /usr/local/Cellar/csound/HEAD/bin/envext
>> > -- Installing: /usr/local/Cellar/csound/HEAD/bin/extractor
>> > -- Installing: /usr/local/Cellar/csound/HEAD/bin/het_export
>> > -- Installing: /usr/local/Cellar/csound/HEAD/bin/het_import
>> > -- Installing: /usr/local/Cellar/csound/HEAD/bin/hetro
>> > -- Installing: /usr/local/Cellar/csound/HEAD/bin/lpanal
>> > -- Installing: /usr/local/Cellar/csound/HEAD/bin/lpc_export
>> > -- Installing: /usr/local/Cellar/csound/HEAD/bin/lpc_import
>> > -- Installing: /usr/local/Cellar/csound/HEAD/bin/mixer
>> > -- Installing: /usr/local/Cellar/csound/HEAD/bin/pvanal
>> > -- Installing: /usr/local/Cellar/csound/HEAD/bin/pvlook
>> > -- Installing: /usr/local/Cellar/csound/HEAD/bin/pv_export
>> > -- Installing: /usr/local/Cellar/csound/HEAD/bin/pv_import
>> > -- Installing: /usr/local/Cellar/csound/HEAD/bin/scale
>> > -- Installing: /usr/local/Cellar/csound/HEAD/bin/sndinfo
>> > -- Installing: /usr/local/Cellar/csound/HEAD/bin/srconv
>> > -- Installing: /usr/local/Cellar/csound/HEAD/bin/scope
>> > -- Installing: /usr/local/Cellar/csound/HEAD/bin/scsort
>> > -- Installing: /usr/local/Cellar/csound/HEAD/bin/extract
>> > -- Installing: /usr/local/Cellar/csound/HEAD/bin/sdif2ad
>> > ==> Cleaning
>> > ==> Finishing up
>> > ln -s ../Cellar/csound/HEAD/bin/srconv srconv
>> > ln -s ../Cellar/csound/HEAD/bin/sndinfo sndinfo
>> > ln -s ../Cellar/csound/HEAD/bin/sdif2ad sdif2ad
>> > ln -s ../Cellar/csound/HEAD/bin/scsort scsort
>> > ln -s ../Cellar/csound/HEAD/bin/scope scope
>> > ln -s ../Cellar/csound/HEAD/bin/scale scale
>> > ln -s ../Cellar/csound/HEAD/bin/pvlook pvlook
>> > ln -s ../Cellar/csound/HEAD/bin/pvanal pvanal
>> > ln -s ../Cellar/csound/HEAD/bin/pv_import pv_import
>> > ln -s ../Cellar/csound/HEAD/bin/pv_export pv_export
>> > ln -s ../Cellar/csound/HEAD/bin/mixer mixer
>> > ln -s ../Cellar/csound/HEAD/bin/lpc_import lpc_import
>> > ln -s ../Cellar/csound/HEAD/bin/lpc_export lpc_export
>> > ln -s ../Cellar/csound/HEAD/bin/lpanal lpanal
>> > ln -s ../Cellar/csound/HEAD/bin/hetro hetro
>> > ln -s ../Cellar/csound/HEAD/bin/het_import het_import
>> > ln -s ../Cellar/csound/HEAD/bin/het_export het_export
>> > ln -s ../Cellar/csound/HEAD/bin/extractor extractor
>> > ln -s ../Cellar/csound/HEAD/bin/extract extract
>> > ln -s ../Cellar/csound/HEAD/bin/envext envext
>> > ln -s ../Cellar/csound/HEAD/bin/dnoise dnoise
>> > ln -s ../Cellar/csound/HEAD/bin/cvanal cvanal
>> > ln -s ../Cellar/csound/HEAD/bin/csound csound
>> > ln -s ../Cellar/csound/HEAD/bin/csbeats csbeats
>> > ln -s ../Cellar/csound/HEAD/bin/csanalyze csanalyze
>> > ln -s ../Cellar/csound/HEAD/bin/atsa atsa
>> > ln -s ../Cellar/csound/HEAD/lib/libcsnd.dylib libcsnd.dylib
>> > ln -s ../Cellar/csound/HEAD/lib/libcsnd.6.0.dylib libcsnd.6.0.dylib
>> > ln -s ../../Cellar/csound/HEAD csound
>> > ln -s ../Cellar/csound/HEAD csound
>> > Warning: Could not fix install names for
>> > /usr/local/Cellar/csound/HEAD/bin/srconv
>> > Warning: Could not fix install names for
>> > /usr/local/Cellar/csound/HEAD/bin/sndinfo
>> > Warning: Could not fix install names for
>> > /usr/local/Cellar/csound/HEAD/bin/scsort
>> > Warning: Could not fix install names for
>> > /usr/local/Cellar/csound/HEAD/bin/scope
>> > Warning: Could not fix install names for
>> > /usr/local/Cellar/csound/HEAD/bin/scale
>> > Warning: Could not fix install names for
>> > /usr/local/Cellar/csound/HEAD/bin/pvlook
>> > Warning: Could not fix install names for
>> > /usr/local/Cellar/csound/HEAD/bin/pvanal
>> > Warning: Could not fix install names for
>> > /usr/local/Cellar/csound/HEAD/bin/pv_import
>> > Warning: Could not fix install names for
>> > /usr/local/Cellar/csound/HEAD/bin/pv_export
>> > Warning: Could not fix install names for
>> > /usr/local/Cellar/csound/HEAD/bin/mixer
>> > Warning: Could not fix install names for
>> > /usr/local/Cellar/csound/HEAD/bin/lpc_import
>> > Warning: Could not fix install names for
>> > /usr/local/Cellar/csound/HEAD/bin/lpc_export
>> > Warning: Could not fix install names for
>> > /usr/local/Cellar/csound/HEAD/bin/lpanal
>> > Warning: Could not fix install names for
>> > /usr/local/Cellar/csound/HEAD/bin/hetro
>> > Warning: Could not fix install names for
>> > /usr/local/Cellar/csound/HEAD/bin/het_import
>> > Warning: Could not fix install names for
>> > /usr/local/Cellar/csound/HEAD/bin/het_export
>> > Warning: Could not fix install names for
>> > /usr/local/Cellar/csound/HEAD/bin/extractor
>> > Warning: Could not fix install names for
>> > /usr/local/Cellar/csound/HEAD/bin/extract
>> > Warning: Could not fix install names for
>> > /usr/local/Cellar/csound/HEAD/bin/envext
>> > Warning: Could not fix install names for
>> > /usr/local/Cellar/csound/HEAD/bin/dnoise
>> > Warning: Could not fix install names for
>> > /usr/local/Cellar/csound/HEAD/bin/cvanal
>> > Warning: Could not fix install names for
>> > /usr/local/Cellar/csound/HEAD/bin/csound
>> > Warning: Could not fix install names for
>> > /usr/local/Cellar/csound/HEAD/bin/csanalyze
>> > Warning: Could not fix install names for
>> > /usr/local/Cellar/csound/HEAD/bin/atsa
>> > Warning: Could not fix install names for
>> > /usr/local/Cellar/csound/HEAD/lib/libcsnd.6.0.dylib
>> > ==> Summary
>> > 🍺  /usr/local/Cellar/csound/HEAD: 33 files, 1.0M, built in 57 seconds
>> > peimankh:~ peimankhosravi$
>> >
>> >
>> >
>> >
>> >
>> >
>> >
>> >
>> > www.peimankhosravi.co.uk || Subscribe to RSS Feed
>> >
>> > To receive emails about upcoming concerts visit this page & enter your
>> > email
>> > address in the 'follow' section.
>> >
>> >
>> >
>> > On 13 May 2013 22:25, Steven Yi  wrote:
>> >>
>> >> Hi Peiman,
>> >>
>> >> Could you do "brew list" to see if the portaudio package is installed?
>> >>  If so, could you try "brew link portaudio" and if that reports
>> >> issues, try "brew link --overwrite portaudio"?  I'm thinking that that
>> >> package didn't link correctly before you installed csound, then csound
>> >> skipped building librtpa.dylib.   (I guess too you could check
>> >> /usr/local/lib for libportaudio.dylib)
>> >>
>> >> If there's still issues, could you uninstall then reinstall with "brew
>> >> install --HEAD -v csound > ~/output.txt" and then post the output
>> >> here?
>> >>
>> >> Thanks!
>> >> steven
>> >>
>> >> On Mon, May 13, 2013 at 11:18 PM, peiman khosravi
>> >>  wrote:
>> >> > Thank Steven,
>> >> >
>> >> > I've fixed the Path problem. The problem now is that librtpa.dylib
>> >> > isn't
>> >> > built.
>> >> >
>> >> > P
>> >> >
>> >> >
>> >> >
>> >> > ------------------------------------------------------------------------------
>> >> > AlienVault Unified Security Management (USM) platform delivers
>> >> > complete
>> >> > security visibility with the essential security capabilities. Easily
>> >> > and
>> >> > efficiently configure, manage, and operate all of your security
>> >> > controls
>> >> > from a single console and one unified framework. Download a free
>> >> > trial.
>> >> > http://p.sf.net/sfu/alienvault_d2d
>> >> > _______________________________________________
>> >> > Csound-devel mailing list
>> >> > Csound-devel@lists.sourceforge.net
>> >> > https://lists.sourceforge.net/lists/listinfo/csound-devel
>> >> >
>> >>
>> >>
>> >>
>> >> ------------------------------------------------------------------------------
>> >> AlienVault Unified Security Management (USM) platform delivers complete
>> >> security visibility with the essential security capabilities. Easily
>> >> and
>> >> efficiently configure, manage, and operate all of your security
>> >> controls
>> >> from a single console and one unified framework. Download a free trial.
>> >> http://p.sf.net/sfu/alienvault_d2d
>> >> _______________________________________________
>> >> Csound-devel mailing list
>> >> Csound-devel@lists.sourceforge.net
>> >> https://lists.sourceforge.net/lists/listinfo/csound-devel
>> >
>> >
>> >
>> >
>> > ------------------------------------------------------------------------------
>> > AlienVault Unified Security Management (USM) platform delivers complete
>> > security visibility with the essential security capabilities. Easily and
>> > efficiently configure, manage, and operate all of your security controls
>> > from a single console and one unified framework. Download a free trial.
>> > http://p.sf.net/sfu/alienvault_d2d
>> > _______________________________________________
>> > Csound-devel mailing list
>> > Csound-devel@lists.sourceforge.net
>> > https://lists.sourceforge.net/lists/listinfo/csound-devel
>> >
>>
>>
>> ------------------------------------------------------------------------------
>> AlienVault Unified Security Management (USM) platform delivers complete
>> security visibility with the essential security capabilities. Easily and
>> efficiently configure, manage, and operate all of your security controls
>> from a single console and one unified framework. Download a free trial.
>> http://p.sf.net/sfu/alienvault_d2d
>> _______________________________________________
>> Csound-devel mailing list
>> Csound-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>
>
>
> ------------------------------------------------------------------------------
> AlienVault Unified Security Management (USM) platform delivers complete
> security visibility with the essential security capabilities. Easily and
> efficiently configure, manage, and operate all of your security controls
> from a single console and one unified framework. Download a free trial.
> http://p.sf.net/sfu/alienvault_d2d
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel
>

------------------------------------------------------------------------------
AlienVault Unified Security Management (USM) platform delivers complete
security visibility with the essential security capabilities. Easily and
efficiently configure, manage, and operate all of your security controls
from a single console and one unified framework. Download a free trial.
http://p.sf.net/sfu/alienvault_d2d
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/cs

Date2013-05-13 23:20
Frompeiman khosravi
SubjectRe: [Cs-dev] OSX: Homebrew
AttachmentsNone  None  
And here is mine:

peimankh:include peimankhosravi$ ls -al /usr/local/include/port*
lrwxr-xr-x  1 peimankhosravi  admin  51 13 May 22:39 /usr/local/include/portaudio.h -> ../Cellar/portaudio/19.20111121/include/portaudio.h
lrwxr-xr-x  1 peimankhosravi  admin  41 13 May 02:01 /usr/local/include/portmidi.h -> ../Cellar/portmidi/217/include/portmidi.h
lrwxr-xr-x  1 peimankhosravi  admin  41 13 May 02:01 /usr/local/include/porttime.h -> ../Cellar/portmidi/217/include/porttime.h






www.peimankhosravi.co.uk || Subscribe to RSS Feed

To receive emails about upcoming concerts visit this page & enter your email address in the 'follow' section.



On 13 May 2013 23:16, Steven Yi <stevenyi@gmail.com> wrote:
Hm, I'm not sure what would be the next step here.  Just to double
check, I have these in my /usr/local/include:

Steven-Yis-MacBook-Pro:csound6 stevenyi$ ls -al /usr/local/include/port*
lrwxr-xr-x  1 stevenyi  admin  51 May 11 22:40
/usr/local/include/portaudio.h ->
../Cellar/portaudio/19.20111121/include/portaudio.h
lrwxr-xr-x  1 stevenyi  admin  41 May 11 22:40
/usr/local/include/portmidi.h ->
../Cellar/portmidi/217/include/portmidi.h
lrwxr-xr-x  1 stevenyi  admin  41 May 11 22:40
/usr/local/include/porttime.h ->
../Cellar/portmidi/217/include/porttime.h

These are all linked to the portaudio and portmidi that were installed
with brew.  Could you check that yours are links and not files?

On Mon, May 13, 2013 at 11:55 PM, peiman khosravi
<peimankhosravi@gmail.com> wrote:
> Should I delete those files and reinstall portaudio?
>
>
>
>
>
>
> www.peimankhosravi.co.uk || Subscribe to RSS Feed
>
> To receive emails about upcoming concerts visit this page & enter your email
> address in the 'follow' section.
>
>
>
> On 13 May 2013 22:50, Steven Yi <stevenyi@gmail.com> wrote:
>>
>> Hi Peiman,
>>
>> It's odd that Cmake reports:
>>
>> -- PORTAUDIO_HEADER="", so disabling USE_PORTAUDIO
>> -- USE_PORTAUDIO is disabled
>> -- PORTMIDI_HEADER="", so disabling USE_PORTMIDI
>>
>> can you check your /usr/local/include to see if portmidi.h and
>> portaudio.h are there?  If not, then maybe it could be a permissions
>> issue with that folder.  If they are there, then the problem lies
>> elsewhere and this could be trickier to figure out.
>>
>> Thanks!
>> steven
>>
>> On Mon, May 13, 2013 at 11:44 PM, peiman khosravi
>> <peimankhosravi@gmail.com> wrote:
>> > Hi Steven,
>> >
>> > I tried all your suggestions but it's the same. Here's the log:
>> >
>> >
>> >
>> > Last login: Mon May 13 22:40:36 on ttys004
>> > peimankh:~ peimankhosravi$ uninstall csound
>> > You must be root to run this tool.
>> > peimankh:~ peimankhosravi$ brew uninstall csound
>> > Uninstalling /usr/local/Cellar/csound/HEAD...
>> > peimankh:~ peimankhosravi$ brew install --HEAD -v csound
>> > Warning: Your Xcode (4.5.2) is outdated
>> > Please install Xcode 4.6.2.
>> > ==> Cloning git://git.code.sourceforge.net/p/csound/csound6-git
>> > git --git-dir /Library/Caches/Homebrew/csound--git/.git status -s
>> > Updating /Library/Caches/Homebrew/csound--git
>> > git config remote.origin.url
>> > git://git.code.sourceforge.net/p/csound/csound6-git
>> > git config remote.origin.fetch
>> > +refs/heads/master:refs/remotes/origin/master
>> > git fetch origin
>> > git checkout -f master
>> > Already on 'master'
>> > git reset --hard origin/HEAD
>> > HEAD is now at a014b11 Merge branch 'master' of
>> > https://git.code.sf.net/p/csound/csound6-git
>> > git reset --hard origin/HEAD
>> > HEAD is now at a014b11 Merge branch 'master' of
>> > https://git.code.sf.net/p/csound/csound6-git
>> > git checkout-index -a -f --prefix=/private/tmp/csound-NU4A/
>> > ==> cmake . -DUSE_GETTEXT=0
>> > -DCMAKE_INSTALL_PREFIX=/usr/local/Cellar/csound/HEAD
>> > -DCMAKE_BUILD_TYPE=None
>> > -DCMAKE_FIND_FRAMEWORK=LAST -Wno-dev
>> > cmake . -DUSE_GETTEXT=0
>> > -DCMAKE_INSTALL_PREFIX=/usr/local/Cellar/csound/HEAD
>> > -DCMAKE_BUILD_TYPE=None -DCMAKE_FIND_FRAMEWORK=LAST -Wno-dev
>> > -- The C compiler identification is Clang 4.2.0
>> > -- The CXX compiler identification is Clang 4.2.0
>> > -- Check for working C compiler: /usr/local/Library/ENV/4.3/cc
>> > -- Check for working C compiler: /usr/local/Library/ENV/4.3/cc -- works
>> > -- Detecting C compiler ABI info
>> > -- Detecting C compiler ABI info - done
>> > -- Check for working CXX compiler: /usr/local/Library/ENV/4.3/c++
>> > -- Check for working CXX compiler: /usr/local/Library/ENV/4.3/c++ --
>> > works
>> > -- Detecting CXX compiler ABI info
>> > -- Detecting CXX compiler ABI info - done
>> > -- /tmp/csound-NU4A
>> > -- BUILD_BIN_DIR set to /tmp/csound-NU4A
>> > -- BUILD_LIB_DIR set to /tmp/csound-NU4A
>> > -- BUILD_PLUGINS_DIR set to /tmp/csound-NU4A
>> > -- Check if the system is big endian
>> > -- Searching 16 bit integer
>> > -- Looking for sys/types.h
>> > -- Looking for sys/types.h - found
>> > -- Looking for stdint.h
>> > -- Looking for stdint.h - found
>> > -- Looking for stddef.h
>> > -- Looking for stddef.h - found
>> > -- Check size of unsigned short
>> > -- Check size of unsigned short - done
>> > -- Using unsigned short
>> > -- Check if the system is big endian - little endian
>> > -- Try OpenMP C flag = [-fopenmp]
>> > -- Performing Test OpenMP_FLAG_DETECTED
>> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> > -- Try OpenMP C flag = [/openmp]
>> > -- Performing Test OpenMP_FLAG_DETECTED
>> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> > -- Try OpenMP C flag = [-Qopenmp]
>> > -- Performing Test OpenMP_FLAG_DETECTED
>> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> > -- Try OpenMP C flag = [-openmp]
>> > -- Performing Test OpenMP_FLAG_DETECTED
>> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> > -- Try OpenMP C flag = [ ]
>> > -- Performing Test OpenMP_FLAG_DETECTED
>> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> > -- Try OpenMP C flag = [-xopenmp]
>> > -- Performing Test OpenMP_FLAG_DETECTED
>> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> > -- Try OpenMP C flag = [+Oopenmp]
>> > -- Performing Test OpenMP_FLAG_DETECTED
>> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> > -- Try OpenMP C flag = [-qsmp]
>> > -- Performing Test OpenMP_FLAG_DETECTED
>> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> > -- Try OpenMP C flag = [-mp]
>> > -- Performing Test OpenMP_FLAG_DETECTED
>> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> > -- Try OpenMP CXX flag = [-fopenmp]
>> > -- Performing Test OpenMP_FLAG_DETECTED
>> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> > -- Try OpenMP CXX flag = [/openmp]
>> > -- Performing Test OpenMP_FLAG_DETECTED
>> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> > -- Try OpenMP CXX flag = [-Qopenmp]
>> > -- Performing Test OpenMP_FLAG_DETECTED
>> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> > -- Try OpenMP CXX flag = [-openmp]
>> > -- Performing Test OpenMP_FLAG_DETECTED
>> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> > -- Try OpenMP CXX flag = [ ]
>> > -- Performing Test OpenMP_FLAG_DETECTED
>> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> > -- Try OpenMP CXX flag = [-xopenmp]
>> > -- Performing Test OpenMP_FLAG_DETECTED
>> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> > -- Try OpenMP CXX flag = [+Oopenmp]
>> > -- Performing Test OpenMP_FLAG_DETECTED
>> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> > -- Try OpenMP CXX flag = [-qsmp]
>> > -- Performing Test OpenMP_FLAG_DETECTED
>> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> > -- Try OpenMP CXX flag = [-mp]
>> > -- Performing Test OpenMP_FLAG_DETECTED
>> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> > -- Could NOT find OpenMP (missing:  OpenMP_C_FLAGS OpenMP_CXX_FLAGS)
>> > -- Looking for libintl.h
>> > -- Looking for libintl.h - not found
>> > -- Looking for C++ include eigen3/Eigen/Dense
>> > -- Looking for C++ include eigen3/Eigen/Dense - not found
>> > -- Could NOT find Gettext (missing:  GETTEXT_MSGMERGE_EXECUTABLE
>> > GETTEXT_MSGFMT_EXECUTABLE)
>> > -- Looking for lrint in m
>> > -- Looking for lrint in m - found
>> > -- Looking for unistd.h
>> > -- Looking for unistd.h - found
>> > -- Looking for io.h
>> > -- Looking for io.h - not found
>> > -- Looking for fcntl.h
>> > -- Looking for fcntl.h - found
>> > -- Looking for sys/time.h
>> > -- Looking for sys/time.h - found
>> > -- Looking for termios.h
>> > -- Looking for termios.h - found
>> > -- Looking for values.h
>> > -- Looking for values.h - not found
>> > -- Looking for winsock.h
>> > -- Looking for winsock.h - not found
>> > -- Looking for sys/socket.h
>> > -- Looking for sys/socket.h - found
>> > -- Looking for dirent.h
>> > -- Looking for dirent.h - found
>> > -- USE_LRINT is enabled
>> > -- Found FLEX: /usr/bin/flex (found version "2.5.35")
>> > -- Found BISON: /usr/bin/bison (found version "2.3")
>> > -- Looking for pthread_spin_lock
>> > -- Looking for pthread_spin_lock - not found
>> > -- Looking for pthread_barrier_init
>> > -- Looking for pthread_barrier_init - not found
>> > -- OPENMP_FOUND="FALSE", so disabling USE_OPEN_MP
>> > -- PTHREAD_BARRIER_INIT_EXISTS="", so disabling USE_OPEN_MP
>> > -- USE_OPEN_MP is disabled
>> > -- Not building with score parser
>> > -- Not building with new parser debugging
>> > -- Building with multicore
>> > -- USE_GETTEXT is disabled
>> > -- Not using localization
>> > -- Building on OSX
>> > -- Boost version: 1.53.0
>> > -- Looking for ladspa.h
>> > -- Looking for ladspa.h - not found
>> > -- Looking for fluidsynth.h
>> > -- Looking for fluidsynth.h - not found
>> > -- Looking for jack/jack.h
>> > -- Looking for jack/jack.h - found
>> > -- Looking for C++ include gmm/gmm.h
>> > -- Looking for C++ include gmm/gmm.h - not found
>> > -- Looking for lo/lo.h
>> > -- Looking for lo/lo.h - found
>> > -- Found ZLIB: /usr/lib/libz.dylib (found version "1.2.5")
>> > -- Found PNG: /usr/local/opt/libpng/lib/libpng.dylib (found version
>> > "1.5.14")
>> > -- Found PythonLibs: /usr/lib/libpython2.7.dylib (found version "2.7.1")
>> > -- Could NOT find Lua51 (missing:  LUA_LIBRARIES LUA_INCLUDE_DIR)
>> > -- Looking for wiiuse.h
>> > -- Looking for wiiuse.h - not found
>> > -- Looking for p5glove.h
>> > -- Looking for p5glove.h - not found
>> > -- BUILD_CHUA_OPCODES is enabled
>> > -- LADSPA_H="", so disabling BUILD_DSSI_OPCODES
>> > -- BUILD_DSSI_OPCODES is disabled
>> > -- FLUIDSYNTH_H="", so disabling BUILD_FLUID_OPCODES
>> > -- FLUIDSYNTH_LIBRARY="FLUIDSYNTH_LIBRARY-NOTFOUND", so disabling
>> > BUILD_FLUID_OPCODES
>> > -- BUILD_FLUID_OPCODES is disabled
>> > -- BUILD_JACK_OPCODES is enabled
>> > -- GMM_HEADER="", so disabling BUILD_LINEAR_ALGEBRA_OPCODES
>> > -- BUILD_LINEAR_ALGEBRA_OPCODES is disabled
>> > -- BUILD_OSC_OPCODES is enabled
>> > -- BUILD_IMAGE_OPCODES is enabled
>> > -- BUILD_PYTHON_OPCODES is enabled
>> > -- LUA51_FOUND="FALSE", so disabling BUILD_LUA_OPCODES
>> > -- OPENMP_FOUND="FALSE", so disabling BUILD_LUA_OPCODES
>> > -- BUILD_LUA_OPCODES is disabled
>> > -- WIIUSE_H="", so disabling BUILD_WIIMOTE_OPCODES
>> > -- BUILD_WIIMOTE_OPCODES is disabled
>> > -- P5GLOVE_H="", so disabling BUILD_P5GLOVE_OPCODES
>> > -- BUILD_P5GLOVE_OPCODES is disabled
>> > -- BUILD_STK_OPCODES is enabled
>> > --
>> > -- ## REALTIME AUDIO AND MIDI ##
>> > -- Looking for alsa/asoundlib.h
>> > -- Looking for alsa/asoundlib.h - not found
>> > -- Looking for pulse/simple.h
>> > -- Looking for pulse/simple.h - not found
>> > -- Looking for XOpenDisplay in
>> > /usr/X11/lib/libX11.dylib;/usr/X11/lib/libXext.dylib
>> > -- Looking for XOpenDisplay in
>> > /usr/X11/lib/libX11.dylib;/usr/X11/lib/libXext.dylib - found
>> > -- Looking for gethostbyname
>> > -- Looking for gethostbyname - found
>> > -- Looking for connect
>> > -- Looking for connect - found
>> > -- Looking for remove
>> > -- Looking for remove - found
>> > -- Looking for shmat
>> > -- Looking for shmat - found
>> > -- Looking for IceConnectionNumber in ICE
>> > -- Looking for IceConnectionNumber in ICE - found
>> > -- Found X11: /usr/X11/lib/libX11.dylib
>> > -- Found FLTK:
>> >
>> > /usr/local/lib/libfltk_images.a;/usr/local/lib/libfltk_forms.a;/usr/local/lib/libfltk.a
>> > -- USE_COREMIDI is enabled
>> > -- USE_AUDIOUNIT is enabled
>> > -- ALSA_HEADER="", so disabling USE_ALSA
>> > -- ALSA_LIBRARY="ALSA_LIBRARY-NOTFOUND", so disabling USE_ALSA
>> > -- USE_ALSA is disabled
>> > -- PULSEAUDIO_HEADER="", so disabling USE_PULSEAUDIO
>> > -- PULSEAUDIO_LIBRARY="PULSEAUDIO_LIBRARY-NOTFOUND", so disabling
>> > USE_PULSEAUDIO
>> > -- PULSESIMPLE_LIBRARY="PULSESIMPLE_LIBRARY-NOTFOUND", so disabling
>> > USE_PULSEAUDIO
>> > -- USE_PULSEAUDIO is disabled
>> > -- PORTAUDIO_HEADER="", so disabling USE_PORTAUDIO
>> > -- USE_PORTAUDIO is disabled
>> > -- PORTMIDI_HEADER="", so disabling USE_PORTMIDI
>> > -- USE_PORTMIDI is disabled
>> > -- USE_JACK is enabled
>> > -- USE_FLTK is enabled
>> > -- BUILD_VIRTUAL_KEYBOARD is enabled
>> > --
>> > -- Building C++ interface library
>> > -- Found SWIG: /usr/local/bin/swig (found suitable version "2.0.9",
>> > minimum
>> > required is "2.0")
>> > -- Found JNI: -framework JavaVM
>> > -- Found Java: /usr/bin/java (found version "1.6.0.43")
>> > -- Could NOT find Lua51 (missing:  LUA_LIBRARIES LUA_INCLUDE_DIR)
>> > -- BUILD_PYTHON_INTERFACE is enabled
>> > -- BUILD_JAVA_INTERFACE is enabled
>> > -- LUA51_FOUND="FALSE", so disabling BUILD_LUA_INTERFACE
>> > -- BUILD_LUA_INTERFACE is disabled
>> > -- Looking for m_pd.h
>> > -- Looking for m_pd.h - not found
>> > -- Building csLadspa
>> > -- BUILD_CSBEATS is enabled
>> > -- PD_HEADER="", so disabling BUILD_PD_CLASS
>> > -- BUILD_PD_CLASS is disabled
>> > -- BUILD_WINSOUND is disabled
>> > -- Boost version: 1.53.0
>> > -- Found SWIG: /usr/local/bin/swig (found version "2.0.9")
>> > -- Could NOT find Lua51 (missing:  LUA_LIBRARIES LUA_INCLUDE_DIR)
>> > -- BUILD_CSOUND_AC is disabled
>> > -- BUILD_CSOUND_AC_PYTHON_INTERFACE is enabled
>> > -- LUA51_FOUND="FALSE", so disabling BUILD_CSOUND_AC_LUA_INTERFACE
>> > -- BUILD_CSOUND_AC_LUA_INTERFACE is disabled
>> > -- Configuring done
>> > -- Generating done
>> > -- Build files have been written to: /tmp/csound-NU4A
>> > ==> make install
>> > make install
>> > Scanning dependencies of target ampmidid
>> > Scanning dependencies of target chua
>> > Scanning dependencies of target cellular
>> > [  0%] [  1%] [  1%] Generating csound_prelex.c
>> > Building CXX object Opcodes/CMakeFiles/ampmidid.dir/ampmidid.cpp.o
>> > Building C object Opcodes/CMakeFiles/cellular.dir/cellular.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [  1%] Generating csound_orclex.c
>> > [  1%] Generating csound_orcparse.c
>> > /tmp/csound-NU4A/Engine/csound_orc.y: conflicts: 4 shift/reduce, 10
>> > reduce/reduce
>> > Linking C shared library ../libcellular.dylib
>> > Linking CXX shared library ../libampmidid.dylib
>> > [  2%] Building CXX object
>> > Opcodes/CMakeFiles/chua.dir/chua/ChuaOscillator.cpp.o
>> > [  2%] Built target cellular
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > Scanning dependencies of target control
>> > Scanning dependencies of target CsoundLib64
>> > [  2%] Building C object Opcodes/CMakeFiles/control.dir/control.c.o
>> > [  2%] Built target ampmidid
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > Scanning dependencies of target cs_date
>> > [  3%] Building C object Opcodes/CMakeFiles/cs_date.dir/date.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > Linking C shared library ../libcontrol.dylib
>> > Linking C shared library ../libcs_date.dylib
>> > [  3%] Built target control
>> > [  3%] Built target cs_date
>> > Scanning dependencies of target doppler
>> > Scanning dependencies of target fareygen
>> > [  3%] [  3%] Building CXX object
>> > Opcodes/CMakeFiles/doppler.dir/doppler.cpp.o
>> > Building C object Opcodes/CMakeFiles/fareygen.dir/fareygen.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [  4%] Building C object CMakeFiles/CsoundLib64.dir/Engine/auxfd.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > Linking C shared library ../libfareygen.dylib
>> > [  4%] Built target fareygen
>> > [  4%] Scanning dependencies of target fractalnoise
>> > Building C object CMakeFiles/CsoundLib64.dir/Engine/cfgvar.c.o
>> > [  4%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > Building CXX object
>> > Opcodes/CMakeFiles/fractalnoise.dir/tl/fractalnoise.cpp.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [  4%] Building C object CMakeFiles/CsoundLib64.dir/Engine/corfiles.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > Linking CXX shared library ../libfractalnoise.dylib
>> > [  4%] Built target fractalnoise
>> > Scanning dependencies of target image
>> > Linking CXX shared library ../libdoppler.dylib
>> > [  5%] [  6%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Engine/entry1.c.o
>> > Building C object Opcodes/CMakeFiles/image.dir/imageOpcodes.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [  6%] Built target doppler
>> > Scanning dependencies of target jackTransport
>> > [  6%] Building C object
>> > Opcodes/CMakeFiles/jackTransport.dir/jackTransport.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [  6%] Building C object CMakeFiles/CsoundLib64.dir/Engine/envvar.c.o
>> > Linking C shared library ../libimage.dylib
>> > Linking C shared library ../libjackTransport.dylib
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [  6%] Built target image
>> > [  6%] Built target jackTransport
>> > Scanning dependencies of target jacko
>> > Scanning dependencies of target mixer
>> > [  7%] [  8%] Building CXX object
>> > Opcodes/CMakeFiles/mixer.dir/mixer.cpp.o
>> > Building CXX object Opcodes/CMakeFiles/jacko.dir/jacko.cpp.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [  8%] Building C object CMakeFiles/CsoundLib64.dir/Engine/extract.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > Linking CXX shared library ../libchua.dylib
>> > [  8%] Built target chua
>> > [  9%] Scanning dependencies of target osc
>> > Building C object CMakeFiles/CsoundLib64.dir/Engine/fgens.c.o
>> > [  9%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > Building C object Opcodes/CMakeFiles/osc.dir/OSC.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > Linking C shared library ../libosc.dylib
>> > [  9%] Built target osc
>> > Scanning dependencies of target platerev
>> > Linking CXX shared library ../libjacko.dylib
>> > [ 10%] Building C object Opcodes/CMakeFiles/platerev.dir/platerev.c.o
>> > Linking CXX shared library ../libmixer.dylib
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 10%] Built target jacko
>> > Scanning dependencies of target py
>> > [ 10%] Built target mixer
>> > Scanning dependencies of target scansyn
>> > [ 10%] Building C object Opcodes/CMakeFiles/py.dir/py/pythonopcodes.c.o
>> > [ 10%] Building C object Opcodes/CMakeFiles/scansyn.dir/scansyn.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > Linking C shared library ../libplaterev.dylib
>> > [ 10%] Built target platerev
>> > Scanning dependencies of target serial
>> > [ 11%] Building C object Opcodes/CMakeFiles/serial.dir/serial.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 12%] Building C object Opcodes/CMakeFiles/scansyn.dir/scansynx.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > Linking C shared library ../libserial.dylib
>> > [ 12%] Built target serial
>> > Scanning dependencies of target signalflowgraph
>> > [ 12%] Building CXX object
>> > Opcodes/CMakeFiles/signalflowgraph.dir/signalflowgraph.cpp.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > Linking C shared library ../libscansyn.dylib
>> > [ 12%] Building C object CMakeFiles/CsoundLib64.dir/Engine/insert.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 12%] Built target scansyn
>> > Scanning dependencies of target system_call
>> > [ 12%] Building C object
>> > Opcodes/CMakeFiles/system_call.dir/system_call.c.o
>> > Linking C shared library ../libpy.dylib
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 12%] Built target py
>> > Scanning dependencies of target stk-ops
>> > Linking C shared library ../libsystem_call.dylib
>> > [ 13%] Building CXX object
>> > Opcodes/stk/CMakeFiles/stk-ops.dir/stkOpcodes.cpp.o
>> > [ 13%] Built target system_call
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > Scanning dependencies of target cmidi
>> > [ 13%] Building C object InOut/CMakeFiles/cmidi.dir/cmidi.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > Linking C shared library ../libcmidi.dylib
>> > [ 13%] Building C object CMakeFiles/CsoundLib64.dir/Engine/linevent.c.o
>> > [ 13%] Built target cmidi
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 14%] Building C object CMakeFiles/CsoundLib64.dir/Engine/memalloc.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > Scanning dependencies of target ipmidi
>> > [ 14%] [ 14%] Building C object InOut/CMakeFiles/ipmidi.dir/ipmidi.c.o
>> > Building C object CMakeFiles/CsoundLib64.dir/Engine/memfiles.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > Linking C shared library ../libipmidi.dylib
>> > [ 14%] Built target ipmidi
>> > Scanning dependencies of target rtauhal
>> > [ 14%] Building C object CMakeFiles/CsoundLib64.dir/Engine/musmon.c.o
>> > [ 14%] Building C object InOut/CMakeFiles/rtauhal.dir/rtauhal.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > Linking C shared library ../librtauhal.dylib
>> > [ 14%] Building C object CMakeFiles/CsoundLib64.dir/Engine/namedins.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 14%] Built target rtauhal
>> > [ 15%] Building C object CMakeFiles/CsoundLib64.dir/Engine/rdscor.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > Scanning dependencies of target rtjack
>> > [ 16%] Building C object InOut/CMakeFiles/rtjack.dir/rtjack.c.o
>> > [ 16%] Building C object CMakeFiles/CsoundLib64.dir/Engine/scsort.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 16%] Linking CXX shared library ../../libstk.dylib
>> > Building C object CMakeFiles/CsoundLib64.dir/Engine/scxtract.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 16%] Built target stk-ops
>> > [ 17%] Building C object CMakeFiles/CsoundLib64.dir/Engine/sort.c.o
>> > Scanning dependencies of target virtual
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > Linking C shared library ../librtjack.dylib
>> > [ 17%] Building CXX object
>> > InOut/CMakeFiles/virtual.dir/virtual_keyboard/FLTKKeyboard.cpp.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 17%] Built target rtjack
>> > Scanning dependencies of target widgets
>> > [ 17%] Building CXX object InOut/CMakeFiles/widgets.dir/FL_graph.cpp.o
>> > [ 17%] Building C object CMakeFiles/CsoundLib64.dir/Engine/sread.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 17%] Building C object InOut/CMakeFiles/widgets.dir/winFLTK.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 18%] Building CXX object InOut/CMakeFiles/widgets.dir/widgets.cpp.o
>> > [ 18%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > Building CXX object
>> > InOut/CMakeFiles/virtual.dir/virtual_keyboard/FLTKKeyboardWindow.cpp.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 18%] Building C object CMakeFiles/CsoundLib64.dir/Engine/swritestr.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > Linking CXX shared library ../libsignalflowgraph.dylib
>> > [ 19%] Building CXX object
>> > InOut/CMakeFiles/virtual.dir/virtual_keyboard/FLTKKeyboardWidget.cpp.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 19%] Built target signalflowgraph
>> > [ 19%] [FLEX][csbeats_SCANNER] Building scanner with flex 2.5.35
>> > [ 19%] [BISON][csbeats_PARSER] Building parser with bison 2.3
>> > beats/beats.y: conflicts: 1 reduce/reduce
>> > [ 20%] Building C object CMakeFiles/CsoundLib64.dir/Engine/twarp.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > Scanning dependencies of target csbeats
>> > [ 21%] Building C object frontends/CMakeFiles/csbeats.dir/beats/main.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 21%] Building CXX object
>> > InOut/CMakeFiles/virtual.dir/virtual_keyboard/virtual_keyboard.cpp.o
>> > [ 21%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Engine/csound_type_system.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 21%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > Building C object frontends/CMakeFiles/csbeats.dir/beatslex.yy.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 21%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Engine/csound_standard_types.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 21%] Building C object frontends/CMakeFiles/csbeats.dir/beats.tab.c.o
>> > [ 22%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > Building C object
>> > CMakeFiles/CsoundLib64.dir/Engine/csound_data_structures.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 22%] Building CXX object
>> > InOut/CMakeFiles/virtual.dir/virtual_keyboard/Bank.cpp.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > Linking C executable ../csbeats
>> > [ 22%] Building C object CMakeFiles/CsoundLib64.dir/Engine/pools.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 22%] Built target csbeats
>> > [ 23%] Building CXX object
>> > InOut/CMakeFiles/virtual.dir/virtual_keyboard/KeyboardMapping.cpp.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > Scanning dependencies of target stdutil
>> > [ 23%] Building C object CMakeFiles/CsoundLib64.dir/InOut/libsnd.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 24%] Building C object util/CMakeFiles/stdutil.dir/atsa.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 24%] Building CXX object
>> > InOut/CMakeFiles/virtual.dir/virtual_keyboard/Program.cpp.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 24%] Building CXX object
>> > InOut/CMakeFiles/virtual.dir/virtual_keyboard/SliderBank.cpp.o
>> > [ 24%] Building C object CMakeFiles/CsoundLib64.dir/InOut/libsnd_u.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 25%] Building C object CMakeFiles/CsoundLib64.dir/InOut/midifile.c.o
>> > [ 26%] Building CXX object
>> > InOut/CMakeFiles/virtual.dir/virtual_keyboard/SliderData.cpp.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > Linking CXX shared library ../libvirtual.dylib
>> > [ 26%] [ 26%] Built target virtual
>> > Building C object CMakeFiles/CsoundLib64.dir/InOut/midirecv.c.o
>> > Scanning dependencies of target sdif2ad
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 27%] Building C object SDIF/CMakeFiles/sdif2ad.dir/sdif2adsyn.c.o
>> > [ 27%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > Building C object util/CMakeFiles/stdutil.dir/cvanal.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 27%] [ 27%] Building C object
>> > CMakeFiles/CsoundLib64.dir/InOut/midisend.c.o
>> > Building C object SDIF/CMakeFiles/sdif2ad.dir/sdif.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 27%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > Building C object util/CMakeFiles/stdutil.dir/dnoise.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 28%] Building C object CMakeFiles/CsoundLib64.dir/InOut/winascii.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 28%] Building C object SDIF/CMakeFiles/sdif2ad.dir/sdif-mem.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 28%] Building C object CMakeFiles/CsoundLib64.dir/InOut/windin.c.o
>> > Linking C executable ../sdif2ad
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 28%] Built target sdif2ad
>> > [ 29%] Building C object util/CMakeFiles/stdutil.dir/envext.c.o
>> > [ 29%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > Building C object CMakeFiles/CsoundLib64.dir/InOut/window.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 29%] Linking CXX shared library ../libwidgets.dylib
>> > Building C object util/CMakeFiles/stdutil.dir/het_export.c.o
>> > [ 29%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > Building C object util/CMakeFiles/stdutil.dir/het_import.c.o
>> > [ 30%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > Building C object CMakeFiles/CsoundLib64.dir/InOut/winEPS.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 31%] Building C object util/CMakeFiles/stdutil.dir/hetro.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 31%] Building C object util/CMakeFiles/stdutil.dir/lpanal.c.o
>> > [ 31%] Built target widgets
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 31%] Building C object
>> > CMakeFiles/CsoundLib64.dir/InOut/circularbuffer.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 31%] Building C object CMakeFiles/CsoundLib64.dir/OOps/aops.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 32%] Building C object CMakeFiles/CsoundLib64.dir/OOps/bus.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 32%] Building C object util/CMakeFiles/stdutil.dir/lpc_export.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 33%] [ 33%] Building C object
>> > util/CMakeFiles/stdutil.dir/lpc_import.c.o
>> > Building C object util/CMakeFiles/stdutil.dir/mixer.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 33%] Building C object CMakeFiles/CsoundLib64.dir/OOps/cmath.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 33%] Building C object CMakeFiles/CsoundLib64.dir/OOps/diskin.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 33%] Building C object CMakeFiles/CsoundLib64.dir/OOps/diskin2.c.o
>> > [ 33%] Building C object util/CMakeFiles/stdutil.dir/pvanal.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 34%] Building C object CMakeFiles/CsoundLib64.dir/OOps/disprep.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 34%] Building C object CMakeFiles/CsoundLib64.dir/OOps/dumpf.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 34%] Building C object CMakeFiles/CsoundLib64.dir/OOps/fftlib.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 34%] Building C object util/CMakeFiles/stdutil.dir/pv_export.c.o
>> > [ 35%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > Building C object CMakeFiles/CsoundLib64.dir/OOps/goto_ops.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 35%] Building C object CMakeFiles/CsoundLib64.dir/OOps/midiinterop.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 36%] Building C object util/CMakeFiles/stdutil.dir/pv_import.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 36%] [ 36%] Building C object util/CMakeFiles/stdutil.dir/pvlook.c.o
>> > Building C object util/CMakeFiles/stdutil.dir/scale.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 37%] Building C object util/CMakeFiles/stdutil.dir/sndinfo.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 37%] Building C object util/CMakeFiles/stdutil.dir/srconv.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 37%] [ 38%] Building C object util/CMakeFiles/stdutil.dir/std_util.c.o
>> > Building C object util/CMakeFiles/stdutil.dir/xtrct.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 38%] [ 39%] Building C object
>> > CMakeFiles/CsoundLib64.dir/OOps/midiops.c.o
>> > Building C object CMakeFiles/CsoundLib64.dir/OOps/midiout.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 39%] Building C object CMakeFiles/CsoundLib64.dir/OOps/mxfft.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 39%] Building C object util/CMakeFiles/stdutil.dir/scope.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 39%] Building C object CMakeFiles/CsoundLib64.dir/OOps/oscils.c.o
>> > [ 40%] Building C object CMakeFiles/CsoundLib64.dir/OOps/pstream.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 40%] Building C object util/CMakeFiles/stdutil.dir/__/SDIF/sdif.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 40%] Building C object CMakeFiles/CsoundLib64.dir/OOps/pvfileio.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 40%] Linking C shared library ../libstdutil.dylib
>> > Building C object CMakeFiles/CsoundLib64.dir/OOps/pvsanal.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 40%] Building C object CMakeFiles/CsoundLib64.dir/OOps/random.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 40%] Built target stdutil
>> > [ 41%] Building C object CMakeFiles/CsoundLib64.dir/OOps/remote.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 41%] Building C object CMakeFiles/CsoundLib64.dir/OOps/schedule.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 41%] Building C object CMakeFiles/CsoundLib64.dir/OOps/sndinfUG.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 42%] Building C object CMakeFiles/CsoundLib64.dir/OOps/str_ops.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 42%] Building C object CMakeFiles/CsoundLib64.dir/OOps/ugens1.c.o
>> > [ 42%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > Building C object CMakeFiles/CsoundLib64.dir/OOps/ugens2.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 43%] Building C object CMakeFiles/CsoundLib64.dir/OOps/ugens2a.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 43%] Building C object CMakeFiles/CsoundLib64.dir/OOps/ugens3.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 43%] Building C object CMakeFiles/CsoundLib64.dir/OOps/ugens4.c.o
>> > [ 44%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > Building C object CMakeFiles/CsoundLib64.dir/OOps/ugens5.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 44%] Building C object CMakeFiles/CsoundLib64.dir/OOps/ugens6.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 44%] Building C object CMakeFiles/CsoundLib64.dir/OOps/ugtabs.c.o
>> > [ 44%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > Building C object CMakeFiles/CsoundLib64.dir/OOps/ugrw1.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 45%] Building C object CMakeFiles/CsoundLib64.dir/OOps/ugrw2.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 45%] Building C object CMakeFiles/CsoundLib64.dir/OOps/vdelay.c.o
>> > [ 45%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 46%] [ 46%] Building C object
>> > CMakeFiles/CsoundLib64.dir/OOps/compile_ops.c.o
>> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/bilbar.c.o
>> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/babo.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 46%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/compress.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 47%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/eqfil.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 47%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/Vosim.c.o
>> > [ 47%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pitch.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 48%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pitch0.c.o
>> > [ 48%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/spectra.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 48%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Opcodes/ambicode1.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 48%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/sfont.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 49%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/grain4.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 49%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/hrtferX.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 49%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/loscilx.c.o
>> > [ 50%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/minmax.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 50%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pan2.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 50%] [ 51%] [ 51%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Opcodes/phisem.c.o
>> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/arrays.c.o
>> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/hrtfopcodes.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 51%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/stackops.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 52%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/vbap.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 52%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/vbap1.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 52%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/vbap_n.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 52%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/vbap_zak.c.o
>> > [ 53%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/vaops.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 53%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ugakbari.c.o
>> > [ 53%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/harmon.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 54%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Opcodes/pitchtrack.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 54%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Opcodes/partikkel.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 54%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/shape.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 55%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/tabsum.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 55%] [ 55%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Opcodes/crossfm.c.o
>> > [ 56%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pvlock.c.o
>> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/fareyseq.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 56%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Opcodes/modmatrix.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 56%] [ 56%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Opcodes/scoreline.c.o
>> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/modal4.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 57%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/physutil.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 57%] [ 57%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Opcodes/physmod.c.o
>> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/mandolin.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 58%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/singwave.c.o
>> > [ 58%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/fm4op.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 58%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/moog1.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 59%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/shaker.c.o
>> > [ 59%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/bowedbar.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 59%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Opcodes/gab/tabmorph.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 60%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/gab/hvs.c.o
>> > [ 60%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/gab/sliderTable.c.o
>> > [ 60%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/gab/newgabopc.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 60%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ftest.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 61%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Opcodes/hrtfearly.c.o
>> > [ 61%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/hrtfreverb.c.o
>> > [ 61%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/cpumeter.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 62%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/gendy.c.o
>> > [ 62%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/tl/sc_noise.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 62%] Building C object CMakeFiles/CsoundLib64.dir/Top/argdecode.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 63%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Top/cscore_internal.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 63%] Building C object CMakeFiles/CsoundLib64.dir/Top/cscorfns.c.o
>> > [ 63%] Building C object CMakeFiles/CsoundLib64.dir/Top/csmodule.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 64%] Building C object CMakeFiles/CsoundLib64.dir/Top/csound.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 64%] Building C object CMakeFiles/CsoundLib64.dir/Top/getstring.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 64%] Building C object CMakeFiles/CsoundLib64.dir/Top/main.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 64%] Building C object CMakeFiles/CsoundLib64.dir/Top/new_opts.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 65%] Building C object CMakeFiles/CsoundLib64.dir/Top/one_file.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 65%] Building C object CMakeFiles/CsoundLib64.dir/Top/opcode.c.o
>> > [ 65%] Building C object CMakeFiles/CsoundLib64.dir/Top/threads.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 66%] Building C object CMakeFiles/CsoundLib64.dir/Top/utility.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 66%] [ 66%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Top/threadsafe.c.o
>> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ambicode.c.o
>> > [ 67%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/bbcut.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 67%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/biquad.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 67%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/butter.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 68%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/clfilt.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 68%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/cross2.c.o
>> > [ 68%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/dam.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 68%] [ 69%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Opcodes/dcblockr.c.o
>> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/filter.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 69%] [ 69%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Opcodes/flanger.c.o
>> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/follow.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 70%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/fout.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 70%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/freeverb.c.o
>> > [ 70%] [ 71%] brew: superenv removed: -I/usr/local/include
>> > -I/tmp/csound-NU4A
>> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ftconv.c.o
>> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ftgen.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 71%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/gab/gab.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 71%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Opcodes/gab/vectorial.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 72%] [ 72%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Opcodes/grain.c.o
>> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/locsig.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 72%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/lowpassr.c.o
>> > [ 72%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/metro.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 73%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/midiops2.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 73%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/midiops3.c.o
>> > [ 73%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/newfils.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 74%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/nlfilt.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 74%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/oscbnk.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 74%] [ 75%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Opcodes/pluck.c.o
>> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/repluck.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 75%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/reverbsc.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 75%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/seqtime.c.o
>> > [ 76%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/sndloop.c.o
>> > [ 76%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/sndwarp.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 76%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/space.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 76%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/spat3d.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 77%] [ 77%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Opcodes/syncgrain.c.o
>> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ugens7.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 77%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ugens9.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 78%] [ 78%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Opcodes/ugensa.c.o
>> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/uggab.c.o
>> > [ 78%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ugmoss.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 79%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ugnorman.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 79%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ugsc.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 79%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Opcodes/wave-terrain.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 80%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/stdopcod.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 80%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/socksend.c.o
>> > [ 80%] [ 80%] brew: superenv removed: -I/usr/local/include
>> > -I/tmp/csound-NU4A
>> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ifd.c.o
>> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/sockrecv.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 81%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/partials.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 81%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/psynth.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 81%] [ 82%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Opcodes/pvsbasic.c.o
>> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pvscent.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 82%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pvsdemix.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 82%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pvs_ops.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 83%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pvsband.c.o
>> > [ 83%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Opcodes/pvsbuffer.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 83%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pvsgendy.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 84%] [ 84%] [ 84%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Opcodes/dsputil.c.o
>> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pvinterp.c.o
>> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pvadd.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 84%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pvocext.c.o
>> > [ 85%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 85%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pvread.c.o
>> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ugens8.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 85%] [ 86%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Opcodes/pvoc.c.o
>> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/vpvoc.c.o
>> > [ 86%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/mp3in.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 86%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > Building C object CMakeFiles/CsoundLib64.dir/InOut/libmpadec/layer1.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 87%] Building C object
>> > CMakeFiles/CsoundLib64.dir/InOut/libmpadec/layer2.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 87%] [ 87%] Building C object
>> > CMakeFiles/CsoundLib64.dir/InOut/libmpadec/layer3.c.o
>> > Building C object CMakeFiles/CsoundLib64.dir/InOut/libmpadec/synth.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 88%] Building C object
>> > CMakeFiles/CsoundLib64.dir/InOut/libmpadec/tables.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 88%] Building C object
>> > CMakeFiles/CsoundLib64.dir/InOut/libmpadec/mpadec.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 88%] Building C object
>> > CMakeFiles/CsoundLib64.dir/InOut/libmpadec/mp3dec.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 88%] Building C object CMakeFiles/CsoundLib64.dir/csound_orclex.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 89%] [ 89%] [ 89%] Building C object
>> > CMakeFiles/CsoundLib64.dir/csound_orcparse.c.o
>> > Building C object CMakeFiles/CsoundLib64.dir/csound_prelex.c.o
>> > Building C object
>> > CMakeFiles/CsoundLib64.dir/Engine/csound_orc_semantics.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 90%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Engine/csound_orc_expressions.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 90%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Engine/csound_orc_optimize.c.o
>> > [ 90%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > Building C object
>> > CMakeFiles/CsoundLib64.dir/Engine/csound_orc_compile.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 91%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Engine/new_orc_parser.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 91%] Building C object CMakeFiles/CsoundLib64.dir/Engine/symbtab.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 91%] [ 92%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Engine/cs_new_dispatch.c.o
>> > Building C object CMakeFiles/CsoundLib64.dir/Engine/cs_par_base.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 92%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Engine/cs_par_orc_semantic_analysis.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 92%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Engine/cs_par_dispatch.c.o
>> > Copying OS X content
>> > CsoundLib64.framework/Versions/6.0/Headers/CppSound.hpp
>> > Copying OS X content
>> > CsoundLib64.framework/Versions/6.0/Headers/CsoundFile.hpp
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > Copying OS X content
>> > CsoundLib64.framework/Versions/6.0/Headers/OpcodeBase.hpp
>> > Copying OS X content CsoundLib64.framework/Versions/6.0/Headers/cfgvar.h
>> > Copying OS X content
>> > CsoundLib64.framework/Versions/6.0/Headers/csPerfThread.hpp
>> > Copying OS X content CsoundLib64.framework/Versions/6.0/Headers/cscore.h
>> > Copying OS X content CsoundLib64.framework/Versions/6.0/Headers/csdl.h
>> > Copying OS X content CsoundLib64.framework/Versions/6.0/Headers/csound.h
>> > Copying OS X content
>> > CsoundLib64.framework/Versions/6.0/Headers/csound.hpp
>> > Copying OS X content
>> > CsoundLib64.framework/Versions/6.0/Headers/csoundCore.h
>> > Copying OS X content
>> > CsoundLib64.framework/Versions/6.0/Headers/csound_data_structures.h
>> > Copying OS X content
>> > CsoundLib64.framework/Versions/6.0/Headers/csound_standard_types.h
>> > Copying OS X content
>> > CsoundLib64.framework/Versions/6.0/Headers/cwindow.h
>> > Copying OS X content
>> > CsoundLib64.framework/Versions/6.0/Headers/csound_type_system.h
>> > Copying OS X content
>> > CsoundLib64.framework/Versions/6.0/Headers/filebuilding.h
>> > Copying OS X content
>> > CsoundLib64.framework/Versions/6.0/Headers/float-version-double.h
>> > Copying OS X content
>> > CsoundLib64.framework/Versions/6.0/Headers/float-version.h
>> > Copying OS X content
>> > CsoundLib64.framework/Versions/6.0/Headers/interlocks.h
>> > Copying OS X content
>> > CsoundLib64.framework/Versions/6.0/Headers/msg_attr.h
>> > Copying OS X content
>> > CsoundLib64.framework/Versions/6.0/Headers/pvfileio.h
>> > Copying OS X content
>> > CsoundLib64.framework/Versions/6.0/Headers/pstream.h
>> > Copying OS X content
>> > CsoundLib64.framework/Versions/6.0/Headers/soundio.h
>> > Copying OS X content CsoundLib64.framework/Versions/6.0/Headers/sysdep.h
>> > Copying OS X content CsoundLib64.framework/Versions/6.0/Headers/text.h
>> > Copying OS X content
>> > CsoundLib64.framework/Versions/6.0/Headers/version.h
>> > Linking C shared library CsoundLib64.framework/Versions/6.0/CsoundLib64
>> > [ 92%] Built target CsoundLib64
>> > Scanning dependencies of target atsa
>> > Scanning dependencies of target libcsnd
>> > Scanning dependencies of target csound-bin
>> > Scanning dependencies of target csladspa
>> > [ 92%] [ 93%] [ 93%] [ 93%] Building CXX object
>> > frontends/CMakeFiles/csladspa.dir/csladspa/csladspa.cpp.o
>> > Building C object util/CMakeFiles/atsa.dir/atsa_main.c.o
>> > Building C object
>> > frontends/CMakeFiles/csound-bin.dir/csound/csound_main.c.o
>> > Building CXX object interfaces/CMakeFiles/libcsnd.dir/CppSound.cpp.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > Linking C executable ../atsa
>> > Linking C executable ../csound
>> > [ 93%] [ 93%] Built target atsa
>> > Built target csound-bin
>> > Scanning dependencies of target csanalyze
>> > Scanning dependencies of target cvanal
>> > [ 93%] [ 93%] Building C object util/CMakeFiles/cvanal.dir/cvl_main.c.o
>> > Building C object util/CMakeFiles/csanalyze.dir/csanalyze.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > Linking C executable ../csanalyze
>> > Linking C executable ../cvanal
>> > [ 93%] Built target csanalyze
>> > [ 93%] Built target cvanal
>> > Scanning dependencies of target dnoise
>> > [ 93%] Building CXX object
>> > interfaces/CMakeFiles/libcsnd.dir/CsoundFile.cpp.o
>> > [ 94%] Building C object util/CMakeFiles/dnoise.dir/dnoise_main.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > Linking C executable ../dnoise
>> > [ 94%] Built target dnoise
>> > Scanning dependencies of target envext
>> > [ 94%] Building C object util/CMakeFiles/envext.dir/env_main.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 95%] Building CXX object
>> > interfaces/CMakeFiles/libcsnd.dir/Soundfile.cpp.o
>> > Linking C executable ../envext
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > Linking CXX shared library ../csladspa.dylib
>> > [ 95%] Built target envext
>> > Scanning dependencies of target extractor
>> > [ 95%] Building C object util/CMakeFiles/extractor.dir/xtrc_main.c.o
>> > [ 95%] Built target csladspa
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 95%] Building CXX object
>> > interfaces/CMakeFiles/libcsnd.dir/csPerfThread.cpp.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > Linking C executable ../extractor
>> > [ 95%] Built target extractor
>> > Scanning dependencies of target het_export
>> > [ 96%] Building C object util/CMakeFiles/het_export.dir/hetx_main.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > Linking C executable ../het_export
>> > [ 96%] Building CXX object
>> > interfaces/CMakeFiles/libcsnd.dir/cs_glue.cpp.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 96%] Built target het_export
>> > Scanning dependencies of target het_import
>> > [ 96%] Building C object util/CMakeFiles/het_import.dir/heti_main.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > Scanning dependencies of target hetro
>> > [ 96%] Building C object util/CMakeFiles/hetro.dir/het_main.c.o
>> > Linking C executable ../het_import
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > Linking C executable ../hetro
>> > [ 96%] Built target het_import
>> > Scanning dependencies of target lpanal
>> > [ 96%] [ 97%] Building CXX object
>> > interfaces/CMakeFiles/libcsnd.dir/filebuilding.cpp.o
>> > Building C object util/CMakeFiles/lpanal.dir/lpc_main.c.o
>> > [ 97%] Built target hetro
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > Scanning dependencies of target lpc_export
>> > [ 97%] Building C object util/CMakeFiles/lpc_export.dir/lpcx_main.c.o
>> > Scanning dependencies of target lpc_import
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > Linking C executable ../lpanal
>> > [ 97%] Building C object util/CMakeFiles/lpc_import.dir/lpci_main.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > Linking C executable ../lpc_export
>> > [ 97%] Built target lpanal
>> > Scanning dependencies of target mixer-bin
>> > [ 97%] Linking C executable ../lpc_import
>> > Building C object util/CMakeFiles/mixer-bin.dir/mixer_main.c.o
>> > [ 97%] Built target lpc_export
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > Scanning dependencies of target pv_export
>> > [ 97%] Building C object util/CMakeFiles/pv_export.dir/pvx_main.c.o
>> > [ 97%] Built target lpc_import
>> > Linking C executable ../mixer
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > Scanning dependencies of target pv_import
>> > [ 97%] Building C object util/CMakeFiles/pv_import.dir/pvi_main.c.o
>> > [ 97%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > Built target mixer-bin
>> > Linking C executable ../pv_export
>> > Scanning dependencies of target pvanal
>> > [ 98%] Building C object util/CMakeFiles/pvanal.dir/pvc_main.c.o
>> > Linking C executable ../pv_import
>> > [ 98%] Built target pv_export
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > Scanning dependencies of target pvlook
>> > [ 98%] Building C object util/CMakeFiles/pvlook.dir/pvl_main.c.o
>> > [ 98%] Built target pv_import
>> > Linking C executable ../pvanal
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > Scanning dependencies of target scale
>> > Linking CXX shared library ../libcsnd.dylib
>> > [ 98%] Building C object util/CMakeFiles/scale.dir/scale_main.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > Linking C executable ../pvlook
>> > [ 98%] Built target pvanal
>> > Scanning dependencies of target scope
>> > [ 98%] Building C object util/CMakeFiles/scope.dir/scope_main.c.o
>> > [ 98%] Built target libcsnd
>> > Linking C executable ../scale
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 98%] Built target pvlook
>> > Scanning dependencies of target sndinfo
>> > Scanning dependencies of target srconv
>> > [ 98%] Building C object util/CMakeFiles/sndinfo.dir/sndinfo_main.c.o
>> > [ 98%] Building C object util/CMakeFiles/srconv.dir/srconv_main.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > Linking C executable ../scope
>> > [ 98%] Built target scale
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > Scanning dependencies of target extract
>> > [ 99%] Linking C executable ../sndinfo
>> > Building C object util1/CMakeFiles/extract.dir/sortex/xmain.c.o
>> > [ 99%] Built target scope
>> > Linking C executable ../srconv
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > Scanning dependencies of target scsort
>> > [ 99%] [ 99%] Built target sndinfo
>> > Building C object util1/CMakeFiles/scsort.dir/sortex/smain.c.o
>> > [ 99%] Linking C executable ../extract
>> > [ 99%] Swig source
>> > Built target srconv
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > [ 99%] Language subdirectory: python
>> > Search paths:
>> >    ./
>> >    /usr/local/include/
>> >    /tmp/csound-NU4A/./H/
>> >    /tmp/csound-NU4A/./include/
>> >    /tmp/csound-NU4A/./Engine/
>> >    /tmp/csound-NU4A/./
>> >    /tmp/csound-NU4A/
>> >    /tmp/csound-NU4A/interfaces/
>> >    /System/Library/Frameworks/Python.framework/Headers/
>> >    ./swig_lib/python/
>> >    /usr/local/Cellar/swig/2.0.9/share/swig/2.0.9/python/
>> >    ./swig_lib/
>> >    /usr/local/Cellar/swig/2.0.9/share/swig/2.0.9/
>> > Preprocessing...
>> > Swig source
>> > Language subdirectory: java
>> > Search paths:
>> >    ./
>> >    /usr/local/include/
>> >    /tmp/csound-NU4A/./H/
>> >    /tmp/csound-NU4A/./include/
>> >    /tmp/csound-NU4A/./Engine/
>> >    /tmp/csound-NU4A/./
>> >    /tmp/csound-NU4A/
>> >    /tmp/csound-NU4A/interfaces/
>> >    /System/Library/Frameworks/Python.framework/Headers/
>> >    /System/Library/Frameworks/JavaVM.framework/Headers/
>> >    /System/Library/Frameworks/JavaVM.framework/Headers/
>> >    /System/Library/Frameworks/JavaVM.framework/Headers/
>> >    ./swig_lib/java/
>> >    /usr/local/Cellar/swig/2.0.9/share/swig/2.0.9/java/
>> >    ./swig_lib/
>> >    /usr/local/Cellar/swig/2.0.9/share/swig/2.0.9/
>> > Preprocessing...
>> > Linking C executable ../scsort
>> > [ 99%] Built target extract
>> > Starting language-specific parse...
>> > [ 99%] Built target scsort
>> > Processing types...
>> > C++ analysis...
>> > Generating wrappers...
>> > Starting language-specific parse...
>> > /tmp/csound-NU4A/./include/csound.h:519: Warning 451: Setting a const
>> > char *
>> > variable may leak memory.
>> > Processing types...
>> > C++ analysis...
>> > Generating wrappers...
>> > /tmp/csound-NU4A/./include/csound.h:519: Warning 451: Setting a const
>> > char *
>> > variable may leak memory.
>> > cs_glue.hpp:505: Warning 473: Returning a pointer or reference in a
>> > director
>> > method is not recommended.
>> > CppSound.hpp:36: Warning 453: Can't apply (std::vector< double >
>> > *INPUT). No
>> > typemaps are defined.
>> > CppSound.hpp:52: Warning 813: Warning for CppSound proxy: Base
>> > CsoundFile
>> > ignored. Multiple inheritance is not supported in Java.
>> > Scanning dependencies of target _jcsound6
>> > [ 99%] Building CXX object
>> > interfaces/CMakeFiles/_jcsound6.dir/java_interfaceJAVA_wrap.cxx.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > cs_glue.hpp:505: Warning 473: Returning a pointer or reference in a
>> > director
>> > method is not recommended.
>> > CppSound.hpp:36: Warning 453: Can't apply (std::vector< double >
>> > *INPUT). No
>> > typemaps are defined.
>> > Scanning dependencies of target _csnd6
>> > [100%] Building CXX object
>> > interfaces/CMakeFiles/_csnd6.dir/python_interfacePYTHON_wrap.cxx.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> > Linking CXX shared module ../lib_jcsound6.jnilib
>> > Building JAVA package csnd6.jar
>> > [100%] Built target _jcsound6
>> > Linking CXX shared module ../_csnd6.so
>> > [100%] Built target _csnd6
>> > Install the project...
>> > -- Install configuration: "None"
>> > -- Installing:
>> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework
>> > -- Up-to-date:
>> >
>> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/CsoundLib64
>> > -- Up-to-date:
>> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Headers
>> > -- Up-to-date:
>> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Resources
>> > -- Installing:
>> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions
>> > -- Installing:
>> >
>> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0
>> > -- Installing:
>> >
>> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/CsoundLib64
>> > -- Installing:
>> >
>> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers
>> > -- Installing:
>> >
>> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/cfgvar.h
>> > -- Installing:
>> >
>> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/CppSound.hpp
>> > -- Installing:
>> >
>> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/cscore.h
>> > -- Installing:
>> >
>> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/csdl.h
>> > -- Installing:
>> >
>> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/csound.h
>> > -- Installing:
>> >
>> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/csound.hpp
>> > -- Installing:
>> >
>> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/csound_data_structures.h
>> > -- Installing:
>> >
>> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/csound_standard_types.h
>> > -- Installing:
>> >
>> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/csound_type_system.h
>> > -- Installing:
>> >
>> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/csoundCore.h
>> > -- Installing:
>> >
>> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/CsoundFile.hpp
>> > -- Installing:
>> >
>> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/csPerfThread.hpp
>> > -- Installing:
>> >
>> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/cwindow.h
>> > -- Installing:
>> >
>> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/filebuilding.h
>> > -- Installing:
>> >
>> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/float-version-double.h
>> > -- Installing:
>> >
>> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/float-version.h
>> > -- Installing:
>> >
>> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/interlocks.h
>> > -- Installing:
>> >
>> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/msg_attr.h
>> > -- Installing:
>> >
>> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/OpcodeBase.hpp
>> > -- Installing:
>> >
>> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/pstream.h
>> > -- Installing:
>> >
>> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/pvfileio.h
>> > -- Installing:
>> >
>> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/soundio.h
>> > -- Installing:
>> >
>> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/sysdep.h
>> > -- Installing:
>> >
>> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/text.h
>> > -- Installing:
>> >
>> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/version.h
>> > -- Installing:
>> >
>> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources
>> > -- Installing:
>> >
>> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Info.plist
>> > -- Up-to-date:
>> >
>> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/Current
>> > -- Installing:
>> >
>> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libmixer.dylib
>> > -- Installing:
>> >
>> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libsignalflowgraph.dylib
>> > -- Installing:
>> >
>> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libampmidid.dylib
>> > -- Installing:
>> >
>> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libcs_date.dylib
>> > -- Installing:
>> >
>> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libsystem_call.dylib
>> > -- Installing:
>> >
>> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libdoppler.dylib
>> > -- Installing:
>> >
>> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libfractalnoise.dylib
>> > -- Installing:
>> >
>> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libfareygen.dylib
>> > -- Installing:
>> >
>> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libcellular.dylib
>> > -- Installing:
>> >
>> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libserial.dylib
>> > -- Installing:
>> >
>> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libplaterev.dylib
>> > -- Installing:
>> >
>> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libscansyn.dylib
>> > -- Installing:
>> >
>> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libcontrol.dylib
>> > -- Installing:
>> >
>> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libchua.dylib
>> > -- Installing:
>> >
>> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libjacko.dylib
>> > -- Installing:
>> >
>> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libjackTransport.dylib
>> > -- Installing:
>> >
>> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libosc.dylib
>> > -- Installing:
>> >
>> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libimage.dylib
>> > -- Installing:
>> >
>> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libpy.dylib
>> > -- Installing:
>> >
>> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libstk.dylib
>> > -- Installing:
>> >
>> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libcmidi.dylib
>> > -- Installing:
>> >
>> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/librtauhal.dylib
>> > -- Installing:
>> >
>> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libipmidi.dylib
>> > -- Installing:
>> >
>> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/librtjack.dylib
>> > -- Installing:
>> >
>> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libwidgets.dylib
>> > -- Installing:
>> >
>> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libvirtual.dylib
>> > -- Installing: /usr/local/Cellar/csound/HEAD/lib/libcsnd.6.0.dylib
>> > -- Installing: /usr/local/Cellar/csound/HEAD/lib/libcsnd.dylib
>> > -- Installing: /Library/Python/2.7/site-packages/_csnd6.so
>> > -- Installing: /Library/Python/2.7/site-packages/csnd6.py
>> > -- Installing: /Library/Java/Extensions/lib_jcsound6.jnilib
>> > -- Installing: /Library/Java/Extensions/csnd6.jar
>> > -- Installing: /usr/local/Cellar/csound/HEAD/bin/csound
>> > -- Installing:
>> >
>> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/csladspa.dylib
>> > -- Installing: /usr/local/Cellar/csound/HEAD/bin/csbeats
>> > -- Installing:
>> >
>> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libstdutil.dylib
>> > -- Installing: /usr/local/Cellar/csound/HEAD/bin/atsa
>> > -- Installing: /usr/local/Cellar/csound/HEAD/bin/csanalyze
>> > -- Installing: /usr/local/Cellar/csound/HEAD/bin/cvanal
>> > -- Installing: /usr/local/Cellar/csound/HEAD/bin/dnoise
>> > -- Installing: /usr/local/Cellar/csound/HEAD/bin/envext
>> > -- Installing: /usr/local/Cellar/csound/HEAD/bin/extractor
>> > -- Installing: /usr/local/Cellar/csound/HEAD/bin/het_export
>> > -- Installing: /usr/local/Cellar/csound/HEAD/bin/het_import
>> > -- Installing: /usr/local/Cellar/csound/HEAD/bin/hetro
>> > -- Installing: /usr/local/Cellar/csound/HEAD/bin/lpanal
>> > -- Installing: /usr/local/Cellar/csound/HEAD/bin/lpc_export
>> > -- Installing: /usr/local/Cellar/csound/HEAD/bin/lpc_import
>> > -- Installing: /usr/local/Cellar/csound/HEAD/bin/mixer
>> > -- Installing: /usr/local/Cellar/csound/HEAD/bin/pvanal
>> > -- Installing: /usr/local/Cellar/csound/HEAD/bin/pvlook
>> > -- Installing: /usr/local/Cellar/csound/HEAD/bin/pv_export
>> > -- Installing: /usr/local/Cellar/csound/HEAD/bin/pv_import
>> > -- Installing: /usr/local/Cellar/csound/HEAD/bin/scale
>> > -- Installing: /usr/local/Cellar/csound/HEAD/bin/sndinfo
>> > -- Installing: /usr/local/Cellar/csound/HEAD/bin/srconv
>> > -- Installing: /usr/local/Cellar/csound/HEAD/bin/scope
>> > -- Installing: /usr/local/Cellar/csound/HEAD/bin/scsort
>> > -- Installing: /usr/local/Cellar/csound/HEAD/bin/extract
>> > -- Installing: /usr/local/Cellar/csound/HEAD/bin/sdif2ad
>> > ==> Cleaning
>> > ==> Finishing up
>> > ln -s ../Cellar/csound/HEAD/bin/srconv srconv
>> > ln -s ../Cellar/csound/HEAD/bin/sndinfo sndinfo
>> > ln -s ../Cellar/csound/HEAD/bin/sdif2ad sdif2ad
>> > ln -s ../Cellar/csound/HEAD/bin/scsort scsort
>> > ln -s ../Cellar/csound/HEAD/bin/scope scope
>> > ln -s ../Cellar/csound/HEAD/bin/scale scale
>> > ln -s ../Cellar/csound/HEAD/bin/pvlook pvlook
>> > ln -s ../Cellar/csound/HEAD/bin/pvanal pvanal
>> > ln -s ../Cellar/csound/HEAD/bin/pv_import pv_import
>> > ln -s ../Cellar/csound/HEAD/bin/pv_export pv_export
>> > ln -s ../Cellar/csound/HEAD/bin/mixer mixer
>> > ln -s ../Cellar/csound/HEAD/bin/lpc_import lpc_import
>> > ln -s ../Cellar/csound/HEAD/bin/lpc_export lpc_export
>> > ln -s ../Cellar/csound/HEAD/bin/lpanal lpanal
>> > ln -s ../Cellar/csound/HEAD/bin/hetro hetro
>> > ln -s ../Cellar/csound/HEAD/bin/het_import het_import
>> > ln -s ../Cellar/csound/HEAD/bin/het_export het_export
>> > ln -s ../Cellar/csound/HEAD/bin/extractor extractor
>> > ln -s ../Cellar/csound/HEAD/bin/extract extract
>> > ln -s ../Cellar/csound/HEAD/bin/envext envext
>> > ln -s ../Cellar/csound/HEAD/bin/dnoise dnoise
>> > ln -s ../Cellar/csound/HEAD/bin/cvanal cvanal
>> > ln -s ../Cellar/csound/HEAD/bin/csound csound
>> > ln -s ../Cellar/csound/HEAD/bin/csbeats csbeats
>> > ln -s ../Cellar/csound/HEAD/bin/csanalyze csanalyze
>> > ln -s ../Cellar/csound/HEAD/bin/atsa atsa
>> > ln -s ../Cellar/csound/HEAD/lib/libcsnd.dylib libcsnd.dylib
>> > ln -s ../Cellar/csound/HEAD/lib/libcsnd.6.0.dylib libcsnd.6.0.dylib
>> > ln -s ../../Cellar/csound/HEAD csound
>> > ln -s ../Cellar/csound/HEAD csound
>> > Warning: Could not fix install names for
>> > /usr/local/Cellar/csound/HEAD/bin/srconv
>> > Warning: Could not fix install names for
>> > /usr/local/Cellar/csound/HEAD/bin/sndinfo
>> > Warning: Could not fix install names for
>> > /usr/local/Cellar/csound/HEAD/bin/scsort
>> > Warning: Could not fix install names for
>> > /usr/local/Cellar/csound/HEAD/bin/scope
>> > Warning: Could not fix install names for
>> > /usr/local/Cellar/csound/HEAD/bin/scale
>> > Warning: Could not fix install names for
>> > /usr/local/Cellar/csound/HEAD/bin/pvlook
>> > Warning: Could not fix install names for
>> > /usr/local/Cellar/csound/HEAD/bin/pvanal
>> > Warning: Could not fix install names for
>> > /usr/local/Cellar/csound/HEAD/bin/pv_import
>> > Warning: Could not fix install names for
>> > /usr/local/Cellar/csound/HEAD/bin/pv_export
>> > Warning: Could not fix install names for
>> > /usr/local/Cellar/csound/HEAD/bin/mixer
>> > Warning: Could not fix install names for
>> > /usr/local/Cellar/csound/HEAD/bin/lpc_import
>> > Warning: Could not fix install names for
>> > /usr/local/Cellar/csound/HEAD/bin/lpc_export
>> > Warning: Could not fix install names for
>> > /usr/local/Cellar/csound/HEAD/bin/lpanal
>> > Warning: Could not fix install names for
>> > /usr/local/Cellar/csound/HEAD/bin/hetro
>> > Warning: Could not fix install names for
>> > /usr/local/Cellar/csound/HEAD/bin/het_import
>> > Warning: Could not fix install names for
>> > /usr/local/Cellar/csound/HEAD/bin/het_export
>> > Warning: Could not fix install names for
>> > /usr/local/Cellar/csound/HEAD/bin/extractor
>> > Warning: Could not fix install names for
>> > /usr/local/Cellar/csound/HEAD/bin/extract
>> > Warning: Could not fix install names for
>> > /usr/local/Cellar/csound/HEAD/bin/envext
>> > Warning: Could not fix install names for
>> > /usr/local/Cellar/csound/HEAD/bin/dnoise
>> > Warning: Could not fix install names for
>> > /usr/local/Cellar/csound/HEAD/bin/cvanal
>> > Warning: Could not fix install names for
>> > /usr/local/Cellar/csound/HEAD/bin/csound
>> > Warning: Could not fix install names for
>> > /usr/local/Cellar/csound/HEAD/bin/csanalyze
>> > Warning: Could not fix install names for
>> > /usr/local/Cellar/csound/HEAD/bin/atsa
>> > Warning: Could not fix install names for
>> > /usr/local/Cellar/csound/HEAD/lib/libcsnd.6.0.dylib
>> > ==> Summary
>> > 🍺  /usr/local/Cellar/csound/HEAD: 33 files, 1.0M, built in 57 seconds
>> > peimankh:~ peimankhosravi$
>> >
>> >
>> >
>> >
>> >
>> >
>> >
>> >
>> > www.peimankhosravi.co.uk || Subscribe to RSS Feed
>> >
>> > To receive emails about upcoming concerts visit this page & enter your
>> > email
>> > address in the 'follow' section.
>> >
>> >
>> >
>> > On 13 May 2013 22:25, Steven Yi <stevenyi@gmail.com> wrote:
>> >>
>> >> Hi Peiman,
>> >>
>> >> Could you do "brew list" to see if the portaudio package is installed?
>> >>  If so, could you try "brew link portaudio" and if that reports
>> >> issues, try "brew link --overwrite portaudio"?  I'm thinking that that
>> >> package didn't link correctly before you installed csound, then csound
>> >> skipped building librtpa.dylib.   (I guess too you could check
>> >> /usr/local/lib for libportaudio.dylib)
>> >>
>> >> If there's still issues, could you uninstall then reinstall with "brew
>> >> install --HEAD -v csound > ~/output.txt" and then post the output
>> >> here?
>> >>
>> >> Thanks!
>> >> steven
>> >>
>> >> On Mon, May 13, 2013 at 11:18 PM, peiman khosravi
>> >> <peimankhosravi@gmail.com> wrote:
>> >> > Thank Steven,
>> >> >
>> >> > I've fixed the Path problem. The problem now is that librtpa.dylib
>> >> > isn't
>> >> > built.
>> >> >
>> >> > P
>> >> >
>> >> >
>> >> >
>> >> > ------------------------------------------------------------------------------
>> >> > AlienVault Unified Security Management (USM) platform delivers
>> >> > complete
>> >> > security visibility with the essential security capabilities. Easily
>> >> > and
>> >> > efficiently configure, manage, and operate all of your security
>> >> > controls
>> >> > from a single console and one unified framework. Download a free
>> >> > trial.
>> >> > http://p.sf.net/sfu/alienvault_d2d
>> >> > _______________________________________________
>> >> > Csound-devel mailing list
>> >> > Csound-devel@lists.sourceforge.net
>> >> > https://lists.sourceforge.net/lists/listinfo/csound-devel
>> >> >
>> >>
>> >>
>> >>
>> >> ------------------------------------------------------------------------------
>> >> AlienVault Unified Security Management (USM) platform delivers complete
>> >> security visibility with the essential security capabilities. Easily
>> >> and
>> >> efficiently configure, manage, and operate all of your security
>> >> controls
>> >> from a single console and one unified framework. Download a free trial.
>> >> http://p.sf.net/sfu/alienvault_d2d
>> >> _______________________________________________
>> >> Csound-devel mailing list
>> >> Csound-devel@lists.sourceforge.net
>> >> https://lists.sourceforge.net/lists/listinfo/csound-devel
>> >
>> >
>> >
>> >
>> > ------------------------------------------------------------------------------
>> > AlienVault Unified Security Management (USM) platform delivers complete
>> > security visibility with the essential security capabilities. Easily and
>> > efficiently configure, manage, and operate all of your security controls
>> > from a single console and one unified framework. Download a free trial.
>> > http://p.sf.net/sfu/alienvault_d2d
>> > _______________________________________________
>> > Csound-devel mailing list
>> > Csound-devel@lists.sourceforge.net
>> > https://lists.sourceforge.net/lists/listinfo/csound-devel
>> >
>>
>>
>> ------------------------------------------------------------------------------
>> AlienVault Unified Security Management (USM) platform delivers complete
>> security visibility with the essential security capabilities. Easily and
>> efficiently configure, manage, and operate all of your security controls
>> from a single console and one unified framework. Download a free trial.
>> http://p.sf.net/sfu/alienvault_d2d
>> _______________________________________________
>> Csound-devel mailing list
>> Csound-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>
>
>
> ------------------------------------------------------------------------------
> AlienVault Unified Security Management (USM) platform delivers complete
> security visibility with the essential security capabilities. Easily and
> efficiently configure, manage, and operate all of your security controls
> from a single console and one unified framework. Download a free trial.
> http://p.sf.net/sfu/alienvault_d2d
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel
>

------------------------------------------------------------------------------
AlienVault Unified Security Management (USM) platform delivers complete
security visibility with the essential security capabilities. Easily and
efficiently configure, manage, and operate all of your security controls
from a single console and one unified framework. Download a free trial.
http://p.sf.net/sfu/alienvault_d2d
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-devel


Date2013-05-13 23:41
FromSteven Yi
SubjectRe: [Cs-dev] OSX: Homebrew
Thanks Peiman, that all looks like it should.  Eliminating that as a
possible issue, I'm not quite sure what to do. One possibility is
using:

brew install --env=std --HEAD -v csound

This turns of homebrew's superenv system.  The other is updating XCode
as it noted you're using 4.5.2.

Thanks for continuing to work on this with me!
steven


On Tue, May 14, 2013 at 12:20 AM, peiman khosravi
 wrote:
> And here is mine:
>
> peimankh:include peimankhosravi$ ls -al /usr/local/include/port*
> lrwxr-xr-x  1 peimankhosravi  admin  51 13 May 22:39
> /usr/local/include/portaudio.h ->
> ../Cellar/portaudio/19.20111121/include/portaudio.h
> lrwxr-xr-x  1 peimankhosravi  admin  41 13 May 02:01
> /usr/local/include/portmidi.h -> ../Cellar/portmidi/217/include/portmidi.h
> lrwxr-xr-x  1 peimankhosravi  admin  41 13 May 02:01
> /usr/local/include/porttime.h -> ../Cellar/portmidi/217/include/porttime.h
>
>
>
>
>
>
> www.peimankhosravi.co.uk || Subscribe to RSS Feed
>
> To receive emails about upcoming concerts visit this page & enter your email
> address in the 'follow' section.
>
>
>
> On 13 May 2013 23:16, Steven Yi  wrote:
>>
>> Hm, I'm not sure what would be the next step here.  Just to double
>> check, I have these in my /usr/local/include:
>>
>> Steven-Yis-MacBook-Pro:csound6 stevenyi$ ls -al /usr/local/include/port*
>> lrwxr-xr-x  1 stevenyi  admin  51 May 11 22:40
>> /usr/local/include/portaudio.h ->
>> ../Cellar/portaudio/19.20111121/include/portaudio.h
>> lrwxr-xr-x  1 stevenyi  admin  41 May 11 22:40
>> /usr/local/include/portmidi.h ->
>> ../Cellar/portmidi/217/include/portmidi.h
>> lrwxr-xr-x  1 stevenyi  admin  41 May 11 22:40
>> /usr/local/include/porttime.h ->
>> ../Cellar/portmidi/217/include/porttime.h
>>
>> These are all linked to the portaudio and portmidi that were installed
>> with brew.  Could you check that yours are links and not files?
>>
>> On Mon, May 13, 2013 at 11:55 PM, peiman khosravi
>>  wrote:
>> > Should I delete those files and reinstall portaudio?
>> >
>> >
>> >
>> >
>> >
>> >
>> > www.peimankhosravi.co.uk || Subscribe to RSS Feed
>> >
>> > To receive emails about upcoming concerts visit this page & enter your
>> > email
>> > address in the 'follow' section.
>> >
>> >
>> >
>> > On 13 May 2013 22:50, Steven Yi  wrote:
>> >>
>> >> Hi Peiman,
>> >>
>> >> It's odd that Cmake reports:
>> >>
>> >> -- PORTAUDIO_HEADER="", so disabling USE_PORTAUDIO
>> >> -- USE_PORTAUDIO is disabled
>> >> -- PORTMIDI_HEADER="", so disabling USE_PORTMIDI
>> >>
>> >> can you check your /usr/local/include to see if portmidi.h and
>> >> portaudio.h are there?  If not, then maybe it could be a permissions
>> >> issue with that folder.  If they are there, then the problem lies
>> >> elsewhere and this could be trickier to figure out.
>> >>
>> >> Thanks!
>> >> steven
>> >>
>> >> On Mon, May 13, 2013 at 11:44 PM, peiman khosravi
>> >>  wrote:
>> >> > Hi Steven,
>> >> >
>> >> > I tried all your suggestions but it's the same. Here's the log:
>> >> >
>> >> >
>> >> >
>> >> > Last login: Mon May 13 22:40:36 on ttys004
>> >> > peimankh:~ peimankhosravi$ uninstall csound
>> >> > You must be root to run this tool.
>> >> > peimankh:~ peimankhosravi$ brew uninstall csound
>> >> > Uninstalling /usr/local/Cellar/csound/HEAD...
>> >> > peimankh:~ peimankhosravi$ brew install --HEAD -v csound
>> >> > Warning: Your Xcode (4.5.2) is outdated
>> >> > Please install Xcode 4.6.2.
>> >> > ==> Cloning git://git.code.sourceforge.net/p/csound/csound6-git
>> >> > git --git-dir /Library/Caches/Homebrew/csound--git/.git status -s
>> >> > Updating /Library/Caches/Homebrew/csound--git
>> >> > git config remote.origin.url
>> >> > git://git.code.sourceforge.net/p/csound/csound6-git
>> >> > git config remote.origin.fetch
>> >> > +refs/heads/master:refs/remotes/origin/master
>> >> > git fetch origin
>> >> > git checkout -f master
>> >> > Already on 'master'
>> >> > git reset --hard origin/HEAD
>> >> > HEAD is now at a014b11 Merge branch 'master' of
>> >> > https://git.code.sf.net/p/csound/csound6-git
>> >> > git reset --hard origin/HEAD
>> >> > HEAD is now at a014b11 Merge branch 'master' of
>> >> > https://git.code.sf.net/p/csound/csound6-git
>> >> > git checkout-index -a -f --prefix=/private/tmp/csound-NU4A/
>> >> > ==> cmake . -DUSE_GETTEXT=0
>> >> > -DCMAKE_INSTALL_PREFIX=/usr/local/Cellar/csound/HEAD
>> >> > -DCMAKE_BUILD_TYPE=None
>> >> > -DCMAKE_FIND_FRAMEWORK=LAST -Wno-dev
>> >> > cmake . -DUSE_GETTEXT=0
>> >> > -DCMAKE_INSTALL_PREFIX=/usr/local/Cellar/csound/HEAD
>> >> > -DCMAKE_BUILD_TYPE=None -DCMAKE_FIND_FRAMEWORK=LAST -Wno-dev
>> >> > -- The C compiler identification is Clang 4.2.0
>> >> > -- The CXX compiler identification is Clang 4.2.0
>> >> > -- Check for working C compiler: /usr/local/Library/ENV/4.3/cc
>> >> > -- Check for working C compiler: /usr/local/Library/ENV/4.3/cc --
>> >> > works
>> >> > -- Detecting C compiler ABI info
>> >> > -- Detecting C compiler ABI info - done
>> >> > -- Check for working CXX compiler: /usr/local/Library/ENV/4.3/c++
>> >> > -- Check for working CXX compiler: /usr/local/Library/ENV/4.3/c++ --
>> >> > works
>> >> > -- Detecting CXX compiler ABI info
>> >> > -- Detecting CXX compiler ABI info - done
>> >> > -- /tmp/csound-NU4A
>> >> > -- BUILD_BIN_DIR set to /tmp/csound-NU4A
>> >> > -- BUILD_LIB_DIR set to /tmp/csound-NU4A
>> >> > -- BUILD_PLUGINS_DIR set to /tmp/csound-NU4A
>> >> > -- Check if the system is big endian
>> >> > -- Searching 16 bit integer
>> >> > -- Looking for sys/types.h
>> >> > -- Looking for sys/types.h - found
>> >> > -- Looking for stdint.h
>> >> > -- Looking for stdint.h - found
>> >> > -- Looking for stddef.h
>> >> > -- Looking for stddef.h - found
>> >> > -- Check size of unsigned short
>> >> > -- Check size of unsigned short - done
>> >> > -- Using unsigned short
>> >> > -- Check if the system is big endian - little endian
>> >> > -- Try OpenMP C flag = [-fopenmp]
>> >> > -- Performing Test OpenMP_FLAG_DETECTED
>> >> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> >> > -- Try OpenMP C flag = [/openmp]
>> >> > -- Performing Test OpenMP_FLAG_DETECTED
>> >> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> >> > -- Try OpenMP C flag = [-Qopenmp]
>> >> > -- Performing Test OpenMP_FLAG_DETECTED
>> >> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> >> > -- Try OpenMP C flag = [-openmp]
>> >> > -- Performing Test OpenMP_FLAG_DETECTED
>> >> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> >> > -- Try OpenMP C flag = [ ]
>> >> > -- Performing Test OpenMP_FLAG_DETECTED
>> >> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> >> > -- Try OpenMP C flag = [-xopenmp]
>> >> > -- Performing Test OpenMP_FLAG_DETECTED
>> >> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> >> > -- Try OpenMP C flag = [+Oopenmp]
>> >> > -- Performing Test OpenMP_FLAG_DETECTED
>> >> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> >> > -- Try OpenMP C flag = [-qsmp]
>> >> > -- Performing Test OpenMP_FLAG_DETECTED
>> >> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> >> > -- Try OpenMP C flag = [-mp]
>> >> > -- Performing Test OpenMP_FLAG_DETECTED
>> >> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> >> > -- Try OpenMP CXX flag = [-fopenmp]
>> >> > -- Performing Test OpenMP_FLAG_DETECTED
>> >> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> >> > -- Try OpenMP CXX flag = [/openmp]
>> >> > -- Performing Test OpenMP_FLAG_DETECTED
>> >> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> >> > -- Try OpenMP CXX flag = [-Qopenmp]
>> >> > -- Performing Test OpenMP_FLAG_DETECTED
>> >> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> >> > -- Try OpenMP CXX flag = [-openmp]
>> >> > -- Performing Test OpenMP_FLAG_DETECTED
>> >> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> >> > -- Try OpenMP CXX flag = [ ]
>> >> > -- Performing Test OpenMP_FLAG_DETECTED
>> >> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> >> > -- Try OpenMP CXX flag = [-xopenmp]
>> >> > -- Performing Test OpenMP_FLAG_DETECTED
>> >> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> >> > -- Try OpenMP CXX flag = [+Oopenmp]
>> >> > -- Performing Test OpenMP_FLAG_DETECTED
>> >> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> >> > -- Try OpenMP CXX flag = [-qsmp]
>> >> > -- Performing Test OpenMP_FLAG_DETECTED
>> >> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> >> > -- Try OpenMP CXX flag = [-mp]
>> >> > -- Performing Test OpenMP_FLAG_DETECTED
>> >> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> >> > -- Could NOT find OpenMP (missing:  OpenMP_C_FLAGS OpenMP_CXX_FLAGS)
>> >> > -- Looking for libintl.h
>> >> > -- Looking for libintl.h - not found
>> >> > -- Looking for C++ include eigen3/Eigen/Dense
>> >> > -- Looking for C++ include eigen3/Eigen/Dense - not found
>> >> > -- Could NOT find Gettext (missing:  GETTEXT_MSGMERGE_EXECUTABLE
>> >> > GETTEXT_MSGFMT_EXECUTABLE)
>> >> > -- Looking for lrint in m
>> >> > -- Looking for lrint in m - found
>> >> > -- Looking for unistd.h
>> >> > -- Looking for unistd.h - found
>> >> > -- Looking for io.h
>> >> > -- Looking for io.h - not found
>> >> > -- Looking for fcntl.h
>> >> > -- Looking for fcntl.h - found
>> >> > -- Looking for sys/time.h
>> >> > -- Looking for sys/time.h - found
>> >> > -- Looking for termios.h
>> >> > -- Looking for termios.h - found
>> >> > -- Looking for values.h
>> >> > -- Looking for values.h - not found
>> >> > -- Looking for winsock.h
>> >> > -- Looking for winsock.h - not found
>> >> > -- Looking for sys/socket.h
>> >> > -- Looking for sys/socket.h - found
>> >> > -- Looking for dirent.h
>> >> > -- Looking for dirent.h - found
>> >> > -- USE_LRINT is enabled
>> >> > -- Found FLEX: /usr/bin/flex (found version "2.5.35")
>> >> > -- Found BISON: /usr/bin/bison (found version "2.3")
>> >> > -- Looking for pthread_spin_lock
>> >> > -- Looking for pthread_spin_lock - not found
>> >> > -- Looking for pthread_barrier_init
>> >> > -- Looking for pthread_barrier_init - not found
>> >> > -- OPENMP_FOUND="FALSE", so disabling USE_OPEN_MP
>> >> > -- PTHREAD_BARRIER_INIT_EXISTS="", so disabling USE_OPEN_MP
>> >> > -- USE_OPEN_MP is disabled
>> >> > -- Not building with score parser
>> >> > -- Not building with new parser debugging
>> >> > -- Building with multicore
>> >> > -- USE_GETTEXT is disabled
>> >> > -- Not using localization
>> >> > -- Building on OSX
>> >> > -- Boost version: 1.53.0
>> >> > -- Looking for ladspa.h
>> >> > -- Looking for ladspa.h - not found
>> >> > -- Looking for fluidsynth.h
>> >> > -- Looking for fluidsynth.h - not found
>> >> > -- Looking for jack/jack.h
>> >> > -- Looking for jack/jack.h - found
>> >> > -- Looking for C++ include gmm/gmm.h
>> >> > -- Looking for C++ include gmm/gmm.h - not found
>> >> > -- Looking for lo/lo.h
>> >> > -- Looking for lo/lo.h - found
>> >> > -- Found ZLIB: /usr/lib/libz.dylib (found version "1.2.5")
>> >> > -- Found PNG: /usr/local/opt/libpng/lib/libpng.dylib (found version
>> >> > "1.5.14")
>> >> > -- Found PythonLibs: /usr/lib/libpython2.7.dylib (found version
>> >> > "2.7.1")
>> >> > -- Could NOT find Lua51 (missing:  LUA_LIBRARIES LUA_INCLUDE_DIR)
>> >> > -- Looking for wiiuse.h
>> >> > -- Looking for wiiuse.h - not found
>> >> > -- Looking for p5glove.h
>> >> > -- Looking for p5glove.h - not found
>> >> > -- BUILD_CHUA_OPCODES is enabled
>> >> > -- LADSPA_H="", so disabling BUILD_DSSI_OPCODES
>> >> > -- BUILD_DSSI_OPCODES is disabled
>> >> > -- FLUIDSYNTH_H="", so disabling BUILD_FLUID_OPCODES
>> >> > -- FLUIDSYNTH_LIBRARY="FLUIDSYNTH_LIBRARY-NOTFOUND", so disabling
>> >> > BUILD_FLUID_OPCODES
>> >> > -- BUILD_FLUID_OPCODES is disabled
>> >> > -- BUILD_JACK_OPCODES is enabled
>> >> > -- GMM_HEADER="", so disabling BUILD_LINEAR_ALGEBRA_OPCODES
>> >> > -- BUILD_LINEAR_ALGEBRA_OPCODES is disabled
>> >> > -- BUILD_OSC_OPCODES is enabled
>> >> > -- BUILD_IMAGE_OPCODES is enabled
>> >> > -- BUILD_PYTHON_OPCODES is enabled
>> >> > -- LUA51_FOUND="FALSE", so disabling BUILD_LUA_OPCODES
>> >> > -- OPENMP_FOUND="FALSE", so disabling BUILD_LUA_OPCODES
>> >> > -- BUILD_LUA_OPCODES is disabled
>> >> > -- WIIUSE_H="", so disabling BUILD_WIIMOTE_OPCODES
>> >> > -- BUILD_WIIMOTE_OPCODES is disabled
>> >> > -- P5GLOVE_H="", so disabling BUILD_P5GLOVE_OPCODES
>> >> > -- BUILD_P5GLOVE_OPCODES is disabled
>> >> > -- BUILD_STK_OPCODES is enabled
>> >> > --
>> >> > -- ## REALTIME AUDIO AND MIDI ##
>> >> > -- Looking for alsa/asoundlib.h
>> >> > -- Looking for alsa/asoundlib.h - not found
>> >> > -- Looking for pulse/simple.h
>> >> > -- Looking for pulse/simple.h - not found
>> >> > -- Looking for XOpenDisplay in
>> >> > /usr/X11/lib/libX11.dylib;/usr/X11/lib/libXext.dylib
>> >> > -- Looking for XOpenDisplay in
>> >> > /usr/X11/lib/libX11.dylib;/usr/X11/lib/libXext.dylib - found
>> >> > -- Looking for gethostbyname
>> >> > -- Looking for gethostbyname - found
>> >> > -- Looking for connect
>> >> > -- Looking for connect - found
>> >> > -- Looking for remove
>> >> > -- Looking for remove - found
>> >> > -- Looking for shmat
>> >> > -- Looking for shmat - found
>> >> > -- Looking for IceConnectionNumber in ICE
>> >> > -- Looking for IceConnectionNumber in ICE - found
>> >> > -- Found X11: /usr/X11/lib/libX11.dylib
>> >> > -- Found FLTK:
>> >> >
>> >> >
>> >> > /usr/local/lib/libfltk_images.a;/usr/local/lib/libfltk_forms.a;/usr/local/lib/libfltk.a
>> >> > -- USE_COREMIDI is enabled
>> >> > -- USE_AUDIOUNIT is enabled
>> >> > -- ALSA_HEADER="", so disabling USE_ALSA
>> >> > -- ALSA_LIBRARY="ALSA_LIBRARY-NOTFOUND", so disabling USE_ALSA
>> >> > -- USE_ALSA is disabled
>> >> > -- PULSEAUDIO_HEADER="", so disabling USE_PULSEAUDIO
>> >> > -- PULSEAUDIO_LIBRARY="PULSEAUDIO_LIBRARY-NOTFOUND", so disabling
>> >> > USE_PULSEAUDIO
>> >> > -- PULSESIMPLE_LIBRARY="PULSESIMPLE_LIBRARY-NOTFOUND", so disabling
>> >> > USE_PULSEAUDIO
>> >> > -- USE_PULSEAUDIO is disabled
>> >> > -- PORTAUDIO_HEADER="", so disabling USE_PORTAUDIO
>> >> > -- USE_PORTAUDIO is disabled
>> >> > -- PORTMIDI_HEADER="", so disabling USE_PORTMIDI
>> >> > -- USE_PORTMIDI is disabled
>> >> > -- USE_JACK is enabled
>> >> > -- USE_FLTK is enabled
>> >> > -- BUILD_VIRTUAL_KEYBOARD is enabled
>> >> > --
>> >> > -- Building C++ interface library
>> >> > -- Found SWIG: /usr/local/bin/swig (found suitable version "2.0.9",
>> >> > minimum
>> >> > required is "2.0")
>> >> > -- Found JNI: -framework JavaVM
>> >> > -- Found Java: /usr/bin/java (found version "1.6.0.43")
>> >> > -- Could NOT find Lua51 (missing:  LUA_LIBRARIES LUA_INCLUDE_DIR)
>> >> > -- BUILD_PYTHON_INTERFACE is enabled
>> >> > -- BUILD_JAVA_INTERFACE is enabled
>> >> > -- LUA51_FOUND="FALSE", so disabling BUILD_LUA_INTERFACE
>> >> > -- BUILD_LUA_INTERFACE is disabled
>> >> > -- Looking for m_pd.h
>> >> > -- Looking for m_pd.h - not found
>> >> > -- Building csLadspa
>> >> > -- BUILD_CSBEATS is enabled
>> >> > -- PD_HEADER="", so disabling BUILD_PD_CLASS
>> >> > -- BUILD_PD_CLASS is disabled
>> >> > -- BUILD_WINSOUND is disabled
>> >> > -- Boost version: 1.53.0
>> >> > -- Found SWIG: /usr/local/bin/swig (found version "2.0.9")
>> >> > -- Could NOT find Lua51 (missing:  LUA_LIBRARIES LUA_INCLUDE_DIR)
>> >> > -- BUILD_CSOUND_AC is disabled
>> >> > -- BUILD_CSOUND_AC_PYTHON_INTERFACE is enabled
>> >> > -- LUA51_FOUND="FALSE", so disabling BUILD_CSOUND_AC_LUA_INTERFACE
>> >> > -- BUILD_CSOUND_AC_LUA_INTERFACE is disabled
>> >> > -- Configuring done
>> >> > -- Generating done
>> >> > -- Build files have been written to: /tmp/csound-NU4A
>> >> > ==> make install
>> >> > make install
>> >> > Scanning dependencies of target ampmidid
>> >> > Scanning dependencies of target chua
>> >> > Scanning dependencies of target cellular
>> >> > [  0%] [  1%] [  1%] Generating csound_prelex.c
>> >> > Building CXX object Opcodes/CMakeFiles/ampmidid.dir/ampmidid.cpp.o
>> >> > Building C object Opcodes/CMakeFiles/cellular.dir/cellular.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [  1%] Generating csound_orclex.c
>> >> > [  1%] Generating csound_orcparse.c
>> >> > /tmp/csound-NU4A/Engine/csound_orc.y: conflicts: 4 shift/reduce, 10
>> >> > reduce/reduce
>> >> > Linking C shared library ../libcellular.dylib
>> >> > Linking CXX shared library ../libampmidid.dylib
>> >> > [  2%] Building CXX object
>> >> > Opcodes/CMakeFiles/chua.dir/chua/ChuaOscillator.cpp.o
>> >> > [  2%] Built target cellular
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > Scanning dependencies of target control
>> >> > Scanning dependencies of target CsoundLib64
>> >> > [  2%] Building C object Opcodes/CMakeFiles/control.dir/control.c.o
>> >> > [  2%] Built target ampmidid
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > Scanning dependencies of target cs_date
>> >> > [  3%] Building C object Opcodes/CMakeFiles/cs_date.dir/date.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > Linking C shared library ../libcontrol.dylib
>> >> > Linking C shared library ../libcs_date.dylib
>> >> > [  3%] Built target control
>> >> > [  3%] Built target cs_date
>> >> > Scanning dependencies of target doppler
>> >> > Scanning dependencies of target fareygen
>> >> > [  3%] [  3%] Building CXX object
>> >> > Opcodes/CMakeFiles/doppler.dir/doppler.cpp.o
>> >> > Building C object Opcodes/CMakeFiles/fareygen.dir/fareygen.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [  4%] Building C object CMakeFiles/CsoundLib64.dir/Engine/auxfd.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > Linking C shared library ../libfareygen.dylib
>> >> > [  4%] Built target fareygen
>> >> > [  4%] Scanning dependencies of target fractalnoise
>> >> > Building C object CMakeFiles/CsoundLib64.dir/Engine/cfgvar.c.o
>> >> > [  4%] brew: superenv removed: -I/usr/local/include
>> >> > -I/tmp/csound-NU4A
>> >> > Building CXX object
>> >> > Opcodes/CMakeFiles/fractalnoise.dir/tl/fractalnoise.cpp.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [  4%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Engine/corfiles.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > Linking CXX shared library ../libfractalnoise.dylib
>> >> > [  4%] Built target fractalnoise
>> >> > Scanning dependencies of target image
>> >> > Linking CXX shared library ../libdoppler.dylib
>> >> > [  5%] [  6%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Engine/entry1.c.o
>> >> > Building C object Opcodes/CMakeFiles/image.dir/imageOpcodes.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [  6%] Built target doppler
>> >> > Scanning dependencies of target jackTransport
>> >> > [  6%] Building C object
>> >> > Opcodes/CMakeFiles/jackTransport.dir/jackTransport.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [  6%] Building C object CMakeFiles/CsoundLib64.dir/Engine/envvar.c.o
>> >> > Linking C shared library ../libimage.dylib
>> >> > Linking C shared library ../libjackTransport.dylib
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [  6%] Built target image
>> >> > [  6%] Built target jackTransport
>> >> > Scanning dependencies of target jacko
>> >> > Scanning dependencies of target mixer
>> >> > [  7%] [  8%] Building CXX object
>> >> > Opcodes/CMakeFiles/mixer.dir/mixer.cpp.o
>> >> > Building CXX object Opcodes/CMakeFiles/jacko.dir/jacko.cpp.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [  8%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Engine/extract.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > Linking CXX shared library ../libchua.dylib
>> >> > [  8%] Built target chua
>> >> > [  9%] Scanning dependencies of target osc
>> >> > Building C object CMakeFiles/CsoundLib64.dir/Engine/fgens.c.o
>> >> > [  9%] brew: superenv removed: -I/usr/local/include
>> >> > -I/tmp/csound-NU4A
>> >> > Building C object Opcodes/CMakeFiles/osc.dir/OSC.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > Linking C shared library ../libosc.dylib
>> >> > [  9%] Built target osc
>> >> > Scanning dependencies of target platerev
>> >> > Linking CXX shared library ../libjacko.dylib
>> >> > [ 10%] Building C object Opcodes/CMakeFiles/platerev.dir/platerev.c.o
>> >> > Linking CXX shared library ../libmixer.dylib
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 10%] Built target jacko
>> >> > Scanning dependencies of target py
>> >> > [ 10%] Built target mixer
>> >> > Scanning dependencies of target scansyn
>> >> > [ 10%] Building C object
>> >> > Opcodes/CMakeFiles/py.dir/py/pythonopcodes.c.o
>> >> > [ 10%] Building C object Opcodes/CMakeFiles/scansyn.dir/scansyn.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > Linking C shared library ../libplaterev.dylib
>> >> > [ 10%] Built target platerev
>> >> > Scanning dependencies of target serial
>> >> > [ 11%] Building C object Opcodes/CMakeFiles/serial.dir/serial.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 12%] Building C object Opcodes/CMakeFiles/scansyn.dir/scansynx.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > Linking C shared library ../libserial.dylib
>> >> > [ 12%] Built target serial
>> >> > Scanning dependencies of target signalflowgraph
>> >> > [ 12%] Building CXX object
>> >> > Opcodes/CMakeFiles/signalflowgraph.dir/signalflowgraph.cpp.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > Linking C shared library ../libscansyn.dylib
>> >> > [ 12%] Building C object CMakeFiles/CsoundLib64.dir/Engine/insert.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 12%] Built target scansyn
>> >> > Scanning dependencies of target system_call
>> >> > [ 12%] Building C object
>> >> > Opcodes/CMakeFiles/system_call.dir/system_call.c.o
>> >> > Linking C shared library ../libpy.dylib
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 12%] Built target py
>> >> > Scanning dependencies of target stk-ops
>> >> > Linking C shared library ../libsystem_call.dylib
>> >> > [ 13%] Building CXX object
>> >> > Opcodes/stk/CMakeFiles/stk-ops.dir/stkOpcodes.cpp.o
>> >> > [ 13%] Built target system_call
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > Scanning dependencies of target cmidi
>> >> > [ 13%] Building C object InOut/CMakeFiles/cmidi.dir/cmidi.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > Linking C shared library ../libcmidi.dylib
>> >> > [ 13%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Engine/linevent.c.o
>> >> > [ 13%] Built target cmidi
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 14%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Engine/memalloc.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > Scanning dependencies of target ipmidi
>> >> > [ 14%] [ 14%] Building C object
>> >> > InOut/CMakeFiles/ipmidi.dir/ipmidi.c.o
>> >> > Building C object CMakeFiles/CsoundLib64.dir/Engine/memfiles.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > Linking C shared library ../libipmidi.dylib
>> >> > [ 14%] Built target ipmidi
>> >> > Scanning dependencies of target rtauhal
>> >> > [ 14%] Building C object CMakeFiles/CsoundLib64.dir/Engine/musmon.c.o
>> >> > [ 14%] Building C object InOut/CMakeFiles/rtauhal.dir/rtauhal.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > Linking C shared library ../librtauhal.dylib
>> >> > [ 14%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Engine/namedins.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 14%] Built target rtauhal
>> >> > [ 15%] Building C object CMakeFiles/CsoundLib64.dir/Engine/rdscor.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > Scanning dependencies of target rtjack
>> >> > [ 16%] Building C object InOut/CMakeFiles/rtjack.dir/rtjack.c.o
>> >> > [ 16%] Building C object CMakeFiles/CsoundLib64.dir/Engine/scsort.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 16%] Linking CXX shared library ../../libstk.dylib
>> >> > Building C object CMakeFiles/CsoundLib64.dir/Engine/scxtract.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 16%] Built target stk-ops
>> >> > [ 17%] Building C object CMakeFiles/CsoundLib64.dir/Engine/sort.c.o
>> >> > Scanning dependencies of target virtual
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > Linking C shared library ../librtjack.dylib
>> >> > [ 17%] Building CXX object
>> >> > InOut/CMakeFiles/virtual.dir/virtual_keyboard/FLTKKeyboard.cpp.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 17%] Built target rtjack
>> >> > Scanning dependencies of target widgets
>> >> > [ 17%] Building CXX object
>> >> > InOut/CMakeFiles/widgets.dir/FL_graph.cpp.o
>> >> > [ 17%] Building C object CMakeFiles/CsoundLib64.dir/Engine/sread.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 17%] Building C object InOut/CMakeFiles/widgets.dir/winFLTK.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 18%] Building CXX object InOut/CMakeFiles/widgets.dir/widgets.cpp.o
>> >> > [ 18%] brew: superenv removed: -I/usr/local/include
>> >> > -I/tmp/csound-NU4A
>> >> > Building CXX object
>> >> >
>> >> > InOut/CMakeFiles/virtual.dir/virtual_keyboard/FLTKKeyboardWindow.cpp.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 18%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Engine/swritestr.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > Linking CXX shared library ../libsignalflowgraph.dylib
>> >> > [ 19%] Building CXX object
>> >> >
>> >> > InOut/CMakeFiles/virtual.dir/virtual_keyboard/FLTKKeyboardWidget.cpp.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 19%] Built target signalflowgraph
>> >> > [ 19%] [FLEX][csbeats_SCANNER] Building scanner with flex 2.5.35
>> >> > [ 19%] [BISON][csbeats_PARSER] Building parser with bison 2.3
>> >> > beats/beats.y: conflicts: 1 reduce/reduce
>> >> > [ 20%] Building C object CMakeFiles/CsoundLib64.dir/Engine/twarp.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > Scanning dependencies of target csbeats
>> >> > [ 21%] Building C object
>> >> > frontends/CMakeFiles/csbeats.dir/beats/main.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 21%] Building CXX object
>> >> > InOut/CMakeFiles/virtual.dir/virtual_keyboard/virtual_keyboard.cpp.o
>> >> > [ 21%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Engine/csound_type_system.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 21%] brew: superenv removed: -I/usr/local/include
>> >> > -I/tmp/csound-NU4A
>> >> > Building C object frontends/CMakeFiles/csbeats.dir/beatslex.yy.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 21%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Engine/csound_standard_types.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 21%] Building C object
>> >> > frontends/CMakeFiles/csbeats.dir/beats.tab.c.o
>> >> > [ 22%] brew: superenv removed: -I/usr/local/include
>> >> > -I/tmp/csound-NU4A
>> >> > Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Engine/csound_data_structures.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 22%] Building CXX object
>> >> > InOut/CMakeFiles/virtual.dir/virtual_keyboard/Bank.cpp.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > Linking C executable ../csbeats
>> >> > [ 22%] Building C object CMakeFiles/CsoundLib64.dir/Engine/pools.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 22%] Built target csbeats
>> >> > [ 23%] Building CXX object
>> >> > InOut/CMakeFiles/virtual.dir/virtual_keyboard/KeyboardMapping.cpp.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > Scanning dependencies of target stdutil
>> >> > [ 23%] Building C object CMakeFiles/CsoundLib64.dir/InOut/libsnd.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 24%] Building C object util/CMakeFiles/stdutil.dir/atsa.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 24%] Building CXX object
>> >> > InOut/CMakeFiles/virtual.dir/virtual_keyboard/Program.cpp.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 24%] Building CXX object
>> >> > InOut/CMakeFiles/virtual.dir/virtual_keyboard/SliderBank.cpp.o
>> >> > [ 24%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/InOut/libsnd_u.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 25%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/InOut/midifile.c.o
>> >> > [ 26%] Building CXX object
>> >> > InOut/CMakeFiles/virtual.dir/virtual_keyboard/SliderData.cpp.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > Linking CXX shared library ../libvirtual.dylib
>> >> > [ 26%] [ 26%] Built target virtual
>> >> > Building C object CMakeFiles/CsoundLib64.dir/InOut/midirecv.c.o
>> >> > Scanning dependencies of target sdif2ad
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 27%] Building C object SDIF/CMakeFiles/sdif2ad.dir/sdif2adsyn.c.o
>> >> > [ 27%] brew: superenv removed: -I/usr/local/include
>> >> > -I/tmp/csound-NU4A
>> >> > Building C object util/CMakeFiles/stdutil.dir/cvanal.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 27%] [ 27%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/InOut/midisend.c.o
>> >> > Building C object SDIF/CMakeFiles/sdif2ad.dir/sdif.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 27%] brew: superenv removed: -I/usr/local/include
>> >> > -I/tmp/csound-NU4A
>> >> > Building C object util/CMakeFiles/stdutil.dir/dnoise.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 28%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/InOut/winascii.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 28%] Building C object SDIF/CMakeFiles/sdif2ad.dir/sdif-mem.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 28%] Building C object CMakeFiles/CsoundLib64.dir/InOut/windin.c.o
>> >> > Linking C executable ../sdif2ad
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 28%] Built target sdif2ad
>> >> > [ 29%] Building C object util/CMakeFiles/stdutil.dir/envext.c.o
>> >> > [ 29%] brew: superenv removed: -I/usr/local/include
>> >> > -I/tmp/csound-NU4A
>> >> > Building C object CMakeFiles/CsoundLib64.dir/InOut/window.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 29%] Linking CXX shared library ../libwidgets.dylib
>> >> > Building C object util/CMakeFiles/stdutil.dir/het_export.c.o
>> >> > [ 29%] brew: superenv removed: -I/usr/local/include
>> >> > -I/tmp/csound-NU4A
>> >> > Building C object util/CMakeFiles/stdutil.dir/het_import.c.o
>> >> > [ 30%] brew: superenv removed: -I/usr/local/include
>> >> > -I/tmp/csound-NU4A
>> >> > Building C object CMakeFiles/CsoundLib64.dir/InOut/winEPS.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 31%] Building C object util/CMakeFiles/stdutil.dir/hetro.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 31%] Building C object util/CMakeFiles/stdutil.dir/lpanal.c.o
>> >> > [ 31%] Built target widgets
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 31%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/InOut/circularbuffer.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 31%] Building C object CMakeFiles/CsoundLib64.dir/OOps/aops.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 32%] Building C object CMakeFiles/CsoundLib64.dir/OOps/bus.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 32%] Building C object util/CMakeFiles/stdutil.dir/lpc_export.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 33%] [ 33%] Building C object
>> >> > util/CMakeFiles/stdutil.dir/lpc_import.c.o
>> >> > Building C object util/CMakeFiles/stdutil.dir/mixer.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 33%] Building C object CMakeFiles/CsoundLib64.dir/OOps/cmath.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 33%] Building C object CMakeFiles/CsoundLib64.dir/OOps/diskin.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 33%] Building C object CMakeFiles/CsoundLib64.dir/OOps/diskin2.c.o
>> >> > [ 33%] Building C object util/CMakeFiles/stdutil.dir/pvanal.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 34%] Building C object CMakeFiles/CsoundLib64.dir/OOps/disprep.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 34%] Building C object CMakeFiles/CsoundLib64.dir/OOps/dumpf.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 34%] Building C object CMakeFiles/CsoundLib64.dir/OOps/fftlib.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 34%] Building C object util/CMakeFiles/stdutil.dir/pv_export.c.o
>> >> > [ 35%] brew: superenv removed: -I/usr/local/include
>> >> > -I/tmp/csound-NU4A
>> >> > Building C object CMakeFiles/CsoundLib64.dir/OOps/goto_ops.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 35%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/OOps/midiinterop.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 36%] Building C object util/CMakeFiles/stdutil.dir/pv_import.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 36%] [ 36%] Building C object
>> >> > util/CMakeFiles/stdutil.dir/pvlook.c.o
>> >> > Building C object util/CMakeFiles/stdutil.dir/scale.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 37%] Building C object util/CMakeFiles/stdutil.dir/sndinfo.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 37%] Building C object util/CMakeFiles/stdutil.dir/srconv.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 37%] [ 38%] Building C object
>> >> > util/CMakeFiles/stdutil.dir/std_util.c.o
>> >> > Building C object util/CMakeFiles/stdutil.dir/xtrct.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 38%] [ 39%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/OOps/midiops.c.o
>> >> > Building C object CMakeFiles/CsoundLib64.dir/OOps/midiout.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 39%] Building C object CMakeFiles/CsoundLib64.dir/OOps/mxfft.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 39%] Building C object util/CMakeFiles/stdutil.dir/scope.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 39%] Building C object CMakeFiles/CsoundLib64.dir/OOps/oscils.c.o
>> >> > [ 40%] Building C object CMakeFiles/CsoundLib64.dir/OOps/pstream.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 40%] Building C object util/CMakeFiles/stdutil.dir/__/SDIF/sdif.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 40%] Building C object CMakeFiles/CsoundLib64.dir/OOps/pvfileio.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 40%] Linking C shared library ../libstdutil.dylib
>> >> > Building C object CMakeFiles/CsoundLib64.dir/OOps/pvsanal.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 40%] Building C object CMakeFiles/CsoundLib64.dir/OOps/random.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 40%] Built target stdutil
>> >> > [ 41%] Building C object CMakeFiles/CsoundLib64.dir/OOps/remote.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 41%] Building C object CMakeFiles/CsoundLib64.dir/OOps/schedule.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 41%] Building C object CMakeFiles/CsoundLib64.dir/OOps/sndinfUG.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 42%] Building C object CMakeFiles/CsoundLib64.dir/OOps/str_ops.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 42%] Building C object CMakeFiles/CsoundLib64.dir/OOps/ugens1.c.o
>> >> > [ 42%] brew: superenv removed: -I/usr/local/include
>> >> > -I/tmp/csound-NU4A
>> >> > Building C object CMakeFiles/CsoundLib64.dir/OOps/ugens2.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 43%] Building C object CMakeFiles/CsoundLib64.dir/OOps/ugens2a.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 43%] Building C object CMakeFiles/CsoundLib64.dir/OOps/ugens3.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 43%] Building C object CMakeFiles/CsoundLib64.dir/OOps/ugens4.c.o
>> >> > [ 44%] brew: superenv removed: -I/usr/local/include
>> >> > -I/tmp/csound-NU4A
>> >> > Building C object CMakeFiles/CsoundLib64.dir/OOps/ugens5.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 44%] Building C object CMakeFiles/CsoundLib64.dir/OOps/ugens6.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 44%] Building C object CMakeFiles/CsoundLib64.dir/OOps/ugtabs.c.o
>> >> > [ 44%] brew: superenv removed: -I/usr/local/include
>> >> > -I/tmp/csound-NU4A
>> >> > Building C object CMakeFiles/CsoundLib64.dir/OOps/ugrw1.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 45%] Building C object CMakeFiles/CsoundLib64.dir/OOps/ugrw2.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 45%] Building C object CMakeFiles/CsoundLib64.dir/OOps/vdelay.c.o
>> >> > [ 45%] brew: superenv removed: -I/usr/local/include
>> >> > -I/tmp/csound-NU4A
>> >> > [ 46%] [ 46%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/OOps/compile_ops.c.o
>> >> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/bilbar.c.o
>> >> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/babo.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 46%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/compress.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 47%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/eqfil.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 47%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/Vosim.c.o
>> >> > [ 47%] brew: superenv removed: -I/usr/local/include
>> >> > -I/tmp/csound-NU4A
>> >> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pitch.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 48%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/pitch0.c.o
>> >> > [ 48%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/spectra.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 48%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/ambicode1.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 48%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/sfont.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 49%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/grain4.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 49%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/hrtferX.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 49%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/loscilx.c.o
>> >> > [ 50%] brew: superenv removed: -I/usr/local/include
>> >> > -I/tmp/csound-NU4A
>> >> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/minmax.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 50%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pan2.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 50%] [ 51%] [ 51%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/phisem.c.o
>> >> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/arrays.c.o
>> >> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/hrtfopcodes.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 51%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/stackops.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 52%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/vbap.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 52%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/vbap1.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 52%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/vbap_n.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 52%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/vbap_zak.c.o
>> >> > [ 53%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/vaops.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 53%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/ugakbari.c.o
>> >> > [ 53%] brew: superenv removed: -I/usr/local/include
>> >> > -I/tmp/csound-NU4A
>> >> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/harmon.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 54%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/pitchtrack.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 54%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/partikkel.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 54%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/shape.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 55%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/tabsum.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 55%] [ 55%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/crossfm.c.o
>> >> > [ 56%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/pvlock.c.o
>> >> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/fareyseq.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 56%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/modmatrix.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 56%] [ 56%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/scoreline.c.o
>> >> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/modal4.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 57%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/physutil.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 57%] [ 57%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/physmod.c.o
>> >> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/mandolin.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 58%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/singwave.c.o
>> >> > [ 58%] brew: superenv removed: -I/usr/local/include
>> >> > -I/tmp/csound-NU4A
>> >> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/fm4op.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 58%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/moog1.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 59%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/shaker.c.o
>> >> > [ 59%] brew: superenv removed: -I/usr/local/include
>> >> > -I/tmp/csound-NU4A
>> >> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/bowedbar.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 59%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/gab/tabmorph.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 60%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/gab/hvs.c.o
>> >> > [ 60%] brew: superenv removed: -I/usr/local/include
>> >> > -I/tmp/csound-NU4A
>> >> > Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/gab/sliderTable.c.o
>> >> > [ 60%] brew: superenv removed: -I/usr/local/include
>> >> > -I/tmp/csound-NU4A
>> >> > Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/gab/newgabopc.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 60%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ftest.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 61%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/hrtfearly.c.o
>> >> > [ 61%] brew: superenv removed: -I/usr/local/include
>> >> > -I/tmp/csound-NU4A
>> >> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/hrtfreverb.c.o
>> >> > [ 61%] brew: superenv removed: -I/usr/local/include
>> >> > -I/tmp/csound-NU4A
>> >> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/cpumeter.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 62%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/gendy.c.o
>> >> > [ 62%] brew: superenv removed: -I/usr/local/include
>> >> > -I/tmp/csound-NU4A
>> >> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/tl/sc_noise.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 62%] Building C object CMakeFiles/CsoundLib64.dir/Top/argdecode.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 63%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Top/cscore_internal.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 63%] Building C object CMakeFiles/CsoundLib64.dir/Top/cscorfns.c.o
>> >> > [ 63%] Building C object CMakeFiles/CsoundLib64.dir/Top/csmodule.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 64%] Building C object CMakeFiles/CsoundLib64.dir/Top/csound.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 64%] Building C object CMakeFiles/CsoundLib64.dir/Top/getstring.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 64%] Building C object CMakeFiles/CsoundLib64.dir/Top/main.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 64%] Building C object CMakeFiles/CsoundLib64.dir/Top/new_opts.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 65%] Building C object CMakeFiles/CsoundLib64.dir/Top/one_file.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 65%] Building C object CMakeFiles/CsoundLib64.dir/Top/opcode.c.o
>> >> > [ 65%] Building C object CMakeFiles/CsoundLib64.dir/Top/threads.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 66%] Building C object CMakeFiles/CsoundLib64.dir/Top/utility.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 66%] [ 66%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Top/threadsafe.c.o
>> >> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ambicode.c.o
>> >> > [ 67%] brew: superenv removed: -I/usr/local/include
>> >> > -I/tmp/csound-NU4A
>> >> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/bbcut.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 67%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/biquad.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 67%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/butter.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 68%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/clfilt.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 68%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/cross2.c.o
>> >> > [ 68%] brew: superenv removed: -I/usr/local/include
>> >> > -I/tmp/csound-NU4A
>> >> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/dam.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 68%] [ 69%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/dcblockr.c.o
>> >> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/filter.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 69%] [ 69%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/flanger.c.o
>> >> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/follow.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 70%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/fout.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 70%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/freeverb.c.o
>> >> > [ 70%] [ 71%] brew: superenv removed: -I/usr/local/include
>> >> > -I/tmp/csound-NU4A
>> >> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ftconv.c.o
>> >> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ftgen.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 71%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/gab/gab.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 71%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/gab/vectorial.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 72%] [ 72%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/grain.c.o
>> >> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/locsig.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 72%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/lowpassr.c.o
>> >> > [ 72%] brew: superenv removed: -I/usr/local/include
>> >> > -I/tmp/csound-NU4A
>> >> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/metro.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 73%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/midiops2.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 73%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/midiops3.c.o
>> >> > [ 73%] brew: superenv removed: -I/usr/local/include
>> >> > -I/tmp/csound-NU4A
>> >> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/newfils.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 74%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/nlfilt.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 74%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/oscbnk.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 74%] [ 75%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/pluck.c.o
>> >> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/repluck.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 75%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/reverbsc.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 75%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/seqtime.c.o
>> >> > [ 76%] brew: superenv removed: -I/usr/local/include
>> >> > -I/tmp/csound-NU4A
>> >> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/sndloop.c.o
>> >> > [ 76%] brew: superenv removed: -I/usr/local/include
>> >> > -I/tmp/csound-NU4A
>> >> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/sndwarp.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 76%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/space.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 76%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/spat3d.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 77%] [ 77%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/syncgrain.c.o
>> >> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ugens7.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 77%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/ugens9.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 78%] [ 78%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/ugensa.c.o
>> >> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/uggab.c.o
>> >> > [ 78%] brew: superenv removed: -I/usr/local/include
>> >> > -I/tmp/csound-NU4A
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ugmoss.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 79%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/ugnorman.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 79%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ugsc.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 79%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/wave-terrain.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 80%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/stdopcod.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 80%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/socksend.c.o
>> >> > [ 80%] [ 80%] brew: superenv removed: -I/usr/local/include
>> >> > -I/tmp/csound-NU4A
>> >> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ifd.c.o
>> >> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/sockrecv.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 81%] brew: superenv removed: -I/usr/local/include
>> >> > -I/tmp/csound-NU4A
>> >> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/partials.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 81%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/psynth.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 81%] [ 82%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/pvsbasic.c.o
>> >> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pvscent.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 82%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/pvsdemix.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 82%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/pvs_ops.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 83%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/pvsband.c.o
>> >> > [ 83%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/pvsbuffer.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 83%] brew: superenv removed: -I/usr/local/include
>> >> > -I/tmp/csound-NU4A
>> >> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pvsgendy.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 84%] [ 84%] [ 84%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/dsputil.c.o
>> >> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pvinterp.c.o
>> >> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pvadd.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 84%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/pvocext.c.o
>> >> > [ 85%] brew: superenv removed: -I/usr/local/include
>> >> > -I/tmp/csound-NU4A
>> >> > [ 85%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/pvread.c.o
>> >> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ugens8.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 85%] [ 86%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/pvoc.c.o
>> >> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/vpvoc.c.o
>> >> > [ 86%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/mp3in.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 86%] brew: superenv removed: -I/usr/local/include
>> >> > -I/tmp/csound-NU4A
>> >> > Building C object
>> >> > CMakeFiles/CsoundLib64.dir/InOut/libmpadec/layer1.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 87%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/InOut/libmpadec/layer2.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 87%] [ 87%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/InOut/libmpadec/layer3.c.o
>> >> > Building C object
>> >> > CMakeFiles/CsoundLib64.dir/InOut/libmpadec/synth.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 88%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/InOut/libmpadec/tables.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 88%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/InOut/libmpadec/mpadec.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 88%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/InOut/libmpadec/mp3dec.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 88%] Building C object CMakeFiles/CsoundLib64.dir/csound_orclex.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 89%] [ 89%] [ 89%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/csound_orcparse.c.o
>> >> > Building C object CMakeFiles/CsoundLib64.dir/csound_prelex.c.o
>> >> > Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Engine/csound_orc_semantics.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 90%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Engine/csound_orc_expressions.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 90%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Engine/csound_orc_optimize.c.o
>> >> > [ 90%] brew: superenv removed: -I/usr/local/include
>> >> > -I/tmp/csound-NU4A
>> >> > Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Engine/csound_orc_compile.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 91%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Engine/new_orc_parser.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 91%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Engine/symbtab.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 91%] [ 92%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Engine/cs_new_dispatch.c.o
>> >> > Building C object CMakeFiles/CsoundLib64.dir/Engine/cs_par_base.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 92%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Engine/cs_par_orc_semantic_analysis.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 92%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Engine/cs_par_dispatch.c.o
>> >> > Copying OS X content
>> >> > CsoundLib64.framework/Versions/6.0/Headers/CppSound.hpp
>> >> > Copying OS X content
>> >> > CsoundLib64.framework/Versions/6.0/Headers/CsoundFile.hpp
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > Copying OS X content
>> >> > CsoundLib64.framework/Versions/6.0/Headers/OpcodeBase.hpp
>> >> > Copying OS X content
>> >> > CsoundLib64.framework/Versions/6.0/Headers/cfgvar.h
>> >> > Copying OS X content
>> >> > CsoundLib64.framework/Versions/6.0/Headers/csPerfThread.hpp
>> >> > Copying OS X content
>> >> > CsoundLib64.framework/Versions/6.0/Headers/cscore.h
>> >> > Copying OS X content
>> >> > CsoundLib64.framework/Versions/6.0/Headers/csdl.h
>> >> > Copying OS X content
>> >> > CsoundLib64.framework/Versions/6.0/Headers/csound.h
>> >> > Copying OS X content
>> >> > CsoundLib64.framework/Versions/6.0/Headers/csound.hpp
>> >> > Copying OS X content
>> >> > CsoundLib64.framework/Versions/6.0/Headers/csoundCore.h
>> >> > Copying OS X content
>> >> > CsoundLib64.framework/Versions/6.0/Headers/csound_data_structures.h
>> >> > Copying OS X content
>> >> > CsoundLib64.framework/Versions/6.0/Headers/csound_standard_types.h
>> >> > Copying OS X content
>> >> > CsoundLib64.framework/Versions/6.0/Headers/cwindow.h
>> >> > Copying OS X content
>> >> > CsoundLib64.framework/Versions/6.0/Headers/csound_type_system.h
>> >> > Copying OS X content
>> >> > CsoundLib64.framework/Versions/6.0/Headers/filebuilding.h
>> >> > Copying OS X content
>> >> > CsoundLib64.framework/Versions/6.0/Headers/float-version-double.h
>> >> > Copying OS X content
>> >> > CsoundLib64.framework/Versions/6.0/Headers/float-version.h
>> >> > Copying OS X content
>> >> > CsoundLib64.framework/Versions/6.0/Headers/interlocks.h
>> >> > Copying OS X content
>> >> > CsoundLib64.framework/Versions/6.0/Headers/msg_attr.h
>> >> > Copying OS X content
>> >> > CsoundLib64.framework/Versions/6.0/Headers/pvfileio.h
>> >> > Copying OS X content
>> >> > CsoundLib64.framework/Versions/6.0/Headers/pstream.h
>> >> > Copying OS X content
>> >> > CsoundLib64.framework/Versions/6.0/Headers/soundio.h
>> >> > Copying OS X content
>> >> > CsoundLib64.framework/Versions/6.0/Headers/sysdep.h
>> >> > Copying OS X content
>> >> > CsoundLib64.framework/Versions/6.0/Headers/text.h
>> >> > Copying OS X content
>> >> > CsoundLib64.framework/Versions/6.0/Headers/version.h
>> >> > Linking C shared library
>> >> > CsoundLib64.framework/Versions/6.0/CsoundLib64
>> >> > [ 92%] Built target CsoundLib64
>> >> > Scanning dependencies of target atsa
>> >> > Scanning dependencies of target libcsnd
>> >> > Scanning dependencies of target csound-bin
>> >> > Scanning dependencies of target csladspa
>> >> > [ 92%] [ 93%] [ 93%] [ 93%] Building CXX object
>> >> > frontends/CMakeFiles/csladspa.dir/csladspa/csladspa.cpp.o
>> >> > Building C object util/CMakeFiles/atsa.dir/atsa_main.c.o
>> >> > Building C object
>> >> > frontends/CMakeFiles/csound-bin.dir/csound/csound_main.c.o
>> >> > Building CXX object interfaces/CMakeFiles/libcsnd.dir/CppSound.cpp.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > Linking C executable ../atsa
>> >> > Linking C executable ../csound
>> >> > [ 93%] [ 93%] Built target atsa
>> >> > Built target csound-bin
>> >> > Scanning dependencies of target csanalyze
>> >> > Scanning dependencies of target cvanal
>> >> > [ 93%] [ 93%] Building C object
>> >> > util/CMakeFiles/cvanal.dir/cvl_main.c.o
>> >> > Building C object util/CMakeFiles/csanalyze.dir/csanalyze.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > Linking C executable ../csanalyze
>> >> > Linking C executable ../cvanal
>> >> > [ 93%] Built target csanalyze
>> >> > [ 93%] Built target cvanal
>> >> > Scanning dependencies of target dnoise
>> >> > [ 93%] Building CXX object
>> >> > interfaces/CMakeFiles/libcsnd.dir/CsoundFile.cpp.o
>> >> > [ 94%] Building C object util/CMakeFiles/dnoise.dir/dnoise_main.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > Linking C executable ../dnoise
>> >> > [ 94%] Built target dnoise
>> >> > Scanning dependencies of target envext
>> >> > [ 94%] Building C object util/CMakeFiles/envext.dir/env_main.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 95%] Building CXX object
>> >> > interfaces/CMakeFiles/libcsnd.dir/Soundfile.cpp.o
>> >> > Linking C executable ../envext
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > Linking CXX shared library ../csladspa.dylib
>> >> > [ 95%] Built target envext
>> >> > Scanning dependencies of target extractor
>> >> > [ 95%] Building C object util/CMakeFiles/extractor.dir/xtrc_main.c.o
>> >> > [ 95%] Built target csladspa
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 95%] Building CXX object
>> >> > interfaces/CMakeFiles/libcsnd.dir/csPerfThread.cpp.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > Linking C executable ../extractor
>> >> > [ 95%] Built target extractor
>> >> > Scanning dependencies of target het_export
>> >> > [ 96%] Building C object util/CMakeFiles/het_export.dir/hetx_main.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > Linking C executable ../het_export
>> >> > [ 96%] Building CXX object
>> >> > interfaces/CMakeFiles/libcsnd.dir/cs_glue.cpp.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 96%] Built target het_export
>> >> > Scanning dependencies of target het_import
>> >> > [ 96%] Building C object util/CMakeFiles/het_import.dir/heti_main.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > Scanning dependencies of target hetro
>> >> > [ 96%] Building C object util/CMakeFiles/hetro.dir/het_main.c.o
>> >> > Linking C executable ../het_import
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > Linking C executable ../hetro
>> >> > [ 96%] Built target het_import
>> >> > Scanning dependencies of target lpanal
>> >> > [ 96%] [ 97%] Building CXX object
>> >> > interfaces/CMakeFiles/libcsnd.dir/filebuilding.cpp.o
>> >> > Building C object util/CMakeFiles/lpanal.dir/lpc_main.c.o
>> >> > [ 97%] Built target hetro
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > Scanning dependencies of target lpc_export
>> >> > [ 97%] Building C object util/CMakeFiles/lpc_export.dir/lpcx_main.c.o
>> >> > Scanning dependencies of target lpc_import
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > Linking C executable ../lpanal
>> >> > [ 97%] Building C object util/CMakeFiles/lpc_import.dir/lpci_main.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > Linking C executable ../lpc_export
>> >> > [ 97%] Built target lpanal
>> >> > Scanning dependencies of target mixer-bin
>> >> > [ 97%] Linking C executable ../lpc_import
>> >> > Building C object util/CMakeFiles/mixer-bin.dir/mixer_main.c.o
>> >> > [ 97%] Built target lpc_export
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > Scanning dependencies of target pv_export
>> >> > [ 97%] Building C object util/CMakeFiles/pv_export.dir/pvx_main.c.o
>> >> > [ 97%] Built target lpc_import
>> >> > Linking C executable ../mixer
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > Scanning dependencies of target pv_import
>> >> > [ 97%] Building C object util/CMakeFiles/pv_import.dir/pvi_main.c.o
>> >> > [ 97%] brew: superenv removed: -I/usr/local/include
>> >> > -I/tmp/csound-NU4A
>> >> > Built target mixer-bin
>> >> > Linking C executable ../pv_export
>> >> > Scanning dependencies of target pvanal
>> >> > [ 98%] Building C object util/CMakeFiles/pvanal.dir/pvc_main.c.o
>> >> > Linking C executable ../pv_import
>> >> > [ 98%] Built target pv_export
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > Scanning dependencies of target pvlook
>> >> > [ 98%] Building C object util/CMakeFiles/pvlook.dir/pvl_main.c.o
>> >> > [ 98%] Built target pv_import
>> >> > Linking C executable ../pvanal
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > Scanning dependencies of target scale
>> >> > Linking CXX shared library ../libcsnd.dylib
>> >> > [ 98%] Building C object util/CMakeFiles/scale.dir/scale_main.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > Linking C executable ../pvlook
>> >> > [ 98%] Built target pvanal
>> >> > Scanning dependencies of target scope
>> >> > [ 98%] Building C object util/CMakeFiles/scope.dir/scope_main.c.o
>> >> > [ 98%] Built target libcsnd
>> >> > Linking C executable ../scale
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 98%] Built target pvlook
>> >> > Scanning dependencies of target sndinfo
>> >> > Scanning dependencies of target srconv
>> >> > [ 98%] Building C object util/CMakeFiles/sndinfo.dir/sndinfo_main.c.o
>> >> > [ 98%] Building C object util/CMakeFiles/srconv.dir/srconv_main.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > Linking C executable ../scope
>> >> > [ 98%] Built target scale
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > Scanning dependencies of target extract
>> >> > [ 99%] Linking C executable ../sndinfo
>> >> > Building C object util1/CMakeFiles/extract.dir/sortex/xmain.c.o
>> >> > [ 99%] Built target scope
>> >> > Linking C executable ../srconv
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > Scanning dependencies of target scsort
>> >> > [ 99%] [ 99%] Built target sndinfo
>> >> > Building C object util1/CMakeFiles/scsort.dir/sortex/smain.c.o
>> >> > [ 99%] Linking C executable ../extract
>> >> > [ 99%] Swig source
>> >> > Built target srconv
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 99%] Language subdirectory: python
>> >> > Search paths:
>> >> >    ./
>> >> >    /usr/local/include/
>> >> >    /tmp/csound-NU4A/./H/
>> >> >    /tmp/csound-NU4A/./include/
>> >> >    /tmp/csound-NU4A/./Engine/
>> >> >    /tmp/csound-NU4A/./
>> >> >    /tmp/csound-NU4A/
>> >> >    /tmp/csound-NU4A/interfaces/
>> >> >    /System/Library/Frameworks/Python.framework/Headers/
>> >> >    ./swig_lib/python/
>> >> >    /usr/local/Cellar/swig/2.0.9/share/swig/2.0.9/python/
>> >> >    ./swig_lib/
>> >> >    /usr/local/Cellar/swig/2.0.9/share/swig/2.0.9/
>> >> > Preprocessing...
>> >> > Swig source
>> >> > Language subdirectory: java
>> >> > Search paths:
>> >> >    ./
>> >> >    /usr/local/include/
>> >> >    /tmp/csound-NU4A/./H/
>> >> >    /tmp/csound-NU4A/./include/
>> >> >    /tmp/csound-NU4A/./Engine/
>> >> >    /tmp/csound-NU4A/./
>> >> >    /tmp/csound-NU4A/
>> >> >    /tmp/csound-NU4A/interfaces/
>> >> >    /System/Library/Frameworks/Python.framework/Headers/
>> >> >    /System/Library/Frameworks/JavaVM.framework/Headers/
>> >> >    /System/Library/Frameworks/JavaVM.framework/Headers/
>> >> >    /System/Library/Frameworks/JavaVM.framework/Headers/
>> >> >    ./swig_lib/java/
>> >> >    /usr/local/Cellar/swig/2.0.9/share/swig/2.0.9/java/
>> >> >    ./swig_lib/
>> >> >    /usr/local/Cellar/swig/2.0.9/share/swig/2.0.9/
>> >> > Preprocessing...
>> >> > Linking C executable ../scsort
>> >> > [ 99%] Built target extract
>> >> > Starting language-specific parse...
>> >> > [ 99%] Built target scsort
>> >> > Processing types...
>> >> > C++ analysis...
>> >> > Generating wrappers...
>> >> > Starting language-specific parse...
>> >> > /tmp/csound-NU4A/./include/csound.h:519: Warning 451: Setting a const
>> >> > char *
>> >> > variable may leak memory.
>> >> > Processing types...
>> >> > C++ analysis...
>> >> > Generating wrappers...
>> >> > /tmp/csound-NU4A/./include/csound.h:519: Warning 451: Setting a const
>> >> > char *
>> >> > variable may leak memory.
>> >> > cs_glue.hpp:505: Warning 473: Returning a pointer or reference in a
>> >> > director
>> >> > method is not recommended.
>> >> > CppSound.hpp:36: Warning 453: Can't apply (std::vector< double >
>> >> > *INPUT). No
>> >> > typemaps are defined.
>> >> > CppSound.hpp:52: Warning 813: Warning for CppSound proxy: Base
>> >> > CsoundFile
>> >> > ignored. Multiple inheritance is not supported in Java.
>> >> > Scanning dependencies of target _jcsound6
>> >> > [ 99%] Building CXX object
>> >> > interfaces/CMakeFiles/_jcsound6.dir/java_interfaceJAVA_wrap.cxx.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > cs_glue.hpp:505: Warning 473: Returning a pointer or reference in a
>> >> > director
>> >> > method is not recommended.
>> >> > CppSound.hpp:36: Warning 453: Can't apply (std::vector< double >
>> >> > *INPUT). No
>> >> > typemaps are defined.
>> >> > Scanning dependencies of target _csnd6
>> >> > [100%] Building CXX object
>> >> > interfaces/CMakeFiles/_csnd6.dir/python_interfacePYTHON_wrap.cxx.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > Linking CXX shared module ../lib_jcsound6.jnilib
>> >> > Building JAVA package csnd6.jar
>> >> > [100%] Built target _jcsound6
>> >> > Linking CXX shared module ../_csnd6.so
>> >> > [100%] Built target _csnd6
>> >> > Install the project...
>> >> > -- Install configuration: "None"
>> >> > -- Installing:
>> >> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework
>> >> > -- Up-to-date:
>> >> >
>> >> >
>> >> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/CsoundLib64
>> >> > -- Up-to-date:
>> >> >
>> >> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Headers
>> >> > -- Up-to-date:
>> >> >
>> >> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Resources
>> >> > -- Installing:
>> >> >
>> >> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/CsoundLib64
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/cfgvar.h
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/CppSound.hpp
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/cscore.h
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/csdl.h
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/csound.h
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/csound.hpp
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/csound_data_structures.h
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/csound_standard_types.h
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/csound_type_system.h
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/csoundCore.h
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/CsoundFile.hpp
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/csPerfThread.hpp
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/cwindow.h
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/filebuilding.h
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/float-version-double.h
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/float-version.h
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/interlocks.h
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/msg_attr.h
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/OpcodeBase.hpp
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/pstream.h
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/pvfileio.h
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/soundio.h
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/sysdep.h
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/text.h
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/version.h
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Info.plist
>> >> > -- Up-to-date:
>> >> >
>> >> >
>> >> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/Current
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libmixer.dylib
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libsignalflowgraph.dylib
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libampmidid.dylib
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libcs_date.dylib
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libsystem_call.dylib
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libdoppler.dylib
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libfractalnoise.dylib
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libfareygen.dylib
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libcellular.dylib
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libserial.dylib
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libplaterev.dylib
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libscansyn.dylib
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libcontrol.dylib
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libchua.dylib
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libjacko.dylib
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libjackTransport.dylib
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libosc.dylib
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libimage.dylib
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libpy.dylib
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libstk.dylib
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libcmidi.dylib
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/librtauhal.dylib
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libipmidi.dylib
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/librtjack.dylib
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libwidgets.dylib
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libvirtual.dylib
>> >> > -- Installing: /usr/local/Cellar/csound/HEAD/lib/libcsnd.6.0.dylib
>> >> > -- Installing: /usr/local/Cellar/csound/HEAD/lib/libcsnd.dylib
>> >> > -- Installing: /Library/Python/2.7/site-packages/_csnd6.so
>> >> > -- Installing: /Library/Python/2.7/site-packages/csnd6.py
>> >> > -- Installing: /Library/Java/Extensions/lib_jcsound6.jnilib
>> >> > -- Installing: /Library/Java/Extensions/csnd6.jar
>> >> > -- Installing: /usr/local/Cellar/csound/HEAD/bin/csound
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/csladspa.dylib
>> >> > -- Installing: /usr/local/Cellar/csound/HEAD/bin/csbeats
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libstdutil.dylib
>> >> > -- Installing: /usr/local/Cellar/csound/HEAD/bin/atsa
>> >> > -- Installing: /usr/local/Cellar/csound/HEAD/bin/csanalyze
>> >> > -- Installing: /usr/local/Cellar/csound/HEAD/bin/cvanal
>> >> > -- Installing: /usr/local/Cellar/csound/HEAD/bin/dnoise
>> >> > -- Installing: /usr/local/Cellar/csound/HEAD/bin/envext
>> >> > -- Installing: /usr/local/Cellar/csound/HEAD/bin/extractor
>> >> > -- Installing: /usr/local/Cellar/csound/HEAD/bin/het_export
>> >> > -- Installing: /usr/local/Cellar/csound/HEAD/bin/het_import
>> >> > -- Installing: /usr/local/Cellar/csound/HEAD/bin/hetro
>> >> > -- Installing: /usr/local/Cellar/csound/HEAD/bin/lpanal
>> >> > -- Installing: /usr/local/Cellar/csound/HEAD/bin/lpc_export
>> >> > -- Installing: /usr/local/Cellar/csound/HEAD/bin/lpc_import
>> >> > -- Installing: /usr/local/Cellar/csound/HEAD/bin/mixer
>> >> > -- Installing: /usr/local/Cellar/csound/HEAD/bin/pvanal
>> >> > -- Installing: /usr/local/Cellar/csound/HEAD/bin/pvlook
>> >> > -- Installing: /usr/local/Cellar/csound/HEAD/bin/pv_export
>> >> > -- Installing: /usr/local/Cellar/csound/HEAD/bin/pv_import
>> >> > -- Installing: /usr/local/Cellar/csound/HEAD/bin/scale
>> >> > -- Installing: /usr/local/Cellar/csound/HEAD/bin/sndinfo
>> >> > -- Installing: /usr/local/Cellar/csound/HEAD/bin/srconv
>> >> > -- Installing: /usr/local/Cellar/csound/HEAD/bin/scope
>> >> > -- Installing: /usr/local/Cellar/csound/HEAD/bin/scsort
>> >> > -- Installing: /usr/local/Cellar/csound/HEAD/bin/extract
>> >> > -- Installing: /usr/local/Cellar/csound/HEAD/bin/sdif2ad
>> >> > ==> Cleaning
>> >> > ==> Finishing up
>> >> > ln -s ../Cellar/csound/HEAD/bin/srconv srconv
>> >> > ln -s ../Cellar/csound/HEAD/bin/sndinfo sndinfo
>> >> > ln -s ../Cellar/csound/HEAD/bin/sdif2ad sdif2ad
>> >> > ln -s ../Cellar/csound/HEAD/bin/scsort scsort
>> >> > ln -s ../Cellar/csound/HEAD/bin/scope scope
>> >> > ln -s ../Cellar/csound/HEAD/bin/scale scale
>> >> > ln -s ../Cellar/csound/HEAD/bin/pvlook pvlook
>> >> > ln -s ../Cellar/csound/HEAD/bin/pvanal pvanal
>> >> > ln -s ../Cellar/csound/HEAD/bin/pv_import pv_import
>> >> > ln -s ../Cellar/csound/HEAD/bin/pv_export pv_export
>> >> > ln -s ../Cellar/csound/HEAD/bin/mixer mixer
>> >> > ln -s ../Cellar/csound/HEAD/bin/lpc_import lpc_import
>> >> > ln -s ../Cellar/csound/HEAD/bin/lpc_export lpc_export
>> >> > ln -s ../Cellar/csound/HEAD/bin/lpanal lpanal
>> >> > ln -s ../Cellar/csound/HEAD/bin/hetro hetro
>> >> > ln -s ../Cellar/csound/HEAD/bin/het_import het_import
>> >> > ln -s ../Cellar/csound/HEAD/bin/het_export het_export
>> >> > ln -s ../Cellar/csound/HEAD/bin/extractor extractor
>> >> > ln -s ../Cellar/csound/HEAD/bin/extract extract
>> >> > ln -s ../Cellar/csound/HEAD/bin/envext envext
>> >> > ln -s ../Cellar/csound/HEAD/bin/dnoise dnoise
>> >> > ln -s ../Cellar/csound/HEAD/bin/cvanal cvanal
>> >> > ln -s ../Cellar/csound/HEAD/bin/csound csound
>> >> > ln -s ../Cellar/csound/HEAD/bin/csbeats csbeats
>> >> > ln -s ../Cellar/csound/HEAD/bin/csanalyze csanalyze
>> >> > ln -s ../Cellar/csound/HEAD/bin/atsa atsa
>> >> > ln -s ../Cellar/csound/HEAD/lib/libcsnd.dylib libcsnd.dylib
>> >> > ln -s ../Cellar/csound/HEAD/lib/libcsnd.6.0.dylib libcsnd.6.0.dylib
>> >> > ln -s ../../Cellar/csound/HEAD csound
>> >> > ln -s ../Cellar/csound/HEAD csound
>> >> > Warning: Could not fix install names for
>> >> > /usr/local/Cellar/csound/HEAD/bin/srconv
>> >> > Warning: Could not fix install names for
>> >> > /usr/local/Cellar/csound/HEAD/bin/sndinfo
>> >> > Warning: Could not fix install names for
>> >> > /usr/local/Cellar/csound/HEAD/bin/scsort
>> >> > Warning: Could not fix install names for
>> >> > /usr/local/Cellar/csound/HEAD/bin/scope
>> >> > Warning: Could not fix install names for
>> >> > /usr/local/Cellar/csound/HEAD/bin/scale
>> >> > Warning: Could not fix install names for
>> >> > /usr/local/Cellar/csound/HEAD/bin/pvlook
>> >> > Warning: Could not fix install names for
>> >> > /usr/local/Cellar/csound/HEAD/bin/pvanal
>> >> > Warning: Could not fix install names for
>> >> > /usr/local/Cellar/csound/HEAD/bin/pv_import
>> >> > Warning: Could not fix install names for
>> >> > /usr/local/Cellar/csound/HEAD/bin/pv_export
>> >> > Warning: Could not fix install names for
>> >> > /usr/local/Cellar/csound/HEAD/bin/mixer
>> >> > Warning: Could not fix install names for
>> >> > /usr/local/Cellar/csound/HEAD/bin/lpc_import
>> >> > Warning: Could not fix install names for
>> >> > /usr/local/Cellar/csound/HEAD/bin/lpc_export
>> >> > Warning: Could not fix install names for
>> >> > /usr/local/Cellar/csound/HEAD/bin/lpanal
>> >> > Warning: Could not fix install names for
>> >> > /usr/local/Cellar/csound/HEAD/bin/hetro
>> >> > Warning: Could not fix install names for
>> >> > /usr/local/Cellar/csound/HEAD/bin/het_import
>> >> > Warning: Could not fix install names for
>> >> > /usr/local/Cellar/csound/HEAD/bin/het_export
>> >> > Warning: Could not fix install names for
>> >> > /usr/local/Cellar/csound/HEAD/bin/extractor
>> >> > Warning: Could not fix install names for
>> >> > /usr/local/Cellar/csound/HEAD/bin/extract
>> >> > Warning: Could not fix install names for
>> >> > /usr/local/Cellar/csound/HEAD/bin/envext
>> >> > Warning: Could not fix install names for
>> >> > /usr/local/Cellar/csound/HEAD/bin/dnoise
>> >> > Warning: Could not fix install names for
>> >> > /usr/local/Cellar/csound/HEAD/bin/cvanal
>> >> > Warning: Could not fix install names for
>> >> > /usr/local/Cellar/csound/HEAD/bin/csound
>> >> > Warning: Could not fix install names for
>> >> > /usr/local/Cellar/csound/HEAD/bin/csanalyze
>> >> > Warning: Could not fix install names for
>> >> > /usr/local/Cellar/csound/HEAD/bin/atsa
>> >> > Warning: Could not fix install names for
>> >> > /usr/local/Cellar/csound/HEAD/lib/libcsnd.6.0.dylib
>> >> > ==> Summary
>> >> > 🍺  /usr/local/Cellar/csound/HEAD: 33 files, 1.0M, built in 57
>> >> > seconds
>> >> > peimankh:~ peimankhosravi$
>> >> >
>> >> >
>> >> >
>> >> >
>> >> >
>> >> >
>> >> >
>> >> >
>> >> > www.peimankhosravi.co.uk || Subscribe to RSS Feed
>> >> >
>> >> > To receive emails about upcoming concerts visit this page & enter
>> >> > your
>> >> > email
>> >> > address in the 'follow' section.
>> >> >
>> >> >
>> >> >
>> >> > On 13 May 2013 22:25, Steven Yi  wrote:
>> >> >>
>> >> >> Hi Peiman,
>> >> >>
>> >> >> Could you do "brew list" to see if the portaudio package is
>> >> >> installed?
>> >> >>  If so, could you try "brew link portaudio" and if that reports
>> >> >> issues, try "brew link --overwrite portaudio"?  I'm thinking that
>> >> >> that
>> >> >> package didn't link correctly before you installed csound, then
>> >> >> csound
>> >> >> skipped building librtpa.dylib.   (I guess too you could check
>> >> >> /usr/local/lib for libportaudio.dylib)
>> >> >>
>> >> >> If there's still issues, could you uninstall then reinstall with
>> >> >> "brew
>> >> >> install --HEAD -v csound > ~/output.txt" and then post the output
>> >> >> here?
>> >> >>
>> >> >> Thanks!
>> >> >> steven
>> >> >>
>> >> >> On Mon, May 13, 2013 at 11:18 PM, peiman khosravi
>> >> >>  wrote:
>> >> >> > Thank Steven,
>> >> >> >
>> >> >> > I've fixed the Path problem. The problem now is that librtpa.dylib
>> >> >> > isn't
>> >> >> > built.
>> >> >> >
>> >> >> > P
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> > ------------------------------------------------------------------------------
>> >> >> > AlienVault Unified Security Management (USM) platform delivers
>> >> >> > complete
>> >> >> > security visibility with the essential security capabilities.
>> >> >> > Easily
>> >> >> > and
>> >> >> > efficiently configure, manage, and operate all of your security
>> >> >> > controls
>> >> >> > from a single console and one unified framework. Download a free
>> >> >> > trial.
>> >> >> > http://p.sf.net/sfu/alienvault_d2d
>> >> >> > _______________________________________________
>> >> >> > Csound-devel mailing list
>> >> >> > Csound-devel@lists.sourceforge.net
>> >> >> > https://lists.sourceforge.net/lists/listinfo/csound-devel
>> >> >> >
>> >> >>
>> >> >>
>> >> >>
>> >> >>
>> >> >> ------------------------------------------------------------------------------
>> >> >> AlienVault Unified Security Management (USM) platform delivers
>> >> >> complete
>> >> >> security visibility with the essential security capabilities. Easily
>> >> >> and
>> >> >> efficiently configure, manage, and operate all of your security
>> >> >> controls
>> >> >> from a single console and one unified framework. Download a free
>> >> >> trial.
>> >> >> http://p.sf.net/sfu/alienvault_d2d
>> >> >> _______________________________________________
>> >> >> Csound-devel mailing list
>> >> >> Csound-devel@lists.sourceforge.net
>> >> >> https://lists.sourceforge.net/lists/listinfo/csound-devel
>> >> >
>> >> >
>> >> >
>> >> >
>> >> >
>> >> > ------------------------------------------------------------------------------
>> >> > AlienVault Unified Security Management (USM) platform delivers
>> >> > complete
>> >> > security visibility with the essential security capabilities. Easily
>> >> > and
>> >> > efficiently configure, manage, and operate all of your security
>> >> > controls
>> >> > from a single console and one unified framework. Download a free
>> >> > trial.
>> >> > http://p.sf.net/sfu/alienvault_d2d
>> >> > _______________________________________________
>> >> > Csound-devel mailing list
>> >> > Csound-devel@lists.sourceforge.net
>> >> > https://lists.sourceforge.net/lists/listinfo/csound-devel
>> >> >
>> >>
>> >>
>> >>
>> >> ------------------------------------------------------------------------------
>> >> AlienVault Unified Security Management (USM) platform delivers complete
>> >> security visibility with the essential security capabilities. Easily
>> >> and
>> >> efficiently configure, manage, and operate all of your security
>> >> controls
>> >> from a single console and one unified framework. Download a free trial.
>> >> http://p.sf.net/sfu/alienvault_d2d
>> >> _______________________________________________
>> >> Csound-devel mailing list
>> >> Csound-devel@lists.sourceforge.net
>> >> https://lists.sourceforge.net/lists/listinfo/csound-devel
>> >
>> >
>> >
>> >
>> > ------------------------------------------------------------------------------
>> > AlienVault Unified Security Management (USM) platform delivers complete
>> > security visibility with the essential security capabilities. Easily and
>> > efficiently configure, manage, and operate all of your security controls
>> > from a single console and one unified framework. Download a free trial.
>> > http://p.sf.net/sfu/alienvault_d2d
>> > _______________________________________________
>> > Csound-devel mailing list
>> > Csound-devel@lists.sourceforge.net
>> > https://lists.sourceforge.net/lists/listinfo/csound-devel
>> >
>>
>>
>> ------------------------------------------------------------------------------
>> AlienVault Unified Security Management (USM) platform delivers complete
>> security visibility with the essential security capabilities. Easily and
>> efficiently configure, manage, and operate all of your security controls
>> from a single console and one unified framework. Download a free trial.
>> http://p.sf.net/sfu/alienvault_d2d
>> _______________________________________________
>> Csound-devel mailing list
>> Csound-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>
>
>
> ------------------------------------------------------------------------------
> AlienVault Unified Security Management (USM) platform delivers complete
> security visibility with the essential security capabilities. Easily and
> efficiently configure, manage, and operate all of your security controls
> from a single console and one unified framework. Download a free trial.
> http://p.sf.net/sfu/alienvault_d2d
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel
>

------------------------------------------------------------------------------
AlienVault Unified Security Management (USM) platform delivers complete
security visibility with the essential security capabilities. Easily and
efficiently configure, manage, and operate all of your security controls
from a single console and one unified framework. Download a free trial.
http://p.sf.net/sfu/alienvault_d2d
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-d

Date2013-05-14 00:40
Frompeiman khosravi
SubjectRe: [Cs-dev] OSX: Homebrew
AttachmentsNone  None  
T
hanks very much Steven, I am upgrading xcode now. Will report back in a few mins.

P


Date2013-05-14 00:47
FromAndres Cabrera
SubjectRe: [Cs-dev] OSX: Homebrew
AttachmentsNone  None  
Hi Steven,

I've got Csound6 working from brew on 10.6, thanks!

For some reason I had to:
brew install flac gmp lame libmpc libogg libvorbis mpfr

It would be nice if there was an uninstall script for older csounds, to be able to quickly get csound with brew!

I do get some strange warnings on run:
hw-mini-1:~ andres$ csound
CoreMIDI real time MIDI plugin for Csound
virtual_keyboard real time MIDI plugin for Csound
objc[76698]: Class FLMenuItem is implemented in both /Users/andres/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libvirtual.dylib and /Users/andres/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libwidgets.dylib. One of the two will be used. Which one is undefined.
objc[76698]: Class FLaboutItemTarget is implemented in both /Users/andres/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libvirtual.dylib and /Users/andres/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libwidgets.dylib. One of the two will be used. Which one is undefined.
objc[76698]: Class FLView is implemented in both /Users/andres/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libvirtual.dylib and /Users/andres/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libwidgets.dylib. One of the two will be used. Which one is undefined.
objc[76698]: Class FLApplication is implemented in both /Users/andres/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libvirtual.dylib and /Users/andres/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libwidgets.dylib. One of the two will be used. Which one is undefined.
objc[76698]: Class FLDelegate is implemented in both /Users/andres/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libvirtual.dylib and /Users/andres/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libwidgets.dylib. One of the two will be used. Which one is undefined.
objc[76698]: Class FLTextView is implemented in both /Users/andres/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libvirtual.dylib and /Users/andres/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libwidgets.dylib. One of the two will be used. Which one is undefined.
objc[76698]: Class FLWindow is implemented in both /Users/andres/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libvirtual.dylib and /Users/andres/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libwidgets.dylib. One of the two will be used. Which one is undefined.
objc[76698]: Class FLsaveDelegate is implemented in both /Users/andres/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libvirtual.dylib and /Users/andres/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libwidgets.dylib. One of the two will be used. Which one is undefined.
objc[76698]: Class FLopenDelegate is implemented in both /Users/andres/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libvirtual.dylib and /Users/andres/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libwidgets.dylib. One of the two will be used. Which one is undefined.
Error: define environment variable RAWWAVE_PATH
(points to rawwaves directory) to use STK opcodes.
0dBFS level = 32768.0
Csound version 6.00rc1 (double samples) May 13 2013


Cheers,
Andres



On Mon, May 13, 2013 at 3:41 PM, Steven Yi <stevenyi@gmail.com> wrote:
Thanks Peiman, that all looks like it should.  Eliminating that as a
possible issue, I'm not quite sure what to do. One possibility is
using:

brew install --env=std --HEAD -v csound

This turns of homebrew's superenv system.  The other is updating XCode
as it noted you're using 4.5.2.

Thanks for continuing to work on this with me!
steven


On Tue, May 14, 2013 at 12:20 AM, peiman khosravi
<peimankhosravi@gmail.com> wrote:
> And here is mine:
>
> peimankh:include peimankhosravi$ ls -al /usr/local/include/port*
> lrwxr-xr-x  1 peimankhosravi  admin  51 13 May 22:39
> /usr/local/include/portaudio.h ->
> ../Cellar/portaudio/19.20111121/include/portaudio.h
> lrwxr-xr-x  1 peimankhosravi  admin  41 13 May 02:01
> /usr/local/include/portmidi.h -> ../Cellar/portmidi/217/include/portmidi.h
> lrwxr-xr-x  1 peimankhosravi  admin  41 13 May 02:01
> /usr/local/include/porttime.h -> ../Cellar/portmidi/217/include/porttime.h
>
>
>
>
>
>
> www.peimankhosravi.co.uk || Subscribe to RSS Feed
>
> To receive emails about upcoming concerts visit this page & enter your email
> address in the 'follow' section.
>
>
>
> On 13 May 2013 23:16, Steven Yi <stevenyi@gmail.com> wrote:
>>
>> Hm, I'm not sure what would be the next step here.  Just to double
>> check, I have these in my /usr/local/include:
>>
>> Steven-Yis-MacBook-Pro:csound6 stevenyi$ ls -al /usr/local/include/port*
>> lrwxr-xr-x  1 stevenyi  admin  51 May 11 22:40
>> /usr/local/include/portaudio.h ->
>> ../Cellar/portaudio/19.20111121/include/portaudio.h
>> lrwxr-xr-x  1 stevenyi  admin  41 May 11 22:40
>> /usr/local/include/portmidi.h ->
>> ../Cellar/portmidi/217/include/portmidi.h
>> lrwxr-xr-x  1 stevenyi  admin  41 May 11 22:40
>> /usr/local/include/porttime.h ->
>> ../Cellar/portmidi/217/include/porttime.h
>>
>> These are all linked to the portaudio and portmidi that were installed
>> with brew.  Could you check that yours are links and not files?
>>
>> On Mon, May 13, 2013 at 11:55 PM, peiman khosravi
>> <peimankhosravi@gmail.com> wrote:
>> > Should I delete those files and reinstall portaudio?
>> >
>> >
>> >
>> >
>> >
>> >
>> > www.peimankhosravi.co.uk || Subscribe to RSS Feed
>> >
>> > To receive emails about upcoming concerts visit this page & enter your
>> > email
>> > address in the 'follow' section.
>> >
>> >
>> >
>> > On 13 May 2013 22:50, Steven Yi <stevenyi@gmail.com> wrote:
>> >>
>> >> Hi Peiman,
>> >>
>> >> It's odd that Cmake reports:
>> >>
>> >> -- PORTAUDIO_HEADER="", so disabling USE_PORTAUDIO
>> >> -- USE_PORTAUDIO is disabled
>> >> -- PORTMIDI_HEADER="", so disabling USE_PORTMIDI
>> >>
>> >> can you check your /usr/local/include to see if portmidi.h and
>> >> portaudio.h are there?  If not, then maybe it could be a permissions
>> >> issue with that folder.  If they are there, then the problem lies
>> >> elsewhere and this could be trickier to figure out.
>> >>
>> >> Thanks!
>> >> steven
>> >>
>> >> On Mon, May 13, 2013 at 11:44 PM, peiman khosravi
>> >> <peimankhosravi@gmail.com> wrote:
>> >> > Hi Steven,
>> >> >
>> >> > I tried all your suggestions but it's the same. Here's the log:
>> >> >
>> >> >
>> >> >
>> >> > Last login: Mon May 13 22:40:36 on ttys004
>> >> > peimankh:~ peimankhosravi$ uninstall csound
>> >> > You must be root to run this tool.
>> >> > peimankh:~ peimankhosravi$ brew uninstall csound
>> >> > Uninstalling /usr/local/Cellar/csound/HEAD...
>> >> > peimankh:~ peimankhosravi$ brew install --HEAD -v csound
>> >> > Warning: Your Xcode (4.5.2) is outdated
>> >> > Please install Xcode 4.6.2.
>> >> > ==> Cloning git://git.code.sourceforge.net/p/csound/csound6-git
>> >> > git --git-dir /Library/Caches/Homebrew/csound--git/.git status -s
>> >> > Updating /Library/Caches/Homebrew/csound--git
>> >> > git config remote.origin.url
>> >> > git://git.code.sourceforge.net/p/csound/csound6-git
>> >> > git config remote.origin.fetch
>> >> > +refs/heads/master:refs/remotes/origin/master
>> >> > git fetch origin
>> >> > git checkout -f master
>> >> > Already on 'master'
>> >> > git reset --hard origin/HEAD
>> >> > HEAD is now at a014b11 Merge branch 'master' of
>> >> > https://git.code.sf.net/p/csound/csound6-git
>> >> > git reset --hard origin/HEAD
>> >> > HEAD is now at a014b11 Merge branch 'master' of
>> >> > https://git.code.sf.net/p/csound/csound6-git
>> >> > git checkout-index -a -f --prefix=/private/tmp/csound-NU4A/
>> >> > ==> cmake . -DUSE_GETTEXT=0
>> >> > -DCMAKE_INSTALL_PREFIX=/usr/local/Cellar/csound/HEAD
>> >> > -DCMAKE_BUILD_TYPE=None
>> >> > -DCMAKE_FIND_FRAMEWORK=LAST -Wno-dev
>> >> > cmake . -DUSE_GETTEXT=0
>> >> > -DCMAKE_INSTALL_PREFIX=/usr/local/Cellar/csound/HEAD
>> >> > -DCMAKE_BUILD_TYPE=None -DCMAKE_FIND_FRAMEWORK=LAST -Wno-dev
>> >> > -- The C compiler identification is Clang 4.2.0
>> >> > -- The CXX compiler identification is Clang 4.2.0
>> >> > -- Check for working C compiler: /usr/local/Library/ENV/4.3/cc
>> >> > -- Check for working C compiler: /usr/local/Library/ENV/4.3/cc --
>> >> > works
>> >> > -- Detecting C compiler ABI info
>> >> > -- Detecting C compiler ABI info - done
>> >> > -- Check for working CXX compiler: /usr/local/Library/ENV/4.3/c++
>> >> > -- Check for working CXX compiler: /usr/local/Library/ENV/4.3/c++ --
>> >> > works
>> >> > -- Detecting CXX compiler ABI info
>> >> > -- Detecting CXX compiler ABI info - done
>> >> > -- /tmp/csound-NU4A
>> >> > -- BUILD_BIN_DIR set to /tmp/csound-NU4A
>> >> > -- BUILD_LIB_DIR set to /tmp/csound-NU4A
>> >> > -- BUILD_PLUGINS_DIR set to /tmp/csound-NU4A
>> >> > -- Check if the system is big endian
>> >> > -- Searching 16 bit integer
>> >> > -- Looking for sys/types.h
>> >> > -- Looking for sys/types.h - found
>> >> > -- Looking for stdint.h
>> >> > -- Looking for stdint.h - found
>> >> > -- Looking for stddef.h
>> >> > -- Looking for stddef.h - found
>> >> > -- Check size of unsigned short
>> >> > -- Check size of unsigned short - done
>> >> > -- Using unsigned short
>> >> > -- Check if the system is big endian - little endian
>> >> > -- Try OpenMP C flag = [-fopenmp]
>> >> > -- Performing Test OpenMP_FLAG_DETECTED
>> >> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> >> > -- Try OpenMP C flag = [/openmp]
>> >> > -- Performing Test OpenMP_FLAG_DETECTED
>> >> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> >> > -- Try OpenMP C flag = [-Qopenmp]
>> >> > -- Performing Test OpenMP_FLAG_DETECTED
>> >> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> >> > -- Try OpenMP C flag = [-openmp]
>> >> > -- Performing Test OpenMP_FLAG_DETECTED
>> >> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> >> > -- Try OpenMP C flag = [ ]
>> >> > -- Performing Test OpenMP_FLAG_DETECTED
>> >> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> >> > -- Try OpenMP C flag = [-xopenmp]
>> >> > -- Performing Test OpenMP_FLAG_DETECTED
>> >> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> >> > -- Try OpenMP C flag = [+Oopenmp]
>> >> > -- Performing Test OpenMP_FLAG_DETECTED
>> >> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> >> > -- Try OpenMP C flag = [-qsmp]
>> >> > -- Performing Test OpenMP_FLAG_DETECTED
>> >> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> >> > -- Try OpenMP C flag = [-mp]
>> >> > -- Performing Test OpenMP_FLAG_DETECTED
>> >> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> >> > -- Try OpenMP CXX flag = [-fopenmp]
>> >> > -- Performing Test OpenMP_FLAG_DETECTED
>> >> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> >> > -- Try OpenMP CXX flag = [/openmp]
>> >> > -- Performing Test OpenMP_FLAG_DETECTED
>> >> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> >> > -- Try OpenMP CXX flag = [-Qopenmp]
>> >> > -- Performing Test OpenMP_FLAG_DETECTED
>> >> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> >> > -- Try OpenMP CXX flag = [-openmp]
>> >> > -- Performing Test OpenMP_FLAG_DETECTED
>> >> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> >> > -- Try OpenMP CXX flag = [ ]
>> >> > -- Performing Test OpenMP_FLAG_DETECTED
>> >> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> >> > -- Try OpenMP CXX flag = [-xopenmp]
>> >> > -- Performing Test OpenMP_FLAG_DETECTED
>> >> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> >> > -- Try OpenMP CXX flag = [+Oopenmp]
>> >> > -- Performing Test OpenMP_FLAG_DETECTED
>> >> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> >> > -- Try OpenMP CXX flag = [-qsmp]
>> >> > -- Performing Test OpenMP_FLAG_DETECTED
>> >> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> >> > -- Try OpenMP CXX flag = [-mp]
>> >> > -- Performing Test OpenMP_FLAG_DETECTED
>> >> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> >> > -- Could NOT find OpenMP (missing:  OpenMP_C_FLAGS OpenMP_CXX_FLAGS)
>> >> > -- Looking for libintl.h
>> >> > -- Looking for libintl.h - not found
>> >> > -- Looking for C++ include eigen3/Eigen/Dense
>> >> > -- Looking for C++ include eigen3/Eigen/Dense - not found
>> >> > -- Could NOT find Gettext (missing:  GETTEXT_MSGMERGE_EXECUTABLE
>> >> > GETTEXT_MSGFMT_EXECUTABLE)
>> >> > -- Looking for lrint in m
>> >> > -- Looking for lrint in m - found
>> >> > -- Looking for unistd.h
>> >> > -- Looking for unistd.h - found
>> >> > -- Looking for io.h
>> >> > -- Looking for io.h - not found
>> >> > -- Looking for fcntl.h
>> >> > -- Looking for fcntl.h - found
>> >> > -- Looking for sys/time.h
>> >> > -- Looking for sys/time.h - found
>> >> > -- Looking for termios.h
>> >> > -- Looking for termios.h - found
>> >> > -- Looking for values.h
>> >> > -- Looking for values.h - not found
>> >> > -- Looking for winsock.h
>> >> > -- Looking for winsock.h - not found
>> >> > -- Looking for sys/socket.h
>> >> > -- Looking for sys/socket.h - found
>> >> > -- Looking for dirent.h
>> >> > -- Looking for dirent.h - found
>> >> > -- USE_LRINT is enabled
>> >> > -- Found FLEX: /usr/bin/flex (found version "2.5.35")
>> >> > -- Found BISON: /usr/bin/bison (found version "2.3")
>> >> > -- Looking for pthread_spin_lock
>> >> > -- Looking for pthread_spin_lock - not found
>> >> > -- Looking for pthread_barrier_init
>> >> > -- Looking for pthread_barrier_init - not found
>> >> > -- OPENMP_FOUND="FALSE", so disabling USE_OPEN_MP
>> >> > -- PTHREAD_BARRIER_INIT_EXISTS="", so disabling USE_OPEN_MP
>> >> > -- USE_OPEN_MP is disabled
>> >> > -- Not building with score parser
>> >> > -- Not building with new parser debugging
>> >> > -- Building with multicore
>> >> > -- USE_GETTEXT is disabled
>> >> > -- Not using localization
>> >> > -- Building on OSX
>> >> > -- Boost version: 1.53.0
>> >> > -- Looking for ladspa.h
>> >> > -- Looking for ladspa.h - not found
>> >> > -- Looking for fluidsynth.h
>> >> > -- Looking for fluidsynth.h - not found
>> >> > -- Looking for jack/jack.h
>> >> > -- Looking for jack/jack.h - found
>> >> > -- Looking for C++ include gmm/gmm.h
>> >> > -- Looking for C++ include gmm/gmm.h - not found
>> >> > -- Looking for lo/lo.h
>> >> > -- Looking for lo/lo.h - found
>> >> > -- Found ZLIB: /usr/lib/libz.dylib (found version "1.2.5")
>> >> > -- Found PNG: /usr/local/opt/libpng/lib/libpng.dylib (found version
>> >> > "1.5.14")
>> >> > -- Found PythonLibs: /usr/lib/libpython2.7.dylib (found version
>> >> > "2.7.1")
>> >> > -- Could NOT find Lua51 (missing:  LUA_LIBRARIES LUA_INCLUDE_DIR)
>> >> > -- Looking for wiiuse.h
>> >> > -- Looking for wiiuse.h - not found
>> >> > -- Looking for p5glove.h
>> >> > -- Looking for p5glove.h - not found
>> >> > -- BUILD_CHUA_OPCODES is enabled
>> >> > -- LADSPA_H="", so disabling BUILD_DSSI_OPCODES
>> >> > -- BUILD_DSSI_OPCODES is disabled
>> >> > -- FLUIDSYNTH_H="", so disabling BUILD_FLUID_OPCODES
>> >> > -- FLUIDSYNTH_LIBRARY="FLUIDSYNTH_LIBRARY-NOTFOUND", so disabling
>> >> > BUILD_FLUID_OPCODES
>> >> > -- BUILD_FLUID_OPCODES is disabled
>> >> > -- BUILD_JACK_OPCODES is enabled
>> >> > -- GMM_HEADER="", so disabling BUILD_LINEAR_ALGEBRA_OPCODES
>> >> > -- BUILD_LINEAR_ALGEBRA_OPCODES is disabled
>> >> > -- BUILD_OSC_OPCODES is enabled
>> >> > -- BUILD_IMAGE_OPCODES is enabled
>> >> > -- BUILD_PYTHON_OPCODES is enabled
>> >> > -- LUA51_FOUND="FALSE", so disabling BUILD_LUA_OPCODES
>> >> > -- OPENMP_FOUND="FALSE", so disabling BUILD_LUA_OPCODES
>> >> > -- BUILD_LUA_OPCODES is disabled
>> >> > -- WIIUSE_H="", so disabling BUILD_WIIMOTE_OPCODES
>> >> > -- BUILD_WIIMOTE_OPCODES is disabled
>> >> > -- P5GLOVE_H="", so disabling BUILD_P5GLOVE_OPCODES
>> >> > -- BUILD_P5GLOVE_OPCODES is disabled
>> >> > -- BUILD_STK_OPCODES is enabled
>> >> > --
>> >> > -- ## REALTIME AUDIO AND MIDI ##
>> >> > -- Looking for alsa/asoundlib.h
>> >> > -- Looking for alsa/asoundlib.h - not found
>> >> > -- Looking for pulse/simple.h
>> >> > -- Looking for pulse/simple.h - not found
>> >> > -- Looking for XOpenDisplay in
>> >> > /usr/X11/lib/libX11.dylib;/usr/X11/lib/libXext.dylib
>> >> > -- Looking for XOpenDisplay in
>> >> > /usr/X11/lib/libX11.dylib;/usr/X11/lib/libXext.dylib - found
>> >> > -- Looking for gethostbyname
>> >> > -- Looking for gethostbyname - found
>> >> > -- Looking for connect
>> >> > -- Looking for connect - found
>> >> > -- Looking for remove
>> >> > -- Looking for remove - found
>> >> > -- Looking for shmat
>> >> > -- Looking for shmat - found
>> >> > -- Looking for IceConnectionNumber in ICE
>> >> > -- Looking for IceConnectionNumber in ICE - found
>> >> > -- Found X11: /usr/X11/lib/libX11.dylib
>> >> > -- Found FLTK:
>> >> >
>> >> >
>> >> > /usr/local/lib/libfltk_images.a;/usr/local/lib/libfltk_forms.a;/usr/local/lib/libfltk.a
>> >> > -- USE_COREMIDI is enabled
>> >> > -- USE_AUDIOUNIT is enabled
>> >> > -- ALSA_HEADER="", so disabling USE_ALSA
>> >> > -- ALSA_LIBRARY="ALSA_LIBRARY-NOTFOUND", so disabling USE_ALSA
>> >> > -- USE_ALSA is disabled
>> >> > -- PULSEAUDIO_HEADER="", so disabling USE_PULSEAUDIO
>> >> > -- PULSEAUDIO_LIBRARY="PULSEAUDIO_LIBRARY-NOTFOUND", so disabling
>> >> > USE_PULSEAUDIO
>> >> > -- PULSESIMPLE_LIBRARY="PULSESIMPLE_LIBRARY-NOTFOUND", so disabling
>> >> > USE_PULSEAUDIO
>> >> > -- USE_PULSEAUDIO is disabled
>> >> > -- PORTAUDIO_HEADER="", so disabling USE_PORTAUDIO
>> >> > -- USE_PORTAUDIO is disabled
>> >> > -- PORTMIDI_HEADER="", so disabling USE_PORTMIDI
>> >> > -- USE_PORTMIDI is disabled
>> >> > -- USE_JACK is enabled
>> >> > -- USE_FLTK is enabled
>> >> > -- BUILD_VIRTUAL_KEYBOARD is enabled
>> >> > --
>> >> > -- Building C++ interface library
>> >> > -- Found SWIG: /usr/local/bin/swig (found suitable version "2.0.9",
>> >> > minimum
>> >> > required is "2.0")
>> >> > -- Found JNI: -framework JavaVM
>> >> > -- Found Java: /usr/bin/java (found version "1.6.0.43")
>> >> > -- Could NOT find Lua51 (missing:  LUA_LIBRARIES LUA_INCLUDE_DIR)
>> >> > -- BUILD_PYTHON_INTERFACE is enabled
>> >> > -- BUILD_JAVA_INTERFACE is enabled
>> >> > -- LUA51_FOUND="FALSE", so disabling BUILD_LUA_INTERFACE
>> >> > -- BUILD_LUA_INTERFACE is disabled
>> >> > -- Looking for m_pd.h
>> >> > -- Looking for m_pd.h - not found
>> >> > -- Building csLadspa
>> >> > -- BUILD_CSBEATS is enabled
>> >> > -- PD_HEADER="", so disabling BUILD_PD_CLASS
>> >> > -- BUILD_PD_CLASS is disabled
>> >> > -- BUILD_WINSOUND is disabled
>> >> > -- Boost version: 1.53.0
>> >> > -- Found SWIG: /usr/local/bin/swig (found version "2.0.9")
>> >> > -- Could NOT find Lua51 (missing:  LUA_LIBRARIES LUA_INCLUDE_DIR)
>> >> > -- BUILD_CSOUND_AC is disabled
>> >> > -- BUILD_CSOUND_AC_PYTHON_INTERFACE is enabled
>> >> > -- LUA51_FOUND="FALSE", so disabling BUILD_CSOUND_AC_LUA_INTERFACE
>> >> > -- BUILD_CSOUND_AC_LUA_INTERFACE is disabled
>> >> > -- Configuring done
>> >> > -- Generating done
>> >> > -- Build files have been written to: /tmp/csound-NU4A
>> >> > ==> make install
>> >> > make install
>> >> > Scanning dependencies of target ampmidid
>> >> > Scanning dependencies of target chua
>> >> > Scanning dependencies of target cellular
>> >> > [  0%] [  1%] [  1%] Generating csound_prelex.c
>> >> > Building CXX object Opcodes/CMakeFiles/ampmidid.dir/ampmidid.cpp.o
>> >> > Building C object Opcodes/CMakeFiles/cellular.dir/cellular.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [  1%] Generating csound_orclex.c
>> >> > [  1%] Generating csound_orcparse.c
>> >> > /tmp/csound-NU4A/Engine/csound_orc.y: conflicts: 4 shift/reduce, 10
>> >> > reduce/reduce
>> >> > Linking C shared library ../libcellular.dylib
>> >> > Linking CXX shared library ../libampmidid.dylib
>> >> > [  2%] Building CXX object
>> >> > Opcodes/CMakeFiles/chua.dir/chua/ChuaOscillator.cpp.o
>> >> > [  2%] Built target cellular
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > Scanning dependencies of target control
>> >> > Scanning dependencies of target CsoundLib64
>> >> > [  2%] Building C object Opcodes/CMakeFiles/control.dir/control.c.o
>> >> > [  2%] Built target ampmidid
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > Scanning dependencies of target cs_date
>> >> > [  3%] Building C object Opcodes/CMakeFiles/cs_date.dir/date.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > Linking C shared library ../libcontrol.dylib
>> >> > Linking C shared library ../libcs_date.dylib
>> >> > [  3%] Built target control
>> >> > [  3%] Built target cs_date
>> >> > Scanning dependencies of target doppler
>> >> > Scanning dependencies of target fareygen
>> >> > [  3%] [  3%] Building CXX object
>> >> > Opcodes/CMakeFiles/doppler.dir/doppler.cpp.o
>> >> > Building C object Opcodes/CMakeFiles/fareygen.dir/fareygen.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [  4%] Building C object CMakeFiles/CsoundLib64.dir/Engine/auxfd.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > Linking C shared library ../libfareygen.dylib
>> >> > [  4%] Built target fareygen
>> >> > [  4%] Scanning dependencies of target fractalnoise
>> >> > Building C object CMakeFiles/CsoundLib64.dir/Engine/cfgvar.c.o
>> >> > [  4%] brew: superenv removed: -I/usr/local/include
>> >> > -I/tmp/csound-NU4A
>> >> > Building CXX object
>> >> > Opcodes/CMakeFiles/fractalnoise.dir/tl/fractalnoise.cpp.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [  4%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Engine/corfiles.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > Linking CXX shared library ../libfractalnoise.dylib
>> >> > [  4%] Built target fractalnoise
>> >> > Scanning dependencies of target image
>> >> > Linking CXX shared library ../libdoppler.dylib
>> >> > [  5%] [  6%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Engine/entry1.c.o
>> >> > Building C object Opcodes/CMakeFiles/image.dir/imageOpcodes.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [  6%] Built target doppler
>> >> > Scanning dependencies of target jackTransport
>> >> > [  6%] Building C object
>> >> > Opcodes/CMakeFiles/jackTransport.dir/jackTransport.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [  6%] Building C object CMakeFiles/CsoundLib64.dir/Engine/envvar.c.o
>> >> > Linking C shared library ../libimage.dylib
>> >> > Linking C shared library ../libjackTransport.dylib
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [  6%] Built target image
>> >> > [  6%] Built target jackTransport
>> >> > Scanning dependencies of target jacko
>> >> > Scanning dependencies of target mixer
>> >> > [  7%] [  8%] Building CXX object
>> >> > Opcodes/CMakeFiles/mixer.dir/mixer.cpp.o
>> >> > Building CXX object Opcodes/CMakeFiles/jacko.dir/jacko.cpp.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [  8%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Engine/extract.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > Linking CXX shared library ../libchua.dylib
>> >> > [  8%] Built target chua
>> >> > [  9%] Scanning dependencies of target osc
>> >> > Building C object CMakeFiles/CsoundLib64.dir/Engine/fgens.c.o
>> >> > [  9%] brew: superenv removed: -I/usr/local/include
>> >> > -I/tmp/csound-NU4A
>> >> > Building C object Opcodes/CMakeFiles/osc.dir/OSC.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > Linking C shared library ../libosc.dylib
>> >> > [  9%] Built target osc
>> >> > Scanning dependencies of target platerev
>> >> > Linking CXX shared library ../libjacko.dylib
>> >> > [ 10%] Building C object Opcodes/CMakeFiles/platerev.dir/platerev.c.o
>> >> > Linking CXX shared library ../libmixer.dylib
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 10%] Built target jacko
>> >> > Scanning dependencies of target py
>> >> > [ 10%] Built target mixer
>> >> > Scanning dependencies of target scansyn
>> >> > [ 10%] Building C object
>> >> > Opcodes/CMakeFiles/py.dir/py/pythonopcodes.c.o
>> >> > [ 10%] Building C object Opcodes/CMakeFiles/scansyn.dir/scansyn.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > Linking C shared library ../libplaterev.dylib
>> >> > [ 10%] Built target platerev
>> >> > Scanning dependencies of target serial
>> >> > [ 11%] Building C object Opcodes/CMakeFiles/serial.dir/serial.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 12%] Building C object Opcodes/CMakeFiles/scansyn.dir/scansynx.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > Linking C shared library ../libserial.dylib
>> >> > [ 12%] Built target serial
>> >> > Scanning dependencies of target signalflowgraph
>> >> > [ 12%] Building CXX object
>> >> > Opcodes/CMakeFiles/signalflowgraph.dir/signalflowgraph.cpp.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > Linking C shared library ../libscansyn.dylib
>> >> > [ 12%] Building C object CMakeFiles/CsoundLib64.dir/Engine/insert.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 12%] Built target scansyn
>> >> > Scanning dependencies of target system_call
>> >> > [ 12%] Building C object
>> >> > Opcodes/CMakeFiles/system_call.dir/system_call.c.o
>> >> > Linking C shared library ../libpy.dylib
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 12%] Built target py
>> >> > Scanning dependencies of target stk-ops
>> >> > Linking C shared library ../libsystem_call.dylib
>> >> > [ 13%] Building CXX object
>> >> > Opcodes/stk/CMakeFiles/stk-ops.dir/stkOpcodes.cpp.o
>> >> > [ 13%] Built target system_call
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > Scanning dependencies of target cmidi
>> >> > [ 13%] Building C object InOut/CMakeFiles/cmidi.dir/cmidi.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > Linking C shared library ../libcmidi.dylib
>> >> > [ 13%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Engine/linevent.c.o
>> >> > [ 13%] Built target cmidi
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 14%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Engine/memalloc.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > Scanning dependencies of target ipmidi
>> >> > [ 14%] [ 14%] Building C object
>> >> > InOut/CMakeFiles/ipmidi.dir/ipmidi.c.o
>> >> > Building C object CMakeFiles/CsoundLib64.dir/Engine/memfiles.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > Linking C shared library ../libipmidi.dylib
>> >> > [ 14%] Built target ipmidi
>> >> > Scanning dependencies of target rtauhal
>> >> > [ 14%] Building C object CMakeFiles/CsoundLib64.dir/Engine/musmon.c.o
>> >> > [ 14%] Building C object InOut/CMakeFiles/rtauhal.dir/rtauhal.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > Linking C shared library ../librtauhal.dylib
>> >> > [ 14%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Engine/namedins.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 14%] Built target rtauhal
>> >> > [ 15%] Building C object CMakeFiles/CsoundLib64.dir/Engine/rdscor.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > Scanning dependencies of target rtjack
>> >> > [ 16%] Building C object InOut/CMakeFiles/rtjack.dir/rtjack.c.o
>> >> > [ 16%] Building C object CMakeFiles/CsoundLib64.dir/Engine/scsort.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 16%] Linking CXX shared library ../../libstk.dylib
>> >> > Building C object CMakeFiles/CsoundLib64.dir/Engine/scxtract.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 16%] Built target stk-ops
>> >> > [ 17%] Building C object CMakeFiles/CsoundLib64.dir/Engine/sort.c.o
>> >> > Scanning dependencies of target virtual
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > Linking C shared library ../librtjack.dylib
>> >> > [ 17%] Building CXX object
>> >> > InOut/CMakeFiles/virtual.dir/virtual_keyboard/FLTKKeyboard.cpp.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 17%] Built target rtjack
>> >> > Scanning dependencies of target widgets
>> >> > [ 17%] Building CXX object
>> >> > InOut/CMakeFiles/widgets.dir/FL_graph.cpp.o
>> >> > [ 17%] Building C object CMakeFiles/CsoundLib64.dir/Engine/sread.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 17%] Building C object InOut/CMakeFiles/widgets.dir/winFLTK.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 18%] Building CXX object InOut/CMakeFiles/widgets.dir/widgets.cpp.o
>> >> > [ 18%] brew: superenv removed: -I/usr/local/include
>> >> > -I/tmp/csound-NU4A
>> >> > Building CXX object
>> >> >
>> >> > InOut/CMakeFiles/virtual.dir/virtual_keyboard/FLTKKeyboardWindow.cpp.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 18%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Engine/swritestr.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > Linking CXX shared library ../libsignalflowgraph.dylib
>> >> > [ 19%] Building CXX object
>> >> >
>> >> > InOut/CMakeFiles/virtual.dir/virtual_keyboard/FLTKKeyboardWidget.cpp.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 19%] Built target signalflowgraph
>> >> > [ 19%] [FLEX][csbeats_SCANNER] Building scanner with flex 2.5.35
>> >> > [ 19%] [BISON][csbeats_PARSER] Building parser with bison 2.3
>> >> > beats/beats.y: conflicts: 1 reduce/reduce
>> >> > [ 20%] Building C object CMakeFiles/CsoundLib64.dir/Engine/twarp.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > Scanning dependencies of target csbeats
>> >> > [ 21%] Building C object
>> >> > frontends/CMakeFiles/csbeats.dir/beats/main.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 21%] Building CXX object
>> >> > InOut/CMakeFiles/virtual.dir/virtual_keyboard/virtual_keyboard.cpp.o
>> >> > [ 21%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Engine/csound_type_system.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 21%] brew: superenv removed: -I/usr/local/include
>> >> > -I/tmp/csound-NU4A
>> >> > Building C object frontends/CMakeFiles/csbeats.dir/beatslex.yy.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 21%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Engine/csound_standard_types.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 21%] Building C object
>> >> > frontends/CMakeFiles/csbeats.dir/beats.tab.c.o
>> >> > [ 22%] brew: superenv removed: -I/usr/local/include
>> >> > -I/tmp/csound-NU4A
>> >> > Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Engine/csound_data_structures.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 22%] Building CXX object
>> >> > InOut/CMakeFiles/virtual.dir/virtual_keyboard/Bank.cpp.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > Linking C executable ../csbeats
>> >> > [ 22%] Building C object CMakeFiles/CsoundLib64.dir/Engine/pools.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 22%] Built target csbeats
>> >> > [ 23%] Building CXX object
>> >> > InOut/CMakeFiles/virtual.dir/virtual_keyboard/KeyboardMapping.cpp.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > Scanning dependencies of target stdutil
>> >> > [ 23%] Building C object CMakeFiles/CsoundLib64.dir/InOut/libsnd.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 24%] Building C object util/CMakeFiles/stdutil.dir/atsa.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 24%] Building CXX object
>> >> > InOut/CMakeFiles/virtual.dir/virtual_keyboard/Program.cpp.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 24%] Building CXX object
>> >> > InOut/CMakeFiles/virtual.dir/virtual_keyboard/SliderBank.cpp.o
>> >> > [ 24%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/InOut/libsnd_u.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 25%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/InOut/midifile.c.o
>> >> > [ 26%] Building CXX object
>> >> > InOut/CMakeFiles/virtual.dir/virtual_keyboard/SliderData.cpp.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > Linking CXX shared library ../libvirtual.dylib
>> >> > [ 26%] [ 26%] Built target virtual
>> >> > Building C object CMakeFiles/CsoundLib64.dir/InOut/midirecv.c.o
>> >> > Scanning dependencies of target sdif2ad
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 27%] Building C object SDIF/CMakeFiles/sdif2ad.dir/sdif2adsyn.c.o
>> >> > [ 27%] brew: superenv removed: -I/usr/local/include
>> >> > -I/tmp/csound-NU4A
>> >> > Building C object util/CMakeFiles/stdutil.dir/cvanal.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 27%] [ 27%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/InOut/midisend.c.o
>> >> > Building C object SDIF/CMakeFiles/sdif2ad.dir/sdif.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 27%] brew: superenv removed: -I/usr/local/include
>> >> > -I/tmp/csound-NU4A
>> >> > Building C object util/CMakeFiles/stdutil.dir/dnoise.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 28%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/InOut/winascii.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 28%] Building C object SDIF/CMakeFiles/sdif2ad.dir/sdif-mem.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 28%] Building C object CMakeFiles/CsoundLib64.dir/InOut/windin.c.o
>> >> > Linking C executable ../sdif2ad
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 28%] Built target sdif2ad
>> >> > [ 29%] Building C object util/CMakeFiles/stdutil.dir/envext.c.o
>> >> > [ 29%] brew: superenv removed: -I/usr/local/include
>> >> > -I/tmp/csound-NU4A
>> >> > Building C object CMakeFiles/CsoundLib64.dir/InOut/window.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 29%] Linking CXX shared library ../libwidgets.dylib
>> >> > Building C object util/CMakeFiles/stdutil.dir/het_export.c.o
>> >> > [ 29%] brew: superenv removed: -I/usr/local/include
>> >> > -I/tmp/csound-NU4A
>> >> > Building C object util/CMakeFiles/stdutil.dir/het_import.c.o
>> >> > [ 30%] brew: superenv removed: -I/usr/local/include
>> >> > -I/tmp/csound-NU4A
>> >> > Building C object CMakeFiles/CsoundLib64.dir/InOut/winEPS.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 31%] Building C object util/CMakeFiles/stdutil.dir/hetro.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 31%] Building C object util/CMakeFiles/stdutil.dir/lpanal.c.o
>> >> > [ 31%] Built target widgets
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 31%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/InOut/circularbuffer.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 31%] Building C object CMakeFiles/CsoundLib64.dir/OOps/aops.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 32%] Building C object CMakeFiles/CsoundLib64.dir/OOps/bus.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 32%] Building C object util/CMakeFiles/stdutil.dir/lpc_export.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 33%] [ 33%] Building C object
>> >> > util/CMakeFiles/stdutil.dir/lpc_import.c.o
>> >> > Building C object util/CMakeFiles/stdutil.dir/mixer.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 33%] Building C object CMakeFiles/CsoundLib64.dir/OOps/cmath.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 33%] Building C object CMakeFiles/CsoundLib64.dir/OOps/diskin.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 33%] Building C object CMakeFiles/CsoundLib64.dir/OOps/diskin2.c.o
>> >> > [ 33%] Building C object util/CMakeFiles/stdutil.dir/pvanal.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 34%] Building C object CMakeFiles/CsoundLib64.dir/OOps/disprep.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 34%] Building C object CMakeFiles/CsoundLib64.dir/OOps/dumpf.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 34%] Building C object CMakeFiles/CsoundLib64.dir/OOps/fftlib.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 34%] Building C object util/CMakeFiles/stdutil.dir/pv_export.c.o
>> >> > [ 35%] brew: superenv removed: -I/usr/local/include
>> >> > -I/tmp/csound-NU4A
>> >> > Building C object CMakeFiles/CsoundLib64.dir/OOps/goto_ops.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 35%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/OOps/midiinterop.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 36%] Building C object util/CMakeFiles/stdutil.dir/pv_import.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 36%] [ 36%] Building C object
>> >> > util/CMakeFiles/stdutil.dir/pvlook.c.o
>> >> > Building C object util/CMakeFiles/stdutil.dir/scale.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 37%] Building C object util/CMakeFiles/stdutil.dir/sndinfo.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 37%] Building C object util/CMakeFiles/stdutil.dir/srconv.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 37%] [ 38%] Building C object
>> >> > util/CMakeFiles/stdutil.dir/std_util.c.o
>> >> > Building C object util/CMakeFiles/stdutil.dir/xtrct.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 38%] [ 39%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/OOps/midiops.c.o
>> >> > Building C object CMakeFiles/CsoundLib64.dir/OOps/midiout.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 39%] Building C object CMakeFiles/CsoundLib64.dir/OOps/mxfft.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 39%] Building C object util/CMakeFiles/stdutil.dir/scope.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 39%] Building C object CMakeFiles/CsoundLib64.dir/OOps/oscils.c.o
>> >> > [ 40%] Building C object CMakeFiles/CsoundLib64.dir/OOps/pstream.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 40%] Building C object util/CMakeFiles/stdutil.dir/__/SDIF/sdif.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 40%] Building C object CMakeFiles/CsoundLib64.dir/OOps/pvfileio.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 40%] Linking C shared library ../libstdutil.dylib
>> >> > Building C object CMakeFiles/CsoundLib64.dir/OOps/pvsanal.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 40%] Building C object CMakeFiles/CsoundLib64.dir/OOps/random.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 40%] Built target stdutil
>> >> > [ 41%] Building C object CMakeFiles/CsoundLib64.dir/OOps/remote.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 41%] Building C object CMakeFiles/CsoundLib64.dir/OOps/schedule.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 41%] Building C object CMakeFiles/CsoundLib64.dir/OOps/sndinfUG.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 42%] Building C object CMakeFiles/CsoundLib64.dir/OOps/str_ops.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 42%] Building C object CMakeFiles/CsoundLib64.dir/OOps/ugens1.c.o
>> >> > [ 42%] brew: superenv removed: -I/usr/local/include
>> >> > -I/tmp/csound-NU4A
>> >> > Building C object CMakeFiles/CsoundLib64.dir/OOps/ugens2.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 43%] Building C object CMakeFiles/CsoundLib64.dir/OOps/ugens2a.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 43%] Building C object CMakeFiles/CsoundLib64.dir/OOps/ugens3.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 43%] Building C object CMakeFiles/CsoundLib64.dir/OOps/ugens4.c.o
>> >> > [ 44%] brew: superenv removed: -I/usr/local/include
>> >> > -I/tmp/csound-NU4A
>> >> > Building C object CMakeFiles/CsoundLib64.dir/OOps/ugens5.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 44%] Building C object CMakeFiles/CsoundLib64.dir/OOps/ugens6.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 44%] Building C object CMakeFiles/CsoundLib64.dir/OOps/ugtabs.c.o
>> >> > [ 44%] brew: superenv removed: -I/usr/local/include
>> >> > -I/tmp/csound-NU4A
>> >> > Building C object CMakeFiles/CsoundLib64.dir/OOps/ugrw1.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 45%] Building C object CMakeFiles/CsoundLib64.dir/OOps/ugrw2.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 45%] Building C object CMakeFiles/CsoundLib64.dir/OOps/vdelay.c.o
>> >> > [ 45%] brew: superenv removed: -I/usr/local/include
>> >> > -I/tmp/csound-NU4A
>> >> > [ 46%] [ 46%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/OOps/compile_ops.c.o
>> >> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/bilbar.c.o
>> >> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/babo.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 46%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/compress.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 47%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/eqfil.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 47%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/Vosim.c.o
>> >> > [ 47%] brew: superenv removed: -I/usr/local/include
>> >> > -I/tmp/csound-NU4A
>> >> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pitch.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 48%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/pitch0.c.o
>> >> > [ 48%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/spectra.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 48%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/ambicode1.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 48%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/sfont.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 49%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/grain4.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 49%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/hrtferX.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 49%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/loscilx.c.o
>> >> > [ 50%] brew: superenv removed: -I/usr/local/include
>> >> > -I/tmp/csound-NU4A
>> >> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/minmax.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 50%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pan2.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 50%] [ 51%] [ 51%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/phisem.c.o
>> >> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/arrays.c.o
>> >> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/hrtfopcodes.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 51%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/stackops.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 52%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/vbap.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 52%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/vbap1.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 52%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/vbap_n.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 52%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/vbap_zak.c.o
>> >> > [ 53%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/vaops.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 53%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/ugakbari.c.o
>> >> > [ 53%] brew: superenv removed: -I/usr/local/include
>> >> > -I/tmp/csound-NU4A
>> >> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/harmon.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 54%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/pitchtrack.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 54%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/partikkel.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 54%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/shape.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 55%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/tabsum.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 55%] [ 55%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/crossfm.c.o
>> >> > [ 56%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/pvlock.c.o
>> >> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/fareyseq.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 56%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/modmatrix.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 56%] [ 56%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/scoreline.c.o
>> >> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/modal4.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 57%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/physutil.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 57%] [ 57%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/physmod.c.o
>> >> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/mandolin.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 58%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/singwave.c.o
>> >> > [ 58%] brew: superenv removed: -I/usr/local/include
>> >> > -I/tmp/csound-NU4A
>> >> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/fm4op.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 58%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/moog1.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 59%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/shaker.c.o
>> >> > [ 59%] brew: superenv removed: -I/usr/local/include
>> >> > -I/tmp/csound-NU4A
>> >> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/bowedbar.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 59%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/gab/tabmorph.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 60%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/gab/hvs.c.o
>> >> > [ 60%] brew: superenv removed: -I/usr/local/include
>> >> > -I/tmp/csound-NU4A
>> >> > Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/gab/sliderTable.c.o
>> >> > [ 60%] brew: superenv removed: -I/usr/local/include
>> >> > -I/tmp/csound-NU4A
>> >> > Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/gab/newgabopc.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 60%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ftest.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 61%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/hrtfearly.c.o
>> >> > [ 61%] brew: superenv removed: -I/usr/local/include
>> >> > -I/tmp/csound-NU4A
>> >> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/hrtfreverb.c.o
>> >> > [ 61%] brew: superenv removed: -I/usr/local/include
>> >> > -I/tmp/csound-NU4A
>> >> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/cpumeter.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 62%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/gendy.c.o
>> >> > [ 62%] brew: superenv removed: -I/usr/local/include
>> >> > -I/tmp/csound-NU4A
>> >> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/tl/sc_noise.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 62%] Building C object CMakeFiles/CsoundLib64.dir/Top/argdecode.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 63%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Top/cscore_internal.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 63%] Building C object CMakeFiles/CsoundLib64.dir/Top/cscorfns.c.o
>> >> > [ 63%] Building C object CMakeFiles/CsoundLib64.dir/Top/csmodule.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 64%] Building C object CMakeFiles/CsoundLib64.dir/Top/csound.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 64%] Building C object CMakeFiles/CsoundLib64.dir/Top/getstring.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 64%] Building C object CMakeFiles/CsoundLib64.dir/Top/main.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 64%] Building C object CMakeFiles/CsoundLib64.dir/Top/new_opts.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 65%] Building C object CMakeFiles/CsoundLib64.dir/Top/one_file.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 65%] Building C object CMakeFiles/CsoundLib64.dir/Top/opcode.c.o
>> >> > [ 65%] Building C object CMakeFiles/CsoundLib64.dir/Top/threads.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 66%] Building C object CMakeFiles/CsoundLib64.dir/Top/utility.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 66%] [ 66%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Top/threadsafe.c.o
>> >> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ambicode.c.o
>> >> > [ 67%] brew: superenv removed: -I/usr/local/include
>> >> > -I/tmp/csound-NU4A
>> >> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/bbcut.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 67%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/biquad.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 67%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/butter.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 68%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/clfilt.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 68%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/cross2.c.o
>> >> > [ 68%] brew: superenv removed: -I/usr/local/include
>> >> > -I/tmp/csound-NU4A
>> >> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/dam.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 68%] [ 69%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/dcblockr.c.o
>> >> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/filter.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 69%] [ 69%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/flanger.c.o
>> >> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/follow.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 70%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/fout.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 70%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/freeverb.c.o
>> >> > [ 70%] [ 71%] brew: superenv removed: -I/usr/local/include
>> >> > -I/tmp/csound-NU4A
>> >> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ftconv.c.o
>> >> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ftgen.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 71%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/gab/gab.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 71%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/gab/vectorial.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 72%] [ 72%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/grain.c.o
>> >> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/locsig.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 72%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/lowpassr.c.o
>> >> > [ 72%] brew: superenv removed: -I/usr/local/include
>> >> > -I/tmp/csound-NU4A
>> >> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/metro.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 73%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/midiops2.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 73%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/midiops3.c.o
>> >> > [ 73%] brew: superenv removed: -I/usr/local/include
>> >> > -I/tmp/csound-NU4A
>> >> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/newfils.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 74%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/nlfilt.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 74%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/oscbnk.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 74%] [ 75%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/pluck.c.o
>> >> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/repluck.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 75%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/reverbsc.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 75%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/seqtime.c.o
>> >> > [ 76%] brew: superenv removed: -I/usr/local/include
>> >> > -I/tmp/csound-NU4A
>> >> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/sndloop.c.o
>> >> > [ 76%] brew: superenv removed: -I/usr/local/include
>> >> > -I/tmp/csound-NU4A
>> >> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/sndwarp.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 76%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/space.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 76%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/spat3d.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 77%] [ 77%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/syncgrain.c.o
>> >> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ugens7.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 77%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/ugens9.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 78%] [ 78%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/ugensa.c.o
>> >> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/uggab.c.o
>> >> > [ 78%] brew: superenv removed: -I/usr/local/include
>> >> > -I/tmp/csound-NU4A
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ugmoss.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 79%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/ugnorman.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 79%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ugsc.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 79%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/wave-terrain.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 80%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/stdopcod.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 80%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/socksend.c.o
>> >> > [ 80%] [ 80%] brew: superenv removed: -I/usr/local/include
>> >> > -I/tmp/csound-NU4A
>> >> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ifd.c.o
>> >> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/sockrecv.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 81%] brew: superenv removed: -I/usr/local/include
>> >> > -I/tmp/csound-NU4A
>> >> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/partials.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 81%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/psynth.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 81%] [ 82%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/pvsbasic.c.o
>> >> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pvscent.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 82%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/pvsdemix.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 82%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/pvs_ops.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 83%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/pvsband.c.o
>> >> > [ 83%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/pvsbuffer.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 83%] brew: superenv removed: -I/usr/local/include
>> >> > -I/tmp/csound-NU4A
>> >> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pvsgendy.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 84%] [ 84%] [ 84%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/dsputil.c.o
>> >> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pvinterp.c.o
>> >> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pvadd.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 84%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/pvocext.c.o
>> >> > [ 85%] brew: superenv removed: -I/usr/local/include
>> >> > -I/tmp/csound-NU4A
>> >> > [ 85%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/pvread.c.o
>> >> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ugens8.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 85%] [ 86%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Opcodes/pvoc.c.o
>> >> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/vpvoc.c.o
>> >> > [ 86%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/mp3in.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 86%] brew: superenv removed: -I/usr/local/include
>> >> > -I/tmp/csound-NU4A
>> >> > Building C object
>> >> > CMakeFiles/CsoundLib64.dir/InOut/libmpadec/layer1.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 87%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/InOut/libmpadec/layer2.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 87%] [ 87%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/InOut/libmpadec/layer3.c.o
>> >> > Building C object
>> >> > CMakeFiles/CsoundLib64.dir/InOut/libmpadec/synth.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 88%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/InOut/libmpadec/tables.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 88%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/InOut/libmpadec/mpadec.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 88%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/InOut/libmpadec/mp3dec.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 88%] Building C object CMakeFiles/CsoundLib64.dir/csound_orclex.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 89%] [ 89%] [ 89%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/csound_orcparse.c.o
>> >> > Building C object CMakeFiles/CsoundLib64.dir/csound_prelex.c.o
>> >> > Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Engine/csound_orc_semantics.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 90%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Engine/csound_orc_expressions.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 90%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Engine/csound_orc_optimize.c.o
>> >> > [ 90%] brew: superenv removed: -I/usr/local/include
>> >> > -I/tmp/csound-NU4A
>> >> > Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Engine/csound_orc_compile.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 91%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Engine/new_orc_parser.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 91%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Engine/symbtab.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 91%] [ 92%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Engine/cs_new_dispatch.c.o
>> >> > Building C object CMakeFiles/CsoundLib64.dir/Engine/cs_par_base.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 92%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Engine/cs_par_orc_semantic_analysis.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 92%] Building C object
>> >> > CMakeFiles/CsoundLib64.dir/Engine/cs_par_dispatch.c.o
>> >> > Copying OS X content
>> >> > CsoundLib64.framework/Versions/6.0/Headers/CppSound.hpp
>> >> > Copying OS X content
>> >> > CsoundLib64.framework/Versions/6.0/Headers/CsoundFile.hpp
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > Copying OS X content
>> >> > CsoundLib64.framework/Versions/6.0/Headers/OpcodeBase.hpp
>> >> > Copying OS X content
>> >> > CsoundLib64.framework/Versions/6.0/Headers/cfgvar.h
>> >> > Copying OS X content
>> >> > CsoundLib64.framework/Versions/6.0/Headers/csPerfThread.hpp
>> >> > Copying OS X content
>> >> > CsoundLib64.framework/Versions/6.0/Headers/cscore.h
>> >> > Copying OS X content
>> >> > CsoundLib64.framework/Versions/6.0/Headers/csdl.h
>> >> > Copying OS X content
>> >> > CsoundLib64.framework/Versions/6.0/Headers/csound.h
>> >> > Copying OS X content
>> >> > CsoundLib64.framework/Versions/6.0/Headers/csound.hpp
>> >> > Copying OS X content
>> >> > CsoundLib64.framework/Versions/6.0/Headers/csoundCore.h
>> >> > Copying OS X content
>> >> > CsoundLib64.framework/Versions/6.0/Headers/csound_data_structures.h
>> >> > Copying OS X content
>> >> > CsoundLib64.framework/Versions/6.0/Headers/csound_standard_types.h
>> >> > Copying OS X content
>> >> > CsoundLib64.framework/Versions/6.0/Headers/cwindow.h
>> >> > Copying OS X content
>> >> > CsoundLib64.framework/Versions/6.0/Headers/csound_type_system.h
>> >> > Copying OS X content
>> >> > CsoundLib64.framework/Versions/6.0/Headers/filebuilding.h
>> >> > Copying OS X content
>> >> > CsoundLib64.framework/Versions/6.0/Headers/float-version-double.h
>> >> > Copying OS X content
>> >> > CsoundLib64.framework/Versions/6.0/Headers/float-version.h
>> >> > Copying OS X content
>> >> > CsoundLib64.framework/Versions/6.0/Headers/interlocks.h
>> >> > Copying OS X content
>> >> > CsoundLib64.framework/Versions/6.0/Headers/msg_attr.h
>> >> > Copying OS X content
>> >> > CsoundLib64.framework/Versions/6.0/Headers/pvfileio.h
>> >> > Copying OS X content
>> >> > CsoundLib64.framework/Versions/6.0/Headers/pstream.h
>> >> > Copying OS X content
>> >> > CsoundLib64.framework/Versions/6.0/Headers/soundio.h
>> >> > Copying OS X content
>> >> > CsoundLib64.framework/Versions/6.0/Headers/sysdep.h
>> >> > Copying OS X content
>> >> > CsoundLib64.framework/Versions/6.0/Headers/text.h
>> >> > Copying OS X content
>> >> > CsoundLib64.framework/Versions/6.0/Headers/version.h
>> >> > Linking C shared library
>> >> > CsoundLib64.framework/Versions/6.0/CsoundLib64
>> >> > [ 92%] Built target CsoundLib64
>> >> > Scanning dependencies of target atsa
>> >> > Scanning dependencies of target libcsnd
>> >> > Scanning dependencies of target csound-bin
>> >> > Scanning dependencies of target csladspa
>> >> > [ 92%] [ 93%] [ 93%] [ 93%] Building CXX object
>> >> > frontends/CMakeFiles/csladspa.dir/csladspa/csladspa.cpp.o
>> >> > Building C object util/CMakeFiles/atsa.dir/atsa_main.c.o
>> >> > Building C object
>> >> > frontends/CMakeFiles/csound-bin.dir/csound/csound_main.c.o
>> >> > Building CXX object interfaces/CMakeFiles/libcsnd.dir/CppSound.cpp.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > Linking C executable ../atsa
>> >> > Linking C executable ../csound
>> >> > [ 93%] [ 93%] Built target atsa
>> >> > Built target csound-bin
>> >> > Scanning dependencies of target csanalyze
>> >> > Scanning dependencies of target cvanal
>> >> > [ 93%] [ 93%] Building C object
>> >> > util/CMakeFiles/cvanal.dir/cvl_main.c.o
>> >> > Building C object util/CMakeFiles/csanalyze.dir/csanalyze.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > Linking C executable ../csanalyze
>> >> > Linking C executable ../cvanal
>> >> > [ 93%] Built target csanalyze
>> >> > [ 93%] Built target cvanal
>> >> > Scanning dependencies of target dnoise
>> >> > [ 93%] Building CXX object
>> >> > interfaces/CMakeFiles/libcsnd.dir/CsoundFile.cpp.o
>> >> > [ 94%] Building C object util/CMakeFiles/dnoise.dir/dnoise_main.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > Linking C executable ../dnoise
>> >> > [ 94%] Built target dnoise
>> >> > Scanning dependencies of target envext
>> >> > [ 94%] Building C object util/CMakeFiles/envext.dir/env_main.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 95%] Building CXX object
>> >> > interfaces/CMakeFiles/libcsnd.dir/Soundfile.cpp.o
>> >> > Linking C executable ../envext
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > Linking CXX shared library ../csladspa.dylib
>> >> > [ 95%] Built target envext
>> >> > Scanning dependencies of target extractor
>> >> > [ 95%] Building C object util/CMakeFiles/extractor.dir/xtrc_main.c.o
>> >> > [ 95%] Built target csladspa
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 95%] Building CXX object
>> >> > interfaces/CMakeFiles/libcsnd.dir/csPerfThread.cpp.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > Linking C executable ../extractor
>> >> > [ 95%] Built target extractor
>> >> > Scanning dependencies of target het_export
>> >> > [ 96%] Building C object util/CMakeFiles/het_export.dir/hetx_main.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > Linking C executable ../het_export
>> >> > [ 96%] Building CXX object
>> >> > interfaces/CMakeFiles/libcsnd.dir/cs_glue.cpp.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 96%] Built target het_export
>> >> > Scanning dependencies of target het_import
>> >> > [ 96%] Building C object util/CMakeFiles/het_import.dir/heti_main.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > Scanning dependencies of target hetro
>> >> > [ 96%] Building C object util/CMakeFiles/hetro.dir/het_main.c.o
>> >> > Linking C executable ../het_import
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > Linking C executable ../hetro
>> >> > [ 96%] Built target het_import
>> >> > Scanning dependencies of target lpanal
>> >> > [ 96%] [ 97%] Building CXX object
>> >> > interfaces/CMakeFiles/libcsnd.dir/filebuilding.cpp.o
>> >> > Building C object util/CMakeFiles/lpanal.dir/lpc_main.c.o
>> >> > [ 97%] Built target hetro
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > Scanning dependencies of target lpc_export
>> >> > [ 97%] Building C object util/CMakeFiles/lpc_export.dir/lpcx_main.c.o
>> >> > Scanning dependencies of target lpc_import
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > Linking C executable ../lpanal
>> >> > [ 97%] Building C object util/CMakeFiles/lpc_import.dir/lpci_main.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > Linking C executable ../lpc_export
>> >> > [ 97%] Built target lpanal
>> >> > Scanning dependencies of target mixer-bin
>> >> > [ 97%] Linking C executable ../lpc_import
>> >> > Building C object util/CMakeFiles/mixer-bin.dir/mixer_main.c.o
>> >> > [ 97%] Built target lpc_export
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > Scanning dependencies of target pv_export
>> >> > [ 97%] Building C object util/CMakeFiles/pv_export.dir/pvx_main.c.o
>> >> > [ 97%] Built target lpc_import
>> >> > Linking C executable ../mixer
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > Scanning dependencies of target pv_import
>> >> > [ 97%] Building C object util/CMakeFiles/pv_import.dir/pvi_main.c.o
>> >> > [ 97%] brew: superenv removed: -I/usr/local/include
>> >> > -I/tmp/csound-NU4A
>> >> > Built target mixer-bin
>> >> > Linking C executable ../pv_export
>> >> > Scanning dependencies of target pvanal
>> >> > [ 98%] Building C object util/CMakeFiles/pvanal.dir/pvc_main.c.o
>> >> > Linking C executable ../pv_import
>> >> > [ 98%] Built target pv_export
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > Scanning dependencies of target pvlook
>> >> > [ 98%] Building C object util/CMakeFiles/pvlook.dir/pvl_main.c.o
>> >> > [ 98%] Built target pv_import
>> >> > Linking C executable ../pvanal
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > Scanning dependencies of target scale
>> >> > Linking CXX shared library ../libcsnd.dylib
>> >> > [ 98%] Building C object util/CMakeFiles/scale.dir/scale_main.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > Linking C executable ../pvlook
>> >> > [ 98%] Built target pvanal
>> >> > Scanning dependencies of target scope
>> >> > [ 98%] Building C object util/CMakeFiles/scope.dir/scope_main.c.o
>> >> > [ 98%] Built target libcsnd
>> >> > Linking C executable ../scale
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 98%] Built target pvlook
>> >> > Scanning dependencies of target sndinfo
>> >> > Scanning dependencies of target srconv
>> >> > [ 98%] Building C object util/CMakeFiles/sndinfo.dir/sndinfo_main.c.o
>> >> > [ 98%] Building C object util/CMakeFiles/srconv.dir/srconv_main.c.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > Linking C executable ../scope
>> >> > [ 98%] Built target scale
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > Scanning dependencies of target extract
>> >> > [ 99%] Linking C executable ../sndinfo
>> >> > Building C object util1/CMakeFiles/extract.dir/sortex/xmain.c.o
>> >> > [ 99%] Built target scope
>> >> > Linking C executable ../srconv
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > Scanning dependencies of target scsort
>> >> > [ 99%] [ 99%] Built target sndinfo
>> >> > Building C object util1/CMakeFiles/scsort.dir/sortex/smain.c.o
>> >> > [ 99%] Linking C executable ../extract
>> >> > [ 99%] Swig source
>> >> > Built target srconv
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > [ 99%] Language subdirectory: python
>> >> > Search paths:
>> >> >    ./
>> >> >    /usr/local/include/
>> >> >    /tmp/csound-NU4A/./H/
>> >> >    /tmp/csound-NU4A/./include/
>> >> >    /tmp/csound-NU4A/./Engine/
>> >> >    /tmp/csound-NU4A/./
>> >> >    /tmp/csound-NU4A/
>> >> >    /tmp/csound-NU4A/interfaces/
>> >> >    /System/Library/Frameworks/Python.framework/Headers/
>> >> >    ./swig_lib/python/
>> >> >    /usr/local/Cellar/swig/2.0.9/share/swig/2.0.9/python/
>> >> >    ./swig_lib/
>> >> >    /usr/local/Cellar/swig/2.0.9/share/swig/2.0.9/
>> >> > Preprocessing...
>> >> > Swig source
>> >> > Language subdirectory: java
>> >> > Search paths:
>> >> >    ./
>> >> >    /usr/local/include/
>> >> >    /tmp/csound-NU4A/./H/
>> >> >    /tmp/csound-NU4A/./include/
>> >> >    /tmp/csound-NU4A/./Engine/
>> >> >    /tmp/csound-NU4A/./
>> >> >    /tmp/csound-NU4A/
>> >> >    /tmp/csound-NU4A/interfaces/
>> >> >    /System/Library/Frameworks/Python.framework/Headers/
>> >> >    /System/Library/Frameworks/JavaVM.framework/Headers/
>> >> >    /System/Library/Frameworks/JavaVM.framework/Headers/
>> >> >    /System/Library/Frameworks/JavaVM.framework/Headers/
>> >> >    ./swig_lib/java/
>> >> >    /usr/local/Cellar/swig/2.0.9/share/swig/2.0.9/java/
>> >> >    ./swig_lib/
>> >> >    /usr/local/Cellar/swig/2.0.9/share/swig/2.0.9/
>> >> > Preprocessing...
>> >> > Linking C executable ../scsort
>> >> > [ 99%] Built target extract
>> >> > Starting language-specific parse...
>> >> > [ 99%] Built target scsort
>> >> > Processing types...
>> >> > C++ analysis...
>> >> > Generating wrappers...
>> >> > Starting language-specific parse...
>> >> > /tmp/csound-NU4A/./include/csound.h:519: Warning 451: Setting a const
>> >> > char *
>> >> > variable may leak memory.
>> >> > Processing types...
>> >> > C++ analysis...
>> >> > Generating wrappers...
>> >> > /tmp/csound-NU4A/./include/csound.h:519: Warning 451: Setting a const
>> >> > char *
>> >> > variable may leak memory.
>> >> > cs_glue.hpp:505: Warning 473: Returning a pointer or reference in a
>> >> > director
>> >> > method is not recommended.
>> >> > CppSound.hpp:36: Warning 453: Can't apply (std::vector< double >
>> >> > *INPUT). No
>> >> > typemaps are defined.
>> >> > CppSound.hpp:52: Warning 813: Warning for CppSound proxy: Base
>> >> > CsoundFile
>> >> > ignored. Multiple inheritance is not supported in Java.
>> >> > Scanning dependencies of target _jcsound6
>> >> > [ 99%] Building CXX object
>> >> > interfaces/CMakeFiles/_jcsound6.dir/java_interfaceJAVA_wrap.cxx.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > cs_glue.hpp:505: Warning 473: Returning a pointer or reference in a
>> >> > director
>> >> > method is not recommended.
>> >> > CppSound.hpp:36: Warning 453: Can't apply (std::vector< double >
>> >> > *INPUT). No
>> >> > typemaps are defined.
>> >> > Scanning dependencies of target _csnd6
>> >> > [100%] Building CXX object
>> >> > interfaces/CMakeFiles/_csnd6.dir/python_interfacePYTHON_wrap.cxx.o
>> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> > Linking CXX shared module ../lib_jcsound6.jnilib
>> >> > Building JAVA package csnd6.jar
>> >> > [100%] Built target _jcsound6
>> >> > Linking CXX shared module ../_csnd6.so
>> >> > [100%] Built target _csnd6
>> >> > Install the project...
>> >> > -- Install configuration: "None"
>> >> > -- Installing:
>> >> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework
>> >> > -- Up-to-date:
>> >> >
>> >> >
>> >> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/CsoundLib64
>> >> > -- Up-to-date:
>> >> >
>> >> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Headers
>> >> > -- Up-to-date:
>> >> >
>> >> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Resources
>> >> > -- Installing:
>> >> >
>> >> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/CsoundLib64
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/cfgvar.h
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/CppSound.hpp
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/cscore.h
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/csdl.h
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/csound.h
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/csound.hpp
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/csound_data_structures.h
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/csound_standard_types.h
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/csound_type_system.h
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/csoundCore.h
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/CsoundFile.hpp
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/csPerfThread.hpp
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/cwindow.h
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/filebuilding.h
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/float-version-double.h
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/float-version.h
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/interlocks.h
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/msg_attr.h
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/OpcodeBase.hpp
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/pstream.h
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/pvfileio.h
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/soundio.h
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/sysdep.h
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/text.h
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/version.h
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Info.plist
>> >> > -- Up-to-date:
>> >> >
>> >> >
>> >> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/Current
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libmixer.dylib
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libsignalflowgraph.dylib
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libampmidid.dylib
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libcs_date.dylib
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libsystem_call.dylib
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libdoppler.dylib
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libfractalnoise.dylib
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libfareygen.dylib
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libcellular.dylib
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libserial.dylib
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libplaterev.dylib
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libscansyn.dylib
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libcontrol.dylib
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libchua.dylib
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libjacko.dylib
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libjackTransport.dylib
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libosc.dylib
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libimage.dylib
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libpy.dylib
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libstk.dylib
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libcmidi.dylib
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/librtauhal.dylib
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libipmidi.dylib
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/librtjack.dylib
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libwidgets.dylib
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libvirtual.dylib
>> >> > -- Installing: /usr/local/Cellar/csound/HEAD/lib/libcsnd.6.0.dylib
>> >> > -- Installing: /usr/local/Cellar/csound/HEAD/lib/libcsnd.dylib
>> >> > -- Installing: /Library/Python/2.7/site-packages/_csnd6.so
>> >> > -- Installing: /Library/Python/2.7/site-packages/csnd6.py
>> >> > -- Installing: /Library/Java/Extensions/lib_jcsound6.jnilib
>> >> > -- Installing: /Library/Java/Extensions/csnd6.jar
>> >> > -- Installing: /usr/local/Cellar/csound/HEAD/bin/csound
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/csladspa.dylib
>> >> > -- Installing: /usr/local/Cellar/csound/HEAD/bin/csbeats
>> >> > -- Installing:
>> >> >
>> >> >
>> >> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libstdutil.dylib
>> >> > -- Installing: /usr/local/Cellar/csound/HEAD/bin/atsa
>> >> > -- Installing: /usr/local/Cellar/csound/HEAD/bin/csanalyze
>> >> > -- Installing: /usr/local/Cellar/csound/HEAD/bin/cvanal
>> >> > -- Installing: /usr/local/Cellar/csound/HEAD/bin/dnoise
>> >> > -- Installing: /usr/local/Cellar/csound/HEAD/bin/envext
>> >> > -- Installing: /usr/local/Cellar/csound/HEAD/bin/extractor
>> >> > -- Installing: /usr/local/Cellar/csound/HEAD/bin/het_export
>> >> > -- Installing: /usr/local/Cellar/csound/HEAD/bin/het_import
>> >> > -- Installing: /usr/local/Cellar/csound/HEAD/bin/hetro
>> >> > -- Installing: /usr/local/Cellar/csound/HEAD/bin/lpanal
>> >> > -- Installing: /usr/local/Cellar/csound/HEAD/bin/lpc_export
>> >> > -- Installing: /usr/local/Cellar/csound/HEAD/bin/lpc_import
>> >> > -- Installing: /usr/local/Cellar/csound/HEAD/bin/mixer
>> >> > -- Installing: /usr/local/Cellar/csound/HEAD/bin/pvanal
>> >> > -- Installing: /usr/local/Cellar/csound/HEAD/bin/pvlook
>> >> > -- Installing: /usr/local/Cellar/csound/HEAD/bin/pv_export
>> >> > -- Installing: /usr/local/Cellar/csound/HEAD/bin/pv_import
>> >> > -- Installing: /usr/local/Cellar/csound/HEAD/bin/scale
>> >> > -- Installing: /usr/local/Cellar/csound/HEAD/bin/sndinfo
>> >> > -- Installing: /usr/local/Cellar/csound/HEAD/bin/srconv
>> >> > -- Installing: /usr/local/Cellar/csound/HEAD/bin/scope
>> >> > -- Installing: /usr/local/Cellar/csound/HEAD/bin/scsort
>> >> > -- Installing: /usr/local/Cellar/csound/HEAD/bin/extract
>> >> > -- Installing: /usr/local/Cellar/csound/HEAD/bin/sdif2ad
>> >> > ==> Cleaning
>> >> > ==> Finishing up
>> >> > ln -s ../Cellar/csound/HEAD/bin/srconv srconv
>> >> > ln -s ../Cellar/csound/HEAD/bin/sndinfo sndinfo
>> >> > ln -s ../Cellar/csound/HEAD/bin/sdif2ad sdif2ad
>> >> > ln -s ../Cellar/csound/HEAD/bin/scsort scsort
>> >> > ln -s ../Cellar/csound/HEAD/bin/scope scope
>> >> > ln -s ../Cellar/csound/HEAD/bin/scale scale
>> >> > ln -s ../Cellar/csound/HEAD/bin/pvlook pvlook
>> >> > ln -s ../Cellar/csound/HEAD/bin/pvanal pvanal
>> >> > ln -s ../Cellar/csound/HEAD/bin/pv_import pv_import
>> >> > ln -s ../Cellar/csound/HEAD/bin/pv_export pv_export
>> >> > ln -s ../Cellar/csound/HEAD/bin/mixer mixer
>> >> > ln -s ../Cellar/csound/HEAD/bin/lpc_import lpc_import
>> >> > ln -s ../Cellar/csound/HEAD/bin/lpc_export lpc_export
>> >> > ln -s ../Cellar/csound/HEAD/bin/lpanal lpanal
>> >> > ln -s ../Cellar/csound/HEAD/bin/hetro hetro
>> >> > ln -s ../Cellar/csound/HEAD/bin/het_import het_import
>> >> > ln -s ../Cellar/csound/HEAD/bin/het_export het_export
>> >> > ln -s ../Cellar/csound/HEAD/bin/extractor extractor
>> >> > ln -s ../Cellar/csound/HEAD/bin/extract extract
>> >> > ln -s ../Cellar/csound/HEAD/bin/envext envext
>> >> > ln -s ../Cellar/csound/HEAD/bin/dnoise dnoise
>> >> > ln -s ../Cellar/csound/HEAD/bin/cvanal cvanal
>> >> > ln -s ../Cellar/csound/HEAD/bin/csound csound
>> >> > ln -s ../Cellar/csound/HEAD/bin/csbeats csbeats
>> >> > ln -s ../Cellar/csound/HEAD/bin/csanalyze csanalyze
>> >> > ln -s ../Cellar/csound/HEAD/bin/atsa atsa
>> >> > ln -s ../Cellar/csound/HEAD/lib/libcsnd.dylib libcsnd.dylib
>> >> > ln -s ../Cellar/csound/HEAD/lib/libcsnd.6.0.dylib libcsnd.6.0.dylib
>> >> > ln -s ../../Cellar/csound/HEAD csound
>> >> > ln -s ../Cellar/csound/HEAD csound
>> >> > Warning: Could not fix install names for
>> >> > /usr/local/Cellar/csound/HEAD/bin/srconv
>> >> > Warning: Could not fix install names for
>> >> > /usr/local/Cellar/csound/HEAD/bin/sndinfo
>> >> > Warning: Could not fix install names for
>> >> > /usr/local/Cellar/csound/HEAD/bin/scsort
>> >> > Warning: Could not fix install names for
>> >> > /usr/local/Cellar/csound/HEAD/bin/scope
>> >> > Warning: Could not fix install names for
>> >> > /usr/local/Cellar/csound/HEAD/bin/scale
>> >> > Warning: Could not fix install names for
>> >> > /usr/local/Cellar/csound/HEAD/bin/pvlook
>> >> > Warning: Could not fix install names for
>> >> > /usr/local/Cellar/csound/HEAD/bin/pvanal
>> >> > Warning: Could not fix install names for
>> >> > /usr/local/Cellar/csound/HEAD/bin/pv_import
>> >> > Warning: Could not fix install names for
>> >> > /usr/local/Cellar/csound/HEAD/bin/pv_export
>> >> > Warning: Could not fix install names for
>> >> > /usr/local/Cellar/csound/HEAD/bin/mixer
>> >> > Warning: Could not fix install names for
>> >> > /usr/local/Cellar/csound/HEAD/bin/lpc_import
>> >> > Warning: Could not fix install names for
>> >> > /usr/local/Cellar/csound/HEAD/bin/lpc_export
>> >> > Warning: Could not fix install names for
>> >> > /usr/local/Cellar/csound/HEAD/bin/lpanal
>> >> > Warning: Could not fix install names for
>> >> > /usr/local/Cellar/csound/HEAD/bin/hetro
>> >> > Warning: Could not fix install names for
>> >> > /usr/local/Cellar/csound/HEAD/bin/het_import
>> >> > Warning: Could not fix install names for
>> >> > /usr/local/Cellar/csound/HEAD/bin/het_export
>> >> > Warning: Could not fix install names for
>> >> > /usr/local/Cellar/csound/HEAD/bin/extractor
>> >> > Warning: Could not fix install names for
>> >> > /usr/local/Cellar/csound/HEAD/bin/extract
>> >> > Warning: Could not fix install names for
>> >> > /usr/local/Cellar/csound/HEAD/bin/envext
>> >> > Warning: Could not fix install names for
>> >> > /usr/local/Cellar/csound/HEAD/bin/dnoise
>> >> > Warning: Could not fix install names for
>> >> > /usr/local/Cellar/csound/HEAD/bin/cvanal
>> >> > Warning: Could not fix install names for
>> >> > /usr/local/Cellar/csound/HEAD/bin/csound
>> >> > Warning: Could not fix install names for
>> >> > /usr/local/Cellar/csound/HEAD/bin/csanalyze
>> >> > Warning: Could not fix install names for
>> >> > /usr/local/Cellar/csound/HEAD/bin/atsa
>> >> > Warning: Could not fix install names for
>> >> > /usr/local/Cellar/csound/HEAD/lib/libcsnd.6.0.dylib
>> >> > ==> Summary
>> >> > 🍺  /usr/local/Cellar/csound/HEAD: 33 files, 1.0M, built in 57
>> >> > seconds
>> >> > peimankh:~ peimankhosravi$
>> >> >
>> >> >
>> >> >
>> >> >
>> >> >
>> >> >
>> >> >
>> >> >
>> >> > www.peimankhosravi.co.uk || Subscribe to RSS Feed
>> >> >
>> >> > To receive emails about upcoming concerts visit this page & enter
>> >> > your
>> >> > email
>> >> > address in the 'follow' section.
>> >> >
>> >> >
>> >> >
>> >> > On 13 May 2013 22:25, Steven Yi <stevenyi@gmail.com> wrote:
>> >> >>
>> >> >> Hi Peiman,
>> >> >>
>> >> >> Could you do "brew list" to see if the portaudio package is
>> >> >> installed?
>> >> >>  If so, could you try "brew link portaudio" and if that reports
>> >> >> issues, try "brew link --overwrite portaudio"?  I'm thinking that
>> >> >> that
>> >> >> package didn't link correctly before you installed csound, then
>> >> >> csound
>> >> >> skipped building librtpa.dylib.   (I guess too you could check
>> >> >> /usr/local/lib for libportaudio.dylib)
>> >> >>
>> >> >> If there's still issues, could you uninstall then reinstall with
>> >> >> "brew
>> >> >> install --HEAD -v csound > ~/output.txt" and then post the output
>> >> >> here?
>> >> >>
>> >> >> Thanks!
>> >> >> steven
>> >> >>
>> >> >> On Mon, May 13, 2013 at 11:18 PM, peiman khosravi
>> >> >> <peimankhosravi@gmail.com> wrote:
>> >> >> > Thank Steven,
>> >> >> >
>> >> >> > I've fixed the Path problem. The problem now is that librtpa.dylib
>> >> >> > isn't
>> >> >> > built.
>> >> >> >
>> >> >> > P
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> > ------------------------------------------------------------------------------
>> >> >> > AlienVault Unified Security Management (USM) platform delivers
>> >> >> > complete
>> >> >> > security visibility with the essential security capabilities.
>> >> >> > Easily
>> >> >> > and
>> >> >> > efficiently configure, manage, and operate all of your security
>> >> >> > controls
>> >> >> > from a single console and one unified framework. Download a free
>> >> >> > trial.
>> >> >> > http://p.sf.net/sfu/alienvault_d2d
>> >> >> > _______________________________________________
>> >> >> > Csound-devel mailing list
>> >> >> > Csound-devel@lists.sourceforge.net
>> >> >> > https://lists.sourceforge.net/lists/listinfo/csound-devel
>> >> >> >
>> >> >>
>> >> >>
>> >> >>
>> >> >>
>> >> >> ------------------------------------------------------------------------------
>> >> >> AlienVault Unified Security Management (USM) platform delivers
>> >> >> complete
>> >> >> security visibility with the essential security capabilities. Easily
>> >> >> and
>> >> >> efficiently configure, manage, and operate all of your security
>> >> >> controls
>> >> >> from a single console and one unified framework. Download a free
>> >> >> trial.
>> >> >> http://p.sf.net/sfu/alienvault_d2d
>> >> >> _______________________________________________
>> >> >> Csound-devel mailing list
>> >> >> Csound-devel@lists.sourceforge.net
>> >> >> https://lists.sourceforge.net/lists/listinfo/csound-devel
>> >> >
>> >> >
>> >> >
>> >> >
>> >> >
>> >> > ------------------------------------------------------------------------------
>> >> > AlienVault Unified Security Management (USM) platform delivers
>> >> > complete
>> >> > security visibility with the essential security capabilities. Easily
>> >> > and
>> >> > efficiently configure, manage, and operate all of your security
>> >> > controls
>> >> > from a single console and one unified framework. Download a free
>> >> > trial.
>> >> > http://p.sf.net/sfu/alienvault_d2d
>> >> > _______________________________________________
>> >> > Csound-devel mailing list
>> >> > Csound-devel@lists.sourceforge.net
>> >> > https://lists.sourceforge.net/lists/listinfo/csound-devel
>> >> >
>> >>
>> >>
>> >>
>> >> ------------------------------------------------------------------------------
>> >> AlienVault Unified Security Management (USM) platform delivers complete
>> >> security visibility with the essential security capabilities. Easily
>> >> and
>> >> efficiently configure, manage, and operate all of your security
>> >> controls
>> >> from a single console and one unified framework. Download a free trial.
>> >> http://p.sf.net/sfu/alienvault_d2d
>> >> _______________________________________________
>> >> Csound-devel mailing list
>> >> Csound-devel@lists.sourceforge.net
>> >> https://lists.sourceforge.net/lists/listinfo/csound-devel
>> >
>> >
>> >
>> >
>> > ------------------------------------------------------------------------------
>> > AlienVault Unified Security Management (USM) platform delivers complete
>> > security visibility with the essential security capabilities. Easily and
>> > efficiently configure, manage, and operate all of your security controls
>> > from a single console and one unified framework. Download a free trial.
>> > http://p.sf.net/sfu/alienvault_d2d
>> > _______________________________________________
>> > Csound-devel mailing list
>> > Csound-devel@lists.sourceforge.net
>> > https://lists.sourceforge.net/lists/listinfo/csound-devel
>> >
>>
>>
>> ------------------------------------------------------------------------------
>> AlienVault Unified Security Management (USM) platform delivers complete
>> security visibility with the essential security capabilities. Easily and
>> efficiently configure, manage, and operate all of your security controls
>> from a single console and one unified framework. Download a free trial.
>> http://p.sf.net/sfu/alienvault_d2d
>> _______________________________________________
>> Csound-devel mailing list
>> Csound-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>
>
>
> ------------------------------------------------------------------------------
> AlienVault Unified Security Management (USM) platform delivers complete
> security visibility with the essential security capabilities. Easily and
> efficiently configure, manage, and operate all of your security controls
> from a single console and one unified framework. Download a free trial.
> http://p.sf.net/sfu/alienvault_d2d
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel
>

------------------------------------------------------------------------------
AlienVault Unified Security Management (USM) platform delivers complete
security visibility with the essential security capabilities. Easily and
efficiently configure, manage, and operate all of your security controls
from a single console and one unified framework. Download a free trial.
http://p.sf.net/sfu/alienvault_d2d
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-devel


Date2013-05-14 00:54
FromSteven Yi
SubjectRe: [Cs-dev] OSX: Homebrew
Hi Andres,

That's great!  I wrote an earlier email to Ed about the FLTK issue.
You can run:

brew uninstall fltk
brew install http://kunstmusik.com/fltk.rb

to get shared fltk libs.  After that, reinstall csound through brew.
I've submitted a pull request to homebrew already for that fltk recipe
change; hoping it is accepted, but I don't know if any of the other
recipes that use FLTK will have problems.

Thanks!
steven

On Tue, May 14, 2013 at 1:47 AM, Andres Cabrera  wrote:
> Hi Steven,
>
> I've got Csound6 working from brew on 10.6, thanks!
>
> For some reason I had to:
> brew install flac gmp lame libmpc libogg libvorbis mpfr
>
> It would be nice if there was an uninstall script for older csounds, to be
> able to quickly get csound with brew!
>
> I do get some strange warnings on run:
> hw-mini-1:~ andres$ csound
> CoreMIDI real time MIDI plugin for Csound
> virtual_keyboard real time MIDI plugin for Csound
> objc[76698]: Class FLMenuItem is implemented in both
> /Users/andres/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libvirtual.dylib
> and
> /Users/andres/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libwidgets.dylib.
> One of the two will be used. Which one is undefined.
> objc[76698]: Class FLaboutItemTarget is implemented in both
> /Users/andres/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libvirtual.dylib
> and
> /Users/andres/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libwidgets.dylib.
> One of the two will be used. Which one is undefined.
> objc[76698]: Class FLView is implemented in both
> /Users/andres/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libvirtual.dylib
> and
> /Users/andres/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libwidgets.dylib.
> One of the two will be used. Which one is undefined.
> objc[76698]: Class FLApplication is implemented in both
> /Users/andres/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libvirtual.dylib
> and
> /Users/andres/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libwidgets.dylib.
> One of the two will be used. Which one is undefined.
> objc[76698]: Class FLDelegate is implemented in both
> /Users/andres/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libvirtual.dylib
> and
> /Users/andres/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libwidgets.dylib.
> One of the two will be used. Which one is undefined.
> objc[76698]: Class FLTextView is implemented in both
> /Users/andres/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libvirtual.dylib
> and
> /Users/andres/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libwidgets.dylib.
> One of the two will be used. Which one is undefined.
> objc[76698]: Class FLWindow is implemented in both
> /Users/andres/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libvirtual.dylib
> and
> /Users/andres/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libwidgets.dylib.
> One of the two will be used. Which one is undefined.
> objc[76698]: Class FLsaveDelegate is implemented in both
> /Users/andres/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libvirtual.dylib
> and
> /Users/andres/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libwidgets.dylib.
> One of the two will be used. Which one is undefined.
> objc[76698]: Class FLopenDelegate is implemented in both
> /Users/andres/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libvirtual.dylib
> and
> /Users/andres/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libwidgets.dylib.
> One of the two will be used. Which one is undefined.
> Error: define environment variable RAWWAVE_PATH
> (points to rawwaves directory) to use STK opcodes.
> 0dBFS level = 32768.0
> Csound version 6.00rc1 (double samples) May 13 2013
>
>
> Cheers,
> Andres
>
>
>
> On Mon, May 13, 2013 at 3:41 PM, Steven Yi  wrote:
>>
>> Thanks Peiman, that all looks like it should.  Eliminating that as a
>> possible issue, I'm not quite sure what to do. One possibility is
>> using:
>>
>> brew install --env=std --HEAD -v csound
>>
>> This turns of homebrew's superenv system.  The other is updating XCode
>> as it noted you're using 4.5.2.
>>
>> Thanks for continuing to work on this with me!
>> steven
>>
>>
>> On Tue, May 14, 2013 at 12:20 AM, peiman khosravi
>>  wrote:
>> > And here is mine:
>> >
>> > peimankh:include peimankhosravi$ ls -al /usr/local/include/port*
>> > lrwxr-xr-x  1 peimankhosravi  admin  51 13 May 22:39
>> > /usr/local/include/portaudio.h ->
>> > ../Cellar/portaudio/19.20111121/include/portaudio.h
>> > lrwxr-xr-x  1 peimankhosravi  admin  41 13 May 02:01
>> > /usr/local/include/portmidi.h ->
>> > ../Cellar/portmidi/217/include/portmidi.h
>> > lrwxr-xr-x  1 peimankhosravi  admin  41 13 May 02:01
>> > /usr/local/include/porttime.h ->
>> > ../Cellar/portmidi/217/include/porttime.h
>> >
>> >
>> >
>> >
>> >
>> >
>> > www.peimankhosravi.co.uk || Subscribe to RSS Feed
>> >
>> > To receive emails about upcoming concerts visit this page & enter your
>> > email
>> > address in the 'follow' section.
>> >
>> >
>> >
>> > On 13 May 2013 23:16, Steven Yi  wrote:
>> >>
>> >> Hm, I'm not sure what would be the next step here.  Just to double
>> >> check, I have these in my /usr/local/include:
>> >>
>> >> Steven-Yis-MacBook-Pro:csound6 stevenyi$ ls -al
>> >> /usr/local/include/port*
>> >> lrwxr-xr-x  1 stevenyi  admin  51 May 11 22:40
>> >> /usr/local/include/portaudio.h ->
>> >> ../Cellar/portaudio/19.20111121/include/portaudio.h
>> >> lrwxr-xr-x  1 stevenyi  admin  41 May 11 22:40
>> >> /usr/local/include/portmidi.h ->
>> >> ../Cellar/portmidi/217/include/portmidi.h
>> >> lrwxr-xr-x  1 stevenyi  admin  41 May 11 22:40
>> >> /usr/local/include/porttime.h ->
>> >> ../Cellar/portmidi/217/include/porttime.h
>> >>
>> >> These are all linked to the portaudio and portmidi that were installed
>> >> with brew.  Could you check that yours are links and not files?
>> >>
>> >> On Mon, May 13, 2013 at 11:55 PM, peiman khosravi
>> >>  wrote:
>> >> > Should I delete those files and reinstall portaudio?
>> >> >
>> >> >
>> >> >
>> >> >
>> >> >
>> >> >
>> >> > www.peimankhosravi.co.uk || Subscribe to RSS Feed
>> >> >
>> >> > To receive emails about upcoming concerts visit this page & enter
>> >> > your
>> >> > email
>> >> > address in the 'follow' section.
>> >> >
>> >> >
>> >> >
>> >> > On 13 May 2013 22:50, Steven Yi  wrote:
>> >> >>
>> >> >> Hi Peiman,
>> >> >>
>> >> >> It's odd that Cmake reports:
>> >> >>
>> >> >> -- PORTAUDIO_HEADER="", so disabling USE_PORTAUDIO
>> >> >> -- USE_PORTAUDIO is disabled
>> >> >> -- PORTMIDI_HEADER="", so disabling USE_PORTMIDI
>> >> >>
>> >> >> can you check your /usr/local/include to see if portmidi.h and
>> >> >> portaudio.h are there?  If not, then maybe it could be a permissions
>> >> >> issue with that folder.  If they are there, then the problem lies
>> >> >> elsewhere and this could be trickier to figure out.
>> >> >>
>> >> >> Thanks!
>> >> >> steven
>> >> >>
>> >> >> On Mon, May 13, 2013 at 11:44 PM, peiman khosravi
>> >> >>  wrote:
>> >> >> > Hi Steven,
>> >> >> >
>> >> >> > I tried all your suggestions but it's the same. Here's the log:
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> > Last login: Mon May 13 22:40:36 on ttys004
>> >> >> > peimankh:~ peimankhosravi$ uninstall csound
>> >> >> > You must be root to run this tool.
>> >> >> > peimankh:~ peimankhosravi$ brew uninstall csound
>> >> >> > Uninstalling /usr/local/Cellar/csound/HEAD...
>> >> >> > peimankh:~ peimankhosravi$ brew install --HEAD -v csound
>> >> >> > Warning: Your Xcode (4.5.2) is outdated
>> >> >> > Please install Xcode 4.6.2.
>> >> >> > ==> Cloning git://git.code.sourceforge.net/p/csound/csound6-git
>> >> >> > git --git-dir /Library/Caches/Homebrew/csound--git/.git status -s
>> >> >> > Updating /Library/Caches/Homebrew/csound--git
>> >> >> > git config remote.origin.url
>> >> >> > git://git.code.sourceforge.net/p/csound/csound6-git
>> >> >> > git config remote.origin.fetch
>> >> >> > +refs/heads/master:refs/remotes/origin/master
>> >> >> > git fetch origin
>> >> >> > git checkout -f master
>> >> >> > Already on 'master'
>> >> >> > git reset --hard origin/HEAD
>> >> >> > HEAD is now at a014b11 Merge branch 'master' of
>> >> >> > https://git.code.sf.net/p/csound/csound6-git
>> >> >> > git reset --hard origin/HEAD
>> >> >> > HEAD is now at a014b11 Merge branch 'master' of
>> >> >> > https://git.code.sf.net/p/csound/csound6-git
>> >> >> > git checkout-index -a -f --prefix=/private/tmp/csound-NU4A/
>> >> >> > ==> cmake . -DUSE_GETTEXT=0
>> >> >> > -DCMAKE_INSTALL_PREFIX=/usr/local/Cellar/csound/HEAD
>> >> >> > -DCMAKE_BUILD_TYPE=None
>> >> >> > -DCMAKE_FIND_FRAMEWORK=LAST -Wno-dev
>> >> >> > cmake . -DUSE_GETTEXT=0
>> >> >> > -DCMAKE_INSTALL_PREFIX=/usr/local/Cellar/csound/HEAD
>> >> >> > -DCMAKE_BUILD_TYPE=None -DCMAKE_FIND_FRAMEWORK=LAST -Wno-dev
>> >> >> > -- The C compiler identification is Clang 4.2.0
>> >> >> > -- The CXX compiler identification is Clang 4.2.0
>> >> >> > -- Check for working C compiler: /usr/local/Library/ENV/4.3/cc
>> >> >> > -- Check for working C compiler: /usr/local/Library/ENV/4.3/cc --
>> >> >> > works
>> >> >> > -- Detecting C compiler ABI info
>> >> >> > -- Detecting C compiler ABI info - done
>> >> >> > -- Check for working CXX compiler: /usr/local/Library/ENV/4.3/c++
>> >> >> > -- Check for working CXX compiler: /usr/local/Library/ENV/4.3/c++
>> >> >> > --
>> >> >> > works
>> >> >> > -- Detecting CXX compiler ABI info
>> >> >> > -- Detecting CXX compiler ABI info - done
>> >> >> > -- /tmp/csound-NU4A
>> >> >> > -- BUILD_BIN_DIR set to /tmp/csound-NU4A
>> >> >> > -- BUILD_LIB_DIR set to /tmp/csound-NU4A
>> >> >> > -- BUILD_PLUGINS_DIR set to /tmp/csound-NU4A
>> >> >> > -- Check if the system is big endian
>> >> >> > -- Searching 16 bit integer
>> >> >> > -- Looking for sys/types.h
>> >> >> > -- Looking for sys/types.h - found
>> >> >> > -- Looking for stdint.h
>> >> >> > -- Looking for stdint.h - found
>> >> >> > -- Looking for stddef.h
>> >> >> > -- Looking for stddef.h - found
>> >> >> > -- Check size of unsigned short
>> >> >> > -- Check size of unsigned short - done
>> >> >> > -- Using unsigned short
>> >> >> > -- Check if the system is big endian - little endian
>> >> >> > -- Try OpenMP C flag = [-fopenmp]
>> >> >> > -- Performing Test OpenMP_FLAG_DETECTED
>> >> >> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> >> >> > -- Try OpenMP C flag = [/openmp]
>> >> >> > -- Performing Test OpenMP_FLAG_DETECTED
>> >> >> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> >> >> > -- Try OpenMP C flag = [-Qopenmp]
>> >> >> > -- Performing Test OpenMP_FLAG_DETECTED
>> >> >> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> >> >> > -- Try OpenMP C flag = [-openmp]
>> >> >> > -- Performing Test OpenMP_FLAG_DETECTED
>> >> >> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> >> >> > -- Try OpenMP C flag = [ ]
>> >> >> > -- Performing Test OpenMP_FLAG_DETECTED
>> >> >> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> >> >> > -- Try OpenMP C flag = [-xopenmp]
>> >> >> > -- Performing Test OpenMP_FLAG_DETECTED
>> >> >> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> >> >> > -- Try OpenMP C flag = [+Oopenmp]
>> >> >> > -- Performing Test OpenMP_FLAG_DETECTED
>> >> >> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> >> >> > -- Try OpenMP C flag = [-qsmp]
>> >> >> > -- Performing Test OpenMP_FLAG_DETECTED
>> >> >> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> >> >> > -- Try OpenMP C flag = [-mp]
>> >> >> > -- Performing Test OpenMP_FLAG_DETECTED
>> >> >> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> >> >> > -- Try OpenMP CXX flag = [-fopenmp]
>> >> >> > -- Performing Test OpenMP_FLAG_DETECTED
>> >> >> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> >> >> > -- Try OpenMP CXX flag = [/openmp]
>> >> >> > -- Performing Test OpenMP_FLAG_DETECTED
>> >> >> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> >> >> > -- Try OpenMP CXX flag = [-Qopenmp]
>> >> >> > -- Performing Test OpenMP_FLAG_DETECTED
>> >> >> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> >> >> > -- Try OpenMP CXX flag = [-openmp]
>> >> >> > -- Performing Test OpenMP_FLAG_DETECTED
>> >> >> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> >> >> > -- Try OpenMP CXX flag = [ ]
>> >> >> > -- Performing Test OpenMP_FLAG_DETECTED
>> >> >> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> >> >> > -- Try OpenMP CXX flag = [-xopenmp]
>> >> >> > -- Performing Test OpenMP_FLAG_DETECTED
>> >> >> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> >> >> > -- Try OpenMP CXX flag = [+Oopenmp]
>> >> >> > -- Performing Test OpenMP_FLAG_DETECTED
>> >> >> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> >> >> > -- Try OpenMP CXX flag = [-qsmp]
>> >> >> > -- Performing Test OpenMP_FLAG_DETECTED
>> >> >> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> >> >> > -- Try OpenMP CXX flag = [-mp]
>> >> >> > -- Performing Test OpenMP_FLAG_DETECTED
>> >> >> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> >> >> > -- Could NOT find OpenMP (missing:  OpenMP_C_FLAGS
>> >> >> > OpenMP_CXX_FLAGS)
>> >> >> > -- Looking for libintl.h
>> >> >> > -- Looking for libintl.h - not found
>> >> >> > -- Looking for C++ include eigen3/Eigen/Dense
>> >> >> > -- Looking for C++ include eigen3/Eigen/Dense - not found
>> >> >> > -- Could NOT find Gettext (missing:  GETTEXT_MSGMERGE_EXECUTABLE
>> >> >> > GETTEXT_MSGFMT_EXECUTABLE)
>> >> >> > -- Looking for lrint in m
>> >> >> > -- Looking for lrint in m - found
>> >> >> > -- Looking for unistd.h
>> >> >> > -- Looking for unistd.h - found
>> >> >> > -- Looking for io.h
>> >> >> > -- Looking for io.h - not found
>> >> >> > -- Looking for fcntl.h
>> >> >> > -- Looking for fcntl.h - found
>> >> >> > -- Looking for sys/time.h
>> >> >> > -- Looking for sys/time.h - found
>> >> >> > -- Looking for termios.h
>> >> >> > -- Looking for termios.h - found
>> >> >> > -- Looking for values.h
>> >> >> > -- Looking for values.h - not found
>> >> >> > -- Looking for winsock.h
>> >> >> > -- Looking for winsock.h - not found
>> >> >> > -- Looking for sys/socket.h
>> >> >> > -- Looking for sys/socket.h - found
>> >> >> > -- Looking for dirent.h
>> >> >> > -- Looking for dirent.h - found
>> >> >> > -- USE_LRINT is enabled
>> >> >> > -- Found FLEX: /usr/bin/flex (found version "2.5.35")
>> >> >> > -- Found BISON: /usr/bin/bison (found version "2.3")
>> >> >> > -- Looking for pthread_spin_lock
>> >> >> > -- Looking for pthread_spin_lock - not found
>> >> >> > -- Looking for pthread_barrier_init
>> >> >> > -- Looking for pthread_barrier_init - not found
>> >> >> > -- OPENMP_FOUND="FALSE", so disabling USE_OPEN_MP
>> >> >> > -- PTHREAD_BARRIER_INIT_EXISTS="", so disabling USE_OPEN_MP
>> >> >> > -- USE_OPEN_MP is disabled
>> >> >> > -- Not building with score parser
>> >> >> > -- Not building with new parser debugging
>> >> >> > -- Building with multicore
>> >> >> > -- USE_GETTEXT is disabled
>> >> >> > -- Not using localization
>> >> >> > -- Building on OSX
>> >> >> > -- Boost version: 1.53.0
>> >> >> > -- Looking for ladspa.h
>> >> >> > -- Looking for ladspa.h - not found
>> >> >> > -- Looking for fluidsynth.h
>> >> >> > -- Looking for fluidsynth.h - not found
>> >> >> > -- Looking for jack/jack.h
>> >> >> > -- Looking for jack/jack.h - found
>> >> >> > -- Looking for C++ include gmm/gmm.h
>> >> >> > -- Looking for C++ include gmm/gmm.h - not found
>> >> >> > -- Looking for lo/lo.h
>> >> >> > -- Looking for lo/lo.h - found
>> >> >> > -- Found ZLIB: /usr/lib/libz.dylib (found version "1.2.5")
>> >> >> > -- Found PNG: /usr/local/opt/libpng/lib/libpng.dylib (found
>> >> >> > version
>> >> >> > "1.5.14")
>> >> >> > -- Found PythonLibs: /usr/lib/libpython2.7.dylib (found version
>> >> >> > "2.7.1")
>> >> >> > -- Could NOT find Lua51 (missing:  LUA_LIBRARIES LUA_INCLUDE_DIR)
>> >> >> > -- Looking for wiiuse.h
>> >> >> > -- Looking for wiiuse.h - not found
>> >> >> > -- Looking for p5glove.h
>> >> >> > -- Looking for p5glove.h - not found
>> >> >> > -- BUILD_CHUA_OPCODES is enabled
>> >> >> > -- LADSPA_H="", so disabling BUILD_DSSI_OPCODES
>> >> >> > -- BUILD_DSSI_OPCODES is disabled
>> >> >> > -- FLUIDSYNTH_H="", so disabling BUILD_FLUID_OPCODES
>> >> >> > -- FLUIDSYNTH_LIBRARY="FLUIDSYNTH_LIBRARY-NOTFOUND", so disabling
>> >> >> > BUILD_FLUID_OPCODES
>> >> >> > -- BUILD_FLUID_OPCODES is disabled
>> >> >> > -- BUILD_JACK_OPCODES is enabled
>> >> >> > -- GMM_HEADER="", so disabling BUILD_LINEAR_ALGEBRA_OPCODES
>> >> >> > -- BUILD_LINEAR_ALGEBRA_OPCODES is disabled
>> >> >> > -- BUILD_OSC_OPCODES is enabled
>> >> >> > -- BUILD_IMAGE_OPCODES is enabled
>> >> >> > -- BUILD_PYTHON_OPCODES is enabled
>> >> >> > -- LUA51_FOUND="FALSE", so disabling BUILD_LUA_OPCODES
>> >> >> > -- OPENMP_FOUND="FALSE", so disabling BUILD_LUA_OPCODES
>> >> >> > -- BUILD_LUA_OPCODES is disabled
>> >> >> > -- WIIUSE_H="", so disabling BUILD_WIIMOTE_OPCODES
>> >> >> > -- BUILD_WIIMOTE_OPCODES is disabled
>> >> >> > -- P5GLOVE_H="", so disabling BUILD_P5GLOVE_OPCODES
>> >> >> > -- BUILD_P5GLOVE_OPCODES is disabled
>> >> >> > -- BUILD_STK_OPCODES is enabled
>> >> >> > --
>> >> >> > -- ## REALTIME AUDIO AND MIDI ##
>> >> >> > -- Looking for alsa/asoundlib.h
>> >> >> > -- Looking for alsa/asoundlib.h - not found
>> >> >> > -- Looking for pulse/simple.h
>> >> >> > -- Looking for pulse/simple.h - not found
>> >> >> > -- Looking for XOpenDisplay in
>> >> >> > /usr/X11/lib/libX11.dylib;/usr/X11/lib/libXext.dylib
>> >> >> > -- Looking for XOpenDisplay in
>> >> >> > /usr/X11/lib/libX11.dylib;/usr/X11/lib/libXext.dylib - found
>> >> >> > -- Looking for gethostbyname
>> >> >> > -- Looking for gethostbyname - found
>> >> >> > -- Looking for connect
>> >> >> > -- Looking for connect - found
>> >> >> > -- Looking for remove
>> >> >> > -- Looking for remove - found
>> >> >> > -- Looking for shmat
>> >> >> > -- Looking for shmat - found
>> >> >> > -- Looking for IceConnectionNumber in ICE
>> >> >> > -- Looking for IceConnectionNumber in ICE - found
>> >> >> > -- Found X11: /usr/X11/lib/libX11.dylib
>> >> >> > -- Found FLTK:
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> > /usr/local/lib/libfltk_images.a;/usr/local/lib/libfltk_forms.a;/usr/local/lib/libfltk.a
>> >> >> > -- USE_COREMIDI is enabled
>> >> >> > -- USE_AUDIOUNIT is enabled
>> >> >> > -- ALSA_HEADER="", so disabling USE_ALSA
>> >> >> > -- ALSA_LIBRARY="ALSA_LIBRARY-NOTFOUND", so disabling USE_ALSA
>> >> >> > -- USE_ALSA is disabled
>> >> >> > -- PULSEAUDIO_HEADER="", so disabling USE_PULSEAUDIO
>> >> >> > -- PULSEAUDIO_LIBRARY="PULSEAUDIO_LIBRARY-NOTFOUND", so disabling
>> >> >> > USE_PULSEAUDIO
>> >> >> > -- PULSESIMPLE_LIBRARY="PULSESIMPLE_LIBRARY-NOTFOUND", so
>> >> >> > disabling
>> >> >> > USE_PULSEAUDIO
>> >> >> > -- USE_PULSEAUDIO is disabled
>> >> >> > -- PORTAUDIO_HEADER="", so disabling USE_PORTAUDIO
>> >> >> > -- USE_PORTAUDIO is disabled
>> >> >> > -- PORTMIDI_HEADER="", so disabling USE_PORTMIDI
>> >> >> > -- USE_PORTMIDI is disabled
>> >> >> > -- USE_JACK is enabled
>> >> >> > -- USE_FLTK is enabled
>> >> >> > -- BUILD_VIRTUAL_KEYBOARD is enabled
>> >> >> > --
>> >> >> > -- Building C++ interface library
>> >> >> > -- Found SWIG: /usr/local/bin/swig (found suitable version
>> >> >> > "2.0.9",
>> >> >> > minimum
>> >> >> > required is "2.0")
>> >> >> > -- Found JNI: -framework JavaVM
>> >> >> > -- Found Java: /usr/bin/java (found version "1.6.0.43")
>> >> >> > -- Could NOT find Lua51 (missing:  LUA_LIBRARIES LUA_INCLUDE_DIR)
>> >> >> > -- BUILD_PYTHON_INTERFACE is enabled
>> >> >> > -- BUILD_JAVA_INTERFACE is enabled
>> >> >> > -- LUA51_FOUND="FALSE", so disabling BUILD_LUA_INTERFACE
>> >> >> > -- BUILD_LUA_INTERFACE is disabled
>> >> >> > -- Looking for m_pd.h
>> >> >> > -- Looking for m_pd.h - not found
>> >> >> > -- Building csLadspa
>> >> >> > -- BUILD_CSBEATS is enabled
>> >> >> > -- PD_HEADER="", so disabling BUILD_PD_CLASS
>> >> >> > -- BUILD_PD_CLASS is disabled
>> >> >> > -- BUILD_WINSOUND is disabled
>> >> >> > -- Boost version: 1.53.0
>> >> >> > -- Found SWIG: /usr/local/bin/swig (found version "2.0.9")
>> >> >> > -- Could NOT find Lua51 (missing:  LUA_LIBRARIES LUA_INCLUDE_DIR)
>> >> >> > -- BUILD_CSOUND_AC is disabled
>> >> >> > -- BUILD_CSOUND_AC_PYTHON_INTERFACE is enabled
>> >> >> > -- LUA51_FOUND="FALSE", so disabling BUILD_CSOUND_AC_LUA_INTERFACE
>> >> >> > -- BUILD_CSOUND_AC_LUA_INTERFACE is disabled
>> >> >> > -- Configuring done
>> >> >> > -- Generating done
>> >> >> > -- Build files have been written to: /tmp/csound-NU4A
>> >> >> > ==> make install
>> >> >> > make install
>> >> >> > Scanning dependencies of target ampmidid
>> >> >> > Scanning dependencies of target chua
>> >> >> > Scanning dependencies of target cellular
>> >> >> > [  0%] [  1%] [  1%] Generating csound_prelex.c
>> >> >> > Building CXX object Opcodes/CMakeFiles/ampmidid.dir/ampmidid.cpp.o
>> >> >> > Building C object Opcodes/CMakeFiles/cellular.dir/cellular.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [  1%] Generating csound_orclex.c
>> >> >> > [  1%] Generating csound_orcparse.c
>> >> >> > /tmp/csound-NU4A/Engine/csound_orc.y: conflicts: 4 shift/reduce,
>> >> >> > 10
>> >> >> > reduce/reduce
>> >> >> > Linking C shared library ../libcellular.dylib
>> >> >> > Linking CXX shared library ../libampmidid.dylib
>> >> >> > [  2%] Building CXX object
>> >> >> > Opcodes/CMakeFiles/chua.dir/chua/ChuaOscillator.cpp.o
>> >> >> > [  2%] Built target cellular
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > Scanning dependencies of target control
>> >> >> > Scanning dependencies of target CsoundLib64
>> >> >> > [  2%] Building C object
>> >> >> > Opcodes/CMakeFiles/control.dir/control.c.o
>> >> >> > [  2%] Built target ampmidid
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > Scanning dependencies of target cs_date
>> >> >> > [  3%] Building C object Opcodes/CMakeFiles/cs_date.dir/date.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > Linking C shared library ../libcontrol.dylib
>> >> >> > Linking C shared library ../libcs_date.dylib
>> >> >> > [  3%] Built target control
>> >> >> > [  3%] Built target cs_date
>> >> >> > Scanning dependencies of target doppler
>> >> >> > Scanning dependencies of target fareygen
>> >> >> > [  3%] [  3%] Building CXX object
>> >> >> > Opcodes/CMakeFiles/doppler.dir/doppler.cpp.o
>> >> >> > Building C object Opcodes/CMakeFiles/fareygen.dir/fareygen.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [  4%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Engine/auxfd.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > Linking C shared library ../libfareygen.dylib
>> >> >> > [  4%] Built target fareygen
>> >> >> > [  4%] Scanning dependencies of target fractalnoise
>> >> >> > Building C object CMakeFiles/CsoundLib64.dir/Engine/cfgvar.c.o
>> >> >> > [  4%] brew: superenv removed: -I/usr/local/include
>> >> >> > -I/tmp/csound-NU4A
>> >> >> > Building CXX object
>> >> >> > Opcodes/CMakeFiles/fractalnoise.dir/tl/fractalnoise.cpp.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [  4%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Engine/corfiles.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > Linking CXX shared library ../libfractalnoise.dylib
>> >> >> > [  4%] Built target fractalnoise
>> >> >> > Scanning dependencies of target image
>> >> >> > Linking CXX shared library ../libdoppler.dylib
>> >> >> > [  5%] [  6%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Engine/entry1.c.o
>> >> >> > Building C object Opcodes/CMakeFiles/image.dir/imageOpcodes.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [  6%] Built target doppler
>> >> >> > Scanning dependencies of target jackTransport
>> >> >> > [  6%] Building C object
>> >> >> > Opcodes/CMakeFiles/jackTransport.dir/jackTransport.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [  6%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Engine/envvar.c.o
>> >> >> > Linking C shared library ../libimage.dylib
>> >> >> > Linking C shared library ../libjackTransport.dylib
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [  6%] Built target image
>> >> >> > [  6%] Built target jackTransport
>> >> >> > Scanning dependencies of target jacko
>> >> >> > Scanning dependencies of target mixer
>> >> >> > [  7%] [  8%] Building CXX object
>> >> >> > Opcodes/CMakeFiles/mixer.dir/mixer.cpp.o
>> >> >> > Building CXX object Opcodes/CMakeFiles/jacko.dir/jacko.cpp.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [  8%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Engine/extract.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > Linking CXX shared library ../libchua.dylib
>> >> >> > [  8%] Built target chua
>> >> >> > [  9%] Scanning dependencies of target osc
>> >> >> > Building C object CMakeFiles/CsoundLib64.dir/Engine/fgens.c.o
>> >> >> > [  9%] brew: superenv removed: -I/usr/local/include
>> >> >> > -I/tmp/csound-NU4A
>> >> >> > Building C object Opcodes/CMakeFiles/osc.dir/OSC.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > Linking C shared library ../libosc.dylib
>> >> >> > [  9%] Built target osc
>> >> >> > Scanning dependencies of target platerev
>> >> >> > Linking CXX shared library ../libjacko.dylib
>> >> >> > [ 10%] Building C object
>> >> >> > Opcodes/CMakeFiles/platerev.dir/platerev.c.o
>> >> >> > Linking CXX shared library ../libmixer.dylib
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 10%] Built target jacko
>> >> >> > Scanning dependencies of target py
>> >> >> > [ 10%] Built target mixer
>> >> >> > Scanning dependencies of target scansyn
>> >> >> > [ 10%] Building C object
>> >> >> > Opcodes/CMakeFiles/py.dir/py/pythonopcodes.c.o
>> >> >> > [ 10%] Building C object
>> >> >> > Opcodes/CMakeFiles/scansyn.dir/scansyn.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > Linking C shared library ../libplaterev.dylib
>> >> >> > [ 10%] Built target platerev
>> >> >> > Scanning dependencies of target serial
>> >> >> > [ 11%] Building C object Opcodes/CMakeFiles/serial.dir/serial.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 12%] Building C object
>> >> >> > Opcodes/CMakeFiles/scansyn.dir/scansynx.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > Linking C shared library ../libserial.dylib
>> >> >> > [ 12%] Built target serial
>> >> >> > Scanning dependencies of target signalflowgraph
>> >> >> > [ 12%] Building CXX object
>> >> >> > Opcodes/CMakeFiles/signalflowgraph.dir/signalflowgraph.cpp.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > Linking C shared library ../libscansyn.dylib
>> >> >> > [ 12%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Engine/insert.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 12%] Built target scansyn
>> >> >> > Scanning dependencies of target system_call
>> >> >> > [ 12%] Building C object
>> >> >> > Opcodes/CMakeFiles/system_call.dir/system_call.c.o
>> >> >> > Linking C shared library ../libpy.dylib
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 12%] Built target py
>> >> >> > Scanning dependencies of target stk-ops
>> >> >> > Linking C shared library ../libsystem_call.dylib
>> >> >> > [ 13%] Building CXX object
>> >> >> > Opcodes/stk/CMakeFiles/stk-ops.dir/stkOpcodes.cpp.o
>> >> >> > [ 13%] Built target system_call
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > Scanning dependencies of target cmidi
>> >> >> > [ 13%] Building C object InOut/CMakeFiles/cmidi.dir/cmidi.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > Linking C shared library ../libcmidi.dylib
>> >> >> > [ 13%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Engine/linevent.c.o
>> >> >> > [ 13%] Built target cmidi
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 14%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Engine/memalloc.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > Scanning dependencies of target ipmidi
>> >> >> > [ 14%] [ 14%] Building C object
>> >> >> > InOut/CMakeFiles/ipmidi.dir/ipmidi.c.o
>> >> >> > Building C object CMakeFiles/CsoundLib64.dir/Engine/memfiles.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > Linking C shared library ../libipmidi.dylib
>> >> >> > [ 14%] Built target ipmidi
>> >> >> > Scanning dependencies of target rtauhal
>> >> >> > [ 14%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Engine/musmon.c.o
>> >> >> > [ 14%] Building C object InOut/CMakeFiles/rtauhal.dir/rtauhal.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > Linking C shared library ../librtauhal.dylib
>> >> >> > [ 14%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Engine/namedins.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 14%] Built target rtauhal
>> >> >> > [ 15%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Engine/rdscor.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > Scanning dependencies of target rtjack
>> >> >> > [ 16%] Building C object InOut/CMakeFiles/rtjack.dir/rtjack.c.o
>> >> >> > [ 16%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Engine/scsort.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 16%] Linking CXX shared library ../../libstk.dylib
>> >> >> > Building C object CMakeFiles/CsoundLib64.dir/Engine/scxtract.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 16%] Built target stk-ops
>> >> >> > [ 17%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Engine/sort.c.o
>> >> >> > Scanning dependencies of target virtual
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > Linking C shared library ../librtjack.dylib
>> >> >> > [ 17%] Building CXX object
>> >> >> > InOut/CMakeFiles/virtual.dir/virtual_keyboard/FLTKKeyboard.cpp.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 17%] Built target rtjack
>> >> >> > Scanning dependencies of target widgets
>> >> >> > [ 17%] Building CXX object
>> >> >> > InOut/CMakeFiles/widgets.dir/FL_graph.cpp.o
>> >> >> > [ 17%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Engine/sread.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 17%] Building C object InOut/CMakeFiles/widgets.dir/winFLTK.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 18%] Building CXX object
>> >> >> > InOut/CMakeFiles/widgets.dir/widgets.cpp.o
>> >> >> > [ 18%] brew: superenv removed: -I/usr/local/include
>> >> >> > -I/tmp/csound-NU4A
>> >> >> > Building CXX object
>> >> >> >
>> >> >> >
>> >> >> > InOut/CMakeFiles/virtual.dir/virtual_keyboard/FLTKKeyboardWindow.cpp.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 18%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Engine/swritestr.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > Linking CXX shared library ../libsignalflowgraph.dylib
>> >> >> > [ 19%] Building CXX object
>> >> >> >
>> >> >> >
>> >> >> > InOut/CMakeFiles/virtual.dir/virtual_keyboard/FLTKKeyboardWidget.cpp.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 19%] Built target signalflowgraph
>> >> >> > [ 19%] [FLEX][csbeats_SCANNER] Building scanner with flex 2.5.35
>> >> >> > [ 19%] [BISON][csbeats_PARSER] Building parser with bison 2.3
>> >> >> > beats/beats.y: conflicts: 1 reduce/reduce
>> >> >> > [ 20%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Engine/twarp.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > Scanning dependencies of target csbeats
>> >> >> > [ 21%] Building C object
>> >> >> > frontends/CMakeFiles/csbeats.dir/beats/main.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 21%] Building CXX object
>> >> >> >
>> >> >> > InOut/CMakeFiles/virtual.dir/virtual_keyboard/virtual_keyboard.cpp.o
>> >> >> > [ 21%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Engine/csound_type_system.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 21%] brew: superenv removed: -I/usr/local/include
>> >> >> > -I/tmp/csound-NU4A
>> >> >> > Building C object frontends/CMakeFiles/csbeats.dir/beatslex.yy.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 21%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Engine/csound_standard_types.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 21%] Building C object
>> >> >> > frontends/CMakeFiles/csbeats.dir/beats.tab.c.o
>> >> >> > [ 22%] brew: superenv removed: -I/usr/local/include
>> >> >> > -I/tmp/csound-NU4A
>> >> >> > Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Engine/csound_data_structures.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 22%] Building CXX object
>> >> >> > InOut/CMakeFiles/virtual.dir/virtual_keyboard/Bank.cpp.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > Linking C executable ../csbeats
>> >> >> > [ 22%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Engine/pools.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 22%] Built target csbeats
>> >> >> > [ 23%] Building CXX object
>> >> >> >
>> >> >> > InOut/CMakeFiles/virtual.dir/virtual_keyboard/KeyboardMapping.cpp.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > Scanning dependencies of target stdutil
>> >> >> > [ 23%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/InOut/libsnd.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 24%] Building C object util/CMakeFiles/stdutil.dir/atsa.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 24%] Building CXX object
>> >> >> > InOut/CMakeFiles/virtual.dir/virtual_keyboard/Program.cpp.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 24%] Building CXX object
>> >> >> > InOut/CMakeFiles/virtual.dir/virtual_keyboard/SliderBank.cpp.o
>> >> >> > [ 24%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/InOut/libsnd_u.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 25%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/InOut/midifile.c.o
>> >> >> > [ 26%] Building CXX object
>> >> >> > InOut/CMakeFiles/virtual.dir/virtual_keyboard/SliderData.cpp.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > Linking CXX shared library ../libvirtual.dylib
>> >> >> > [ 26%] [ 26%] Built target virtual
>> >> >> > Building C object CMakeFiles/CsoundLib64.dir/InOut/midirecv.c.o
>> >> >> > Scanning dependencies of target sdif2ad
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 27%] Building C object
>> >> >> > SDIF/CMakeFiles/sdif2ad.dir/sdif2adsyn.c.o
>> >> >> > [ 27%] brew: superenv removed: -I/usr/local/include
>> >> >> > -I/tmp/csound-NU4A
>> >> >> > Building C object util/CMakeFiles/stdutil.dir/cvanal.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 27%] [ 27%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/InOut/midisend.c.o
>> >> >> > Building C object SDIF/CMakeFiles/sdif2ad.dir/sdif.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 27%] brew: superenv removed: -I/usr/local/include
>> >> >> > -I/tmp/csound-NU4A
>> >> >> > Building C object util/CMakeFiles/stdutil.dir/dnoise.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 28%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/InOut/winascii.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 28%] Building C object SDIF/CMakeFiles/sdif2ad.dir/sdif-mem.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 28%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/InOut/windin.c.o
>> >> >> > Linking C executable ../sdif2ad
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 28%] Built target sdif2ad
>> >> >> > [ 29%] Building C object util/CMakeFiles/stdutil.dir/envext.c.o
>> >> >> > [ 29%] brew: superenv removed: -I/usr/local/include
>> >> >> > -I/tmp/csound-NU4A
>> >> >> > Building C object CMakeFiles/CsoundLib64.dir/InOut/window.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 29%] Linking CXX shared library ../libwidgets.dylib
>> >> >> > Building C object util/CMakeFiles/stdutil.dir/het_export.c.o
>> >> >> > [ 29%] brew: superenv removed: -I/usr/local/include
>> >> >> > -I/tmp/csound-NU4A
>> >> >> > Building C object util/CMakeFiles/stdutil.dir/het_import.c.o
>> >> >> > [ 30%] brew: superenv removed: -I/usr/local/include
>> >> >> > -I/tmp/csound-NU4A
>> >> >> > Building C object CMakeFiles/CsoundLib64.dir/InOut/winEPS.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 31%] Building C object util/CMakeFiles/stdutil.dir/hetro.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 31%] Building C object util/CMakeFiles/stdutil.dir/lpanal.c.o
>> >> >> > [ 31%] Built target widgets
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 31%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/InOut/circularbuffer.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 31%] Building C object CMakeFiles/CsoundLib64.dir/OOps/aops.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 32%] Building C object CMakeFiles/CsoundLib64.dir/OOps/bus.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 32%] Building C object
>> >> >> > util/CMakeFiles/stdutil.dir/lpc_export.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 33%] [ 33%] Building C object
>> >> >> > util/CMakeFiles/stdutil.dir/lpc_import.c.o
>> >> >> > Building C object util/CMakeFiles/stdutil.dir/mixer.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 33%] Building C object CMakeFiles/CsoundLib64.dir/OOps/cmath.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 33%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/OOps/diskin.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 33%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/OOps/diskin2.c.o
>> >> >> > [ 33%] Building C object util/CMakeFiles/stdutil.dir/pvanal.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 34%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/OOps/disprep.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 34%] Building C object CMakeFiles/CsoundLib64.dir/OOps/dumpf.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 34%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/OOps/fftlib.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 34%] Building C object util/CMakeFiles/stdutil.dir/pv_export.c.o
>> >> >> > [ 35%] brew: superenv removed: -I/usr/local/include
>> >> >> > -I/tmp/csound-NU4A
>> >> >> > Building C object CMakeFiles/CsoundLib64.dir/OOps/goto_ops.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 35%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/OOps/midiinterop.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 36%] Building C object util/CMakeFiles/stdutil.dir/pv_import.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 36%] [ 36%] Building C object
>> >> >> > util/CMakeFiles/stdutil.dir/pvlook.c.o
>> >> >> > Building C object util/CMakeFiles/stdutil.dir/scale.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 37%] Building C object util/CMakeFiles/stdutil.dir/sndinfo.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 37%] Building C object util/CMakeFiles/stdutil.dir/srconv.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 37%] [ 38%] Building C object
>> >> >> > util/CMakeFiles/stdutil.dir/std_util.c.o
>> >> >> > Building C object util/CMakeFiles/stdutil.dir/xtrct.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 38%] [ 39%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/OOps/midiops.c.o
>> >> >> > Building C object CMakeFiles/CsoundLib64.dir/OOps/midiout.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 39%] Building C object CMakeFiles/CsoundLib64.dir/OOps/mxfft.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 39%] Building C object util/CMakeFiles/stdutil.dir/scope.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 39%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/OOps/oscils.c.o
>> >> >> > [ 40%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/OOps/pstream.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 40%] Building C object
>> >> >> > util/CMakeFiles/stdutil.dir/__/SDIF/sdif.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 40%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/OOps/pvfileio.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 40%] Linking C shared library ../libstdutil.dylib
>> >> >> > Building C object CMakeFiles/CsoundLib64.dir/OOps/pvsanal.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 40%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/OOps/random.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 40%] Built target stdutil
>> >> >> > [ 41%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/OOps/remote.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 41%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/OOps/schedule.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 41%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/OOps/sndinfUG.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 42%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/OOps/str_ops.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 42%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/OOps/ugens1.c.o
>> >> >> > [ 42%] brew: superenv removed: -I/usr/local/include
>> >> >> > -I/tmp/csound-NU4A
>> >> >> > Building C object CMakeFiles/CsoundLib64.dir/OOps/ugens2.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 43%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/OOps/ugens2a.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 43%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/OOps/ugens3.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 43%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/OOps/ugens4.c.o
>> >> >> > [ 44%] brew: superenv removed: -I/usr/local/include
>> >> >> > -I/tmp/csound-NU4A
>> >> >> > Building C object CMakeFiles/CsoundLib64.dir/OOps/ugens5.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 44%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/OOps/ugens6.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 44%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/OOps/ugtabs.c.o
>> >> >> > [ 44%] brew: superenv removed: -I/usr/local/include
>> >> >> > -I/tmp/csound-NU4A
>> >> >> > Building C object CMakeFiles/CsoundLib64.dir/OOps/ugrw1.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 45%] Building C object CMakeFiles/CsoundLib64.dir/OOps/ugrw2.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 45%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/OOps/vdelay.c.o
>> >> >> > [ 45%] brew: superenv removed: -I/usr/local/include
>> >> >> > -I/tmp/csound-NU4A
>> >> >> > [ 46%] [ 46%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/OOps/compile_ops.c.o
>> >> >> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/bilbar.c.o
>> >> >> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/babo.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 46%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/compress.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 47%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/eqfil.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 47%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/Vosim.c.o
>> >> >> > [ 47%] brew: superenv removed: -I/usr/local/include
>> >> >> > -I/tmp/csound-NU4A
>> >> >> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pitch.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 48%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/pitch0.c.o
>> >> >> > [ 48%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/spectra.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 48%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/ambicode1.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 48%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/sfont.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 49%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/grain4.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 49%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/hrtferX.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 49%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/loscilx.c.o
>> >> >> > [ 50%] brew: superenv removed: -I/usr/local/include
>> >> >> > -I/tmp/csound-NU4A
>> >> >> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/minmax.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 50%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/pan2.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 50%] [ 51%] [ 51%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/phisem.c.o
>> >> >> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/arrays.c.o
>> >> >> > Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/hrtfopcodes.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 51%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/stackops.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 52%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/vbap.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 52%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/vbap1.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 52%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/vbap_n.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 52%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/vbap_zak.c.o
>> >> >> > [ 53%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/vaops.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 53%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/ugakbari.c.o
>> >> >> > [ 53%] brew: superenv removed: -I/usr/local/include
>> >> >> > -I/tmp/csound-NU4A
>> >> >> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/harmon.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 54%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/pitchtrack.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 54%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/partikkel.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 54%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/shape.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 55%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/tabsum.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 55%] [ 55%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/crossfm.c.o
>> >> >> > [ 56%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/pvlock.c.o
>> >> >> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/fareyseq.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 56%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/modmatrix.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 56%] [ 56%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/scoreline.c.o
>> >> >> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/modal4.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 57%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/physutil.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 57%] [ 57%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/physmod.c.o
>> >> >> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/mandolin.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 58%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/singwave.c.o
>> >> >> > [ 58%] brew: superenv removed: -I/usr/local/include
>> >> >> > -I/tmp/csound-NU4A
>> >> >> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/fm4op.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 58%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/moog1.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 59%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/shaker.c.o
>> >> >> > [ 59%] brew: superenv removed: -I/usr/local/include
>> >> >> > -I/tmp/csound-NU4A
>> >> >> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/bowedbar.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 59%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/gab/tabmorph.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 60%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/gab/hvs.c.o
>> >> >> > [ 60%] brew: superenv removed: -I/usr/local/include
>> >> >> > -I/tmp/csound-NU4A
>> >> >> > Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/gab/sliderTable.c.o
>> >> >> > [ 60%] brew: superenv removed: -I/usr/local/include
>> >> >> > -I/tmp/csound-NU4A
>> >> >> > Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/gab/newgabopc.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 60%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/ftest.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 61%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/hrtfearly.c.o
>> >> >> > [ 61%] brew: superenv removed: -I/usr/local/include
>> >> >> > -I/tmp/csound-NU4A
>> >> >> > Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/hrtfreverb.c.o
>> >> >> > [ 61%] brew: superenv removed: -I/usr/local/include
>> >> >> > -I/tmp/csound-NU4A
>> >> >> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/cpumeter.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 62%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/gendy.c.o
>> >> >> > [ 62%] brew: superenv removed: -I/usr/local/include
>> >> >> > -I/tmp/csound-NU4A
>> >> >> > Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/tl/sc_noise.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 62%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Top/argdecode.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 63%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Top/cscore_internal.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 63%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Top/cscorfns.c.o
>> >> >> > [ 63%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Top/csmodule.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 64%] Building C object CMakeFiles/CsoundLib64.dir/Top/csound.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 64%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Top/getstring.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 64%] Building C object CMakeFiles/CsoundLib64.dir/Top/main.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 64%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Top/new_opts.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 65%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Top/one_file.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 65%] Building C object CMakeFiles/CsoundLib64.dir/Top/opcode.c.o
>> >> >> > [ 65%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Top/threads.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 66%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Top/utility.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 66%] [ 66%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Top/threadsafe.c.o
>> >> >> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ambicode.c.o
>> >> >> > [ 67%] brew: superenv removed: -I/usr/local/include
>> >> >> > -I/tmp/csound-NU4A
>> >> >> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/bbcut.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 67%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/biquad.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 67%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/butter.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 68%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/clfilt.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 68%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/cross2.c.o
>> >> >> > [ 68%] brew: superenv removed: -I/usr/local/include
>> >> >> > -I/tmp/csound-NU4A
>> >> >> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/dam.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 68%] [ 69%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/dcblockr.c.o
>> >> >> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/filter.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 69%] [ 69%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/flanger.c.o
>> >> >> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/follow.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 70%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/fout.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 70%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/freeverb.c.o
>> >> >> > [ 70%] [ 71%] brew: superenv removed: -I/usr/local/include
>> >> >> > -I/tmp/csound-NU4A
>> >> >> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ftconv.c.o
>> >> >> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ftgen.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 71%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/gab/gab.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 71%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/gab/vectorial.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 72%] [ 72%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/grain.c.o
>> >> >> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/locsig.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 72%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/lowpassr.c.o
>> >> >> > [ 72%] brew: superenv removed: -I/usr/local/include
>> >> >> > -I/tmp/csound-NU4A
>> >> >> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/metro.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 73%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/midiops2.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 73%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/midiops3.c.o
>> >> >> > [ 73%] brew: superenv removed: -I/usr/local/include
>> >> >> > -I/tmp/csound-NU4A
>> >> >> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/newfils.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 74%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/nlfilt.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 74%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/oscbnk.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 74%] [ 75%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/pluck.c.o
>> >> >> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/repluck.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 75%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/reverbsc.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 75%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/seqtime.c.o
>> >> >> > [ 76%] brew: superenv removed: -I/usr/local/include
>> >> >> > -I/tmp/csound-NU4A
>> >> >> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/sndloop.c.o
>> >> >> > [ 76%] brew: superenv removed: -I/usr/local/include
>> >> >> > -I/tmp/csound-NU4A
>> >> >> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/sndwarp.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 76%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/space.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 76%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/spat3d.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 77%] [ 77%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/syncgrain.c.o
>> >> >> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ugens7.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 77%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/ugens9.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 78%] [ 78%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/ugensa.c.o
>> >> >> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/uggab.c.o
>> >> >> > [ 78%] brew: superenv removed: -I/usr/local/include
>> >> >> > -I/tmp/csound-NU4A
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ugmoss.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 79%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/ugnorman.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 79%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/ugsc.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 79%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/wave-terrain.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 80%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/stdopcod.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 80%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/socksend.c.o
>> >> >> > [ 80%] [ 80%] brew: superenv removed: -I/usr/local/include
>> >> >> > -I/tmp/csound-NU4A
>> >> >> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ifd.c.o
>> >> >> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/sockrecv.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 81%] brew: superenv removed: -I/usr/local/include
>> >> >> > -I/tmp/csound-NU4A
>> >> >> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/partials.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 81%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/psynth.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 81%] [ 82%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/pvsbasic.c.o
>> >> >> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pvscent.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 82%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/pvsdemix.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 82%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/pvs_ops.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 83%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/pvsband.c.o
>> >> >> > [ 83%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/pvsbuffer.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 83%] brew: superenv removed: -I/usr/local/include
>> >> >> > -I/tmp/csound-NU4A
>> >> >> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pvsgendy.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 84%] [ 84%] [ 84%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/dsputil.c.o
>> >> >> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pvinterp.c.o
>> >> >> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pvadd.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 84%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/pvocext.c.o
>> >> >> > [ 85%] brew: superenv removed: -I/usr/local/include
>> >> >> > -I/tmp/csound-NU4A
>> >> >> > [ 85%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/pvread.c.o
>> >> >> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ugens8.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 85%] [ 86%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/pvoc.c.o
>> >> >> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/vpvoc.c.o
>> >> >> > [ 86%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/mp3in.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 86%] brew: superenv removed: -I/usr/local/include
>> >> >> > -I/tmp/csound-NU4A
>> >> >> > Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/InOut/libmpadec/layer1.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 87%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/InOut/libmpadec/layer2.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 87%] [ 87%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/InOut/libmpadec/layer3.c.o
>> >> >> > Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/InOut/libmpadec/synth.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 88%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/InOut/libmpadec/tables.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 88%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/InOut/libmpadec/mpadec.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 88%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/InOut/libmpadec/mp3dec.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 88%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/csound_orclex.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 89%] [ 89%] [ 89%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/csound_orcparse.c.o
>> >> >> > Building C object CMakeFiles/CsoundLib64.dir/csound_prelex.c.o
>> >> >> > Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Engine/csound_orc_semantics.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 90%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Engine/csound_orc_expressions.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 90%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Engine/csound_orc_optimize.c.o
>> >> >> > [ 90%] brew: superenv removed: -I/usr/local/include
>> >> >> > -I/tmp/csound-NU4A
>> >> >> > Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Engine/csound_orc_compile.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 91%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Engine/new_orc_parser.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 91%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Engine/symbtab.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 91%] [ 92%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Engine/cs_new_dispatch.c.o
>> >> >> > Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Engine/cs_par_base.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 92%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Engine/cs_par_orc_semantic_analysis.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 92%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Engine/cs_par_dispatch.c.o
>> >> >> > Copying OS X content
>> >> >> > CsoundLib64.framework/Versions/6.0/Headers/CppSound.hpp
>> >> >> > Copying OS X content
>> >> >> > CsoundLib64.framework/Versions/6.0/Headers/CsoundFile.hpp
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > Copying OS X content
>> >> >> > CsoundLib64.framework/Versions/6.0/Headers/OpcodeBase.hpp
>> >> >> > Copying OS X content
>> >> >> > CsoundLib64.framework/Versions/6.0/Headers/cfgvar.h
>> >> >> > Copying OS X content
>> >> >> > CsoundLib64.framework/Versions/6.0/Headers/csPerfThread.hpp
>> >> >> > Copying OS X content
>> >> >> > CsoundLib64.framework/Versions/6.0/Headers/cscore.h
>> >> >> > Copying OS X content
>> >> >> > CsoundLib64.framework/Versions/6.0/Headers/csdl.h
>> >> >> > Copying OS X content
>> >> >> > CsoundLib64.framework/Versions/6.0/Headers/csound.h
>> >> >> > Copying OS X content
>> >> >> > CsoundLib64.framework/Versions/6.0/Headers/csound.hpp
>> >> >> > Copying OS X content
>> >> >> > CsoundLib64.framework/Versions/6.0/Headers/csoundCore.h
>> >> >> > Copying OS X content
>> >> >> >
>> >> >> > CsoundLib64.framework/Versions/6.0/Headers/csound_data_structures.h
>> >> >> > Copying OS X content
>> >> >> > CsoundLib64.framework/Versions/6.0/Headers/csound_standard_types.h
>> >> >> > Copying OS X content
>> >> >> > CsoundLib64.framework/Versions/6.0/Headers/cwindow.h
>> >> >> > Copying OS X content
>> >> >> > CsoundLib64.framework/Versions/6.0/Headers/csound_type_system.h
>> >> >> > Copying OS X content
>> >> >> > CsoundLib64.framework/Versions/6.0/Headers/filebuilding.h
>> >> >> > Copying OS X content
>> >> >> > CsoundLib64.framework/Versions/6.0/Headers/float-version-double.h
>> >> >> > Copying OS X content
>> >> >> > CsoundLib64.framework/Versions/6.0/Headers/float-version.h
>> >> >> > Copying OS X content
>> >> >> > CsoundLib64.framework/Versions/6.0/Headers/interlocks.h
>> >> >> > Copying OS X content
>> >> >> > CsoundLib64.framework/Versions/6.0/Headers/msg_attr.h
>> >> >> > Copying OS X content
>> >> >> > CsoundLib64.framework/Versions/6.0/Headers/pvfileio.h
>> >> >> > Copying OS X content
>> >> >> > CsoundLib64.framework/Versions/6.0/Headers/pstream.h
>> >> >> > Copying OS X content
>> >> >> > CsoundLib64.framework/Versions/6.0/Headers/soundio.h
>> >> >> > Copying OS X content
>> >> >> > CsoundLib64.framework/Versions/6.0/Headers/sysdep.h
>> >> >> > Copying OS X content
>> >> >> > CsoundLib64.framework/Versions/6.0/Headers/text.h
>> >> >> > Copying OS X content
>> >> >> > CsoundLib64.framework/Versions/6.0/Headers/version.h
>> >> >> > Linking C shared library
>> >> >> > CsoundLib64.framework/Versions/6.0/CsoundLib64
>> >> >> > [ 92%] Built target CsoundLib64
>> >> >> > Scanning dependencies of target atsa
>> >> >> > Scanning dependencies of target libcsnd
>> >> >> > Scanning dependencies of target csound-bin
>> >> >> > Scanning dependencies of target csladspa
>> >> >> > [ 92%] [ 93%] [ 93%] [ 93%] Building CXX object
>> >> >> > frontends/CMakeFiles/csladspa.dir/csladspa/csladspa.cpp.o
>> >> >> > Building C object util/CMakeFiles/atsa.dir/atsa_main.c.o
>> >> >> > Building C object
>> >> >> > frontends/CMakeFiles/csound-bin.dir/csound/csound_main.c.o
>> >> >> > Building CXX object
>> >> >> > interfaces/CMakeFiles/libcsnd.dir/CppSound.cpp.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > Linking C executable ../atsa
>> >> >> > Linking C executable ../csound
>> >> >> > [ 93%] [ 93%] Built target atsa
>> >> >> > Built target csound-bin
>> >> >> > Scanning dependencies of target csanalyze
>> >> >> > Scanning dependencies of target cvanal
>> >> >> > [ 93%] [ 93%] Building C object
>> >> >> > util/CMakeFiles/cvanal.dir/cvl_main.c.o
>> >> >> > Building C object util/CMakeFiles/csanalyze.dir/csanalyze.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > Linking C executable ../csanalyze
>> >> >> > Linking C executable ../cvanal
>> >> >> > [ 93%] Built target csanalyze
>> >> >> > [ 93%] Built target cvanal
>> >> >> > Scanning dependencies of target dnoise
>> >> >> > [ 93%] Building CXX object
>> >> >> > interfaces/CMakeFiles/libcsnd.dir/CsoundFile.cpp.o
>> >> >> > [ 94%] Building C object
>> >> >> > util/CMakeFiles/dnoise.dir/dnoise_main.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > Linking C executable ../dnoise
>> >> >> > [ 94%] Built target dnoise
>> >> >> > Scanning dependencies of target envext
>> >> >> > [ 94%] Building C object util/CMakeFiles/envext.dir/env_main.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 95%] Building CXX object
>> >> >> > interfaces/CMakeFiles/libcsnd.dir/Soundfile.cpp.o
>> >> >> > Linking C executable ../envext
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > Linking CXX shared library ../csladspa.dylib
>> >> >> > [ 95%] Built target envext
>> >> >> > Scanning dependencies of target extractor
>> >> >> > [ 95%] Building C object
>> >> >> > util/CMakeFiles/extractor.dir/xtrc_main.c.o
>> >> >> > [ 95%] Built target csladspa
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 95%] Building CXX object
>> >> >> > interfaces/CMakeFiles/libcsnd.dir/csPerfThread.cpp.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > Linking C executable ../extractor
>> >> >> > [ 95%] Built target extractor
>> >> >> > Scanning dependencies of target het_export
>> >> >> > [ 96%] Building C object
>> >> >> > util/CMakeFiles/het_export.dir/hetx_main.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > Linking C executable ../het_export
>> >> >> > [ 96%] Building CXX object
>> >> >> > interfaces/CMakeFiles/libcsnd.dir/cs_glue.cpp.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 96%] Built target het_export
>> >> >> > Scanning dependencies of target het_import
>> >> >> > [ 96%] Building C object
>> >> >> > util/CMakeFiles/het_import.dir/heti_main.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > Scanning dependencies of target hetro
>> >> >> > [ 96%] Building C object util/CMakeFiles/hetro.dir/het_main.c.o
>> >> >> > Linking C executable ../het_import
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > Linking C executable ../hetro
>> >> >> > [ 96%] Built target het_import
>> >> >> > Scanning dependencies of target lpanal
>> >> >> > [ 96%] [ 97%] Building CXX object
>> >> >> > interfaces/CMakeFiles/libcsnd.dir/filebuilding.cpp.o
>> >> >> > Building C object util/CMakeFiles/lpanal.dir/lpc_main.c.o
>> >> >> > [ 97%] Built target hetro
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > Scanning dependencies of target lpc_export
>> >> >> > [ 97%] Building C object
>> >> >> > util/CMakeFiles/lpc_export.dir/lpcx_main.c.o
>> >> >> > Scanning dependencies of target lpc_import
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > Linking C executable ../lpanal
>> >> >> > [ 97%] Building C object
>> >> >> > util/CMakeFiles/lpc_import.dir/lpci_main.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > Linking C executable ../lpc_export
>> >> >> > [ 97%] Built target lpanal
>> >> >> > Scanning dependencies of target mixer-bin
>> >> >> > [ 97%] Linking C executable ../lpc_import
>> >> >> > Building C object util/CMakeFiles/mixer-bin.dir/mixer_main.c.o
>> >> >> > [ 97%] Built target lpc_export
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > Scanning dependencies of target pv_export
>> >> >> > [ 97%] Building C object
>> >> >> > util/CMakeFiles/pv_export.dir/pvx_main.c.o
>> >> >> > [ 97%] Built target lpc_import
>> >> >> > Linking C executable ../mixer
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > Scanning dependencies of target pv_import
>> >> >> > [ 97%] Building C object
>> >> >> > util/CMakeFiles/pv_import.dir/pvi_main.c.o
>> >> >> > [ 97%] brew: superenv removed: -I/usr/local/include
>> >> >> > -I/tmp/csound-NU4A
>> >> >> > Built target mixer-bin
>> >> >> > Linking C executable ../pv_export
>> >> >> > Scanning dependencies of target pvanal
>> >> >> > [ 98%] Building C object util/CMakeFiles/pvanal.dir/pvc_main.c.o
>> >> >> > Linking C executable ../pv_import
>> >> >> > [ 98%] Built target pv_export
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > Scanning dependencies of target pvlook
>> >> >> > [ 98%] Building C object util/CMakeFiles/pvlook.dir/pvl_main.c.o
>> >> >> > [ 98%] Built target pv_import
>> >> >> > Linking C executable ../pvanal
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > Scanning dependencies of target scale
>> >> >> > Linking CXX shared library ../libcsnd.dylib
>> >> >> > [ 98%] Building C object util/CMakeFiles/scale.dir/scale_main.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > Linking C executable ../pvlook
>> >> >> > [ 98%] Built target pvanal
>> >> >> > Scanning dependencies of target scope
>> >> >> > [ 98%] Building C object util/CMakeFiles/scope.dir/scope_main.c.o
>> >> >> > [ 98%] Built target libcsnd
>> >> >> > Linking C executable ../scale
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 98%] Built target pvlook
>> >> >> > Scanning dependencies of target sndinfo
>> >> >> > Scanning dependencies of target srconv
>> >> >> > [ 98%] Building C object
>> >> >> > util/CMakeFiles/sndinfo.dir/sndinfo_main.c.o
>> >> >> > [ 98%] Building C object
>> >> >> > util/CMakeFiles/srconv.dir/srconv_main.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > Linking C executable ../scope
>> >> >> > [ 98%] Built target scale
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > Scanning dependencies of target extract
>> >> >> > [ 99%] Linking C executable ../sndinfo
>> >> >> > Building C object util1/CMakeFiles/extract.dir/sortex/xmain.c.o
>> >> >> > [ 99%] Built target scope
>> >> >> > Linking C executable ../srconv
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > Scanning dependencies of target scsort
>> >> >> > [ 99%] [ 99%] Built target sndinfo
>> >> >> > Building C object util1/CMakeFiles/scsort.dir/sortex/smain.c.o
>> >> >> > [ 99%] Linking C executable ../extract
>> >> >> > [ 99%] Swig source
>> >> >> > Built target srconv
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 99%] Language subdirectory: python
>> >> >> > Search paths:
>> >> >> >    ./
>> >> >> >    /usr/local/include/
>> >> >> >    /tmp/csound-NU4A/./H/
>> >> >> >    /tmp/csound-NU4A/./include/
>> >> >> >    /tmp/csound-NU4A/./Engine/
>> >> >> >    /tmp/csound-NU4A/./
>> >> >> >    /tmp/csound-NU4A/
>> >> >> >    /tmp/csound-NU4A/interfaces/
>> >> >> >    /System/Library/Frameworks/Python.framework/Headers/
>> >> >> >    ./swig_lib/python/
>> >> >> >    /usr/local/Cellar/swig/2.0.9/share/swig/2.0.9/python/
>> >> >> >    ./swig_lib/
>> >> >> >    /usr/local/Cellar/swig/2.0.9/share/swig/2.0.9/
>> >> >> > Preprocessing...
>> >> >> > Swig source
>> >> >> > Language subdirectory: java
>> >> >> > Search paths:
>> >> >> >    ./
>> >> >> >    /usr/local/include/
>> >> >> >    /tmp/csound-NU4A/./H/
>> >> >> >    /tmp/csound-NU4A/./include/
>> >> >> >    /tmp/csound-NU4A/./Engine/
>> >> >> >    /tmp/csound-NU4A/./
>> >> >> >    /tmp/csound-NU4A/
>> >> >> >    /tmp/csound-NU4A/interfaces/
>> >> >> >    /System/Library/Frameworks/Python.framework/Headers/
>> >> >> >    /System/Library/Frameworks/JavaVM.framework/Headers/
>> >> >> >    /System/Library/Frameworks/JavaVM.framework/Headers/
>> >> >> >    /System/Library/Frameworks/JavaVM.framework/Headers/
>> >> >> >    ./swig_lib/java/
>> >> >> >    /usr/local/Cellar/swig/2.0.9/share/swig/2.0.9/java/
>> >> >> >    ./swig_lib/
>> >> >> >    /usr/local/Cellar/swig/2.0.9/share/swig/2.0.9/
>> >> >> > Preprocessing...
>> >> >> > Linking C executable ../scsort
>> >> >> > [ 99%] Built target extract
>> >> >> > Starting language-specific parse...
>> >> >> > [ 99%] Built target scsort
>> >> >> > Processing types...
>> >> >> > C++ analysis...
>> >> >> > Generating wrappers...
>> >> >> > Starting language-specific parse...
>> >> >> > /tmp/csound-NU4A/./include/csound.h:519: Warning 451: Setting a
>> >> >> > const
>> >> >> > char *
>> >> >> > variable may leak memory.
>> >> >> > Processing types...
>> >> >> > C++ analysis...
>> >> >> > Generating wrappers...
>> >> >> > /tmp/csound-NU4A/./include/csound.h:519: Warning 451: Setting a
>> >> >> > const
>> >> >> > char *
>> >> >> > variable may leak memory.
>> >> >> > cs_glue.hpp:505: Warning 473: Returning a pointer or reference in
>> >> >> > a
>> >> >> > director
>> >> >> > method is not recommended.
>> >> >> > CppSound.hpp:36: Warning 453: Can't apply (std::vector< double >
>> >> >> > *INPUT). No
>> >> >> > typemaps are defined.
>> >> >> > CppSound.hpp:52: Warning 813: Warning for CppSound proxy: Base
>> >> >> > CsoundFile
>> >> >> > ignored. Multiple inheritance is not supported in Java.
>> >> >> > Scanning dependencies of target _jcsound6
>> >> >> > [ 99%] Building CXX object
>> >> >> > interfaces/CMakeFiles/_jcsound6.dir/java_interfaceJAVA_wrap.cxx.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > cs_glue.hpp:505: Warning 473: Returning a pointer or reference in
>> >> >> > a
>> >> >> > director
>> >> >> > method is not recommended.
>> >> >> > CppSound.hpp:36: Warning 453: Can't apply (std::vector< double >
>> >> >> > *INPUT). No
>> >> >> > typemaps are defined.
>> >> >> > Scanning dependencies of target _csnd6
>> >> >> > [100%] Building CXX object
>> >> >> > interfaces/CMakeFiles/_csnd6.dir/python_interfacePYTHON_wrap.cxx.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > Linking CXX shared module ../lib_jcsound6.jnilib
>> >> >> > Building JAVA package csnd6.jar
>> >> >> > [100%] Built target _jcsound6
>> >> >> > Linking CXX shared module ../_csnd6.so
>> >> >> > [100%] Built target _csnd6
>> >> >> > Install the project...
>> >> >> > -- Install configuration: "None"
>> >> >> > -- Installing:
>> >> >> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework
>> >> >> > -- Up-to-date:
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/CsoundLib64
>> >> >> > -- Up-to-date:
>> >> >> >
>> >> >> >
>> >> >> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Headers
>> >> >> > -- Up-to-date:
>> >> >> >
>> >> >> >
>> >> >> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Resources
>> >> >> > -- Installing:
>> >> >> >
>> >> >> >
>> >> >> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions
>> >> >> > -- Installing:
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0
>> >> >> > -- Installing:
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/CsoundLib64
>> >> >> > -- Installing:
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers
>> >> >> > -- Installing:
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/cfgvar.h
>> >> >> > -- Installing:
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/CppSound.hpp
>> >> >> > -- Installing:
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/cscore.h
>> >> >> > -- Installing:
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/csdl.h
>> >> >> > -- Installing:
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/csound.h
>> >> >> > -- Installing:
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/csound.hpp
>> >> >> > -- Installing:
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/csound_data_structures.h
>> >> >> > -- Installing:
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/csound_standard_types.h
>> >> >> > -- Installing:
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/csound_type_system.h
>> >> >> > -- Installing:
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/csoundCore.h
>> >> >> > -- Installing:
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/CsoundFile.hpp
>> >> >> > -- Installing:
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/csPerfThread.hpp
>> >> >> > -- Installing:
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/cwindow.h
>> >> >> > -- Installing:
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/filebuilding.h
>> >> >> > -- Installing:
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/float-version-double.h
>> >> >> > -- Installing:
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/float-version.h
>> >> >> > -- Installing:
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/interlocks.h
>> >> >> > -- Installing:
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/msg_attr.h
>> >> >> > -- Installing:
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/OpcodeBase.hpp
>> >> >> > -- Installing:
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/pstream.h
>> >> >> > -- Installing:
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/pvfileio.h
>> >> >> > -- Installing:
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/soundio.h
>> >> >> > -- Installing:
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/sysdep.h
>> >> >> > -- Installing:
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/text.h
>> >> >> > -- Installing:
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/version.h
>> >> >> > -- Installing:
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources
>> >> >> > -- Installing:
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Info.plist
>> >> >> > -- Up-to-date:
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/Current
>> >> >> > -- Installing:
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libmixer.dylib
>> >> >> > -- Installing:
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libsignalflowgraph.dylib
>> >> >> > -- Installing:
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libampmidid.dylib
>> >> >> > -- Installing:
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libcs_date.dylib
>> >> >> > -- Installing:
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libsystem_call.dylib
>> >> >> > -- Installing:
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libdoppler.dylib
>> >> >> > -- Installing:
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libfractalnoise.dylib
>> >> >> > -- Installing:
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libfareygen.dylib
>> >> >> > -- Installing:
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libcellular.dylib
>> >> >> > -- Installing:
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libserial.dylib
>> >> >> > -- Installing:
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libplaterev.dylib
>> >> >> > -- Installing:
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libscansyn.dylib
>> >> >> > -- Installing:
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libcontrol.dylib
>> >> >> > -- Installing:
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libchua.dylib
>> >> >> > -- Installing:
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libjacko.dylib
>> >> >> > -- Installing:
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libjackTransport.dylib
>> >> >> > -- Installing:
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libosc.dylib
>> >> >> > -- Installing:
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libimage.dylib
>> >> >> > -- Installing:
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libpy.dylib
>> >> >> > -- Installing:
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libstk.dylib
>> >> >> > -- Installing:
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libcmidi.dylib
>> >> >> > -- Installing:
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/librtauhal.dylib
>> >> >> > -- Installing:
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libipmidi.dylib
>> >> >> > -- Installing:
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/librtjack.dylib
>> >> >> > -- Installing:
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libwidgets.dylib
>> >> >> > -- Installing:
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libvirtual.dylib
>> >> >> > -- Installing: /usr/local/Cellar/csound/HEAD/lib/libcsnd.6.0.dylib
>> >> >> > -- Installing: /usr/local/Cellar/csound/HEAD/lib/libcsnd.dylib
>> >> >> > -- Installing: /Library/Python/2.7/site-packages/_csnd6.so
>> >> >> > -- Installing: /Library/Python/2.7/site-packages/csnd6.py
>> >> >> > -- Installing: /Library/Java/Extensions/lib_jcsound6.jnilib
>> >> >> > -- Installing: /Library/Java/Extensions/csnd6.jar
>> >> >> > -- Installing: /usr/local/Cellar/csound/HEAD/bin/csound
>> >> >> > -- Installing:
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/csladspa.dylib
>> >> >> > -- Installing: /usr/local/Cellar/csound/HEAD/bin/csbeats
>> >> >> > -- Installing:
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libstdutil.dylib
>> >> >> > -- Installing: /usr/local/Cellar/csound/HEAD/bin/atsa
>> >> >> > -- Installing: /usr/local/Cellar/csound/HEAD/bin/csanalyze
>> >> >> > -- Installing: /usr/local/Cellar/csound/HEAD/bin/cvanal
>> >> >> > -- Installing: /usr/local/Cellar/csound/HEAD/bin/dnoise
>> >> >> > -- Installing: /usr/local/Cellar/csound/HEAD/bin/envext
>> >> >> > -- Installing: /usr/local/Cellar/csound/HEAD/bin/extractor
>> >> >> > -- Installing: /usr/local/Cellar/csound/HEAD/bin/het_export
>> >> >> > -- Installing: /usr/local/Cellar/csound/HEAD/bin/het_import
>> >> >> > -- Installing: /usr/local/Cellar/csound/HEAD/bin/hetro
>> >> >> > -- Installing: /usr/local/Cellar/csound/HEAD/bin/lpanal
>> >> >> > -- Installing: /usr/local/Cellar/csound/HEAD/bin/lpc_export
>> >> >> > -- Installing: /usr/local/Cellar/csound/HEAD/bin/lpc_import
>> >> >> > -- Installing: /usr/local/Cellar/csound/HEAD/bin/mixer
>> >> >> > -- Installing: /usr/local/Cellar/csound/HEAD/bin/pvanal
>> >> >> > -- Installing: /usr/local/Cellar/csound/HEAD/bin/pvlook
>> >> >> > -- Installing: /usr/local/Cellar/csound/HEAD/bin/pv_export
>> >> >> > -- Installing: /usr/local/Cellar/csound/HEAD/bin/pv_import
>> >> >> > -- Installing: /usr/local/Cellar/csound/HEAD/bin/scale
>> >> >> > -- Installing: /usr/local/Cellar/csound/HEAD/bin/sndinfo
>> >> >> > -- Installing: /usr/local/Cellar/csound/HEAD/bin/srconv
>> >> >> > -- Installing: /usr/local/Cellar/csound/HEAD/bin/scope
>> >> >> > -- Installing: /usr/local/Cellar/csound/HEAD/bin/scsort
>> >> >> > -- Installing: /usr/local/Cellar/csound/HEAD/bin/extract
>> >> >> > -- Installing: /usr/local/Cellar/csound/HEAD/bin/sdif2ad
>> >> >> > ==> Cleaning
>> >> >> > ==> Finishing up
>> >> >> > ln -s ../Cellar/csound/HEAD/bin/srconv srconv
>> >> >> > ln -s ../Cellar/csound/HEAD/bin/sndinfo sndinfo
>> >> >> > ln -s ../Cellar/csound/HEAD/bin/sdif2ad sdif2ad
>> >> >> > ln -s ../Cellar/csound/HEAD/bin/scsort scsort
>> >> >> > ln -s ../Cellar/csound/HEAD/bin/scope scope
>> >> >> > ln -s ../Cellar/csound/HEAD/bin/scale scale
>> >> >> > ln -s ../Cellar/csound/HEAD/bin/pvlook pvlook
>> >> >> > ln -s ../Cellar/csound/HEAD/bin/pvanal pvanal
>> >> >> > ln -s ../Cellar/csound/HEAD/bin/pv_import pv_import
>> >> >> > ln -s ../Cellar/csound/HEAD/bin/pv_export pv_export
>> >> >> > ln -s ../Cellar/csound/HEAD/bin/mixer mixer
>> >> >> > ln -s ../Cellar/csound/HEAD/bin/lpc_import lpc_import
>> >> >> > ln -s ../Cellar/csound/HEAD/bin/lpc_export lpc_export
>> >> >> > ln -s ../Cellar/csound/HEAD/bin/lpanal lpanal
>> >> >> > ln -s ../Cellar/csound/HEAD/bin/hetro hetro
>> >> >> > ln -s ../Cellar/csound/HEAD/bin/het_import het_import
>> >> >> > ln -s ../Cellar/csound/HEAD/bin/het_export het_export
>> >> >> > ln -s ../Cellar/csound/HEAD/bin/extractor extractor
>> >> >> > ln -s ../Cellar/csound/HEAD/bin/extract extract
>> >> >> > ln -s ../Cellar/csound/HEAD/bin/envext envext
>> >> >> > ln -s ../Cellar/csound/HEAD/bin/dnoise dnoise
>> >> >> > ln -s ../Cellar/csound/HEAD/bin/cvanal cvanal
>> >> >> > ln -s ../Cellar/csound/HEAD/bin/csound csound
>> >> >> > ln -s ../Cellar/csound/HEAD/bin/csbeats csbeats
>> >> >> > ln -s ../Cellar/csound/HEAD/bin/csanalyze csanalyze
>> >> >> > ln -s ../Cellar/csound/HEAD/bin/atsa atsa
>> >> >> > ln -s ../Cellar/csound/HEAD/lib/libcsnd.dylib libcsnd.dylib
>> >> >> > ln -s ../Cellar/csound/HEAD/lib/libcsnd.6.0.dylib
>> >> >> > libcsnd.6.0.dylib
>> >> >> > ln -s ../../Cellar/csound/HEAD csound
>> >> >> > ln -s ../Cellar/csound/HEAD csound
>> >> >> > Warning: Could not fix install names for
>> >> >> > /usr/local/Cellar/csound/HEAD/bin/srconv
>> >> >> > Warning: Could not fix install names for
>> >> >> > /usr/local/Cellar/csound/HEAD/bin/sndinfo
>> >> >> > Warning: Could not fix install names for
>> >> >> > /usr/local/Cellar/csound/HEAD/bin/scsort
>> >> >> > Warning: Could not fix install names for
>> >> >> > /usr/local/Cellar/csound/HEAD/bin/scope
>> >> >> > Warning: Could not fix install names for
>> >> >> > /usr/local/Cellar/csound/HEAD/bin/scale
>> >> >> > Warning: Could not fix install names for
>> >> >> > /usr/local/Cellar/csound/HEAD/bin/pvlook
>> >> >> > Warning: Could not fix install names for
>> >> >> > /usr/local/Cellar/csound/HEAD/bin/pvanal
>> >> >> > Warning: Could not fix install names for
>> >> >> > /usr/local/Cellar/csound/HEAD/bin/pv_import
>> >> >> > Warning: Could not fix install names for
>> >> >> > /usr/local/Cellar/csound/HEAD/bin/pv_export
>> >> >> > Warning: Could not fix install names for
>> >> >> > /usr/local/Cellar/csound/HEAD/bin/mixer
>> >> >> > Warning: Could not fix install names for
>> >> >> > /usr/local/Cellar/csound/HEAD/bin/lpc_import
>> >> >> > Warning: Could not fix install names for
>> >> >> > /usr/local/Cellar/csound/HEAD/bin/lpc_export
>> >> >> > Warning: Could not fix install names for
>> >> >> > /usr/local/Cellar/csound/HEAD/bin/lpanal
>> >> >> > Warning: Could not fix install names for
>> >> >> > /usr/local/Cellar/csound/HEAD/bin/hetro
>> >> >> > Warning: Could not fix install names for
>> >> >> > /usr/local/Cellar/csound/HEAD/bin/het_import
>> >> >> > Warning: Could not fix install names for
>> >> >> > /usr/local/Cellar/csound/HEAD/bin/het_export
>> >> >> > Warning: Could not fix install names for
>> >> >> > /usr/local/Cellar/csound/HEAD/bin/extractor
>> >> >> > Warning: Could not fix install names for
>> >> >> > /usr/local/Cellar/csound/HEAD/bin/extract
>> >> >> > Warning: Could not fix install names for
>> >> >> > /usr/local/Cellar/csound/HEAD/bin/envext
>> >> >> > Warning: Could not fix install names for
>> >> >> > /usr/local/Cellar/csound/HEAD/bin/dnoise
>> >> >> > Warning: Could not fix install names for
>> >> >> > /usr/local/Cellar/csound/HEAD/bin/cvanal
>> >> >> > Warning: Could not fix install names for
>> >> >> > /usr/local/Cellar/csound/HEAD/bin/csound
>> >> >> > Warning: Could not fix install names for
>> >> >> > /usr/local/Cellar/csound/HEAD/bin/csanalyze
>> >> >> > Warning: Could not fix install names for
>> >> >> > /usr/local/Cellar/csound/HEAD/bin/atsa
>> >> >> > Warning: Could not fix install names for
>> >> >> > /usr/local/Cellar/csound/HEAD/lib/libcsnd.6.0.dylib
>> >> >> > ==> Summary
>> >> >> > 🍺  /usr/local/Cellar/csound/HEAD: 33 files, 1.0M, built in 57
>> >> >> > seconds
>> >> >> > peimankh:~ peimankhosravi$
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> > www.peimankhosravi.co.uk || Subscribe to RSS Feed
>> >> >> >
>> >> >> > To receive emails about upcoming concerts visit this page & enter
>> >> >> > your
>> >> >> > email
>> >> >> > address in the 'follow' section.
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> > On 13 May 2013 22:25, Steven Yi  wrote:
>> >> >> >>
>> >> >> >> Hi Peiman,
>> >> >> >>
>> >> >> >> Could you do "brew list" to see if the portaudio package is
>> >> >> >> installed?
>> >> >> >>  If so, could you try "brew link portaudio" and if that reports
>> >> >> >> issues, try "brew link --overwrite portaudio"?  I'm thinking that
>> >> >> >> that
>> >> >> >> package didn't link correctly before you installed csound, then
>> >> >> >> csound
>> >> >> >> skipped building librtpa.dylib.   (I guess too you could check
>> >> >> >> /usr/local/lib for libportaudio.dylib)
>> >> >> >>
>> >> >> >> If there's still issues, could you uninstall then reinstall with
>> >> >> >> "brew
>> >> >> >> install --HEAD -v csound > ~/output.txt" and then post the output
>> >> >> >> here?
>> >> >> >>
>> >> >> >> Thanks!
>> >> >> >> steven
>> >> >> >>
>> >> >> >> On Mon, May 13, 2013 at 11:18 PM, peiman khosravi
>> >> >> >>  wrote:
>> >> >> >> > Thank Steven,
>> >> >> >> >
>> >> >> >> > I've fixed the Path problem. The problem now is that
>> >> >> >> > librtpa.dylib
>> >> >> >> > isn't
>> >> >> >> > built.
>> >> >> >> >
>> >> >> >> > P
>> >> >> >> >
>> >> >> >> >
>> >> >> >> >
>> >> >> >> >
>> >> >> >> >
>> >> >> >> > ------------------------------------------------------------------------------
>> >> >> >> > AlienVault Unified Security Management (USM) platform delivers
>> >> >> >> > complete
>> >> >> >> > security visibility with the essential security capabilities.
>> >> >> >> > Easily
>> >> >> >> > and
>> >> >> >> > efficiently configure, manage, and operate all of your security
>> >> >> >> > controls
>> >> >> >> > from a single console and one unified framework. Download a
>> >> >> >> > free
>> >> >> >> > trial.
>> >> >> >> > http://p.sf.net/sfu/alienvault_d2d
>> >> >> >> > _______________________________________________
>> >> >> >> > Csound-devel mailing list
>> >> >> >> > Csound-devel@lists.sourceforge.net
>> >> >> >> > https://lists.sourceforge.net/lists/listinfo/csound-devel
>> >> >> >> >
>> >> >> >>
>> >> >> >>
>> >> >> >>
>> >> >> >>
>> >> >> >>
>> >> >> >> ------------------------------------------------------------------------------
>> >> >> >> AlienVault Unified Security Management (USM) platform delivers
>> >> >> >> complete
>> >> >> >> security visibility with the essential security capabilities.
>> >> >> >> Easily
>> >> >> >> and
>> >> >> >> efficiently configure, manage, and operate all of your security
>> >> >> >> controls
>> >> >> >> from a single console and one unified framework. Download a free
>> >> >> >> trial.
>> >> >> >> http://p.sf.net/sfu/alienvault_d2d
>> >> >> >> _______________________________________________
>> >> >> >> Csound-devel mailing list
>> >> >> >> Csound-devel@lists.sourceforge.net
>> >> >> >> https://lists.sourceforge.net/lists/listinfo/csound-devel
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> > ------------------------------------------------------------------------------
>> >> >> > AlienVault Unified Security Management (USM) platform delivers
>> >> >> > complete
>> >> >> > security visibility with the essential security capabilities.
>> >> >> > Easily
>> >> >> > and
>> >> >> > efficiently configure, manage, and operate all of your security
>> >> >> > controls
>> >> >> > from a single console and one unified framework. Download a free
>> >> >> > trial.
>> >> >> > http://p.sf.net/sfu/alienvault_d2d
>> >> >> > _______________________________________________
>> >> >> > Csound-devel mailing list
>> >> >> > Csound-devel@lists.sourceforge.net
>> >> >> > https://lists.sourceforge.net/lists/listinfo/csound-devel
>> >> >> >
>> >> >>
>> >> >>
>> >> >>
>> >> >>
>> >> >> ------------------------------------------------------------------------------
>> >> >> AlienVault Unified Security Management (USM) platform delivers
>> >> >> complete
>> >> >> security visibility with the essential security capabilities. Easily
>> >> >> and
>> >> >> efficiently configure, manage, and operate all of your security
>> >> >> controls
>> >> >> from a single console and one unified framework. Download a free
>> >> >> trial.
>> >> >> http://p.sf.net/sfu/alienvault_d2d
>> >> >> _______________________________________________
>> >> >> Csound-devel mailing list
>> >> >> Csound-devel@lists.sourceforge.net
>> >> >> https://lists.sourceforge.net/lists/listinfo/csound-devel
>> >> >
>> >> >
>> >> >
>> >> >
>> >> >
>> >> > ------------------------------------------------------------------------------
>> >> > AlienVault Unified Security Management (USM) platform delivers
>> >> > complete
>> >> > security visibility with the essential security capabilities. Easily
>> >> > and
>> >> > efficiently configure, manage, and operate all of your security
>> >> > controls
>> >> > from a single console and one unified framework. Download a free
>> >> > trial.
>> >> > http://p.sf.net/sfu/alienvault_d2d
>> >> > _______________________________________________
>> >> > Csound-devel mailing list
>> >> > Csound-devel@lists.sourceforge.net
>> >> > https://lists.sourceforge.net/lists/listinfo/csound-devel
>> >> >
>> >>
>> >>
>> >>
>> >> ------------------------------------------------------------------------------
>> >> AlienVault Unified Security Management (USM) platform delivers complete
>> >> security visibility with the essential security capabilities. Easily
>> >> and
>> >> efficiently configure, manage, and operate all of your security
>> >> controls
>> >> from a single console and one unified framework. Download a free trial.
>> >> http://p.sf.net/sfu/alienvault_d2d
>> >> _______________________________________________
>> >> Csound-devel mailing list
>> >> Csound-devel@lists.sourceforge.net
>> >> https://lists.sourceforge.net/lists/listinfo/csound-devel
>> >
>> >
>> >
>> >
>> > ------------------------------------------------------------------------------
>> > AlienVault Unified Security Management (USM) platform delivers complete
>> > security visibility with the essential security capabilities. Easily and
>> > efficiently configure, manage, and operate all of your security controls
>> > from a single console and one unified framework. Download a free trial.
>> > http://p.sf.net/sfu/alienvault_d2d
>> > _______________________________________________
>> > Csound-devel mailing list
>> > Csound-devel@lists.sourceforge.net
>> > https://lists.sourceforge.net/lists/listinfo/csound-devel
>> >
>>
>>
>> ------------------------------------------------------------------------------
>> AlienVault Unified Security Management (USM) platform delivers complete
>> security visibility with the essential security capabilities. Easily and
>> efficiently configure, manage, and operate all of your security controls
>> from a single console and one unified framework. Download a free trial.
>> http://p.sf.net/sfu/alienvault_d2d
>> _______________________________________________
>> Csound-devel mailing list
>> Csound-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>
>
>
> ------------------------------------------------------------------------------
> AlienVault Unified Security Management (USM) platform delivers complete
> security visibility with the essential security capabilities. Easily and
> efficiently configure, manage, and operate all of your security controls
> from a single console and one unified framework. Download a free trial.
> http://p.sf.net/sfu/alienvault_d2d
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel
>

------------------------------------------------------------------------------
AlienVault Unified Security Management (USM) platform delivers complete
security visibility with the essential security capabilities. Easily and
efficiently configure, manage, and operate all of your security controls
from a single console and one unified framework. Download a free trial.
http://p.sf.net/sfu/alienvault_d2d
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net
https://lists.sou

Date2013-05-14 01:32
FromAndres Cabrera
SubjectRe: [Cs-dev] OSX: Homebrew
AttachmentsNone  None  
Nice, this worked.

Cheers,
Andrés


On Mon, May 13, 2013 at 4:54 PM, Steven Yi <stevenyi@gmail.com> wrote:
Hi Andres,

That's great!  I wrote an earlier email to Ed about the FLTK issue.
You can run:

brew uninstall fltk
brew install http://kunstmusik.com/fltk.rb

to get shared fltk libs.  After that, reinstall csound through brew.
I've submitted a pull request to homebrew already for that fltk recipe
change; hoping it is accepted, but I don't know if any of the other
recipes that use FLTK will have problems.

Thanks!
steven

On Tue, May 14, 2013 at 1:47 AM, Andres Cabrera <mantaraya36@gmail.com> wrote:
> Hi Steven,
>
> I've got Csound6 working from brew on 10.6, thanks!
>
> For some reason I had to:
> brew install flac gmp lame libmpc libogg libvorbis mpfr
>
> It would be nice if there was an uninstall script for older csounds, to be
> able to quickly get csound with brew!
>
> I do get some strange warnings on run:
> hw-mini-1:~ andres$ csound
> CoreMIDI real time MIDI plugin for Csound
> virtual_keyboard real time MIDI plugin for Csound
> objc[76698]: Class FLMenuItem is implemented in both
> /Users/andres/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libvirtual.dylib
> and
> /Users/andres/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libwidgets.dylib.
> One of the two will be used. Which one is undefined.
> objc[76698]: Class FLaboutItemTarget is implemented in both
> /Users/andres/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libvirtual.dylib
> and
> /Users/andres/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libwidgets.dylib.
> One of the two will be used. Which one is undefined.
> objc[76698]: Class FLView is implemented in both
> /Users/andres/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libvirtual.dylib
> and
> /Users/andres/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libwidgets.dylib.
> One of the two will be used. Which one is undefined.
> objc[76698]: Class FLApplication is implemented in both
> /Users/andres/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libvirtual.dylib
> and
> /Users/andres/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libwidgets.dylib.
> One of the two will be used. Which one is undefined.
> objc[76698]: Class FLDelegate is implemented in both
> /Users/andres/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libvirtual.dylib
> and
> /Users/andres/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libwidgets.dylib.
> One of the two will be used. Which one is undefined.
> objc[76698]: Class FLTextView is implemented in both
> /Users/andres/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libvirtual.dylib
> and
> /Users/andres/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libwidgets.dylib.
> One of the two will be used. Which one is undefined.
> objc[76698]: Class FLWindow is implemented in both
> /Users/andres/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libvirtual.dylib
> and
> /Users/andres/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libwidgets.dylib.
> One of the two will be used. Which one is undefined.
> objc[76698]: Class FLsaveDelegate is implemented in both
> /Users/andres/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libvirtual.dylib
> and
> /Users/andres/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libwidgets.dylib.
> One of the two will be used. Which one is undefined.
> objc[76698]: Class FLopenDelegate is implemented in both
> /Users/andres/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libvirtual.dylib
> and
> /Users/andres/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libwidgets.dylib.
> One of the two will be used. Which one is undefined.
> Error: define environment variable RAWWAVE_PATH
> (points to rawwaves directory) to use STK opcodes.
> 0dBFS level = 32768.0
> Csound version 6.00rc1 (double samples) May 13 2013
>
>
> Cheers,
> Andres
>
>
>
> On Mon, May 13, 2013 at 3:41 PM, Steven Yi <stevenyi@gmail.com> wrote:
>>
>> Thanks Peiman, that all looks like it should.  Eliminating that as a
>> possible issue, I'm not quite sure what to do. One possibility is
>> using:
>>
>> brew install --env=std --HEAD -v csound
>>
>> This turns of homebrew's superenv system.  The other is updating XCode
>> as it noted you're using 4.5.2.
>>
>> Thanks for continuing to work on this with me!
>> steven
>>
>>
>> On Tue, May 14, 2013 at 12:20 AM, peiman khosravi
>> <peimankhosravi@gmail.com> wrote:
>> > And here is mine:
>> >
>> > peimankh:include peimankhosravi$ ls -al /usr/local/include/port*
>> > lrwxr-xr-x  1 peimankhosravi  admin  51 13 May 22:39
>> > /usr/local/include/portaudio.h ->
>> > ../Cellar/portaudio/19.20111121/include/portaudio.h
>> > lrwxr-xr-x  1 peimankhosravi  admin  41 13 May 02:01
>> > /usr/local/include/portmidi.h ->
>> > ../Cellar/portmidi/217/include/portmidi.h
>> > lrwxr-xr-x  1 peimankhosravi  admin  41 13 May 02:01
>> > /usr/local/include/porttime.h ->
>> > ../Cellar/portmidi/217/include/porttime.h
>> >
>> >
>> >
>> >
>> >
>> >
>> > www.peimankhosravi.co.uk || Subscribe to RSS Feed
>> >
>> > To receive emails about upcoming concerts visit this page & enter your
>> > email
>> > address in the 'follow' section.
>> >
>> >
>> >
>> > On 13 May 2013 23:16, Steven Yi <stevenyi@gmail.com> wrote:
>> >>
>> >> Hm, I'm not sure what would be the next step here.  Just to double
>> >> check, I have these in my /usr/local/include:
>> >>
>> >> Steven-Yis-MacBook-Pro:csound6 stevenyi$ ls -al
>> >> /usr/local/include/port*
>> >> lrwxr-xr-x  1 stevenyi  admin  51 May 11 22:40
>> >> /usr/local/include/portaudio.h ->
>> >> ../Cellar/portaudio/19.20111121/include/portaudio.h
>> >> lrwxr-xr-x  1 stevenyi  admin  41 May 11 22:40
>> >> /usr/local/include/portmidi.h ->
>> >> ../Cellar/portmidi/217/include/portmidi.h
>> >> lrwxr-xr-x  1 stevenyi  admin  41 May 11 22:40
>> >> /usr/local/include/porttime.h ->
>> >> ../Cellar/portmidi/217/include/porttime.h
>> >>
>> >> These are all linked to the portaudio and portmidi that were installed
>> >> with brew.  Could you check that yours are links and not files?
>> >>
>> >> On Mon, May 13, 2013 at 11:55 PM, peiman khosravi
>> >> <peimankhosravi@gmail.com> wrote:
>> >> > Should I delete those files and reinstall portaudio?
>> >> >
>> >> >
>> >> >
>> >> >
>> >> >
>> >> >
>> >> > www.peimankhosravi.co.uk || Subscribe to RSS Feed
>> >> >
>> >> > To receive emails about upcoming concerts visit this page & enter
>> >> > your
>> >> > email
>> >> > address in the 'follow' section.
>> >> >
>> >> >
>> >> >
>> >> > On 13 May 2013 22:50, Steven Yi <stevenyi@gmail.com> wrote:
>> >> >>
>> >> >> Hi Peiman,
>> >> >>
>> >> >> It's odd that Cmake reports:
>> >> >>
>> >> >> -- PORTAUDIO_HEADER="", so disabling USE_PORTAUDIO
>> >> >> -- USE_PORTAUDIO is disabled
>> >> >> -- PORTMIDI_HEADER="", so disabling USE_PORTMIDI
>> >> >>
>> >> >> can you check your /usr/local/include to see if portmidi.h and
>> >> >> portaudio.h are there?  If not, then maybe it could be a permissions
>> >> >> issue with that folder.  If they are there, then the problem lies
>> >> >> elsewhere and this could be trickier to figure out.
>> >> >>
>> >> >> Thanks!
>> >> >> steven
>> >> >>
>> >> >> On Mon, May 13, 2013 at 11:44 PM, peiman khosravi
>> >> >> <peimankhosravi@gmail.com> wrote:
>> >> >> > Hi Steven,
>> >> >> >
>> >> >> > I tried all your suggestions but it's the same. Here's the log:
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> > Last login: Mon May 13 22:40:36 on ttys004
>> >> >> > peimankh:~ peimankhosravi$ uninstall csound
>> >> >> > You must be root to run this tool.
>> >> >> > peimankh:~ peimankhosravi$ brew uninstall csound
>> >> >> > Uninstalling /usr/local/Cellar/csound/HEAD...
>> >> >> > peimankh:~ peimankhosravi$ brew install --HEAD -v csound
>> >> >> > Warning: Your Xcode (4.5.2) is outdated
>> >> >> > Please install Xcode 4.6.2.
>> >> >> > ==> Cloning git://git.code.sourceforge.net/p/csound/csound6-git
>> >> >> > git --git-dir /Library/Caches/Homebrew/csound--git/.git status -s
>> >> >> > Updating /Library/Caches/Homebrew/csound--git
>> >> >> > git config remote.origin.url
>> >> >> > git://git.code.sourceforge.net/p/csound/csound6-git
>> >> >> > git config remote.origin.fetch
>> >> >> > +refs/heads/master:refs/remotes/origin/master
>> >> >> > git fetch origin
>> >> >> > git checkout -f master
>> >> >> > Already on 'master'
>> >> >> > git reset --hard origin/HEAD
>> >> >> > HEAD is now at a014b11 Merge branch 'master' of
>> >> >> > https://git.code.sf.net/p/csound/csound6-git
>> >> >> > git reset --hard origin/HEAD
>> >> >> > HEAD is now at a014b11 Merge branch 'master' of
>> >> >> > https://git.code.sf.net/p/csound/csound6-git
>> >> >> > git checkout-index -a -f --prefix=/private/tmp/csound-NU4A/
>> >> >> > ==> cmake . -DUSE_GETTEXT=0
>> >> >> > -DCMAKE_INSTALL_PREFIX=/usr/local/Cellar/csound/HEAD
>> >> >> > -DCMAKE_BUILD_TYPE=None
>> >> >> > -DCMAKE_FIND_FRAMEWORK=LAST -Wno-dev
>> >> >> > cmake . -DUSE_GETTEXT=0
>> >> >> > -DCMAKE_INSTALL_PREFIX=/usr/local/Cellar/csound/HEAD
>> >> >> > -DCMAKE_BUILD_TYPE=None -DCMAKE_FIND_FRAMEWORK=LAST -Wno-dev
>> >> >> > -- The C compiler identification is Clang 4.2.0
>> >> >> > -- The CXX compiler identification is Clang 4.2.0
>> >> >> > -- Check for working C compiler: /usr/local/Library/ENV/4.3/cc
>> >> >> > -- Check for working C compiler: /usr/local/Library/ENV/4.3/cc --
>> >> >> > works
>> >> >> > -- Detecting C compiler ABI info
>> >> >> > -- Detecting C compiler ABI info - done
>> >> >> > -- Check for working CXX compiler: /usr/local/Library/ENV/4.3/c++
>> >> >> > -- Check for working CXX compiler: /usr/local/Library/ENV/4.3/c++
>> >> >> > --
>> >> >> > works
>> >> >> > -- Detecting CXX compiler ABI info
>> >> >> > -- Detecting CXX compiler ABI info - done
>> >> >> > -- /tmp/csound-NU4A
>> >> >> > -- BUILD_BIN_DIR set to /tmp/csound-NU4A
>> >> >> > -- BUILD_LIB_DIR set to /tmp/csound-NU4A
>> >> >> > -- BUILD_PLUGINS_DIR set to /tmp/csound-NU4A
>> >> >> > -- Check if the system is big endian
>> >> >> > -- Searching 16 bit integer
>> >> >> > -- Looking for sys/types.h
>> >> >> > -- Looking for sys/types.h - found
>> >> >> > -- Looking for stdint.h
>> >> >> > -- Looking for stdint.h - found
>> >> >> > -- Looking for stddef.h
>> >> >> > -- Looking for stddef.h - found
>> >> >> > -- Check size of unsigned short
>> >> >> > -- Check size of unsigned short - done
>> >> >> > -- Using unsigned short
>> >> >> > -- Check if the system is big endian - little endian
>> >> >> > -- Try OpenMP C flag = [-fopenmp]
>> >> >> > -- Performing Test OpenMP_FLAG_DETECTED
>> >> >> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> >> >> > -- Try OpenMP C flag = [/openmp]
>> >> >> > -- Performing Test OpenMP_FLAG_DETECTED
>> >> >> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> >> >> > -- Try OpenMP C flag = [-Qopenmp]
>> >> >> > -- Performing Test OpenMP_FLAG_DETECTED
>> >> >> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> >> >> > -- Try OpenMP C flag = [-openmp]
>> >> >> > -- Performing Test OpenMP_FLAG_DETECTED
>> >> >> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> >> >> > -- Try OpenMP C flag = [ ]
>> >> >> > -- Performing Test OpenMP_FLAG_DETECTED
>> >> >> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> >> >> > -- Try OpenMP C flag = [-xopenmp]
>> >> >> > -- Performing Test OpenMP_FLAG_DETECTED
>> >> >> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> >> >> > -- Try OpenMP C flag = [+Oopenmp]
>> >> >> > -- Performing Test OpenMP_FLAG_DETECTED
>> >> >> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> >> >> > -- Try OpenMP C flag = [-qsmp]
>> >> >> > -- Performing Test OpenMP_FLAG_DETECTED
>> >> >> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> >> >> > -- Try OpenMP C flag = [-mp]
>> >> >> > -- Performing Test OpenMP_FLAG_DETECTED
>> >> >> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> >> >> > -- Try OpenMP CXX flag = [-fopenmp]
>> >> >> > -- Performing Test OpenMP_FLAG_DETECTED
>> >> >> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> >> >> > -- Try OpenMP CXX flag = [/openmp]
>> >> >> > -- Performing Test OpenMP_FLAG_DETECTED
>> >> >> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> >> >> > -- Try OpenMP CXX flag = [-Qopenmp]
>> >> >> > -- Performing Test OpenMP_FLAG_DETECTED
>> >> >> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> >> >> > -- Try OpenMP CXX flag = [-openmp]
>> >> >> > -- Performing Test OpenMP_FLAG_DETECTED
>> >> >> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> >> >> > -- Try OpenMP CXX flag = [ ]
>> >> >> > -- Performing Test OpenMP_FLAG_DETECTED
>> >> >> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> >> >> > -- Try OpenMP CXX flag = [-xopenmp]
>> >> >> > -- Performing Test OpenMP_FLAG_DETECTED
>> >> >> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> >> >> > -- Try OpenMP CXX flag = [+Oopenmp]
>> >> >> > -- Performing Test OpenMP_FLAG_DETECTED
>> >> >> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> >> >> > -- Try OpenMP CXX flag = [-qsmp]
>> >> >> > -- Performing Test OpenMP_FLAG_DETECTED
>> >> >> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> >> >> > -- Try OpenMP CXX flag = [-mp]
>> >> >> > -- Performing Test OpenMP_FLAG_DETECTED
>> >> >> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> >> >> > -- Could NOT find OpenMP (missing:  OpenMP_C_FLAGS
>> >> >> > OpenMP_CXX_FLAGS)
>> >> >> > -- Looking for libintl.h
>> >> >> > -- Looking for libintl.h - not found
>> >> >> > -- Looking for C++ include eigen3/Eigen/Dense
>> >> >> > -- Looking for C++ include eigen3/Eigen/Dense - not found
>> >> >> > -- Could NOT find Gettext (missing:  GETTEXT_MSGMERGE_EXECUTABLE
>> >> >> > GETTEXT_MSGFMT_EXECUTABLE)
>> >> >> > -- Looking for lrint in m
>> >> >> > -- Looking for lrint in m - found
>> >> >> > -- Looking for unistd.h
>> >> >> > -- Looking for unistd.h - found
>> >> >> > -- Looking for io.h
>> >> >> > -- Looking for io.h - not found
>> >> >> > -- Looking for fcntl.h
>> >> >> > -- Looking for fcntl.h - found
>> >> >> > -- Looking for sys/time.h
>> >> >> > -- Looking for sys/time.h - found
>> >> >> > -- Looking for termios.h
>> >> >> > -- Looking for termios.h - found
>> >> >> > -- Looking for values.h
>> >> >> > -- Looking for values.h - not found
>> >> >> > -- Looking for winsock.h
>> >> >> > -- Looking for winsock.h - not found
>> >> >> > -- Looking for sys/socket.h
>> >> >> > -- Looking for sys/socket.h - found
>> >> >> > -- Looking for dirent.h
>> >> >> > -- Looking for dirent.h - found
>> >> >> > -- USE_LRINT is enabled
>> >> >> > -- Found FLEX: /usr/bin/flex (found version "2.5.35")
>> >> >> > -- Found BISON: /usr/bin/bison (found version "2.3")
>> >> >> > -- Looking for pthread_spin_lock
>> >> >> > -- Looking for pthread_spin_lock - not found
>> >> >> > -- Looking for pthread_barrier_init
>> >> >> > -- Looking for pthread_barrier_init - not found
>> >> >> > -- OPENMP_FOUND="FALSE", so disabling USE_OPEN_MP
>> >> >> > -- PTHREAD_BARRIER_INIT_EXISTS="", so disabling USE_OPEN_MP
>> >> >> > -- USE_OPEN_MP is disabled
>> >> >> > -- Not building with score parser
>> >> >> > -- Not building with new parser debugging
>> >> >> > -- Building with multicore
>> >> >> > -- USE_GETTEXT is disabled
>> >> >> > -- Not using localization
>> >> >> > -- Building on OSX
>> >> >> > -- Boost version: 1.53.0
>> >> >> > -- Looking for ladspa.h
>> >> >> > -- Looking for ladspa.h - not found
>> >> >> > -- Looking for fluidsynth.h
>> >> >> > -- Looking for fluidsynth.h - not found
>> >> >> > -- Looking for jack/jack.h
>> >> >> > -- Looking for jack/jack.h - found
>> >> >> > -- Looking for C++ include gmm/gmm.h
>> >> >> > -- Looking for C++ include gmm/gmm.h - not found
>> >> >> > -- Looking for lo/lo.h
>> >> >> > -- Looking for lo/lo.h - found
>> >> >> > -- Found ZLIB: /usr/lib/libz.dylib (found version "1.2.5")
>> >> >> > -- Found PNG: /usr/local/opt/libpng/lib/libpng.dylib (found
>> >> >> > version
>> >> >> > "1.5.14")
>> >> >> > -- Found PythonLibs: /usr/lib/libpython2.7.dylib (found version
>> >> >> > "2.7.1")
>> >> >> > -- Could NOT find Lua51 (missing:  LUA_LIBRARIES LUA_INCLUDE_DIR)
>> >> >> > -- Looking for wiiuse.h
>> >> >> > -- Looking for wiiuse.h - not found
>> >> >> > -- Looking for p5glove.h
>> >> >> > -- Looking for p5glove.h - not found
>> >> >> > -- BUILD_CHUA_OPCODES is enabled
>> >> >> > -- LADSPA_H="", so disabling BUILD_DSSI_OPCODES
>> >> >> > -- BUILD_DSSI_OPCODES is disabled
>> >> >> > -- FLUIDSYNTH_H="", so disabling BUILD_FLUID_OPCODES
>> >> >> > -- FLUIDSYNTH_LIBRARY="FLUIDSYNTH_LIBRARY-NOTFOUND", so disabling
>> >> >> > BUILD_FLUID_OPCODES
>> >> >> > -- BUILD_FLUID_OPCODES is disabled
>> >> >> > -- BUILD_JACK_OPCODES is enabled
>> >> >> > -- GMM_HEADER="", so disabling BUILD_LINEAR_ALGEBRA_OPCODES
>> >> >> > -- BUILD_LINEAR_ALGEBRA_OPCODES is disabled
>> >> >> > -- BUILD_OSC_OPCODES is enabled
>> >> >> > -- BUILD_IMAGE_OPCODES is enabled
>> >> >> > -- BUILD_PYTHON_OPCODES is enabled
>> >> >> > -- LUA51_FOUND="FALSE", so disabling BUILD_LUA_OPCODES
>> >> >> > -- OPENMP_FOUND="FALSE", so disabling BUILD_LUA_OPCODES
>> >> >> > -- BUILD_LUA_OPCODES is disabled
>> >> >> > -- WIIUSE_H="", so disabling BUILD_WIIMOTE_OPCODES
>> >> >> > -- BUILD_WIIMOTE_OPCODES is disabled
>> >> >> > -- P5GLOVE_H="", so disabling BUILD_P5GLOVE_OPCODES
>> >> >> > -- BUILD_P5GLOVE_OPCODES is disabled
>> >> >> > -- BUILD_STK_OPCODES is enabled
>> >> >> > --
>> >> >> > -- ## REALTIME AUDIO AND MIDI ##
>> >> >> > -- Looking for alsa/asoundlib.h
>> >> >> > -- Looking for alsa/asoundlib.h - not found
>> >> >> > -- Looking for pulse/simple.h
>> >> >> > -- Looking for pulse/simple.h - not found
>> >> >> > -- Looking for XOpenDisplay in
>> >> >> > /usr/X11/lib/libX11.dylib;/usr/X11/lib/libXext.dylib
>> >> >> > -- Looking for XOpenDisplay in
>> >> >> > /usr/X11/lib/libX11.dylib;/usr/X11/lib/libXext.dylib - found
>> >> >> > -- Looking for gethostbyname
>> >> >> > -- Looking for gethostbyname - found
>> >> >> > -- Looking for connect
>> >> >> > -- Looking for connect - found
>> >> >> > -- Looking for remove
>> >> >> > -- Looking for remove - found
>> >> >> > -- Looking for shmat
>> >> >> > -- Looking for shmat - found
>> >> >> > -- Looking for IceConnectionNumber in ICE
>> >> >> > -- Looking for IceConnectionNumber in ICE - found
>> >> >> > -- Found X11: /usr/X11/lib/libX11.dylib
>> >> >> > -- Found FLTK:
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> > /usr/local/lib/libfltk_images.a;/usr/local/lib/libfltk_forms.a;/usr/local/lib/libfltk.a
>> >> >> > -- USE_COREMIDI is enabled
>> >> >> > -- USE_AUDIOUNIT is enabled
>> >> >> > -- ALSA_HEADER="", so disabling USE_ALSA
>> >> >> > -- ALSA_LIBRARY="ALSA_LIBRARY-NOTFOUND", so disabling USE_ALSA
>> >> >> > -- USE_ALSA is disabled
>> >> >> > -- PULSEAUDIO_HEADER="", so disabling USE_PULSEAUDIO
>> >> >> > -- PULSEAUDIO_LIBRARY="PULSEAUDIO_LIBRARY-NOTFOUND", so disabling
>> >> >> > USE_PULSEAUDIO
>> >> >> > -- PULSESIMPLE_LIBRARY="PULSESIMPLE_LIBRARY-NOTFOUND", so
>> >> >> > disabling
>> >> >> > USE_PULSEAUDIO
>> >> >> > -- USE_PULSEAUDIO is disabled
>> >> >> > -- PORTAUDIO_HEADER="", so disabling USE_PORTAUDIO
>> >> >> > -- USE_PORTAUDIO is disabled
>> >> >> > -- PORTMIDI_HEADER="", so disabling USE_PORTMIDI
>> >> >> > -- USE_PORTMIDI is disabled
>> >> >> > -- USE_JACK is enabled
>> >> >> > -- USE_FLTK is enabled
>> >> >> > -- BUILD_VIRTUAL_KEYBOARD is enabled
>> >> >> > --
>> >> >> > -- Building C++ interface library
>> >> >> > -- Found SWIG: /usr/local/bin/swig (found suitable version
>> >> >> > "2.0.9",
>> >> >> > minimum
>> >> >> > required is "2.0")
>> >> >> > -- Found JNI: -framework JavaVM
>> >> >> > -- Found Java: /usr/bin/java (found version "1.6.0.43")
>> >> >> > -- Could NOT find Lua51 (missing:  LUA_LIBRARIES LUA_INCLUDE_DIR)
>> >> >> > -- BUILD_PYTHON_INTERFACE is enabled
>> >> >> > -- BUILD_JAVA_INTERFACE is enabled
>> >> >> > -- LUA51_FOUND="FALSE", so disabling BUILD_LUA_INTERFACE
>> >> >> > -- BUILD_LUA_INTERFACE is disabled
>> >> >> > -- Looking for m_pd.h
>> >> >> > -- Looking for m_pd.h - not found
>> >> >> > -- Building csLadspa
>> >> >> > -- BUILD_CSBEATS is enabled
>> >> >> > -- PD_HEADER="", so disabling BUILD_PD_CLASS
>> >> >> > -- BUILD_PD_CLASS is disabled
>> >> >> > -- BUILD_WINSOUND is disabled
>> >> >> > -- Boost version: 1.53.0
>> >> >> > -- Found SWIG: /usr/local/bin/swig (found version "2.0.9")
>> >> >> > -- Could NOT find Lua51 (missing:  LUA_LIBRARIES LUA_INCLUDE_DIR)
>> >> >> > -- BUILD_CSOUND_AC is disabled
>> >> >> > -- BUILD_CSOUND_AC_PYTHON_INTERFACE is enabled
>> >> >> > -- LUA51_FOUND="FALSE", so disabling BUILD_CSOUND_AC_LUA_INTERFACE
>> >> >> > -- BUILD_CSOUND_AC_LUA_INTERFACE is disabled
>> >> >> > -- Configuring done
>> >> >> > -- Generating done
>> >> >> > -- Build files have been written to: /tmp/csound-NU4A
>> >> >> > ==> make install
>> >> >> > make install
>> >> >> > Scanning dependencies of target ampmidid
>> >> >> > Scanning dependencies of target chua
>> >> >> > Scanning dependencies of target cellular
>> >> >> > [  0%] [  1%] [  1%] Generating csound_prelex.c
>> >> >> > Building CXX object Opcodes/CMakeFiles/ampmidid.dir/ampmidid.cpp.o
>> >> >> > Building C object Opcodes/CMakeFiles/cellular.dir/cellular.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [  1%] Generating csound_orclex.c
>> >> >> > [  1%] Generating csound_orcparse.c
>> >> >> > /tmp/csound-NU4A/Engine/csound_orc.y: conflicts: 4 shift/reduce,
>> >> >> > 10
>> >> >> > reduce/reduce
>> >> >> > Linking C shared library ../libcellular.dylib
>> >> >> > Linking CXX shared library ../libampmidid.dylib
>> >> >> > [  2%] Building CXX object
>> >> >> > Opcodes/CMakeFiles/chua.dir/chua/ChuaOscillator.cpp.o
>> >> >> > [  2%] Built target cellular
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > Scanning dependencies of target control
>> >> >> > Scanning dependencies of target CsoundLib64
>> >> >> > [  2%] Building C object
>> >> >> > Opcodes/CMakeFiles/control.dir/control.c.o
>> >> >> > [  2%] Built target ampmidid
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > Scanning dependencies of target cs_date
>> >> >> > [  3%] Building C object Opcodes/CMakeFiles/cs_date.dir/date.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > Linking C shared library ../libcontrol.dylib
>> >> >> > Linking C shared library ../libcs_date.dylib
>> >> >> > [  3%] Built target control
>> >> >> > [  3%] Built target cs_date
>> >> >> > Scanning dependencies of target doppler
>> >> >> > Scanning dependencies of target fareygen
>> >> >> > [  3%] [  3%] Building CXX object
>> >> >> > Opcodes/CMakeFiles/doppler.dir/doppler.cpp.o
>> >> >> > Building C object Opcodes/CMakeFiles/fareygen.dir/fareygen.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [  4%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Engine/auxfd.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > Linking C shared library ../libfareygen.dylib
>> >> >> > [  4%] Built target fareygen
>> >> >> > [  4%] Scanning dependencies of target fractalnoise
>> >> >> > Building C object CMakeFiles/CsoundLib64.dir/Engine/cfgvar.c.o
>> >> >> > [  4%] brew: superenv removed: -I/usr/local/include
>> >> >> > -I/tmp/csound-NU4A
>> >> >> > Building CXX object
>> >> >> > Opcodes/CMakeFiles/fractalnoise.dir/tl/fractalnoise.cpp.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [  4%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Engine/corfiles.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > Linking CXX shared library ../libfractalnoise.dylib
>> >> >> > [  4%] Built target fractalnoise
>> >> >> > Scanning dependencies of target image
>> >> >> > Linking CXX shared library ../libdoppler.dylib
>> >> >> > [  5%] [  6%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Engine/entry1.c.o
>> >> >> > Building C object Opcodes/CMakeFiles/image.dir/imageOpcodes.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [  6%] Built target doppler
>> >> >> > Scanning dependencies of target jackTransport
>> >> >> > [  6%] Building C object
>> >> >> > Opcodes/CMakeFiles/jackTransport.dir/jackTransport.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [  6%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Engine/envvar.c.o
>> >> >> > Linking C shared library ../libimage.dylib
>> >> >> > Linking C shared library ../libjackTransport.dylib
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [  6%] Built target image
>> >> >> > [  6%] Built target jackTransport
>> >> >> > Scanning dependencies of target jacko
>> >> >> > Scanning dependencies of target mixer
>> >> >> > [  7%] [  8%] Building CXX object
>> >> >> > Opcodes/CMakeFiles/mixer.dir/mixer.cpp.o
>> >> >> > Building CXX object Opcodes/CMakeFiles/jacko.dir/jacko.cpp.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [  8%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Engine/extract.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > Linking CXX shared library ../libchua.dylib
>> >> >> > [  8%] Built target chua
>> >> >> > [  9%] Scanning dependencies of target osc
>> >> >> > Building C object CMakeFiles/CsoundLib64.dir/Engine/fgens.c.o
>> >> >> > [  9%] brew: superenv removed: -I/usr/local/include
>> >> >> > -I/tmp/csound-NU4A
>> >> >> > Building C object Opcodes/CMakeFiles/osc.dir/OSC.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > Linking C shared library ../libosc.dylib
>> >> >> > [  9%] Built target osc
>> >> >> > Scanning dependencies of target platerev
>> >> >> > Linking CXX shared library ../libjacko.dylib
>> >> >> > [ 10%] Building C object
>> >> >> > Opcodes/CMakeFiles/platerev.dir/platerev.c.o
>> >> >> > Linking CXX shared library ../libmixer.dylib
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 10%] Built target jacko
>> >> >> > Scanning dependencies of target py
>> >> >> > [ 10%] Built target mixer
>> >> >> > Scanning dependencies of target scansyn
>> >> >> > [ 10%] Building C object
>> >> >> > Opcodes/CMakeFiles/py.dir/py/pythonopcodes.c.o
>> >> >> > [ 10%] Building C object
>> >> >> > Opcodes/CMakeFiles/scansyn.dir/scansyn.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > Linking C shared library ../libplaterev.dylib
>> >> >> > [ 10%] Built target platerev
>> >> >> > Scanning dependencies of target serial
>> >> >> > [ 11%] Building C object Opcodes/CMakeFiles/serial.dir/serial.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 12%] Building C object
>> >> >> > Opcodes/CMakeFiles/scansyn.dir/scansynx.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > Linking C shared library ../libserial.dylib
>> >> >> > [ 12%] Built target serial
>> >> >> > Scanning dependencies of target signalflowgraph
>> >> >> > [ 12%] Building CXX object
>> >> >> > Opcodes/CMakeFiles/signalflowgraph.dir/signalflowgraph.cpp.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > Linking C shared library ../libscansyn.dylib
>> >> >> > [ 12%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Engine/insert.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 12%] Built target scansyn
>> >> >> > Scanning dependencies of target system_call
>> >> >> > [ 12%] Building C object
>> >> >> > Opcodes/CMakeFiles/system_call.dir/system_call.c.o
>> >> >> > Linking C shared library ../libpy.dylib
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 12%] Built target py
>> >> >> > Scanning dependencies of target stk-ops
>> >> >> > Linking C shared library ../libsystem_call.dylib
>> >> >> > [ 13%] Building CXX object
>> >> >> > Opcodes/stk/CMakeFiles/stk-ops.dir/stkOpcodes.cpp.o
>> >> >> > [ 13%] Built target system_call
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > Scanning dependencies of target cmidi
>> >> >> > [ 13%] Building C object InOut/CMakeFiles/cmidi.dir/cmidi.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > Linking C shared library ../libcmidi.dylib
>> >> >> > [ 13%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Engine/linevent.c.o
>> >> >> > [ 13%] Built target cmidi
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 14%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Engine/memalloc.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > Scanning dependencies of target ipmidi
>> >> >> > [ 14%] [ 14%] Building C object
>> >> >> > InOut/CMakeFiles/ipmidi.dir/ipmidi.c.o
>> >> >> > Building C object CMakeFiles/CsoundLib64.dir/Engine/memfiles.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > Linking C shared library ../libipmidi.dylib
>> >> >> > [ 14%] Built target ipmidi
>> >> >> > Scanning dependencies of target rtauhal
>> >> >> > [ 14%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Engine/musmon.c.o
>> >> >> > [ 14%] Building C object InOut/CMakeFiles/rtauhal.dir/rtauhal.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > Linking C shared library ../librtauhal.dylib
>> >> >> > [ 14%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Engine/namedins.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 14%] Built target rtauhal
>> >> >> > [ 15%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Engine/rdscor.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > Scanning dependencies of target rtjack
>> >> >> > [ 16%] Building C object InOut/CMakeFiles/rtjack.dir/rtjack.c.o
>> >> >> > [ 16%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Engine/scsort.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 16%] Linking CXX shared library ../../libstk.dylib
>> >> >> > Building C object CMakeFiles/CsoundLib64.dir/Engine/scxtract.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 16%] Built target stk-ops
>> >> >> > [ 17%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Engine/sort.c.o
>> >> >> > Scanning dependencies of target virtual
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > Linking C shared library ../librtjack.dylib
>> >> >> > [ 17%] Building CXX object
>> >> >> > InOut/CMakeFiles/virtual.dir/virtual_keyboard/FLTKKeyboard.cpp.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 17%] Built target rtjack
>> >> >> > Scanning dependencies of target widgets
>> >> >> > [ 17%] Building CXX object
>> >> >> > InOut/CMakeFiles/widgets.dir/FL_graph.cpp.o
>> >> >> > [ 17%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Engine/sread.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 17%] Building C object InOut/CMakeFiles/widgets.dir/winFLTK.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 18%] Building CXX object
>> >> >> > InOut/CMakeFiles/widgets.dir/widgets.cpp.o
>> >> >> > [ 18%] brew: superenv removed: -I/usr/local/include
>> >> >> > -I/tmp/csound-NU4A
>> >> >> > Building CXX object
>> >> >> >
>> >> >> >
>> >> >> > InOut/CMakeFiles/virtual.dir/virtual_keyboard/FLTKKeyboardWindow.cpp.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 18%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Engine/swritestr.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > Linking CXX shared library ../libsignalflowgraph.dylib
>> >> >> > [ 19%] Building CXX object
>> >> >> >
>> >> >> >
>> >> >> > InOut/CMakeFiles/virtual.dir/virtual_keyboard/FLTKKeyboardWidget.cpp.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 19%] Built target signalflowgraph
>> >> >> > [ 19%] [FLEX][csbeats_SCANNER] Building scanner with flex 2.5.35
>> >> >> > [ 19%] [BISON][csbeats_PARSER] Building parser with bison 2.3
>> >> >> > beats/beats.y: conflicts: 1 reduce/reduce
>> >> >> > [ 20%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Engine/twarp.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > Scanning dependencies of target csbeats
>> >> >> > [ 21%] Building C object
>> >> >> > frontends/CMakeFiles/csbeats.dir/beats/main.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 21%] Building CXX object
>> >> >> >
>> >> >> > InOut/CMakeFiles/virtual.dir/virtual_keyboard/virtual_keyboard.cpp.o
>> >> >> > [ 21%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Engine/csound_type_system.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 21%] brew: superenv removed: -I/usr/local/include
>> >> >> > -I/tmp/csound-NU4A
>> >> >> > Building C object frontends/CMakeFiles/csbeats.dir/beatslex.yy.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 21%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Engine/csound_standard_types.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 21%] Building C object
>> >> >> > frontends/CMakeFiles/csbeats.dir/beats.tab.c.o
>> >> >> > [ 22%] brew: superenv removed: -I/usr/local/include
>> >> >> > -I/tmp/csound-NU4A
>> >> >> > Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Engine/csound_data_structures.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 22%] Building CXX object
>> >> >> > InOut/CMakeFiles/virtual.dir/virtual_keyboard/Bank.cpp.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > Linking C executable ../csbeats
>> >> >> > [ 22%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Engine/pools.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 22%] Built target csbeats
>> >> >> > [ 23%] Building CXX object
>> >> >> >
>> >> >> > InOut/CMakeFiles/virtual.dir/virtual_keyboard/KeyboardMapping.cpp.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > Scanning dependencies of target stdutil
>> >> >> > [ 23%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/InOut/libsnd.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 24%] Building C object util/CMakeFiles/stdutil.dir/atsa.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 24%] Building CXX object
>> >> >> > InOut/CMakeFiles/virtual.dir/virtual_keyboard/Program.cpp.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 24%] Building CXX object
>> >> >> > InOut/CMakeFiles/virtual.dir/virtual_keyboard/SliderBank.cpp.o
>> >> >> > [ 24%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/InOut/libsnd_u.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 25%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/InOut/midifile.c.o
>> >> >> > [ 26%] Building CXX object
>> >> >> > InOut/CMakeFiles/virtual.dir/virtual_keyboard/SliderData.cpp.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > Linking CXX shared library ../libvirtual.dylib
>> >> >> > [ 26%] [ 26%] Built target virtual
>> >> >> > Building C object CMakeFiles/CsoundLib64.dir/InOut/midirecv.c.o
>> >> >> > Scanning dependencies of target sdif2ad
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 27%] Building C object
>> >> >> > SDIF/CMakeFiles/sdif2ad.dir/sdif2adsyn.c.o
>> >> >> > [ 27%] brew: superenv removed: -I/usr/local/include
>> >> >> > -I/tmp/csound-NU4A
>> >> >> > Building C object util/CMakeFiles/stdutil.dir/cvanal.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 27%] [ 27%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/InOut/midisend.c.o
>> >> >> > Building C object SDIF/CMakeFiles/sdif2ad.dir/sdif.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 27%] brew: superenv removed: -I/usr/local/include
>> >> >> > -I/tmp/csound-NU4A
>> >> >> > Building C object util/CMakeFiles/stdutil.dir/dnoise.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 28%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/InOut/winascii.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 28%] Building C object SDIF/CMakeFiles/sdif2ad.dir/sdif-mem.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 28%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/InOut/windin.c.o
>> >> >> > Linking C executable ../sdif2ad
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 28%] Built target sdif2ad
>> >> >> > [ 29%] Building C object util/CMakeFiles/stdutil.dir/envext.c.o
>> >> >> > [ 29%] brew: superenv removed: -I/usr/local/include
>> >> >> > -I/tmp/csound-NU4A
>> >> >> > Building C object CMakeFiles/CsoundLib64.dir/InOut/window.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 29%] Linking CXX shared library ../libwidgets.dylib
>> >> >> > Building C object util/CMakeFiles/stdutil.dir/het_export.c.o
>> >> >> > [ 29%] brew: superenv removed: -I/usr/local/include
>> >> >> > -I/tmp/csound-NU4A
>> >> >> > Building C object util/CMakeFiles/stdutil.dir/het_import.c.o
>> >> >> > [ 30%] brew: superenv removed: -I/usr/local/include
>> >> >> > -I/tmp/csound-NU4A
>> >> >> > Building C object CMakeFiles/CsoundLib64.dir/InOut/winEPS.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 31%] Building C object util/CMakeFiles/stdutil.dir/hetro.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 31%] Building C object util/CMakeFiles/stdutil.dir/lpanal.c.o
>> >> >> > [ 31%] Built target widgets
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 31%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/InOut/circularbuffer.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 31%] Building C object CMakeFiles/CsoundLib64.dir/OOps/aops.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 32%] Building C object CMakeFiles/CsoundLib64.dir/OOps/bus.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 32%] Building C object
>> >> >> > util/CMakeFiles/stdutil.dir/lpc_export.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 33%] [ 33%] Building C object
>> >> >> > util/CMakeFiles/stdutil.dir/lpc_import.c.o
>> >> >> > Building C object util/CMakeFiles/stdutil.dir/mixer.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 33%] Building C object CMakeFiles/CsoundLib64.dir/OOps/cmath.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 33%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/OOps/diskin.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 33%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/OOps/diskin2.c.o
>> >> >> > [ 33%] Building C object util/CMakeFiles/stdutil.dir/pvanal.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 34%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/OOps/disprep.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 34%] Building C object CMakeFiles/CsoundLib64.dir/OOps/dumpf.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 34%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/OOps/fftlib.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 34%] Building C object util/CMakeFiles/stdutil.dir/pv_export.c.o
>> >> >> > [ 35%] brew: superenv removed: -I/usr/local/include
>> >> >> > -I/tmp/csound-NU4A
>> >> >> > Building C object CMakeFiles/CsoundLib64.dir/OOps/goto_ops.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 35%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/OOps/midiinterop.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 36%] Building C object util/CMakeFiles/stdutil.dir/pv_import.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 36%] [ 36%] Building C object
>> >> >> > util/CMakeFiles/stdutil.dir/pvlook.c.o
>> >> >> > Building C object util/CMakeFiles/stdutil.dir/scale.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 37%] Building C object util/CMakeFiles/stdutil.dir/sndinfo.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 37%] Building C object util/CMakeFiles/stdutil.dir/srconv.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 37%] [ 38%] Building C object
>> >> >> > util/CMakeFiles/stdutil.dir/std_util.c.o
>> >> >> > Building C object util/CMakeFiles/stdutil.dir/xtrct.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 38%] [ 39%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/OOps/midiops.c.o
>> >> >> > Building C object CMakeFiles/CsoundLib64.dir/OOps/midiout.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 39%] Building C object CMakeFiles/CsoundLib64.dir/OOps/mxfft.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 39%] Building C object util/CMakeFiles/stdutil.dir/scope.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 39%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/OOps/oscils.c.o
>> >> >> > [ 40%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/OOps/pstream.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 40%] Building C object
>> >> >> > util/CMakeFiles/stdutil.dir/__/SDIF/sdif.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 40%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/OOps/pvfileio.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 40%] Linking C shared library ../libstdutil.dylib
>> >> >> > Building C object CMakeFiles/CsoundLib64.dir/OOps/pvsanal.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 40%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/OOps/random.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 40%] Built target stdutil
>> >> >> > [ 41%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/OOps/remote.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 41%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/OOps/schedule.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 41%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/OOps/sndinfUG.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 42%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/OOps/str_ops.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 42%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/OOps/ugens1.c.o
>> >> >> > [ 42%] brew: superenv removed: -I/usr/local/include
>> >> >> > -I/tmp/csound-NU4A
>> >> >> > Building C object CMakeFiles/CsoundLib64.dir/OOps/ugens2.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 43%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/OOps/ugens2a.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 43%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/OOps/ugens3.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 43%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/OOps/ugens4.c.o
>> >> >> > [ 44%] brew: superenv removed: -I/usr/local/include
>> >> >> > -I/tmp/csound-NU4A
>> >> >> > Building C object CMakeFiles/CsoundLib64.dir/OOps/ugens5.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 44%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/OOps/ugens6.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 44%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/OOps/ugtabs.c.o
>> >> >> > [ 44%] brew: superenv removed: -I/usr/local/include
>> >> >> > -I/tmp/csound-NU4A
>> >> >> > Building C object CMakeFiles/CsoundLib64.dir/OOps/ugrw1.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 45%] Building C object CMakeFiles/CsoundLib64.dir/OOps/ugrw2.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 45%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/OOps/vdelay.c.o
>> >> >> > [ 45%] brew: superenv removed: -I/usr/local/include
>> >> >> > -I/tmp/csound-NU4A
>> >> >> > [ 46%] [ 46%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/OOps/compile_ops.c.o
>> >> >> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/bilbar.c.o
>> >> >> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/babo.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 46%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/compress.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 47%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/eqfil.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 47%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/Vosim.c.o
>> >> >> > [ 47%] brew: superenv removed: -I/usr/local/include
>> >> >> > -I/tmp/csound-NU4A
>> >> >> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pitch.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 48%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/pitch0.c.o
>> >> >> > [ 48%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/spectra.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 48%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/ambicode1.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 48%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/sfont.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 49%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/grain4.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 49%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/hrtferX.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 49%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/loscilx.c.o
>> >> >> > [ 50%] brew: superenv removed: -I/usr/local/include
>> >> >> > -I/tmp/csound-NU4A
>> >> >> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/minmax.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 50%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/pan2.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 50%] [ 51%] [ 51%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/phisem.c.o
>> >> >> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/arrays.c.o
>> >> >> > Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/hrtfopcodes.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 51%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/stackops.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 52%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/vbap.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 52%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/vbap1.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 52%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/vbap_n.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 52%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/vbap_zak.c.o
>> >> >> > [ 53%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/vaops.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 53%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/ugakbari.c.o
>> >> >> > [ 53%] brew: superenv removed: -I/usr/local/include
>> >> >> > -I/tmp/csound-NU4A
>> >> >> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/harmon.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 54%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/pitchtrack.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 54%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/partikkel.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 54%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/shape.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 55%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/tabsum.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 55%] [ 55%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/crossfm.c.o
>> >> >> > [ 56%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/pvlock.c.o
>> >> >> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/fareyseq.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 56%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/modmatrix.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 56%] [ 56%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/scoreline.c.o
>> >> >> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/modal4.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 57%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/physutil.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 57%] [ 57%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/physmod.c.o
>> >> >> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/mandolin.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 58%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/singwave.c.o
>> >> >> > [ 58%] brew: superenv removed: -I/usr/local/include
>> >> >> > -I/tmp/csound-NU4A
>> >> >> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/fm4op.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 58%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/moog1.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 59%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/shaker.c.o
>> >> >> > [ 59%] brew: superenv removed: -I/usr/local/include
>> >> >> > -I/tmp/csound-NU4A
>> >> >> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/bowedbar.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 59%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/gab/tabmorph.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 60%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/gab/hvs.c.o
>> >> >> > [ 60%] brew: superenv removed: -I/usr/local/include
>> >> >> > -I/tmp/csound-NU4A
>> >> >> > Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/gab/sliderTable.c.o
>> >> >> > [ 60%] brew: superenv removed: -I/usr/local/include
>> >> >> > -I/tmp/csound-NU4A
>> >> >> > Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/gab/newgabopc.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 60%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/ftest.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 61%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/hrtfearly.c.o
>> >> >> > [ 61%] brew: superenv removed: -I/usr/local/include
>> >> >> > -I/tmp/csound-NU4A
>> >> >> > Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/hrtfreverb.c.o
>> >> >> > [ 61%] brew: superenv removed: -I/usr/local/include
>> >> >> > -I/tmp/csound-NU4A
>> >> >> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/cpumeter.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 62%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/gendy.c.o
>> >> >> > [ 62%] brew: superenv removed: -I/usr/local/include
>> >> >> > -I/tmp/csound-NU4A
>> >> >> > Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/tl/sc_noise.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 62%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Top/argdecode.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 63%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Top/cscore_internal.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 63%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Top/cscorfns.c.o
>> >> >> > [ 63%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Top/csmodule.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 64%] Building C object CMakeFiles/CsoundLib64.dir/Top/csound.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 64%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Top/getstring.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 64%] Building C object CMakeFiles/CsoundLib64.dir/Top/main.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 64%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Top/new_opts.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 65%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Top/one_file.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 65%] Building C object CMakeFiles/CsoundLib64.dir/Top/opcode.c.o
>> >> >> > [ 65%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Top/threads.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 66%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Top/utility.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 66%] [ 66%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Top/threadsafe.c.o
>> >> >> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ambicode.c.o
>> >> >> > [ 67%] brew: superenv removed: -I/usr/local/include
>> >> >> > -I/tmp/csound-NU4A
>> >> >> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/bbcut.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 67%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/biquad.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 67%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/butter.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 68%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/clfilt.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 68%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/cross2.c.o
>> >> >> > [ 68%] brew: superenv removed: -I/usr/local/include
>> >> >> > -I/tmp/csound-NU4A
>> >> >> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/dam.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 68%] [ 69%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/dcblockr.c.o
>> >> >> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/filter.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 69%] [ 69%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/flanger.c.o
>> >> >> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/follow.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 70%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/fout.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 70%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/freeverb.c.o
>> >> >> > [ 70%] [ 71%] brew: superenv removed: -I/usr/local/include
>> >> >> > -I/tmp/csound-NU4A
>> >> >> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ftconv.c.o
>> >> >> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ftgen.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 71%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/gab/gab.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 71%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/gab/vectorial.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 72%] [ 72%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/grain.c.o
>> >> >> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/locsig.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 72%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/lowpassr.c.o
>> >> >> > [ 72%] brew: superenv removed: -I/usr/local/include
>> >> >> > -I/tmp/csound-NU4A
>> >> >> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/metro.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 73%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/midiops2.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 73%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/midiops3.c.o
>> >> >> > [ 73%] brew: superenv removed: -I/usr/local/include
>> >> >> > -I/tmp/csound-NU4A
>> >> >> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/newfils.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 74%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/nlfilt.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 74%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/oscbnk.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 74%] [ 75%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/pluck.c.o
>> >> >> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/repluck.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 75%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/reverbsc.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 75%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/seqtime.c.o
>> >> >> > [ 76%] brew: superenv removed: -I/usr/local/include
>> >> >> > -I/tmp/csound-NU4A
>> >> >> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/sndloop.c.o
>> >> >> > [ 76%] brew: superenv removed: -I/usr/local/include
>> >> >> > -I/tmp/csound-NU4A
>> >> >> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/sndwarp.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 76%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/space.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 76%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/spat3d.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 77%] [ 77%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/syncgrain.c.o
>> >> >> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ugens7.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 77%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/ugens9.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 78%] [ 78%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/ugensa.c.o
>> >> >> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/uggab.c.o
>> >> >> > [ 78%] brew: superenv removed: -I/usr/local/include
>> >> >> > -I/tmp/csound-NU4A
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ugmoss.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 79%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/ugnorman.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 79%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/ugsc.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 79%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/wave-terrain.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 80%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/stdopcod.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 80%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/socksend.c.o
>> >> >> > [ 80%] [ 80%] brew: superenv removed: -I/usr/local/include
>> >> >> > -I/tmp/csound-NU4A
>> >> >> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ifd.c.o
>> >> >> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/sockrecv.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 81%] brew: superenv removed: -I/usr/local/include
>> >> >> > -I/tmp/csound-NU4A
>> >> >> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/partials.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 81%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/psynth.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 81%] [ 82%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/pvsbasic.c.o
>> >> >> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pvscent.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 82%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/pvsdemix.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 82%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/pvs_ops.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 83%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/pvsband.c.o
>> >> >> > [ 83%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/pvsbuffer.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 83%] brew: superenv removed: -I/usr/local/include
>> >> >> > -I/tmp/csound-NU4A
>> >> >> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pvsgendy.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 84%] [ 84%] [ 84%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/dsputil.c.o
>> >> >> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pvinterp.c.o
>> >> >> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pvadd.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 84%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/pvocext.c.o
>> >> >> > [ 85%] brew: superenv removed: -I/usr/local/include
>> >> >> > -I/tmp/csound-NU4A
>> >> >> > [ 85%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/pvread.c.o
>> >> >> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ugens8.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 85%] [ 86%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/pvoc.c.o
>> >> >> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/vpvoc.c.o
>> >> >> > [ 86%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Opcodes/mp3in.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 86%] brew: superenv removed: -I/usr/local/include
>> >> >> > -I/tmp/csound-NU4A
>> >> >> > Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/InOut/libmpadec/layer1.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 87%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/InOut/libmpadec/layer2.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 87%] [ 87%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/InOut/libmpadec/layer3.c.o
>> >> >> > Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/InOut/libmpadec/synth.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 88%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/InOut/libmpadec/tables.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 88%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/InOut/libmpadec/mpadec.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 88%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/InOut/libmpadec/mp3dec.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 88%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/csound_orclex.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 89%] [ 89%] [ 89%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/csound_orcparse.c.o
>> >> >> > Building C object CMakeFiles/CsoundLib64.dir/csound_prelex.c.o
>> >> >> > Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Engine/csound_orc_semantics.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 90%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Engine/csound_orc_expressions.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 90%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Engine/csound_orc_optimize.c.o
>> >> >> > [ 90%] brew: superenv removed: -I/usr/local/include
>> >> >> > -I/tmp/csound-NU4A
>> >> >> > Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Engine/csound_orc_compile.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 91%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Engine/new_orc_parser.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 91%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Engine/symbtab.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 91%] [ 92%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Engine/cs_new_dispatch.c.o
>> >> >> > Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Engine/cs_par_base.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 92%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Engine/cs_par_orc_semantic_analysis.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 92%] Building C object
>> >> >> > CMakeFiles/CsoundLib64.dir/Engine/cs_par_dispatch.c.o
>> >> >> > Copying OS X content
>> >> >> > CsoundLib64.framework/Versions/6.0/Headers/CppSound.hpp
>> >> >> > Copying OS X content
>> >> >> > CsoundLib64.framework/Versions/6.0/Headers/CsoundFile.hpp
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > Copying OS X content
>> >> >> > CsoundLib64.framework/Versions/6.0/Headers/OpcodeBase.hpp
>> >> >> > Copying OS X content
>> >> >> > CsoundLib64.framework/Versions/6.0/Headers/cfgvar.h
>> >> >> > Copying OS X content
>> >> >> > CsoundLib64.framework/Versions/6.0/Headers/csPerfThread.hpp
>> >> >> > Copying OS X content
>> >> >> > CsoundLib64.framework/Versions/6.0/Headers/cscore.h
>> >> >> > Copying OS X content
>> >> >> > CsoundLib64.framework/Versions/6.0/Headers/csdl.h
>> >> >> > Copying OS X content
>> >> >> > CsoundLib64.framework/Versions/6.0/Headers/csound.h
>> >> >> > Copying OS X content
>> >> >> > CsoundLib64.framework/Versions/6.0/Headers/csound.hpp
>> >> >> > Copying OS X content
>> >> >> > CsoundLib64.framework/Versions/6.0/Headers/csoundCore.h
>> >> >> > Copying OS X content
>> >> >> >
>> >> >> > CsoundLib64.framework/Versions/6.0/Headers/csound_data_structures.h
>> >> >> > Copying OS X content
>> >> >> > CsoundLib64.framework/Versions/6.0/Headers/csound_standard_types.h
>> >> >> > Copying OS X content
>> >> >> > CsoundLib64.framework/Versions/6.0/Headers/cwindow.h
>> >> >> > Copying OS X content
>> >> >> > CsoundLib64.framework/Versions/6.0/Headers/csound_type_system.h
>> >> >> > Copying OS X content
>> >> >> > CsoundLib64.framework/Versions/6.0/Headers/filebuilding.h
>> >> >> > Copying OS X content
>> >> >> > CsoundLib64.framework/Versions/6.0/Headers/float-version-double.h
>> >> >> > Copying OS X content
>> >> >> > CsoundLib64.framework/Versions/6.0/Headers/float-version.h
>> >> >> > Copying OS X content
>> >> >> > CsoundLib64.framework/Versions/6.0/Headers/interlocks.h
>> >> >> > Copying OS X content
>> >> >> > CsoundLib64.framework/Versions/6.0/Headers/msg_attr.h
>> >> >> > Copying OS X content
>> >> >> > CsoundLib64.framework/Versions/6.0/Headers/pvfileio.h
>> >> >> > Copying OS X content
>> >> >> > CsoundLib64.framework/Versions/6.0/Headers/pstream.h
>> >> >> > Copying OS X content
>> >> >> > CsoundLib64.framework/Versions/6.0/Headers/soundio.h
>> >> >> > Copying OS X content
>> >> >> > CsoundLib64.framework/Versions/6.0/Headers/sysdep.h
>> >> >> > Copying OS X content
>> >> >> > CsoundLib64.framework/Versions/6.0/Headers/text.h
>> >> >> > Copying OS X content
>> >> >> > CsoundLib64.framework/Versions/6.0/Headers/version.h
>> >> >> > Linking C shared library
>> >> >> > CsoundLib64.framework/Versions/6.0/CsoundLib64
>> >> >> > [ 92%] Built target CsoundLib64
>> >> >> > Scanning dependencies of target atsa
>> >> >> > Scanning dependencies of target libcsnd
>> >> >> > Scanning dependencies of target csound-bin
>> >> >> > Scanning dependencies of target csladspa
>> >> >> > [ 92%] [ 93%] [ 93%] [ 93%] Building CXX object
>> >> >> > frontends/CMakeFiles/csladspa.dir/csladspa/csladspa.cpp.o
>> >> >> > Building C object util/CMakeFiles/atsa.dir/atsa_main.c.o
>> >> >> > Building C object
>> >> >> > frontends/CMakeFiles/csound-bin.dir/csound/csound_main.c.o
>> >> >> > Building CXX object
>> >> >> > interfaces/CMakeFiles/libcsnd.dir/CppSound.cpp.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > Linking C executable ../atsa
>> >> >> > Linking C executable ../csound
>> >> >> > [ 93%] [ 93%] Built target atsa
>> >> >> > Built target csound-bin
>> >> >> > Scanning dependencies of target csanalyze
>> >> >> > Scanning dependencies of target cvanal
>> >> >> > [ 93%] [ 93%] Building C object
>> >> >> > util/CMakeFiles/cvanal.dir/cvl_main.c.o
>> >> >> > Building C object util/CMakeFiles/csanalyze.dir/csanalyze.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > Linking C executable ../csanalyze
>> >> >> > Linking C executable ../cvanal
>> >> >> > [ 93%] Built target csanalyze
>> >> >> > [ 93%] Built target cvanal
>> >> >> > Scanning dependencies of target dnoise
>> >> >> > [ 93%] Building CXX object
>> >> >> > interfaces/CMakeFiles/libcsnd.dir/CsoundFile.cpp.o
>> >> >> > [ 94%] Building C object
>> >> >> > util/CMakeFiles/dnoise.dir/dnoise_main.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > Linking C executable ../dnoise
>> >> >> > [ 94%] Built target dnoise
>> >> >> > Scanning dependencies of target envext
>> >> >> > [ 94%] Building C object util/CMakeFiles/envext.dir/env_main.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 95%] Building CXX object
>> >> >> > interfaces/CMakeFiles/libcsnd.dir/Soundfile.cpp.o
>> >> >> > Linking C executable ../envext
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > Linking CXX shared library ../csladspa.dylib
>> >> >> > [ 95%] Built target envext
>> >> >> > Scanning dependencies of target extractor
>> >> >> > [ 95%] Building C object
>> >> >> > util/CMakeFiles/extractor.dir/xtrc_main.c.o
>> >> >> > [ 95%] Built target csladspa
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 95%] Building CXX object
>> >> >> > interfaces/CMakeFiles/libcsnd.dir/csPerfThread.cpp.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > Linking C executable ../extractor
>> >> >> > [ 95%] Built target extractor
>> >> >> > Scanning dependencies of target het_export
>> >> >> > [ 96%] Building C object
>> >> >> > util/CMakeFiles/het_export.dir/hetx_main.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > Linking C executable ../het_export
>> >> >> > [ 96%] Building CXX object
>> >> >> > interfaces/CMakeFiles/libcsnd.dir/cs_glue.cpp.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 96%] Built target het_export
>> >> >> > Scanning dependencies of target het_import
>> >> >> > [ 96%] Building C object
>> >> >> > util/CMakeFiles/het_import.dir/heti_main.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > Scanning dependencies of target hetro
>> >> >> > [ 96%] Building C object util/CMakeFiles/hetro.dir/het_main.c.o
>> >> >> > Linking C executable ../het_import
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > Linking C executable ../hetro
>> >> >> > [ 96%] Built target het_import
>> >> >> > Scanning dependencies of target lpanal
>> >> >> > [ 96%] [ 97%] Building CXX object
>> >> >> > interfaces/CMakeFiles/libcsnd.dir/filebuilding.cpp.o
>> >> >> > Building C object util/CMakeFiles/lpanal.dir/lpc_main.c.o
>> >> >> > [ 97%] Built target hetro
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > Scanning dependencies of target lpc_export
>> >> >> > [ 97%] Building C object
>> >> >> > util/CMakeFiles/lpc_export.dir/lpcx_main.c.o
>> >> >> > Scanning dependencies of target lpc_import
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > Linking C executable ../lpanal
>> >> >> > [ 97%] Building C object
>> >> >> > util/CMakeFiles/lpc_import.dir/lpci_main.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > Linking C executable ../lpc_export
>> >> >> > [ 97%] Built target lpanal
>> >> >> > Scanning dependencies of target mixer-bin
>> >> >> > [ 97%] Linking C executable ../lpc_import
>> >> >> > Building C object util/CMakeFiles/mixer-bin.dir/mixer_main.c.o
>> >> >> > [ 97%] Built target lpc_export
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > Scanning dependencies of target pv_export
>> >> >> > [ 97%] Building C object
>> >> >> > util/CMakeFiles/pv_export.dir/pvx_main.c.o
>> >> >> > [ 97%] Built target lpc_import
>> >> >> > Linking C executable ../mixer
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > Scanning dependencies of target pv_import
>> >> >> > [ 97%] Building C object
>> >> >> > util/CMakeFiles/pv_import.dir/pvi_main.c.o
>> >> >> > [ 97%] brew: superenv removed: -I/usr/local/include
>> >> >> > -I/tmp/csound-NU4A
>> >> >> > Built target mixer-bin
>> >> >> > Linking C executable ../pv_export
>> >> >> > Scanning dependencies of target pvanal
>> >> >> > [ 98%] Building C object util/CMakeFiles/pvanal.dir/pvc_main.c.o
>> >> >> > Linking C executable ../pv_import
>> >> >> > [ 98%] Built target pv_export
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > Scanning dependencies of target pvlook
>> >> >> > [ 98%] Building C object util/CMakeFiles/pvlook.dir/pvl_main.c.o
>> >> >> > [ 98%] Built target pv_import
>> >> >> > Linking C executable ../pvanal
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > Scanning dependencies of target scale
>> >> >> > Linking CXX shared library ../libcsnd.dylib
>> >> >> > [ 98%] Building C object util/CMakeFiles/scale.dir/scale_main.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > Linking C executable ../pvlook
>> >> >> > [ 98%] Built target pvanal
>> >> >> > Scanning dependencies of target scope
>> >> >> > [ 98%] Building C object util/CMakeFiles/scope.dir/scope_main.c.o
>> >> >> > [ 98%] Built target libcsnd
>> >> >> > Linking C executable ../scale
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 98%] Built target pvlook
>> >> >> > Scanning dependencies of target sndinfo
>> >> >> > Scanning dependencies of target srconv
>> >> >> > [ 98%] Building C object
>> >> >> > util/CMakeFiles/sndinfo.dir/sndinfo_main.c.o
>> >> >> > [ 98%] Building C object
>> >> >> > util/CMakeFiles/srconv.dir/srconv_main.c.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > Linking C executable ../scope
>> >> >> > [ 98%] Built target scale
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > Scanning dependencies of target extract
>> >> >> > [ 99%] Linking C executable ../sndinfo
>> >> >> > Building C object util1/CMakeFiles/extract.dir/sortex/xmain.c.o
>> >> >> > [ 99%] Built target scope
>> >> >> > Linking C executable ../srconv
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > Scanning dependencies of target scsort
>> >> >> > [ 99%] [ 99%] Built target sndinfo
>> >> >> > Building C object util1/CMakeFiles/scsort.dir/sortex/smain.c.o
>> >> >> > [ 99%] Linking C executable ../extract
>> >> >> > [ 99%] Swig source
>> >> >> > Built target srconv
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > [ 99%] Language subdirectory: python
>> >> >> > Search paths:
>> >> >> >    ./
>> >> >> >    /usr/local/include/
>> >> >> >    /tmp/csound-NU4A/./H/
>> >> >> >    /tmp/csound-NU4A/./include/
>> >> >> >    /tmp/csound-NU4A/./Engine/
>> >> >> >    /tmp/csound-NU4A/./
>> >> >> >    /tmp/csound-NU4A/
>> >> >> >    /tmp/csound-NU4A/interfaces/
>> >> >> >    /System/Library/Frameworks/Python.framework/Headers/
>> >> >> >    ./swig_lib/python/
>> >> >> >    /usr/local/Cellar/swig/2.0.9/share/swig/2.0.9/python/
>> >> >> >    ./swig_lib/
>> >> >> >    /usr/local/Cellar/swig/2.0.9/share/swig/2.0.9/
>> >> >> > Preprocessing...
>> >> >> > Swig source
>> >> >> > Language subdirectory: java
>> >> >> > Search paths:
>> >> >> >    ./
>> >> >> >    /usr/local/include/
>> >> >> >    /tmp/csound-NU4A/./H/
>> >> >> >    /tmp/csound-NU4A/./include/
>> >> >> >    /tmp/csound-NU4A/./Engine/
>> >> >> >    /tmp/csound-NU4A/./
>> >> >> >    /tmp/csound-NU4A/
>> >> >> >    /tmp/csound-NU4A/interfaces/
>> >> >> >    /System/Library/Frameworks/Python.framework/Headers/
>> >> >> >    /System/Library/Frameworks/JavaVM.framework/Headers/
>> >> >> >    /System/Library/Frameworks/JavaVM.framework/Headers/
>> >> >> >    /System/Library/Frameworks/JavaVM.framework/Headers/
>> >> >> >    ./swig_lib/java/
>> >> >> >    /usr/local/Cellar/swig/2.0.9/share/swig/2.0.9/java/
>> >> >> >    ./swig_lib/
>> >> >> >    /usr/local/Cellar/swig/2.0.9/share/swig/2.0.9/
>> >> >> > Preprocessing...
>> >> >> > Linking C executable ../scsort
>> >> >> > [ 99%] Built target extract
>> >> >> > Starting language-specific parse...
>> >> >> > [ 99%] Built target scsort
>> >> >> > Processing types...
>> >> >> > C++ analysis...
>> >> >> > Generating wrappers...
>> >> >> > Starting language-specific parse...
>> >> >> > /tmp/csound-NU4A/./include/csound.h:519: Warning 451: Setting a
>> >> >> > const
>> >> >> > char *
>> >> >> > variable may leak memory.
>> >> >> > Processing types...
>> >> >> > C++ analysis...
>> >> >> > Generating wrappers...
>> >> >> > /tmp/csound-NU4A/./include/csound.h:519: Warning 451: Setting a
>> >> >> > const
>> >> >> > char *
>> >> >> > variable may leak memory.
>> >> >> > cs_glue.hpp:505: Warning 473: Returning a pointer or reference in
>> >> >> > a
>> >> >> > director
>> >> >> > method is not recommended.
>> >> >> > CppSound.hpp:36: Warning 453: Can't apply (std::vector< double >
>> >> >> > *INPUT). No
>> >> >> > typemaps are defined.
>> >> >> > CppSound.hpp:52: Warning 813: Warning for CppSound proxy: Base
>> >> >> > CsoundFile
>> >> >> > ignored. Multiple inheritance is not supported in Java.
>> >> >> > Scanning dependencies of target _jcsound6
>> >> >> > [ 99%] Building CXX object
>> >> >> > interfaces/CMakeFiles/_jcsound6.dir/java_interfaceJAVA_wrap.cxx.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > cs_glue.hpp:505: Warning 473: Returning a pointer or reference in
>> >> >> > a
>> >> >> > director
>> >> >> > method is not recommended.
>> >> >> > CppSound.hpp:36: Warning 453: Can't apply (std::vector< double >
>> >> >> > *INPUT). No
>> >> >> > typemaps are defined.
>> >> >> > Scanning dependencies of target _csnd6
>> >> >> > [100%] Building CXX object
>> >> >> > interfaces/CMakeFiles/_csnd6.dir/python_interfacePYTHON_wrap.cxx.o
>> >> >> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-NU4A
>> >> >> > Linking CXX shared module ../lib_jcsound6.jnilib
>> >> >> > Building JAVA package csnd6.jar
>> >> >> > [100%] Built target _jcsound6
>> >> >> > Linking CXX shared module ../_csnd6.so
>> >> >> > [100%] Built target _csnd6
>> >> >> > Install the project...
>> >> >> > -- Install configuration: "None"
>> >> >> > -- Installing:
>> >> >> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework
>> >> >> > -- Up-to-date:
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/CsoundLib64
>> >> >> > -- Up-to-date:
>> >> >> >
>> >> >> >
>> >> >> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Headers
>> >> >> > -- Up-to-date:
>> >> >> >
>> >> >> >
>> >> >> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Resources
>> >> >> > -- Installing:
>> >> >> >
>> >> >> >
>> >> >> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions
>> >> >> > -- Installing:
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0
>> >> >> > -- Installing:
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/CsoundLib64
>> >> >> > -- Installing:
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers
>> >> >> > -- Installing:
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/cfgvar.h
>> >> >> > -- Installing:
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/CppSound.hpp
>> >> >> > -- Installing:
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/cscore.h
>> >> >> > -- Installing:
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/csdl.h
>> >> >> > -- Installing:
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/csound.h
>> >> >> > -- Installing:
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/csound.hpp
>> >> >> > -- Installing:
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/csound_data_structures.h
>> >> >> > -- Installing:
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/csound_standard_types.h
>> >> >> > -- Installing:
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/csound_type_system.h
>> >> >> > -- Installing:
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/csoundCore.h
>> >> >> > -- Installing:
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/CsoundFile.hpp
>> >> >> > -- Installing:
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/csPerfThread.hpp
>> >> >> > -- Installing:
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/cwindow.h
>> >> >> > -- Installing:
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/filebuilding.h
>> >> >> > -- Installing:
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/float-version-double.h
>> >> >> > -- Installing:
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/float-version.h
>> >> >> > -- Installing:
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/interlocks.h
>> >> >> > -- Installing:
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/msg_attr.h
>> >> >> > -- Installing:
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/OpcodeBase.hpp
>> >> >> > -- Installing:
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/pstream.h
>> >> >> > -- Installing:
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/pvfileio.h
>> >> >> > -- Installing:
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/soundio.h
>> >> >> > -- Installing:
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/sysdep.h
>> >> >> > -- Installing:
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/text.h
>> >> >> > -- Installing:
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/version.h
>> >> >> > -- Installing:
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources
>> >> >> > -- Installing:
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Info.plist
>> >> >> > -- Up-to-date:
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/Current
>> >> >> > -- Installing:
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libmixer.dylib
>> >> >> > -- Installing:
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libsignalflowgraph.dylib
>> >> >> > -- Installing:
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libampmidid.dylib
>> >> >> > -- Installing:
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libcs_date.dylib
>> >> >> > -- Installing:
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libsystem_call.dylib
>> >> >> > -- Installing:
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libdoppler.dylib
>> >> >> > -- Installing:
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libfractalnoise.dylib
>> >> >> > -- Installing:
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libfareygen.dylib
>> >> >> > -- Installing:
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libcellular.dylib
>> >> >> > -- Installing:
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libserial.dylib
>> >> >> > -- Installing:
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libplaterev.dylib
>> >> >> > -- Installing:
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libscansyn.dylib
>> >> >> > -- Installing:
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libcontrol.dylib
>> >> >> > -- Installing:
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libchua.dylib
>> >> >> > -- Installing:
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libjacko.dylib
>> >> >> > -- Installing:
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libjackTransport.dylib
>> >> >> > -- Installing:
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libosc.dylib
>> >> >> > -- Installing:
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libimage.dylib
>> >> >> > -- Installing:
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libpy.dylib
>> >> >> > -- Installing:
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libstk.dylib
>> >> >> > -- Installing:
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libcmidi.dylib
>> >> >> > -- Installing:
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/librtauhal.dylib
>> >> >> > -- Installing:
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libipmidi.dylib
>> >> >> > -- Installing:
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/librtjack.dylib
>> >> >> > -- Installing:
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libwidgets.dylib
>> >> >> > -- Installing:
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libvirtual.dylib
>> >> >> > -- Installing: /usr/local/Cellar/csound/HEAD/lib/libcsnd.6.0.dylib
>> >> >> > -- Installing: /usr/local/Cellar/csound/HEAD/lib/libcsnd.dylib
>> >> >> > -- Installing: /Library/Python/2.7/site-packages/_csnd6.so
>> >> >> > -- Installing: /Library/Python/2.7/site-packages/csnd6.py
>> >> >> > -- Installing: /Library/Java/Extensions/lib_jcsound6.jnilib
>> >> >> > -- Installing: /Library/Java/Extensions/csnd6.jar
>> >> >> > -- Installing: /usr/local/Cellar/csound/HEAD/bin/csound
>> >> >> > -- Installing:
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/csladspa.dylib
>> >> >> > -- Installing: /usr/local/Cellar/csound/HEAD/bin/csbeats
>> >> >> > -- Installing:
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libstdutil.dylib
>> >> >> > -- Installing: /usr/local/Cellar/csound/HEAD/bin/atsa
>> >> >> > -- Installing: /usr/local/Cellar/csound/HEAD/bin/csanalyze
>> >> >> > -- Installing: /usr/local/Cellar/csound/HEAD/bin/cvanal
>> >> >> > -- Installing: /usr/local/Cellar/csound/HEAD/bin/dnoise
>> >> >> > -- Installing: /usr/local/Cellar/csound/HEAD/bin/envext
>> >> >> > -- Installing: /usr/local/Cellar/csound/HEAD/bin/extractor
>> >> >> > -- Installing: /usr/local/Cellar/csound/HEAD/bin/het_export
>> >> >> > -- Installing: /usr/local/Cellar/csound/HEAD/bin/het_import
>> >> >> > -- Installing: /usr/local/Cellar/csound/HEAD/bin/hetro
>> >> >> > -- Installing: /usr/local/Cellar/csound/HEAD/bin/lpanal
>> >> >> > -- Installing: /usr/local/Cellar/csound/HEAD/bin/lpc_export
>> >> >> > -- Installing: /usr/local/Cellar/csound/HEAD/bin/lpc_import
>> >> >> > -- Installing: /usr/local/Cellar/csound/HEAD/bin/mixer
>> >> >> > -- Installing: /usr/local/Cellar/csound/HEAD/bin/pvanal
>> >> >> > -- Installing: /usr/local/Cellar/csound/HEAD/bin/pvlook
>> >> >> > -- Installing: /usr/local/Cellar/csound/HEAD/bin/pv_export
>> >> >> > -- Installing: /usr/local/Cellar/csound/HEAD/bin/pv_import
>> >> >> > -- Installing: /usr/local/Cellar/csound/HEAD/bin/scale
>> >> >> > -- Installing: /usr/local/Cellar/csound/HEAD/bin/sndinfo
>> >> >> > -- Installing: /usr/local/Cellar/csound/HEAD/bin/srconv
>> >> >> > -- Installing: /usr/local/Cellar/csound/HEAD/bin/scope
>> >> >> > -- Installing: /usr/local/Cellar/csound/HEAD/bin/scsort
>> >> >> > -- Installing: /usr/local/Cellar/csound/HEAD/bin/extract
>> >> >> > -- Installing: /usr/local/Cellar/csound/HEAD/bin/sdif2ad
>> >> >> > ==> Cleaning
>> >> >> > ==> Finishing up
>> >> >> > ln -s ../Cellar/csound/HEAD/bin/srconv srconv
>> >> >> > ln -s ../Cellar/csound/HEAD/bin/sndinfo sndinfo
>> >> >> > ln -s ../Cellar/csound/HEAD/bin/sdif2ad sdif2ad
>> >> >> > ln -s ../Cellar/csound/HEAD/bin/scsort scsort
>> >> >> > ln -s ../Cellar/csound/HEAD/bin/scope scope
>> >> >> > ln -s ../Cellar/csound/HEAD/bin/scale scale
>> >> >> > ln -s ../Cellar/csound/HEAD/bin/pvlook pvlook
>> >> >> > ln -s ../Cellar/csound/HEAD/bin/pvanal pvanal
>> >> >> > ln -s ../Cellar/csound/HEAD/bin/pv_import pv_import
>> >> >> > ln -s ../Cellar/csound/HEAD/bin/pv_export pv_export
>> >> >> > ln -s ../Cellar/csound/HEAD/bin/mixer mixer
>> >> >> > ln -s ../Cellar/csound/HEAD/bin/lpc_import lpc_import
>> >> >> > ln -s ../Cellar/csound/HEAD/bin/lpc_export lpc_export
>> >> >> > ln -s ../Cellar/csound/HEAD/bin/lpanal lpanal
>> >> >> > ln -s ../Cellar/csound/HEAD/bin/hetro hetro
>> >> >> > ln -s ../Cellar/csound/HEAD/bin/het_import het_import
>> >> >> > ln -s ../Cellar/csound/HEAD/bin/het_export het_export
>> >> >> > ln -s ../Cellar/csound/HEAD/bin/extractor extractor
>> >> >> > ln -s ../Cellar/csound/HEAD/bin/extract extract
>> >> >> > ln -s ../Cellar/csound/HEAD/bin/envext envext
>> >> >> > ln -s ../Cellar/csound/HEAD/bin/dnoise dnoise
>> >> >> > ln -s ../Cellar/csound/HEAD/bin/cvanal cvanal
>> >> >> > ln -s ../Cellar/csound/HEAD/bin/csound csound
>> >> >> > ln -s ../Cellar/csound/HEAD/bin/csbeats csbeats
>> >> >> > ln -s ../Cellar/csound/HEAD/bin/csanalyze csanalyze
>> >> >> > ln -s ../Cellar/csound/HEAD/bin/atsa atsa
>> >> >> > ln -s ../Cellar/csound/HEAD/lib/libcsnd.dylib libcsnd.dylib
>> >> >> > ln -s ../Cellar/csound/HEAD/lib/libcsnd.6.0.dylib
>> >> >> > libcsnd.6.0.dylib
>> >> >> > ln -s ../../Cellar/csound/HEAD csound
>> >> >> > ln -s ../Cellar/csound/HEAD csound
>> >> >> > Warning: Could not fix install names for
>> >> >> > /usr/local/Cellar/csound/HEAD/bin/srconv
>> >> >> > Warning: Could not fix install names for
>> >> >> > /usr/local/Cellar/csound/HEAD/bin/sndinfo
>> >> >> > Warning: Could not fix install names for
>> >> >> > /usr/local/Cellar/csound/HEAD/bin/scsort
>> >> >> > Warning: Could not fix install names for
>> >> >> > /usr/local/Cellar/csound/HEAD/bin/scope
>> >> >> > Warning: Could not fix install names for
>> >> >> > /usr/local/Cellar/csound/HEAD/bin/scale
>> >> >> > Warning: Could not fix install names for
>> >> >> > /usr/local/Cellar/csound/HEAD/bin/pvlook
>> >> >> > Warning: Could not fix install names for
>> >> >> > /usr/local/Cellar/csound/HEAD/bin/pvanal
>> >> >> > Warning: Could not fix install names for
>> >> >> > /usr/local/Cellar/csound/HEAD/bin/pv_import
>> >> >> > Warning: Could not fix install names for
>> >> >> > /usr/local/Cellar/csound/HEAD/bin/pv_export
>> >> >> > Warning: Could not fix install names for
>> >> >> > /usr/local/Cellar/csound/HEAD/bin/mixer
>> >> >> > Warning: Could not fix install names for
>> >> >> > /usr/local/Cellar/csound/HEAD/bin/lpc_import
>> >> >> > Warning: Could not fix install names for
>> >> >> > /usr/local/Cellar/csound/HEAD/bin/lpc_export
>> >> >> > Warning: Could not fix install names for
>> >> >> > /usr/local/Cellar/csound/HEAD/bin/lpanal
>> >> >> > Warning: Could not fix install names for
>> >> >> > /usr/local/Cellar/csound/HEAD/bin/hetro
>> >> >> > Warning: Could not fix install names for
>> >> >> > /usr/local/Cellar/csound/HEAD/bin/het_import
>> >> >> > Warning: Could not fix install names for
>> >> >> > /usr/local/Cellar/csound/HEAD/bin/het_export
>> >> >> > Warning: Could not fix install names for
>> >> >> > /usr/local/Cellar/csound/HEAD/bin/extractor
>> >> >> > Warning: Could not fix install names for
>> >> >> > /usr/local/Cellar/csound/HEAD/bin/extract
>> >> >> > Warning: Could not fix install names for
>> >> >> > /usr/local/Cellar/csound/HEAD/bin/envext
>> >> >> > Warning: Could not fix install names for
>> >> >> > /usr/local/Cellar/csound/HEAD/bin/dnoise
>> >> >> > Warning: Could not fix install names for
>> >> >> > /usr/local/Cellar/csound/HEAD/bin/cvanal
>> >> >> > Warning: Could not fix install names for
>> >> >> > /usr/local/Cellar/csound/HEAD/bin/csound
>> >> >> > Warning: Could not fix install names for
>> >> >> > /usr/local/Cellar/csound/HEAD/bin/csanalyze
>> >> >> > Warning: Could not fix install names for
>> >> >> > /usr/local/Cellar/csound/HEAD/bin/atsa
>> >> >> > Warning: Could not fix install names for
>> >> >> > /usr/local/Cellar/csound/HEAD/lib/libcsnd.6.0.dylib
>> >> >> > ==> Summary
>> >> >> > 🍺  /usr/local/Cellar/csound/HEAD: 33 files, 1.0M, built in 57
>> >> >> > seconds
>> >> >> > peimankh:~ peimankhosravi$
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> > www.peimankhosravi.co.uk || Subscribe to RSS Feed
>> >> >> >
>> >> >> > To receive emails about upcoming concerts visit this page & enter
>> >> >> > your
>> >> >> > email
>> >> >> > address in the 'follow' section.
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> > On 13 May 2013 22:25, Steven Yi <stevenyi@gmail.com> wrote:
>> >> >> >>
>> >> >> >> Hi Peiman,
>> >> >> >>
>> >> >> >> Could you do "brew list" to see if the portaudio package is
>> >> >> >> installed?
>> >> >> >>  If so, could you try "brew link portaudio" and if that reports
>> >> >> >> issues, try "brew link --overwrite portaudio"?  I'm thinking that
>> >> >> >> that
>> >> >> >> package didn't link correctly before you installed csound, then
>> >> >> >> csound
>> >> >> >> skipped building librtpa.dylib.   (I guess too you could check
>> >> >> >> /usr/local/lib for libportaudio.dylib)
>> >> >> >>
>> >> >> >> If there's still issues, could you uninstall then reinstall with
>> >> >> >> "brew
>> >> >> >> install --HEAD -v csound > ~/output.txt" and then post the output
>> >> >> >> here?
>> >> >> >>
>> >> >> >> Thanks!
>> >> >> >> steven
>> >> >> >>
>> >> >> >> On Mon, May 13, 2013 at 11:18 PM, peiman khosravi
>> >> >> >> <peimankhosravi@gmail.com> wrote:
>> >> >> >> > Thank Steven,
>> >> >> >> >
>> >> >> >> > I've fixed the Path problem. The problem now is that
>> >> >> >> > librtpa.dylib
>> >> >> >> > isn't
>> >> >> >> > built.
>> >> >> >> >
>> >> >> >> > P
>> >> >> >> >
>> >> >> >> >
>> >> >> >> >
>> >> >> >> >
>> >> >> >> >
>> >> >> >> > ------------------------------------------------------------------------------
>> >> >> >> > AlienVault Unified Security Management (USM) platform delivers
>> >> >> >> > complete
>> >> >> >> > security visibility with the essential security capabilities.
>> >> >> >> > Easily
>> >> >> >> > and
>> >> >> >> > efficiently configure, manage, and operate all of your security
>> >> >> >> > controls
>> >> >> >> > from a single console and one unified framework. Download a
>> >> >> >> > free
>> >> >> >> > trial.
>> >> >> >> > http://p.sf.net/sfu/alienvault_d2d
>> >> >> >> > _______________________________________________
>> >> >> >> > Csound-devel mailing list
>> >> >> >> > Csound-devel@lists.sourceforge.net
>> >> >> >> > https://lists.sourceforge.net/lists/listinfo/csound-devel
>> >> >> >> >
>> >> >> >>
>> >> >> >>
>> >> >> >>
>> >> >> >>
>> >> >> >>
>> >> >> >> ------------------------------------------------------------------------------
>> >> >> >> AlienVault Unified Security Management (USM) platform delivers
>> >> >> >> complete
>> >> >> >> security visibility with the essential security capabilities.
>> >> >> >> Easily
>> >> >> >> and
>> >> >> >> efficiently configure, manage, and operate all of your security
>> >> >> >> controls
>> >> >> >> from a single console and one unified framework. Download a free
>> >> >> >> trial.
>> >> >> >> http://p.sf.net/sfu/alienvault_d2d
>> >> >> >> _______________________________________________
>> >> >> >> Csound-devel mailing list
>> >> >> >> Csound-devel@lists.sourceforge.net
>> >> >> >> https://lists.sourceforge.net/lists/listinfo/csound-devel
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> > ------------------------------------------------------------------------------
>> >> >> > AlienVault Unified Security Management (USM) platform delivers
>> >> >> > complete
>> >> >> > security visibility with the essential security capabilities.
>> >> >> > Easily
>> >> >> > and
>> >> >> > efficiently configure, manage, and operate all of your security
>> >> >> > controls
>> >> >> > from a single console and one unified framework. Download a free
>> >> >> > trial.
>> >> >> > http://p.sf.net/sfu/alienvault_d2d
>> >> >> > _______________________________________________
>> >> >> > Csound-devel mailing list
>> >> >> > Csound-devel@lists.sourceforge.net
>> >> >> > https://lists.sourceforge.net/lists/listinfo/csound-devel
>> >> >> >
>> >> >>
>> >> >>
>> >> >>
>> >> >>
>> >> >> ------------------------------------------------------------------------------
>> >> >> AlienVault Unified Security Management (USM) platform delivers
>> >> >> complete
>> >> >> security visibility with the essential security capabilities. Easily
>> >> >> and
>> >> >> efficiently configure, manage, and operate all of your security
>> >> >> controls
>> >> >> from a single console and one unified framework. Download a free
>> >> >> trial.
>> >> >> http://p.sf.net/sfu/alienvault_d2d
>> >> >> _______________________________________________
>> >> >> Csound-devel mailing list
>> >> >> Csound-devel@lists.sourceforge.net
>> >> >> https://lists.sourceforge.net/lists/listinfo/csound-devel
>> >> >
>> >> >
>> >> >
>> >> >
>> >> >
>> >> > ------------------------------------------------------------------------------
>> >> > AlienVault Unified Security Management (USM) platform delivers
>> >> > complete
>> >> > security visibility with the essential security capabilities. Easily
>> >> > and
>> >> > efficiently configure, manage, and operate all of your security
>> >> > controls
>> >> > from a single console and one unified framework. Download a free
>> >> > trial.
>> >> > http://p.sf.net/sfu/alienvault_d2d
>> >> > _______________________________________________
>> >> > Csound-devel mailing list
>> >> > Csound-devel@lists.sourceforge.net
>> >> > https://lists.sourceforge.net/lists/listinfo/csound-devel
>> >> >
>> >>
>> >>
>> >>
>> >> ------------------------------------------------------------------------------
>> >> AlienVault Unified Security Management (USM) platform delivers complete
>> >> security visibility with the essential security capabilities. Easily
>> >> and
>> >> efficiently configure, manage, and operate all of your security
>> >> controls
>> >> from a single console and one unified framework. Download a free trial.
>> >> http://p.sf.net/sfu/alienvault_d2d
>> >> _______________________________________________
>> >> Csound-devel mailing list
>> >> Csound-devel@lists.sourceforge.net
>> >> https://lists.sourceforge.net/lists/listinfo/csound-devel
>> >
>> >
>> >
>> >
>> > ------------------------------------------------------------------------------
>> > AlienVault Unified Security Management (USM) platform delivers complete
>> > security visibility with the essential security capabilities. Easily and
>> > efficiently configure, manage, and operate all of your security controls
>> > from a single console and one unified framework. Download a free trial.
>> > http://p.sf.net/sfu/alienvault_d2d
>> > _______________________________________________
>> > Csound-devel mailing list
>> > Csound-devel@lists.sourceforge.net
>> > https://lists.sourceforge.net/lists/listinfo/csound-devel
>> >
>>
>>
>> ------------------------------------------------------------------------------
>> AlienVault Unified Security Management (USM) platform delivers complete
>> security visibility with the essential security capabilities. Easily and
>> efficiently configure, manage, and operate all of your security controls
>> from a single console and one unified framework. Download a free trial.
>> http://p.sf.net/sfu/alienvault_d2d
>> _______________________________________________
>> Csound-devel mailing list
>> Csound-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>
>
>
> ------------------------------------------------------------------------------
> AlienVault Unified Security Management (USM) platform delivers complete
> security visibility with the essential security capabilities. Easily and
> efficiently configure, manage, and operate all of your security controls
> from a single console and one unified framework. Download a free trial.
> http://p.sf.net/sfu/alienvault_d2d
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel
>

------------------------------------------------------------------------------
AlienVault Unified Security Management (USM) platform delivers complete
security visibility with the essential security capabilities. Easily and
efficiently configure, manage, and operate all of your security controls
from a single console and one unified framework. Download a free trial.
http://p.sf.net/sfu/alienvault_d2d
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-devel


Date2013-05-14 02:54
Frompeiman khosravi
SubjectRe: [Cs-dev] OSX: Homebrew
AttachmentsNone  None  
Hi Steven,

I tried both your suggestions and it doesn't make a difference.

Thanks
Peiman 



On 13 May 2013 23:41, Steven Yi <stevenyi@gmail.com> wrote:
Thanks Peiman, that all looks like it should.  Eliminating that as a
possible issue, I'm not quite sure what to do. One possibility is
using:

brew install --env=std --HEAD -v csound

This turns of homebrew's superenv system.  The other is updating XCode
as it noted you're using 4.5.2.

Thanks for continuing to work on this with me!
steven



Date2013-05-14 03:06
Frompeiman khosravi
SubjectRe: [Cs-dev] OSX: Homebrew
AttachmentsNone  None  
I just uninstalled portaudio and portmidi and rebuilt Csound. The result is the same but I've pasted the log file below in case it gives you extra info. 

Thanks
Peiman

Last login: Tue May 14 02:47:54 on ttys000
peimankh:~ peimankhosravi$ brew install --HEAD -v csound
==> Installing csound dependency: portaudio
Already downloaded: /Library/Caches/Homebrew/portaudio-19.20111121.tgz
tar xf /Library/Caches/Homebrew/portaudio-19.20111121.tgz
==> Downloading patches
/usr/bin/curl -f#LA Homebrew 0.9.4 (Ruby 1.8.7-358; Mac OS X 10.7.5) https://trac.macports.org/export/94150/trunk/dports/audio/portaudio/files/patch-include__pa_mac_core.h.diff -o 000-homebrew.diff
######################################################################## 100.0%
==> Patching
/usr/bin/patch -f -p0 -i 000-homebrew.diff
patching file include/pa_mac_core.h
==> ./configure --prefix=/usr/local/Cellar/portaudio/19.20111121 --disable-debug --disable-dependency-tracking --enable-mac-universal=no
./configure --prefix=/usr/local/Cellar/portaudio/19.20111121 --disable-debug --disable-dependency-tracking --enable-mac-universal=no
checking build system type... x86_64-apple-darwin11.4.2
checking host system type... x86_64-apple-darwin11.4.2
checking target system type... x86_64-apple-darwin11.4.2
checking for gcc... cc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether cc accepts -g... yes
checking for cc option to accept ISO C89... none needed
checking how to print strings... printf
checking for a sed that does not truncate output... /usr/local/Library/ENV/4.3/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by cc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... no
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm
checking the name lister (/usr/bin/nm) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 196608
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking how to convert x86_64-apple-darwin11.4.2 file names to x86_64-apple-darwin11.4.2 format... func_convert_file_noop
checking how to convert x86_64-apple-darwin11.4.2 file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... dlltool
checking how to associate runtime and link libraries... printf %s\n
checking for ar... ar
checking for archiver @FILE support... no
checking for strip... strip
checking for ranlib... ranlib
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking command to parse /usr/bin/nm output from cc object... ok
checking for sysroot... no
checking for mt... no
checking if : is a manifest tool... no
checking for dsymutil... dsymutil
checking for nmedit... nmedit
checking for lipo... lipo
checking for otool... otool
checking for otool64... no
checking for -single_module linker flag... yes
checking for -exported_symbols_list linker flag... yes
checking for -force_load linker flag... yes
checking how to run the C preprocessor... cc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if cc supports -fno-rtti -fno-exceptions... yes
checking for cc option to produce PIC... -fno-common -DPIC
checking if cc PIC flag -fno-common -DPIC works... yes
checking if cc static flag -static works... no
checking if cc supports -c -o file.o... yes
checking if cc supports -c -o file.o... (cached) yes
checking whether the cc linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... darwin11.4.2 dyld
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking how to run the C++ preprocessor... c++ -E
checking whether the c++ linker (/usr/bin/ld) supports shared libraries... no
checking for c++ option to produce PIC...  -DPIC
checking if c++ PIC flag  -DPIC works... yes
checking if c++ static flag  works... yes
checking if c++ supports -c -o file.o... yes
checking if c++ supports -c -o file.o... (cached) yes
checking whether the c++ linker (/usr/bin/ld) supports shared libraries... no
checking dynamic linker characteristics... darwin11.4.2 dyld
checking how to hardcode library paths into programs... immediate
checking for a BSD-compatible install... /usr/bin/install -c
checking whether ln -s works... yes
checking for ar... /usr/bin/ar
checking whether byte ordering is bigendian... no
checking for snd_pcm_open in -lasound... no
checking for HPI_SubSysCreate in -lhpi... no
checking sys/soundcard.h usability... no
checking sys/soundcard.h presence... no
checking for sys/soundcard.h... no
checking linux/soundcard.h usability... no
checking linux/soundcard.h presence... no
checking for linux/soundcard.h... no
checking machine/soundcard.h usability... no
checking machine/soundcard.h presence... no
checking for machine/soundcard.h... no
checking for pkg-config... /usr/local/opt/pkg-config/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for JACK... no
checking size of short... 2
checking size of int... 4
checking size of long... 8
checking for clock_gettime in -lrt... no
checking for clock_gettime... no
checking for nanosleep... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating portaudio-2.0.pc
config.status: executing libtool commands

Configuration summary:

  Target ...................... x86_64-apple-darwin11.4.2
  C++ bindings ................ no
  Debug output ................ no

  Mac debug flags ............. no

==> make install
make install 
mkdir lib
/bin/sh ./libtool --mode=compile cc -c -std=c99 -g -O2 -DPA_LITTLE_ENDIAN -I./include -I./src/common -I./src/os/unix -Werror     -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=8 -DHAVE_NANOSLEEP=1 -DPA_USE_COREAUDIO=1 src/common/pa_allocation.c -o src/common/pa_allocation.lo
/bin/sh ./libtool --mode=compile cc -c -std=c99 -g -O2 -DPA_LITTLE_ENDIAN -I./include -I./src/common -I./src/os/unix -Werror     -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=8 -DHAVE_NANOSLEEP=1 -DPA_USE_COREAUDIO=1 src/common/pa_converters.c -o src/common/pa_converters.lo
mkdir -p src/common src/hostapi/alsa src/hostapi/asihpi src/hostapi/asio src/hostapi/coreaudio src/hostapi/dsound src/hostapi/jack src/hostapi/oss src/hostapi/wasapi src/hostapi/wdmks src/hostapi/wmme src/os/unix src/os/win
/bin/sh ./libtool --mode=compile cc -c -std=c99 -g -O2 -DPA_LITTLE_ENDIAN -I./include -I./src/common -I./src/os/unix -Werror     -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=8 -DHAVE_NANOSLEEP=1 -DPA_USE_COREAUDIO=1 src/common/pa_cpuload.c -o src/common/pa_cpuload.lo
touch lib-stamp
/bin/sh ./libtool --mode=compile cc -c -std=c99 -g -O2 -DPA_LITTLE_ENDIAN -I./include -I./src/common -I./src/os/unix -Werror     -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=8 -DHAVE_NANOSLEEP=1 -DPA_USE_COREAUDIO=1 src/common/pa_dither.c -o src/common/pa_dither.lo
libtool: compile:  cc -c -std=c99 -g -O2 -DPA_LITTLE_ENDIAN -I./include -I./src/common -I./src/os/unix -Werror -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=8 -DHAVE_NANOSLEEP=1 -DPA_USE_COREAUDIO=1 src/common/pa_cpuload.c  -fno-common -DPIC -o src/common/.libs/pa_cpuload.o
libtool: compile:  cc -c -std=c99 -g -O2 -DPA_LITTLE_ENDIAN -I./include -I./src/common -I./src/os/unix -Werror -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=8 -DHAVE_NANOSLEEP=1 -DPA_USE_COREAUDIO=1 src/common/pa_allocation.c  -fno-common -DPIC -o src/common/.libs/pa_allocation.o
libtool: compile:  cc -c -std=c99 -g -O2 -DPA_LITTLE_ENDIAN -I./include -I./src/common -I./src/os/unix -Werror -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=8 -DHAVE_NANOSLEEP=1 -DPA_USE_COREAUDIO=1 src/common/pa_converters.c  -fno-common -DPIC -o src/common/.libs/pa_converters.o
libtool: compile:  cc -c -std=c99 -g -O2 -DPA_LITTLE_ENDIAN -I./include -I./src/common -I./src/os/unix -Werror -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=8 -DHAVE_NANOSLEEP=1 -DPA_USE_COREAUDIO=1 src/common/pa_dither.c  -fno-common -DPIC -o src/common/.libs/pa_dither.o
brew: superenv removed: -g -O2 -Werror
brew: superenv removed: -g -O2 -Werror
brew: superenv removed: -g -O2 -Werror
brew: superenv removed: -g -O2 -Werror
libtool: compile:  cc -c -std=c99 -g -O2 -DPA_LITTLE_ENDIAN -I./include -I./src/common -I./src/os/unix -Werror -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=8 -DHAVE_NANOSLEEP=1 -DPA_USE_COREAUDIO=1 src/common/pa_cpuload.c -o src/common/pa_cpuload.o >/dev/null 2>&1
libtool: compile:  cc -c -std=c99 -g -O2 -DPA_LITTLE_ENDIAN -I./include -I./src/common -I./src/os/unix -Werror -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=8 -DHAVE_NANOSLEEP=1 -DPA_USE_COREAUDIO=1 src/common/pa_dither.c -o src/common/pa_dither.o >/dev/null 2>&1
libtool: compile:  cc -c -std=c99 -g -O2 -DPA_LITTLE_ENDIAN -I./include -I./src/common -I./src/os/unix -Werror -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=8 -DHAVE_NANOSLEEP=1 -DPA_USE_COREAUDIO=1 src/common/pa_allocation.c -o src/common/pa_allocation.o >/dev/null 2>&1
/bin/sh ./libtool --mode=compile cc -c -std=c99 -g -O2 -DPA_LITTLE_ENDIAN -I./include -I./src/common -I./src/os/unix -Werror     -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=8 -DHAVE_NANOSLEEP=1 -DPA_USE_COREAUDIO=1 src/common/pa_debugprint.c -o src/common/pa_debugprint.lo
/bin/sh ./libtool --mode=compile cc -c -std=c99 -g -O2 -DPA_LITTLE_ENDIAN -I./include -I./src/common -I./src/os/unix -Werror     -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=8 -DHAVE_NANOSLEEP=1 -DPA_USE_COREAUDIO=1 src/common/pa_front.c -o src/common/pa_front.lo
/bin/sh ./libtool --mode=compile cc -c -std=c99 -g -O2 -DPA_LITTLE_ENDIAN -I./include -I./src/common -I./src/os/unix -Werror     -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=8 -DHAVE_NANOSLEEP=1 -DPA_USE_COREAUDIO=1 src/common/pa_process.c -o src/common/pa_process.lo
libtool: compile:  cc -c -std=c99 -g -O2 -DPA_LITTLE_ENDIAN -I./include -I./src/common -I./src/os/unix -Werror -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=8 -DHAVE_NANOSLEEP=1 -DPA_USE_COREAUDIO=1 src/common/pa_debugprint.c  -fno-common -DPIC -o src/common/.libs/pa_debugprint.o
libtool: compile:  cc -c -std=c99 -g -O2 -DPA_LITTLE_ENDIAN -I./include -I./src/common -I./src/os/unix -Werror -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=8 -DHAVE_NANOSLEEP=1 -DPA_USE_COREAUDIO=1 src/common/pa_front.c  -fno-common -DPIC -o src/common/.libs/pa_front.o
brew: superenv removed: -g -O2 -Werror
libtool: compile:  cc -c -std=c99 -g -O2 -DPA_LITTLE_ENDIAN -I./include -I./src/common -I./src/os/unix -Werror -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=8 -DHAVE_NANOSLEEP=1 -DPA_USE_COREAUDIO=1 src/common/pa_process.c  -fno-common -DPIC -o src/common/.libs/pa_process.o
brew: superenv removed: -g -O2 -Werror
brew: superenv removed: -g -O2 -Werror
libtool: compile:  cc -c -std=c99 -g -O2 -DPA_LITTLE_ENDIAN -I./include -I./src/common -I./src/os/unix -Werror -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=8 -DHAVE_NANOSLEEP=1 -DPA_USE_COREAUDIO=1 src/common/pa_debugprint.c -o src/common/pa_debugprint.o >/dev/null 2>&1
libtool: compile:  cc -c -std=c99 -g -O2 -DPA_LITTLE_ENDIAN -I./include -I./src/common -I./src/os/unix -Werror -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=8 -DHAVE_NANOSLEEP=1 -DPA_USE_COREAUDIO=1 src/common/pa_converters.c -o src/common/pa_converters.o >/dev/null 2>&1
/bin/sh ./libtool --mode=compile cc -c -std=c99 -g -O2 -DPA_LITTLE_ENDIAN -I./include -I./src/common -I./src/os/unix -Werror     -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=8 -DHAVE_NANOSLEEP=1 -DPA_USE_COREAUDIO=1 src/common/pa_stream.c -o src/common/pa_stream.lo
libtool: compile:  cc -c -std=c99 -g -O2 -DPA_LITTLE_ENDIAN -I./include -I./src/common -I./src/os/unix -Werror -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=8 -DHAVE_NANOSLEEP=1 -DPA_USE_COREAUDIO=1 src/common/pa_front.c -o src/common/pa_front.o >/dev/null 2>&1
libtool: compile:  cc -c -std=c99 -g -O2 -DPA_LITTLE_ENDIAN -I./include -I./src/common -I./src/os/unix -Werror -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=8 -DHAVE_NANOSLEEP=1 -DPA_USE_COREAUDIO=1 src/common/pa_stream.c  -fno-common -DPIC -o src/common/.libs/pa_stream.o
brew: superenv removed: -g -O2 -Werror
libtool: compile:  cc -c -std=c99 -g -O2 -DPA_LITTLE_ENDIAN -I./include -I./src/common -I./src/os/unix -Werror -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=8 -DHAVE_NANOSLEEP=1 -DPA_USE_COREAUDIO=1 src/common/pa_stream.c -o src/common/pa_stream.o >/dev/null 2>&1
libtool: compile:  cc -c -std=c99 -g -O2 -DPA_LITTLE_ENDIAN -I./include -I./src/common -I./src/os/unix -Werror -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=8 -DHAVE_NANOSLEEP=1 -DPA_USE_COREAUDIO=1 src/common/pa_process.c -o src/common/pa_process.o >/dev/null 2>&1
/bin/sh ./libtool --mode=compile cc -c -std=c99 -g -O2 -DPA_LITTLE_ENDIAN -I./include -I./src/common -I./src/os/unix -Werror     -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=8 -DHAVE_NANOSLEEP=1 -DPA_USE_COREAUDIO=1 src/common/pa_trace.c -o src/common/pa_trace.lo
/bin/sh ./libtool --mode=compile cc -c -std=c99 -g -O2 -DPA_LITTLE_ENDIAN -I./include -I./src/common -I./src/os/unix -Werror     -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=8 -DHAVE_NANOSLEEP=1 -DPA_USE_COREAUDIO=1 src/hostapi/skeleton/pa_hostapi_skeleton.c -o src/hostapi/skeleton/pa_hostapi_skeleton.lo
/bin/sh ./libtool --mode=compile cc -c -std=c99 -g -O2 -DPA_LITTLE_ENDIAN -I./include -I./src/common -I./src/os/unix -Werror     -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=8 -DHAVE_NANOSLEEP=1 -DPA_USE_COREAUDIO=1 src/os/unix/pa_unix_hostapis.c -o src/os/unix/pa_unix_hostapis.lo
libtool: compile:  cc -c -std=c99 -g -O2 -DPA_LITTLE_ENDIAN -I./include -I./src/common -I./src/os/unix -Werror -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=8 -DHAVE_NANOSLEEP=1 -DPA_USE_COREAUDIO=1 src/common/pa_trace.c  -fno-common -DPIC -o src/common/.libs/pa_trace.o
libtool: compile:  cc -c -std=c99 -g -O2 -DPA_LITTLE_ENDIAN -I./include -I./src/common -I./src/os/unix -Werror -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=8 -DHAVE_NANOSLEEP=1 -DPA_USE_COREAUDIO=1 src/hostapi/skeleton/pa_hostapi_skeleton.c  -fno-common -DPIC -o src/hostapi/skeleton/.libs/pa_hostapi_skeleton.o
brew: superenv removed: -g -O2 -Werror
brew: superenv removed: -g -O2 -Werror
libtool: compile:  cc -c -std=c99 -g -O2 -DPA_LITTLE_ENDIAN -I./include -I./src/common -I./src/os/unix -Werror -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=8 -DHAVE_NANOSLEEP=1 -DPA_USE_COREAUDIO=1 src/os/unix/pa_unix_hostapis.c  -fno-common -DPIC -o src/os/unix/.libs/pa_unix_hostapis.o
libtool: compile:  cc -c -std=c99 -g -O2 -DPA_LITTLE_ENDIAN -I./include -I./src/common -I./src/os/unix -Werror -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=8 -DHAVE_NANOSLEEP=1 -DPA_USE_COREAUDIO=1 src/common/pa_trace.c -o src/common/pa_trace.o >/dev/null 2>&1
brew: superenv removed: -g -O2 -Werror
libtool: compile:  cc -c -std=c99 -g -O2 -DPA_LITTLE_ENDIAN -I./include -I./src/common -I./src/os/unix -Werror -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=8 -DHAVE_NANOSLEEP=1 -DPA_USE_COREAUDIO=1 src/hostapi/skeleton/pa_hostapi_skeleton.c -o src/hostapi/skeleton/pa_hostapi_skeleton.o >/dev/null 2>&1
libtool: compile:  cc -c -std=c99 -g -O2 -DPA_LITTLE_ENDIAN -I./include -I./src/common -I./src/os/unix -Werror -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=8 -DHAVE_NANOSLEEP=1 -DPA_USE_COREAUDIO=1 src/os/unix/pa_unix_hostapis.c -o src/os/unix/pa_unix_hostapis.o >/dev/null 2>&1
/bin/sh ./libtool --mode=compile cc -c -std=c99 -g -O2 -DPA_LITTLE_ENDIAN -I./include -I./src/common -I./src/os/unix -Werror     -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=8 -DHAVE_NANOSLEEP=1 -DPA_USE_COREAUDIO=1 src/os/unix/pa_unix_util.c -o src/os/unix/pa_unix_util.lo
/bin/sh ./libtool --mode=compile cc -c -std=c99 -g -O2 -DPA_LITTLE_ENDIAN -I./include -I./src/common -I./src/os/unix -Werror     -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=8 -DHAVE_NANOSLEEP=1 -DPA_USE_COREAUDIO=1 src/hostapi/coreaudio/pa_mac_core.c -o src/hostapi/coreaudio/pa_mac_core.lo
/bin/sh ./libtool --mode=compile cc -c -std=c99 -g -O2 -DPA_LITTLE_ENDIAN -I./include -I./src/common -I./src/os/unix -Werror     -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=8 -DHAVE_NANOSLEEP=1 -DPA_USE_COREAUDIO=1 src/hostapi/coreaudio/pa_mac_core_utilities.c -o src/hostapi/coreaudio/pa_mac_core_utilities.lo
/bin/sh ./libtool --mode=compile cc -c -std=c99 -g -O2 -DPA_LITTLE_ENDIAN -I./include -I./src/common -I./src/os/unix -Werror     -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=8 -DHAVE_NANOSLEEP=1 -DPA_USE_COREAUDIO=1 src/hostapi/coreaudio/pa_mac_core_blocking.c -o src/hostapi/coreaudio/pa_mac_core_blocking.lo
libtool: compile:  cc -c -std=c99 -g -O2 -DPA_LITTLE_ENDIAN -I./include -I./src/common -I./src/os/unix -Werror -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=8 -DHAVE_NANOSLEEP=1 -DPA_USE_COREAUDIO=1 src/os/unix/pa_unix_util.c  -fno-common -DPIC -o src/os/unix/.libs/pa_unix_util.o
brew: superenv removed: -g -O2 -Werror
libtool: compile:  cc -c -std=c99 -g -O2 -DPA_LITTLE_ENDIAN -I./include -I./src/common -I./src/os/unix -Werror -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=8 -DHAVE_NANOSLEEP=1 -DPA_USE_COREAUDIO=1 src/hostapi/coreaudio/pa_mac_core.c  -fno-common -DPIC -o src/hostapi/coreaudio/.libs/pa_mac_core.o
libtool: compile:  cc -c -std=c99 -g -O2 -DPA_LITTLE_ENDIAN -I./include -I./src/common -I./src/os/unix -Werror -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=8 -DHAVE_NANOSLEEP=1 -DPA_USE_COREAUDIO=1 src/hostapi/coreaudio/pa_mac_core_utilities.c  -fno-common -DPIC -o src/hostapi/coreaudio/.libs/pa_mac_core_utilities.o
brew: superenv removed: -g -O2 -Werror
libtool: compile:  cc -c -std=c99 -g -O2 -DPA_LITTLE_ENDIAN -I./include -I./src/common -I./src/os/unix -Werror -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=8 -DHAVE_NANOSLEEP=1 -DPA_USE_COREAUDIO=1 src/hostapi/coreaudio/pa_mac_core_blocking.c  -fno-common -DPIC -o src/hostapi/coreaudio/.libs/pa_mac_core_blocking.o
brew: superenv removed: -g -O2 -Werror
brew: superenv removed: -g -O2 -Werror
libtool: compile:  cc -c -std=c99 -g -O2 -DPA_LITTLE_ENDIAN -I./include -I./src/common -I./src/os/unix -Werror -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=8 -DHAVE_NANOSLEEP=1 -DPA_USE_COREAUDIO=1 src/os/unix/pa_unix_util.c -o src/os/unix/pa_unix_util.o >/dev/null 2>&1
/bin/sh ./libtool --mode=compile cc -c -std=c99 -g -O2 -DPA_LITTLE_ENDIAN -I./include -I./src/common -I./src/os/unix -Werror     -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=8 -DHAVE_NANOSLEEP=1 -DPA_USE_COREAUDIO=1 src/common/pa_ringbuffer.c -o src/common/pa_ringbuffer.lo
libtool: compile:  cc -c -std=c99 -g -O2 -DPA_LITTLE_ENDIAN -I./include -I./src/common -I./src/os/unix -Werror -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=8 -DHAVE_NANOSLEEP=1 -DPA_USE_COREAUDIO=1 src/common/pa_ringbuffer.c  -fno-common -DPIC -o src/common/.libs/pa_ringbuffer.o
brew: superenv removed: -g -O2 -Werror
libtool: compile:  cc -c -std=c99 -g -O2 -DPA_LITTLE_ENDIAN -I./include -I./src/common -I./src/os/unix -Werror -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=8 -DHAVE_NANOSLEEP=1 -DPA_USE_COREAUDIO=1 src/hostapi/coreaudio/pa_mac_core_blocking.c -o src/hostapi/coreaudio/pa_mac_core_blocking.o >/dev/null 2>&1
libtool: compile:  cc -c -std=c99 -g -O2 -DPA_LITTLE_ENDIAN -I./include -I./src/common -I./src/os/unix -Werror -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=8 -DHAVE_NANOSLEEP=1 -DPA_USE_COREAUDIO=1 src/common/pa_ringbuffer.c -o src/common/pa_ringbuffer.o >/dev/null 2>&1
libtool: compile:  cc -c -std=c99 -g -O2 -DPA_LITTLE_ENDIAN -I./include -I./src/common -I./src/os/unix -Werror -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=8 -DHAVE_NANOSLEEP=1 -DPA_USE_COREAUDIO=1 src/hostapi/coreaudio/pa_mac_core_utilities.c -o src/hostapi/coreaudio/pa_mac_core_utilities.o >/dev/null 2>&1
libtool: compile:  cc -c -std=c99 -g -O2 -DPA_LITTLE_ENDIAN -I./include -I./src/common -I./src/os/unix -Werror -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=8 -DHAVE_NANOSLEEP=1 -DPA_USE_COREAUDIO=1 src/hostapi/coreaudio/pa_mac_core.c -o src/hostapi/coreaudio/pa_mac_core.o >/dev/null 2>&1
/bin/sh ./libtool --mode=link cc  -framework CoreAudio -framework AudioToolbox -framework AudioUnit -framework Carbon -dynamiclib    -rpath /usr/local/Cellar/portaudio/19.20111121/lib -no-undefined -export-symbols-regex "(Pa|PaMacCore|PaJack|PaAlsa|PaAsio|PaOSS)_.*" -version-info 2:0:0 -o lib/libportaudio.la src/common/pa_allocation.lo src/common/pa_converters.lo src/common/pa_cpuload.lo src/common/pa_dither.lo src/common/pa_debugprint.lo src/common/pa_front.lo src/common/pa_process.lo src/common/pa_stream.lo src/common/pa_trace.lo src/hostapi/skeleton/pa_hostapi_skeleton.lo src/os/unix/pa_unix_hostapis.lo src/os/unix/pa_unix_util.lo src/hostapi/coreaudio/pa_mac_core.lo src/hostapi/coreaudio/pa_mac_core_utilities.lo src/hostapi/coreaudio/pa_mac_core_blocking.lo src/common/pa_ringbuffer.lo 
libtool: link: /usr/bin/nm  src/common/.libs/pa_allocation.o src/common/.libs/pa_converters.o src/common/.libs/pa_cpuload.o src/common/.libs/pa_dither.o src/common/.libs/pa_debugprint.o src/common/.libs/pa_front.o src/common/.libs/pa_process.o src/common/.libs/pa_stream.o src/common/.libs/pa_trace.o src/hostapi/skeleton/.libs/pa_hostapi_skeleton.o src/os/unix/.libs/pa_unix_hostapis.o src/os/unix/.libs/pa_unix_util.o src/hostapi/coreaudio/.libs/pa_mac_core.o src/hostapi/coreaudio/.libs/pa_mac_core_utilities.o src/hostapi/coreaudio/.libs/pa_mac_core_blocking.o src/common/.libs/pa_ringbuffer.o   | sed -n -e 's/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p' | sed '/ __gnu_lto/d' | /usr/local/Library/ENV/4.3/sed 's/.* //' | sort | uniq > lib/.libs/libportaudio.exp
/usr/bin/nm: no name list
libtool: link: /usr/bin/grep -E -e "(Pa|PaMacCore|PaJack|PaAlsa|PaAsio|PaOSS)_.*" "lib/.libs/libportaudio.exp" > "lib/.libs/libportaudio.expT"
libtool: link: mv -f "lib/.libs/libportaudio.expT" "lib/.libs/libportaudio.exp"
libtool: link: sed 's,^,_,' < lib/.libs/libportaudio.exp > lib/.libs/libportaudio-symbols.expsym
libtool: link: cc -dynamiclib  -o lib/.libs/libportaudio.2.dylib  src/common/.libs/pa_allocation.o src/common/.libs/pa_converters.o src/common/.libs/pa_cpuload.o src/common/.libs/pa_dither.o src/common/.libs/pa_debugprint.o src/common/.libs/pa_front.o src/common/.libs/pa_process.o src/common/.libs/pa_stream.o src/common/.libs/pa_trace.o src/hostapi/skeleton/.libs/pa_hostapi_skeleton.o src/os/unix/.libs/pa_unix_hostapis.o src/os/unix/.libs/pa_unix_util.o src/hostapi/coreaudio/.libs/pa_mac_core.o src/hostapi/coreaudio/.libs/pa_mac_core_utilities.o src/hostapi/coreaudio/.libs/pa_mac_core_blocking.o src/common/.libs/pa_ringbuffer.o   -framework CoreAudio -framework AudioToolbox -framework AudioUnit -framework Carbon    -framework CoreAudio -framework AudioToolbox -framework AudioUnit -framework Carbon -install_name  /usr/local/Cellar/portaudio/19.20111121/lib/libportaudio.2.dylib -compatibility_version 3 -current_version 3.0 -Wl,-single_module -Wl,-exported_symbols_list,lib/.libs/libportaudio-symbols.expsym
libtool: link: (cd "lib/.libs" && rm -f "libportaudio.dylib" && ln -s "libportaudio.2.dylib" "libportaudio.dylib")
libtool: link: /usr/bin/ar cru lib/.libs/libportaudio.a  src/common/pa_allocation.o src/common/pa_converters.o src/common/pa_cpuload.o src/common/pa_dither.o src/common/pa_debugprint.o src/common/pa_front.o src/common/pa_process.o src/common/pa_stream.o src/common/pa_trace.o src/hostapi/skeleton/pa_hostapi_skeleton.o src/os/unix/pa_unix_hostapis.o src/os/unix/pa_unix_util.o src/hostapi/coreaudio/pa_mac_core.o src/hostapi/coreaudio/pa_mac_core_utilities.o src/hostapi/coreaudio/pa_mac_core_blocking.o src/common/pa_ringbuffer.o
/usr/bin/ranlib: file: lib/.libs/libportaudio.a(pa_trace.o) has no symbols
libtool: link: ranlib lib/.libs/libportaudio.a
ranlib: file: lib/.libs/libportaudio.a(pa_trace.o) has no symbols
libtool: link: ( cd "lib/.libs" && rm -f "libportaudio.la" && ln -s "../libportaudio.la" "libportaudio.la" )
/usr/bin/install -c -d /usr/local/Cellar/portaudio/19.20111121/lib
/bin/sh ./libtool --mode=install /usr/bin/install -c lib/libportaudio.la /usr/local/Cellar/portaudio/19.20111121/lib
libtool: install: /usr/bin/install -c lib/.libs/libportaudio.2.dylib /usr/local/Cellar/portaudio/19.20111121/lib/libportaudio.2.dylib
libtool: install: (cd /usr/local/Cellar/portaudio/19.20111121/lib && { ln -s -f libportaudio.2.dylib libportaudio.dylib || { rm -f libportaudio.dylib && ln -s libportaudio.2.dylib libportaudio.dylib; }; })
libtool: install: /usr/bin/install -c lib/.libs/libportaudio.lai /usr/local/Cellar/portaudio/19.20111121/lib/libportaudio.la
libtool: install: /usr/bin/install -c lib/.libs/libportaudio.a /usr/local/Cellar/portaudio/19.20111121/lib/libportaudio.a
libtool: install: chmod 644 /usr/local/Cellar/portaudio/19.20111121/lib/libportaudio.a
libtool: install: ranlib /usr/local/Cellar/portaudio/19.20111121/lib/libportaudio.a
ranlib: file: /usr/local/Cellar/portaudio/19.20111121/lib/libportaudio.a(pa_trace.o) has no symbols
/usr/bin/install -c -d /usr/local/Cellar/portaudio/19.20111121/include
for include in portaudio.h; do \
/usr/bin/install -c -m 644 -m 644 ./include/$include /usr/local/Cellar/portaudio/19.20111121/include/$include; \
done
/usr/bin/install -c -d /usr/local/Cellar/portaudio/19.20111121/lib/pkgconfig
/usr/bin/install -c -m 644 portaudio-2.0.pc /usr/local/Cellar/portaudio/19.20111121/lib/pkgconfig/portaudio-2.0.pc

------------------------------------------------------------
PortAudio was successfully installed.

On some systems (e.g. Linux) you should run 'ldconfig' now
to make the shared object available.  You may also need to
modify your LD_LIBRARY_PATH environment variable to include
the directory /usr/local/Cellar/portaudio/19.20111121/lib
------------------------------------------------------------

/usr/bin/make install-recursive
if test -n "" ; then for dir in ""; do /usr/bin/make -C $dir install; done ; fi
==> Cleaning
rm: /usr/local/Cellar/portaudio/19.20111121/lib/libportaudio.la
==> Finishing up
ln -s ../Cellar/portaudio/19.20111121/include/portaudio.h portaudio.h
ln -s ../Cellar/portaudio/19.20111121/include/pa_mac_core.h pa_mac_core.h
ln -s ../../Cellar/portaudio/19.20111121/lib/pkgconfig/portaudio-2.0.pc portaudio-2.0.pc
ln -s ../Cellar/portaudio/19.20111121/lib/libportaudio.dylib libportaudio.dylib
ln -s ../Cellar/portaudio/19.20111121/lib/libportaudio.a libportaudio.a
ln -s ../Cellar/portaudio/19.20111121/lib/libportaudio.2.dylib libportaudio.2.dylib
ln -s ../../Cellar/portaudio/19.20111121 portaudio
ln -s ../Cellar/portaudio/19.20111121 portaudio
==> Summary
🍺  /usr/local/Cellar/portaudio/19.20111121: 8 files, 308K, built in 10 seconds
==> Installing csound dependency: portmidi
Already downloaded: /Library/Caches/Homebrew/portmidi-217.zip
unzip /Library/Caches/Homebrew/portmidi-217.zip
Archive:  /Library/Caches/Homebrew/portmidi-217.zip
   creating: portmidi/
  inflating: portmidi/ALL_BUILD.vcproj  
  inflating: portmidi/CHANGELOG.txt  
  inflating: portmidi/CMakeLists.txt  
  inflating: portmidi/Doxyfile       
  inflating: portmidi/license.txt    
   creating: portmidi/pm_cl/
  inflating: portmidi/pm_cl/cffi-portmidi.lisp  
  inflating: portmidi/pm_cl/README_CL.txt  
  inflating: portmidi/pm_cl/test-no-cm.lisp  
   creating: portmidi/pm_common/
  inflating: portmidi/pm_common/CMakeLists.txt  
  inflating: portmidi/pm_common/pminternal.h  
  inflating: portmidi/pm_common/pmjni.vcproj  
  inflating: portmidi/pm_common/pmutil.c  
  inflating: portmidi/pm_common/pmutil.h  
  inflating: portmidi/pm_common/portmidi-dynamic.vcproj  
  inflating: portmidi/pm_common/portmidi-static.vcproj  
  inflating: portmidi/pm_common/portmidi.c  
  inflating: portmidi/pm_common/portmidi.h  
   creating: portmidi/pm_csharp/
   creating: portmidi/pm_csharp/pm_managed/
  inflating: portmidi/pm_csharp/pm_managed/app.ico  
  inflating: portmidi/pm_csharp/pm_managed/app.rc  
  inflating: portmidi/pm_csharp/pm_managed/AssemblyInfo.cpp  
  inflating: portmidi/pm_csharp/pm_managed/pm_managed.cpp  
  inflating: portmidi/pm_csharp/pm_managed/pm_managed.h  
  inflating: portmidi/pm_csharp/pm_managed/pm_managed.vcproj  
  inflating: portmidi/pm_csharp/pm_managed/ReadMe.txt  
  inflating: portmidi/pm_csharp/pm_managed/resource.h  
  inflating: portmidi/pm_csharp/pm_managed/Stdafx.cpp  
  inflating: portmidi/pm_csharp/pm_managed/Stdafx.h  
  inflating: portmidi/pm_csharp/README.txt  
   creating: portmidi/pm_dylib/
  inflating: portmidi/pm_dylib/CMakeLists.txt  
  inflating: portmidi/pm_dylib/portmidi-dynamic.vcproj  
  inflating: portmidi/pm_dylib/README.txt  
   creating: portmidi/pm_java/
  inflating: portmidi/pm_java/CMakeLists.txt  
  inflating: portmidi/pm_java/JavaExe.exe  
   creating: portmidi/pm_java/jportmidi/
  inflating: portmidi/pm_java/jportmidi/JPortMidi.java  
  inflating: portmidi/pm_java/jportmidi/JPortMidiApi.java  
  inflating: portmidi/pm_java/jportmidi/JPortMidiException.java  
  inflating: portmidi/pm_java/mac-make.sh  
  inflating: portmidi/pm_java/make.bat  
   creating: portmidi/pm_java/pmdefaults/
  inflating: portmidi/pm_java/pmdefaults/manifest.txt  
  inflating: portmidi/pm_java/pmdefaults/pmdefaults  
  inflating: portmidi/pm_java/pmdefaults/pmdefaults-icon.bmp  
  inflating: portmidi/pm_java/pmdefaults/pmdefaults-icon.gif  
 extracting: portmidi/pm_java/pmdefaults/pmdefaults-icon.png  
  inflating: portmidi/pm_java/pmdefaults/pmdefaults-icon.xcf  
  inflating: portmidi/pm_java/pmdefaults/pmdefaults-license.txt  
  inflating: portmidi/pm_java/pmdefaults/pmdefaults.icns  
  inflating: portmidi/pm_java/pmdefaults/pmdefaults.ico  
  inflating: portmidi/pm_java/pmdefaults/PmDefaults.java  
  inflating: portmidi/pm_java/pmdefaults/PmDefaultsFrame.java  
 extracting: portmidi/pm_java/pmdefaults/portmusic_logo.png  
  inflating: portmidi/pm_java/pmdefaults/readme-win32.txt  
  inflating: portmidi/pm_java/pmdefaults/README.txt  
  inflating: portmidi/pm_java/pmdefaults-setup-script.iss  
   creating: portmidi/pm_java/pmjni/
  inflating: portmidi/pm_java/pmjni/jportmidi_JportMidiApi.h  
  inflating: portmidi/pm_java/pmjni/pmjni-VC8.vcproj  
  inflating: portmidi/pm_java/pmjni/pmjni.c  
  inflating: portmidi/pm_java/pmjni/pmjni.rc  
  inflating: portmidi/pm_java/README.txt  
   creating: portmidi/pm_java/setup/
  inflating: portmidi/pm_java/setup/pmdefaults-setup.exe  
  inflating: portmidi/pm_java/UpdateRsrcJavaExe.exe  
   creating: portmidi/pm_linux/
  inflating: portmidi/pm_linux/finddefault.c  
  inflating: portmidi/pm_linux/pmlinux.c  
  inflating: portmidi/pm_linux/pmlinux.h  
  inflating: portmidi/pm_linux/pmlinuxalsa.c  
  inflating: portmidi/pm_linux/pmlinuxalsa.h  
  inflating: portmidi/pm_linux/README_LINUX.txt  
   creating: portmidi/pm_mac/
  inflating: portmidi/pm_mac/finddefault.c  
  inflating: portmidi/pm_mac/Makefile.osx  
   creating: portmidi/pm_mac/pm_mac.xcodeproj/
  inflating: portmidi/pm_mac/pm_mac.xcodeproj/project.pbxproj  
   creating: portmidi/pm_mac/pmdefaults/
   creating: portmidi/pm_mac/pmdefaults/make/
  inflating: portmidi/pm_mac/pmdefaults/make/build.xml  
  inflating: portmidi/pm_mac/pmdefaults/make/find-classrefs.sh  
   creating: portmidi/pm_mac/pmdefaults/resources/
   creating: portmidi/pm_mac/pmdefaults/resources/English.lproj/
  inflating: portmidi/pm_mac/pmdefaults/resources/English.lproj/Credits.rtf  
  inflating: portmidi/pm_mac/pmdefaults/resources/English.lproj/InfoPlist.strings  
  inflating: portmidi/pm_mac/pmdefaults/resources/Info.plist  
  inflating: portmidi/pm_mac/pmdefaults/resources/Manifest  
  inflating: portmidi/pm_mac/pmmac.c  
  inflating: portmidi/pm_mac/pmmac.h  
  inflating: portmidi/pm_mac/pmmacosxcm.c  
  inflating: portmidi/pm_mac/pmmacosxcm.h  
  inflating: portmidi/pm_mac/readbinaryplist.c  
  inflating: portmidi/pm_mac/readbinaryplist.h  
  inflating: portmidi/pm_mac/README_MAC.txt  
   creating: portmidi/pm_mingw/
   creating: portmidi/pm_mingw/eclipse/
  inflating: portmidi/pm_mingw/eclipse/dot-cproject  
  inflating: portmidi/pm_mingw/eclipse/dot-project  
  inflating: portmidi/pm_mingw/eclipse/README.txt  
   creating: portmidi/pm_mingw/msys/
  inflating: portmidi/pm_mingw/msys/README-MSYS.txt  
  inflating: portmidi/pm_mingw/README-MINGW.txt  
   creating: portmidi/pm_python/
   creating: portmidi/pm_python/pyportmidi/
 extracting: portmidi/pm_python/pyportmidi/__init__.py  
  inflating: portmidi/pm_python/pyportmidi/_pyportmidi.c  
  inflating: portmidi/pm_python/pyportmidi/_pyportmidi.pyx  
   creating: portmidi/pm_python/pyportmidi/examples/
  inflating: portmidi/pm_python/pyportmidi/midi.py  
   creating: portmidi/pm_python/pyportmidi/tests/
  inflating: portmidi/pm_python/README_PYTHON.txt  
  inflating: portmidi/pm_python/setup.py  
   creating: portmidi/pm_qt/
  inflating: portmidi/pm_qt/portmidi.pro  
  inflating: portmidi/pm_qt/README_QT.txt  
   creating: portmidi/pm_test/
  inflating: portmidi/pm_test/CMakeLists.txt  
  inflating: portmidi/pm_test/latency.c  
  inflating: portmidi/pm_test/latency.vcproj  
  inflating: portmidi/pm_test/midiclock.c  
  inflating: portmidi/pm_test/midiclock.vcproj  
  inflating: portmidi/pm_test/midithread.c  
  inflating: portmidi/pm_test/midithread.vcproj  
  inflating: portmidi/pm_test/midithru.c  
  inflating: portmidi/pm_test/midithru.vcproj  
  inflating: portmidi/pm_test/mm.c   
  inflating: portmidi/pm_test/mm.vcproj  
  inflating: portmidi/pm_test/qtest.c  
  inflating: portmidi/pm_test/qtest.vcproj  
  inflating: portmidi/pm_test/sysex.c  
  inflating: portmidi/pm_test/sysex.vcproj  
  inflating: portmidi/pm_test/test.c  
  inflating: portmidi/pm_test/test.vcproj  
  inflating: portmidi/pm_test/txdata.syx  
   creating: portmidi/pm_win/
  inflating: portmidi/pm_win/clean_cmake.bat  
  inflating: portmidi/pm_win/clean_up_vcproj.awk  
  inflating: portmidi/pm_win/clean_up_vcproj.bat  
  inflating: portmidi/pm_win/debugging_dlls.txt  
  inflating: portmidi/pm_win/pmwin.c  
  inflating: portmidi/pm_win/pmwinmm.c  
  inflating: portmidi/pm_win/pmwinmm.h  
  inflating: portmidi/pm_win/README_WIN.txt  
  inflating: portmidi/pm_win/static.cmake  
  inflating: portmidi/portmidi.sln   
 extracting: portmidi/portmidi_cdt.zip  
 extracting: portmidi/portmusic_logo.png  
   creating: portmidi/porttime/
  inflating: portmidi/porttime/porttime-VC8.vcproj  
  inflating: portmidi/porttime/porttime.c  
  inflating: portmidi/porttime/porttime.dsp  
  inflating: portmidi/porttime/porttime.h  
  inflating: portmidi/porttime/porttime.vcproj  
  inflating: portmidi/porttime/ptlinux.c  
  inflating: portmidi/porttime/ptmacosx_cf.c  
  inflating: portmidi/porttime/ptmacosx_mach.c  
  inflating: portmidi/porttime/ptwinmm.c  
  inflating: portmidi/README.txt     
  inflating: portmidi/ZERO_CHECK.vcproj  
==> Patching
/usr/bin/patch -f -p1 -i 000-homebrew.diff
patching file pm_common/CMakeLists.txt
==> make -f pm_mac/Makefile.osx
make -f pm_mac/Makefile.osx 
rm -f CMakeCache.txt
mkdir -p Release
cd Release; cmake .. -G "Unix Makefiles" -DCMAKE_BUILD_TYPE=Release
-- The C compiler identification is Clang 4.2.0
-- The CXX compiler identification is Clang 4.2.0
-- Check for working C compiler: /usr/local/Library/ENV/4.3/cc
-- Check for working C compiler: /usr/local/Library/ENV/4.3/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler: /usr/local/Library/ENV/4.3/c++
-- Check for working CXX compiler: /usr/local/Library/ENV/4.3/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- SYSROOT: //Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk
-- DEFAULT_DEBUG_FLAGS not nil: -g
-- SYSROOT: //Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk
-- Configuring done
-- Generating done
-- Build files have been written to: /tmp/portmidi-LptP/portmidi/Release
cd Release; make
Scanning dependencies of target portmidi-dynamic
Scanning dependencies of target portmidi-static
[  4%] [ 13%] [ 13%] [ 18%] Building C object pm_dylib/CMakeFiles/portmidi-dynamic.dir/__/pm_mac/pmmacosxcm.c.o
Building C object pm_dylib/CMakeFiles/portmidi-dynamic.dir/__/pm_mac/pmmac.c.o
Building C object pm_common/CMakeFiles/portmidi-static.dir/__/pm_mac/pmmac.c.o
Building C object pm_common/CMakeFiles/portmidi-static.dir/__/pm_mac/pmmacosxcm.c.o
brew: superenv removed: -O3 -arch i386 -arch ppc -arch x86_64 -isysroot //Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk
brew: superenv removed: -O3 -arch i386 -arch ppc -arch x86_64 -isysroot //Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk
brew: superenv removed: -O3 -arch i386 -arch ppc -arch x86_64 -isysroot //Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk
brew: superenv removed: -O3 -arch i386 -arch ppc -arch x86_64 -isysroot //Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk
[ 22%] [ 27%] Building C object pm_dylib/CMakeFiles/portmidi-dynamic.dir/__/pm_mac/readbinaryplist.c.o
Building C object pm_common/CMakeFiles/portmidi-static.dir/__/pm_mac/readbinaryplist.c.o
brew: superenv removed: -O3 -arch i386 -arch ppc -arch x86_64 -isysroot //Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk
brew: superenv removed: -O3 -arch i386 -arch ppc -arch x86_64 -isysroot //Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk
[ 31%] [ 36%] Building C object pm_dylib/CMakeFiles/portmidi-dynamic.dir/__/pm_mac/finddefault.c.o
Building C object pm_common/CMakeFiles/portmidi-static.dir/__/pm_mac/finddefault.c.o
brew: superenv removed: -O3 -arch i386 -arch ppc -arch x86_64 -isysroot //Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk
brew: superenv removed: -O3 -arch i386 -arch ppc -arch x86_64 -isysroot //Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk
[ 40%] [ 45%] Building C object pm_common/CMakeFiles/portmidi-static.dir/__/porttime/ptmacosx_mach.c.o
Building C object pm_common/CMakeFiles/portmidi-static.dir/pmutil.c.o
brew: superenv removed: -O3 -arch i386 -arch ppc -arch x86_64 -isysroot //Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk
brew: superenv removed: -O3 -arch i386 -arch ppc -arch x86_64 -isysroot //Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk
[ 50%] Building C object pm_common/CMakeFiles/portmidi-static.dir/portmidi.c.o
[ 54%] Building C object pm_dylib/CMakeFiles/portmidi-dynamic.dir/__/porttime/ptmacosx_mach.c.o
brew: superenv removed: -O3 -arch i386 -arch ppc -arch x86_64 -isysroot //Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk
brew: superenv removed: -O3 -arch i386 -arch ppc -arch x86_64 -isysroot //Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk
[ 59%] [ 63%] Building C object pm_dylib/CMakeFiles/portmidi-dynamic.dir/__/pm_common/pmutil.c.o
Building C object pm_dylib/CMakeFiles/portmidi-dynamic.dir/__/pm_common/portmidi.c.o
brew: superenv removed: -O3 -arch i386 -arch ppc -arch x86_64 -isysroot //Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk
brew: superenv removed: -O3 -arch i386 -arch ppc -arch x86_64 -isysroot //Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk
Linking C static library ../libportmidi_s.a
[ 63%] Built target portmidi-static
Linking C shared library ../libportmidi.dylib
Scanning dependencies of target latency
Scanning dependencies of target midithread
Scanning dependencies of target midiclock
[ 72%] [ 72%] [ 77%] Building C object pm_test/CMakeFiles/latency.dir/latency.c.o
Building C object pm_test/CMakeFiles/midithread.dir/midithread.c.o
brew: superenv removed: -O3 -arch i386 -arch ppc -arch x86_64 -isysroot //Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk
Building C object pm_test/CMakeFiles/midiclock.dir/midiclock.c.o
brew: superenv removed: -O3 -arch i386 -arch ppc -arch x86_64 -isysroot //Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk
brew: superenv removed: -O3 -arch i386 -arch ppc -arch x86_64 -isysroot //Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk
brew: superenv removed: -O3 -arch i386 -arch ppc -arch x86_64 -isysroot //Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk
[ 77%] Built target portmidi-dynamic
Scanning dependencies of target midithru
[ 81%] Linking C executable ../midiclock
Building C object pm_test/CMakeFiles/midithru.dir/midithru.c.o
Linking C executable ../midithread
Linking C executable ../latency
brew: superenv removed: -O3 -arch i386 -arch ppc -arch x86_64 -isysroot //Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk
brew: superenv removed: -O3 -arch i386 -arch ppc -arch x86_64 -isysroot //Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk
brew: superenv removed: -O3 -arch i386 -arch ppc -arch x86_64 -isysroot //Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk
brew: superenv removed: -O3 -arch i386 -arch ppc -arch x86_64 -isysroot //Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk
[ 81%] [ 81%] Built target midiclock
Built target latency
[ 81%] Built target midithread
Linking C executable ../midithru
Scanning dependencies of target mm
Scanning dependencies of target qtest
Scanning dependencies of target sysex
[ 86%] [ 90%] brew: superenv removed: -O3 -arch i386 -arch ppc -arch x86_64 -isysroot //Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk
[ 95%] Building C object pm_test/CMakeFiles/qtest.dir/qtest.c.o
Building C object pm_test/CMakeFiles/mm.dir/mm.c.o
Building C object pm_test/CMakeFiles/sysex.dir/sysex.c.o
brew: superenv removed: -O3 -arch i386 -arch ppc -arch x86_64 -isysroot //Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk
brew: superenv removed: -O3 -arch i386 -arch ppc -arch x86_64 -isysroot //Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk
brew: superenv removed: -O3 -arch i386 -arch ppc -arch x86_64 -isysroot //Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk
[ 95%] Built target midithru
Scanning dependencies of target test
[100%] Building C object pm_test/CMakeFiles/test.dir/test.c.o
brew: superenv removed: -O3 -arch i386 -arch ppc -arch x86_64 -isysroot //Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk
Linking C executable ../qtest
Linking C executable ../mm
Linking C executable ../sysex
brew: superenv removed: -O3 -arch i386 -arch ppc -arch x86_64 -isysroot //Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk
brew: superenv removed: -O3 -arch i386 -arch ppc -arch x86_64 -isysroot //Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk
brew: superenv removed: -O3 -arch i386 -arch ppc -arch x86_64 -isysroot //Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk
[100%] Built target qtest
Linking C executable ../test
[100%] Built target mm
[100%] Built target sysex
brew: superenv removed: -O3 -arch i386 -arch ppc -arch x86_64 -isysroot //Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk
[100%] Built target test
==> make -f pm_mac/Makefile.osx install
make -f pm_mac/Makefile.osx install 
install porttime/porttime.h  /usr/local/Cellar/portmidi/217/include/
install pm_common/portmidi.h /usr/local/Cellar/portmidi/217/include
install Release/libportmidi.dylib /usr/local/Cellar/portmidi/217/lib/
==> Cleaning
==> Finishing up
ln -s ../Cellar/portmidi/217/include/porttime.h porttime.h
ln -s ../Cellar/portmidi/217/include/portmidi.h portmidi.h
ln -s ../Cellar/portmidi/217/lib/libportmidi.dylib libportmidi.dylib
ln -s ../../Cellar/portmidi/217 portmidi
ln -s ../Cellar/portmidi/217 portmidi
==> Summary
🍺  /usr/local/Cellar/portmidi/217: 7 files, 104K, built in 3 seconds
==> Installing csound
git --git-dir /Library/Caches/Homebrew/csound--git/.git status -s
Updating /Library/Caches/Homebrew/csound--git
git config remote.origin.url git://git.code.sourceforge.net/p/csound/csound6-git
git config remote.origin.fetch +refs/heads/master:refs/remotes/origin/master
git fetch origin
git checkout -f master
Already on 'master'
git reset --hard origin/HEAD
HEAD is now at a014b11 Merge branch 'master' of https://git.code.sf.net/p/csound/csound6-git
git reset --hard origin/HEAD
HEAD is now at a014b11 Merge branch 'master' of https://git.code.sf.net/p/csound/csound6-git
git checkout-index -a -f --prefix=/private/tmp/csound-gJSQ/
==> cmake . -DUSE_GETTEXT=0 -DCMAKE_INSTALL_PREFIX=/usr/local/Cellar/csound/HEAD -DCMAKE_BUILD_TYPE=None -DCMAKE_FIND_FRAMEWORK=LAST -Wno-dev
cmake . -DUSE_GETTEXT=0 -DCMAKE_INSTALL_PREFIX=/usr/local/Cellar/csound/HEAD -DCMAKE_BUILD_TYPE=None -DCMAKE_FIND_FRAMEWORK=LAST -Wno-dev
-- The C compiler identification is Clang 4.2.0
-- The CXX compiler identification is Clang 4.2.0
-- Check for working C compiler: /usr/local/Library/ENV/4.3/cc
-- Check for working C compiler: /usr/local/Library/ENV/4.3/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler: /usr/local/Library/ENV/4.3/c++
-- Check for working CXX compiler: /usr/local/Library/ENV/4.3/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- /tmp/csound-gJSQ
-- BUILD_BIN_DIR set to /tmp/csound-gJSQ
-- BUILD_LIB_DIR set to /tmp/csound-gJSQ
-- BUILD_PLUGINS_DIR set to /tmp/csound-gJSQ
-- Check if the system is big endian
-- Searching 16 bit integer
-- Looking for sys/types.h
-- Looking for sys/types.h - found
-- Looking for stdint.h
-- Looking for stdint.h - found
-- Looking for stddef.h
-- Looking for stddef.h - found
-- Check size of unsigned short
-- Check size of unsigned short - done
-- Using unsigned short
-- Check if the system is big endian - little endian
-- Try OpenMP C flag = [-fopenmp]
-- Performing Test OpenMP_FLAG_DETECTED
-- Performing Test OpenMP_FLAG_DETECTED - Failed
-- Try OpenMP C flag = [/openmp]
-- Performing Test OpenMP_FLAG_DETECTED
-- Performing Test OpenMP_FLAG_DETECTED - Failed
-- Try OpenMP C flag = [-Qopenmp]
-- Performing Test OpenMP_FLAG_DETECTED
-- Performing Test OpenMP_FLAG_DETECTED - Failed
-- Try OpenMP C flag = [-openmp]
-- Performing Test OpenMP_FLAG_DETECTED
-- Performing Test OpenMP_FLAG_DETECTED - Failed
-- Try OpenMP C flag = [ ]
-- Performing Test OpenMP_FLAG_DETECTED
-- Performing Test OpenMP_FLAG_DETECTED - Failed
-- Try OpenMP C flag = [-xopenmp]
-- Performing Test OpenMP_FLAG_DETECTED
-- Performing Test OpenMP_FLAG_DETECTED - Failed
-- Try OpenMP C flag = [+Oopenmp]
-- Performing Test OpenMP_FLAG_DETECTED
-- Performing Test OpenMP_FLAG_DETECTED - Failed
-- Try OpenMP C flag = [-qsmp]
-- Performing Test OpenMP_FLAG_DETECTED
-- Performing Test OpenMP_FLAG_DETECTED - Failed
-- Try OpenMP C flag = [-mp]
-- Performing Test OpenMP_FLAG_DETECTED
-- Performing Test OpenMP_FLAG_DETECTED - Failed
-- Try OpenMP CXX flag = [-fopenmp]
-- Performing Test OpenMP_FLAG_DETECTED
-- Performing Test OpenMP_FLAG_DETECTED - Failed
-- Try OpenMP CXX flag = [/openmp]
-- Performing Test OpenMP_FLAG_DETECTED
-- Performing Test OpenMP_FLAG_DETECTED - Failed
-- Try OpenMP CXX flag = [-Qopenmp]
-- Performing Test OpenMP_FLAG_DETECTED
-- Performing Test OpenMP_FLAG_DETECTED - Failed
-- Try OpenMP CXX flag = [-openmp]
-- Performing Test OpenMP_FLAG_DETECTED
-- Performing Test OpenMP_FLAG_DETECTED - Failed
-- Try OpenMP CXX flag = [ ]
-- Performing Test OpenMP_FLAG_DETECTED
-- Performing Test OpenMP_FLAG_DETECTED - Failed
-- Try OpenMP CXX flag = [-xopenmp]
-- Performing Test OpenMP_FLAG_DETECTED
-- Performing Test OpenMP_FLAG_DETECTED - Failed
-- Try OpenMP CXX flag = [+Oopenmp]
-- Performing Test OpenMP_FLAG_DETECTED
-- Performing Test OpenMP_FLAG_DETECTED - Failed
-- Try OpenMP CXX flag = [-qsmp]
-- Performing Test OpenMP_FLAG_DETECTED
-- Performing Test OpenMP_FLAG_DETECTED - Failed
-- Try OpenMP CXX flag = [-mp]
-- Performing Test OpenMP_FLAG_DETECTED
-- Performing Test OpenMP_FLAG_DETECTED - Failed
-- Could NOT find OpenMP (missing:  OpenMP_C_FLAGS OpenMP_CXX_FLAGS) 
-- Looking for libintl.h
-- Looking for libintl.h - not found
-- Looking for C++ include eigen3/Eigen/Dense
-- Looking for C++ include eigen3/Eigen/Dense - not found
-- Could NOT find Gettext (missing:  GETTEXT_MSGMERGE_EXECUTABLE GETTEXT_MSGFMT_EXECUTABLE) 
-- Looking for lrint in m
-- Looking for lrint in m - found
-- Looking for unistd.h
-- Looking for unistd.h - found
-- Looking for io.h
-- Looking for io.h - not found
-- Looking for fcntl.h
-- Looking for fcntl.h - found
-- Looking for sys/time.h
-- Looking for sys/time.h - found
-- Looking for termios.h
-- Looking for termios.h - found
-- Looking for values.h
-- Looking for values.h - not found
-- Looking for winsock.h
-- Looking for winsock.h - not found
-- Looking for sys/socket.h
-- Looking for sys/socket.h - found
-- Looking for dirent.h
-- Looking for dirent.h - found
-- USE_LRINT is enabled
-- Found FLEX: /usr/bin/flex (found version "2.5.35") 
-- Found BISON: /usr/bin/bison (found version "2.3") 
-- Looking for pthread_spin_lock
-- Looking for pthread_spin_lock - not found
-- Looking for pthread_barrier_init
-- Looking for pthread_barrier_init - not found
-- OPENMP_FOUND="FALSE", so disabling USE_OPEN_MP
-- PTHREAD_BARRIER_INIT_EXISTS="", so disabling USE_OPEN_MP
-- USE_OPEN_MP is disabled
-- Not building with score parser
-- Not building with new parser debugging
-- Building with multicore
-- USE_GETTEXT is disabled
-- Not using localization
-- Building on OSX
-- Boost version: 1.53.0
-- Looking for ladspa.h
-- Looking for ladspa.h - not found
-- Looking for fluidsynth.h
-- Looking for fluidsynth.h - not found
-- Looking for jack/jack.h
-- Looking for jack/jack.h - found
-- Looking for C++ include gmm/gmm.h
-- Looking for C++ include gmm/gmm.h - not found
-- Looking for lo/lo.h
-- Looking for lo/lo.h - found
-- Found ZLIB: /usr/lib/libz.dylib (found version "1.2.5") 
-- Found PNG: /usr/local/opt/libpng/lib/libpng.dylib (found version "1.5.14") 
-- Found PythonLibs: /usr/lib/libpython2.7.dylib (found version "2.7.1") 
-- Could NOT find Lua51 (missing:  LUA_LIBRARIES LUA_INCLUDE_DIR) 
-- Looking for wiiuse.h
-- Looking for wiiuse.h - not found
-- Looking for p5glove.h
-- Looking for p5glove.h - not found
-- BUILD_CHUA_OPCODES is enabled
-- LADSPA_H="", so disabling BUILD_DSSI_OPCODES
-- BUILD_DSSI_OPCODES is disabled
-- FLUIDSYNTH_H="", so disabling BUILD_FLUID_OPCODES
-- FLUIDSYNTH_LIBRARY="FLUIDSYNTH_LIBRARY-NOTFOUND", so disabling BUILD_FLUID_OPCODES
-- BUILD_FLUID_OPCODES is disabled
-- BUILD_JACK_OPCODES is enabled
-- GMM_HEADER="", so disabling BUILD_LINEAR_ALGEBRA_OPCODES
-- BUILD_LINEAR_ALGEBRA_OPCODES is disabled
-- BUILD_OSC_OPCODES is enabled
-- BUILD_IMAGE_OPCODES is enabled
-- BUILD_PYTHON_OPCODES is enabled
-- LUA51_FOUND="FALSE", so disabling BUILD_LUA_OPCODES
-- OPENMP_FOUND="FALSE", so disabling BUILD_LUA_OPCODES
-- BUILD_LUA_OPCODES is disabled
-- WIIUSE_H="", so disabling BUILD_WIIMOTE_OPCODES
-- BUILD_WIIMOTE_OPCODES is disabled
-- P5GLOVE_H="", so disabling BUILD_P5GLOVE_OPCODES
-- BUILD_P5GLOVE_OPCODES is disabled
-- BUILD_STK_OPCODES is enabled
-- 
-- ## REALTIME AUDIO AND MIDI ##
-- Looking for alsa/asoundlib.h
-- Looking for alsa/asoundlib.h - not found
-- Looking for pulse/simple.h
-- Looking for pulse/simple.h - not found
-- Looking for XOpenDisplay in /usr/X11/lib/libX11.dylib;/usr/X11/lib/libXext.dylib
-- Looking for XOpenDisplay in /usr/X11/lib/libX11.dylib;/usr/X11/lib/libXext.dylib - found
-- Looking for gethostbyname
-- Looking for gethostbyname - found
-- Looking for connect
-- Looking for connect - found
-- Looking for remove
-- Looking for remove - found
-- Looking for shmat
-- Looking for shmat - found
-- Looking for IceConnectionNumber in ICE
-- Looking for IceConnectionNumber in ICE - found
-- Found X11: /usr/X11/lib/libX11.dylib
-- Found FLTK: /usr/local/lib/libfltk_images.a;/usr/local/lib/libfltk_forms.a;/usr/local/lib/libfltk.a  
-- USE_COREMIDI is enabled
-- USE_AUDIOUNIT is enabled
-- ALSA_HEADER="", so disabling USE_ALSA
-- ALSA_LIBRARY="ALSA_LIBRARY-NOTFOUND", so disabling USE_ALSA
-- USE_ALSA is disabled
-- PULSEAUDIO_HEADER="", so disabling USE_PULSEAUDIO
-- PULSEAUDIO_LIBRARY="PULSEAUDIO_LIBRARY-NOTFOUND", so disabling USE_PULSEAUDIO
-- PULSESIMPLE_LIBRARY="PULSESIMPLE_LIBRARY-NOTFOUND", so disabling USE_PULSEAUDIO
-- USE_PULSEAUDIO is disabled
-- PORTAUDIO_HEADER="", so disabling USE_PORTAUDIO
-- USE_PORTAUDIO is disabled
-- PORTMIDI_HEADER="", so disabling USE_PORTMIDI
-- USE_PORTMIDI is disabled
-- USE_JACK is enabled
-- USE_FLTK is enabled
-- BUILD_VIRTUAL_KEYBOARD is enabled
-- 
-- Building C++ interface library
-- Found SWIG: /usr/local/bin/swig (found suitable version "2.0.9", minimum required is "2.0") 
-- Found JNI: -framework JavaVM  
-- Found Java: /usr/bin/java (found version "1.6.0.43") 
-- Could NOT find Lua51 (missing:  LUA_LIBRARIES LUA_INCLUDE_DIR) 
-- BUILD_PYTHON_INTERFACE is enabled
-- BUILD_JAVA_INTERFACE is enabled
-- LUA51_FOUND="FALSE", so disabling BUILD_LUA_INTERFACE
-- BUILD_LUA_INTERFACE is disabled
-- Looking for m_pd.h
-- Looking for m_pd.h - not found
-- Building csLadspa
-- BUILD_CSBEATS is enabled
-- PD_HEADER="", so disabling BUILD_PD_CLASS
-- BUILD_PD_CLASS is disabled
-- BUILD_WINSOUND is disabled
-- Boost version: 1.53.0
-- Found SWIG: /usr/local/bin/swig (found version "2.0.9") 
-- Could NOT find Lua51 (missing:  LUA_LIBRARIES LUA_INCLUDE_DIR) 
-- BUILD_CSOUND_AC is disabled
-- BUILD_CSOUND_AC_PYTHON_INTERFACE is enabled
-- LUA51_FOUND="FALSE", so disabling BUILD_CSOUND_AC_LUA_INTERFACE
-- BUILD_CSOUND_AC_LUA_INTERFACE is disabled
-- Configuring done
-- Generating done
-- Build files have been written to: /tmp/csound-gJSQ
==> make install
make install
Scanning dependencies of target ampmidid
Scanning dependencies of target cellular
Scanning dependencies of target chua
[  0%] [  1%] [  1%] Generating csound_prelex.c
Building CXX object Opcodes/CMakeFiles/ampmidid.dir/ampmidid.cpp.o
Building C object Opcodes/CMakeFiles/cellular.dir/cellular.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
[  1%] Generating csound_orclex.c
[  1%] Generating csound_orcparse.c
/tmp/csound-gJSQ/Engine/csound_orc.y: conflicts: 4 shift/reduce, 10 reduce/reduce
Linking C shared library ../libcellular.dylib
[  2%] Linking CXX shared library ../libampmidid.dylib
Building CXX object Opcodes/CMakeFiles/chua.dir/chua/ChuaOscillator.cpp.o
[  2%] Built target cellular
brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
Scanning dependencies of target control
[  2%] Building C object Opcodes/CMakeFiles/control.dir/control.c.o
Scanning dependencies of target CsoundLib64
[  2%] Built target ampmidid
brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
Scanning dependencies of target cs_date
[  3%] Building C object Opcodes/CMakeFiles/cs_date.dir/date.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
Linking C shared library ../libcontrol.dylib
Linking C shared library ../libcs_date.dylib
[  3%] Built target control
[  3%] Built target cs_date
Scanning dependencies of target doppler
Scanning dependencies of target fareygen
[  3%] Building CXX object Opcodes/CMakeFiles/doppler.dir/doppler.cpp.o
[  3%] Building C object Opcodes/CMakeFiles/fareygen.dir/fareygen.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
[  4%] Building C object CMakeFiles/CsoundLib64.dir/Engine/auxfd.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
Linking C shared library ../libfareygen.dylib
[  4%] Built target fareygen
Scanning dependencies of target fractalnoise
[  4%] Building C object CMakeFiles/CsoundLib64.dir/Engine/cfgvar.c.o
[  4%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
Building CXX object Opcodes/CMakeFiles/fractalnoise.dir/tl/fractalnoise.cpp.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
[  4%] Building C object CMakeFiles/CsoundLib64.dir/Engine/corfiles.c.o
Linking CXX shared library ../libfractalnoise.dylib
brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
[  4%] Built target fractalnoise
Scanning dependencies of target image
Linking CXX shared library ../libdoppler.dylib
[  5%] [  6%] Building C object Opcodes/CMakeFiles/image.dir/imageOpcodes.c.o
Building C object CMakeFiles/CsoundLib64.dir/Engine/entry1.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
[  6%] Built target doppler
[  6%] Building C object CMakeFiles/CsoundLib64.dir/Engine/envvar.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
Linking C shared library ../libimage.dylib
[  6%] Building C object CMakeFiles/CsoundLib64.dir/Engine/extract.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
[  6%] Built target image
[  7%] Building C object CMakeFiles/CsoundLib64.dir/Engine/fgens.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
[  7%] Building C object CMakeFiles/CsoundLib64.dir/Engine/insert.c.o
[  7%] Building C object CMakeFiles/CsoundLib64.dir/Engine/linevent.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
[  8%] Building C object CMakeFiles/CsoundLib64.dir/Engine/memalloc.c.o
Linking CXX shared library ../libchua.dylib
brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
[  8%] Built target chua
Scanning dependencies of target jackTransport
[  8%] Building C object CMakeFiles/CsoundLib64.dir/Engine/memfiles.c.o
[  8%] Building C object Opcodes/CMakeFiles/jackTransport.dir/jackTransport.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
Linking C shared library ../libjackTransport.dylib
[  8%] Built target jackTransport
Scanning dependencies of target jacko
Scanning dependencies of target mixer
[  9%] [  8%] [ 10%] Building C object CMakeFiles/CsoundLib64.dir/Engine/musmon.c.o
Building CXX object Opcodes/CMakeFiles/jacko.dir/jacko.cpp.o
Building CXX object Opcodes/CMakeFiles/mixer.dir/mixer.cpp.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
[ 10%] Building C object CMakeFiles/CsoundLib64.dir/Engine/namedins.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
Scanning dependencies of target osc
[ 10%] Building C object Opcodes/CMakeFiles/osc.dir/OSC.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
[ 11%] Building C object CMakeFiles/CsoundLib64.dir/Engine/rdscor.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
[ 11%] Linking C shared library ../libosc.dylib
Building C object CMakeFiles/CsoundLib64.dir/Engine/scsort.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
[ 11%] Built target osc
Linking CXX shared library ../libjacko.dylib
Scanning dependencies of target platerev
[ 11%] [ 12%] Building C object CMakeFiles/CsoundLib64.dir/Engine/scxtract.c.o
Building C object Opcodes/CMakeFiles/platerev.dir/platerev.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
[ 12%] Built target jacko
Linking CXX shared library ../libmixer.dylib
Scanning dependencies of target py
[ 13%] [ 13%] Building C object CMakeFiles/CsoundLib64.dir/Engine/sort.c.o
Building C object Opcodes/CMakeFiles/py.dir/py/pythonopcodes.c.o
[ 13%] Built target mixer
brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
Scanning dependencies of target scansyn
Linking C shared library ../libplaterev.dylib
[ 13%] Building C object Opcodes/CMakeFiles/scansyn.dir/scansyn.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
[ 13%] Built target platerev
Scanning dependencies of target serial
[ 14%] Building C object Opcodes/CMakeFiles/serial.dir/serial.c.o
[ 14%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
Building C object CMakeFiles/CsoundLib64.dir/Engine/sread.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
[ 15%] Linking C shared library ../libserial.dylib
Building C object Opcodes/CMakeFiles/scansyn.dir/scansynx.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
[ 15%] Built target serial
[ 15%] Building C object CMakeFiles/CsoundLib64.dir/Engine/swritestr.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
Linking C shared library ../libscansyn.dylib
Linking C shared library ../libpy.dylib
[ 15%] Built target scansyn
[ 16%] Scanning dependencies of target signalflowgraph
Building C object CMakeFiles/CsoundLib64.dir/Engine/twarp.c.o
[ 16%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
Building CXX object Opcodes/CMakeFiles/signalflowgraph.dir/signalflowgraph.cpp.o
[ 16%] Built target py
Scanning dependencies of target system_call
brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
[ 16%] Building C object Opcodes/CMakeFiles/system_call.dir/system_call.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
[ 16%] Scanning dependencies of target stk-ops
Building C object CMakeFiles/CsoundLib64.dir/Engine/csound_type_system.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
[ 17%] Building CXX object Opcodes/stk/CMakeFiles/stk-ops.dir/stkOpcodes.cpp.o
Linking C shared library ../libsystem_call.dylib
brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
[ 17%] Built target system_call
[ 17%] Scanning dependencies of target cmidi
Building C object CMakeFiles/CsoundLib64.dir/Engine/csound_standard_types.c.o
[ 17%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
Building C object InOut/CMakeFiles/cmidi.dir/cmidi.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
[ 18%] Building C object CMakeFiles/CsoundLib64.dir/Engine/csound_data_structures.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
Linking C shared library ../libcmidi.dylib
[ 18%] [ 18%] Built target cmidi
Building C object CMakeFiles/CsoundLib64.dir/Engine/pools.c.o
Scanning dependencies of target ipmidi
brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
[ 18%] Building C object InOut/CMakeFiles/ipmidi.dir/ipmidi.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
[ 18%] Building C object CMakeFiles/CsoundLib64.dir/InOut/libsnd.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
Linking C shared library ../libipmidi.dylib
[ 18%] Built target ipmidi
[ 18%] Building C object CMakeFiles/CsoundLib64.dir/InOut/libsnd_u.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
Scanning dependencies of target rtauhal
[ 19%] Building C object CMakeFiles/CsoundLib64.dir/InOut/midifile.c.o
[ 19%] Building C object InOut/CMakeFiles/rtauhal.dir/rtauhal.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
[ 19%] Building C object CMakeFiles/CsoundLib64.dir/InOut/midirecv.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
Linking C shared library ../librtauhal.dylib
[ 19%] Built target rtauhal
[ 19%] Building C object CMakeFiles/CsoundLib64.dir/InOut/midisend.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
Scanning dependencies of target rtjack
[ 20%] [ 21%] Building C object InOut/CMakeFiles/rtjack.dir/rtjack.c.o
Building C object CMakeFiles/CsoundLib64.dir/InOut/winascii.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
Linking CXX shared library ../../libstk.dylib
[ 21%] Building C object CMakeFiles/CsoundLib64.dir/InOut/windin.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
[ 21%] Built target stk-ops
Scanning dependencies of target virtual
[ 21%] Building C object CMakeFiles/CsoundLib64.dir/InOut/window.c.o
[ 21%] Building CXX object InOut/CMakeFiles/virtual.dir/virtual_keyboard/FLTKKeyboard.cpp.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
Linking C shared library ../librtjack.dylib
brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
[ 21%] Built target rtjack
[ 22%] Building C object CMakeFiles/CsoundLib64.dir/InOut/winEPS.c.o
[ 22%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
Building C object CMakeFiles/CsoundLib64.dir/InOut/circularbuffer.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
[ 22%] [ 22%] Building CXX object InOut/CMakeFiles/virtual.dir/virtual_keyboard/FLTKKeyboardWindow.cpp.o
Building C object CMakeFiles/CsoundLib64.dir/OOps/aops.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
Scanning dependencies of target widgets
[ 22%] [ 23%] Building CXX object InOut/CMakeFiles/widgets.dir/FL_graph.cpp.o
Building CXX object InOut/CMakeFiles/virtual.dir/virtual_keyboard/FLTKKeyboardWidget.cpp.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
[ 23%] Building C object InOut/CMakeFiles/widgets.dir/winFLTK.c.o
[ 23%] Building CXX object InOut/CMakeFiles/virtual.dir/virtual_keyboard/virtual_keyboard.cpp.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
Linking CXX shared library ../libsignalflowgraph.dylib
[ 24%] Building CXX object InOut/CMakeFiles/widgets.dir/widgets.cpp.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
[ 24%] Built target signalflowgraph
[ 24%] [FLEX][csbeats_SCANNER] Building scanner with flex 2.5.35
[ 24%] [BISON][csbeats_PARSER] Building parser with bison 2.3
beats/beats.y: conflicts: 1 reduce/reduce
Scanning dependencies of target csbeats
[ 25%] Building C object frontends/CMakeFiles/csbeats.dir/beats/main.c.o
[ 26%] Building C object CMakeFiles/CsoundLib64.dir/OOps/bus.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
[ 26%] Building CXX object InOut/CMakeFiles/virtual.dir/virtual_keyboard/Bank.cpp.o
[ 26%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
Building C object frontends/CMakeFiles/csbeats.dir/beatslex.yy.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
[ 27%] Building CXX object InOut/CMakeFiles/virtual.dir/virtual_keyboard/KeyboardMapping.cpp.o
[ 27%] Building C object frontends/CMakeFiles/csbeats.dir/beats.tab.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
[ 27%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
Building C object CMakeFiles/CsoundLib64.dir/OOps/cmath.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
Linking C executable ../csbeats
[ 27%] Built target csbeats
[ 27%] Scanning dependencies of target stdutil
Building CXX object InOut/CMakeFiles/virtual.dir/virtual_keyboard/Program.cpp.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
[ 28%] Building C object util/CMakeFiles/stdutil.dir/atsa.c.o
[ 28%] Building CXX object InOut/CMakeFiles/virtual.dir/virtual_keyboard/SliderBank.cpp.o
[ 28%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
Building C object CMakeFiles/CsoundLib64.dir/OOps/diskin.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
[ 28%] Building C object CMakeFiles/CsoundLib64.dir/OOps/diskin2.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
[ 29%] Building CXX object InOut/CMakeFiles/virtual.dir/virtual_keyboard/SliderData.cpp.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
Linking CXX shared library ../libvirtual.dylib
[ 29%] Built target virtual
[ 30%] Scanning dependencies of target sdif2ad
Building C object CMakeFiles/CsoundLib64.dir/OOps/disprep.c.o
[ 31%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
Building C object SDIF/CMakeFiles/sdif2ad.dir/sdif2adsyn.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
[ 31%] Building C object SDIF/CMakeFiles/sdif2ad.dir/sdif.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
[ 31%] [ 31%] Building C object util/CMakeFiles/stdutil.dir/cvanal.c.o
Building C object CMakeFiles/CsoundLib64.dir/OOps/dumpf.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
[ 31%] Building C object SDIF/CMakeFiles/sdif2ad.dir/sdif-mem.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
[ 31%] Building C object util/CMakeFiles/stdutil.dir/dnoise.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
Linking C executable ../sdif2ad
[ 31%] Building C object CMakeFiles/CsoundLib64.dir/OOps/fftlib.c.o
[ 31%] Built target sdif2ad
brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
[ 32%] Building C object util/CMakeFiles/stdutil.dir/envext.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
[ 32%] Building C object util/CMakeFiles/stdutil.dir/het_export.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
[ 32%] Building C object util/CMakeFiles/stdutil.dir/het_import.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
[ 33%] Building C object util/CMakeFiles/stdutil.dir/hetro.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
[ 33%] Building C object util/CMakeFiles/stdutil.dir/lpanal.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
[ 34%] Building C object CMakeFiles/CsoundLib64.dir/OOps/goto_ops.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
Linking CXX shared library ../libwidgets.dylib
[ 34%] [ 34%] Building C object util/CMakeFiles/stdutil.dir/lpc_export.c.o
Building C object CMakeFiles/CsoundLib64.dir/OOps/midiinterop.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
[ 34%] Built target widgets
[ 34%] Building C object CMakeFiles/CsoundLib64.dir/OOps/midiops.c.o
[ 35%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
Building C object util/CMakeFiles/stdutil.dir/lpc_import.c.o
[ 36%] [ 36%] Building C object CMakeFiles/CsoundLib64.dir/OOps/midiout.c.o
Building C object util/CMakeFiles/stdutil.dir/mixer.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
[ 36%] Building C object util/CMakeFiles/stdutil.dir/pvanal.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
[ 36%] [ 36%] Building C object CMakeFiles/CsoundLib64.dir/OOps/mxfft.c.o
Building C object CMakeFiles/CsoundLib64.dir/OOps/oscils.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
[ 36%] Building C object util/CMakeFiles/stdutil.dir/pv_export.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
[ 37%] [ 38%] Building C object CMakeFiles/CsoundLib64.dir/OOps/pstream.c.o
Building C object util/CMakeFiles/stdutil.dir/pv_import.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
[ 38%] Building C object util/CMakeFiles/stdutil.dir/pvlook.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
[ 38%] Building C object util/CMakeFiles/stdutil.dir/scale.c.o
[ 38%] Building C object CMakeFiles/CsoundLib64.dir/OOps/pvfileio.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
[ 38%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
Building C object CMakeFiles/CsoundLib64.dir/OOps/pvsanal.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
[ 38%] Building C object CMakeFiles/CsoundLib64.dir/OOps/random.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
[ 39%] Building C object util/CMakeFiles/stdutil.dir/sndinfo.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
[ 40%] [ 40%] Building C object CMakeFiles/CsoundLib64.dir/OOps/remote.c.o
Building C object CMakeFiles/CsoundLib64.dir/OOps/schedule.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
[ 40%] Building C object util/CMakeFiles/stdutil.dir/srconv.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
[ 40%] Building C object CMakeFiles/CsoundLib64.dir/OOps/sndinfUG.c.o
[ 41%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
Building C object CMakeFiles/CsoundLib64.dir/OOps/str_ops.c.o
[ 41%] Building C object CMakeFiles/CsoundLib64.dir/OOps/ugens1.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
[ 41%] [ 42%] Building C object util/CMakeFiles/stdutil.dir/std_util.c.o
Building C object util/CMakeFiles/stdutil.dir/xtrct.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
[ 42%] Building C object util/CMakeFiles/stdutil.dir/scope.c.o
[ 42%] Building C object CMakeFiles/CsoundLib64.dir/OOps/ugens2.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
[ 42%] Building C object util/CMakeFiles/stdutil.dir/__/SDIF/sdif.c.o
[ 43%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
Building C object CMakeFiles/CsoundLib64.dir/OOps/ugens2a.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
[ 43%] Linking C shared library ../libstdutil.dylib
Building C object CMakeFiles/CsoundLib64.dir/OOps/ugens3.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
[ 43%] [ 44%] [ 44%] Building C object CMakeFiles/CsoundLib64.dir/OOps/ugens4.c.o
Building C object CMakeFiles/CsoundLib64.dir/OOps/ugens5.c.o
Built target stdutil
[ 44%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
Building C object CMakeFiles/CsoundLib64.dir/OOps/ugens6.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
[ 44%] [ 44%] Building C object CMakeFiles/CsoundLib64.dir/OOps/ugtabs.c.o
Building C object CMakeFiles/CsoundLib64.dir/OOps/ugrw1.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
[ 45%] [ 45%] Building C object CMakeFiles/CsoundLib64.dir/OOps/ugrw2.c.o
Building C object CMakeFiles/CsoundLib64.dir/OOps/vdelay.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
[ 45%] Building C object CMakeFiles/CsoundLib64.dir/OOps/compile_ops.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
[ 46%] [ 46%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/babo.c.o
Building C object CMakeFiles/CsoundLib64.dir/Opcodes/bilbar.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
[ 46%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/compress.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
[ 47%] [ 47%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/eqfil.c.o
Building C object CMakeFiles/CsoundLib64.dir/Opcodes/Vosim.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
[ 47%] [ 48%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pitch.c.o
Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pitch0.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
[ 48%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/spectra.c.o
[ 48%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ambicode1.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
[ 48%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/sfont.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
[ 49%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/grain4.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
[ 49%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/hrtferX.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
[ 49%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/loscilx.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
[ 50%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/minmax.c.o
[ 50%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pan2.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
[ 50%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/arrays.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
[ 51%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/phisem.c.o
[ 51%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/hrtfopcodes.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
[ 51%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/stackops.c.o
[ 52%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/vbap.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
[ 52%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/vbap1.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
[ 52%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/vbap_n.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
[ 52%] [ 53%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/vbap_zak.c.o
Building C object CMakeFiles/CsoundLib64.dir/Opcodes/vaops.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
[ 53%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ugakbari.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
[ 53%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/harmon.c.o
[ 54%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pitchtrack.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
[ 54%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/partikkel.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
[ 54%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/shape.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
[ 55%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/tabsum.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
[ 55%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/crossfm.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
[ 55%] [ 56%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pvlock.c.o
Building C object CMakeFiles/CsoundLib64.dir/Opcodes/fareyseq.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
[ 56%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/modmatrix.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
[ 56%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/scoreline.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
[ 56%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/modal4.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
[ 57%] [ 57%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/physutil.c.o
[ 57%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/physmod.c.o
Building C object CMakeFiles/CsoundLib64.dir/Opcodes/mandolin.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
[ 58%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/singwave.c.o
[ 58%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
Building C object CMakeFiles/CsoundLib64.dir/Opcodes/fm4op.c.o
[ 58%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
Building C object CMakeFiles/CsoundLib64.dir/Opcodes/moog1.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
[ 59%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/shaker.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
[ 59%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/bowedbar.c.o
[ 59%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
Building C object CMakeFiles/CsoundLib64.dir/Opcodes/gab/tabmorph.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
[ 60%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/gab/hvs.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
[ 60%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/gab/sliderTable.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
[ 60%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/gab/newgabopc.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ[ 60%] 
Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ftest.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
[ 61%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/hrtfearly.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
[ 61%] [ 61%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/hrtfreverb.c.o
Building C object CMakeFiles/CsoundLib64.dir/Opcodes/cpumeter.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
[ 62%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/gendy.c.o
[ 62%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
Building C object CMakeFiles/CsoundLib64.dir/Opcodes/tl/sc_noise.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
[ 62%] Building C object CMakeFiles/CsoundLib64.dir/Top/argdecode.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
[ 63%] Building C object CMakeFiles/CsoundLib64.dir/Top/cscore_internal.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
[ 63%] [ 63%] Building C object CMakeFiles/CsoundLib64.dir/Top/cscorfns.c.o
Building C object CMakeFiles/CsoundLib64.dir/Top/csmodule.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
[ 64%] Building C object CMakeFiles/CsoundLib64.dir/Top/csound.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
[ 64%] Building C object CMakeFiles/CsoundLib64.dir/Top/getstring.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
[ 64%] [ 64%] Building C object CMakeFiles/CsoundLib64.dir/Top/main.c.o
Building C object CMakeFiles/CsoundLib64.dir/Top/new_opts.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
[ 65%] Building C object CMakeFiles/CsoundLib64.dir/Top/one_file.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
[ 65%] Building C object CMakeFiles/CsoundLib64.dir/Top/opcode.c.o
[ 65%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
Building C object CMakeFiles/CsoundLib64.dir/Top/threads.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
[ 66%] Building C object CMakeFiles/CsoundLib64.dir/Top/utility.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
[ 66%] [ 66%] Building C object CMakeFiles/CsoundLib64.dir/Top/threadsafe.c.o
[ 67%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ambicode.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
Building C object CMakeFiles/CsoundLib64.dir/Opcodes/bbcut.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
[ 67%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/biquad.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
[ 67%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/butter.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
[ 68%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/clfilt.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
[ 68%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/cross2.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
[ 68%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/dam.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
[ 68%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/dcblockr.c.o
[ 69%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
Building C object CMakeFiles/CsoundLib64.dir/Opcodes/filter.c.o
[ 69%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
Building C object CMakeFiles/CsoundLib64.dir/Opcodes/flanger.c.o
[ 69%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/follow.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
[ 70%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/fout.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
[ 70%] [ 70%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/freeverb.c.o
Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ftconv.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
[ 71%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ftgen.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
[ 71%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/gab/gab.c.o
[ 71%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/gab/vectorial.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
[ 72%] [ 72%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/grain.c.o
Building C object CMakeFiles/CsoundLib64.dir/Opcodes/locsig.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
[ 72%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/lowpassr.c.o
[ 72%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/metro.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
[ 73%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
Building C object CMakeFiles/CsoundLib64.dir/Opcodes/midiops2.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
[ 73%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/midiops3.c.o
[ 73%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/newfils.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
[ 74%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/nlfilt.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
[ 74%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/oscbnk.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
[ 74%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pluck.c.o
[ 75%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
Building C object CMakeFiles/CsoundLib64.dir/Opcodes/repluck.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
[ 75%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/reverbsc.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
[ 75%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/seqtime.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
[ 76%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/sndloop.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
[ 76%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/sndwarp.c.o
[ 76%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
Building C object CMakeFiles/CsoundLib64.dir/Opcodes/space.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
[ 76%] [ 77%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/syncgrain.c.o
Building C object CMakeFiles/CsoundLib64.dir/Opcodes/spat3d.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
[ 77%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ugens7.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
[ 77%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ugens9.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
[ 78%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ugensa.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
[ 78%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/uggab.c.o
[ 78%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ugmoss.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
[ 79%] [ 79%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ugnorman.c.o
Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ugsc.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
[ 79%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/wave-terrain.c.o
[ 80%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
Building C object CMakeFiles/CsoundLib64.dir/Opcodes/stdopcod.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
[ 80%] [ 80%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/socksend.c.o
Building C object CMakeFiles/CsoundLib64.dir/Opcodes/sockrecv.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
[ 80%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ifd.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
[ 81%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/partials.c.o
[ 81%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
[ 81%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/psynth.c.o
Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pvsbasic.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
[ 82%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pvscent.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
[ 82%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pvsdemix.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
[ 82%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pvs_ops.c.o
[ 83%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pvsband.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
[ 83%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pvsbuffer.c.o
[ 83%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pvsgendy.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
[ 84%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/dsputil.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
[ 84%] [ 84%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pvadd.c.o
Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pvinterp.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
[ 84%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pvocext.c.o
[ 85%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pvread.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
[ 85%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
[ 85%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ugens8.c.o
Building C object CMakeFiles/CsoundLib64.dir/Opcodes/vpvoc.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
[ 86%] [ 86%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pvoc.c.o
Building C object CMakeFiles/CsoundLib64.dir/Opcodes/mp3in.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
[ 86%] Building C object CMakeFiles/CsoundLib64.dir/InOut/libmpadec/layer1.c.o
[ 87%] Building C object CMakeFiles/CsoundLib64.dir/InOut/libmpadec/layer2.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
[ 87%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
Building C object CMakeFiles/CsoundLib64.dir/InOut/libmpadec/layer3.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
[ 87%] Building C object CMakeFiles/CsoundLib64.dir/InOut/libmpadec/synth.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
[ 88%] Building C object CMakeFiles/CsoundLib64.dir/InOut/libmpadec/tables.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
[ 88%] Building C object CMakeFiles/CsoundLib64.dir/InOut/libmpadec/mpadec.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
[ 88%] [ 88%] Building C object CMakeFiles/CsoundLib64.dir/InOut/libmpadec/mp3dec.c.o
Building C object CMakeFiles/CsoundLib64.dir/csound_orclex.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
[ 89%] [ 89%] Building C object CMakeFiles/CsoundLib64.dir/csound_prelex.c.o
Building C object CMakeFiles/CsoundLib64.dir/csound_orcparse.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
[ 89%] Building C object CMakeFiles/CsoundLib64.dir/Engine/csound_orc_semantics.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
[ 90%] Building C object CMakeFiles/CsoundLib64.dir/Engine/csound_orc_expressions.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
[ 90%] Building C object CMakeFiles/CsoundLib64.dir/Engine/csound_orc_optimize.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
[ 90%] [ 91%] Building C object CMakeFiles/CsoundLib64.dir/Engine/csound_orc_compile.c.o
Building C object CMakeFiles/CsoundLib64.dir/Engine/new_orc_parser.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
[ 91%] Building C object CMakeFiles/CsoundLib64.dir/Engine/symbtab.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
[ 91%] [ 92%] Building C object CMakeFiles/CsoundLib64.dir/Engine/cs_new_dispatch.c.o
Building C object CMakeFiles/CsoundLib64.dir/Engine/cs_par_base.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
[ 92%] Building C object CMakeFiles/CsoundLib64.dir/Engine/cs_par_orc_semantic_analysis.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
[ 92%] Copying OS X content CsoundLib64.framework/Versions/6.0/Headers/CppSound.hpp
Building C object CMakeFiles/CsoundLib64.dir/Engine/cs_par_dispatch.c.o
Copying OS X content CsoundLib64.framework/Versions/6.0/Headers/CsoundFile.hpp
brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
Copying OS X content CsoundLib64.framework/Versions/6.0/Headers/OpcodeBase.hpp
Copying OS X content CsoundLib64.framework/Versions/6.0/Headers/csPerfThread.hpp
Copying OS X content CsoundLib64.framework/Versions/6.0/Headers/cfgvar.h
Copying OS X content CsoundLib64.framework/Versions/6.0/Headers/cscore.h
Copying OS X content CsoundLib64.framework/Versions/6.0/Headers/csdl.h
Copying OS X content CsoundLib64.framework/Versions/6.0/Headers/csound.h
Copying OS X content CsoundLib64.framework/Versions/6.0/Headers/csound.hpp
Copying OS X content CsoundLib64.framework/Versions/6.0/Headers/csoundCore.h
Copying OS X content CsoundLib64.framework/Versions/6.0/Headers/csound_data_structures.h
Copying OS X content CsoundLib64.framework/Versions/6.0/Headers/csound_standard_types.h
Copying OS X content CsoundLib64.framework/Versions/6.0/Headers/csound_type_system.h
Copying OS X content CsoundLib64.framework/Versions/6.0/Headers/cwindow.h
Copying OS X content CsoundLib64.framework/Versions/6.0/Headers/filebuilding.h
Copying OS X content CsoundLib64.framework/Versions/6.0/Headers/float-version-double.h
Copying OS X content CsoundLib64.framework/Versions/6.0/Headers/interlocks.h
Copying OS X content CsoundLib64.framework/Versions/6.0/Headers/float-version.h
Copying OS X content CsoundLib64.framework/Versions/6.0/Headers/msg_attr.h
Copying OS X content CsoundLib64.framework/Versions/6.0/Headers/pvfileio.h
Copying OS X content CsoundLib64.framework/Versions/6.0/Headers/pstream.h
Copying OS X content CsoundLib64.framework/Versions/6.0/Headers/soundio.h
Copying OS X content CsoundLib64.framework/Versions/6.0/Headers/sysdep.h
Copying OS X content CsoundLib64.framework/Versions/6.0/Headers/text.h
Copying OS X content CsoundLib64.framework/Versions/6.0/Headers/version.h
Linking C shared library CsoundLib64.framework/Versions/6.0/CsoundLib64
[ 92%] Built target CsoundLib64
Scanning dependencies of target libcsnd
Scanning dependencies of target atsa
Scanning dependencies of target csound-bin
Scanning dependencies of target csladspa
[ 92%] [ 92%] [ 93%] [ 93%] Building C object frontends/CMakeFiles/csound-bin.dir/csound/csound_main.c.o
Building CXX object frontends/CMakeFiles/csladspa.dir/csladspa/csladspa.cpp.o
Building C object util/CMakeFiles/atsa.dir/atsa_main.c.o
Building CXX object interfaces/CMakeFiles/libcsnd.dir/CppSound.cpp.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
Linking C executable ../atsa
Linking C executable ../csound
[ 93%] Built target atsa
[ 93%] Built target csound-bin
Scanning dependencies of target csanalyze
Scanning dependencies of target cvanal
[ 93%] Building C object util/CMakeFiles/csanalyze.dir/csanalyze.c.o
[ 93%] Building C object util/CMakeFiles/cvanal.dir/cvl_main.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
Linking C executable ../csanalyze
Linking C executable ../cvanal
[ 93%] Built target csanalyze
[ 93%] Built target cvanal
Scanning dependencies of target dnoise
Scanning dependencies of target envext
[ 94%] [ 94%] Building C object util/CMakeFiles/dnoise.dir/dnoise_main.c.o
Building C object util/CMakeFiles/envext.dir/env_main.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
Linking C executable ../envext
Linking C executable ../dnoise
[ 94%] Built target dnoise
[ 94%] Built target envext
[ 94%] Scanning dependencies of target extractor
Building CXX object interfaces/CMakeFiles/libcsnd.dir/CsoundFile.cpp.o
[ 94%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
Building C object util/CMakeFiles/extractor.dir/xtrc_main.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
[ 95%] Building CXX object interfaces/CMakeFiles/libcsnd.dir/Soundfile.cpp.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
Linking C executable ../extractor
[ 95%] Built target extractor
Linking CXX shared library ../csladspa.dylib
Scanning dependencies of target het_export
[ 96%] Building C object util/CMakeFiles/het_export.dir/hetx_main.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
[ 96%] Built target csladspa
Scanning dependencies of target het_import
[ 96%] Building C object util/CMakeFiles/het_import.dir/heti_main.c.o
Linking C executable ../het_export
brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
[ 96%] Built target het_export
Linking C executable ../het_import
[ 96%] Building CXX object interfaces/CMakeFiles/libcsnd.dir/csPerfThread.cpp.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
[ 96%] Built target het_import
[ 96%] Building CXX object interfaces/CMakeFiles/libcsnd.dir/cs_glue.cpp.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
Scanning dependencies of target hetro
[ 96%] Building C object util/CMakeFiles/hetro.dir/het_main.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
Linking C executable ../hetro
[ 96%] Built target hetro
[ 96%] Building CXX object interfaces/CMakeFiles/libcsnd.dir/filebuilding.cpp.o
Scanning dependencies of target lpanal
[ 97%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
Building C object util/CMakeFiles/lpanal.dir/lpc_main.c.o
Scanning dependencies of target lpc_export
[ 97%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
Building C object util/CMakeFiles/lpc_export.dir/lpcx_main.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
Linking C executable ../lpanal
Linking C executable ../lpc_export
[ 97%] Built target lpanal
Scanning dependencies of target lpc_import
[ 97%] [ 97%] Built target lpc_export
Building C object util/CMakeFiles/lpc_import.dir/lpci_main.c.o
Scanning dependencies of target mixer-bin
brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
[ 97%] Building C object util/CMakeFiles/mixer-bin.dir/mixer_main.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
Scanning dependencies of target pv_export
[ 97%] Linking C executable ../lpc_import
Building C object util/CMakeFiles/pv_export.dir/pvx_main.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
Linking C executable ../mixer
[ 97%] Built target lpc_import
Scanning dependencies of target pv_import
Linking C executable ../pv_export
[ 97%] [ 97%] Built target mixer-bin
Building C object util/CMakeFiles/pv_import.dir/pvi_main.c.o
Scanning dependencies of target pvanal
brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
[ 98%] Building C object util/CMakeFiles/pvanal.dir/pvc_main.c.o
Linking CXX shared library ../libcsnd.dylib
[ 98%] Built target pv_export
brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
Scanning dependencies of target pvlook
Linking C executable ../pv_import
[ 98%] Building C object util/CMakeFiles/pvlook.dir/pvl_main.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
Linking C executable ../pvanal
[ 98%] Built target pv_import
[ 98%] Built target libcsnd
Scanning dependencies of target scale
Scanning dependencies of target scope
Linking C executable ../pvlook
[ 98%] Building C object util/CMakeFiles/scale.dir/scale_main.c.o
[ 98%] [ 98%] Built target pvanal
Building C object util/CMakeFiles/scope.dir/scope_main.c.o
Scanning dependencies of target sndinfo
brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
[ 98%] [ 98%] Building C object util/CMakeFiles/sndinfo.dir/sndinfo_main.c.o
Built target pvlook
brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
Scanning dependencies of target srconv
Linking C executable ../scope
[ 98%] Linking C executable ../scale
Building C object util/CMakeFiles/srconv.dir/srconv_main.c.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
Linking C executable ../sndinfo
[ 98%] Built target scope
[ 98%] Built target scale
Scanning dependencies of target extract
Linking C executable ../srconv
Scanning dependencies of target scsort
[ 99%] [ 99%] Building C object util1/CMakeFiles/extract.dir/sortex/xmain.c.o
Building C object util1/CMakeFiles/scsort.dir/sortex/smain.c.o
[ 99%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
Built target sndinfo
brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
[ 99%] Swig source
[ 99%] Built target srconv
Language subdirectory: python
Search paths:
   ./
   /usr/local/include/
   /tmp/csound-gJSQ/./H/
   /tmp/csound-gJSQ/./include/
   /tmp/csound-gJSQ/./Engine/
   /tmp/csound-gJSQ/./
   /tmp/csound-gJSQ/
   /tmp/csound-gJSQ/interfaces/
   /System/Library/Frameworks/Python.framework/Headers/
   ./swig_lib/python/
   /usr/local/Cellar/swig/2.0.9/share/swig/2.0.9/python/
   ./swig_lib/
   /usr/local/Cellar/swig/2.0.9/share/swig/2.0.9/
Preprocessing...
[ 99%] Linking C executable ../extract
Linking C executable ../scsort
Swig source
Language subdirectory: java
Search paths:
   ./
   /usr/local/include/
   /tmp/csound-gJSQ/./H/
   /tmp/csound-gJSQ/./include/
   /tmp/csound-gJSQ/./Engine/
   /tmp/csound-gJSQ/./
   /tmp/csound-gJSQ/
   /tmp/csound-gJSQ/interfaces/
   /System/Library/Frameworks/Python.framework/Headers/
   /System/Library/Frameworks/JavaVM.framework/Headers/
   /System/Library/Frameworks/JavaVM.framework/Headers/
   /System/Library/Frameworks/JavaVM.framework/Headers/
   ./swig_lib/java/
   /usr/local/Cellar/swig/2.0.9/share/swig/2.0.9/java/
   ./swig_lib/
   /usr/local/Cellar/swig/2.0.9/share/swig/2.0.9/
Preprocessing...
[ 99%] Built target extract
Starting language-specific parse...
[ 99%] Built target scsort
Processing types...
C++ analysis...
Generating wrappers...
Starting language-specific parse...
/tmp/csound-gJSQ/./include/csound.h:519: Warning 451: Setting a const char * variable may leak memory.
Processing types...
C++ analysis...
Generating wrappers...
/tmp/csound-gJSQ/./include/csound.h:519: Warning 451: Setting a const char * variable may leak memory.
cs_glue.hpp:505: Warning 473: Returning a pointer or reference in a director method is not recommended.
CppSound.hpp:36: Warning 453: Can't apply (std::vector< double > *INPUT). No typemaps are defined.
CppSound.hpp:52: Warning 813: Warning for CppSound proxy: Base CsoundFile ignored. Multiple inheritance is not supported in Java.
Scanning dependencies of target _jcsound6
[ 99%] Building CXX object interfaces/CMakeFiles/_jcsound6.dir/java_interfaceJAVA_wrap.cxx.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
cs_glue.hpp:505: Warning 473: Returning a pointer or reference in a director method is not recommended.
CppSound.hpp:36: Warning 453: Can't apply (std::vector< double > *INPUT). No typemaps are defined.
Scanning dependencies of target _csnd6
[100%] Building CXX object interfaces/CMakeFiles/_csnd6.dir/python_interfacePYTHON_wrap.cxx.o
brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
Linking CXX shared module ../lib_jcsound6.jnilib
Building JAVA package csnd6.jar
[100%] Built target _jcsound6
Linking CXX shared module ../_csnd6.so
[100%] Built target _csnd6
Install the project...
-- Install configuration: "None"
-- Installing: /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework
-- Installing: /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/CsoundLib64
-- Installing: /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Headers
-- Installing: /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Resources
-- Installing: /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions
-- Installing: /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0
-- Installing: /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/CsoundLib64
-- Installing: /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers
-- Installing: /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/cfgvar.h
-- Installing: /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/CppSound.hpp
-- Installing: /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/cscore.h
-- Installing: /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/csdl.h
-- Installing: /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/csound.h
-- Installing: /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/csound.hpp
-- Installing: /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/csound_data_structures.h
-- Installing: /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/csound_standard_types.h
-- Installing: /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/csound_type_system.h
-- Installing: /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/csoundCore.h
-- Installing: /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/CsoundFile.hpp
-- Installing: /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/csPerfThread.hpp
-- Installing: /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/cwindow.h
-- Installing: /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/filebuilding.h
-- Installing: /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/float-version-double.h
-- Installing: /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/float-version.h
-- Installing: /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/interlocks.h
-- Installing: /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/msg_attr.h
-- Installing: /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/OpcodeBase.hpp
-- Installing: /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/pstream.h
-- Installing: /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/pvfileio.h
-- Installing: /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/soundio.h
-- Installing: /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/sysdep.h
-- Installing: /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/text.h
-- Installing: /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/version.h
-- Installing: /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources
-- Installing: /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Info.plist
-- Installing: /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/Current
-- Installing: /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libmixer.dylib
-- Installing: /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libsignalflowgraph.dylib
-- Installing: /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libampmidid.dylib
-- Installing: /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libcs_date.dylib
-- Installing: /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libsystem_call.dylib
-- Installing: /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libdoppler.dylib
-- Installing: /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libfractalnoise.dylib
-- Installing: /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libfareygen.dylib
-- Installing: /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libcellular.dylib
-- Installing: /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libserial.dylib
-- Installing: /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libplaterev.dylib
-- Installing: /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libscansyn.dylib
-- Installing: /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libcontrol.dylib
-- Installing: /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libchua.dylib
-- Installing: /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libjacko.dylib
-- Installing: /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libjackTransport.dylib
-- Installing: /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libosc.dylib
-- Installing: /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libimage.dylib
-- Installing: /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libpy.dylib
-- Installing: /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libstk.dylib
-- Installing: /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libcmidi.dylib
-- Installing: /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/librtauhal.dylib
-- Installing: /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libipmidi.dylib
-- Installing: /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/librtjack.dylib
-- Installing: /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libwidgets.dylib
-- Installing: /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libvirtual.dylib
-- Installing: /usr/local/Cellar/csound/HEAD/lib/libcsnd.6.0.dylib
-- Installing: /usr/local/Cellar/csound/HEAD/lib/libcsnd.dylib
-- Installing: /Library/Python/2.7/site-packages/_csnd6.so
-- Installing: /Library/Python/2.7/site-packages/csnd6.py
-- Installing: /Library/Java/Extensions/lib_jcsound6.jnilib
-- Installing: /Library/Java/Extensions/csnd6.jar
-- Installing: /usr/local/Cellar/csound/HEAD/bin/csound
-- Installing: /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/csladspa.dylib
-- Installing: /usr/local/Cellar/csound/HEAD/bin/csbeats
-- Installing: /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libstdutil.dylib
-- Installing: /usr/local/Cellar/csound/HEAD/bin/atsa
-- Installing: /usr/local/Cellar/csound/HEAD/bin/csanalyze
-- Installing: /usr/local/Cellar/csound/HEAD/bin/cvanal
-- Installing: /usr/local/Cellar/csound/HEAD/bin/dnoise
-- Installing: /usr/local/Cellar/csound/HEAD/bin/envext
-- Installing: /usr/local/Cellar/csound/HEAD/bin/extractor
-- Installing: /usr/local/Cellar/csound/HEAD/bin/het_export
-- Installing: /usr/local/Cellar/csound/HEAD/bin/het_import
-- Installing: /usr/local/Cellar/csound/HEAD/bin/hetro
-- Installing: /usr/local/Cellar/csound/HEAD/bin/lpanal
-- Installing: /usr/local/Cellar/csound/HEAD/bin/lpc_export
-- Installing: /usr/local/Cellar/csound/HEAD/bin/lpc_import
-- Installing: /usr/local/Cellar/csound/HEAD/bin/mixer
-- Installing: /usr/local/Cellar/csound/HEAD/bin/pvanal
-- Installing: /usr/local/Cellar/csound/HEAD/bin/pvlook
-- Installing: /usr/local/Cellar/csound/HEAD/bin/pv_export
-- Installing: /usr/local/Cellar/csound/HEAD/bin/pv_import
-- Installing: /usr/local/Cellar/csound/HEAD/bin/scale
-- Installing: /usr/local/Cellar/csound/HEAD/bin/sndinfo
-- Installing: /usr/local/Cellar/csound/HEAD/bin/srconv
-- Installing: /usr/local/Cellar/csound/HEAD/bin/scope
-- Installing: /usr/local/Cellar/csound/HEAD/bin/scsort
-- Installing: /usr/local/Cellar/csound/HEAD/bin/extract
-- Installing: /usr/local/Cellar/csound/HEAD/bin/sdif2ad
==> Cleaning
==> Finishing up
ln -s ../Cellar/csound/HEAD/bin/srconv srconv
ln -s ../Cellar/csound/HEAD/bin/sndinfo sndinfo
ln -s ../Cellar/csound/HEAD/bin/sdif2ad sdif2ad
ln -s ../Cellar/csound/HEAD/bin/scsort scsort
ln -s ../Cellar/csound/HEAD/bin/scope scope
ln -s ../Cellar/csound/HEAD/bin/scale scale
ln -s ../Cellar/csound/HEAD/bin/pvlook pvlook
ln -s ../Cellar/csound/HEAD/bin/pvanal pvanal
ln -s ../Cellar/csound/HEAD/bin/pv_import pv_import
ln -s ../Cellar/csound/HEAD/bin/pv_export pv_export
ln -s ../Cellar/csound/HEAD/bin/mixer mixer
ln -s ../Cellar/csound/HEAD/bin/lpc_import lpc_import
ln -s ../Cellar/csound/HEAD/bin/lpc_export lpc_export
ln -s ../Cellar/csound/HEAD/bin/lpanal lpanal
ln -s ../Cellar/csound/HEAD/bin/hetro hetro
ln -s ../Cellar/csound/HEAD/bin/het_import het_import
ln -s ../Cellar/csound/HEAD/bin/het_export het_export
ln -s ../Cellar/csound/HEAD/bin/extractor extractor
ln -s ../Cellar/csound/HEAD/bin/extract extract
ln -s ../Cellar/csound/HEAD/bin/envext envext
ln -s ../Cellar/csound/HEAD/bin/dnoise dnoise
ln -s ../Cellar/csound/HEAD/bin/cvanal cvanal
ln -s ../Cellar/csound/HEAD/bin/csound csound
ln -s ../Cellar/csound/HEAD/bin/csbeats csbeats
ln -s ../Cellar/csound/HEAD/bin/csanalyze csanalyze
ln -s ../Cellar/csound/HEAD/bin/atsa atsa
ln -s ../Cellar/csound/HEAD/lib/libcsnd.dylib libcsnd.dylib
ln -s ../Cellar/csound/HEAD/lib/libcsnd.6.0.dylib libcsnd.6.0.dylib
ln -s ../../Cellar/csound/HEAD csound
ln -s ../Cellar/csound/HEAD csound
Warning: Could not fix install names for /usr/local/Cellar/csound/HEAD/bin/srconv
Warning: Could not fix install names for /usr/local/Cellar/csound/HEAD/bin/sndinfo
Warning: Could not fix install names for /usr/local/Cellar/csound/HEAD/bin/scsort
Warning: Could not fix install names for /usr/local/Cellar/csound/HEAD/bin/scope
Warning: Could not fix install names for /usr/local/Cellar/csound/HEAD/bin/scale
Warning: Could not fix install names for /usr/local/Cellar/csound/HEAD/bin/pvlook
Warning: Could not fix install names for /usr/local/Cellar/csound/HEAD/bin/pvanal
Warning: Could not fix install names for /usr/local/Cellar/csound/HEAD/bin/pv_import
Warning: Could not fix install names for /usr/local/Cellar/csound/HEAD/bin/pv_export
Warning: Could not fix install names for /usr/local/Cellar/csound/HEAD/bin/mixer
Warning: Could not fix install names for /usr/local/Cellar/csound/HEAD/bin/lpc_import
Warning: Could not fix install names for /usr/local/Cellar/csound/HEAD/bin/lpc_export
Warning: Could not fix install names for /usr/local/Cellar/csound/HEAD/bin/lpanal
Warning: Could not fix install names for /usr/local/Cellar/csound/HEAD/bin/hetro
Warning: Could not fix install names for /usr/local/Cellar/csound/HEAD/bin/het_import
Warning: Could not fix install names for /usr/local/Cellar/csound/HEAD/bin/het_export
Warning: Could not fix install names for /usr/local/Cellar/csound/HEAD/bin/extractor
Warning: Could not fix install names for /usr/local/Cellar/csound/HEAD/bin/extract
Warning: Could not fix install names for /usr/local/Cellar/csound/HEAD/bin/envext
Warning: Could not fix install names for /usr/local/Cellar/csound/HEAD/bin/dnoise
Warning: Could not fix install names for /usr/local/Cellar/csound/HEAD/bin/cvanal
Warning: Could not fix install names for /usr/local/Cellar/csound/HEAD/bin/csound
Warning: Could not fix install names for /usr/local/Cellar/csound/HEAD/bin/csanalyze
Warning: Could not fix install names for /usr/local/Cellar/csound/HEAD/bin/atsa
Warning: Could not fix install names for /usr/local/Cellar/csound/HEAD/lib/libcsnd.6.0.dylib
==> Summary
🍺  /usr/local/Cellar/csound/HEAD: 33 files, 1.0M, built in 57 seconds
peimankh:~ peimankhosravi$ 


Date2013-05-14 15:36
FromSteven Yi
SubjectRe: [Cs-dev] OSX: Homebrew
Hi Peiman,

I should have been more careful in looking at my own install, as I
don't have librtpa either. X_X  I probably got mixed up with my other
test builds/installs.  I'll try to sort it out here, thanks!

steven

On Tue, May 14, 2013 at 4:06 AM, peiman khosravi
 wrote:
> I just uninstalled portaudio and portmidi and rebuilt Csound. The result is
> the same but I've pasted the log file below in case it gives you extra info.
>
> Thanks
> Peiman
>
> Last login: Tue May 14 02:47:54 on ttys000
> peimankh:~ peimankhosravi$ brew install --HEAD -v csound
> ==> Installing csound dependency: portaudio
> ==> Downloading http://www.portaudio.com/archives/pa_stable_v19_20111121.tgz
> Already downloaded: /Library/Caches/Homebrew/portaudio-19.20111121.tgz
> tar xf /Library/Caches/Homebrew/portaudio-19.20111121.tgz
> ==> Downloading patches
> /usr/bin/curl -f#LA Homebrew 0.9.4 (Ruby 1.8.7-358; Mac OS X 10.7.5)
> https://trac.macports.org/export/94150/trunk/dports/audio/portaudio/files/patch-include__pa_mac_core.h.diff
> -o 000-homebrew.diff
> ########################################################################
> 100.0%
> ==> Patching
> /usr/bin/patch -f -p0 -i 000-homebrew.diff
> patching file include/pa_mac_core.h
> ==> ./configure --prefix=/usr/local/Cellar/portaudio/19.20111121
> --disable-debug --disable-dependency-tracking --enable-mac-universal=no
> ./configure --prefix=/usr/local/Cellar/portaudio/19.20111121 --disable-debug
> --disable-dependency-tracking --enable-mac-universal=no
> checking build system type... x86_64-apple-darwin11.4.2
> checking host system type... x86_64-apple-darwin11.4.2
> checking target system type... x86_64-apple-darwin11.4.2
> checking for gcc... cc
> checking whether the C compiler works... yes
> checking for C compiler default output file name... a.out
> checking for suffix of executables...
> checking whether we are cross compiling... no
> checking for suffix of object files... o
> checking whether we are using the GNU C compiler... yes
> checking whether cc accepts -g... yes
> checking for cc option to accept ISO C89... none needed
> checking how to print strings... printf
> checking for a sed that does not truncate output...
> /usr/local/Library/ENV/4.3/sed
> checking for grep that handles long lines and -e... /usr/bin/grep
> checking for egrep... /usr/bin/grep -E
> checking for fgrep... /usr/bin/grep -F
> checking for ld used by cc... /usr/bin/ld
> checking if the linker (/usr/bin/ld) is GNU ld... no
> checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm
> checking the name lister (/usr/bin/nm) interface... BSD nm
> checking whether ln -s works... yes
> checking the maximum length of command line arguments... 196608
> checking whether the shell understands some XSI constructs... yes
> checking whether the shell understands "+="... yes
> checking how to convert x86_64-apple-darwin11.4.2 file names to
> x86_64-apple-darwin11.4.2 format... func_convert_file_noop
> checking how to convert x86_64-apple-darwin11.4.2 file names to toolchain
> format... func_convert_file_noop
> checking for /usr/bin/ld option to reload object files... -r
> checking for objdump... objdump
> checking how to recognize dependent libraries... pass_all
> checking for dlltool... dlltool
> checking how to associate runtime and link libraries... printf %s\n
> checking for ar... ar
> checking for archiver @FILE support... no
> checking for strip... strip
> checking for ranlib... ranlib
> checking for gawk... no
> checking for mawk... no
> checking for nawk... no
> checking for awk... awk
> checking command to parse /usr/bin/nm output from cc object... ok
> checking for sysroot... no
> checking for mt... no
> checking if : is a manifest tool... no
> checking for dsymutil... dsymutil
> checking for nmedit... nmedit
> checking for lipo... lipo
> checking for otool... otool
> checking for otool64... no
> checking for -single_module linker flag... yes
> checking for -exported_symbols_list linker flag... yes
> checking for -force_load linker flag... yes
> checking how to run the C preprocessor... cc -E
> checking for ANSI C header files... yes
> checking for sys/types.h... yes
> checking for sys/stat.h... yes
> checking for stdlib.h... yes
> checking for string.h... yes
> checking for memory.h... yes
> checking for strings.h... yes
> checking for inttypes.h... yes
> checking for stdint.h... yes
> checking for unistd.h... yes
> checking for dlfcn.h... yes
> checking for objdir... .libs
> checking if cc supports -fno-rtti -fno-exceptions... yes
> checking for cc option to produce PIC... -fno-common -DPIC
> checking if cc PIC flag -fno-common -DPIC works... yes
> checking if cc static flag -static works... no
> checking if cc supports -c -o file.o... yes
> checking if cc supports -c -o file.o... (cached) yes
> checking whether the cc linker (/usr/bin/ld) supports shared libraries...
> yes
> checking dynamic linker characteristics... darwin11.4.2 dyld
> checking how to hardcode library paths into programs... immediate
> checking whether stripping libraries is possible... yes
> checking if libtool supports shared libraries... yes
> checking whether to build shared libraries... yes
> checking whether to build static libraries... yes
> checking how to run the C++ preprocessor... c++ -E
> checking whether the c++ linker (/usr/bin/ld) supports shared libraries...
> no
> checking for c++ option to produce PIC...  -DPIC
> checking if c++ PIC flag  -DPIC works... yes
> checking if c++ static flag  works... yes
> checking if c++ supports -c -o file.o... yes
> checking if c++ supports -c -o file.o... (cached) yes
> checking whether the c++ linker (/usr/bin/ld) supports shared libraries...
> no
> checking dynamic linker characteristics... darwin11.4.2 dyld
> checking how to hardcode library paths into programs... immediate
> checking for a BSD-compatible install... /usr/bin/install -c
> checking whether ln -s works... yes
> checking for ar... /usr/bin/ar
> checking whether byte ordering is bigendian... no
> checking for snd_pcm_open in -lasound... no
> checking for HPI_SubSysCreate in -lhpi... no
> checking sys/soundcard.h usability... no
> checking sys/soundcard.h presence... no
> checking for sys/soundcard.h... no
> checking linux/soundcard.h usability... no
> checking linux/soundcard.h presence... no
> checking for linux/soundcard.h... no
> checking machine/soundcard.h usability... no
> checking machine/soundcard.h presence... no
> checking for machine/soundcard.h... no
> checking for pkg-config... /usr/local/opt/pkg-config/bin/pkg-config
> checking pkg-config is at least version 0.9.0... yes
> checking for JACK... no
> checking size of short... 2
> checking size of int... 4
> checking size of long... 8
> checking for clock_gettime in -lrt... no
> checking for clock_gettime... no
> checking for nanosleep... yes
> configure: creating ./config.status
> config.status: creating Makefile
> config.status: creating portaudio-2.0.pc
> config.status: executing libtool commands
>
> Configuration summary:
>
>   Target ...................... x86_64-apple-darwin11.4.2
>   C++ bindings ................ no
>   Debug output ................ no
>
>   Mac debug flags ............. no
>
> ==> make install
> make install
> mkdir lib
> /bin/sh ./libtool --mode=compile cc -c -std=c99 -g -O2 -DPA_LITTLE_ENDIAN
> -I./include -I./src/common -I./src/os/unix -Werror     -DPACKAGE_NAME=\"\"
> -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\"
> -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1
> -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1
> -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1
> -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSIZEOF_SHORT=2
> -DSIZEOF_INT=4 -DSIZEOF_LONG=8 -DHAVE_NANOSLEEP=1 -DPA_USE_COREAUDIO=1
> src/common/pa_allocation.c -o src/common/pa_allocation.lo
> /bin/sh ./libtool --mode=compile cc -c -std=c99 -g -O2 -DPA_LITTLE_ENDIAN
> -I./include -I./src/common -I./src/os/unix -Werror     -DPACKAGE_NAME=\"\"
> -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\"
> -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1
> -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1
> -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1
> -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSIZEOF_SHORT=2
> -DSIZEOF_INT=4 -DSIZEOF_LONG=8 -DHAVE_NANOSLEEP=1 -DPA_USE_COREAUDIO=1
> src/common/pa_converters.c -o src/common/pa_converters.lo
> mkdir -p src/common src/hostapi/alsa src/hostapi/asihpi src/hostapi/asio
> src/hostapi/coreaudio src/hostapi/dsound src/hostapi/jack src/hostapi/oss
> src/hostapi/wasapi src/hostapi/wdmks src/hostapi/wmme src/os/unix src/os/win
> /bin/sh ./libtool --mode=compile cc -c -std=c99 -g -O2 -DPA_LITTLE_ENDIAN
> -I./include -I./src/common -I./src/os/unix -Werror     -DPACKAGE_NAME=\"\"
> -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\"
> -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1
> -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1
> -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1
> -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSIZEOF_SHORT=2
> -DSIZEOF_INT=4 -DSIZEOF_LONG=8 -DHAVE_NANOSLEEP=1 -DPA_USE_COREAUDIO=1
> src/common/pa_cpuload.c -o src/common/pa_cpuload.lo
> touch lib-stamp
> /bin/sh ./libtool --mode=compile cc -c -std=c99 -g -O2 -DPA_LITTLE_ENDIAN
> -I./include -I./src/common -I./src/os/unix -Werror     -DPACKAGE_NAME=\"\"
> -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\"
> -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1
> -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1
> -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1
> -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSIZEOF_SHORT=2
> -DSIZEOF_INT=4 -DSIZEOF_LONG=8 -DHAVE_NANOSLEEP=1 -DPA_USE_COREAUDIO=1
> src/common/pa_dither.c -o src/common/pa_dither.lo
> libtool: compile:  cc -c -std=c99 -g -O2 -DPA_LITTLE_ENDIAN -I./include
> -I./src/common -I./src/os/unix -Werror -DPACKAGE_NAME=\"\"
> -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\"
> -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1
> -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1
> -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1
> -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSIZEOF_SHORT=2
> -DSIZEOF_INT=4 -DSIZEOF_LONG=8 -DHAVE_NANOSLEEP=1 -DPA_USE_COREAUDIO=1
> src/common/pa_cpuload.c  -fno-common -DPIC -o src/common/.libs/pa_cpuload.o
> libtool: compile:  cc -c -std=c99 -g -O2 -DPA_LITTLE_ENDIAN -I./include
> -I./src/common -I./src/os/unix -Werror -DPACKAGE_NAME=\"\"
> -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\"
> -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1
> -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1
> -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1
> -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSIZEOF_SHORT=2
> -DSIZEOF_INT=4 -DSIZEOF_LONG=8 -DHAVE_NANOSLEEP=1 -DPA_USE_COREAUDIO=1
> src/common/pa_allocation.c  -fno-common -DPIC -o
> src/common/.libs/pa_allocation.o
> libtool: compile:  cc -c -std=c99 -g -O2 -DPA_LITTLE_ENDIAN -I./include
> -I./src/common -I./src/os/unix -Werror -DPACKAGE_NAME=\"\"
> -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\"
> -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1
> -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1
> -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1
> -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSIZEOF_SHORT=2
> -DSIZEOF_INT=4 -DSIZEOF_LONG=8 -DHAVE_NANOSLEEP=1 -DPA_USE_COREAUDIO=1
> src/common/pa_converters.c  -fno-common -DPIC -o
> src/common/.libs/pa_converters.o
> libtool: compile:  cc -c -std=c99 -g -O2 -DPA_LITTLE_ENDIAN -I./include
> -I./src/common -I./src/os/unix -Werror -DPACKAGE_NAME=\"\"
> -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\"
> -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1
> -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1
> -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1
> -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSIZEOF_SHORT=2
> -DSIZEOF_INT=4 -DSIZEOF_LONG=8 -DHAVE_NANOSLEEP=1 -DPA_USE_COREAUDIO=1
> src/common/pa_dither.c  -fno-common -DPIC -o src/common/.libs/pa_dither.o
> brew: superenv removed: -g -O2 -Werror
> brew: superenv removed: -g -O2 -Werror
> brew: superenv removed: -g -O2 -Werror
> brew: superenv removed: -g -O2 -Werror
> libtool: compile:  cc -c -std=c99 -g -O2 -DPA_LITTLE_ENDIAN -I./include
> -I./src/common -I./src/os/unix -Werror -DPACKAGE_NAME=\"\"
> -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\"
> -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1
> -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1
> -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1
> -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSIZEOF_SHORT=2
> -DSIZEOF_INT=4 -DSIZEOF_LONG=8 -DHAVE_NANOSLEEP=1 -DPA_USE_COREAUDIO=1
> src/common/pa_cpuload.c -o src/common/pa_cpuload.o >/dev/null 2>&1
> libtool: compile:  cc -c -std=c99 -g -O2 -DPA_LITTLE_ENDIAN -I./include
> -I./src/common -I./src/os/unix -Werror -DPACKAGE_NAME=\"\"
> -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\"
> -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1
> -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1
> -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1
> -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSIZEOF_SHORT=2
> -DSIZEOF_INT=4 -DSIZEOF_LONG=8 -DHAVE_NANOSLEEP=1 -DPA_USE_COREAUDIO=1
> src/common/pa_dither.c -o src/common/pa_dither.o >/dev/null 2>&1
> libtool: compile:  cc -c -std=c99 -g -O2 -DPA_LITTLE_ENDIAN -I./include
> -I./src/common -I./src/os/unix -Werror -DPACKAGE_NAME=\"\"
> -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\"
> -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1
> -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1
> -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1
> -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSIZEOF_SHORT=2
> -DSIZEOF_INT=4 -DSIZEOF_LONG=8 -DHAVE_NANOSLEEP=1 -DPA_USE_COREAUDIO=1
> src/common/pa_allocation.c -o src/common/pa_allocation.o >/dev/null 2>&1
> /bin/sh ./libtool --mode=compile cc -c -std=c99 -g -O2 -DPA_LITTLE_ENDIAN
> -I./include -I./src/common -I./src/os/unix -Werror     -DPACKAGE_NAME=\"\"
> -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\"
> -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1
> -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1
> -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1
> -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSIZEOF_SHORT=2
> -DSIZEOF_INT=4 -DSIZEOF_LONG=8 -DHAVE_NANOSLEEP=1 -DPA_USE_COREAUDIO=1
> src/common/pa_debugprint.c -o src/common/pa_debugprint.lo
> /bin/sh ./libtool --mode=compile cc -c -std=c99 -g -O2 -DPA_LITTLE_ENDIAN
> -I./include -I./src/common -I./src/os/unix -Werror     -DPACKAGE_NAME=\"\"
> -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\"
> -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1
> -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1
> -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1
> -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSIZEOF_SHORT=2
> -DSIZEOF_INT=4 -DSIZEOF_LONG=8 -DHAVE_NANOSLEEP=1 -DPA_USE_COREAUDIO=1
> src/common/pa_front.c -o src/common/pa_front.lo
> /bin/sh ./libtool --mode=compile cc -c -std=c99 -g -O2 -DPA_LITTLE_ENDIAN
> -I./include -I./src/common -I./src/os/unix -Werror     -DPACKAGE_NAME=\"\"
> -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\"
> -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1
> -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1
> -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1
> -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSIZEOF_SHORT=2
> -DSIZEOF_INT=4 -DSIZEOF_LONG=8 -DHAVE_NANOSLEEP=1 -DPA_USE_COREAUDIO=1
> src/common/pa_process.c -o src/common/pa_process.lo
> libtool: compile:  cc -c -std=c99 -g -O2 -DPA_LITTLE_ENDIAN -I./include
> -I./src/common -I./src/os/unix -Werror -DPACKAGE_NAME=\"\"
> -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\"
> -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1
> -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1
> -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1
> -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSIZEOF_SHORT=2
> -DSIZEOF_INT=4 -DSIZEOF_LONG=8 -DHAVE_NANOSLEEP=1 -DPA_USE_COREAUDIO=1
> src/common/pa_debugprint.c  -fno-common -DPIC -o
> src/common/.libs/pa_debugprint.o
> libtool: compile:  cc -c -std=c99 -g -O2 -DPA_LITTLE_ENDIAN -I./include
> -I./src/common -I./src/os/unix -Werror -DPACKAGE_NAME=\"\"
> -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\"
> -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1
> -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1
> -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1
> -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSIZEOF_SHORT=2
> -DSIZEOF_INT=4 -DSIZEOF_LONG=8 -DHAVE_NANOSLEEP=1 -DPA_USE_COREAUDIO=1
> src/common/pa_front.c  -fno-common -DPIC -o src/common/.libs/pa_front.o
> brew: superenv removed: -g -O2 -Werror
> libtool: compile:  cc -c -std=c99 -g -O2 -DPA_LITTLE_ENDIAN -I./include
> -I./src/common -I./src/os/unix -Werror -DPACKAGE_NAME=\"\"
> -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\"
> -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1
> -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1
> -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1
> -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSIZEOF_SHORT=2
> -DSIZEOF_INT=4 -DSIZEOF_LONG=8 -DHAVE_NANOSLEEP=1 -DPA_USE_COREAUDIO=1
> src/common/pa_process.c  -fno-common -DPIC -o src/common/.libs/pa_process.o
> brew: superenv removed: -g -O2 -Werror
> brew: superenv removed: -g -O2 -Werror
> libtool: compile:  cc -c -std=c99 -g -O2 -DPA_LITTLE_ENDIAN -I./include
> -I./src/common -I./src/os/unix -Werror -DPACKAGE_NAME=\"\"
> -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\"
> -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1
> -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1
> -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1
> -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSIZEOF_SHORT=2
> -DSIZEOF_INT=4 -DSIZEOF_LONG=8 -DHAVE_NANOSLEEP=1 -DPA_USE_COREAUDIO=1
> src/common/pa_debugprint.c -o src/common/pa_debugprint.o >/dev/null 2>&1
> libtool: compile:  cc -c -std=c99 -g -O2 -DPA_LITTLE_ENDIAN -I./include
> -I./src/common -I./src/os/unix -Werror -DPACKAGE_NAME=\"\"
> -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\"
> -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1
> -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1
> -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1
> -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSIZEOF_SHORT=2
> -DSIZEOF_INT=4 -DSIZEOF_LONG=8 -DHAVE_NANOSLEEP=1 -DPA_USE_COREAUDIO=1
> src/common/pa_converters.c -o src/common/pa_converters.o >/dev/null 2>&1
> /bin/sh ./libtool --mode=compile cc -c -std=c99 -g -O2 -DPA_LITTLE_ENDIAN
> -I./include -I./src/common -I./src/os/unix -Werror     -DPACKAGE_NAME=\"\"
> -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\"
> -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1
> -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1
> -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1
> -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSIZEOF_SHORT=2
> -DSIZEOF_INT=4 -DSIZEOF_LONG=8 -DHAVE_NANOSLEEP=1 -DPA_USE_COREAUDIO=1
> src/common/pa_stream.c -o src/common/pa_stream.lo
> libtool: compile:  cc -c -std=c99 -g -O2 -DPA_LITTLE_ENDIAN -I./include
> -I./src/common -I./src/os/unix -Werror -DPACKAGE_NAME=\"\"
> -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\"
> -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1
> -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1
> -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1
> -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSIZEOF_SHORT=2
> -DSIZEOF_INT=4 -DSIZEOF_LONG=8 -DHAVE_NANOSLEEP=1 -DPA_USE_COREAUDIO=1
> src/common/pa_front.c -o src/common/pa_front.o >/dev/null 2>&1
> libtool: compile:  cc -c -std=c99 -g -O2 -DPA_LITTLE_ENDIAN -I./include
> -I./src/common -I./src/os/unix -Werror -DPACKAGE_NAME=\"\"
> -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\"
> -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1
> -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1
> -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1
> -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSIZEOF_SHORT=2
> -DSIZEOF_INT=4 -DSIZEOF_LONG=8 -DHAVE_NANOSLEEP=1 -DPA_USE_COREAUDIO=1
> src/common/pa_stream.c  -fno-common -DPIC -o src/common/.libs/pa_stream.o
> brew: superenv removed: -g -O2 -Werror
> libtool: compile:  cc -c -std=c99 -g -O2 -DPA_LITTLE_ENDIAN -I./include
> -I./src/common -I./src/os/unix -Werror -DPACKAGE_NAME=\"\"
> -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\"
> -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1
> -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1
> -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1
> -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSIZEOF_SHORT=2
> -DSIZEOF_INT=4 -DSIZEOF_LONG=8 -DHAVE_NANOSLEEP=1 -DPA_USE_COREAUDIO=1
> src/common/pa_stream.c -o src/common/pa_stream.o >/dev/null 2>&1
> libtool: compile:  cc -c -std=c99 -g -O2 -DPA_LITTLE_ENDIAN -I./include
> -I./src/common -I./src/os/unix -Werror -DPACKAGE_NAME=\"\"
> -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\"
> -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1
> -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1
> -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1
> -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSIZEOF_SHORT=2
> -DSIZEOF_INT=4 -DSIZEOF_LONG=8 -DHAVE_NANOSLEEP=1 -DPA_USE_COREAUDIO=1
> src/common/pa_process.c -o src/common/pa_process.o >/dev/null 2>&1
> /bin/sh ./libtool --mode=compile cc -c -std=c99 -g -O2 -DPA_LITTLE_ENDIAN
> -I./include -I./src/common -I./src/os/unix -Werror     -DPACKAGE_NAME=\"\"
> -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\"
> -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1
> -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1
> -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1
> -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSIZEOF_SHORT=2
> -DSIZEOF_INT=4 -DSIZEOF_LONG=8 -DHAVE_NANOSLEEP=1 -DPA_USE_COREAUDIO=1
> src/common/pa_trace.c -o src/common/pa_trace.lo
> /bin/sh ./libtool --mode=compile cc -c -std=c99 -g -O2 -DPA_LITTLE_ENDIAN
> -I./include -I./src/common -I./src/os/unix -Werror     -DPACKAGE_NAME=\"\"
> -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\"
> -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1
> -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1
> -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1
> -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSIZEOF_SHORT=2
> -DSIZEOF_INT=4 -DSIZEOF_LONG=8 -DHAVE_NANOSLEEP=1 -DPA_USE_COREAUDIO=1
> src/hostapi/skeleton/pa_hostapi_skeleton.c -o
> src/hostapi/skeleton/pa_hostapi_skeleton.lo
> /bin/sh ./libtool --mode=compile cc -c -std=c99 -g -O2 -DPA_LITTLE_ENDIAN
> -I./include -I./src/common -I./src/os/unix -Werror     -DPACKAGE_NAME=\"\"
> -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\"
> -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1
> -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1
> -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1
> -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSIZEOF_SHORT=2
> -DSIZEOF_INT=4 -DSIZEOF_LONG=8 -DHAVE_NANOSLEEP=1 -DPA_USE_COREAUDIO=1
> src/os/unix/pa_unix_hostapis.c -o src/os/unix/pa_unix_hostapis.lo
> libtool: compile:  cc -c -std=c99 -g -O2 -DPA_LITTLE_ENDIAN -I./include
> -I./src/common -I./src/os/unix -Werror -DPACKAGE_NAME=\"\"
> -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\"
> -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1
> -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1
> -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1
> -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSIZEOF_SHORT=2
> -DSIZEOF_INT=4 -DSIZEOF_LONG=8 -DHAVE_NANOSLEEP=1 -DPA_USE_COREAUDIO=1
> src/common/pa_trace.c  -fno-common -DPIC -o src/common/.libs/pa_trace.o
> libtool: compile:  cc -c -std=c99 -g -O2 -DPA_LITTLE_ENDIAN -I./include
> -I./src/common -I./src/os/unix -Werror -DPACKAGE_NAME=\"\"
> -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\"
> -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1
> -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1
> -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1
> -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSIZEOF_SHORT=2
> -DSIZEOF_INT=4 -DSIZEOF_LONG=8 -DHAVE_NANOSLEEP=1 -DPA_USE_COREAUDIO=1
> src/hostapi/skeleton/pa_hostapi_skeleton.c  -fno-common -DPIC -o
> src/hostapi/skeleton/.libs/pa_hostapi_skeleton.o
> brew: superenv removed: -g -O2 -Werror
> brew: superenv removed: -g -O2 -Werror
> libtool: compile:  cc -c -std=c99 -g -O2 -DPA_LITTLE_ENDIAN -I./include
> -I./src/common -I./src/os/unix -Werror -DPACKAGE_NAME=\"\"
> -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\"
> -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1
> -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1
> -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1
> -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSIZEOF_SHORT=2
> -DSIZEOF_INT=4 -DSIZEOF_LONG=8 -DHAVE_NANOSLEEP=1 -DPA_USE_COREAUDIO=1
> src/os/unix/pa_unix_hostapis.c  -fno-common -DPIC -o
> src/os/unix/.libs/pa_unix_hostapis.o
> libtool: compile:  cc -c -std=c99 -g -O2 -DPA_LITTLE_ENDIAN -I./include
> -I./src/common -I./src/os/unix -Werror -DPACKAGE_NAME=\"\"
> -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\"
> -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1
> -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1
> -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1
> -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSIZEOF_SHORT=2
> -DSIZEOF_INT=4 -DSIZEOF_LONG=8 -DHAVE_NANOSLEEP=1 -DPA_USE_COREAUDIO=1
> src/common/pa_trace.c -o src/common/pa_trace.o >/dev/null 2>&1
> brew: superenv removed: -g -O2 -Werror
> libtool: compile:  cc -c -std=c99 -g -O2 -DPA_LITTLE_ENDIAN -I./include
> -I./src/common -I./src/os/unix -Werror -DPACKAGE_NAME=\"\"
> -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\"
> -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1
> -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1
> -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1
> -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSIZEOF_SHORT=2
> -DSIZEOF_INT=4 -DSIZEOF_LONG=8 -DHAVE_NANOSLEEP=1 -DPA_USE_COREAUDIO=1
> src/hostapi/skeleton/pa_hostapi_skeleton.c -o
> src/hostapi/skeleton/pa_hostapi_skeleton.o >/dev/null 2>&1
> libtool: compile:  cc -c -std=c99 -g -O2 -DPA_LITTLE_ENDIAN -I./include
> -I./src/common -I./src/os/unix -Werror -DPACKAGE_NAME=\"\"
> -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\"
> -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1
> -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1
> -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1
> -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSIZEOF_SHORT=2
> -DSIZEOF_INT=4 -DSIZEOF_LONG=8 -DHAVE_NANOSLEEP=1 -DPA_USE_COREAUDIO=1
> src/os/unix/pa_unix_hostapis.c -o src/os/unix/pa_unix_hostapis.o >/dev/null
> 2>&1
> /bin/sh ./libtool --mode=compile cc -c -std=c99 -g -O2 -DPA_LITTLE_ENDIAN
> -I./include -I./src/common -I./src/os/unix -Werror     -DPACKAGE_NAME=\"\"
> -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\"
> -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1
> -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1
> -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1
> -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSIZEOF_SHORT=2
> -DSIZEOF_INT=4 -DSIZEOF_LONG=8 -DHAVE_NANOSLEEP=1 -DPA_USE_COREAUDIO=1
> src/os/unix/pa_unix_util.c -o src/os/unix/pa_unix_util.lo
> /bin/sh ./libtool --mode=compile cc -c -std=c99 -g -O2 -DPA_LITTLE_ENDIAN
> -I./include -I./src/common -I./src/os/unix -Werror     -DPACKAGE_NAME=\"\"
> -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\"
> -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1
> -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1
> -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1
> -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSIZEOF_SHORT=2
> -DSIZEOF_INT=4 -DSIZEOF_LONG=8 -DHAVE_NANOSLEEP=1 -DPA_USE_COREAUDIO=1
> src/hostapi/coreaudio/pa_mac_core.c -o src/hostapi/coreaudio/pa_mac_core.lo
> /bin/sh ./libtool --mode=compile cc -c -std=c99 -g -O2 -DPA_LITTLE_ENDIAN
> -I./include -I./src/common -I./src/os/unix -Werror     -DPACKAGE_NAME=\"\"
> -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\"
> -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1
> -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1
> -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1
> -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSIZEOF_SHORT=2
> -DSIZEOF_INT=4 -DSIZEOF_LONG=8 -DHAVE_NANOSLEEP=1 -DPA_USE_COREAUDIO=1
> src/hostapi/coreaudio/pa_mac_core_utilities.c -o
> src/hostapi/coreaudio/pa_mac_core_utilities.lo
> /bin/sh ./libtool --mode=compile cc -c -std=c99 -g -O2 -DPA_LITTLE_ENDIAN
> -I./include -I./src/common -I./src/os/unix -Werror     -DPACKAGE_NAME=\"\"
> -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\"
> -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1
> -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1
> -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1
> -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSIZEOF_SHORT=2
> -DSIZEOF_INT=4 -DSIZEOF_LONG=8 -DHAVE_NANOSLEEP=1 -DPA_USE_COREAUDIO=1
> src/hostapi/coreaudio/pa_mac_core_blocking.c -o
> src/hostapi/coreaudio/pa_mac_core_blocking.lo
> libtool: compile:  cc -c -std=c99 -g -O2 -DPA_LITTLE_ENDIAN -I./include
> -I./src/common -I./src/os/unix -Werror -DPACKAGE_NAME=\"\"
> -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\"
> -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1
> -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1
> -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1
> -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSIZEOF_SHORT=2
> -DSIZEOF_INT=4 -DSIZEOF_LONG=8 -DHAVE_NANOSLEEP=1 -DPA_USE_COREAUDIO=1
> src/os/unix/pa_unix_util.c  -fno-common -DPIC -o
> src/os/unix/.libs/pa_unix_util.o
> brew: superenv removed: -g -O2 -Werror
> libtool: compile:  cc -c -std=c99 -g -O2 -DPA_LITTLE_ENDIAN -I./include
> -I./src/common -I./src/os/unix -Werror -DPACKAGE_NAME=\"\"
> -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\"
> -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1
> -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1
> -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1
> -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSIZEOF_SHORT=2
> -DSIZEOF_INT=4 -DSIZEOF_LONG=8 -DHAVE_NANOSLEEP=1 -DPA_USE_COREAUDIO=1
> src/hostapi/coreaudio/pa_mac_core.c  -fno-common -DPIC -o
> src/hostapi/coreaudio/.libs/pa_mac_core.o
> libtool: compile:  cc -c -std=c99 -g -O2 -DPA_LITTLE_ENDIAN -I./include
> -I./src/common -I./src/os/unix -Werror -DPACKAGE_NAME=\"\"
> -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\"
> -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1
> -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1
> -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1
> -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSIZEOF_SHORT=2
> -DSIZEOF_INT=4 -DSIZEOF_LONG=8 -DHAVE_NANOSLEEP=1 -DPA_USE_COREAUDIO=1
> src/hostapi/coreaudio/pa_mac_core_utilities.c  -fno-common -DPIC -o
> src/hostapi/coreaudio/.libs/pa_mac_core_utilities.o
> brew: superenv removed: -g -O2 -Werror
> libtool: compile:  cc -c -std=c99 -g -O2 -DPA_LITTLE_ENDIAN -I./include
> -I./src/common -I./src/os/unix -Werror -DPACKAGE_NAME=\"\"
> -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\"
> -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1
> -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1
> -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1
> -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSIZEOF_SHORT=2
> -DSIZEOF_INT=4 -DSIZEOF_LONG=8 -DHAVE_NANOSLEEP=1 -DPA_USE_COREAUDIO=1
> src/hostapi/coreaudio/pa_mac_core_blocking.c  -fno-common -DPIC -o
> src/hostapi/coreaudio/.libs/pa_mac_core_blocking.o
> brew: superenv removed: -g -O2 -Werror
> brew: superenv removed: -g -O2 -Werror
> libtool: compile:  cc -c -std=c99 -g -O2 -DPA_LITTLE_ENDIAN -I./include
> -I./src/common -I./src/os/unix -Werror -DPACKAGE_NAME=\"\"
> -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\"
> -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1
> -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1
> -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1
> -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSIZEOF_SHORT=2
> -DSIZEOF_INT=4 -DSIZEOF_LONG=8 -DHAVE_NANOSLEEP=1 -DPA_USE_COREAUDIO=1
> src/os/unix/pa_unix_util.c -o src/os/unix/pa_unix_util.o >/dev/null 2>&1
> /bin/sh ./libtool --mode=compile cc -c -std=c99 -g -O2 -DPA_LITTLE_ENDIAN
> -I./include -I./src/common -I./src/os/unix -Werror     -DPACKAGE_NAME=\"\"
> -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\"
> -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1
> -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1
> -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1
> -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSIZEOF_SHORT=2
> -DSIZEOF_INT=4 -DSIZEOF_LONG=8 -DHAVE_NANOSLEEP=1 -DPA_USE_COREAUDIO=1
> src/common/pa_ringbuffer.c -o src/common/pa_ringbuffer.lo
> libtool: compile:  cc -c -std=c99 -g -O2 -DPA_LITTLE_ENDIAN -I./include
> -I./src/common -I./src/os/unix -Werror -DPACKAGE_NAME=\"\"
> -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\"
> -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1
> -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1
> -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1
> -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSIZEOF_SHORT=2
> -DSIZEOF_INT=4 -DSIZEOF_LONG=8 -DHAVE_NANOSLEEP=1 -DPA_USE_COREAUDIO=1
> src/common/pa_ringbuffer.c  -fno-common -DPIC -o
> src/common/.libs/pa_ringbuffer.o
> brew: superenv removed: -g -O2 -Werror
> libtool: compile:  cc -c -std=c99 -g -O2 -DPA_LITTLE_ENDIAN -I./include
> -I./src/common -I./src/os/unix -Werror -DPACKAGE_NAME=\"\"
> -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\"
> -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1
> -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1
> -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1
> -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSIZEOF_SHORT=2
> -DSIZEOF_INT=4 -DSIZEOF_LONG=8 -DHAVE_NANOSLEEP=1 -DPA_USE_COREAUDIO=1
> src/hostapi/coreaudio/pa_mac_core_blocking.c -o
> src/hostapi/coreaudio/pa_mac_core_blocking.o >/dev/null 2>&1
> libtool: compile:  cc -c -std=c99 -g -O2 -DPA_LITTLE_ENDIAN -I./include
> -I./src/common -I./src/os/unix -Werror -DPACKAGE_NAME=\"\"
> -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\"
> -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1
> -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1
> -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1
> -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSIZEOF_SHORT=2
> -DSIZEOF_INT=4 -DSIZEOF_LONG=8 -DHAVE_NANOSLEEP=1 -DPA_USE_COREAUDIO=1
> src/common/pa_ringbuffer.c -o src/common/pa_ringbuffer.o >/dev/null 2>&1
> libtool: compile:  cc -c -std=c99 -g -O2 -DPA_LITTLE_ENDIAN -I./include
> -I./src/common -I./src/os/unix -Werror -DPACKAGE_NAME=\"\"
> -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\"
> -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1
> -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1
> -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1
> -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSIZEOF_SHORT=2
> -DSIZEOF_INT=4 -DSIZEOF_LONG=8 -DHAVE_NANOSLEEP=1 -DPA_USE_COREAUDIO=1
> src/hostapi/coreaudio/pa_mac_core_utilities.c -o
> src/hostapi/coreaudio/pa_mac_core_utilities.o >/dev/null 2>&1
> libtool: compile:  cc -c -std=c99 -g -O2 -DPA_LITTLE_ENDIAN -I./include
> -I./src/common -I./src/os/unix -Werror -DPACKAGE_NAME=\"\"
> -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\"
> -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1
> -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1
> -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1
> -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSIZEOF_SHORT=2
> -DSIZEOF_INT=4 -DSIZEOF_LONG=8 -DHAVE_NANOSLEEP=1 -DPA_USE_COREAUDIO=1
> src/hostapi/coreaudio/pa_mac_core.c -o src/hostapi/coreaudio/pa_mac_core.o
>>/dev/null 2>&1
> /bin/sh ./libtool --mode=link cc  -framework CoreAudio -framework
> AudioToolbox -framework AudioUnit -framework Carbon -dynamiclib    -rpath
> /usr/local/Cellar/portaudio/19.20111121/lib -no-undefined
> -export-symbols-regex "(Pa|PaMacCore|PaJack|PaAlsa|PaAsio|PaOSS)_.*"
> -version-info 2:0:0 -o lib/libportaudio.la src/common/pa_allocation.lo
> src/common/pa_converters.lo src/common/pa_cpuload.lo src/common/pa_dither.lo
> src/common/pa_debugprint.lo src/common/pa_front.lo src/common/pa_process.lo
> src/common/pa_stream.lo src/common/pa_trace.lo
> src/hostapi/skeleton/pa_hostapi_skeleton.lo src/os/unix/pa_unix_hostapis.lo
> src/os/unix/pa_unix_util.lo src/hostapi/coreaudio/pa_mac_core.lo
> src/hostapi/coreaudio/pa_mac_core_utilities.lo
> src/hostapi/coreaudio/pa_mac_core_blocking.lo src/common/pa_ringbuffer.lo
> libtool: link: /usr/bin/nm  src/common/.libs/pa_allocation.o
> src/common/.libs/pa_converters.o src/common/.libs/pa_cpuload.o
> src/common/.libs/pa_dither.o src/common/.libs/pa_debugprint.o
> src/common/.libs/pa_front.o src/common/.libs/pa_process.o
> src/common/.libs/pa_stream.o src/common/.libs/pa_trace.o
> src/hostapi/skeleton/.libs/pa_hostapi_skeleton.o
> src/os/unix/.libs/pa_unix_hostapis.o src/os/unix/.libs/pa_unix_util.o
> src/hostapi/coreaudio/.libs/pa_mac_core.o
> src/hostapi/coreaudio/.libs/pa_mac_core_utilities.o
> src/hostapi/coreaudio/.libs/pa_mac_core_blocking.o
> src/common/.libs/pa_ringbuffer.o   | sed -n -e 's/^.*[
> ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p' |
> sed '/ __gnu_lto/d' | /usr/local/Library/ENV/4.3/sed 's/.* //' | sort | uniq
>> lib/.libs/libportaudio.exp
> /usr/bin/nm: no name list
> libtool: link: /usr/bin/grep -E -e
> "(Pa|PaMacCore|PaJack|PaAlsa|PaAsio|PaOSS)_.*" "lib/.libs/libportaudio.exp"
>> "lib/.libs/libportaudio.expT"
> libtool: link: mv -f "lib/.libs/libportaudio.expT"
> "lib/.libs/libportaudio.exp"
> libtool: link: sed 's,^,_,' < lib/.libs/libportaudio.exp >
> lib/.libs/libportaudio-symbols.expsym
> libtool: link: cc -dynamiclib  -o lib/.libs/libportaudio.2.dylib
> src/common/.libs/pa_allocation.o src/common/.libs/pa_converters.o
> src/common/.libs/pa_cpuload.o src/common/.libs/pa_dither.o
> src/common/.libs/pa_debugprint.o src/common/.libs/pa_front.o
> src/common/.libs/pa_process.o src/common/.libs/pa_stream.o
> src/common/.libs/pa_trace.o src/hostapi/skeleton/.libs/pa_hostapi_skeleton.o
> src/os/unix/.libs/pa_unix_hostapis.o src/os/unix/.libs/pa_unix_util.o
> src/hostapi/coreaudio/.libs/pa_mac_core.o
> src/hostapi/coreaudio/.libs/pa_mac_core_utilities.o
> src/hostapi/coreaudio/.libs/pa_mac_core_blocking.o
> src/common/.libs/pa_ringbuffer.o   -framework CoreAudio -framework
> AudioToolbox -framework AudioUnit -framework Carbon    -framework CoreAudio
> -framework AudioToolbox -framework AudioUnit -framework Carbon -install_name
> /usr/local/Cellar/portaudio/19.20111121/lib/libportaudio.2.dylib
> -compatibility_version 3 -current_version 3.0 -Wl,-single_module
> -Wl,-exported_symbols_list,lib/.libs/libportaudio-symbols.expsym
> libtool: link: (cd "lib/.libs" && rm -f "libportaudio.dylib" && ln -s
> "libportaudio.2.dylib" "libportaudio.dylib")
> libtool: link: /usr/bin/ar cru lib/.libs/libportaudio.a
> src/common/pa_allocation.o src/common/pa_converters.o
> src/common/pa_cpuload.o src/common/pa_dither.o src/common/pa_debugprint.o
> src/common/pa_front.o src/common/pa_process.o src/common/pa_stream.o
> src/common/pa_trace.o src/hostapi/skeleton/pa_hostapi_skeleton.o
> src/os/unix/pa_unix_hostapis.o src/os/unix/pa_unix_util.o
> src/hostapi/coreaudio/pa_mac_core.o
> src/hostapi/coreaudio/pa_mac_core_utilities.o
> src/hostapi/coreaudio/pa_mac_core_blocking.o src/common/pa_ringbuffer.o
> /usr/bin/ranlib: file: lib/.libs/libportaudio.a(pa_trace.o) has no symbols
> libtool: link: ranlib lib/.libs/libportaudio.a
> ranlib: file: lib/.libs/libportaudio.a(pa_trace.o) has no symbols
> libtool: link: ( cd "lib/.libs" && rm -f "libportaudio.la" && ln -s
> "../libportaudio.la" "libportaudio.la" )
> /usr/bin/install -c -d /usr/local/Cellar/portaudio/19.20111121/lib
> /bin/sh ./libtool --mode=install /usr/bin/install -c lib/libportaudio.la
> /usr/local/Cellar/portaudio/19.20111121/lib
> libtool: install: /usr/bin/install -c lib/.libs/libportaudio.2.dylib
> /usr/local/Cellar/portaudio/19.20111121/lib/libportaudio.2.dylib
> libtool: install: (cd /usr/local/Cellar/portaudio/19.20111121/lib && { ln -s
> -f libportaudio.2.dylib libportaudio.dylib || { rm -f libportaudio.dylib &&
> ln -s libportaudio.2.dylib libportaudio.dylib; }; })
> libtool: install: /usr/bin/install -c lib/.libs/libportaudio.lai
> /usr/local/Cellar/portaudio/19.20111121/lib/libportaudio.la
> libtool: install: /usr/bin/install -c lib/.libs/libportaudio.a
> /usr/local/Cellar/portaudio/19.20111121/lib/libportaudio.a
> libtool: install: chmod 644
> /usr/local/Cellar/portaudio/19.20111121/lib/libportaudio.a
> libtool: install: ranlib
> /usr/local/Cellar/portaudio/19.20111121/lib/libportaudio.a
> ranlib: file:
> /usr/local/Cellar/portaudio/19.20111121/lib/libportaudio.a(pa_trace.o) has
> no symbols
> /usr/bin/install -c -d /usr/local/Cellar/portaudio/19.20111121/include
> for include in portaudio.h; do \
> /usr/bin/install -c -m 644 -m 644 ./include/$include
> /usr/local/Cellar/portaudio/19.20111121/include/$include; \
> done
> /usr/bin/install -c -d /usr/local/Cellar/portaudio/19.20111121/lib/pkgconfig
> /usr/bin/install -c -m 644 portaudio-2.0.pc
> /usr/local/Cellar/portaudio/19.20111121/lib/pkgconfig/portaudio-2.0.pc
>
> ------------------------------------------------------------
> PortAudio was successfully installed.
>
> On some systems (e.g. Linux) you should run 'ldconfig' now
> to make the shared object available.  You may also need to
> modify your LD_LIBRARY_PATH environment variable to include
> the directory /usr/local/Cellar/portaudio/19.20111121/lib
> ------------------------------------------------------------
>
> /usr/bin/make install-recursive
> if test -n "" ; then for dir in ""; do /usr/bin/make -C $dir install; done ;
> fi
> ==> Cleaning
> rm: /usr/local/Cellar/portaudio/19.20111121/lib/libportaudio.la
> ==> Finishing up
> ln -s ../Cellar/portaudio/19.20111121/include/portaudio.h portaudio.h
> ln -s ../Cellar/portaudio/19.20111121/include/pa_mac_core.h pa_mac_core.h
> ln -s ../../Cellar/portaudio/19.20111121/lib/pkgconfig/portaudio-2.0.pc
> portaudio-2.0.pc
> ln -s ../Cellar/portaudio/19.20111121/lib/libportaudio.dylib
> libportaudio.dylib
> ln -s ../Cellar/portaudio/19.20111121/lib/libportaudio.a libportaudio.a
> ln -s ../Cellar/portaudio/19.20111121/lib/libportaudio.2.dylib
> libportaudio.2.dylib
> ln -s ../../Cellar/portaudio/19.20111121 portaudio
> ln -s ../Cellar/portaudio/19.20111121 portaudio
> ==> Summary
> 🍺  /usr/local/Cellar/portaudio/19.20111121: 8 files, 308K, built in 10
> seconds
> ==> Installing csound dependency: portmidi
> ==> Downloading
> http://downloads.sourceforge.net/project/portmedia/portmidi/217/portmidi-src-217.zip
> Already downloaded: /Library/Caches/Homebrew/portmidi-217.zip
> unzip /Library/Caches/Homebrew/portmidi-217.zip
> Archive:  /Library/Caches/Homebrew/portmidi-217.zip
>    creating: portmidi/
>   inflating: portmidi/ALL_BUILD.vcproj
>   inflating: portmidi/CHANGELOG.txt
>   inflating: portmidi/CMakeLists.txt
>   inflating: portmidi/Doxyfile
>   inflating: portmidi/license.txt
>    creating: portmidi/pm_cl/
>   inflating: portmidi/pm_cl/cffi-portmidi.lisp
>   inflating: portmidi/pm_cl/README_CL.txt
>   inflating: portmidi/pm_cl/test-no-cm.lisp
>    creating: portmidi/pm_common/
>   inflating: portmidi/pm_common/CMakeLists.txt
>   inflating: portmidi/pm_common/pminternal.h
>   inflating: portmidi/pm_common/pmjni.vcproj
>   inflating: portmidi/pm_common/pmutil.c
>   inflating: portmidi/pm_common/pmutil.h
>   inflating: portmidi/pm_common/portmidi-dynamic.vcproj
>   inflating: portmidi/pm_common/portmidi-static.vcproj
>   inflating: portmidi/pm_common/portmidi.c
>   inflating: portmidi/pm_common/portmidi.h
>    creating: portmidi/pm_csharp/
>    creating: portmidi/pm_csharp/pm_managed/
>   inflating: portmidi/pm_csharp/pm_managed/app.ico
>   inflating: portmidi/pm_csharp/pm_managed/app.rc
>   inflating: portmidi/pm_csharp/pm_managed/AssemblyInfo.cpp
>   inflating: portmidi/pm_csharp/pm_managed/pm_managed.cpp
>   inflating: portmidi/pm_csharp/pm_managed/pm_managed.h
>   inflating: portmidi/pm_csharp/pm_managed/pm_managed.vcproj
>   inflating: portmidi/pm_csharp/pm_managed/ReadMe.txt
>   inflating: portmidi/pm_csharp/pm_managed/resource.h
>   inflating: portmidi/pm_csharp/pm_managed/Stdafx.cpp
>   inflating: portmidi/pm_csharp/pm_managed/Stdafx.h
>   inflating: portmidi/pm_csharp/README.txt
>    creating: portmidi/pm_dylib/
>   inflating: portmidi/pm_dylib/CMakeLists.txt
>   inflating: portmidi/pm_dylib/portmidi-dynamic.vcproj
>   inflating: portmidi/pm_dylib/README.txt
>    creating: portmidi/pm_java/
>   inflating: portmidi/pm_java/CMakeLists.txt
>   inflating: portmidi/pm_java/JavaExe.exe
>    creating: portmidi/pm_java/jportmidi/
>   inflating: portmidi/pm_java/jportmidi/JPortMidi.java
>   inflating: portmidi/pm_java/jportmidi/JPortMidiApi.java
>   inflating: portmidi/pm_java/jportmidi/JPortMidiException.java
>   inflating: portmidi/pm_java/mac-make.sh
>   inflating: portmidi/pm_java/make.bat
>    creating: portmidi/pm_java/pmdefaults/
>   inflating: portmidi/pm_java/pmdefaults/manifest.txt
>   inflating: portmidi/pm_java/pmdefaults/pmdefaults
>   inflating: portmidi/pm_java/pmdefaults/pmdefaults-icon.bmp
>   inflating: portmidi/pm_java/pmdefaults/pmdefaults-icon.gif
>  extracting: portmidi/pm_java/pmdefaults/pmdefaults-icon.png
>   inflating: portmidi/pm_java/pmdefaults/pmdefaults-icon.xcf
>   inflating: portmidi/pm_java/pmdefaults/pmdefaults-license.txt
>   inflating: portmidi/pm_java/pmdefaults/pmdefaults.icns
>   inflating: portmidi/pm_java/pmdefaults/pmdefaults.ico
>   inflating: portmidi/pm_java/pmdefaults/PmDefaults.java
>   inflating: portmidi/pm_java/pmdefaults/PmDefaultsFrame.java
>  extracting: portmidi/pm_java/pmdefaults/portmusic_logo.png
>   inflating: portmidi/pm_java/pmdefaults/readme-win32.txt
>   inflating: portmidi/pm_java/pmdefaults/README.txt
>   inflating: portmidi/pm_java/pmdefaults-setup-script.iss
>    creating: portmidi/pm_java/pmjni/
>   inflating: portmidi/pm_java/pmjni/jportmidi_JportMidiApi.h
>   inflating: portmidi/pm_java/pmjni/pmjni-VC8.vcproj
>   inflating: portmidi/pm_java/pmjni/pmjni.c
>   inflating: portmidi/pm_java/pmjni/pmjni.rc
>   inflating: portmidi/pm_java/README.txt
>    creating: portmidi/pm_java/setup/
>   inflating: portmidi/pm_java/setup/pmdefaults-setup.exe
>   inflating: portmidi/pm_java/UpdateRsrcJavaExe.exe
>    creating: portmidi/pm_linux/
>   inflating: portmidi/pm_linux/finddefault.c
>   inflating: portmidi/pm_linux/pmlinux.c
>   inflating: portmidi/pm_linux/pmlinux.h
>   inflating: portmidi/pm_linux/pmlinuxalsa.c
>   inflating: portmidi/pm_linux/pmlinuxalsa.h
>   inflating: portmidi/pm_linux/README_LINUX.txt
>    creating: portmidi/pm_mac/
>   inflating: portmidi/pm_mac/finddefault.c
>   inflating: portmidi/pm_mac/Makefile.osx
>    creating: portmidi/pm_mac/pm_mac.xcodeproj/
>   inflating: portmidi/pm_mac/pm_mac.xcodeproj/project.pbxproj
>    creating: portmidi/pm_mac/pmdefaults/
>    creating: portmidi/pm_mac/pmdefaults/make/
>   inflating: portmidi/pm_mac/pmdefaults/make/build.xml
>   inflating: portmidi/pm_mac/pmdefaults/make/find-classrefs.sh
>    creating: portmidi/pm_mac/pmdefaults/resources/
>    creating: portmidi/pm_mac/pmdefaults/resources/English.lproj/
>   inflating: portmidi/pm_mac/pmdefaults/resources/English.lproj/Credits.rtf
>   inflating:
> portmidi/pm_mac/pmdefaults/resources/English.lproj/InfoPlist.strings
>   inflating: portmidi/pm_mac/pmdefaults/resources/Info.plist
>   inflating: portmidi/pm_mac/pmdefaults/resources/Manifest
>   inflating: portmidi/pm_mac/pmmac.c
>   inflating: portmidi/pm_mac/pmmac.h
>   inflating: portmidi/pm_mac/pmmacosxcm.c
>   inflating: portmidi/pm_mac/pmmacosxcm.h
>   inflating: portmidi/pm_mac/readbinaryplist.c
>   inflating: portmidi/pm_mac/readbinaryplist.h
>   inflating: portmidi/pm_mac/README_MAC.txt
>    creating: portmidi/pm_mingw/
>    creating: portmidi/pm_mingw/eclipse/
>   inflating: portmidi/pm_mingw/eclipse/dot-cproject
>   inflating: portmidi/pm_mingw/eclipse/dot-project
>   inflating: portmidi/pm_mingw/eclipse/README.txt
>    creating: portmidi/pm_mingw/msys/
>   inflating: portmidi/pm_mingw/msys/README-MSYS.txt
>   inflating: portmidi/pm_mingw/README-MINGW.txt
>    creating: portmidi/pm_python/
>    creating: portmidi/pm_python/pyportmidi/
>  extracting: portmidi/pm_python/pyportmidi/__init__.py
>   inflating: portmidi/pm_python/pyportmidi/_pyportmidi.c
>   inflating: portmidi/pm_python/pyportmidi/_pyportmidi.pyx
>    creating: portmidi/pm_python/pyportmidi/examples/
>   inflating: portmidi/pm_python/pyportmidi/midi.py
>    creating: portmidi/pm_python/pyportmidi/tests/
>   inflating: portmidi/pm_python/README_PYTHON.txt
>   inflating: portmidi/pm_python/setup.py
>    creating: portmidi/pm_qt/
>   inflating: portmidi/pm_qt/portmidi.pro
>   inflating: portmidi/pm_qt/README_QT.txt
>    creating: portmidi/pm_test/
>   inflating: portmidi/pm_test/CMakeLists.txt
>   inflating: portmidi/pm_test/latency.c
>   inflating: portmidi/pm_test/latency.vcproj
>   inflating: portmidi/pm_test/midiclock.c
>   inflating: portmidi/pm_test/midiclock.vcproj
>   inflating: portmidi/pm_test/midithread.c
>   inflating: portmidi/pm_test/midithread.vcproj
>   inflating: portmidi/pm_test/midithru.c
>   inflating: portmidi/pm_test/midithru.vcproj
>   inflating: portmidi/pm_test/mm.c
>   inflating: portmidi/pm_test/mm.vcproj
>   inflating: portmidi/pm_test/qtest.c
>   inflating: portmidi/pm_test/qtest.vcproj
>   inflating: portmidi/pm_test/sysex.c
>   inflating: portmidi/pm_test/sysex.vcproj
>   inflating: portmidi/pm_test/test.c
>   inflating: portmidi/pm_test/test.vcproj
>   inflating: portmidi/pm_test/txdata.syx
>    creating: portmidi/pm_win/
>   inflating: portmidi/pm_win/clean_cmake.bat
>   inflating: portmidi/pm_win/clean_up_vcproj.awk
>   inflating: portmidi/pm_win/clean_up_vcproj.bat
>   inflating: portmidi/pm_win/debugging_dlls.txt
>   inflating: portmidi/pm_win/pmwin.c
>   inflating: portmidi/pm_win/pmwinmm.c
>   inflating: portmidi/pm_win/pmwinmm.h
>   inflating: portmidi/pm_win/README_WIN.txt
>   inflating: portmidi/pm_win/static.cmake
>   inflating: portmidi/portmidi.sln
>  extracting: portmidi/portmidi_cdt.zip
>  extracting: portmidi/portmusic_logo.png
>    creating: portmidi/porttime/
>   inflating: portmidi/porttime/porttime-VC8.vcproj
>   inflating: portmidi/porttime/porttime.c
>   inflating: portmidi/porttime/porttime.dsp
>   inflating: portmidi/porttime/porttime.h
>   inflating: portmidi/porttime/porttime.vcproj
>   inflating: portmidi/porttime/ptlinux.c
>   inflating: portmidi/porttime/ptmacosx_cf.c
>   inflating: portmidi/porttime/ptmacosx_mach.c
>   inflating: portmidi/porttime/ptwinmm.c
>   inflating: portmidi/README.txt
>   inflating: portmidi/ZERO_CHECK.vcproj
> ==> Patching
> /usr/bin/patch -f -p1 -i 000-homebrew.diff
> patching file pm_common/CMakeLists.txt
> ==> make -f pm_mac/Makefile.osx
> make -f pm_mac/Makefile.osx
> rm -f CMakeCache.txt
> mkdir -p Release
> cd Release; cmake .. -G "Unix Makefiles" -DCMAKE_BUILD_TYPE=Release
> -- The C compiler identification is Clang 4.2.0
> -- The CXX compiler identification is Clang 4.2.0
> -- Check for working C compiler: /usr/local/Library/ENV/4.3/cc
> -- Check for working C compiler: /usr/local/Library/ENV/4.3/cc -- works
> -- Detecting C compiler ABI info
> -- Detecting C compiler ABI info - done
> -- Check for working CXX compiler: /usr/local/Library/ENV/4.3/c++
> -- Check for working CXX compiler: /usr/local/Library/ENV/4.3/c++ -- works
> -- Detecting CXX compiler ABI info
> -- Detecting CXX compiler ABI info - done
> -- SYSROOT:
> //Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk
> -- DEFAULT_DEBUG_FLAGS not nil: -g
> -- SYSROOT:
> //Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk
> -- Configuring done
> -- Generating done
> -- Build files have been written to: /tmp/portmidi-LptP/portmidi/Release
> cd Release; make
> Scanning dependencies of target portmidi-dynamic
> Scanning dependencies of target portmidi-static
> [  4%] [ 13%] [ 13%] [ 18%] Building C object
> pm_dylib/CMakeFiles/portmidi-dynamic.dir/__/pm_mac/pmmacosxcm.c.o
> Building C object
> pm_dylib/CMakeFiles/portmidi-dynamic.dir/__/pm_mac/pmmac.c.o
> Building C object
> pm_common/CMakeFiles/portmidi-static.dir/__/pm_mac/pmmac.c.o
> Building C object
> pm_common/CMakeFiles/portmidi-static.dir/__/pm_mac/pmmacosxcm.c.o
> brew: superenv removed: -O3 -arch i386 -arch ppc -arch x86_64 -isysroot
> //Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk
> brew: superenv removed: -O3 -arch i386 -arch ppc -arch x86_64 -isysroot
> //Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk
> brew: superenv removed: -O3 -arch i386 -arch ppc -arch x86_64 -isysroot
> //Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk
> brew: superenv removed: -O3 -arch i386 -arch ppc -arch x86_64 -isysroot
> //Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk
> [ 22%] [ 27%] Building C object
> pm_dylib/CMakeFiles/portmidi-dynamic.dir/__/pm_mac/readbinaryplist.c.o
> Building C object
> pm_common/CMakeFiles/portmidi-static.dir/__/pm_mac/readbinaryplist.c.o
> brew: superenv removed: -O3 -arch i386 -arch ppc -arch x86_64 -isysroot
> //Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk
> brew: superenv removed: -O3 -arch i386 -arch ppc -arch x86_64 -isysroot
> //Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk
> [ 31%] [ 36%] Building C object
> pm_dylib/CMakeFiles/portmidi-dynamic.dir/__/pm_mac/finddefault.c.o
> Building C object
> pm_common/CMakeFiles/portmidi-static.dir/__/pm_mac/finddefault.c.o
> brew: superenv removed: -O3 -arch i386 -arch ppc -arch x86_64 -isysroot
> //Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk
> brew: superenv removed: -O3 -arch i386 -arch ppc -arch x86_64 -isysroot
> //Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk
> [ 40%] [ 45%] Building C object
> pm_common/CMakeFiles/portmidi-static.dir/__/porttime/ptmacosx_mach.c.o
> Building C object pm_common/CMakeFiles/portmidi-static.dir/pmutil.c.o
> brew: superenv removed: -O3 -arch i386 -arch ppc -arch x86_64 -isysroot
> //Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk
> brew: superenv removed: -O3 -arch i386 -arch ppc -arch x86_64 -isysroot
> //Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk
> [ 50%] Building C object
> pm_common/CMakeFiles/portmidi-static.dir/portmidi.c.o
> [ 54%] Building C object
> pm_dylib/CMakeFiles/portmidi-dynamic.dir/__/porttime/ptmacosx_mach.c.o
> brew: superenv removed: -O3 -arch i386 -arch ppc -arch x86_64 -isysroot
> //Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk
> brew: superenv removed: -O3 -arch i386 -arch ppc -arch x86_64 -isysroot
> //Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk
> [ 59%] [ 63%] Building C object
> pm_dylib/CMakeFiles/portmidi-dynamic.dir/__/pm_common/pmutil.c.o
> Building C object
> pm_dylib/CMakeFiles/portmidi-dynamic.dir/__/pm_common/portmidi.c.o
> brew: superenv removed: -O3 -arch i386 -arch ppc -arch x86_64 -isysroot
> //Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk
> brew: superenv removed: -O3 -arch i386 -arch ppc -arch x86_64 -isysroot
> //Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk
> Linking C static library ../libportmidi_s.a
> [ 63%] Built target portmidi-static
> Linking C shared library ../libportmidi.dylib
> Scanning dependencies of target latency
> Scanning dependencies of target midithread
> Scanning dependencies of target midiclock
> [ 72%] [ 72%] [ 77%] Building C object
> pm_test/CMakeFiles/latency.dir/latency.c.o
> Building C object pm_test/CMakeFiles/midithread.dir/midithread.c.o
> brew: superenv removed: -O3 -arch i386 -arch ppc -arch x86_64 -isysroot
> //Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk
> Building C object pm_test/CMakeFiles/midiclock.dir/midiclock.c.o
> brew: superenv removed: -O3 -arch i386 -arch ppc -arch x86_64 -isysroot
> //Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk
> brew: superenv removed: -O3 -arch i386 -arch ppc -arch x86_64 -isysroot
> //Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk
> brew: superenv removed: -O3 -arch i386 -arch ppc -arch x86_64 -isysroot
> //Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk
> [ 77%] Built target portmidi-dynamic
> Scanning dependencies of target midithru
> [ 81%] Linking C executable ../midiclock
> Building C object pm_test/CMakeFiles/midithru.dir/midithru.c.o
> Linking C executable ../midithread
> Linking C executable ../latency
> brew: superenv removed: -O3 -arch i386 -arch ppc -arch x86_64 -isysroot
> //Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk
> brew: superenv removed: -O3 -arch i386 -arch ppc -arch x86_64 -isysroot
> //Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk
> brew: superenv removed: -O3 -arch i386 -arch ppc -arch x86_64 -isysroot
> //Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk
> brew: superenv removed: -O3 -arch i386 -arch ppc -arch x86_64 -isysroot
> //Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk
> [ 81%] [ 81%] Built target midiclock
> Built target latency
> [ 81%] Built target midithread
> Linking C executable ../midithru
> Scanning dependencies of target mm
> Scanning dependencies of target qtest
> Scanning dependencies of target sysex
> [ 86%] [ 90%] brew: superenv removed: -O3 -arch i386 -arch ppc -arch x86_64
> -isysroot
> //Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk
> [ 95%] Building C object pm_test/CMakeFiles/qtest.dir/qtest.c.o
> Building C object pm_test/CMakeFiles/mm.dir/mm.c.o
> Building C object pm_test/CMakeFiles/sysex.dir/sysex.c.o
> brew: superenv removed: -O3 -arch i386 -arch ppc -arch x86_64 -isysroot
> //Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk
> brew: superenv removed: -O3 -arch i386 -arch ppc -arch x86_64 -isysroot
> //Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk
> brew: superenv removed: -O3 -arch i386 -arch ppc -arch x86_64 -isysroot
> //Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk
> [ 95%] Built target midithru
> Scanning dependencies of target test
> [100%] Building C object pm_test/CMakeFiles/test.dir/test.c.o
> brew: superenv removed: -O3 -arch i386 -arch ppc -arch x86_64 -isysroot
> //Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk
> Linking C executable ../qtest
> Linking C executable ../mm
> Linking C executable ../sysex
> brew: superenv removed: -O3 -arch i386 -arch ppc -arch x86_64 -isysroot
> //Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk
> brew: superenv removed: -O3 -arch i386 -arch ppc -arch x86_64 -isysroot
> //Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk
> brew: superenv removed: -O3 -arch i386 -arch ppc -arch x86_64 -isysroot
> //Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk
> [100%] Built target qtest
> Linking C executable ../test
> [100%] Built target mm
> [100%] Built target sysex
> brew: superenv removed: -O3 -arch i386 -arch ppc -arch x86_64 -isysroot
> //Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk
> [100%] Built target test
> ==> make -f pm_mac/Makefile.osx install
> make -f pm_mac/Makefile.osx install
> install porttime/porttime.h  /usr/local/Cellar/portmidi/217/include/
> install pm_common/portmidi.h /usr/local/Cellar/portmidi/217/include
> install Release/libportmidi.dylib /usr/local/Cellar/portmidi/217/lib/
> ==> Cleaning
> ==> Finishing up
> ln -s ../Cellar/portmidi/217/include/porttime.h porttime.h
> ln -s ../Cellar/portmidi/217/include/portmidi.h portmidi.h
> ln -s ../Cellar/portmidi/217/lib/libportmidi.dylib libportmidi.dylib
> ln -s ../../Cellar/portmidi/217 portmidi
> ln -s ../Cellar/portmidi/217 portmidi
> ==> Summary
> 🍺  /usr/local/Cellar/portmidi/217: 7 files, 104K, built in 3 seconds
> ==> Installing csound
> ==> Cloning git://git.code.sourceforge.net/p/csound/csound6-git
> git --git-dir /Library/Caches/Homebrew/csound--git/.git status -s
> Updating /Library/Caches/Homebrew/csound--git
> git config remote.origin.url
> git://git.code.sourceforge.net/p/csound/csound6-git
> git config remote.origin.fetch +refs/heads/master:refs/remotes/origin/master
> git fetch origin
> git checkout -f master
> Already on 'master'
> git reset --hard origin/HEAD
> HEAD is now at a014b11 Merge branch 'master' of
> https://git.code.sf.net/p/csound/csound6-git
> git reset --hard origin/HEAD
> HEAD is now at a014b11 Merge branch 'master' of
> https://git.code.sf.net/p/csound/csound6-git
> git checkout-index -a -f --prefix=/private/tmp/csound-gJSQ/
> ==> cmake . -DUSE_GETTEXT=0
> -DCMAKE_INSTALL_PREFIX=/usr/local/Cellar/csound/HEAD -DCMAKE_BUILD_TYPE=None
> -DCMAKE_FIND_FRAMEWORK=LAST -Wno-dev
> cmake . -DUSE_GETTEXT=0 -DCMAKE_INSTALL_PREFIX=/usr/local/Cellar/csound/HEAD
> -DCMAKE_BUILD_TYPE=None -DCMAKE_FIND_FRAMEWORK=LAST -Wno-dev
> -- The C compiler identification is Clang 4.2.0
> -- The CXX compiler identification is Clang 4.2.0
> -- Check for working C compiler: /usr/local/Library/ENV/4.3/cc
> -- Check for working C compiler: /usr/local/Library/ENV/4.3/cc -- works
> -- Detecting C compiler ABI info
> -- Detecting C compiler ABI info - done
> -- Check for working CXX compiler: /usr/local/Library/ENV/4.3/c++
> -- Check for working CXX compiler: /usr/local/Library/ENV/4.3/c++ -- works
> -- Detecting CXX compiler ABI info
> -- Detecting CXX compiler ABI info - done
> -- /tmp/csound-gJSQ
> -- BUILD_BIN_DIR set to /tmp/csound-gJSQ
> -- BUILD_LIB_DIR set to /tmp/csound-gJSQ
> -- BUILD_PLUGINS_DIR set to /tmp/csound-gJSQ
> -- Check if the system is big endian
> -- Searching 16 bit integer
> -- Looking for sys/types.h
> -- Looking for sys/types.h - found
> -- Looking for stdint.h
> -- Looking for stdint.h - found
> -- Looking for stddef.h
> -- Looking for stddef.h - found
> -- Check size of unsigned short
> -- Check size of unsigned short - done
> -- Using unsigned short
> -- Check if the system is big endian - little endian
> -- Try OpenMP C flag = [-fopenmp]
> -- Performing Test OpenMP_FLAG_DETECTED
> -- Performing Test OpenMP_FLAG_DETECTED - Failed
> -- Try OpenMP C flag = [/openmp]
> -- Performing Test OpenMP_FLAG_DETECTED
> -- Performing Test OpenMP_FLAG_DETECTED - Failed
> -- Try OpenMP C flag = [-Qopenmp]
> -- Performing Test OpenMP_FLAG_DETECTED
> -- Performing Test OpenMP_FLAG_DETECTED - Failed
> -- Try OpenMP C flag = [-openmp]
> -- Performing Test OpenMP_FLAG_DETECTED
> -- Performing Test OpenMP_FLAG_DETECTED - Failed
> -- Try OpenMP C flag = [ ]
> -- Performing Test OpenMP_FLAG_DETECTED
> -- Performing Test OpenMP_FLAG_DETECTED - Failed
> -- Try OpenMP C flag = [-xopenmp]
> -- Performing Test OpenMP_FLAG_DETECTED
> -- Performing Test OpenMP_FLAG_DETECTED - Failed
> -- Try OpenMP C flag = [+Oopenmp]
> -- Performing Test OpenMP_FLAG_DETECTED
> -- Performing Test OpenMP_FLAG_DETECTED - Failed
> -- Try OpenMP C flag = [-qsmp]
> -- Performing Test OpenMP_FLAG_DETECTED
> -- Performing Test OpenMP_FLAG_DETECTED - Failed
> -- Try OpenMP C flag = [-mp]
> -- Performing Test OpenMP_FLAG_DETECTED
> -- Performing Test OpenMP_FLAG_DETECTED - Failed
> -- Try OpenMP CXX flag = [-fopenmp]
> -- Performing Test OpenMP_FLAG_DETECTED
> -- Performing Test OpenMP_FLAG_DETECTED - Failed
> -- Try OpenMP CXX flag = [/openmp]
> -- Performing Test OpenMP_FLAG_DETECTED
> -- Performing Test OpenMP_FLAG_DETECTED - Failed
> -- Try OpenMP CXX flag = [-Qopenmp]
> -- Performing Test OpenMP_FLAG_DETECTED
> -- Performing Test OpenMP_FLAG_DETECTED - Failed
> -- Try OpenMP CXX flag = [-openmp]
> -- Performing Test OpenMP_FLAG_DETECTED
> -- Performing Test OpenMP_FLAG_DETECTED - Failed
> -- Try OpenMP CXX flag = [ ]
> -- Performing Test OpenMP_FLAG_DETECTED
> -- Performing Test OpenMP_FLAG_DETECTED - Failed
> -- Try OpenMP CXX flag = [-xopenmp]
> -- Performing Test OpenMP_FLAG_DETECTED
> -- Performing Test OpenMP_FLAG_DETECTED - Failed
> -- Try OpenMP CXX flag = [+Oopenmp]
> -- Performing Test OpenMP_FLAG_DETECTED
> -- Performing Test OpenMP_FLAG_DETECTED - Failed
> -- Try OpenMP CXX flag = [-qsmp]
> -- Performing Test OpenMP_FLAG_DETECTED
> -- Performing Test OpenMP_FLAG_DETECTED - Failed
> -- Try OpenMP CXX flag = [-mp]
> -- Performing Test OpenMP_FLAG_DETECTED
> -- Performing Test OpenMP_FLAG_DETECTED - Failed
> -- Could NOT find OpenMP (missing:  OpenMP_C_FLAGS OpenMP_CXX_FLAGS)
> -- Looking for libintl.h
> -- Looking for libintl.h - not found
> -- Looking for C++ include eigen3/Eigen/Dense
> -- Looking for C++ include eigen3/Eigen/Dense - not found
> -- Could NOT find Gettext (missing:  GETTEXT_MSGMERGE_EXECUTABLE
> GETTEXT_MSGFMT_EXECUTABLE)
> -- Looking for lrint in m
> -- Looking for lrint in m - found
> -- Looking for unistd.h
> -- Looking for unistd.h - found
> -- Looking for io.h
> -- Looking for io.h - not found
> -- Looking for fcntl.h
> -- Looking for fcntl.h - found
> -- Looking for sys/time.h
> -- Looking for sys/time.h - found
> -- Looking for termios.h
> -- Looking for termios.h - found
> -- Looking for values.h
> -- Looking for values.h - not found
> -- Looking for winsock.h
> -- Looking for winsock.h - not found
> -- Looking for sys/socket.h
> -- Looking for sys/socket.h - found
> -- Looking for dirent.h
> -- Looking for dirent.h - found
> -- USE_LRINT is enabled
> -- Found FLEX: /usr/bin/flex (found version "2.5.35")
> -- Found BISON: /usr/bin/bison (found version "2.3")
> -- Looking for pthread_spin_lock
> -- Looking for pthread_spin_lock - not found
> -- Looking for pthread_barrier_init
> -- Looking for pthread_barrier_init - not found
> -- OPENMP_FOUND="FALSE", so disabling USE_OPEN_MP
> -- PTHREAD_BARRIER_INIT_EXISTS="", so disabling USE_OPEN_MP
> -- USE_OPEN_MP is disabled
> -- Not building with score parser
> -- Not building with new parser debugging
> -- Building with multicore
> -- USE_GETTEXT is disabled
> -- Not using localization
> -- Building on OSX
> -- Boost version: 1.53.0
> -- Looking for ladspa.h
> -- Looking for ladspa.h - not found
> -- Looking for fluidsynth.h
> -- Looking for fluidsynth.h - not found
> -- Looking for jack/jack.h
> -- Looking for jack/jack.h - found
> -- Looking for C++ include gmm/gmm.h
> -- Looking for C++ include gmm/gmm.h - not found
> -- Looking for lo/lo.h
> -- Looking for lo/lo.h - found
> -- Found ZLIB: /usr/lib/libz.dylib (found version "1.2.5")
> -- Found PNG: /usr/local/opt/libpng/lib/libpng.dylib (found version
> "1.5.14")
> -- Found PythonLibs: /usr/lib/libpython2.7.dylib (found version "2.7.1")
> -- Could NOT find Lua51 (missing:  LUA_LIBRARIES LUA_INCLUDE_DIR)
> -- Looking for wiiuse.h
> -- Looking for wiiuse.h - not found
> -- Looking for p5glove.h
> -- Looking for p5glove.h - not found
> -- BUILD_CHUA_OPCODES is enabled
> -- LADSPA_H="", so disabling BUILD_DSSI_OPCODES
> -- BUILD_DSSI_OPCODES is disabled
> -- FLUIDSYNTH_H="", so disabling BUILD_FLUID_OPCODES
> -- FLUIDSYNTH_LIBRARY="FLUIDSYNTH_LIBRARY-NOTFOUND", so disabling
> BUILD_FLUID_OPCODES
> -- BUILD_FLUID_OPCODES is disabled
> -- BUILD_JACK_OPCODES is enabled
> -- GMM_HEADER="", so disabling BUILD_LINEAR_ALGEBRA_OPCODES
> -- BUILD_LINEAR_ALGEBRA_OPCODES is disabled
> -- BUILD_OSC_OPCODES is enabled
> -- BUILD_IMAGE_OPCODES is enabled
> -- BUILD_PYTHON_OPCODES is enabled
> -- LUA51_FOUND="FALSE", so disabling BUILD_LUA_OPCODES
> -- OPENMP_FOUND="FALSE", so disabling BUILD_LUA_OPCODES
> -- BUILD_LUA_OPCODES is disabled
> -- WIIUSE_H="", so disabling BUILD_WIIMOTE_OPCODES
> -- BUILD_WIIMOTE_OPCODES is disabled
> -- P5GLOVE_H="", so disabling BUILD_P5GLOVE_OPCODES
> -- BUILD_P5GLOVE_OPCODES is disabled
> -- BUILD_STK_OPCODES is enabled
> --
> -- ## REALTIME AUDIO AND MIDI ##
> -- Looking for alsa/asoundlib.h
> -- Looking for alsa/asoundlib.h - not found
> -- Looking for pulse/simple.h
> -- Looking for pulse/simple.h - not found
> -- Looking for XOpenDisplay in
> /usr/X11/lib/libX11.dylib;/usr/X11/lib/libXext.dylib
> -- Looking for XOpenDisplay in
> /usr/X11/lib/libX11.dylib;/usr/X11/lib/libXext.dylib - found
> -- Looking for gethostbyname
> -- Looking for gethostbyname - found
> -- Looking for connect
> -- Looking for connect - found
> -- Looking for remove
> -- Looking for remove - found
> -- Looking for shmat
> -- Looking for shmat - found
> -- Looking for IceConnectionNumber in ICE
> -- Looking for IceConnectionNumber in ICE - found
> -- Found X11: /usr/X11/lib/libX11.dylib
> -- Found FLTK:
> /usr/local/lib/libfltk_images.a;/usr/local/lib/libfltk_forms.a;/usr/local/lib/libfltk.a
> -- USE_COREMIDI is enabled
> -- USE_AUDIOUNIT is enabled
> -- ALSA_HEADER="", so disabling USE_ALSA
> -- ALSA_LIBRARY="ALSA_LIBRARY-NOTFOUND", so disabling USE_ALSA
> -- USE_ALSA is disabled
> -- PULSEAUDIO_HEADER="", so disabling USE_PULSEAUDIO
> -- PULSEAUDIO_LIBRARY="PULSEAUDIO_LIBRARY-NOTFOUND", so disabling
> USE_PULSEAUDIO
> -- PULSESIMPLE_LIBRARY="PULSESIMPLE_LIBRARY-NOTFOUND", so disabling
> USE_PULSEAUDIO
> -- USE_PULSEAUDIO is disabled
> -- PORTAUDIO_HEADER="", so disabling USE_PORTAUDIO
> -- USE_PORTAUDIO is disabled
> -- PORTMIDI_HEADER="", so disabling USE_PORTMIDI
> -- USE_PORTMIDI is disabled
> -- USE_JACK is enabled
> -- USE_FLTK is enabled
> -- BUILD_VIRTUAL_KEYBOARD is enabled
> --
> -- Building C++ interface library
> -- Found SWIG: /usr/local/bin/swig (found suitable version "2.0.9", minimum
> required is "2.0")
> -- Found JNI: -framework JavaVM
> -- Found Java: /usr/bin/java (found version "1.6.0.43")
> -- Could NOT find Lua51 (missing:  LUA_LIBRARIES LUA_INCLUDE_DIR)
> -- BUILD_PYTHON_INTERFACE is enabled
> -- BUILD_JAVA_INTERFACE is enabled
> -- LUA51_FOUND="FALSE", so disabling BUILD_LUA_INTERFACE
> -- BUILD_LUA_INTERFACE is disabled
> -- Looking for m_pd.h
> -- Looking for m_pd.h - not found
> -- Building csLadspa
> -- BUILD_CSBEATS is enabled
> -- PD_HEADER="", so disabling BUILD_PD_CLASS
> -- BUILD_PD_CLASS is disabled
> -- BUILD_WINSOUND is disabled
> -- Boost version: 1.53.0
> -- Found SWIG: /usr/local/bin/swig (found version "2.0.9")
> -- Could NOT find Lua51 (missing:  LUA_LIBRARIES LUA_INCLUDE_DIR)
> -- BUILD_CSOUND_AC is disabled
> -- BUILD_CSOUND_AC_PYTHON_INTERFACE is enabled
> -- LUA51_FOUND="FALSE", so disabling BUILD_CSOUND_AC_LUA_INTERFACE
> -- BUILD_CSOUND_AC_LUA_INTERFACE is disabled
> -- Configuring done
> -- Generating done
> -- Build files have been written to: /tmp/csound-gJSQ
> ==> make install
> make install
> Scanning dependencies of target ampmidid
> Scanning dependencies of target cellular
> Scanning dependencies of target chua
> [  0%] [  1%] [  1%] Generating csound_prelex.c
> Building CXX object Opcodes/CMakeFiles/ampmidid.dir/ampmidid.cpp.o
> Building C object Opcodes/CMakeFiles/cellular.dir/cellular.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [  1%] Generating csound_orclex.c
> [  1%] Generating csound_orcparse.c
> /tmp/csound-gJSQ/Engine/csound_orc.y: conflicts: 4 shift/reduce, 10
> reduce/reduce
> Linking C shared library ../libcellular.dylib
> [  2%] Linking CXX shared library ../libampmidid.dylib
> Building CXX object Opcodes/CMakeFiles/chua.dir/chua/ChuaOscillator.cpp.o
> [  2%] Built target cellular
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> Scanning dependencies of target control
> [  2%] Building C object Opcodes/CMakeFiles/control.dir/control.c.o
> Scanning dependencies of target CsoundLib64
> [  2%] Built target ampmidid
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> Scanning dependencies of target cs_date
> [  3%] Building C object Opcodes/CMakeFiles/cs_date.dir/date.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> Linking C shared library ../libcontrol.dylib
> Linking C shared library ../libcs_date.dylib
> [  3%] Built target control
> [  3%] Built target cs_date
> Scanning dependencies of target doppler
> Scanning dependencies of target fareygen
> [  3%] Building CXX object Opcodes/CMakeFiles/doppler.dir/doppler.cpp.o
> [  3%] Building C object Opcodes/CMakeFiles/fareygen.dir/fareygen.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [  4%] Building C object CMakeFiles/CsoundLib64.dir/Engine/auxfd.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> Linking C shared library ../libfareygen.dylib
> [  4%] Built target fareygen
> Scanning dependencies of target fractalnoise
> [  4%] Building C object CMakeFiles/CsoundLib64.dir/Engine/cfgvar.c.o
> [  4%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> Building CXX object
> Opcodes/CMakeFiles/fractalnoise.dir/tl/fractalnoise.cpp.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [  4%] Building C object CMakeFiles/CsoundLib64.dir/Engine/corfiles.c.o
> Linking CXX shared library ../libfractalnoise.dylib
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [  4%] Built target fractalnoise
> Scanning dependencies of target image
> Linking CXX shared library ../libdoppler.dylib
> [  5%] [  6%] Building C object
> Opcodes/CMakeFiles/image.dir/imageOpcodes.c.o
> Building C object CMakeFiles/CsoundLib64.dir/Engine/entry1.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [  6%] Built target doppler
> [  6%] Building C object CMakeFiles/CsoundLib64.dir/Engine/envvar.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> Linking C shared library ../libimage.dylib
> [  6%] Building C object CMakeFiles/CsoundLib64.dir/Engine/extract.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [  6%] Built target image
> [  7%] Building C object CMakeFiles/CsoundLib64.dir/Engine/fgens.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [  7%] Building C object CMakeFiles/CsoundLib64.dir/Engine/insert.c.o
> [  7%] Building C object CMakeFiles/CsoundLib64.dir/Engine/linevent.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [  8%] Building C object CMakeFiles/CsoundLib64.dir/Engine/memalloc.c.o
> Linking CXX shared library ../libchua.dylib
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [  8%] Built target chua
> Scanning dependencies of target jackTransport
> [  8%] Building C object CMakeFiles/CsoundLib64.dir/Engine/memfiles.c.o
> [  8%] Building C object
> Opcodes/CMakeFiles/jackTransport.dir/jackTransport.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> Linking C shared library ../libjackTransport.dylib
> [  8%] Built target jackTransport
> Scanning dependencies of target jacko
> Scanning dependencies of target mixer
> [  9%] [  8%] [ 10%] Building C object
> CMakeFiles/CsoundLib64.dir/Engine/musmon.c.o
> Building CXX object Opcodes/CMakeFiles/jacko.dir/jacko.cpp.o
> Building CXX object Opcodes/CMakeFiles/mixer.dir/mixer.cpp.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [ 10%] Building C object CMakeFiles/CsoundLib64.dir/Engine/namedins.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> Scanning dependencies of target osc
> [ 10%] Building C object Opcodes/CMakeFiles/osc.dir/OSC.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [ 11%] Building C object CMakeFiles/CsoundLib64.dir/Engine/rdscor.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [ 11%] Linking C shared library ../libosc.dylib
> Building C object CMakeFiles/CsoundLib64.dir/Engine/scsort.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [ 11%] Built target osc
> Linking CXX shared library ../libjacko.dylib
> Scanning dependencies of target platerev
> [ 11%] [ 12%] Building C object
> CMakeFiles/CsoundLib64.dir/Engine/scxtract.c.o
> Building C object Opcodes/CMakeFiles/platerev.dir/platerev.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [ 12%] Built target jacko
> Linking CXX shared library ../libmixer.dylib
> Scanning dependencies of target py
> [ 13%] [ 13%] Building C object CMakeFiles/CsoundLib64.dir/Engine/sort.c.o
> Building C object Opcodes/CMakeFiles/py.dir/py/pythonopcodes.c.o
> [ 13%] Built target mixer
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> Scanning dependencies of target scansyn
> Linking C shared library ../libplaterev.dylib
> [ 13%] Building C object Opcodes/CMakeFiles/scansyn.dir/scansyn.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [ 13%] Built target platerev
> Scanning dependencies of target serial
> [ 14%] Building C object Opcodes/CMakeFiles/serial.dir/serial.c.o
> [ 14%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> Building C object CMakeFiles/CsoundLib64.dir/Engine/sread.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [ 15%] Linking C shared library ../libserial.dylib
> Building C object Opcodes/CMakeFiles/scansyn.dir/scansynx.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [ 15%] Built target serial
> [ 15%] Building C object CMakeFiles/CsoundLib64.dir/Engine/swritestr.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> Linking C shared library ../libscansyn.dylib
> Linking C shared library ../libpy.dylib
> [ 15%] Built target scansyn
> [ 16%] Scanning dependencies of target signalflowgraph
> Building C object CMakeFiles/CsoundLib64.dir/Engine/twarp.c.o
> [ 16%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> Building CXX object
> Opcodes/CMakeFiles/signalflowgraph.dir/signalflowgraph.cpp.o
> [ 16%] Built target py
> Scanning dependencies of target system_call
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [ 16%] Building C object Opcodes/CMakeFiles/system_call.dir/system_call.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [ 16%] Scanning dependencies of target stk-ops
> Building C object CMakeFiles/CsoundLib64.dir/Engine/csound_type_system.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [ 17%] Building CXX object
> Opcodes/stk/CMakeFiles/stk-ops.dir/stkOpcodes.cpp.o
> Linking C shared library ../libsystem_call.dylib
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [ 17%] Built target system_call
> [ 17%] Scanning dependencies of target cmidi
> Building C object
> CMakeFiles/CsoundLib64.dir/Engine/csound_standard_types.c.o
> [ 17%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> Building C object InOut/CMakeFiles/cmidi.dir/cmidi.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [ 18%] Building C object
> CMakeFiles/CsoundLib64.dir/Engine/csound_data_structures.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> Linking C shared library ../libcmidi.dylib
> [ 18%] [ 18%] Built target cmidi
> Building C object CMakeFiles/CsoundLib64.dir/Engine/pools.c.o
> Scanning dependencies of target ipmidi
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [ 18%] Building C object InOut/CMakeFiles/ipmidi.dir/ipmidi.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [ 18%] Building C object CMakeFiles/CsoundLib64.dir/InOut/libsnd.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> Linking C shared library ../libipmidi.dylib
> [ 18%] Built target ipmidi
> [ 18%] Building C object CMakeFiles/CsoundLib64.dir/InOut/libsnd_u.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> Scanning dependencies of target rtauhal
> [ 19%] Building C object CMakeFiles/CsoundLib64.dir/InOut/midifile.c.o
> [ 19%] Building C object InOut/CMakeFiles/rtauhal.dir/rtauhal.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [ 19%] Building C object CMakeFiles/CsoundLib64.dir/InOut/midirecv.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> Linking C shared library ../librtauhal.dylib
> [ 19%] Built target rtauhal
> [ 19%] Building C object CMakeFiles/CsoundLib64.dir/InOut/midisend.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> Scanning dependencies of target rtjack
> [ 20%] [ 21%] Building C object InOut/CMakeFiles/rtjack.dir/rtjack.c.o
> Building C object CMakeFiles/CsoundLib64.dir/InOut/winascii.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> Linking CXX shared library ../../libstk.dylib
> [ 21%] Building C object CMakeFiles/CsoundLib64.dir/InOut/windin.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [ 21%] Built target stk-ops
> Scanning dependencies of target virtual
> [ 21%] Building C object CMakeFiles/CsoundLib64.dir/InOut/window.c.o
> [ 21%] Building CXX object
> InOut/CMakeFiles/virtual.dir/virtual_keyboard/FLTKKeyboard.cpp.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> Linking C shared library ../librtjack.dylib
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [ 21%] Built target rtjack
> [ 22%] Building C object CMakeFiles/CsoundLib64.dir/InOut/winEPS.c.o
> [ 22%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> Building C object CMakeFiles/CsoundLib64.dir/InOut/circularbuffer.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [ 22%] [ 22%] Building CXX object
> InOut/CMakeFiles/virtual.dir/virtual_keyboard/FLTKKeyboardWindow.cpp.o
> Building C object CMakeFiles/CsoundLib64.dir/OOps/aops.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> Scanning dependencies of target widgets
> [ 22%] [ 23%] Building CXX object
> InOut/CMakeFiles/widgets.dir/FL_graph.cpp.o
> Building CXX object
> InOut/CMakeFiles/virtual.dir/virtual_keyboard/FLTKKeyboardWidget.cpp.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [ 23%] Building C object InOut/CMakeFiles/widgets.dir/winFLTK.c.o
> [ 23%] Building CXX object
> InOut/CMakeFiles/virtual.dir/virtual_keyboard/virtual_keyboard.cpp.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> Linking CXX shared library ../libsignalflowgraph.dylib
> [ 24%] Building CXX object InOut/CMakeFiles/widgets.dir/widgets.cpp.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [ 24%] Built target signalflowgraph
> [ 24%] [FLEX][csbeats_SCANNER] Building scanner with flex 2.5.35
> [ 24%] [BISON][csbeats_PARSER] Building parser with bison 2.3
> beats/beats.y: conflicts: 1 reduce/reduce
> Scanning dependencies of target csbeats
> [ 25%] Building C object frontends/CMakeFiles/csbeats.dir/beats/main.c.o
> [ 26%] Building C object CMakeFiles/CsoundLib64.dir/OOps/bus.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [ 26%] Building CXX object
> InOut/CMakeFiles/virtual.dir/virtual_keyboard/Bank.cpp.o
> [ 26%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> Building C object frontends/CMakeFiles/csbeats.dir/beatslex.yy.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [ 27%] Building CXX object
> InOut/CMakeFiles/virtual.dir/virtual_keyboard/KeyboardMapping.cpp.o
> [ 27%] Building C object frontends/CMakeFiles/csbeats.dir/beats.tab.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [ 27%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> Building C object CMakeFiles/CsoundLib64.dir/OOps/cmath.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> Linking C executable ../csbeats
> [ 27%] Built target csbeats
> [ 27%] Scanning dependencies of target stdutil
> Building CXX object
> InOut/CMakeFiles/virtual.dir/virtual_keyboard/Program.cpp.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [ 28%] Building C object util/CMakeFiles/stdutil.dir/atsa.c.o
> [ 28%] Building CXX object
> InOut/CMakeFiles/virtual.dir/virtual_keyboard/SliderBank.cpp.o
> [ 28%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> Building C object CMakeFiles/CsoundLib64.dir/OOps/diskin.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [ 28%] Building C object CMakeFiles/CsoundLib64.dir/OOps/diskin2.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [ 29%] Building CXX object
> InOut/CMakeFiles/virtual.dir/virtual_keyboard/SliderData.cpp.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> Linking CXX shared library ../libvirtual.dylib
> [ 29%] Built target virtual
> [ 30%] Scanning dependencies of target sdif2ad
> Building C object CMakeFiles/CsoundLib64.dir/OOps/disprep.c.o
> [ 31%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> Building C object SDIF/CMakeFiles/sdif2ad.dir/sdif2adsyn.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [ 31%] Building C object SDIF/CMakeFiles/sdif2ad.dir/sdif.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [ 31%] [ 31%] Building C object util/CMakeFiles/stdutil.dir/cvanal.c.o
> Building C object CMakeFiles/CsoundLib64.dir/OOps/dumpf.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [ 31%] Building C object SDIF/CMakeFiles/sdif2ad.dir/sdif-mem.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [ 31%] Building C object util/CMakeFiles/stdutil.dir/dnoise.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> Linking C executable ../sdif2ad
> [ 31%] Building C object CMakeFiles/CsoundLib64.dir/OOps/fftlib.c.o
> [ 31%] Built target sdif2ad
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [ 32%] Building C object util/CMakeFiles/stdutil.dir/envext.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [ 32%] Building C object util/CMakeFiles/stdutil.dir/het_export.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [ 32%] Building C object util/CMakeFiles/stdutil.dir/het_import.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [ 33%] Building C object util/CMakeFiles/stdutil.dir/hetro.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [ 33%] Building C object util/CMakeFiles/stdutil.dir/lpanal.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [ 34%] Building C object CMakeFiles/CsoundLib64.dir/OOps/goto_ops.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> Linking CXX shared library ../libwidgets.dylib
> [ 34%] [ 34%] Building C object util/CMakeFiles/stdutil.dir/lpc_export.c.o
> Building C object CMakeFiles/CsoundLib64.dir/OOps/midiinterop.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [ 34%] Built target widgets
> [ 34%] Building C object CMakeFiles/CsoundLib64.dir/OOps/midiops.c.o
> [ 35%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> Building C object util/CMakeFiles/stdutil.dir/lpc_import.c.o
> [ 36%] [ 36%] Building C object CMakeFiles/CsoundLib64.dir/OOps/midiout.c.o
> Building C object util/CMakeFiles/stdutil.dir/mixer.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [ 36%] Building C object util/CMakeFiles/stdutil.dir/pvanal.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [ 36%] [ 36%] Building C object CMakeFiles/CsoundLib64.dir/OOps/mxfft.c.o
> Building C object CMakeFiles/CsoundLib64.dir/OOps/oscils.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [ 36%] Building C object util/CMakeFiles/stdutil.dir/pv_export.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [ 37%] [ 38%] Building C object CMakeFiles/CsoundLib64.dir/OOps/pstream.c.o
> Building C object util/CMakeFiles/stdutil.dir/pv_import.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [ 38%] Building C object util/CMakeFiles/stdutil.dir/pvlook.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [ 38%] Building C object util/CMakeFiles/stdutil.dir/scale.c.o
> [ 38%] Building C object CMakeFiles/CsoundLib64.dir/OOps/pvfileio.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [ 38%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> Building C object CMakeFiles/CsoundLib64.dir/OOps/pvsanal.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [ 38%] Building C object CMakeFiles/CsoundLib64.dir/OOps/random.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [ 39%] Building C object util/CMakeFiles/stdutil.dir/sndinfo.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [ 40%] [ 40%] Building C object CMakeFiles/CsoundLib64.dir/OOps/remote.c.o
> Building C object CMakeFiles/CsoundLib64.dir/OOps/schedule.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [ 40%] Building C object util/CMakeFiles/stdutil.dir/srconv.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [ 40%] Building C object CMakeFiles/CsoundLib64.dir/OOps/sndinfUG.c.o
> [ 41%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> Building C object CMakeFiles/CsoundLib64.dir/OOps/str_ops.c.o
> [ 41%] Building C object CMakeFiles/CsoundLib64.dir/OOps/ugens1.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [ 41%] [ 42%] Building C object util/CMakeFiles/stdutil.dir/std_util.c.o
> Building C object util/CMakeFiles/stdutil.dir/xtrct.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [ 42%] Building C object util/CMakeFiles/stdutil.dir/scope.c.o
> [ 42%] Building C object CMakeFiles/CsoundLib64.dir/OOps/ugens2.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [ 42%] Building C object util/CMakeFiles/stdutil.dir/__/SDIF/sdif.c.o
> [ 43%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> Building C object CMakeFiles/CsoundLib64.dir/OOps/ugens2a.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [ 43%] Linking C shared library ../libstdutil.dylib
> Building C object CMakeFiles/CsoundLib64.dir/OOps/ugens3.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [ 43%] [ 44%] [ 44%] Building C object
> CMakeFiles/CsoundLib64.dir/OOps/ugens4.c.o
> Building C object CMakeFiles/CsoundLib64.dir/OOps/ugens5.c.o
> Built target stdutil
> [ 44%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> Building C object CMakeFiles/CsoundLib64.dir/OOps/ugens6.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [ 44%] [ 44%] Building C object CMakeFiles/CsoundLib64.dir/OOps/ugtabs.c.o
> Building C object CMakeFiles/CsoundLib64.dir/OOps/ugrw1.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [ 45%] [ 45%] Building C object CMakeFiles/CsoundLib64.dir/OOps/ugrw2.c.o
> Building C object CMakeFiles/CsoundLib64.dir/OOps/vdelay.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [ 45%] Building C object CMakeFiles/CsoundLib64.dir/OOps/compile_ops.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [ 46%] [ 46%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/babo.c.o
> Building C object CMakeFiles/CsoundLib64.dir/Opcodes/bilbar.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [ 46%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/compress.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [ 47%] [ 47%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/eqfil.c.o
> Building C object CMakeFiles/CsoundLib64.dir/Opcodes/Vosim.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [ 47%] [ 48%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pitch.c.o
> Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pitch0.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [ 48%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/spectra.c.o
> [ 48%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ambicode1.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [ 48%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/sfont.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [ 49%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/grain4.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [ 49%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/hrtferX.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [ 49%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/loscilx.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [ 50%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/minmax.c.o
> [ 50%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pan2.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [ 50%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/arrays.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [ 51%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/phisem.c.o
> [ 51%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/hrtfopcodes.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [ 51%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/stackops.c.o
> [ 52%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/vbap.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [ 52%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/vbap1.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [ 52%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/vbap_n.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [ 52%] [ 53%] Building C object
> CMakeFiles/CsoundLib64.dir/Opcodes/vbap_zak.c.o
> Building C object CMakeFiles/CsoundLib64.dir/Opcodes/vaops.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [ 53%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ugakbari.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [ 53%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/harmon.c.o
> [ 54%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pitchtrack.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [ 54%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/partikkel.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [ 54%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/shape.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [ 55%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/tabsum.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [ 55%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/crossfm.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [ 55%] [ 56%] Building C object
> CMakeFiles/CsoundLib64.dir/Opcodes/pvlock.c.o
> Building C object CMakeFiles/CsoundLib64.dir/Opcodes/fareyseq.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [ 56%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/modmatrix.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [ 56%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/scoreline.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [ 56%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/modal4.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [ 57%] [ 57%] Building C object
> CMakeFiles/CsoundLib64.dir/Opcodes/physutil.c.o
> [ 57%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/physmod.c.o
> Building C object CMakeFiles/CsoundLib64.dir/Opcodes/mandolin.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [ 58%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/singwave.c.o
> [ 58%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> Building C object CMakeFiles/CsoundLib64.dir/Opcodes/fm4op.c.o
> [ 58%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> Building C object CMakeFiles/CsoundLib64.dir/Opcodes/moog1.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [ 59%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/shaker.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [ 59%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/bowedbar.c.o
> [ 59%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> Building C object CMakeFiles/CsoundLib64.dir/Opcodes/gab/tabmorph.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [ 60%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/gab/hvs.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [ 60%] Building C object
> CMakeFiles/CsoundLib64.dir/Opcodes/gab/sliderTable.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [ 60%] Building C object
> CMakeFiles/CsoundLib64.dir/Opcodes/gab/newgabopc.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ[ 60%]
> Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ftest.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [ 61%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/hrtfearly.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [ 61%] [ 61%] Building C object
> CMakeFiles/CsoundLib64.dir/Opcodes/hrtfreverb.c.o
> Building C object CMakeFiles/CsoundLib64.dir/Opcodes/cpumeter.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [ 62%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/gendy.c.o
> [ 62%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> Building C object CMakeFiles/CsoundLib64.dir/Opcodes/tl/sc_noise.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [ 62%] Building C object CMakeFiles/CsoundLib64.dir/Top/argdecode.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [ 63%] Building C object CMakeFiles/CsoundLib64.dir/Top/cscore_internal.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [ 63%] [ 63%] Building C object CMakeFiles/CsoundLib64.dir/Top/cscorfns.c.o
> Building C object CMakeFiles/CsoundLib64.dir/Top/csmodule.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [ 64%] Building C object CMakeFiles/CsoundLib64.dir/Top/csound.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [ 64%] Building C object CMakeFiles/CsoundLib64.dir/Top/getstring.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [ 64%] [ 64%] Building C object CMakeFiles/CsoundLib64.dir/Top/main.c.o
> Building C object CMakeFiles/CsoundLib64.dir/Top/new_opts.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [ 65%] Building C object CMakeFiles/CsoundLib64.dir/Top/one_file.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [ 65%] Building C object CMakeFiles/CsoundLib64.dir/Top/opcode.c.o
> [ 65%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> Building C object CMakeFiles/CsoundLib64.dir/Top/threads.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [ 66%] Building C object CMakeFiles/CsoundLib64.dir/Top/utility.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [ 66%] [ 66%] Building C object
> CMakeFiles/CsoundLib64.dir/Top/threadsafe.c.o
> [ 67%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ambicode.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> Building C object CMakeFiles/CsoundLib64.dir/Opcodes/bbcut.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [ 67%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/biquad.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [ 67%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/butter.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [ 68%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/clfilt.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [ 68%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/cross2.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [ 68%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/dam.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [ 68%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/dcblockr.c.o
> [ 69%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> Building C object CMakeFiles/CsoundLib64.dir/Opcodes/filter.c.o
> [ 69%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> Building C object CMakeFiles/CsoundLib64.dir/Opcodes/flanger.c.o
> [ 69%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/follow.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [ 70%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/fout.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [ 70%] [ 70%] Building C object
> CMakeFiles/CsoundLib64.dir/Opcodes/freeverb.c.o
> Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ftconv.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [ 71%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ftgen.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [ 71%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/gab/gab.c.o
> [ 71%] Building C object
> CMakeFiles/CsoundLib64.dir/Opcodes/gab/vectorial.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [ 72%] [ 72%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/grain.c.o
> Building C object CMakeFiles/CsoundLib64.dir/Opcodes/locsig.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [ 72%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/lowpassr.c.o
> [ 72%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/metro.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [ 73%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> Building C object CMakeFiles/CsoundLib64.dir/Opcodes/midiops2.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [ 73%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/midiops3.c.o
> [ 73%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/newfils.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [ 74%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/nlfilt.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [ 74%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/oscbnk.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [ 74%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pluck.c.o
> [ 75%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> Building C object CMakeFiles/CsoundLib64.dir/Opcodes/repluck.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [ 75%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/reverbsc.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [ 75%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/seqtime.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [ 76%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/sndloop.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [ 76%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/sndwarp.c.o
> [ 76%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> Building C object CMakeFiles/CsoundLib64.dir/Opcodes/space.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [ 76%] [ 77%] Building C object
> CMakeFiles/CsoundLib64.dir/Opcodes/syncgrain.c.o
> Building C object CMakeFiles/CsoundLib64.dir/Opcodes/spat3d.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [ 77%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ugens7.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [ 77%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ugens9.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [ 78%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ugensa.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [ 78%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/uggab.c.o
> [ 78%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ugmoss.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [ 79%] [ 79%] Building C object
> CMakeFiles/CsoundLib64.dir/Opcodes/ugnorman.c.o
> Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ugsc.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [ 79%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/wave-terrain.c.o
> [ 80%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> Building C object CMakeFiles/CsoundLib64.dir/Opcodes/stdopcod.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [ 80%] [ 80%] Building C object
> CMakeFiles/CsoundLib64.dir/Opcodes/socksend.c.o
> Building C object CMakeFiles/CsoundLib64.dir/Opcodes/sockrecv.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [ 80%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ifd.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [ 81%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/partials.c.o
> [ 81%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [ 81%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/psynth.c.o
> Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pvsbasic.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [ 82%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pvscent.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [ 82%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pvsdemix.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [ 82%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pvs_ops.c.o
> [ 83%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pvsband.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [ 83%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pvsbuffer.c.o
> [ 83%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pvsgendy.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [ 84%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/dsputil.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [ 84%] [ 84%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pvadd.c.o
> Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pvinterp.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [ 84%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pvocext.c.o
> [ 85%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pvread.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [ 85%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [ 85%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ugens8.c.o
> Building C object CMakeFiles/CsoundLib64.dir/Opcodes/vpvoc.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [ 86%] [ 86%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pvoc.c.o
> Building C object CMakeFiles/CsoundLib64.dir/Opcodes/mp3in.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [ 86%] Building C object
> CMakeFiles/CsoundLib64.dir/InOut/libmpadec/layer1.c.o
> [ 87%] Building C object
> CMakeFiles/CsoundLib64.dir/InOut/libmpadec/layer2.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [ 87%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> Building C object CMakeFiles/CsoundLib64.dir/InOut/libmpadec/layer3.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [ 87%] Building C object
> CMakeFiles/CsoundLib64.dir/InOut/libmpadec/synth.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [ 88%] Building C object
> CMakeFiles/CsoundLib64.dir/InOut/libmpadec/tables.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [ 88%] Building C object
> CMakeFiles/CsoundLib64.dir/InOut/libmpadec/mpadec.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [ 88%] [ 88%] Building C object
> CMakeFiles/CsoundLib64.dir/InOut/libmpadec/mp3dec.c.o
> Building C object CMakeFiles/CsoundLib64.dir/csound_orclex.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [ 89%] [ 89%] Building C object CMakeFiles/CsoundLib64.dir/csound_prelex.c.o
> Building C object CMakeFiles/CsoundLib64.dir/csound_orcparse.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [ 89%] Building C object
> CMakeFiles/CsoundLib64.dir/Engine/csound_orc_semantics.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [ 90%] Building C object
> CMakeFiles/CsoundLib64.dir/Engine/csound_orc_expressions.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [ 90%] Building C object
> CMakeFiles/CsoundLib64.dir/Engine/csound_orc_optimize.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [ 90%] [ 91%] Building C object
> CMakeFiles/CsoundLib64.dir/Engine/csound_orc_compile.c.o
> Building C object CMakeFiles/CsoundLib64.dir/Engine/new_orc_parser.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [ 91%] Building C object CMakeFiles/CsoundLib64.dir/Engine/symbtab.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [ 91%] [ 92%] Building C object
> CMakeFiles/CsoundLib64.dir/Engine/cs_new_dispatch.c.o
> Building C object CMakeFiles/CsoundLib64.dir/Engine/cs_par_base.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [ 92%] Building C object
> CMakeFiles/CsoundLib64.dir/Engine/cs_par_orc_semantic_analysis.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [ 92%] Copying OS X content
> CsoundLib64.framework/Versions/6.0/Headers/CppSound.hpp
> Building C object CMakeFiles/CsoundLib64.dir/Engine/cs_par_dispatch.c.o
> Copying OS X content
> CsoundLib64.framework/Versions/6.0/Headers/CsoundFile.hpp
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> Copying OS X content
> CsoundLib64.framework/Versions/6.0/Headers/OpcodeBase.hpp
> Copying OS X content
> CsoundLib64.framework/Versions/6.0/Headers/csPerfThread.hpp
> Copying OS X content CsoundLib64.framework/Versions/6.0/Headers/cfgvar.h
> Copying OS X content CsoundLib64.framework/Versions/6.0/Headers/cscore.h
> Copying OS X content CsoundLib64.framework/Versions/6.0/Headers/csdl.h
> Copying OS X content CsoundLib64.framework/Versions/6.0/Headers/csound.h
> Copying OS X content CsoundLib64.framework/Versions/6.0/Headers/csound.hpp
> Copying OS X content CsoundLib64.framework/Versions/6.0/Headers/csoundCore.h
> Copying OS X content
> CsoundLib64.framework/Versions/6.0/Headers/csound_data_structures.h
> Copying OS X content
> CsoundLib64.framework/Versions/6.0/Headers/csound_standard_types.h
> Copying OS X content
> CsoundLib64.framework/Versions/6.0/Headers/csound_type_system.h
> Copying OS X content CsoundLib64.framework/Versions/6.0/Headers/cwindow.h
> Copying OS X content
> CsoundLib64.framework/Versions/6.0/Headers/filebuilding.h
> Copying OS X content
> CsoundLib64.framework/Versions/6.0/Headers/float-version-double.h
> Copying OS X content CsoundLib64.framework/Versions/6.0/Headers/interlocks.h
> Copying OS X content
> CsoundLib64.framework/Versions/6.0/Headers/float-version.h
> Copying OS X content CsoundLib64.framework/Versions/6.0/Headers/msg_attr.h
> Copying OS X content CsoundLib64.framework/Versions/6.0/Headers/pvfileio.h
> Copying OS X content CsoundLib64.framework/Versions/6.0/Headers/pstream.h
> Copying OS X content CsoundLib64.framework/Versions/6.0/Headers/soundio.h
> Copying OS X content CsoundLib64.framework/Versions/6.0/Headers/sysdep.h
> Copying OS X content CsoundLib64.framework/Versions/6.0/Headers/text.h
> Copying OS X content CsoundLib64.framework/Versions/6.0/Headers/version.h
> Linking C shared library CsoundLib64.framework/Versions/6.0/CsoundLib64
> [ 92%] Built target CsoundLib64
> Scanning dependencies of target libcsnd
> Scanning dependencies of target atsa
> Scanning dependencies of target csound-bin
> Scanning dependencies of target csladspa
> [ 92%] [ 92%] [ 93%] [ 93%] Building C object
> frontends/CMakeFiles/csound-bin.dir/csound/csound_main.c.o
> Building CXX object
> frontends/CMakeFiles/csladspa.dir/csladspa/csladspa.cpp.o
> Building C object util/CMakeFiles/atsa.dir/atsa_main.c.o
> Building CXX object interfaces/CMakeFiles/libcsnd.dir/CppSound.cpp.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> Linking C executable ../atsa
> Linking C executable ../csound
> [ 93%] Built target atsa
> [ 93%] Built target csound-bin
> Scanning dependencies of target csanalyze
> Scanning dependencies of target cvanal
> [ 93%] Building C object util/CMakeFiles/csanalyze.dir/csanalyze.c.o
> [ 93%] Building C object util/CMakeFiles/cvanal.dir/cvl_main.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> Linking C executable ../csanalyze
> Linking C executable ../cvanal
> [ 93%] Built target csanalyze
> [ 93%] Built target cvanal
> Scanning dependencies of target dnoise
> Scanning dependencies of target envext
> [ 94%] [ 94%] Building C object util/CMakeFiles/dnoise.dir/dnoise_main.c.o
> Building C object util/CMakeFiles/envext.dir/env_main.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> Linking C executable ../envext
> Linking C executable ../dnoise
> [ 94%] Built target dnoise
> [ 94%] Built target envext
> [ 94%] Scanning dependencies of target extractor
> Building CXX object interfaces/CMakeFiles/libcsnd.dir/CsoundFile.cpp.o
> [ 94%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> Building C object util/CMakeFiles/extractor.dir/xtrc_main.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [ 95%] Building CXX object interfaces/CMakeFiles/libcsnd.dir/Soundfile.cpp.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> Linking C executable ../extractor
> [ 95%] Built target extractor
> Linking CXX shared library ../csladspa.dylib
> Scanning dependencies of target het_export
> [ 96%] Building C object util/CMakeFiles/het_export.dir/hetx_main.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [ 96%] Built target csladspa
> Scanning dependencies of target het_import
> [ 96%] Building C object util/CMakeFiles/het_import.dir/heti_main.c.o
> Linking C executable ../het_export
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [ 96%] Built target het_export
> Linking C executable ../het_import
> [ 96%] Building CXX object
> interfaces/CMakeFiles/libcsnd.dir/csPerfThread.cpp.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [ 96%] Built target het_import
> [ 96%] Building CXX object interfaces/CMakeFiles/libcsnd.dir/cs_glue.cpp.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> Scanning dependencies of target hetro
> [ 96%] Building C object util/CMakeFiles/hetro.dir/het_main.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> Linking C executable ../hetro
> [ 96%] Built target hetro
> [ 96%] Building CXX object
> interfaces/CMakeFiles/libcsnd.dir/filebuilding.cpp.o
> Scanning dependencies of target lpanal
> [ 97%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> Building C object util/CMakeFiles/lpanal.dir/lpc_main.c.o
> Scanning dependencies of target lpc_export
> [ 97%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> Building C object util/CMakeFiles/lpc_export.dir/lpcx_main.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> Linking C executable ../lpanal
> Linking C executable ../lpc_export
> [ 97%] Built target lpanal
> Scanning dependencies of target lpc_import
> [ 97%] [ 97%] Built target lpc_export
> Building C object util/CMakeFiles/lpc_import.dir/lpci_main.c.o
> Scanning dependencies of target mixer-bin
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [ 97%] Building C object util/CMakeFiles/mixer-bin.dir/mixer_main.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> Scanning dependencies of target pv_export
> [ 97%] Linking C executable ../lpc_import
> Building C object util/CMakeFiles/pv_export.dir/pvx_main.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> Linking C executable ../mixer
> [ 97%] Built target lpc_import
> Scanning dependencies of target pv_import
> Linking C executable ../pv_export
> [ 97%] [ 97%] Built target mixer-bin
> Building C object util/CMakeFiles/pv_import.dir/pvi_main.c.o
> Scanning dependencies of target pvanal
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [ 98%] Building C object util/CMakeFiles/pvanal.dir/pvc_main.c.o
> Linking CXX shared library ../libcsnd.dylib
> [ 98%] Built target pv_export
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> Scanning dependencies of target pvlook
> Linking C executable ../pv_import
> [ 98%] Building C object util/CMakeFiles/pvlook.dir/pvl_main.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> Linking C executable ../pvanal
> [ 98%] Built target pv_import
> [ 98%] Built target libcsnd
> Scanning dependencies of target scale
> Scanning dependencies of target scope
> Linking C executable ../pvlook
> [ 98%] Building C object util/CMakeFiles/scale.dir/scale_main.c.o
> [ 98%] [ 98%] Built target pvanal
> Building C object util/CMakeFiles/scope.dir/scope_main.c.o
> Scanning dependencies of target sndinfo
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [ 98%] [ 98%] Building C object util/CMakeFiles/sndinfo.dir/sndinfo_main.c.o
> Built target pvlook
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> Scanning dependencies of target srconv
> Linking C executable ../scope
> [ 98%] Linking C executable ../scale
> Building C object util/CMakeFiles/srconv.dir/srconv_main.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> Linking C executable ../sndinfo
> [ 98%] Built target scope
> [ 98%] Built target scale
> Scanning dependencies of target extract
> Linking C executable ../srconv
> Scanning dependencies of target scsort
> [ 99%] [ 99%] Building C object
> util1/CMakeFiles/extract.dir/sortex/xmain.c.o
> Building C object util1/CMakeFiles/scsort.dir/sortex/smain.c.o
> [ 99%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> Built target sndinfo
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [ 99%] Swig source
> [ 99%] Built target srconv
> Language subdirectory: python
> Search paths:
>    ./
>    /usr/local/include/
>    /tmp/csound-gJSQ/./H/
>    /tmp/csound-gJSQ/./include/
>    /tmp/csound-gJSQ/./Engine/
>    /tmp/csound-gJSQ/./
>    /tmp/csound-gJSQ/
>    /tmp/csound-gJSQ/interfaces/
>    /System/Library/Frameworks/Python.framework/Headers/
>    ./swig_lib/python/
>    /usr/local/Cellar/swig/2.0.9/share/swig/2.0.9/python/
>    ./swig_lib/
>    /usr/local/Cellar/swig/2.0.9/share/swig/2.0.9/
> Preprocessing...
> [ 99%] Linking C executable ../extract
> Linking C executable ../scsort
> Swig source
> Language subdirectory: java
> Search paths:
>    ./
>    /usr/local/include/
>    /tmp/csound-gJSQ/./H/
>    /tmp/csound-gJSQ/./include/
>    /tmp/csound-gJSQ/./Engine/
>    /tmp/csound-gJSQ/./
>    /tmp/csound-gJSQ/
>    /tmp/csound-gJSQ/interfaces/
>    /System/Library/Frameworks/Python.framework/Headers/
>    /System/Library/Frameworks/JavaVM.framework/Headers/
>    /System/Library/Frameworks/JavaVM.framework/Headers/
>    /System/Library/Frameworks/JavaVM.framework/Headers/
>    ./swig_lib/java/
>    /usr/local/Cellar/swig/2.0.9/share/swig/2.0.9/java/
>    ./swig_lib/
>    /usr/local/Cellar/swig/2.0.9/share/swig/2.0.9/
> Preprocessing...
> [ 99%] Built target extract
> Starting language-specific parse...
> [ 99%] Built target scsort
> Processing types...
> C++ analysis...
> Generating wrappers...
> Starting language-specific parse...
> /tmp/csound-gJSQ/./include/csound.h:519: Warning 451: Setting a const char *
> variable may leak memory.
> Processing types...
> C++ analysis...
> Generating wrappers...
> /tmp/csound-gJSQ/./include/csound.h:519: Warning 451: Setting a const char *
> variable may leak memory.
> cs_glue.hpp:505: Warning 473: Returning a pointer or reference in a director
> method is not recommended.
> CppSound.hpp:36: Warning 453: Can't apply (std::vector< double > *INPUT). No
> typemaps are defined.
> CppSound.hpp:52: Warning 813: Warning for CppSound proxy: Base CsoundFile
> ignored. Multiple inheritance is not supported in Java.
> Scanning dependencies of target _jcsound6
> [ 99%] Building CXX object
> interfaces/CMakeFiles/_jcsound6.dir/java_interfaceJAVA_wrap.cxx.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> cs_glue.hpp:505: Warning 473: Returning a pointer or reference in a director
> method is not recommended.
> CppSound.hpp:36: Warning 453: Can't apply (std::vector< double > *INPUT). No
> typemaps are defined.
> Scanning dependencies of target _csnd6
> [100%] Building CXX object
> interfaces/CMakeFiles/_csnd6.dir/python_interfacePYTHON_wrap.cxx.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> Linking CXX shared module ../lib_jcsound6.jnilib
> Building JAVA package csnd6.jar
> [100%] Built target _jcsound6
> Linking CXX shared module ../_csnd6.so
> [100%] Built target _csnd6
> Install the project...
> -- Install configuration: "None"
> -- Installing:
> /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework
> -- Installing:
> /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/CsoundLib64
> -- Installing:
> /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Headers
> -- Installing:
> /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Resources
> -- Installing:
> /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions
> -- Installing:
> /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0
> -- Installing:
> /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/CsoundLib64
> -- Installing:
> /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers
> -- Installing:
> /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/cfgvar.h
> -- Installing:
> /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/CppSound.hpp
> -- Installing:
> /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/cscore.h
> -- Installing:
> /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/csdl.h
> -- Installing:
> /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/csound.h
> -- Installing:
> /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/csound.hpp
> -- Installing:
> /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/csound_data_structures.h
> -- Installing:
> /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/csound_standard_types.h
> -- Installing:
> /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/csound_type_system.h
> -- Installing:
> /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/csoundCore.h
> -- Installing:
> /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/CsoundFile.hpp
> -- Installing:
> /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/csPerfThread.hpp
> -- Installing:
> /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/cwindow.h
> -- Installing:
> /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/filebuilding.h
> -- Installing:
> /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/float-version-double.h
> -- Installing:
> /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/float-version.h
> -- Installing:
> /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/interlocks.h
> -- Installing:
> /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/msg_attr.h
> -- Installing:
> /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/OpcodeBase.hpp
> -- Installing:
> /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/pstream.h
> -- Installing:
> /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/pvfileio.h
> -- Installing:
> /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/soundio.h
> -- Installing:
> /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/sysdep.h
> -- Installing:
> /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/text.h
> -- Installing:
> /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/version.h
> -- Installing:
> /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources
> -- Installing:
> /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Info.plist
> -- Installing:
> /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/Current
> -- Installing:
> /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libmixer.dylib
> -- Installing:
> /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libsignalflowgraph.dylib
> -- Installing:
> /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libampmidid.dylib
> -- Installing:
> /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libcs_date.dylib
> -- Installing:
> /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libsystem_call.dylib
> -- Installing:
> /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libdoppler.dylib
> -- Installing:
> /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libfractalnoise.dylib
> -- Installing:
> /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libfareygen.dylib
> -- Installing:
> /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libcellular.dylib
> -- Installing:
> /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libserial.dylib
> -- Installing:
> /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libplaterev.dylib
> -- Installing:
> /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libscansyn.dylib
> -- Installing:
> /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libcontrol.dylib
> -- Installing:
> /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libchua.dylib
> -- Installing:
> /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libjacko.dylib
> -- Installing:
> /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libjackTransport.dylib
> -- Installing:
> /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libosc.dylib
> -- Installing:
> /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libimage.dylib
> -- Installing:
> /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libpy.dylib
> -- Installing:
> /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libstk.dylib
> -- Installing:
> /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libcmidi.dylib
> -- Installing:
> /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/librtauhal.dylib
> -- Installing:
> /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libipmidi.dylib
> -- Installing:
> /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/librtjack.dylib
> -- Installing:
> /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libwidgets.dylib
> -- Installing:
> /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libvirtual.dylib
> -- Installing: /usr/local/Cellar/csound/HEAD/lib/libcsnd.6.0.dylib
> -- Installing: /usr/local/Cellar/csound/HEAD/lib/libcsnd.dylib
> -- Installing: /Library/Python/2.7/site-packages/_csnd6.so
> -- Installing: /Library/Python/2.7/site-packages/csnd6.py
> -- Installing: /Library/Java/Extensions/lib_jcsound6.jnilib
> -- Installing: /Library/Java/Extensions/csnd6.jar
> -- Installing: /usr/local/Cellar/csound/HEAD/bin/csound
> -- Installing:
> /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/csladspa.dylib
> -- Installing: /usr/local/Cellar/csound/HEAD/bin/csbeats
> -- Installing:
> /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libstdutil.dylib
> -- Installing: /usr/local/Cellar/csound/HEAD/bin/atsa
> -- Installing: /usr/local/Cellar/csound/HEAD/bin/csanalyze
> -- Installing: /usr/local/Cellar/csound/HEAD/bin/cvanal
> -- Installing: /usr/local/Cellar/csound/HEAD/bin/dnoise
> -- Installing: /usr/local/Cellar/csound/HEAD/bin/envext
> -- Installing: /usr/local/Cellar/csound/HEAD/bin/extractor
> -- Installing: /usr/local/Cellar/csound/HEAD/bin/het_export
> -- Installing: /usr/local/Cellar/csound/HEAD/bin/het_import
> -- Installing: /usr/local/Cellar/csound/HEAD/bin/hetro
> -- Installing: /usr/local/Cellar/csound/HEAD/bin/lpanal
> -- Installing: /usr/local/Cellar/csound/HEAD/bin/lpc_export
> -- Installing: /usr/local/Cellar/csound/HEAD/bin/lpc_import
> -- Installing: /usr/local/Cellar/csound/HEAD/bin/mixer
> -- Installing: /usr/local/Cellar/csound/HEAD/bin/pvanal
> -- Installing: /usr/local/Cellar/csound/HEAD/bin/pvlook
> -- Installing: /usr/local/Cellar/csound/HEAD/bin/pv_export
> -- Installing: /usr/local/Cellar/csound/HEAD/bin/pv_import
> -- Installing: /usr/local/Cellar/csound/HEAD/bin/scale
> -- Installing: /usr/local/Cellar/csound/HEAD/bin/sndinfo
> -- Installing: /usr/local/Cellar/csound/HEAD/bin/srconv
> -- Installing: /usr/local/Cellar/csound/HEAD/bin/scope
> -- Installing: /usr/local/Cellar/csound/HEAD/bin/scsort
> -- Installing: /usr/local/Cellar/csound/HEAD/bin/extract
> -- Installing: /usr/local/Cellar/csound/HEAD/bin/sdif2ad
> ==> Cleaning
> ==> Finishing up
> ln -s ../Cellar/csound/HEAD/bin/srconv srconv
> ln -s ../Cellar/csound/HEAD/bin/sndinfo sndinfo
> ln -s ../Cellar/csound/HEAD/bin/sdif2ad sdif2ad
> ln -s ../Cellar/csound/HEAD/bin/scsort scsort
> ln -s ../Cellar/csound/HEAD/bin/scope scope
> ln -s ../Cellar/csound/HEAD/bin/scale scale
> ln -s ../Cellar/csound/HEAD/bin/pvlook pvlook
> ln -s ../Cellar/csound/HEAD/bin/pvanal pvanal
> ln -s ../Cellar/csound/HEAD/bin/pv_import pv_import
> ln -s ../Cellar/csound/HEAD/bin/pv_export pv_export
> ln -s ../Cellar/csound/HEAD/bin/mixer mixer
> ln -s ../Cellar/csound/HEAD/bin/lpc_import lpc_import
> ln -s ../Cellar/csound/HEAD/bin/lpc_export lpc_export
> ln -s ../Cellar/csound/HEAD/bin/lpanal lpanal
> ln -s ../Cellar/csound/HEAD/bin/hetro hetro
> ln -s ../Cellar/csound/HEAD/bin/het_import het_import
> ln -s ../Cellar/csound/HEAD/bin/het_export het_export
> ln -s ../Cellar/csound/HEAD/bin/extractor extractor
> ln -s ../Cellar/csound/HEAD/bin/extract extract
> ln -s ../Cellar/csound/HEAD/bin/envext envext
> ln -s ../Cellar/csound/HEAD/bin/dnoise dnoise
> ln -s ../Cellar/csound/HEAD/bin/cvanal cvanal
> ln -s ../Cellar/csound/HEAD/bin/csound csound
> ln -s ../Cellar/csound/HEAD/bin/csbeats csbeats
> ln -s ../Cellar/csound/HEAD/bin/csanalyze csanalyze
> ln -s ../Cellar/csound/HEAD/bin/atsa atsa
> ln -s ../Cellar/csound/HEAD/lib/libcsnd.dylib libcsnd.dylib
> ln -s ../Cellar/csound/HEAD/lib/libcsnd.6.0.dylib libcsnd.6.0.dylib
> ln -s ../../Cellar/csound/HEAD csound
> ln -s ../Cellar/csound/HEAD csound
> Warning: Could not fix install names for
> /usr/local/Cellar/csound/HEAD/bin/srconv
> Warning: Could not fix install names for
> /usr/local/Cellar/csound/HEAD/bin/sndinfo
> Warning: Could not fix install names for
> /usr/local/Cellar/csound/HEAD/bin/scsort
> Warning: Could not fix install names for
> /usr/local/Cellar/csound/HEAD/bin/scope
> Warning: Could not fix install names for
> /usr/local/Cellar/csound/HEAD/bin/scale
> Warning: Could not fix install names for
> /usr/local/Cellar/csound/HEAD/bin/pvlook
> Warning: Could not fix install names for
> /usr/local/Cellar/csound/HEAD/bin/pvanal
> Warning: Could not fix install names for
> /usr/local/Cellar/csound/HEAD/bin/pv_import
> Warning: Could not fix install names for
> /usr/local/Cellar/csound/HEAD/bin/pv_export
> Warning: Could not fix install names for
> /usr/local/Cellar/csound/HEAD/bin/mixer
> Warning: Could not fix install names for
> /usr/local/Cellar/csound/HEAD/bin/lpc_import
> Warning: Could not fix install names for
> /usr/local/Cellar/csound/HEAD/bin/lpc_export
> Warning: Could not fix install names for
> /usr/local/Cellar/csound/HEAD/bin/lpanal
> Warning: Could not fix install names for
> /usr/local/Cellar/csound/HEAD/bin/hetro
> Warning: Could not fix install names for
> /usr/local/Cellar/csound/HEAD/bin/het_import
> Warning: Could not fix install names for
> /usr/local/Cellar/csound/HEAD/bin/het_export
> Warning: Could not fix install names for
> /usr/local/Cellar/csound/HEAD/bin/extractor
> Warning: Could not fix install names for
> /usr/local/Cellar/csound/HEAD/bin/extract
> Warning: Could not fix install names for
> /usr/local/Cellar/csound/HEAD/bin/envext
> Warning: Could not fix install names for
> /usr/local/Cellar/csound/HEAD/bin/dnoise
> Warning: Could not fix install names for
> /usr/local/Cellar/csound/HEAD/bin/cvanal
> Warning: Could not fix install names for
> /usr/local/Cellar/csound/HEAD/bin/csound
> Warning: Could not fix install names for
> /usr/local/Cellar/csound/HEAD/bin/csanalyze
> Warning: Could not fix install names for
> /usr/local/Cellar/csound/HEAD/bin/atsa
> Warning: Could not fix install names for
> /usr/local/Cellar/csound/HEAD/lib/libcsnd.6.0.dylib
> ==> Summary
> 🍺  /usr/local/Cellar/csound/HEAD: 33 files, 1.0M, built in 57 seconds
> peimankh:~ peimankhosravi$
>
>
> ------------------------------------------------------------------------------
> AlienVault Unified Security Management (USM) platform delivers complete
> security visibility with the essential security capabilities. Easily and
> efficiently configure, manage, and operate all of your security controls
> from a single console and one unified framework. Download a free trial.
> http://p.sf.net/sfu/alienvault_d2d
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel
>

------------------------------------------------------------------------------
AlienVault Unified Security Management (USM) platform delivers complete
security visibility with the essential security capabilities. Easily and
efficiently configure, manage, and operate all of your security controls
from a single console and one unified framework. Download a free trial.
http://p.sf.net/sfu/alienvault_d2d
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net
https://lists.source

Date2013-05-14 17:15
Frompeiman khosravi
SubjectRe: [Cs-dev] OSX: Homebrew
AttachmentsNone  None  
Thanks for this Steven.

Best,
Peiman







www.peimankhosravi.co.uk || Subscribe to RSS Feed

To receive emails about upcoming concerts visit this page & enter your email address in the 'follow' section.



On 14 May 2013 15:36, Steven Yi <stevenyi@gmail.com> wrote:
Hi Peiman,

I should have been more careful in looking at my own install, as I
don't have librtpa either. X_X  I probably got mixed up with my other
test builds/installs.  I'll try to sort it out here, thanks!

steven

On Tue, May 14, 2013 at 4:06 AM, peiman khosravi
<peimankhosravi@gmail.com> wrote:
> I just uninstalled portaudio and portmidi and rebuilt Csound. The result is
> the same but I've pasted the log file below in case it gives you extra info.
>
> Thanks
> Peiman
>
> Last login: Tue May 14 02:47:54 on ttys000
> peimankh:~ peimankhosravi$ brew install --HEAD -v csound
> ==> Installing csound dependency: portaudio
> ==> Downloading http://www.portaudio.com/archives/pa_stable_v19_20111121.tgz
> Already downloaded: /Library/Caches/Homebrew/portaudio-19.20111121.tgz
> tar xf /Library/Caches/Homebrew/portaudio-19.20111121.tgz
> ==> Downloading patches
> /usr/bin/curl -f#LA Homebrew 0.9.4 (Ruby 1.8.7-358; Mac OS X 10.7.5)
> https://trac.macports.org/export/94150/trunk/dports/audio/portaudio/files/patch-include__pa_mac_core.h.diff
> -o 000-homebrew.diff
> ########################################################################
> 100.0%
> ==> Patching
> /usr/bin/patch -f -p0 -i 000-homebrew.diff
> patching file include/pa_mac_core.h
> ==> ./configure --prefix=/usr/local/Cellar/portaudio/19.20111121
> --disable-debug --disable-dependency-tracking --enable-mac-universal=no
> ./configure --prefix=/usr/local/Cellar/portaudio/19.20111121 --disable-debug
> --disable-dependency-tracking --enable-mac-universal=no
> checking build system type... x86_64-apple-darwin11.4.2
> checking host system type... x86_64-apple-darwin11.4.2
> checking target system type... x86_64-apple-darwin11.4.2
> checking for gcc... cc
> checking whether the C compiler works... yes
> checking for C compiler default output file name... a.out
> checking for suffix of executables...
> checking whether we are cross compiling... no
> checking for suffix of object files... o
> checking whether we are using the GNU C compiler... yes
> checking whether cc accepts -g... yes
> checking for cc option to accept ISO C89... none needed
> checking how to print strings... printf
> checking for a sed that does not truncate output...
> /usr/local/Library/ENV/4.3/sed
> checking for grep that handles long lines and -e... /usr/bin/grep
> checking for egrep... /usr/bin/grep -E
> checking for fgrep... /usr/bin/grep -F
> checking for ld used by cc... /usr/bin/ld
> checking if the linker (/usr/bin/ld) is GNU ld... no
> checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm
> checking the name lister (/usr/bin/nm) interface... BSD nm
> checking whether ln -s works... yes
> checking the maximum length of command line arguments... 196608
> checking whether the shell understands some XSI constructs... yes
> checking whether the shell understands "+="... yes
> checking how to convert x86_64-apple-darwin11.4.2 file names to
> x86_64-apple-darwin11.4.2 format... func_convert_file_noop
> checking how to convert x86_64-apple-darwin11.4.2 file names to toolchain
> format... func_convert_file_noop
> checking for /usr/bin/ld option to reload object files... -r
> checking for objdump... objdump
> checking how to recognize dependent libraries... pass_all
> checking for dlltool... dlltool
> checking how to associate runtime and link libraries... printf %s\n
> checking for ar... ar
> checking for archiver @FILE support... no
> checking for strip... strip
> checking for ranlib... ranlib
> checking for gawk... no
> checking for mawk... no
> checking for nawk... no
> checking for awk... awk
> checking command to parse /usr/bin/nm output from cc object... ok
> checking for sysroot... no
> checking for mt... no
> checking if : is a manifest tool... no
> checking for dsymutil... dsymutil
> checking for nmedit... nmedit
> checking for lipo... lipo
> checking for otool... otool
> checking for otool64... no
> checking for -single_module linker flag... yes
> checking for -exported_symbols_list linker flag... yes
> checking for -force_load linker flag... yes
> checking how to run the C preprocessor... cc -E
> checking for ANSI C header files... yes
> checking for sys/types.h... yes
> checking for sys/stat.h... yes
> checking for stdlib.h... yes
> checking for string.h... yes
> checking for memory.h... yes
> checking for strings.h... yes
> checking for inttypes.h... yes
> checking for stdint.h... yes
> checking for unistd.h... yes
> checking for dlfcn.h... yes
> checking for objdir... .libs
> checking if cc supports -fno-rtti -fno-exceptions... yes
> checking for cc option to produce PIC... -fno-common -DPIC
> checking if cc PIC flag -fno-common -DPIC works... yes
> checking if cc static flag -static works... no
> checking if cc supports -c -o file.o... yes
> checking if cc supports -c -o file.o... (cached) yes
> checking whether the cc linker (/usr/bin/ld) supports shared libraries...
> yes
> checking dynamic linker characteristics... darwin11.4.2 dyld
> checking how to hardcode library paths into programs... immediate
> checking whether stripping libraries is possible... yes
> checking if libtool supports shared libraries... yes
> checking whether to build shared libraries... yes
> checking whether to build static libraries... yes
> checking how to run the C++ preprocessor... c++ -E
> checking whether the c++ linker (/usr/bin/ld) supports shared libraries...
> no
> checking for c++ option to produce PIC...  -DPIC
> checking if c++ PIC flag  -DPIC works... yes
> checking if c++ static flag  works... yes
> checking if c++ supports -c -o file.o... yes
> checking if c++ supports -c -o file.o... (cached) yes
> checking whether the c++ linker (/usr/bin/ld) supports shared libraries...
> no
> checking dynamic linker characteristics... darwin11.4.2 dyld
> checking how to hardcode library paths into programs... immediate
> checking for a BSD-compatible install... /usr/bin/install -c
> checking whether ln -s works... yes
> checking for ar... /usr/bin/ar
> checking whether byte ordering is bigendian... no
> checking for snd_pcm_open in -lasound... no
> checking for HPI_SubSysCreate in -lhpi... no
> checking sys/soundcard.h usability... no
> checking sys/soundcard.h presence... no
> checking for sys/soundcard.h... no
> checking linux/soundcard.h usability... no
> checking linux/soundcard.h presence... no
> checking for linux/soundcard.h... no
> checking machine/soundcard.h usability... no
> checking machine/soundcard.h presence... no
> checking for machine/soundcard.h... no
> checking for pkg-config... /usr/local/opt/pkg-config/bin/pkg-config
> checking pkg-config is at least version 0.9.0... yes
> checking for JACK... no
> checking size of short... 2
> checking size of int... 4
> checking size of long... 8
> checking for clock_gettime in -lrt... no
> checking for clock_gettime... no
> checking for nanosleep... yes
> configure: creating ./config.status
> config.status: creating Makefile
> config.status: creating portaudio-2.0.pc
> config.status: executing libtool commands
>
> Configuration summary:
>
>   Target ...................... x86_64-apple-darwin11.4.2
>   C++ bindings ................ no
>   Debug output ................ no
>
>   Mac debug flags ............. no
>
> ==> make install
> make install
> mkdir lib
> /bin/sh ./libtool --mode=compile cc -c -std=c99 -g -O2 -DPA_LITTLE_ENDIAN
> -I./include -I./src/common -I./src/os/unix -Werror     -DPACKAGE_NAME=\"\"
> -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\"
> -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1
> -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1
> -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1
> -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSIZEOF_SHORT=2
> -DSIZEOF_INT=4 -DSIZEOF_LONG=8 -DHAVE_NANOSLEEP=1 -DPA_USE_COREAUDIO=1
> src/common/pa_allocation.c -o src/common/pa_allocation.lo
> /bin/sh ./libtool --mode=compile cc -c -std=c99 -g -O2 -DPA_LITTLE_ENDIAN
> -I./include -I./src/common -I./src/os/unix -Werror     -DPACKAGE_NAME=\"\"
> -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\"
> -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1
> -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1
> -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1
> -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSIZEOF_SHORT=2
> -DSIZEOF_INT=4 -DSIZEOF_LONG=8 -DHAVE_NANOSLEEP=1 -DPA_USE_COREAUDIO=1
> src/common/pa_converters.c -o src/common/pa_converters.lo
> mkdir -p src/common src/hostapi/alsa src/hostapi/asihpi src/hostapi/asio
> src/hostapi/coreaudio src/hostapi/dsound src/hostapi/jack src/hostapi/oss
> src/hostapi/wasapi src/hostapi/wdmks src/hostapi/wmme src/os/unix src/os/win
> /bin/sh ./libtool --mode=compile cc -c -std=c99 -g -O2 -DPA_LITTLE_ENDIAN
> -I./include -I./src/common -I./src/os/unix -Werror     -DPACKAGE_NAME=\"\"
> -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\"
> -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1
> -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1
> -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1
> -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSIZEOF_SHORT=2
> -DSIZEOF_INT=4 -DSIZEOF_LONG=8 -DHAVE_NANOSLEEP=1 -DPA_USE_COREAUDIO=1
> src/common/pa_cpuload.c -o src/common/pa_cpuload.lo
> touch lib-stamp
> /bin/sh ./libtool --mode=compile cc -c -std=c99 -g -O2 -DPA_LITTLE_ENDIAN
> -I./include -I./src/common -I./src/os/unix -Werror     -DPACKAGE_NAME=\"\"
> -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\"
> -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1
> -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1
> -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1
> -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSIZEOF_SHORT=2
> -DSIZEOF_INT=4 -DSIZEOF_LONG=8 -DHAVE_NANOSLEEP=1 -DPA_USE_COREAUDIO=1
> src/common/pa_dither.c -o src/common/pa_dither.lo
> libtool: compile:  cc -c -std=c99 -g -O2 -DPA_LITTLE_ENDIAN -I./include
> -I./src/common -I./src/os/unix -Werror -DPACKAGE_NAME=\"\"
> -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\"
> -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1
> -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1
> -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1
> -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSIZEOF_SHORT=2
> -DSIZEOF_INT=4 -DSIZEOF_LONG=8 -DHAVE_NANOSLEEP=1 -DPA_USE_COREAUDIO=1
> src/common/pa_cpuload.c  -fno-common -DPIC -o src/common/.libs/pa_cpuload.o
> libtool: compile:  cc -c -std=c99 -g -O2 -DPA_LITTLE_ENDIAN -I./include
> -I./src/common -I./src/os/unix -Werror -DPACKAGE_NAME=\"\"
> -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\"
> -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1
> -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1
> -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1
> -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSIZEOF_SHORT=2
> -DSIZEOF_INT=4 -DSIZEOF_LONG=8 -DHAVE_NANOSLEEP=1 -DPA_USE_COREAUDIO=1
> src/common/pa_allocation.c  -fno-common -DPIC -o
> src/common/.libs/pa_allocation.o
> libtool: compile:  cc -c -std=c99 -g -O2 -DPA_LITTLE_ENDIAN -I./include
> -I./src/common -I./src/os/unix -Werror -DPACKAGE_NAME=\"\"
> -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\"
> -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1
> -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1
> -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1
> -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSIZEOF_SHORT=2
> -DSIZEOF_INT=4 -DSIZEOF_LONG=8 -DHAVE_NANOSLEEP=1 -DPA_USE_COREAUDIO=1
> src/common/pa_converters.c  -fno-common -DPIC -o
> src/common/.libs/pa_converters.o
> libtool: compile:  cc -c -std=c99 -g -O2 -DPA_LITTLE_ENDIAN -I./include
> -I./src/common -I./src/os/unix -Werror -DPACKAGE_NAME=\"\"
> -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\"
> -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1
> -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1
> -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1
> -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSIZEOF_SHORT=2
> -DSIZEOF_INT=4 -DSIZEOF_LONG=8 -DHAVE_NANOSLEEP=1 -DPA_USE_COREAUDIO=1
> src/common/pa_dither.c  -fno-common -DPIC -o src/common/.libs/pa_dither.o
> brew: superenv removed: -g -O2 -Werror
> brew: superenv removed: -g -O2 -Werror
> brew: superenv removed: -g -O2 -Werror
> brew: superenv removed: -g -O2 -Werror
> libtool: compile:  cc -c -std=c99 -g -O2 -DPA_LITTLE_ENDIAN -I./include
> -I./src/common -I./src/os/unix -Werror -DPACKAGE_NAME=\"\"
> -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\"
> -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1
> -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1
> -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1
> -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSIZEOF_SHORT=2
> -DSIZEOF_INT=4 -DSIZEOF_LONG=8 -DHAVE_NANOSLEEP=1 -DPA_USE_COREAUDIO=1
> src/common/pa_cpuload.c -o src/common/pa_cpuload.o >/dev/null 2>&1
> libtool: compile:  cc -c -std=c99 -g -O2 -DPA_LITTLE_ENDIAN -I./include
> -I./src/common -I./src/os/unix -Werror -DPACKAGE_NAME=\"\"
> -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\"
> -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1
> -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1
> -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1
> -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSIZEOF_SHORT=2
> -DSIZEOF_INT=4 -DSIZEOF_LONG=8 -DHAVE_NANOSLEEP=1 -DPA_USE_COREAUDIO=1
> src/common/pa_dither.c -o src/common/pa_dither.o >/dev/null 2>&1
> libtool: compile:  cc -c -std=c99 -g -O2 -DPA_LITTLE_ENDIAN -I./include
> -I./src/common -I./src/os/unix -Werror -DPACKAGE_NAME=\"\"
> -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\"
> -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1
> -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1
> -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1
> -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSIZEOF_SHORT=2
> -DSIZEOF_INT=4 -DSIZEOF_LONG=8 -DHAVE_NANOSLEEP=1 -DPA_USE_COREAUDIO=1
> src/common/pa_allocation.c -o src/common/pa_allocation.o >/dev/null 2>&1
> /bin/sh ./libtool --mode=compile cc -c -std=c99 -g -O2 -DPA_LITTLE_ENDIAN
> -I./include -I./src/common -I./src/os/unix -Werror     -DPACKAGE_NAME=\"\"
> -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\"
> -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1
> -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1
> -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1
> -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSIZEOF_SHORT=2
> -DSIZEOF_INT=4 -DSIZEOF_LONG=8 -DHAVE_NANOSLEEP=1 -DPA_USE_COREAUDIO=1
> src/common/pa_debugprint.c -o src/common/pa_debugprint.lo
> /bin/sh ./libtool --mode=compile cc -c -std=c99 -g -O2 -DPA_LITTLE_ENDIAN
> -I./include -I./src/common -I./src/os/unix -Werror     -DPACKAGE_NAME=\"\"
> -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\"
> -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1
> -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1
> -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1
> -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSIZEOF_SHORT=2
> -DSIZEOF_INT=4 -DSIZEOF_LONG=8 -DHAVE_NANOSLEEP=1 -DPA_USE_COREAUDIO=1
> src/common/pa_front.c -o src/common/pa_front.lo
> /bin/sh ./libtool --mode=compile cc -c -std=c99 -g -O2 -DPA_LITTLE_ENDIAN
> -I./include -I./src/common -I./src/os/unix -Werror     -DPACKAGE_NAME=\"\"
> -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\"
> -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1
> -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1
> -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1
> -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSIZEOF_SHORT=2
> -DSIZEOF_INT=4 -DSIZEOF_LONG=8 -DHAVE_NANOSLEEP=1 -DPA_USE_COREAUDIO=1
> src/common/pa_process.c -o src/common/pa_process.lo
> libtool: compile:  cc -c -std=c99 -g -O2 -DPA_LITTLE_ENDIAN -I./include
> -I./src/common -I./src/os/unix -Werror -DPACKAGE_NAME=\"\"
> -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\"
> -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1
> -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1
> -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1
> -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSIZEOF_SHORT=2
> -DSIZEOF_INT=4 -DSIZEOF_LONG=8 -DHAVE_NANOSLEEP=1 -DPA_USE_COREAUDIO=1
> src/common/pa_debugprint.c  -fno-common -DPIC -o
> src/common/.libs/pa_debugprint.o
> libtool: compile:  cc -c -std=c99 -g -O2 -DPA_LITTLE_ENDIAN -I./include
> -I./src/common -I./src/os/unix -Werror -DPACKAGE_NAME=\"\"
> -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\"
> -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1
> -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1
> -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1
> -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSIZEOF_SHORT=2
> -DSIZEOF_INT=4 -DSIZEOF_LONG=8 -DHAVE_NANOSLEEP=1 -DPA_USE_COREAUDIO=1
> src/common/pa_front.c  -fno-common -DPIC -o src/common/.libs/pa_front.o
> brew: superenv removed: -g -O2 -Werror
> libtool: compile:  cc -c -std=c99 -g -O2 -DPA_LITTLE_ENDIAN -I./include
> -I./src/common -I./src/os/unix -Werror -DPACKAGE_NAME=\"\"
> -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\"
> -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1
> -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1
> -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1
> -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSIZEOF_SHORT=2
> -DSIZEOF_INT=4 -DSIZEOF_LONG=8 -DHAVE_NANOSLEEP=1 -DPA_USE_COREAUDIO=1
> src/common/pa_process.c  -fno-common -DPIC -o src/common/.libs/pa_process.o
> brew: superenv removed: -g -O2 -Werror
> brew: superenv removed: -g -O2 -Werror
> libtool: compile:  cc -c -std=c99 -g -O2 -DPA_LITTLE_ENDIAN -I./include
> -I./src/common -I./src/os/unix -Werror -DPACKAGE_NAME=\"\"
> -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\"
> -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1
> -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1
> -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1
> -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSIZEOF_SHORT=2
> -DSIZEOF_INT=4 -DSIZEOF_LONG=8 -DHAVE_NANOSLEEP=1 -DPA_USE_COREAUDIO=1
> src/common/pa_debugprint.c -o src/common/pa_debugprint.o >/dev/null 2>&1
> libtool: compile:  cc -c -std=c99 -g -O2 -DPA_LITTLE_ENDIAN -I./include
> -I./src/common -I./src/os/unix -Werror -DPACKAGE_NAME=\"\"
> -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\"
> -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1
> -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1
> -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1
> -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSIZEOF_SHORT=2
> -DSIZEOF_INT=4 -DSIZEOF_LONG=8 -DHAVE_NANOSLEEP=1 -DPA_USE_COREAUDIO=1
> src/common/pa_converters.c -o src/common/pa_converters.o >/dev/null 2>&1
> /bin/sh ./libtool --mode=compile cc -c -std=c99 -g -O2 -DPA_LITTLE_ENDIAN
> -I./include -I./src/common -I./src/os/unix -Werror     -DPACKAGE_NAME=\"\"
> -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\"
> -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1
> -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1
> -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1
> -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSIZEOF_SHORT=2
> -DSIZEOF_INT=4 -DSIZEOF_LONG=8 -DHAVE_NANOSLEEP=1 -DPA_USE_COREAUDIO=1
> src/common/pa_stream.c -o src/common/pa_stream.lo
> libtool: compile:  cc -c -std=c99 -g -O2 -DPA_LITTLE_ENDIAN -I./include
> -I./src/common -I./src/os/unix -Werror -DPACKAGE_NAME=\"\"
> -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\"
> -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1
> -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1
> -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1
> -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSIZEOF_SHORT=2
> -DSIZEOF_INT=4 -DSIZEOF_LONG=8 -DHAVE_NANOSLEEP=1 -DPA_USE_COREAUDIO=1
> src/common/pa_front.c -o src/common/pa_front.o >/dev/null 2>&1
> libtool: compile:  cc -c -std=c99 -g -O2 -DPA_LITTLE_ENDIAN -I./include
> -I./src/common -I./src/os/unix -Werror -DPACKAGE_NAME=\"\"
> -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\"
> -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1
> -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1
> -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1
> -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSIZEOF_SHORT=2
> -DSIZEOF_INT=4 -DSIZEOF_LONG=8 -DHAVE_NANOSLEEP=1 -DPA_USE_COREAUDIO=1
> src/common/pa_stream.c  -fno-common -DPIC -o src/common/.libs/pa_stream.o
> brew: superenv removed: -g -O2 -Werror
> libtool: compile:  cc -c -std=c99 -g -O2 -DPA_LITTLE_ENDIAN -I./include
> -I./src/common -I./src/os/unix -Werror -DPACKAGE_NAME=\"\"
> -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\"
> -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1
> -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1
> -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1
> -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSIZEOF_SHORT=2
> -DSIZEOF_INT=4 -DSIZEOF_LONG=8 -DHAVE_NANOSLEEP=1 -DPA_USE_COREAUDIO=1
> src/common/pa_stream.c -o src/common/pa_stream.o >/dev/null 2>&1
> libtool: compile:  cc -c -std=c99 -g -O2 -DPA_LITTLE_ENDIAN -I./include
> -I./src/common -I./src/os/unix -Werror -DPACKAGE_NAME=\"\"
> -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\"
> -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1
> -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1
> -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1
> -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSIZEOF_SHORT=2
> -DSIZEOF_INT=4 -DSIZEOF_LONG=8 -DHAVE_NANOSLEEP=1 -DPA_USE_COREAUDIO=1
> src/common/pa_process.c -o src/common/pa_process.o >/dev/null 2>&1
> /bin/sh ./libtool --mode=compile cc -c -std=c99 -g -O2 -DPA_LITTLE_ENDIAN
> -I./include -I./src/common -I./src/os/unix -Werror     -DPACKAGE_NAME=\"\"
> -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\"
> -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1
> -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1
> -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1
> -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSIZEOF_SHORT=2
> -DSIZEOF_INT=4 -DSIZEOF_LONG=8 -DHAVE_NANOSLEEP=1 -DPA_USE_COREAUDIO=1
> src/common/pa_trace.c -o src/common/pa_trace.lo
> /bin/sh ./libtool --mode=compile cc -c -std=c99 -g -O2 -DPA_LITTLE_ENDIAN
> -I./include -I./src/common -I./src/os/unix -Werror     -DPACKAGE_NAME=\"\"
> -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\"
> -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1
> -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1
> -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1
> -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSIZEOF_SHORT=2
> -DSIZEOF_INT=4 -DSIZEOF_LONG=8 -DHAVE_NANOSLEEP=1 -DPA_USE_COREAUDIO=1
> src/hostapi/skeleton/pa_hostapi_skeleton.c -o
> src/hostapi/skeleton/pa_hostapi_skeleton.lo
> /bin/sh ./libtool --mode=compile cc -c -std=c99 -g -O2 -DPA_LITTLE_ENDIAN
> -I./include -I./src/common -I./src/os/unix -Werror     -DPACKAGE_NAME=\"\"
> -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\"
> -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1
> -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1
> -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1
> -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSIZEOF_SHORT=2
> -DSIZEOF_INT=4 -DSIZEOF_LONG=8 -DHAVE_NANOSLEEP=1 -DPA_USE_COREAUDIO=1
> src/os/unix/pa_unix_hostapis.c -o src/os/unix/pa_unix_hostapis.lo
> libtool: compile:  cc -c -std=c99 -g -O2 -DPA_LITTLE_ENDIAN -I./include
> -I./src/common -I./src/os/unix -Werror -DPACKAGE_NAME=\"\"
> -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\"
> -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1
> -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1
> -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1
> -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSIZEOF_SHORT=2
> -DSIZEOF_INT=4 -DSIZEOF_LONG=8 -DHAVE_NANOSLEEP=1 -DPA_USE_COREAUDIO=1
> src/common/pa_trace.c  -fno-common -DPIC -o src/common/.libs/pa_trace.o
> libtool: compile:  cc -c -std=c99 -g -O2 -DPA_LITTLE_ENDIAN -I./include
> -I./src/common -I./src/os/unix -Werror -DPACKAGE_NAME=\"\"
> -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\"
> -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1
> -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1
> -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1
> -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSIZEOF_SHORT=2
> -DSIZEOF_INT=4 -DSIZEOF_LONG=8 -DHAVE_NANOSLEEP=1 -DPA_USE_COREAUDIO=1
> src/hostapi/skeleton/pa_hostapi_skeleton.c  -fno-common -DPIC -o
> src/hostapi/skeleton/.libs/pa_hostapi_skeleton.o
> brew: superenv removed: -g -O2 -Werror
> brew: superenv removed: -g -O2 -Werror
> libtool: compile:  cc -c -std=c99 -g -O2 -DPA_LITTLE_ENDIAN -I./include
> -I./src/common -I./src/os/unix -Werror -DPACKAGE_NAME=\"\"
> -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\"
> -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1
> -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1
> -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1
> -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSIZEOF_SHORT=2
> -DSIZEOF_INT=4 -DSIZEOF_LONG=8 -DHAVE_NANOSLEEP=1 -DPA_USE_COREAUDIO=1
> src/os/unix/pa_unix_hostapis.c  -fno-common -DPIC -o
> src/os/unix/.libs/pa_unix_hostapis.o
> libtool: compile:  cc -c -std=c99 -g -O2 -DPA_LITTLE_ENDIAN -I./include
> -I./src/common -I./src/os/unix -Werror -DPACKAGE_NAME=\"\"
> -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\"
> -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1
> -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1
> -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1
> -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSIZEOF_SHORT=2
> -DSIZEOF_INT=4 -DSIZEOF_LONG=8 -DHAVE_NANOSLEEP=1 -DPA_USE_COREAUDIO=1
> src/common/pa_trace.c -o src/common/pa_trace.o >/dev/null 2>&1
> brew: superenv removed: -g -O2 -Werror
> libtool: compile:  cc -c -std=c99 -g -O2 -DPA_LITTLE_ENDIAN -I./include
> -I./src/common -I./src/os/unix -Werror -DPACKAGE_NAME=\"\"
> -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\"
> -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1
> -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1
> -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1
> -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSIZEOF_SHORT=2
> -DSIZEOF_INT=4 -DSIZEOF_LONG=8 -DHAVE_NANOSLEEP=1 -DPA_USE_COREAUDIO=1
> src/hostapi/skeleton/pa_hostapi_skeleton.c -o
> src/hostapi/skeleton/pa_hostapi_skeleton.o >/dev/null 2>&1
> libtool: compile:  cc -c -std=c99 -g -O2 -DPA_LITTLE_ENDIAN -I./include
> -I./src/common -I./src/os/unix -Werror -DPACKAGE_NAME=\"\"
> -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\"
> -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1
> -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1
> -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1
> -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSIZEOF_SHORT=2
> -DSIZEOF_INT=4 -DSIZEOF_LONG=8 -DHAVE_NANOSLEEP=1 -DPA_USE_COREAUDIO=1
> src/os/unix/pa_unix_hostapis.c -o src/os/unix/pa_unix_hostapis.o >/dev/null
> 2>&1
> /bin/sh ./libtool --mode=compile cc -c -std=c99 -g -O2 -DPA_LITTLE_ENDIAN
> -I./include -I./src/common -I./src/os/unix -Werror     -DPACKAGE_NAME=\"\"
> -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\"
> -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1
> -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1
> -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1
> -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSIZEOF_SHORT=2
> -DSIZEOF_INT=4 -DSIZEOF_LONG=8 -DHAVE_NANOSLEEP=1 -DPA_USE_COREAUDIO=1
> src/os/unix/pa_unix_util.c -o src/os/unix/pa_unix_util.lo
> /bin/sh ./libtool --mode=compile cc -c -std=c99 -g -O2 -DPA_LITTLE_ENDIAN
> -I./include -I./src/common -I./src/os/unix -Werror     -DPACKAGE_NAME=\"\"
> -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\"
> -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1
> -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1
> -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1
> -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSIZEOF_SHORT=2
> -DSIZEOF_INT=4 -DSIZEOF_LONG=8 -DHAVE_NANOSLEEP=1 -DPA_USE_COREAUDIO=1
> src/hostapi/coreaudio/pa_mac_core.c -o src/hostapi/coreaudio/pa_mac_core.lo
> /bin/sh ./libtool --mode=compile cc -c -std=c99 -g -O2 -DPA_LITTLE_ENDIAN
> -I./include -I./src/common -I./src/os/unix -Werror     -DPACKAGE_NAME=\"\"
> -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\"
> -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1
> -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1
> -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1
> -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSIZEOF_SHORT=2
> -DSIZEOF_INT=4 -DSIZEOF_LONG=8 -DHAVE_NANOSLEEP=1 -DPA_USE_COREAUDIO=1
> src/hostapi/coreaudio/pa_mac_core_utilities.c -o
> src/hostapi/coreaudio/pa_mac_core_utilities.lo
> /bin/sh ./libtool --mode=compile cc -c -std=c99 -g -O2 -DPA_LITTLE_ENDIAN
> -I./include -I./src/common -I./src/os/unix -Werror     -DPACKAGE_NAME=\"\"
> -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\"
> -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1
> -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1
> -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1
> -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSIZEOF_SHORT=2
> -DSIZEOF_INT=4 -DSIZEOF_LONG=8 -DHAVE_NANOSLEEP=1 -DPA_USE_COREAUDIO=1
> src/hostapi/coreaudio/pa_mac_core_blocking.c -o
> src/hostapi/coreaudio/pa_mac_core_blocking.lo
> libtool: compile:  cc -c -std=c99 -g -O2 -DPA_LITTLE_ENDIAN -I./include
> -I./src/common -I./src/os/unix -Werror -DPACKAGE_NAME=\"\"
> -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\"
> -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1
> -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1
> -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1
> -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSIZEOF_SHORT=2
> -DSIZEOF_INT=4 -DSIZEOF_LONG=8 -DHAVE_NANOSLEEP=1 -DPA_USE_COREAUDIO=1
> src/os/unix/pa_unix_util.c  -fno-common -DPIC -o
> src/os/unix/.libs/pa_unix_util.o
> brew: superenv removed: -g -O2 -Werror
> libtool: compile:  cc -c -std=c99 -g -O2 -DPA_LITTLE_ENDIAN -I./include
> -I./src/common -I./src/os/unix -Werror -DPACKAGE_NAME=\"\"
> -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\"
> -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1
> -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1
> -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1
> -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSIZEOF_SHORT=2
> -DSIZEOF_INT=4 -DSIZEOF_LONG=8 -DHAVE_NANOSLEEP=1 -DPA_USE_COREAUDIO=1
> src/hostapi/coreaudio/pa_mac_core.c  -fno-common -DPIC -o
> src/hostapi/coreaudio/.libs/pa_mac_core.o
> libtool: compile:  cc -c -std=c99 -g -O2 -DPA_LITTLE_ENDIAN -I./include
> -I./src/common -I./src/os/unix -Werror -DPACKAGE_NAME=\"\"
> -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\"
> -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1
> -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1
> -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1
> -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSIZEOF_SHORT=2
> -DSIZEOF_INT=4 -DSIZEOF_LONG=8 -DHAVE_NANOSLEEP=1 -DPA_USE_COREAUDIO=1
> src/hostapi/coreaudio/pa_mac_core_utilities.c  -fno-common -DPIC -o
> src/hostapi/coreaudio/.libs/pa_mac_core_utilities.o
> brew: superenv removed: -g -O2 -Werror
> libtool: compile:  cc -c -std=c99 -g -O2 -DPA_LITTLE_ENDIAN -I./include
> -I./src/common -I./src/os/unix -Werror -DPACKAGE_NAME=\"\"
> -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\"
> -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1
> -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1
> -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1
> -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSIZEOF_SHORT=2
> -DSIZEOF_INT=4 -DSIZEOF_LONG=8 -DHAVE_NANOSLEEP=1 -DPA_USE_COREAUDIO=1
> src/hostapi/coreaudio/pa_mac_core_blocking.c  -fno-common -DPIC -o
> src/hostapi/coreaudio/.libs/pa_mac_core_blocking.o
> brew: superenv removed: -g -O2 -Werror
> brew: superenv removed: -g -O2 -Werror
> libtool: compile:  cc -c -std=c99 -g -O2 -DPA_LITTLE_ENDIAN -I./include
> -I./src/common -I./src/os/unix -Werror -DPACKAGE_NAME=\"\"
> -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\"
> -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1
> -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1
> -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1
> -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSIZEOF_SHORT=2
> -DSIZEOF_INT=4 -DSIZEOF_LONG=8 -DHAVE_NANOSLEEP=1 -DPA_USE_COREAUDIO=1
> src/os/unix/pa_unix_util.c -o src/os/unix/pa_unix_util.o >/dev/null 2>&1
> /bin/sh ./libtool --mode=compile cc -c -std=c99 -g -O2 -DPA_LITTLE_ENDIAN
> -I./include -I./src/common -I./src/os/unix -Werror     -DPACKAGE_NAME=\"\"
> -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\"
> -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1
> -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1
> -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1
> -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSIZEOF_SHORT=2
> -DSIZEOF_INT=4 -DSIZEOF_LONG=8 -DHAVE_NANOSLEEP=1 -DPA_USE_COREAUDIO=1
> src/common/pa_ringbuffer.c -o src/common/pa_ringbuffer.lo
> libtool: compile:  cc -c -std=c99 -g -O2 -DPA_LITTLE_ENDIAN -I./include
> -I./src/common -I./src/os/unix -Werror -DPACKAGE_NAME=\"\"
> -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\"
> -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1
> -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1
> -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1
> -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSIZEOF_SHORT=2
> -DSIZEOF_INT=4 -DSIZEOF_LONG=8 -DHAVE_NANOSLEEP=1 -DPA_USE_COREAUDIO=1
> src/common/pa_ringbuffer.c  -fno-common -DPIC -o
> src/common/.libs/pa_ringbuffer.o
> brew: superenv removed: -g -O2 -Werror
> libtool: compile:  cc -c -std=c99 -g -O2 -DPA_LITTLE_ENDIAN -I./include
> -I./src/common -I./src/os/unix -Werror -DPACKAGE_NAME=\"\"
> -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\"
> -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1
> -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1
> -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1
> -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSIZEOF_SHORT=2
> -DSIZEOF_INT=4 -DSIZEOF_LONG=8 -DHAVE_NANOSLEEP=1 -DPA_USE_COREAUDIO=1
> src/hostapi/coreaudio/pa_mac_core_blocking.c -o
> src/hostapi/coreaudio/pa_mac_core_blocking.o >/dev/null 2>&1
> libtool: compile:  cc -c -std=c99 -g -O2 -DPA_LITTLE_ENDIAN -I./include
> -I./src/common -I./src/os/unix -Werror -DPACKAGE_NAME=\"\"
> -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\"
> -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1
> -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1
> -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1
> -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSIZEOF_SHORT=2
> -DSIZEOF_INT=4 -DSIZEOF_LONG=8 -DHAVE_NANOSLEEP=1 -DPA_USE_COREAUDIO=1
> src/common/pa_ringbuffer.c -o src/common/pa_ringbuffer.o >/dev/null 2>&1
> libtool: compile:  cc -c -std=c99 -g -O2 -DPA_LITTLE_ENDIAN -I./include
> -I./src/common -I./src/os/unix -Werror -DPACKAGE_NAME=\"\"
> -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\"
> -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1
> -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1
> -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1
> -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSIZEOF_SHORT=2
> -DSIZEOF_INT=4 -DSIZEOF_LONG=8 -DHAVE_NANOSLEEP=1 -DPA_USE_COREAUDIO=1
> src/hostapi/coreaudio/pa_mac_core_utilities.c -o
> src/hostapi/coreaudio/pa_mac_core_utilities.o >/dev/null 2>&1
> libtool: compile:  cc -c -std=c99 -g -O2 -DPA_LITTLE_ENDIAN -I./include
> -I./src/common -I./src/os/unix -Werror -DPACKAGE_NAME=\"\"
> -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\"
> -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1
> -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1
> -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1
> -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSIZEOF_SHORT=2
> -DSIZEOF_INT=4 -DSIZEOF_LONG=8 -DHAVE_NANOSLEEP=1 -DPA_USE_COREAUDIO=1
> src/hostapi/coreaudio/pa_mac_core.c -o src/hostapi/coreaudio/pa_mac_core.o
>>/dev/null 2>&1
> /bin/sh ./libtool --mode=link cc  -framework CoreAudio -framework
> AudioToolbox -framework AudioUnit -framework Carbon -dynamiclib    -rpath
> /usr/local/Cellar/portaudio/19.20111121/lib -no-undefined
> -export-symbols-regex "(Pa|PaMacCore|PaJack|PaAlsa|PaAsio|PaOSS)_.*"
> -version-info 2:0:0 -o lib/libportaudio.la src/common/pa_allocation.lo
> src/common/pa_converters.lo src/common/pa_cpuload.lo src/common/pa_dither.lo
> src/common/pa_debugprint.lo src/common/pa_front.lo src/common/pa_process.lo
> src/common/pa_stream.lo src/common/pa_trace.lo
> src/hostapi/skeleton/pa_hostapi_skeleton.lo src/os/unix/pa_unix_hostapis.lo
> src/os/unix/pa_unix_util.lo src/hostapi/coreaudio/pa_mac_core.lo
> src/hostapi/coreaudio/pa_mac_core_utilities.lo
> src/hostapi/coreaudio/pa_mac_core_blocking.lo src/common/pa_ringbuffer.lo
> libtool: link: /usr/bin/nm  src/common/.libs/pa_allocation.o
> src/common/.libs/pa_converters.o src/common/.libs/pa_cpuload.o
> src/common/.libs/pa_dither.o src/common/.libs/pa_debugprint.o
> src/common/.libs/pa_front.o src/common/.libs/pa_process.o
> src/common/.libs/pa_stream.o src/common/.libs/pa_trace.o
> src/hostapi/skeleton/.libs/pa_hostapi_skeleton.o
> src/os/unix/.libs/pa_unix_hostapis.o src/os/unix/.libs/pa_unix_util.o
> src/hostapi/coreaudio/.libs/pa_mac_core.o
> src/hostapi/coreaudio/.libs/pa_mac_core_utilities.o
> src/hostapi/coreaudio/.libs/pa_mac_core_blocking.o
> src/common/.libs/pa_ringbuffer.o   | sed -n -e 's/^.*[
> ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p' |
> sed '/ __gnu_lto/d' | /usr/local/Library/ENV/4.3/sed 's/.* //' | sort | uniq
>> lib/.libs/libportaudio.exp
> /usr/bin/nm: no name list
> libtool: link: /usr/bin/grep -E -e
> "(Pa|PaMacCore|PaJack|PaAlsa|PaAsio|PaOSS)_.*" "lib/.libs/libportaudio.exp"
>> "lib/.libs/libportaudio.expT"
> libtool: link: mv -f "lib/.libs/libportaudio.expT"
> "lib/.libs/libportaudio.exp"
> libtool: link: sed 's,^,_,' < lib/.libs/libportaudio.exp >
> lib/.libs/libportaudio-symbols.expsym
> libtool: link: cc -dynamiclib  -o lib/.libs/libportaudio.2.dylib
> src/common/.libs/pa_allocation.o src/common/.libs/pa_converters.o
> src/common/.libs/pa_cpuload.o src/common/.libs/pa_dither.o
> src/common/.libs/pa_debugprint.o src/common/.libs/pa_front.o
> src/common/.libs/pa_process.o src/common/.libs/pa_stream.o
> src/common/.libs/pa_trace.o src/hostapi/skeleton/.libs/pa_hostapi_skeleton.o
> src/os/unix/.libs/pa_unix_hostapis.o src/os/unix/.libs/pa_unix_util.o
> src/hostapi/coreaudio/.libs/pa_mac_core.o
> src/hostapi/coreaudio/.libs/pa_mac_core_utilities.o
> src/hostapi/coreaudio/.libs/pa_mac_core_blocking.o
> src/common/.libs/pa_ringbuffer.o   -framework CoreAudio -framework
> AudioToolbox -framework AudioUnit -framework Carbon    -framework CoreAudio
> -framework AudioToolbox -framework AudioUnit -framework Carbon -install_name
> /usr/local/Cellar/portaudio/19.20111121/lib/libportaudio.2.dylib
> -compatibility_version 3 -current_version 3.0 -Wl,-single_module
> -Wl,-exported_symbols_list,lib/.libs/libportaudio-symbols.expsym
> libtool: link: (cd "lib/.libs" && rm -f "libportaudio.dylib" && ln -s
> "libportaudio.2.dylib" "libportaudio.dylib")
> libtool: link: /usr/bin/ar cru lib/.libs/libportaudio.a
> src/common/pa_allocation.o src/common/pa_converters.o
> src/common/pa_cpuload.o src/common/pa_dither.o src/common/pa_debugprint.o
> src/common/pa_front.o src/common/pa_process.o src/common/pa_stream.o
> src/common/pa_trace.o src/hostapi/skeleton/pa_hostapi_skeleton.o
> src/os/unix/pa_unix_hostapis.o src/os/unix/pa_unix_util.o
> src/hostapi/coreaudio/pa_mac_core.o
> src/hostapi/coreaudio/pa_mac_core_utilities.o
> src/hostapi/coreaudio/pa_mac_core_blocking.o src/common/pa_ringbuffer.o
> /usr/bin/ranlib: file: lib/.libs/libportaudio.a(pa_trace.o) has no symbols
> libtool: link: ranlib lib/.libs/libportaudio.a
> ranlib: file: lib/.libs/libportaudio.a(pa_trace.o) has no symbols
> libtool: link: ( cd "lib/.libs" && rm -f "libportaudio.la" && ln -s
> "../libportaudio.la" "libportaudio.la" )
> /usr/bin/install -c -d /usr/local/Cellar/portaudio/19.20111121/lib
> /bin/sh ./libtool --mode=install /usr/bin/install -c lib/libportaudio.la
> /usr/local/Cellar/portaudio/19.20111121/lib
> libtool: install: /usr/bin/install -c lib/.libs/libportaudio.2.dylib
> /usr/local/Cellar/portaudio/19.20111121/lib/libportaudio.2.dylib
> libtool: install: (cd /usr/local/Cellar/portaudio/19.20111121/lib && { ln -s
> -f libportaudio.2.dylib libportaudio.dylib || { rm -f libportaudio.dylib &&
> ln -s libportaudio.2.dylib libportaudio.dylib; }; })
> libtool: install: /usr/bin/install -c lib/.libs/libportaudio.lai
> /usr/local/Cellar/portaudio/19.20111121/lib/libportaudio.la
> libtool: install: /usr/bin/install -c lib/.libs/libportaudio.a
> /usr/local/Cellar/portaudio/19.20111121/lib/libportaudio.a
> libtool: install: chmod 644
> /usr/local/Cellar/portaudio/19.20111121/lib/libportaudio.a
> libtool: install: ranlib
> /usr/local/Cellar/portaudio/19.20111121/lib/libportaudio.a
> ranlib: file:
> /usr/local/Cellar/portaudio/19.20111121/lib/libportaudio.a(pa_trace.o) has
> no symbols
> /usr/bin/install -c -d /usr/local/Cellar/portaudio/19.20111121/include
> for include in portaudio.h; do \
> /usr/bin/install -c -m 644 -m 644 ./include/$include
> /usr/local/Cellar/portaudio/19.20111121/include/$include; \
> done
> /usr/bin/install -c -d /usr/local/Cellar/portaudio/19.20111121/lib/pkgconfig
> /usr/bin/install -c -m 644 portaudio-2.0.pc
> /usr/local/Cellar/portaudio/19.20111121/lib/pkgconfig/portaudio-2.0.pc
>
> ------------------------------------------------------------
> PortAudio was successfully installed.
>
> On some systems (e.g. Linux) you should run 'ldconfig' now
> to make the shared object available.  You may also need to
> modify your LD_LIBRARY_PATH environment variable to include
> the directory /usr/local/Cellar/portaudio/19.20111121/lib
> ------------------------------------------------------------
>
> /usr/bin/make install-recursive
> if test -n "" ; then for dir in ""; do /usr/bin/make -C $dir install; done ;
> fi
> ==> Cleaning
> rm: /usr/local/Cellar/portaudio/19.20111121/lib/libportaudio.la
> ==> Finishing up
> ln -s ../Cellar/portaudio/19.20111121/include/portaudio.h portaudio.h
> ln -s ../Cellar/portaudio/19.20111121/include/pa_mac_core.h pa_mac_core.h
> ln -s ../../Cellar/portaudio/19.20111121/lib/pkgconfig/portaudio-2.0.pc
> portaudio-2.0.pc
> ln -s ../Cellar/portaudio/19.20111121/lib/libportaudio.dylib
> libportaudio.dylib
> ln -s ../Cellar/portaudio/19.20111121/lib/libportaudio.a libportaudio.a
> ln -s ../Cellar/portaudio/19.20111121/lib/libportaudio.2.dylib
> libportaudio.2.dylib
> ln -s ../../Cellar/portaudio/19.20111121 portaudio
> ln -s ../Cellar/portaudio/19.20111121 portaudio
> ==> Summary
> 🍺  /usr/local/Cellar/portaudio/19.20111121: 8 files, 308K, built in 10
> seconds
> ==> Installing csound dependency: portmidi
> ==> Downloading
> http://downloads.sourceforge.net/project/portmedia/portmidi/217/portmidi-src-217.zip
> Already downloaded: /Library/Caches/Homebrew/portmidi-217.zip
> unzip /Library/Caches/Homebrew/portmidi-217.zip
> Archive:  /Library/Caches/Homebrew/portmidi-217.zip
>    creating: portmidi/
>   inflating: portmidi/ALL_BUILD.vcproj
>   inflating: portmidi/CHANGELOG.txt
>   inflating: portmidi/CMakeLists.txt
>   inflating: portmidi/Doxyfile
>   inflating: portmidi/license.txt
>    creating: portmidi/pm_cl/
>   inflating: portmidi/pm_cl/cffi-portmidi.lisp
>   inflating: portmidi/pm_cl/README_CL.txt
>   inflating: portmidi/pm_cl/test-no-cm.lisp
>    creating: portmidi/pm_common/
>   inflating: portmidi/pm_common/CMakeLists.txt
>   inflating: portmidi/pm_common/pminternal.h
>   inflating: portmidi/pm_common/pmjni.vcproj
>   inflating: portmidi/pm_common/pmutil.c
>   inflating: portmidi/pm_common/pmutil.h
>   inflating: portmidi/pm_common/portmidi-dynamic.vcproj
>   inflating: portmidi/pm_common/portmidi-static.vcproj
>   inflating: portmidi/pm_common/portmidi.c
>   inflating: portmidi/pm_common/portmidi.h
>    creating: portmidi/pm_csharp/
>    creating: portmidi/pm_csharp/pm_managed/
>   inflating: portmidi/pm_csharp/pm_managed/app.ico
>   inflating: portmidi/pm_csharp/pm_managed/app.rc
>   inflating: portmidi/pm_csharp/pm_managed/AssemblyInfo.cpp
>   inflating: portmidi/pm_csharp/pm_managed/pm_managed.cpp
>   inflating: portmidi/pm_csharp/pm_managed/pm_managed.h
>   inflating: portmidi/pm_csharp/pm_managed/pm_managed.vcproj
>   inflating: portmidi/pm_csharp/pm_managed/ReadMe.txt
>   inflating: portmidi/pm_csharp/pm_managed/resource.h
>   inflating: portmidi/pm_csharp/pm_managed/Stdafx.cpp
>   inflating: portmidi/pm_csharp/pm_managed/Stdafx.h
>   inflating: portmidi/pm_csharp/README.txt
>    creating: portmidi/pm_dylib/
>   inflating: portmidi/pm_dylib/CMakeLists.txt
>   inflating: portmidi/pm_dylib/portmidi-dynamic.vcproj
>   inflating: portmidi/pm_dylib/README.txt
>    creating: portmidi/pm_java/
>   inflating: portmidi/pm_java/CMakeLists.txt
>   inflating: portmidi/pm_java/JavaExe.exe
>    creating: portmidi/pm_java/jportmidi/
>   inflating: portmidi/pm_java/jportmidi/JPortMidi.java
>   inflating: portmidi/pm_java/jportmidi/JPortMidiApi.java
>   inflating: portmidi/pm_java/jportmidi/JPortMidiException.java
>   inflating: portmidi/pm_java/mac-make.sh
>   inflating: portmidi/pm_java/make.bat
>    creating: portmidi/pm_java/pmdefaults/
>   inflating: portmidi/pm_java/pmdefaults/manifest.txt
>   inflating: portmidi/pm_java/pmdefaults/pmdefaults
>   inflating: portmidi/pm_java/pmdefaults/pmdefaults-icon.bmp
>   inflating: portmidi/pm_java/pmdefaults/pmdefaults-icon.gif
>  extracting: portmidi/pm_java/pmdefaults/pmdefaults-icon.png
>   inflating: portmidi/pm_java/pmdefaults/pmdefaults-icon.xcf
>   inflating: portmidi/pm_java/pmdefaults/pmdefaults-license.txt
>   inflating: portmidi/pm_java/pmdefaults/pmdefaults.icns
>   inflating: portmidi/pm_java/pmdefaults/pmdefaults.ico
>   inflating: portmidi/pm_java/pmdefaults/PmDefaults.java
>   inflating: portmidi/pm_java/pmdefaults/PmDefaultsFrame.java
>  extracting: portmidi/pm_java/pmdefaults/portmusic_logo.png
>   inflating: portmidi/pm_java/pmdefaults/readme-win32.txt
>   inflating: portmidi/pm_java/pmdefaults/README.txt
>   inflating: portmidi/pm_java/pmdefaults-setup-script.iss
>    creating: portmidi/pm_java/pmjni/
>   inflating: portmidi/pm_java/pmjni/jportmidi_JportMidiApi.h
>   inflating: portmidi/pm_java/pmjni/pmjni-VC8.vcproj
>   inflating: portmidi/pm_java/pmjni/pmjni.c
>   inflating: portmidi/pm_java/pmjni/pmjni.rc
>   inflating: portmidi/pm_java/README.txt
>    creating: portmidi/pm_java/setup/
>   inflating: portmidi/pm_java/setup/pmdefaults-setup.exe
>   inflating: portmidi/pm_java/UpdateRsrcJavaExe.exe
>    creating: portmidi/pm_linux/
>   inflating: portmidi/pm_linux/finddefault.c
>   inflating: portmidi/pm_linux/pmlinux.c
>   inflating: portmidi/pm_linux/pmlinux.h
>   inflating: portmidi/pm_linux/pmlinuxalsa.c
>   inflating: portmidi/pm_linux/pmlinuxalsa.h
>   inflating: portmidi/pm_linux/README_LINUX.txt
>    creating: portmidi/pm_mac/
>   inflating: portmidi/pm_mac/finddefault.c
>   inflating: portmidi/pm_mac/Makefile.osx
>    creating: portmidi/pm_mac/pm_mac.xcodeproj/
>   inflating: portmidi/pm_mac/pm_mac.xcodeproj/project.pbxproj
>    creating: portmidi/pm_mac/pmdefaults/
>    creating: portmidi/pm_mac/pmdefaults/make/
>   inflating: portmidi/pm_mac/pmdefaults/make/build.xml
>   inflating: portmidi/pm_mac/pmdefaults/make/find-classrefs.sh
>    creating: portmidi/pm_mac/pmdefaults/resources/
>    creating: portmidi/pm_mac/pmdefaults/resources/English.lproj/
>   inflating: portmidi/pm_mac/pmdefaults/resources/English.lproj/Credits.rtf
>   inflating:
> portmidi/pm_mac/pmdefaults/resources/English.lproj/InfoPlist.strings
>   inflating: portmidi/pm_mac/pmdefaults/resources/Info.plist
>   inflating: portmidi/pm_mac/pmdefaults/resources/Manifest
>   inflating: portmidi/pm_mac/pmmac.c
>   inflating: portmidi/pm_mac/pmmac.h
>   inflating: portmidi/pm_mac/pmmacosxcm.c
>   inflating: portmidi/pm_mac/pmmacosxcm.h
>   inflating: portmidi/pm_mac/readbinaryplist.c
>   inflating: portmidi/pm_mac/readbinaryplist.h
>   inflating: portmidi/pm_mac/README_MAC.txt
>    creating: portmidi/pm_mingw/
>    creating: portmidi/pm_mingw/eclipse/
>   inflating: portmidi/pm_mingw/eclipse/dot-cproject
>   inflating: portmidi/pm_mingw/eclipse/dot-project
>   inflating: portmidi/pm_mingw/eclipse/README.txt
>    creating: portmidi/pm_mingw/msys/
>   inflating: portmidi/pm_mingw/msys/README-MSYS.txt
>   inflating: portmidi/pm_mingw/README-MINGW.txt
>    creating: portmidi/pm_python/
>    creating: portmidi/pm_python/pyportmidi/
>  extracting: portmidi/pm_python/pyportmidi/__init__.py
>   inflating: portmidi/pm_python/pyportmidi/_pyportmidi.c
>   inflating: portmidi/pm_python/pyportmidi/_pyportmidi.pyx
>    creating: portmidi/pm_python/pyportmidi/examples/
>   inflating: portmidi/pm_python/pyportmidi/midi.py
>    creating: portmidi/pm_python/pyportmidi/tests/
>   inflating: portmidi/pm_python/README_PYTHON.txt
>   inflating: portmidi/pm_python/setup.py
>    creating: portmidi/pm_qt/
>   inflating: portmidi/pm_qt/portmidi.pro
>   inflating: portmidi/pm_qt/README_QT.txt
>    creating: portmidi/pm_test/
>   inflating: portmidi/pm_test/CMakeLists.txt
>   inflating: portmidi/pm_test/latency.c
>   inflating: portmidi/pm_test/latency.vcproj
>   inflating: portmidi/pm_test/midiclock.c
>   inflating: portmidi/pm_test/midiclock.vcproj
>   inflating: portmidi/pm_test/midithread.c
>   inflating: portmidi/pm_test/midithread.vcproj
>   inflating: portmidi/pm_test/midithru.c
>   inflating: portmidi/pm_test/midithru.vcproj
>   inflating: portmidi/pm_test/mm.c
>   inflating: portmidi/pm_test/mm.vcproj
>   inflating: portmidi/pm_test/qtest.c
>   inflating: portmidi/pm_test/qtest.vcproj
>   inflating: portmidi/pm_test/sysex.c
>   inflating: portmidi/pm_test/sysex.vcproj
>   inflating: portmidi/pm_test/test.c
>   inflating: portmidi/pm_test/test.vcproj
>   inflating: portmidi/pm_test/txdata.syx
>    creating: portmidi/pm_win/
>   inflating: portmidi/pm_win/clean_cmake.bat
>   inflating: portmidi/pm_win/clean_up_vcproj.awk
>   inflating: portmidi/pm_win/clean_up_vcproj.bat
>   inflating: portmidi/pm_win/debugging_dlls.txt
>   inflating: portmidi/pm_win/pmwin.c
>   inflating: portmidi/pm_win/pmwinmm.c
>   inflating: portmidi/pm_win/pmwinmm.h
>   inflating: portmidi/pm_win/README_WIN.txt
>   inflating: portmidi/pm_win/static.cmake
>   inflating: portmidi/portmidi.sln
>  extracting: portmidi/portmidi_cdt.zip
>  extracting: portmidi/portmusic_logo.png
>    creating: portmidi/porttime/
>   inflating: portmidi/porttime/porttime-VC8.vcproj
>   inflating: portmidi/porttime/porttime.c
>   inflating: portmidi/porttime/porttime.dsp
>   inflating: portmidi/porttime/porttime.h
>   inflating: portmidi/porttime/porttime.vcproj
>   inflating: portmidi/porttime/ptlinux.c
>   inflating: portmidi/porttime/ptmacosx_cf.c
>   inflating: portmidi/porttime/ptmacosx_mach.c
>   inflating: portmidi/porttime/ptwinmm.c
>   inflating: portmidi/README.txt
>   inflating: portmidi/ZERO_CHECK.vcproj
> ==> Patching
> /usr/bin/patch -f -p1 -i 000-homebrew.diff
> patching file pm_common/CMakeLists.txt
> ==> make -f pm_mac/Makefile.osx
> make -f pm_mac/Makefile.osx
> rm -f CMakeCache.txt
> mkdir -p Release
> cd Release; cmake .. -G "Unix Makefiles" -DCMAKE_BUILD_TYPE=Release
> -- The C compiler identification is Clang 4.2.0
> -- The CXX compiler identification is Clang 4.2.0
> -- Check for working C compiler: /usr/local/Library/ENV/4.3/cc
> -- Check for working C compiler: /usr/local/Library/ENV/4.3/cc -- works
> -- Detecting C compiler ABI info
> -- Detecting C compiler ABI info - done
> -- Check for working CXX compiler: /usr/local/Library/ENV/4.3/c++
> -- Check for working CXX compiler: /usr/local/Library/ENV/4.3/c++ -- works
> -- Detecting CXX compiler ABI info
> -- Detecting CXX compiler ABI info - done
> -- SYSROOT:
> //Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk
> -- DEFAULT_DEBUG_FLAGS not nil: -g
> -- SYSROOT:
> //Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk
> -- Configuring done
> -- Generating done
> -- Build files have been written to: /tmp/portmidi-LptP/portmidi/Release
> cd Release; make
> Scanning dependencies of target portmidi-dynamic
> Scanning dependencies of target portmidi-static
> [  4%] [ 13%] [ 13%] [ 18%] Building C object
> pm_dylib/CMakeFiles/portmidi-dynamic.dir/__/pm_mac/pmmacosxcm.c.o
> Building C object
> pm_dylib/CMakeFiles/portmidi-dynamic.dir/__/pm_mac/pmmac.c.o
> Building C object
> pm_common/CMakeFiles/portmidi-static.dir/__/pm_mac/pmmac.c.o
> Building C object
> pm_common/CMakeFiles/portmidi-static.dir/__/pm_mac/pmmacosxcm.c.o
> brew: superenv removed: -O3 -arch i386 -arch ppc -arch x86_64 -isysroot
> //Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk
> brew: superenv removed: -O3 -arch i386 -arch ppc -arch x86_64 -isysroot
> //Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk
> brew: superenv removed: -O3 -arch i386 -arch ppc -arch x86_64 -isysroot
> //Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk
> brew: superenv removed: -O3 -arch i386 -arch ppc -arch x86_64 -isysroot
> //Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk
> [ 22%] [ 27%] Building C object
> pm_dylib/CMakeFiles/portmidi-dynamic.dir/__/pm_mac/readbinaryplist.c.o
> Building C object
> pm_common/CMakeFiles/portmidi-static.dir/__/pm_mac/readbinaryplist.c.o
> brew: superenv removed: -O3 -arch i386 -arch ppc -arch x86_64 -isysroot
> //Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk
> brew: superenv removed: -O3 -arch i386 -arch ppc -arch x86_64 -isysroot
> //Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk
> [ 31%] [ 36%] Building C object
> pm_dylib/CMakeFiles/portmidi-dynamic.dir/__/pm_mac/finddefault.c.o
> Building C object
> pm_common/CMakeFiles/portmidi-static.dir/__/pm_mac/finddefault.c.o
> brew: superenv removed: -O3 -arch i386 -arch ppc -arch x86_64 -isysroot
> //Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk
> brew: superenv removed: -O3 -arch i386 -arch ppc -arch x86_64 -isysroot
> //Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk
> [ 40%] [ 45%] Building C object
> pm_common/CMakeFiles/portmidi-static.dir/__/porttime/ptmacosx_mach.c.o
> Building C object pm_common/CMakeFiles/portmidi-static.dir/pmutil.c.o
> brew: superenv removed: -O3 -arch i386 -arch ppc -arch x86_64 -isysroot
> //Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk
> brew: superenv removed: -O3 -arch i386 -arch ppc -arch x86_64 -isysroot
> //Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk
> [ 50%] Building C object
> pm_common/CMakeFiles/portmidi-static.dir/portmidi.c.o
> [ 54%] Building C object
> pm_dylib/CMakeFiles/portmidi-dynamic.dir/__/porttime/ptmacosx_mach.c.o
> brew: superenv removed: -O3 -arch i386 -arch ppc -arch x86_64 -isysroot
> //Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk
> brew: superenv removed: -O3 -arch i386 -arch ppc -arch x86_64 -isysroot
> //Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk
> [ 59%] [ 63%] Building C object
> pm_dylib/CMakeFiles/portmidi-dynamic.dir/__/pm_common/pmutil.c.o
> Building C object
> pm_dylib/CMakeFiles/portmidi-dynamic.dir/__/pm_common/portmidi.c.o
> brew: superenv removed: -O3 -arch i386 -arch ppc -arch x86_64 -isysroot
> //Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk
> brew: superenv removed: -O3 -arch i386 -arch ppc -arch x86_64 -isysroot
> //Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk
> Linking C static library ../libportmidi_s.a
> [ 63%] Built target portmidi-static
> Linking C shared library ../libportmidi.dylib
> Scanning dependencies of target latency
> Scanning dependencies of target midithread
> Scanning dependencies of target midiclock
> [ 72%] [ 72%] [ 77%] Building C object
> pm_test/CMakeFiles/latency.dir/latency.c.o
> Building C object pm_test/CMakeFiles/midithread.dir/midithread.c.o
> brew: superenv removed: -O3 -arch i386 -arch ppc -arch x86_64 -isysroot
> //Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk
> Building C object pm_test/CMakeFiles/midiclock.dir/midiclock.c.o
> brew: superenv removed: -O3 -arch i386 -arch ppc -arch x86_64 -isysroot
> //Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk
> brew: superenv removed: -O3 -arch i386 -arch ppc -arch x86_64 -isysroot
> //Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk
> brew: superenv removed: -O3 -arch i386 -arch ppc -arch x86_64 -isysroot
> //Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk
> [ 77%] Built target portmidi-dynamic
> Scanning dependencies of target midithru
> [ 81%] Linking C executable ../midiclock
> Building C object pm_test/CMakeFiles/midithru.dir/midithru.c.o
> Linking C executable ../midithread
> Linking C executable ../latency
> brew: superenv removed: -O3 -arch i386 -arch ppc -arch x86_64 -isysroot
> //Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk
> brew: superenv removed: -O3 -arch i386 -arch ppc -arch x86_64 -isysroot
> //Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk
> brew: superenv removed: -O3 -arch i386 -arch ppc -arch x86_64 -isysroot
> //Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk
> brew: superenv removed: -O3 -arch i386 -arch ppc -arch x86_64 -isysroot
> //Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk
> [ 81%] [ 81%] Built target midiclock
> Built target latency
> [ 81%] Built target midithread
> Linking C executable ../midithru
> Scanning dependencies of target mm
> Scanning dependencies of target qtest
> Scanning dependencies of target sysex
> [ 86%] [ 90%] brew: superenv removed: -O3 -arch i386 -arch ppc -arch x86_64
> -isysroot
> //Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk
> [ 95%] Building C object pm_test/CMakeFiles/qtest.dir/qtest.c.o
> Building C object pm_test/CMakeFiles/mm.dir/mm.c.o
> Building C object pm_test/CMakeFiles/sysex.dir/sysex.c.o
> brew: superenv removed: -O3 -arch i386 -arch ppc -arch x86_64 -isysroot
> //Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk
> brew: superenv removed: -O3 -arch i386 -arch ppc -arch x86_64 -isysroot
> //Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk
> brew: superenv removed: -O3 -arch i386 -arch ppc -arch x86_64 -isysroot
> //Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk
> [ 95%] Built target midithru
> Scanning dependencies of target test
> [100%] Building C object pm_test/CMakeFiles/test.dir/test.c.o
> brew: superenv removed: -O3 -arch i386 -arch ppc -arch x86_64 -isysroot
> //Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk
> Linking C executable ../qtest
> Linking C executable ../mm
> Linking C executable ../sysex
> brew: superenv removed: -O3 -arch i386 -arch ppc -arch x86_64 -isysroot
> //Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk
> brew: superenv removed: -O3 -arch i386 -arch ppc -arch x86_64 -isysroot
> //Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk
> brew: superenv removed: -O3 -arch i386 -arch ppc -arch x86_64 -isysroot
> //Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk
> [100%] Built target qtest
> Linking C executable ../test
> [100%] Built target mm
> [100%] Built target sysex
> brew: superenv removed: -O3 -arch i386 -arch ppc -arch x86_64 -isysroot
> //Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk
> [100%] Built target test
> ==> make -f pm_mac/Makefile.osx install
> make -f pm_mac/Makefile.osx install
> install porttime/porttime.h  /usr/local/Cellar/portmidi/217/include/
> install pm_common/portmidi.h /usr/local/Cellar/portmidi/217/include
> install Release/libportmidi.dylib /usr/local/Cellar/portmidi/217/lib/
> ==> Cleaning
> ==> Finishing up
> ln -s ../Cellar/portmidi/217/include/porttime.h porttime.h
> ln -s ../Cellar/portmidi/217/include/portmidi.h portmidi.h
> ln -s ../Cellar/portmidi/217/lib/libportmidi.dylib libportmidi.dylib
> ln -s ../../Cellar/portmidi/217 portmidi
> ln -s ../Cellar/portmidi/217 portmidi
> ==> Summary
> 🍺  /usr/local/Cellar/portmidi/217: 7 files, 104K, built in 3 seconds
> ==> Installing csound
> ==> Cloning git://git.code.sourceforge.net/p/csound/csound6-git
> git --git-dir /Library/Caches/Homebrew/csound--git/.git status -s
> Updating /Library/Caches/Homebrew/csound--git
> git config remote.origin.url
> git://git.code.sourceforge.net/p/csound/csound6-git
> git config remote.origin.fetch +refs/heads/master:refs/remotes/origin/master
> git fetch origin
> git checkout -f master
> Already on 'master'
> git reset --hard origin/HEAD
> HEAD is now at a014b11 Merge branch 'master' of
> https://git.code.sf.net/p/csound/csound6-git
> git reset --hard origin/HEAD
> HEAD is now at a014b11 Merge branch 'master' of
> https://git.code.sf.net/p/csound/csound6-git
> git checkout-index -a -f --prefix=/private/tmp/csound-gJSQ/
> ==> cmake . -DUSE_GETTEXT=0
> -DCMAKE_INSTALL_PREFIX=/usr/local/Cellar/csound/HEAD -DCMAKE_BUILD_TYPE=None
> -DCMAKE_FIND_FRAMEWORK=LAST -Wno-dev
> cmake . -DUSE_GETTEXT=0 -DCMAKE_INSTALL_PREFIX=/usr/local/Cellar/csound/HEAD
> -DCMAKE_BUILD_TYPE=None -DCMAKE_FIND_FRAMEWORK=LAST -Wno-dev
> -- The C compiler identification is Clang 4.2.0
> -- The CXX compiler identification is Clang 4.2.0
> -- Check for working C compiler: /usr/local/Library/ENV/4.3/cc
> -- Check for working C compiler: /usr/local/Library/ENV/4.3/cc -- works
> -- Detecting C compiler ABI info
> -- Detecting C compiler ABI info - done
> -- Check for working CXX compiler: /usr/local/Library/ENV/4.3/c++
> -- Check for working CXX compiler: /usr/local/Library/ENV/4.3/c++ -- works
> -- Detecting CXX compiler ABI info
> -- Detecting CXX compiler ABI info - done
> -- /tmp/csound-gJSQ
> -- BUILD_BIN_DIR set to /tmp/csound-gJSQ
> -- BUILD_LIB_DIR set to /tmp/csound-gJSQ
> -- BUILD_PLUGINS_DIR set to /tmp/csound-gJSQ
> -- Check if the system is big endian
> -- Searching 16 bit integer
> -- Looking for sys/types.h
> -- Looking for sys/types.h - found
> -- Looking for stdint.h
> -- Looking for stdint.h - found
> -- Looking for stddef.h
> -- Looking for stddef.h - found
> -- Check size of unsigned short
> -- Check size of unsigned short - done
> -- Using unsigned short
> -- Check if the system is big endian - little endian
> -- Try OpenMP C flag = [-fopenmp]
> -- Performing Test OpenMP_FLAG_DETECTED
> -- Performing Test OpenMP_FLAG_DETECTED - Failed
> -- Try OpenMP C flag = [/openmp]
> -- Performing Test OpenMP_FLAG_DETECTED
> -- Performing Test OpenMP_FLAG_DETECTED - Failed
> -- Try OpenMP C flag = [-Qopenmp]
> -- Performing Test OpenMP_FLAG_DETECTED
> -- Performing Test OpenMP_FLAG_DETECTED - Failed
> -- Try OpenMP C flag = [-openmp]
> -- Performing Test OpenMP_FLAG_DETECTED
> -- Performing Test OpenMP_FLAG_DETECTED - Failed
> -- Try OpenMP C flag = [ ]
> -- Performing Test OpenMP_FLAG_DETECTED
> -- Performing Test OpenMP_FLAG_DETECTED - Failed
> -- Try OpenMP C flag = [-xopenmp]
> -- Performing Test OpenMP_FLAG_DETECTED
> -- Performing Test OpenMP_FLAG_DETECTED - Failed
> -- Try OpenMP C flag = [+Oopenmp]
> -- Performing Test OpenMP_FLAG_DETECTED
> -- Performing Test OpenMP_FLAG_DETECTED - Failed
> -- Try OpenMP C flag = [-qsmp]
> -- Performing Test OpenMP_FLAG_DETECTED
> -- Performing Test OpenMP_FLAG_DETECTED - Failed
> -- Try OpenMP C flag = [-mp]
> -- Performing Test OpenMP_FLAG_DETECTED
> -- Performing Test OpenMP_FLAG_DETECTED - Failed
> -- Try OpenMP CXX flag = [-fopenmp]
> -- Performing Test OpenMP_FLAG_DETECTED
> -- Performing Test OpenMP_FLAG_DETECTED - Failed
> -- Try OpenMP CXX flag = [/openmp]
> -- Performing Test OpenMP_FLAG_DETECTED
> -- Performing Test OpenMP_FLAG_DETECTED - Failed
> -- Try OpenMP CXX flag = [-Qopenmp]
> -- Performing Test OpenMP_FLAG_DETECTED
> -- Performing Test OpenMP_FLAG_DETECTED - Failed
> -- Try OpenMP CXX flag = [-openmp]
> -- Performing Test OpenMP_FLAG_DETECTED
> -- Performing Test OpenMP_FLAG_DETECTED - Failed
> -- Try OpenMP CXX flag = [ ]
> -- Performing Test OpenMP_FLAG_DETECTED
> -- Performing Test OpenMP_FLAG_DETECTED - Failed
> -- Try OpenMP CXX flag = [-xopenmp]
> -- Performing Test OpenMP_FLAG_DETECTED
> -- Performing Test OpenMP_FLAG_DETECTED - Failed
> -- Try OpenMP CXX flag = [+Oopenmp]
> -- Performing Test OpenMP_FLAG_DETECTED
> -- Performing Test OpenMP_FLAG_DETECTED - Failed
> -- Try OpenMP CXX flag = [-qsmp]
> -- Performing Test OpenMP_FLAG_DETECTED
> -- Performing Test OpenMP_FLAG_DETECTED - Failed
> -- Try OpenMP CXX flag = [-mp]
> -- Performing Test OpenMP_FLAG_DETECTED
> -- Performing Test OpenMP_FLAG_DETECTED - Failed
> -- Could NOT find OpenMP (missing:  OpenMP_C_FLAGS OpenMP_CXX_FLAGS)
> -- Looking for libintl.h
> -- Looking for libintl.h - not found
> -- Looking for C++ include eigen3/Eigen/Dense
> -- Looking for C++ include eigen3/Eigen/Dense - not found
> -- Could NOT find Gettext (missing:  GETTEXT_MSGMERGE_EXECUTABLE
> GETTEXT_MSGFMT_EXECUTABLE)
> -- Looking for lrint in m
> -- Looking for lrint in m - found
> -- Looking for unistd.h
> -- Looking for unistd.h - found
> -- Looking for io.h
> -- Looking for io.h - not found
> -- Looking for fcntl.h
> -- Looking for fcntl.h - found
> -- Looking for sys/time.h
> -- Looking for sys/time.h - found
> -- Looking for termios.h
> -- Looking for termios.h - found
> -- Looking for values.h
> -- Looking for values.h - not found
> -- Looking for winsock.h
> -- Looking for winsock.h - not found
> -- Looking for sys/socket.h
> -- Looking for sys/socket.h - found
> -- Looking for dirent.h
> -- Looking for dirent.h - found
> -- USE_LRINT is enabled
> -- Found FLEX: /usr/bin/flex (found version "2.5.35")
> -- Found BISON: /usr/bin/bison (found version "2.3")
> -- Looking for pthread_spin_lock
> -- Looking for pthread_spin_lock - not found
> -- Looking for pthread_barrier_init
> -- Looking for pthread_barrier_init - not found
> -- OPENMP_FOUND="FALSE", so disabling USE_OPEN_MP
> -- PTHREAD_BARRIER_INIT_EXISTS="", so disabling USE_OPEN_MP
> -- USE_OPEN_MP is disabled
> -- Not building with score parser
> -- Not building with new parser debugging
> -- Building with multicore
> -- USE_GETTEXT is disabled
> -- Not using localization
> -- Building on OSX
> -- Boost version: 1.53.0
> -- Looking for ladspa.h
> -- Looking for ladspa.h - not found
> -- Looking for fluidsynth.h
> -- Looking for fluidsynth.h - not found
> -- Looking for jack/jack.h
> -- Looking for jack/jack.h - found
> -- Looking for C++ include gmm/gmm.h
> -- Looking for C++ include gmm/gmm.h - not found
> -- Looking for lo/lo.h
> -- Looking for lo/lo.h - found
> -- Found ZLIB: /usr/lib/libz.dylib (found version "1.2.5")
> -- Found PNG: /usr/local/opt/libpng/lib/libpng.dylib (found version
> "1.5.14")
> -- Found PythonLibs: /usr/lib/libpython2.7.dylib (found version "2.7.1")
> -- Could NOT find Lua51 (missing:  LUA_LIBRARIES LUA_INCLUDE_DIR)
> -- Looking for wiiuse.h
> -- Looking for wiiuse.h - not found
> -- Looking for p5glove.h
> -- Looking for p5glove.h - not found
> -- BUILD_CHUA_OPCODES is enabled
> -- LADSPA_H="", so disabling BUILD_DSSI_OPCODES
> -- BUILD_DSSI_OPCODES is disabled
> -- FLUIDSYNTH_H="", so disabling BUILD_FLUID_OPCODES
> -- FLUIDSYNTH_LIBRARY="FLUIDSYNTH_LIBRARY-NOTFOUND", so disabling
> BUILD_FLUID_OPCODES
> -- BUILD_FLUID_OPCODES is disabled
> -- BUILD_JACK_OPCODES is enabled
> -- GMM_HEADER="", so disabling BUILD_LINEAR_ALGEBRA_OPCODES
> -- BUILD_LINEAR_ALGEBRA_OPCODES is disabled
> -- BUILD_OSC_OPCODES is enabled
> -- BUILD_IMAGE_OPCODES is enabled
> -- BUILD_PYTHON_OPCODES is enabled
> -- LUA51_FOUND="FALSE", so disabling BUILD_LUA_OPCODES
> -- OPENMP_FOUND="FALSE", so disabling BUILD_LUA_OPCODES
> -- BUILD_LUA_OPCODES is disabled
> -- WIIUSE_H="", so disabling BUILD_WIIMOTE_OPCODES
> -- BUILD_WIIMOTE_OPCODES is disabled
> -- P5GLOVE_H="", so disabling BUILD_P5GLOVE_OPCODES
> -- BUILD_P5GLOVE_OPCODES is disabled
> -- BUILD_STK_OPCODES is enabled
> --
> -- ## REALTIME AUDIO AND MIDI ##
> -- Looking for alsa/asoundlib.h
> -- Looking for alsa/asoundlib.h - not found
> -- Looking for pulse/simple.h
> -- Looking for pulse/simple.h - not found
> -- Looking for XOpenDisplay in
> /usr/X11/lib/libX11.dylib;/usr/X11/lib/libXext.dylib
> -- Looking for XOpenDisplay in
> /usr/X11/lib/libX11.dylib;/usr/X11/lib/libXext.dylib - found
> -- Looking for gethostbyname
> -- Looking for gethostbyname - found
> -- Looking for connect
> -- Looking for connect - found
> -- Looking for remove
> -- Looking for remove - found
> -- Looking for shmat
> -- Looking for shmat - found
> -- Looking for IceConnectionNumber in ICE
> -- Looking for IceConnectionNumber in ICE - found
> -- Found X11: /usr/X11/lib/libX11.dylib
> -- Found FLTK:
> /usr/local/lib/libfltk_images.a;/usr/local/lib/libfltk_forms.a;/usr/local/lib/libfltk.a
> -- USE_COREMIDI is enabled
> -- USE_AUDIOUNIT is enabled
> -- ALSA_HEADER="", so disabling USE_ALSA
> -- ALSA_LIBRARY="ALSA_LIBRARY-NOTFOUND", so disabling USE_ALSA
> -- USE_ALSA is disabled
> -- PULSEAUDIO_HEADER="", so disabling USE_PULSEAUDIO
> -- PULSEAUDIO_LIBRARY="PULSEAUDIO_LIBRARY-NOTFOUND", so disabling
> USE_PULSEAUDIO
> -- PULSESIMPLE_LIBRARY="PULSESIMPLE_LIBRARY-NOTFOUND", so disabling
> USE_PULSEAUDIO
> -- USE_PULSEAUDIO is disabled
> -- PORTAUDIO_HEADER="", so disabling USE_PORTAUDIO
> -- USE_PORTAUDIO is disabled
> -- PORTMIDI_HEADER="", so disabling USE_PORTMIDI
> -- USE_PORTMIDI is disabled
> -- USE_JACK is enabled
> -- USE_FLTK is enabled
> -- BUILD_VIRTUAL_KEYBOARD is enabled
> --
> -- Building C++ interface library
> -- Found SWIG: /usr/local/bin/swig (found suitable version "2.0.9", minimum
> required is "2.0")
> -- Found JNI: -framework JavaVM
> -- Found Java: /usr/bin/java (found version "1.6.0.43")
> -- Could NOT find Lua51 (missing:  LUA_LIBRARIES LUA_INCLUDE_DIR)
> -- BUILD_PYTHON_INTERFACE is enabled
> -- BUILD_JAVA_INTERFACE is enabled
> -- LUA51_FOUND="FALSE", so disabling BUILD_LUA_INTERFACE
> -- BUILD_LUA_INTERFACE is disabled
> -- Looking for m_pd.h
> -- Looking for m_pd.h - not found
> -- Building csLadspa
> -- BUILD_CSBEATS is enabled
> -- PD_HEADER="", so disabling BUILD_PD_CLASS
> -- BUILD_PD_CLASS is disabled
> -- BUILD_WINSOUND is disabled
> -- Boost version: 1.53.0
> -- Found SWIG: /usr/local/bin/swig (found version "2.0.9")
> -- Could NOT find Lua51 (missing:  LUA_LIBRARIES LUA_INCLUDE_DIR)
> -- BUILD_CSOUND_AC is disabled
> -- BUILD_CSOUND_AC_PYTHON_INTERFACE is enabled
> -- LUA51_FOUND="FALSE", so disabling BUILD_CSOUND_AC_LUA_INTERFACE
> -- BUILD_CSOUND_AC_LUA_INTERFACE is disabled
> -- Configuring done
> -- Generating done
> -- Build files have been written to: /tmp/csound-gJSQ
> ==> make install
> make install
> Scanning dependencies of target ampmidid
> Scanning dependencies of target cellular
> Scanning dependencies of target chua
> [  0%] [  1%] [  1%] Generating csound_prelex.c
> Building CXX object Opcodes/CMakeFiles/ampmidid.dir/ampmidid.cpp.o
> Building C object Opcodes/CMakeFiles/cellular.dir/cellular.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [  1%] Generating csound_orclex.c
> [  1%] Generating csound_orcparse.c
> /tmp/csound-gJSQ/Engine/csound_orc.y: conflicts: 4 shift/reduce, 10
> reduce/reduce
> Linking C shared library ../libcellular.dylib
> [  2%] Linking CXX shared library ../libampmidid.dylib
> Building CXX object Opcodes/CMakeFiles/chua.dir/chua/ChuaOscillator.cpp.o
> [  2%] Built target cellular
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> Scanning dependencies of target control
> [  2%] Building C object Opcodes/CMakeFiles/control.dir/control.c.o
> Scanning dependencies of target CsoundLib64
> [  2%] Built target ampmidid
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> Scanning dependencies of target cs_date
> [  3%] Building C object Opcodes/CMakeFiles/cs_date.dir/date.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> Linking C shared library ../libcontrol.dylib
> Linking C shared library ../libcs_date.dylib
> [  3%] Built target control
> [  3%] Built target cs_date
> Scanning dependencies of target doppler
> Scanning dependencies of target fareygen
> [  3%] Building CXX object Opcodes/CMakeFiles/doppler.dir/doppler.cpp.o
> [  3%] Building C object Opcodes/CMakeFiles/fareygen.dir/fareygen.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [  4%] Building C object CMakeFiles/CsoundLib64.dir/Engine/auxfd.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> Linking C shared library ../libfareygen.dylib
> [  4%] Built target fareygen
> Scanning dependencies of target fractalnoise
> [  4%] Building C object CMakeFiles/CsoundLib64.dir/Engine/cfgvar.c.o
> [  4%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> Building CXX object
> Opcodes/CMakeFiles/fractalnoise.dir/tl/fractalnoise.cpp.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [  4%] Building C object CMakeFiles/CsoundLib64.dir/Engine/corfiles.c.o
> Linking CXX shared library ../libfractalnoise.dylib
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [  4%] Built target fractalnoise
> Scanning dependencies of target image
> Linking CXX shared library ../libdoppler.dylib
> [  5%] [  6%] Building C object
> Opcodes/CMakeFiles/image.dir/imageOpcodes.c.o
> Building C object CMakeFiles/CsoundLib64.dir/Engine/entry1.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [  6%] Built target doppler
> [  6%] Building C object CMakeFiles/CsoundLib64.dir/Engine/envvar.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> Linking C shared library ../libimage.dylib
> [  6%] Building C object CMakeFiles/CsoundLib64.dir/Engine/extract.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [  6%] Built target image
> [  7%] Building C object CMakeFiles/CsoundLib64.dir/Engine/fgens.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [  7%] Building C object CMakeFiles/CsoundLib64.dir/Engine/insert.c.o
> [  7%] Building C object CMakeFiles/CsoundLib64.dir/Engine/linevent.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [  8%] Building C object CMakeFiles/CsoundLib64.dir/Engine/memalloc.c.o
> Linking CXX shared library ../libchua.dylib
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [  8%] Built target chua
> Scanning dependencies of target jackTransport
> [  8%] Building C object CMakeFiles/CsoundLib64.dir/Engine/memfiles.c.o
> [  8%] Building C object
> Opcodes/CMakeFiles/jackTransport.dir/jackTransport.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> Linking C shared library ../libjackTransport.dylib
> [  8%] Built target jackTransport
> Scanning dependencies of target jacko
> Scanning dependencies of target mixer
> [  9%] [  8%] [ 10%] Building C object
> CMakeFiles/CsoundLib64.dir/Engine/musmon.c.o
> Building CXX object Opcodes/CMakeFiles/jacko.dir/jacko.cpp.o
> Building CXX object Opcodes/CMakeFiles/mixer.dir/mixer.cpp.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [ 10%] Building C object CMakeFiles/CsoundLib64.dir/Engine/namedins.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> Scanning dependencies of target osc
> [ 10%] Building C object Opcodes/CMakeFiles/osc.dir/OSC.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [ 11%] Building C object CMakeFiles/CsoundLib64.dir/Engine/rdscor.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [ 11%] Linking C shared library ../libosc.dylib
> Building C object CMakeFiles/CsoundLib64.dir/Engine/scsort.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [ 11%] Built target osc
> Linking CXX shared library ../libjacko.dylib
> Scanning dependencies of target platerev
> [ 11%] [ 12%] Building C object
> CMakeFiles/CsoundLib64.dir/Engine/scxtract.c.o
> Building C object Opcodes/CMakeFiles/platerev.dir/platerev.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [ 12%] Built target jacko
> Linking CXX shared library ../libmixer.dylib
> Scanning dependencies of target py
> [ 13%] [ 13%] Building C object CMakeFiles/CsoundLib64.dir/Engine/sort.c.o
> Building C object Opcodes/CMakeFiles/py.dir/py/pythonopcodes.c.o
> [ 13%] Built target mixer
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> Scanning dependencies of target scansyn
> Linking C shared library ../libplaterev.dylib
> [ 13%] Building C object Opcodes/CMakeFiles/scansyn.dir/scansyn.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [ 13%] Built target platerev
> Scanning dependencies of target serial
> [ 14%] Building C object Opcodes/CMakeFiles/serial.dir/serial.c.o
> [ 14%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> Building C object CMakeFiles/CsoundLib64.dir/Engine/sread.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [ 15%] Linking C shared library ../libserial.dylib
> Building C object Opcodes/CMakeFiles/scansyn.dir/scansynx.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [ 15%] Built target serial
> [ 15%] Building C object CMakeFiles/CsoundLib64.dir/Engine/swritestr.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> Linking C shared library ../libscansyn.dylib
> Linking C shared library ../libpy.dylib
> [ 15%] Built target scansyn
> [ 16%] Scanning dependencies of target signalflowgraph
> Building C object CMakeFiles/CsoundLib64.dir/Engine/twarp.c.o
> [ 16%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> Building CXX object
> Opcodes/CMakeFiles/signalflowgraph.dir/signalflowgraph.cpp.o
> [ 16%] Built target py
> Scanning dependencies of target system_call
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [ 16%] Building C object Opcodes/CMakeFiles/system_call.dir/system_call.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [ 16%] Scanning dependencies of target stk-ops
> Building C object CMakeFiles/CsoundLib64.dir/Engine/csound_type_system.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [ 17%] Building CXX object
> Opcodes/stk/CMakeFiles/stk-ops.dir/stkOpcodes.cpp.o
> Linking C shared library ../libsystem_call.dylib
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [ 17%] Built target system_call
> [ 17%] Scanning dependencies of target cmidi
> Building C object
> CMakeFiles/CsoundLib64.dir/Engine/csound_standard_types.c.o
> [ 17%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> Building C object InOut/CMakeFiles/cmidi.dir/cmidi.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [ 18%] Building C object
> CMakeFiles/CsoundLib64.dir/Engine/csound_data_structures.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> Linking C shared library ../libcmidi.dylib
> [ 18%] [ 18%] Built target cmidi
> Building C object CMakeFiles/CsoundLib64.dir/Engine/pools.c.o
> Scanning dependencies of target ipmidi
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [ 18%] Building C object InOut/CMakeFiles/ipmidi.dir/ipmidi.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [ 18%] Building C object CMakeFiles/CsoundLib64.dir/InOut/libsnd.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> Linking C shared library ../libipmidi.dylib
> [ 18%] Built target ipmidi
> [ 18%] Building C object CMakeFiles/CsoundLib64.dir/InOut/libsnd_u.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> Scanning dependencies of target rtauhal
> [ 19%] Building C object CMakeFiles/CsoundLib64.dir/InOut/midifile.c.o
> [ 19%] Building C object InOut/CMakeFiles/rtauhal.dir/rtauhal.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [ 19%] Building C object CMakeFiles/CsoundLib64.dir/InOut/midirecv.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> Linking C shared library ../librtauhal.dylib
> [ 19%] Built target rtauhal
> [ 19%] Building C object CMakeFiles/CsoundLib64.dir/InOut/midisend.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> Scanning dependencies of target rtjack
> [ 20%] [ 21%] Building C object InOut/CMakeFiles/rtjack.dir/rtjack.c.o
> Building C object CMakeFiles/CsoundLib64.dir/InOut/winascii.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> Linking CXX shared library ../../libstk.dylib
> [ 21%] Building C object CMakeFiles/CsoundLib64.dir/InOut/windin.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [ 21%] Built target stk-ops
> Scanning dependencies of target virtual
> [ 21%] Building C object CMakeFiles/CsoundLib64.dir/InOut/window.c.o
> [ 21%] Building CXX object
> InOut/CMakeFiles/virtual.dir/virtual_keyboard/FLTKKeyboard.cpp.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> Linking C shared library ../librtjack.dylib
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [ 21%] Built target rtjack
> [ 22%] Building C object CMakeFiles/CsoundLib64.dir/InOut/winEPS.c.o
> [ 22%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> Building C object CMakeFiles/CsoundLib64.dir/InOut/circularbuffer.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [ 22%] [ 22%] Building CXX object
> InOut/CMakeFiles/virtual.dir/virtual_keyboard/FLTKKeyboardWindow.cpp.o
> Building C object CMakeFiles/CsoundLib64.dir/OOps/aops.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> Scanning dependencies of target widgets
> [ 22%] [ 23%] Building CXX object
> InOut/CMakeFiles/widgets.dir/FL_graph.cpp.o
> Building CXX object
> InOut/CMakeFiles/virtual.dir/virtual_keyboard/FLTKKeyboardWidget.cpp.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [ 23%] Building C object InOut/CMakeFiles/widgets.dir/winFLTK.c.o
> [ 23%] Building CXX object
> InOut/CMakeFiles/virtual.dir/virtual_keyboard/virtual_keyboard.cpp.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> Linking CXX shared library ../libsignalflowgraph.dylib
> [ 24%] Building CXX object InOut/CMakeFiles/widgets.dir/widgets.cpp.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [ 24%] Built target signalflowgraph
> [ 24%] [FLEX][csbeats_SCANNER] Building scanner with flex 2.5.35
> [ 24%] [BISON][csbeats_PARSER] Building parser with bison 2.3
> beats/beats.y: conflicts: 1 reduce/reduce
> Scanning dependencies of target csbeats
> [ 25%] Building C object frontends/CMakeFiles/csbeats.dir/beats/main.c.o
> [ 26%] Building C object CMakeFiles/CsoundLib64.dir/OOps/bus.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [ 26%] Building CXX object
> InOut/CMakeFiles/virtual.dir/virtual_keyboard/Bank.cpp.o
> [ 26%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> Building C object frontends/CMakeFiles/csbeats.dir/beatslex.yy.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [ 27%] Building CXX object
> InOut/CMakeFiles/virtual.dir/virtual_keyboard/KeyboardMapping.cpp.o
> [ 27%] Building C object frontends/CMakeFiles/csbeats.dir/beats.tab.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [ 27%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> Building C object CMakeFiles/CsoundLib64.dir/OOps/cmath.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> Linking C executable ../csbeats
> [ 27%] Built target csbeats
> [ 27%] Scanning dependencies of target stdutil
> Building CXX object
> InOut/CMakeFiles/virtual.dir/virtual_keyboard/Program.cpp.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [ 28%] Building C object util/CMakeFiles/stdutil.dir/atsa.c.o
> [ 28%] Building CXX object
> InOut/CMakeFiles/virtual.dir/virtual_keyboard/SliderBank.cpp.o
> [ 28%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> Building C object CMakeFiles/CsoundLib64.dir/OOps/diskin.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [ 28%] Building C object CMakeFiles/CsoundLib64.dir/OOps/diskin2.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [ 29%] Building CXX object
> InOut/CMakeFiles/virtual.dir/virtual_keyboard/SliderData.cpp.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> Linking CXX shared library ../libvirtual.dylib
> [ 29%] Built target virtual
> [ 30%] Scanning dependencies of target sdif2ad
> Building C object CMakeFiles/CsoundLib64.dir/OOps/disprep.c.o
> [ 31%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> Building C object SDIF/CMakeFiles/sdif2ad.dir/sdif2adsyn.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [ 31%] Building C object SDIF/CMakeFiles/sdif2ad.dir/sdif.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [ 31%] [ 31%] Building C object util/CMakeFiles/stdutil.dir/cvanal.c.o
> Building C object CMakeFiles/CsoundLib64.dir/OOps/dumpf.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [ 31%] Building C object SDIF/CMakeFiles/sdif2ad.dir/sdif-mem.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [ 31%] Building C object util/CMakeFiles/stdutil.dir/dnoise.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> Linking C executable ../sdif2ad
> [ 31%] Building C object CMakeFiles/CsoundLib64.dir/OOps/fftlib.c.o
> [ 31%] Built target sdif2ad
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [ 32%] Building C object util/CMakeFiles/stdutil.dir/envext.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [ 32%] Building C object util/CMakeFiles/stdutil.dir/het_export.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [ 32%] Building C object util/CMakeFiles/stdutil.dir/het_import.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [ 33%] Building C object util/CMakeFiles/stdutil.dir/hetro.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [ 33%] Building C object util/CMakeFiles/stdutil.dir/lpanal.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [ 34%] Building C object CMakeFiles/CsoundLib64.dir/OOps/goto_ops.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> Linking CXX shared library ../libwidgets.dylib
> [ 34%] [ 34%] Building C object util/CMakeFiles/stdutil.dir/lpc_export.c.o
> Building C object CMakeFiles/CsoundLib64.dir/OOps/midiinterop.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [ 34%] Built target widgets
> [ 34%] Building C object CMakeFiles/CsoundLib64.dir/OOps/midiops.c.o
> [ 35%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> Building C object util/CMakeFiles/stdutil.dir/lpc_import.c.o
> [ 36%] [ 36%] Building C object CMakeFiles/CsoundLib64.dir/OOps/midiout.c.o
> Building C object util/CMakeFiles/stdutil.dir/mixer.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [ 36%] Building C object util/CMakeFiles/stdutil.dir/pvanal.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [ 36%] [ 36%] Building C object CMakeFiles/CsoundLib64.dir/OOps/mxfft.c.o
> Building C object CMakeFiles/CsoundLib64.dir/OOps/oscils.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [ 36%] Building C object util/CMakeFiles/stdutil.dir/pv_export.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [ 37%] [ 38%] Building C object CMakeFiles/CsoundLib64.dir/OOps/pstream.c.o
> Building C object util/CMakeFiles/stdutil.dir/pv_import.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [ 38%] Building C object util/CMakeFiles/stdutil.dir/pvlook.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [ 38%] Building C object util/CMakeFiles/stdutil.dir/scale.c.o
> [ 38%] Building C object CMakeFiles/CsoundLib64.dir/OOps/pvfileio.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [ 38%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> Building C object CMakeFiles/CsoundLib64.dir/OOps/pvsanal.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [ 38%] Building C object CMakeFiles/CsoundLib64.dir/OOps/random.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [ 39%] Building C object util/CMakeFiles/stdutil.dir/sndinfo.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [ 40%] [ 40%] Building C object CMakeFiles/CsoundLib64.dir/OOps/remote.c.o
> Building C object CMakeFiles/CsoundLib64.dir/OOps/schedule.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [ 40%] Building C object util/CMakeFiles/stdutil.dir/srconv.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [ 40%] Building C object CMakeFiles/CsoundLib64.dir/OOps/sndinfUG.c.o
> [ 41%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> Building C object CMakeFiles/CsoundLib64.dir/OOps/str_ops.c.o
> [ 41%] Building C object CMakeFiles/CsoundLib64.dir/OOps/ugens1.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [ 41%] [ 42%] Building C object util/CMakeFiles/stdutil.dir/std_util.c.o
> Building C object util/CMakeFiles/stdutil.dir/xtrct.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [ 42%] Building C object util/CMakeFiles/stdutil.dir/scope.c.o
> [ 42%] Building C object CMakeFiles/CsoundLib64.dir/OOps/ugens2.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [ 42%] Building C object util/CMakeFiles/stdutil.dir/__/SDIF/sdif.c.o
> [ 43%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> Building C object CMakeFiles/CsoundLib64.dir/OOps/ugens2a.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [ 43%] Linking C shared library ../libstdutil.dylib
> Building C object CMakeFiles/CsoundLib64.dir/OOps/ugens3.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [ 43%] [ 44%] [ 44%] Building C object
> CMakeFiles/CsoundLib64.dir/OOps/ugens4.c.o
> Building C object CMakeFiles/CsoundLib64.dir/OOps/ugens5.c.o
> Built target stdutil
> [ 44%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> Building C object CMakeFiles/CsoundLib64.dir/OOps/ugens6.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [ 44%] [ 44%] Building C object CMakeFiles/CsoundLib64.dir/OOps/ugtabs.c.o
> Building C object CMakeFiles/CsoundLib64.dir/OOps/ugrw1.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [ 45%] [ 45%] Building C object CMakeFiles/CsoundLib64.dir/OOps/ugrw2.c.o
> Building C object CMakeFiles/CsoundLib64.dir/OOps/vdelay.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [ 45%] Building C object CMakeFiles/CsoundLib64.dir/OOps/compile_ops.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [ 46%] [ 46%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/babo.c.o
> Building C object CMakeFiles/CsoundLib64.dir/Opcodes/bilbar.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [ 46%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/compress.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [ 47%] [ 47%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/eqfil.c.o
> Building C object CMakeFiles/CsoundLib64.dir/Opcodes/Vosim.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [ 47%] [ 48%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pitch.c.o
> Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pitch0.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [ 48%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/spectra.c.o
> [ 48%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ambicode1.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [ 48%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/sfont.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [ 49%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/grain4.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [ 49%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/hrtferX.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [ 49%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/loscilx.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [ 50%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/minmax.c.o
> [ 50%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pan2.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [ 50%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/arrays.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [ 51%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/phisem.c.o
> [ 51%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/hrtfopcodes.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [ 51%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/stackops.c.o
> [ 52%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/vbap.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [ 52%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/vbap1.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [ 52%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/vbap_n.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [ 52%] [ 53%] Building C object
> CMakeFiles/CsoundLib64.dir/Opcodes/vbap_zak.c.o
> Building C object CMakeFiles/CsoundLib64.dir/Opcodes/vaops.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [ 53%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ugakbari.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [ 53%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/harmon.c.o
> [ 54%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pitchtrack.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [ 54%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/partikkel.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [ 54%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/shape.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [ 55%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/tabsum.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [ 55%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/crossfm.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [ 55%] [ 56%] Building C object
> CMakeFiles/CsoundLib64.dir/Opcodes/pvlock.c.o
> Building C object CMakeFiles/CsoundLib64.dir/Opcodes/fareyseq.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [ 56%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/modmatrix.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [ 56%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/scoreline.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [ 56%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/modal4.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [ 57%] [ 57%] Building C object
> CMakeFiles/CsoundLib64.dir/Opcodes/physutil.c.o
> [ 57%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/physmod.c.o
> Building C object CMakeFiles/CsoundLib64.dir/Opcodes/mandolin.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [ 58%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/singwave.c.o
> [ 58%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> Building C object CMakeFiles/CsoundLib64.dir/Opcodes/fm4op.c.o
> [ 58%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> Building C object CMakeFiles/CsoundLib64.dir/Opcodes/moog1.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [ 59%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/shaker.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [ 59%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/bowedbar.c.o
> [ 59%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> Building C object CMakeFiles/CsoundLib64.dir/Opcodes/gab/tabmorph.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [ 60%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/gab/hvs.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [ 60%] Building C object
> CMakeFiles/CsoundLib64.dir/Opcodes/gab/sliderTable.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [ 60%] Building C object
> CMakeFiles/CsoundLib64.dir/Opcodes/gab/newgabopc.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ[ 60%]
> Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ftest.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [ 61%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/hrtfearly.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [ 61%] [ 61%] Building C object
> CMakeFiles/CsoundLib64.dir/Opcodes/hrtfreverb.c.o
> Building C object CMakeFiles/CsoundLib64.dir/Opcodes/cpumeter.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [ 62%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/gendy.c.o
> [ 62%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> Building C object CMakeFiles/CsoundLib64.dir/Opcodes/tl/sc_noise.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [ 62%] Building C object CMakeFiles/CsoundLib64.dir/Top/argdecode.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [ 63%] Building C object CMakeFiles/CsoundLib64.dir/Top/cscore_internal.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [ 63%] [ 63%] Building C object CMakeFiles/CsoundLib64.dir/Top/cscorfns.c.o
> Building C object CMakeFiles/CsoundLib64.dir/Top/csmodule.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [ 64%] Building C object CMakeFiles/CsoundLib64.dir/Top/csound.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [ 64%] Building C object CMakeFiles/CsoundLib64.dir/Top/getstring.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [ 64%] [ 64%] Building C object CMakeFiles/CsoundLib64.dir/Top/main.c.o
> Building C object CMakeFiles/CsoundLib64.dir/Top/new_opts.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [ 65%] Building C object CMakeFiles/CsoundLib64.dir/Top/one_file.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [ 65%] Building C object CMakeFiles/CsoundLib64.dir/Top/opcode.c.o
> [ 65%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> Building C object CMakeFiles/CsoundLib64.dir/Top/threads.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [ 66%] Building C object CMakeFiles/CsoundLib64.dir/Top/utility.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [ 66%] [ 66%] Building C object
> CMakeFiles/CsoundLib64.dir/Top/threadsafe.c.o
> [ 67%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ambicode.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> Building C object CMakeFiles/CsoundLib64.dir/Opcodes/bbcut.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [ 67%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/biquad.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [ 67%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/butter.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [ 68%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/clfilt.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [ 68%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/cross2.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [ 68%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/dam.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [ 68%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/dcblockr.c.o
> [ 69%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> Building C object CMakeFiles/CsoundLib64.dir/Opcodes/filter.c.o
> [ 69%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> Building C object CMakeFiles/CsoundLib64.dir/Opcodes/flanger.c.o
> [ 69%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/follow.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [ 70%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/fout.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [ 70%] [ 70%] Building C object
> CMakeFiles/CsoundLib64.dir/Opcodes/freeverb.c.o
> Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ftconv.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [ 71%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ftgen.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [ 71%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/gab/gab.c.o
> [ 71%] Building C object
> CMakeFiles/CsoundLib64.dir/Opcodes/gab/vectorial.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [ 72%] [ 72%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/grain.c.o
> Building C object CMakeFiles/CsoundLib64.dir/Opcodes/locsig.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [ 72%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/lowpassr.c.o
> [ 72%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/metro.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [ 73%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> Building C object CMakeFiles/CsoundLib64.dir/Opcodes/midiops2.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [ 73%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/midiops3.c.o
> [ 73%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/newfils.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [ 74%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/nlfilt.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [ 74%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/oscbnk.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [ 74%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pluck.c.o
> [ 75%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> Building C object CMakeFiles/CsoundLib64.dir/Opcodes/repluck.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [ 75%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/reverbsc.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [ 75%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/seqtime.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [ 76%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/sndloop.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [ 76%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/sndwarp.c.o
> [ 76%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> Building C object CMakeFiles/CsoundLib64.dir/Opcodes/space.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [ 76%] [ 77%] Building C object
> CMakeFiles/CsoundLib64.dir/Opcodes/syncgrain.c.o
> Building C object CMakeFiles/CsoundLib64.dir/Opcodes/spat3d.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [ 77%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ugens7.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [ 77%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ugens9.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [ 78%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ugensa.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [ 78%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/uggab.c.o
> [ 78%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ugmoss.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [ 79%] [ 79%] Building C object
> CMakeFiles/CsoundLib64.dir/Opcodes/ugnorman.c.o
> Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ugsc.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [ 79%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/wave-terrain.c.o
> [ 80%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> Building C object CMakeFiles/CsoundLib64.dir/Opcodes/stdopcod.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [ 80%] [ 80%] Building C object
> CMakeFiles/CsoundLib64.dir/Opcodes/socksend.c.o
> Building C object CMakeFiles/CsoundLib64.dir/Opcodes/sockrecv.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [ 80%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ifd.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [ 81%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/partials.c.o
> [ 81%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [ 81%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/psynth.c.o
> Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pvsbasic.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [ 82%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pvscent.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [ 82%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pvsdemix.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [ 82%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pvs_ops.c.o
> [ 83%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pvsband.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [ 83%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pvsbuffer.c.o
> [ 83%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pvsgendy.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [ 84%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/dsputil.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [ 84%] [ 84%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pvadd.c.o
> Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pvinterp.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [ 84%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pvocext.c.o
> [ 85%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pvread.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [ 85%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [ 85%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ugens8.c.o
> Building C object CMakeFiles/CsoundLib64.dir/Opcodes/vpvoc.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [ 86%] [ 86%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pvoc.c.o
> Building C object CMakeFiles/CsoundLib64.dir/Opcodes/mp3in.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [ 86%] Building C object
> CMakeFiles/CsoundLib64.dir/InOut/libmpadec/layer1.c.o
> [ 87%] Building C object
> CMakeFiles/CsoundLib64.dir/InOut/libmpadec/layer2.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [ 87%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> Building C object CMakeFiles/CsoundLib64.dir/InOut/libmpadec/layer3.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [ 87%] Building C object
> CMakeFiles/CsoundLib64.dir/InOut/libmpadec/synth.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [ 88%] Building C object
> CMakeFiles/CsoundLib64.dir/InOut/libmpadec/tables.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [ 88%] Building C object
> CMakeFiles/CsoundLib64.dir/InOut/libmpadec/mpadec.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [ 88%] [ 88%] Building C object
> CMakeFiles/CsoundLib64.dir/InOut/libmpadec/mp3dec.c.o
> Building C object CMakeFiles/CsoundLib64.dir/csound_orclex.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [ 89%] [ 89%] Building C object CMakeFiles/CsoundLib64.dir/csound_prelex.c.o
> Building C object CMakeFiles/CsoundLib64.dir/csound_orcparse.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [ 89%] Building C object
> CMakeFiles/CsoundLib64.dir/Engine/csound_orc_semantics.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [ 90%] Building C object
> CMakeFiles/CsoundLib64.dir/Engine/csound_orc_expressions.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [ 90%] Building C object
> CMakeFiles/CsoundLib64.dir/Engine/csound_orc_optimize.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [ 90%] [ 91%] Building C object
> CMakeFiles/CsoundLib64.dir/Engine/csound_orc_compile.c.o
> Building C object CMakeFiles/CsoundLib64.dir/Engine/new_orc_parser.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [ 91%] Building C object CMakeFiles/CsoundLib64.dir/Engine/symbtab.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [ 91%] [ 92%] Building C object
> CMakeFiles/CsoundLib64.dir/Engine/cs_new_dispatch.c.o
> Building C object CMakeFiles/CsoundLib64.dir/Engine/cs_par_base.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [ 92%] Building C object
> CMakeFiles/CsoundLib64.dir/Engine/cs_par_orc_semantic_analysis.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [ 92%] Copying OS X content
> CsoundLib64.framework/Versions/6.0/Headers/CppSound.hpp
> Building C object CMakeFiles/CsoundLib64.dir/Engine/cs_par_dispatch.c.o
> Copying OS X content
> CsoundLib64.framework/Versions/6.0/Headers/CsoundFile.hpp
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> Copying OS X content
> CsoundLib64.framework/Versions/6.0/Headers/OpcodeBase.hpp
> Copying OS X content
> CsoundLib64.framework/Versions/6.0/Headers/csPerfThread.hpp
> Copying OS X content CsoundLib64.framework/Versions/6.0/Headers/cfgvar.h
> Copying OS X content CsoundLib64.framework/Versions/6.0/Headers/cscore.h
> Copying OS X content CsoundLib64.framework/Versions/6.0/Headers/csdl.h
> Copying OS X content CsoundLib64.framework/Versions/6.0/Headers/csound.h
> Copying OS X content CsoundLib64.framework/Versions/6.0/Headers/csound.hpp
> Copying OS X content CsoundLib64.framework/Versions/6.0/Headers/csoundCore.h
> Copying OS X content
> CsoundLib64.framework/Versions/6.0/Headers/csound_data_structures.h
> Copying OS X content
> CsoundLib64.framework/Versions/6.0/Headers/csound_standard_types.h
> Copying OS X content
> CsoundLib64.framework/Versions/6.0/Headers/csound_type_system.h
> Copying OS X content CsoundLib64.framework/Versions/6.0/Headers/cwindow.h
> Copying OS X content
> CsoundLib64.framework/Versions/6.0/Headers/filebuilding.h
> Copying OS X content
> CsoundLib64.framework/Versions/6.0/Headers/float-version-double.h
> Copying OS X content CsoundLib64.framework/Versions/6.0/Headers/interlocks.h
> Copying OS X content
> CsoundLib64.framework/Versions/6.0/Headers/float-version.h
> Copying OS X content CsoundLib64.framework/Versions/6.0/Headers/msg_attr.h
> Copying OS X content CsoundLib64.framework/Versions/6.0/Headers/pvfileio.h
> Copying OS X content CsoundLib64.framework/Versions/6.0/Headers/pstream.h
> Copying OS X content CsoundLib64.framework/Versions/6.0/Headers/soundio.h
> Copying OS X content CsoundLib64.framework/Versions/6.0/Headers/sysdep.h
> Copying OS X content CsoundLib64.framework/Versions/6.0/Headers/text.h
> Copying OS X content CsoundLib64.framework/Versions/6.0/Headers/version.h
> Linking C shared library CsoundLib64.framework/Versions/6.0/CsoundLib64
> [ 92%] Built target CsoundLib64
> Scanning dependencies of target libcsnd
> Scanning dependencies of target atsa
> Scanning dependencies of target csound-bin
> Scanning dependencies of target csladspa
> [ 92%] [ 92%] [ 93%] [ 93%] Building C object
> frontends/CMakeFiles/csound-bin.dir/csound/csound_main.c.o
> Building CXX object
> frontends/CMakeFiles/csladspa.dir/csladspa/csladspa.cpp.o
> Building C object util/CMakeFiles/atsa.dir/atsa_main.c.o
> Building CXX object interfaces/CMakeFiles/libcsnd.dir/CppSound.cpp.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> Linking C executable ../atsa
> Linking C executable ../csound
> [ 93%] Built target atsa
> [ 93%] Built target csound-bin
> Scanning dependencies of target csanalyze
> Scanning dependencies of target cvanal
> [ 93%] Building C object util/CMakeFiles/csanalyze.dir/csanalyze.c.o
> [ 93%] Building C object util/CMakeFiles/cvanal.dir/cvl_main.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> Linking C executable ../csanalyze
> Linking C executable ../cvanal
> [ 93%] Built target csanalyze
> [ 93%] Built target cvanal
> Scanning dependencies of target dnoise
> Scanning dependencies of target envext
> [ 94%] [ 94%] Building C object util/CMakeFiles/dnoise.dir/dnoise_main.c.o
> Building C object util/CMakeFiles/envext.dir/env_main.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> Linking C executable ../envext
> Linking C executable ../dnoise
> [ 94%] Built target dnoise
> [ 94%] Built target envext
> [ 94%] Scanning dependencies of target extractor
> Building CXX object interfaces/CMakeFiles/libcsnd.dir/CsoundFile.cpp.o
> [ 94%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> Building C object util/CMakeFiles/extractor.dir/xtrc_main.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [ 95%] Building CXX object interfaces/CMakeFiles/libcsnd.dir/Soundfile.cpp.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> Linking C executable ../extractor
> [ 95%] Built target extractor
> Linking CXX shared library ../csladspa.dylib
> Scanning dependencies of target het_export
> [ 96%] Building C object util/CMakeFiles/het_export.dir/hetx_main.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [ 96%] Built target csladspa
> Scanning dependencies of target het_import
> [ 96%] Building C object util/CMakeFiles/het_import.dir/heti_main.c.o
> Linking C executable ../het_export
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [ 96%] Built target het_export
> Linking C executable ../het_import
> [ 96%] Building CXX object
> interfaces/CMakeFiles/libcsnd.dir/csPerfThread.cpp.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [ 96%] Built target het_import
> [ 96%] Building CXX object interfaces/CMakeFiles/libcsnd.dir/cs_glue.cpp.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> Scanning dependencies of target hetro
> [ 96%] Building C object util/CMakeFiles/hetro.dir/het_main.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> Linking C executable ../hetro
> [ 96%] Built target hetro
> [ 96%] Building CXX object
> interfaces/CMakeFiles/libcsnd.dir/filebuilding.cpp.o
> Scanning dependencies of target lpanal
> [ 97%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> Building C object util/CMakeFiles/lpanal.dir/lpc_main.c.o
> Scanning dependencies of target lpc_export
> [ 97%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> Building C object util/CMakeFiles/lpc_export.dir/lpcx_main.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> Linking C executable ../lpanal
> Linking C executable ../lpc_export
> [ 97%] Built target lpanal
> Scanning dependencies of target lpc_import
> [ 97%] [ 97%] Built target lpc_export
> Building C object util/CMakeFiles/lpc_import.dir/lpci_main.c.o
> Scanning dependencies of target mixer-bin
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [ 97%] Building C object util/CMakeFiles/mixer-bin.dir/mixer_main.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> Scanning dependencies of target pv_export
> [ 97%] Linking C executable ../lpc_import
> Building C object util/CMakeFiles/pv_export.dir/pvx_main.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> Linking C executable ../mixer
> [ 97%] Built target lpc_import
> Scanning dependencies of target pv_import
> Linking C executable ../pv_export
> [ 97%] [ 97%] Built target mixer-bin
> Building C object util/CMakeFiles/pv_import.dir/pvi_main.c.o
> Scanning dependencies of target pvanal
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [ 98%] Building C object util/CMakeFiles/pvanal.dir/pvc_main.c.o
> Linking CXX shared library ../libcsnd.dylib
> [ 98%] Built target pv_export
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> Scanning dependencies of target pvlook
> Linking C executable ../pv_import
> [ 98%] Building C object util/CMakeFiles/pvlook.dir/pvl_main.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> Linking C executable ../pvanal
> [ 98%] Built target pv_import
> [ 98%] Built target libcsnd
> Scanning dependencies of target scale
> Scanning dependencies of target scope
> Linking C executable ../pvlook
> [ 98%] Building C object util/CMakeFiles/scale.dir/scale_main.c.o
> [ 98%] [ 98%] Built target pvanal
> Building C object util/CMakeFiles/scope.dir/scope_main.c.o
> Scanning dependencies of target sndinfo
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [ 98%] [ 98%] Building C object util/CMakeFiles/sndinfo.dir/sndinfo_main.c.o
> Built target pvlook
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> Scanning dependencies of target srconv
> Linking C executable ../scope
> [ 98%] Linking C executable ../scale
> Building C object util/CMakeFiles/srconv.dir/srconv_main.c.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> Linking C executable ../sndinfo
> [ 98%] Built target scope
> [ 98%] Built target scale
> Scanning dependencies of target extract
> Linking C executable ../srconv
> Scanning dependencies of target scsort
> [ 99%] [ 99%] Building C object
> util1/CMakeFiles/extract.dir/sortex/xmain.c.o
> Building C object util1/CMakeFiles/scsort.dir/sortex/smain.c.o
> [ 99%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> Built target sndinfo
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> [ 99%] Swig source
> [ 99%] Built target srconv
> Language subdirectory: python
> Search paths:
>    ./
>    /usr/local/include/
>    /tmp/csound-gJSQ/./H/
>    /tmp/csound-gJSQ/./include/
>    /tmp/csound-gJSQ/./Engine/
>    /tmp/csound-gJSQ/./
>    /tmp/csound-gJSQ/
>    /tmp/csound-gJSQ/interfaces/
>    /System/Library/Frameworks/Python.framework/Headers/
>    ./swig_lib/python/
>    /usr/local/Cellar/swig/2.0.9/share/swig/2.0.9/python/
>    ./swig_lib/
>    /usr/local/Cellar/swig/2.0.9/share/swig/2.0.9/
> Preprocessing...
> [ 99%] Linking C executable ../extract
> Linking C executable ../scsort
> Swig source
> Language subdirectory: java
> Search paths:
>    ./
>    /usr/local/include/
>    /tmp/csound-gJSQ/./H/
>    /tmp/csound-gJSQ/./include/
>    /tmp/csound-gJSQ/./Engine/
>    /tmp/csound-gJSQ/./
>    /tmp/csound-gJSQ/
>    /tmp/csound-gJSQ/interfaces/
>    /System/Library/Frameworks/Python.framework/Headers/
>    /System/Library/Frameworks/JavaVM.framework/Headers/
>    /System/Library/Frameworks/JavaVM.framework/Headers/
>    /System/Library/Frameworks/JavaVM.framework/Headers/
>    ./swig_lib/java/
>    /usr/local/Cellar/swig/2.0.9/share/swig/2.0.9/java/
>    ./swig_lib/
>    /usr/local/Cellar/swig/2.0.9/share/swig/2.0.9/
> Preprocessing...
> [ 99%] Built target extract
> Starting language-specific parse...
> [ 99%] Built target scsort
> Processing types...
> C++ analysis...
> Generating wrappers...
> Starting language-specific parse...
> /tmp/csound-gJSQ/./include/csound.h:519: Warning 451: Setting a const char *
> variable may leak memory.
> Processing types...
> C++ analysis...
> Generating wrappers...
> /tmp/csound-gJSQ/./include/csound.h:519: Warning 451: Setting a const char *
> variable may leak memory.
> cs_glue.hpp:505: Warning 473: Returning a pointer or reference in a director
> method is not recommended.
> CppSound.hpp:36: Warning 453: Can't apply (std::vector< double > *INPUT). No
> typemaps are defined.
> CppSound.hpp:52: Warning 813: Warning for CppSound proxy: Base CsoundFile
> ignored. Multiple inheritance is not supported in Java.
> Scanning dependencies of target _jcsound6
> [ 99%] Building CXX object
> interfaces/CMakeFiles/_jcsound6.dir/java_interfaceJAVA_wrap.cxx.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> cs_glue.hpp:505: Warning 473: Returning a pointer or reference in a director
> method is not recommended.
> CppSound.hpp:36: Warning 453: Can't apply (std::vector< double > *INPUT). No
> typemaps are defined.
> Scanning dependencies of target _csnd6
> [100%] Building CXX object
> interfaces/CMakeFiles/_csnd6.dir/python_interfacePYTHON_wrap.cxx.o
> brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
> Linking CXX shared module ../lib_jcsound6.jnilib
> Building JAVA package csnd6.jar
> [100%] Built target _jcsound6
> Linking CXX shared module ../_csnd6.so
> [100%] Built target _csnd6
> Install the project...
> -- Install configuration: "None"
> -- Installing:
> /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework
> -- Installing:
> /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/CsoundLib64
> -- Installing:
> /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Headers
> -- Installing:
> /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Resources
> -- Installing:
> /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions
> -- Installing:
> /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0
> -- Installing:
> /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/CsoundLib64
> -- Installing:
> /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers
> -- Installing:
> /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/cfgvar.h
> -- Installing:
> /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/CppSound.hpp
> -- Installing:
> /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/cscore.h
> -- Installing:
> /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/csdl.h
> -- Installing:
> /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/csound.h
> -- Installing:
> /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/csound.hpp
> -- Installing:
> /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/csound_data_structures.h
> -- Installing:
> /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/csound_standard_types.h
> -- Installing:
> /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/csound_type_system.h
> -- Installing:
> /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/csoundCore.h
> -- Installing:
> /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/CsoundFile.hpp
> -- Installing:
> /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/csPerfThread.hpp
> -- Installing:
> /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/cwindow.h
> -- Installing:
> /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/filebuilding.h
> -- Installing:
> /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/float-version-double.h
> -- Installing:
> /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/float-version.h
> -- Installing:
> /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/interlocks.h
> -- Installing:
> /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/msg_attr.h
> -- Installing:
> /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/OpcodeBase.hpp
> -- Installing:
> /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/pstream.h
> -- Installing:
> /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/pvfileio.h
> -- Installing:
> /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/soundio.h
> -- Installing:
> /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/sysdep.h
> -- Installing:
> /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/text.h
> -- Installing:
> /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/version.h
> -- Installing:
> /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources
> -- Installing:
> /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Info.plist
> -- Installing:
> /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/Current
> -- Installing:
> /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libmixer.dylib
> -- Installing:
> /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libsignalflowgraph.dylib
> -- Installing:
> /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libampmidid.dylib
> -- Installing:
> /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libcs_date.dylib
> -- Installing:
> /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libsystem_call.dylib
> -- Installing:
> /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libdoppler.dylib
> -- Installing:
> /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libfractalnoise.dylib
> -- Installing:
> /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libfareygen.dylib
> -- Installing:
> /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libcellular.dylib
> -- Installing:
> /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libserial.dylib
> -- Installing:
> /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libplaterev.dylib
> -- Installing:
> /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libscansyn.dylib
> -- Installing:
> /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libcontrol.dylib
> -- Installing:
> /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libchua.dylib
> -- Installing:
> /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libjacko.dylib
> -- Installing:
> /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libjackTransport.dylib
> -- Installing:
> /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libosc.dylib
> -- Installing:
> /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libimage.dylib
> -- Installing:
> /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libpy.dylib
> -- Installing:
> /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libstk.dylib
> -- Installing:
> /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libcmidi.dylib
> -- Installing:
> /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/librtauhal.dylib
> -- Installing:
> /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libipmidi.dylib
> -- Installing:
> /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/librtjack.dylib
> -- Installing:
> /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libwidgets.dylib
> -- Installing:
> /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libvirtual.dylib
> -- Installing: /usr/local/Cellar/csound/HEAD/lib/libcsnd.6.0.dylib
> -- Installing: /usr/local/Cellar/csound/HEAD/lib/libcsnd.dylib
> -- Installing: /Library/Python/2.7/site-packages/_csnd6.so
> -- Installing: /Library/Python/2.7/site-packages/csnd6.py
> -- Installing: /Library/Java/Extensions/lib_jcsound6.jnilib
> -- Installing: /Library/Java/Extensions/csnd6.jar
> -- Installing: /usr/local/Cellar/csound/HEAD/bin/csound
> -- Installing:
> /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/csladspa.dylib
> -- Installing: /usr/local/Cellar/csound/HEAD/bin/csbeats
> -- Installing:
> /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libstdutil.dylib
> -- Installing: /usr/local/Cellar/csound/HEAD/bin/atsa
> -- Installing: /usr/local/Cellar/csound/HEAD/bin/csanalyze
> -- Installing: /usr/local/Cellar/csound/HEAD/bin/cvanal
> -- Installing: /usr/local/Cellar/csound/HEAD/bin/dnoise
> -- Installing: /usr/local/Cellar/csound/HEAD/bin/envext
> -- Installing: /usr/local/Cellar/csound/HEAD/bin/extractor
> -- Installing: /usr/local/Cellar/csound/HEAD/bin/het_export
> -- Installing: /usr/local/Cellar/csound/HEAD/bin/het_import
> -- Installing: /usr/local/Cellar/csound/HEAD/bin/hetro
> -- Installing: /usr/local/Cellar/csound/HEAD/bin/lpanal
> -- Installing: /usr/local/Cellar/csound/HEAD/bin/lpc_export
> -- Installing: /usr/local/Cellar/csound/HEAD/bin/lpc_import
> -- Installing: /usr/local/Cellar/csound/HEAD/bin/mixer
> -- Installing: /usr/local/Cellar/csound/HEAD/bin/pvanal
> -- Installing: /usr/local/Cellar/csound/HEAD/bin/pvlook
> -- Installing: /usr/local/Cellar/csound/HEAD/bin/pv_export
> -- Installing: /usr/local/Cellar/csound/HEAD/bin/pv_import
> -- Installing: /usr/local/Cellar/csound/HEAD/bin/scale
> -- Installing: /usr/local/Cellar/csound/HEAD/bin/sndinfo
> -- Installing: /usr/local/Cellar/csound/HEAD/bin/srconv
> -- Installing: /usr/local/Cellar/csound/HEAD/bin/scope
> -- Installing: /usr/local/Cellar/csound/HEAD/bin/scsort
> -- Installing: /usr/local/Cellar/csound/HEAD/bin/extract
> -- Installing: /usr/local/Cellar/csound/HEAD/bin/sdif2ad
> ==> Cleaning
> ==> Finishing up
> ln -s ../Cellar/csound/HEAD/bin/srconv srconv
> ln -s ../Cellar/csound/HEAD/bin/sndinfo sndinfo
> ln -s ../Cellar/csound/HEAD/bin/sdif2ad sdif2ad
> ln -s ../Cellar/csound/HEAD/bin/scsort scsort
> ln -s ../Cellar/csound/HEAD/bin/scope scope
> ln -s ../Cellar/csound/HEAD/bin/scale scale
> ln -s ../Cellar/csound/HEAD/bin/pvlook pvlook
> ln -s ../Cellar/csound/HEAD/bin/pvanal pvanal
> ln -s ../Cellar/csound/HEAD/bin/pv_import pv_import
> ln -s ../Cellar/csound/HEAD/bin/pv_export pv_export
> ln -s ../Cellar/csound/HEAD/bin/mixer mixer
> ln -s ../Cellar/csound/HEAD/bin/lpc_import lpc_import
> ln -s ../Cellar/csound/HEAD/bin/lpc_export lpc_export
> ln -s ../Cellar/csound/HEAD/bin/lpanal lpanal
> ln -s ../Cellar/csound/HEAD/bin/hetro hetro
> ln -s ../Cellar/csound/HEAD/bin/het_import het_import
> ln -s ../Cellar/csound/HEAD/bin/het_export het_export
> ln -s ../Cellar/csound/HEAD/bin/extractor extractor
> ln -s ../Cellar/csound/HEAD/bin/extract extract
> ln -s ../Cellar/csound/HEAD/bin/envext envext
> ln -s ../Cellar/csound/HEAD/bin/dnoise dnoise
> ln -s ../Cellar/csound/HEAD/bin/cvanal cvanal
> ln -s ../Cellar/csound/HEAD/bin/csound csound
> ln -s ../Cellar/csound/HEAD/bin/csbeats csbeats
> ln -s ../Cellar/csound/HEAD/bin/csanalyze csanalyze
> ln -s ../Cellar/csound/HEAD/bin/atsa atsa
> ln -s ../Cellar/csound/HEAD/lib/libcsnd.dylib libcsnd.dylib
> ln -s ../Cellar/csound/HEAD/lib/libcsnd.6.0.dylib libcsnd.6.0.dylib
> ln -s ../../Cellar/csound/HEAD csound
> ln -s ../Cellar/csound/HEAD csound
> Warning: Could not fix install names for
> /usr/local/Cellar/csound/HEAD/bin/srconv
> Warning: Could not fix install names for
> /usr/local/Cellar/csound/HEAD/bin/sndinfo
> Warning: Could not fix install names for
> /usr/local/Cellar/csound/HEAD/bin/scsort
> Warning: Could not fix install names for
> /usr/local/Cellar/csound/HEAD/bin/scope
> Warning: Could not fix install names for
> /usr/local/Cellar/csound/HEAD/bin/scale
> Warning: Could not fix install names for
> /usr/local/Cellar/csound/HEAD/bin/pvlook
> Warning: Could not fix install names for
> /usr/local/Cellar/csound/HEAD/bin/pvanal
> Warning: Could not fix install names for
> /usr/local/Cellar/csound/HEAD/bin/pv_import
> Warning: Could not fix install names for
> /usr/local/Cellar/csound/HEAD/bin/pv_export
> Warning: Could not fix install names for
> /usr/local/Cellar/csound/HEAD/bin/mixer
> Warning: Could not fix install names for
> /usr/local/Cellar/csound/HEAD/bin/lpc_import
> Warning: Could not fix install names for
> /usr/local/Cellar/csound/HEAD/bin/lpc_export
> Warning: Could not fix install names for
> /usr/local/Cellar/csound/HEAD/bin/lpanal
> Warning: Could not fix install names for
> /usr/local/Cellar/csound/HEAD/bin/hetro
> Warning: Could not fix install names for
> /usr/local/Cellar/csound/HEAD/bin/het_import
> Warning: Could not fix install names for
> /usr/local/Cellar/csound/HEAD/bin/het_export
> Warning: Could not fix install names for
> /usr/local/Cellar/csound/HEAD/bin/extractor
> Warning: Could not fix install names for
> /usr/local/Cellar/csound/HEAD/bin/extract
> Warning: Could not fix install names for
> /usr/local/Cellar/csound/HEAD/bin/envext
> Warning: Could not fix install names for
> /usr/local/Cellar/csound/HEAD/bin/dnoise
> Warning: Could not fix install names for
> /usr/local/Cellar/csound/HEAD/bin/cvanal
> Warning: Could not fix install names for
> /usr/local/Cellar/csound/HEAD/bin/csound
> Warning: Could not fix install names for
> /usr/local/Cellar/csound/HEAD/bin/csanalyze
> Warning: Could not fix install names for
> /usr/local/Cellar/csound/HEAD/bin/atsa
> Warning: Could not fix install names for
> /usr/local/Cellar/csound/HEAD/lib/libcsnd.6.0.dylib
> ==> Summary
> 🍺  /usr/local/Cellar/csound/HEAD: 33 files, 1.0M, built in 57 seconds
> peimankh:~ peimankhosravi$
>
>
> ------------------------------------------------------------------------------
> AlienVault Unified Security Management (USM) platform delivers complete
> security visibility with the essential security capabilities. Easily and
> efficiently configure, manage, and operate all of your security controls
> from a single console and one unified framework. Download a free trial.
> http://p.sf.net/sfu/alienvault_d2d
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel
>

------------------------------------------------------------------------------
AlienVault Unified Security Management (USM) platform delivers complete
security visibility with the essential security capabilities. Easily and
efficiently configure, manage, and operate all of your security controls
from a single console and one unified framework. Download a free trial.
http://p.sf.net/sfu/alienvault_d2d
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-devel


Date2013-05-15 00:37
FromSteven Yi
SubjectRe: [Cs-dev] OSX: Homebrew
Hi Peiman,

I think I've got it fixed now. Turns out a change that was put into
InOut/CmakeLists.txt using some bad code broke building of portaudio
and portmidi.  I commented out bad code and adjusted things and
committed the fix to GIT. I tested with a brew uninstall, then "brew
install --HEAD csound" and I now have portaudio and portmidi libs
built.  I get this in my
~/Library/Frameworks/CsoundLIb64.framework/Resources/Opcodes:

csladspa.dylib libimage.dylib librtpa.dylib
libampmidid.dylib libipmidi.dylib libscansyn.dylib
libcellular.dylib libjackTransport.dylib libserial.dylib
libchua.dylib libjacko.dylib libsignalflowgraph.dylib
libcmidi.dylib libmixer.dylib libstdutil.dylib
libcontrol.dylib libosc.dylib libstk.dylib
libcs_date.dylib libplaterev.dylib libsystem_call.dylib
libdoppler.dylib libpmidi.dylib libvirtual.dylib
libfareygen.dylib libpy.dylib libwidgets.dylib
libfluidOpcodes.dylib librtauhal.dylib libwiimote.dylib
libfractalnoise.dylib librtjack.dylib

Could you give it a try now and let me know how it goes?

Thanks!
steven

On Tue, May 14, 2013 at 6:15 PM, peiman khosravi
 wrote:
> Thanks for this Steven.
>
> Best,
> Peiman
>
>
>
>
>
>
>
> www.peimankhosravi.co.uk || Subscribe to RSS Feed
>
> To receive emails about upcoming concerts visit this page & enter your email
> address in the 'follow' section.
>
>
>
> On 14 May 2013 15:36, Steven Yi  wrote:
>>
>> Hi Peiman,
>>
>> I should have been more careful in looking at my own install, as I
>> don't have librtpa either. X_X  I probably got mixed up with my other
>> test builds/installs.  I'll try to sort it out here, thanks!
>>
>> steven
>>
>> On Tue, May 14, 2013 at 4:06 AM, peiman khosravi
>>  wrote:
>> > I just uninstalled portaudio and portmidi and rebuilt Csound. The result
>> > is
>> > the same but I've pasted the log file below in case it gives you extra
>> > info.
>> >
>> > Thanks
>> > Peiman
>> >
>> > Last login: Tue May 14 02:47:54 on ttys000
>> > peimankh:~ peimankhosravi$ brew install --HEAD -v csound
>> > ==> Installing csound dependency: portaudio
>> > ==> Downloading
>> > http://www.portaudio.com/archives/pa_stable_v19_20111121.tgz
>> > Already downloaded: /Library/Caches/Homebrew/portaudio-19.20111121.tgz
>> > tar xf /Library/Caches/Homebrew/portaudio-19.20111121.tgz
>> > ==> Downloading patches
>> > /usr/bin/curl -f#LA Homebrew 0.9.4 (Ruby 1.8.7-358; Mac OS X 10.7.5)
>> >
>> > https://trac.macports.org/export/94150/trunk/dports/audio/portaudio/files/patch-include__pa_mac_core.h.diff
>> > -o 000-homebrew.diff
>> > ########################################################################
>> > 100.0%
>> > ==> Patching
>> > /usr/bin/patch -f -p0 -i 000-homebrew.diff
>> > patching file include/pa_mac_core.h
>> > ==> ./configure --prefix=/usr/local/Cellar/portaudio/19.20111121
>> > --disable-debug --disable-dependency-tracking --enable-mac-universal=no
>> > ./configure --prefix=/usr/local/Cellar/portaudio/19.20111121
>> > --disable-debug
>> > --disable-dependency-tracking --enable-mac-universal=no
>> > checking build system type... x86_64-apple-darwin11.4.2
>> > checking host system type... x86_64-apple-darwin11.4.2
>> > checking target system type... x86_64-apple-darwin11.4.2
>> > checking for gcc... cc
>> > checking whether the C compiler works... yes
>> > checking for C compiler default output file name... a.out
>> > checking for suffix of executables...
>> > checking whether we are cross compiling... no
>> > checking for suffix of object files... o
>> > checking whether we are using the GNU C compiler... yes
>> > checking whether cc accepts -g... yes
>> > checking for cc option to accept ISO C89... none needed
>> > checking how to print strings... printf
>> > checking for a sed that does not truncate output...
>> > /usr/local/Library/ENV/4.3/sed
>> > checking for grep that handles long lines and -e... /usr/bin/grep
>> > checking for egrep... /usr/bin/grep -E
>> > checking for fgrep... /usr/bin/grep -F
>> > checking for ld used by cc... /usr/bin/ld
>> > checking if the linker (/usr/bin/ld) is GNU ld... no
>> > checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm
>> > checking the name lister (/usr/bin/nm) interface... BSD nm
>> > checking whether ln -s works... yes
>> > checking the maximum length of command line arguments... 196608
>> > checking whether the shell understands some XSI constructs... yes
>> > checking whether the shell understands "+="... yes
>> > checking how to convert x86_64-apple-darwin11.4.2 file names to
>> > x86_64-apple-darwin11.4.2 format... func_convert_file_noop
>> > checking how to convert x86_64-apple-darwin11.4.2 file names to
>> > toolchain
>> > format... func_convert_file_noop
>> > checking for /usr/bin/ld option to reload object files... -r
>> > checking for objdump... objdump
>> > checking how to recognize dependent libraries... pass_all
>> > checking for dlltool... dlltool
>> > checking how to associate runtime and link libraries... printf %s\n
>> > checking for ar... ar
>> > checking for archiver @FILE support... no
>> > checking for strip... strip
>> > checking for ranlib... ranlib
>> > checking for gawk... no
>> > checking for mawk... no
>> > checking for nawk... no
>> > checking for awk... awk
>> > checking command to parse /usr/bin/nm output from cc object... ok
>> > checking for sysroot... no
>> > checking for mt... no
>> > checking if : is a manifest tool... no
>> > checking for dsymutil... dsymutil
>> > checking for nmedit... nmedit
>> > checking for lipo... lipo
>> > checking for otool... otool
>> > checking for otool64... no
>> > checking for -single_module linker flag... yes
>> > checking for -exported_symbols_list linker flag... yes
>> > checking for -force_load linker flag... yes
>> > checking how to run the C preprocessor... cc -E
>> > checking for ANSI C header files... yes
>> > checking for sys/types.h... yes
>> > checking for sys/stat.h... yes
>> > checking for stdlib.h... yes
>> > checking for string.h... yes
>> > checking for memory.h... yes
>> > checking for strings.h... yes
>> > checking for inttypes.h... yes
>> > checking for stdint.h... yes
>> > checking for unistd.h... yes
>> > checking for dlfcn.h... yes
>> > checking for objdir... .libs
>> > checking if cc supports -fno-rtti -fno-exceptions... yes
>> > checking for cc option to produce PIC... -fno-common -DPIC
>> > checking if cc PIC flag -fno-common -DPIC works... yes
>> > checking if cc static flag -static works... no
>> > checking if cc supports -c -o file.o... yes
>> > checking if cc supports -c -o file.o... (cached) yes
>> > checking whether the cc linker (/usr/bin/ld) supports shared
>> > libraries...
>> > yes
>> > checking dynamic linker characteristics... darwin11.4.2 dyld
>> > checking how to hardcode library paths into programs... immediate
>> > checking whether stripping libraries is possible... yes
>> > checking if libtool supports shared libraries... yes
>> > checking whether to build shared libraries... yes
>> > checking whether to build static libraries... yes
>> > checking how to run the C++ preprocessor... c++ -E
>> > checking whether the c++ linker (/usr/bin/ld) supports shared
>> > libraries...
>> > no
>> > checking for c++ option to produce PIC...  -DPIC
>> > checking if c++ PIC flag  -DPIC works... yes
>> > checking if c++ static flag  works... yes
>> > checking if c++ supports -c -o file.o... yes
>> > checking if c++ supports -c -o file.o... (cached) yes
>> > checking whether the c++ linker (/usr/bin/ld) supports shared
>> > libraries...
>> > no
>> > checking dynamic linker characteristics... darwin11.4.2 dyld
>> > checking how to hardcode library paths into programs... immediate
>> > checking for a BSD-compatible install... /usr/bin/install -c
>> > checking whether ln -s works... yes
>> > checking for ar... /usr/bin/ar
>> > checking whether byte ordering is bigendian... no
>> > checking for snd_pcm_open in -lasound... no
>> > checking for HPI_SubSysCreate in -lhpi... no
>> > checking sys/soundcard.h usability... no
>> > checking sys/soundcard.h presence... no
>> > checking for sys/soundcard.h... no
>> > checking linux/soundcard.h usability... no
>> > checking linux/soundcard.h presence... no
>> > checking for linux/soundcard.h... no
>> > checking machine/soundcard.h usability... no
>> > checking machine/soundcard.h presence... no
>> > checking for machine/soundcard.h... no
>> > checking for pkg-config... /usr/local/opt/pkg-config/bin/pkg-config
>> > checking pkg-config is at least version 0.9.0... yes
>> > checking for JACK... no
>> > checking size of short... 2
>> > checking size of int... 4
>> > checking size of long... 8
>> > checking for clock_gettime in -lrt... no
>> > checking for clock_gettime... no
>> > checking for nanosleep... yes
>> > configure: creating ./config.status
>> > config.status: creating Makefile
>> > config.status: creating portaudio-2.0.pc
>> > config.status: executing libtool commands
>> >
>> > Configuration summary:
>> >
>> >   Target ...................... x86_64-apple-darwin11.4.2
>> >   C++ bindings ................ no
>> >   Debug output ................ no
>> >
>> >   Mac debug flags ............. no
>> >
>> > ==> make install
>> > make install
>> > mkdir lib
>> > /bin/sh ./libtool --mode=compile cc -c -std=c99 -g -O2
>> > -DPA_LITTLE_ENDIAN
>> > -I./include -I./src/common -I./src/os/unix -Werror
>> > -DPACKAGE_NAME=\"\"
>> > -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\"
>> > -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1
>> > -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1
>> > -DHAVE_STRING_H=1
>> > -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1
>> > -DHAVE_STDINT_H=1
>> > -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\"
>> > -DSIZEOF_SHORT=2
>> > -DSIZEOF_INT=4 -DSIZEOF_LONG=8 -DHAVE_NANOSLEEP=1 -DPA_USE_COREAUDIO=1
>> > src/common/pa_allocation.c -o src/common/pa_allocation.lo
>> > /bin/sh ./libtool --mode=compile cc -c -std=c99 -g -O2
>> > -DPA_LITTLE_ENDIAN
>> > -I./include -I./src/common -I./src/os/unix -Werror
>> > -DPACKAGE_NAME=\"\"
>> > -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\"
>> > -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1
>> > -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1
>> > -DHAVE_STRING_H=1
>> > -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1
>> > -DHAVE_STDINT_H=1
>> > -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\"
>> > -DSIZEOF_SHORT=2
>> > -DSIZEOF_INT=4 -DSIZEOF_LONG=8 -DHAVE_NANOSLEEP=1 -DPA_USE_COREAUDIO=1
>> > src/common/pa_converters.c -o src/common/pa_converters.lo
>> > mkdir -p src/common src/hostapi/alsa src/hostapi/asihpi src/hostapi/asio
>> > src/hostapi/coreaudio src/hostapi/dsound src/hostapi/jack
>> > src/hostapi/oss
>> > src/hostapi/wasapi src/hostapi/wdmks src/hostapi/wmme src/os/unix
>> > src/os/win
>> > /bin/sh ./libtool --mode=compile cc -c -std=c99 -g -O2
>> > -DPA_LITTLE_ENDIAN
>> > -I./include -I./src/common -I./src/os/unix -Werror
>> > -DPACKAGE_NAME=\"\"
>> > -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\"
>> > -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1
>> > -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1
>> > -DHAVE_STRING_H=1
>> > -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1
>> > -DHAVE_STDINT_H=1
>> > -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\"
>> > -DSIZEOF_SHORT=2
>> > -DSIZEOF_INT=4 -DSIZEOF_LONG=8 -DHAVE_NANOSLEEP=1 -DPA_USE_COREAUDIO=1
>> > src/common/pa_cpuload.c -o src/common/pa_cpuload.lo
>> > touch lib-stamp
>> > /bin/sh ./libtool --mode=compile cc -c -std=c99 -g -O2
>> > -DPA_LITTLE_ENDIAN
>> > -I./include -I./src/common -I./src/os/unix -Werror
>> > -DPACKAGE_NAME=\"\"
>> > -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\"
>> > -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1
>> > -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1
>> > -DHAVE_STRING_H=1
>> > -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1
>> > -DHAVE_STDINT_H=1
>> > -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\"
>> > -DSIZEOF_SHORT=2
>> > -DSIZEOF_INT=4 -DSIZEOF_LONG=8 -DHAVE_NANOSLEEP=1 -DPA_USE_COREAUDIO=1
>> > src/common/pa_dither.c -o src/common/pa_dither.lo
>> > libtool: compile:  cc -c -std=c99 -g -O2 -DPA_LITTLE_ENDIAN -I./include
>> > -I./src/common -I./src/os/unix -Werror -DPACKAGE_NAME=\"\"
>> > -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\"
>> > -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1
>> > -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1
>> > -DHAVE_STRING_H=1
>> > -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1
>> > -DHAVE_STDINT_H=1
>> > -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\"
>> > -DSIZEOF_SHORT=2
>> > -DSIZEOF_INT=4 -DSIZEOF_LONG=8 -DHAVE_NANOSLEEP=1 -DPA_USE_COREAUDIO=1
>> > src/common/pa_cpuload.c  -fno-common -DPIC -o
>> > src/common/.libs/pa_cpuload.o
>> > libtool: compile:  cc -c -std=c99 -g -O2 -DPA_LITTLE_ENDIAN -I./include
>> > -I./src/common -I./src/os/unix -Werror -DPACKAGE_NAME=\"\"
>> > -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\"
>> > -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1
>> > -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1
>> > -DHAVE_STRING_H=1
>> > -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1
>> > -DHAVE_STDINT_H=1
>> > -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\"
>> > -DSIZEOF_SHORT=2
>> > -DSIZEOF_INT=4 -DSIZEOF_LONG=8 -DHAVE_NANOSLEEP=1 -DPA_USE_COREAUDIO=1
>> > src/common/pa_allocation.c  -fno-common -DPIC -o
>> > src/common/.libs/pa_allocation.o
>> > libtool: compile:  cc -c -std=c99 -g -O2 -DPA_LITTLE_ENDIAN -I./include
>> > -I./src/common -I./src/os/unix -Werror -DPACKAGE_NAME=\"\"
>> > -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\"
>> > -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1
>> > -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1
>> > -DHAVE_STRING_H=1
>> > -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1
>> > -DHAVE_STDINT_H=1
>> > -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\"
>> > -DSIZEOF_SHORT=2
>> > -DSIZEOF_INT=4 -DSIZEOF_LONG=8 -DHAVE_NANOSLEEP=1 -DPA_USE_COREAUDIO=1
>> > src/common/pa_converters.c  -fno-common -DPIC -o
>> > src/common/.libs/pa_converters.o
>> > libtool: compile:  cc -c -std=c99 -g -O2 -DPA_LITTLE_ENDIAN -I./include
>> > -I./src/common -I./src/os/unix -Werror -DPACKAGE_NAME=\"\"
>> > -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\"
>> > -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1
>> > -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1
>> > -DHAVE_STRING_H=1
>> > -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1
>> > -DHAVE_STDINT_H=1
>> > -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\"
>> > -DSIZEOF_SHORT=2
>> > -DSIZEOF_INT=4 -DSIZEOF_LONG=8 -DHAVE_NANOSLEEP=1 -DPA_USE_COREAUDIO=1
>> > src/common/pa_dither.c  -fno-common -DPIC -o
>> > src/common/.libs/pa_dither.o
>> > brew: superenv removed: -g -O2 -Werror
>> > brew: superenv removed: -g -O2 -Werror
>> > brew: superenv removed: -g -O2 -Werror
>> > brew: superenv removed: -g -O2 -Werror
>> > libtool: compile:  cc -c -std=c99 -g -O2 -DPA_LITTLE_ENDIAN -I./include
>> > -I./src/common -I./src/os/unix -Werror -DPACKAGE_NAME=\"\"
>> > -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\"
>> > -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1
>> > -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1
>> > -DHAVE_STRING_H=1
>> > -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1
>> > -DHAVE_STDINT_H=1
>> > -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\"
>> > -DSIZEOF_SHORT=2
>> > -DSIZEOF_INT=4 -DSIZEOF_LONG=8 -DHAVE_NANOSLEEP=1 -DPA_USE_COREAUDIO=1
>> > src/common/pa_cpuload.c -o src/common/pa_cpuload.o >/dev/null 2>&1
>> > libtool: compile:  cc -c -std=c99 -g -O2 -DPA_LITTLE_ENDIAN -I./include
>> > -I./src/common -I./src/os/unix -Werror -DPACKAGE_NAME=\"\"
>> > -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\"
>> > -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1
>> > -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1
>> > -DHAVE_STRING_H=1
>> > -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1
>> > -DHAVE_STDINT_H=1
>> > -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\"
>> > -DSIZEOF_SHORT=2
>> > -DSIZEOF_INT=4 -DSIZEOF_LONG=8 -DHAVE_NANOSLEEP=1 -DPA_USE_COREAUDIO=1
>> > src/common/pa_dither.c -o src/common/pa_dither.o >/dev/null 2>&1
>> > libtool: compile:  cc -c -std=c99 -g -O2 -DPA_LITTLE_ENDIAN -I./include
>> > -I./src/common -I./src/os/unix -Werror -DPACKAGE_NAME=\"\"
>> > -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\"
>> > -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1
>> > -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1
>> > -DHAVE_STRING_H=1
>> > -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1
>> > -DHAVE_STDINT_H=1
>> > -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\"
>> > -DSIZEOF_SHORT=2
>> > -DSIZEOF_INT=4 -DSIZEOF_LONG=8 -DHAVE_NANOSLEEP=1 -DPA_USE_COREAUDIO=1
>> > src/common/pa_allocation.c -o src/common/pa_allocation.o >/dev/null 2>&1
>> > /bin/sh ./libtool --mode=compile cc -c -std=c99 -g -O2
>> > -DPA_LITTLE_ENDIAN
>> > -I./include -I./src/common -I./src/os/unix -Werror
>> > -DPACKAGE_NAME=\"\"
>> > -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\"
>> > -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1
>> > -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1
>> > -DHAVE_STRING_H=1
>> > -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1
>> > -DHAVE_STDINT_H=1
>> > -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\"
>> > -DSIZEOF_SHORT=2
>> > -DSIZEOF_INT=4 -DSIZEOF_LONG=8 -DHAVE_NANOSLEEP=1 -DPA_USE_COREAUDIO=1
>> > src/common/pa_debugprint.c -o src/common/pa_debugprint.lo
>> > /bin/sh ./libtool --mode=compile cc -c -std=c99 -g -O2
>> > -DPA_LITTLE_ENDIAN
>> > -I./include -I./src/common -I./src/os/unix -Werror
>> > -DPACKAGE_NAME=\"\"
>> > -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\"
>> > -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1
>> > -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1
>> > -DHAVE_STRING_H=1
>> > -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1
>> > -DHAVE_STDINT_H=1
>> > -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\"
>> > -DSIZEOF_SHORT=2
>> > -DSIZEOF_INT=4 -DSIZEOF_LONG=8 -DHAVE_NANOSLEEP=1 -DPA_USE_COREAUDIO=1
>> > src/common/pa_front.c -o src/common/pa_front.lo
>> > /bin/sh ./libtool --mode=compile cc -c -std=c99 -g -O2
>> > -DPA_LITTLE_ENDIAN
>> > -I./include -I./src/common -I./src/os/unix -Werror
>> > -DPACKAGE_NAME=\"\"
>> > -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\"
>> > -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1
>> > -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1
>> > -DHAVE_STRING_H=1
>> > -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1
>> > -DHAVE_STDINT_H=1
>> > -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\"
>> > -DSIZEOF_SHORT=2
>> > -DSIZEOF_INT=4 -DSIZEOF_LONG=8 -DHAVE_NANOSLEEP=1 -DPA_USE_COREAUDIO=1
>> > src/common/pa_process.c -o src/common/pa_process.lo
>> > libtool: compile:  cc -c -std=c99 -g -O2 -DPA_LITTLE_ENDIAN -I./include
>> > -I./src/common -I./src/os/unix -Werror -DPACKAGE_NAME=\"\"
>> > -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\"
>> > -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1
>> > -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1
>> > -DHAVE_STRING_H=1
>> > -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1
>> > -DHAVE_STDINT_H=1
>> > -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\"
>> > -DSIZEOF_SHORT=2
>> > -DSIZEOF_INT=4 -DSIZEOF_LONG=8 -DHAVE_NANOSLEEP=1 -DPA_USE_COREAUDIO=1
>> > src/common/pa_debugprint.c  -fno-common -DPIC -o
>> > src/common/.libs/pa_debugprint.o
>> > libtool: compile:  cc -c -std=c99 -g -O2 -DPA_LITTLE_ENDIAN -I./include
>> > -I./src/common -I./src/os/unix -Werror -DPACKAGE_NAME=\"\"
>> > -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\"
>> > -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1
>> > -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1
>> > -DHAVE_STRING_H=1
>> > -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1
>> > -DHAVE_STDINT_H=1
>> > -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\"
>> > -DSIZEOF_SHORT=2
>> > -DSIZEOF_INT=4 -DSIZEOF_LONG=8 -DHAVE_NANOSLEEP=1 -DPA_USE_COREAUDIO=1
>> > src/common/pa_front.c  -fno-common -DPIC -o src/common/.libs/pa_front.o
>> > brew: superenv removed: -g -O2 -Werror
>> > libtool: compile:  cc -c -std=c99 -g -O2 -DPA_LITTLE_ENDIAN -I./include
>> > -I./src/common -I./src/os/unix -Werror -DPACKAGE_NAME=\"\"
>> > -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\"
>> > -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1
>> > -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1
>> > -DHAVE_STRING_H=1
>> > -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1
>> > -DHAVE_STDINT_H=1
>> > -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\"
>> > -DSIZEOF_SHORT=2
>> > -DSIZEOF_INT=4 -DSIZEOF_LONG=8 -DHAVE_NANOSLEEP=1 -DPA_USE_COREAUDIO=1
>> > src/common/pa_process.c  -fno-common -DPIC -o
>> > src/common/.libs/pa_process.o
>> > brew: superenv removed: -g -O2 -Werror
>> > brew: superenv removed: -g -O2 -Werror
>> > libtool: compile:  cc -c -std=c99 -g -O2 -DPA_LITTLE_ENDIAN -I./include
>> > -I./src/common -I./src/os/unix -Werror -DPACKAGE_NAME=\"\"
>> > -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\"
>> > -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1
>> > -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1
>> > -DHAVE_STRING_H=1
>> > -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1
>> > -DHAVE_STDINT_H=1
>> > -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\"
>> > -DSIZEOF_SHORT=2
>> > -DSIZEOF_INT=4 -DSIZEOF_LONG=8 -DHAVE_NANOSLEEP=1 -DPA_USE_COREAUDIO=1
>> > src/common/pa_debugprint.c -o src/common/pa_debugprint.o >/dev/null 2>&1
>> > libtool: compile:  cc -c -std=c99 -g -O2 -DPA_LITTLE_ENDIAN -I./include
>> > -I./src/common -I./src/os/unix -Werror -DPACKAGE_NAME=\"\"
>> > -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\"
>> > -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1
>> > -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1
>> > -DHAVE_STRING_H=1
>> > -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1
>> > -DHAVE_STDINT_H=1
>> > -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\"
>> > -DSIZEOF_SHORT=2
>> > -DSIZEOF_INT=4 -DSIZEOF_LONG=8 -DHAVE_NANOSLEEP=1 -DPA_USE_COREAUDIO=1
>> > src/common/pa_converters.c -o src/common/pa_converters.o >/dev/null 2>&1
>> > /bin/sh ./libtool --mode=compile cc -c -std=c99 -g -O2
>> > -DPA_LITTLE_ENDIAN
>> > -I./include -I./src/common -I./src/os/unix -Werror
>> > -DPACKAGE_NAME=\"\"
>> > -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\"
>> > -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1
>> > -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1
>> > -DHAVE_STRING_H=1
>> > -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1
>> > -DHAVE_STDINT_H=1
>> > -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\"
>> > -DSIZEOF_SHORT=2
>> > -DSIZEOF_INT=4 -DSIZEOF_LONG=8 -DHAVE_NANOSLEEP=1 -DPA_USE_COREAUDIO=1
>> > src/common/pa_stream.c -o src/common/pa_stream.lo
>> > libtool: compile:  cc -c -std=c99 -g -O2 -DPA_LITTLE_ENDIAN -I./include
>> > -I./src/common -I./src/os/unix -Werror -DPACKAGE_NAME=\"\"
>> > -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\"
>> > -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1
>> > -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1
>> > -DHAVE_STRING_H=1
>> > -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1
>> > -DHAVE_STDINT_H=1
>> > -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\"
>> > -DSIZEOF_SHORT=2
>> > -DSIZEOF_INT=4 -DSIZEOF_LONG=8 -DHAVE_NANOSLEEP=1 -DPA_USE_COREAUDIO=1
>> > src/common/pa_front.c -o src/common/pa_front.o >/dev/null 2>&1
>> > libtool: compile:  cc -c -std=c99 -g -O2 -DPA_LITTLE_ENDIAN -I./include
>> > -I./src/common -I./src/os/unix -Werror -DPACKAGE_NAME=\"\"
>> > -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\"
>> > -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1
>> > -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1
>> > -DHAVE_STRING_H=1
>> > -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1
>> > -DHAVE_STDINT_H=1
>> > -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\"
>> > -DSIZEOF_SHORT=2
>> > -DSIZEOF_INT=4 -DSIZEOF_LONG=8 -DHAVE_NANOSLEEP=1 -DPA_USE_COREAUDIO=1
>> > src/common/pa_stream.c  -fno-common -DPIC -o
>> > src/common/.libs/pa_stream.o
>> > brew: superenv removed: -g -O2 -Werror
>> > libtool: compile:  cc -c -std=c99 -g -O2 -DPA_LITTLE_ENDIAN -I./include
>> > -I./src/common -I./src/os/unix -Werror -DPACKAGE_NAME=\"\"
>> > -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\"
>> > -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1
>> > -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1
>> > -DHAVE_STRING_H=1
>> > -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1
>> > -DHAVE_STDINT_H=1
>> > -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\"
>> > -DSIZEOF_SHORT=2
>> > -DSIZEOF_INT=4 -DSIZEOF_LONG=8 -DHAVE_NANOSLEEP=1 -DPA_USE_COREAUDIO=1
>> > src/common/pa_stream.c -o src/common/pa_stream.o >/dev/null 2>&1
>> > libtool: compile:  cc -c -std=c99 -g -O2 -DPA_LITTLE_ENDIAN -I./include
>> > -I./src/common -I./src/os/unix -Werror -DPACKAGE_NAME=\"\"
>> > -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\"
>> > -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1
>> > -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1
>> > -DHAVE_STRING_H=1
>> > -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1
>> > -DHAVE_STDINT_H=1
>> > -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\"
>> > -DSIZEOF_SHORT=2
>> > -DSIZEOF_INT=4 -DSIZEOF_LONG=8 -DHAVE_NANOSLEEP=1 -DPA_USE_COREAUDIO=1
>> > src/common/pa_process.c -o src/common/pa_process.o >/dev/null 2>&1
>> > /bin/sh ./libtool --mode=compile cc -c -std=c99 -g -O2
>> > -DPA_LITTLE_ENDIAN
>> > -I./include -I./src/common -I./src/os/unix -Werror
>> > -DPACKAGE_NAME=\"\"
>> > -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\"
>> > -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1
>> > -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1
>> > -DHAVE_STRING_H=1
>> > -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1
>> > -DHAVE_STDINT_H=1
>> > -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\"
>> > -DSIZEOF_SHORT=2
>> > -DSIZEOF_INT=4 -DSIZEOF_LONG=8 -DHAVE_NANOSLEEP=1 -DPA_USE_COREAUDIO=1
>> > src/common/pa_trace.c -o src/common/pa_trace.lo
>> > /bin/sh ./libtool --mode=compile cc -c -std=c99 -g -O2
>> > -DPA_LITTLE_ENDIAN
>> > -I./include -I./src/common -I./src/os/unix -Werror
>> > -DPACKAGE_NAME=\"\"
>> > -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\"
>> > -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1
>> > -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1
>> > -DHAVE_STRING_H=1
>> > -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1
>> > -DHAVE_STDINT_H=1
>> > -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\"
>> > -DSIZEOF_SHORT=2
>> > -DSIZEOF_INT=4 -DSIZEOF_LONG=8 -DHAVE_NANOSLEEP=1 -DPA_USE_COREAUDIO=1
>> > src/hostapi/skeleton/pa_hostapi_skeleton.c -o
>> > src/hostapi/skeleton/pa_hostapi_skeleton.lo
>> > /bin/sh ./libtool --mode=compile cc -c -std=c99 -g -O2
>> > -DPA_LITTLE_ENDIAN
>> > -I./include -I./src/common -I./src/os/unix -Werror
>> > -DPACKAGE_NAME=\"\"
>> > -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\"
>> > -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1
>> > -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1
>> > -DHAVE_STRING_H=1
>> > -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1
>> > -DHAVE_STDINT_H=1
>> > -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\"
>> > -DSIZEOF_SHORT=2
>> > -DSIZEOF_INT=4 -DSIZEOF_LONG=8 -DHAVE_NANOSLEEP=1 -DPA_USE_COREAUDIO=1
>> > src/os/unix/pa_unix_hostapis.c -o src/os/unix/pa_unix_hostapis.lo
>> > libtool: compile:  cc -c -std=c99 -g -O2 -DPA_LITTLE_ENDIAN -I./include
>> > -I./src/common -I./src/os/unix -Werror -DPACKAGE_NAME=\"\"
>> > -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\"
>> > -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1
>> > -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1
>> > -DHAVE_STRING_H=1
>> > -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1
>> > -DHAVE_STDINT_H=1
>> > -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\"
>> > -DSIZEOF_SHORT=2
>> > -DSIZEOF_INT=4 -DSIZEOF_LONG=8 -DHAVE_NANOSLEEP=1 -DPA_USE_COREAUDIO=1
>> > src/common/pa_trace.c  -fno-common -DPIC -o src/common/.libs/pa_trace.o
>> > libtool: compile:  cc -c -std=c99 -g -O2 -DPA_LITTLE_ENDIAN -I./include
>> > -I./src/common -I./src/os/unix -Werror -DPACKAGE_NAME=\"\"
>> > -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\"
>> > -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1
>> > -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1
>> > -DHAVE_STRING_H=1
>> > -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1
>> > -DHAVE_STDINT_H=1
>> > -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\"
>> > -DSIZEOF_SHORT=2
>> > -DSIZEOF_INT=4 -DSIZEOF_LONG=8 -DHAVE_NANOSLEEP=1 -DPA_USE_COREAUDIO=1
>> > src/hostapi/skeleton/pa_hostapi_skeleton.c  -fno-common -DPIC -o
>> > src/hostapi/skeleton/.libs/pa_hostapi_skeleton.o
>> > brew: superenv removed: -g -O2 -Werror
>> > brew: superenv removed: -g -O2 -Werror
>> > libtool: compile:  cc -c -std=c99 -g -O2 -DPA_LITTLE_ENDIAN -I./include
>> > -I./src/common -I./src/os/unix -Werror -DPACKAGE_NAME=\"\"
>> > -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\"
>> > -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1
>> > -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1
>> > -DHAVE_STRING_H=1
>> > -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1
>> > -DHAVE_STDINT_H=1
>> > -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\"
>> > -DSIZEOF_SHORT=2
>> > -DSIZEOF_INT=4 -DSIZEOF_LONG=8 -DHAVE_NANOSLEEP=1 -DPA_USE_COREAUDIO=1
>> > src/os/unix/pa_unix_hostapis.c  -fno-common -DPIC -o
>> > src/os/unix/.libs/pa_unix_hostapis.o
>> > libtool: compile:  cc -c -std=c99 -g -O2 -DPA_LITTLE_ENDIAN -I./include
>> > -I./src/common -I./src/os/unix -Werror -DPACKAGE_NAME=\"\"
>> > -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\"
>> > -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1
>> > -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1
>> > -DHAVE_STRING_H=1
>> > -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1
>> > -DHAVE_STDINT_H=1
>> > -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\"
>> > -DSIZEOF_SHORT=2
>> > -DSIZEOF_INT=4 -DSIZEOF_LONG=8 -DHAVE_NANOSLEEP=1 -DPA_USE_COREAUDIO=1
>> > src/common/pa_trace.c -o src/common/pa_trace.o >/dev/null 2>&1
>> > brew: superenv removed: -g -O2 -Werror
>> > libtool: compile:  cc -c -std=c99 -g -O2 -DPA_LITTLE_ENDIAN -I./include
>> > -I./src/common -I./src/os/unix -Werror -DPACKAGE_NAME=\"\"
>> > -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\"
>> > -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1
>> > -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1
>> > -DHAVE_STRING_H=1
>> > -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1
>> > -DHAVE_STDINT_H=1
>> > -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\"
>> > -DSIZEOF_SHORT=2
>> > -DSIZEOF_INT=4 -DSIZEOF_LONG=8 -DHAVE_NANOSLEEP=1 -DPA_USE_COREAUDIO=1
>> > src/hostapi/skeleton/pa_hostapi_skeleton.c -o
>> > src/hostapi/skeleton/pa_hostapi_skeleton.o >/dev/null 2>&1
>> > libtool: compile:  cc -c -std=c99 -g -O2 -DPA_LITTLE_ENDIAN -I./include
>> > -I./src/common -I./src/os/unix -Werror -DPACKAGE_NAME=\"\"
>> > -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\"
>> > -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1
>> > -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1
>> > -DHAVE_STRING_H=1
>> > -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1
>> > -DHAVE_STDINT_H=1
>> > -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\"
>> > -DSIZEOF_SHORT=2
>> > -DSIZEOF_INT=4 -DSIZEOF_LONG=8 -DHAVE_NANOSLEEP=1 -DPA_USE_COREAUDIO=1
>> > src/os/unix/pa_unix_hostapis.c -o src/os/unix/pa_unix_hostapis.o
>> > >/dev/null
>> > 2>&1
>> > /bin/sh ./libtool --mode=compile cc -c -std=c99 -g -O2
>> > -DPA_LITTLE_ENDIAN
>> > -I./include -I./src/common -I./src/os/unix -Werror
>> > -DPACKAGE_NAME=\"\"
>> > -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\"
>> > -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1
>> > -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1
>> > -DHAVE_STRING_H=1
>> > -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1
>> > -DHAVE_STDINT_H=1
>> > -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\"
>> > -DSIZEOF_SHORT=2
>> > -DSIZEOF_INT=4 -DSIZEOF_LONG=8 -DHAVE_NANOSLEEP=1 -DPA_USE_COREAUDIO=1
>> > src/os/unix/pa_unix_util.c -o src/os/unix/pa_unix_util.lo
>> > /bin/sh ./libtool --mode=compile cc -c -std=c99 -g -O2
>> > -DPA_LITTLE_ENDIAN
>> > -I./include -I./src/common -I./src/os/unix -Werror
>> > -DPACKAGE_NAME=\"\"
>> > -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\"
>> > -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1
>> > -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1
>> > -DHAVE_STRING_H=1
>> > -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1
>> > -DHAVE_STDINT_H=1
>> > -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\"
>> > -DSIZEOF_SHORT=2
>> > -DSIZEOF_INT=4 -DSIZEOF_LONG=8 -DHAVE_NANOSLEEP=1 -DPA_USE_COREAUDIO=1
>> > src/hostapi/coreaudio/pa_mac_core.c -o
>> > src/hostapi/coreaudio/pa_mac_core.lo
>> > /bin/sh ./libtool --mode=compile cc -c -std=c99 -g -O2
>> > -DPA_LITTLE_ENDIAN
>> > -I./include -I./src/common -I./src/os/unix -Werror
>> > -DPACKAGE_NAME=\"\"
>> > -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\"
>> > -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1
>> > -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1
>> > -DHAVE_STRING_H=1
>> > -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1
>> > -DHAVE_STDINT_H=1
>> > -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\"
>> > -DSIZEOF_SHORT=2
>> > -DSIZEOF_INT=4 -DSIZEOF_LONG=8 -DHAVE_NANOSLEEP=1 -DPA_USE_COREAUDIO=1
>> > src/hostapi/coreaudio/pa_mac_core_utilities.c -o
>> > src/hostapi/coreaudio/pa_mac_core_utilities.lo
>> > /bin/sh ./libtool --mode=compile cc -c -std=c99 -g -O2
>> > -DPA_LITTLE_ENDIAN
>> > -I./include -I./src/common -I./src/os/unix -Werror
>> > -DPACKAGE_NAME=\"\"
>> > -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\"
>> > -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1
>> > -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1
>> > -DHAVE_STRING_H=1
>> > -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1
>> > -DHAVE_STDINT_H=1
>> > -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\"
>> > -DSIZEOF_SHORT=2
>> > -DSIZEOF_INT=4 -DSIZEOF_LONG=8 -DHAVE_NANOSLEEP=1 -DPA_USE_COREAUDIO=1
>> > src/hostapi/coreaudio/pa_mac_core_blocking.c -o
>> > src/hostapi/coreaudio/pa_mac_core_blocking.lo
>> > libtool: compile:  cc -c -std=c99 -g -O2 -DPA_LITTLE_ENDIAN -I./include
>> > -I./src/common -I./src/os/unix -Werror -DPACKAGE_NAME=\"\"
>> > -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\"
>> > -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1
>> > -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1
>> > -DHAVE_STRING_H=1
>> > -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1
>> > -DHAVE_STDINT_H=1
>> > -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\"
>> > -DSIZEOF_SHORT=2
>> > -DSIZEOF_INT=4 -DSIZEOF_LONG=8 -DHAVE_NANOSLEEP=1 -DPA_USE_COREAUDIO=1
>> > src/os/unix/pa_unix_util.c  -fno-common -DPIC -o
>> > src/os/unix/.libs/pa_unix_util.o
>> > brew: superenv removed: -g -O2 -Werror
>> > libtool: compile:  cc -c -std=c99 -g -O2 -DPA_LITTLE_ENDIAN -I./include
>> > -I./src/common -I./src/os/unix -Werror -DPACKAGE_NAME=\"\"
>> > -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\"
>> > -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1
>> > -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1
>> > -DHAVE_STRING_H=1
>> > -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1
>> > -DHAVE_STDINT_H=1
>> > -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\"
>> > -DSIZEOF_SHORT=2
>> > -DSIZEOF_INT=4 -DSIZEOF_LONG=8 -DHAVE_NANOSLEEP=1 -DPA_USE_COREAUDIO=1
>> > src/hostapi/coreaudio/pa_mac_core.c  -fno-common -DPIC -o
>> > src/hostapi/coreaudio/.libs/pa_mac_core.o
>> > libtool: compile:  cc -c -std=c99 -g -O2 -DPA_LITTLE_ENDIAN -I./include
>> > -I./src/common -I./src/os/unix -Werror -DPACKAGE_NAME=\"\"
>> > -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\"
>> > -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1
>> > -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1
>> > -DHAVE_STRING_H=1
>> > -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1
>> > -DHAVE_STDINT_H=1
>> > -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\"
>> > -DSIZEOF_SHORT=2
>> > -DSIZEOF_INT=4 -DSIZEOF_LONG=8 -DHAVE_NANOSLEEP=1 -DPA_USE_COREAUDIO=1
>> > src/hostapi/coreaudio/pa_mac_core_utilities.c  -fno-common -DPIC -o
>> > src/hostapi/coreaudio/.libs/pa_mac_core_utilities.o
>> > brew: superenv removed: -g -O2 -Werror
>> > libtool: compile:  cc -c -std=c99 -g -O2 -DPA_LITTLE_ENDIAN -I./include
>> > -I./src/common -I./src/os/unix -Werror -DPACKAGE_NAME=\"\"
>> > -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\"
>> > -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1
>> > -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1
>> > -DHAVE_STRING_H=1
>> > -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1
>> > -DHAVE_STDINT_H=1
>> > -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\"
>> > -DSIZEOF_SHORT=2
>> > -DSIZEOF_INT=4 -DSIZEOF_LONG=8 -DHAVE_NANOSLEEP=1 -DPA_USE_COREAUDIO=1
>> > src/hostapi/coreaudio/pa_mac_core_blocking.c  -fno-common -DPIC -o
>> > src/hostapi/coreaudio/.libs/pa_mac_core_blocking.o
>> > brew: superenv removed: -g -O2 -Werror
>> > brew: superenv removed: -g -O2 -Werror
>> > libtool: compile:  cc -c -std=c99 -g -O2 -DPA_LITTLE_ENDIAN -I./include
>> > -I./src/common -I./src/os/unix -Werror -DPACKAGE_NAME=\"\"
>> > -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\"
>> > -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1
>> > -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1
>> > -DHAVE_STRING_H=1
>> > -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1
>> > -DHAVE_STDINT_H=1
>> > -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\"
>> > -DSIZEOF_SHORT=2
>> > -DSIZEOF_INT=4 -DSIZEOF_LONG=8 -DHAVE_NANOSLEEP=1 -DPA_USE_COREAUDIO=1
>> > src/os/unix/pa_unix_util.c -o src/os/unix/pa_unix_util.o >/dev/null 2>&1
>> > /bin/sh ./libtool --mode=compile cc -c -std=c99 -g -O2
>> > -DPA_LITTLE_ENDIAN
>> > -I./include -I./src/common -I./src/os/unix -Werror
>> > -DPACKAGE_NAME=\"\"
>> > -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\"
>> > -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1
>> > -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1
>> > -DHAVE_STRING_H=1
>> > -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1
>> > -DHAVE_STDINT_H=1
>> > -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\"
>> > -DSIZEOF_SHORT=2
>> > -DSIZEOF_INT=4 -DSIZEOF_LONG=8 -DHAVE_NANOSLEEP=1 -DPA_USE_COREAUDIO=1
>> > src/common/pa_ringbuffer.c -o src/common/pa_ringbuffer.lo
>> > libtool: compile:  cc -c -std=c99 -g -O2 -DPA_LITTLE_ENDIAN -I./include
>> > -I./src/common -I./src/os/unix -Werror -DPACKAGE_NAME=\"\"
>> > -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\"
>> > -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1
>> > -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1
>> > -DHAVE_STRING_H=1
>> > -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1
>> > -DHAVE_STDINT_H=1
>> > -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\"
>> > -DSIZEOF_SHORT=2
>> > -DSIZEOF_INT=4 -DSIZEOF_LONG=8 -DHAVE_NANOSLEEP=1 -DPA_USE_COREAUDIO=1
>> > src/common/pa_ringbuffer.c  -fno-common -DPIC -o
>> > src/common/.libs/pa_ringbuffer.o
>> > brew: superenv removed: -g -O2 -Werror
>> > libtool: compile:  cc -c -std=c99 -g -O2 -DPA_LITTLE_ENDIAN -I./include
>> > -I./src/common -I./src/os/unix -Werror -DPACKAGE_NAME=\"\"
>> > -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\"
>> > -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1
>> > -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1
>> > -DHAVE_STRING_H=1
>> > -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1
>> > -DHAVE_STDINT_H=1
>> > -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\"
>> > -DSIZEOF_SHORT=2
>> > -DSIZEOF_INT=4 -DSIZEOF_LONG=8 -DHAVE_NANOSLEEP=1 -DPA_USE_COREAUDIO=1
>> > src/hostapi/coreaudio/pa_mac_core_blocking.c -o
>> > src/hostapi/coreaudio/pa_mac_core_blocking.o >/dev/null 2>&1
>> > libtool: compile:  cc -c -std=c99 -g -O2 -DPA_LITTLE_ENDIAN -I./include
>> > -I./src/common -I./src/os/unix -Werror -DPACKAGE_NAME=\"\"
>> > -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\"
>> > -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1
>> > -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1
>> > -DHAVE_STRING_H=1
>> > -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1
>> > -DHAVE_STDINT_H=1
>> > -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\"
>> > -DSIZEOF_SHORT=2
>> > -DSIZEOF_INT=4 -DSIZEOF_LONG=8 -DHAVE_NANOSLEEP=1 -DPA_USE_COREAUDIO=1
>> > src/common/pa_ringbuffer.c -o src/common/pa_ringbuffer.o >/dev/null 2>&1
>> > libtool: compile:  cc -c -std=c99 -g -O2 -DPA_LITTLE_ENDIAN -I./include
>> > -I./src/common -I./src/os/unix -Werror -DPACKAGE_NAME=\"\"
>> > -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\"
>> > -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1
>> > -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1
>> > -DHAVE_STRING_H=1
>> > -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1
>> > -DHAVE_STDINT_H=1
>> > -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\"
>> > -DSIZEOF_SHORT=2
>> > -DSIZEOF_INT=4 -DSIZEOF_LONG=8 -DHAVE_NANOSLEEP=1 -DPA_USE_COREAUDIO=1
>> > src/hostapi/coreaudio/pa_mac_core_utilities.c -o
>> > src/hostapi/coreaudio/pa_mac_core_utilities.o >/dev/null 2>&1
>> > libtool: compile:  cc -c -std=c99 -g -O2 -DPA_LITTLE_ENDIAN -I./include
>> > -I./src/common -I./src/os/unix -Werror -DPACKAGE_NAME=\"\"
>> > -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\"
>> > -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1
>> > -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1
>> > -DHAVE_STRING_H=1
>> > -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1
>> > -DHAVE_STDINT_H=1
>> > -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\"
>> > -DSIZEOF_SHORT=2
>> > -DSIZEOF_INT=4 -DSIZEOF_LONG=8 -DHAVE_NANOSLEEP=1 -DPA_USE_COREAUDIO=1
>> > src/hostapi/coreaudio/pa_mac_core.c -o
>> > src/hostapi/coreaudio/pa_mac_core.o
>> >>/dev/null 2>&1
>> > /bin/sh ./libtool --mode=link cc  -framework CoreAudio -framework
>> > AudioToolbox -framework AudioUnit -framework Carbon -dynamiclib
>> > -rpath
>> > /usr/local/Cellar/portaudio/19.20111121/lib -no-undefined
>> > -export-symbols-regex "(Pa|PaMacCore|PaJack|PaAlsa|PaAsio|PaOSS)_.*"
>> > -version-info 2:0:0 -o lib/libportaudio.la src/common/pa_allocation.lo
>> > src/common/pa_converters.lo src/common/pa_cpuload.lo
>> > src/common/pa_dither.lo
>> > src/common/pa_debugprint.lo src/common/pa_front.lo
>> > src/common/pa_process.lo
>> > src/common/pa_stream.lo src/common/pa_trace.lo
>> > src/hostapi/skeleton/pa_hostapi_skeleton.lo
>> > src/os/unix/pa_unix_hostapis.lo
>> > src/os/unix/pa_unix_util.lo src/hostapi/coreaudio/pa_mac_core.lo
>> > src/hostapi/coreaudio/pa_mac_core_utilities.lo
>> > src/hostapi/coreaudio/pa_mac_core_blocking.lo
>> > src/common/pa_ringbuffer.lo
>> > libtool: link: /usr/bin/nm  src/common/.libs/pa_allocation.o
>> > src/common/.libs/pa_converters.o src/common/.libs/pa_cpuload.o
>> > src/common/.libs/pa_dither.o src/common/.libs/pa_debugprint.o
>> > src/common/.libs/pa_front.o src/common/.libs/pa_process.o
>> > src/common/.libs/pa_stream.o src/common/.libs/pa_trace.o
>> > src/hostapi/skeleton/.libs/pa_hostapi_skeleton.o
>> > src/os/unix/.libs/pa_unix_hostapis.o src/os/unix/.libs/pa_unix_util.o
>> > src/hostapi/coreaudio/.libs/pa_mac_core.o
>> > src/hostapi/coreaudio/.libs/pa_mac_core_utilities.o
>> > src/hostapi/coreaudio/.libs/pa_mac_core_blocking.o
>> > src/common/.libs/pa_ringbuffer.o   | sed -n -e 's/^.*[
>> > ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2
>> > \2/p' |
>> > sed '/ __gnu_lto/d' | /usr/local/Library/ENV/4.3/sed 's/.* //' | sort |
>> > uniq
>> >> lib/.libs/libportaudio.exp
>> > /usr/bin/nm: no name list
>> > libtool: link: /usr/bin/grep -E -e
>> > "(Pa|PaMacCore|PaJack|PaAlsa|PaAsio|PaOSS)_.*"
>> > "lib/.libs/libportaudio.exp"
>> >> "lib/.libs/libportaudio.expT"
>> > libtool: link: mv -f "lib/.libs/libportaudio.expT"
>> > "lib/.libs/libportaudio.exp"
>> > libtool: link: sed 's,^,_,' < lib/.libs/libportaudio.exp >
>> > lib/.libs/libportaudio-symbols.expsym
>> > libtool: link: cc -dynamiclib  -o lib/.libs/libportaudio.2.dylib
>> > src/common/.libs/pa_allocation.o src/common/.libs/pa_converters.o
>> > src/common/.libs/pa_cpuload.o src/common/.libs/pa_dither.o
>> > src/common/.libs/pa_debugprint.o src/common/.libs/pa_front.o
>> > src/common/.libs/pa_process.o src/common/.libs/pa_stream.o
>> > src/common/.libs/pa_trace.o
>> > src/hostapi/skeleton/.libs/pa_hostapi_skeleton.o
>> > src/os/unix/.libs/pa_unix_hostapis.o src/os/unix/.libs/pa_unix_util.o
>> > src/hostapi/coreaudio/.libs/pa_mac_core.o
>> > src/hostapi/coreaudio/.libs/pa_mac_core_utilities.o
>> > src/hostapi/coreaudio/.libs/pa_mac_core_blocking.o
>> > src/common/.libs/pa_ringbuffer.o   -framework CoreAudio -framework
>> > AudioToolbox -framework AudioUnit -framework Carbon    -framework
>> > CoreAudio
>> > -framework AudioToolbox -framework AudioUnit -framework Carbon
>> > -install_name
>> > /usr/local/Cellar/portaudio/19.20111121/lib/libportaudio.2.dylib
>> > -compatibility_version 3 -current_version 3.0 -Wl,-single_module
>> > -Wl,-exported_symbols_list,lib/.libs/libportaudio-symbols.expsym
>> > libtool: link: (cd "lib/.libs" && rm -f "libportaudio.dylib" && ln -s
>> > "libportaudio.2.dylib" "libportaudio.dylib")
>> > libtool: link: /usr/bin/ar cru lib/.libs/libportaudio.a
>> > src/common/pa_allocation.o src/common/pa_converters.o
>> > src/common/pa_cpuload.o src/common/pa_dither.o
>> > src/common/pa_debugprint.o
>> > src/common/pa_front.o src/common/pa_process.o src/common/pa_stream.o
>> > src/common/pa_trace.o src/hostapi/skeleton/pa_hostapi_skeleton.o
>> > src/os/unix/pa_unix_hostapis.o src/os/unix/pa_unix_util.o
>> > src/hostapi/coreaudio/pa_mac_core.o
>> > src/hostapi/coreaudio/pa_mac_core_utilities.o
>> > src/hostapi/coreaudio/pa_mac_core_blocking.o src/common/pa_ringbuffer.o
>> > /usr/bin/ranlib: file: lib/.libs/libportaudio.a(pa_trace.o) has no
>> > symbols
>> > libtool: link: ranlib lib/.libs/libportaudio.a
>> > ranlib: file: lib/.libs/libportaudio.a(pa_trace.o) has no symbols
>> > libtool: link: ( cd "lib/.libs" && rm -f "libportaudio.la" && ln -s
>> > "../libportaudio.la" "libportaudio.la" )
>> > /usr/bin/install -c -d /usr/local/Cellar/portaudio/19.20111121/lib
>> > /bin/sh ./libtool --mode=install /usr/bin/install -c lib/libportaudio.la
>> > /usr/local/Cellar/portaudio/19.20111121/lib
>> > libtool: install: /usr/bin/install -c lib/.libs/libportaudio.2.dylib
>> > /usr/local/Cellar/portaudio/19.20111121/lib/libportaudio.2.dylib
>> > libtool: install: (cd /usr/local/Cellar/portaudio/19.20111121/lib && {
>> > ln -s
>> > -f libportaudio.2.dylib libportaudio.dylib || { rm -f libportaudio.dylib
>> > &&
>> > ln -s libportaudio.2.dylib libportaudio.dylib; }; })
>> > libtool: install: /usr/bin/install -c lib/.libs/libportaudio.lai
>> > /usr/local/Cellar/portaudio/19.20111121/lib/libportaudio.la
>> > libtool: install: /usr/bin/install -c lib/.libs/libportaudio.a
>> > /usr/local/Cellar/portaudio/19.20111121/lib/libportaudio.a
>> > libtool: install: chmod 644
>> > /usr/local/Cellar/portaudio/19.20111121/lib/libportaudio.a
>> > libtool: install: ranlib
>> > /usr/local/Cellar/portaudio/19.20111121/lib/libportaudio.a
>> > ranlib: file:
>> > /usr/local/Cellar/portaudio/19.20111121/lib/libportaudio.a(pa_trace.o)
>> > has
>> > no symbols
>> > /usr/bin/install -c -d /usr/local/Cellar/portaudio/19.20111121/include
>> > for include in portaudio.h; do \
>> > /usr/bin/install -c -m 644 -m 644 ./include/$include
>> > /usr/local/Cellar/portaudio/19.20111121/include/$include; \
>> > done
>> > /usr/bin/install -c -d
>> > /usr/local/Cellar/portaudio/19.20111121/lib/pkgconfig
>> > /usr/bin/install -c -m 644 portaudio-2.0.pc
>> > /usr/local/Cellar/portaudio/19.20111121/lib/pkgconfig/portaudio-2.0.pc
>> >
>> > ------------------------------------------------------------
>> > PortAudio was successfully installed.
>> >
>> > On some systems (e.g. Linux) you should run 'ldconfig' now
>> > to make the shared object available.  You may also need to
>> > modify your LD_LIBRARY_PATH environment variable to include
>> > the directory /usr/local/Cellar/portaudio/19.20111121/lib
>> > ------------------------------------------------------------
>> >
>> > /usr/bin/make install-recursive
>> > if test -n "" ; then for dir in ""; do /usr/bin/make -C $dir install;
>> > done ;
>> > fi
>> > ==> Cleaning
>> > rm: /usr/local/Cellar/portaudio/19.20111121/lib/libportaudio.la
>> > ==> Finishing up
>> > ln -s ../Cellar/portaudio/19.20111121/include/portaudio.h portaudio.h
>> > ln -s ../Cellar/portaudio/19.20111121/include/pa_mac_core.h
>> > pa_mac_core.h
>> > ln -s ../../Cellar/portaudio/19.20111121/lib/pkgconfig/portaudio-2.0.pc
>> > portaudio-2.0.pc
>> > ln -s ../Cellar/portaudio/19.20111121/lib/libportaudio.dylib
>> > libportaudio.dylib
>> > ln -s ../Cellar/portaudio/19.20111121/lib/libportaudio.a libportaudio.a
>> > ln -s ../Cellar/portaudio/19.20111121/lib/libportaudio.2.dylib
>> > libportaudio.2.dylib
>> > ln -s ../../Cellar/portaudio/19.20111121 portaudio
>> > ln -s ../Cellar/portaudio/19.20111121 portaudio
>> > ==> Summary
>> > 🍺  /usr/local/Cellar/portaudio/19.20111121: 8 files, 308K, built in 10
>> > seconds
>> > ==> Installing csound dependency: portmidi
>> > ==> Downloading
>> >
>> > http://downloads.sourceforge.net/project/portmedia/portmidi/217/portmidi-src-217.zip
>> > Already downloaded: /Library/Caches/Homebrew/portmidi-217.zip
>> > unzip /Library/Caches/Homebrew/portmidi-217.zip
>> > Archive:  /Library/Caches/Homebrew/portmidi-217.zip
>> >    creating: portmidi/
>> >   inflating: portmidi/ALL_BUILD.vcproj
>> >   inflating: portmidi/CHANGELOG.txt
>> >   inflating: portmidi/CMakeLists.txt
>> >   inflating: portmidi/Doxyfile
>> >   inflating: portmidi/license.txt
>> >    creating: portmidi/pm_cl/
>> >   inflating: portmidi/pm_cl/cffi-portmidi.lisp
>> >   inflating: portmidi/pm_cl/README_CL.txt
>> >   inflating: portmidi/pm_cl/test-no-cm.lisp
>> >    creating: portmidi/pm_common/
>> >   inflating: portmidi/pm_common/CMakeLists.txt
>> >   inflating: portmidi/pm_common/pminternal.h
>> >   inflating: portmidi/pm_common/pmjni.vcproj
>> >   inflating: portmidi/pm_common/pmutil.c
>> >   inflating: portmidi/pm_common/pmutil.h
>> >   inflating: portmidi/pm_common/portmidi-dynamic.vcproj
>> >   inflating: portmidi/pm_common/portmidi-static.vcproj
>> >   inflating: portmidi/pm_common/portmidi.c
>> >   inflating: portmidi/pm_common/portmidi.h
>> >    creating: portmidi/pm_csharp/
>> >    creating: portmidi/pm_csharp/pm_managed/
>> >   inflating: portmidi/pm_csharp/pm_managed/app.ico
>> >   inflating: portmidi/pm_csharp/pm_managed/app.rc
>> >   inflating: portmidi/pm_csharp/pm_managed/AssemblyInfo.cpp
>> >   inflating: portmidi/pm_csharp/pm_managed/pm_managed.cpp
>> >   inflating: portmidi/pm_csharp/pm_managed/pm_managed.h
>> >   inflating: portmidi/pm_csharp/pm_managed/pm_managed.vcproj
>> >   inflating: portmidi/pm_csharp/pm_managed/ReadMe.txt
>> >   inflating: portmidi/pm_csharp/pm_managed/resource.h
>> >   inflating: portmidi/pm_csharp/pm_managed/Stdafx.cpp
>> >   inflating: portmidi/pm_csharp/pm_managed/Stdafx.h
>> >   inflating: portmidi/pm_csharp/README.txt
>> >    creating: portmidi/pm_dylib/
>> >   inflating: portmidi/pm_dylib/CMakeLists.txt
>> >   inflating: portmidi/pm_dylib/portmidi-dynamic.vcproj
>> >   inflating: portmidi/pm_dylib/README.txt
>> >    creating: portmidi/pm_java/
>> >   inflating: portmidi/pm_java/CMakeLists.txt
>> >   inflating: portmidi/pm_java/JavaExe.exe
>> >    creating: portmidi/pm_java/jportmidi/
>> >   inflating: portmidi/pm_java/jportmidi/JPortMidi.java
>> >   inflating: portmidi/pm_java/jportmidi/JPortMidiApi.java
>> >   inflating: portmidi/pm_java/jportmidi/JPortMidiException.java
>> >   inflating: portmidi/pm_java/mac-make.sh
>> >   inflating: portmidi/pm_java/make.bat
>> >    creating: portmidi/pm_java/pmdefaults/
>> >   inflating: portmidi/pm_java/pmdefaults/manifest.txt
>> >   inflating: portmidi/pm_java/pmdefaults/pmdefaults
>> >   inflating: portmidi/pm_java/pmdefaults/pmdefaults-icon.bmp
>> >   inflating: portmidi/pm_java/pmdefaults/pmdefaults-icon.gif
>> >  extracting: portmidi/pm_java/pmdefaults/pmdefaults-icon.png
>> >   inflating: portmidi/pm_java/pmdefaults/pmdefaults-icon.xcf
>> >   inflating: portmidi/pm_java/pmdefaults/pmdefaults-license.txt
>> >   inflating: portmidi/pm_java/pmdefaults/pmdefaults.icns
>> >   inflating: portmidi/pm_java/pmdefaults/pmdefaults.ico
>> >   inflating: portmidi/pm_java/pmdefaults/PmDefaults.java
>> >   inflating: portmidi/pm_java/pmdefaults/PmDefaultsFrame.java
>> >  extracting: portmidi/pm_java/pmdefaults/portmusic_logo.png
>> >   inflating: portmidi/pm_java/pmdefaults/readme-win32.txt
>> >   inflating: portmidi/pm_java/pmdefaults/README.txt
>> >   inflating: portmidi/pm_java/pmdefaults-setup-script.iss
>> >    creating: portmidi/pm_java/pmjni/
>> >   inflating: portmidi/pm_java/pmjni/jportmidi_JportMidiApi.h
>> >   inflating: portmidi/pm_java/pmjni/pmjni-VC8.vcproj
>> >   inflating: portmidi/pm_java/pmjni/pmjni.c
>> >   inflating: portmidi/pm_java/pmjni/pmjni.rc
>> >   inflating: portmidi/pm_java/README.txt
>> >    creating: portmidi/pm_java/setup/
>> >   inflating: portmidi/pm_java/setup/pmdefaults-setup.exe
>> >   inflating: portmidi/pm_java/UpdateRsrcJavaExe.exe
>> >    creating: portmidi/pm_linux/
>> >   inflating: portmidi/pm_linux/finddefault.c
>> >   inflating: portmidi/pm_linux/pmlinux.c
>> >   inflating: portmidi/pm_linux/pmlinux.h
>> >   inflating: portmidi/pm_linux/pmlinuxalsa.c
>> >   inflating: portmidi/pm_linux/pmlinuxalsa.h
>> >   inflating: portmidi/pm_linux/README_LINUX.txt
>> >    creating: portmidi/pm_mac/
>> >   inflating: portmidi/pm_mac/finddefault.c
>> >   inflating: portmidi/pm_mac/Makefile.osx
>> >    creating: portmidi/pm_mac/pm_mac.xcodeproj/
>> >   inflating: portmidi/pm_mac/pm_mac.xcodeproj/project.pbxproj
>> >    creating: portmidi/pm_mac/pmdefaults/
>> >    creating: portmidi/pm_mac/pmdefaults/make/
>> >   inflating: portmidi/pm_mac/pmdefaults/make/build.xml
>> >   inflating: portmidi/pm_mac/pmdefaults/make/find-classrefs.sh
>> >    creating: portmidi/pm_mac/pmdefaults/resources/
>> >    creating: portmidi/pm_mac/pmdefaults/resources/English.lproj/
>> >   inflating:
>> > portmidi/pm_mac/pmdefaults/resources/English.lproj/Credits.rtf
>> >   inflating:
>> > portmidi/pm_mac/pmdefaults/resources/English.lproj/InfoPlist.strings
>> >   inflating: portmidi/pm_mac/pmdefaults/resources/Info.plist
>> >   inflating: portmidi/pm_mac/pmdefaults/resources/Manifest
>> >   inflating: portmidi/pm_mac/pmmac.c
>> >   inflating: portmidi/pm_mac/pmmac.h
>> >   inflating: portmidi/pm_mac/pmmacosxcm.c
>> >   inflating: portmidi/pm_mac/pmmacosxcm.h
>> >   inflating: portmidi/pm_mac/readbinaryplist.c
>> >   inflating: portmidi/pm_mac/readbinaryplist.h
>> >   inflating: portmidi/pm_mac/README_MAC.txt
>> >    creating: portmidi/pm_mingw/
>> >    creating: portmidi/pm_mingw/eclipse/
>> >   inflating: portmidi/pm_mingw/eclipse/dot-cproject
>> >   inflating: portmidi/pm_mingw/eclipse/dot-project
>> >   inflating: portmidi/pm_mingw/eclipse/README.txt
>> >    creating: portmidi/pm_mingw/msys/
>> >   inflating: portmidi/pm_mingw/msys/README-MSYS.txt
>> >   inflating: portmidi/pm_mingw/README-MINGW.txt
>> >    creating: portmidi/pm_python/
>> >    creating: portmidi/pm_python/pyportmidi/
>> >  extracting: portmidi/pm_python/pyportmidi/__init__.py
>> >   inflating: portmidi/pm_python/pyportmidi/_pyportmidi.c
>> >   inflating: portmidi/pm_python/pyportmidi/_pyportmidi.pyx
>> >    creating: portmidi/pm_python/pyportmidi/examples/
>> >   inflating: portmidi/pm_python/pyportmidi/midi.py
>> >    creating: portmidi/pm_python/pyportmidi/tests/
>> >   inflating: portmidi/pm_python/README_PYTHON.txt
>> >   inflating: portmidi/pm_python/setup.py
>> >    creating: portmidi/pm_qt/
>> >   inflating: portmidi/pm_qt/portmidi.pro
>> >   inflating: portmidi/pm_qt/README_QT.txt
>> >    creating: portmidi/pm_test/
>> >   inflating: portmidi/pm_test/CMakeLists.txt
>> >   inflating: portmidi/pm_test/latency.c
>> >   inflating: portmidi/pm_test/latency.vcproj
>> >   inflating: portmidi/pm_test/midiclock.c
>> >   inflating: portmidi/pm_test/midiclock.vcproj
>> >   inflating: portmidi/pm_test/midithread.c
>> >   inflating: portmidi/pm_test/midithread.vcproj
>> >   inflating: portmidi/pm_test/midithru.c
>> >   inflating: portmidi/pm_test/midithru.vcproj
>> >   inflating: portmidi/pm_test/mm.c
>> >   inflating: portmidi/pm_test/mm.vcproj
>> >   inflating: portmidi/pm_test/qtest.c
>> >   inflating: portmidi/pm_test/qtest.vcproj
>> >   inflating: portmidi/pm_test/sysex.c
>> >   inflating: portmidi/pm_test/sysex.vcproj
>> >   inflating: portmidi/pm_test/test.c
>> >   inflating: portmidi/pm_test/test.vcproj
>> >   inflating: portmidi/pm_test/txdata.syx
>> >    creating: portmidi/pm_win/
>> >   inflating: portmidi/pm_win/clean_cmake.bat
>> >   inflating: portmidi/pm_win/clean_up_vcproj.awk
>> >   inflating: portmidi/pm_win/clean_up_vcproj.bat
>> >   inflating: portmidi/pm_win/debugging_dlls.txt
>> >   inflating: portmidi/pm_win/pmwin.c
>> >   inflating: portmidi/pm_win/pmwinmm.c
>> >   inflating: portmidi/pm_win/pmwinmm.h
>> >   inflating: portmidi/pm_win/README_WIN.txt
>> >   inflating: portmidi/pm_win/static.cmake
>> >   inflating: portmidi/portmidi.sln
>> >  extracting: portmidi/portmidi_cdt.zip
>> >  extracting: portmidi/portmusic_logo.png
>> >    creating: portmidi/porttime/
>> >   inflating: portmidi/porttime/porttime-VC8.vcproj
>> >   inflating: portmidi/porttime/porttime.c
>> >   inflating: portmidi/porttime/porttime.dsp
>> >   inflating: portmidi/porttime/porttime.h
>> >   inflating: portmidi/porttime/porttime.vcproj
>> >   inflating: portmidi/porttime/ptlinux.c
>> >   inflating: portmidi/porttime/ptmacosx_cf.c
>> >   inflating: portmidi/porttime/ptmacosx_mach.c
>> >   inflating: portmidi/porttime/ptwinmm.c
>> >   inflating: portmidi/README.txt
>> >   inflating: portmidi/ZERO_CHECK.vcproj
>> > ==> Patching
>> > /usr/bin/patch -f -p1 -i 000-homebrew.diff
>> > patching file pm_common/CMakeLists.txt
>> > ==> make -f pm_mac/Makefile.osx
>> > make -f pm_mac/Makefile.osx
>> > rm -f CMakeCache.txt
>> > mkdir -p Release
>> > cd Release; cmake .. -G "Unix Makefiles" -DCMAKE_BUILD_TYPE=Release
>> > -- The C compiler identification is Clang 4.2.0
>> > -- The CXX compiler identification is Clang 4.2.0
>> > -- Check for working C compiler: /usr/local/Library/ENV/4.3/cc
>> > -- Check for working C compiler: /usr/local/Library/ENV/4.3/cc -- works
>> > -- Detecting C compiler ABI info
>> > -- Detecting C compiler ABI info - done
>> > -- Check for working CXX compiler: /usr/local/Library/ENV/4.3/c++
>> > -- Check for working CXX compiler: /usr/local/Library/ENV/4.3/c++ --
>> > works
>> > -- Detecting CXX compiler ABI info
>> > -- Detecting CXX compiler ABI info - done
>> > -- SYSROOT:
>> >
>> > //Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk
>> > -- DEFAULT_DEBUG_FLAGS not nil: -g
>> > -- SYSROOT:
>> >
>> > //Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk
>> > -- Configuring done
>> > -- Generating done
>> > -- Build files have been written to: /tmp/portmidi-LptP/portmidi/Release
>> > cd Release; make
>> > Scanning dependencies of target portmidi-dynamic
>> > Scanning dependencies of target portmidi-static
>> > [  4%] [ 13%] [ 13%] [ 18%] Building C object
>> > pm_dylib/CMakeFiles/portmidi-dynamic.dir/__/pm_mac/pmmacosxcm.c.o
>> > Building C object
>> > pm_dylib/CMakeFiles/portmidi-dynamic.dir/__/pm_mac/pmmac.c.o
>> > Building C object
>> > pm_common/CMakeFiles/portmidi-static.dir/__/pm_mac/pmmac.c.o
>> > Building C object
>> > pm_common/CMakeFiles/portmidi-static.dir/__/pm_mac/pmmacosxcm.c.o
>> > brew: superenv removed: -O3 -arch i386 -arch ppc -arch x86_64 -isysroot
>> >
>> > //Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk
>> > brew: superenv removed: -O3 -arch i386 -arch ppc -arch x86_64 -isysroot
>> >
>> > //Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk
>> > brew: superenv removed: -O3 -arch i386 -arch ppc -arch x86_64 -isysroot
>> >
>> > //Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk
>> > brew: superenv removed: -O3 -arch i386 -arch ppc -arch x86_64 -isysroot
>> >
>> > //Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk
>> > [ 22%] [ 27%] Building C object
>> > pm_dylib/CMakeFiles/portmidi-dynamic.dir/__/pm_mac/readbinaryplist.c.o
>> > Building C object
>> > pm_common/CMakeFiles/portmidi-static.dir/__/pm_mac/readbinaryplist.c.o
>> > brew: superenv removed: -O3 -arch i386 -arch ppc -arch x86_64 -isysroot
>> >
>> > //Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk
>> > brew: superenv removed: -O3 -arch i386 -arch ppc -arch x86_64 -isysroot
>> >
>> > //Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk
>> > [ 31%] [ 36%] Building C object
>> > pm_dylib/CMakeFiles/portmidi-dynamic.dir/__/pm_mac/finddefault.c.o
>> > Building C object
>> > pm_common/CMakeFiles/portmidi-static.dir/__/pm_mac/finddefault.c.o
>> > brew: superenv removed: -O3 -arch i386 -arch ppc -arch x86_64 -isysroot
>> >
>> > //Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk
>> > brew: superenv removed: -O3 -arch i386 -arch ppc -arch x86_64 -isysroot
>> >
>> > //Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk
>> > [ 40%] [ 45%] Building C object
>> > pm_common/CMakeFiles/portmidi-static.dir/__/porttime/ptmacosx_mach.c.o
>> > Building C object pm_common/CMakeFiles/portmidi-static.dir/pmutil.c.o
>> > brew: superenv removed: -O3 -arch i386 -arch ppc -arch x86_64 -isysroot
>> >
>> > //Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk
>> > brew: superenv removed: -O3 -arch i386 -arch ppc -arch x86_64 -isysroot
>> >
>> > //Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk
>> > [ 50%] Building C object
>> > pm_common/CMakeFiles/portmidi-static.dir/portmidi.c.o
>> > [ 54%] Building C object
>> > pm_dylib/CMakeFiles/portmidi-dynamic.dir/__/porttime/ptmacosx_mach.c.o
>> > brew: superenv removed: -O3 -arch i386 -arch ppc -arch x86_64 -isysroot
>> >
>> > //Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk
>> > brew: superenv removed: -O3 -arch i386 -arch ppc -arch x86_64 -isysroot
>> >
>> > //Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk
>> > [ 59%] [ 63%] Building C object
>> > pm_dylib/CMakeFiles/portmidi-dynamic.dir/__/pm_common/pmutil.c.o
>> > Building C object
>> > pm_dylib/CMakeFiles/portmidi-dynamic.dir/__/pm_common/portmidi.c.o
>> > brew: superenv removed: -O3 -arch i386 -arch ppc -arch x86_64 -isysroot
>> >
>> > //Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk
>> > brew: superenv removed: -O3 -arch i386 -arch ppc -arch x86_64 -isysroot
>> >
>> > //Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk
>> > Linking C static library ../libportmidi_s.a
>> > [ 63%] Built target portmidi-static
>> > Linking C shared library ../libportmidi.dylib
>> > Scanning dependencies of target latency
>> > Scanning dependencies of target midithread
>> > Scanning dependencies of target midiclock
>> > [ 72%] [ 72%] [ 77%] Building C object
>> > pm_test/CMakeFiles/latency.dir/latency.c.o
>> > Building C object pm_test/CMakeFiles/midithread.dir/midithread.c.o
>> > brew: superenv removed: -O3 -arch i386 -arch ppc -arch x86_64 -isysroot
>> >
>> > //Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk
>> > Building C object pm_test/CMakeFiles/midiclock.dir/midiclock.c.o
>> > brew: superenv removed: -O3 -arch i386 -arch ppc -arch x86_64 -isysroot
>> >
>> > //Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk
>> > brew: superenv removed: -O3 -arch i386 -arch ppc -arch x86_64 -isysroot
>> >
>> > //Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk
>> > brew: superenv removed: -O3 -arch i386 -arch ppc -arch x86_64 -isysroot
>> >
>> > //Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk
>> > [ 77%] Built target portmidi-dynamic
>> > Scanning dependencies of target midithru
>> > [ 81%] Linking C executable ../midiclock
>> > Building C object pm_test/CMakeFiles/midithru.dir/midithru.c.o
>> > Linking C executable ../midithread
>> > Linking C executable ../latency
>> > brew: superenv removed: -O3 -arch i386 -arch ppc -arch x86_64 -isysroot
>> >
>> > //Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk
>> > brew: superenv removed: -O3 -arch i386 -arch ppc -arch x86_64 -isysroot
>> >
>> > //Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk
>> > brew: superenv removed: -O3 -arch i386 -arch ppc -arch x86_64 -isysroot
>> >
>> > //Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk
>> > brew: superenv removed: -O3 -arch i386 -arch ppc -arch x86_64 -isysroot
>> >
>> > //Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk
>> > [ 81%] [ 81%] Built target midiclock
>> > Built target latency
>> > [ 81%] Built target midithread
>> > Linking C executable ../midithru
>> > Scanning dependencies of target mm
>> > Scanning dependencies of target qtest
>> > Scanning dependencies of target sysex
>> > [ 86%] [ 90%] brew: superenv removed: -O3 -arch i386 -arch ppc -arch
>> > x86_64
>> > -isysroot
>> >
>> > //Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk
>> > [ 95%] Building C object pm_test/CMakeFiles/qtest.dir/qtest.c.o
>> > Building C object pm_test/CMakeFiles/mm.dir/mm.c.o
>> > Building C object pm_test/CMakeFiles/sysex.dir/sysex.c.o
>> > brew: superenv removed: -O3 -arch i386 -arch ppc -arch x86_64 -isysroot
>> >
>> > //Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk
>> > brew: superenv removed: -O3 -arch i386 -arch ppc -arch x86_64 -isysroot
>> >
>> > //Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk
>> > brew: superenv removed: -O3 -arch i386 -arch ppc -arch x86_64 -isysroot
>> >
>> > //Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk
>> > [ 95%] Built target midithru
>> > Scanning dependencies of target test
>> > [100%] Building C object pm_test/CMakeFiles/test.dir/test.c.o
>> > brew: superenv removed: -O3 -arch i386 -arch ppc -arch x86_64 -isysroot
>> >
>> > //Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk
>> > Linking C executable ../qtest
>> > Linking C executable ../mm
>> > Linking C executable ../sysex
>> > brew: superenv removed: -O3 -arch i386 -arch ppc -arch x86_64 -isysroot
>> >
>> > //Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk
>> > brew: superenv removed: -O3 -arch i386 -arch ppc -arch x86_64 -isysroot
>> >
>> > //Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk
>> > brew: superenv removed: -O3 -arch i386 -arch ppc -arch x86_64 -isysroot
>> >
>> > //Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk
>> > [100%] Built target qtest
>> > Linking C executable ../test
>> > [100%] Built target mm
>> > [100%] Built target sysex
>> > brew: superenv removed: -O3 -arch i386 -arch ppc -arch x86_64 -isysroot
>> >
>> > //Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk
>> > [100%] Built target test
>> > ==> make -f pm_mac/Makefile.osx install
>> > make -f pm_mac/Makefile.osx install
>> > install porttime/porttime.h  /usr/local/Cellar/portmidi/217/include/
>> > install pm_common/portmidi.h /usr/local/Cellar/portmidi/217/include
>> > install Release/libportmidi.dylib /usr/local/Cellar/portmidi/217/lib/
>> > ==> Cleaning
>> > ==> Finishing up
>> > ln -s ../Cellar/portmidi/217/include/porttime.h porttime.h
>> > ln -s ../Cellar/portmidi/217/include/portmidi.h portmidi.h
>> > ln -s ../Cellar/portmidi/217/lib/libportmidi.dylib libportmidi.dylib
>> > ln -s ../../Cellar/portmidi/217 portmidi
>> > ln -s ../Cellar/portmidi/217 portmidi
>> > ==> Summary
>> > 🍺  /usr/local/Cellar/portmidi/217: 7 files, 104K, built in 3 seconds
>> > ==> Installing csound
>> > ==> Cloning git://git.code.sourceforge.net/p/csound/csound6-git
>> > git --git-dir /Library/Caches/Homebrew/csound--git/.git status -s
>> > Updating /Library/Caches/Homebrew/csound--git
>> > git config remote.origin.url
>> > git://git.code.sourceforge.net/p/csound/csound6-git
>> > git config remote.origin.fetch
>> > +refs/heads/master:refs/remotes/origin/master
>> > git fetch origin
>> > git checkout -f master
>> > Already on 'master'
>> > git reset --hard origin/HEAD
>> > HEAD is now at a014b11 Merge branch 'master' of
>> > https://git.code.sf.net/p/csound/csound6-git
>> > git reset --hard origin/HEAD
>> > HEAD is now at a014b11 Merge branch 'master' of
>> > https://git.code.sf.net/p/csound/csound6-git
>> > git checkout-index -a -f --prefix=/private/tmp/csound-gJSQ/
>> > ==> cmake . -DUSE_GETTEXT=0
>> > -DCMAKE_INSTALL_PREFIX=/usr/local/Cellar/csound/HEAD
>> > -DCMAKE_BUILD_TYPE=None
>> > -DCMAKE_FIND_FRAMEWORK=LAST -Wno-dev
>> > cmake . -DUSE_GETTEXT=0
>> > -DCMAKE_INSTALL_PREFIX=/usr/local/Cellar/csound/HEAD
>> > -DCMAKE_BUILD_TYPE=None -DCMAKE_FIND_FRAMEWORK=LAST -Wno-dev
>> > -- The C compiler identification is Clang 4.2.0
>> > -- The CXX compiler identification is Clang 4.2.0
>> > -- Check for working C compiler: /usr/local/Library/ENV/4.3/cc
>> > -- Check for working C compiler: /usr/local/Library/ENV/4.3/cc -- works
>> > -- Detecting C compiler ABI info
>> > -- Detecting C compiler ABI info - done
>> > -- Check for working CXX compiler: /usr/local/Library/ENV/4.3/c++
>> > -- Check for working CXX compiler: /usr/local/Library/ENV/4.3/c++ --
>> > works
>> > -- Detecting CXX compiler ABI info
>> > -- Detecting CXX compiler ABI info - done
>> > -- /tmp/csound-gJSQ
>> > -- BUILD_BIN_DIR set to /tmp/csound-gJSQ
>> > -- BUILD_LIB_DIR set to /tmp/csound-gJSQ
>> > -- BUILD_PLUGINS_DIR set to /tmp/csound-gJSQ
>> > -- Check if the system is big endian
>> > -- Searching 16 bit integer
>> > -- Looking for sys/types.h
>> > -- Looking for sys/types.h - found
>> > -- Looking for stdint.h
>> > -- Looking for stdint.h - found
>> > -- Looking for stddef.h
>> > -- Looking for stddef.h - found
>> > -- Check size of unsigned short
>> > -- Check size of unsigned short - done
>> > -- Using unsigned short
>> > -- Check if the system is big endian - little endian
>> > -- Try OpenMP C flag = [-fopenmp]
>> > -- Performing Test OpenMP_FLAG_DETECTED
>> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> > -- Try OpenMP C flag = [/openmp]
>> > -- Performing Test OpenMP_FLAG_DETECTED
>> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> > -- Try OpenMP C flag = [-Qopenmp]
>> > -- Performing Test OpenMP_FLAG_DETECTED
>> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> > -- Try OpenMP C flag = [-openmp]
>> > -- Performing Test OpenMP_FLAG_DETECTED
>> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> > -- Try OpenMP C flag = [ ]
>> > -- Performing Test OpenMP_FLAG_DETECTED
>> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> > -- Try OpenMP C flag = [-xopenmp]
>> > -- Performing Test OpenMP_FLAG_DETECTED
>> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> > -- Try OpenMP C flag = [+Oopenmp]
>> > -- Performing Test OpenMP_FLAG_DETECTED
>> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> > -- Try OpenMP C flag = [-qsmp]
>> > -- Performing Test OpenMP_FLAG_DETECTED
>> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> > -- Try OpenMP C flag = [-mp]
>> > -- Performing Test OpenMP_FLAG_DETECTED
>> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> > -- Try OpenMP CXX flag = [-fopenmp]
>> > -- Performing Test OpenMP_FLAG_DETECTED
>> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> > -- Try OpenMP CXX flag = [/openmp]
>> > -- Performing Test OpenMP_FLAG_DETECTED
>> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> > -- Try OpenMP CXX flag = [-Qopenmp]
>> > -- Performing Test OpenMP_FLAG_DETECTED
>> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> > -- Try OpenMP CXX flag = [-openmp]
>> > -- Performing Test OpenMP_FLAG_DETECTED
>> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> > -- Try OpenMP CXX flag = [ ]
>> > -- Performing Test OpenMP_FLAG_DETECTED
>> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> > -- Try OpenMP CXX flag = [-xopenmp]
>> > -- Performing Test OpenMP_FLAG_DETECTED
>> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> > -- Try OpenMP CXX flag = [+Oopenmp]
>> > -- Performing Test OpenMP_FLAG_DETECTED
>> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> > -- Try OpenMP CXX flag = [-qsmp]
>> > -- Performing Test OpenMP_FLAG_DETECTED
>> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> > -- Try OpenMP CXX flag = [-mp]
>> > -- Performing Test OpenMP_FLAG_DETECTED
>> > -- Performing Test OpenMP_FLAG_DETECTED - Failed
>> > -- Could NOT find OpenMP (missing:  OpenMP_C_FLAGS OpenMP_CXX_FLAGS)
>> > -- Looking for libintl.h
>> > -- Looking for libintl.h - not found
>> > -- Looking for C++ include eigen3/Eigen/Dense
>> > -- Looking for C++ include eigen3/Eigen/Dense - not found
>> > -- Could NOT find Gettext (missing:  GETTEXT_MSGMERGE_EXECUTABLE
>> > GETTEXT_MSGFMT_EXECUTABLE)
>> > -- Looking for lrint in m
>> > -- Looking for lrint in m - found
>> > -- Looking for unistd.h
>> > -- Looking for unistd.h - found
>> > -- Looking for io.h
>> > -- Looking for io.h - not found
>> > -- Looking for fcntl.h
>> > -- Looking for fcntl.h - found
>> > -- Looking for sys/time.h
>> > -- Looking for sys/time.h - found
>> > -- Looking for termios.h
>> > -- Looking for termios.h - found
>> > -- Looking for values.h
>> > -- Looking for values.h - not found
>> > -- Looking for winsock.h
>> > -- Looking for winsock.h - not found
>> > -- Looking for sys/socket.h
>> > -- Looking for sys/socket.h - found
>> > -- Looking for dirent.h
>> > -- Looking for dirent.h - found
>> > -- USE_LRINT is enabled
>> > -- Found FLEX: /usr/bin/flex (found version "2.5.35")
>> > -- Found BISON: /usr/bin/bison (found version "2.3")
>> > -- Looking for pthread_spin_lock
>> > -- Looking for pthread_spin_lock - not found
>> > -- Looking for pthread_barrier_init
>> > -- Looking for pthread_barrier_init - not found
>> > -- OPENMP_FOUND="FALSE", so disabling USE_OPEN_MP
>> > -- PTHREAD_BARRIER_INIT_EXISTS="", so disabling USE_OPEN_MP
>> > -- USE_OPEN_MP is disabled
>> > -- Not building with score parser
>> > -- Not building with new parser debugging
>> > -- Building with multicore
>> > -- USE_GETTEXT is disabled
>> > -- Not using localization
>> > -- Building on OSX
>> > -- Boost version: 1.53.0
>> > -- Looking for ladspa.h
>> > -- Looking for ladspa.h - not found
>> > -- Looking for fluidsynth.h
>> > -- Looking for fluidsynth.h - not found
>> > -- Looking for jack/jack.h
>> > -- Looking for jack/jack.h - found
>> > -- Looking for C++ include gmm/gmm.h
>> > -- Looking for C++ include gmm/gmm.h - not found
>> > -- Looking for lo/lo.h
>> > -- Looking for lo/lo.h - found
>> > -- Found ZLIB: /usr/lib/libz.dylib (found version "1.2.5")
>> > -- Found PNG: /usr/local/opt/libpng/lib/libpng.dylib (found version
>> > "1.5.14")
>> > -- Found PythonLibs: /usr/lib/libpython2.7.dylib (found version "2.7.1")
>> > -- Could NOT find Lua51 (missing:  LUA_LIBRARIES LUA_INCLUDE_DIR)
>> > -- Looking for wiiuse.h
>> > -- Looking for wiiuse.h - not found
>> > -- Looking for p5glove.h
>> > -- Looking for p5glove.h - not found
>> > -- BUILD_CHUA_OPCODES is enabled
>> > -- LADSPA_H="", so disabling BUILD_DSSI_OPCODES
>> > -- BUILD_DSSI_OPCODES is disabled
>> > -- FLUIDSYNTH_H="", so disabling BUILD_FLUID_OPCODES
>> > -- FLUIDSYNTH_LIBRARY="FLUIDSYNTH_LIBRARY-NOTFOUND", so disabling
>> > BUILD_FLUID_OPCODES
>> > -- BUILD_FLUID_OPCODES is disabled
>> > -- BUILD_JACK_OPCODES is enabled
>> > -- GMM_HEADER="", so disabling BUILD_LINEAR_ALGEBRA_OPCODES
>> > -- BUILD_LINEAR_ALGEBRA_OPCODES is disabled
>> > -- BUILD_OSC_OPCODES is enabled
>> > -- BUILD_IMAGE_OPCODES is enabled
>> > -- BUILD_PYTHON_OPCODES is enabled
>> > -- LUA51_FOUND="FALSE", so disabling BUILD_LUA_OPCODES
>> > -- OPENMP_FOUND="FALSE", so disabling BUILD_LUA_OPCODES
>> > -- BUILD_LUA_OPCODES is disabled
>> > -- WIIUSE_H="", so disabling BUILD_WIIMOTE_OPCODES
>> > -- BUILD_WIIMOTE_OPCODES is disabled
>> > -- P5GLOVE_H="", so disabling BUILD_P5GLOVE_OPCODES
>> > -- BUILD_P5GLOVE_OPCODES is disabled
>> > -- BUILD_STK_OPCODES is enabled
>> > --
>> > -- ## REALTIME AUDIO AND MIDI ##
>> > -- Looking for alsa/asoundlib.h
>> > -- Looking for alsa/asoundlib.h - not found
>> > -- Looking for pulse/simple.h
>> > -- Looking for pulse/simple.h - not found
>> > -- Looking for XOpenDisplay in
>> > /usr/X11/lib/libX11.dylib;/usr/X11/lib/libXext.dylib
>> > -- Looking for XOpenDisplay in
>> > /usr/X11/lib/libX11.dylib;/usr/X11/lib/libXext.dylib - found
>> > -- Looking for gethostbyname
>> > -- Looking for gethostbyname - found
>> > -- Looking for connect
>> > -- Looking for connect - found
>> > -- Looking for remove
>> > -- Looking for remove - found
>> > -- Looking for shmat
>> > -- Looking for shmat - found
>> > -- Looking for IceConnectionNumber in ICE
>> > -- Looking for IceConnectionNumber in ICE - found
>> > -- Found X11: /usr/X11/lib/libX11.dylib
>> > -- Found FLTK:
>> >
>> > /usr/local/lib/libfltk_images.a;/usr/local/lib/libfltk_forms.a;/usr/local/lib/libfltk.a
>> > -- USE_COREMIDI is enabled
>> > -- USE_AUDIOUNIT is enabled
>> > -- ALSA_HEADER="", so disabling USE_ALSA
>> > -- ALSA_LIBRARY="ALSA_LIBRARY-NOTFOUND", so disabling USE_ALSA
>> > -- USE_ALSA is disabled
>> > -- PULSEAUDIO_HEADER="", so disabling USE_PULSEAUDIO
>> > -- PULSEAUDIO_LIBRARY="PULSEAUDIO_LIBRARY-NOTFOUND", so disabling
>> > USE_PULSEAUDIO
>> > -- PULSESIMPLE_LIBRARY="PULSESIMPLE_LIBRARY-NOTFOUND", so disabling
>> > USE_PULSEAUDIO
>> > -- USE_PULSEAUDIO is disabled
>> > -- PORTAUDIO_HEADER="", so disabling USE_PORTAUDIO
>> > -- USE_PORTAUDIO is disabled
>> > -- PORTMIDI_HEADER="", so disabling USE_PORTMIDI
>> > -- USE_PORTMIDI is disabled
>> > -- USE_JACK is enabled
>> > -- USE_FLTK is enabled
>> > -- BUILD_VIRTUAL_KEYBOARD is enabled
>> > --
>> > -- Building C++ interface library
>> > -- Found SWIG: /usr/local/bin/swig (found suitable version "2.0.9",
>> > minimum
>> > required is "2.0")
>> > -- Found JNI: -framework JavaVM
>> > -- Found Java: /usr/bin/java (found version "1.6.0.43")
>> > -- Could NOT find Lua51 (missing:  LUA_LIBRARIES LUA_INCLUDE_DIR)
>> > -- BUILD_PYTHON_INTERFACE is enabled
>> > -- BUILD_JAVA_INTERFACE is enabled
>> > -- LUA51_FOUND="FALSE", so disabling BUILD_LUA_INTERFACE
>> > -- BUILD_LUA_INTERFACE is disabled
>> > -- Looking for m_pd.h
>> > -- Looking for m_pd.h - not found
>> > -- Building csLadspa
>> > -- BUILD_CSBEATS is enabled
>> > -- PD_HEADER="", so disabling BUILD_PD_CLASS
>> > -- BUILD_PD_CLASS is disabled
>> > -- BUILD_WINSOUND is disabled
>> > -- Boost version: 1.53.0
>> > -- Found SWIG: /usr/local/bin/swig (found version "2.0.9")
>> > -- Could NOT find Lua51 (missing:  LUA_LIBRARIES LUA_INCLUDE_DIR)
>> > -- BUILD_CSOUND_AC is disabled
>> > -- BUILD_CSOUND_AC_PYTHON_INTERFACE is enabled
>> > -- LUA51_FOUND="FALSE", so disabling BUILD_CSOUND_AC_LUA_INTERFACE
>> > -- BUILD_CSOUND_AC_LUA_INTERFACE is disabled
>> > -- Configuring done
>> > -- Generating done
>> > -- Build files have been written to: /tmp/csound-gJSQ
>> > ==> make install
>> > make install
>> > Scanning dependencies of target ampmidid
>> > Scanning dependencies of target cellular
>> > Scanning dependencies of target chua
>> > [  0%] [  1%] [  1%] Generating csound_prelex.c
>> > Building CXX object Opcodes/CMakeFiles/ampmidid.dir/ampmidid.cpp.o
>> > Building C object Opcodes/CMakeFiles/cellular.dir/cellular.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
>> > [  1%] Generating csound_orclex.c
>> > [  1%] Generating csound_orcparse.c
>> > /tmp/csound-gJSQ/Engine/csound_orc.y: conflicts: 4 shift/reduce, 10
>> > reduce/reduce
>> > Linking C shared library ../libcellular.dylib
>> > [  2%] Linking CXX shared library ../libampmidid.dylib
>> > Building CXX object
>> > Opcodes/CMakeFiles/chua.dir/chua/ChuaOscillator.cpp.o
>> > [  2%] Built target cellular
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
>> > Scanning dependencies of target control
>> > [  2%] Building C object Opcodes/CMakeFiles/control.dir/control.c.o
>> > Scanning dependencies of target CsoundLib64
>> > [  2%] Built target ampmidid
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
>> > Scanning dependencies of target cs_date
>> > [  3%] Building C object Opcodes/CMakeFiles/cs_date.dir/date.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
>> > Linking C shared library ../libcontrol.dylib
>> > Linking C shared library ../libcs_date.dylib
>> > [  3%] Built target control
>> > [  3%] Built target cs_date
>> > Scanning dependencies of target doppler
>> > Scanning dependencies of target fareygen
>> > [  3%] Building CXX object Opcodes/CMakeFiles/doppler.dir/doppler.cpp.o
>> > [  3%] Building C object Opcodes/CMakeFiles/fareygen.dir/fareygen.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
>> > [  4%] Building C object CMakeFiles/CsoundLib64.dir/Engine/auxfd.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
>> > Linking C shared library ../libfareygen.dylib
>> > [  4%] Built target fareygen
>> > Scanning dependencies of target fractalnoise
>> > [  4%] Building C object CMakeFiles/CsoundLib64.dir/Engine/cfgvar.c.o
>> > [  4%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
>> > Building CXX object
>> > Opcodes/CMakeFiles/fractalnoise.dir/tl/fractalnoise.cpp.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
>> > [  4%] Building C object CMakeFiles/CsoundLib64.dir/Engine/corfiles.c.o
>> > Linking CXX shared library ../libfractalnoise.dylib
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
>> > [  4%] Built target fractalnoise
>> > Scanning dependencies of target image
>> > Linking CXX shared library ../libdoppler.dylib
>> > [  5%] [  6%] Building C object
>> > Opcodes/CMakeFiles/image.dir/imageOpcodes.c.o
>> > Building C object CMakeFiles/CsoundLib64.dir/Engine/entry1.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
>> > [  6%] Built target doppler
>> > [  6%] Building C object CMakeFiles/CsoundLib64.dir/Engine/envvar.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
>> > Linking C shared library ../libimage.dylib
>> > [  6%] Building C object CMakeFiles/CsoundLib64.dir/Engine/extract.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
>> > [  6%] Built target image
>> > [  7%] Building C object CMakeFiles/CsoundLib64.dir/Engine/fgens.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
>> > [  7%] Building C object CMakeFiles/CsoundLib64.dir/Engine/insert.c.o
>> > [  7%] Building C object CMakeFiles/CsoundLib64.dir/Engine/linevent.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
>> > [  8%] Building C object CMakeFiles/CsoundLib64.dir/Engine/memalloc.c.o
>> > Linking CXX shared library ../libchua.dylib
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
>> > [  8%] Built target chua
>> > Scanning dependencies of target jackTransport
>> > [  8%] Building C object CMakeFiles/CsoundLib64.dir/Engine/memfiles.c.o
>> > [  8%] Building C object
>> > Opcodes/CMakeFiles/jackTransport.dir/jackTransport.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
>> > Linking C shared library ../libjackTransport.dylib
>> > [  8%] Built target jackTransport
>> > Scanning dependencies of target jacko
>> > Scanning dependencies of target mixer
>> > [  9%] [  8%] [ 10%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Engine/musmon.c.o
>> > Building CXX object Opcodes/CMakeFiles/jacko.dir/jacko.cpp.o
>> > Building CXX object Opcodes/CMakeFiles/mixer.dir/mixer.cpp.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
>> > [ 10%] Building C object CMakeFiles/CsoundLib64.dir/Engine/namedins.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
>> > Scanning dependencies of target osc
>> > [ 10%] Building C object Opcodes/CMakeFiles/osc.dir/OSC.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
>> > [ 11%] Building C object CMakeFiles/CsoundLib64.dir/Engine/rdscor.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
>> > [ 11%] Linking C shared library ../libosc.dylib
>> > Building C object CMakeFiles/CsoundLib64.dir/Engine/scsort.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
>> > [ 11%] Built target osc
>> > Linking CXX shared library ../libjacko.dylib
>> > Scanning dependencies of target platerev
>> > [ 11%] [ 12%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Engine/scxtract.c.o
>> > Building C object Opcodes/CMakeFiles/platerev.dir/platerev.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
>> > [ 12%] Built target jacko
>> > Linking CXX shared library ../libmixer.dylib
>> > Scanning dependencies of target py
>> > [ 13%] [ 13%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Engine/sort.c.o
>> > Building C object Opcodes/CMakeFiles/py.dir/py/pythonopcodes.c.o
>> > [ 13%] Built target mixer
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
>> > Scanning dependencies of target scansyn
>> > Linking C shared library ../libplaterev.dylib
>> > [ 13%] Building C object Opcodes/CMakeFiles/scansyn.dir/scansyn.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
>> > [ 13%] Built target platerev
>> > Scanning dependencies of target serial
>> > [ 14%] Building C object Opcodes/CMakeFiles/serial.dir/serial.c.o
>> > [ 14%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
>> > Building C object CMakeFiles/CsoundLib64.dir/Engine/sread.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
>> > [ 15%] Linking C shared library ../libserial.dylib
>> > Building C object Opcodes/CMakeFiles/scansyn.dir/scansynx.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
>> > [ 15%] Built target serial
>> > [ 15%] Building C object CMakeFiles/CsoundLib64.dir/Engine/swritestr.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
>> > Linking C shared library ../libscansyn.dylib
>> > Linking C shared library ../libpy.dylib
>> > [ 15%] Built target scansyn
>> > [ 16%] Scanning dependencies of target signalflowgraph
>> > Building C object CMakeFiles/CsoundLib64.dir/Engine/twarp.c.o
>> > [ 16%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
>> > Building CXX object
>> > Opcodes/CMakeFiles/signalflowgraph.dir/signalflowgraph.cpp.o
>> > [ 16%] Built target py
>> > Scanning dependencies of target system_call
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
>> > [ 16%] Building C object
>> > Opcodes/CMakeFiles/system_call.dir/system_call.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
>> > [ 16%] Scanning dependencies of target stk-ops
>> > Building C object
>> > CMakeFiles/CsoundLib64.dir/Engine/csound_type_system.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
>> > [ 17%] Building CXX object
>> > Opcodes/stk/CMakeFiles/stk-ops.dir/stkOpcodes.cpp.o
>> > Linking C shared library ../libsystem_call.dylib
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
>> > [ 17%] Built target system_call
>> > [ 17%] Scanning dependencies of target cmidi
>> > Building C object
>> > CMakeFiles/CsoundLib64.dir/Engine/csound_standard_types.c.o
>> > [ 17%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
>> > Building C object InOut/CMakeFiles/cmidi.dir/cmidi.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
>> > [ 18%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Engine/csound_data_structures.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
>> > Linking C shared library ../libcmidi.dylib
>> > [ 18%] [ 18%] Built target cmidi
>> > Building C object CMakeFiles/CsoundLib64.dir/Engine/pools.c.o
>> > Scanning dependencies of target ipmidi
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
>> > [ 18%] Building C object InOut/CMakeFiles/ipmidi.dir/ipmidi.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
>> > [ 18%] Building C object CMakeFiles/CsoundLib64.dir/InOut/libsnd.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
>> > Linking C shared library ../libipmidi.dylib
>> > [ 18%] Built target ipmidi
>> > [ 18%] Building C object CMakeFiles/CsoundLib64.dir/InOut/libsnd_u.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
>> > Scanning dependencies of target rtauhal
>> > [ 19%] Building C object CMakeFiles/CsoundLib64.dir/InOut/midifile.c.o
>> > [ 19%] Building C object InOut/CMakeFiles/rtauhal.dir/rtauhal.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
>> > [ 19%] Building C object CMakeFiles/CsoundLib64.dir/InOut/midirecv.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
>> > Linking C shared library ../librtauhal.dylib
>> > [ 19%] Built target rtauhal
>> > [ 19%] Building C object CMakeFiles/CsoundLib64.dir/InOut/midisend.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
>> > Scanning dependencies of target rtjack
>> > [ 20%] [ 21%] Building C object InOut/CMakeFiles/rtjack.dir/rtjack.c.o
>> > Building C object CMakeFiles/CsoundLib64.dir/InOut/winascii.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
>> > Linking CXX shared library ../../libstk.dylib
>> > [ 21%] Building C object CMakeFiles/CsoundLib64.dir/InOut/windin.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
>> > [ 21%] Built target stk-ops
>> > Scanning dependencies of target virtual
>> > [ 21%] Building C object CMakeFiles/CsoundLib64.dir/InOut/window.c.o
>> > [ 21%] Building CXX object
>> > InOut/CMakeFiles/virtual.dir/virtual_keyboard/FLTKKeyboard.cpp.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
>> > Linking C shared library ../librtjack.dylib
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
>> > [ 21%] Built target rtjack
>> > [ 22%] Building C object CMakeFiles/CsoundLib64.dir/InOut/winEPS.c.o
>> > [ 22%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
>> > Building C object CMakeFiles/CsoundLib64.dir/InOut/circularbuffer.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
>> > [ 22%] [ 22%] Building CXX object
>> > InOut/CMakeFiles/virtual.dir/virtual_keyboard/FLTKKeyboardWindow.cpp.o
>> > Building C object CMakeFiles/CsoundLib64.dir/OOps/aops.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
>> > Scanning dependencies of target widgets
>> > [ 22%] [ 23%] Building CXX object
>> > InOut/CMakeFiles/widgets.dir/FL_graph.cpp.o
>> > Building CXX object
>> > InOut/CMakeFiles/virtual.dir/virtual_keyboard/FLTKKeyboardWidget.cpp.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
>> > [ 23%] Building C object InOut/CMakeFiles/widgets.dir/winFLTK.c.o
>> > [ 23%] Building CXX object
>> > InOut/CMakeFiles/virtual.dir/virtual_keyboard/virtual_keyboard.cpp.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
>> > Linking CXX shared library ../libsignalflowgraph.dylib
>> > [ 24%] Building CXX object InOut/CMakeFiles/widgets.dir/widgets.cpp.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
>> > [ 24%] Built target signalflowgraph
>> > [ 24%] [FLEX][csbeats_SCANNER] Building scanner with flex 2.5.35
>> > [ 24%] [BISON][csbeats_PARSER] Building parser with bison 2.3
>> > beats/beats.y: conflicts: 1 reduce/reduce
>> > Scanning dependencies of target csbeats
>> > [ 25%] Building C object frontends/CMakeFiles/csbeats.dir/beats/main.c.o
>> > [ 26%] Building C object CMakeFiles/CsoundLib64.dir/OOps/bus.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
>> > [ 26%] Building CXX object
>> > InOut/CMakeFiles/virtual.dir/virtual_keyboard/Bank.cpp.o
>> > [ 26%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
>> > Building C object frontends/CMakeFiles/csbeats.dir/beatslex.yy.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
>> > [ 27%] Building CXX object
>> > InOut/CMakeFiles/virtual.dir/virtual_keyboard/KeyboardMapping.cpp.o
>> > [ 27%] Building C object frontends/CMakeFiles/csbeats.dir/beats.tab.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
>> > [ 27%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
>> > Building C object CMakeFiles/CsoundLib64.dir/OOps/cmath.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
>> > Linking C executable ../csbeats
>> > [ 27%] Built target csbeats
>> > [ 27%] Scanning dependencies of target stdutil
>> > Building CXX object
>> > InOut/CMakeFiles/virtual.dir/virtual_keyboard/Program.cpp.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
>> > [ 28%] Building C object util/CMakeFiles/stdutil.dir/atsa.c.o
>> > [ 28%] Building CXX object
>> > InOut/CMakeFiles/virtual.dir/virtual_keyboard/SliderBank.cpp.o
>> > [ 28%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
>> > Building C object CMakeFiles/CsoundLib64.dir/OOps/diskin.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
>> > [ 28%] Building C object CMakeFiles/CsoundLib64.dir/OOps/diskin2.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
>> > [ 29%] Building CXX object
>> > InOut/CMakeFiles/virtual.dir/virtual_keyboard/SliderData.cpp.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
>> > Linking CXX shared library ../libvirtual.dylib
>> > [ 29%] Built target virtual
>> > [ 30%] Scanning dependencies of target sdif2ad
>> > Building C object CMakeFiles/CsoundLib64.dir/OOps/disprep.c.o
>> > [ 31%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
>> > Building C object SDIF/CMakeFiles/sdif2ad.dir/sdif2adsyn.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
>> > [ 31%] Building C object SDIF/CMakeFiles/sdif2ad.dir/sdif.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
>> > [ 31%] [ 31%] Building C object util/CMakeFiles/stdutil.dir/cvanal.c.o
>> > Building C object CMakeFiles/CsoundLib64.dir/OOps/dumpf.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
>> > [ 31%] Building C object SDIF/CMakeFiles/sdif2ad.dir/sdif-mem.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
>> > [ 31%] Building C object util/CMakeFiles/stdutil.dir/dnoise.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
>> > Linking C executable ../sdif2ad
>> > [ 31%] Building C object CMakeFiles/CsoundLib64.dir/OOps/fftlib.c.o
>> > [ 31%] Built target sdif2ad
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
>> > [ 32%] Building C object util/CMakeFiles/stdutil.dir/envext.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
>> > [ 32%] Building C object util/CMakeFiles/stdutil.dir/het_export.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
>> > [ 32%] Building C object util/CMakeFiles/stdutil.dir/het_import.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
>> > [ 33%] Building C object util/CMakeFiles/stdutil.dir/hetro.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
>> > [ 33%] Building C object util/CMakeFiles/stdutil.dir/lpanal.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
>> > [ 34%] Building C object CMakeFiles/CsoundLib64.dir/OOps/goto_ops.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
>> > Linking CXX shared library ../libwidgets.dylib
>> > [ 34%] [ 34%] Building C object
>> > util/CMakeFiles/stdutil.dir/lpc_export.c.o
>> > Building C object CMakeFiles/CsoundLib64.dir/OOps/midiinterop.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
>> > [ 34%] Built target widgets
>> > [ 34%] Building C object CMakeFiles/CsoundLib64.dir/OOps/midiops.c.o
>> > [ 35%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
>> > Building C object util/CMakeFiles/stdutil.dir/lpc_import.c.o
>> > [ 36%] [ 36%] Building C object
>> > CMakeFiles/CsoundLib64.dir/OOps/midiout.c.o
>> > Building C object util/CMakeFiles/stdutil.dir/mixer.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
>> > [ 36%] Building C object util/CMakeFiles/stdutil.dir/pvanal.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
>> > [ 36%] [ 36%] Building C object
>> > CMakeFiles/CsoundLib64.dir/OOps/mxfft.c.o
>> > Building C object CMakeFiles/CsoundLib64.dir/OOps/oscils.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
>> > [ 36%] Building C object util/CMakeFiles/stdutil.dir/pv_export.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
>> > [ 37%] [ 38%] Building C object
>> > CMakeFiles/CsoundLib64.dir/OOps/pstream.c.o
>> > Building C object util/CMakeFiles/stdutil.dir/pv_import.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
>> > [ 38%] Building C object util/CMakeFiles/stdutil.dir/pvlook.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
>> > [ 38%] Building C object util/CMakeFiles/stdutil.dir/scale.c.o
>> > [ 38%] Building C object CMakeFiles/CsoundLib64.dir/OOps/pvfileio.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
>> > [ 38%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
>> > Building C object CMakeFiles/CsoundLib64.dir/OOps/pvsanal.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
>> > [ 38%] Building C object CMakeFiles/CsoundLib64.dir/OOps/random.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
>> > [ 39%] Building C object util/CMakeFiles/stdutil.dir/sndinfo.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
>> > [ 40%] [ 40%] Building C object
>> > CMakeFiles/CsoundLib64.dir/OOps/remote.c.o
>> > Building C object CMakeFiles/CsoundLib64.dir/OOps/schedule.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
>> > [ 40%] Building C object util/CMakeFiles/stdutil.dir/srconv.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
>> > [ 40%] Building C object CMakeFiles/CsoundLib64.dir/OOps/sndinfUG.c.o
>> > [ 41%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
>> > Building C object CMakeFiles/CsoundLib64.dir/OOps/str_ops.c.o
>> > [ 41%] Building C object CMakeFiles/CsoundLib64.dir/OOps/ugens1.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
>> > [ 41%] [ 42%] Building C object util/CMakeFiles/stdutil.dir/std_util.c.o
>> > Building C object util/CMakeFiles/stdutil.dir/xtrct.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
>> > [ 42%] Building C object util/CMakeFiles/stdutil.dir/scope.c.o
>> > [ 42%] Building C object CMakeFiles/CsoundLib64.dir/OOps/ugens2.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
>> > [ 42%] Building C object util/CMakeFiles/stdutil.dir/__/SDIF/sdif.c.o
>> > [ 43%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
>> > Building C object CMakeFiles/CsoundLib64.dir/OOps/ugens2a.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
>> > [ 43%] Linking C shared library ../libstdutil.dylib
>> > Building C object CMakeFiles/CsoundLib64.dir/OOps/ugens3.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
>> > [ 43%] [ 44%] [ 44%] Building C object
>> > CMakeFiles/CsoundLib64.dir/OOps/ugens4.c.o
>> > Building C object CMakeFiles/CsoundLib64.dir/OOps/ugens5.c.o
>> > Built target stdutil
>> > [ 44%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
>> > Building C object CMakeFiles/CsoundLib64.dir/OOps/ugens6.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
>> > [ 44%] [ 44%] Building C object
>> > CMakeFiles/CsoundLib64.dir/OOps/ugtabs.c.o
>> > Building C object CMakeFiles/CsoundLib64.dir/OOps/ugrw1.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
>> > [ 45%] [ 45%] Building C object
>> > CMakeFiles/CsoundLib64.dir/OOps/ugrw2.c.o
>> > Building C object CMakeFiles/CsoundLib64.dir/OOps/vdelay.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
>> > [ 45%] Building C object CMakeFiles/CsoundLib64.dir/OOps/compile_ops.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
>> > [ 46%] [ 46%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Opcodes/babo.c.o
>> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/bilbar.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
>> > [ 46%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/compress.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
>> > [ 47%] [ 47%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Opcodes/eqfil.c.o
>> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/Vosim.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
>> > [ 47%] [ 48%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Opcodes/pitch.c.o
>> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pitch0.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
>> > [ 48%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/spectra.c.o
>> > [ 48%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Opcodes/ambicode1.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
>> > [ 48%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/sfont.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
>> > [ 49%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/grain4.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
>> > [ 49%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/hrtferX.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
>> > [ 49%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/loscilx.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
>> > [ 50%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/minmax.c.o
>> > [ 50%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
>> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pan2.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
>> > [ 50%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/arrays.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
>> > [ 51%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/phisem.c.o
>> > [ 51%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Opcodes/hrtfopcodes.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
>> > [ 51%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/stackops.c.o
>> > [ 52%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/vbap.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
>> > [ 52%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/vbap1.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
>> > [ 52%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/vbap_n.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
>> > [ 52%] [ 53%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Opcodes/vbap_zak.c.o
>> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/vaops.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
>> > [ 53%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ugakbari.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
>> > [ 53%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/harmon.c.o
>> > [ 54%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Opcodes/pitchtrack.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
>> > [ 54%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Opcodes/partikkel.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
>> > [ 54%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/shape.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
>> > [ 55%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/tabsum.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
>> > [ 55%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/crossfm.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
>> > [ 55%] [ 56%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Opcodes/pvlock.c.o
>> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/fareyseq.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
>> > [ 56%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Opcodes/modmatrix.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
>> > [ 56%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Opcodes/scoreline.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
>> > [ 56%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/modal4.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
>> > [ 57%] [ 57%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Opcodes/physutil.c.o
>> > [ 57%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/physmod.c.o
>> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/mandolin.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
>> > [ 58%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/singwave.c.o
>> > [ 58%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
>> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/fm4op.c.o
>> > [ 58%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
>> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/moog1.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
>> > [ 59%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/shaker.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
>> > [ 59%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/bowedbar.c.o
>> > [ 59%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
>> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/gab/tabmorph.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
>> > [ 60%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/gab/hvs.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
>> > [ 60%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Opcodes/gab/sliderTable.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
>> > [ 60%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Opcodes/gab/newgabopc.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ[ 60%]
>> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ftest.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
>> > [ 61%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Opcodes/hrtfearly.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
>> > [ 61%] [ 61%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Opcodes/hrtfreverb.c.o
>> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/cpumeter.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
>> > [ 62%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/gendy.c.o
>> > [ 62%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
>> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/tl/sc_noise.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
>> > [ 62%] Building C object CMakeFiles/CsoundLib64.dir/Top/argdecode.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
>> > [ 63%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Top/cscore_internal.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
>> > [ 63%] [ 63%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Top/cscorfns.c.o
>> > Building C object CMakeFiles/CsoundLib64.dir/Top/csmodule.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
>> > [ 64%] Building C object CMakeFiles/CsoundLib64.dir/Top/csound.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
>> > [ 64%] Building C object CMakeFiles/CsoundLib64.dir/Top/getstring.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
>> > [ 64%] [ 64%] Building C object CMakeFiles/CsoundLib64.dir/Top/main.c.o
>> > Building C object CMakeFiles/CsoundLib64.dir/Top/new_opts.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
>> > [ 65%] Building C object CMakeFiles/CsoundLib64.dir/Top/one_file.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
>> > [ 65%] Building C object CMakeFiles/CsoundLib64.dir/Top/opcode.c.o
>> > [ 65%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
>> > Building C object CMakeFiles/CsoundLib64.dir/Top/threads.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
>> > [ 66%] Building C object CMakeFiles/CsoundLib64.dir/Top/utility.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
>> > [ 66%] [ 66%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Top/threadsafe.c.o
>> > [ 67%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ambicode.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
>> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/bbcut.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
>> > [ 67%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/biquad.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
>> > [ 67%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/butter.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
>> > [ 68%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/clfilt.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
>> > [ 68%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/cross2.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
>> > [ 68%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/dam.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
>> > [ 68%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/dcblockr.c.o
>> > [ 69%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
>> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/filter.c.o
>> > [ 69%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
>> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/flanger.c.o
>> > [ 69%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/follow.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
>> > [ 70%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/fout.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
>> > [ 70%] [ 70%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Opcodes/freeverb.c.o
>> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ftconv.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
>> > [ 71%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ftgen.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
>> > [ 71%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/gab/gab.c.o
>> > [ 71%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Opcodes/gab/vectorial.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
>> > [ 72%] [ 72%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Opcodes/grain.c.o
>> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/locsig.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
>> > [ 72%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/lowpassr.c.o
>> > [ 72%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/metro.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
>> > [ 73%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
>> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/midiops2.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
>> > [ 73%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/midiops3.c.o
>> > [ 73%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/newfils.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
>> > [ 74%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/nlfilt.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
>> > [ 74%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/oscbnk.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
>> > [ 74%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pluck.c.o
>> > [ 75%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
>> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/repluck.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
>> > [ 75%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/reverbsc.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
>> > [ 75%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/seqtime.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
>> > [ 76%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/sndloop.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
>> > [ 76%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/sndwarp.c.o
>> > [ 76%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
>> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/space.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
>> > [ 76%] [ 77%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Opcodes/syncgrain.c.o
>> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/spat3d.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
>> > [ 77%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
>> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ugens7.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
>> > [ 77%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ugens9.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
>> > [ 78%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ugensa.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
>> > [ 78%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/uggab.c.o
>> > [ 78%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ugmoss.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
>> > [ 79%] [ 79%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Opcodes/ugnorman.c.o
>> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ugsc.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
>> > [ 79%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Opcodes/wave-terrain.c.o
>> > [ 80%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
>> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/stdopcod.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
>> > [ 80%] [ 80%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Opcodes/socksend.c.o
>> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/sockrecv.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
>> > [ 80%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ifd.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
>> > [ 81%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/partials.c.o
>> > [ 81%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
>> > [ 81%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/psynth.c.o
>> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pvsbasic.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
>> > [ 82%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pvscent.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
>> > [ 82%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pvsdemix.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
>> > [ 82%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pvs_ops.c.o
>> > [ 83%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
>> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pvsband.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
>> > [ 83%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Opcodes/pvsbuffer.c.o
>> > [ 83%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
>> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pvsgendy.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
>> > [ 84%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/dsputil.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
>> > [ 84%] [ 84%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Opcodes/pvadd.c.o
>> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pvinterp.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
>> > [ 84%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pvocext.c.o
>> > [ 85%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/pvread.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
>> > [ 85%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
>> > [ 85%] Building C object CMakeFiles/CsoundLib64.dir/Opcodes/ugens8.c.o
>> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/vpvoc.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
>> > [ 86%] [ 86%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Opcodes/pvoc.c.o
>> > Building C object CMakeFiles/CsoundLib64.dir/Opcodes/mp3in.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
>> > [ 86%] Building C object
>> > CMakeFiles/CsoundLib64.dir/InOut/libmpadec/layer1.c.o
>> > [ 87%] Building C object
>> > CMakeFiles/CsoundLib64.dir/InOut/libmpadec/layer2.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
>> > [ 87%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
>> > Building C object CMakeFiles/CsoundLib64.dir/InOut/libmpadec/layer3.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
>> > [ 87%] Building C object
>> > CMakeFiles/CsoundLib64.dir/InOut/libmpadec/synth.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
>> > [ 88%] Building C object
>> > CMakeFiles/CsoundLib64.dir/InOut/libmpadec/tables.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
>> > [ 88%] Building C object
>> > CMakeFiles/CsoundLib64.dir/InOut/libmpadec/mpadec.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
>> > [ 88%] [ 88%] Building C object
>> > CMakeFiles/CsoundLib64.dir/InOut/libmpadec/mp3dec.c.o
>> > Building C object CMakeFiles/CsoundLib64.dir/csound_orclex.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
>> > [ 89%] [ 89%] Building C object
>> > CMakeFiles/CsoundLib64.dir/csound_prelex.c.o
>> > Building C object CMakeFiles/CsoundLib64.dir/csound_orcparse.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
>> > [ 89%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Engine/csound_orc_semantics.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
>> > [ 90%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Engine/csound_orc_expressions.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
>> > [ 90%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Engine/csound_orc_optimize.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
>> > [ 90%] [ 91%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Engine/csound_orc_compile.c.o
>> > Building C object CMakeFiles/CsoundLib64.dir/Engine/new_orc_parser.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
>> > [ 91%] Building C object CMakeFiles/CsoundLib64.dir/Engine/symbtab.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
>> > [ 91%] [ 92%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Engine/cs_new_dispatch.c.o
>> > Building C object CMakeFiles/CsoundLib64.dir/Engine/cs_par_base.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
>> > [ 92%] Building C object
>> > CMakeFiles/CsoundLib64.dir/Engine/cs_par_orc_semantic_analysis.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
>> > [ 92%] Copying OS X content
>> > CsoundLib64.framework/Versions/6.0/Headers/CppSound.hpp
>> > Building C object CMakeFiles/CsoundLib64.dir/Engine/cs_par_dispatch.c.o
>> > Copying OS X content
>> > CsoundLib64.framework/Versions/6.0/Headers/CsoundFile.hpp
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
>> > Copying OS X content
>> > CsoundLib64.framework/Versions/6.0/Headers/OpcodeBase.hpp
>> > Copying OS X content
>> > CsoundLib64.framework/Versions/6.0/Headers/csPerfThread.hpp
>> > Copying OS X content CsoundLib64.framework/Versions/6.0/Headers/cfgvar.h
>> > Copying OS X content CsoundLib64.framework/Versions/6.0/Headers/cscore.h
>> > Copying OS X content CsoundLib64.framework/Versions/6.0/Headers/csdl.h
>> > Copying OS X content CsoundLib64.framework/Versions/6.0/Headers/csound.h
>> > Copying OS X content
>> > CsoundLib64.framework/Versions/6.0/Headers/csound.hpp
>> > Copying OS X content
>> > CsoundLib64.framework/Versions/6.0/Headers/csoundCore.h
>> > Copying OS X content
>> > CsoundLib64.framework/Versions/6.0/Headers/csound_data_structures.h
>> > Copying OS X content
>> > CsoundLib64.framework/Versions/6.0/Headers/csound_standard_types.h
>> > Copying OS X content
>> > CsoundLib64.framework/Versions/6.0/Headers/csound_type_system.h
>> > Copying OS X content
>> > CsoundLib64.framework/Versions/6.0/Headers/cwindow.h
>> > Copying OS X content
>> > CsoundLib64.framework/Versions/6.0/Headers/filebuilding.h
>> > Copying OS X content
>> > CsoundLib64.framework/Versions/6.0/Headers/float-version-double.h
>> > Copying OS X content
>> > CsoundLib64.framework/Versions/6.0/Headers/interlocks.h
>> > Copying OS X content
>> > CsoundLib64.framework/Versions/6.0/Headers/float-version.h
>> > Copying OS X content
>> > CsoundLib64.framework/Versions/6.0/Headers/msg_attr.h
>> > Copying OS X content
>> > CsoundLib64.framework/Versions/6.0/Headers/pvfileio.h
>> > Copying OS X content
>> > CsoundLib64.framework/Versions/6.0/Headers/pstream.h
>> > Copying OS X content
>> > CsoundLib64.framework/Versions/6.0/Headers/soundio.h
>> > Copying OS X content CsoundLib64.framework/Versions/6.0/Headers/sysdep.h
>> > Copying OS X content CsoundLib64.framework/Versions/6.0/Headers/text.h
>> > Copying OS X content
>> > CsoundLib64.framework/Versions/6.0/Headers/version.h
>> > Linking C shared library CsoundLib64.framework/Versions/6.0/CsoundLib64
>> > [ 92%] Built target CsoundLib64
>> > Scanning dependencies of target libcsnd
>> > Scanning dependencies of target atsa
>> > Scanning dependencies of target csound-bin
>> > Scanning dependencies of target csladspa
>> > [ 92%] [ 92%] [ 93%] [ 93%] Building C object
>> > frontends/CMakeFiles/csound-bin.dir/csound/csound_main.c.o
>> > Building CXX object
>> > frontends/CMakeFiles/csladspa.dir/csladspa/csladspa.cpp.o
>> > Building C object util/CMakeFiles/atsa.dir/atsa_main.c.o
>> > Building CXX object interfaces/CMakeFiles/libcsnd.dir/CppSound.cpp.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
>> > Linking C executable ../atsa
>> > Linking C executable ../csound
>> > [ 93%] Built target atsa
>> > [ 93%] Built target csound-bin
>> > Scanning dependencies of target csanalyze
>> > Scanning dependencies of target cvanal
>> > [ 93%] Building C object util/CMakeFiles/csanalyze.dir/csanalyze.c.o
>> > [ 93%] Building C object util/CMakeFiles/cvanal.dir/cvl_main.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
>> > Linking C executable ../csanalyze
>> > Linking C executable ../cvanal
>> > [ 93%] Built target csanalyze
>> > [ 93%] Built target cvanal
>> > Scanning dependencies of target dnoise
>> > Scanning dependencies of target envext
>> > [ 94%] [ 94%] Building C object
>> > util/CMakeFiles/dnoise.dir/dnoise_main.c.o
>> > Building C object util/CMakeFiles/envext.dir/env_main.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
>> > Linking C executable ../envext
>> > Linking C executable ../dnoise
>> > [ 94%] Built target dnoise
>> > [ 94%] Built target envext
>> > [ 94%] Scanning dependencies of target extractor
>> > Building CXX object interfaces/CMakeFiles/libcsnd.dir/CsoundFile.cpp.o
>> > [ 94%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
>> > Building C object util/CMakeFiles/extractor.dir/xtrc_main.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
>> > [ 95%] Building CXX object
>> > interfaces/CMakeFiles/libcsnd.dir/Soundfile.cpp.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
>> > Linking C executable ../extractor
>> > [ 95%] Built target extractor
>> > Linking CXX shared library ../csladspa.dylib
>> > Scanning dependencies of target het_export
>> > [ 96%] Building C object util/CMakeFiles/het_export.dir/hetx_main.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
>> > [ 96%] Built target csladspa
>> > Scanning dependencies of target het_import
>> > [ 96%] Building C object util/CMakeFiles/het_import.dir/heti_main.c.o
>> > Linking C executable ../het_export
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
>> > [ 96%] Built target het_export
>> > Linking C executable ../het_import
>> > [ 96%] Building CXX object
>> > interfaces/CMakeFiles/libcsnd.dir/csPerfThread.cpp.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
>> > [ 96%] Built target het_import
>> > [ 96%] Building CXX object
>> > interfaces/CMakeFiles/libcsnd.dir/cs_glue.cpp.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
>> > Scanning dependencies of target hetro
>> > [ 96%] Building C object util/CMakeFiles/hetro.dir/het_main.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
>> > Linking C executable ../hetro
>> > [ 96%] Built target hetro
>> > [ 96%] Building CXX object
>> > interfaces/CMakeFiles/libcsnd.dir/filebuilding.cpp.o
>> > Scanning dependencies of target lpanal
>> > [ 97%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
>> > Building C object util/CMakeFiles/lpanal.dir/lpc_main.c.o
>> > Scanning dependencies of target lpc_export
>> > [ 97%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
>> > Building C object util/CMakeFiles/lpc_export.dir/lpcx_main.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
>> > Linking C executable ../lpanal
>> > Linking C executable ../lpc_export
>> > [ 97%] Built target lpanal
>> > Scanning dependencies of target lpc_import
>> > [ 97%] [ 97%] Built target lpc_export
>> > Building C object util/CMakeFiles/lpc_import.dir/lpci_main.c.o
>> > Scanning dependencies of target mixer-bin
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
>> > [ 97%] Building C object util/CMakeFiles/mixer-bin.dir/mixer_main.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
>> > Scanning dependencies of target pv_export
>> > [ 97%] Linking C executable ../lpc_import
>> > Building C object util/CMakeFiles/pv_export.dir/pvx_main.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
>> > Linking C executable ../mixer
>> > [ 97%] Built target lpc_import
>> > Scanning dependencies of target pv_import
>> > Linking C executable ../pv_export
>> > [ 97%] [ 97%] Built target mixer-bin
>> > Building C object util/CMakeFiles/pv_import.dir/pvi_main.c.o
>> > Scanning dependencies of target pvanal
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
>> > [ 98%] Building C object util/CMakeFiles/pvanal.dir/pvc_main.c.o
>> > Linking CXX shared library ../libcsnd.dylib
>> > [ 98%] Built target pv_export
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
>> > Scanning dependencies of target pvlook
>> > Linking C executable ../pv_import
>> > [ 98%] Building C object util/CMakeFiles/pvlook.dir/pvl_main.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
>> > Linking C executable ../pvanal
>> > [ 98%] Built target pv_import
>> > [ 98%] Built target libcsnd
>> > Scanning dependencies of target scale
>> > Scanning dependencies of target scope
>> > Linking C executable ../pvlook
>> > [ 98%] Building C object util/CMakeFiles/scale.dir/scale_main.c.o
>> > [ 98%] [ 98%] Built target pvanal
>> > Building C object util/CMakeFiles/scope.dir/scope_main.c.o
>> > Scanning dependencies of target sndinfo
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
>> > [ 98%] [ 98%] Building C object
>> > util/CMakeFiles/sndinfo.dir/sndinfo_main.c.o
>> > Built target pvlook
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
>> > Scanning dependencies of target srconv
>> > Linking C executable ../scope
>> > [ 98%] Linking C executable ../scale
>> > Building C object util/CMakeFiles/srconv.dir/srconv_main.c.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
>> > Linking C executable ../sndinfo
>> > [ 98%] Built target scope
>> > [ 98%] Built target scale
>> > Scanning dependencies of target extract
>> > Linking C executable ../srconv
>> > Scanning dependencies of target scsort
>> > [ 99%] [ 99%] Building C object
>> > util1/CMakeFiles/extract.dir/sortex/xmain.c.o
>> > Building C object util1/CMakeFiles/scsort.dir/sortex/smain.c.o
>> > [ 99%] brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
>> > Built target sndinfo
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
>> > [ 99%] Swig source
>> > [ 99%] Built target srconv
>> > Language subdirectory: python
>> > Search paths:
>> >    ./
>> >    /usr/local/include/
>> >    /tmp/csound-gJSQ/./H/
>> >    /tmp/csound-gJSQ/./include/
>> >    /tmp/csound-gJSQ/./Engine/
>> >    /tmp/csound-gJSQ/./
>> >    /tmp/csound-gJSQ/
>> >    /tmp/csound-gJSQ/interfaces/
>> >    /System/Library/Frameworks/Python.framework/Headers/
>> >    ./swig_lib/python/
>> >    /usr/local/Cellar/swig/2.0.9/share/swig/2.0.9/python/
>> >    ./swig_lib/
>> >    /usr/local/Cellar/swig/2.0.9/share/swig/2.0.9/
>> > Preprocessing...
>> > [ 99%] Linking C executable ../extract
>> > Linking C executable ../scsort
>> > Swig source
>> > Language subdirectory: java
>> > Search paths:
>> >    ./
>> >    /usr/local/include/
>> >    /tmp/csound-gJSQ/./H/
>> >    /tmp/csound-gJSQ/./include/
>> >    /tmp/csound-gJSQ/./Engine/
>> >    /tmp/csound-gJSQ/./
>> >    /tmp/csound-gJSQ/
>> >    /tmp/csound-gJSQ/interfaces/
>> >    /System/Library/Frameworks/Python.framework/Headers/
>> >    /System/Library/Frameworks/JavaVM.framework/Headers/
>> >    /System/Library/Frameworks/JavaVM.framework/Headers/
>> >    /System/Library/Frameworks/JavaVM.framework/Headers/
>> >    ./swig_lib/java/
>> >    /usr/local/Cellar/swig/2.0.9/share/swig/2.0.9/java/
>> >    ./swig_lib/
>> >    /usr/local/Cellar/swig/2.0.9/share/swig/2.0.9/
>> > Preprocessing...
>> > [ 99%] Built target extract
>> > Starting language-specific parse...
>> > [ 99%] Built target scsort
>> > Processing types...
>> > C++ analysis...
>> > Generating wrappers...
>> > Starting language-specific parse...
>> > /tmp/csound-gJSQ/./include/csound.h:519: Warning 451: Setting a const
>> > char *
>> > variable may leak memory.
>> > Processing types...
>> > C++ analysis...
>> > Generating wrappers...
>> > /tmp/csound-gJSQ/./include/csound.h:519: Warning 451: Setting a const
>> > char *
>> > variable may leak memory.
>> > cs_glue.hpp:505: Warning 473: Returning a pointer or reference in a
>> > director
>> > method is not recommended.
>> > CppSound.hpp:36: Warning 453: Can't apply (std::vector< double >
>> > *INPUT). No
>> > typemaps are defined.
>> > CppSound.hpp:52: Warning 813: Warning for CppSound proxy: Base
>> > CsoundFile
>> > ignored. Multiple inheritance is not supported in Java.
>> > Scanning dependencies of target _jcsound6
>> > [ 99%] Building CXX object
>> > interfaces/CMakeFiles/_jcsound6.dir/java_interfaceJAVA_wrap.cxx.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
>> > cs_glue.hpp:505: Warning 473: Returning a pointer or reference in a
>> > director
>> > method is not recommended.
>> > CppSound.hpp:36: Warning 453: Can't apply (std::vector< double >
>> > *INPUT). No
>> > typemaps are defined.
>> > Scanning dependencies of target _csnd6
>> > [100%] Building CXX object
>> > interfaces/CMakeFiles/_csnd6.dir/python_interfacePYTHON_wrap.cxx.o
>> > brew: superenv removed: -I/usr/local/include -I/tmp/csound-gJSQ
>> > Linking CXX shared module ../lib_jcsound6.jnilib
>> > Building JAVA package csnd6.jar
>> > [100%] Built target _jcsound6
>> > Linking CXX shared module ../_csnd6.so
>> > [100%] Built target _csnd6
>> > Install the project...
>> > -- Install configuration: "None"
>> > -- Installing:
>> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework
>> > -- Installing:
>> >
>> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/CsoundLib64
>> > -- Installing:
>> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Headers
>> > -- Installing:
>> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Resources
>> > -- Installing:
>> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions
>> > -- Installing:
>> >
>> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0
>> > -- Installing:
>> >
>> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/CsoundLib64
>> > -- Installing:
>> >
>> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers
>> > -- Installing:
>> >
>> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/cfgvar.h
>> > -- Installing:
>> >
>> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/CppSound.hpp
>> > -- Installing:
>> >
>> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/cscore.h
>> > -- Installing:
>> >
>> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/csdl.h
>> > -- Installing:
>> >
>> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/csound.h
>> > -- Installing:
>> >
>> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/csound.hpp
>> > -- Installing:
>> >
>> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/csound_data_structures.h
>> > -- Installing:
>> >
>> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/csound_standard_types.h
>> > -- Installing:
>> >
>> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/csound_type_system.h
>> > -- Installing:
>> >
>> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/csoundCore.h
>> > -- Installing:
>> >
>> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/CsoundFile.hpp
>> > -- Installing:
>> >
>> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/csPerfThread.hpp
>> > -- Installing:
>> >
>> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/cwindow.h
>> > -- Installing:
>> >
>> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/filebuilding.h
>> > -- Installing:
>> >
>> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/float-version-double.h
>> > -- Installing:
>> >
>> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/float-version.h
>> > -- Installing:
>> >
>> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/interlocks.h
>> > -- Installing:
>> >
>> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/msg_attr.h
>> > -- Installing:
>> >
>> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/OpcodeBase.hpp
>> > -- Installing:
>> >
>> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/pstream.h
>> > -- Installing:
>> >
>> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/pvfileio.h
>> > -- Installing:
>> >
>> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/soundio.h
>> > -- Installing:
>> >
>> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/sysdep.h
>> > -- Installing:
>> >
>> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/text.h
>> > -- Installing:
>> >
>> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Headers/version.h
>> > -- Installing:
>> >
>> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources
>> > -- Installing:
>> >
>> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Info.plist
>> > -- Installing:
>> >
>> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/Current
>> > -- Installing:
>> >
>> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libmixer.dylib
>> > -- Installing:
>> >
>> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libsignalflowgraph.dylib
>> > -- Installing:
>> >
>> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libampmidid.dylib
>> > -- Installing:
>> >
>> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libcs_date.dylib
>> > -- Installing:
>> >
>> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libsystem_call.dylib
>> > -- Installing:
>> >
>> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libdoppler.dylib
>> > -- Installing:
>> >
>> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libfractalnoise.dylib
>> > -- Installing:
>> >
>> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libfareygen.dylib
>> > -- Installing:
>> >
>> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libcellular.dylib
>> > -- Installing:
>> >
>> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libserial.dylib
>> > -- Installing:
>> >
>> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libplaterev.dylib
>> > -- Installing:
>> >
>> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libscansyn.dylib
>> > -- Installing:
>> >
>> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libcontrol.dylib
>> > -- Installing:
>> >
>> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libchua.dylib
>> > -- Installing:
>> >
>> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libjacko.dylib
>> > -- Installing:
>> >
>> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libjackTransport.dylib
>> > -- Installing:
>> >
>> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libosc.dylib
>> > -- Installing:
>> >
>> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libimage.dylib
>> > -- Installing:
>> >
>> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libpy.dylib
>> > -- Installing:
>> >
>> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libstk.dylib
>> > -- Installing:
>> >
>> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libcmidi.dylib
>> > -- Installing:
>> >
>> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/librtauhal.dylib
>> > -- Installing:
>> >
>> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libipmidi.dylib
>> > -- Installing:
>> >
>> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/librtjack.dylib
>> > -- Installing:
>> >
>> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libwidgets.dylib
>> > -- Installing:
>> >
>> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libvirtual.dylib
>> > -- Installing: /usr/local/Cellar/csound/HEAD/lib/libcsnd.6.0.dylib
>> > -- Installing: /usr/local/Cellar/csound/HEAD/lib/libcsnd.dylib
>> > -- Installing: /Library/Python/2.7/site-packages/_csnd6.so
>> > -- Installing: /Library/Python/2.7/site-packages/csnd6.py
>> > -- Installing: /Library/Java/Extensions/lib_jcsound6.jnilib
>> > -- Installing: /Library/Java/Extensions/csnd6.jar
>> > -- Installing: /usr/local/Cellar/csound/HEAD/bin/csound
>> > -- Installing:
>> >
>> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/csladspa.dylib
>> > -- Installing: /usr/local/Cellar/csound/HEAD/bin/csbeats
>> > -- Installing:
>> >
>> > /Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libstdutil.dylib
>> > -- Installing: /usr/local/Cellar/csound/HEAD/bin/atsa
>> > -- Installing: /usr/local/Cellar/csound/HEAD/bin/csanalyze
>> > -- Installing: /usr/local/Cellar/csound/HEAD/bin/cvanal
>> > -- Installing: /usr/local/Cellar/csound/HEAD/bin/dnoise
>> > -- Installing: /usr/local/Cellar/csound/HEAD/bin/envext
>> > -- Installing: /usr/local/Cellar/csound/HEAD/bin/extractor
>> > -- Installing: /usr/local/Cellar/csound/HEAD/bin/het_export
>> > -- Installing: /usr/local/Cellar/csound/HEAD/bin/het_import
>> > -- Installing: /usr/local/Cellar/csound/HEAD/bin/hetro
>> > -- Installing: /usr/local/Cellar/csound/HEAD/bin/lpanal
>> > -- Installing: /usr/local/Cellar/csound/HEAD/bin/lpc_export
>> > -- Installing: /usr/local/Cellar/csound/HEAD/bin/lpc_import
>> > -- Installing: /usr/local/Cellar/csound/HEAD/bin/mixer
>> > -- Installing: /usr/local/Cellar/csound/HEAD/bin/pvanal
>> > -- Installing: /usr/local/Cellar/csound/HEAD/bin/pvlook
>> > -- Installing: /usr/local/Cellar/csound/HEAD/bin/pv_export
>> > -- Installing: /usr/local/Cellar/csound/HEAD/bin/pv_import
>> > -- Installing: /usr/local/Cellar/csound/HEAD/bin/scale
>> > -- Installing: /usr/local/Cellar/csound/HEAD/bin/sndinfo
>> > -- Installing: /usr/local/Cellar/csound/HEAD/bin/srconv
>> > -- Installing: /usr/local/Cellar/csound/HEAD/bin/scope
>> > -- Installing: /usr/local/Cellar/csound/HEAD/bin/scsort
>> > -- Installing: /usr/local/Cellar/csound/HEAD/bin/extract
>> > -- Installing: /usr/local/Cellar/csound/HEAD/bin/sdif2ad
>> > ==> Cleaning
>> > ==> Finishing up
>> > ln -s ../Cellar/csound/HEAD/bin/srconv srconv
>> > ln -s ../Cellar/csound/HEAD/bin/sndinfo sndinfo
>> > ln -s ../Cellar/csound/HEAD/bin/sdif2ad sdif2ad
>> > ln -s ../Cellar/csound/HEAD/bin/scsort scsort
>> > ln -s ../Cellar/csound/HEAD/bin/scope scope
>> > ln -s ../Cellar/csound/HEAD/bin/scale scale
>> > ln -s ../Cellar/csound/HEAD/bin/pvlook pvlook
>> > ln -s ../Cellar/csound/HEAD/bin/pvanal pvanal
>> > ln -s ../Cellar/csound/HEAD/bin/pv_import pv_import
>> > ln -s ../Cellar/csound/HEAD/bin/pv_export pv_export
>> > ln -s ../Cellar/csound/HEAD/bin/mixer mixer
>> > ln -s ../Cellar/csound/HEAD/bin/lpc_import lpc_import
>> > ln -s ../Cellar/csound/HEAD/bin/lpc_export lpc_export
>> > ln -s ../Cellar/csound/HEAD/bin/lpanal lpanal
>> > ln -s ../Cellar/csound/HEAD/bin/hetro hetro
>> > ln -s ../Cellar/csound/HEAD/bin/het_import het_import
>> > ln -s ../Cellar/csound/HEAD/bin/het_export het_export
>> > ln -s ../Cellar/csound/HEAD/bin/extractor extractor
>> > ln -s ../Cellar/csound/HEAD/bin/extract extract
>> > ln -s ../Cellar/csound/HEAD/bin/envext envext
>> > ln -s ../Cellar/csound/HEAD/bin/dnoise dnoise
>> > ln -s ../Cellar/csound/HEAD/bin/cvanal cvanal
>> > ln -s ../Cellar/csound/HEAD/bin/csound csound
>> > ln -s ../Cellar/csound/HEAD/bin/csbeats csbeats
>> > ln -s ../Cellar/csound/HEAD/bin/csanalyze csanalyze
>> > ln -s ../Cellar/csound/HEAD/bin/atsa atsa
>> > ln -s ../Cellar/csound/HEAD/lib/libcsnd.dylib libcsnd.dylib
>> > ln -s ../Cellar/csound/HEAD/lib/libcsnd.6.0.dylib libcsnd.6.0.dylib
>> > ln -s ../../Cellar/csound/HEAD csound
>> > ln -s ../Cellar/csound/HEAD csound
>> > Warning: Could not fix install names for
>> > /usr/local/Cellar/csound/HEAD/bin/srconv
>> > Warning: Could not fix install names for
>> > /usr/local/Cellar/csound/HEAD/bin/sndinfo
>> > Warning: Could not fix install names for
>> > /usr/local/Cellar/csound/HEAD/bin/scsort
>> > Warning: Could not fix install names for
>> > /usr/local/Cellar/csound/HEAD/bin/scope
>> > Warning: Could not fix install names for
>> > /usr/local/Cellar/csound/HEAD/bin/scale
>> > Warning: Could not fix install names for
>> > /usr/local/Cellar/csound/HEAD/bin/pvlook
>> > Warning: Could not fix install names for
>> > /usr/local/Cellar/csound/HEAD/bin/pvanal
>> > Warning: Could not fix install names for
>> > /usr/local/Cellar/csound/HEAD/bin/pv_import
>> > Warning: Could not fix install names for
>> > /usr/local/Cellar/csound/HEAD/bin/pv_export
>> > Warning: Could not fix install names for
>> > /usr/local/Cellar/csound/HEAD/bin/mixer
>> > Warning: Could not fix install names for
>> > /usr/local/Cellar/csound/HEAD/bin/lpc_import
>> > Warning: Could not fix install names for
>> > /usr/local/Cellar/csound/HEAD/bin/lpc_export
>> > Warning: Could not fix install names for
>> > /usr/local/Cellar/csound/HEAD/bin/lpanal
>> > Warning: Could not fix install names for
>> > /usr/local/Cellar/csound/HEAD/bin/hetro
>> > Warning: Could not fix install names for
>> > /usr/local/Cellar/csound/HEAD/bin/het_import
>> > Warning: Could not fix install names for
>> > /usr/local/Cellar/csound/HEAD/bin/het_export
>> > Warning: Could not fix install names for
>> > /usr/local/Cellar/csound/HEAD/bin/extractor
>> > Warning: Could not fix install names for
>> > /usr/local/Cellar/csound/HEAD/bin/extract
>> > Warning: Could not fix install names for
>> > /usr/local/Cellar/csound/HEAD/bin/envext
>> > Warning: Could not fix install names for
>> > /usr/local/Cellar/csound/HEAD/bin/dnoise
>> > Warning: Could not fix install names for
>> > /usr/local/Cellar/csound/HEAD/bin/cvanal
>> > Warning: Could not fix install names for
>> > /usr/local/Cellar/csound/HEAD/bin/csound
>> > Warning: Could not fix install names for
>> > /usr/local/Cellar/csound/HEAD/bin/csanalyze
>> > Warning: Could not fix install names for
>> > /usr/local/Cellar/csound/HEAD/bin/atsa
>> > Warning: Could not fix install names for
>> > /usr/local/Cellar/csound/HEAD/lib/libcsnd.6.0.dylib
>> > ==> Summary
>> > 🍺  /usr/local/Cellar/csound/HEAD: 33 files, 1.0M, built in 57 seconds
>> > peimankh:~ peimankhosravi$
>> >
>> >
>> >
>> > ------------------------------------------------------------------------------
>> > AlienVault Unified Security Management (USM) platform delivers complete
>> > security visibility with the essential security capabilities. Easily and
>> > efficiently configure, manage, and operate all of your security controls
>> > from a single console and one unified framework. Download a free trial.
>> > http://p.sf.net/sfu/alienvault_d2d
>> > _______________________________________________
>> > Csound-devel mailing list
>> > Csound-devel@lists.sourceforge.net
>> > https://lists.sourceforge.net/lists/listinfo/csound-devel
>> >
>>
>>
>> ------------------------------------------------------------------------------
>> AlienVault Unified Security Management (USM) platform delivers complete
>> security visibility with the essential security capabilities. Easily and
>> efficiently configure, manage, and operate all of your security controls
>> from a single console and one unified framework. Download a free trial.
>> http://p.sf.net/sfu/alienvault_d2d
>> _______________________________________________
>> Csound-devel mailing list
>> Csound-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>
>
>
> ------------------------------------------------------------------------------
> AlienVault Unified Security Management (USM) platform delivers complete
> security visibility with the essential security capabilities. Easily and
> efficiently configure, manage, and operate all of your security controls
> from a single console and one unified framework. Download a free trial.
> http://p.sf.net/sfu/alienvault_d2d
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel
>

------------------------------------------------------------------------------
AlienVault Unified Security Management (USM) platform delivers complete
security visibility with the essential security capabilities. Easily and
efficiently configure, manage, and operate all of your security controls
from a single console and one unified framework. Download a free trial.
http://p.sf.net/sfu/alienvault_d2d
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net
https:

Date2013-05-15 01:11
Frompeiman khosravi
SubjectRe: [Cs-dev] OSX: Homebrew
AttachmentsNone  None  
Thanks Steven, 

It builds and installs everything (see below) but csound is still loading a dummy rt module. Are you getting any sound? 

peimankh:Opcodes64 peimankhosravi$ ls -a ~/Library/Frameworks/CsoundLib64.framework/Resources/Opcodes64
. libfractalnoise.dylib librtjack.dylib
.. libimage.dylib librtpa.dylib
csladspa.dylib libipmidi.dylib libscansyn.dylib
libampmidid.dylib libjackTransport.dylib libserial.dylib
libcellular.dylib libjacko.dylib libsignalflowgraph.dylib
libchua.dylib libmixer.dylib libstdutil.dylib
libcmidi.dylib libosc.dylib libstk.dylib
libcontrol.dylib libplaterev.dylib libsystem_call.dylib
libcs_date.dylib libpmidi.dylib libvirtual.dylib
libdoppler.dylib libpy.dylib libwidgets.dylib
libfareygen.dylib librtauhal.dylib




Date2013-05-15 07:43
FromVictor Lazzarini
SubjectRe: [Cs-dev] OSX: Homebrew
AttachmentsNone  None  
Csound only loads the dummy module if librtpa.dylib cannot be found or cannot be loaded. 
Run csound -z, if you can see all the plugins, then it's probaby some linking error in librtpa.dylib

Victor
On 15 May 2013, at 01:11, peiman khosravi wrote:

Thanks Steven, 

It builds and installs everything (see below) but csound is still loading a dummy rt module. Are you getting any sound? 

peimankh:Opcodes64 peimankhosravi$ ls -a ~/Library/Frameworks/CsoundLib64.framework/Resources/Opcodes64
. libfractalnoise.dylib librtjack.dylib
.. libimage.dylib librtpa.dylib
csladspa.dylib libipmidi.dylib libscansyn.dylib
libampmidid.dylib libjackTransport.dylib libserial.dylib
libcellular.dylib libjacko.dylib libsignalflowgraph.dylib
libchua.dylib libmixer.dylib libstdutil.dylib
libcmidi.dylib libosc.dylib libstk.dylib
libcontrol.dylib libplaterev.dylib libsystem_call.dylib
libcs_date.dylib libpmidi.dylib libvirtual.dylib
libdoppler.dylib libpy.dylib libwidgets.dylib
libfareygen.dylib librtauhal.dylib



------------------------------------------------------------------------------
AlienVault Unified Security Management (USM) platform delivers complete
security visibility with the essential security capabilities. Easily and
efficiently configure, manage, and operate all of your security controls
from a single console and one unified framework. Download a free trial.
http://p.sf.net/sfu/alienvault_d2d_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-devel

Dr Victor Lazzarini
Senior Lecturer
Dept. of Music
NUI Maynooth Ireland
tel.: +353 1 708 3545
Victor dot Lazzarini AT nuim dot ie




Date2013-05-15 09:27
FromSteven Yi
SubjectRe: [Cs-dev] OSX: Homebrew
Hi Peiman,

I'm getting sound here with portaudio.  Could you use "csound -z" and
post the beginning of the output?  I get:

Steven-Yis-MacBook-Pro:~ stevenyi$ csound -z
CoreMIDI real time MIDI plugin for Csound
PortMIDI real time MIDI plugin for Csound
PortAudio real-time audio module for Csound
virtual_keyboard real time MIDI plugin for Csound
rtaudio: PortAudio module enabled ...
using callback interface
rtmidi: PortMIDI module enabled
0dBFS level = 32768.0
Csound version 6.00rc1 (double samples) May 15 2013
libsndfile-1.0.25
1587 opcodes



On Wed, May 15, 2013 at 2:11 AM, peiman khosravi
 wrote:
> Thanks Steven,
>
> It builds and installs everything (see below) but csound is still loading a
> dummy rt module. Are you getting any sound?
>
> peimankh:Opcodes64 peimankhosravi$ ls -a
> ~/Library/Frameworks/CsoundLib64.framework/Resources/Opcodes64
> . libfractalnoise.dylib librtjack.dylib
> .. libimage.dylib librtpa.dylib
> csladspa.dylib libipmidi.dylib libscansyn.dylib
> libampmidid.dylib libjackTransport.dylib libserial.dylib
> libcellular.dylib libjacko.dylib libsignalflowgraph.dylib
> libchua.dylib libmixer.dylib libstdutil.dylib
> libcmidi.dylib libosc.dylib libstk.dylib
> libcontrol.dylib libplaterev.dylib libsystem_call.dylib
> libcs_date.dylib libpmidi.dylib libvirtual.dylib
> libdoppler.dylib libpy.dylib libwidgets.dylib
> libfareygen.dylib librtauhal.dylib
>
>
>
>
> ------------------------------------------------------------------------------
> AlienVault Unified Security Management (USM) platform delivers complete
> security visibility with the essential security capabilities. Easily and
> efficiently configure, manage, and operate all of your security controls
> from a single console and one unified framework. Download a free trial.
> http://p.sf.net/sfu/alienvault_d2d
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel
>

------------------------------------------------------------------------------
AlienVault Unified Security Management (USM) platform delivers complete
security visibility with the essential security capabilities. Easily and
efficiently configure, manage, and operate all of your security controls
from a single console and one unified framework. Download a free trial.
http://p.sf.net/sfu/alienvault_d2d
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2013-05-15 09:35
Frompeiman khosravi
SubjectRe: [Cs-dev] OSX: Homebrew
AttachmentsNone  None  
Hi Victor,

By plug-ins you mean opcodes like STK and Lua? In which case I cannot find them listed under -z. 

Thanks
Peiman  






www.peimankhosravi.co.uk || Subscribe to RSS Feed

To receive emails about upcoming concerts visit this page & enter your email address in the 'follow' section.



On 15 May 2013 07:43, Victor Lazzarini <Victor.Lazzarini@nuim.ie> wrote:
Csound only loads the dummy module if librtpa.dylib cannot be found or cannot be loaded. 
Run csound -z, if you can see all the plugins, then it's probaby some linking error in librtpa.dylib

Victor
On 15 May 2013, at 01:11, peiman khosravi wrote:

Thanks Steven, 

It builds and installs everything (see below) but csound is still loading a dummy rt module. Are you getting any sound? 

peimankh:Opcodes64 peimankhosravi$ ls -a ~/Library/Frameworks/CsoundLib64.framework/Resources/Opcodes64
. libfractalnoise.dylib librtjack.dylib
.. libimage.dylib librtpa.dylib
csladspa.dylib libipmidi.dylib libscansyn.dylib
libampmidid.dylib libjackTransport.dylib libserial.dylib
libcellular.dylib libjacko.dylib libsignalflowgraph.dylib
libchua.dylib libmixer.dylib libstdutil.dylib
libcmidi.dylib libosc.dylib libstk.dylib
libcontrol.dylib libplaterev.dylib libsystem_call.dylib
libcs_date.dylib libpmidi.dylib libvirtual.dylib
libdoppler.dylib libpy.dylib libwidgets.dylib
libfareygen.dylib librtauhal.dylib



------------------------------------------------------------------------------
AlienVault Unified Security Management (USM) platform delivers complete
security visibility with the essential security capabilities. Easily and
efficiently configure, manage, and operate all of your security controls
from a single console and one unified framework. Download a free trial.
http://p.sf.net/sfu/alienvault_d2d_______________________________________________

Dr Victor Lazzarini
Senior Lecturer
Dept. of Music
NUI Maynooth Ireland
Victor dot Lazzarini AT nuim dot ie




------------------------------------------------------------------------------
AlienVault Unified Security Management (USM) platform delivers complete
security visibility with the essential security capabilities. Easily and
efficiently configure, manage, and operate all of your security controls
from a single console and one unified framework. Download a free trial.
http://p.sf.net/sfu/alienvault_d2d
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-devel



Date2013-05-15 09:36
Frompeiman khosravi
SubjectRe: [Cs-dev] OSX: Homebrew
AttachmentsNone  None  
I don't get that:


ast login: Wed May 15 01:23:45 on ttys025
peimankh:~ peimankhosravi$ csound -z
0dBFS level = 32768.0
Csound version 6.00rc1 (double samples) May 15 2013
libsndfile-1.0.21
1320 opcodes

ATSadd              ATSaddnz            ATSbufread          ATScross






www.peimankhosravi.co.uk || Subscribe to RSS Feed

To receive emails about upcoming concerts visit this page & enter your email address in the 'follow' section.



On 15 May 2013 09:27, Steven Yi <stevenyi@gmail.com> wrote:
Hi Peiman,

I'm getting sound here with portaudio.  Could you use "csound -z" and
post the beginning of the output?  I get:

Steven-Yis-MacBook-Pro:~ stevenyi$ csound -z
CoreMIDI real time MIDI plugin for Csound
PortMIDI real time MIDI plugin for Csound
PortAudio real-time audio module for Csound
virtual_keyboard real time MIDI plugin for Csound
rtaudio: PortAudio module enabled ...
using callback interface
rtmidi: PortMIDI module enabled
0dBFS level = 32768.0
Csound version 6.00rc1 (double samples) May 15 2013
libsndfile-1.0.25
1587 opcodes



On Wed, May 15, 2013 at 2:11 AM, peiman khosravi
<peimankhosravi@gmail.com> wrote:
> Thanks Steven,
>
> It builds and installs everything (see below) but csound is still loading a
> dummy rt module. Are you getting any sound?
>
> peimankh:Opcodes64 peimankhosravi$ ls -a
> ~/Library/Frameworks/CsoundLib64.framework/Resources/Opcodes64
> . libfractalnoise.dylib librtjack.dylib
> .. libimage.dylib librtpa.dylib
> csladspa.dylib libipmidi.dylib libscansyn.dylib
> libampmidid.dylib libjackTransport.dylib libserial.dylib
> libcellular.dylib libjacko.dylib libsignalflowgraph.dylib
> libchua.dylib libmixer.dylib libstdutil.dylib
> libcmidi.dylib libosc.dylib libstk.dylib
> libcontrol.dylib libplaterev.dylib libsystem_call.dylib
> libcs_date.dylib libpmidi.dylib libvirtual.dylib
> libdoppler.dylib libpy.dylib libwidgets.dylib
> libfareygen.dylib librtauhal.dylib
>
>
>
>
> ------------------------------------------------------------------------------
> AlienVault Unified Security Management (USM) platform delivers complete
> security visibility with the essential security capabilities. Easily and
> efficiently configure, manage, and operate all of your security controls
> from a single console and one unified framework. Download a free trial.
> http://p.sf.net/sfu/alienvault_d2d
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel
>

------------------------------------------------------------------------------
AlienVault Unified Security Management (USM) platform delivers complete
security visibility with the essential security capabilities. Easily and
efficiently configure, manage, and operate all of your security controls
from a single console and one unified framework. Download a free trial.
http://p.sf.net/sfu/alienvault_d2d
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-devel


Date2013-05-15 10:35
FromVictor Lazzarini
SubjectRe: [Cs-dev] OSX: Homebrew
AttachmentsNone  None  
yes, you are not finding the plugin directory. Maybe you still have an OPCODE6DIR64 pointing to the wrong place?
On 15 May 2013, at 09:36, peiman khosravi wrote:

I don't get that:


ast login: Wed May 15 01:23:45 on ttys025
peimankh:~ peimankhosravi$ csound -z
0dBFS level = 32768.0
Csound version 6.00rc1 (double samples) May 15 2013
libsndfile-1.0.21
1320 opcodes

ATSadd              ATSaddnz            ATSbufread          ATScross






www.peimankhosravi.co.uk || Subscribe to RSS Feed

To receive emails about upcoming concerts visit this page & enter your email address in the 'follow' section.



On 15 May 2013 09:27, Steven Yi <stevenyi@gmail.com> wrote:
Hi Peiman,

I'm getting sound here with portaudio.  Could you use "csound -z" and
post the beginning of the output?  I get:

Steven-Yis-MacBook-Pro:~ stevenyi$ csound -z
CoreMIDI real time MIDI plugin for Csound
PortMIDI real time MIDI plugin for Csound
PortAudio real-time audio module for Csound
virtual_keyboard real time MIDI plugin for Csound
rtaudio: PortAudio module enabled ...
using callback interface
rtmidi: PortMIDI module enabled
0dBFS level = 32768.0
Csound version 6.00rc1 (double samples) May 15 2013
libsndfile-1.0.25
1587 opcodes



On Wed, May 15, 2013 at 2:11 AM, peiman khosravi
<peimankhosravi@gmail.com> wrote:
> Thanks Steven,
>
> It builds and installs everything (see below) but csound is still loading a
> dummy rt module. Are you getting any sound?
>
> peimankh:Opcodes64 peimankhosravi$ ls -a
> ~/Library/Frameworks/CsoundLib64.framework/Resources/Opcodes64
> . libfractalnoise.dylib librtjack.dylib
> .. libimage.dylib librtpa.dylib
> csladspa.dylib libipmidi.dylib libscansyn.dylib
> libampmidid.dylib libjackTransport.dylib libserial.dylib
> libcellular.dylib libjacko.dylib libsignalflowgraph.dylib
> libchua.dylib libmixer.dylib libstdutil.dylib
> libcmidi.dylib libosc.dylib libstk.dylib
> libcontrol.dylib libplaterev.dylib libsystem_call.dylib
> libcs_date.dylib libpmidi.dylib libvirtual.dylib
> libdoppler.dylib libpy.dylib libwidgets.dylib
> libfareygen.dylib librtauhal.dylib
>
>
>
>
> ------------------------------------------------------------------------------
> AlienVault Unified Security Management (USM) platform delivers complete
> security visibility with the essential security capabilities. Easily and
> efficiently configure, manage, and operate all of your security controls
> from a single console and one unified framework. Download a free trial.
> http://p.sf.net/sfu/alienvault_d2d
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel
>

------------------------------------------------------------------------------
AlienVault Unified Security Management (USM) platform delivers complete
security visibility with the essential security capabilities. Easily and
efficiently configure, manage, and operate all of your security controls
from a single console and one unified framework. Download a free trial.
http://p.sf.net/sfu/alienvault_d2d
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-devel

------------------------------------------------------------------------------
AlienVault Unified Security Management (USM) platform delivers complete
security visibility with the essential security capabilities. Easily and
efficiently configure, manage, and operate all of your security controls
from a single console and one unified framework. Download a free trial.
http://p.sf.net/sfu/alienvault_d2d_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-devel

Dr Victor Lazzarini
Senior Lecturer
Dept. of Music
NUI Maynooth Ireland
tel.: +353 1 708 3545
Victor dot Lazzarini AT nuim dot ie




Date2013-05-15 11:17
FromSteven Yi
SubjectRe: [Cs-dev] OSX: Homebrew
Hi Peiman,

Let's try a few things to get more info.

1. First, start a new terminal and run csound -z to see if you get the
same output.  Just want to verify it's reproducible.

2. Run "env | grep OPCODE" to see if you have OPCODE6DIR64 set anywhere.

3. Run "which csound" to verify the one being used is from /usr/local/bin.

3. Run "otool -L /usr/local/bin/csound" to see what you get.  I get here:

Steven-Yis-MacBook-Pro:cs6ninja stevenyi$ 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 169.3.0)

Thanks!
steven


On Wed, May 15, 2013 at 10:36 AM, peiman khosravi
 wrote:
> I don't get that:
>
>
> ast login: Wed May 15 01:23:45 on ttys025
> peimankh:~ peimankhosravi$ csound -z
> 0dBFS level = 32768.0
> Csound version 6.00rc1 (double samples) May 15 2013
> libsndfile-1.0.21
> 1320 opcodes
>
> ATSadd              ATSaddnz            ATSbufread          ATScross
>
>
>
>
>
>
> www.peimankhosravi.co.uk || Subscribe to RSS Feed
>
> To receive emails about upcoming concerts visit this page & enter your email
> address in the 'follow' section.
>
>
>
> On 15 May 2013 09:27, Steven Yi  wrote:
>>
>> Hi Peiman,
>>
>> I'm getting sound here with portaudio.  Could you use "csound -z" and
>> post the beginning of the output?  I get:
>>
>> Steven-Yis-MacBook-Pro:~ stevenyi$ csound -z
>> CoreMIDI real time MIDI plugin for Csound
>> PortMIDI real time MIDI plugin for Csound
>> PortAudio real-time audio module for Csound
>> virtual_keyboard real time MIDI plugin for Csound
>> rtaudio: PortAudio module enabled ...
>> using callback interface
>> rtmidi: PortMIDI module enabled
>> 0dBFS level = 32768.0
>> Csound version 6.00rc1 (double samples) May 15 2013
>> libsndfile-1.0.25
>> 1587 opcodes
>>
>>
>>
>> On Wed, May 15, 2013 at 2:11 AM, peiman khosravi
>>  wrote:
>> > Thanks Steven,
>> >
>> > It builds and installs everything (see below) but csound is still
>> > loading a
>> > dummy rt module. Are you getting any sound?
>> >
>> > peimankh:Opcodes64 peimankhosravi$ ls -a
>> > ~/Library/Frameworks/CsoundLib64.framework/Resources/Opcodes64
>> > . libfractalnoise.dylib librtjack.dylib
>> > .. libimage.dylib librtpa.dylib
>> > csladspa.dylib libipmidi.dylib libscansyn.dylib
>> > libampmidid.dylib libjackTransport.dylib libserial.dylib
>> > libcellular.dylib libjacko.dylib libsignalflowgraph.dylib
>> > libchua.dylib libmixer.dylib libstdutil.dylib
>> > libcmidi.dylib libosc.dylib libstk.dylib
>> > libcontrol.dylib libplaterev.dylib libsystem_call.dylib
>> > libcs_date.dylib libpmidi.dylib libvirtual.dylib
>> > libdoppler.dylib libpy.dylib libwidgets.dylib
>> > libfareygen.dylib librtauhal.dylib
>> >
>> >
>> >
>> >
>> >
>> > ------------------------------------------------------------------------------
>> > AlienVault Unified Security Management (USM) platform delivers complete
>> > security visibility with the essential security capabilities. Easily and
>> > efficiently configure, manage, and operate all of your security controls
>> > from a single console and one unified framework. Download a free trial.
>> > http://p.sf.net/sfu/alienvault_d2d
>> > _______________________________________________
>> > Csound-devel mailing list
>> > Csound-devel@lists.sourceforge.net
>> > https://lists.sourceforge.net/lists/listinfo/csound-devel
>> >
>>
>>
>> ------------------------------------------------------------------------------
>> AlienVault Unified Security Management (USM) platform delivers complete
>> security visibility with the essential security capabilities. Easily and
>> efficiently configure, manage, and operate all of your security controls
>> from a single console and one unified framework. Download a free trial.
>> http://p.sf.net/sfu/alienvault_d2d
>> _______________________________________________
>> Csound-devel mailing list
>> Csound-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>
>
>
> ------------------------------------------------------------------------------
> AlienVault Unified Security Management (USM) platform delivers complete
> security visibility with the essential security capabilities. Easily and
> efficiently configure, manage, and operate all of your security controls
> from a single console and one unified framework. Download a free trial.
> http://p.sf.net/sfu/alienvault_d2d
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel
>

------------------------------------------------------------------------------
AlienVault Unified Security Management (USM) platform delivers complete
security visibility with the essential security capabilities. Easily and
efficiently configure, manage, and operate all of your security controls
from a single console and one unified framework. Download a free trial.
http://p.sf.net/sfu/alienvault_d2d
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2013-05-15 11:58
Frompeiman khosravi
SubjectRe: [Cs-dev] OSX: Homebrew
AttachmentsNone  None  
Hi Steven,

Here are the results:

imans-MacBook-Air:~ peimankhosravi$ env | grep OPCODE
OPCODE6DIR64=/Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework
Peimans-MacBook-Air:~ peimankhosravi$ which csound
/usr/local/bin/csound
Peimans-MacBook-Air:~ peimankhosravi$ 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 159.1.0)



I have added this line in my ~/.bash_profile: 

export OPCODE6DIR64=/Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework


Thanks
Peiman


On 15 May 2013 11:17, Steven Yi <stevenyi@gmail.com> wrote:
Hi Peiman,

Let's try a few things to get more info.

1. First, start a new terminal and run csound -z to see if you get the
same output.  Just want to verify it's reproducible.

2. Run "env | grep OPCODE" to see if you have OPCODE6DIR64 set anywhere.

3. Run "which csound" to verify the one being used is from /usr/local/bin.

3. Run "otool -L /usr/local/bin/csound" to see what you get.  I get here:

Steven-Yis-MacBook-Pro:cs6ninja stevenyi$ 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 169.3.0)

Thanks!
steven


On Wed, May 15, 2013 at 10:36 AM, peiman khosravi
<peimankhosravi@gmail.com> wrote:
> I don't get that:
>
>
> ast login: Wed May 15 01:23:45 on ttys025
> peimankh:~ peimankhosravi$ csound -z
> 0dBFS level = 32768.0
> Csound version 6.00rc1 (double samples) May 15 2013
> libsndfile-1.0.21
> 1320 opcodes
>
> ATSadd              ATSaddnz            ATSbufread          ATScross
>
>
>
>
>
>
> www.peimankhosravi.co.uk || Subscribe to RSS Feed
>
> To receive emails about upcoming concerts visit this page & enter your email
> address in the 'follow' section.
>
>
>
> On 15 May 2013 09:27, Steven Yi <stevenyi@gmail.com> wrote:
>>
>> Hi Peiman,
>>
>> I'm getting sound here with portaudio.  Could you use "csound -z" and
>> post the beginning of the output?  I get:
>>
>> Steven-Yis-MacBook-Pro:~ stevenyi$ csound -z
>> CoreMIDI real time MIDI plugin for Csound
>> PortMIDI real time MIDI plugin for Csound
>> PortAudio real-time audio module for Csound
>> virtual_keyboard real time MIDI plugin for Csound
>> rtaudio: PortAudio module enabled ...
>> using callback interface
>> rtmidi: PortMIDI module enabled
>> 0dBFS level = 32768.0
>> Csound version 6.00rc1 (double samples) May 15 2013
>> libsndfile-1.0.25
>> 1587 opcodes
>>
>>
>>
>> On Wed, May 15, 2013 at 2:11 AM, peiman khosravi
>> <peimankhosravi@gmail.com> wrote:
>> > Thanks Steven,
>> >
>> > It builds and installs everything (see below) but csound is still
>> > loading a
>> > dummy rt module. Are you getting any sound?
>> >
>> > peimankh:Opcodes64 peimankhosravi$ ls -a
>> > ~/Library/Frameworks/CsoundLib64.framework/Resources/Opcodes64
>> > . libfractalnoise.dylib librtjack.dylib
>> > .. libimage.dylib librtpa.dylib
>> > csladspa.dylib libipmidi.dylib libscansyn.dylib
>> > libampmidid.dylib libjackTransport.dylib libserial.dylib
>> > libcellular.dylib libjacko.dylib libsignalflowgraph.dylib
>> > libchua.dylib libmixer.dylib libstdutil.dylib
>> > libcmidi.dylib libosc.dylib libstk.dylib
>> > libcontrol.dylib libplaterev.dylib libsystem_call.dylib
>> > libcs_date.dylib libpmidi.dylib libvirtual.dylib
>> > libdoppler.dylib libpy.dylib libwidgets.dylib
>> > libfareygen.dylib librtauhal.dylib
>> >
>> >
>> >
>> >
>> >
>> > ------------------------------------------------------------------------------
>> > AlienVault Unified Security Management (USM) platform delivers complete
>> > security visibility with the essential security capabilities. Easily and
>> > efficiently configure, manage, and operate all of your security controls
>> > from a single console and one unified framework. Download a free trial.
>> > http://p.sf.net/sfu/alienvault_d2d
>> > _______________________________________________
>> > Csound-devel mailing list
>> > Csound-devel@lists.sourceforge.net
>> > https://lists.sourceforge.net/lists/listinfo/csound-devel
>> >
>>
>>
>> ------------------------------------------------------------------------------
>> AlienVault Unified Security Management (USM) platform delivers complete
>> security visibility with the essential security capabilities. Easily and
>> efficiently configure, manage, and operate all of your security controls
>> from a single console and one unified framework. Download a free trial.
>> http://p.sf.net/sfu/alienvault_d2d
>> _______________________________________________
>> Csound-devel mailing list
>> Csound-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>
>
>
> ------------------------------------------------------------------------------
> AlienVault Unified Security Management (USM) platform delivers complete
> security visibility with the essential security capabilities. Easily and
> efficiently configure, manage, and operate all of your security controls
> from a single console and one unified framework. Download a free trial.
> http://p.sf.net/sfu/alienvault_d2d
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel
>

------------------------------------------------------------------------------
AlienVault Unified Security Management (USM) platform delivers complete
security visibility with the essential security capabilities. Easily and
efficiently configure, manage, and operate all of your security controls
from a single console and one unified framework. Download a free trial.
http://p.sf.net/sfu/alienvault_d2d
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-devel


Date2013-05-15 12:03
FromVictor Lazzarini
SubjectRe: [Cs-dev] OSX: Homebrew
AttachmentsNone  None  
Just remove

export OPCODE6DIR64=/Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework

from bash_profile, close the terminal, open it again and repeat the whole thing. You should not
need to have OPCODE6DIR64 defined. It's point to the wrong place.


On 15 May 2013, at 11:58, peiman khosravi wrote:

Hi Steven,

Here are the results:

imans-MacBook-Air:~ peimankhosravi$ env | grep OPCODE
OPCODE6DIR64=/Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework
Peimans-MacBook-Air:~ peimankhosravi$ which csound
/usr/local/bin/csound
Peimans-MacBook-Air:~ peimankhosravi$ 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 159.1.0)



I have added this line in my ~/.bash_profile: 

export OPCODE6DIR64=/Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework


Thanks
Peiman


On 15 May 2013 11:17, Steven Yi <stevenyi@gmail.com> wrote:
Hi Peiman,

Let's try a few things to get more info.

1. First, start a new terminal and run csound -z to see if you get the
same output.  Just want to verify it's reproducible.

2. Run "env | grep OPCODE" to see if you have OPCODE6DIR64 set anywhere.

3. Run "which csound" to verify the one being used is from /usr/local/bin.

3. Run "otool -L /usr/local/bin/csound" to see what you get.  I get here:

Steven-Yis-MacBook-Pro:cs6ninja stevenyi$ 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 169.3.0)

Thanks!
steven


On Wed, May 15, 2013 at 10:36 AM, peiman khosravi
<peimankhosravi@gmail.com> wrote:
> I don't get that:
>
>
> ast login: Wed May 15 01:23:45 on ttys025
> peimankh:~ peimankhosravi$ csound -z
> 0dBFS level = 32768.0
> Csound version 6.00rc1 (double samples) May 15 2013
> libsndfile-1.0.21
> 1320 opcodes
>
> ATSadd              ATSaddnz            ATSbufread          ATScross
>
>
>
>
>
>
> www.peimankhosravi.co.uk || Subscribe to RSS Feed
>
> To receive emails about upcoming concerts visit this page & enter your email
> address in the 'follow' section.
>
>
>
> On 15 May 2013 09:27, Steven Yi <stevenyi@gmail.com> wrote:
>>
>> Hi Peiman,
>>
>> I'm getting sound here with portaudio.  Could you use "csound -z" and
>> post the beginning of the output?  I get:
>>
>> Steven-Yis-MacBook-Pro:~ stevenyi$ csound -z
>> CoreMIDI real time MIDI plugin for Csound
>> PortMIDI real time MIDI plugin for Csound
>> PortAudio real-time audio module for Csound
>> virtual_keyboard real time MIDI plugin for Csound
>> rtaudio: PortAudio module enabled ...
>> using callback interface
>> rtmidi: PortMIDI module enabled
>> 0dBFS level = 32768.0
>> Csound version 6.00rc1 (double samples) May 15 2013
>> libsndfile-1.0.25
>> 1587 opcodes
>>
>>
>>
>> On Wed, May 15, 2013 at 2:11 AM, peiman khosravi
>> <peimankhosravi@gmail.com> wrote:
>> > Thanks Steven,
>> >
>> > It builds and installs everything (see below) but csound is still
>> > loading a
>> > dummy rt module. Are you getting any sound?
>> >
>> > peimankh:Opcodes64 peimankhosravi$ ls -a
>> > ~/Library/Frameworks/CsoundLib64.framework/Resources/Opcodes64
>> > . libfractalnoise.dylib librtjack.dylib
>> > .. libimage.dylib librtpa.dylib
>> > csladspa.dylib libipmidi.dylib libscansyn.dylib
>> > libampmidid.dylib libjackTransport.dylib libserial.dylib
>> > libcellular.dylib libjacko.dylib libsignalflowgraph.dylib
>> > libchua.dylib libmixer.dylib libstdutil.dylib
>> > libcmidi.dylib libosc.dylib libstk.dylib
>> > libcontrol.dylib libplaterev.dylib libsystem_call.dylib
>> > libcs_date.dylib libpmidi.dylib libvirtual.dylib
>> > libdoppler.dylib libpy.dylib libwidgets.dylib
>> > libfareygen.dylib librtauhal.dylib
>> >
>> >
>> >
>> >
>> >
>> > ------------------------------------------------------------------------------
>> > AlienVault Unified Security Management (USM) platform delivers complete
>> > security visibility with the essential security capabilities. Easily and
>> > efficiently configure, manage, and operate all of your security controls
>> > from a single console and one unified framework. Download a free trial.
>> > http://p.sf.net/sfu/alienvault_d2d
>> > _______________________________________________
>> > Csound-devel mailing list
>> > Csound-devel@lists.sourceforge.net
>> > https://lists.sourceforge.net/lists/listinfo/csound-devel
>> >
>>
>>
>> ------------------------------------------------------------------------------
>> AlienVault Unified Security Management (USM) platform delivers complete
>> security visibility with the essential security capabilities. Easily and
>> efficiently configure, manage, and operate all of your security controls
>> from a single console and one unified framework. Download a free trial.
>> http://p.sf.net/sfu/alienvault_d2d
>> _______________________________________________
>> Csound-devel mailing list
>> Csound-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>
>
>
> ------------------------------------------------------------------------------
> AlienVault Unified Security Management (USM) platform delivers complete
> security visibility with the essential security capabilities. Easily and
> efficiently configure, manage, and operate all of your security controls
> from a single console and one unified framework. Download a free trial.
> http://p.sf.net/sfu/alienvault_d2d
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel
>

------------------------------------------------------------------------------
AlienVault Unified Security Management (USM) platform delivers complete
security visibility with the essential security capabilities. Easily and
efficiently configure, manage, and operate all of your security controls
from a single console and one unified framework. Download a free trial.
http://p.sf.net/sfu/alienvault_d2d
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-devel

------------------------------------------------------------------------------
AlienVault Unified Security Management (USM) platform delivers complete
security visibility with the essential security capabilities. Easily and
efficiently configure, manage, and operate all of your security controls
from a single console and one unified framework. Download a free trial.
http://p.sf.net/sfu/alienvault_d2d_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-devel

Dr Victor Lazzarini
Senior Lecturer
Dept. of Music
NUI Maynooth Ireland
tel.: +353 1 708 3545
Victor dot Lazzarini AT nuim dot ie




Date2013-05-15 12:08
Frompeiman khosravi
SubjectRe: [Cs-dev] OSX: Homebrew
AttachmentsNone  None  
Yes that's it. It works. Thanks very much. Now I see why OPCODE6DIR64 was pointing to the wrong place. 

Thank you both for your help. This gives me a chance to try lots of things out now. 

One last thing: do I need to manually copy anything to get the python api working?

Thanks
Peiman   






www.peimankhosravi.co.uk || Subscribe to RSS Feed

To receive emails about upcoming concerts visit this page & enter your email address in the 'follow' section.



On 15 May 2013 12:03, Victor Lazzarini <Victor.Lazzarini@nuim.ie> wrote:
Just remove

export OPCODE6DIR64=/Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework

from bash_profile, close the terminal, open it again and repeat the whole thing. You should not
need to have OPCODE6DIR64 defined. It's point to the wrong place.


On 15 May 2013, at 11:58, peiman khosravi wrote:

Hi Steven,

Here are the results:

imans-MacBook-Air:~ peimankhosravi$ env | grep OPCODE
OPCODE6DIR64=/Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework
Peimans-MacBook-Air:~ peimankhosravi$ which csound
/usr/local/bin/csound
Peimans-MacBook-Air:~ peimankhosravi$ 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 159.1.0)



I have added this line in my ~/.bash_profile: 

export OPCODE6DIR64=/Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework


Thanks
Peiman


On 15 May 2013 11:17, Steven Yi <stevenyi@gmail.com> wrote:
Hi Peiman,

Let's try a few things to get more info.

1. First, start a new terminal and run csound -z to see if you get the
same output.  Just want to verify it's reproducible.

2. Run "env | grep OPCODE" to see if you have OPCODE6DIR64 set anywhere.

3. Run "which csound" to verify the one being used is from /usr/local/bin.

3. Run "otool -L /usr/local/bin/csound" to see what you get.  I get here:

Steven-Yis-MacBook-Pro:cs6ninja stevenyi$ 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 169.3.0)

Thanks!
steven


On Wed, May 15, 2013 at 10:36 AM, peiman khosravi
<peimankhosravi@gmail.com> wrote:
> I don't get that:
>
>
> ast login: Wed May 15 01:23:45 on ttys025
> peimankh:~ peimankhosravi$ csound -z
> 0dBFS level = 32768.0
> Csound version 6.00rc1 (double samples) May 15 2013
> libsndfile-1.0.21
> 1320 opcodes
>
> ATSadd              ATSaddnz            ATSbufread          ATScross
>
>
>
>
>
>
> www.peimankhosravi.co.uk || Subscribe to RSS Feed
>
> To receive emails about upcoming concerts visit this page & enter your email
> address in the 'follow' section.
>
>
>
> On 15 May 2013 09:27, Steven Yi <stevenyi@gmail.com> wrote:
>>
>> Hi Peiman,
>>
>> I'm getting sound here with portaudio.  Could you use "csound -z" and
>> post the beginning of the output?  I get:
>>
>> Steven-Yis-MacBook-Pro:~ stevenyi$ csound -z
>> CoreMIDI real time MIDI plugin for Csound
>> PortMIDI real time MIDI plugin for Csound
>> PortAudio real-time audio module for Csound
>> virtual_keyboard real time MIDI plugin for Csound
>> rtaudio: PortAudio module enabled ...
>> using callback interface
>> rtmidi: PortMIDI module enabled
>> 0dBFS level = 32768.0
>> Csound version 6.00rc1 (double samples) May 15 2013
>> libsndfile-1.0.25
>> 1587 opcodes
>>
>>
>>
>> On Wed, May 15, 2013 at 2:11 AM, peiman khosravi
>> <peimankhosravi@gmail.com> wrote:
>> > Thanks Steven,
>> >
>> > It builds and installs everything (see below) but csound is still
>> > loading a
>> > dummy rt module. Are you getting any sound?
>> >
>> > peimankh:Opcodes64 peimankhosravi$ ls -a
>> > ~/Library/Frameworks/CsoundLib64.framework/Resources/Opcodes64
>> > . libfractalnoise.dylib librtjack.dylib
>> > .. libimage.dylib librtpa.dylib
>> > csladspa.dylib libipmidi.dylib libscansyn.dylib
>> > libampmidid.dylib libjackTransport.dylib libserial.dylib
>> > libcellular.dylib libjacko.dylib libsignalflowgraph.dylib
>> > libchua.dylib libmixer.dylib libstdutil.dylib
>> > libcmidi.dylib libosc.dylib libstk.dylib
>> > libcontrol.dylib libplaterev.dylib libsystem_call.dylib
>> > libcs_date.dylib libpmidi.dylib libvirtual.dylib
>> > libdoppler.dylib libpy.dylib libwidgets.dylib
>> > libfareygen.dylib librtauhal.dylib
>> >
>> >
>> >
>> >
>> >
>> > ------------------------------------------------------------------------------
>> > AlienVault Unified Security Management (USM) platform delivers complete
>> > security visibility with the essential security capabilities. Easily and
>> > efficiently configure, manage, and operate all of your security controls
>> > from a single console and one unified framework. Download a free trial.
>> > http://p.sf.net/sfu/alienvault_d2d
>> > _______________________________________________
>> > Csound-devel mailing list
>> > Csound-devel@lists.sourceforge.net
>> > https://lists.sourceforge.net/lists/listinfo/csound-devel
>> >
>>
>>
>> ------------------------------------------------------------------------------
>> AlienVault Unified Security Management (USM) platform delivers complete
>> security visibility with the essential security capabilities. Easily and
>> efficiently configure, manage, and operate all of your security controls
>> from a single console and one unified framework. Download a free trial.
>> http://p.sf.net/sfu/alienvault_d2d
>> _______________________________________________
>> Csound-devel mailing list
>> Csound-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>
>
>
> ------------------------------------------------------------------------------
> AlienVault Unified Security Management (USM) platform delivers complete
> security visibility with the essential security capabilities. Easily and
> efficiently configure, manage, and operate all of your security controls
> from a single console and one unified framework. Download a free trial.
> http://p.sf.net/sfu/alienvault_d2d
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel
>

------------------------------------------------------------------------------
AlienVault Unified Security Management (USM) platform delivers complete
security visibility with the essential security capabilities. Easily and
efficiently configure, manage, and operate all of your security controls
from a single console and one unified framework. Download a free trial.
http://p.sf.net/sfu/alienvault_d2d
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-devel

------------------------------------------------------------------------------
AlienVault Unified Security Management (USM) platform delivers complete
security visibility with the essential security capabilities. Easily and
efficiently configure, manage, and operate all of your security controls
from a single console and one unified framework. Download a free trial.
http://p.sf.net/sfu/alienvault_d2d_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-devel

Dr Victor Lazzarini
Senior Lecturer
Dept. of Music
NUI Maynooth Ireland
Victor dot Lazzarini AT nuim dot ie




------------------------------------------------------------------------------
AlienVault Unified Security Management (USM) platform delivers complete
security visibility with the essential security capabilities. Easily and
efficiently configure, manage, and operate all of your security controls
from a single console and one unified framework. Download a free trial.
http://p.sf.net/sfu/alienvault_d2d
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-devel



Date2013-05-15 12:12
FromVictor Lazzarini
SubjectRe: [Cs-dev] OSX: Homebrew
AttachmentsNone  None  
I don't think so. Just try it, open the interpreter and type import csnd6
On 15 May 2013, at 12:08, peiman khosravi wrote:

Yes that's it. It works. Thanks very much. Now I see why OPCODE6DIR64 was pointing to the wrong place. 

Thank you both for your help. This gives me a chance to try lots of things out now. 

One last thing: do I need to manually copy anything to get the python api working?

Thanks
Peiman   






www.peimankhosravi.co.uk || Subscribe to RSS Feed

To receive emails about upcoming concerts visit this page & enter your email address in the 'follow' section.



On 15 May 2013 12:03, Victor Lazzarini <Victor.Lazzarini@nuim.ie> wrote:
Just remove

export OPCODE6DIR64=/Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework

from bash_profile, close the terminal, open it again and repeat the whole thing. You should not
need to have OPCODE6DIR64 defined. It's point to the wrong place.


On 15 May 2013, at 11:58, peiman khosravi wrote:

Hi Steven,

Here are the results:

imans-MacBook-Air:~ peimankhosravi$ env | grep OPCODE
OPCODE6DIR64=/Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework
Peimans-MacBook-Air:~ peimankhosravi$ which csound
/usr/local/bin/csound
Peimans-MacBook-Air:~ peimankhosravi$ 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 159.1.0)



I have added this line in my ~/.bash_profile: 

export OPCODE6DIR64=/Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework


Thanks
Peiman


On 15 May 2013 11:17, Steven Yi <stevenyi@gmail.com> wrote:
Hi Peiman,

Let's try a few things to get more info.

1. First, start a new terminal and run csound -z to see if you get the
same output.  Just want to verify it's reproducible.

2. Run "env | grep OPCODE" to see if you have OPCODE6DIR64 set anywhere.

3. Run "which csound" to verify the one being used is from /usr/local/bin.

3. Run "otool -L /usr/local/bin/csound" to see what you get.  I get here:

Steven-Yis-MacBook-Pro:cs6ninja stevenyi$ 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 169.3.0)

Thanks!
steven


On Wed, May 15, 2013 at 10:36 AM, peiman khosravi
<peimankhosravi@gmail.com> wrote:
> I don't get that:
>
>
> ast login: Wed May 15 01:23:45 on ttys025
> peimankh:~ peimankhosravi$ csound -z
> 0dBFS level = 32768.0
> Csound version 6.00rc1 (double samples) May 15 2013
> libsndfile-1.0.21
> 1320 opcodes
>
> ATSadd              ATSaddnz            ATSbufread          ATScross
>
>
>
>
>
>
> www.peimankhosravi.co.uk || Subscribe to RSS Feed
>
> To receive emails about upcoming concerts visit this page & enter your email
> address in the 'follow' section.
>
>
>
> On 15 May 2013 09:27, Steven Yi <stevenyi@gmail.com> wrote:
>>
>> Hi Peiman,
>>
>> I'm getting sound here with portaudio.  Could you use "csound -z" and
>> post the beginning of the output?  I get:
>>
>> Steven-Yis-MacBook-Pro:~ stevenyi$ csound -z
>> CoreMIDI real time MIDI plugin for Csound
>> PortMIDI real time MIDI plugin for Csound
>> PortAudio real-time audio module for Csound
>> virtual_keyboard real time MIDI plugin for Csound
>> rtaudio: PortAudio module enabled ...
>> using callback interface
>> rtmidi: PortMIDI module enabled
>> 0dBFS level = 32768.0
>> Csound version 6.00rc1 (double samples) May 15 2013
>> libsndfile-1.0.25
>> 1587 opcodes
>>
>>
>>
>> On Wed, May 15, 2013 at 2:11 AM, peiman khosravi
>> <peimankhosravi@gmail.com> wrote:
>> > Thanks Steven,
>> >
>> > It builds and installs everything (see below) but csound is still
>> > loading a
>> > dummy rt module. Are you getting any sound?
>> >
>> > peimankh:Opcodes64 peimankhosravi$ ls -a
>> > ~/Library/Frameworks/CsoundLib64.framework/Resources/Opcodes64
>> > . libfractalnoise.dylib librtjack.dylib
>> > .. libimage.dylib librtpa.dylib
>> > csladspa.dylib libipmidi.dylib libscansyn.dylib
>> > libampmidid.dylib libjackTransport.dylib libserial.dylib
>> > libcellular.dylib libjacko.dylib libsignalflowgraph.dylib
>> > libchua.dylib libmixer.dylib libstdutil.dylib
>> > libcmidi.dylib libosc.dylib libstk.dylib
>> > libcontrol.dylib libplaterev.dylib libsystem_call.dylib
>> > libcs_date.dylib libpmidi.dylib libvirtual.dylib
>> > libdoppler.dylib libpy.dylib libwidgets.dylib
>> > libfareygen.dylib librtauhal.dylib
>> >
>> >
>> >
>> >
>> >
>> > ------------------------------------------------------------------------------
>> > AlienVault Unified Security Management (USM) platform delivers complete
>> > security visibility with the essential security capabilities. Easily and
>> > efficiently configure, manage, and operate all of your security controls
>> > from a single console and one unified framework. Download a free trial.
>> > http://p.sf.net/sfu/alienvault_d2d
>> > _______________________________________________
>> > Csound-devel mailing list
>> > Csound-devel@lists.sourceforge.net
>> > https://lists.sourceforge.net/lists/listinfo/csound-devel
>> >
>>
>>
>> ------------------------------------------------------------------------------
>> AlienVault Unified Security Management (USM) platform delivers complete
>> security visibility with the essential security capabilities. Easily and
>> efficiently configure, manage, and operate all of your security controls
>> from a single console and one unified framework. Download a free trial.
>> http://p.sf.net/sfu/alienvault_d2d
>> _______________________________________________
>> Csound-devel mailing list
>> Csound-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>
>
>
> ------------------------------------------------------------------------------
> AlienVault Unified Security Management (USM) platform delivers complete
> security visibility with the essential security capabilities. Easily and
> efficiently configure, manage, and operate all of your security controls
> from a single console and one unified framework. Download a free trial.
> http://p.sf.net/sfu/alienvault_d2d
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel
>

------------------------------------------------------------------------------
AlienVault Unified Security Management (USM) platform delivers complete
security visibility with the essential security capabilities. Easily and
efficiently configure, manage, and operate all of your security controls
from a single console and one unified framework. Download a free trial.
http://p.sf.net/sfu/alienvault_d2d
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-devel

------------------------------------------------------------------------------
AlienVault Unified Security Management (USM) platform delivers complete
security visibility with the essential security capabilities. Easily and
efficiently configure, manage, and operate all of your security controls
from a single console and one unified framework. Download a free trial.
http://p.sf.net/sfu/alienvault_d2d_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-devel

Dr Victor Lazzarini
Senior Lecturer
Dept. of Music
NUI Maynooth Ireland
Victor dot Lazzarini AT nuim dot ie




------------------------------------------------------------------------------
AlienVault Unified Security Management (USM) platform delivers complete
security visibility with the essential security capabilities. Easily and
efficiently configure, manage, and operate all of your security controls
from a single console and one unified framework. Download a free trial.
http://p.sf.net/sfu/alienvault_d2d
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-devel


------------------------------------------------------------------------------
AlienVault Unified Security Management (USM) platform delivers complete
security visibility with the essential security capabilities. Easily and
efficiently configure, manage, and operate all of your security controls
from a single console and one unified framework. Download a free trial.
http://p.sf.net/sfu/alienvault_d2d_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-devel

Dr Victor Lazzarini
Senior Lecturer
Dept. of Music
NUI Maynooth Ireland
tel.: +353 1 708 3545
Victor dot Lazzarini AT nuim dot ie




Date2013-05-15 12:13
FromSteven Yi
SubjectRe: [Cs-dev] OSX: Homebrew
Hi Peiman,

Glad it's all working now!  You should not have to manually copy
anything.  The cmake install target now copies the necessary files
into /Library/Python/2.7/site-packages.  You should be able to do
this:

Steven-Yis-MacBook-Pro:~ stevenyi$ python
Python 2.7.2 (default, Oct 11 2012, 20:14:37)
[GCC 4.2.1 Compatible Apple Clang 4.0 (tags/Apple/clang-418.0.60)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import csnd6
>>> print csnd6.CS_VERSION
6

out of the box.

Note: I've started a homebrew wiki page at:

https://sourceforge.net/p/csound/wiki/Homebrew%20OSX/

I still need to update it with information about the need for "brew
link --overwrite".

Also, now that things are running there, you should be able to rebuild
the latest from GIT HEAD anytime by doing the uninstall/install.  This
will be a big help for the developers during this final rundown to the
6.0 final to have users who are testing with the latest.

Thanks!
steven

On Wed, May 15, 2013 at 1:08 PM, peiman khosravi
 wrote:
> Yes that's it. It works. Thanks very much. Now I see why OPCODE6DIR64 was
> pointing to the wrong place.
>
> Thank you both for your help. This gives me a chance to try lots of things
> out now.
>
> One last thing: do I need to manually copy anything to get the python api
> working?
>
> Thanks
> Peiman
>
>
>
>
>
>
> www.peimankhosravi.co.uk || Subscribe to RSS Feed
>
> To receive emails about upcoming concerts visit this page & enter your email
> address in the 'follow' section.
>
>
>
> On 15 May 2013 12:03, Victor Lazzarini  wrote:
>>
>> Just remove
>>
>> export
>> OPCODE6DIR64=/Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework
>>
>>
>> from bash_profile, close the terminal, open it again and repeat the whole
>> thing. You should not
>> need to have OPCODE6DIR64 defined. It's point to the wrong place.
>>
>>
>> On 15 May 2013, at 11:58, peiman khosravi wrote:
>>
>> Hi Steven,
>>
>> Here are the results:
>>
>> imans-MacBook-Air:~ peimankhosravi$ env | grep OPCODE
>>
>> OPCODE6DIR64=/Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework
>> Peimans-MacBook-Air:~ peimankhosravi$ which csound
>> /usr/local/bin/csound
>> Peimans-MacBook-Air:~ peimankhosravi$ 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
>> 159.1.0)
>>
>>
>>
>> I have added this line in my ~/.bash_profile:
>>
>> export
>> OPCODE6DIR64=/Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework
>>
>>
>> Thanks
>> Peiman
>>
>>
>> On 15 May 2013 11:17, Steven Yi  wrote:
>>>
>>> Hi Peiman,
>>>
>>> Let's try a few things to get more info.
>>>
>>> 1. First, start a new terminal and run csound -z to see if you get the
>>> same output.  Just want to verify it's reproducible.
>>>
>>> 2. Run "env | grep OPCODE" to see if you have OPCODE6DIR64 set anywhere.
>>>
>>> 3. Run "which csound" to verify the one being used is from
>>> /usr/local/bin.
>>>
>>> 3. Run "otool -L /usr/local/bin/csound" to see what you get.  I get here:
>>>
>>> Steven-Yis-MacBook-Pro:cs6ninja stevenyi$ 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 169.3.0)
>>>
>>> Thanks!
>>> steven
>>>
>>>
>>> On Wed, May 15, 2013 at 10:36 AM, peiman khosravi
>>>  wrote:
>>> > I don't get that:
>>> >
>>> >
>>> > ast login: Wed May 15 01:23:45 on ttys025
>>> > peimankh:~ peimankhosravi$ csound -z
>>> > 0dBFS level = 32768.0
>>> > Csound version 6.00rc1 (double samples) May 15 2013
>>> > libsndfile-1.0.21
>>> > 1320 opcodes
>>> >
>>> > ATSadd              ATSaddnz            ATSbufread          ATScross
>>> >
>>> >
>>> >
>>> >
>>> >
>>> >
>>> > www.peimankhosravi.co.uk || Subscribe to RSS Feed
>>> >
>>> > To receive emails about upcoming concerts visit this page & enter your
>>> > email
>>> > address in the 'follow' section.
>>> >
>>> >
>>> >
>>> > On 15 May 2013 09:27, Steven Yi  wrote:
>>> >>
>>> >> Hi Peiman,
>>> >>
>>> >> I'm getting sound here with portaudio.  Could you use "csound -z" and
>>> >> post the beginning of the output?  I get:
>>> >>
>>> >> Steven-Yis-MacBook-Pro:~ stevenyi$ csound -z
>>> >> CoreMIDI real time MIDI plugin for Csound
>>> >> PortMIDI real time MIDI plugin for Csound
>>> >> PortAudio real-time audio module for Csound
>>> >> virtual_keyboard real time MIDI plugin for Csound
>>> >> rtaudio: PortAudio module enabled ...
>>> >> using callback interface
>>> >> rtmidi: PortMIDI module enabled
>>> >> 0dBFS level = 32768.0
>>> >> Csound version 6.00rc1 (double samples) May 15 2013
>>> >> libsndfile-1.0.25
>>> >> 1587 opcodes
>>> >>
>>> >>
>>> >>
>>> >> On Wed, May 15, 2013 at 2:11 AM, peiman khosravi
>>> >>  wrote:
>>> >> > Thanks Steven,
>>> >> >
>>> >> > It builds and installs everything (see below) but csound is still
>>> >> > loading a
>>> >> > dummy rt module. Are you getting any sound?
>>> >> >
>>> >> > peimankh:Opcodes64 peimankhosravi$ ls -a
>>> >> > ~/Library/Frameworks/CsoundLib64.framework/Resources/Opcodes64
>>> >> > . libfractalnoise.dylib librtjack.dylib
>>> >> > .. libimage.dylib librtpa.dylib
>>> >> > csladspa.dylib libipmidi.dylib libscansyn.dylib
>>> >> > libampmidid.dylib libjackTransport.dylib libserial.dylib
>>> >> > libcellular.dylib libjacko.dylib libsignalflowgraph.dylib
>>> >> > libchua.dylib libmixer.dylib libstdutil.dylib
>>> >> > libcmidi.dylib libosc.dylib libstk.dylib
>>> >> > libcontrol.dylib libplaterev.dylib libsystem_call.dylib
>>> >> > libcs_date.dylib libpmidi.dylib libvirtual.dylib
>>> >> > libdoppler.dylib libpy.dylib libwidgets.dylib
>>> >> > libfareygen.dylib librtauhal.dylib
>>> >> >
>>> >> >
>>> >> >
>>> >> >
>>> >> >
>>> >> >
>>> >> > ------------------------------------------------------------------------------
>>> >> > AlienVault Unified Security Management (USM) platform delivers
>>> >> > complete
>>> >> > security visibility with the essential security capabilities. Easily
>>> >> > and
>>> >> > efficiently configure, manage, and operate all of your security
>>> >> > controls
>>> >> > from a single console and one unified framework. Download a free
>>> >> > trial.
>>> >> > http://p.sf.net/sfu/alienvault_d2d
>>> >> > _______________________________________________
>>> >> > Csound-devel mailing list
>>> >> > Csound-devel@lists.sourceforge.net
>>> >> > https://lists.sourceforge.net/lists/listinfo/csound-devel
>>> >> >
>>> >>
>>> >>
>>> >>
>>> >> ------------------------------------------------------------------------------
>>> >> AlienVault Unified Security Management (USM) platform delivers
>>> >> complete
>>> >> security visibility with the essential security capabilities. Easily
>>> >> and
>>> >> efficiently configure, manage, and operate all of your security
>>> >> controls
>>> >> from a single console and one unified framework. Download a free
>>> >> trial.
>>> >> http://p.sf.net/sfu/alienvault_d2d
>>> >> _______________________________________________
>>> >> Csound-devel mailing list
>>> >> Csound-devel@lists.sourceforge.net
>>> >> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>> >
>>> >
>>> >
>>> >
>>> > ------------------------------------------------------------------------------
>>> > AlienVault Unified Security Management (USM) platform delivers complete
>>> > security visibility with the essential security capabilities. Easily
>>> > and
>>> > efficiently configure, manage, and operate all of your security
>>> > controls
>>> > from a single console and one unified framework. Download a free trial.
>>> > http://p.sf.net/sfu/alienvault_d2d
>>> > _______________________________________________
>>> > Csound-devel mailing list
>>> > Csound-devel@lists.sourceforge.net
>>> > https://lists.sourceforge.net/lists/listinfo/csound-devel
>>> >
>>>
>>>
>>> ------------------------------------------------------------------------------
>>> AlienVault Unified Security Management (USM) platform delivers complete
>>> security visibility with the essential security capabilities. Easily and
>>> efficiently configure, manage, and operate all of your security controls
>>> from a single console and one unified framework. Download a free trial.
>>> http://p.sf.net/sfu/alienvault_d2d
>>> _______________________________________________
>>> Csound-devel mailing list
>>> Csound-devel@lists.sourceforge.net
>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>
>>
>>
>> ------------------------------------------------------------------------------
>> AlienVault Unified Security Management (USM) platform delivers complete
>> security visibility with the essential security capabilities. Easily and
>> efficiently configure, manage, and operate all of your security controls
>> from a single console and one unified framework. Download a free trial.
>>
>> http://p.sf.net/sfu/alienvault_d2d_______________________________________________
>> Csound-devel mailing list
>> Csound-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>
>>
>> Dr Victor Lazzarini
>> Senior Lecturer
>> Dept. of Music
>> NUI Maynooth Ireland
>> tel.: +353 1 708 3545
>> Victor dot Lazzarini AT nuim dot ie
>>
>>
>>
>>
>>
>> ------------------------------------------------------------------------------
>> AlienVault Unified Security Management (USM) platform delivers complete
>> security visibility with the essential security capabilities. Easily and
>> efficiently configure, manage, and operate all of your security controls
>> from a single console and one unified framework. Download a free trial.
>> http://p.sf.net/sfu/alienvault_d2d
>> _______________________________________________
>> Csound-devel mailing list
>> Csound-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>
>
>
> ------------------------------------------------------------------------------
> AlienVault Unified Security Management (USM) platform delivers complete
> security visibility with the essential security capabilities. Easily and
> efficiently configure, manage, and operate all of your security controls
> from a single console and one unified framework. Download a free trial.
> http://p.sf.net/sfu/alienvault_d2d
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel
>

------------------------------------------------------------------------------
AlienVault Unified Security Management (USM) platform delivers complete
security visibility with the essential security capabilities. Easily and
efficiently configure, manage, and operate all of your security controls
from a single console and one unified framework. Download a free trial.
http://p.sf.net/sfu/alienvault_d2d
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2013-05-15 12:14
Frompeiman khosravi
SubjectRe: [Cs-dev] OSX: Homebrew
AttachmentsNone  None  
By the way I did try. iPython reports that the module 'csnd6' doesn't exist. I have these in my Python/2.7/site-packages folder:  

CsoundAC.py _CsoundAC.so csd csnd6.py
README _csnd6.so csd-0.0.4-py2.7.egg-info







www.peimankhosravi.co.uk || Subscribe to RSS Feed

To receive emails about upcoming concerts visit this page & enter your email address in the 'follow' section.



On 15 May 2013 12:08, peiman khosravi <peimankhosravi@gmail.com> wrote:
Yes that's it. It works. Thanks very much. Now I see why OPCODE6DIR64 was pointing to the wrong place. 

Thank you both for your help. This gives me a chance to try lots of things out now. 

One last thing: do I need to manually copy anything to get the python api working?

Thanks
Peiman   






www.peimankhosravi.co.uk || Subscribe to RSS Feed

To receive emails about upcoming concerts visit this page & enter your email address in the 'follow' section.



On 15 May 2013 12:03, Victor Lazzarini <Victor.Lazzarini@nuim.ie> wrote:
Just remove

export OPCODE6DIR64=/Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework

from bash_profile, close the terminal, open it again and repeat the whole thing. You should not
need to have OPCODE6DIR64 defined. It's point to the wrong place.


On 15 May 2013, at 11:58, peiman khosravi wrote:

Hi Steven,

Here are the results:

imans-MacBook-Air:~ peimankhosravi$ env | grep OPCODE
OPCODE6DIR64=/Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework
Peimans-MacBook-Air:~ peimankhosravi$ which csound
/usr/local/bin/csound
Peimans-MacBook-Air:~ peimankhosravi$ 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 159.1.0)



I have added this line in my ~/.bash_profile: 

export OPCODE6DIR64=/Users/peimankhosravi/Library/Frameworks/CsoundLib64.framework


Thanks
Peiman


On 15 May 2013 11:17, Steven Yi <stevenyi@gmail.com> wrote:
Hi Peiman,

Let's try a few things to get more info.

1. First, start a new terminal and run csound -z to see if you get the
same output.  Just want to verify it's reproducible.

2. Run "env | grep OPCODE" to see if you have OPCODE6DIR64 set anywhere.

3. Run "which csound" to verify the one being used is from /usr/local/bin.

3. Run "otool -L /usr/local/bin/csound" to see what you get.  I get here:

Steven-Yis-MacBook-Pro:cs6ninja stevenyi$ 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 169.3.0)

Thanks!
steven


On Wed, May 15, 2013 at 10:36 AM, peiman khosravi
<peimankhosravi@gmail.com> wrote:
> I don't get that:
>
>
> ast login: Wed May 15 01:23:45 on ttys025
> peimankh:~ peimankhosravi$ csound -z
> 0dBFS level = 32768.0
> Csound version 6.00rc1 (double samples) May 15 2013
> libsndfile-1.0.21
> 1320 opcodes
>
> ATSadd              ATSaddnz            ATSbufread          ATScross
>
>
>
>
>
>
> www.peimankhosravi.co.uk || Subscribe to RSS Feed
>
> To receive emails about upcoming concerts visit this page & enter your email
> address in the 'follow' section.
>
>
>
> On 15 May 2013 09:27, Steven Yi <stevenyi@gmail.com> wrote:
>>
>> Hi Peiman,
>>
>> I'm getting sound here with portaudio.  Could you use "csound -z" and
>> post the beginning of the output?  I get:
>>
>> Steven-Yis-MacBook-Pro:~ stevenyi$ csound -z
>> CoreMIDI real time MIDI plugin for Csound
>> PortMIDI real time MIDI plugin for Csound
>> PortAudio real-time audio module for Csound
>> virtual_keyboard real time MIDI plugin for Csound
>> rtaudio: PortAudio module enabled ...
>> using callback interface
>> rtmidi: PortMIDI module enabled
>> 0dBFS level = 32768.0
>> Csound version 6.00rc1 (double samples) May 15 2013
>> libsndfile-1.0.25
>> 1587 opcodes
>>
>>
>>
>> On Wed, May 15, 2013 at 2:11 AM, peiman khosravi
>> <peimankhosravi@gmail.com> wrote:
>> > Thanks Steven,
>> >
>> > It builds and installs everything (see below) but csound is still
>> > loading a
>> > dummy rt module. Are you getting any sound?
>> >
>> > peimankh:Opcodes64 peimankhosravi$ ls -a
>> > ~/Library/Frameworks/CsoundLib64.framework/Resources/Opcodes64
>> > . libfractalnoise.dylib librtjack.dylib
>> > .. libimage.dylib librtpa.dylib
>> > csladspa.dylib libipmidi.dylib libscansyn.dylib
>> > libampmidid.dylib libjackTransport.dylib libserial.dylib
>> > libcellular.dylib libjacko.dylib libsignalflowgraph.dylib
>> > libchua.dylib libmixer.dylib libstdutil.dylib
>> > libcmidi.dylib libosc.dylib libstk.dylib
>> > libcontrol.dylib libplaterev.dylib libsystem_call.dylib
>> > libcs_date.dylib libpmidi.dylib libvirtual.dylib
>> > libdoppler.dylib libpy.dylib libwidgets.dylib
>> > libfareygen.dylib librtauhal.dylib
>> >
>> >
>> >
>> >
>> >
>> > ------------------------------------------------------------------------------
>> > AlienVault Unified Security Management (USM) platform delivers complete
>> > security visibility with the essential security capabilities. Easily and
>> > efficiently configure, manage, and operate all of your security controls
>> > from a single console and one unified framework. Download a free trial.
>> > http://p.sf.net/sfu/alienvault_d2d
>> > _______________________________________________
>> > Csound-devel mailing list
>> > Csound-devel@lists.sourceforge.net
>> > https://lists.sourceforge.net/lists/listinfo/csound-devel
>> >
>>
>>
>> ------------------------------------------------------------------------------
>> AlienVault Unified Security Management (USM) platform delivers complete
>> security visibility with the essential security capabilities. Easily and
>> efficiently configure, manage, and operate all of your security controls
>> from a single console and one unified framework. Download a free trial.
>> http://p.sf.net/sfu/alienvault_d2d
>> _______________________________________________
>> Csound-devel mailing list
>> Csound-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>
>
>
> ------------------------------------------------------------------------------
> AlienVault Unified Security Management (USM) platform delivers complete
> security visibility with the essential security capabilities. Easily and
> efficiently configure, manage, and operate all of your security controls
> from a single console and one unified framework. Download a free trial.
> http://p.sf.net/sfu/alienvault_d2d
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel
>

------------------------------------------------------------------------------
AlienVault Unified Security Management (USM) platform delivers complete
security visibility with the essential security capabilities. Easily and
efficiently configure, manage, and operate all of your security controls
from a single console and one unified framework. Download a free trial.
http://p.sf.net/sfu/alienvault_d2d
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-devel

------------------------------------------------------------------------------
AlienVault Unified Security Management (USM) platform delivers complete
security visibility with the essential security capabilities. Easily and
efficiently configure, manage, and operate all of your security controls
from a single console and one unified framework. Download a free trial.
http://p.sf.net/sfu/alienvault_d2d_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-devel

Dr Victor Lazzarini
Senior Lecturer
Dept. of Music
NUI Maynooth Ireland
Victor dot Lazzarini AT nuim dot ie




------------------------------------------------------------------------------
AlienVault Unified Security Management (USM) platform delivers complete
security visibility with the essential security capabilities. Easily and
efficiently configure, manage, and operate all of your security controls
from a single console and one unified framework. Download a free trial.
http://p.sf.net/sfu/alienvault_d2d
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-devel




Date2013-05-15 12:22
Frompeiman khosravi
SubjectRe: [Cs-dev] OSX: Homebrew
AttachmentsNone  None  
I think I know what is causing this. A few days ago I followed the instructions here to install ipython, with 'anaconda'. I have just also found this folder, which doesn't have the csnd6 module inside it:

/Users/peimankhosravi/anaconda/lib/python2.7/site-packages


However, when I manually copy the modules I get this error when trying to import csound:

Interpreter not initialized (version mismatch?)
Abort trap: 6

 




Date2013-05-15 12:35
FromVictor Lazzarini
SubjectRe: [Cs-dev] OSX: Homebrew
AttachmentsNone  None  
I think it's a mismatch between the python you installed and the one we are linking to. Get the official Python 2.7 distribution and then use ipython on top of that.
You can use pypi or easyinstall to add packages such as ipython once you have the python package installed.

Victor
On 15 May 2013, at 12:22, peiman khosravi wrote:

I think I know what is causing this. A few days ago I followed the instructions here to install ipython, with 'anaco nda'. I have just also found this folder, which doesn't have the csnd6 module inside it:

/Users/peimankhosravi/anaconda/lib/python2.7/site-packages


However, when I manually copy the modules I get this error when trying to import csound:

Interpreter not initialized (version mismatch?)
Abort trap: 6

 



------------------------------------------------------------------------------
AlienVault Unified Security Management (USM) platform delivers complete
security visibility with the essential security capabilities. Easily and
efficiently configure, manage, and operate all of your security controls
from a single console and one unified framework. Download a free trial.
http://p.sf.net/sfu/alienvault_d2d_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-devel

Dr Victor Lazzarini
Senior Lecturer
Dept. of Music
NUI Maynooth Ireland
tel.: +353 1 708 3545
Victor dot Lazzarini AT nuim dot ie




Date2013-05-15 13:17
Frompeiman khosravi
SubjectRe: [Cs-dev] OSX: Homebrew
AttachmentsNone  None  
Thank Victor. I uninstalled anaconda, removed it's environmental variable in my .bash_profile and installed ipython with this command:

easy_install ipython[zmq,qtconsole,notebook,test]

It's all working great. 

Can I add a csound wiki page on using vim, csound and python on the osx for live coding?








www.peimankhosravi.co.uk || Subscribe to RSS Feed

To receive emails about upcoming concerts visit this page & enter your email address in the 'follow' section.



On 15 May 2013 12:35, Victor Lazzarini <Victor.Lazzarini@nuim.ie> wrote:
I think it's a mismatch between the python you installed and the one we are linking to. Get the official Python 2.7 distribution and then use ipython on top of that.
You can use pypi or easyinstall to add packages such as ipython once you have the python package installed.

Victor
On 15 May 2013, at 12:22, peiman khosravi wrote:

I think I know what is causing this. A few days ago I followed the instructions here to install ipython, with 'anaconda'. I have just also found this folder, which doesn't have the csnd6 module inside it:

/Users/peimankhosravi/anaconda/lib/python2.7/site-packages


However, when I manually copy the modules I get this error when trying to import csound:

Interpreter not initialized (version mismatch?)
Abort trap: 6

 



------------------------------------------------------------------------------
AlienVault Unified Security Management (USM) platform delivers complete
security visibility with the essential security capabilities. Easily and
efficiently configure, manage, and operate all of your security controls
from a single console and one unified framework. Download a free trial.
http://p.sf.net/sfu/alienvault_d2d_______________________________________________

Dr Victor Lazzarini
Senior Lecturer
Dept. of Music
NUI Maynooth Ireland
Victor dot Lazzarini AT nuim dot ie




------------------------------------------------------------------------------
AlienVault Unified Security Management (USM) platform delivers complete
security visibility with the essential security capabilities. Easily and
efficiently configure, manage, and operate all of your security controls
from a single console and one unified framework. Download a free trial.
http://p.sf.net/sfu/alienvault_d2d
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-devel



Date2013-05-15 13:22
FromVictor Lazzarini
SubjectRe: [Cs-dev] OSX: Homebrew
AttachmentsNone  None  
That'd a good idea.
On 15 May 2013, at 13:17, peiman khosravi wrote:

Thank Victor. I uninstalled anaconda, removed it's environmental variable in my .bash_profile and installed ipython with this command:

easy_install ipython[zmq,qtconsole,notebook,test]

It's all working great. 

Can I add a csound wiki page on using vim, csound and python on the osx for live coding?








www.peimankhosravi.co.uk || Subscribe to RSS Feed

To receive emails about upcoming concerts visit this page & enter your email address in the 'follow' section.



On 15 May 2013 12:35, Victor Lazzarini <Victor.Lazzarini@nuim.ie> wrote:
I think it's a mismatch between the python you installed and the one we are linking to. Get the official Python 2.7 distribution and then use ipython on top of that.
You can use pypi or easyinstall to add packages such as ipython once you have the python package installed.

Victor
On 15 May 2013, at 12:22, peiman khosravi wrote:

I think I know what is causing this. A few days ago I followed the instructions here to install ipython, with 'anaconda'. I have just also found this folder, which doesn't have the csnd6 module inside it:

/Users/peimankhosravi/anaconda/lib/python2.7/site-packages


However, when I manually copy the modules I get this error when trying to import csound:

Interpreter not initialized (version mismatch?)
Abort trap: 6

 



------------------------------------------------------------------------------
AlienVault Unified Security Management (USM) platform delivers complete
security visibility with the essential security capabilities. Easily and
efficiently configure, manage, and operate all of your security controls
from a single console and one unified framework. Download a free trial.
http://p.sf.net/sfu/alienvault_d2d_______________________________________________

Dr Victor Lazzarini
Senior Lecturer
Dept. of Music
NUI Maynooth Ireland
Victor dot Lazzarini AT nuim dot ie




------------------------------------------------------------------------------
AlienVault Unified Security Management (USM) platform delivers complete
security visibility with the essential security capabilities. Easily and
efficiently configure, manage, and operate all of your security controls
from a single console and one unified framework. Download a free trial.
http://p.sf.net/sfu/alienvault_d2d
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-devel


------------------------------------------------------------------------------
AlienVault Unified Security Management (USM) platform delivers complete
security visibility with the essential security capabilities. Easily and
efficiently configure, manage, and operate all of your security controls
from a single console and one unified framework. Download a free trial.
http://p.sf.net/sfu/alienvault_d2d_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-devel

Dr Victor Lazzarini
Senior Lecturer
Dept. of Music
NUI Maynooth Ireland
tel.: +353 1 708 3545
Victor dot Lazzarini AT nuim dot ie




Date2013-05-15 13:37
Frompeiman khosravi
SubjectRe: [Cs-dev] OSX: Homebrew
AttachmentsNone  None  
I'll get unto it today. 







www.peimankhosravi.co.uk || Subscribe to RSS Feed

To receive emails about upcoming concerts visit this page & enter your email address in the 'follow' section.



On 15 May 2013 13:22, Victor Lazzarini <Victor.Lazzarini@nuim.ie> wrote:
That'd a good idea.

On 15 May 2013, at 13:17, peiman khosravi wrote:

Thank Victor. I uninstalled anaconda, removed it's environmental variable in my .bash_profile and installed ipython with this command:

easy_install ipython[zmq,qtconsole,notebook,test]

It's all working great. 

Can I add a csound wiki page on using vim, csound and python on the osx for live coding?








www.peimankhosravi.co.uk || Subscribe to RSS Feed

To receive emails about upcoming concerts visit this page & enter your email address in the 'follow' section.



On 15 May 2013 12:35, Victor Lazzarini <Victor.Lazzarini@nuim.ie> wrote:
I think it's a mismatch between the python you installed and the one we are linking to. Get the official Python 2.7 distribution and then use ipython on top of that.
You can use pypi or easyinstall to add packages such as ipython once you have the python package installed.

Victor
On 15 May 2013, at 12:22, peiman khosravi wrote:

I think I know what is causing this. A few days ago I followed the instructions here to install ipython, with 'anaconda'. I have just also found this folder, which doesn't have the csnd6 module inside it:

/Users/peimankhosravi/anaconda/lib/python2.7/site-packages


However, when I manually copy the modules I get this error when trying to import csound:

Interpreter not initialized (version mismatch?)
Abort trap: 6

 



------------------------------------------------------------------------------
AlienVault Unified Security Management (USM) platform delivers complete
security visibility with the essential security capabilities. Easily and
efficiently configure, manage, and operate all of your security controls
from a single console and one unified framework. Download a free trial.
http://p.sf.net/sfu/alienvault_d2d_______________________________________________

Dr Victor Lazzarini
Senior Lecturer
Dept. of Music
NUI Maynooth Ireland
Victor dot Lazzarini AT nuim dot ie




------------------------------------------------------------------------------
AlienVault Unified Security Management (USM) platform delivers complete
security visibility with the essential security capabilities. Easily and
efficiently configure, manage, and operate all of your security controls
from a single console and one unified framework. Download a free trial.
http://p.sf.net/sfu/alienvault_d2d
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-devel


------------------------------------------------------------------------------
AlienVault Unified Security Management (USM) platform delivers complete
security visibility with the essential security capabilities. Easily and
efficiently configure, manage, and operate all of your security controls
from a single console and one unified framework. Download a free trial.
http://p.sf.net/sfu/alienvault_d2d_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-devel

Dr Victor Lazzarini
Senior Lecturer
Dept. of Music
NUI Maynooth Ireland
Victor dot Lazzarini AT nuim dot ie




------------------------------------------------------------------------------
AlienVault Unified Security Management (USM) platform delivers complete
security visibility with the essential security capabilities. Easily and
efficiently configure, manage, and operate all of your security controls
from a single console and one unified framework. Download a free trial.
http://p.sf.net/sfu/alienvault_d2d
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-devel



Date2013-05-15 15:14
Frompeiman khosravi
SubjectRe: [Cs-dev] OSX: Homebrew
AttachmentsNone  None  
OK, I'm ready to write the wiki page. Where should I add it?






www.peimankhosravi.co.uk || Subscribe to RSS Feed

To receive emails about upcoming concerts visit this page & enter your email address in the 'follow' section.



On 15 May 2013 13:37, peiman khosravi <peimankhosravi@gmail.com> wrote:
I'll get unto it today. 







www.peimankhosravi.co.uk || Subscribe to RSS Feed

To receive emails about upcoming concerts visit this page & enter your email address in the 'follow' section.



On 15 May 2013 13:22, Victor Lazzarini <Victor.Lazzarini@nuim.ie> wrote:
That'd a good idea.

On 15 May 2013, at 13:17, peiman khosravi wrote:

Thank Victor. I uninstalled anaconda, removed it's environmental variable in my .bash_profile and installed ipython with this command:

easy_install ipython[zmq,qtconsole,notebook,test]

It's all working great. 

Can I add a csound wiki page on using vim, csound and python on the osx for live coding?








www.peimankhosravi.co.uk || Subscribe to RSS Feed

To receive emails about upcoming concerts visit this page & enter your email address in the 'follow' section.



On 15 May 2013 12:35, Victor Lazzarini <Victor.Lazzarini@nuim.ie> wrote:
I think it's a mismatch between the python you installed and the one we are linking to. Get the official Python 2.7 distribution and then use ipython on top of that.
You can use pypi or easyinstall to add packages such as ipython once you have the python package installed.

Victor
On 15 May 2013, at 12:22, peiman khosravi wrote:

I think I know what is causing this. A few days ago I followed the instructions here to install ipython, with 'anaconda'. I have just also found this folder, which doesn't have the csnd6 module inside it:

/Users/peimankhosravi/anaconda/lib/python2.7/site-packages


However, when I manually copy the modules I get this error when trying to import csound:

Interpreter not initialized (version mismatch?)
Abort trap: 6

 



------------------------------------------------------------------------------
AlienVault Unified Security Management (USM) platform delivers complete
security visibility with the essential security capabilities. Easily and
efficiently configure, manage, and operate all of your security controls
from a single console and one unified framework. Download a free trial.
http://p.sf.net/sfu/alienvault_d2d_______________________________________________

Dr Victor Lazzarini
Senior Lecturer
Dept. of Music
NUI Maynooth Ireland
Victor dot Lazzarini AT nuim dot ie




------------------------------------------------------------------------------
AlienVault Unified Security Management (USM) platform delivers complete
security visibility with the essential security capabilities. Easily and
efficiently configure, manage, and operate all of your security controls
from a single console and one unified framework. Download a free trial.
http://p.sf.net/sfu/alienvault_d2d
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-devel


------------------------------------------------------------------------------
AlienVault Unified Security Management (USM) platform delivers complete
security visibility with the essential security capabilities. Easily and
efficiently configure, manage, and operate all of your security controls
from a single console and one unified framework. Download a free trial.
http://p.sf.net/sfu/alienvault_d2d_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-devel

Dr Victor Lazzarini
Senior Lecturer
Dept. of Music
NUI Maynooth Ireland
Victor dot Lazzarini AT nuim dot ie




------------------------------------------------------------------------------
AlienVault Unified Security Management (USM) platform delivers complete
security visibility with the essential security capabilities. Easily and
efficiently configure, manage, and operate all of your security controls
from a single console and one unified framework. Download a free trial.
http://p.sf.net/sfu/alienvault_d2d
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-devel




Date2013-05-15 15:47
FromSteven Yi
SubjectRe: [Cs-dev] OSX: Homebrew
https://sourceforge.net/p/csound/wiki

I've added you to the member role for the Csound Sourceforge project
(welcome! :D). You should be able to add and edit pages on the wiki
now. Let me know if you run into any issues.

Thanks!
steven

On Wed, May 15, 2013 at 4:14 PM, peiman khosravi
 wrote:
> OK, I'm ready to write the wiki page. Where should I add it?
>
>
>
>
>
>
> www.peimankhosravi.co.uk || Subscribe to RSS Feed
>
> To receive emails about upcoming concerts visit this page & enter your email
> address in the 'follow' section.
>
>
>
> On 15 May 2013 13:37, peiman khosravi  wrote:
>>
>> I'll get unto it today.
>>
>>
>>
>>
>>
>>
>>
>> www.peimankhosravi.co.uk || Subscribe to RSS Feed
>>
>> To receive emails about upcoming concerts visit this page & enter your
>> email address in the 'follow' section.
>>
>>
>>
>> On 15 May 2013 13:22, Victor Lazzarini  wrote:
>>>
>>> That'd a good idea.
>>>
>>> On 15 May 2013, at 13:17, peiman khosravi wrote:
>>>
>>> Thank Victor. I uninstalled anaconda, removed it's environmental variable
>>> in my .bash_profile and installed ipython with this command:
>>>
>>> easy_install ipython[zmq,qtconsole,notebook,test]
>>>
>>> It's all working great.
>>>
>>> Can I add a csound wiki page on using vim, csound and python on the osx
>>> for live coding?
>>>
>>> P
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>> www.peimankhosravi.co.uk || Subscribe to RSS Feed
>>>
>>> To receive emails about upcoming concerts visit this page & enter your
>>> email address in the 'follow' section.
>>>
>>>
>>>
>>> On 15 May 2013 12:35, Victor Lazzarini  wrote:
>>>>
>>>> I think it's a mismatch between the python you installed and the one we
>>>> are linking to. Get the official Python 2.7 distribution and then use
>>>> ipython on top of that.
>>>> You can use pypi or easyinstall to add packages such as ipython once you
>>>> have the python package installed.
>>>>
>>>> Victor
>>>> On 15 May 2013, at 12:22, peiman khosravi wrote:
>>>>
>>>> I think I know what is causing this. A few days ago I followed the
>>>> instructions here to install ipython, with 'anaconda'. I have just also
>>>> found this folder, which doesn't have the csnd6 module inside it:
>>>>
>>>> /Users/peimankhosravi/anaconda/lib/python2.7/site-packages
>>>>
>>>>
>>>> However, when I manually copy the modules I get this error when trying
>>>> to import csound:
>>>>
>>>> Interpreter not initialized (version mismatch?)
>>>> Abort trap: 6
>>>>
>>>>
>>>>
>>>>
>>>>
>>>>
>>>> ------------------------------------------------------------------------------
>>>> AlienVault Unified Security Management (USM) platform delivers complete
>>>> security visibility with the essential security capabilities. Easily and
>>>> efficiently configure, manage, and operate all of your security controls
>>>> from a single console and one unified framework. Download a free trial.
>>>>
>>>> http://p.sf.net/sfu/alienvault_d2d_______________________________________________
>>>> Csound-devel mailing list
>>>> Csound-devel@lists.sourceforge.net
>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>
>>>>
>>>> Dr Victor Lazzarini
>>>> Senior Lecturer
>>>> Dept. of Music
>>>> NUI Maynooth Ireland
>>>> tel.: +353 1 708 3545
>>>> Victor dot Lazzarini AT nuim dot ie
>>>>
>>>>
>>>>
>>>>
>>>>
>>>> ------------------------------------------------------------------------------
>>>> AlienVault Unified Security Management (USM) platform delivers complete
>>>> security visibility with the essential security capabilities. Easily and
>>>> efficiently configure, manage, and operate all of your security controls
>>>> from a single console and one unified framework. Download a free trial.
>>>> http://p.sf.net/sfu/alienvault_d2d
>>>> _______________________________________________
>>>> Csound-devel mailing list
>>>> Csound-devel@lists.sourceforge.net
>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>
>>>
>>>
>>> ------------------------------------------------------------------------------
>>> AlienVault Unified Security Management (USM) platform delivers complete
>>> security visibility with the essential security capabilities. Easily and
>>> efficiently configure, manage, and operate all of your security controls
>>> from a single console and one unified framework. Download a free trial.
>>>
>>> http://p.sf.net/sfu/alienvault_d2d_______________________________________________
>>> Csound-devel mailing list
>>> Csound-devel@lists.sourceforge.net
>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>
>>>
>>> Dr Victor Lazzarini
>>> Senior Lecturer
>>> Dept. of Music
>>> NUI Maynooth Ireland
>>> tel.: +353 1 708 3545
>>> Victor dot Lazzarini AT nuim dot ie
>>>
>>>
>>>
>>>
>>>
>>> ------------------------------------------------------------------------------
>>> AlienVault Unified Security Management (USM) platform delivers complete
>>> security visibility with the essential security capabilities. Easily and
>>> efficiently configure, manage, and operate all of your security controls
>>> from a single console and one unified framework. Download a free trial.
>>> http://p.sf.net/sfu/alienvault_d2d
>>> _______________________________________________
>>> Csound-devel mailing list
>>> Csound-devel@lists.sourceforge.net
>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>
>>
>
>
> ------------------------------------------------------------------------------
> AlienVault Unified Security Management (USM) platform delivers complete
> security visibility with the essential security capabilities. Easily and
> efficiently configure, manage, and operate all of your security controls
> from a single console and one unified framework. Download a free trial.
> http://p.sf.net/sfu/alienvault_d2d
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel
>

------------------------------------------------------------------------------
AlienVault Unified Security Management (USM) platform delivers complete
security visibility with the essential security capabilities. Easily and
efficiently configure, manage, and operate all of your security controls
from a single console and one unified framework. Download a free trial.
http://p.sf.net/sfu/alienvault_d2d
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2013-05-15 15:50
Frompeiman khosravi
SubjectRe: [Cs-dev] OSX: Homebrew
AttachmentsNone  None  
Thanks Steven. I'll let you know. 

Best,
Peiman






www.peimankhosravi.co.uk || Subscribe to RSS Feed

To receive emails about upcoming concerts visit this page & enter your email address in the 'follow' section.



On 15 May 2013 15:47, Steven Yi <stevenyi@gmail.com> wrote:
https://sourceforge.net/p/csound/wiki

I've added you to the member role for the Csound Sourceforge project
(welcome! :D). You should be able to add and edit pages on the wiki
now. Let me know if you run into any issues.

Thanks!
steven

On Wed, May 15, 2013 at 4:14 PM, peiman khosravi
<peimankhosravi@gmail.com> wrote:
> OK, I'm ready to write the wiki page. Where should I add it?
>
>
>
>
>
>
> www.peimankhosravi.co.uk || Subscribe to RSS Feed
>
> To receive emails about upcoming concerts visit this page & enter your email
> address in the 'follow' section.
>
>
>
> On 15 May 2013 13:37, peiman khosravi <peimankhosravi@gmail.com> wrote:
>>
>> I'll get unto it today.
>>
>>
>>
>>
>>
>>
>>
>> www.peimankhosravi.co.uk || Subscribe to RSS Feed
>>
>> To receive emails about upcoming concerts visit this page & enter your
>> email address in the 'follow' section.
>>
>>
>>
>> On 15 May 2013 13:22, Victor Lazzarini <Victor.Lazzarini@nuim.ie> wrote:
>>>
>>> That'd a good idea.
>>>
>>> On 15 May 2013, at 13:17, peiman khosravi wrote:
>>>
>>> Thank Victor. I uninstalled anaconda, removed it's environmental variable
>>> in my .bash_profile and installed ipython with this command:
>>>
>>> easy_install ipython[zmq,qtconsole,notebook,test]
>>>
>>> It's all working great.
>>>
>>> Can I add a csound wiki page on using vim, csound and python on the osx
>>> for live coding?
>>>
>>> P
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>> www.peimankhosravi.co.uk || Subscribe to RSS Feed
>>>
>>> To receive emails about upcoming concerts visit this page & enter your
>>> email address in the 'follow' section.
>>>
>>>
>>>
>>> On 15 May 2013 12:35, Victor Lazzarini <Victor.Lazzarini@nuim.ie> wrote:
>>>>
>>>> I think it's a mismatch between the python you installed and the one we
>>>> are linking to. Get the official Python 2.7 distribution and then use
>>>> ipython on top of that.
>>>> You can use pypi or easyinstall to add packages such as ipython once you
>>>> have the python package installed.
>>>>
>>>> Victor
>>>> On 15 May 2013, at 12:22, peiman khosravi wrote:
>>>>
>>>> I think I know what is causing this. A few days ago I followed the
>>>> instructions here to install ipython, with 'anaconda'. I have just also
>>>> found this folder, which doesn't have the csnd6 module inside it:
>>>>
>>>> /Users/peimankhosravi/anaconda/lib/python2.7/site-packages
>>>>
>>>>
>>>> However, when I manually copy the modules I get this error when trying
>>>> to import csound:
>>>>
>>>> Interpreter not initialized (version mismatch?)
>>>> Abort trap: 6
>>>>
>>>>
>>>>
>>>>
>>>>
>>>>
>>>> ------------------------------------------------------------------------------
>>>> AlienVault Unified Security Management (USM) platform delivers complete
>>>> security visibility with the essential security capabilities. Easily and
>>>> efficiently configure, manage, and operate all of your security controls
>>>> from a single console and one unified framework. Download a free trial.
>>>>
>>>> http://p.sf.net/sfu/alienvault_d2d_______________________________________________
>>>> Csound-devel mailing list
>>>> Csound-devel@lists.sourceforge.net
>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>
>>>>
>>>> Dr Victor Lazzarini
>>>> Senior Lecturer
>>>> Dept. of Music
>>>> NUI Maynooth Ireland
>>>> tel.: +353 1 708 3545
>>>> Victor dot Lazzarini AT nuim dot ie
>>>>
>>>>
>>>>
>>>>
>>>>
>>>> ------------------------------------------------------------------------------
>>>> AlienVault Unified Security Management (USM) platform delivers complete
>>>> security visibility with the essential security capabilities. Easily and
>>>> efficiently configure, manage, and operate all of your security controls
>>>> from a single console and one unified framework. Download a free trial.
>>>> http://p.sf.net/sfu/alienvault_d2d
>>>> _______________________________________________
>>>> Csound-devel mailing list
>>>> Csound-devel@lists.sourceforge.net
>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>
>>>
>>>
>>> ------------------------------------------------------------------------------
>>> AlienVault Unified Security Management (USM) platform delivers complete
>>> security visibility with the essential security capabilities. Easily and
>>> efficiently configure, manage, and operate all of your security controls
>>> from a single console and one unified framework. Download a free trial.
>>>
>>> http://p.sf.net/sfu/alienvault_d2d_______________________________________________
>>> Csound-devel mailing list
>>> Csound-devel@lists.sourceforge.net
>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>
>>>
>>> Dr Victor Lazzarini
>>> Senior Lecturer
>>> Dept. of Music
>>> NUI Maynooth Ireland
>>> tel.: +353 1 708 3545
>>> Victor dot Lazzarini AT nuim dot ie
>>>
>>>
>>>
>>>
>>>
>>> ------------------------------------------------------------------------------
>>> AlienVault Unified Security Management (USM) platform delivers complete
>>> security visibility with the essential security capabilities. Easily and
>>> efficiently configure, manage, and operate all of your security controls
>>> from a single console and one unified framework. Download a free trial.
>>> http://p.sf.net/sfu/alienvault_d2d
>>> _______________________________________________
>>> Csound-devel mailing list
>>> Csound-devel@lists.sourceforge.net
>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>
>>
>
>
> ------------------------------------------------------------------------------
> AlienVault Unified Security Management (USM) platform delivers complete
> security visibility with the essential security capabilities. Easily and
> efficiently configure, manage, and operate all of your security controls
> from a single console and one unified framework. Download a free trial.
> http://p.sf.net/sfu/alienvault_d2d
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel
>

------------------------------------------------------------------------------
AlienVault Unified Security Management (USM) platform delivers complete
security visibility with the essential security capabilities. Easily and
efficiently configure, manage, and operate all of your security controls
from a single console and one unified framework. Download a free trial.
http://p.sf.net/sfu/alienvault_d2d
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-devel


Date2013-05-15 15:55
Frompeiman khosravi
SubjectRe: [Cs-dev] OSX: Homebrew
AttachmentsNone  None  
Looks like there is something wrong with the site at the moment so I'll try later today.






www.peimankhosravi.co.uk || Subscribe to RSS Feed

To receive emails about upcoming concerts visit this page & enter your email address in the 'follow' section.



On 15 May 2013 15:50, peiman khosravi <peimankhosravi@gmail.com> wrote:
Thanks Steven. I'll let you know. 

Best,
Peiman






www.peimankhosravi.co.uk || Subscribe to RSS Feed

To receive emails about upcoming concerts visit this page & enter your email address in the 'follow' section.



On 15 May 2013 15:47, Steven Yi <stevenyi@gmail.com> wrote:
https://sourceforge.net/p/csound/wiki

I've added you to the member role for the Csound Sourceforge project
(welcome! :D). You should be able to add and edit pages on the wiki
now. Let me know if you run into any issues.

Thanks!
steven

On Wed, May 15, 2013 at 4:14 PM, peiman khosravi
<peimankhosravi@gmail.com> wrote:
> OK, I'm ready to write the wiki page. Where should I add it?
>
>
>
>
>
>
> www.peimankhosravi.co.uk || Subscribe to RSS Feed
>
> To receive emails about upcoming concerts visit this page & enter your email
> address in the 'follow' section.
>
>
>
> On 15 May 2013 13:37, peiman khosravi <peimankhosravi@gmail.com> wrote:
>>
>> I'll get unto it today.
>>
>>
>>
>>
>>
>>
>>
>> www.peimankhosravi.co.uk || Subscribe to RSS Feed
>>
>> To receive emails about upcoming concerts visit this page & enter your
>> email address in the 'follow' section.
>>
>>
>>
>> On 15 May 2013 13:22, Victor Lazzarini <Victor.Lazzarini@nuim.ie> wrote:
>>>
>>> That'd a good idea.
>>>
>>> On 15 May 2013, at 13:17, peiman khosravi wrote:
>>>
>>> Thank Victor. I uninstalled anaconda, removed it's environmental variable
>>> in my .bash_profile and installed ipython with this command:
>>>
>>> easy_install ipython[zmq,qtconsole,notebook,test]
>>>
>>> It's all working great.
>>>
>>> Can I add a csound wiki page on using vim, csound and python on the osx
>>> for live coding?
>>>
>>> P
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>> www.peimankhosravi.co.uk || Subscribe to RSS Feed
>>>
>>> To receive emails about upcoming concerts visit this page & enter your
>>> email address in the 'follow' section.
>>>
>>>
>>>
>>> On 15 May 2013 12:35, Victor Lazzarini <Victor.Lazzarini@nuim.ie> wrote:
>>>>
>>>> I think it's a mismatch between the python you installed and the one we
>>>> are linking to. Get the official Python 2.7 distribution and then use
>>>> ipython on top of that.
>>>> You can use pypi or easyinstall to add packages such as ipython once you
>>>> have the python package installed.
>>>>
>>>> Victor
>>>> On 15 May 2013, at 12:22, peiman khosravi wrote:
>>>>
>>>> I think I know what is causing this. A few days ago I followed the
>>>> instructions here to install ipython, with 'anaconda'. I have just also
>>>> found this folder, which doesn't have the csnd6 module inside it:
>>>>
>>>> /Users/peimankhosravi/anaconda/lib/python2.7/site-packages
>>>>
>>>>
>>>> However, when I manually copy the modules I get this error when trying
>>>> to import csound:
>>>>
>>>> Interpreter not initialized (version mismatch?)
>>>> Abort trap: 6
>>>>
>>>>
>>>>
>>>>
>>>>
>>>>
>>>> ------------------------------------------------------------------------------
>>>> AlienVault Unified Security Management (USM) platform delivers complete
>>>> security visibility with the essential security capabilities. Easily and
>>>> efficiently configure, manage, and operate all of your security controls
>>>> from a single console and one unified framework. Download a free trial.
>>>>
>>>> http://p.sf.net/sfu/alienvault_d2d_______________________________________________
>>>> Csound-devel mailing list
>>>> Csound-devel@lists.sourceforge.net
>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>
>>>>
>>>> Dr Victor Lazzarini
>>>> Senior Lecturer
>>>> Dept. of Music
>>>> NUI Maynooth Ireland
>>>> tel.: +353 1 708 3545
>>>> Victor dot Lazzarini AT nuim dot ie
>>>>
>>>>
>>>>
>>>>
>>>>
>>>> ------------------------------------------------------------------------------
>>>> AlienVault Unified Security Management (USM) platform delivers complete
>>>> security visibility with the essential security capabilities. Easily and
>>>> efficiently configure, manage, and operate all of your security controls
>>>> from a single console and one unified framework. Download a free trial.
>>>> http://p.sf.net/sfu/alienvault_d2d
>>>> _______________________________________________
>>>> Csound-devel mailing list
>>>> Csound-devel@lists.sourceforge.net
>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>
>>>
>>>
>>> ------------------------------------------------------------------------------
>>> AlienVault Unified Security Management (USM) platform delivers complete
>>> security visibility with the essential security capabilities. Easily and
>>> efficiently configure, manage, and operate all of your security controls
>>> from a single console and one unified framework. Download a free trial.
>>>
>>> http://p.sf.net/sfu/alienvault_d2d_______________________________________________
>>> Csound-devel mailing list
>>> Csound-devel@lists.sourceforge.net
>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>
>>>
>>> Dr Victor Lazzarini
>>> Senior Lecturer
>>> Dept. of Music
>>> NUI Maynooth Ireland
>>> tel.: +353 1 708 3545
>>> Victor dot Lazzarini AT nuim dot ie
>>>
>>>
>>>
>>>
>>>
>>> ------------------------------------------------------------------------------
>>> AlienVault Unified Security Management (USM) platform delivers complete
>>> security visibility with the essential security capabilities. Easily and
>>> efficiently configure, manage, and operate all of your security controls
>>> from a single console and one unified framework. Download a free trial.
>>> http://p.sf.net/sfu/alienvault_d2d
>>> _______________________________________________
>>> Csound-devel mailing list
>>> Csound-devel@lists.sourceforge.net
>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>
>>
>
>
> ------------------------------------------------------------------------------
> AlienVault Unified Security Management (USM) platform delivers complete
> security visibility with the essential security capabilities. Easily and
> efficiently configure, manage, and operate all of your security controls
> from a single console and one unified framework. Download a free trial.
> http://p.sf.net/sfu/alienvault_d2d
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel
>

------------------------------------------------------------------------------
AlienVault Unified Security Management (USM) platform delivers complete
security visibility with the essential security capabilities. Easily and
efficiently configure, manage, and operate all of your security controls
from a single console and one unified framework. Download a free trial.
http://p.sf.net/sfu/alienvault_d2d
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-devel



Date2013-05-15 18:41
FromEd Costello
SubjectRe: [Cs-dev] OSX: Homebrew
AttachmentsNone  None  
Hi Steven,

I looked at the wiki for homebrew instructions there and I was wondering, instead of asking the user to enter those commands to install the python and java modules, is it possible to ask for the users password in order to perform those changes from the script? Explain that sudo is needed to install the java or python module and if not just not to build those bits. This might make life easier for someone who hasn't seen the wiki, although I suppose you can point them back to the wiki from the script as well.
Ed


On 15 May 2013 16:55, peiman khosravi <peimankhosravi@gmail.com> wrote:
Looks like there is something wrong with the site at the moment so I'll try later today.






www.peimankhosravi.co.uk || Subscribe to RSS Feed

To receive emails about upcoming concerts visit this page & enter your email address in the 'follow' section.



On 15 May 2013 15:50, peiman khosravi <peimankhosravi@gmail.com> wrote:
Thanks Steven. I'll let you know. 

Best,
Peiman






www.peimankhosravi.co.uk || Subscribe to RSS Feed

To receive emails about upcoming concerts visit this page & enter your email address in the 'follow' section.



On 15 May 2013 15:47, Steven Yi <stevenyi@gmail.com> wrote:
https://sourceforge.net/p/csound/wiki

I've added you to the member role for the Csound Sourceforge project
(welcome! :D). You should be able to add and edit pages on the wiki
now. Let me know if you run into any issues.

Thanks!
steven

On Wed, May 15, 2013 at 4:14 PM, peiman khosravi
<peimankhosravi@gmail.com> wrote:
> OK, I'm ready to write the wiki page. Where should I add it?
>
>
>
>
>
>
> www.peimankhosravi.co.uk || Subscribe to RSS Feed
>
> To receive emails about upcoming concerts visit this page & enter your email
> address in the 'follow' section.
>
>
>
> On 15 May 2013 13:37, peiman khosravi <peimankhosravi@gmail.com> wrote:
>>
>> I'll get unto it today.
>>
>>
>>
>>
>>
>>
>>
>> www.peimankhosravi.co.uk || Subscribe to RSS Feed
>>
>> To receive emails about upcoming concerts visit this page & enter your
>> email address in the 'follow' section.
>>
>>
>>
>> On 15 May 2013 13:22, Victor Lazzarini <Victor.Lazzarini@nuim.ie> wrote:
>>>
>>> That'd a good idea.
>>>
>>> On 15 May 2013, at 13:17, peiman khosravi wrote:
>>>
>>> Thank Victor. I uninstalled anaconda, removed it's environmental variable
>>> in my .bash_profile and installed ipython with this command:
>>>
>>> easy_install ipython[zmq,qtconsole,notebook,test]
>>>
>>> It's all working great.
>>>
>>> Can I add a csound wiki page on using vim, csound and python on the osx
>>> for live coding?
>>>
>>> P
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>> www.peimankhosravi.co.uk || Subscribe to RSS Feed
>>>
>>> To receive emails about upcoming concerts visit this page & enter your
>>> email address in the 'follow' section.
>>>
>>>
>>>
>>> On 15 May 2013 12:35, Victor Lazzarini <Victor.Lazzarini@nuim.ie> wrote:
>>>>
>>>> I think it's a mismatch between the python you installed and the one we
>>>> are linking to. Get the official Python 2.7 distribution and then use
>>>> ipython on top of that.
>>>> You can use pypi or easyinstall to add packages such as ipython once you
>>>> have the python package installed.
>>>>
>>>> Victor
>>>> On 15 May 2013, at 12:22, peiman khosravi wrote:
>>>>
>>>> I think I know what is causing this. A few days ago I followed the
>>>> instructions here to install ipython, with 'anaconda'. I have just also
>>>> found this folder, which doesn't have the csnd6 module inside it:
>>>>
>>>> /Users/peimankhosravi/anaconda/lib/python2.7/site-packages
>>>>
>>>>
>>>> However, when I manually copy the modules I get this error when trying
>>>> to import csound:
>>>>
>>>> Interpreter not initialized (version mismatch?)
>>>> Abort trap: 6
>>>>
>>>>
>>>>
>>>>
>>>>
>>>>
>>>> ------------------------------------------------------------------------------
>>>> AlienVault Unified Security Management (USM) platform delivers complete
>>>> security visibility with the essential security capabilities. Easily and
>>>> efficiently configure, manage, and operate all of your security controls
>>>> from a single console and one unified framework. Download a free trial.
>>>>
>>>> http://p.sf.net/sfu/alienvault_d2d_______________________________________________
>>>> Csound-devel mailing list
>>>> Csound-devel@lists.sourceforge.net
>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>
>>>>
>>>> Dr Victor Lazzarini
>>>> Senior Lecturer
>>>> Dept. of Music
>>>> NUI Maynooth Ireland
>>>> tel.: +353 1 708 3545
>>>> Victor dot Lazzarini AT nuim dot ie
>>>>
>>>>
>>>>
>>>>
>>>>
>>>> ------------------------------------------------------------------------------
>>>> AlienVault Unified Security Management (USM) platform delivers complete
>>>> security visibility with the essential security capabilities. Easily and
>>>> efficiently configure, manage, and operate all of your security controls
>>>> from a single console and one unified framework. Download a free trial.
>>>> http://p.sf.net/sfu/alienvault_d2d
>>>> _______________________________________________
>>>> Csound-devel mailing list
>>>> Csound-devel@lists.sourceforge.net
>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>
>>>
>>>
>>> ------------------------------------------------------------------------------
>>> AlienVault Unified Security Management (USM) platform delivers complete
>>> security visibility with the essential security capabilities. Easily and
>>> efficiently configure, manage, and operate all of your security controls
>>> from a single console and one unified framework. Download a free trial.
>>>
>>> http://p.sf.net/sfu/alienvault_d2d_______________________________________________
>>> Csound-devel mailing list
>>> Csound-devel@lists.sourceforge.net
>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>
>>>
>>> Dr Victor Lazzarini
>>> Senior Lecturer
>>> Dept. of Music
>>> NUI Maynooth Ireland
>>> tel.: +353 1 708 3545
>>> Victor dot Lazzarini AT nuim dot ie
>>>
>>>
>>>
>>>
>>>
>>> ------------------------------------------------------------------------------
>>> AlienVault Unified Security Management (USM) platform delivers complete
>>> security visibility with the essential security capabilities. Easily and
>>> efficiently configure, manage, and operate all of your security controls
>>> from a single console and one unified framework. Download a free trial.
>>> http://p.sf.net/sfu/alienvault_d2d
>>> _______________________________________________
>>> Csound-devel mailing list
>>> Csound-devel@lists.sourceforge.net
>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>
>>
>
>
> ------------------------------------------------------------------------------
> AlienVault Unified Security Management (USM) platform delivers complete
> security visibility with the essential security capabilities. Easily and
> efficiently configure, manage, and operate all of your security controls
> from a single console and one unified framework. Download a free trial.
> http://p.sf.net/sfu/alienvault_d2d
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel
>

------------------------------------------------------------------------------
AlienVault Unified Security Management (USM) platform delivers complete
security visibility with the essential security capabilities. Easily and
efficiently configure, manage, and operate all of your security controls
from a single console and one unified framework. Download a free trial.
http://p.sf.net/sfu/alienvault_d2d
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-devel



------------------------------------------------------------------------------
AlienVault Unified Security Management (USM) platform delivers complete
security visibility with the essential security capabilities. Easily and
efficiently configure, manage, and operate all of your security controls
from a single console and one unified framework. Download a free trial.
http://p.sf.net/sfu/alienvault_d2d
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-devel



Date2013-05-15 19:22
Frompeiman khosravi
SubjectRe: [Cs-dev] OSX: Homebrew
AttachmentsNone  None  
Do you mean 'sudo brew install csound'? If so brew can't be called with sudo. 






www.peimankhosravi.co.uk || Subscribe to RSS Feed

To receive emails about upcoming concerts visit this page & enter your email address in the 'follow' section.



On 15 May 2013 18:41, Ed Costello <edwardcostello@gmail.com> wrote:
Hi Steven,

I looked at the wiki for homebrew instructions there and I was wondering, instead of asking the user to enter those commands to install the python and java modules, is it possible to ask for the users password in order to perform those changes from the script? Explain that sudo is needed to install the java or python module and if not just not to build those bits. This might make life easier for someone who hasn't seen the wiki, although I suppose you can point them back to the wiki from the script as well.
Ed


On 15 May 2013 16:55, peiman khosravi <peimankhosravi@gmail.com> wrote:
Looks like there is something wrong with the site at the moment so I'll try later today.






www.peimankhosravi.co.uk || Subscribe to RSS Feed

To receive emails about upcoming concerts visit this page & enter your email address in the 'follow' section.



On 15 May 2013 15:50, peiman khosravi <peimankhosravi@gmail.com> wrote:
Thanks Steven. I'll let you know. 

Best,
Peiman






www.peimankhosravi.co.uk || Subscribe to RSS Feed

To receive emails about upcoming concerts visit this page & enter your email address in the 'follow' section.



On 15 May 2013 15:47, Steven Yi <stevenyi@gmail.com> wrote:
https://sourceforge.net/p/csound/wiki

I've added you to the member role for the Csound Sourceforge project
(welcome! :D). You should be able to add and edit pages on the wiki
now. Let me know if you run into any issues.

Thanks!
steven

On Wed, May 15, 2013 at 4:14 PM, peiman khosravi
<peimankhosravi@gmail.com> wrote:
> OK, I'm ready to write the wiki page. Where should I add it?
>
>
>
>
>
>
> www.peimankhosravi.co.uk || Subscribe to RSS Feed
>
> To receive emails about upcoming concerts visit this page & enter your email
> address in the 'follow' section.
>
>
>
> On 15 May 2013 13:37, peiman khosravi <peimankhosravi@gmail.com> wrote:
>>
>> I'll get unto it today.
>>
>>
>>
>>
>>
>>
>>
>> www.peimankhosravi.co.uk || Subscribe to RSS Feed
>>
>> To receive emails about upcoming concerts visit this page & enter your
>> email address in the 'follow' section.
>>
>>
>>
>> On 15 May 2013 13:22, Victor Lazzarini <Victor.Lazzarini@nuim.ie> wrote:
>>>
>>> That'd a good idea.
>>>
>>> On 15 May 2013, at 13:17, peiman khosravi wrote:
>>>
>>> Thank Victor. I uninstalled anaconda, removed it's environmental variable
>>> in my .bash_profile and installed ipython with this command:
>>>
>>> easy_install ipython[zmq,qtconsole,notebook,test]
>>>
>>> It's all working great.
>>>
>>> Can I add a csound wiki page on using vim, csound and python on the osx
>>> for live coding?
>>>
>>> P
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>> www.peimankhosravi.co.uk || Subscribe to RSS Feed
>>>
>>> To receive emails about upcoming concerts visit this page & enter your
>>> email address in the 'follow' section.
>>>
>>>
>>>
>>> On 15 May 2013 12:35, Victor Lazzarini <Victor.Lazzarini@nuim.ie> wrote:
>>>>
>>>> I think it's a mismatch between the python you installed and the one we
>>>> are linking to. Get the official Python 2.7 distribution and then use
>>>> ipython on top of that.
>>>> You can use pypi or easyinstall to add packages such as ipython once you
>>>> have the python package installed.
>>>>
>>>> Victor
>>>> On 15 May 2013, at 12:22, peiman khosravi wrote:
>>>>
>>>> I think I know what is causing this. A few days ago I followed the
>>>> instructions here to install ipython, with 'anaconda'. I have just also
>>>> found this folder, which doesn't have the csnd6 module inside it:
>>>>
>>>> /Users/peimankhosravi/anaconda/lib/python2.7/site-packages
>>>>
>>>>
>>>> However, when I manually copy the modules I get this error when trying
>>>> to import csound:
>>>>
>>>> Interpreter not initialized (version mismatch?)
>>>> Abort trap: 6
>>>>
>>>>
>>>>
>>>>
>>>>
>>>>
>>>> ------------------------------------------------------------------------------
>>>> AlienVault Unified Security Management (USM) platform delivers complete
>>>> security visibility with the essential security capabilities. Easily and
>>>> efficiently configure, manage, and operate all of your security controls
>>>> from a single console and one unified framework. Download a free trial.
>>>>
>>>> http://p.sf.net/sfu/alienvault_d2d_______________________________________________
>>>> Csound-devel mailing list
>>>> Csound-devel@lists.sourceforge.net
>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>
>>>>
>>>> Dr Victor Lazzarini
>>>> Senior Lecturer
>>>> Dept. of Music
>>>> NUI Maynooth Ireland
>>>> tel.: +353 1 708 3545
>>>> Victor dot Lazzarini AT nuim dot ie
>>>>
>>>>
>>>>
>>>>
>>>>
>>>> ------------------------------------------------------------------------------
>>>> AlienVault Unified Security Management (USM) platform delivers complete
>>>> security visibility with the essential security capabilities. Easily and
>>>> efficiently configure, manage, and operate all of your security controls
>>>> from a single console and one unified framework. Download a free trial.
>>>> http://p.sf.net/sfu/alienvault_d2d
>>>> _______________________________________________
>>>> Csound-devel mailing list
>>>> Csound-devel@lists.sourceforge.net
>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>
>>>
>>>
>>> ------------------------------------------------------------------------------
>>> AlienVault Unified Security Management (USM) platform delivers complete
>>> security visibility with the essential security capabilities. Easily and
>>> efficiently configure, manage, and operate all of your security controls
>>> from a single console and one unified framework. Download a free trial.
>>>
>>> http://p.sf.net/sfu/alienvault_d2d_______________________________________________
>>> Csound-devel mailing list
>>> Csound-devel@lists.sourceforge.net
>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>
>>>
>>> Dr Victor Lazzarini
>>> Senior Lecturer
>>> Dept. of Music
>>> NUI Maynooth Ireland
>>> tel.: +353 1 708 3545
>>> Victor dot Lazzarini AT nuim dot ie
>>>
>>>
>>>
>>>
>>>
>>> ------------------------------------------------------------------------------
>>> AlienVault Unified Security Management (USM) platform delivers complete
>>> security visibility with the essential security capabilities. Easily and
>>> efficiently configure, manage, and operate all of your security controls
>>> from a single console and one unified framework. Download a free trial.
>>> http://p.sf.net/sfu/alienvault_d2d
>>> _______________________________________________
>>> Csound-devel mailing list
>>> Csound-devel@lists.sourceforge.net
>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>
>>
>
>
> ------------------------------------------------------------------------------
> AlienVault Unified Security Management (USM) platform delivers complete
> security visibility with the essential security capabilities. Easily and
> efficiently configure, manage, and operate all of your security controls
> from a single console and one unified framework. Download a free trial.
> http://p.sf.net/sfu/alienvault_d2d
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel
>

------------------------------------------------------------------------------
AlienVault Unified Security Management (USM) platform delivers complete
security visibility with the essential security capabilities. Easily and
efficiently configure, manage, and operate all of your security controls
from a single console and one unified framework. Download a free trial.
http://p.sf.net/sfu/alienvault_d2d
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-devel



------------------------------------------------------------------------------
AlienVault Unified Security Management (USM) platform delivers complete
security visibility with the essential security capabilities. Easily and
efficiently configure, manage, and operate all of your security controls
from a single console and one unified framework. Download a free trial.
http://p.sf.net/sfu/alienvault_d2d
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-devel



------------------------------------------------------------------------------
AlienVault Unified Security Management (USM) platform delivers complete
security visibility with the essential security capabilities. Easily and
efficiently configure, manage, and operate all of your security controls
from a single console and one unified framework. Download a free trial.
http://p.sf.net/sfu/alienvault_d2d
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-devel



Date2013-05-15 19:29
FromEd Costello
SubjectRe: [Cs-dev] OSX: Homebrew
AttachmentsNone  None  
No, I was wondering if during the brew formula's execution, it is possible to prompt the user to elevate privileges temporarily just to copy over the java and python modules.



On 15 May 2013 20:22, peiman khosravi <peimankhosravi@gmail.com> wrote:
Do you mean 'sudo brew install csound'? If so brew can't be called with sudo. 






www.peimankhosravi.co.uk || Subscribe to RSS Feed

To receive emails about upcoming concerts visit this page & enter your email address in the 'follow' section.



On 15 May 2013 18:41, Ed Costello <edwardcostello@gmail.com> wrote:
Hi Steven,

I looked at the wiki for homebrew instructions there and I was wondering, instead of asking the user to enter those commands to install the python and java modules, is it possible to ask for the users password in order to perform those changes from the script? Explain that sudo is needed to install the java or python module and if not just not to build those bits. This might make life easier for someone who hasn't seen the wiki, although I suppose you can point them back to the wiki from the script as well.
Ed


On 15 May 2013 16:55, peiman khosravi <peimankhosravi@gmail.com> wrote:
Looks like there is something wrong with the site at the moment so I'll try later today.






www.peimankhosravi.co.uk || Subscribe to RSS Feed

To receive emails about upcoming concerts visit this page & enter your email address in the 'follow' section.



On 15 May 2013 15:50, peiman khosravi <peimankhosravi@gmail.com> wrote:
Thanks Steven. I'll let you know. 

Best,
Peiman






www.peimankhosravi.co.uk || Subscribe to RSS Feed

To receive emails about upcoming concerts visit this page & enter your email address in the 'follow' section.



On 15 May 2013 15:47, Steven Yi <stevenyi@gmail.com> wrote:
https://sourceforge.net/p/csound/wiki

I've added you to the member role for the Csound Sourceforge project
(welcome! :D). You should be able to add and edit pages on the wiki
now. Let me know if you run into any issues.

Thanks!
steven

On Wed, May 15, 2013 at 4:14 PM, peiman khosravi
<peimankhosravi@gmail.com> wrote:
> OK, I'm ready to write the wiki page. Where should I add it?
>
>
>
>
>
>
> www.peimankhosravi.co.uk || Subscribe to RSS Feed
>
> To receive emails about upcoming concerts visit this page & enter your email
> address in the 'follow' section.
>
>
>
> On 15 May 2013 13:37, peiman khosravi <peimankhosravi@gmail.com> wrote:
>>
>> I'll get unto it today.
>>
>>
>>
>>
>>
>>
>>
>> www.peimankhosravi.co.uk || Subscribe to RSS Feed
>>
>> To receive emails about upcoming concerts visit this page & enter your
>> email address in the 'follow' section.
>>
>>
>>
>> On 15 May 2013 13:22, Victor Lazzarini <Victor.Lazzarini@nuim.ie> wrote:
>>>
>>> That'd a good idea.
>>>
>>> On 15 May 2013, at 13:17, peiman khosravi wrote:
>>>
>>> Thank Victor. I uninstalled anaconda, removed it's environmental variable
>>> in my .bash_profile and installed ipython with this command:
>>>
>>> easy_install ipython[zmq,qtconsole,notebook,test]
>>>
>>> It's all working great.
>>>
>>> Can I add a csound wiki page on using vim, csound and python on the osx
>>> for live coding?
>>>
>>> P
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>> www.peimankhosravi.co.uk || Subscribe to RSS Feed
>>>
>>> To receive emails about upcoming concerts visit this page & enter your
>>> email address in the 'follow' section.
>>>
>>>
>>>
>>> On 15 May 2013 12:35, Victor Lazzarini <Victor.Lazzarini@nuim.ie> wrote:
>>>>
>>>> I think it's a mismatch between the python you installed and the one we
>>>> are linking to. Get the official Python 2.7 distribution and then use
>>>> ipython on top of that.
>>>> You can use pypi or easyinstall to add packages such as ipython once you
>>>> have the python package installed.
>>>>
>>>> Victor
>>>> On 15 May 2013, at 12:22, peiman khosravi wrote:
>>>>
>>>> I think I know what is causing this. A few days ago I followed the
>>>> instructions here to install ipython, with 'anaconda'. I have just also
>>>> found this folder, which doesn't have the csnd6 module inside it:
>>>>
>>>> /Users/peimankhosravi/anaconda/lib/python2.7/site-packages
>>>>
>>>>
>>>> However, when I manually copy the modules I get this error when trying
>>>> to import csound:
>>>>
>>>> Interpreter not initialized (version mismatch?)
>>>> Abort trap: 6
>>>>
>>>>
>>>>
>>>>
>>>>
>>>>
>>>> ------------------------------------------------------------------------------
>>>> AlienVault Unified Security Management (USM) platform delivers complete
>>>> security visibility with the essential security capabilities. Easily and
>>>> efficiently configure, manage, and operate all of your security controls
>>>> from a single console and one unified framework. Download a free trial.
>>>>
>>>> http://p.sf.net/sfu/alienvault_d2d_______________________________________________
>>>> Csound-devel mailing list
>>>> Csound-devel@lists.sourceforge.net
>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>
>>>>
>>>> Dr Victor Lazzarini
>>>> Senior Lecturer
>>>> Dept. of Music
>>>> NUI Maynooth Ireland
>>>> tel.: +353 1 708 3545
>>>> Victor dot Lazzarini AT nuim dot ie
>>>>
>>>>
>>>>
>>>>
>>>>
>>>> ------------------------------------------------------------------------------
>>>> AlienVault Unified Security Management (USM) platform delivers complete
>>>> security visibility with the essential security capabilities. Easily and
>>>> efficiently configure, manage, and operate all of your security controls
>>>> from a single console and one unified framework. Download a free trial.
>>>> http://p.sf.net/sfu/alienvault_d2d
>>>> _______________________________________________
>>>> Csound-devel mailing list
>>>> Csound-devel@lists.sourceforge.net
>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>
>>>
>>>
>>> ------------------------------------------------------------------------------
>>> AlienVault Unified Security Management (USM) platform delivers complete
>>> security visibility with the essential security capabilities. Easily and
>>> efficiently configure, manage, and operate all of your security controls
>>> from a single console and one unified framework. Download a free trial.
>>>
>>> http://p.sf.net/sfu/alienvault_d2d_______________________________________________
>>> Csound-devel mailing list
>>> Csound-devel@lists.sourceforge.net
>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>
>>>
>>> Dr Victor Lazzarini
>>> Senior Lecturer
>>> Dept. of Music
>>> NUI Maynooth Ireland
>>> tel.: +353 1 708 3545
>>> Victor dot Lazzarini AT nuim dot ie
>>>
>>>
>>>
>>>
>>>
>>> ------------------------------------------------------------------------------
>>> AlienVault Unified Security Management (USM) platform delivers complete
>>> security visibility with the essential security capabilities. Easily and
>>> efficiently configure, manage, and operate all of your security controls
>>> from a single console and one unified framework. Download a free trial.
>>> http://p.sf.net/sfu/alienvault_d2d
>>> _______________________________________________
>>> Csound-devel mailing list
>>> Csound-devel@lists.sourceforge.net
>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>
>>
>
>
> ------------------------------------------------------------------------------
> AlienVault Unified Security Management (USM) platform delivers complete
> security visibility with the essential security capabilities. Easily and
> efficiently configure, manage, and operate all of your security controls
> from a single console and one unified framework. Download a free trial.
> http://p.sf.net/sfu/alienvault_d2d
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel
>

------------------------------------------------------------------------------
AlienVault Unified Security Management (USM) platform delivers complete
security visibility with the essential security capabilities. Easily and
efficiently configure, manage, and operate all of your security controls
from a single console and one unified framework. Download a free trial.
http://p.sf.net/sfu/alienvault_d2d
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-devel



------------------------------------------------------------------------------
AlienVault Unified Security Management (USM) platform delivers complete
security visibility with the essential security capabilities. Easily and
efficiently configure, manage, and operate all of your security controls
from a single console and one unified framework. Download a free trial.
http://p.sf.net/sfu/alienvault_d2d
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-devel



------------------------------------------------------------------------------
AlienVault Unified Security Management (USM) platform delivers complete
security visibility with the essential security capabilities. Easily and
efficiently configure, manage, and operate all of your security controls
from a single console and one unified framework. Download a free trial.
http://p.sf.net/sfu/alienvault_d2d
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-devel



------------------------------------------------------------------------------
AlienVault Unified Security Management (USM) platform delivers complete
security visibility with the essential security capabilities. Easily and
efficiently configure, manage, and operate all of your security controls
from a single console and one unified framework. Download a free trial.
http://p.sf.net/sfu/alienvault_d2d
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-devel



Date2013-05-15 19:32
Frompeiman khosravi
SubjectRe: [Cs-dev] OSX: Homebrew
AttachmentsNone  None  
ah yes, that would be handy.






www.peimankhosravi.co.uk || Subscribe to RSS Feed

To receive emails about upcoming concerts visit this page & enter your email address in the 'follow' section.



On 15 May 2013 19:29, Ed Costello <edwardcostello@gmail.com> wrote:
No, I was wondering if during the brew formula's execution, it is possible to prompt the user to elevate privileges temporarily just to copy over the java and python modules.



On 15 May 2013 20:22, peiman khosravi <peimankhosravi@gmail.com> wrote:
Do you mean 'sudo brew install csound'? If so brew can't be called with sudo. 






www.peimankhosravi.co.uk || Subscribe to RSS Feed

To receive emails about upcoming concerts visit this page & enter your email address in the 'follow' section.



On 15 May 2013 18:41, Ed Costello <edwardcostello@gmail.com> wrote:
Hi Steven,

I looked at the wiki for homebrew instructions there and I was wondering, instead of asking the user to enter those commands to install the python and java modules, is it possible to ask for the users password in order to perform those changes from the script? Explain that sudo is needed to install the java or python module and if not just not to build those bits. This might make life easier for someone who hasn't seen the wiki, although I suppose you can point them back to the wiki from the script as well.
Ed


On 15 May 2013 16:55, peiman khosravi <peimankhosravi@gmail.com> wrote:
Looks like there is something wrong with the site at the moment so I'll try later today.






www.peimankhosravi.co.uk || Subscribe to RSS Feed

To receive emails about upcoming concerts visit this page & enter your email address in the 'follow' section.



On 15 May 2013 15:50, peiman khosravi <peimankhosravi@gmail.com> wrote:
Thanks Steven. I'll let you know. 

Best,
Peiman






www.peimankhosravi.co.uk || Subscribe to RSS Feed

To receive emails about upcoming concerts visit this page & enter your email address in the 'follow' section.



On 15 May 2013 15:47, Steven Yi <stevenyi@gmail.com> wrote:
https://sourceforge.net/p/csound/wiki

I've added you to the member role for the Csound Sourceforge project
(welcome! :D). You should be able to add and edit pages on the wiki
now. Let me know if you run into any issues.

Thanks!
steven

On Wed, May 15, 2013 at 4:14 PM, peiman khosravi
<peimankhosravi@gmail.com> wrote:
> OK, I'm ready to write the wiki page. Where should I add it?
>
>
>
>
>
>
> www.peimankhosravi.co.uk || Subscribe to RSS Feed
>
> To receive emails about upcoming concerts visit this page & enter your email
> address in the 'follow' section.
>
>
>
> On 15 May 2013 13:37, peiman khosravi <peimankhosravi@gmail.com> wrote:
>>
>> I'll get unto it today.
>>
>>
>>
>>
>>
>>
>>
>> www.peimankhosravi.co.uk || Subscribe to RSS Feed
>>
>> To receive emails about upcoming concerts visit this page & enter your
>> email address in the 'follow' section.
>>
>>
>>
>> On 15 May 2013 13:22, Victor Lazzarini <Victor.Lazzarini@nuim.ie> wrote:
>>>
>>> That'd a good idea.
>>>
>>> On 15 May 2013, at 13:17, peiman khosravi wrote:
>>>
>>> Thank Victor. I uninstalled anaconda, removed it's environmental variable
>>> in my .bash_profile and installed ipython with this command:
>>>
>>> easy_install ipython[zmq,qtconsole,notebook,test]
>>>
>>> It's all working great.
>>>
>>> Can I add a csound wiki page on using vim, csound and python on the osx
>>> for live coding?
>>>
>>> P
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>> www.peimankhosravi.co.uk || Subscribe to RSS Feed
>>>
>>> To receive emails about upcoming concerts visit this page & enter your
>>> email address in the 'follow' section.
>>>
>>>
>>>
>>> On 15 May 2013 12:35, Victor Lazzarini <Victor.Lazzarini@nuim.ie> wrote:
>>>>
>>>> I think it's a mismatch between the python you installed and the one we
>>>> are linking to. Get the official Python 2.7 distribution and then use
>>>> ipython on top of that.
>>>> You can use pypi or easyinstall to add packages such as ipython once you
>>>> have the python package installed.
>>>>
>>>> Victor
>>>> On 15 May 2013, at 12:22, peiman khosravi wrote:
>>>>
>>>> I think I know what is causing this. A few days ago I followed the
>>>> instructions here to install ipython, with 'anaconda'. I have just also
>>>> found this folder, which doesn't have the csnd6 module inside it:
>>>>
>>>> /Users/peimankhosravi/anaconda/lib/python2.7/site-packages
>>>>
>>>>
>>>> However, when I manually copy the modules I get this error when trying
>>>> to import csound:
>>>>
>>>> Interpreter not initialized (version mismatch?)
>>>> Abort trap: 6
>>>>
>>>>
>>>>
>>>>
>>>>
>>>>
>>>> ------------------------------------------------------------------------------
>>>> AlienVault Unified Security Management (USM) platform delivers complete
>>>> security visibility with the essential security capabilities. Easily and
>>>> efficiently configure, manage, and operate all of your security controls
>>>> from a single console and one unified framework. Download a free trial.
>>>>
>>>> http://p.sf.net/sfu/alienvault_d2d_______________________________________________
>>>> Csound-devel mailing list
>>>> Csound-devel@lists.sourceforge.net
>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>
>>>>
>>>> Dr Victor Lazzarini
>>>> Senior Lecturer
>>>> Dept. of Music
>>>> NUI Maynooth Ireland
>>>> tel.: +353 1 708 3545
>>>> Victor dot Lazzarini AT nuim dot ie
>>>>
>>>>
>>>>
>>>>
>>>>
>>>> ------------------------------------------------------------------------------
>>>> AlienVault Unified Security Management (USM) platform delivers complete
>>>> security visibility with the essential security capabilities. Easily and
>>>> efficiently configure, manage, and operate all of your security controls
>>>> from a single console and one unified framework. Download a free trial.
>>>> http://p.sf.net/sfu/alienvault_d2d
>>>> _______________________________________________
>>>> Csound-devel mailing list
>>>> Csound-devel@lists.sourceforge.net
>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>
>>>
>>>
>>> ------------------------------------------------------------------------------
>>> AlienVault Unified Security Management (USM) platform delivers complete
>>> security visibility with the essential security capabilities. Easily and
>>> efficiently configure, manage, and operate all of your security controls
>>> from a single console and one unified framework. Download a free trial.
>>>
>>> http://p.sf.net/sfu/alienvault_d2d_______________________________________________
>>> Csound-devel mailing list
>>> Csound-devel@lists.sourceforge.net
>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>
>>>
>>> Dr Victor Lazzarini
>>> Senior Lecturer
>>> Dept. of Music
>>> NUI Maynooth Ireland
>>> tel.: +353 1 708 3545
>>> Victor dot Lazzarini AT nuim dot ie
>>>
>>>
>>>
>>>
>>>
>>> ------------------------------------------------------------------------------
>>> AlienVault Unified Security Management (USM) platform delivers complete
>>> security visibility with the essential security capabilities. Easily and
>>> efficiently configure, manage, and operate all of your security controls
>>> from a single console and one unified framework. Download a free trial.
>>> http://p.sf.net/sfu/alienvault_d2d
>>> _______________________________________________
>>> Csound-devel mailing list
>>> Csound-devel@lists.sourceforge.net
>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>
>>
>
>
> ------------------------------------------------------------------------------
> AlienVault Unified Security Management (USM) platform delivers complete
> security visibility with the essential security capabilities. Easily and
> efficiently configure, manage, and operate all of your security controls
> from a single console and one unified framework. Download a free trial.
> http://p.sf.net/sfu/alienvault_d2d
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel
>

------------------------------------------------------------------------------
AlienVault Unified Security Management (USM) platform delivers complete
security visibility with the essential security capabilities. Easily and
efficiently configure, manage, and operate all of your security controls
from a single console and one unified framework. Download a free trial.
http://p.sf.net/sfu/alienvault_d2d
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-devel



------------------------------------------------------------------------------
AlienVault Unified Security Management (USM) platform delivers complete
security visibility with the essential security capabilities. Easily and
efficiently configure, manage, and operate all of your security controls
from a single console and one unified framework. Download a free trial.
http://p.sf.net/sfu/alienvault_d2d
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-devel



------------------------------------------------------------------------------
AlienVault Unified Security Management (USM) platform delivers complete
security visibility with the essential security capabilities. Easily and
efficiently configure, manage, and operate all of your security controls
from a single console and one unified framework. Download a free trial.
http://p.sf.net/sfu/alienvault_d2d
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-devel



------------------------------------------------------------------------------
AlienVault Unified Security Management (USM) platform delivers complete
security visibility with the essential security capabilities. Easily and
efficiently configure, manage, and operate all of your security controls
from a single console and one unified framework. Download a free trial.
http://p.sf.net/sfu/alienvault_d2d
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-devel



------------------------------------------------------------------------------
AlienVault Unified Security Management (USM) platform delivers complete
security visibility with the essential security capabilities. Easily and
efficiently configure, manage, and operate all of your security controls
from a single console and one unified framework. Download a free trial.
http://p.sf.net/sfu/alienvault_d2d
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-devel



Date2013-05-15 20:23
FromSteven Yi
SubjectRe: [Cs-dev] OSX: Homebrew
I'm not sure what's possible really.  Homebrew does some of the work,
while Cmake is doing some too.  One thing I just realized though from
reading:

https://github.com/mxcl/homebrew/wiki/Gems%2C-Eggs-and-Perl-Modules

is:

On OS X, any Python version X.Y also searches in
~/Library/Python/X.Y/lib/python/site-packages for modules. That dir
might not yet exist, but you can create it: mkdir -p
~/Library/Python/2.7/lib/python/site-packages

We could possibly install the Java stuff into
~/Library/Java/Extensions and
~/Library/Python/2.7/lib/python/site-packages.  I'll try modifying
that in CMake now and see if that works to load. If so, then that'll
mean the only thing required to have permissions would be /usr/local,
which would be standard for homebrew.

On Wed, May 15, 2013 at 8:32 PM, peiman khosravi
 wrote:
> ah yes, that would be handy.
>
>
>
>
>
>
> www.peimankhosravi.co.uk || Subscribe to RSS Feed
>
> To receive emails about upcoming concerts visit this page & enter your email
> address in the 'follow' section.
>
>
>
> On 15 May 2013 19:29, Ed Costello  wrote:
>>
>> No, I was wondering if during the brew formula's execution, it is possible
>> to prompt the user to elevate privileges temporarily just to copy over the
>> java and python modules.
>>
>>
>>
>> On 15 May 2013 20:22, peiman khosravi  wrote:
>>>
>>> Do you mean 'sudo brew install csound'? If so brew can't be called with
>>> sudo.
>>>
>>>
>>>
>>>
>>>
>>>
>>> www.peimankhosravi.co.uk || Subscribe to RSS Feed
>>>
>>> To receive emails about upcoming concerts visit this page & enter your
>>> email address in the 'follow' section.
>>>
>>>
>>>
>>> On 15 May 2013 18:41, Ed Costello  wrote:
>>>>
>>>> Hi Steven,
>>>>
>>>> I looked at the wiki for homebrew instructions there and I was
>>>> wondering, instead of asking the user to enter those commands to install the
>>>> python and java modules, is it possible to ask for the users password in
>>>> order to perform those changes from the script? Explain that sudo is needed
>>>> to install the java or python module and if not just not to build those
>>>> bits. This might make life easier for someone who hasn't seen the wiki,
>>>> although I suppose you can point them back to the wiki from the script as
>>>> well.
>>>> Ed
>>>>
>>>>
>>>> On 15 May 2013 16:55, peiman khosravi  wrote:
>>>>>
>>>>> Looks like there is something wrong with the site at the moment so I'll
>>>>> try later today.
>>>>>
>>>>>
>>>>>
>>>>>
>>>>>
>>>>>
>>>>> www.peimankhosravi.co.uk || Subscribe to RSS Feed
>>>>>
>>>>> To receive emails about upcoming concerts visit this page & enter your
>>>>> email address in the 'follow' section.
>>>>>
>>>>>
>>>>>
>>>>> On 15 May 2013 15:50, peiman khosravi  wrote:
>>>>>>
>>>>>> Thanks Steven. I'll let you know.
>>>>>>
>>>>>> Best,
>>>>>> Peiman
>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>> www.peimankhosravi.co.uk || Subscribe to RSS Feed
>>>>>>
>>>>>> To receive emails about upcoming concerts visit this page & enter your
>>>>>> email address in the 'follow' section.
>>>>>>
>>>>>>
>>>>>>
>>>>>> On 15 May 2013 15:47, Steven Yi  wrote:
>>>>>>>
>>>>>>> https://sourceforge.net/p/csound/wiki
>>>>>>>
>>>>>>> I've added you to the member role for the Csound Sourceforge project
>>>>>>> (welcome! :D). You should be able to add and edit pages on the wiki
>>>>>>> now. Let me know if you run into any issues.
>>>>>>>
>>>>>>> Thanks!
>>>>>>> steven
>>>>>>>
>>>>>>> On Wed, May 15, 2013 at 4:14 PM, peiman khosravi
>>>>>>>  wrote:
>>>>>>> > OK, I'm ready to write the wiki page. Where should I add it?
>>>>>>> >
>>>>>>> >
>>>>>>> >
>>>>>>> >
>>>>>>> >
>>>>>>> >
>>>>>>> > www.peimankhosravi.co.uk || Subscribe to RSS Feed
>>>>>>> >
>>>>>>> > To receive emails about upcoming concerts visit this page & enter
>>>>>>> > your email
>>>>>>> > address in the 'follow' section.
>>>>>>> >
>>>>>>> >
>>>>>>> >
>>>>>>> > On 15 May 2013 13:37, peiman khosravi 
>>>>>>> > wrote:
>>>>>>> >>
>>>>>>> >> I'll get unto it today.
>>>>>>> >>
>>>>>>> >>
>>>>>>> >>
>>>>>>> >>
>>>>>>> >>
>>>>>>> >>
>>>>>>> >>
>>>>>>> >> www.peimankhosravi.co.uk || Subscribe to RSS Feed
>>>>>>> >>
>>>>>>> >> To receive emails about upcoming concerts visit this page & enter
>>>>>>> >> your
>>>>>>> >> email address in the 'follow' section.
>>>>>>> >>
>>>>>>> >>
>>>>>>> >>
>>>>>>> >> On 15 May 2013 13:22, Victor Lazzarini 
>>>>>>> >> wrote:
>>>>>>> >>>
>>>>>>> >>> That'd a good idea.
>>>>>>> >>>
>>>>>>> >>> On 15 May 2013, at 13:17, peiman khosravi wrote:
>>>>>>> >>>
>>>>>>> >>> Thank Victor. I uninstalled anaconda, removed it's environmental
>>>>>>> >>> variable
>>>>>>> >>> in my .bash_profile and installed ipython with this command:
>>>>>>> >>>
>>>>>>> >>> easy_install ipython[zmq,qtconsole,notebook,test]
>>>>>>> >>>
>>>>>>> >>> It's all working great.
>>>>>>> >>>
>>>>>>> >>> Can I add a csound wiki page on using vim, csound and python on
>>>>>>> >>> the osx
>>>>>>> >>> for live coding?
>>>>>>> >>>
>>>>>>> >>> P
>>>>>>> >>>
>>>>>>> >>>
>>>>>>> >>>
>>>>>>> >>>
>>>>>>> >>>
>>>>>>> >>>
>>>>>>> >>>
>>>>>>> >>> www.peimankhosravi.co.uk || Subscribe to RSS Feed
>>>>>>> >>>
>>>>>>> >>> To receive emails about upcoming concerts visit this page & enter
>>>>>>> >>> your
>>>>>>> >>> email address in the 'follow' section.
>>>>>>> >>>
>>>>>>> >>>
>>>>>>> >>>
>>>>>>> >>> On 15 May 2013 12:35, Victor Lazzarini 
>>>>>>> >>> wrote:
>>>>>>> >>>>
>>>>>>> >>>> I think it's a mismatch between the python you installed and the
>>>>>>> >>>> one we
>>>>>>> >>>> are linking to. Get the official Python 2.7 distribution and
>>>>>>> >>>> then use
>>>>>>> >>>> ipython on top of that.
>>>>>>> >>>> You can use pypi or easyinstall to add packages such as ipython
>>>>>>> >>>> once you
>>>>>>> >>>> have the python package installed.
>>>>>>> >>>>
>>>>>>> >>>> Victor
>>>>>>> >>>> On 15 May 2013, at 12:22, peiman khosravi wrote:
>>>>>>> >>>>
>>>>>>> >>>> I think I know what is causing this. A few days ago I followed
>>>>>>> >>>> the
>>>>>>> >>>> instructions here to install ipython, with 'anaconda'. I have
>>>>>>> >>>> just also
>>>>>>> >>>> found this folder, which doesn't have the csnd6 module inside
>>>>>>> >>>> it:
>>>>>>> >>>>
>>>>>>> >>>> /Users/peimankhosravi/anaconda/lib/python2.7/site-packages
>>>>>>> >>>>
>>>>>>> >>>>
>>>>>>> >>>> However, when I manually copy the modules I get this error when
>>>>>>> >>>> trying
>>>>>>> >>>> to import csound:
>>>>>>> >>>>
>>>>>>> >>>> Interpreter not initialized (version mismatch?)
>>>>>>> >>>> Abort trap: 6
>>>>>>> >>>>
>>>>>>> >>>>
>>>>>>> >>>>
>>>>>>> >>>>
>>>>>>> >>>>
>>>>>>> >>>>
>>>>>>> >>>>
>>>>>>> >>>> ------------------------------------------------------------------------------
>>>>>>> >>>> AlienVault Unified Security Management (USM) platform delivers
>>>>>>> >>>> complete
>>>>>>> >>>> security visibility with the essential security capabilities.
>>>>>>> >>>> Easily and
>>>>>>> >>>> efficiently configure, manage, and operate all of your security
>>>>>>> >>>> controls
>>>>>>> >>>> from a single console and one unified framework. Download a free
>>>>>>> >>>> trial.
>>>>>>> >>>>
>>>>>>> >>>>
>>>>>>> >>>> http://p.sf.net/sfu/alienvault_d2d_______________________________________________
>>>>>>> >>>> Csound-devel mailing list
>>>>>>> >>>> Csound-devel@lists.sourceforge.net
>>>>>>> >>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>>>> >>>>
>>>>>>> >>>>
>>>>>>> >>>> Dr Victor Lazzarini
>>>>>>> >>>> Senior Lecturer
>>>>>>> >>>> Dept. of Music
>>>>>>> >>>> NUI Maynooth Ireland
>>>>>>> >>>> tel.: +353 1 708 3545
>>>>>>> >>>> Victor dot Lazzarini AT nuim dot ie
>>>>>>> >>>>
>>>>>>> >>>>
>>>>>>> >>>>
>>>>>>> >>>>
>>>>>>> >>>>
>>>>>>> >>>>
>>>>>>> >>>> ------------------------------------------------------------------------------
>>>>>>> >>>> AlienVault Unified Security Management (USM) platform delivers
>>>>>>> >>>> complete
>>>>>>> >>>> security visibility with the essential security capabilities.
>>>>>>> >>>> Easily and
>>>>>>> >>>> efficiently configure, manage, and operate all of your security
>>>>>>> >>>> controls
>>>>>>> >>>> from a single console and one unified framework. Download a free
>>>>>>> >>>> trial.
>>>>>>> >>>> http://p.sf.net/sfu/alienvault_d2d
>>>>>>> >>>> _______________________________________________
>>>>>>> >>>> Csound-devel mailing list
>>>>>>> >>>> Csound-devel@lists.sourceforge.net
>>>>>>> >>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>>>> >>>>
>>>>>>> >>>
>>>>>>> >>>
>>>>>>> >>>
>>>>>>> >>> ------------------------------------------------------------------------------
>>>>>>> >>> AlienVault Unified Security Management (USM) platform delivers
>>>>>>> >>> complete
>>>>>>> >>> security visibility with the essential security capabilities.
>>>>>>> >>> Easily and
>>>>>>> >>> efficiently configure, manage, and operate all of your security
>>>>>>> >>> controls
>>>>>>> >>> from a single console and one unified framework. Download a free
>>>>>>> >>> trial.
>>>>>>> >>>
>>>>>>> >>>
>>>>>>> >>> http://p.sf.net/sfu/alienvault_d2d_______________________________________________
>>>>>>> >>> Csound-devel mailing list
>>>>>>> >>> Csound-devel@lists.sourceforge.net
>>>>>>> >>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>>>> >>>
>>>>>>> >>>
>>>>>>> >>> Dr Victor Lazzarini
>>>>>>> >>> Senior Lecturer
>>>>>>> >>> Dept. of Music
>>>>>>> >>> NUI Maynooth Ireland
>>>>>>> >>> tel.: +353 1 708 3545
>>>>>>> >>> Victor dot Lazzarini AT nuim dot ie
>>>>>>> >>>
>>>>>>> >>>
>>>>>>> >>>
>>>>>>> >>>
>>>>>>> >>>
>>>>>>> >>>
>>>>>>> >>> ------------------------------------------------------------------------------
>>>>>>> >>> AlienVault Unified Security Management (USM) platform delivers
>>>>>>> >>> complete
>>>>>>> >>> security visibility with the essential security capabilities.
>>>>>>> >>> Easily and
>>>>>>> >>> efficiently configure, manage, and operate all of your security
>>>>>>> >>> controls
>>>>>>> >>> from a single console and one unified framework. Download a free
>>>>>>> >>> trial.
>>>>>>> >>> http://p.sf.net/sfu/alienvault_d2d
>>>>>>> >>> _______________________________________________
>>>>>>> >>> Csound-devel mailing list
>>>>>>> >>> Csound-devel@lists.sourceforge.net
>>>>>>> >>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>>>> >>>
>>>>>>> >>
>>>>>>> >
>>>>>>> >
>>>>>>> >
>>>>>>> > ------------------------------------------------------------------------------
>>>>>>> > AlienVault Unified Security Management (USM) platform delivers
>>>>>>> > complete
>>>>>>> > security visibility with the essential security capabilities.
>>>>>>> > Easily and
>>>>>>> > efficiently configure, manage, and operate all of your security
>>>>>>> > controls
>>>>>>> > from a single console and one unified framework. Download a free
>>>>>>> > trial.
>>>>>>> > http://p.sf.net/sfu/alienvault_d2d
>>>>>>> > _______________________________________________
>>>>>>> > Csound-devel mailing list
>>>>>>> > Csound-devel@lists.sourceforge.net
>>>>>>> > https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>>>> >
>>>>>>>
>>>>>>>
>>>>>>> ------------------------------------------------------------------------------
>>>>>>> AlienVault Unified Security Management (USM) platform delivers
>>>>>>> complete
>>>>>>> security visibility with the essential security capabilities. Easily
>>>>>>> and
>>>>>>> efficiently configure, manage, and operate all of your security
>>>>>>> controls
>>>>>>> from a single console and one unified framework. Download a free
>>>>>>> trial.
>>>>>>> http://p.sf.net/sfu/alienvault_d2d
>>>>>>> _______________________________________________
>>>>>>> Csound-devel mailing list
>>>>>>> Csound-devel@lists.sourceforge.net
>>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>>>
>>>>>>
>>>>>
>>>>>
>>>>>
>>>>> ------------------------------------------------------------------------------
>>>>> AlienVault Unified Security Management (USM) platform delivers complete
>>>>> security visibility with the essential security capabilities. Easily
>>>>> and
>>>>> efficiently configure, manage, and operate all of your security
>>>>> controls
>>>>> from a single console and one unified framework. Download a free trial.
>>>>> http://p.sf.net/sfu/alienvault_d2d
>>>>> _______________________________________________
>>>>> Csound-devel mailing list
>>>>> Csound-devel@lists.sourceforge.net
>>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>>
>>>>
>>>>
>>>>
>>>> ------------------------------------------------------------------------------
>>>> AlienVault Unified Security Management (USM) platform delivers complete
>>>> security visibility with the essential security capabilities. Easily and
>>>> efficiently configure, manage, and operate all of your security controls
>>>> from a single console and one unified framework. Download a free trial.
>>>> http://p.sf.net/sfu/alienvault_d2d
>>>> _______________________________________________
>>>> Csound-devel mailing list
>>>> Csound-devel@lists.sourceforge.net
>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>
>>>
>>>
>>>
>>> ------------------------------------------------------------------------------
>>> AlienVault Unified Security Management (USM) platform delivers complete
>>> security visibility with the essential security capabilities. Easily and
>>> efficiently configure, manage, and operate all of your security controls
>>> from a single console and one unified framework. Download a free trial.
>>> http://p.sf.net/sfu/alienvault_d2d
>>> _______________________________________________
>>> Csound-devel mailing list
>>> Csound-devel@lists.sourceforge.net
>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>
>>
>>
>>
>> ------------------------------------------------------------------------------
>> AlienVault Unified Security Management (USM) platform delivers complete
>> security visibility with the essential security capabilities. Easily and
>> efficiently configure, manage, and operate all of your security controls
>> from a single console and one unified framework. Download a free trial.
>> http://p.sf.net/sfu/alienvault_d2d
>> _______________________________________________
>> Csound-devel mailing list
>> Csound-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>
>
>
> ------------------------------------------------------------------------------
> AlienVault Unified Security Management (USM) platform delivers complete
> security visibility with the essential security capabilities. Easily and
> efficiently configure, manage, and operate all of your security controls
> from a single console and one unified framework. Download a free trial.
> http://p.sf.net/sfu/alienvault_d2d
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel
>

------------------------------------------------------------------------------
AlienVault Unified Security Management (USM) platform delivers complete
security visibility with the essential security capabilities. Easily and
efficiently configure, manage, and operate all of your security controls
from a single console and one unified framework. Download a free trial.
http://p.sf.net/sfu/alienvault_d2d
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2013-05-15 20:26
Frompeiman khosravi
SubjectRe: [Cs-dev] OSX: Homebrew
AttachmentsNone  None  
What if you make a script that asks the user to change the permissions by entering their password. Then run brew?  






www.peimankhosravi.co.uk || Subscribe to RSS Feed

To receive emails about upcoming concerts visit this page & enter your email address in the 'follow' section.



On 15 May 2013 20:23, Steven Yi <stevenyi@gmail.com> wrote:
I'm not sure what's possible really.  Homebrew does some of the work,
while Cmake is doing some too.  One thing I just realized though from
reading:

https://github.com/mxcl/homebrew/wiki/Gems%2C-Eggs-and-Perl-Modules

is:

On OS X, any Python version X.Y also searches in
~/Library/Python/X.Y/lib/python/site-packages for modules. That dir
might not yet exist, but you can create it: mkdir -p
~/Library/Python/2.7/lib/python/site-packages

We could possibly install the Java stuff into
~/Library/Java/Extensions and
~/Library/Python/2.7/lib/python/site-packages.  I'll try modifying
that in CMake now and see if that works to load. If so, then that'll
mean the only thing required to have permissions would be /usr/local,
which would be standard for homebrew.

On Wed, May 15, 2013 at 8:32 PM, peiman khosravi
<peimankhosravi@gmail.com> wrote:
> ah yes, that would be handy.
>
>
>
>
>
>
> www.peimankhosravi.co.uk || Subscribe to RSS Feed
>
> To receive emails about upcoming concerts visit this page & enter your email
> address in the 'follow' section.
>
>
>
> On 15 May 2013 19:29, Ed Costello <edwardcostello@gmail.com> wrote:
>>
>> No, I was wondering if during the brew formula's execution, it is possible
>> to prompt the user to elevate privileges temporarily just to copy over the
>> java and python modules.
>>
>>
>>
>> On 15 May 2013 20:22, peiman khosravi <peimankhosravi@gmail.com> wrote:
>>>
>>> Do you mean 'sudo brew install csound'? If so brew can't be called with
>>> sudo.
>>>
>>>
>>>
>>>
>>>
>>>
>>> www.peimankhosravi.co.uk || Subscribe to RSS Feed
>>>
>>> To receive emails about upcoming concerts visit this page & enter your
>>> email address in the 'follow' section.
>>>
>>>
>>>
>>> On 15 May 2013 18:41, Ed Costello <edwardcostello@gmail.com> wrote:
>>>>
>>>> Hi Steven,
>>>>
>>>> I looked at the wiki for homebrew instructions there and I was
>>>> wondering, instead of asking the user to enter those commands to install the
>>>> python and java modules, is it possible to ask for the users password in
>>>> order to perform those changes from the script? Explain that sudo is needed
>>>> to install the java or python module and if not just not to build those
>>>> bits. This might make life easier for someone who hasn't seen the wiki,
>>>> although I suppose you can point them back to the wiki from the script as
>>>> well.
>>>> Ed
>>>>
>>>>
>>>> On 15 May 2013 16:55, peiman khosravi <peimankhosravi@gmail.com> wrote:
>>>>>
>>>>> Looks like there is something wrong with the site at the moment so I'll
>>>>> try later today.
>>>>>
>>>>>
>>>>>
>>>>>
>>>>>
>>>>>
>>>>> www.peimankhosravi.co.uk || Subscribe to RSS Feed
>>>>>
>>>>> To receive emails about upcoming concerts visit this page & enter your
>>>>> email address in the 'follow' section.
>>>>>
>>>>>
>>>>>
>>>>> On 15 May 2013 15:50, peiman khosravi <peimankhosravi@gmail.com> wrote:
>>>>>>
>>>>>> Thanks Steven. I'll let you know.
>>>>>>
>>>>>> Best,
>>>>>> Peiman
>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>> www.peimankhosravi.co.uk || Subscribe to RSS Feed
>>>>>>
>>>>>> To receive emails about upcoming concerts visit this page & enter your
>>>>>> email address in the 'follow' section.
>>>>>>
>>>>>>
>>>>>>
>>>>>> On 15 May 2013 15:47, Steven Yi <stevenyi@gmail.com> wrote:
>>>>>>>
>>>>>>> https://sourceforge.net/p/csound/wiki
>>>>>>>
>>>>>>> I've added you to the member role for the Csound Sourceforge project
>>>>>>> (welcome! :D). You should be able to add and edit pages on the wiki
>>>>>>> now. Let me know if you run into any issues.
>>>>>>>
>>>>>>> Thanks!
>>>>>>> steven
>>>>>>>
>>>>>>> On Wed, May 15, 2013 at 4:14 PM, peiman khosravi
>>>>>>> <peimankhosravi@gmail.com> wrote:
>>>>>>> > OK, I'm ready to write the wiki page. Where should I add it?
>>>>>>> >
>>>>>>> >
>>>>>>> >
>>>>>>> >
>>>>>>> >
>>>>>>> >
>>>>>>> > www.peimankhosravi.co.uk || Subscribe to RSS Feed
>>>>>>> >
>>>>>>> > To receive emails about upcoming concerts visit this page & enter
>>>>>>> > your email
>>>>>>> > address in the 'follow' section.
>>>>>>> >
>>>>>>> >
>>>>>>> >
>>>>>>> > On 15 May 2013 13:37, peiman khosravi <peimankhosravi@gmail.com>
>>>>>>> > wrote:
>>>>>>> >>
>>>>>>> >> I'll get unto it today.
>>>>>>> >>
>>>>>>> >>
>>>>>>> >>
>>>>>>> >>
>>>>>>> >>
>>>>>>> >>
>>>>>>> >>
>>>>>>> >> www.peimankhosravi.co.uk || Subscribe to RSS Feed
>>>>>>> >>
>>>>>>> >> To receive emails about upcoming concerts visit this page & enter
>>>>>>> >> your
>>>>>>> >> email address in the 'follow' section.
>>>>>>> >>
>>>>>>> >>
>>>>>>> >>
>>>>>>> >> On 15 May 2013 13:22, Victor Lazzarini <Victor.Lazzarini@nuim.ie>
>>>>>>> >> wrote:
>>>>>>> >>>
>>>>>>> >>> That'd a good idea.
>>>>>>> >>>
>>>>>>> >>> On 15 May 2013, at 13:17, peiman khosravi wrote:
>>>>>>> >>>
>>>>>>> >>> Thank Victor. I uninstalled anaconda, removed it's environmental
>>>>>>> >>> variable
>>>>>>> >>> in my .bash_profile and installed ipython with this command:
>>>>>>> >>>
>>>>>>> >>> easy_install ipython[zmq,qtconsole,notebook,test]
>>>>>>> >>>
>>>>>>> >>> It's all working great.
>>>>>>> >>>
>>>>>>> >>> Can I add a csound wiki page on using vim, csound and python on
>>>>>>> >>> the osx
>>>>>>> >>> for live coding?
>>>>>>> >>>
>>>>>>> >>> P
>>>>>>> >>>
>>>>>>> >>>
>>>>>>> >>>
>>>>>>> >>>
>>>>>>> >>>
>>>>>>> >>>
>>>>>>> >>>
>>>>>>> >>> www.peimankhosravi.co.uk || Subscribe to RSS Feed
>>>>>>> >>>
>>>>>>> >>> To receive emails about upcoming concerts visit this page & enter
>>>>>>> >>> your
>>>>>>> >>> email address in the 'follow' section.
>>>>>>> >>>
>>>>>>> >>>
>>>>>>> >>>
>>>>>>> >>> On 15 May 2013 12:35, Victor Lazzarini <Victor.Lazzarini@nuim.ie>
>>>>>>> >>> wrote:
>>>>>>> >>>>
>>>>>>> >>>> I think it's a mismatch between the python you installed and the
>>>>>>> >>>> one we
>>>>>>> >>>> are linking to. Get the official Python 2.7 distribution and
>>>>>>> >>>> then use
>>>>>>> >>>> ipython on top of that.
>>>>>>> >>>> You can use pypi or easyinstall to add packages such as ipython
>>>>>>> >>>> once you
>>>>>>> >>>> have the python package installed.
>>>>>>> >>>>
>>>>>>> >>>> Victor
>>>>>>> >>>> On 15 May 2013, at 12:22, peiman khosravi wrote:
>>>>>>> >>>>
>>>>>>> >>>> I think I know what is causing this. A few days ago I followed
>>>>>>> >>>> the
>>>>>>> >>>> instructions here to install ipython, with 'anaconda'. I have
>>>>>>> >>>> just also
>>>>>>> >>>> found this folder, which doesn't have the csnd6 module inside
>>>>>>> >>>> it:
>>>>>>> >>>>
>>>>>>> >>>> /Users/peimankhosravi/anaconda/lib/python2.7/site-packages
>>>>>>> >>>>
>>>>>>> >>>>
>>>>>>> >>>> However, when I manually copy the modules I get this error when
>>>>>>> >>>> trying
>>>>>>> >>>> to import csound:
>>>>>>> >>>>
>>>>>>> >>>> Interpreter not initialized (version mismatch?)
>>>>>>> >>>> Abort trap: 6
>>>>>>> >>>>
>>>>>>> >>>>
>>>>>>> >>>>
>>>>>>> >>>>
>>>>>>> >>>>
>>>>>>> >>>>
>>>>>>> >>>>
>>>>>>> >>>> ------------------------------------------------------------------------------
>>>>>>> >>>> AlienVault Unified Security Management (USM) platform delivers
>>>>>>> >>>> complete
>>>>>>> >>>> security visibility with the essential security capabilities.
>>>>>>> >>>> Easily and
>>>>>>> >>>> efficiently configure, manage, and operate all of your security
>>>>>>> >>>> controls
>>>>>>> >>>> from a single console and one unified framework. Download a free
>>>>>>> >>>> trial.
>>>>>>> >>>>
>>>>>>> >>>>
>>>>>>> >>>> http://p.sf.net/sfu/alienvault_d2d_______________________________________________
>>>>>>> >>>> Csound-devel mailing list
>>>>>>> >>>> Csound-devel@lists.sourceforge.net
>>>>>>> >>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>>>> >>>>
>>>>>>> >>>>
>>>>>>> >>>> Dr Victor Lazzarini
>>>>>>> >>>> Senior Lecturer
>>>>>>> >>>> Dept. of Music
>>>>>>> >>>> NUI Maynooth Ireland
>>>>>>> >>>> tel.: +353 1 708 3545
>>>>>>> >>>> Victor dot Lazzarini AT nuim dot ie
>>>>>>> >>>>
>>>>>>> >>>>
>>>>>>> >>>>
>>>>>>> >>>>
>>>>>>> >>>>
>>>>>>> >>>>
>>>>>>> >>>> ------------------------------------------------------------------------------
>>>>>>> >>>> AlienVault Unified Security Management (USM) platform delivers
>>>>>>> >>>> complete
>>>>>>> >>>> security visibility with the essential security capabilities.
>>>>>>> >>>> Easily and
>>>>>>> >>>> efficiently configure, manage, and operate all of your security
>>>>>>> >>>> controls
>>>>>>> >>>> from a single console and one unified framework. Download a free
>>>>>>> >>>> trial.
>>>>>>> >>>> http://p.sf.net/sfu/alienvault_d2d
>>>>>>> >>>> _______________________________________________
>>>>>>> >>>> Csound-devel mailing list
>>>>>>> >>>> Csound-devel@lists.sourceforge.net
>>>>>>> >>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>>>> >>>>
>>>>>>> >>>
>>>>>>> >>>
>>>>>>> >>>
>>>>>>> >>> ------------------------------------------------------------------------------
>>>>>>> >>> AlienVault Unified Security Management (USM) platform delivers
>>>>>>> >>> complete
>>>>>>> >>> security visibility with the essential security capabilities.
>>>>>>> >>> Easily and
>>>>>>> >>> efficiently configure, manage, and operate all of your security
>>>>>>> >>> controls
>>>>>>> >>> from a single console and one unified framework. Download a free
>>>>>>> >>> trial.
>>>>>>> >>>
>>>>>>> >>>
>>>>>>> >>> http://p.sf.net/sfu/alienvault_d2d_______________________________________________
>>>>>>> >>> Csound-devel mailing list
>>>>>>> >>> Csound-devel@lists.sourceforge.net
>>>>>>> >>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>>>> >>>
>>>>>>> >>>
>>>>>>> >>> Dr Victor Lazzarini
>>>>>>> >>> Senior Lecturer
>>>>>>> >>> Dept. of Music
>>>>>>> >>> NUI Maynooth Ireland
>>>>>>> >>> tel.: +353 1 708 3545
>>>>>>> >>> Victor dot Lazzarini AT nuim dot ie
>>>>>>> >>>
>>>>>>> >>>
>>>>>>> >>>
>>>>>>> >>>
>>>>>>> >>>
>>>>>>> >>>
>>>>>>> >>> ------------------------------------------------------------------------------
>>>>>>> >>> AlienVault Unified Security Management (USM) platform delivers
>>>>>>> >>> complete
>>>>>>> >>> security visibility with the essential security capabilities.
>>>>>>> >>> Easily and
>>>>>>> >>> efficiently configure, manage, and operate all of your security
>>>>>>> >>> controls
>>>>>>> >>> from a single console and one unified framework. Download a free
>>>>>>> >>> trial.
>>>>>>> >>> http://p.sf.net/sfu/alienvault_d2d
>>>>>>> >>> _______________________________________________
>>>>>>> >>> Csound-devel mailing list
>>>>>>> >>> Csound-devel@lists.sourceforge.net
>>>>>>> >>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>>>> >>>
>>>>>>> >>
>>>>>>> >
>>>>>>> >
>>>>>>> >
>>>>>>> > ------------------------------------------------------------------------------
>>>>>>> > AlienVault Unified Security Management (USM) platform delivers
>>>>>>> > complete
>>>>>>> > security visibility with the essential security capabilities.
>>>>>>> > Easily and
>>>>>>> > efficiently configure, manage, and operate all of your security
>>>>>>> > controls
>>>>>>> > from a single console and one unified framework. Download a free
>>>>>>> > trial.
>>>>>>> > http://p.sf.net/sfu/alienvault_d2d
>>>>>>> > _______________________________________________
>>>>>>> > Csound-devel mailing list
>>>>>>> > Csound-devel@lists.sourceforge.net
>>>>>>> > https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>>>> >
>>>>>>>
>>>>>>>
>>>>>>> ------------------------------------------------------------------------------
>>>>>>> AlienVault Unified Security Management (USM) platform delivers
>>>>>>> complete
>>>>>>> security visibility with the essential security capabilities. Easily
>>>>>>> and
>>>>>>> efficiently configure, manage, and operate all of your security
>>>>>>> controls
>>>>>>> from a single console and one unified framework. Download a free
>>>>>>> trial.
>>>>>>> http://p.sf.net/sfu/alienvault_d2d
>>>>>>> _______________________________________________
>>>>>>> Csound-devel mailing list
>>>>>>> Csound-devel@lists.sourceforge.net
>>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>>>
>>>>>>
>>>>>
>>>>>
>>>>>
>>>>> ------------------------------------------------------------------------------
>>>>> AlienVault Unified Security Management (USM) platform delivers complete
>>>>> security visibility with the essential security capabilities. Easily
>>>>> and
>>>>> efficiently configure, manage, and operate all of your security
>>>>> controls
>>>>> from a single console and one unified framework. Download a free trial.
>>>>> http://p.sf.net/sfu/alienvault_d2d
>>>>> _______________________________________________
>>>>> Csound-devel mailing list
>>>>> Csound-devel@lists.sourceforge.net
>>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>>
>>>>
>>>>
>>>>
>>>> ------------------------------------------------------------------------------
>>>> AlienVault Unified Security Management (USM) platform delivers complete
>>>> security visibility with the essential security capabilities. Easily and
>>>> efficiently configure, manage, and operate all of your security controls
>>>> from a single console and one unified framework. Download a free trial.
>>>> http://p.sf.net/sfu/alienvault_d2d
>>>> _______________________________________________
>>>> Csound-devel mailing list
>>>> Csound-devel@lists.sourceforge.net
>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>
>>>
>>>
>>>
>>> ------------------------------------------------------------------------------
>>> AlienVault Unified Security Management (USM) platform delivers complete
>>> security visibility with the essential security capabilities. Easily and
>>> efficiently configure, manage, and operate all of your security controls
>>> from a single console and one unified framework. Download a free trial.
>>> http://p.sf.net/sfu/alienvault_d2d
>>> _______________________________________________
>>> Csound-devel mailing list
>>> Csound-devel@lists.sourceforge.net
>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>
>>
>>
>>
>> ------------------------------------------------------------------------------
>> AlienVault Unified Security Management (USM) platform delivers complete
>> security visibility with the essential security capabilities. Easily and
>> efficiently configure, manage, and operate all of your security controls
>> from a single console and one unified framework. Download a free trial.
>> http://p.sf.net/sfu/alienvault_d2d
>> _______________________________________________
>> Csound-devel mailing list
>> Csound-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>
>
>
> ------------------------------------------------------------------------------
> AlienVault Unified Security Management (USM) platform delivers complete
> security visibility with the essential security capabilities. Easily and
> efficiently configure, manage, and operate all of your security controls
> from a single console and one unified framework. Download a free trial.
> http://p.sf.net/sfu/alienvault_d2d
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel
>

------------------------------------------------------------------------------
AlienVault Unified Security Management (USM) platform delivers complete
security visibility with the essential security capabilities. Easily and
efficiently configure, manage, and operate all of your security controls
from a single console and one unified framework. Download a free trial.
http://p.sf.net/sfu/alienvault_d2d
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-devel


Date2013-05-15 21:23
FromSteven Yi
SubjectRe: [Cs-dev] OSX: Homebrew
Hi All,

So I've updated the Cmake file so that on OSX, the Java library stuff
will go into ~/Library/Java/Extensions, and the python stuff will go
into ~/Library/Python/2.7/lib/python/site-packages.  I tested with
python on commandline and the Csound6 Java editor I had used in the
videos I posted a while back and both worked.  Some notes:

1. You'll need to manually clean up /Library/Python/2.7/site-packages
and /Library/Java/Extensions for the csnd6 stuff there.  I think the
homebrew recipe does not track that stuff at the moment. It might not
clean the ~/Library/Frameworks/CsoundLib64.framework too.

2. Do #1 first, then redo "brew install --HEAD csound"

That should simplify the build a bit.  There's still some research to
do on if we should further move how the install stuff is done, but I
think if this is good, I'll take a small break and come back to the
homebrew stuff in a bit.

Thanks!
steven

On Wed, May 15, 2013 at 9:23 PM, Steven Yi  wrote:
> I'm not sure what's possible really.  Homebrew does some of the work,
> while Cmake is doing some too.  One thing I just realized though from
> reading:
>
> https://github.com/mxcl/homebrew/wiki/Gems%2C-Eggs-and-Perl-Modules
>
> is:
>
> On OS X, any Python version X.Y also searches in
> ~/Library/Python/X.Y/lib/python/site-packages for modules. That dir
> might not yet exist, but you can create it: mkdir -p
> ~/Library/Python/2.7/lib/python/site-packages
>
> We could possibly install the Java stuff into
> ~/Library/Java/Extensions and
> ~/Library/Python/2.7/lib/python/site-packages.  I'll try modifying
> that in CMake now and see if that works to load. If so, then that'll
> mean the only thing required to have permissions would be /usr/local,
> which would be standard for homebrew.
>
> On Wed, May 15, 2013 at 8:32 PM, peiman khosravi
>  wrote:
>> ah yes, that would be handy.
>>
>>
>>
>>
>>
>>
>> www.peimankhosravi.co.uk || Subscribe to RSS Feed
>>
>> To receive emails about upcoming concerts visit this page & enter your email
>> address in the 'follow' section.
>>
>>
>>
>> On 15 May 2013 19:29, Ed Costello  wrote:
>>>
>>> No, I was wondering if during the brew formula's execution, it is possible
>>> to prompt the user to elevate privileges temporarily just to copy over the
>>> java and python modules.
>>>
>>>
>>>
>>> On 15 May 2013 20:22, peiman khosravi  wrote:
>>>>
>>>> Do you mean 'sudo brew install csound'? If so brew can't be called with
>>>> sudo.
>>>>
>>>>
>>>>
>>>>
>>>>
>>>>
>>>> www.peimankhosravi.co.uk || Subscribe to RSS Feed
>>>>
>>>> To receive emails about upcoming concerts visit this page & enter your
>>>> email address in the 'follow' section.
>>>>
>>>>
>>>>
>>>> On 15 May 2013 18:41, Ed Costello  wrote:
>>>>>
>>>>> Hi Steven,
>>>>>
>>>>> I looked at the wiki for homebrew instructions there and I was
>>>>> wondering, instead of asking the user to enter those commands to install the
>>>>> python and java modules, is it possible to ask for the users password in
>>>>> order to perform those changes from the script? Explain that sudo is needed
>>>>> to install the java or python module and if not just not to build those
>>>>> bits. This might make life easier for someone who hasn't seen the wiki,
>>>>> although I suppose you can point them back to the wiki from the script as
>>>>> well.
>>>>> Ed
>>>>>
>>>>>
>>>>> On 15 May 2013 16:55, peiman khosravi  wrote:
>>>>>>
>>>>>> Looks like there is something wrong with the site at the moment so I'll
>>>>>> try later today.
>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>> www.peimankhosravi.co.uk || Subscribe to RSS Feed
>>>>>>
>>>>>> To receive emails about upcoming concerts visit this page & enter your
>>>>>> email address in the 'follow' section.
>>>>>>
>>>>>>
>>>>>>
>>>>>> On 15 May 2013 15:50, peiman khosravi  wrote:
>>>>>>>
>>>>>>> Thanks Steven. I'll let you know.
>>>>>>>
>>>>>>> Best,
>>>>>>> Peiman
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> www.peimankhosravi.co.uk || Subscribe to RSS Feed
>>>>>>>
>>>>>>> To receive emails about upcoming concerts visit this page & enter your
>>>>>>> email address in the 'follow' section.
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> On 15 May 2013 15:47, Steven Yi  wrote:
>>>>>>>>
>>>>>>>> https://sourceforge.net/p/csound/wiki
>>>>>>>>
>>>>>>>> I've added you to the member role for the Csound Sourceforge project
>>>>>>>> (welcome! :D). You should be able to add and edit pages on the wiki
>>>>>>>> now. Let me know if you run into any issues.
>>>>>>>>
>>>>>>>> Thanks!
>>>>>>>> steven
>>>>>>>>
>>>>>>>> On Wed, May 15, 2013 at 4:14 PM, peiman khosravi
>>>>>>>>  wrote:
>>>>>>>> > OK, I'm ready to write the wiki page. Where should I add it?
>>>>>>>> >
>>>>>>>> >
>>>>>>>> >
>>>>>>>> >
>>>>>>>> >
>>>>>>>> >
>>>>>>>> > www.peimankhosravi.co.uk || Subscribe to RSS Feed
>>>>>>>> >
>>>>>>>> > To receive emails about upcoming concerts visit this page & enter
>>>>>>>> > your email
>>>>>>>> > address in the 'follow' section.
>>>>>>>> >
>>>>>>>> >
>>>>>>>> >
>>>>>>>> > On 15 May 2013 13:37, peiman khosravi 
>>>>>>>> > wrote:
>>>>>>>> >>
>>>>>>>> >> I'll get unto it today.
>>>>>>>> >>
>>>>>>>> >>
>>>>>>>> >>
>>>>>>>> >>
>>>>>>>> >>
>>>>>>>> >>
>>>>>>>> >>
>>>>>>>> >> www.peimankhosravi.co.uk || Subscribe to RSS Feed
>>>>>>>> >>
>>>>>>>> >> To receive emails about upcoming concerts visit this page & enter
>>>>>>>> >> your
>>>>>>>> >> email address in the 'follow' section.
>>>>>>>> >>
>>>>>>>> >>
>>>>>>>> >>
>>>>>>>> >> On 15 May 2013 13:22, Victor Lazzarini 
>>>>>>>> >> wrote:
>>>>>>>> >>>
>>>>>>>> >>> That'd a good idea.
>>>>>>>> >>>
>>>>>>>> >>> On 15 May 2013, at 13:17, peiman khosravi wrote:
>>>>>>>> >>>
>>>>>>>> >>> Thank Victor. I uninstalled anaconda, removed it's environmental
>>>>>>>> >>> variable
>>>>>>>> >>> in my .bash_profile and installed ipython with this command:
>>>>>>>> >>>
>>>>>>>> >>> easy_install ipython[zmq,qtconsole,notebook,test]
>>>>>>>> >>>
>>>>>>>> >>> It's all working great.
>>>>>>>> >>>
>>>>>>>> >>> Can I add a csound wiki page on using vim, csound and python on
>>>>>>>> >>> the osx
>>>>>>>> >>> for live coding?
>>>>>>>> >>>
>>>>>>>> >>> P
>>>>>>>> >>>
>>>>>>>> >>>
>>>>>>>> >>>
>>>>>>>> >>>
>>>>>>>> >>>
>>>>>>>> >>>
>>>>>>>> >>>
>>>>>>>> >>> www.peimankhosravi.co.uk || Subscribe to RSS Feed
>>>>>>>> >>>
>>>>>>>> >>> To receive emails about upcoming concerts visit this page & enter
>>>>>>>> >>> your
>>>>>>>> >>> email address in the 'follow' section.
>>>>>>>> >>>
>>>>>>>> >>>
>>>>>>>> >>>
>>>>>>>> >>> On 15 May 2013 12:35, Victor Lazzarini 
>>>>>>>> >>> wrote:
>>>>>>>> >>>>
>>>>>>>> >>>> I think it's a mismatch between the python you installed and the
>>>>>>>> >>>> one we
>>>>>>>> >>>> are linking to. Get the official Python 2.7 distribution and
>>>>>>>> >>>> then use
>>>>>>>> >>>> ipython on top of that.
>>>>>>>> >>>> You can use pypi or easyinstall to add packages such as ipython
>>>>>>>> >>>> once you
>>>>>>>> >>>> have the python package installed.
>>>>>>>> >>>>
>>>>>>>> >>>> Victor
>>>>>>>> >>>> On 15 May 2013, at 12:22, peiman khosravi wrote:
>>>>>>>> >>>>
>>>>>>>> >>>> I think I know what is causing this. A few days ago I followed
>>>>>>>> >>>> the
>>>>>>>> >>>> instructions here to install ipython, with 'anaconda'. I have
>>>>>>>> >>>> just also
>>>>>>>> >>>> found this folder, which doesn't have the csnd6 module inside
>>>>>>>> >>>> it:
>>>>>>>> >>>>
>>>>>>>> >>>> /Users/peimankhosravi/anaconda/lib/python2.7/site-packages
>>>>>>>> >>>>
>>>>>>>> >>>>
>>>>>>>> >>>> However, when I manually copy the modules I get this error when
>>>>>>>> >>>> trying
>>>>>>>> >>>> to import csound:
>>>>>>>> >>>>
>>>>>>>> >>>> Interpreter not initialized (version mismatch?)
>>>>>>>> >>>> Abort trap: 6
>>>>>>>> >>>>
>>>>>>>> >>>>
>>>>>>>> >>>>
>>>>>>>> >>>>
>>>>>>>> >>>>
>>>>>>>> >>>>
>>>>>>>> >>>>
>>>>>>>> >>>> ------------------------------------------------------------------------------
>>>>>>>> >>>> AlienVault Unified Security Management (USM) platform delivers
>>>>>>>> >>>> complete
>>>>>>>> >>>> security visibility with the essential security capabilities.
>>>>>>>> >>>> Easily and
>>>>>>>> >>>> efficiently configure, manage, and operate all of your security
>>>>>>>> >>>> controls
>>>>>>>> >>>> from a single console and one unified framework. Download a free
>>>>>>>> >>>> trial.
>>>>>>>> >>>>
>>>>>>>> >>>>
>>>>>>>> >>>> http://p.sf.net/sfu/alienvault_d2d_______________________________________________
>>>>>>>> >>>> Csound-devel mailing list
>>>>>>>> >>>> Csound-devel@lists.sourceforge.net
>>>>>>>> >>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>>>>> >>>>
>>>>>>>> >>>>
>>>>>>>> >>>> Dr Victor Lazzarini
>>>>>>>> >>>> Senior Lecturer
>>>>>>>> >>>> Dept. of Music
>>>>>>>> >>>> NUI Maynooth Ireland
>>>>>>>> >>>> tel.: +353 1 708 3545
>>>>>>>> >>>> Victor dot Lazzarini AT nuim dot ie
>>>>>>>> >>>>
>>>>>>>> >>>>
>>>>>>>> >>>>
>>>>>>>> >>>>
>>>>>>>> >>>>
>>>>>>>> >>>>
>>>>>>>> >>>> ------------------------------------------------------------------------------
>>>>>>>> >>>> AlienVault Unified Security Management (USM) platform delivers
>>>>>>>> >>>> complete
>>>>>>>> >>>> security visibility with the essential security capabilities.
>>>>>>>> >>>> Easily and
>>>>>>>> >>>> efficiently configure, manage, and operate all of your security
>>>>>>>> >>>> controls
>>>>>>>> >>>> from a single console and one unified framework. Download a free
>>>>>>>> >>>> trial.
>>>>>>>> >>>> http://p.sf.net/sfu/alienvault_d2d
>>>>>>>> >>>> _______________________________________________
>>>>>>>> >>>> Csound-devel mailing list
>>>>>>>> >>>> Csound-devel@lists.sourceforge.net
>>>>>>>> >>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>>>>> >>>>
>>>>>>>> >>>
>>>>>>>> >>>
>>>>>>>> >>>
>>>>>>>> >>> ------------------------------------------------------------------------------
>>>>>>>> >>> AlienVault Unified Security Management (USM) platform delivers
>>>>>>>> >>> complete
>>>>>>>> >>> security visibility with the essential security capabilities.
>>>>>>>> >>> Easily and
>>>>>>>> >>> efficiently configure, manage, and operate all of your security
>>>>>>>> >>> controls
>>>>>>>> >>> from a single console and one unified framework. Download a free
>>>>>>>> >>> trial.
>>>>>>>> >>>
>>>>>>>> >>>
>>>>>>>> >>> http://p.sf.net/sfu/alienvault_d2d_______________________________________________
>>>>>>>> >>> Csound-devel mailing list
>>>>>>>> >>> Csound-devel@lists.sourceforge.net
>>>>>>>> >>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>>>>> >>>
>>>>>>>> >>>
>>>>>>>> >>> Dr Victor Lazzarini
>>>>>>>> >>> Senior Lecturer
>>>>>>>> >>> Dept. of Music
>>>>>>>> >>> NUI Maynooth Ireland
>>>>>>>> >>> tel.: +353 1 708 3545
>>>>>>>> >>> Victor dot Lazzarini AT nuim dot ie
>>>>>>>> >>>
>>>>>>>> >>>
>>>>>>>> >>>
>>>>>>>> >>>
>>>>>>>> >>>
>>>>>>>> >>>
>>>>>>>> >>> ------------------------------------------------------------------------------
>>>>>>>> >>> AlienVault Unified Security Management (USM) platform delivers
>>>>>>>> >>> complete
>>>>>>>> >>> security visibility with the essential security capabilities.
>>>>>>>> >>> Easily and
>>>>>>>> >>> efficiently configure, manage, and operate all of your security
>>>>>>>> >>> controls
>>>>>>>> >>> from a single console and one unified framework. Download a free
>>>>>>>> >>> trial.
>>>>>>>> >>> http://p.sf.net/sfu/alienvault_d2d
>>>>>>>> >>> _______________________________________________
>>>>>>>> >>> Csound-devel mailing list
>>>>>>>> >>> Csound-devel@lists.sourceforge.net
>>>>>>>> >>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>>>>> >>>
>>>>>>>> >>
>>>>>>>> >
>>>>>>>> >
>>>>>>>> >
>>>>>>>> > ------------------------------------------------------------------------------
>>>>>>>> > AlienVault Unified Security Management (USM) platform delivers
>>>>>>>> > complete
>>>>>>>> > security visibility with the essential security capabilities.
>>>>>>>> > Easily and
>>>>>>>> > efficiently configure, manage, and operate all of your security
>>>>>>>> > controls
>>>>>>>> > from a single console and one unified framework. Download a free
>>>>>>>> > trial.
>>>>>>>> > http://p.sf.net/sfu/alienvault_d2d
>>>>>>>> > _______________________________________________
>>>>>>>> > Csound-devel mailing list
>>>>>>>> > Csound-devel@lists.sourceforge.net
>>>>>>>> > https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>>>>> >
>>>>>>>>
>>>>>>>>
>>>>>>>> ------------------------------------------------------------------------------
>>>>>>>> AlienVault Unified Security Management (USM) platform delivers
>>>>>>>> complete
>>>>>>>> security visibility with the essential security capabilities. Easily
>>>>>>>> and
>>>>>>>> efficiently configure, manage, and operate all of your security
>>>>>>>> controls
>>>>>>>> from a single console and one unified framework. Download a free
>>>>>>>> trial.
>>>>>>>> http://p.sf.net/sfu/alienvault_d2d
>>>>>>>> _______________________________________________
>>>>>>>> Csound-devel mailing list
>>>>>>>> Csound-devel@lists.sourceforge.net
>>>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>>>>
>>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>> ------------------------------------------------------------------------------
>>>>>> AlienVault Unified Security Management (USM) platform delivers complete
>>>>>> security visibility with the essential security capabilities. Easily
>>>>>> and
>>>>>> efficiently configure, manage, and operate all of your security
>>>>>> controls
>>>>>> from a single console and one unified framework. Download a free trial.
>>>>>> http://p.sf.net/sfu/alienvault_d2d
>>>>>> _______________________________________________
>>>>>> Csound-devel mailing list
>>>>>> Csound-devel@lists.sourceforge.net
>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>>>
>>>>>
>>>>>
>>>>>
>>>>> ------------------------------------------------------------------------------
>>>>> AlienVault Unified Security Management (USM) platform delivers complete
>>>>> security visibility with the essential security capabilities. Easily and
>>>>> efficiently configure, manage, and operate all of your security controls
>>>>> from a single console and one unified framework. Download a free trial.
>>>>> http://p.sf.net/sfu/alienvault_d2d
>>>>> _______________________________________________
>>>>> Csound-devel mailing list
>>>>> Csound-devel@lists.sourceforge.net
>>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>>
>>>>
>>>>
>>>>
>>>> ------------------------------------------------------------------------------
>>>> AlienVault Unified Security Management (USM) platform delivers complete
>>>> security visibility with the essential security capabilities. Easily and
>>>> efficiently configure, manage, and operate all of your security controls
>>>> from a single console and one unified framework. Download a free trial.
>>>> http://p.sf.net/sfu/alienvault_d2d
>>>> _______________________________________________
>>>> Csound-devel mailing list
>>>> Csound-devel@lists.sourceforge.net
>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>
>>>
>>>
>>>
>>> ------------------------------------------------------------------------------
>>> AlienVault Unified Security Management (USM) platform delivers complete
>>> security visibility with the essential security capabilities. Easily and
>>> efficiently configure, manage, and operate all of your security controls
>>> from a single console and one unified framework. Download a free trial.
>>> http://p.sf.net/sfu/alienvault_d2d
>>> _______________________________________________
>>> Csound-devel mailing list
>>> Csound-devel@lists.sourceforge.net
>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>
>>
>>
>> ------------------------------------------------------------------------------
>> AlienVault Unified Security Management (USM) platform delivers complete
>> security visibility with the essential security capabilities. Easily and
>> efficiently configure, manage, and operate all of your security controls
>> from a single console and one unified framework. Download a free trial.
>> http://p.sf.net/sfu/alienvault_d2d
>> _______________________________________________
>> Csound-devel mailing list
>> Csound-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>

------------------------------------------------------------------------------
AlienVault Unified Security Management (USM) platform delivers complete
security visibility with the essential security capabilities. Easily and
efficiently configure, manage, and operate all of your security controls
from a single console and one unified framework. Download a free trial.
http://p.sf.net/sfu/alienvault_d2d
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2013-05-17 00:03
Frompeiman khosravi
SubjectRe: [Cs-dev] OSX: Homebrew
AttachmentsNone  None  
Hi Steven,

Can you send a link to the wiki page on building with brew please? 

P






www.peimankhosravi.co.uk || Subscribe to RSS Feed

To receive emails about upcoming concerts visit this page & enter your email address in the 'follow' section.



On 15 May 2013 21:23, Steven Yi <stevenyi@gmail.com> wrote:
Hi All,

So I've updated the Cmake file so that on OSX, the Java library stuff
will go into ~/Library/Java/Extensions, and the python stuff will go
into ~/Library/Python/2.7/lib/python/site-packages.  I tested with
python on commandline and the Csound6 Java editor I had used in the
videos I posted a while back and both worked.  Some notes:

1. You'll need to manually clean up /Library/Python/2.7/site-packages
and /Library/Java/Extensions for the csnd6 stuff there.  I think the
homebrew recipe does not track that stuff at the moment. It might not
clean the ~/Library/Frameworks/CsoundLib64.framework too.

2. Do #1 first, then redo "brew install --HEAD csound"

That should simplify the build a bit.  There's still some research to
do on if we should further move how the install stuff is done, but I
think if this is good, I'll take a small break and come back to the
homebrew stuff in a bit.

Thanks!
steven

On Wed, May 15, 2013 at 9:23 PM, Steven Yi <stevenyi@gmail.com> wrote:
> I'm not sure what's possible really.  Homebrew does some of the work,
> while Cmake is doing some too.  One thing I just realized though from
> reading:
>
> https://github.com/mxcl/homebrew/wiki/Gems%2C-Eggs-and-Perl-Modules
>
> is:
>
> On OS X, any Python version X.Y also searches in
> ~/Library/Python/X.Y/lib/python/site-packages for modules. That dir
> might not yet exist, but you can create it: mkdir -p
> ~/Library/Python/2.7/lib/python/site-packages
>
> We could possibly install the Java stuff into
> ~/Library/Java/Extensions and
> ~/Library/Python/2.7/lib/python/site-packages.  I'll try modifying
> that in CMake now and see if that works to load. If so, then that'll
> mean the only thing required to have permissions would be /usr/local,
> which would be standard for homebrew.
>
> On Wed, May 15, 2013 at 8:32 PM, peiman khosravi
> <peimankhosravi@gmail.com> wrote:
>> ah yes, that would be handy.
>>
>>
>>
>>
>>
>>
>> www.peimankhosravi.co.uk || Subscribe to RSS Feed
>>
>> To receive emails about upcoming concerts visit this page & enter your email
>> address in the 'follow' section.
>>
>>
>>
>> On 15 May 2013 19:29, Ed Costello <edwardcostello@gmail.com> wrote:
>>>
>>> No, I was wondering if during the brew formula's execution, it is possible
>>> to prompt the user to elevate privileges temporarily just to copy over the
>>> java and python modules.
>>>
>>>
>>>
>>> On 15 May 2013 20:22, peiman khosravi <peimankhosravi@gmail.com> wrote:
>>>>
>>>> Do you mean 'sudo brew install csound'? If so brew can't be called with
>>>> sudo.
>>>>
>>>>
>>>>
>>>>
>>>>
>>>>
>>>> www.peimankhosravi.co.uk || Subscribe to RSS Feed
>>>>
>>>> To receive emails about upcoming concerts visit this page & enter your
>>>> email address in the 'follow' section.
>>>>
>>>>
>>>>
>>>> On 15 May 2013 18:41, Ed Costello <edwardcostello@gmail.com> wrote:
>>>>>
>>>>> Hi Steven,
>>>>>
>>>>> I looked at the wiki for homebrew instructions there and I was
>>>>> wondering, instead of asking the user to enter those commands to install the
>>>>> python and java modules, is it possible to ask for the users password in
>>>>> order to perform those changes from the script? Explain that sudo is needed
>>>>> to install the java or python module and if not just not to build those
>>>>> bits. This might make life easier for someone who hasn't seen the wiki,
>>>>> although I suppose you can point them back to the wiki from the script as
>>>>> well.
>>>>> Ed
>>>>>
>>>>>
>>>>> On 15 May 2013 16:55, peiman khosravi <peimankhosravi@gmail.com> wrote:
>>>>>>
>>>>>> Looks like there is something wrong with the site at the moment so I'll
>>>>>> try later today.
>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>> www.peimankhosravi.co.uk || Subscribe to RSS Feed
>>>>>>
>>>>>> To receive emails about upcoming concerts visit this page & enter your
>>>>>> email address in the 'follow' section.
>>>>>>
>>>>>>
>>>>>>
>>>>>> On 15 May 2013 15:50, peiman khosravi <peimankhosravi@gmail.com> wrote:
>>>>>>>
>>>>>>> Thanks Steven. I'll let you know.
>>>>>>>
>>>>>>> Best,
>>>>>>> Peiman
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> www.peimankhosravi.co.uk || Subscribe to RSS Feed
>>>>>>>
>>>>>>> To receive emails about upcoming concerts visit this page & enter your
>>>>>>> email address in the 'follow' section.
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> On 15 May 2013 15:47, Steven Yi <stevenyi@gmail.com> wrote:
>>>>>>>>
>>>>>>>> https://sourceforge.net/p/csound/wiki
>>>>>>>>
>>>>>>>> I've added you to the member role for the Csound Sourceforge project
>>>>>>>> (welcome! :D). You should be able to add and edit pages on the wiki
>>>>>>>> now. Let me know if you run into any issues.
>>>>>>>>
>>>>>>>> Thanks!
>>>>>>>> steven
>>>>>>>>
>>>>>>>> On Wed, May 15, 2013 at 4:14 PM, peiman khosravi
>>>>>>>> <peimankhosravi@gmail.com> wrote:
>>>>>>>> > OK, I'm ready to write the wiki page. Where should I add it?
>>>>>>>> >
>>>>>>>> >
>>>>>>>> >
>>>>>>>> >
>>>>>>>> >
>>>>>>>> >
>>>>>>>> > www.peimankhosravi.co.uk || Subscribe to RSS Feed
>>>>>>>> >
>>>>>>>> > To receive emails about upcoming concerts visit this page & enter
>>>>>>>> > your email
>>>>>>>> > address in the 'follow' section.
>>>>>>>> >
>>>>>>>> >
>>>>>>>> >
>>>>>>>> > On 15 May 2013 13:37, peiman khosravi <peimankhosravi@gmail.com>
>>>>>>>> > wrote:
>>>>>>>> >>
>>>>>>>> >> I'll get unto it today.
>>>>>>>> >>
>>>>>>>> >>
>>>>>>>> >>
>>>>>>>> >>
>>>>>>>> >>
>>>>>>>> >>
>>>>>>>> >>
>>>>>>>> >> www.peimankhosravi.co.uk || Subscribe to RSS Feed
>>>>>>>> >>
>>>>>>>> >> To receive emails about upcoming concerts visit this page & enter
>>>>>>>> >> your
>>>>>>>> >> email address in the 'follow' section.
>>>>>>>> >>
>>>>>>>> >>
>>>>>>>> >>
>>>>>>>> >> On 15 May 2013 13:22, Victor Lazzarini <Victor.Lazzarini@nuim.ie>
>>>>>>>> >> wrote:
>>>>>>>> >>>
>>>>>>>> >>> That'd a good idea.
>>>>>>>> >>>
>>>>>>>> >>> On 15 May 2013, at 13:17, peiman khosravi wrote:
>>>>>>>> >>>
>>>>>>>> >>> Thank Victor. I uninstalled anaconda, removed it's environmental
>>>>>>>> >>> variable
>>>>>>>> >>> in my .bash_profile and installed ipython with this command:
>>>>>>>> >>>
>>>>>>>> >>> easy_install ipython[zmq,qtconsole,notebook,test]
>>>>>>>> >>>
>>>>>>>> >>> It's all working great.
>>>>>>>> >>>
>>>>>>>> >>> Can I add a csound wiki page on using vim, csound and python on
>>>>>>>> >>> the osx
>>>>>>>> >>> for live coding?
>>>>>>>> >>>
>>>>>>>> >>> P
>>>>>>>> >>>
>>>>>>>> >>>
>>>>>>>> >>>
>>>>>>>> >>>
>>>>>>>> >>>
>>>>>>>> >>>
>>>>>>>> >>>
>>>>>>>> >>> www.peimankhosravi.co.uk || Subscribe to RSS Feed
>>>>>>>> >>>
>>>>>>>> >>> To receive emails about upcoming concerts visit this page & enter
>>>>>>>> >>> your
>>>>>>>> >>> email address in the 'follow' section.
>>>>>>>> >>>
>>>>>>>> >>>
>>>>>>>> >>>
>>>>>>>> >>> On 15 May 2013 12:35, Victor Lazzarini <Victor.Lazzarini@nuim.ie>
>>>>>>>> >>> wrote:
>>>>>>>> >>>>
>>>>>>>> >>>> I think it's a mismatch between the python you installed and the
>>>>>>>> >>>> one we
>>>>>>>> >>>> are linking to. Get the official Python 2.7 distribution and
>>>>>>>> >>>> then use
>>>>>>>> >>>> ipython on top of that.
>>>>>>>> >>>> You can use pypi or easyinstall to add packages such as ipython
>>>>>>>> >>>> once you
>>>>>>>> >>>> have the python package installed.
>>>>>>>> >>>>
>>>>>>>> >>>> Victor
>>>>>>>> >>>> On 15 May 2013, at 12:22, peiman khosravi wrote:
>>>>>>>> >>>>
>>>>>>>> >>>> I think I know what is causing this. A few days ago I followed
>>>>>>>> >>>> the
>>>>>>>> >>>> instructions here to install ipython, with 'anaconda'. I have
>>>>>>>> >>>> just also
>>>>>>>> >>>> found this folder, which doesn't have the csnd6 module inside
>>>>>>>> >>>> it:
>>>>>>>> >>>>
>>>>>>>> >>>> /Users/peimankhosravi/anaconda/lib/python2.7/site-packages
>>>>>>>> >>>>
>>>>>>>> >>>>
>>>>>>>> >>>> However, when I manually copy the modules I get this error when
>>>>>>>> >>>> trying
>>>>>>>> >>>> to import csound:
>>>>>>>> >>>>
>>>>>>>> >>>> Interpreter not initialized (version mismatch?)
>>>>>>>> >>>> Abort trap: 6
>>>>>>>> >>>>
>>>>>>>> >>>>
>>>>>>>> >>>>
>>>>>>>> >>>>
>>>>>>>> >>>>
>>>>>>>> >>>>
>>>>>>>> >>>>
>>>>>>>> >>>> ------------------------------------------------------------------------------
>>>>>>>> >>>> AlienVault Unified Security Management (USM) platform delivers
>>>>>>>> >>>> complete
>>>>>>>> >>>> security visibility with the essential security capabilities.
>>>>>>>> >>>> Easily and
>>>>>>>> >>>> efficiently configure, manage, and operate all of your security
>>>>>>>> >>>> controls
>>>>>>>> >>>> from a single console and one unified framework. Download a free
>>>>>>>> >>>> trial.
>>>>>>>> >>>>
>>>>>>>> >>>>
>>>>>>>> >>>> http://p.sf.net/sfu/alienvault_d2d_______________________________________________
>>>>>>>> >>>> Csound-devel mailing list
>>>>>>>> >>>> Csound-devel@lists.sourceforge.net
>>>>>>>> >>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>>>>> >>>>
>>>>>>>> >>>>
>>>>>>>> >>>> Dr Victor Lazzarini
>>>>>>>> >>>> Senior Lecturer
>>>>>>>> >>>> Dept. of Music
>>>>>>>> >>>> NUI Maynooth Ireland
>>>>>>>> >>>> tel.: +353 1 708 3545
>>>>>>>> >>>> Victor dot Lazzarini AT nuim dot ie
>>>>>>>> >>>>
>>>>>>>> >>>>
>>>>>>>> >>>>
>>>>>>>> >>>>
>>>>>>>> >>>>
>>>>>>>> >>>>
>>>>>>>> >>>> ------------------------------------------------------------------------------
>>>>>>>> >>>> AlienVault Unified Security Management (USM) platform delivers
>>>>>>>> >>>> complete
>>>>>>>> >>>> security visibility with the essential security capabilities.
>>>>>>>> >>>> Easily and
>>>>>>>> >>>> efficiently configure, manage, and operate all of your security
>>>>>>>> >>>> controls
>>>>>>>> >>>> from a single console and one unified framework. Download a free
>>>>>>>> >>>> trial.
>>>>>>>> >>>> http://p.sf.net/sfu/alienvault_d2d
>>>>>>>> >>>> _______________________________________________
>>>>>>>> >>>> Csound-devel mailing list
>>>>>>>> >>>> Csound-devel@lists.sourceforge.net
>>>>>>>> >>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>>>>> >>>>
>>>>>>>> >>>
>>>>>>>> >>>
>>>>>>>> >>>
>>>>>>>> >>> ------------------------------------------------------------------------------
>>>>>>>> >>> AlienVault Unified Security Management (USM) platform delivers
>>>>>>>> >>> complete
>>>>>>>> >>> security visibility with the essential security capabilities.
>>>>>>>> >>> Easily and
>>>>>>>> >>> efficiently configure, manage, and operate all of your security
>>>>>>>> >>> controls
>>>>>>>> >>> from a single console and one unified framework. Download a free
>>>>>>>> >>> trial.
>>>>>>>> >>>
>>>>>>>> >>>
>>>>>>>> >>> http://p.sf.net/sfu/alienvault_d2d_______________________________________________
>>>>>>>> >>> Csound-devel mailing list
>>>>>>>> >>> Csound-devel@lists.sourceforge.net
>>>>>>>> >>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>>>>> >>>
>>>>>>>> >>>
>>>>>>>> >>> Dr Victor Lazzarini
>>>>>>>> >>> Senior Lecturer
>>>>>>>> >>> Dept. of Music
>>>>>>>> >>> NUI Maynooth Ireland
>>>>>>>> >>> tel.: +353 1 708 3545
>>>>>>>> >>> Victor dot Lazzarini AT nuim dot ie
>>>>>>>> >>>
>>>>>>>> >>>
>>>>>>>> >>>
>>>>>>>> >>>
>>>>>>>> >>>
>>>>>>>> >>>
>>>>>>>> >>> ------------------------------------------------------------------------------
>>>>>>>> >>> AlienVault Unified Security Management (USM) platform delivers
>>>>>>>> >>> complete
>>>>>>>> >>> security visibility with the essential security capabilities.
>>>>>>>> >>> Easily and
>>>>>>>> >>> efficiently configure, manage, and operate all of your security
>>>>>>>> >>> controls
>>>>>>>> >>> from a single console and one unified framework. Download a free
>>>>>>>> >>> trial.
>>>>>>>> >>> http://p.sf.net/sfu/alienvault_d2d
>>>>>>>> >>> _______________________________________________
>>>>>>>> >>> Csound-devel mailing list
>>>>>>>> >>> Csound-devel@lists.sourceforge.net
>>>>>>>> >>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>>>>> >>>
>>>>>>>> >>
>>>>>>>> >
>>>>>>>> >
>>>>>>>> >
>>>>>>>> > ------------------------------------------------------------------------------
>>>>>>>> > AlienVault Unified Security Management (USM) platform delivers
>>>>>>>> > complete
>>>>>>>> > security visibility with the essential security capabilities.
>>>>>>>> > Easily and
>>>>>>>> > efficiently configure, manage, and operate all of your security
>>>>>>>> > controls
>>>>>>>> > from a single console and one unified framework. Download a free
>>>>>>>> > trial.
>>>>>>>> > http://p.sf.net/sfu/alienvault_d2d
>>>>>>>> > _______________________________________________
>>>>>>>> > Csound-devel mailing list
>>>>>>>> > Csound-devel@lists.sourceforge.net
>>>>>>>> > https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>>>>> >
>>>>>>>>
>>>>>>>>
>>>>>>>> ------------------------------------------------------------------------------
>>>>>>>> AlienVault Unified Security Management (USM) platform delivers
>>>>>>>> complete
>>>>>>>> security visibility with the essential security capabilities. Easily
>>>>>>>> and
>>>>>>>> efficiently configure, manage, and operate all of your security
>>>>>>>> controls
>>>>>>>> from a single console and one unified framework. Download a free
>>>>>>>> trial.
>>>>>>>> http://p.sf.net/sfu/alienvault_d2d
>>>>>>>> _______________________________________________
>>>>>>>> Csound-devel mailing list
>>>>>>>> Csound-devel@lists.sourceforge.net
>>>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>>>>
>>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>> ------------------------------------------------------------------------------
>>>>>> AlienVault Unified Security Management (USM) platform delivers complete
>>>>>> security visibility with the essential security capabilities. Easily
>>>>>> and
>>>>>> efficiently configure, manage, and operate all of your security
>>>>>> controls
>>>>>> from a single console and one unified framework. Download a free trial.
>>>>>> http://p.sf.net/sfu/alienvault_d2d
>>>>>> _______________________________________________
>>>>>> Csound-devel mailing list
>>>>>> Csound-devel@lists.sourceforge.net
>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>>>
>>>>>
>>>>>
>>>>>
>>>>> ------------------------------------------------------------------------------
>>>>> AlienVault Unified Security Management (USM) platform delivers complete
>>>>> security visibility with the essential security capabilities. Easily and
>>>>> efficiently configure, manage, and operate all of your security controls
>>>>> from a single console and one unified framework. Download a free trial.
>>>>> http://p.sf.net/sfu/alienvault_d2d
>>>>> _______________________________________________
>>>>> Csound-devel mailing list
>>>>> Csound-devel@lists.sourceforge.net
>>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>>
>>>>
>>>>
>>>>
>>>> ------------------------------------------------------------------------------
>>>> AlienVault Unified Security Management (USM) platform delivers complete
>>>> security visibility with the essential security capabilities. Easily and
>>>> efficiently configure, manage, and operate all of your security controls
>>>> from a single console and one unified framework. Download a free trial.
>>>> http://p.sf.net/sfu/alienvault_d2d
>>>> _______________________________________________
>>>> Csound-devel mailing list
>>>> Csound-devel@lists.sourceforge.net
>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>
>>>
>>>
>>>
>>> ------------------------------------------------------------------------------
>>> AlienVault Unified Security Management (USM) platform delivers complete
>>> security visibility with the essential security capabilities. Easily and
>>> efficiently configure, manage, and operate all of your security controls
>>> from a single console and one unified framework. Download a free trial.
>>> http://p.sf.net/sfu/alienvault_d2d
>>> _______________________________________________
>>> Csound-devel mailing list
>>> Csound-devel@lists.sourceforge.net
>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>
>>
>>
>> ------------------------------------------------------------------------------
>> AlienVault Unified Security Management (USM) platform delivers complete
>> security visibility with the essential security capabilities. Easily and
>> efficiently configure, manage, and operate all of your security controls
>> from a single console and one unified framework. Download a free trial.
>> http://p.sf.net/sfu/alienvault_d2d
>> _______________________________________________
>> Csound-devel mailing list
>> Csound-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>

------------------------------------------------------------------------------
AlienVault Unified Security Management (USM) platform delivers complete
security visibility with the essential security capabilities. Easily and
efficiently configure, manage, and operate all of your security controls
from a single console and one unified framework. Download a free trial.
http://p.sf.net/sfu/alienvault_d2d
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-devel


Date2013-05-17 00:11
FromSteven Yi
SubjectRe: [Cs-dev] OSX: Homebrew
https://sourceforge.net/p/csound/wiki/browse_pages/
https://sourceforge.net/p/csound/wiki/Homebrew%20OSX/

On Fri, May 17, 2013 at 1:03 AM, peiman khosravi
 wrote:
> Hi Steven,
>
> Can you send a link to the wiki page on building with brew please?
>
> P
>
>
>
>
>
>
> www.peimankhosravi.co.uk || Subscribe to RSS Feed
>
> To receive emails about upcoming concerts visit this page & enter your email
> address in the 'follow' section.
>
>
>
> On 15 May 2013 21:23, Steven Yi  wrote:
>>
>> Hi All,
>>
>> So I've updated the Cmake file so that on OSX, the Java library stuff
>> will go into ~/Library/Java/Extensions, and the python stuff will go
>> into ~/Library/Python/2.7/lib/python/site-packages.  I tested with
>> python on commandline and the Csound6 Java editor I had used in the
>> videos I posted a while back and both worked.  Some notes:
>>
>> 1. You'll need to manually clean up /Library/Python/2.7/site-packages
>> and /Library/Java/Extensions for the csnd6 stuff there.  I think the
>> homebrew recipe does not track that stuff at the moment. It might not
>> clean the ~/Library/Frameworks/CsoundLib64.framework too.
>>
>> 2. Do #1 first, then redo "brew install --HEAD csound"
>>
>> That should simplify the build a bit.  There's still some research to
>> do on if we should further move how the install stuff is done, but I
>> think if this is good, I'll take a small break and come back to the
>> homebrew stuff in a bit.
>>
>> Thanks!
>> steven
>>
>> On Wed, May 15, 2013 at 9:23 PM, Steven Yi  wrote:
>> > I'm not sure what's possible really.  Homebrew does some of the work,
>> > while Cmake is doing some too.  One thing I just realized though from
>> > reading:
>> >
>> > https://github.com/mxcl/homebrew/wiki/Gems%2C-Eggs-and-Perl-Modules
>> >
>> > is:
>> >
>> > On OS X, any Python version X.Y also searches in
>> > ~/Library/Python/X.Y/lib/python/site-packages for modules. That dir
>> > might not yet exist, but you can create it: mkdir -p
>> > ~/Library/Python/2.7/lib/python/site-packages
>> >
>> > We could possibly install the Java stuff into
>> > ~/Library/Java/Extensions and
>> > ~/Library/Python/2.7/lib/python/site-packages.  I'll try modifying
>> > that in CMake now and see if that works to load. If so, then that'll
>> > mean the only thing required to have permissions would be /usr/local,
>> > which would be standard for homebrew.
>> >
>> > On Wed, May 15, 2013 at 8:32 PM, peiman khosravi
>> >  wrote:
>> >> ah yes, that would be handy.
>> >>
>> >>
>> >>
>> >>
>> >>
>> >>
>> >> www.peimankhosravi.co.uk || Subscribe to RSS Feed
>> >>
>> >> To receive emails about upcoming concerts visit this page & enter your
>> >> email
>> >> address in the 'follow' section.
>> >>
>> >>
>> >>
>> >> On 15 May 2013 19:29, Ed Costello  wrote:
>> >>>
>> >>> No, I was wondering if during the brew formula's execution, it is
>> >>> possible
>> >>> to prompt the user to elevate privileges temporarily just to copy over
>> >>> the
>> >>> java and python modules.
>> >>>
>> >>>
>> >>>
>> >>> On 15 May 2013 20:22, peiman khosravi 
>> >>> wrote:
>> >>>>
>> >>>> Do you mean 'sudo brew install csound'? If so brew can't be called
>> >>>> with
>> >>>> sudo.
>> >>>>
>> >>>>
>> >>>>
>> >>>>
>> >>>>
>> >>>>
>> >>>> www.peimankhosravi.co.uk || Subscribe to RSS Feed
>> >>>>
>> >>>> To receive emails about upcoming concerts visit this page & enter
>> >>>> your
>> >>>> email address in the 'follow' section.
>> >>>>
>> >>>>
>> >>>>
>> >>>> On 15 May 2013 18:41, Ed Costello  wrote:
>> >>>>>
>> >>>>> Hi Steven,
>> >>>>>
>> >>>>> I looked at the wiki for homebrew instructions there and I was
>> >>>>> wondering, instead of asking the user to enter those commands to
>> >>>>> install the
>> >>>>> python and java modules, is it possible to ask for the users
>> >>>>> password in
>> >>>>> order to perform those changes from the script? Explain that sudo is
>> >>>>> needed
>> >>>>> to install the java or python module and if not just not to build
>> >>>>> those
>> >>>>> bits. This might make life easier for someone who hasn't seen the
>> >>>>> wiki,
>> >>>>> although I suppose you can point them back to the wiki from the
>> >>>>> script as
>> >>>>> well.
>> >>>>> Ed
>> >>>>>
>> >>>>>
>> >>>>> On 15 May 2013 16:55, peiman khosravi 
>> >>>>> wrote:
>> >>>>>>
>> >>>>>> Looks like there is something wrong with the site at the moment so
>> >>>>>> I'll
>> >>>>>> try later today.
>> >>>>>>
>> >>>>>>
>> >>>>>>
>> >>>>>>
>> >>>>>>
>> >>>>>>
>> >>>>>> www.peimankhosravi.co.uk || Subscribe to RSS Feed
>> >>>>>>
>> >>>>>> To receive emails about upcoming concerts visit this page & enter
>> >>>>>> your
>> >>>>>> email address in the 'follow' section.
>> >>>>>>
>> >>>>>>
>> >>>>>>
>> >>>>>> On 15 May 2013 15:50, peiman khosravi 
>> >>>>>> wrote:
>> >>>>>>>
>> >>>>>>> Thanks Steven. I'll let you know.
>> >>>>>>>
>> >>>>>>> Best,
>> >>>>>>> Peiman
>> >>>>>>>
>> >>>>>>>
>> >>>>>>>
>> >>>>>>>
>> >>>>>>>
>> >>>>>>>
>> >>>>>>> www.peimankhosravi.co.uk || Subscribe to RSS Feed
>> >>>>>>>
>> >>>>>>> To receive emails about upcoming concerts visit this page & enter
>> >>>>>>> your
>> >>>>>>> email address in the 'follow' section.
>> >>>>>>>
>> >>>>>>>
>> >>>>>>>
>> >>>>>>> On 15 May 2013 15:47, Steven Yi  wrote:
>> >>>>>>>>
>> >>>>>>>> https://sourceforge.net/p/csound/wiki
>> >>>>>>>>
>> >>>>>>>> I've added you to the member role for the Csound Sourceforge
>> >>>>>>>> project
>> >>>>>>>> (welcome! :D). You should be able to add and edit pages on the
>> >>>>>>>> wiki
>> >>>>>>>> now. Let me know if you run into any issues.
>> >>>>>>>>
>> >>>>>>>> Thanks!
>> >>>>>>>> steven
>> >>>>>>>>
>> >>>>>>>> On Wed, May 15, 2013 at 4:14 PM, peiman khosravi
>> >>>>>>>>  wrote:
>> >>>>>>>> > OK, I'm ready to write the wiki page. Where should I add it?
>> >>>>>>>> >
>> >>>>>>>> >
>> >>>>>>>> >
>> >>>>>>>> >
>> >>>>>>>> >
>> >>>>>>>> >
>> >>>>>>>> > www.peimankhosravi.co.uk || Subscribe to RSS Feed
>> >>>>>>>> >
>> >>>>>>>> > To receive emails about upcoming concerts visit this page &
>> >>>>>>>> > enter
>> >>>>>>>> > your email
>> >>>>>>>> > address in the 'follow' section.
>> >>>>>>>> >
>> >>>>>>>> >
>> >>>>>>>> >
>> >>>>>>>> > On 15 May 2013 13:37, peiman khosravi
>> >>>>>>>> > 
>> >>>>>>>> > wrote:
>> >>>>>>>> >>
>> >>>>>>>> >> I'll get unto it today.
>> >>>>>>>> >>
>> >>>>>>>> >>
>> >>>>>>>> >>
>> >>>>>>>> >>
>> >>>>>>>> >>
>> >>>>>>>> >>
>> >>>>>>>> >>
>> >>>>>>>> >> www.peimankhosravi.co.uk || Subscribe to RSS Feed
>> >>>>>>>> >>
>> >>>>>>>> >> To receive emails about upcoming concerts visit this page &
>> >>>>>>>> >> enter
>> >>>>>>>> >> your
>> >>>>>>>> >> email address in the 'follow' section.
>> >>>>>>>> >>
>> >>>>>>>> >>
>> >>>>>>>> >>
>> >>>>>>>> >> On 15 May 2013 13:22, Victor Lazzarini
>> >>>>>>>> >> 
>> >>>>>>>> >> wrote:
>> >>>>>>>> >>>
>> >>>>>>>> >>> That'd a good idea.
>> >>>>>>>> >>>
>> >>>>>>>> >>> On 15 May 2013, at 13:17, peiman khosravi wrote:
>> >>>>>>>> >>>
>> >>>>>>>> >>> Thank Victor. I uninstalled anaconda, removed it's
>> >>>>>>>> >>> environmental
>> >>>>>>>> >>> variable
>> >>>>>>>> >>> in my .bash_profile and installed ipython with this command:
>> >>>>>>>> >>>
>> >>>>>>>> >>> easy_install ipython[zmq,qtconsole,notebook,test]
>> >>>>>>>> >>>
>> >>>>>>>> >>> It's all working great.
>> >>>>>>>> >>>
>> >>>>>>>> >>> Can I add a csound wiki page on using vim, csound and python
>> >>>>>>>> >>> on
>> >>>>>>>> >>> the osx
>> >>>>>>>> >>> for live coding?
>> >>>>>>>> >>>
>> >>>>>>>> >>> P
>> >>>>>>>> >>>
>> >>>>>>>> >>>
>> >>>>>>>> >>>
>> >>>>>>>> >>>
>> >>>>>>>> >>>
>> >>>>>>>> >>>
>> >>>>>>>> >>>
>> >>>>>>>> >>> www.peimankhosravi.co.uk || Subscribe to RSS Feed
>> >>>>>>>> >>>
>> >>>>>>>> >>> To receive emails about upcoming concerts visit this page &
>> >>>>>>>> >>> enter
>> >>>>>>>> >>> your
>> >>>>>>>> >>> email address in the 'follow' section.
>> >>>>>>>> >>>
>> >>>>>>>> >>>
>> >>>>>>>> >>>
>> >>>>>>>> >>> On 15 May 2013 12:35, Victor Lazzarini
>> >>>>>>>> >>> 
>> >>>>>>>> >>> wrote:
>> >>>>>>>> >>>>
>> >>>>>>>> >>>> I think it's a mismatch between the python you installed and
>> >>>>>>>> >>>> the
>> >>>>>>>> >>>> one we
>> >>>>>>>> >>>> are linking to. Get the official Python 2.7 distribution and
>> >>>>>>>> >>>> then use
>> >>>>>>>> >>>> ipython on top of that.
>> >>>>>>>> >>>> You can use pypi or easyinstall to add packages such as
>> >>>>>>>> >>>> ipython
>> >>>>>>>> >>>> once you
>> >>>>>>>> >>>> have the python package installed.
>> >>>>>>>> >>>>
>> >>>>>>>> >>>> Victor
>> >>>>>>>> >>>> On 15 May 2013, at 12:22, peiman khosravi wrote:
>> >>>>>>>> >>>>
>> >>>>>>>> >>>> I think I know what is causing this. A few days ago I
>> >>>>>>>> >>>> followed
>> >>>>>>>> >>>> the
>> >>>>>>>> >>>> instructions here to install ipython, with 'anaconda'. I
>> >>>>>>>> >>>> have
>> >>>>>>>> >>>> just also
>> >>>>>>>> >>>> found this folder, which doesn't have the csnd6 module
>> >>>>>>>> >>>> inside
>> >>>>>>>> >>>> it:
>> >>>>>>>> >>>>
>> >>>>>>>> >>>> /Users/peimankhosravi/anaconda/lib/python2.7/site-packages
>> >>>>>>>> >>>>
>> >>>>>>>> >>>>
>> >>>>>>>> >>>> However, when I manually copy the modules I get this error
>> >>>>>>>> >>>> when
>> >>>>>>>> >>>> trying
>> >>>>>>>> >>>> to import csound:
>> >>>>>>>> >>>>
>> >>>>>>>> >>>> Interpreter not initialized (version mismatch?)
>> >>>>>>>> >>>> Abort trap: 6
>> >>>>>>>> >>>>
>> >>>>>>>> >>>>
>> >>>>>>>> >>>>
>> >>>>>>>> >>>>
>> >>>>>>>> >>>>
>> >>>>>>>> >>>>
>> >>>>>>>> >>>>
>> >>>>>>>> >>>>
>> >>>>>>>> >>>> ------------------------------------------------------------------------------
>> >>>>>>>> >>>> AlienVault Unified Security Management (USM) platform
>> >>>>>>>> >>>> delivers
>> >>>>>>>> >>>> complete
>> >>>>>>>> >>>> security visibility with the essential security
>> >>>>>>>> >>>> capabilities.
>> >>>>>>>> >>>> Easily and
>> >>>>>>>> >>>> efficiently configure, manage, and operate all of your
>> >>>>>>>> >>>> security
>> >>>>>>>> >>>> controls
>> >>>>>>>> >>>> from a single console and one unified framework. Download a
>> >>>>>>>> >>>> free
>> >>>>>>>> >>>> trial.
>> >>>>>>>> >>>>
>> >>>>>>>> >>>>
>> >>>>>>>> >>>>
>> >>>>>>>> >>>> http://p.sf.net/sfu/alienvault_d2d_______________________________________________
>> >>>>>>>> >>>> Csound-devel mailing list
>> >>>>>>>> >>>> Csound-devel@lists.sourceforge.net
>> >>>>>>>> >>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>> >>>>>>>> >>>>
>> >>>>>>>> >>>>
>> >>>>>>>> >>>> Dr Victor Lazzarini
>> >>>>>>>> >>>> Senior Lecturer
>> >>>>>>>> >>>> Dept. of Music
>> >>>>>>>> >>>> NUI Maynooth Ireland
>> >>>>>>>> >>>> tel.: +353 1 708 3545
>> >>>>>>>> >>>> Victor dot Lazzarini AT nuim dot ie
>> >>>>>>>> >>>>
>> >>>>>>>> >>>>
>> >>>>>>>> >>>>
>> >>>>>>>> >>>>
>> >>>>>>>> >>>>
>> >>>>>>>> >>>>
>> >>>>>>>> >>>>
>> >>>>>>>> >>>> ------------------------------------------------------------------------------
>> >>>>>>>> >>>> AlienVault Unified Security Management (USM) platform
>> >>>>>>>> >>>> delivers
>> >>>>>>>> >>>> complete
>> >>>>>>>> >>>> security visibility with the essential security
>> >>>>>>>> >>>> capabilities.
>> >>>>>>>> >>>> Easily and
>> >>>>>>>> >>>> efficiently configure, manage, and operate all of your
>> >>>>>>>> >>>> security
>> >>>>>>>> >>>> controls
>> >>>>>>>> >>>> from a single console and one unified framework. Download a
>> >>>>>>>> >>>> free
>> >>>>>>>> >>>> trial.
>> >>>>>>>> >>>> http://p.sf.net/sfu/alienvault_d2d
>> >>>>>>>> >>>> _______________________________________________
>> >>>>>>>> >>>> Csound-devel mailing list
>> >>>>>>>> >>>> Csound-devel@lists.sourceforge.net
>> >>>>>>>> >>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>> >>>>>>>> >>>>
>> >>>>>>>> >>>
>> >>>>>>>> >>>
>> >>>>>>>> >>>
>> >>>>>>>> >>>
>> >>>>>>>> >>> ------------------------------------------------------------------------------
>> >>>>>>>> >>> AlienVault Unified Security Management (USM) platform
>> >>>>>>>> >>> delivers
>> >>>>>>>> >>> complete
>> >>>>>>>> >>> security visibility with the essential security capabilities.
>> >>>>>>>> >>> Easily and
>> >>>>>>>> >>> efficiently configure, manage, and operate all of your
>> >>>>>>>> >>> security
>> >>>>>>>> >>> controls
>> >>>>>>>> >>> from a single console and one unified framework. Download a
>> >>>>>>>> >>> free
>> >>>>>>>> >>> trial.
>> >>>>>>>> >>>
>> >>>>>>>> >>>
>> >>>>>>>> >>>
>> >>>>>>>> >>> http://p.sf.net/sfu/alienvault_d2d_______________________________________________
>> >>>>>>>> >>> Csound-devel mailing list
>> >>>>>>>> >>> Csound-devel@lists.sourceforge.net
>> >>>>>>>> >>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>> >>>>>>>> >>>
>> >>>>>>>> >>>
>> >>>>>>>> >>> Dr Victor Lazzarini
>> >>>>>>>> >>> Senior Lecturer
>> >>>>>>>> >>> Dept. of Music
>> >>>>>>>> >>> NUI Maynooth Ireland
>> >>>>>>>> >>> tel.: +353 1 708 3545
>> >>>>>>>> >>> Victor dot Lazzarini AT nuim dot ie
>> >>>>>>>> >>>
>> >>>>>>>> >>>
>> >>>>>>>> >>>
>> >>>>>>>> >>>
>> >>>>>>>> >>>
>> >>>>>>>> >>>
>> >>>>>>>> >>>
>> >>>>>>>> >>> ------------------------------------------------------------------------------
>> >>>>>>>> >>> AlienVault Unified Security Management (USM) platform
>> >>>>>>>> >>> delivers
>> >>>>>>>> >>> complete
>> >>>>>>>> >>> security visibility with the essential security capabilities.
>> >>>>>>>> >>> Easily and
>> >>>>>>>> >>> efficiently configure, manage, and operate all of your
>> >>>>>>>> >>> security
>> >>>>>>>> >>> controls
>> >>>>>>>> >>> from a single console and one unified framework. Download a
>> >>>>>>>> >>> free
>> >>>>>>>> >>> trial.
>> >>>>>>>> >>> http://p.sf.net/sfu/alienvault_d2d
>> >>>>>>>> >>> _______________________________________________
>> >>>>>>>> >>> Csound-devel mailing list
>> >>>>>>>> >>> Csound-devel@lists.sourceforge.net
>> >>>>>>>> >>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>> >>>>>>>> >>>
>> >>>>>>>> >>
>> >>>>>>>> >
>> >>>>>>>> >
>> >>>>>>>> >
>> >>>>>>>> >
>> >>>>>>>> > ------------------------------------------------------------------------------
>> >>>>>>>> > AlienVault Unified Security Management (USM) platform delivers
>> >>>>>>>> > complete
>> >>>>>>>> > security visibility with the essential security capabilities.
>> >>>>>>>> > Easily and
>> >>>>>>>> > efficiently configure, manage, and operate all of your security
>> >>>>>>>> > controls
>> >>>>>>>> > from a single console and one unified framework. Download a
>> >>>>>>>> > free
>> >>>>>>>> > trial.
>> >>>>>>>> > http://p.sf.net/sfu/alienvault_d2d
>> >>>>>>>> > _______________________________________________
>> >>>>>>>> > Csound-devel mailing list
>> >>>>>>>> > Csound-devel@lists.sourceforge.net
>> >>>>>>>> > https://lists.sourceforge.net/lists/listinfo/csound-devel
>> >>>>>>>> >
>> >>>>>>>>
>> >>>>>>>>
>> >>>>>>>>
>> >>>>>>>> ------------------------------------------------------------------------------
>> >>>>>>>> AlienVault Unified Security Management (USM) platform delivers
>> >>>>>>>> complete
>> >>>>>>>> security visibility with the essential security capabilities.
>> >>>>>>>> Easily
>> >>>>>>>> and
>> >>>>>>>> efficiently configure, manage, and operate all of your security
>> >>>>>>>> controls
>> >>>>>>>> from a single console and one unified framework. Download a free
>> >>>>>>>> trial.
>> >>>>>>>> http://p.sf.net/sfu/alienvault_d2d
>> >>>>>>>> _______________________________________________
>> >>>>>>>> Csound-devel mailing list
>> >>>>>>>> Csound-devel@lists.sourceforge.net
>> >>>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>> >>>>>>>
>> >>>>>>>
>> >>>>>>
>> >>>>>>
>> >>>>>>
>> >>>>>>
>> >>>>>> ------------------------------------------------------------------------------
>> >>>>>> AlienVault Unified Security Management (USM) platform delivers
>> >>>>>> complete
>> >>>>>> security visibility with the essential security capabilities.
>> >>>>>> Easily
>> >>>>>> and
>> >>>>>> efficiently configure, manage, and operate all of your security
>> >>>>>> controls
>> >>>>>> from a single console and one unified framework. Download a free
>> >>>>>> trial.
>> >>>>>> http://p.sf.net/sfu/alienvault_d2d
>> >>>>>> _______________________________________________
>> >>>>>> Csound-devel mailing list
>> >>>>>> Csound-devel@lists.sourceforge.net
>> >>>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>> >>>>>>
>> >>>>>
>> >>>>>
>> >>>>>
>> >>>>>
>> >>>>> ------------------------------------------------------------------------------
>> >>>>> AlienVault Unified Security Management (USM) platform delivers
>> >>>>> complete
>> >>>>> security visibility with the essential security capabilities. Easily
>> >>>>> and
>> >>>>> efficiently configure, manage, and operate all of your security
>> >>>>> controls
>> >>>>> from a single console and one unified framework. Download a free
>> >>>>> trial.
>> >>>>> http://p.sf.net/sfu/alienvault_d2d
>> >>>>> _______________________________________________
>> >>>>> Csound-devel mailing list
>> >>>>> Csound-devel@lists.sourceforge.net
>> >>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>> >>>>>
>> >>>>
>> >>>>
>> >>>>
>> >>>>
>> >>>> ------------------------------------------------------------------------------
>> >>>> AlienVault Unified Security Management (USM) platform delivers
>> >>>> complete
>> >>>> security visibility with the essential security capabilities. Easily
>> >>>> and
>> >>>> efficiently configure, manage, and operate all of your security
>> >>>> controls
>> >>>> from a single console and one unified framework. Download a free
>> >>>> trial.
>> >>>> http://p.sf.net/sfu/alienvault_d2d
>> >>>> _______________________________________________
>> >>>> Csound-devel mailing list
>> >>>> Csound-devel@lists.sourceforge.net
>> >>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>> >>>>
>> >>>
>> >>>
>> >>>
>> >>>
>> >>> ------------------------------------------------------------------------------
>> >>> AlienVault Unified Security Management (USM) platform delivers
>> >>> complete
>> >>> security visibility with the essential security capabilities. Easily
>> >>> and
>> >>> efficiently configure, manage, and operate all of your security
>> >>> controls
>> >>> from a single console and one unified framework. Download a free
>> >>> trial.
>> >>> http://p.sf.net/sfu/alienvault_d2d
>> >>> _______________________________________________
>> >>> Csound-devel mailing list
>> >>> Csound-devel@lists.sourceforge.net
>> >>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>> >>>
>> >>
>> >>
>> >>
>> >> ------------------------------------------------------------------------------
>> >> AlienVault Unified Security Management (USM) platform delivers complete
>> >> security visibility with the essential security capabilities. Easily
>> >> and
>> >> efficiently configure, manage, and operate all of your security
>> >> controls
>> >> from a single console and one unified framework. Download a free trial.
>> >> http://p.sf.net/sfu/alienvault_d2d
>> >> _______________________________________________
>> >> Csound-devel mailing list
>> >> Csound-devel@lists.sourceforge.net
>> >> https://lists.sourceforge.net/lists/listinfo/csound-devel
>> >>
>>
>>
>> ------------------------------------------------------------------------------
>> AlienVault Unified Security Management (USM) platform delivers complete
>> security visibility with the essential security capabilities. Easily and
>> efficiently configure, manage, and operate all of your security controls
>> from a single console and one unified framework. Download a free trial.
>> http://p.sf.net/sfu/alienvault_d2d
>> _______________________________________________
>> Csound-devel mailing list
>> Csound-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>
>
>
> ------------------------------------------------------------------------------
> AlienVault Unified Security Management (USM) platform delivers complete
> security visibility with the essential security capabilities. Easily and
> efficiently configure, manage, and operate all of your security controls
> from a single console and one unified framework. Download a free trial.
> http://p.sf.net/sfu/alienvault_d2d
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel
>

------------------------------------------------------------------------------
AlienVault Unified Security Management (USM) platform delivers complete
security visibility with the essential security capabilities. Easily and
efficiently configure, manage, and operate all of your security controls
from a single console and one unified framework. Download a free trial.
http://p.sf.net/sfu/alienvault_d2d
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2013-05-17 00:13
Frompeiman khosravi
SubjectRe: [Cs-dev] OSX: Homebrew
AttachmentsNone  None  
Cool, thanks very much!

P






www.peimankhosravi.co.uk || Subscribe to RSS Feed

To receive emails about upcoming concerts visit this page & enter your email address in the 'follow' section.



On 17 May 2013 00:11, Steven Yi <stevenyi@gmail.com> wrote:
https://sourceforge.net/p/csound/wiki/browse_pages/
https://sourceforge.net/p/csound/wiki/Homebrew%20OSX/

On Fri, May 17, 2013 at 1:03 AM, peiman khosravi
<peimankhosravi@gmail.com> wrote:
> Hi Steven,
>
> Can you send a link to the wiki page on building with brew please?
>
> P
>
>
>
>
>
>
> www.peimankhosravi.co.uk || Subscribe to RSS Feed
>
> To receive emails about upcoming concerts visit this page & enter your email
> address in the 'follow' section.
>
>
>
> On 15 May 2013 21:23, Steven Yi <stevenyi@gmail.com> wrote:
>>
>> Hi All,
>>
>> So I've updated the Cmake file so that on OSX, the Java library stuff
>> will go into ~/Library/Java/Extensions, and the python stuff will go
>> into ~/Library/Python/2.7/lib/python/site-packages.  I tested with
>> python on commandline and the Csound6 Java editor I had used in the
>> videos I posted a while back and both worked.  Some notes:
>>
>> 1. You'll need to manually clean up /Library/Python/2.7/site-packages
>> and /Library/Java/Extensions for the csnd6 stuff there.  I think the
>> homebrew recipe does not track that stuff at the moment. It might not
>> clean the ~/Library/Frameworks/CsoundLib64.framework too.
>>
>> 2. Do #1 first, then redo "brew install --HEAD csound"
>>
>> That should simplify the build a bit.  There's still some research to
>> do on if we should further move how the install stuff is done, but I
>> think if this is good, I'll take a small break and come back to the
>> homebrew stuff in a bit.
>>
>> Thanks!
>> steven
>>
>> On Wed, May 15, 2013 at 9:23 PM, Steven Yi <stevenyi@gmail.com> wrote:
>> > I'm not sure what's possible really.  Homebrew does some of the work,
>> > while Cmake is doing some too.  One thing I just realized though from
>> > reading:
>> >
>> > https://github.com/mxcl/homebrew/wiki/Gems%2C-Eggs-and-Perl-Modules
>> >
>> > is:
>> >
>> > On OS X, any Python version X.Y also searches in
>> > ~/Library/Python/X.Y/lib/python/site-packages for modules. That dir
>> > might not yet exist, but you can create it: mkdir -p
>> > ~/Library/Python/2.7/lib/python/site-packages
>> >
>> > We could possibly install the Java stuff into
>> > ~/Library/Java/Extensions and
>> > ~/Library/Python/2.7/lib/python/site-packages.  I'll try modifying
>> > that in CMake now and see if that works to load. If so, then that'll
>> > mean the only thing required to have permissions would be /usr/local,
>> > which would be standard for homebrew.
>> >
>> > On Wed, May 15, 2013 at 8:32 PM, peiman khosravi
>> > <peimankhosravi@gmail.com> wrote:
>> >> ah yes, that would be handy.
>> >>
>> >>
>> >>
>> >>
>> >>
>> >>
>> >> www.peimankhosravi.co.uk || Subscribe to RSS Feed
>> >>
>> >> To receive emails about upcoming concerts visit this page & enter your
>> >> email
>> >> address in the 'follow' section.
>> >>
>> >>
>> >>
>> >> On 15 May 2013 19:29, Ed Costello <edwardcostello@gmail.com> wrote:
>> >>>
>> >>> No, I was wondering if during the brew formula's execution, it is
>> >>> possible
>> >>> to prompt the user to elevate privileges temporarily just to copy over
>> >>> the
>> >>> java and python modules.
>> >>>
>> >>>
>> >>>
>> >>> On 15 May 2013 20:22, peiman khosravi <peimankhosravi@gmail.com>
>> >>> wrote:
>> >>>>
>> >>>> Do you mean 'sudo brew install csound'? If so brew can't be called
>> >>>> with
>> >>>> sudo.
>> >>>>
>> >>>>
>> >>>>
>> >>>>
>> >>>>
>> >>>>
>> >>>> www.peimankhosravi.co.uk || Subscribe to RSS Feed
>> >>>>
>> >>>> To receive emails about upcoming concerts visit this page & enter
>> >>>> your
>> >>>> email address in the 'follow' section.
>> >>>>
>> >>>>
>> >>>>
>> >>>> On 15 May 2013 18:41, Ed Costello <edwardcostello@gmail.com> wrote:
>> >>>>>
>> >>>>> Hi Steven,
>> >>>>>
>> >>>>> I looked at the wiki for homebrew instructions there and I was
>> >>>>> wondering, instead of asking the user to enter those commands to
>> >>>>> install the
>> >>>>> python and java modules, is it possible to ask for the users
>> >>>>> password in
>> >>>>> order to perform those changes from the script? Explain that sudo is
>> >>>>> needed
>> >>>>> to install the java or python module and if not just not to build
>> >>>>> those
>> >>>>> bits. This might make life easier for someone who hasn't seen the
>> >>>>> wiki,
>> >>>>> although I suppose you can point them back to the wiki from the
>> >>>>> script as
>> >>>>> well.
>> >>>>> Ed
>> >>>>>
>> >>>>>
>> >>>>> On 15 May 2013 16:55, peiman khosravi <peimankhosravi@gmail.com>
>> >>>>> wrote:
>> >>>>>>
>> >>>>>> Looks like there is something wrong with the site at the moment so
>> >>>>>> I'll
>> >>>>>> try later today.
>> >>>>>>
>> >>>>>>
>> >>>>>>
>> >>>>>>
>> >>>>>>
>> >>>>>>
>> >>>>>> www.peimankhosravi.co.uk || Subscribe to RSS Feed
>> >>>>>>
>> >>>>>> To receive emails about upcoming concerts visit this page & enter
>> >>>>>> your
>> >>>>>> email address in the 'follow' section.
>> >>>>>>
>> >>>>>>
>> >>>>>>
>> >>>>>> On 15 May 2013 15:50, peiman khosravi <peimankhosravi@gmail.com>
>> >>>>>> wrote:
>> >>>>>>>
>> >>>>>>> Thanks Steven. I'll let you know.
>> >>>>>>>
>> >>>>>>> Best,
>> >>>>>>> Peiman
>> >>>>>>>
>> >>>>>>>
>> >>>>>>>
>> >>>>>>>
>> >>>>>>>
>> >>>>>>>
>> >>>>>>> www.peimankhosravi.co.uk || Subscribe to RSS Feed
>> >>>>>>>
>> >>>>>>> To receive emails about upcoming concerts visit this page & enter
>> >>>>>>> your
>> >>>>>>> email address in the 'follow' section.
>> >>>>>>>
>> >>>>>>>
>> >>>>>>>
>> >>>>>>> On 15 May 2013 15:47, Steven Yi <stevenyi@gmail.com> wrote:
>> >>>>>>>>
>> >>>>>>>> https://sourceforge.net/p/csound/wiki
>> >>>>>>>>
>> >>>>>>>> I've added you to the member role for the Csound Sourceforge
>> >>>>>>>> project
>> >>>>>>>> (welcome! :D). You should be able to add and edit pages on the
>> >>>>>>>> wiki
>> >>>>>>>> now. Let me know if you run into any issues.
>> >>>>>>>>
>> >>>>>>>> Thanks!
>> >>>>>>>> steven
>> >>>>>>>>
>> >>>>>>>> On Wed, May 15, 2013 at 4:14 PM, peiman khosravi
>> >>>>>>>> <peimankhosravi@gmail.com> wrote:
>> >>>>>>>> > OK, I'm ready to write the wiki page. Where should I add it?
>> >>>>>>>> >
>> >>>>>>>> >
>> >>>>>>>> >
>> >>>>>>>> >
>> >>>>>>>> >
>> >>>>>>>> >
>> >>>>>>>> > www.peimankhosravi.co.uk || Subscribe to RSS Feed
>> >>>>>>>> >
>> >>>>>>>> > To receive emails about upcoming concerts visit this page &
>> >>>>>>>> > enter
>> >>>>>>>> > your email
>> >>>>>>>> > address in the 'follow' section.
>> >>>>>>>> >
>> >>>>>>>> >
>> >>>>>>>> >
>> >>>>>>>> > On 15 May 2013 13:37, peiman khosravi
>> >>>>>>>> > <peimankhosravi@gmail.com>
>> >>>>>>>> > wrote:
>> >>>>>>>> >>
>> >>>>>>>> >> I'll get unto it today.
>> >>>>>>>> >>
>> >>>>>>>> >>
>> >>>>>>>> >>
>> >>>>>>>> >>
>> >>>>>>>> >>
>> >>>>>>>> >>
>> >>>>>>>> >>
>> >>>>>>>> >> www.peimankhosravi.co.uk || Subscribe to RSS Feed
>> >>>>>>>> >>
>> >>>>>>>> >> To receive emails about upcoming concerts visit this page &
>> >>>>>>>> >> enter
>> >>>>>>>> >> your
>> >>>>>>>> >> email address in the 'follow' section.
>> >>>>>>>> >>
>> >>>>>>>> >>
>> >>>>>>>> >>
>> >>>>>>>> >> On 15 May 2013 13:22, Victor Lazzarini
>> >>>>>>>> >> <Victor.Lazzarini@nuim.ie>
>> >>>>>>>> >> wrote:
>> >>>>>>>> >>>
>> >>>>>>>> >>> That'd a good idea.
>> >>>>>>>> >>>
>> >>>>>>>> >>> On 15 May 2013, at 13:17, peiman khosravi wrote:
>> >>>>>>>> >>>
>> >>>>>>>> >>> Thank Victor. I uninstalled anaconda, removed it's
>> >>>>>>>> >>> environmental
>> >>>>>>>> >>> variable
>> >>>>>>>> >>> in my .bash_profile and installed ipython with this command:
>> >>>>>>>> >>>
>> >>>>>>>> >>> easy_install ipython[zmq,qtconsole,notebook,test]
>> >>>>>>>> >>>
>> >>>>>>>> >>> It's all working great.
>> >>>>>>>> >>>
>> >>>>>>>> >>> Can I add a csound wiki page on using vim, csound and python
>> >>>>>>>> >>> on
>> >>>>>>>> >>> the osx
>> >>>>>>>> >>> for live coding?
>> >>>>>>>> >>>
>> >>>>>>>> >>> P
>> >>>>>>>> >>>
>> >>>>>>>> >>>
>> >>>>>>>> >>>
>> >>>>>>>> >>>
>> >>>>>>>> >>>
>> >>>>>>>> >>>
>> >>>>>>>> >>>
>> >>>>>>>> >>> www.peimankhosravi.co.uk || Subscribe to RSS Feed
>> >>>>>>>> >>>
>> >>>>>>>> >>> To receive emails about upcoming concerts visit this page &
>> >>>>>>>> >>> enter
>> >>>>>>>> >>> your
>> >>>>>>>> >>> email address in the 'follow' section.
>> >>>>>>>> >>>
>> >>>>>>>> >>>
>> >>>>>>>> >>>
>> >>>>>>>> >>> On 15 May 2013 12:35, Victor Lazzarini
>> >>>>>>>> >>> <Victor.Lazzarini@nuim.ie>
>> >>>>>>>> >>> wrote:
>> >>>>>>>> >>>>
>> >>>>>>>> >>>> I think it's a mismatch between the python you installed and
>> >>>>>>>> >>>> the
>> >>>>>>>> >>>> one we
>> >>>>>>>> >>>> are linking to. Get the official Python 2.7 distribution and
>> >>>>>>>> >>>> then use
>> >>>>>>>> >>>> ipython on top of that.
>> >>>>>>>> >>>> You can use pypi or easyinstall to add packages such as
>> >>>>>>>> >>>> ipython
>> >>>>>>>> >>>> once you
>> >>>>>>>> >>>> have the python package installed.
>> >>>>>>>> >>>>
>> >>>>>>>> >>>> Victor
>> >>>>>>>> >>>> On 15 May 2013, at 12:22, peiman khosravi wrote:
>> >>>>>>>> >>>>
>> >>>>>>>> >>>> I think I know what is causing this. A few days ago I
>> >>>>>>>> >>>> followed
>> >>>>>>>> >>>> the
>> >>>>>>>> >>>> instructions here to install ipython, with 'anaconda'. I
>> >>>>>>>> >>>> have
>> >>>>>>>> >>>> just also
>> >>>>>>>> >>>> found this folder, which doesn't have the csnd6 module
>> >>>>>>>> >>>> inside
>> >>>>>>>> >>>> it:
>> >>>>>>>> >>>>
>> >>>>>>>> >>>> /Users/peimankhosravi/anaconda/lib/python2.7/site-packages
>> >>>>>>>> >>>>
>> >>>>>>>> >>>>
>> >>>>>>>> >>>> However, when I manually copy the modules I get this error
>> >>>>>>>> >>>> when
>> >>>>>>>> >>>> trying
>> >>>>>>>> >>>> to import csound:
>> >>>>>>>> >>>>
>> >>>>>>>> >>>> Interpreter not initialized (version mismatch?)
>> >>>>>>>> >>>> Abort trap: 6
>> >>>>>>>> >>>>
>> >>>>>>>> >>>>
>> >>>>>>>> >>>>
>> >>>>>>>> >>>>
>> >>>>>>>> >>>>
>> >>>>>>>> >>>>
>> >>>>>>>> >>>>
>> >>>>>>>> >>>>
>> >>>>>>>> >>>> ------------------------------------------------------------------------------
>> >>>>>>>> >>>> AlienVault Unified Security Management (USM) platform
>> >>>>>>>> >>>> delivers
>> >>>>>>>> >>>> complete
>> >>>>>>>> >>>> security visibility with the essential security
>> >>>>>>>> >>>> capabilities.
>> >>>>>>>> >>>> Easily and
>> >>>>>>>> >>>> efficiently configure, manage, and operate all of your
>> >>>>>>>> >>>> security
>> >>>>>>>> >>>> controls
>> >>>>>>>> >>>> from a single console and one unified framework. Download a
>> >>>>>>>> >>>> free
>> >>>>>>>> >>>> trial.
>> >>>>>>>> >>>>
>> >>>>>>>> >>>>
>> >>>>>>>> >>>>
>> >>>>>>>> >>>> http://p.sf.net/sfu/alienvault_d2d_______________________________________________
>> >>>>>>>> >>>> Csound-devel mailing list
>> >>>>>>>> >>>> Csound-devel@lists.sourceforge.net
>> >>>>>>>> >>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>> >>>>>>>> >>>>
>> >>>>>>>> >>>>
>> >>>>>>>> >>>> Dr Victor Lazzarini
>> >>>>>>>> >>>> Senior Lecturer
>> >>>>>>>> >>>> Dept. of Music
>> >>>>>>>> >>>> NUI Maynooth Ireland
>> >>>>>>>> >>>> tel.: +353 1 708 3545
>> >>>>>>>> >>>> Victor dot Lazzarini AT nuim dot ie
>> >>>>>>>> >>>>
>> >>>>>>>> >>>>
>> >>>>>>>> >>>>
>> >>>>>>>> >>>>
>> >>>>>>>> >>>>
>> >>>>>>>> >>>>
>> >>>>>>>> >>>>
>> >>>>>>>> >>>> ------------------------------------------------------------------------------
>> >>>>>>>> >>>> AlienVault Unified Security Management (USM) platform
>> >>>>>>>> >>>> delivers
>> >>>>>>>> >>>> complete
>> >>>>>>>> >>>> security visibility with the essential security
>> >>>>>>>> >>>> capabilities.
>> >>>>>>>> >>>> Easily and
>> >>>>>>>> >>>> efficiently configure, manage, and operate all of your
>> >>>>>>>> >>>> security
>> >>>>>>>> >>>> controls
>> >>>>>>>> >>>> from a single console and one unified framework. Download a
>> >>>>>>>> >>>> free
>> >>>>>>>> >>>> trial.
>> >>>>>>>> >>>> http://p.sf.net/sfu/alienvault_d2d
>> >>>>>>>> >>>> _______________________________________________
>> >>>>>>>> >>>> Csound-devel mailing list
>> >>>>>>>> >>>> Csound-devel@lists.sourceforge.net
>> >>>>>>>> >>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>> >>>>>>>> >>>>
>> >>>>>>>> >>>
>> >>>>>>>> >>>
>> >>>>>>>> >>>
>> >>>>>>>> >>>
>> >>>>>>>> >>> ------------------------------------------------------------------------------
>> >>>>>>>> >>> AlienVault Unified Security Management (USM) platform
>> >>>>>>>> >>> delivers
>> >>>>>>>> >>> complete
>> >>>>>>>> >>> security visibility with the essential security capabilities.
>> >>>>>>>> >>> Easily and
>> >>>>>>>> >>> efficiently configure, manage, and operate all of your
>> >>>>>>>> >>> security
>> >>>>>>>> >>> controls
>> >>>>>>>> >>> from a single console and one unified framework. Download a
>> >>>>>>>> >>> free
>> >>>>>>>> >>> trial.
>> >>>>>>>> >>>
>> >>>>>>>> >>>
>> >>>>>>>> >>>
>> >>>>>>>> >>> http://p.sf.net/sfu/alienvault_d2d_______________________________________________
>> >>>>>>>> >>> Csound-devel mailing list
>> >>>>>>>> >>> Csound-devel@lists.sourceforge.net
>> >>>>>>>> >>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>> >>>>>>>> >>>
>> >>>>>>>> >>>
>> >>>>>>>> >>> Dr Victor Lazzarini
>> >>>>>>>> >>> Senior Lecturer
>> >>>>>>>> >>> Dept. of Music
>> >>>>>>>> >>> NUI Maynooth Ireland
>> >>>>>>>> >>> tel.: +353 1 708 3545
>> >>>>>>>> >>> Victor dot Lazzarini AT nuim dot ie
>> >>>>>>>> >>>
>> >>>>>>>> >>>
>> >>>>>>>> >>>
>> >>>>>>>> >>>
>> >>>>>>>> >>>
>> >>>>>>>> >>>
>> >>>>>>>> >>>
>> >>>>>>>> >>> ------------------------------------------------------------------------------
>> >>>>>>>> >>> AlienVault Unified Security Management (USM) platform
>> >>>>>>>> >>> delivers
>> >>>>>>>> >>> complete
>> >>>>>>>> >>> security visibility with the essential security capabilities.
>> >>>>>>>> >>> Easily and
>> >>>>>>>> >>> efficiently configure, manage, and operate all of your
>> >>>>>>>> >>> security
>> >>>>>>>> >>> controls
>> >>>>>>>> >>> from a single console and one unified framework. Download a
>> >>>>>>>> >>> free
>> >>>>>>>> >>> trial.
>> >>>>>>>> >>> http://p.sf.net/sfu/alienvault_d2d
>> >>>>>>>> >>> _______________________________________________
>> >>>>>>>> >>> Csound-devel mailing list
>> >>>>>>>> >>> Csound-devel@lists.sourceforge.net
>> >>>>>>>> >>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>> >>>>>>>> >>>
>> >>>>>>>> >>
>> >>>>>>>> >
>> >>>>>>>> >
>> >>>>>>>> >
>> >>>>>>>> >
>> >>>>>>>> > ------------------------------------------------------------------------------
>> >>>>>>>> > AlienVault Unified Security Management (USM) platform delivers
>> >>>>>>>> > complete
>> >>>>>>>> > security visibility with the essential security capabilities.
>> >>>>>>>> > Easily and
>> >>>>>>>> > efficiently configure, manage, and operate all of your security
>> >>>>>>>> > controls
>> >>>>>>>> > from a single console and one unified framework. Download a
>> >>>>>>>> > free
>> >>>>>>>> > trial.
>> >>>>>>>> > http://p.sf.net/sfu/alienvault_d2d
>> >>>>>>>> > _______________________________________________
>> >>>>>>>> > Csound-devel mailing list
>> >>>>>>>> > Csound-devel@lists.sourceforge.net
>> >>>>>>>> > https://lists.sourceforge.net/lists/listinfo/csound-devel
>> >>>>>>>> >
>> >>>>>>>>
>> >>>>>>>>
>> >>>>>>>>
>> >>>>>>>> ------------------------------------------------------------------------------
>> >>>>>>>> AlienVault Unified Security Management (USM) platform delivers
>> >>>>>>>> complete
>> >>>>>>>> security visibility with the essential security capabilities.
>> >>>>>>>> Easily
>> >>>>>>>> and
>> >>>>>>>> efficiently configure, manage, and operate all of your security
>> >>>>>>>> controls
>> >>>>>>>> from a single console and one unified framework. Download a free
>> >>>>>>>> trial.
>> >>>>>>>> http://p.sf.net/sfu/alienvault_d2d
>> >>>>>>>> _______________________________________________
>> >>>>>>>> Csound-devel mailing list
>> >>>>>>>> Csound-devel@lists.sourceforge.net
>> >>>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>> >>>>>>>
>> >>>>>>>
>> >>>>>>
>> >>>>>>
>> >>>>>>
>> >>>>>>
>> >>>>>> ------------------------------------------------------------------------------
>> >>>>>> AlienVault Unified Security Management (USM) platform delivers
>> >>>>>> complete
>> >>>>>> security visibility with the essential security capabilities.
>> >>>>>> Easily
>> >>>>>> and
>> >>>>>> efficiently configure, manage, and operate all of your security
>> >>>>>> controls
>> >>>>>> from a single console and one unified framework. Download a free
>> >>>>>> trial.
>> >>>>>> http://p.sf.net/sfu/alienvault_d2d
>> >>>>>> _______________________________________________
>> >>>>>> Csound-devel mailing list
>> >>>>>> Csound-devel@lists.sourceforge.net
>> >>>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>> >>>>>>
>> >>>>>
>> >>>>>
>> >>>>>
>> >>>>>
>> >>>>> ------------------------------------------------------------------------------
>> >>>>> AlienVault Unified Security Management (USM) platform delivers
>> >>>>> complete
>> >>>>> security visibility with the essential security capabilities. Easily
>> >>>>> and
>> >>>>> efficiently configure, manage, and operate all of your security
>> >>>>> controls
>> >>>>> from a single console and one unified framework. Download a free
>> >>>>> trial.
>> >>>>> http://p.sf.net/sfu/alienvault_d2d
>> >>>>> _______________________________________________
>> >>>>> Csound-devel mailing list
>> >>>>> Csound-devel@lists.sourceforge.net
>> >>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>> >>>>>
>> >>>>
>> >>>>
>> >>>>
>> >>>>
>> >>>> ------------------------------------------------------------------------------
>> >>>> AlienVault Unified Security Management (USM) platform delivers
>> >>>> complete
>> >>>> security visibility with the essential security capabilities. Easily
>> >>>> and
>> >>>> efficiently configure, manage, and operate all of your security
>> >>>> controls
>> >>>> from a single console and one unified framework. Download a free
>> >>>> trial.
>> >>>> http://p.sf.net/sfu/alienvault_d2d
>> >>>> _______________________________________________
>> >>>> Csound-devel mailing list
>> >>>> Csound-devel@lists.sourceforge.net
>> >>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>> >>>>
>> >>>
>> >>>
>> >>>
>> >>>
>> >>> ------------------------------------------------------------------------------
>> >>> AlienVault Unified Security Management (USM) platform delivers
>> >>> complete
>> >>> security visibility with the essential security capabilities. Easily
>> >>> and
>> >>> efficiently configure, manage, and operate all of your security
>> >>> controls
>> >>> from a single console and one unified framework. Download a free
>> >>> trial.
>> >>> http://p.sf.net/sfu/alienvault_d2d
>> >>> _______________________________________________
>> >>> Csound-devel mailing list
>> >>> Csound-devel@lists.sourceforge.net
>> >>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>> >>>
>> >>
>> >>
>> >>
>> >> ------------------------------------------------------------------------------
>> >> AlienVault Unified Security Management (USM) platform delivers complete
>> >> security visibility with the essential security capabilities. Easily
>> >> and
>> >> efficiently configure, manage, and operate all of your security
>> >> controls
>> >> from a single console and one unified framework. Download a free trial.
>> >> http://p.sf.net/sfu/alienvault_d2d
>> >> _______________________________________________
>> >> Csound-devel mailing list
>> >> Csound-devel@lists.sourceforge.net
>> >> https://lists.sourceforge.net/lists/listinfo/csound-devel
>> >>
>>
>>
>> ------------------------------------------------------------------------------
>> AlienVault Unified Security Management (USM) platform delivers complete
>> security visibility with the essential security capabilities. Easily and
>> efficiently configure, manage, and operate all of your security controls
>> from a single console and one unified framework. Download a free trial.
>> http://p.sf.net/sfu/alienvault_d2d
>> _______________________________________________
>> Csound-devel mailing list
>> Csound-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>
>
>
> ------------------------------------------------------------------------------
> AlienVault Unified Security Management (USM) platform delivers complete
> security visibility with the essential security capabilities. Easily and
> efficiently configure, manage, and operate all of your security controls
> from a single console and one unified framework. Download a free trial.
> http://p.sf.net/sfu/alienvault_d2d
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel
>

------------------------------------------------------------------------------
AlienVault Unified Security Management (USM) platform delivers complete
security visibility with the essential security capabilities. Easily and
efficiently configure, manage, and operate all of your security controls
from a single console and one unified framework. Download a free trial.
http://p.sf.net/sfu/alienvault_d2d
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-devel


Date2013-05-17 00:15
FromRory Walsh
SubjectRe: [Cs-dev] OSX: Homebrew
http://sourceforge.net/p/csound/wiki/browse_pages/

On 17 May 2013 00:03, peiman khosravi  wrote:
> Hi Steven,
>
> Can you send a link to the wiki page on building with brew please?
>
> P
>
>
>
>
>
>
> www.peimankhosravi.co.uk || Subscribe to RSS Feed
>
> To receive emails about upcoming concerts visit this page & enter your email
> address in the 'follow' section.
>
>
>
> On 15 May 2013 21:23, Steven Yi  wrote:
>>
>> Hi All,
>>
>> So I've updated the Cmake file so that on OSX, the Java library stuff
>> will go into ~/Library/Java/Extensions, and the python stuff will go
>> into ~/Library/Python/2.7/lib/python/site-packages.  I tested with
>> python on commandline and the Csound6 Java editor I had used in the
>> videos I posted a while back and both worked.  Some notes:
>>
>> 1. You'll need to manually clean up /Library/Python/2.7/site-packages
>> and /Library/Java/Extensions for the csnd6 stuff there.  I think the
>> homebrew recipe does not track that stuff at the moment. It might not
>> clean the ~/Library/Frameworks/CsoundLib64.framework too.
>>
>> 2. Do #1 first, then redo "brew install --HEAD csound"
>>
>> That should simplify the build a bit.  There's still some research to
>> do on if we should further move how the install stuff is done, but I
>> think if this is good, I'll take a small break and come back to the
>> homebrew stuff in a bit.
>>
>> Thanks!
>> steven
>>
>> On Wed, May 15, 2013 at 9:23 PM, Steven Yi  wrote:
>> > I'm not sure what's possible really.  Homebrew does some of the work,
>> > while Cmake is doing some too.  One thing I just realized though from
>> > reading:
>> >
>> > https://github.com/mxcl/homebrew/wiki/Gems%2C-Eggs-and-Perl-Modules
>> >
>> > is:
>> >
>> > On OS X, any Python version X.Y also searches in
>> > ~/Library/Python/X.Y/lib/python/site-packages for modules. That dir
>> > might not yet exist, but you can create it: mkdir -p
>> > ~/Library/Python/2.7/lib/python/site-packages
>> >
>> > We could possibly install the Java stuff into
>> > ~/Library/Java/Extensions and
>> > ~/Library/Python/2.7/lib/python/site-packages.  I'll try modifying
>> > that in CMake now and see if that works to load. If so, then that'll
>> > mean the only thing required to have permissions would be /usr/local,
>> > which would be standard for homebrew.
>> >
>> > On Wed, May 15, 2013 at 8:32 PM, peiman khosravi
>> >  wrote:
>> >> ah yes, that would be handy.
>> >>
>> >>
>> >>
>> >>
>> >>
>> >>
>> >> www.peimankhosravi.co.uk || Subscribe to RSS Feed
>> >>
>> >> To receive emails about upcoming concerts visit this page & enter your
>> >> email
>> >> address in the 'follow' section.
>> >>
>> >>
>> >>
>> >> On 15 May 2013 19:29, Ed Costello  wrote:
>> >>>
>> >>> No, I was wondering if during the brew formula's execution, it is
>> >>> possible
>> >>> to prompt the user to elevate privileges temporarily just to copy over
>> >>> the
>> >>> java and python modules.
>> >>>
>> >>>
>> >>>
>> >>> On 15 May 2013 20:22, peiman khosravi 
>> >>> wrote:
>> >>>>
>> >>>> Do you mean 'sudo brew install csound'? If so brew can't be called
>> >>>> with
>> >>>> sudo.
>> >>>>
>> >>>>
>> >>>>
>> >>>>
>> >>>>
>> >>>>
>> >>>> www.peimankhosravi.co.uk || Subscribe to RSS Feed
>> >>>>
>> >>>> To receive emails about upcoming concerts visit this page & enter
>> >>>> your
>> >>>> email address in the 'follow' section.
>> >>>>
>> >>>>
>> >>>>
>> >>>> On 15 May 2013 18:41, Ed Costello  wrote:
>> >>>>>
>> >>>>> Hi Steven,
>> >>>>>
>> >>>>> I looked at the wiki for homebrew instructions there and I was
>> >>>>> wondering, instead of asking the user to enter those commands to
>> >>>>> install the
>> >>>>> python and java modules, is it possible to ask for the users
>> >>>>> password in
>> >>>>> order to perform those changes from the script? Explain that sudo is
>> >>>>> needed
>> >>>>> to install the java or python module and if not just not to build
>> >>>>> those
>> >>>>> bits. This might make life easier for someone who hasn't seen the
>> >>>>> wiki,
>> >>>>> although I suppose you can point them back to the wiki from the
>> >>>>> script as
>> >>>>> well.
>> >>>>> Ed
>> >>>>>
>> >>>>>
>> >>>>> On 15 May 2013 16:55, peiman khosravi 
>> >>>>> wrote:
>> >>>>>>
>> >>>>>> Looks like there is something wrong with the site at the moment so
>> >>>>>> I'll
>> >>>>>> try later today.
>> >>>>>>
>> >>>>>>
>> >>>>>>
>> >>>>>>
>> >>>>>>
>> >>>>>>
>> >>>>>> www.peimankhosravi.co.uk || Subscribe to RSS Feed
>> >>>>>>
>> >>>>>> To receive emails about upcoming concerts visit this page & enter
>> >>>>>> your
>> >>>>>> email address in the 'follow' section.
>> >>>>>>
>> >>>>>>
>> >>>>>>
>> >>>>>> On 15 May 2013 15:50, peiman khosravi 
>> >>>>>> wrote:
>> >>>>>>>
>> >>>>>>> Thanks Steven. I'll let you know.
>> >>>>>>>
>> >>>>>>> Best,
>> >>>>>>> Peiman
>> >>>>>>>
>> >>>>>>>
>> >>>>>>>
>> >>>>>>>
>> >>>>>>>
>> >>>>>>>
>> >>>>>>> www.peimankhosravi.co.uk || Subscribe to RSS Feed
>> >>>>>>>
>> >>>>>>> To receive emails about upcoming concerts visit this page & enter
>> >>>>>>> your
>> >>>>>>> email address in the 'follow' section.
>> >>>>>>>
>> >>>>>>>
>> >>>>>>>
>> >>>>>>> On 15 May 2013 15:47, Steven Yi  wrote:
>> >>>>>>>>
>> >>>>>>>> https://sourceforge.net/p/csound/wiki
>> >>>>>>>>
>> >>>>>>>> I've added you to the member role for the Csound Sourceforge
>> >>>>>>>> project
>> >>>>>>>> (welcome! :D). You should be able to add and edit pages on the
>> >>>>>>>> wiki
>> >>>>>>>> now. Let me know if you run into any issues.
>> >>>>>>>>
>> >>>>>>>> Thanks!
>> >>>>>>>> steven
>> >>>>>>>>
>> >>>>>>>> On Wed, May 15, 2013 at 4:14 PM, peiman khosravi
>> >>>>>>>>  wrote:
>> >>>>>>>> > OK, I'm ready to write the wiki page. Where should I add it?
>> >>>>>>>> >
>> >>>>>>>> >
>> >>>>>>>> >
>> >>>>>>>> >
>> >>>>>>>> >
>> >>>>>>>> >
>> >>>>>>>> > www.peimankhosravi.co.uk || Subscribe to RSS Feed
>> >>>>>>>> >
>> >>>>>>>> > To receive emails about upcoming concerts visit this page &
>> >>>>>>>> > enter
>> >>>>>>>> > your email
>> >>>>>>>> > address in the 'follow' section.
>> >>>>>>>> >
>> >>>>>>>> >
>> >>>>>>>> >
>> >>>>>>>> > On 15 May 2013 13:37, peiman khosravi
>> >>>>>>>> > 
>> >>>>>>>> > wrote:
>> >>>>>>>> >>
>> >>>>>>>> >> I'll get unto it today.
>> >>>>>>>> >>
>> >>>>>>>> >>
>> >>>>>>>> >>
>> >>>>>>>> >>
>> >>>>>>>> >>
>> >>>>>>>> >>
>> >>>>>>>> >>
>> >>>>>>>> >> www.peimankhosravi.co.uk || Subscribe to RSS Feed
>> >>>>>>>> >>
>> >>>>>>>> >> To receive emails about upcoming concerts visit this page &
>> >>>>>>>> >> enter
>> >>>>>>>> >> your
>> >>>>>>>> >> email address in the 'follow' section.
>> >>>>>>>> >>
>> >>>>>>>> >>
>> >>>>>>>> >>
>> >>>>>>>> >> On 15 May 2013 13:22, Victor Lazzarini
>> >>>>>>>> >> 
>> >>>>>>>> >> wrote:
>> >>>>>>>> >>>
>> >>>>>>>> >>> That'd a good idea.
>> >>>>>>>> >>>
>> >>>>>>>> >>> On 15 May 2013, at 13:17, peiman khosravi wrote:
>> >>>>>>>> >>>
>> >>>>>>>> >>> Thank Victor. I uninstalled anaconda, removed it's
>> >>>>>>>> >>> environmental
>> >>>>>>>> >>> variable
>> >>>>>>>> >>> in my .bash_profile and installed ipython with this command:
>> >>>>>>>> >>>
>> >>>>>>>> >>> easy_install ipython[zmq,qtconsole,notebook,test]
>> >>>>>>>> >>>
>> >>>>>>>> >>> It's all working great.
>> >>>>>>>> >>>
>> >>>>>>>> >>> Can I add a csound wiki page on using vim, csound and python
>> >>>>>>>> >>> on
>> >>>>>>>> >>> the osx
>> >>>>>>>> >>> for live coding?
>> >>>>>>>> >>>
>> >>>>>>>> >>> P
>> >>>>>>>> >>>
>> >>>>>>>> >>>
>> >>>>>>>> >>>
>> >>>>>>>> >>>
>> >>>>>>>> >>>
>> >>>>>>>> >>>
>> >>>>>>>> >>>
>> >>>>>>>> >>> www.peimankhosravi.co.uk || Subscribe to RSS Feed
>> >>>>>>>> >>>
>> >>>>>>>> >>> To receive emails about upcoming concerts visit this page &
>> >>>>>>>> >>> enter
>> >>>>>>>> >>> your
>> >>>>>>>> >>> email address in the 'follow' section.
>> >>>>>>>> >>>
>> >>>>>>>> >>>
>> >>>>>>>> >>>
>> >>>>>>>> >>> On 15 May 2013 12:35, Victor Lazzarini
>> >>>>>>>> >>> 
>> >>>>>>>> >>> wrote:
>> >>>>>>>> >>>>
>> >>>>>>>> >>>> I think it's a mismatch between the python you installed and
>> >>>>>>>> >>>> the
>> >>>>>>>> >>>> one we
>> >>>>>>>> >>>> are linking to. Get the official Python 2.7 distribution and
>> >>>>>>>> >>>> then use
>> >>>>>>>> >>>> ipython on top of that.
>> >>>>>>>> >>>> You can use pypi or easyinstall to add packages such as
>> >>>>>>>> >>>> ipython
>> >>>>>>>> >>>> once you
>> >>>>>>>> >>>> have the python package installed.
>> >>>>>>>> >>>>
>> >>>>>>>> >>>> Victor
>> >>>>>>>> >>>> On 15 May 2013, at 12:22, peiman khosravi wrote:
>> >>>>>>>> >>>>
>> >>>>>>>> >>>> I think I know what is causing this. A few days ago I
>> >>>>>>>> >>>> followed
>> >>>>>>>> >>>> the
>> >>>>>>>> >>>> instructions here to install ipython, with 'anaconda'. I
>> >>>>>>>> >>>> have
>> >>>>>>>> >>>> just also
>> >>>>>>>> >>>> found this folder, which doesn't have the csnd6 module
>> >>>>>>>> >>>> inside
>> >>>>>>>> >>>> it:
>> >>>>>>>> >>>>
>> >>>>>>>> >>>> /Users/peimankhosravi/anaconda/lib/python2.7/site-packages
>> >>>>>>>> >>>>
>> >>>>>>>> >>>>
>> >>>>>>>> >>>> However, when I manually copy the modules I get this error
>> >>>>>>>> >>>> when
>> >>>>>>>> >>>> trying
>> >>>>>>>> >>>> to import csound:
>> >>>>>>>> >>>>
>> >>>>>>>> >>>> Interpreter not initialized (version mismatch?)
>> >>>>>>>> >>>> Abort trap: 6
>> >>>>>>>> >>>>
>> >>>>>>>> >>>>
>> >>>>>>>> >>>>
>> >>>>>>>> >>>>
>> >>>>>>>> >>>>
>> >>>>>>>> >>>>
>> >>>>>>>> >>>>
>> >>>>>>>> >>>>
>> >>>>>>>> >>>> ------------------------------------------------------------------------------
>> >>>>>>>> >>>> AlienVault Unified Security Management (USM) platform
>> >>>>>>>> >>>> delivers
>> >>>>>>>> >>>> complete
>> >>>>>>>> >>>> security visibility with the essential security
>> >>>>>>>> >>>> capabilities.
>> >>>>>>>> >>>> Easily and
>> >>>>>>>> >>>> efficiently configure, manage, and operate all of your
>> >>>>>>>> >>>> security
>> >>>>>>>> >>>> controls
>> >>>>>>>> >>>> from a single console and one unified framework. Download a
>> >>>>>>>> >>>> free
>> >>>>>>>> >>>> trial.
>> >>>>>>>> >>>>
>> >>>>>>>> >>>>
>> >>>>>>>> >>>>
>> >>>>>>>> >>>> http://p.sf.net/sfu/alienvault_d2d_______________________________________________
>> >>>>>>>> >>>> Csound-devel mailing list
>> >>>>>>>> >>>> Csound-devel@lists.sourceforge.net
>> >>>>>>>> >>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>> >>>>>>>> >>>>
>> >>>>>>>> >>>>
>> >>>>>>>> >>>> Dr Victor Lazzarini
>> >>>>>>>> >>>> Senior Lecturer
>> >>>>>>>> >>>> Dept. of Music
>> >>>>>>>> >>>> NUI Maynooth Ireland
>> >>>>>>>> >>>> tel.: +353 1 708 3545
>> >>>>>>>> >>>> Victor dot Lazzarini AT nuim dot ie
>> >>>>>>>> >>>>
>> >>>>>>>> >>>>
>> >>>>>>>> >>>>
>> >>>>>>>> >>>>
>> >>>>>>>> >>>>
>> >>>>>>>> >>>>
>> >>>>>>>> >>>>
>> >>>>>>>> >>>> ------------------------------------------------------------------------------
>> >>>>>>>> >>>> AlienVault Unified Security Management (USM) platform
>> >>>>>>>> >>>> delivers
>> >>>>>>>> >>>> complete
>> >>>>>>>> >>>> security visibility with the essential security
>> >>>>>>>> >>>> capabilities.
>> >>>>>>>> >>>> Easily and
>> >>>>>>>> >>>> efficiently configure, manage, and operate all of your
>> >>>>>>>> >>>> security
>> >>>>>>>> >>>> controls
>> >>>>>>>> >>>> from a single console and one unified framework. Download a
>> >>>>>>>> >>>> free
>> >>>>>>>> >>>> trial.
>> >>>>>>>> >>>> http://p.sf.net/sfu/alienvault_d2d
>> >>>>>>>> >>>> _______________________________________________
>> >>>>>>>> >>>> Csound-devel mailing list
>> >>>>>>>> >>>> Csound-devel@lists.sourceforge.net
>> >>>>>>>> >>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>> >>>>>>>> >>>>
>> >>>>>>>> >>>
>> >>>>>>>> >>>
>> >>>>>>>> >>>
>> >>>>>>>> >>>
>> >>>>>>>> >>> ------------------------------------------------------------------------------
>> >>>>>>>> >>> AlienVault Unified Security Management (USM) platform
>> >>>>>>>> >>> delivers
>> >>>>>>>> >>> complete
>> >>>>>>>> >>> security visibility with the essential security capabilities.
>> >>>>>>>> >>> Easily and
>> >>>>>>>> >>> efficiently configure, manage, and operate all of your
>> >>>>>>>> >>> security
>> >>>>>>>> >>> controls
>> >>>>>>>> >>> from a single console and one unified framework. Download a
>> >>>>>>>> >>> free
>> >>>>>>>> >>> trial.
>> >>>>>>>> >>>
>> >>>>>>>> >>>
>> >>>>>>>> >>>
>> >>>>>>>> >>> http://p.sf.net/sfu/alienvault_d2d_______________________________________________
>> >>>>>>>> >>> Csound-devel mailing list
>> >>>>>>>> >>> Csound-devel@lists.sourceforge.net
>> >>>>>>>> >>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>> >>>>>>>> >>>
>> >>>>>>>> >>>
>> >>>>>>>> >>> Dr Victor Lazzarini
>> >>>>>>>> >>> Senior Lecturer
>> >>>>>>>> >>> Dept. of Music
>> >>>>>>>> >>> NUI Maynooth Ireland
>> >>>>>>>> >>> tel.: +353 1 708 3545
>> >>>>>>>> >>> Victor dot Lazzarini AT nuim dot ie
>> >>>>>>>> >>>
>> >>>>>>>> >>>
>> >>>>>>>> >>>
>> >>>>>>>> >>>
>> >>>>>>>> >>>
>> >>>>>>>> >>>
>> >>>>>>>> >>>
>> >>>>>>>> >>> ------------------------------------------------------------------------------
>> >>>>>>>> >>> AlienVault Unified Security Management (USM) platform
>> >>>>>>>> >>> delivers
>> >>>>>>>> >>> complete
>> >>>>>>>> >>> security visibility with the essential security capabilities.
>> >>>>>>>> >>> Easily and
>> >>>>>>>> >>> efficiently configure, manage, and operate all of your
>> >>>>>>>> >>> security
>> >>>>>>>> >>> controls
>> >>>>>>>> >>> from a single console and one unified framework. Download a
>> >>>>>>>> >>> free
>> >>>>>>>> >>> trial.
>> >>>>>>>> >>> http://p.sf.net/sfu/alienvault_d2d
>> >>>>>>>> >>> _______________________________________________
>> >>>>>>>> >>> Csound-devel mailing list
>> >>>>>>>> >>> Csound-devel@lists.sourceforge.net
>> >>>>>>>> >>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>> >>>>>>>> >>>
>> >>>>>>>> >>
>> >>>>>>>> >
>> >>>>>>>> >
>> >>>>>>>> >
>> >>>>>>>> >
>> >>>>>>>> > ------------------------------------------------------------------------------
>> >>>>>>>> > AlienVault Unified Security Management (USM) platform delivers
>> >>>>>>>> > complete
>> >>>>>>>> > security visibility with the essential security capabilities.
>> >>>>>>>> > Easily and
>> >>>>>>>> > efficiently configure, manage, and operate all of your security
>> >>>>>>>> > controls
>> >>>>>>>> > from a single console and one unified framework. Download a
>> >>>>>>>> > free
>> >>>>>>>> > trial.
>> >>>>>>>> > http://p.sf.net/sfu/alienvault_d2d
>> >>>>>>>> > _______________________________________________
>> >>>>>>>> > Csound-devel mailing list
>> >>>>>>>> > Csound-devel@lists.sourceforge.net
>> >>>>>>>> > https://lists.sourceforge.net/lists/listinfo/csound-devel
>> >>>>>>>> >
>> >>>>>>>>
>> >>>>>>>>
>> >>>>>>>>
>> >>>>>>>> ------------------------------------------------------------------------------
>> >>>>>>>> AlienVault Unified Security Management (USM) platform delivers
>> >>>>>>>> complete
>> >>>>>>>> security visibility with the essential security capabilities.
>> >>>>>>>> Easily
>> >>>>>>>> and
>> >>>>>>>> efficiently configure, manage, and operate all of your security
>> >>>>>>>> controls
>> >>>>>>>> from a single console and one unified framework. Download a free
>> >>>>>>>> trial.
>> >>>>>>>> http://p.sf.net/sfu/alienvault_d2d
>> >>>>>>>> _______________________________________________
>> >>>>>>>> Csound-devel mailing list
>> >>>>>>>> Csound-devel@lists.sourceforge.net
>> >>>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>> >>>>>>>
>> >>>>>>>
>> >>>>>>
>> >>>>>>
>> >>>>>>
>> >>>>>>
>> >>>>>> ------------------------------------------------------------------------------
>> >>>>>> AlienVault Unified Security Management (USM) platform delivers
>> >>>>>> complete
>> >>>>>> security visibility with the essential security capabilities.
>> >>>>>> Easily
>> >>>>>> and
>> >>>>>> efficiently configure, manage, and operate all of your security
>> >>>>>> controls
>> >>>>>> from a single console and one unified framework. Download a free
>> >>>>>> trial.
>> >>>>>> http://p.sf.net/sfu/alienvault_d2d
>> >>>>>> _______________________________________________
>> >>>>>> Csound-devel mailing list
>> >>>>>> Csound-devel@lists.sourceforge.net
>> >>>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>> >>>>>>
>> >>>>>
>> >>>>>
>> >>>>>
>> >>>>>
>> >>>>> ------------------------------------------------------------------------------
>> >>>>> AlienVault Unified Security Management (USM) platform delivers
>> >>>>> complete
>> >>>>> security visibility with the essential security capabilities. Easily
>> >>>>> and
>> >>>>> efficiently configure, manage, and operate all of your security
>> >>>>> controls
>> >>>>> from a single console and one unified framework. Download a free
>> >>>>> trial.
>> >>>>> http://p.sf.net/sfu/alienvault_d2d
>> >>>>> _______________________________________________
>> >>>>> Csound-devel mailing list
>> >>>>> Csound-devel@lists.sourceforge.net
>> >>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>> >>>>>
>> >>>>
>> >>>>
>> >>>>
>> >>>>
>> >>>> ------------------------------------------------------------------------------
>> >>>> AlienVault Unified Security Management (USM) platform delivers
>> >>>> complete
>> >>>> security visibility with the essential security capabilities. Easily
>> >>>> and
>> >>>> efficiently configure, manage, and operate all of your security
>> >>>> controls
>> >>>> from a single console and one unified framework. Download a free
>> >>>> trial.
>> >>>> http://p.sf.net/sfu/alienvault_d2d
>> >>>> _______________________________________________
>> >>>> Csound-devel mailing list
>> >>>> Csound-devel@lists.sourceforge.net
>> >>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>> >>>>
>> >>>
>> >>>
>> >>>
>> >>>
>> >>> ------------------------------------------------------------------------------
>> >>> AlienVault Unified Security Management (USM) platform delivers
>> >>> complete
>> >>> security visibility with the essential security capabilities. Easily
>> >>> and
>> >>> efficiently configure, manage, and operate all of your security
>> >>> controls
>> >>> from a single console and one unified framework. Download a free
>> >>> trial.
>> >>> http://p.sf.net/sfu/alienvault_d2d
>> >>> _______________________________________________
>> >>> Csound-devel mailing list
>> >>> Csound-devel@lists.sourceforge.net
>> >>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>> >>>
>> >>
>> >>
>> >>
>> >> ------------------------------------------------------------------------------
>> >> AlienVault Unified Security Management (USM) platform delivers complete
>> >> security visibility with the essential security capabilities. Easily
>> >> and
>> >> efficiently configure, manage, and operate all of your security
>> >> controls
>> >> from a single console and one unified framework. Download a free trial.
>> >> http://p.sf.net/sfu/alienvault_d2d
>> >> _______________________________________________
>> >> Csound-devel mailing list
>> >> Csound-devel@lists.sourceforge.net
>> >> https://lists.sourceforge.net/lists/listinfo/csound-devel
>> >>
>>
>>
>> ------------------------------------------------------------------------------
>> AlienVault Unified Security Management (USM) platform delivers complete
>> security visibility with the essential security capabilities. Easily and
>> efficiently configure, manage, and operate all of your security controls
>> from a single console and one unified framework. Download a free trial.
>> http://p.sf.net/sfu/alienvault_d2d
>> _______________________________________________
>> Csound-devel mailing list
>> Csound-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>
>
>
> ------------------------------------------------------------------------------
> AlienVault Unified Security Management (USM) platform delivers complete
> security visibility with the essential security capabilities. Easily and
> efficiently configure, manage, and operate all of your security controls
> from a single console and one unified framework. Download a free trial.
> http://p.sf.net/sfu/alienvault_d2d
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel
>

------------------------------------------------------------------------------
AlienVault Unified Security Management (USM) platform delivers complete
security visibility with the essential security capabilities. Easily and
efficiently configure, manage, and operate all of your security controls
from a single console and one unified framework. Download a free trial.
http://p.sf.net/sfu/alienvault_d2d
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2013-08-26 16:59
Fromdeeloke
SubjectRe: [Cs-dev] OSX: Homebrew (CsoundAC)
Hi, this homebrew file provides Csound version 6.00.1 on my install of
10.8.4. 

However the CsoundAC files do not appear to be included properly. 

I tried copying the missing files from csound5.18.031-OSX10.6-universal.pkg
(using Paficist) from this directory:
/Library/Frameworks/CsoundLib.framework/Versions/5.2/Resources/Python/Current

The files were copied to
/Library/Frameworks/CsoundLib64.framework/Resources/Python/Current 

When I import CsoundAC in python, this error is produced:
 
> python
Python 2.7.3 (default, Aug 11 2013, 17:45:32) 
[GCC 4.2.1 Compatible Apple LLVM 4.2 (clang-425.0.24)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import CsoundAC
Fatal Python error: PyThreadState_Get: no current thread
Abort trap: 6

What's the best way to use CsoundAC on 10.8?

Cheers,
deeloke



--
View this message in context: http://csound.1045644.n5.nabble.com/OSX-Homebrew-tp5723213p5727112.html
Sent from the Csound - Dev mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Introducing Performance Central, a new site from SourceForge and 
AppDynamics. Performance Central is your source for news, insights, 
analysis and resources for efficient Application Performance Management. 
Visit us today!
http://pubads.g.doubleclick.net/gampad/clk?id=48897511&iu=/4140/ostg.clktrk
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2013-08-26 23:55
FromSteven Yi
SubjectRe: [Cs-dev] OSX: Homebrew (CsoundAC)
Hi Deeloke,

Using the 5.18 installer may work if you ran the installer, but I'm
not sure it'd work if you just picked out the file.

Actually, it looks like CsoundAC doesn't build on any system that
doesn't have EIGEN3_INCLUDE_DIR defined. That needs to be changed to
use standard directories with the developer option to add custom
folders to their Custom.cmake.

Let me see if I can get CsoundAC building on OSX.  If so, I'll upload
a build for 10.8.  If you need something for 10.6 or 10.7, then maybe
Victor can help.

For CsoundAC to build with Brew, that'd require getting the right
dependencies installed from homebrew before installing. File a bug at
the homebrew-csound repo:

https://github.com/kunstmusik/homebrew-csound/issues

And I'll take a look when I have time to do so.

Thanks,
steven


On Mon, Aug 26, 2013 at 11:59 AM, deeloke  wrote:
> Hi, this homebrew file provides Csound version 6.00.1 on my install of
> 10.8.4.
>
> However the CsoundAC files do not appear to be included properly.
>
> I tried copying the missing files from csound5.18.031-OSX10.6-universal.pkg
> (using Paficist) from this directory:
> /Library/Frameworks/CsoundLib.framework/Versions/5.2/Resources/Python/Current
>
> The files were copied to
> /Library/Frameworks/CsoundLib64.framework/Resources/Python/Current
>
> When I import CsoundAC in python, this error is produced:
>
>> python
> Python 2.7.3 (default, Aug 11 2013, 17:45:32)
> [GCC 4.2.1 Compatible Apple LLVM 4.2 (clang-425.0.24)] on darwin
> Type "help", "copyright", "credits" or "license" for more information.
>>>> import CsoundAC
> Fatal Python error: PyThreadState_Get: no current thread
> Abort trap: 6
>
> What's the best way to use CsoundAC on 10.8?
>
> Cheers,
> deeloke
>
>
>
> --
> View this message in context: http://csound.1045644.n5.nabble.com/OSX-Homebrew-tp5723213p5727112.html
> Sent from the Csound - Dev mailing list archive at Nabble.com.
>
> ------------------------------------------------------------------------------
> Introducing Performance Central, a new site from SourceForge and
> AppDynamics. Performance Central is your source for news, insights,
> analysis and resources for efficient Application Performance Management.
> Visit us today!
> http://pubads.g.doubleclick.net/gampad/clk?id=48897511&iu=/4140/ostg.clktrk
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel

------------------------------------------------------------------------------
Introducing Performance Central, a new site from SourceForge and 
AppDynamics. Performance Central is your source for news, insights, 
analysis and resources for efficient Application Performance Management. 
Visit us today!
http://pubads.g.doubleclick.net/gampad/clk?id=48897511&iu=/4140/ostg.clktrk
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2013-08-27 03:13
Fromdeeloke
SubjectRe: [Cs-dev] OSX: Homebrew (CsoundAC)
AttachmentsNone  None  

Hi Steve,


thanks replying so quickly. 

i've logged the bug at Github. I only require a working version for 10.8. I suspected the EIGEN3_INCLUDE_DIR was the culprit.

The csound5-1.19.02.1-OSX10.8-universal installer does not properly install the CsoundAC files, but a forum user reported that the 5.18 version works fine. 

In my experience, the Csound universal installer writes over the Homebrew libraries, breaking Homebrew in the process.  But it appears there is no other choice for mac users right now, if CsoundAC is needed.

Thanks for looking into this. In every other respect your Csound tap worked great.  

 Let me know if I can do anything else to help.

Kind regards,
Damien.  


On 27/08/2013, at 6:56 AM, "Steven Yi [via Csound]" <[hidden email]> wrote:

Hi Deeloke,

Using the 5.18 installer may work if you ran the installer, but I'm
not sure it'd work if you just picked out the file.

Actually, it looks like CsoundAC doesn't build on any system that
doesn't have EIGEN3_INCLUDE_DIR defined. That needs to be changed to
use standard directories with the developer option to add custom
folders to their Custom.cmake.

Let me see if I can get CsoundAC building on OSX.  If so, I'll upload
a build for 10.8.  If you need something for 10.6 or 10.7, then maybe
Victor can help.

For CsoundAC to build with Brew, that'd require getting the right
dependencies installed from homebrew before installing. File a bug at
the homebrew-csound repo:

https://github.com/kunstmusik/homebrew-csound/issues

And I'll take a look when I have time to do so.

Thanks,
steven


On Mon, Aug 26, 2013 at 11:59 AM, deeloke <<a href="x-msg://78/user/SendEmail.jtp?type=node&amp;node=5727121&amp;i=0" target="_top" rel="nofollow" link="external">[hidden email]> wrote:

> Hi, this homebrew file provides Csound version 6.00.1 on my install of
> 10.8.4.
>
> However the CsoundAC files do not appear to be included properly.
>
> I tried copying the missing files from csound5.18.031-OSX10.6-universal.pkg
> (using Paficist) from this directory:
> /Library/Frameworks/CsoundLib.framework/Versions/5.2/Resources/Python/Current
>
> The files were copied to
> /Library/Frameworks/CsoundLib64.framework/Resources/Python/Current
>
> When I import CsoundAC in python, this error is produced:
>
>> python
> Python 2.7.3 (default, Aug 11 2013, 17:45:32)
> [GCC 4.2.1 Compatible Apple LLVM 4.2 (clang-425.0.24)] on darwin
> Type "help", "copyright", "credits" or "license" for more information.
>>>> import CsoundAC
> Fatal Python error: PyThreadState_Get: no current thread
> Abort trap: 6
>
> What's the best way to use CsoundAC on 10.8?
>
> Cheers,
> deeloke
>
>
>
> --
> View this message in context: http://csound.1045644.n5.nabble.com/OSX-Homebrew-tp5723213p5727112.html
> Sent from the Csound - Dev mailing list archive at Nabble.com.
>
> ------------------------------------------------------------------------------
> Introducing Performance Central, a new site from SourceForge and
> AppDynamics. Performance Central is your source for news, insights,
> analysis and resources for efficient Application Performance Management.
> Visit us today!
> http://pubads.g.doubleclick.net/gampad/clk?id=48897511&iu=/4140/ostg.clktrk
> _______________________________________________
> Csound-devel mailing list
> <a href="x-msg://78/user/SendEmail.jtp?type=node&amp;node=5727121&amp;i=1" target="_top" rel="nofollow" link="external">[hidden email]
> https://lists.sourceforge.net/lists/listinfo/csound-devel
------------------------------------------------------------------------------
Introducing Performance Central, a new site from SourceForge and
AppDynamics. Performance Central is your source for news, insights,
analysis and resources for efficient Application Performance Management.
Visit us today!
http://pubads.g.doubleclick.net/gampad/clk?id=48897511&iu=/4140/ostg.clktrk
_______________________________________________
Csound-devel mailing list
<a href="x-msg://78/user/SendEmail.jtp?type=node&amp;node=5727121&amp;i=2" target="_top" rel="nofollow" link="external">[hidden email]
https://lists.sourceforge.net/lists/listinfo/csound-devel



If you reply to this email, your message will be added to the discussion below:
http://csound.1045644.n5.nabble.com/OSX-Homebrew-tp5723213p5727121.html
To unsubscribe from OSX: Homebrew, click here.
NAML




View this message in context: Re: OSX: Homebrew (CsoundAC)
Sent from the Csound - Dev mailing list archive at Nabble.com.

Date2013-08-27 03:27
FromSteven Yi
SubjectRe: [Cs-dev] OSX: Homebrew (CsoundAC)
Hi Damien,

I have CsoundAC building after fixing up the CMake file.  I have a
build posted at:

http://www.kunstmusik.com/csound6.00.1-OSX10.8-x86_64.dmg

Could you try this at let me know if it's working for you?  One thing
is that the Lua interface for Csound and CsoundAC are not building on
OSX, but this should have CsoundAC for Python.

As for the csound homebrew recipe, it needs to be updated so that
building from --head uses the develop branch. I'll probably take a
look at this tomorrow.

Thanks,
steven

On Mon, Aug 26, 2013 at 10:13 PM, deeloke  wrote:
> Hi Steve,
>
> thanks replying so quickly.
>
> i've logged the bug at Github. I only require a working version for 10.8. I
> suspected the EIGEN3_INCLUDE_DIR was the culprit.
>
> The csound5-1.19.02.1-OSX10.8-universal installer does not properly install
> the CsoundAC files, but a forum user reported that the 5.18 version works
> fine.
>
> In my experience, the Csound universal installer writes over the Homebrew
> libraries, breaking Homebrew in the process.  But it appears there is no
> other choice for mac users right now, if CsoundAC is needed.
>
> Thanks for looking into this. In every other respect your Csound tap worked
> great.
>
>  Let me know if I can do anything else to help.
>
> Kind regards,
> Damien.
>
>
> On 27/08/2013, at 6:56 AM, "Steven Yi [via Csound]" <[hidden email]> wrote:
>
> Hi Deeloke,
>
> Using the 5.18 installer may work if you ran the installer, but I'm
> not sure it'd work if you just picked out the file.
>
> Actually, it looks like CsoundAC doesn't build on any system that
> doesn't have EIGEN3_INCLUDE_DIR defined. That needs to be changed to
> use standard directories with the developer option to add custom
> folders to their Custom.cmake.
>
> Let me see if I can get CsoundAC building on OSX.  If so, I'll upload
> a build for 10.8.  If you need something for 10.6 or 10.7, then maybe
> Victor can help.
>
> For CsoundAC to build with Brew, that'd require getting the right
> dependencies installed from homebrew before installing. File a bug at
> the homebrew-csound repo:
>
> https://github.com/kunstmusik/homebrew-csound/issues
>
> And I'll take a look when I have time to do so.
>
> Thanks,
> steven
>
>
> On Mon, Aug 26, 2013 at 11:59 AM, deeloke < href="x-msg://78/user/SendEmail.jtp?type=node&node=5727121&i=0"
> target="_top" rel="nofollow" link="external">[hidden email]> wrote:
>
>> Hi, this homebrew file provides Csound version 6.00.1 on my install of
>> 10.8.4.
>>
>> However the CsoundAC files do not appear to be included properly.
>>
>> I tried copying the missing files from
>> csound5.18.031-OSX10.6-universal.pkg
>> (using Paficist) from this directory:
>>
>> /Library/Frameworks/CsoundLib.framework/Versions/5.2/Resources/Python/Current
>>
>> The files were copied to
>> /Library/Frameworks/CsoundLib64.framework/Resources/Python/Current
>>
>> When I import CsoundAC in python, this error is produced:
>>
>>> python
>> Python 2.7.3 (default, Aug 11 2013, 17:45:32)
>> [GCC 4.2.1 Compatible Apple LLVM 4.2 (clang-425.0.24)] on darwin
>> Type "help", "copyright", "credits" or "license" for more information.
>>>>> import CsoundAC
>> Fatal Python error: PyThreadState_Get: no current thread
>> Abort trap: 6
>>
>> What's the best way to use CsoundAC on 10.8?
>>
>> Cheers,
>> deeloke
>>
>>
>>
>> --
>> View this message in context:
>> http://csound.1045644.n5.nabble.com/OSX-Homebrew-tp5723213p5727112.html
>> Sent from the Csound - Dev mailing list archive at Nabble.com.
>>
>>
>> ------------------------------------------------------------------------------
>> Introducing Performance Central, a new site from SourceForge and
>> AppDynamics. Performance Central is your source for news, insights,
>> analysis and resources for efficient Application Performance Management.
>> Visit us today!
>>
>> http://pubads.g.doubleclick.net/gampad/clk?id=48897511&iu=/4140/ostg.clktrk
>> _______________________________________________
>> Csound-devel mailing list
>> > target="_top" rel="nofollow" link="external">[hidden email]
>> https://lists.sourceforge.net/lists/listinfo/csound-devel
> ------------------------------------------------------------------------------
> Introducing Performance Central, a new site from SourceForge and
> AppDynamics. Performance Central is your source for news, insights,
> analysis and resources for efficient Application Performance Management.
> Visit us today!
> http://pubads.g.doubleclick.net/gampad/clk?id=48897511&iu=/4140/ostg.clktrk
> _______________________________________________
> Csound-devel mailing list
>  target="_top" rel="nofollow" link="external">[hidden email]
> https://lists.sourceforge.net/lists/listinfo/csound-devel
>
>
> ________________________________
> If you reply to this email, your message will be added to the discussion
> below:
> http://csound.1045644.n5.nabble.com/OSX-Homebrew-tp5723213p5727121.html
> To unsubscribe from OSX: Homebrew, click here.
> NAML
>
>
> [hidden email]
>
>
>
>
> ________________________________
> View this message in context: Re: OSX: Homebrew (CsoundAC)
>
> Sent from the Csound - Dev mailing list archive at Nabble.com.
>
> ------------------------------------------------------------------------------
> Introducing Performance Central, a new site from SourceForge and
> AppDynamics. Performance Central is your source for news, insights,
> analysis and resources for efficient Application Performance Management.
> Visit us today!
> http://pubads.g.doubleclick.net/gampad/clk?id=48897511&iu=/4140/ostg.clktrk
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel
>

------------------------------------------------------------------------------
Introducing Performance Central, a new site from SourceForge and 
AppDynamics. Performance Central is your source for news, insights, 
analysis and resources for efficient Application Performance Management. 
Visit us today!
http://pubads.g.doubleclick.net/gampad/clk?id=48897511&iu=/4140/ostg.clktrk
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2013-08-27 05:47
Fromdeeloke
SubjectRe: [Cs-dev] OSX: Homebrew (CsoundAC)
AttachmentsNone  None  

Hi Steven,


Its not working on my computer yet. 

Here is the error message produced when importing CsoundAC after using your installer to install Csound 6:

 > python
Python 2.7.3 (default, Aug 11 2013, 17:45:32) 
[GCC 4.2.1 Compatible Apple LLVM 4.2 (clang-425.0.24)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import CsoundAC
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/Library/Python/2.7/site-packages/CsoundAC.py", line 26, in <module>
    _CsoundAC = swig_import_helper()
  File "/Library/Python/2.7/site-packages/CsoundAC.py", line 22, in swig_import_helper
    _mod = imp.load_module('_CsoundAC', fp, pathname, description)
ImportError: dlopen(/Library/Python/2.7/site-packages/_CsoundAC.so, 2): Library not loaded: libCsoundAC.6.0.dylib
  Referenced from: /Library/Python/2.7/site-packages/_CsoundAC.so
  Reason: image not found
>>> 

-Damien.
 
On 27/08/2013, at 10:28 AM, Steven Yi [via Csound] <[hidden email]> wrote:

Hi Damien,

I have CsoundAC building after fixing up the CMake file.  I have a
build posted at:

http://www.kunstmusik.com/csound6.00.1-OSX10.8-x86_64.dmg

Could you try this at let me know if it's working for you?  One thing
is that the Lua interface for Csound and CsoundAC are not building on
OSX, but this should have CsoundAC for Python.

As for the csound homebrew recipe, it needs to be updated so that
building from --head uses the develop branch. I'll probably take a
look at this tomorrow.

Thanks,
steven

On Mon, Aug 26, 2013 at 10:13 PM, deeloke <<a href="x-msg://8/user/SendEmail.jtp?type=node&amp;node=5727123&amp;i=0" target="_top" rel="nofollow" link="external">[hidden email]> wrote:

> Hi Steve,
>
> thanks replying so quickly.
>
> i've logged the bug at Github. I only require a working version for 10.8. I
> suspected the EIGEN3_INCLUDE_DIR was the culprit.
>
> The csound5-1.19.02.1-OSX10.8-universal installer does not properly install
> the CsoundAC files, but a forum user reported that the 5.18 version works
> fine.
>
> In my experience, the Csound universal installer writes over the Homebrew
> libraries, breaking Homebrew in the process.  But it appears there is no
> other choice for mac users right now, if CsoundAC is needed.
>
> Thanks for looking into this. In every other respect your Csound tap worked
> great.
>
>  Let me know if I can do anything else to help.
>
> Kind regards,
> Damien.
>
>
> On 27/08/2013, at 6:56 AM, "Steven Yi [via Csound]" <[hidden email]> wrote:
>
> Hi Deeloke,
>
> Using the 5.18 installer may work if you ran the installer, but I'm
> not sure it'd work if you just picked out the file.
>
> Actually, it looks like CsoundAC doesn't build on any system that
> doesn't have EIGEN3_INCLUDE_DIR defined. That needs to be changed to
> use standard directories with the developer option to add custom
> folders to their Custom.cmake.
>
> Let me see if I can get CsoundAC building on OSX.  If so, I'll upload
> a build for 10.8.  If you need something for 10.6 or 10.7, then maybe
> Victor can help.
>
> For CsoundAC to build with Brew, that'd require getting the right
> dependencies installed from homebrew before installing. File a bug at
> the homebrew-csound repo:
>
> https://github.com/kunstmusik/homebrew-csound/issues
>
> And I'll take a look when I have time to do so.
>
> Thanks,
> steven
>
>
> On Mon, Aug 26, 2013 at 11:59 AM, deeloke <<a
> href="<a href="x-msg://78/user/SendEmail.jtp?type=node&amp;amp;node=5727121&amp;amp;i=0">x-msg://78/user/SendEmail.jtp?type=node&amp;node=5727121&amp;i=0"
> target="_top" rel="nofollow" link="external">[hidden email]> wrote:
>
>> Hi, this homebrew file provides Csound version 6.00.1 on my install of
>> 10.8.4.
>>
>> However the CsoundAC files do not appear to be included properly.
>>
>> I tried copying the missing files from
>> csound5.18.031-OSX10.6-universal.pkg
>> (using Paficist) from this directory:
>>
>> /Library/Frameworks/CsoundLib.framework/Versions/5.2/Resources/Python/Current
>>
>> The files were copied to
>> /Library/Frameworks/CsoundLib64.framework/Resources/Python/Current
>>
>> When I import CsoundAC in python, this error is produced:
>>
>>> python
>> Python 2.7.3 (default, Aug 11 2013, 17:45:32)
>> [GCC 4.2.1 Compatible Apple LLVM 4.2 (clang-425.0.24)] on darwin
>> Type "help", "copyright", "credits" or "license" for more information.
>>>>> import CsoundAC
>> Fatal Python error: PyThreadState_Get: no current thread
>> Abort trap: 6
>>
>> What's the best way to use CsoundAC on 10.8?
>>
>> Cheers,
>> deeloke
>>
>>
>>
>> --
>> View this message in context:
>> http://csound.1045644.n5.nabble.com/OSX-Homebrew-tp5723213p5727112.html
>> Sent from the Csound - Dev mailing list archive at Nabble.com.
>>
>>
>> ------------------------------------------------------------------------------
>> Introducing Performance Central, a new site from SourceForge and
>> AppDynamics. Performance Central is your source for news, insights,
>> analysis and resources for efficient Application Performance Management.
>> Visit us today!
>>
>> http://pubads.g.doubleclick.net/gampad/clk?id=48897511&iu=/4140/ostg.clktrk
>> _______________________________________________
>> Csound-devel mailing list
>> <a href="<a href="x-msg://78/user/SendEmail.jtp?type=node&amp;amp;node=5727121&amp;amp;i=1">x-msg://78/user/SendEmail.jtp?type=node&amp;node=5727121&amp;i=1"
>> target="_top" rel="nofollow" link="external">[hidden email]
>> https://lists.sourceforge.net/lists/listinfo/csound-devel
> ------------------------------------------------------------------------------
> Introducing Performance Central, a new site from SourceForge and
> AppDynamics. Performance Central is your source for news, insights,
> analysis and resources for efficient Application Performance Management.
> Visit us today!
> http://pubads.g.doubleclick.net/gampad/clk?id=48897511&iu=/4140/ostg.clktrk
> _______________________________________________
> Csound-devel mailing list
> <a href="<a href="x-msg://78/user/SendEmail.jtp?type=node&amp;amp;node=5727121&amp;amp;i=2">x-msg://78/user/SendEmail.jtp?type=node&amp;node=5727121&amp;i=2"
> target="_top" rel="nofollow" link="external">[hidden email]
> https://lists.sourceforge.net/lists/listinfo/csound-devel
>
>
> ________________________________
> If you reply to this email, your message will be added to the discussion
> below:
> http://csound.1045644.n5.nabble.com/OSX-Homebrew-tp5723213p5727121.html
> To unsubscribe from OSX: Homebrew, click here.
> NAML
>
>
> [hidden email]
>
>
>
>
> ________________________________
> View this message in context: Re: OSX: Homebrew (CsoundAC)
>
> Sent from the Csound - Dev mailing list archive at Nabble.com.
>
> ------------------------------------------------------------------------------
> Introducing Performance Central, a new site from SourceForge and
> AppDynamics. Performance Central is your source for news, insights,
> analysis and resources for efficient Application Performance Management.
> Visit us today!
> http://pubads.g.doubleclick.net/gampad/clk?id=48897511&iu=/4140/ostg.clktrk
> _______________________________________________
> Csound-devel mailing list
> <a href="x-msg://8/user/SendEmail.jtp?type=node&amp;node=5727123&amp;i=1" target="_top" rel="nofollow" link="external">[hidden email]
> https://lists.sourceforge.net/lists/listinfo/csound-devel
>
------------------------------------------------------------------------------
Introducing Performance Central, a new site from SourceForge and
AppDynamics. Performance Central is your source for news, insights,
analysis and resources for efficient Application Performance Management.
Visit us today!
http://pubads.g.doubleclick.net/gampad/clk?id=48897511&iu=/4140/ostg.clktrk
_______________________________________________
Csound-devel mailing list
<a href="x-msg://8/user/SendEmail.jtp?type=node&amp;node=5727123&amp;i=2" target="_top" rel="nofollow" link="external">[hidden email]
https://lists.sourceforge.net/lists/listinfo/csound-devel



If you reply to this email, your message will be added to the discussion below:
http://csound.1045644.n5.nabble.com/OSX-Homebrew-tp5723213p5727123.html
To unsubscribe from OSX: Homebrew, click here.
NAML




View this message in context: Re: OSX: Homebrew (CsoundAC)
Sent from the Csound - Dev mailing list archive at Nabble.com.

Date2013-08-27 17:44
FromSteven Yi
SubjectRe: [Cs-dev] OSX: Homebrew (CsoundAC)
Well it looks like the _CsoundAC.so is linked to the
libcsoundAC.6.0.0.dylib, and that latter library should be installed
into /usr/local/lib with the installer.  The link is a bare link
rather than absolute path.  It looks like I'll have to modify the
installer to either add a symlink to libcsoundAC.6.0.0.dylib to the
python install directory, or modify the _CsoundAC.so link path to
resolve to libCsoundAC in /usr/local/lib.  I'll experiment here with
the latter and post another build.

On Tue, Aug 27, 2013 at 12:47 AM, deeloke  wrote:
> Hi Steven,
>
> Its not working on my computer yet.
>
> Here is the error message produced when importing CsoundAC after using your
> installer to install Csound 6:
>
>  > python
> Python 2.7.3 (default, Aug 11 2013, 17:45:32)
> [GCC 4.2.1 Compatible Apple LLVM 4.2 (clang-425.0.24)] on darwin
> Type "help", "copyright", "credits" or "license" for more information.
>>>> import CsoundAC
> Traceback (most recent call last):
>   File "", line 1, in 
>   File "/Library/Python/2.7/site-packages/CsoundAC.py", line 26, in 
>     _CsoundAC = swig_import_helper()
>   File "/Library/Python/2.7/site-packages/CsoundAC.py", line 22, in
> swig_import_helper
>     _mod = imp.load_module('_CsoundAC', fp, pathname, description)
> ImportError: dlopen(/Library/Python/2.7/site-packages/_CsoundAC.so, 2):
> Library not loaded: libCsoundAC.6.0.dylib
>   Referenced from: /Library/Python/2.7/site-packages/_CsoundAC.so
>   Reason: image not found
>>>>
>
> -Damien.
>
> On 27/08/2013, at 10:28 AM, Steven Yi [via Csound] <[hidden email]> wrote:
>
> Hi Damien,
>
> I have CsoundAC building after fixing up the CMake file.  I have a
> build posted at:
>
> http://www.kunstmusik.com/csound6.00.1-OSX10.8-x86_64.dmg
>
> Could you try this at let me know if it's working for you?  One thing
> is that the Lua interface for Csound and CsoundAC are not building on
> OSX, but this should have CsoundAC for Python.
>
> As for the csound homebrew recipe, it needs to be updated so that
> building from --head uses the develop branch. I'll probably take a
> look at this tomorrow.
>
> Thanks,
> steven
>
> On Mon, Aug 26, 2013 at 10:13 PM, deeloke < href="x-msg://8/user/SendEmail.jtp?type=node&node=5727123&i=0"
> target="_top" rel="nofollow" link="external">[hidden email]> wrote:
>
>> Hi Steve,
>>
>> thanks replying so quickly.
>>
>> i've logged the bug at Github. I only require a working version for 10.8.
>> I
>> suspected the EIGEN3_INCLUDE_DIR was the culprit.
>>
>> The csound5-1.19.02.1-OSX10.8-universal installer does not properly
>> install
>> the CsoundAC files, but a forum user reported that the 5.18 version works
>> fine.
>>
>> In my experience, the Csound universal installer writes over the Homebrew
>> libraries, breaking Homebrew in the process.  But it appears there is no
>> other choice for mac users right now, if CsoundAC is needed.
>>
>> Thanks for looking into this. In every other respect your Csound tap
>> worked
>> great.
>>
>>  Let me know if I can do anything else to help.
>>
>> Kind regards,
>> Damien.
>>
>>
>> On 27/08/2013, at 6:56 AM, "Steven Yi [via Csound]" <[hidden email]>
>> wrote:
>>
>> Hi Deeloke,
>>
>> Using the 5.18 installer may work if you ran the installer, but I'm
>> not sure it'd work if you just picked out the file.
>>
>> Actually, it looks like CsoundAC doesn't build on any system that
>> doesn't have EIGEN3_INCLUDE_DIR defined. That needs to be changed to
>> use standard directories with the developer option to add custom
>> folders to their Custom.cmake.
>>
>> Let me see if I can get CsoundAC building on OSX.  If so, I'll upload
>> a build for 10.8.  If you need something for 10.6 or 10.7, then maybe
>> Victor can help.
>>
>> For CsoundAC to build with Brew, that'd require getting the right
>> dependencies installed from homebrew before installing. File a bug at
>> the homebrew-csound repo:
>>
>> https://github.com/kunstmusik/homebrew-csound/issues
>>
>> And I'll take a look when I have time to do so.
>>
>> Thanks,
>> steven
>>
>>
>> On Mon, Aug 26, 2013 at 11:59 AM, deeloke <> href="> href="x-msg://78/user/SendEmail.jtp?type=node&amp;node=5727121&amp;i=0">x-msg://78/user/SendEmail.jtp?type=node&node=5727121&i=0"
>> target="_top" rel="nofollow" link="external">[hidden email]> wrote:
>>
>>> Hi, this homebrew file provides Csound version 6.00.1 on my install of
>>> 10.8.4.
>>>
>>> However the CsoundAC files do not appear to be included properly.
>>>
>>> I tried copying the missing files from
>>> csound5.18.031-OSX10.6-universal.pkg
>>> (using Paficist) from this directory:
>>>
>>>
>>> /Library/Frameworks/CsoundLib.framework/Versions/5.2/Resources/Python/Current
>>>
>>> The files were copied to
>>> /Library/Frameworks/CsoundLib64.framework/Resources/Python/Current
>>>
>>> When I import CsoundAC in python, this error is produced:
>>>
>>>> python
>>> Python 2.7.3 (default, Aug 11 2013, 17:45:32)
>>> [GCC 4.2.1 Compatible Apple LLVM 4.2 (clang-425.0.24)] on darwin
>>> Type "help", "copyright", "credits" or "license" for more information.
>>>>>> import CsoundAC
>>> Fatal Python error: PyThreadState_Get: no current thread
>>> Abort trap: 6
>>>
>>> What's the best way to use CsoundAC on 10.8?
>>>
>>> Cheers,
>>> deeloke
>>>
>>>
>>>
>>> --
>>> View this message in context:
>>> http://csound.1045644.n5.nabble.com/OSX-Homebrew-tp5723213p5727112.html
>>> Sent from the Csound - Dev mailing list archive at Nabble.com.
>>>
>>>
>>>
>>> ------------------------------------------------------------------------------
>>> Introducing Performance Central, a new site from SourceForge and
>>> AppDynamics. Performance Central is your source for news, insights,
>>> analysis and resources for efficient Application Performance Management.
>>> Visit us today!
>>>
>>>
>>> http://pubads.g.doubleclick.net/gampad/clk?id=48897511&iu=/4140/ostg.clktrk
>>> _______________________________________________
>>> Csound-devel mailing list
>>> x-msg://78/user/SendEmail.jtp?type=node&node=5727121&i=1"
>>> target="_top" rel="nofollow" link="external">[hidden email]
>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>
>> ------------------------------------------------------------------------------
>> Introducing Performance Central, a new site from SourceForge and
>> AppDynamics. Performance Central is your source for news, insights,
>> analysis and resources for efficient Application Performance Management.
>> Visit us today!
>>
>> http://pubads.g.doubleclick.net/gampad/clk?id=48897511&iu=/4140/ostg.clktrk
>> _______________________________________________
>> Csound-devel mailing list
>> x-msg://78/user/SendEmail.jtp?type=node&node=5727121&i=2"
>> target="_top" rel="nofollow" link="external">[hidden email]
>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>
>>
>> ________________________________
>> If you reply to this email, your message will be added to the discussion
>> below:
>> http://csound.1045644.n5.nabble.com/OSX-Homebrew-tp5723213p5727121.html
>> To unsubscribe from OSX: Homebrew, click here.
>> NAML
>>
>>
>> [hidden email]
>>
>>
>>
>>
>> ________________________________
>> View this message in context: Re: OSX: Homebrew (CsoundAC)
>>
>> Sent from the Csound - Dev mailing list archive at Nabble.com.
>>
>>
>> ------------------------------------------------------------------------------
>> Introducing Performance Central, a new site from SourceForge and
>> AppDynamics. Performance Central is your source for news, insights,
>> analysis and resources for efficient Application Performance Management.
>> Visit us today!
>>
>> http://pubads.g.doubleclick.net/gampad/clk?id=48897511&iu=/4140/ostg.clktrk
>> _______________________________________________
>> Csound-devel mailing list
>> > target="_top" rel="nofollow" link="external">[hidden email]
>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>
> ------------------------------------------------------------------------------
> Introducing Performance Central, a new site from SourceForge and
> AppDynamics. Performance Central is your source for news, insights,
> analysis and resources for efficient Application Performance Management.
> Visit us today!
> http://pubads.g.doubleclick.net/gampad/clk?id=48897511&iu=/4140/ostg.clktrk
> _______________________________________________
> Csound-devel mailing list
>  target="_top" rel="nofollow" link="external">[hidden email]
> https://lists.sourceforge.net/lists/listinfo/csound-devel
>
>
> ________________________________
> If you reply to this email, your message will be added to the discussion
> below:
> http://csound.1045644.n5.nabble.com/OSX-Homebrew-tp5723213p5727123.html
> To unsubscribe from OSX: Homebrew, click here.
> NAML
>
>
> [hidden email]
>
>
>
>
> ________________________________
> View this message in context: Re: OSX: Homebrew (CsoundAC)
> Sent from the Csound - Dev mailing list archive at Nabble.com.
>
> ------------------------------------------------------------------------------
> Introducing Performance Central, a new site from SourceForge and
> AppDynamics. Performance Central is your source for news, insights,
> analysis and resources for efficient Application Performance Management.
> Visit us today!
> http://pubads.g.doubleclick.net/gampad/clk?id=48897511&iu=/4140/ostg.clktrk
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel
>

------------------------------------------------------------------------------
Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
Discover the easy way to master current and previous Microsoft technologies
and advance your career. Get an incredible 1,500+ hours of step-by-step
tutorial videos with LearnDevNow. Subscribe today and save!
http://pubads.g.doubleclick.net/gampad/clk?id=58040911&iu=/4140/ostg.clktrk
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2013-08-27 18:12
FromSteven Yi
SubjectRe: [Cs-dev] OSX: Homebrew (CsoundAC)
Hi Damien,

Could you try this one:

http://www.kunstmusik.com/csound6.00.1-OSX10.8-x86_64.dmg

Thanks,
steven

On Tue, Aug 27, 2013 at 12:44 PM, Steven Yi  wrote:
> Well it looks like the _CsoundAC.so is linked to the
> libcsoundAC.6.0.0.dylib, and that latter library should be installed
> into /usr/local/lib with the installer.  The link is a bare link
> rather than absolute path.  It looks like I'll have to modify the
> installer to either add a symlink to libcsoundAC.6.0.0.dylib to the
> python install directory, or modify the _CsoundAC.so link path to
> resolve to libCsoundAC in /usr/local/lib.  I'll experiment here with
> the latter and post another build.
>
> On Tue, Aug 27, 2013 at 12:47 AM, deeloke  wrote:
>> Hi Steven,
>>
>> Its not working on my computer yet.
>>
>> Here is the error message produced when importing CsoundAC after using your
>> installer to install Csound 6:
>>
>>  > python
>> Python 2.7.3 (default, Aug 11 2013, 17:45:32)
>> [GCC 4.2.1 Compatible Apple LLVM 4.2 (clang-425.0.24)] on darwin
>> Type "help", "copyright", "credits" or "license" for more information.
>>>>> import CsoundAC
>> Traceback (most recent call last):
>>   File "", line 1, in 
>>   File "/Library/Python/2.7/site-packages/CsoundAC.py", line 26, in 
>>     _CsoundAC = swig_import_helper()
>>   File "/Library/Python/2.7/site-packages/CsoundAC.py", line 22, in
>> swig_import_helper
>>     _mod = imp.load_module('_CsoundAC', fp, pathname, description)
>> ImportError: dlopen(/Library/Python/2.7/site-packages/_CsoundAC.so, 2):
>> Library not loaded: libCsoundAC.6.0.dylib
>>   Referenced from: /Library/Python/2.7/site-packages/_CsoundAC.so
>>   Reason: image not found
>>>>>
>>
>> -Damien.
>>
>> On 27/08/2013, at 10:28 AM, Steven Yi [via Csound] <[hidden email]> wrote:
>>
>> Hi Damien,
>>
>> I have CsoundAC building after fixing up the CMake file.  I have a
>> build posted at:
>>
>> http://www.kunstmusik.com/csound6.00.1-OSX10.8-x86_64.dmg
>>
>> Could you try this at let me know if it's working for you?  One thing
>> is that the Lua interface for Csound and CsoundAC are not building on
>> OSX, but this should have CsoundAC for Python.
>>
>> As for the csound homebrew recipe, it needs to be updated so that
>> building from --head uses the develop branch. I'll probably take a
>> look at this tomorrow.
>>
>> Thanks,
>> steven
>>
>> On Mon, Aug 26, 2013 at 10:13 PM, deeloke <> href="x-msg://8/user/SendEmail.jtp?type=node&node=5727123&i=0"
>> target="_top" rel="nofollow" link="external">[hidden email]> wrote:
>>
>>> Hi Steve,
>>>
>>> thanks replying so quickly.
>>>
>>> i've logged the bug at Github. I only require a working version for 10.8.
>>> I
>>> suspected the EIGEN3_INCLUDE_DIR was the culprit.
>>>
>>> The csound5-1.19.02.1-OSX10.8-universal installer does not properly
>>> install
>>> the CsoundAC files, but a forum user reported that the 5.18 version works
>>> fine.
>>>
>>> In my experience, the Csound universal installer writes over the Homebrew
>>> libraries, breaking Homebrew in the process.  But it appears there is no
>>> other choice for mac users right now, if CsoundAC is needed.
>>>
>>> Thanks for looking into this. In every other respect your Csound tap
>>> worked
>>> great.
>>>
>>>  Let me know if I can do anything else to help.
>>>
>>> Kind regards,
>>> Damien.
>>>
>>>
>>> On 27/08/2013, at 6:56 AM, "Steven Yi [via Csound]" <[hidden email]>
>>> wrote:
>>>
>>> Hi Deeloke,
>>>
>>> Using the 5.18 installer may work if you ran the installer, but I'm
>>> not sure it'd work if you just picked out the file.
>>>
>>> Actually, it looks like CsoundAC doesn't build on any system that
>>> doesn't have EIGEN3_INCLUDE_DIR defined. That needs to be changed to
>>> use standard directories with the developer option to add custom
>>> folders to their Custom.cmake.
>>>
>>> Let me see if I can get CsoundAC building on OSX.  If so, I'll upload
>>> a build for 10.8.  If you need something for 10.6 or 10.7, then maybe
>>> Victor can help.
>>>
>>> For CsoundAC to build with Brew, that'd require getting the right
>>> dependencies installed from homebrew before installing. File a bug at
>>> the homebrew-csound repo:
>>>
>>> https://github.com/kunstmusik/homebrew-csound/issues
>>>
>>> And I'll take a look when I have time to do so.
>>>
>>> Thanks,
>>> steven
>>>
>>>
>>> On Mon, Aug 26, 2013 at 11:59 AM, deeloke <>> href=">> href="x-msg://78/user/SendEmail.jtp?type=node&amp;node=5727121&amp;i=0">x-msg://78/user/SendEmail.jtp?type=node&node=5727121&i=0"
>>> target="_top" rel="nofollow" link="external">[hidden email]> wrote:
>>>
>>>> Hi, this homebrew file provides Csound version 6.00.1 on my install of
>>>> 10.8.4.
>>>>
>>>> However the CsoundAC files do not appear to be included properly.
>>>>
>>>> I tried copying the missing files from
>>>> csound5.18.031-OSX10.6-universal.pkg
>>>> (using Paficist) from this directory:
>>>>
>>>>
>>>> /Library/Frameworks/CsoundLib.framework/Versions/5.2/Resources/Python/Current
>>>>
>>>> The files were copied to
>>>> /Library/Frameworks/CsoundLib64.framework/Resources/Python/Current
>>>>
>>>> When I import CsoundAC in python, this error is produced:
>>>>
>>>>> python
>>>> Python 2.7.3 (default, Aug 11 2013, 17:45:32)
>>>> [GCC 4.2.1 Compatible Apple LLVM 4.2 (clang-425.0.24)] on darwin
>>>> Type "help", "copyright", "credits" or "license" for more information.
>>>>>>> import CsoundAC
>>>> Fatal Python error: PyThreadState_Get: no current thread
>>>> Abort trap: 6
>>>>
>>>> What's the best way to use CsoundAC on 10.8?
>>>>
>>>> Cheers,
>>>> deeloke
>>>>
>>>>
>>>>
>>>> --
>>>> View this message in context:
>>>> http://csound.1045644.n5.nabble.com/OSX-Homebrew-tp5723213p5727112.html
>>>> Sent from the Csound - Dev mailing list archive at Nabble.com.
>>>>
>>>>
>>>>
>>>> ------------------------------------------------------------------------------
>>>> Introducing Performance Central, a new site from SourceForge and
>>>> AppDynamics. Performance Central is your source for news, insights,
>>>> analysis and resources for efficient Application Performance Management.
>>>> Visit us today!
>>>>
>>>>
>>>> http://pubads.g.doubleclick.net/gampad/clk?id=48897511&iu=/4140/ostg.clktrk
>>>> _______________________________________________
>>>> Csound-devel mailing list
>>>> x-msg://78/user/SendEmail.jtp?type=node&node=5727121&i=1"
>>>> target="_top" rel="nofollow" link="external">[hidden email]
>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>
>>> ------------------------------------------------------------------------------
>>> Introducing Performance Central, a new site from SourceForge and
>>> AppDynamics. Performance Central is your source for news, insights,
>>> analysis and resources for efficient Application Performance Management.
>>> Visit us today!
>>>
>>> http://pubads.g.doubleclick.net/gampad/clk?id=48897511&iu=/4140/ostg.clktrk
>>> _______________________________________________
>>> Csound-devel mailing list
>>> x-msg://78/user/SendEmail.jtp?type=node&node=5727121&i=2"
>>> target="_top" rel="nofollow" link="external">[hidden email]
>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>
>>>
>>> ________________________________
>>> If you reply to this email, your message will be added to the discussion
>>> below:
>>> http://csound.1045644.n5.nabble.com/OSX-Homebrew-tp5723213p5727121.html
>>> To unsubscribe from OSX: Homebrew, click here.
>>> NAML
>>>
>>>
>>> [hidden email]
>>>
>>>
>>>
>>>
>>> ________________________________
>>> View this message in context: Re: OSX: Homebrew (CsoundAC)
>>>
>>> Sent from the Csound - Dev mailing list archive at Nabble.com.
>>>
>>>
>>> ------------------------------------------------------------------------------
>>> Introducing Performance Central, a new site from SourceForge and
>>> AppDynamics. Performance Central is your source for news, insights,
>>> analysis and resources for efficient Application Performance Management.
>>> Visit us today!
>>>
>>> http://pubads.g.doubleclick.net/gampad/clk?id=48897511&iu=/4140/ostg.clktrk
>>> _______________________________________________
>>> Csound-devel mailing list
>>> >> target="_top" rel="nofollow" link="external">[hidden email]
>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>
>> ------------------------------------------------------------------------------
>> Introducing Performance Central, a new site from SourceForge and
>> AppDynamics. Performance Central is your source for news, insights,
>> analysis and resources for efficient Application Performance Management.
>> Visit us today!
>> http://pubads.g.doubleclick.net/gampad/clk?id=48897511&iu=/4140/ostg.clktrk
>> _______________________________________________
>> Csound-devel mailing list
>> > target="_top" rel="nofollow" link="external">[hidden email]
>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>
>>
>> ________________________________
>> If you reply to this email, your message will be added to the discussion
>> below:
>> http://csound.1045644.n5.nabble.com/OSX-Homebrew-tp5723213p5727123.html
>> To unsubscribe from OSX: Homebrew, click here.
>> NAML
>>
>>
>> [hidden email]
>>
>>
>>
>>
>> ________________________________
>> View this message in context: Re: OSX: Homebrew (CsoundAC)
>> Sent from the Csound - Dev mailing list archive at Nabble.com.
>>
>> ------------------------------------------------------------------------------
>> Introducing Performance Central, a new site from SourceForge and
>> AppDynamics. Performance Central is your source for news, insights,
>> analysis and resources for efficient Application Performance Management.
>> Visit us today!
>> http://pubads.g.doubleclick.net/gampad/clk?id=48897511&iu=/4140/ostg.clktrk
>> _______________________________________________
>> Csound-devel mailing list
>> Csound-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>

------------------------------------------------------------------------------
Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
Discover the easy way to master current and previous Microsoft technologies
and advance your career. Get an incredible 1,500+ hours of step-by-step
tutorial videos with LearnDevNow. Subscribe today and save!
http://pubads.g.doubleclick.net/gampad/clk?id=58040911&iu=/4140/ostg.clktrk
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2013-08-27 18:53
FromSteven Yi
SubjectRe: [Cs-dev] OSX: Homebrew (CsoundAC)
Also, I updated the homebrew recipe.  Building with --head should now
use the develop branch, and I've added eigen as a recommended
dependency.  It should download eigen and (hopefully) work to get
CsoundAC compiling out of the box.  I've also flipped the switch to
get CsoundAC enabled as a build target by default in the CS6 repo.

On Tue, Aug 27, 2013 at 1:12 PM, Steven Yi  wrote:
> Hi Damien,
>
> Could you try this one:
>
> http://www.kunstmusik.com/csound6.00.1-OSX10.8-x86_64.dmg
>
> Thanks,
> steven
>
> On Tue, Aug 27, 2013 at 12:44 PM, Steven Yi  wrote:
>> Well it looks like the _CsoundAC.so is linked to the
>> libcsoundAC.6.0.0.dylib, and that latter library should be installed
>> into /usr/local/lib with the installer.  The link is a bare link
>> rather than absolute path.  It looks like I'll have to modify the
>> installer to either add a symlink to libcsoundAC.6.0.0.dylib to the
>> python install directory, or modify the _CsoundAC.so link path to
>> resolve to libCsoundAC in /usr/local/lib.  I'll experiment here with
>> the latter and post another build.
>>
>> On Tue, Aug 27, 2013 at 12:47 AM, deeloke  wrote:
>>> Hi Steven,
>>>
>>> Its not working on my computer yet.
>>>
>>> Here is the error message produced when importing CsoundAC after using your
>>> installer to install Csound 6:
>>>
>>>  > python
>>> Python 2.7.3 (default, Aug 11 2013, 17:45:32)
>>> [GCC 4.2.1 Compatible Apple LLVM 4.2 (clang-425.0.24)] on darwin
>>> Type "help", "copyright", "credits" or "license" for more information.
>>>>>> import CsoundAC
>>> Traceback (most recent call last):
>>>   File "", line 1, in 
>>>   File "/Library/Python/2.7/site-packages/CsoundAC.py", line 26, in 
>>>     _CsoundAC = swig_import_helper()
>>>   File "/Library/Python/2.7/site-packages/CsoundAC.py", line 22, in
>>> swig_import_helper
>>>     _mod = imp.load_module('_CsoundAC', fp, pathname, description)
>>> ImportError: dlopen(/Library/Python/2.7/site-packages/_CsoundAC.so, 2):
>>> Library not loaded: libCsoundAC.6.0.dylib
>>>   Referenced from: /Library/Python/2.7/site-packages/_CsoundAC.so
>>>   Reason: image not found
>>>>>>
>>>
>>> -Damien.
>>>
>>> On 27/08/2013, at 10:28 AM, Steven Yi [via Csound] <[hidden email]> wrote:
>>>
>>> Hi Damien,
>>>
>>> I have CsoundAC building after fixing up the CMake file.  I have a
>>> build posted at:
>>>
>>> http://www.kunstmusik.com/csound6.00.1-OSX10.8-x86_64.dmg
>>>
>>> Could you try this at let me know if it's working for you?  One thing
>>> is that the Lua interface for Csound and CsoundAC are not building on
>>> OSX, but this should have CsoundAC for Python.
>>>
>>> As for the csound homebrew recipe, it needs to be updated so that
>>> building from --head uses the develop branch. I'll probably take a
>>> look at this tomorrow.
>>>
>>> Thanks,
>>> steven
>>>
>>> On Mon, Aug 26, 2013 at 10:13 PM, deeloke <>> href="x-msg://8/user/SendEmail.jtp?type=node&node=5727123&i=0"
>>> target="_top" rel="nofollow" link="external">[hidden email]> wrote:
>>>
>>>> Hi Steve,
>>>>
>>>> thanks replying so quickly.
>>>>
>>>> i've logged the bug at Github. I only require a working version for 10.8.
>>>> I
>>>> suspected the EIGEN3_INCLUDE_DIR was the culprit.
>>>>
>>>> The csound5-1.19.02.1-OSX10.8-universal installer does not properly
>>>> install
>>>> the CsoundAC files, but a forum user reported that the 5.18 version works
>>>> fine.
>>>>
>>>> In my experience, the Csound universal installer writes over the Homebrew
>>>> libraries, breaking Homebrew in the process.  But it appears there is no
>>>> other choice for mac users right now, if CsoundAC is needed.
>>>>
>>>> Thanks for looking into this. In every other respect your Csound tap
>>>> worked
>>>> great.
>>>>
>>>>  Let me know if I can do anything else to help.
>>>>
>>>> Kind regards,
>>>> Damien.
>>>>
>>>>
>>>> On 27/08/2013, at 6:56 AM, "Steven Yi [via Csound]" <[hidden email]>
>>>> wrote:
>>>>
>>>> Hi Deeloke,
>>>>
>>>> Using the 5.18 installer may work if you ran the installer, but I'm
>>>> not sure it'd work if you just picked out the file.
>>>>
>>>> Actually, it looks like CsoundAC doesn't build on any system that
>>>> doesn't have EIGEN3_INCLUDE_DIR defined. That needs to be changed to
>>>> use standard directories with the developer option to add custom
>>>> folders to their Custom.cmake.
>>>>
>>>> Let me see if I can get CsoundAC building on OSX.  If so, I'll upload
>>>> a build for 10.8.  If you need something for 10.6 or 10.7, then maybe
>>>> Victor can help.
>>>>
>>>> For CsoundAC to build with Brew, that'd require getting the right
>>>> dependencies installed from homebrew before installing. File a bug at
>>>> the homebrew-csound repo:
>>>>
>>>> https://github.com/kunstmusik/homebrew-csound/issues
>>>>
>>>> And I'll take a look when I have time to do so.
>>>>
>>>> Thanks,
>>>> steven
>>>>
>>>>
>>>> On Mon, Aug 26, 2013 at 11:59 AM, deeloke <>>> href=">>> href="x-msg://78/user/SendEmail.jtp?type=node&amp;node=5727121&amp;i=0">x-msg://78/user/SendEmail.jtp?type=node&node=5727121&i=0"
>>>> target="_top" rel="nofollow" link="external">[hidden email]> wrote:
>>>>
>>>>> Hi, this homebrew file provides Csound version 6.00.1 on my install of
>>>>> 10.8.4.
>>>>>
>>>>> However the CsoundAC files do not appear to be included properly.
>>>>>
>>>>> I tried copying the missing files from
>>>>> csound5.18.031-OSX10.6-universal.pkg
>>>>> (using Paficist) from this directory:
>>>>>
>>>>>
>>>>> /Library/Frameworks/CsoundLib.framework/Versions/5.2/Resources/Python/Current
>>>>>
>>>>> The files were copied to
>>>>> /Library/Frameworks/CsoundLib64.framework/Resources/Python/Current
>>>>>
>>>>> When I import CsoundAC in python, this error is produced:
>>>>>
>>>>>> python
>>>>> Python 2.7.3 (default, Aug 11 2013, 17:45:32)
>>>>> [GCC 4.2.1 Compatible Apple LLVM 4.2 (clang-425.0.24)] on darwin
>>>>> Type "help", "copyright", "credits" or "license" for more information.
>>>>>>>> import CsoundAC
>>>>> Fatal Python error: PyThreadState_Get: no current thread
>>>>> Abort trap: 6
>>>>>
>>>>> What's the best way to use CsoundAC on 10.8?
>>>>>
>>>>> Cheers,
>>>>> deeloke
>>>>>
>>>>>
>>>>>
>>>>> --
>>>>> View this message in context:
>>>>> http://csound.1045644.n5.nabble.com/OSX-Homebrew-tp5723213p5727112.html
>>>>> Sent from the Csound - Dev mailing list archive at Nabble.com.
>>>>>
>>>>>
>>>>>
>>>>> ------------------------------------------------------------------------------
>>>>> Introducing Performance Central, a new site from SourceForge and
>>>>> AppDynamics. Performance Central is your source for news, insights,
>>>>> analysis and resources for efficient Application Performance Management.
>>>>> Visit us today!
>>>>>
>>>>>
>>>>> http://pubads.g.doubleclick.net/gampad/clk?id=48897511&iu=/4140/ostg.clktrk
>>>>> _______________________________________________
>>>>> Csound-devel mailing list
>>>>> x-msg://78/user/SendEmail.jtp?type=node&node=5727121&i=1"
>>>>> target="_top" rel="nofollow" link="external">[hidden email]
>>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>
>>>> ------------------------------------------------------------------------------
>>>> Introducing Performance Central, a new site from SourceForge and
>>>> AppDynamics. Performance Central is your source for news, insights,
>>>> analysis and resources for efficient Application Performance Management.
>>>> Visit us today!
>>>>
>>>> http://pubads.g.doubleclick.net/gampad/clk?id=48897511&iu=/4140/ostg.clktrk
>>>> _______________________________________________
>>>> Csound-devel mailing list
>>>> x-msg://78/user/SendEmail.jtp?type=node&node=5727121&i=2"
>>>> target="_top" rel="nofollow" link="external">[hidden email]
>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>
>>>>
>>>> ________________________________
>>>> If you reply to this email, your message will be added to the discussion
>>>> below:
>>>> http://csound.1045644.n5.nabble.com/OSX-Homebrew-tp5723213p5727121.html
>>>> To unsubscribe from OSX: Homebrew, click here.
>>>> NAML
>>>>
>>>>
>>>> [hidden email]
>>>>
>>>>
>>>>
>>>>
>>>> ________________________________
>>>> View this message in context: Re: OSX: Homebrew (CsoundAC)
>>>>
>>>> Sent from the Csound - Dev mailing list archive at Nabble.com.
>>>>
>>>>
>>>> ------------------------------------------------------------------------------
>>>> Introducing Performance Central, a new site from SourceForge and
>>>> AppDynamics. Performance Central is your source for news, insights,
>>>> analysis and resources for efficient Application Performance Management.
>>>> Visit us today!
>>>>
>>>> http://pubads.g.doubleclick.net/gampad/clk?id=48897511&iu=/4140/ostg.clktrk
>>>> _______________________________________________
>>>> Csound-devel mailing list
>>>> >>> target="_top" rel="nofollow" link="external">[hidden email]
>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>
>>> ------------------------------------------------------------------------------
>>> Introducing Performance Central, a new site from SourceForge and
>>> AppDynamics. Performance Central is your source for news, insights,
>>> analysis and resources for efficient Application Performance Management.
>>> Visit us today!
>>> http://pubads.g.doubleclick.net/gampad/clk?id=48897511&iu=/4140/ostg.clktrk
>>> _______________________________________________
>>> Csound-devel mailing list
>>> >> target="_top" rel="nofollow" link="external">[hidden email]
>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>
>>>
>>> ________________________________
>>> If you reply to this email, your message will be added to the discussion
>>> below:
>>> http://csound.1045644.n5.nabble.com/OSX-Homebrew-tp5723213p5727123.html
>>> To unsubscribe from OSX: Homebrew, click here.
>>> NAML
>>>
>>>
>>> [hidden email]
>>>
>>>
>>>
>>>
>>> ________________________________
>>> View this message in context: Re: OSX: Homebrew (CsoundAC)
>>> Sent from the Csound - Dev mailing list archive at Nabble.com.
>>>
>>> ------------------------------------------------------------------------------
>>> Introducing Performance Central, a new site from SourceForge and
>>> AppDynamics. Performance Central is your source for news, insights,
>>> analysis and resources for efficient Application Performance Management.
>>> Visit us today!
>>> http://pubads.g.doubleclick.net/gampad/clk?id=48897511&iu=/4140/ostg.clktrk
>>> _______________________________________________
>>> Csound-devel mailing list
>>> Csound-devel@lists.sourceforge.net
>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>

------------------------------------------------------------------------------
Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
Discover the easy way to master current and previous Microsoft technologies
and advance your career. Get an incredible 1,500+ hours of step-by-step
tutorial videos with LearnDevNow. Subscribe today and save!
http://pubads.g.doubleclick.net/gampad/clk?id=58040911&iu=/4140/ostg.clktrk
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2013-08-27 19:01
FromMichael Gogins
SubjectRe: [Cs-dev] OSX: Homebrew (CsoundAC)
AttachmentsNone  None  
Thanks, Steven.

Best,
Mike


===========================
Michael Gogins
Irreducible Productions
http://michaelgogins.tumblr.com
Michael dot Gogins at gmail dot com


On Tue, Aug 27, 2013 at 1:53 PM, Steven Yi <stevenyi@gmail.com> wrote:
Also, I updated the homebrew recipe.  Building with --head should now
use the develop branch, and I've added eigen as a recommended
dependency.  It should download eigen and (hopefully) work to get
CsoundAC compiling out of the box.  I've also flipped the switch to
get CsoundAC enabled as a build target by default in the CS6 repo.

On Tue, Aug 27, 2013 at 1:12 PM, Steven Yi <stevenyi@gmail.com> wrote:
> Hi Damien,
>
> Could you try this one:
>
> http://www.kunstmusik.com/csound6.00.1-OSX10.8-x86_64.dmg
>
> Thanks,
> steven
>
> On Tue, Aug 27, 2013 at 12:44 PM, Steven Yi <stevenyi@gmail.com> wrote:
>> Well it looks like the _CsoundAC.so is linked to the
>> libcsoundAC.6.0.0.dylib, and that latter library should be installed
>> into /usr/local/lib with the installer.  The link is a bare link
>> rather than absolute path.  It looks like I'll have to modify the
>> installer to either add a symlink to libcsoundAC.6.0.0.dylib to the
>> python install directory, or modify the _CsoundAC.so link path to
>> resolve to libCsoundAC in /usr/local/lib.  I'll experiment here with
>> the latter and post another build.
>>
>> On Tue, Aug 27, 2013 at 12:47 AM, deeloke <denimcloak@icloud.com> wrote:
>>> Hi Steven,
>>>
>>> Its not working on my computer yet.
>>>
>>> Here is the error message produced when importing CsoundAC after using your
>>> installer to install Csound 6:
>>>
>>>  > python
>>> Python 2.7.3 (default, Aug 11 2013, 17:45:32)
>>> [GCC 4.2.1 Compatible Apple LLVM 4.2 (clang-425.0.24)] on darwin
>>> Type "help", "copyright", "credits" or "license" for more information.
>>>>>> import CsoundAC
>>> Traceback (most recent call last):
>>>   File "<stdin>", line 1, in <module>
>>>   File "/Library/Python/2.7/site-packages/CsoundAC.py", line 26, in <module>
>>>     _CsoundAC = swig_import_helper()
>>>   File "/Library/Python/2.7/site-packages/CsoundAC.py", line 22, in
>>> swig_import_helper
>>>     _mod = imp.load_module('_CsoundAC', fp, pathname, description)
>>> ImportError: dlopen(/Library/Python/2.7/site-packages/_CsoundAC.so, 2):
>>> Library not loaded: libCsoundAC.6.0.dylib
>>>   Referenced from: /Library/Python/2.7/site-packages/_CsoundAC.so
>>>   Reason: image not found
>>>>>>
>>>
>>> -Damien.
>>>
>>> On 27/08/2013, at 10:28 AM, Steven Yi [via Csound] <[hidden email]> wrote:
>>>
>>> Hi Damien,
>>>
>>> I have CsoundAC building after fixing up the CMake file.  I have a
>>> build posted at:
>>>
>>> http://www.kunstmusik.com/csound6.00.1-OSX10.8-x86_64.dmg
>>>
>>> Could you try this at let me know if it's working for you?  One thing
>>> is that the Lua interface for Csound and CsoundAC are not building on
>>> OSX, but this should have CsoundAC for Python.
>>>
>>> As for the csound homebrew recipe, it needs to be updated so that
>>> building from --head uses the develop branch. I'll probably take a
>>> look at this tomorrow.
>>>
>>> Thanks,
>>> steven
>>>
>>> On Mon, Aug 26, 2013 at 10:13 PM, deeloke <<a
>>> href="x-msg://8/user/SendEmail.jtp?type=node&amp;node=5727123&amp;i=0"
>>> target="_top" rel="nofollow" link="external">[hidden email]> wrote:
>>>
>>>> Hi Steve,
>>>>
>>>> thanks replying so quickly.
>>>>
>>>> i've logged the bug at Github. I only require a working version for 10.8.
>>>> I
>>>> suspected the EIGEN3_INCLUDE_DIR was the culprit.
>>>>
>>>> The csound5-1.19.02.1-OSX10.8-universal installer does not properly
>>>> install
>>>> the CsoundAC files, but a forum user reported that the 5.18 version works
>>>> fine.
>>>>
>>>> In my experience, the Csound universal installer writes over the Homebrew
>>>> libraries, breaking Homebrew in the process.  But it appears there is no
>>>> other choice for mac users right now, if CsoundAC is needed.
>>>>
>>>> Thanks for looking into this. In every other respect your Csound tap
>>>> worked
>>>> great.
>>>>
>>>>  Let me know if I can do anything else to help.
>>>>
>>>> Kind regards,
>>>> Damien.
>>>>
>>>>
>>>> On 27/08/2013, at 6:56 AM, "Steven Yi [via Csound]" <[hidden email]>
>>>> wrote:
>>>>
>>>> Hi Deeloke,
>>>>
>>>> Using the 5.18 installer may work if you ran the installer, but I'm
>>>> not sure it'd work if you just picked out the file.
>>>>
>>>> Actually, it looks like CsoundAC doesn't build on any system that
>>>> doesn't have EIGEN3_INCLUDE_DIR defined. That needs to be changed to
>>>> use standard directories with the developer option to add custom
>>>> folders to their Custom.cmake.
>>>>
>>>> Let me see if I can get CsoundAC building on OSX.  If so, I'll upload
>>>> a build for 10.8.  If you need something for 10.6 or 10.7, then maybe
>>>> Victor can help.
>>>>
>>>> For CsoundAC to build with Brew, that'd require getting the right
>>>> dependencies installed from homebrew before installing. File a bug at
>>>> the homebrew-csound repo:
>>>>
>>>> https://github.com/kunstmusik/homebrew-csound/issues
>>>>
>>>> And I'll take a look when I have time to do so.
>>>>
>>>> Thanks,
>>>> steven
>>>>
>>>>
>>>> On Mon, Aug 26, 2013 at 11:59 AM, deeloke <<a
>>>> href="<a
>>>> href="x-msg://78/user/SendEmail.jtp?type=node&amp;amp;node=5727121&amp;amp;i=0">x-msg://78/user/SendEmail.jtp?type=node&amp;node=5727121&amp;i=0"
>>>> target="_top" rel="nofollow" link="external">[hidden email]> wrote:
>>>>
>>>>> Hi, this homebrew file provides Csound version 6.00.1 on my install of
>>>>> 10.8.4.
>>>>>
>>>>> However the CsoundAC files do not appear to be included properly.
>>>>>
>>>>> I tried copying the missing files from
>>>>> csound5.18.031-OSX10.6-universal.pkg
>>>>> (using Paficist) from this directory:
>>>>>
>>>>>
>>>>> /Library/Frameworks/CsoundLib.framework/Versions/5.2/Resources/Python/Current
>>>>>
>>>>> The files were copied to
>>>>> /Library/Frameworks/CsoundLib64.framework/Resources/Python/Current
>>>>>
>>>>> When I import CsoundAC in python, this error is produced:
>>>>>
>>>>>> python
>>>>> Python 2.7.3 (default, Aug 11 2013, 17:45:32)
>>>>> [GCC 4.2.1 Compatible Apple LLVM 4.2 (clang-425.0.24)] on darwin
>>>>> Type "help", "copyright", "credits" or "license" for more information.
>>>>>>>> import CsoundAC
>>>>> Fatal Python error: PyThreadState_Get: no current thread
>>>>> Abort trap: 6
>>>>>
>>>>> What's the best way to use CsoundAC on 10.8?
>>>>>
>>>>> Cheers,
>>>>> deeloke
>>>>>
>>>>>
>>>>>
>>>>> --
>>>>> View this message in context:
>>>>> http://csound.1045644.n5.nabble.com/OSX-Homebrew-tp5723213p5727112.html
>>>>> Sent from the Csound - Dev mailing list archive at Nabble.com.
>>>>>
>>>>>
>>>>>
>>>>> ------------------------------------------------------------------------------
>>>>> Introducing Performance Central, a new site from SourceForge and
>>>>> AppDynamics. Performance Central is your source for news, insights,
>>>>> analysis and resources for efficient Application Performance Management.
>>>>> Visit us today!
>>>>>
>>>>>
>>>>> http://pubads.g.doubleclick.net/gampad/clk?id=48897511&iu=/4140/ostg.clktrk
>>>>> _______________________________________________
>>>>> Csound-devel mailing list
>>>>> <a href="<a
>>>>> href="x-msg://78/user/SendEmail.jtp?type=node&amp;amp;node=5727121&amp;amp;i=1">x-msg://78/user/SendEmail.jtp?type=node&amp;node=5727121&amp;i=1"
>>>>> target="_top" rel="nofollow" link="external">[hidden email]
>>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>
>>>> ------------------------------------------------------------------------------
>>>> Introducing Performance Central, a new site from SourceForge and
>>>> AppDynamics. Performance Central is your source for news, insights,
>>>> analysis and resources for efficient Application Performance Management.
>>>> Visit us today!
>>>>
>>>> http://pubads.g.doubleclick.net/gampad/clk?id=48897511&iu=/4140/ostg.clktrk
>>>> _______________________________________________
>>>> Csound-devel mailing list
>>>> <a href="<a
>>>> href="x-msg://78/user/SendEmail.jtp?type=node&amp;amp;node=5727121&amp;amp;i=2">x-msg://78/user/SendEmail.jtp?type=node&amp;node=5727121&amp;i=2"
>>>> target="_top" rel="nofollow" link="external">[hidden email]
>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>
>>>>
>>>> ________________________________
>>>> If you reply to this email, your message will be added to the discussion
>>>> below:
>>>> http://csound.1045644.n5.nabble.com/OSX-Homebrew-tp5723213p5727121.html
>>>> To unsubscribe from OSX: Homebrew, click here.
>>>> NAML
>>>>
>>>>
>>>> [hidden email]
>>>>
>>>>
>>>>
>>>>
>>>> ________________________________
>>>> View this message in context: Re: OSX: Homebrew (CsoundAC)
>>>>
>>>> Sent from the Csound - Dev mailing list archive at Nabble.com.
>>>>
>>>>
>>>> ------------------------------------------------------------------------------
>>>> Introducing Performance Central, a new site from SourceForge and
>>>> AppDynamics. Performance Central is your source for news, insights,
>>>> analysis and resources for efficient Application Performance Management.
>>>> Visit us today!
>>>>
>>>> http://pubads.g.doubleclick.net/gampad/clk?id=48897511&iu=/4140/ostg.clktrk
>>>> _______________________________________________
>>>> Csound-devel mailing list
>>>> <a href="x-msg://8/user/SendEmail.jtp?type=node&amp;node=5727123&amp;i=1"
>>>> target="_top" rel="nofollow" link="external">[hidden email]
>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>
>>> ------------------------------------------------------------------------------
>>> Introducing Performance Central, a new site from SourceForge and
>>> AppDynamics. Performance Central is your source for news, insights,
>>> analysis and resources for efficient Application Performance Management.
>>> Visit us today!
>>> http://pubads.g.doubleclick.net/gampad/clk?id=48897511&iu=/4140/ostg.clktrk
>>> _______________________________________________
>>> Csound-devel mailing list
>>> <a href="x-msg://8/user/SendEmail.jtp?type=node&amp;node=5727123&amp;i=2"
>>> target="_top" rel="nofollow" link="external">[hidden email]
>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>
>>>
>>> ________________________________
>>> If you reply to this email, your message will be added to the discussion
>>> below:
>>> http://csound.1045644.n5.nabble.com/OSX-Homebrew-tp5723213p5727123.html
>>> To unsubscribe from OSX: Homebrew, click here.
>>> NAML
>>>
>>>
>>> [hidden email]
>>>
>>>
>>>
>>>
>>> ________________________________
>>> View this message in context: Re: OSX: Homebrew (CsoundAC)
>>> Sent from the Csound - Dev mailing list archive at Nabble.com.
>>>
>>> ------------------------------------------------------------------------------
>>> Introducing Performance Central, a new site from SourceForge and
>>> AppDynamics. Performance Central is your source for news, insights,
>>> analysis and resources for efficient Application Performance Management.
>>> Visit us today!
>>> http://pubads.g.doubleclick.net/gampad/clk?id=48897511&iu=/4140/ostg.clktrk
>>> _______________________________________________
>>> Csound-devel mailing list
>>> Csound-devel@lists.sourceforge.net
>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>

------------------------------------------------------------------------------
Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
Discover the easy way to master current and previous Microsoft technologies
and advance your career. Get an incredible 1,500+ hours of step-by-step
tutorial videos with LearnDevNow. Subscribe today and save!
http://pubads.g.doubleclick.net/gampad/clk?id=58040911&iu=/4140/ostg.clktrk
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-devel


Date2013-08-28 02:14
Fromdeeloke
SubjectRe: [Cs-dev] OSX: Homebrew (CsoundAC)
AttachmentsNone  None  
Hi Steven,

I made it work by:
a) removing home-brew and all associated files
b) reinstalling Csound6 via your installer (http://www.kunstmusik.com/csound6.00.1-OSX10.8-x86_64.dmg)
c) installing the CsoundAC files (CsoundAC.py, CsoundAC.so) from csound5.18.031-OSX10.6-universal.pkg) via Pacifist into this directory:
/Library/Frameworks/CsoundLib64.framework/Resources/Python/Current/

here's the Python transcript:
>>> import CsoundAC
>>> dir(CsoundAC)
['Cell', 'Cell_swigregister', 'ChordLindenmayer', 'ChordLindenmayer_swigregister', 'ChordVector', 'ChordVector_swigregister', 'Chunk', 'Chunk_swigregister', 'Command', 'Command_swigregister'….

I note that you've prepared an alternative installer since then. i'll have a look at this in a short while.
Cheers,
Damien.

On 27/08/2013, at 12:46 PM, Damien Lock <[hidden email]> wrote:

Hi Steven,

Its not working on my computer yet. 

Here is the error message produced when importing CsoundAC after using your installer to install Csound 6:

 > python
Python 2.7.3 (default, Aug 11 2013, 17:45:32) 
[GCC 4.2.1 Compatible Apple LLVM 4.2 (clang-425.0.24)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import CsoundAC
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/Library/Python/2.7/site-packages/CsoundAC.py", line 26, in <module>
    _CsoundAC = swig_import_helper()
  File "/Library/Python/2.7/site-packages/CsoundAC.py", line 22, in swig_import_helper
    _mod = imp.load_module('_CsoundAC', fp, pathname, description)
ImportError: dlopen(/Library/Python/2.7/site-packages/_CsoundAC.so, 2): Library not loaded: libCsoundAC.6.0.dylib
  Referenced from: /Library/Python/2.7/site-packages/_CsoundAC.so
  Reason: image not found
>>> 

-Damien.
 
On 27/08/2013, at 10:28 AM, Steven Yi [via Csound] <[hidden email]> wrote:

Hi Damien,

I have CsoundAC building after fixing up the CMake file.  I have a
build posted at:

http://www.kunstmusik.com/csound6.00.1-OSX10.8-x86_64.dmg

Could you try this at let me know if it's working for you?  One thing
is that the Lua interface for Csound and CsoundAC are not building on
OSX, but this should have CsoundAC for Python.

As for the csound homebrew recipe, it needs to be updated so that
building from --head uses the develop branch. I'll probably take a
look at this tomorrow.

Thanks,
steven

On Mon, Aug 26, 2013 at 10:13 PM, deeloke <<a href="x-msg://8/user/SendEmail.jtp?type=node&amp;node=5727123&amp;i=0" target="_top" rel="nofollow" link="external">[hidden email]> wrote:

> Hi Steve,
>
> thanks replying so quickly.
>
> i've logged the bug at Github. I only require a working version for 10.8. I
> suspected the EIGEN3_INCLUDE_DIR was the culprit.
>
> The csound5-1.19.02.1-OSX10.8-universal installer does not properly install
> the CsoundAC files, but a forum user reported that the 5.18 version works
> fine.
>
> In my experience, the Csound universal installer writes over the Homebrew
> libraries, breaking Homebrew in the process.  But it appears there is no
> other choice for mac users right now, if CsoundAC is needed.
>
> Thanks for looking into this. In every other respect your Csound tap worked
> great.
>
>  Let me know if I can do anything else to help.
>
> Kind regards,
> Damien.
>
>
> On 27/08/2013, at 6:56 AM, "Steven Yi [via Csound]" <[hidden email]> wrote:
>
> Hi Deeloke,
>
> Using the 5.18 installer may work if you ran the installer, but I'm
> not sure it'd work if you just picked out the file.
>
> Actually, it looks like CsoundAC doesn't build on any system that
> doesn't have EIGEN3_INCLUDE_DIR defined. That needs to be changed to
> use standard directories with the developer option to add custom
> folders to their Custom.cmake.
>
> Let me see if I can get CsoundAC building on OSX.  If so, I'll upload
> a build for 10.8.  If you need something for 10.6 or 10.7, then maybe
> Victor can help.
>
> For CsoundAC to build with Brew, that'd require getting the right
> dependencies installed from homebrew before installing. File a bug at
> the homebrew-csound repo:
>
> https://github.com/kunstmusik/homebrew-csound/issues
>
> And I'll take a look when I have time to do so.
>
> Thanks,
> steven
>
>
> On Mon, Aug 26, 2013 at 11:59 AM, deeloke <<a
> href="<a href="x-msg://78/user/SendEmail.jtp?type=node&amp;amp;node=5727121&amp;amp;i=0">x-msg://78/user/SendEmail.jtp?type=node&amp;node=5727121&amp;i=0"
> target="_top" rel="nofollow" link="external">[hidden email]> wrote:
>
>> Hi, this homebrew file provides Csound version 6.00.1 on my install of
>> 10.8.4.
>>
>> However the CsoundAC files do not appear to be included properly.
>>
>> I tried copying the missing files from
>> csound5.18.031-OSX10.6-universal.pkg
>> (using Paficist) from this directory:
>>
>> /Library/Frameworks/CsoundLib.framework/Versions/5.2/Resources/Python/Current
>>
>> The files were copied to
>> /Library/Frameworks/CsoundLib64.framework/Resources/Python/Current
>>
>> When I import CsoundAC in python, this error is produced:
>>
>>> python
>> Python 2.7.3 (default, Aug 11 2013, 17:45:32)
>> [GCC 4.2.1 Compatible Apple LLVM 4.2 (clang-425.0.24)] on darwin
>> Type "help", "copyright", "credits" or "license" for more information.
>>>>> import CsoundAC
>> Fatal Python error: PyThreadState_Get: no current thread
>> Abort trap: 6
>>
>> What's the best way to use CsoundAC on 10.8?
>>
>> Cheers,
>> deeloke
>>
>>
>>
>> --
>> View this message in context:
>> http://csound.1045644.n5.nabble.com/OSX-Homebrew-tp5723213p5727112.html
>> Sent from the Csound - Dev mailing list archive at Nabble.com.
>>
>>
>> ------------------------------------------------------------------------------
>> Introducing Performance Central, a new site from SourceForge and
>> AppDynamics. Performance Central is your source for news, insights,
>> analysis and resources for efficient Application Performance Management.
>> Visit us today!
>>
>> http://pubads.g.doubleclick.net/gampad/clk?id=48897511&iu=/4140/ostg.clktrk
>> _______________________________________________
>> Csound-devel mailing list
>> <a href="<a href="x-msg://78/user/SendEmail.jtp?type=node&amp;amp;node=5727121&amp;amp;i=1">x-msg://78/user/SendEmail.jtp?type=node&amp;node=5727121&amp;i=1"
>> target="_top" rel="nofollow" link="external">[hidden email]
>> https://lists.sourceforge.net/lists/listinfo/csound-devel
> ------------------------------------------------------------------------------
> Introducing Performance Central, a new site from SourceForge and
> AppDynamics. Performance Central is your source for news, insights,
> analysis and resources for efficient Application Performance Management.
> Visit us today!
> http://pubads.g.doubleclick.net/gampad/clk?id=48897511&iu=/4140/ostg.clktrk
> _______________________________________________
> Csound-devel mailing list
> <a href="<a href="x-msg://78/user/SendEmail.jtp?type=node&amp;amp;node=5727121&amp;amp;i=2">x-msg://78/user/SendEmail.jtp?type=node&amp;node=5727121&amp;i=2"
> target="_top" rel="nofollow" link="external">[hidden email]
> https://lists.sourceforge.net/lists/listinfo/csound-devel
>
>
> ________________________________
> If you reply to this email, your message will be added to the discussion
> below:
> http://csound.1045644.n5.nabble.com/OSX-Homebrew-tp5723213p5727121.html
> To unsubscribe from OSX: Homebrew, click here.
> NAML
>
>
> [hidden email]
>
>
>
>
> ________________________________
> View this message in context: Re: OSX: Homebrew (CsoundAC)
>
> Sent from the Csound - Dev mailing list archive at Nabble.com.
>
> ------------------------------------------------------------------------------
> Introducing Performance Central, a new site from SourceForge and
> AppDynamics. Performance Central is your source for news, insights,
> analysis and resources for efficient Application Performance Management.
> Visit us today!
> http://pubads.g.doubleclick.net/gampad/clk?id=48897511&iu=/4140/ostg.clktrk
> _______________________________________________
> Csound-devel mailing list
> <a href="x-msg://8/user/SendEmail.jtp?type=node&amp;node=5727123&amp;i=1" target="_top" rel="nofollow" link="external">[hidden email]
> https://lists.sourceforge.net/lists/listinfo/csound-devel
>
------------------------------------------------------------------------------
Introducing Performance Central, a new site from SourceForge and
AppDynamics. Performance Central is your source for news, insights,
analysis and resources for efficient Application Performance Management.
Visit us today!
http://pubads.g.doubleclick.net/gampad/clk?id=48897511&iu=/4140/ostg.clktrk
_______________________________________________
Csound-devel mailing list
<a href="x-msg://8/user/SendEmail.jtp?type=node&amp;node=5727123&amp;i=2" target="_top" rel="nofollow" link="external">[hidden email]
https://lists.sourceforge.net/lists/listinfo/csound-devel



If you reply to this email, your message will be added to the discussion below:
http://csound.1045644.n5.nabble.com/OSX-Homebrew-tp5723213p5727123.html
To unsubscribe from OSX: Homebrew, click here.
NAML






View this message in context: Re: OSX: Homebrew (CsoundAC)
Sent from the Csound - Dev mailing list archive at Nabble.com.

Date2013-08-29 15:57
FromSteven Yi
SubjectRe: [Cs-dev] OSX: Homebrew (CsoundAC)
Hi Damien,

Have you tried the last build I posted?  Really this only gets the CS5
version of CsoundAC installed.  I'd like to make sure the CS6 version
works out-of-the-box.  I'll see about testing on my OSX Virtual
Machine later too.

Thanks!
steven

On Tue, Aug 27, 2013 at 9:14 PM, deeloke  wrote:
> Hi Steven,
>
> I made it work by:
> a) removing home-brew and all associated files
> b) reinstalling Csound6 via your installer
> (http://www.kunstmusik.com/csound6.00.1-OSX10.8-x86_64.dmg)
> c) installing the CsoundAC files (CsoundAC.py, CsoundAC.so) from
> csound5.18.031-OSX10.6-universal.pkg) via Pacifist into this directory:
> /Library/Frameworks/CsoundLib64.framework/Resources/Python/Current/
>
> here's the Python transcript:
>>>> import CsoundAC
>>>> dir(CsoundAC)
> ['Cell', 'Cell_swigregister', 'ChordLindenmayer',
> 'ChordLindenmayer_swigregister', 'ChordVector', 'ChordVector_swigregister',
> 'Chunk', 'Chunk_swigregister', 'Command', 'Command_swigregister'….
>
> I note that you've prepared an alternative installer since then. i'll have a
> look at this in a short while.
> Cheers,
> Damien.
>
> On 27/08/2013, at 12:46 PM, Damien Lock <[hidden email]> wrote:
>
> Hi Steven,
>
> Its not working on my computer yet.
>
> Here is the error message produced when importing CsoundAC after using your
> installer to install Csound 6:
>
>  > python
> Python 2.7.3 (default, Aug 11 2013, 17:45:32)
> [GCC 4.2.1 Compatible Apple LLVM 4.2 (clang-425.0.24)] on darwin
> Type "help", "copyright", "credits" or "license" for more information.
>>>> import CsoundAC
> Traceback (most recent call last):
>   File "", line 1, in 
>   File "/Library/Python/2.7/site-packages/CsoundAC.py", line 26, in 
>     _CsoundAC = swig_import_helper()
>   File "/Library/Python/2.7/site-packages/CsoundAC.py", line 22, in
> swig_import_helper
>     _mod = imp.load_module('_CsoundAC', fp, pathname, description)
> ImportError: dlopen(/Library/Python/2.7/site-packages/_CsoundAC.so, 2):
> Library not loaded: libCsoundAC.6.0.dylib
>   Referenced from: /Library/Python/2.7/site-packages/_CsoundAC.so
>   Reason: image not found
>>>>
>
> -Damien.
>
> On 27/08/2013, at 10:28 AM, Steven Yi [via Csound] <[hidden email]> wrote:
>
> Hi Damien,
>
> I have CsoundAC building after fixing up the CMake file.  I have a
> build posted at:
>
> http://www.kunstmusik.com/csound6.00.1-OSX10.8-x86_64.dmg
>
> Could you try this at let me know if it's working for you?  One thing
> is that the Lua interface for Csound and CsoundAC are not building on
> OSX, but this should have CsoundAC for Python.
>
> As for the csound homebrew recipe, it needs to be updated so that
> building from --head uses the develop branch. I'll probably take a
> look at this tomorrow.
>
> Thanks,
> steven
>
> On Mon, Aug 26, 2013 at 10:13 PM, deeloke < href="x-msg://8/user/SendEmail.jtp?type=node&node=5727123&i=0"
> target="_top" rel="nofollow" link="external">[hidden email]> wrote:
>
>> Hi Steve,
>>
>> thanks replying so quickly.
>>
>> i've logged the bug at Github. I only require a working version for 10.8.
>> I
>> suspected the EIGEN3_INCLUDE_DIR was the culprit.
>>
>> The csound5-1.19.02.1-OSX10.8-universal installer does not properly
>> install
>> the CsoundAC files, but a forum user reported that the 5.18 version works
>> fine.
>>
>> In my experience, the Csound universal installer writes over the Homebrew
>> libraries, breaking Homebrew in the process.  But it appears there is no
>> other choice for mac users right now, if CsoundAC is needed.
>>
>> Thanks for looking into this. In every other respect your Csound tap
>> worked
>> great.
>>
>>  Let me know if I can do anything else to help.
>>
>> Kind regards,
>> Damien.
>>
>>
>> On 27/08/2013, at 6:56 AM, "Steven Yi [via Csound]" <[hidden email]>
>> wrote:
>>
>> Hi Deeloke,
>>
>> Using the 5.18 installer may work if you ran the installer, but I'm
>> not sure it'd work if you just picked out the file.
>>
>> Actually, it looks like CsoundAC doesn't build on any system that
>> doesn't have EIGEN3_INCLUDE_DIR defined. That needs to be changed to
>> use standard directories with the developer option to add custom
>> folders to their Custom.cmake.
>>
>> Let me see if I can get CsoundAC building on OSX.  If so, I'll upload
>> a build for 10.8.  If you need something for 10.6 or 10.7, then maybe
>> Victor can help.
>>
>> For CsoundAC to build with Brew, that'd require getting the right
>> dependencies installed from homebrew before installing. File a bug at
>> the homebrew-csound repo:
>>
>> https://github.com/kunstmusik/homebrew-csound/issues
>>
>> And I'll take a look when I have time to do so.
>>
>> Thanks,
>> steven
>>
>>
>> On Mon, Aug 26, 2013 at 11:59 AM, deeloke <> href="> href="x-msg://78/user/SendEmail.jtp?type=node&amp;node=5727121&amp;i=0">x-msg://78/user/SendEmail.jtp?type=node&node=5727121&i=0"
>> target="_top" rel="nofollow" link="external">[hidden email]> wrote:
>>
>>> Hi, this homebrew file provides Csound version 6.00.1 on my install of
>>> 10.8.4.
>>>
>>> However the CsoundAC files do not appear to be included properly.
>>>
>>> I tried copying the missing files from
>>> csound5.18.031-OSX10.6-universal.pkg
>>> (using Paficist) from this directory:
>>>
>>>
>>> /Library/Frameworks/CsoundLib.framework/Versions/5.2/Resources/Python/Current
>>>
>>> The files were copied to
>>> /Library/Frameworks/CsoundLib64.framework/Resources/Python/Current
>>>
>>> When I import CsoundAC in python, this error is produced:
>>>
>>>> python
>>> Python 2.7.3 (default, Aug 11 2013, 17:45:32)
>>> [GCC 4.2.1 Compatible Apple LLVM 4.2 (clang-425.0.24)] on darwin
>>> Type "help", "copyright", "credits" or "license" for more information.
>>>>>> import CsoundAC
>>> Fatal Python error: PyThreadState_Get: no current thread
>>> Abort trap: 6
>>>
>>> What's the best way to use CsoundAC on 10.8?
>>>
>>> Cheers,
>>> deeloke
>>>
>>>
>>>
>>> --
>>> View this message in context:
>>> http://csound.1045644.n5.nabble.com/OSX-Homebrew-tp5723213p5727112.html
>>> Sent from the Csound - Dev mailing list archive at Nabble.com.
>>>
>>>
>>>
>>> ------------------------------------------------------------------------------
>>> Introducing Performance Central, a new site from SourceForge and
>>> AppDynamics. Performance Central is your source for news, insights,
>>> analysis and resources for efficient Application Performance Management.
>>> Visit us today!
>>>
>>>
>>> http://pubads.g.doubleclick.net/gampad/clk?id=48897511&iu=/4140/ostg.clktrk
>>> _______________________________________________
>>> Csound-devel mailing list
>>> x-msg://78/user/SendEmail.jtp?type=node&node=5727121&i=1"
>>> target="_top" rel="nofollow" link="external">[hidden email]
>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>
>> ------------------------------------------------------------------------------
>> Introducing Performance Central, a new site from SourceForge and
>> AppDynamics. Performance Central is your source for news, insights,
>> analysis and resources for efficient Application Performance Management.
>> Visit us today!
>>
>> http://pubads.g.doubleclick.net/gampad/clk?id=48897511&iu=/4140/ostg.clktrk
>> _______________________________________________
>> Csound-devel mailing list
>> x-msg://78/user/SendEmail.jtp?type=node&node=5727121&i=2"
>> target="_top" rel="nofollow" link="external">[hidden email]
>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>
>>
>> ________________________________
>> If you reply to this email, your message will be added to the discussion
>> below:
>> http://csound.1045644.n5.nabble.com/OSX-Homebrew-tp5723213p5727121.html
>> To unsubscribe from OSX: Homebrew, click here.
>> NAML
>>
>>
>> [hidden email]
>>
>>
>>
>>
>> ________________________________
>> View this message in context: Re: OSX: Homebrew (CsoundAC)
>>
>> Sent from the Csound - Dev mailing list archive at Nabble.com.
>>
>>
>> ------------------------------------------------------------------------------
>> Introducing Performance Central, a new site from SourceForge and
>> AppDynamics. Performance Central is your source for news, insights,
>> analysis and resources for efficient Application Performance Management.
>> Visit us today!
>>
>> http://pubads.g.doubleclick.net/gampad/clk?id=48897511&iu=/4140/ostg.clktrk
>> _______________________________________________
>> Csound-devel mailing list
>> > target="_top" rel="nofollow" link="external">[hidden email]
>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>
> ------------------------------------------------------------------------------
> Introducing Performance Central, a new site from SourceForge and
> AppDynamics. Performance Central is your source for news, insights,
> analysis and resources for efficient Application Performance Management.
> Visit us today!
> http://pubads.g.doubleclick.net/gampad/clk?id=48897511&iu=/4140/ostg.clktrk
> _______________________________________________
> Csound-devel mailing list
>  target="_top" rel="nofollow" link="external">[hidden email]
> https://lists.sourceforge.net/lists/listinfo/csound-devel
>
>
> ________________________________
> If you reply to this email, your message will be added to the discussion
> below:
> http://csound.1045644.n5.nabble.com/OSX-Homebrew-tp5723213p5727123.html
> To unsubscribe from OSX: Homebrew, click here.
> NAML
>
>
> [hidden email]
>
>
>
>
> [hidden email]
>
>
>
>
> ________________________________
> View this message in context: Re: OSX: Homebrew (CsoundAC)
> Sent from the Csound - Dev mailing list archive at Nabble.com.
>
> ------------------------------------------------------------------------------
> Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
> Discover the easy way to master current and previous Microsoft technologies
> and advance your career. Get an incredible 1,500+ hours of step-by-step
> tutorial videos with LearnDevNow. Subscribe today and save!
> http://pubads.g.doubleclick.net/gampad/clk?id=58040911&iu=/4140/ostg.clktrk
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel
>

------------------------------------------------------------------------------
Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
Discover the easy way to master current and previous Microsoft technologies
and advance your career. Get an incredible 1,500+ hours of step-by-step
tutorial videos with LearnDevNow. Subscribe today and save!
http://pubads.g.doubleclick.net/gampad/clk?id=58040911&iu=/4140/ostg.clktrk
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2013-08-30 14:26
Fromdeeloke
SubjectRe: [Cs-dev] OSX: Homebrew (CsoundAC)
AttachmentsNone  None  

Hi Steven,

this  latest build you posted doesn't successfully install CsoundAC on 10.8.4. This is what I tried:
a) removed sound python files from:
/Library/Frameworks/CsoundLib64.framework/Resources/Python/Current 
b) installed csound6.00.1-OSX10.8-x86_64.dmg from the link you provided in the email below

here's the transcript:
---start----

> csound
virtual_keyboard real time MIDI plugin for Csound
Error: define environment variable RAWWAVE_PATH
(points to rawwaves directory) to use STK opcodes.
0dBFS level = 32768.0
Csound version 6.00.1 (double samples) Aug 26 2013
libsndfile-1.0.25

 > python
Python 2.7.2 (default, Oct 11 2012, 20:14:37) 
[GCC 4.2.1 Compatible Apple Clang 4.0 (tags/Apple/clang-418.0.60)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import CsoundAC
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/Library/Python/2.7/site-packages/CsoundAC.py", line 26, in <module>
    _CsoundAC = swig_import_helper()
  File "/Library/Python/2.7/site-packages/CsoundAC.py", line 22, in swig_import_helper
    _mod = imp.load_module('_CsoundAC', fp, pathname, description)
ImportError: dlopen(/Library/Python/2.7/site-packages/_CsoundAC.so, 2): Library not loaded: /usr/local/lib/libCsoundAC.6.0.dylib
  Referenced from: /Library/Python/2.7/site-packages/_CsoundAC.so
  Reason: image not found
 > ls /usr/local/lib/libCsoundAC.6.0.dylib
ls: /usr/local/lib/libCsoundAC.6.0.dylib: No such file or directory
---END---

-Damien.

On 28/08/2013, at 1:13 AM, Steven Yi [via Csound] <[hidden email]> wrote:

Hi Damien,

Could you try this one:

http://www.kunstmusik.com/csound6.00.1-OSX10.8-x86_64.dmg

Thanks,
steven

On Tue, Aug 27, 2013 at 12:44 PM, Steven Yi <<a href="x-msg://89/user/SendEmail.jtp?type=node&amp;node=5727132&amp;i=0" target="_top" rel="nofollow" link="external">[hidden email]> wrote:

> Well it looks like the _CsoundAC.so is linked to the
> libcsoundAC.6.0.0.dylib, and that latter library should be installed
> into /usr/local/lib with the installer.  The link is a bare link
> rather than absolute path.  It looks like I'll have to modify the
> installer to either add a symlink to libcsoundAC.6.0.0.dylib to the
> python install directory, or modify the _CsoundAC.so link path to
> resolve to libCsoundAC in /usr/local/lib.  I'll experiment here with
> the latter and post another build.
>
> On Tue, Aug 27, 2013 at 12:47 AM, deeloke <<a href="x-msg://89/user/SendEmail.jtp?type=node&amp;node=5727132&amp;i=1" target="_top" rel="nofollow" link="external">[hidden email]> wrote:
>> Hi Steven,
>>
>> Its not working on my computer yet.
>>
>> Here is the error message produced when importing CsoundAC after using your
>> installer to install Csound 6:
>>
>>  > python
>> Python 2.7.3 (default, Aug 11 2013, 17:45:32)
>> [GCC 4.2.1 Compatible Apple LLVM 4.2 (clang-425.0.24)] on darwin
>> Type "help", "copyright", "credits" or "license" for more information.
>>>>> import CsoundAC
>> Traceback (most recent call last):
>>   File "<stdin>", line 1, in <module>
>>   File "/Library/Python/2.7/site-packages/CsoundAC.py", line 26, in <module>
>>     _CsoundAC = swig_import_helper()
>>   File "/Library/Python/2.7/site-packages/CsoundAC.py", line 22, in
>> swig_import_helper
>>     _mod = imp.load_module('_CsoundAC', fp, pathname, description)
>> ImportError: dlopen(/Library/Python/2.7/site-packages/_CsoundAC.so, 2):
>> Library not loaded: libCsoundAC.6.0.dylib
>>   Referenced from: /Library/Python/2.7/site-packages/_CsoundAC.so
>>   Reason: image not found
>>>>>
>>
>> -Damien.
>>
>> On 27/08/2013, at 10:28 AM, Steven Yi [via Csound] <[hidden email]> wrote:
>>
>> Hi Damien,
>>
>> I have CsoundAC building after fixing up the CMake file.  I have a
>> build posted at:
>>
>> http://www.kunstmusik.com/csound6.00.1-OSX10.8-x86_64.dmg
>>
>> Could you try this at let me know if it's working for you?  One thing
>> is that the Lua interface for Csound and CsoundAC are not building on
>> OSX, but this should have CsoundAC for Python.
>>
>> As for the csound homebrew recipe, it needs to be updated so that
>> building from --head uses the develop branch. I'll probably take a
>> look at this tomorrow.
>>
>> Thanks,
>> steven
>>
>> On Mon, Aug 26, 2013 at 10:13 PM, deeloke <<a
>> href="<a href="x-msg://8/user/SendEmail.jtp?type=node&amp;amp;node=5727123&amp;amp;i=0">x-msg://8/user/SendEmail.jtp?type=node&amp;node=5727123&amp;i=0"
>> target="_top" rel="nofollow" link="external">[hidden email]> wrote:
>>
>>> Hi Steve,
>>>
>>> thanks replying so quickly.
>>>
>>> i've logged the bug at Github. I only require a working version for 10.8.
>>> I
>>> suspected the EIGEN3_INCLUDE_DIR was the culprit.
>>>
>>> The csound5-1.19.02.1-OSX10.8-universal installer does not properly
>>> install
>>> the CsoundAC files, but a forum user reported that the 5.18 version works
>>> fine.
>>>
>>> In my experience, the Csound universal installer writes over the Homebrew
>>> libraries, breaking Homebrew in the process.  But it appears there is no
>>> other choice for mac users right now, if CsoundAC is needed.
>>>
>>> Thanks for looking into this. In every other respect your Csound tap
>>> worked
>>> great.
>>>
>>>  Let me know if I can do anything else to help.
>>>
>>> Kind regards,
>>> Damien.
>>>
>>>
>>> On 27/08/2013, at 6:56 AM, "Steven Yi [via Csound]" <[hidden email]>
>>> wrote:
>>>
>>> Hi Deeloke,
>>>
>>> Using the 5.18 installer may work if you ran the installer, but I'm
>>> not sure it'd work if you just picked out the file.
>>>
>>> Actually, it looks like CsoundAC doesn't build on any system that
>>> doesn't have EIGEN3_INCLUDE_DIR defined. That needs to be changed to
>>> use standard directories with the developer option to add custom
>>> folders to their Custom.cmake.
>>>
>>> Let me see if I can get CsoundAC building on OSX.  If so, I'll upload
>>> a build for 10.8.  If you need something for 10.6 or 10.7, then maybe
>>> Victor can help.
>>>
>>> For CsoundAC to build with Brew, that'd require getting the right
>>> dependencies installed from homebrew before installing. File a bug at
>>> the homebrew-csound repo:
>>>
>>> https://github.com/kunstmusik/homebrew-csound/issues
>>>
>>> And I'll take a look when I have time to do so.
>>>
>>> Thanks,
>>> steven
>>>
>>>
>>> On Mon, Aug 26, 2013 at 11:59 AM, deeloke <<a
>>> href="<a
>>> href="<a href="x-msg://78/user/SendEmail.jtp?type=node&amp;amp;amp;node=5727121&amp;amp;amp;i=0">x-msg://78/user/SendEmail.jtp?type=node&amp;amp;node=5727121&amp;amp;i=0"><a href="x-msg://78/user/SendEmail.jtp?type=node&amp;amp;node=5727121&amp;amp;i=0">x-msg://78/user/SendEmail.jtp?type=node&amp;node=5727121&amp;i=0"
>>> target="_top" rel="nofollow" link="external">[hidden email]> wrote:
>>>
>>>> Hi, this homebrew file provides Csound version 6.00.1 on my install of
>>>> 10.8.4.
>>>>
>>>> However the CsoundAC files do not appear to be included properly.
>>>>
>>>> I tried copying the missing files from
>>>> csound5.18.031-OSX10.6-universal.pkg
>>>> (using Paficist) from this directory:
>>>>
>>>>
>>>> /Library/Frameworks/CsoundLib.framework/Versions/5.2/Resources/Python/Current
>>>>
>>>> The files were copied to
>>>> /Library/Frameworks/CsoundLib64.framework/Resources/Python/Current
>>>>
>>>> When I import CsoundAC in python, this error is produced:
>>>>
>>>>> python
>>>> Python 2.7.3 (default, Aug 11 2013, 17:45:32)
>>>> [GCC 4.2.1 Compatible Apple LLVM 4.2 (clang-425.0.24)] on darwin
>>>> Type "help", "copyright", "credits" or "license" for more information.
>>>>>>> import CsoundAC
>>>> Fatal Python error: PyThreadState_Get: no current thread
>>>> Abort trap: 6
>>>>
>>>> What's the best way to use CsoundAC on 10.8?
>>>>
>>>> Cheers,
>>>> deeloke
>>>>
>>>>
>>>>
>>>> --
>>>> View this message in context:
>>>> http://csound.1045644.n5.nabble.com/OSX-Homebrew-tp5723213p5727112.html
>>>> Sent from the Csound - Dev mailing list archive at Nabble.com.
>>>>
>>>>
>>>>
>>>> ------------------------------------------------------------------------------
>>>> Introducing Performance Central, a new site from SourceForge and
>>>> AppDynamics. Performance Central is your source for news, insights,
>>>> analysis and resources for efficient Application Performance Management.
>>>> Visit us today!
>>>>
>>>>
>>>> http://pubads.g.doubleclick.net/gampad/clk?id=48897511&iu=/4140/ostg.clktrk
>>>> _______________________________________________
>>>> Csound-devel mailing list
>>>> <a href="<a
>>>> href="<a href="x-msg://78/user/SendEmail.jtp?type=node&amp;amp;amp;node=5727121&amp;amp;amp;i=1">x-msg://78/user/SendEmail.jtp?type=node&amp;amp;node=5727121&amp;amp;i=1"><a href="x-msg://78/user/SendEmail.jtp?type=node&amp;amp;node=5727121&amp;amp;i=1">x-msg://78/user/SendEmail.jtp?type=node&amp;node=5727121&amp;i=1"
>>>> target="_top" rel="nofollow" link="external">[hidden email]
>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>
>>> ------------------------------------------------------------------------------
>>> Introducing Performance Central, a new site from SourceForge and
>>> AppDynamics. Performance Central is your source for news, insights,
>>> analysis and resources for efficient Application Performance Management.
>>> Visit us today!
>>>
>>> http://pubads.g.doubleclick.net/gampad/clk?id=48897511&iu=/4140/ostg.clktrk
>>> _______________________________________________
>>> Csound-devel mailing list
>>> <a href="<a
>>> href="<a href="x-msg://78/user/SendEmail.jtp?type=node&amp;amp;amp;node=5727121&amp;amp;amp;i=2">x-msg://78/user/SendEmail.jtp?type=node&amp;amp;node=5727121&amp;amp;i=2"><a href="x-msg://78/user/SendEmail.jtp?type=node&amp;amp;node=5727121&amp;amp;i=2">x-msg://78/user/SendEmail.jtp?type=node&amp;node=5727121&amp;i=2"
>>> target="_top" rel="nofollow" link="external">[hidden email]
>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>
>>>
>>> ________________________________
>>> If you reply to this email, your message will be added to the discussion
>>> below:
>>> http://csound.1045644.n5.nabble.com/OSX-Homebrew-tp5723213p5727121.html
>>> To unsubscribe from OSX: Homebrew, click here.
>>> NAML
>>>
>>>
>>> [hidden email]
>>>
>>>
>>>
>>>
>>> ________________________________
>>> View this message in context: Re: OSX: Homebrew (CsoundAC)
>>>
>>> Sent from the Csound - Dev mailing list archive at Nabble.com.
>>>
>>>
>>> ------------------------------------------------------------------------------
>>> Introducing Performance Central, a new site from SourceForge and
>>> AppDynamics. Performance Central is your source for news, insights,
>>> analysis and resources for efficient Application Performance Management.
>>> Visit us today!
>>>
>>> http://pubads.g.doubleclick.net/gampad/clk?id=48897511&iu=/4140/ostg.clktrk
>>> _______________________________________________
>>> Csound-devel mailing list
>>> <a href="<a href="x-msg://8/user/SendEmail.jtp?type=node&amp;amp;node=5727123&amp;amp;i=1">x-msg://8/user/SendEmail.jtp?type=node&amp;node=5727123&amp;i=1"
>>> target="_top" rel="nofollow" link="external">[hidden email]
>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>
>> ------------------------------------------------------------------------------
>> Introducing Performance Central, a new site from SourceForge and
>> AppDynamics. Performance Central is your source for news, insights,
>> analysis and resources for efficient Application Performance Management.
>> Visit us today!
>> http://pubads.g.doubleclick.net/gampad/clk?id=48897511&iu=/4140/ostg.clktrk
>> _______________________________________________
>> Csound-devel mailing list
>> <a href="<a href="x-msg://8/user/SendEmail.jtp?type=node&amp;amp;node=5727123&amp;amp;i=2">x-msg://8/user/SendEmail.jtp?type=node&amp;node=5727123&amp;i=2"
>> target="_top" rel="nofollow" link="external">[hidden email]
>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>
>>
>> ________________________________
>> If you reply to this email, your message will be added to the discussion
>> below:
>> http://csound.1045644.n5.nabble.com/OSX-Homebrew-tp5723213p5727123.html
>> To unsubscribe from OSX: Homebrew, click here.
>> NAML
>>
>>
>> [hidden email]
>>
>>
>>
>>
>> ________________________________
>> View this message in context: Re: OSX: Homebrew (CsoundAC)
>> Sent from the Csound - Dev mailing list archive at Nabble.com.
>>
>> ------------------------------------------------------------------------------
>> Introducing Performance Central, a new site from SourceForge and
>> AppDynamics. Performance Central is your source for news, insights,
>> analysis and resources for efficient Application Performance Management.
>> Visit us today!
>> http://pubads.g.doubleclick.net/gampad/clk?id=48897511&iu=/4140/ostg.clktrk
>> _______________________________________________
>> Csound-devel mailing list
>> <a href="x-msg://89/user/SendEmail.jtp?type=node&amp;node=5727132&amp;i=2" target="_top" rel="nofollow" link="external">[hidden email]
>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>
------------------------------------------------------------------------------
Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
Discover the easy way to master current and previous Microsoft technologies
and advance your career. Get an incredible 1,500+ hours of step-by-step
tutorial videos with LearnDevNow. Subscribe today and save!
http://pubads.g.doubleclick.net/gampad/clk?id=58040911&iu=/4140/ostg.clktrk
_______________________________________________
Csound-devel mailing list
<a href="x-msg://89/user/SendEmail.jtp?type=node&amp;node=5727132&amp;i=3" target="_top" rel="nofollow" link="external">[hidden email]
https://lists.sourceforge.net/lists/listinfo/csound-devel



If you reply to this email, your message will be added to the discussion below:
http://csound.1045644.n5.nabble.com/OSX-Homebrew-tp5723213p5727132.html
To unsubscribe from OSX: Homebrew, click here.
NAML





View this message in context: Re: OSX: Homebrew (CsoundAC)
Sent from the Csound - Dev mailing list archive at Nabble.com.

Date2013-08-30 16:50
FromSteven Yi
SubjectRe: [Cs-dev] OSX: Homebrew (CsoundAC)
Hi Damien,

Thanks for reporting all that.  It looks like the issue is that the
postinstall script was setting up links for CsoundAC6 and not
CsoundAC.  So the things you have in that extension folder may be from
some other install. I'm guessing that CsoundAC was versioned as
CsoundAC6 at some point, then it changed back to CsoundAC, but the OSX
installer script wasn't updated for this.

I'm doing a build now and will reply when there's something to test.

Thanks!
steven

On Fri, Aug 30, 2013 at 9:26 AM, deeloke  wrote:
> Hi Steven,
> this  latest build you posted doesn't successfully install CsoundAC on
> 10.8.4. This is what I tried:
> a) removed sound python files from:
> /Library/Frameworks/CsoundLib64.framework/Resources/Python/Current
> b) installed csound6.00.1-OSX10.8-x86_64.dmg from the link you provided in
> the email below
>
> here's the transcript:
> ---start----
>
>> csound
> virtual_keyboard real time MIDI plugin for Csound
> Error: define environment variable RAWWAVE_PATH
> (points to rawwaves directory) to use STK opcodes.
> 0dBFS level = 32768.0
> Csound version 6.00.1 (double samples) Aug 26 2013
> libsndfile-1.0.25
>
>  > python
> Python 2.7.2 (default, Oct 11 2012, 20:14:37)
> [GCC 4.2.1 Compatible Apple Clang 4.0 (tags/Apple/clang-418.0.60)] on darwin
> Type "help", "copyright", "credits" or "license" for more information.
>>>> import CsoundAC
> Traceback (most recent call last):
>   File "", line 1, in 
>   File "/Library/Python/2.7/site-packages/CsoundAC.py", line 26, in 
>     _CsoundAC = swig_import_helper()
>   File "/Library/Python/2.7/site-packages/CsoundAC.py", line 22, in
> swig_import_helper
>     _mod = imp.load_module('_CsoundAC', fp, pathname, description)
> ImportError: dlopen(/Library/Python/2.7/site-packages/_CsoundAC.so, 2):
> Library not loaded: /usr/local/lib/libCsoundAC.6.0.dylib
>   Referenced from: /Library/Python/2.7/site-packages/_CsoundAC.so
>   Reason: image not found
>  > ls /usr/local/lib/libCsoundAC.6.0.dylib
> ls: /usr/local/lib/libCsoundAC.6.0.dylib: No such file or directory
> ---END---
>
> -Damien.
>
> On 28/08/2013, at 1:13 AM, Steven Yi [via Csound] <[hidden email]> wrote:
>
> Hi Damien,
>
> Could you try this one:
>
> http://www.kunstmusik.com/csound6.00.1-OSX10.8-x86_64.dmg
>
> Thanks,
> steven
>
> On Tue, Aug 27, 2013 at 12:44 PM, Steven Yi < href="x-msg://89/user/SendEmail.jtp?type=node&node=5727132&i=0"
> target="_top" rel="nofollow" link="external">[hidden email]> wrote:
>
>> Well it looks like the _CsoundAC.so is linked to the
>> libcsoundAC.6.0.0.dylib, and that latter library should be installed
>> into /usr/local/lib with the installer.  The link is a bare link
>> rather than absolute path.  It looks like I'll have to modify the
>> installer to either add a symlink to libcsoundAC.6.0.0.dylib to the
>> python install directory, or modify the _CsoundAC.so link path to
>> resolve to libCsoundAC in /usr/local/lib.  I'll experiment here with
>> the latter and post another build.
>>
>> On Tue, Aug 27, 2013 at 12:47 AM, deeloke <> href="x-msg://89/user/SendEmail.jtp?type=node&node=5727132&i=1"
>> target="_top" rel="nofollow" link="external">[hidden email]> wrote:
>>> Hi Steven,
>>>
>>> Its not working on my computer yet.
>>>
>>> Here is the error message produced when importing CsoundAC after using
>>> your
>>> installer to install Csound 6:
>>>
>>>  > python
>>> Python 2.7.3 (default, Aug 11 2013, 17:45:32)
>>> [GCC 4.2.1 Compatible Apple LLVM 4.2 (clang-425.0.24)] on darwin
>>> Type "help", "copyright", "credits" or "license" for more information.
>>>>>> import CsoundAC
>>> Traceback (most recent call last):
>>>   File "", line 1, in 
>>>   File "/Library/Python/2.7/site-packages/CsoundAC.py", line 26, in
>>> 
>>>     _CsoundAC = swig_import_helper()
>>>   File "/Library/Python/2.7/site-packages/CsoundAC.py", line 22, in
>>> swig_import_helper
>>>     _mod = imp.load_module('_CsoundAC', fp, pathname, description)
>>> ImportError: dlopen(/Library/Python/2.7/site-packages/_CsoundAC.so, 2):
>>> Library not loaded: libCsoundAC.6.0.dylib
>>>   Referenced from: /Library/Python/2.7/site-packages/_CsoundAC.so
>>>   Reason: image not found
>>>>>>
>>>
>>> -Damien.
>>>
>>> On 27/08/2013, at 10:28 AM, Steven Yi [via Csound] <[hidden email]>
>>> wrote:
>>>
>>> Hi Damien,
>>>
>>> I have CsoundAC building after fixing up the CMake file.  I have a
>>> build posted at:
>>>
>>> http://www.kunstmusik.com/csound6.00.1-OSX10.8-x86_64.dmg
>>>
>>> Could you try this at let me know if it's working for you?  One thing
>>> is that the Lua interface for Csound and CsoundAC are not building on
>>> OSX, but this should have CsoundAC for Python.
>>>
>>> As for the csound homebrew recipe, it needs to be updated so that
>>> building from --head uses the develop branch. I'll probably take a
>>> look at this tomorrow.
>>>
>>> Thanks,
>>> steven
>>>
>>> On Mon, Aug 26, 2013 at 10:13 PM, deeloke <>> href=">> href="x-msg://8/user/SendEmail.jtp?type=node&amp;node=5727123&amp;i=0">x-msg://8/user/SendEmail.jtp?type=node&node=5727123&i=0"
>>> target="_top" rel="nofollow" link="external">[hidden email]> wrote:
>>>
>>>> Hi Steve,
>>>>
>>>> thanks replying so quickly.
>>>>
>>>> i've logged the bug at Github. I only require a working version for
>>>> 10.8.
>>>> I
>>>> suspected the EIGEN3_INCLUDE_DIR was the culprit.
>>>>
>>>> The csound5-1.19.02.1-OSX10.8-universal installer does not properly
>>>> install
>>>> the CsoundAC files, but a forum user reported that the 5.18 version
>>>> works
>>>> fine.
>>>>
>>>> In my experience, the Csound universal installer writes over the
>>>> Homebrew
>>>> libraries, breaking Homebrew in the process.  But it appears there is no
>>>> other choice for mac users right now, if CsoundAC is needed.
>>>>
>>>> Thanks for looking into this. In every other respect your Csound tap
>>>> worked
>>>> great.
>>>>
>>>>  Let me know if I can do anything else to help.
>>>>
>>>> Kind regards,
>>>> Damien.
>>>>
>>>>
>>>> On 27/08/2013, at 6:56 AM, "Steven Yi [via Csound]" <[hidden email]>
>>>> wrote:
>>>>
>>>> Hi Deeloke,
>>>>
>>>> Using the 5.18 installer may work if you ran the installer, but I'm
>>>> not sure it'd work if you just picked out the file.
>>>>
>>>> Actually, it looks like CsoundAC doesn't build on any system that
>>>> doesn't have EIGEN3_INCLUDE_DIR defined. That needs to be changed to
>>>> use standard directories with the developer option to add custom
>>>> folders to their Custom.cmake.
>>>>
>>>> Let me see if I can get CsoundAC building on OSX.  If so, I'll upload
>>>> a build for 10.8.  If you need something for 10.6 or 10.7, then maybe
>>>> Victor can help.
>>>>
>>>> For CsoundAC to build with Brew, that'd require getting the right
>>>> dependencies installed from homebrew before installing. File a bug at
>>>> the homebrew-csound repo:
>>>>
>>>> https://github.com/kunstmusik/homebrew-csound/issues
>>>>
>>>> And I'll take a look when I have time to do so.
>>>>
>>>> Thanks,
>>>> steven
>>>>
>>>>
>>>> On Mon, Aug 26, 2013 at 11:59 AM, deeloke <>>> href=">>> href=">>> href="x-msg://78/user/SendEmail.jtp?type=node&amp;amp;node=5727121&amp;amp;i=0">x-msg://78/user/SendEmail.jtp?type=node&amp;node=5727121&amp;i=0">>>> href="x-msg://78/user/SendEmail.jtp?type=node&amp;node=5727121&amp;i=0">x-msg://78/user/SendEmail.jtp?type=node&node=5727121&i=0"
>>>> target="_top" rel="nofollow" link="external">[hidden email]> wrote:
>>>>
>>>>> Hi, this homebrew file provides Csound version 6.00.1 on my install of
>>>>> 10.8.4.
>>>>>
>>>>> However the CsoundAC files do not appear to be included properly.
>>>>>
>>>>> I tried copying the missing files from
>>>>> csound5.18.031-OSX10.6-universal.pkg
>>>>> (using Paficist) from this directory:
>>>>>
>>>>>
>>>>>
>>>>> /Library/Frameworks/CsoundLib.framework/Versions/5.2/Resources/Python/Current
>>>>>
>>>>> The files were copied to
>>>>> /Library/Frameworks/CsoundLib64.framework/Resources/Python/Current
>>>>>
>>>>> When I import CsoundAC in python, this error is produced:
>>>>>
>>>>>> python
>>>>> Python 2.7.3 (default, Aug 11 2013, 17:45:32)
>>>>> [GCC 4.2.1 Compatible Apple LLVM 4.2 (clang-425.0.24)] on darwin
>>>>> Type "help", "copyright", "credits" or "license" for more information.
>>>>>>>> import CsoundAC
>>>>> Fatal Python error: PyThreadState_Get: no current thread
>>>>> Abort trap: 6
>>>>>
>>>>> What's the best way to use CsoundAC on 10.8?
>>>>>
>>>>> Cheers,
>>>>> deeloke
>>>>>
>>>>>
>>>>>
>>>>> --
>>>>> View this message in context:
>>>>> http://csound.1045644.n5.nabble.com/OSX-Homebrew-tp5723213p5727112.html
>>>>> Sent from the Csound - Dev mailing list archive at Nabble.com.
>>>>>
>>>>>
>>>>>
>>>>>
>>>>> ------------------------------------------------------------------------------
>>>>> Introducing Performance Central, a new site from SourceForge and
>>>>> AppDynamics. Performance Central is your source for news, insights,
>>>>> analysis and resources for efficient Application Performance
>>>>> Management.
>>>>> Visit us today!
>>>>>
>>>>>
>>>>>
>>>>> http://pubads.g.doubleclick.net/gampad/clk?id=48897511&iu=/4140/ostg.clktrk
>>>>> _______________________________________________
>>>>> Csound-devel mailing list
>>>>> >>>> href="x-msg://78/user/SendEmail.jtp?type=node&amp;amp;node=5727121&amp;amp;i=1">x-msg://78/user/SendEmail.jtp?type=node&amp;node=5727121&amp;i=1">>>>> href="x-msg://78/user/SendEmail.jtp?type=node&amp;node=5727121&amp;i=1">x-msg://78/user/SendEmail.jtp?type=node&node=5727121&i=1"
>>>>> target="_top" rel="nofollow" link="external">[hidden email]
>>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>
>>>>
>>>> ------------------------------------------------------------------------------
>>>> Introducing Performance Central, a new site from SourceForge and
>>>> AppDynamics. Performance Central is your source for news, insights,
>>>> analysis and resources for efficient Application Performance Management.
>>>> Visit us today!
>>>>
>>>>
>>>> http://pubads.g.doubleclick.net/gampad/clk?id=48897511&iu=/4140/ostg.clktrk
>>>> _______________________________________________
>>>> Csound-devel mailing list
>>>> >>> href="x-msg://78/user/SendEmail.jtp?type=node&amp;amp;node=5727121&amp;amp;i=2">x-msg://78/user/SendEmail.jtp?type=node&amp;node=5727121&amp;i=2">>>> href="x-msg://78/user/SendEmail.jtp?type=node&amp;node=5727121&amp;i=2">x-msg://78/user/SendEmail.jtp?type=node&node=5727121&i=2"
>>>> target="_top" rel="nofollow" link="external">[hidden email]
>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>
>>>>
>>>> ________________________________
>>>> If you reply to this email, your message will be added to the discussion
>>>> below:
>>>> http://csound.1045644.n5.nabble.com/OSX-Homebrew-tp5723213p5727121.html
>>>> To unsubscribe from OSX: Homebrew, click here.
>>>> NAML
>>>>
>>>>
>>>> [hidden email]
>>>>
>>>>
>>>>
>>>>
>>>> ________________________________
>>>> View this message in context: Re: OSX: Homebrew (CsoundAC)
>>>>
>>>> Sent from the Csound - Dev mailing list archive at Nabble.com.
>>>>
>>>>
>>>>
>>>> ------------------------------------------------------------------------------
>>>> Introducing Performance Central, a new site from SourceForge and
>>>> AppDynamics. Performance Central is your source for news, insights,
>>>> analysis and resources for efficient Application Performance Management.
>>>> Visit us today!
>>>>
>>>>
>>>> http://pubads.g.doubleclick.net/gampad/clk?id=48897511&iu=/4140/ostg.clktrk
>>>> _______________________________________________
>>>> Csound-devel mailing list
>>>> x-msg://8/user/SendEmail.jtp?type=node&node=5727123&i=1"
>>>> target="_top" rel="nofollow" link="external">[hidden email]
>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>
>>>
>>> ------------------------------------------------------------------------------
>>> Introducing Performance Central, a new site from SourceForge and
>>> AppDynamics. Performance Central is your source for news, insights,
>>> analysis and resources for efficient Application Performance Management.
>>> Visit us today!
>>>
>>> http://pubads.g.doubleclick.net/gampad/clk?id=48897511&iu=/4140/ostg.clktrk
>>> _______________________________________________
>>> Csound-devel mailing list
>>> x-msg://8/user/SendEmail.jtp?type=node&node=5727123&i=2"
>>> target="_top" rel="nofollow" link="external">[hidden email]
>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>
>>>
>>> ________________________________
>>> If you reply to this email, your message will be added to the discussion
>>> below:
>>> http://csound.1045644.n5.nabble.com/OSX-Homebrew-tp5723213p5727123.html
>>> To unsubscribe from OSX: Homebrew, click here.
>>> NAML
>>>
>>>
>>> [hidden email]
>>>
>>>
>>>
>>>
>>> ________________________________
>>> View this message in context: Re: OSX: Homebrew (CsoundAC)
>>> Sent from the Csound - Dev mailing list archive at Nabble.com.
>>>
>>>
>>> ------------------------------------------------------------------------------
>>> Introducing Performance Central, a new site from SourceForge and
>>> AppDynamics. Performance Central is your source for news, insights,
>>> analysis and resources for efficient Application Performance Management.
>>> Visit us today!
>>>
>>> http://pubads.g.doubleclick.net/gampad/clk?id=48897511&iu=/4140/ostg.clktrk
>>> _______________________________________________
>>> Csound-devel mailing list
>>> >> href="x-msg://89/user/SendEmail.jtp?type=node&node=5727132&i=2"
>>> target="_top" rel="nofollow" link="external">[hidden email]
>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>
> ------------------------------------------------------------------------------
> Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
> Discover the easy way to master current and previous Microsoft technologies
> and advance your career. Get an incredible 1,500+ hours of step-by-step
> tutorial videos with LearnDevNow. Subscribe today and save!
> http://pubads.g.doubleclick.net/gampad/clk?id=58040911&iu=/4140/ostg.clktrk
> _______________________________________________
> Csound-devel mailing list
>  target="_top" rel="nofollow" link="external">[hidden email]
> https://lists.sourceforge.net/lists/listinfo/csound-devel
>
>
> ________________________________
> If you reply to this email, your message will be added to the discussion
> below:
> http://csound.1045644.n5.nabble.com/OSX-Homebrew-tp5723213p5727132.html
> To unsubscribe from OSX: Homebrew, click here.
> NAML
>
>
>
>
>
> ________________________________
> View this message in context: Re: OSX: Homebrew (CsoundAC)
> Sent from the Csound - Dev mailing list archive at Nabble.com.
>
> ------------------------------------------------------------------------------
> Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
> Discover the easy way to master current and previous Microsoft technologies
> and advance your career. Get an incredible 1,500+ hours of step-by-step
> tutorial videos with LearnDevNow. Subscribe today and save!
> http://pubads.g.doubleclick.net/gampad/clk?id=58040911&iu=/4140/ostg.clktrk
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel
>

------------------------------------------------------------------------------
Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
Discover the easy way to master current and previous Microsoft technologies
and advance your career. Get an incredible 1,500+ hours of step-by-step
tutorial videos with LearnDevNow. Subscribe today and save!
http://pubads.g.doubleclick.net/gampad/clk?id=58040911&iu=/4140/ostg.clktrk
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2013-08-30 17:20
FromSteven Yi
SubjectRe: [Cs-dev] OSX: Homebrew (CsoundAC)
Ugh, I forgot that LuaJit doesn't work for x86_64 on OSX without
special flags at compile time[1].  That doesn't work for Python, nor
Java, and any program on OSX that itself doesn't have the flags, as
the Lua Opcodes crash on start.  I need to revise the installer system
to not build Lua opcodes on OSX, but do build the lua interfaces. (I
think the luajit executable itself does use the flags which is fine).

I was halfway uploading when I figured this out. I'll reply shortly
with the updated package.

steven


[1] - from http://luajit.org/install.html:

If you're building a 64 bit application on OSX which links directly or
indirectly against LuaJIT, you need to link your main executable with
these flags:

-pagezero_size 10000 -image_base 100000000

Also, it's recommended to rebase all (self-compiled) shared libraries
which are loaded at runtime on OSX/x64 (e.g. C extension modules for
Lua). See: man rebase

On Fri, Aug 30, 2013 at 9:26 AM, deeloke  wrote:
> Hi Steven,
> this  latest build you posted doesn't successfully install CsoundAC on
> 10.8.4. This is what I tried:
> a) removed sound python files from:
> /Library/Frameworks/CsoundLib64.framework/Resources/Python/Current
> b) installed csound6.00.1-OSX10.8-x86_64.dmg from the link you provided in
> the email below
>
> here's the transcript:
> ---start----
>
>> csound
> virtual_keyboard real time MIDI plugin for Csound
> Error: define environment variable RAWWAVE_PATH
> (points to rawwaves directory) to use STK opcodes.
> 0dBFS level = 32768.0
> Csound version 6.00.1 (double samples) Aug 26 2013
> libsndfile-1.0.25
>
>  > python
> Python 2.7.2 (default, Oct 11 2012, 20:14:37)
> [GCC 4.2.1 Compatible Apple Clang 4.0 (tags/Apple/clang-418.0.60)] on darwin
> Type "help", "copyright", "credits" or "license" for more information.
>>>> import CsoundAC
> Traceback (most recent call last):
>   File "", line 1, in 
>   File "/Library/Python/2.7/site-packages/CsoundAC.py", line 26, in 
>     _CsoundAC = swig_import_helper()
>   File "/Library/Python/2.7/site-packages/CsoundAC.py", line 22, in
> swig_import_helper
>     _mod = imp.load_module('_CsoundAC', fp, pathname, description)
> ImportError: dlopen(/Library/Python/2.7/site-packages/_CsoundAC.so, 2):
> Library not loaded: /usr/local/lib/libCsoundAC.6.0.dylib
>   Referenced from: /Library/Python/2.7/site-packages/_CsoundAC.so
>   Reason: image not found
>  > ls /usr/local/lib/libCsoundAC.6.0.dylib
> ls: /usr/local/lib/libCsoundAC.6.0.dylib: No such file or directory
> ---END---
>
> -Damien.
>
> On 28/08/2013, at 1:13 AM, Steven Yi [via Csound] <[hidden email]> wrote:
>
> Hi Damien,
>
> Could you try this one:
>
> http://www.kunstmusik.com/csound6.00.1-OSX10.8-x86_64.dmg
>
> Thanks,
> steven
>
> On Tue, Aug 27, 2013 at 12:44 PM, Steven Yi < href="x-msg://89/user/SendEmail.jtp?type=node&node=5727132&i=0"
> target="_top" rel="nofollow" link="external">[hidden email]> wrote:
>
>> Well it looks like the _CsoundAC.so is linked to the
>> libcsoundAC.6.0.0.dylib, and that latter library should be installed
>> into /usr/local/lib with the installer.  The link is a bare link
>> rather than absolute path.  It looks like I'll have to modify the
>> installer to either add a symlink to libcsoundAC.6.0.0.dylib to the
>> python install directory, or modify the _CsoundAC.so link path to
>> resolve to libCsoundAC in /usr/local/lib.  I'll experiment here with
>> the latter and post another build.
>>
>> On Tue, Aug 27, 2013 at 12:47 AM, deeloke <> href="x-msg://89/user/SendEmail.jtp?type=node&node=5727132&i=1"
>> target="_top" rel="nofollow" link="external">[hidden email]> wrote:
>>> Hi Steven,
>>>
>>> Its not working on my computer yet.
>>>
>>> Here is the error message produced when importing CsoundAC after using
>>> your
>>> installer to install Csound 6:
>>>
>>>  > python
>>> Python 2.7.3 (default, Aug 11 2013, 17:45:32)
>>> [GCC 4.2.1 Compatible Apple LLVM 4.2 (clang-425.0.24)] on darwin
>>> Type "help", "copyright", "credits" or "license" for more information.
>>>>>> import CsoundAC
>>> Traceback (most recent call last):
>>>   File "", line 1, in 
>>>   File "/Library/Python/2.7/site-packages/CsoundAC.py", line 26, in
>>> 
>>>     _CsoundAC = swig_import_helper()
>>>   File "/Library/Python/2.7/site-packages/CsoundAC.py", line 22, in
>>> swig_import_helper
>>>     _mod = imp.load_module('_CsoundAC', fp, pathname, description)
>>> ImportError: dlopen(/Library/Python/2.7/site-packages/_CsoundAC.so, 2):
>>> Library not loaded: libCsoundAC.6.0.dylib
>>>   Referenced from: /Library/Python/2.7/site-packages/_CsoundAC.so
>>>   Reason: image not found
>>>>>>
>>>
>>> -Damien.
>>>
>>> On 27/08/2013, at 10:28 AM, Steven Yi [via Csound] <[hidden email]>
>>> wrote:
>>>
>>> Hi Damien,
>>>
>>> I have CsoundAC building after fixing up the CMake file.  I have a
>>> build posted at:
>>>
>>> http://www.kunstmusik.com/csound6.00.1-OSX10.8-x86_64.dmg
>>>
>>> Could you try this at let me know if it's working for you?  One thing
>>> is that the Lua interface for Csound and CsoundAC are not building on
>>> OSX, but this should have CsoundAC for Python.
>>>
>>> As for the csound homebrew recipe, it needs to be updated so that
>>> building from --head uses the develop branch. I'll probably take a
>>> look at this tomorrow.
>>>
>>> Thanks,
>>> steven
>>>
>>> On Mon, Aug 26, 2013 at 10:13 PM, deeloke <>> href=">> href="x-msg://8/user/SendEmail.jtp?type=node&amp;node=5727123&amp;i=0">x-msg://8/user/SendEmail.jtp?type=node&node=5727123&i=0"
>>> target="_top" rel="nofollow" link="external">[hidden email]> wrote:
>>>
>>>> Hi Steve,
>>>>
>>>> thanks replying so quickly.
>>>>
>>>> i've logged the bug at Github. I only require a working version for
>>>> 10.8.
>>>> I
>>>> suspected the EIGEN3_INCLUDE_DIR was the culprit.
>>>>
>>>> The csound5-1.19.02.1-OSX10.8-universal installer does not properly
>>>> install
>>>> the CsoundAC files, but a forum user reported that the 5.18 version
>>>> works
>>>> fine.
>>>>
>>>> In my experience, the Csound universal installer writes over the
>>>> Homebrew
>>>> libraries, breaking Homebrew in the process.  But it appears there is no
>>>> other choice for mac users right now, if CsoundAC is needed.
>>>>
>>>> Thanks for looking into this. In every other respect your Csound tap
>>>> worked
>>>> great.
>>>>
>>>>  Let me know if I can do anything else to help.
>>>>
>>>> Kind regards,
>>>> Damien.
>>>>
>>>>
>>>> On 27/08/2013, at 6:56 AM, "Steven Yi [via Csound]" <[hidden email]>
>>>> wrote:
>>>>
>>>> Hi Deeloke,
>>>>
>>>> Using the 5.18 installer may work if you ran the installer, but I'm
>>>> not sure it'd work if you just picked out the file.
>>>>
>>>> Actually, it looks like CsoundAC doesn't build on any system that
>>>> doesn't have EIGEN3_INCLUDE_DIR defined. That needs to be changed to
>>>> use standard directories with the developer option to add custom
>>>> folders to their Custom.cmake.
>>>>
>>>> Let me see if I can get CsoundAC building on OSX.  If so, I'll upload
>>>> a build for 10.8.  If you need something for 10.6 or 10.7, then maybe
>>>> Victor can help.
>>>>
>>>> For CsoundAC to build with Brew, that'd require getting the right
>>>> dependencies installed from homebrew before installing. File a bug at
>>>> the homebrew-csound repo:
>>>>
>>>> https://github.com/kunstmusik/homebrew-csound/issues
>>>>
>>>> And I'll take a look when I have time to do so.
>>>>
>>>> Thanks,
>>>> steven
>>>>
>>>>
>>>> On Mon, Aug 26, 2013 at 11:59 AM, deeloke <>>> href=">>> href=">>> href="x-msg://78/user/SendEmail.jtp?type=node&amp;amp;node=5727121&amp;amp;i=0">x-msg://78/user/SendEmail.jtp?type=node&amp;node=5727121&amp;i=0">>>> href="x-msg://78/user/SendEmail.jtp?type=node&amp;node=5727121&amp;i=0">x-msg://78/user/SendEmail.jtp?type=node&node=5727121&i=0"
>>>> target="_top" rel="nofollow" link="external">[hidden email]> wrote:
>>>>
>>>>> Hi, this homebrew file provides Csound version 6.00.1 on my install of
>>>>> 10.8.4.
>>>>>
>>>>> However the CsoundAC files do not appear to be included properly.
>>>>>
>>>>> I tried copying the missing files from
>>>>> csound5.18.031-OSX10.6-universal.pkg
>>>>> (using Paficist) from this directory:
>>>>>
>>>>>
>>>>>
>>>>> /Library/Frameworks/CsoundLib.framework/Versions/5.2/Resources/Python/Current
>>>>>
>>>>> The files were copied to
>>>>> /Library/Frameworks/CsoundLib64.framework/Resources/Python/Current
>>>>>
>>>>> When I import CsoundAC in python, this error is produced:
>>>>>
>>>>>> python
>>>>> Python 2.7.3 (default, Aug 11 2013, 17:45:32)
>>>>> [GCC 4.2.1 Compatible Apple LLVM 4.2 (clang-425.0.24)] on darwin
>>>>> Type "help", "copyright", "credits" or "license" for more information.
>>>>>>>> import CsoundAC
>>>>> Fatal Python error: PyThreadState_Get: no current thread
>>>>> Abort trap: 6
>>>>>
>>>>> What's the best way to use CsoundAC on 10.8?
>>>>>
>>>>> Cheers,
>>>>> deeloke
>>>>>
>>>>>
>>>>>
>>>>> --
>>>>> View this message in context:
>>>>> http://csound.1045644.n5.nabble.com/OSX-Homebrew-tp5723213p5727112.html
>>>>> Sent from the Csound - Dev mailing list archive at Nabble.com.
>>>>>
>>>>>
>>>>>
>>>>>
>>>>> ------------------------------------------------------------------------------
>>>>> Introducing Performance Central, a new site from SourceForge and
>>>>> AppDynamics. Performance Central is your source for news, insights,
>>>>> analysis and resources for efficient Application Performance
>>>>> Management.
>>>>> Visit us today!
>>>>>
>>>>>
>>>>>
>>>>> http://pubads.g.doubleclick.net/gampad/clk?id=48897511&iu=/4140/ostg.clktrk
>>>>> _______________________________________________
>>>>> Csound-devel mailing list
>>>>> >>>> href="x-msg://78/user/SendEmail.jtp?type=node&amp;amp;node=5727121&amp;amp;i=1">x-msg://78/user/SendEmail.jtp?type=node&amp;node=5727121&amp;i=1">>>>> href="x-msg://78/user/SendEmail.jtp?type=node&amp;node=5727121&amp;i=1">x-msg://78/user/SendEmail.jtp?type=node&node=5727121&i=1"
>>>>> target="_top" rel="nofollow" link="external">[hidden email]
>>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>
>>>>
>>>> ------------------------------------------------------------------------------
>>>> Introducing Performance Central, a new site from SourceForge and
>>>> AppDynamics. Performance Central is your source for news, insights,
>>>> analysis and resources for efficient Application Performance Management.
>>>> Visit us today!
>>>>
>>>>
>>>> http://pubads.g.doubleclick.net/gampad/clk?id=48897511&iu=/4140/ostg.clktrk
>>>> _______________________________________________
>>>> Csound-devel mailing list
>>>> >>> href="x-msg://78/user/SendEmail.jtp?type=node&amp;amp;node=5727121&amp;amp;i=2">x-msg://78/user/SendEmail.jtp?type=node&amp;node=5727121&amp;i=2">>>> href="x-msg://78/user/SendEmail.jtp?type=node&amp;node=5727121&amp;i=2">x-msg://78/user/SendEmail.jtp?type=node&node=5727121&i=2"
>>>> target="_top" rel="nofollow" link="external">[hidden email]
>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>
>>>>
>>>> ________________________________
>>>> If you reply to this email, your message will be added to the discussion
>>>> below:
>>>> http://csound.1045644.n5.nabble.com/OSX-Homebrew-tp5723213p5727121.html
>>>> To unsubscribe from OSX: Homebrew, click here.
>>>> NAML
>>>>
>>>>
>>>> [hidden email]
>>>>
>>>>
>>>>
>>>>
>>>> ________________________________
>>>> View this message in context: Re: OSX: Homebrew (CsoundAC)
>>>>
>>>> Sent from the Csound - Dev mailing list archive at Nabble.com.
>>>>
>>>>
>>>>
>>>> ------------------------------------------------------------------------------
>>>> Introducing Performance Central, a new site from SourceForge and
>>>> AppDynamics. Performance Central is your source for news, insights,
>>>> analysis and resources for efficient Application Performance Management.
>>>> Visit us today!
>>>>
>>>>
>>>> http://pubads.g.doubleclick.net/gampad/clk?id=48897511&iu=/4140/ostg.clktrk
>>>> _______________________________________________
>>>> Csound-devel mailing list
>>>> x-msg://8/user/SendEmail.jtp?type=node&node=5727123&i=1"
>>>> target="_top" rel="nofollow" link="external">[hidden email]
>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>
>>>
>>> ------------------------------------------------------------------------------
>>> Introducing Performance Central, a new site from SourceForge and
>>> AppDynamics. Performance Central is your source for news, insights,
>>> analysis and resources for efficient Application Performance Management.
>>> Visit us today!
>>>
>>> http://pubads.g.doubleclick.net/gampad/clk?id=48897511&iu=/4140/ostg.clktrk
>>> _______________________________________________
>>> Csound-devel mailing list
>>> x-msg://8/user/SendEmail.jtp?type=node&node=5727123&i=2"
>>> target="_top" rel="nofollow" link="external">[hidden email]
>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>
>>>
>>> ________________________________
>>> If you reply to this email, your message will be added to the discussion
>>> below:
>>> http://csound.1045644.n5.nabble.com/OSX-Homebrew-tp5723213p5727123.html
>>> To unsubscribe from OSX: Homebrew, click here.
>>> NAML
>>>
>>>
>>> [hidden email]
>>>
>>>
>>>
>>>
>>> ________________________________
>>> View this message in context: Re: OSX: Homebrew (CsoundAC)
>>> Sent from the Csound - Dev mailing list archive at Nabble.com.
>>>
>>>
>>> ------------------------------------------------------------------------------
>>> Introducing Performance Central, a new site from SourceForge and
>>> AppDynamics. Performance Central is your source for news, insights,
>>> analysis and resources for efficient Application Performance Management.
>>> Visit us today!
>>>
>>> http://pubads.g.doubleclick.net/gampad/clk?id=48897511&iu=/4140/ostg.clktrk
>>> _______________________________________________
>>> Csound-devel mailing list
>>> >> href="x-msg://89/user/SendEmail.jtp?type=node&node=5727132&i=2"
>>> target="_top" rel="nofollow" link="external">[hidden email]
>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>
> ------------------------------------------------------------------------------
> Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
> Discover the easy way to master current and previous Microsoft technologies
> and advance your career. Get an incredible 1,500+ hours of step-by-step
> tutorial videos with LearnDevNow. Subscribe today and save!
> http://pubads.g.doubleclick.net/gampad/clk?id=58040911&iu=/4140/ostg.clktrk
> _______________________________________________
> Csound-devel mailing list
>  target="_top" rel="nofollow" link="external">[hidden email]
> https://lists.sourceforge.net/lists/listinfo/csound-devel
>
>
> ________________________________
> If you reply to this email, your message will be added to the discussion
> below:
> http://csound.1045644.n5.nabble.com/OSX-Homebrew-tp5723213p5727132.html
> To unsubscribe from OSX: Homebrew, click here.
> NAML
>
>
>
>
>
> ________________________________
> View this message in context: Re: OSX: Homebrew (CsoundAC)
> Sent from the Csound - Dev mailing list archive at Nabble.com.
>
> ------------------------------------------------------------------------------
> Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
> Discover the easy way to master current and previous Microsoft technologies
> and advance your career. Get an incredible 1,500+ hours of step-by-step
> tutorial videos with LearnDevNow. Subscribe today and save!
> http://pubads.g.doubleclick.net/gampad/clk?id=58040911&iu=/4140/ostg.clktrk
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel
>

------------------------------------------------------------------------------
Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
Discover the easy way to master current and previous Microsoft technologies
and advance your career. Get an incredible 1,500+ hours of step-by-step
tutorial videos with LearnDevNow. Subscribe today and save!
http://pubads.g.doubleclick.net/gampad/clk?id=58040911&iu=/4140/ostg.clktrk
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2013-08-30 18:43
FromSteven Yi
SubjectRe: [Cs-dev] OSX: Homebrew (CsoundAC)
Hi Damien,

I think I've sorted out things.  Could you try this new build:

http://www.kunstmusik.com/csound6.00.1-OSX10.8-x86_64.dmg

Thanks!
steven

On Fri, Aug 30, 2013 at 12:20 PM, Steven Yi  wrote:
> Ugh, I forgot that LuaJit doesn't work for x86_64 on OSX without
> special flags at compile time[1].  That doesn't work for Python, nor
> Java, and any program on OSX that itself doesn't have the flags, as
> the Lua Opcodes crash on start.  I need to revise the installer system
> to not build Lua opcodes on OSX, but do build the lua interfaces. (I
> think the luajit executable itself does use the flags which is fine).
>
> I was halfway uploading when I figured this out. I'll reply shortly
> with the updated package.
>
> steven
>
>
> [1] - from http://luajit.org/install.html:
>
> If you're building a 64 bit application on OSX which links directly or
> indirectly against LuaJIT, you need to link your main executable with
> these flags:
>
> -pagezero_size 10000 -image_base 100000000
>
> Also, it's recommended to rebase all (self-compiled) shared libraries
> which are loaded at runtime on OSX/x64 (e.g. C extension modules for
> Lua). See: man rebase
>
> On Fri, Aug 30, 2013 at 9:26 AM, deeloke  wrote:
>> Hi Steven,
>> this  latest build you posted doesn't successfully install CsoundAC on
>> 10.8.4. This is what I tried:
>> a) removed sound python files from:
>> /Library/Frameworks/CsoundLib64.framework/Resources/Python/Current
>> b) installed csound6.00.1-OSX10.8-x86_64.dmg from the link you provided in
>> the email below
>>
>> here's the transcript:
>> ---start----
>>
>>> csound
>> virtual_keyboard real time MIDI plugin for Csound
>> Error: define environment variable RAWWAVE_PATH
>> (points to rawwaves directory) to use STK opcodes.
>> 0dBFS level = 32768.0
>> Csound version 6.00.1 (double samples) Aug 26 2013
>> libsndfile-1.0.25
>>
>>  > python
>> Python 2.7.2 (default, Oct 11 2012, 20:14:37)
>> [GCC 4.2.1 Compatible Apple Clang 4.0 (tags/Apple/clang-418.0.60)] on darwin
>> Type "help", "copyright", "credits" or "license" for more information.
>>>>> import CsoundAC
>> Traceback (most recent call last):
>>   File "", line 1, in 
>>   File "/Library/Python/2.7/site-packages/CsoundAC.py", line 26, in 
>>     _CsoundAC = swig_import_helper()
>>   File "/Library/Python/2.7/site-packages/CsoundAC.py", line 22, in
>> swig_import_helper
>>     _mod = imp.load_module('_CsoundAC', fp, pathname, description)
>> ImportError: dlopen(/Library/Python/2.7/site-packages/_CsoundAC.so, 2):
>> Library not loaded: /usr/local/lib/libCsoundAC.6.0.dylib
>>   Referenced from: /Library/Python/2.7/site-packages/_CsoundAC.so
>>   Reason: image not found
>>  > ls /usr/local/lib/libCsoundAC.6.0.dylib
>> ls: /usr/local/lib/libCsoundAC.6.0.dylib: No such file or directory
>> ---END---
>>
>> -Damien.
>>
>> On 28/08/2013, at 1:13 AM, Steven Yi [via Csound] <[hidden email]> wrote:
>>
>> Hi Damien,
>>
>> Could you try this one:
>>
>> http://www.kunstmusik.com/csound6.00.1-OSX10.8-x86_64.dmg
>>
>> Thanks,
>> steven
>>
>> On Tue, Aug 27, 2013 at 12:44 PM, Steven Yi <> href="x-msg://89/user/SendEmail.jtp?type=node&node=5727132&i=0"
>> target="_top" rel="nofollow" link="external">[hidden email]> wrote:
>>
>>> Well it looks like the _CsoundAC.so is linked to the
>>> libcsoundAC.6.0.0.dylib, and that latter library should be installed
>>> into /usr/local/lib with the installer.  The link is a bare link
>>> rather than absolute path.  It looks like I'll have to modify the
>>> installer to either add a symlink to libcsoundAC.6.0.0.dylib to the
>>> python install directory, or modify the _CsoundAC.so link path to
>>> resolve to libCsoundAC in /usr/local/lib.  I'll experiment here with
>>> the latter and post another build.
>>>
>>> On Tue, Aug 27, 2013 at 12:47 AM, deeloke <>> href="x-msg://89/user/SendEmail.jtp?type=node&node=5727132&i=1"
>>> target="_top" rel="nofollow" link="external">[hidden email]> wrote:
>>>> Hi Steven,
>>>>
>>>> Its not working on my computer yet.
>>>>
>>>> Here is the error message produced when importing CsoundAC after using
>>>> your
>>>> installer to install Csound 6:
>>>>
>>>>  > python
>>>> Python 2.7.3 (default, Aug 11 2013, 17:45:32)
>>>> [GCC 4.2.1 Compatible Apple LLVM 4.2 (clang-425.0.24)] on darwin
>>>> Type "help", "copyright", "credits" or "license" for more information.
>>>>>>> import CsoundAC
>>>> Traceback (most recent call last):
>>>>   File "", line 1, in 
>>>>   File "/Library/Python/2.7/site-packages/CsoundAC.py", line 26, in
>>>> 
>>>>     _CsoundAC = swig_import_helper()
>>>>   File "/Library/Python/2.7/site-packages/CsoundAC.py", line 22, in
>>>> swig_import_helper
>>>>     _mod = imp.load_module('_CsoundAC', fp, pathname, description)
>>>> ImportError: dlopen(/Library/Python/2.7/site-packages/_CsoundAC.so, 2):
>>>> Library not loaded: libCsoundAC.6.0.dylib
>>>>   Referenced from: /Library/Python/2.7/site-packages/_CsoundAC.so
>>>>   Reason: image not found
>>>>>>>
>>>>
>>>> -Damien.
>>>>
>>>> On 27/08/2013, at 10:28 AM, Steven Yi [via Csound] <[hidden email]>
>>>> wrote:
>>>>
>>>> Hi Damien,
>>>>
>>>> I have CsoundAC building after fixing up the CMake file.  I have a
>>>> build posted at:
>>>>
>>>> http://www.kunstmusik.com/csound6.00.1-OSX10.8-x86_64.dmg
>>>>
>>>> Could you try this at let me know if it's working for you?  One thing
>>>> is that the Lua interface for Csound and CsoundAC are not building on
>>>> OSX, but this should have CsoundAC for Python.
>>>>
>>>> As for the csound homebrew recipe, it needs to be updated so that
>>>> building from --head uses the develop branch. I'll probably take a
>>>> look at this tomorrow.
>>>>
>>>> Thanks,
>>>> steven
>>>>
>>>> On Mon, Aug 26, 2013 at 10:13 PM, deeloke <>>> href=">>> href="x-msg://8/user/SendEmail.jtp?type=node&amp;node=5727123&amp;i=0">x-msg://8/user/SendEmail.jtp?type=node&node=5727123&i=0"
>>>> target="_top" rel="nofollow" link="external">[hidden email]> wrote:
>>>>
>>>>> Hi Steve,
>>>>>
>>>>> thanks replying so quickly.
>>>>>
>>>>> i've logged the bug at Github. I only require a working version for
>>>>> 10.8.
>>>>> I
>>>>> suspected the EIGEN3_INCLUDE_DIR was the culprit.
>>>>>
>>>>> The csound5-1.19.02.1-OSX10.8-universal installer does not properly
>>>>> install
>>>>> the CsoundAC files, but a forum user reported that the 5.18 version
>>>>> works
>>>>> fine.
>>>>>
>>>>> In my experience, the Csound universal installer writes over the
>>>>> Homebrew
>>>>> libraries, breaking Homebrew in the process.  But it appears there is no
>>>>> other choice for mac users right now, if CsoundAC is needed.
>>>>>
>>>>> Thanks for looking into this. In every other respect your Csound tap
>>>>> worked
>>>>> great.
>>>>>
>>>>>  Let me know if I can do anything else to help.
>>>>>
>>>>> Kind regards,
>>>>> Damien.
>>>>>
>>>>>
>>>>> On 27/08/2013, at 6:56 AM, "Steven Yi [via Csound]" <[hidden email]>
>>>>> wrote:
>>>>>
>>>>> Hi Deeloke,
>>>>>
>>>>> Using the 5.18 installer may work if you ran the installer, but I'm
>>>>> not sure it'd work if you just picked out the file.
>>>>>
>>>>> Actually, it looks like CsoundAC doesn't build on any system that
>>>>> doesn't have EIGEN3_INCLUDE_DIR defined. That needs to be changed to
>>>>> use standard directories with the developer option to add custom
>>>>> folders to their Custom.cmake.
>>>>>
>>>>> Let me see if I can get CsoundAC building on OSX.  If so, I'll upload
>>>>> a build for 10.8.  If you need something for 10.6 or 10.7, then maybe
>>>>> Victor can help.
>>>>>
>>>>> For CsoundAC to build with Brew, that'd require getting the right
>>>>> dependencies installed from homebrew before installing. File a bug at
>>>>> the homebrew-csound repo:
>>>>>
>>>>> https://github.com/kunstmusik/homebrew-csound/issues
>>>>>
>>>>> And I'll take a look when I have time to do so.
>>>>>
>>>>> Thanks,
>>>>> steven
>>>>>
>>>>>
>>>>> On Mon, Aug 26, 2013 at 11:59 AM, deeloke <>>>> href=">>>> href=">>>> href="x-msg://78/user/SendEmail.jtp?type=node&amp;amp;node=5727121&amp;amp;i=0">x-msg://78/user/SendEmail.jtp?type=node&amp;node=5727121&amp;i=0">>>>> href="x-msg://78/user/SendEmail.jtp?type=node&amp;node=5727121&amp;i=0">x-msg://78/user/SendEmail.jtp?type=node&node=5727121&i=0"
>>>>> target="_top" rel="nofollow" link="external">[hidden email]> wrote:
>>>>>
>>>>>> Hi, this homebrew file provides Csound version 6.00.1 on my install of
>>>>>> 10.8.4.
>>>>>>
>>>>>> However the CsoundAC files do not appear to be included properly.
>>>>>>
>>>>>> I tried copying the missing files from
>>>>>> csound5.18.031-OSX10.6-universal.pkg
>>>>>> (using Paficist) from this directory:
>>>>>>
>>>>>>
>>>>>>
>>>>>> /Library/Frameworks/CsoundLib.framework/Versions/5.2/Resources/Python/Current
>>>>>>
>>>>>> The files were copied to
>>>>>> /Library/Frameworks/CsoundLib64.framework/Resources/Python/Current
>>>>>>
>>>>>> When I import CsoundAC in python, this error is produced:
>>>>>>
>>>>>>> python
>>>>>> Python 2.7.3 (default, Aug 11 2013, 17:45:32)
>>>>>> [GCC 4.2.1 Compatible Apple LLVM 4.2 (clang-425.0.24)] on darwin
>>>>>> Type "help", "copyright", "credits" or "license" for more information.
>>>>>>>>> import CsoundAC
>>>>>> Fatal Python error: PyThreadState_Get: no current thread
>>>>>> Abort trap: 6
>>>>>>
>>>>>> What's the best way to use CsoundAC on 10.8?
>>>>>>
>>>>>> Cheers,
>>>>>> deeloke
>>>>>>
>>>>>>
>>>>>>
>>>>>> --
>>>>>> View this message in context:
>>>>>> http://csound.1045644.n5.nabble.com/OSX-Homebrew-tp5723213p5727112.html
>>>>>> Sent from the Csound - Dev mailing list archive at Nabble.com.
>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>> ------------------------------------------------------------------------------
>>>>>> Introducing Performance Central, a new site from SourceForge and
>>>>>> AppDynamics. Performance Central is your source for news, insights,
>>>>>> analysis and resources for efficient Application Performance
>>>>>> Management.
>>>>>> Visit us today!
>>>>>>
>>>>>>
>>>>>>
>>>>>> http://pubads.g.doubleclick.net/gampad/clk?id=48897511&iu=/4140/ostg.clktrk
>>>>>> _______________________________________________
>>>>>> Csound-devel mailing list
>>>>>> >>>>> href="x-msg://78/user/SendEmail.jtp?type=node&amp;amp;node=5727121&amp;amp;i=1">x-msg://78/user/SendEmail.jtp?type=node&amp;node=5727121&amp;i=1">>>>>> href="x-msg://78/user/SendEmail.jtp?type=node&amp;node=5727121&amp;i=1">x-msg://78/user/SendEmail.jtp?type=node&node=5727121&i=1"
>>>>>> target="_top" rel="nofollow" link="external">[hidden email]
>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>>
>>>>>
>>>>> ------------------------------------------------------------------------------
>>>>> Introducing Performance Central, a new site from SourceForge and
>>>>> AppDynamics. Performance Central is your source for news, insights,
>>>>> analysis and resources for efficient Application Performance Management.
>>>>> Visit us today!
>>>>>
>>>>>
>>>>> http://pubads.g.doubleclick.net/gampad/clk?id=48897511&iu=/4140/ostg.clktrk
>>>>> _______________________________________________
>>>>> Csound-devel mailing list
>>>>> >>>> href="x-msg://78/user/SendEmail.jtp?type=node&amp;amp;node=5727121&amp;amp;i=2">x-msg://78/user/SendEmail.jtp?type=node&amp;node=5727121&amp;i=2">>>>> href="x-msg://78/user/SendEmail.jtp?type=node&amp;node=5727121&amp;i=2">x-msg://78/user/SendEmail.jtp?type=node&node=5727121&i=2"
>>>>> target="_top" rel="nofollow" link="external">[hidden email]
>>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>>
>>>>>
>>>>> ________________________________
>>>>> If you reply to this email, your message will be added to the discussion
>>>>> below:
>>>>> http://csound.1045644.n5.nabble.com/OSX-Homebrew-tp5723213p5727121.html
>>>>> To unsubscribe from OSX: Homebrew, click here.
>>>>> NAML
>>>>>
>>>>>
>>>>> [hidden email]
>>>>>
>>>>>
>>>>>
>>>>>
>>>>> ________________________________
>>>>> View this message in context: Re: OSX: Homebrew (CsoundAC)
>>>>>
>>>>> Sent from the Csound - Dev mailing list archive at Nabble.com.
>>>>>
>>>>>
>>>>>
>>>>> ------------------------------------------------------------------------------
>>>>> Introducing Performance Central, a new site from SourceForge and
>>>>> AppDynamics. Performance Central is your source for news, insights,
>>>>> analysis and resources for efficient Application Performance Management.
>>>>> Visit us today!
>>>>>
>>>>>
>>>>> http://pubads.g.doubleclick.net/gampad/clk?id=48897511&iu=/4140/ostg.clktrk
>>>>> _______________________________________________
>>>>> Csound-devel mailing list
>>>>> x-msg://8/user/SendEmail.jtp?type=node&node=5727123&i=1"
>>>>> target="_top" rel="nofollow" link="external">[hidden email]
>>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>>
>>>>
>>>> ------------------------------------------------------------------------------
>>>> Introducing Performance Central, a new site from SourceForge and
>>>> AppDynamics. Performance Central is your source for news, insights,
>>>> analysis and resources for efficient Application Performance Management.
>>>> Visit us today!
>>>>
>>>> http://pubads.g.doubleclick.net/gampad/clk?id=48897511&iu=/4140/ostg.clktrk
>>>> _______________________________________________
>>>> Csound-devel mailing list
>>>> x-msg://8/user/SendEmail.jtp?type=node&node=5727123&i=2"
>>>> target="_top" rel="nofollow" link="external">[hidden email]
>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>
>>>>
>>>> ________________________________
>>>> If you reply to this email, your message will be added to the discussion
>>>> below:
>>>> http://csound.1045644.n5.nabble.com/OSX-Homebrew-tp5723213p5727123.html
>>>> To unsubscribe from OSX: Homebrew, click here.
>>>> NAML
>>>>
>>>>
>>>> [hidden email]
>>>>
>>>>
>>>>
>>>>
>>>> ________________________________
>>>> View this message in context: Re: OSX: Homebrew (CsoundAC)
>>>> Sent from the Csound - Dev mailing list archive at Nabble.com.
>>>>
>>>>
>>>> ------------------------------------------------------------------------------
>>>> Introducing Performance Central, a new site from SourceForge and
>>>> AppDynamics. Performance Central is your source for news, insights,
>>>> analysis and resources for efficient Application Performance Management.
>>>> Visit us today!
>>>>
>>>> http://pubads.g.doubleclick.net/gampad/clk?id=48897511&iu=/4140/ostg.clktrk
>>>> _______________________________________________
>>>> Csound-devel mailing list
>>>> >>> href="x-msg://89/user/SendEmail.jtp?type=node&node=5727132&i=2"
>>>> target="_top" rel="nofollow" link="external">[hidden email]
>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>
>> ------------------------------------------------------------------------------
>> Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
>> Discover the easy way to master current and previous Microsoft technologies
>> and advance your career. Get an incredible 1,500+ hours of step-by-step
>> tutorial videos with LearnDevNow. Subscribe today and save!
>> http://pubads.g.doubleclick.net/gampad/clk?id=58040911&iu=/4140/ostg.clktrk
>> _______________________________________________
>> Csound-devel mailing list
>> > target="_top" rel="nofollow" link="external">[hidden email]
>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>
>>
>> ________________________________
>> If you reply to this email, your message will be added to the discussion
>> below:
>> http://csound.1045644.n5.nabble.com/OSX-Homebrew-tp5723213p5727132.html
>> To unsubscribe from OSX: Homebrew, click here.
>> NAML
>>
>>
>>
>>
>>
>> ________________________________
>> View this message in context: Re: OSX: Homebrew (CsoundAC)
>> Sent from the Csound - Dev mailing list archive at Nabble.com.
>>
>> ------------------------------------------------------------------------------
>> Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
>> Discover the easy way to master current and previous Microsoft technologies
>> and advance your career. Get an incredible 1,500+ hours of step-by-step
>> tutorial videos with LearnDevNow. Subscribe today and save!
>> http://pubads.g.doubleclick.net/gampad/clk?id=58040911&iu=/4140/ostg.clktrk
>> _______________________________________________
>> Csound-devel mailing list
>> Csound-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>

------------------------------------------------------------------------------
Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
Discover the easy way to master current and previous Microsoft technologies
and advance your career. Get an incredible 1,500+ hours of step-by-step
tutorial videos with LearnDevNow. Subscribe today and save!
http://pubads.g.doubleclick.net/gampad/clk?id=58040911&iu=/4140/ostg.clktrk
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2013-08-31 01:05
Fromdeeloke
SubjectRe: [Cs-dev] OSX: Homebrew (CsoundAC)
AttachmentsNone  None  

Hi Steven, this latest package doesn't work either:

> python
Python 2.7.2 (default, Oct 11 2012, 20:14:37) 
[GCC 4.2.1 Compatible Apple Clang 4.0 (tags/Apple/clang-418.0.60)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import CsoundAC
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/Library/Python/2.7/site-packages/CsoundAC.py", line 26, in <module>
    _CsoundAC = swig_import_helper()
  File "/Library/Python/2.7/site-packages/CsoundAC.py", line 22, in swig_import_helper
    _mod = imp.load_module('_CsoundAC', fp, pathname, description)
ImportError: dlopen(/Library/Python/2.7/site-packages/_CsoundAC.so, 2): Library not loaded: /usr/local/lib/libCsoundAC.6.0.dylib
  Referenced from: /Library/Python/2.7/site-packages/_CsoundAC.so
  Reason: image not found
>>> 

-Damien

On 31/08/2013, at 1:44 AM, "Steven Yi [via Csound]" <[hidden email]> wrote:

Hi Damien,

I think I've sorted out things.  Could you try this new build:

http://www.kunstmusik.com/csound6.00.1-OSX10.8-x86_64.dmg

Thanks!
steven

On Fri, Aug 30, 2013 at 12:20 PM, Steven Yi <<a href="x-msg://220/user/SendEmail.jtp?type=node&amp;node=5727265&amp;i=0" target="_top" rel="nofollow" link="external">[hidden email]> wrote:

> Ugh, I forgot that LuaJit doesn't work for x86_64 on OSX without
> special flags at compile time[1].  That doesn't work for Python, nor
> Java, and any program on OSX that itself doesn't have the flags, as
> the Lua Opcodes crash on start.  I need to revise the installer system
> to not build Lua opcodes on OSX, but do build the lua interfaces. (I
> think the luajit executable itself does use the flags which is fine).
>
> I was halfway uploading when I figured this out. I'll reply shortly
> with the updated package.
>
> steven
>
>
> [1] - from http://luajit.org/install.html:
>
> If you're building a 64 bit application on OSX which links directly or
> indirectly against LuaJIT, you need to link your main executable with
> these flags:
>
> -pagezero_size 10000 -image_base 100000000
>
> Also, it's recommended to rebase all (self-compiled) shared libraries
> which are loaded at runtime on OSX/x64 (e.g. C extension modules for
> Lua). See: man rebase
>
> On Fri, Aug 30, 2013 at 9:26 AM, deeloke <<a href="x-msg://220/user/SendEmail.jtp?type=node&amp;node=5727265&amp;i=1" target="_top" rel="nofollow" link="external">[hidden email]> wrote:
>> Hi Steven,
>> this  latest build you posted doesn't successfully install CsoundAC on
>> 10.8.4. This is what I tried:
>> a) removed sound python files from:
>> /Library/Frameworks/CsoundLib64.framework/Resources/Python/Current
>> b) installed csound6.00.1-OSX10.8-x86_64.dmg from the link you provided in
>> the email below
>>
>> here's the transcript:
>> ---start----
>>
>>> csound
>> virtual_keyboard real time MIDI plugin for Csound
>> Error: define environment variable RAWWAVE_PATH
>> (points to rawwaves directory) to use STK opcodes.
>> 0dBFS level = 32768.0
>> Csound version 6.00.1 (double samples) Aug 26 2013
>> libsndfile-1.0.25
>>
>>  > python
>> Python 2.7.2 (default, Oct 11 2012, 20:14:37)
>> [GCC 4.2.1 Compatible Apple Clang 4.0 (tags/Apple/clang-418.0.60)] on darwin
>> Type "help", "copyright", "credits" or "license" for more information.
>>>>> import CsoundAC
>> Traceback (most recent call last):
>>   File "<stdin>", line 1, in <module>
>>   File "/Library/Python/2.7/site-packages/CsoundAC.py", line 26, in <module>
>>     _CsoundAC = swig_import_helper()
>>   File "/Library/Python/2.7/site-packages/CsoundAC.py", line 22, in
>> swig_import_helper
>>     _mod = imp.load_module('_CsoundAC', fp, pathname, description)
>> ImportError: dlopen(/Library/Python/2.7/site-packages/_CsoundAC.so, 2):
>> Library not loaded: /usr/local/lib/libCsoundAC.6.0.dylib
>>   Referenced from: /Library/Python/2.7/site-packages/_CsoundAC.so
>>   Reason: image not found
>>  > ls /usr/local/lib/libCsoundAC.6.0.dylib
>> ls: /usr/local/lib/libCsoundAC.6.0.dylib: No such file or directory
>> ---END---
>>
>> -Damien.
>>
>> On 28/08/2013, at 1:13 AM, Steven Yi [via Csound] <[hidden email]> wrote:
>>
>> Hi Damien,
>>
>> Could you try this one:
>>
>> http://www.kunstmusik.com/csound6.00.1-OSX10.8-x86_64.dmg
>>
>> Thanks,
>> steven
>>
>> On Tue, Aug 27, 2013 at 12:44 PM, Steven Yi <<a
>> href="<a href="x-msg://89/user/SendEmail.jtp?type=node&amp;amp;node=5727132&amp;amp;i=0">x-msg://89/user/SendEmail.jtp?type=node&amp;node=5727132&amp;i=0"
>> target="_top" rel="nofollow" link="external">[hidden email]> wrote:
>>
>>> Well it looks like the _CsoundAC.so is linked to the
>>> libcsoundAC.6.0.0.dylib, and that latter library should be installed
>>> into /usr/local/lib with the installer.  The link is a bare link
>>> rather than absolute path.  It looks like I'll have to modify the
>>> installer to either add a symlink to libcsoundAC.6.0.0.dylib to the
>>> python install directory, or modify the _CsoundAC.so link path to
>>> resolve to libCsoundAC in /usr/local/lib.  I'll experiment here with
>>> the latter and post another build.
>>>
>>> On Tue, Aug 27, 2013 at 12:47 AM, deeloke <<a
>>> href="<a href="x-msg://89/user/SendEmail.jtp?type=node&amp;amp;node=5727132&amp;amp;i=1">x-msg://89/user/SendEmail.jtp?type=node&amp;node=5727132&amp;i=1"
>>> target="_top" rel="nofollow" link="external">[hidden email]> wrote:
>>>> Hi Steven,
>>>>
>>>> Its not working on my computer yet.
>>>>
>>>> Here is the error message produced when importing CsoundAC after using
>>>> your
>>>> installer to install Csound 6:
>>>>
>>>>  > python
>>>> Python 2.7.3 (default, Aug 11 2013, 17:45:32)
>>>> [GCC 4.2.1 Compatible Apple LLVM 4.2 (clang-425.0.24)] on darwin
>>>> Type "help", "copyright", "credits" or "license" for more information.
>>>>>>> import CsoundAC
>>>> Traceback (most recent call last):
>>>>   File "<stdin>", line 1, in <module>
>>>>   File "/Library/Python/2.7/site-packages/CsoundAC.py", line 26, in
>>>> <module>
>>>>     _CsoundAC = swig_import_helper()
>>>>   File "/Library/Python/2.7/site-packages/CsoundAC.py", line 22, in
>>>> swig_import_helper
>>>>     _mod = imp.load_module('_CsoundAC', fp, pathname, description)
>>>> ImportError: dlopen(/Library/Python/2.7/site-packages/_CsoundAC.so, 2):
>>>> Library not loaded: libCsoundAC.6.0.dylib
>>>>   Referenced from: /Library/Python/2.7/site-packages/_CsoundAC.so
>>>>   Reason: image not found
>>>>>>>
>>>>
>>>> -Damien.
>>>>
>>>> On 27/08/2013, at 10:28 AM, Steven Yi [via Csound] <[hidden email]>
>>>> wrote:
>>>>
>>>> Hi Damien,
>>>>
>>>> I have CsoundAC building after fixing up the CMake file.  I have a
>>>> build posted at:
>>>>
>>>> http://www.kunstmusik.com/csound6.00.1-OSX10.8-x86_64.dmg
>>>>
>>>> Could you try this at let me know if it's working for you?  One thing
>>>> is that the Lua interface for Csound and CsoundAC are not building on
>>>> OSX, but this should have CsoundAC for Python.
>>>>
>>>> As for the csound homebrew recipe, it needs to be updated so that
>>>> building from --head uses the develop branch. I'll probably take a
>>>> look at this tomorrow.
>>>>
>>>> Thanks,
>>>> steven
>>>>
>>>> On Mon, Aug 26, 2013 at 10:13 PM, deeloke <<a
>>>> href="<a
>>>> href="<a href="x-msg://8/user/SendEmail.jtp?type=node&amp;amp;amp;node=5727123&amp;amp;amp;i=0">x-msg://8/user/SendEmail.jtp?type=node&amp;amp;node=5727123&amp;amp;i=0"><a href="x-msg://8/user/SendEmail.jtp?type=node&amp;amp;node=5727123&amp;amp;i=0">x-msg://8/user/SendEmail.jtp?type=node&amp;node=5727123&amp;i=0"
>>>> target="_top" rel="nofollow" link="external">[hidden email]> wrote:
>>>>
>>>>> Hi Steve,
>>>>>
>>>>> thanks replying so quickly.
>>>>>
>>>>> i've logged the bug at Github. I only require a working version for
>>>>> 10.8.
>>>>> I
>>>>> suspected the EIGEN3_INCLUDE_DIR was the culprit.
>>>>>
>>>>> The csound5-1.19.02.1-OSX10.8-universal installer does not properly
>>>>> install
>>>>> the CsoundAC files, but a forum user reported that the 5.18 version
>>>>> works
>>>>> fine.
>>>>>
>>>>> In my experience, the Csound universal installer writes over the
>>>>> Homebrew
>>>>> libraries, breaking Homebrew in the process.  But it appears there is no
>>>>> other choice for mac users right now, if CsoundAC is needed.
>>>>>
>>>>> Thanks for looking into this. In every other respect your Csound tap
>>>>> worked
>>>>> great.
>>>>>
>>>>>  Let me know if I can do anything else to help.
>>>>>
>>>>> Kind regards,
>>>>> Damien.
>>>>>
>>>>>
>>>>> On 27/08/2013, at 6:56 AM, "Steven Yi [via Csound]" <[hidden email]>
>>>>> wrote:
>>>>>
>>>>> Hi Deeloke,
>>>>>
>>>>> Using the 5.18 installer may work if you ran the installer, but I'm
>>>>> not sure it'd work if you just picked out the file.
>>>>>
>>>>> Actually, it looks like CsoundAC doesn't build on any system that
>>>>> doesn't have EIGEN3_INCLUDE_DIR defined. That needs to be changed to
>>>>> use standard directories with the developer option to add custom
>>>>> folders to their Custom.cmake.
>>>>>
>>>>> Let me see if I can get CsoundAC building on OSX.  If so, I'll upload
>>>>> a build for 10.8.  If you need something for 10.6 or 10.7, then maybe
>>>>> Victor can help.
>>>>>
>>>>> For CsoundAC to build with Brew, that'd require getting the right
>>>>> dependencies installed from homebrew before installing. File a bug at
>>>>> the homebrew-csound repo:
>>>>>
>>>>> https://github.com/kunstmusik/homebrew-csound/issues
>>>>>
>>>>> And I'll take a look when I have time to do so.
>>>>>
>>>>> Thanks,
>>>>> steven
>>>>>
>>>>>
>>>>> On Mon, Aug 26, 2013 at 11:59 AM, deeloke <<a
>>>>> href="<a
>>>>> href="<a
>>>>> href="<a href="x-msg://78/user/SendEmail.jtp?type=node&amp;amp;amp;amp;node=5727121&amp;amp;amp;amp;i=0">x-msg://78/user/SendEmail.jtp?type=node&amp;amp;amp;node=5727121&amp;amp;amp;i=0"><a href="x-msg://78/user/SendEmail.jtp?type=node&amp;amp;amp;node=5727121&amp;amp;amp;i=0">x-msg://78/user/SendEmail.jtp?type=node&amp;amp;node=5727121&amp;amp;i=0"><a
>>>>> href="<a href="x-msg://78/user/SendEmail.jtp?type=node&amp;amp;amp;node=5727121&amp;amp;amp;i=0">x-msg://78/user/SendEmail.jtp?type=node&amp;amp;node=5727121&amp;amp;i=0"><a href="x-msg://78/user/SendEmail.jtp?type=node&amp;amp;node=5727121&amp;amp;i=0">x-msg://78/user/SendEmail.jtp?type=node&amp;node=5727121&amp;i=0"
>>>>> target="_top" rel="nofollow" link="external">[hidden email]> wrote:
>>>>>
>>>>>> Hi, this homebrew file provides Csound version 6.00.1 on my install of
>>>>>> 10.8.4.
>>>>>>
>>>>>> However the CsoundAC files do not appear to be included properly.
>>>>>>
>>>>>> I tried copying the missing files from
>>>>>> csound5.18.031-OSX10.6-universal.pkg
>>>>>> (using Paficist) from this directory:
>>>>>>
>>>>>>
>>>>>>
>>>>>> /Library/Frameworks/CsoundLib.framework/Versions/5.2/Resources/Python/Current
>>>>>>
>>>>>> The files were copied to
>>>>>> /Library/Frameworks/CsoundLib64.framework/Resources/Python/Current
>>>>>>
>>>>>> When I import CsoundAC in python, this error is produced:
>>>>>>
>>>>>>> python
>>>>>> Python 2.7.3 (default, Aug 11 2013, 17:45:32)
>>>>>> [GCC 4.2.1 Compatible Apple LLVM 4.2 (clang-425.0.24)] on darwin
>>>>>> Type "help", "copyright", "credits" or "license" for more information.
>>>>>>>>> import CsoundAC
>>>>>> Fatal Python error: PyThreadState_Get: no current thread
>>>>>> Abort trap: 6
>>>>>>
>>>>>> What's the best way to use CsoundAC on 10.8?
>>>>>>
>>>>>> Cheers,
>>>>>> deeloke
>>>>>>
>>>>>>
>>>>>>
>>>>>> --
>>>>>> View this message in context:
>>>>>> http://csound.1045644.n5.nabble.com/OSX-Homebrew-tp5723213p5727112.html
>>>>>> Sent from the Csound - Dev mailing list archive at Nabble.com.
>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>> ------------------------------------------------------------------------------
>>>>>> Introducing Performance Central, a new site from SourceForge and
>>>>>> AppDynamics. Performance Central is your source for news, insights,
>>>>>> analysis and resources for efficient Application Performance
>>>>>> Management.
>>>>>> Visit us today!
>>>>>>
>>>>>>
>>>>>>
>>>>>> http://pubads.g.doubleclick.net/gampad/clk?id=48897511&iu=/4140/ostg.clktrk
>>>>>> _______________________________________________
>>>>>> Csound-devel mailing list
>>>>>> <a href="<a
>>>>>> href="<a
>>>>>> href="<a href="x-msg://78/user/SendEmail.jtp?type=node&amp;amp;amp;amp;node=5727121&amp;amp;amp;amp;i=1">x-msg://78/user/SendEmail.jtp?type=node&amp;amp;amp;node=5727121&amp;amp;amp;i=1"><a href="x-msg://78/user/SendEmail.jtp?type=node&amp;amp;amp;node=5727121&amp;amp;amp;i=1">x-msg://78/user/SendEmail.jtp?type=node&amp;amp;node=5727121&amp;amp;i=1"><a
>>>>>> href="<a href="x-msg://78/user/SendEmail.jtp?type=node&amp;amp;amp;node=5727121&amp;amp;amp;i=1">x-msg://78/user/SendEmail.jtp?type=node&amp;amp;node=5727121&amp;amp;i=1"><a href="x-msg://78/user/SendEmail.jtp?type=node&amp;amp;node=5727121&amp;amp;i=1">x-msg://78/user/SendEmail.jtp?type=node&amp;node=5727121&amp;i=1"
>>>>>> target="_top" rel="nofollow" link="external">[hidden email]
>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>>
>>>>>
>>>>> ------------------------------------------------------------------------------
>>>>> Introducing Performance Central, a new site from SourceForge and
>>>>> AppDynamics. Performance Central is your source for news, insights,
>>>>> analysis and resources for efficient Application Performance Management.
>>>>> Visit us today!
>>>>>
>>>>>
>>>>> http://pubads.g.doubleclick.net/gampad/clk?id=48897511&iu=/4140/ostg.clktrk
>>>>> _______________________________________________
>>>>> Csound-devel mailing list
>>>>> <a href="<a
>>>>> href="<a
>>>>> href="<a href="x-msg://78/user/SendEmail.jtp?type=node&amp;amp;amp;amp;node=5727121&amp;amp;amp;amp;i=2">x-msg://78/user/SendEmail.jtp?type=node&amp;amp;amp;node=5727121&amp;amp;amp;i=2"><a href="x-msg://78/user/SendEmail.jtp?type=node&amp;amp;amp;node=5727121&amp;amp;amp;i=2">x-msg://78/user/SendEmail.jtp?type=node&amp;amp;node=5727121&amp;amp;i=2"><a
>>>>> href="<a href="x-msg://78/user/SendEmail.jtp?type=node&amp;amp;amp;node=5727121&amp;amp;amp;i=2">x-msg://78/user/SendEmail.jtp?type=node&amp;amp;node=5727121&amp;amp;i=2"><a href="x-msg://78/user/SendEmail.jtp?type=node&amp;amp;node=5727121&amp;amp;i=2">x-msg://78/user/SendEmail.jtp?type=node&amp;node=5727121&amp;i=2"
>>>>> target="_top" rel="nofollow" link="external">[hidden email]
>>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>>
>>>>>
>>>>> ________________________________
>>>>> If you reply to this email, your message will be added to the discussion
>>>>> below:
>>>>> http://csound.1045644.n5.nabble.com/OSX-Homebrew-tp5723213p5727121.html
>>>>> To unsubscribe from OSX: Homebrew, click here.
>>>>> NAML
>>>>>
>>>>>
>>>>> [hidden email]
>>>>>
>>>>>
>>>>>
>>>>>
>>>>> ________________________________
>>>>> View this message in context: Re: OSX: Homebrew (CsoundAC)
>>>>>
>>>>> Sent from the Csound - Dev mailing list archive at Nabble.com.
>>>>>
>>>>>
>>>>>
>>>>> ------------------------------------------------------------------------------
>>>>> Introducing Performance Central, a new site from SourceForge and
>>>>> AppDynamics. Performance Central is your source for news, insights,
>>>>> analysis and resources for efficient Application Performance Management.
>>>>> Visit us today!
>>>>>
>>>>>
>>>>> http://pubads.g.doubleclick.net/gampad/clk?id=48897511&iu=/4140/ostg.clktrk
>>>>> _______________________________________________
>>>>> Csound-devel mailing list
>>>>> <a href="<a
>>>>> href="<a href="x-msg://8/user/SendEmail.jtp?type=node&amp;amp;amp;node=5727123&amp;amp;amp;i=1">x-msg://8/user/SendEmail.jtp?type=node&amp;amp;node=5727123&amp;amp;i=1"><a href="x-msg://8/user/SendEmail.jtp?type=node&amp;amp;node=5727123&amp;amp;i=1">x-msg://8/user/SendEmail.jtp?type=node&amp;node=5727123&amp;i=1"
>>>>> target="_top" rel="nofollow" link="external">[hidden email]
>>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>>
>>>>
>>>> ------------------------------------------------------------------------------
>>>> Introducing Performance Central, a new site from SourceForge and
>>>> AppDynamics. Performance Central is your source for news, insights,
>>>> analysis and resources for efficient Application Performance Management.
>>>> Visit us today!
>>>>
>>>> http://pubads.g.doubleclick.net/gampad/clk?id=48897511&iu=/4140/ostg.clktrk
>>>> _______________________________________________
>>>> Csound-devel mailing list
>>>> <a href="<a
>>>> href="<a href="x-msg://8/user/SendEmail.jtp?type=node&amp;amp;amp;node=5727123&amp;amp;amp;i=2">x-msg://8/user/SendEmail.jtp?type=node&amp;amp;node=5727123&amp;amp;i=2"><a href="x-msg://8/user/SendEmail.jtp?type=node&amp;amp;node=5727123&amp;amp;i=2">x-msg://8/user/SendEmail.jtp?type=node&amp;node=5727123&amp;i=2"
>>>> target="_top" rel="nofollow" link="external">[hidden email]
>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>
>>>>
>>>> ________________________________
>>>> If you reply to this email, your message will be added to the discussion
>>>> below:
>>>> http://csound.1045644.n5.nabble.com/OSX-Homebrew-tp5723213p5727123.html
>>>> To unsubscribe from OSX: Homebrew, click here.
>>>> NAML
>>>>
>>>>
>>>> [hidden email]
>>>>
>>>>
>>>>
>>>>
>>>> ________________________________
>>>> View this message in context: Re: OSX: Homebrew (CsoundAC)
>>>> Sent from the Csound - Dev mailing list archive at Nabble.com.
>>>>
>>>>
>>>> ------------------------------------------------------------------------------
>>>> Introducing Performance Central, a new site from SourceForge and
>>>> AppDynamics. Performance Central is your source for news, insights,
>>>> analysis and resources for efficient Application Performance Management.
>>>> Visit us today!
>>>>
>>>> http://pubads.g.doubleclick.net/gampad/clk?id=48897511&iu=/4140/ostg.clktrk
>>>> _______________________________________________
>>>> Csound-devel mailing list
>>>> <a
>>>> href="<a href="x-msg://89/user/SendEmail.jtp?type=node&amp;amp;node=5727132&amp;amp;i=2">x-msg://89/user/SendEmail.jtp?type=node&amp;node=5727132&amp;i=2"
>>>> target="_top" rel="nofollow" link="external">[hidden email]
>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>
>> ------------------------------------------------------------------------------
>> Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
>> Discover the easy way to master current and previous Microsoft technologies
>> and advance your career. Get an incredible 1,500+ hours of step-by-step
>> tutorial videos with LearnDevNow. Subscribe today and save!
>> http://pubads.g.doubleclick.net/gampad/clk?id=58040911&iu=/4140/ostg.clktrk
>> _______________________________________________
>> Csound-devel mailing list
>> <a href="<a href="x-msg://89/user/SendEmail.jtp?type=node&amp;amp;node=5727132&amp;amp;i=3">x-msg://89/user/SendEmail.jtp?type=node&amp;node=5727132&amp;i=3"
>> target="_top" rel="nofollow" link="external">[hidden email]
>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>
>>
>> ________________________________
>> If you reply to this email, your message will be added to the discussion
>> below:
>> http://csound.1045644.n5.nabble.com/OSX-Homebrew-tp5723213p5727132.html
>> To unsubscribe from OSX: Homebrew, click here.
>> NAML
>>
>>
>>
>>
>>
>> ________________________________
>> View this message in context: Re: OSX: Homebrew (CsoundAC)
>> Sent from the Csound - Dev mailing list archive at Nabble.com.
>>
>> ------------------------------------------------------------------------------
>> Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
>> Discover the easy way to master current and previous Microsoft technologies
>> and advance your career. Get an incredible 1,500+ hours of step-by-step
>> tutorial videos with LearnDevNow. Subscribe today and save!
>> http://pubads.g.doubleclick.net/gampad/clk?id=58040911&iu=/4140/ostg.clktrk
>> _______________________________________________
>> Csound-devel mailing list
>> <a href="x-msg://220/user/SendEmail.jtp?type=node&amp;node=5727265&amp;i=2" target="_top" rel="nofollow" link="external">[hidden email]
>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>
------------------------------------------------------------------------------
Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
Discover the easy way to master current and previous Microsoft technologies
and advance your career. Get an incredible 1,500+ hours of step-by-step
tutorial videos with LearnDevNow. Subscribe today and save!
http://pubads.g.doubleclick.net/gampad/clk?id=58040911&iu=/4140/ostg.clktrk
_______________________________________________
Csound-devel mailing list
<a href="x-msg://220/user/SendEmail.jtp?type=node&amp;node=5727265&amp;i=3" target="_top" rel="nofollow" link="external">[hidden email]
https://lists.sourceforge.net/lists/listinfo/csound-devel



If you reply to this email, your message will be added to the discussion below:
http://csound.1045644.n5.nabble.com/OSX-Homebrew-tp5723213p5727265.html
To unsubscribe from OSX: Homebrew, click here.
NAML




View this message in context: Re: OSX: Homebrew (CsoundAC)
Sent from the Csound - Dev mailing list archive at Nabble.com.

Date2013-08-31 01:37
FromSteven Yi
SubjectRe: [Cs-dev] OSX: Homebrew (CsoundAC)
Hi Damien,

Thanks for checking that out. I'll be flying tomorrow but have some
long layovers. I'll do some testing with a Virtual Machine reset to
clean state for this that should reproduce any issues.  I'm pretty
sure that the next build will be good then. I'll email here tomorrow
or Sunday when I can test/build/upload.

Thanks!
steven

On Fri, Aug 30, 2013 at 8:05 PM, deeloke  wrote:
> Hi Steven, this latest package doesn't work either:
>> python
> Python 2.7.2 (default, Oct 11 2012, 20:14:37)
> [GCC 4.2.1 Compatible Apple Clang 4.0 (tags/Apple/clang-418.0.60)] on darwin
> Type "help", "copyright", "credits" or "license" for more information.
>>>> import CsoundAC
> Traceback (most recent call last):
>   File "", line 1, in 
>   File "/Library/Python/2.7/site-packages/CsoundAC.py", line 26, in 
>     _CsoundAC = swig_import_helper()
>   File "/Library/Python/2.7/site-packages/CsoundAC.py", line 22, in
> swig_import_helper
>     _mod = imp.load_module('_CsoundAC', fp, pathname, description)
> ImportError: dlopen(/Library/Python/2.7/site-packages/_CsoundAC.so, 2):
> Library not loaded: /usr/local/lib/libCsoundAC.6.0.dylib
>   Referenced from: /Library/Python/2.7/site-packages/_CsoundAC.so
>   Reason: image not found
>>>>
>
> -Damien
>
> On 31/08/2013, at 1:44 AM, "Steven Yi [via Csound]" <[hidden email]> wrote:
>
> Hi Damien,
>
> I think I've sorted out things.  Could you try this new build:
>
> http://www.kunstmusik.com/csound6.00.1-OSX10.8-x86_64.dmg
>
> Thanks!
> steven
>
> On Fri, Aug 30, 2013 at 12:20 PM, Steven Yi < href="x-msg://220/user/SendEmail.jtp?type=node&node=5727265&i=0"
> target="_top" rel="nofollow" link="external">[hidden email]> wrote:
>
>> Ugh, I forgot that LuaJit doesn't work for x86_64 on OSX without
>> special flags at compile time[1].  That doesn't work for Python, nor
>> Java, and any program on OSX that itself doesn't have the flags, as
>> the Lua Opcodes crash on start.  I need to revise the installer system
>> to not build Lua opcodes on OSX, but do build the lua interfaces. (I
>> think the luajit executable itself does use the flags which is fine).
>>
>> I was halfway uploading when I figured this out. I'll reply shortly
>> with the updated package.
>>
>> steven
>>
>>
>> [1] - from http://luajit.org/install.html:
>>
>> If you're building a 64 bit application on OSX which links directly or
>> indirectly against LuaJIT, you need to link your main executable with
>> these flags:
>>
>> -pagezero_size 10000 -image_base 100000000
>>
>> Also, it's recommended to rebase all (self-compiled) shared libraries
>> which are loaded at runtime on OSX/x64 (e.g. C extension modules for
>> Lua). See: man rebase
>>
>> On Fri, Aug 30, 2013 at 9:26 AM, deeloke <> href="x-msg://220/user/SendEmail.jtp?type=node&node=5727265&i=1"
>> target="_top" rel="nofollow" link="external">[hidden email]> wrote:
>>> Hi Steven,
>>> this  latest build you posted doesn't successfully install CsoundAC on
>>> 10.8.4. This is what I tried:
>>> a) removed sound python files from:
>>> /Library/Frameworks/CsoundLib64.framework/Resources/Python/Current
>>> b) installed csound6.00.1-OSX10.8-x86_64.dmg from the link you provided
>>> in
>>> the email below
>>>
>>> here's the transcript:
>>> ---start----
>>>
>>>> csound
>>> virtual_keyboard real time MIDI plugin for Csound
>>> Error: define environment variable RAWWAVE_PATH
>>> (points to rawwaves directory) to use STK opcodes.
>>> 0dBFS level = 32768.0
>>> Csound version 6.00.1 (double samples) Aug 26 2013
>>> libsndfile-1.0.25
>>>
>>>  > python
>>> Python 2.7.2 (default, Oct 11 2012, 20:14:37)
>>> [GCC 4.2.1 Compatible Apple Clang 4.0 (tags/Apple/clang-418.0.60)] on
>>> darwin
>>> Type "help", "copyright", "credits" or "license" for more information.
>>>>>> import CsoundAC
>>> Traceback (most recent call last):
>>>   File "", line 1, in 
>>>   File "/Library/Python/2.7/site-packages/CsoundAC.py", line 26, in
>>> 
>>>     _CsoundAC = swig_import_helper()
>>>   File "/Library/Python/2.7/site-packages/CsoundAC.py", line 22, in
>>> swig_import_helper
>>>     _mod = imp.load_module('_CsoundAC', fp, pathname, description)
>>> ImportError: dlopen(/Library/Python/2.7/site-packages/_CsoundAC.so, 2):
>>> Library not loaded: /usr/local/lib/libCsoundAC.6.0.dylib
>>>   Referenced from: /Library/Python/2.7/site-packages/_CsoundAC.so
>>>   Reason: image not found
>>>  > ls /usr/local/lib/libCsoundAC.6.0.dylib
>>> ls: /usr/local/lib/libCsoundAC.6.0.dylib: No such file or directory
>>> ---END---
>>>
>>> -Damien.
>>>
>>> On 28/08/2013, at 1:13 AM, Steven Yi [via Csound] <[hidden email]> wrote:
>>>
>>> Hi Damien,
>>>
>>> Could you try this one:
>>>
>>> http://www.kunstmusik.com/csound6.00.1-OSX10.8-x86_64.dmg
>>>
>>> Thanks,
>>> steven
>>>
>>> On Tue, Aug 27, 2013 at 12:44 PM, Steven Yi <>> href=">> href="x-msg://89/user/SendEmail.jtp?type=node&amp;node=5727132&amp;i=0">x-msg://89/user/SendEmail.jtp?type=node&node=5727132&i=0"
>>> target="_top" rel="nofollow" link="external">[hidden email]> wrote:
>>>
>>>> Well it looks like the _CsoundAC.so is linked to the
>>>> libcsoundAC.6.0.0.dylib, and that latter library should be installed
>>>> into /usr/local/lib with the installer.  The link is a bare link
>>>> rather than absolute path.  It looks like I'll have to modify the
>>>> installer to either add a symlink to libcsoundAC.6.0.0.dylib to the
>>>> python install directory, or modify the _CsoundAC.so link path to
>>>> resolve to libCsoundAC in /usr/local/lib.  I'll experiment here with
>>>> the latter and post another build.
>>>>
>>>> On Tue, Aug 27, 2013 at 12:47 AM, deeloke <>>> href=">>> href="x-msg://89/user/SendEmail.jtp?type=node&amp;node=5727132&amp;i=1">x-msg://89/user/SendEmail.jtp?type=node&node=5727132&i=1"
>>>> target="_top" rel="nofollow" link="external">[hidden email]> wrote:
>>>>> Hi Steven,
>>>>>
>>>>> Its not working on my computer yet.
>>>>>
>>>>> Here is the error message produced when importing CsoundAC after using
>>>>> your
>>>>> installer to install Csound 6:
>>>>>
>>>>>  > python
>>>>> Python 2.7.3 (default, Aug 11 2013, 17:45:32)
>>>>> [GCC 4.2.1 Compatible Apple LLVM 4.2 (clang-425.0.24)] on darwin
>>>>> Type "help", "copyright", "credits" or "license" for more information.
>>>>>>>> import CsoundAC
>>>>> Traceback (most recent call last):
>>>>>   File "", line 1, in 
>>>>>   File "/Library/Python/2.7/site-packages/CsoundAC.py", line 26, in
>>>>> 
>>>>>     _CsoundAC = swig_import_helper()
>>>>>   File "/Library/Python/2.7/site-packages/CsoundAC.py", line 22, in
>>>>> swig_import_helper
>>>>>     _mod = imp.load_module('_CsoundAC', fp, pathname, description)
>>>>> ImportError: dlopen(/Library/Python/2.7/site-packages/_CsoundAC.so, 2):
>>>>> Library not loaded: libCsoundAC.6.0.dylib
>>>>>   Referenced from: /Library/Python/2.7/site-packages/_CsoundAC.so
>>>>>   Reason: image not found
>>>>>>>>
>>>>>
>>>>> -Damien.
>>>>>
>>>>> On 27/08/2013, at 10:28 AM, Steven Yi [via Csound] <[hidden email]>
>>>>> wrote:
>>>>>
>>>>> Hi Damien,
>>>>>
>>>>> I have CsoundAC building after fixing up the CMake file.  I have a
>>>>> build posted at:
>>>>>
>>>>> http://www.kunstmusik.com/csound6.00.1-OSX10.8-x86_64.dmg
>>>>>
>>>>> Could you try this at let me know if it's working for you?  One thing
>>>>> is that the Lua interface for Csound and CsoundAC are not building on
>>>>> OSX, but this should have CsoundAC for Python.
>>>>>
>>>>> As for the csound homebrew recipe, it needs to be updated so that
>>>>> building from --head uses the develop branch. I'll probably take a
>>>>> look at this tomorrow.
>>>>>
>>>>> Thanks,
>>>>> steven
>>>>>
>>>>> On Mon, Aug 26, 2013 at 10:13 PM, deeloke <>>>> href=">>>> href=">>>> href="x-msg://8/user/SendEmail.jtp?type=node&amp;amp;node=5727123&amp;amp;i=0">x-msg://8/user/SendEmail.jtp?type=node&amp;node=5727123&amp;i=0">>>>> href="x-msg://8/user/SendEmail.jtp?type=node&amp;node=5727123&amp;i=0">x-msg://8/user/SendEmail.jtp?type=node&node=5727123&i=0"
>>>>> target="_top" rel="nofollow" link="external">[hidden email]> wrote:
>>>>>
>>>>>> Hi Steve,
>>>>>>
>>>>>> thanks replying so quickly.
>>>>>>
>>>>>> i've logged the bug at Github. I only require a working version for
>>>>>> 10.8.
>>>>>> I
>>>>>> suspected the EIGEN3_INCLUDE_DIR was the culprit.
>>>>>>
>>>>>> The csound5-1.19.02.1-OSX10.8-universal installer does not properly
>>>>>> install
>>>>>> the CsoundAC files, but a forum user reported that the 5.18 version
>>>>>> works
>>>>>> fine.
>>>>>>
>>>>>> In my experience, the Csound universal installer writes over the
>>>>>> Homebrew
>>>>>> libraries, breaking Homebrew in the process.  But it appears there is
>>>>>> no
>>>>>> other choice for mac users right now, if CsoundAC is needed.
>>>>>>
>>>>>> Thanks for looking into this. In every other respect your Csound tap
>>>>>> worked
>>>>>> great.
>>>>>>
>>>>>>  Let me know if I can do anything else to help.
>>>>>>
>>>>>> Kind regards,
>>>>>> Damien.
>>>>>>
>>>>>>
>>>>>> On 27/08/2013, at 6:56 AM, "Steven Yi [via Csound]" <[hidden email]>
>>>>>> wrote:
>>>>>>
>>>>>> Hi Deeloke,
>>>>>>
>>>>>> Using the 5.18 installer may work if you ran the installer, but I'm
>>>>>> not sure it'd work if you just picked out the file.
>>>>>>
>>>>>> Actually, it looks like CsoundAC doesn't build on any system that
>>>>>> doesn't have EIGEN3_INCLUDE_DIR defined. That needs to be changed to
>>>>>> use standard directories with the developer option to add custom
>>>>>> folders to their Custom.cmake.
>>>>>>
>>>>>> Let me see if I can get CsoundAC building on OSX.  If so, I'll upload
>>>>>> a build for 10.8.  If you need something for 10.6 or 10.7, then maybe
>>>>>> Victor can help.
>>>>>>
>>>>>> For CsoundAC to build with Brew, that'd require getting the right
>>>>>> dependencies installed from homebrew before installing. File a bug at
>>>>>> the homebrew-csound repo:
>>>>>>
>>>>>> https://github.com/kunstmusik/homebrew-csound/issues
>>>>>>
>>>>>> And I'll take a look when I have time to do so.
>>>>>>
>>>>>> Thanks,
>>>>>> steven
>>>>>>
>>>>>>
>>>>>> On Mon, Aug 26, 2013 at 11:59 AM, deeloke <>>>>> href=">>>>> href=">>>>> href=">>>>> href="x-msg://78/user/SendEmail.jtp?type=node&amp;amp;amp;node=5727121&amp;amp;amp;i=0">x-msg://78/user/SendEmail.jtp?type=node&amp;amp;node=5727121&amp;amp;i=0">>>>>> href="x-msg://78/user/SendEmail.jtp?type=node&amp;amp;node=5727121&amp;amp;i=0">x-msg://78/user/SendEmail.jtp?type=node&amp;node=5727121&amp;i=0">>>>>> href=">>>>> href="x-msg://78/user/SendEmail.jtp?type=node&amp;amp;node=5727121&amp;amp;i=0">x-msg://78/user/SendEmail.jtp?type=node&amp;node=5727121&amp;i=0">>>>>> href="x-msg://78/user/SendEmail.jtp?type=node&amp;node=5727121&amp;i=0">x-msg://78/user/SendEmail.jtp?type=node&node=5727121&i=0"
>>>>>> target="_top" rel="nofollow" link="external">[hidden email]> wrote:
>>>>>>
>>>>>>> Hi, this homebrew file provides Csound version 6.00.1 on my install
>>>>>>> of
>>>>>>> 10.8.4.
>>>>>>>
>>>>>>> However the CsoundAC files do not appear to be included properly.
>>>>>>>
>>>>>>> I tried copying the missing files from
>>>>>>> csound5.18.031-OSX10.6-universal.pkg
>>>>>>> (using Paficist) from this directory:
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> /Library/Frameworks/CsoundLib.framework/Versions/5.2/Resources/Python/Current
>>>>>>>
>>>>>>> The files were copied to
>>>>>>> /Library/Frameworks/CsoundLib64.framework/Resources/Python/Current
>>>>>>>
>>>>>>> When I import CsoundAC in python, this error is produced:
>>>>>>>
>>>>>>>> python
>>>>>>> Python 2.7.3 (default, Aug 11 2013, 17:45:32)
>>>>>>> [GCC 4.2.1 Compatible Apple LLVM 4.2 (clang-425.0.24)] on darwin
>>>>>>> Type "help", "copyright", "credits" or "license" for more
>>>>>>> information.
>>>>>>>>>> import CsoundAC
>>>>>>> Fatal Python error: PyThreadState_Get: no current thread
>>>>>>> Abort trap: 6
>>>>>>>
>>>>>>> What's the best way to use CsoundAC on 10.8?
>>>>>>>
>>>>>>> Cheers,
>>>>>>> deeloke
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> --
>>>>>>> View this message in context:
>>>>>>>
>>>>>>> http://csound.1045644.n5.nabble.com/OSX-Homebrew-tp5723213p5727112.html
>>>>>>> Sent from the Csound - Dev mailing list archive at Nabble.com.
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> ------------------------------------------------------------------------------
>>>>>>> Introducing Performance Central, a new site from SourceForge and
>>>>>>> AppDynamics. Performance Central is your source for news, insights,
>>>>>>> analysis and resources for efficient Application Performance
>>>>>>> Management.
>>>>>>> Visit us today!
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> http://pubads.g.doubleclick.net/gampad/clk?id=48897511&iu=/4140/ostg.clktrk
>>>>>>> _______________________________________________
>>>>>>> Csound-devel mailing list
>>>>>>> >>>>>> href=">>>>>> href="x-msg://78/user/SendEmail.jtp?type=node&amp;amp;amp;node=5727121&amp;amp;amp;i=1">x-msg://78/user/SendEmail.jtp?type=node&amp;amp;node=5727121&amp;amp;i=1">>>>>>> href="x-msg://78/user/SendEmail.jtp?type=node&amp;amp;node=5727121&amp;amp;i=1">x-msg://78/user/SendEmail.jtp?type=node&amp;node=5727121&amp;i=1">>>>>>> href=">>>>>> href="x-msg://78/user/SendEmail.jtp?type=node&amp;amp;node=5727121&amp;amp;i=1">x-msg://78/user/SendEmail.jtp?type=node&amp;node=5727121&amp;i=1">>>>>>> href="x-msg://78/user/SendEmail.jtp?type=node&amp;node=5727121&amp;i=1">x-msg://78/user/SendEmail.jtp?type=node&node=5727121&i=1"
>>>>>>> target="_top" rel="nofollow" link="external">[hidden email]
>>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>>>
>>>>>>
>>>>>>
>>>>>> ------------------------------------------------------------------------------
>>>>>> Introducing Performance Central, a new site from SourceForge and
>>>>>> AppDynamics. Performance Central is your source for news, insights,
>>>>>> analysis and resources for efficient Application Performance
>>>>>> Management.
>>>>>> Visit us today!
>>>>>>
>>>>>>
>>>>>>
>>>>>> http://pubads.g.doubleclick.net/gampad/clk?id=48897511&iu=/4140/ostg.clktrk
>>>>>> _______________________________________________
>>>>>> Csound-devel mailing list
>>>>>> >>>>> href=">>>>> href="x-msg://78/user/SendEmail.jtp?type=node&amp;amp;amp;node=5727121&amp;amp;amp;i=2">x-msg://78/user/SendEmail.jtp?type=node&amp;amp;node=5727121&amp;amp;i=2">>>>>> href="x-msg://78/user/SendEmail.jtp?type=node&amp;amp;node=5727121&amp;amp;i=2">x-msg://78/user/SendEmail.jtp?type=node&amp;node=5727121&amp;i=2">>>>>> href=">>>>> href="x-msg://78/user/SendEmail.jtp?type=node&amp;amp;node=5727121&amp;amp;i=2">x-msg://78/user/SendEmail.jtp?type=node&amp;node=5727121&amp;i=2">>>>>> href="x-msg://78/user/SendEmail.jtp?type=node&amp;node=5727121&amp;i=2">x-msg://78/user/SendEmail.jtp?type=node&node=5727121&i=2"
>>>>>> target="_top" rel="nofollow" link="external">[hidden email]
>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>>>
>>>>>>
>>>>>> ________________________________
>>>>>> If you reply to this email, your message will be added to the
>>>>>> discussion
>>>>>> below:
>>>>>>
>>>>>> http://csound.1045644.n5.nabble.com/OSX-Homebrew-tp5723213p5727121.html
>>>>>> To unsubscribe from OSX: Homebrew, click here.
>>>>>> NAML
>>>>>>
>>>>>>
>>>>>> [hidden email]
>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>> ________________________________
>>>>>> View this message in context: Re: OSX: Homebrew (CsoundAC)
>>>>>>
>>>>>> Sent from the Csound - Dev mailing list archive at Nabble.com.
>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>> ------------------------------------------------------------------------------
>>>>>> Introducing Performance Central, a new site from SourceForge and
>>>>>> AppDynamics. Performance Central is your source for news, insights,
>>>>>> analysis and resources for efficient Application Performance
>>>>>> Management.
>>>>>> Visit us today!
>>>>>>
>>>>>>
>>>>>>
>>>>>> http://pubads.g.doubleclick.net/gampad/clk?id=48897511&iu=/4140/ostg.clktrk
>>>>>> _______________________________________________
>>>>>> Csound-devel mailing list
>>>>>> >>>>> href="x-msg://8/user/SendEmail.jtp?type=node&amp;amp;node=5727123&amp;amp;i=1">x-msg://8/user/SendEmail.jtp?type=node&amp;node=5727123&amp;i=1">>>>>> href="x-msg://8/user/SendEmail.jtp?type=node&amp;node=5727123&amp;i=1">x-msg://8/user/SendEmail.jtp?type=node&node=5727123&i=1"
>>>>>> target="_top" rel="nofollow" link="external">[hidden email]
>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>>>
>>>>>
>>>>>
>>>>> ------------------------------------------------------------------------------
>>>>> Introducing Performance Central, a new site from SourceForge and
>>>>> AppDynamics. Performance Central is your source for news, insights,
>>>>> analysis and resources for efficient Application Performance
>>>>> Management.
>>>>> Visit us today!
>>>>>
>>>>>
>>>>> http://pubads.g.doubleclick.net/gampad/clk?id=48897511&iu=/4140/ostg.clktrk
>>>>> _______________________________________________
>>>>> Csound-devel mailing list
>>>>> >>>> href="x-msg://8/user/SendEmail.jtp?type=node&amp;amp;node=5727123&amp;amp;i=2">x-msg://8/user/SendEmail.jtp?type=node&amp;node=5727123&amp;i=2">>>>> href="x-msg://8/user/SendEmail.jtp?type=node&amp;node=5727123&amp;i=2">x-msg://8/user/SendEmail.jtp?type=node&node=5727123&i=2"
>>>>> target="_top" rel="nofollow" link="external">[hidden email]
>>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>>
>>>>>
>>>>> ________________________________
>>>>> If you reply to this email, your message will be added to the
>>>>> discussion
>>>>> below:
>>>>> http://csound.1045644.n5.nabble.com/OSX-Homebrew-tp5723213p5727123.html
>>>>> To unsubscribe from OSX: Homebrew, click here.
>>>>> NAML
>>>>>
>>>>>
>>>>> [hidden email]
>>>>>
>>>>>
>>>>>
>>>>>
>>>>> ________________________________
>>>>> View this message in context: Re: OSX: Homebrew (CsoundAC)
>>>>> Sent from the Csound - Dev mailing list archive at Nabble.com.
>>>>>
>>>>>
>>>>>
>>>>> ------------------------------------------------------------------------------
>>>>> Introducing Performance Central, a new site from SourceForge and
>>>>> AppDynamics. Performance Central is your source for news, insights,
>>>>> analysis and resources for efficient Application Performance
>>>>> Management.
>>>>> Visit us today!
>>>>>
>>>>>
>>>>> http://pubads.g.doubleclick.net/gampad/clk?id=48897511&iu=/4140/ostg.clktrk
>>>>> _______________________________________________
>>>>> Csound-devel mailing list
>>>>> >>>> href=">>>> href="x-msg://89/user/SendEmail.jtp?type=node&amp;node=5727132&amp;i=2">x-msg://89/user/SendEmail.jtp?type=node&node=5727132&i=2"
>>>>> target="_top" rel="nofollow" link="external">[hidden email]
>>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>>
>>>
>>> ------------------------------------------------------------------------------
>>> Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
>>> Discover the easy way to master current and previous Microsoft
>>> technologies
>>> and advance your career. Get an incredible 1,500+ hours of step-by-step
>>> tutorial videos with LearnDevNow. Subscribe today and save!
>>>
>>> http://pubads.g.doubleclick.net/gampad/clk?id=58040911&iu=/4140/ostg.clktrk
>>> _______________________________________________
>>> Csound-devel mailing list
>>> x-msg://89/user/SendEmail.jtp?type=node&node=5727132&i=3"
>>> target="_top" rel="nofollow" link="external">[hidden email]
>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>
>>>
>>> ________________________________
>>> If you reply to this email, your message will be added to the discussion
>>> below:
>>> http://csound.1045644.n5.nabble.com/OSX-Homebrew-tp5723213p5727132.html
>>> To unsubscribe from OSX: Homebrew, click here.
>>> NAML
>>>
>>>
>>>
>>>
>>>
>>> ________________________________
>>> View this message in context: Re: OSX: Homebrew (CsoundAC)
>>> Sent from the Csound - Dev mailing list archive at Nabble.com.
>>>
>>>
>>> ------------------------------------------------------------------------------
>>> Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
>>> Discover the easy way to master current and previous Microsoft
>>> technologies
>>> and advance your career. Get an incredible 1,500+ hours of step-by-step
>>> tutorial videos with LearnDevNow. Subscribe today and save!
>>>
>>> http://pubads.g.doubleclick.net/gampad/clk?id=58040911&iu=/4140/ostg.clktrk
>>> _______________________________________________
>>> Csound-devel mailing list
>>> >> href="x-msg://220/user/SendEmail.jtp?type=node&node=5727265&i=2"
>>> target="_top" rel="nofollow" link="external">[hidden email]
>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>
> ------------------------------------------------------------------------------
> Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
> Discover the easy way to master current and previous Microsoft technologies
> and advance your career. Get an incredible 1,500+ hours of step-by-step
> tutorial videos with LearnDevNow. Subscribe today and save!
> http://pubads.g.doubleclick.net/gampad/clk?id=58040911&iu=/4140/ostg.clktrk
> _______________________________________________
> Csound-devel mailing list
>  target="_top" rel="nofollow" link="external">[hidden email]
> https://lists.sourceforge.net/lists/listinfo/csound-devel
>
>
> ________________________________
> If you reply to this email, your message will be added to the discussion
> below:
> http://csound.1045644.n5.nabble.com/OSX-Homebrew-tp5723213p5727265.html
> To unsubscribe from OSX: Homebrew, click here.
> NAML
>
>
> [hidden email]
>
>
>
>
> ________________________________
> View this message in context: Re: OSX: Homebrew (CsoundAC)
> Sent from the Csound - Dev mailing list archive at Nabble.com.
>
> ------------------------------------------------------------------------------
> Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
> Discover the easy way to master current and previous Microsoft technologies
> and advance your career. Get an incredible 1,500+ hours of step-by-step
> tutorial videos with LearnDevNow. Subscribe today and save!
> http://pubads.g.doubleclick.net/gampad/clk?id=58040911&iu=/4140/ostg.clktrk
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel
>

------------------------------------------------------------------------------
Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
Discover the easy way to master current and previous Microsoft technologies
and advance your career. Get an incredible 1,500+ hours of step-by-step
tutorial videos with LearnDevNow. Subscribe today and save!
http://pubads.g.doubleclick.net/gampad/clk?id=58040911&iu=/4140/ostg.clktrk
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2013-08-31 02:00
Fromdeeloke
SubjectRe: [Cs-dev] OSX: Homebrew (CsoundAC)
AttachmentsNone  None  

Hi Steven, thanks for letting me know you are looking into this. The update you made to the homebrew recipe hasn't fixed the problem yet either, i just tested this, here's the transcript:


> python
Python 2.7.2 (default, Oct 11 2012, 20:14:37) 
[GCC 4.2.1 Compatible Apple Clang 4.0 (tags/Apple/clang-418.0.60)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import CsoundAC
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/Library/Python/2.7/site-packages/CsoundAC.py", line 26, in <module>
    _CsoundAC = swig_import_helper()
  File "/Library/Python/2.7/site-packages/CsoundAC.py", line 22, in swig_import_helper
    _mod = imp.load_module('_CsoundAC', fp, pathname, description)
ImportError: dlopen(/Library/Python/2.7/site-packages/_CsoundAC.so, 2): Library not loaded: /usr/local/lib/libCsoundAC.6.0.dylib
  Referenced from: /Library/Python/2.7/site-packages/_CsoundAC.so
  Reason: image not found
>>> 

CsoundAC is a useful extension to Csound, it will be good if it is made available to mac users.  

Cheers,
Damien.

On 31/08/2013, at 8:38 AM, "Steven Yi [via Csound]" <[hidden email]> wrote:

Hi Damien,

Thanks for checking that out. I'll be flying tomorrow but have some
long layovers. I'll do some testing with a Virtual Machine reset to
clean state for this that should reproduce any issues.  I'm pretty
sure that the next build will be good then. I'll email here tomorrow
or Sunday when I can test/build/upload.

Thanks!
steven

On Fri, Aug 30, 2013 at 8:05 PM, deeloke <<a href="x-msg://232/user/SendEmail.jtp?type=node&amp;node=5727267&amp;i=0" target="_top" rel="nofollow" link="external">[hidden email]> wrote:

> Hi Steven, this latest package doesn't work either:
>> python
> Python 2.7.2 (default, Oct 11 2012, 20:14:37)
> [GCC 4.2.1 Compatible Apple Clang 4.0 (tags/Apple/clang-418.0.60)] on darwin
> Type "help", "copyright", "credits" or "license" for more information.
>>>> import CsoundAC
> Traceback (most recent call last):
>   File "<stdin>", line 1, in <module>
>   File "/Library/Python/2.7/site-packages/CsoundAC.py", line 26, in <module>
>     _CsoundAC = swig_import_helper()
>   File "/Library/Python/2.7/site-packages/CsoundAC.py", line 22, in
> swig_import_helper
>     _mod = imp.load_module('_CsoundAC', fp, pathname, description)
> ImportError: dlopen(/Library/Python/2.7/site-packages/_CsoundAC.so, 2):
> Library not loaded: /usr/local/lib/libCsoundAC.6.0.dylib
>   Referenced from: /Library/Python/2.7/site-packages/_CsoundAC.so
>   Reason: image not found
>>>>
>
> -Damien
>
> On 31/08/2013, at 1:44 AM, "Steven Yi [via Csound]" <[hidden email]> wrote:
>
> Hi Damien,
>
> I think I've sorted out things.  Could you try this new build:
>
> http://www.kunstmusik.com/csound6.00.1-OSX10.8-x86_64.dmg
>
> Thanks!
> steven
>
> On Fri, Aug 30, 2013 at 12:20 PM, Steven Yi <<a
> href="<a href="x-msg://220/user/SendEmail.jtp?type=node&amp;amp;node=5727265&amp;amp;i=0">x-msg://220/user/SendEmail.jtp?type=node&amp;node=5727265&amp;i=0"
> target="_top" rel="nofollow" link="external">[hidden email]> wrote:
>
>> Ugh, I forgot that LuaJit doesn't work for x86_64 on OSX without
>> special flags at compile time[1].  That doesn't work for Python, nor
>> Java, and any program on OSX that itself doesn't have the flags, as
>> the Lua Opcodes crash on start.  I need to revise the installer system
>> to not build Lua opcodes on OSX, but do build the lua interfaces. (I
>> think the luajit executable itself does use the flags which is fine).
>>
>> I was halfway uploading when I figured this out. I'll reply shortly
>> with the updated package.
>>
>> steven
>>
>>
>> [1] - from http://luajit.org/install.html:
>>
>> If you're building a 64 bit application on OSX which links directly or
>> indirectly against LuaJIT, you need to link your main executable with
>> these flags:
>>
>> -pagezero_size 10000 -image_base 100000000
>>
>> Also, it's recommended to rebase all (self-compiled) shared libraries
>> which are loaded at runtime on OSX/x64 (e.g. C extension modules for
>> Lua). See: man rebase
>>
>> On Fri, Aug 30, 2013 at 9:26 AM, deeloke <<a
>> href="<a href="x-msg://220/user/SendEmail.jtp?type=node&amp;amp;node=5727265&amp;amp;i=1">x-msg://220/user/SendEmail.jtp?type=node&amp;node=5727265&amp;i=1"
>> target="_top" rel="nofollow" link="external">[hidden email]> wrote:
>>> Hi Steven,
>>> this  latest build you posted doesn't successfully install CsoundAC on
>>> 10.8.4. This is what I tried:
>>> a) removed sound python files from:
>>> /Library/Frameworks/CsoundLib64.framework/Resources/Python/Current
>>> b) installed csound6.00.1-OSX10.8-x86_64.dmg from the link you provided
>>> in
>>> the email below
>>>
>>> here's the transcript:
>>> ---start----
>>>
>>>> csound
>>> virtual_keyboard real time MIDI plugin for Csound
>>> Error: define environment variable RAWWAVE_PATH
>>> (points to rawwaves directory) to use STK opcodes.
>>> 0dBFS level = 32768.0
>>> Csound version 6.00.1 (double samples) Aug 26 2013
>>> libsndfile-1.0.25
>>>
>>>  > python
>>> Python 2.7.2 (default, Oct 11 2012, 20:14:37)
>>> [GCC 4.2.1 Compatible Apple Clang 4.0 (tags/Apple/clang-418.0.60)] on
>>> darwin
>>> Type "help", "copyright", "credits" or "license" for more information.
>>>>>> import CsoundAC
>>> Traceback (most recent call last):
>>>   File "<stdin>", line 1, in <module>
>>>   File "/Library/Python/2.7/site-packages/CsoundAC.py", line 26, in
>>> <module>
>>>     _CsoundAC = swig_import_helper()
>>>   File "/Library/Python/2.7/site-packages/CsoundAC.py", line 22, in
>>> swig_import_helper
>>>     _mod = imp.load_module('_CsoundAC', fp, pathname, description)
>>> ImportError: dlopen(/Library/Python/2.7/site-packages/_CsoundAC.so, 2):
>>> Library not loaded: /usr/local/lib/libCsoundAC.6.0.dylib
>>>   Referenced from: /Library/Python/2.7/site-packages/_CsoundAC.so
>>>   Reason: image not found
>>>  > ls /usr/local/lib/libCsoundAC.6.0.dylib
>>> ls: /usr/local/lib/libCsoundAC.6.0.dylib: No such file or directory
>>> ---END---
>>>
>>> -Damien.
>>>
>>> On 28/08/2013, at 1:13 AM, Steven Yi [via Csound] <[hidden email]> wrote:
>>>
>>> Hi Damien,
>>>
>>> Could you try this one:
>>>
>>> http://www.kunstmusik.com/csound6.00.1-OSX10.8-x86_64.dmg
>>>
>>> Thanks,
>>> steven
>>>
>>> On Tue, Aug 27, 2013 at 12:44 PM, Steven Yi <<a
>>> href="<a
>>> href="<a href="x-msg://89/user/SendEmail.jtp?type=node&amp;amp;amp;node=5727132&amp;amp;amp;i=0">x-msg://89/user/SendEmail.jtp?type=node&amp;amp;node=5727132&amp;amp;i=0"><a href="x-msg://89/user/SendEmail.jtp?type=node&amp;amp;node=5727132&amp;amp;i=0">x-msg://89/user/SendEmail.jtp?type=node&amp;node=5727132&amp;i=0"
>>> target="_top" rel="nofollow" link="external">[hidden email]> wrote:
>>>
>>>> Well it looks like the _CsoundAC.so is linked to the
>>>> libcsoundAC.6.0.0.dylib, and that latter library should be installed
>>>> into /usr/local/lib with the installer.  The link is a bare link
>>>> rather than absolute path.  It looks like I'll have to modify the
>>>> installer to either add a symlink to libcsoundAC.6.0.0.dylib to the
>>>> python install directory, or modify the _CsoundAC.so link path to
>>>> resolve to libCsoundAC in /usr/local/lib.  I'll experiment here with
>>>> the latter and post another build.
>>>>
>>>> On Tue, Aug 27, 2013 at 12:47 AM, deeloke <<a
>>>> href="<a
>>>> href="<a href="x-msg://89/user/SendEmail.jtp?type=node&amp;amp;amp;node=5727132&amp;amp;amp;i=1">x-msg://89/user/SendEmail.jtp?type=node&amp;amp;node=5727132&amp;amp;i=1"><a href="x-msg://89/user/SendEmail.jtp?type=node&amp;amp;node=5727132&amp;amp;i=1">x-msg://89/user/SendEmail.jtp?type=node&amp;node=5727132&amp;i=1"
>>>> target="_top" rel="nofollow" link="external">[hidden email]> wrote:
>>>>> Hi Steven,
>>>>>
>>>>> Its not working on my computer yet.
>>>>>
>>>>> Here is the error message produced when importing CsoundAC after using
>>>>> your
>>>>> installer to install Csound 6:
>>>>>
>>>>>  > python
>>>>> Python 2.7.3 (default, Aug 11 2013, 17:45:32)
>>>>> [GCC 4.2.1 Compatible Apple LLVM 4.2 (clang-425.0.24)] on darwin
>>>>> Type "help", "copyright", "credits" or "license" for more information.
>>>>>>>> import CsoundAC
>>>>> Traceback (most recent call last):
>>>>>   File "<stdin>", line 1, in <module>
>>>>>   File "/Library/Python/2.7/site-packages/CsoundAC.py", line 26, in
>>>>> <module>
>>>>>     _CsoundAC = swig_import_helper()
>>>>>   File "/Library/Python/2.7/site-packages/CsoundAC.py", line 22, in
>>>>> swig_import_helper
>>>>>     _mod = imp.load_module('_CsoundAC', fp, pathname, description)
>>>>> ImportError: dlopen(/Library/Python/2.7/site-packages/_CsoundAC.so, 2):
>>>>> Library not loaded: libCsoundAC.6.0.dylib
>>>>>   Referenced from: /Library/Python/2.7/site-packages/_CsoundAC.so
>>>>>   Reason: image not found
>>>>>>>>
>>>>>
>>>>> -Damien.
>>>>>
>>>>> On 27/08/2013, at 10:28 AM, Steven Yi [via Csound] <[hidden email]>
>>>>> wrote:
>>>>>
>>>>> Hi Damien,
>>>>>
>>>>> I have CsoundAC building after fixing up the CMake file.  I have a
>>>>> build posted at:
>>>>>
>>>>> http://www.kunstmusik.com/csound6.00.1-OSX10.8-x86_64.dmg
>>>>>
>>>>> Could you try this at let me know if it's working for you?  One thing
>>>>> is that the Lua interface for Csound and CsoundAC are not building on
>>>>> OSX, but this should have CsoundAC for Python.
>>>>>
>>>>> As for the csound homebrew recipe, it needs to be updated so that
>>>>> building from --head uses the develop branch. I'll probably take a
>>>>> look at this tomorrow.
>>>>>
>>>>> Thanks,
>>>>> steven
>>>>>
>>>>> On Mon, Aug 26, 2013 at 10:13 PM, deeloke <<a
>>>>> href="<a
>>>>> href="<a
>>>>> href="<a href="x-msg://8/user/SendEmail.jtp?type=node&amp;amp;amp;amp;node=5727123&amp;amp;amp;amp;i=0">x-msg://8/user/SendEmail.jtp?type=node&amp;amp;amp;node=5727123&amp;amp;amp;i=0"><a href="x-msg://8/user/SendEmail.jtp?type=node&amp;amp;amp;node=5727123&amp;amp;amp;i=0">x-msg://8/user/SendEmail.jtp?type=node&amp;amp;node=5727123&amp;amp;i=0"><a
>>>>> href="<a href="x-msg://8/user/SendEmail.jtp?type=node&amp;amp;amp;node=5727123&amp;amp;amp;i=0">x-msg://8/user/SendEmail.jtp?type=node&amp;amp;node=5727123&amp;amp;i=0"><a href="x-msg://8/user/SendEmail.jtp?type=node&amp;amp;node=5727123&amp;amp;i=0">x-msg://8/user/SendEmail.jtp?type=node&amp;node=5727123&amp;i=0"
>>>>> target="_top" rel="nofollow" link="external">[hidden email]> wrote:
>>>>>
>>>>>> Hi Steve,
>>>>>>
>>>>>> thanks replying so quickly.
>>>>>>
>>>>>> i've logged the bug at Github. I only require a working version for
>>>>>> 10.8.
>>>>>> I
>>>>>> suspected the EIGEN3_INCLUDE_DIR was the culprit.
>>>>>>
>>>>>> The csound5-1.19.02.1-OSX10.8-universal installer does not properly
>>>>>> install
>>>>>> the CsoundAC files, but a forum user reported that the 5.18 version
>>>>>> works
>>>>>> fine.
>>>>>>
>>>>>> In my experience, the Csound universal installer writes over the
>>>>>> Homebrew
>>>>>> libraries, breaking Homebrew in the process.  But it appears there is
>>>>>> no
>>>>>> other choice for mac users right now, if CsoundAC is needed.
>>>>>>
>>>>>> Thanks for looking into this. In every other respect your Csound tap
>>>>>> worked
>>>>>> great.
>>>>>>
>>>>>>  Let me know if I can do anything else to help.
>>>>>>
>>>>>> Kind regards,
>>>>>> Damien.
>>>>>>
>>>>>>
>>>>>> On 27/08/2013, at 6:56 AM, "Steven Yi [via Csound]" <[hidden email]>
>>>>>> wrote:
>>>>>>
>>>>>> Hi Deeloke,
>>>>>>
>>>>>> Using the 5.18 installer may work if you ran the installer, but I'm
>>>>>> not sure it'd work if you just picked out the file.
>>>>>>
>>>>>> Actually, it looks like CsoundAC doesn't build on any system that
>>>>>> doesn't have EIGEN3_INCLUDE_DIR defined. That needs to be changed to
>>>>>> use standard directories with the developer option to add custom
>>>>>> folders to their Custom.cmake.
>>>>>>
>>>>>> Let me see if I can get CsoundAC building on OSX.  If so, I'll upload
>>>>>> a build for 10.8.  If you need something for 10.6 or 10.7, then maybe
>>>>>> Victor can help.
>>>>>>
>>>>>> For CsoundAC to build with Brew, that'd require getting the right
>>>>>> dependencies installed from homebrew before installing. File a bug at
>>>>>> the homebrew-csound repo:
>>>>>>
>>>>>> https://github.com/kunstmusik/homebrew-csound/issues
>>>>>>
>>>>>> And I'll take a look when I have time to do so.
>>>>>>
>>>>>> Thanks,
>>>>>> steven
>>>>>>
>>>>>>
>>>>>> On Mon, Aug 26, 2013 at 11:59 AM, deeloke <<a
>>>>>> href="<a
>>>>>> href="<a
>>>>>> href="<a
>>>>>> href="<a href="x-msg://78/user/SendEmail.jtp?type=node&amp;amp;amp;amp;amp;node=5727121&amp;amp;amp;amp;amp;i=0">x-msg://78/user/SendEmail.jtp?type=node&amp;amp;amp;amp;node=5727121&amp;amp;amp;amp;i=0"><a href="x-msg://78/user/SendEmail.jtp?type=node&amp;amp;amp;amp;node=5727121&amp;amp;amp;amp;i=0">x-msg://78/user/SendEmail.jtp?type=node&amp;amp;amp;node=5727121&amp;amp;amp;i=0"><a
>>>>>> href="<a href="x-msg://78/user/SendEmail.jtp?type=node&amp;amp;amp;amp;node=5727121&amp;amp;amp;amp;i=0">x-msg://78/user/SendEmail.jtp?type=node&amp;amp;amp;node=5727121&amp;amp;amp;i=0"><a href="x-msg://78/user/SendEmail.jtp?type=node&amp;amp;amp;node=5727121&amp;amp;amp;i=0">x-msg://78/user/SendEmail.jtp?type=node&amp;amp;node=5727121&amp;amp;i=0"><a
>>>>>> href="<a
>>>>>> href="<a href="x-msg://78/user/SendEmail.jtp?type=node&amp;amp;amp;amp;node=5727121&amp;amp;amp;amp;i=0">x-msg://78/user/SendEmail.jtp?type=node&amp;amp;amp;node=5727121&amp;amp;amp;i=0"><a href="x-msg://78/user/SendEmail.jtp?type=node&amp;amp;amp;node=5727121&amp;amp;amp;i=0">x-msg://78/user/SendEmail.jtp?type=node&amp;amp;node=5727121&amp;amp;i=0"><a
>>>>>> href="<a href="x-msg://78/user/SendEmail.jtp?type=node&amp;amp;amp;node=5727121&amp;amp;amp;i=0">x-msg://78/user/SendEmail.jtp?type=node&amp;amp;node=5727121&amp;amp;i=0"><a href="x-msg://78/user/SendEmail.jtp?type=node&amp;amp;node=5727121&amp;amp;i=0">x-msg://78/user/SendEmail.jtp?type=node&amp;node=5727121&amp;i=0"
>>>>>> target="_top" rel="nofollow" link="external">[hidden email]> wrote:
>>>>>>
>>>>>>> Hi, this homebrew file provides Csound version 6.00.1 on my install
>>>>>>> of
>>>>>>> 10.8.4.
>>>>>>>
>>>>>>> However the CsoundAC files do not appear to be included properly.
>>>>>>>
>>>>>>> I tried copying the missing files from
>>>>>>> csound5.18.031-OSX10.6-universal.pkg
>>>>>>> (using Paficist) from this directory:
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> /Library/Frameworks/CsoundLib.framework/Versions/5.2/Resources/Python/Current
>>>>>>>
>>>>>>> The files were copied to
>>>>>>> /Library/Frameworks/CsoundLib64.framework/Resources/Python/Current
>>>>>>>
>>>>>>> When I import CsoundAC in python, this error is produced:
>>>>>>>
>>>>>>>> python
>>>>>>> Python 2.7.3 (default, Aug 11 2013, 17:45:32)
>>>>>>> [GCC 4.2.1 Compatible Apple LLVM 4.2 (clang-425.0.24)] on darwin
>>>>>>> Type "help", "copyright", "credits" or "license" for more
>>>>>>> information.
>>>>>>>>>> import CsoundAC
>>>>>>> Fatal Python error: PyThreadState_Get: no current thread
>>>>>>> Abort trap: 6
>>>>>>>
>>>>>>> What's the best way to use CsoundAC on 10.8?
>>>>>>>
>>>>>>> Cheers,
>>>>>>> deeloke
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> --
>>>>>>> View this message in context:
>>>>>>>
>>>>>>> http://csound.1045644.n5.nabble.com/OSX-Homebrew-tp5723213p5727112.html
>>>>>>> Sent from the Csound - Dev mailing list archive at Nabble.com.
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> ------------------------------------------------------------------------------
>>>>>>> Introducing Performance Central, a new site from SourceForge and
>>>>>>> AppDynamics. Performance Central is your source for news, insights,
>>>>>>> analysis and resources for efficient Application Performance
>>>>>>> Management.
>>>>>>> Visit us today!
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> http://pubads.g.doubleclick.net/gampad/clk?id=48897511&iu=/4140/ostg.clktrk
>>>>>>> _______________________________________________
>>>>>>> Csound-devel mailing list
>>>>>>> <a href="<a
>>>>>>> href="<a
>>>>>>> href="<a
>>>>>>> href="<a href="x-msg://78/user/SendEmail.jtp?type=node&amp;amp;amp;amp;amp;node=5727121&amp;amp;amp;amp;amp;i=1">x-msg://78/user/SendEmail.jtp?type=node&amp;amp;amp;amp;node=5727121&amp;amp;amp;amp;i=1"><a href="x-msg://78/user/SendEmail.jtp?type=node&amp;amp;amp;amp;node=5727121&amp;amp;amp;amp;i=1">x-msg://78/user/SendEmail.jtp?type=node&amp;amp;amp;node=5727121&amp;amp;amp;i=1"><a
>>>>>>> href="<a href="x-msg://78/user/SendEmail.jtp?type=node&amp;amp;amp;amp;node=5727121&amp;amp;amp;amp;i=1">x-msg://78/user/SendEmail.jtp?type=node&amp;amp;amp;node=5727121&amp;amp;amp;i=1"><a href="x-msg://78/user/SendEmail.jtp?type=node&amp;amp;amp;node=5727121&amp;amp;amp;i=1">x-msg://78/user/SendEmail.jtp?type=node&amp;amp;node=5727121&amp;amp;i=1"><a
>>>>>>> href="<a
>>>>>>> href="<a href="x-msg://78/user/SendEmail.jtp?type=node&amp;amp;amp;amp;node=5727121&amp;amp;amp;amp;i=1">x-msg://78/user/SendEmail.jtp?type=node&amp;amp;amp;node=5727121&amp;amp;amp;i=1"><a href="x-msg://78/user/SendEmail.jtp?type=node&amp;amp;amp;node=5727121&amp;amp;amp;i=1">x-msg://78/user/SendEmail.jtp?type=node&amp;amp;node=5727121&amp;amp;i=1"><a
>>>>>>> href="<a href="x-msg://78/user/SendEmail.jtp?type=node&amp;amp;amp;node=5727121&amp;amp;amp;i=1">x-msg://78/user/SendEmail.jtp?type=node&amp;amp;node=5727121&amp;amp;i=1"><a href="x-msg://78/user/SendEmail.jtp?type=node&amp;amp;node=5727121&amp;amp;i=1">x-msg://78/user/SendEmail.jtp?type=node&amp;node=5727121&amp;i=1"
>>>>>>> target="_top" rel="nofollow" link="external">[hidden email]
>>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>>>
>>>>>>
>>>>>>
>>>>>> ------------------------------------------------------------------------------
>>>>>> Introducing Performance Central, a new site from SourceForge and
>>>>>> AppDynamics. Performance Central is your source for news, insights,
>>>>>> analysis and resources for efficient Application Performance
>>>>>> Management.
>>>>>> Visit us today!
>>>>>>
>>>>>>
>>>>>>
>>>>>> http://pubads.g.doubleclick.net/gampad/clk?id=48897511&iu=/4140/ostg.clktrk
>>>>>> _______________________________________________
>>>>>> Csound-devel mailing list
>>>>>> <a href="<a
>>>>>> href="<a
>>>>>> href="<a
>>>>>> href="<a href="x-msg://78/user/SendEmail.jtp?type=node&amp;amp;amp;amp;amp;node=5727121&amp;amp;amp;amp;amp;i=2">x-msg://78/user/SendEmail.jtp?type=node&amp;amp;amp;amp;node=5727121&amp;amp;amp;amp;i=2"><a href="x-msg://78/user/SendEmail.jtp?type=node&amp;amp;amp;amp;node=5727121&amp;amp;amp;amp;i=2">x-msg://78/user/SendEmail.jtp?type=node&amp;amp;amp;node=5727121&amp;amp;amp;i=2"><a
>>>>>> href="<a href="x-msg://78/user/SendEmail.jtp?type=node&amp;amp;amp;amp;node=5727121&amp;amp;amp;amp;i=2">x-msg://78/user/SendEmail.jtp?type=node&amp;amp;amp;node=5727121&amp;amp;amp;i=2"><a href="x-msg://78/user/SendEmail.jtp?type=node&amp;amp;amp;node=5727121&amp;amp;amp;i=2">x-msg://78/user/SendEmail.jtp?type=node&amp;amp;node=5727121&amp;amp;i=2"><a
>>>>>> href="<a
>>>>>> href="<a href="x-msg://78/user/SendEmail.jtp?type=node&amp;amp;amp;amp;node=5727121&amp;amp;amp;amp;i=2">x-msg://78/user/SendEmail.jtp?type=node&amp;amp;amp;node=5727121&amp;amp;amp;i=2"><a href="x-msg://78/user/SendEmail.jtp?type=node&amp;amp;amp;node=5727121&amp;amp;amp;i=2">x-msg://78/user/SendEmail.jtp?type=node&amp;amp;node=5727121&amp;amp;i=2"><a
>>>>>> href="<a href="x-msg://78/user/SendEmail.jtp?type=node&amp;amp;amp;node=5727121&amp;amp;amp;i=2">x-msg://78/user/SendEmail.jtp?type=node&amp;amp;node=5727121&amp;amp;i=2"><a href="x-msg://78/user/SendEmail.jtp?type=node&amp;amp;node=5727121&amp;amp;i=2">x-msg://78/user/SendEmail.jtp?type=node&amp;node=5727121&amp;i=2"
>>>>>> target="_top" rel="nofollow" link="external">[hidden email]
>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>>>
>>>>>>
>>>>>> ________________________________
>>>>>> If you reply to this email, your message will be added to the
>>>>>> discussion
>>>>>> below:
>>>>>>
>>>>>> http://csound.1045644.n5.nabble.com/OSX-Homebrew-tp5723213p5727121.html
>>>>>> To unsubscribe from OSX: Homebrew, click here.
>>>>>> NAML
>>>>>>
>>>>>>
>>>>>> [hidden email]
>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>> ________________________________
>>>>>> View this message in context: Re: OSX: Homebrew (CsoundAC)
>>>>>>
>>>>>> Sent from the Csound - Dev mailing list archive at Nabble.com.
>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>> ------------------------------------------------------------------------------
>>>>>> Introducing Performance Central, a new site from SourceForge and
>>>>>> AppDynamics. Performance Central is your source for news, insights,
>>>>>> analysis and resources for efficient Application Performance
>>>>>> Management.
>>>>>> Visit us today!
>>>>>>
>>>>>>
>>>>>>
>>>>>> http://pubads.g.doubleclick.net/gampad/clk?id=48897511&iu=/4140/ostg.clktrk
>>>>>> _______________________________________________
>>>>>> Csound-devel mailing list
>>>>>> <a href="<a
>>>>>> href="<a
>>>>>> href="<a href="x-msg://8/user/SendEmail.jtp?type=node&amp;amp;amp;amp;node=5727123&amp;amp;amp;amp;i=1">x-msg://8/user/SendEmail.jtp?type=node&amp;amp;amp;node=5727123&amp;amp;amp;i=1"><a href="x-msg://8/user/SendEmail.jtp?type=node&amp;amp;amp;node=5727123&amp;amp;amp;i=1">x-msg://8/user/SendEmail.jtp?type=node&amp;amp;node=5727123&amp;amp;i=1"><a
>>>>>> href="<a href="x-msg://8/user/SendEmail.jtp?type=node&amp;amp;amp;node=5727123&amp;amp;amp;i=1">x-msg://8/user/SendEmail.jtp?type=node&amp;amp;node=5727123&amp;amp;i=1"><a href="x-msg://8/user/SendEmail.jtp?type=node&amp;amp;node=5727123&amp;amp;i=1">x-msg://8/user/SendEmail.jtp?type=node&amp;node=5727123&amp;i=1"
>>>>>> target="_top" rel="nofollow" link="external">[hidden email]
>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>>>
>>>>>
>>>>>
>>>>> ------------------------------------------------------------------------------
>>>>> Introducing Performance Central, a new site from SourceForge and
>>>>> AppDynamics. Performance Central is your source for news, insights,
>>>>> analysis and resources for efficient Application Performance
>>>>> Management.
>>>>> Visit us today!
>>>>>
>>>>>
>>>>> http://pubads.g.doubleclick.net/gampad/clk?id=48897511&iu=/4140/ostg.clktrk
>>>>> _______________________________________________
>>>>> Csound-devel mailing list
>>>>> <a href="<a
>>>>> href="<a
>>>>> href="<a href="x-msg://8/user/SendEmail.jtp?type=node&amp;amp;amp;amp;node=5727123&amp;amp;amp;amp;i=2">x-msg://8/user/SendEmail.jtp?type=node&amp;amp;amp;node=5727123&amp;amp;amp;i=2"><a href="x-msg://8/user/SendEmail.jtp?type=node&amp;amp;amp;node=5727123&amp;amp;amp;i=2">x-msg://8/user/SendEmail.jtp?type=node&amp;amp;node=5727123&amp;amp;i=2"><a
>>>>> href="<a href="x-msg://8/user/SendEmail.jtp?type=node&amp;amp;amp;node=5727123&amp;amp;amp;i=2">x-msg://8/user/SendEmail.jtp?type=node&amp;amp;node=5727123&amp;amp;i=2"><a href="x-msg://8/user/SendEmail.jtp?type=node&amp;amp;node=5727123&amp;amp;i=2">x-msg://8/user/SendEmail.jtp?type=node&amp;node=5727123&amp;i=2"
>>>>> target="_top" rel="nofollow" link="external">[hidden email]
>>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>>
>>>>>
>>>>> ________________________________
>>>>> If you reply to this email, your message will be added to the
>>>>> discussion
>>>>> below:
>>>>> http://csound.1045644.n5.nabble.com/OSX-Homebrew-tp5723213p5727123.html
>>>>> To unsubscribe from OSX: Homebrew, click here.
>>>>> NAML
>>>>>
>>>>>
>>>>> [hidden email]
>>>>>
>>>>>
>>>>>
>>>>>
>>>>> ________________________________
>>>>> View this message in context: Re: OSX: Homebrew (CsoundAC)
>>>>> Sent from the Csound - Dev mailing list archive at Nabble.com.
>>>>>
>>>>>
>>>>>
>>>>> ------------------------------------------------------------------------------
>>>>> Introducing Performance Central, a new site from SourceForge and
>>>>> AppDynamics. Performance Central is your source for news, insights,
>>>>> analysis and resources for efficient Application Performance
>>>>> Management.
>>>>> Visit us today!
>>>>>
>>>>>
>>>>> http://pubads.g.doubleclick.net/gampad/clk?id=48897511&iu=/4140/ostg.clktrk
>>>>> _______________________________________________
>>>>> Csound-devel mailing list
>>>>> <a
>>>>> href="<a
>>>>> href="<a href="x-msg://89/user/SendEmail.jtp?type=node&amp;amp;amp;node=5727132&amp;amp;amp;i=2">x-msg://89/user/SendEmail.jtp?type=node&amp;amp;node=5727132&amp;amp;i=2"><a href="x-msg://89/user/SendEmail.jtp?type=node&amp;amp;node=5727132&amp;amp;i=2">x-msg://89/user/SendEmail.jtp?type=node&amp;node=5727132&amp;i=2"
>>>>> target="_top" rel="nofollow" link="external">[hidden email]
>>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>>
>>>
>>> ------------------------------------------------------------------------------
>>> Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
>>> Discover the easy way to master current and previous Microsoft
>>> technologies
>>> and advance your career. Get an incredible 1,500+ hours of step-by-step
>>> tutorial videos with LearnDevNow. Subscribe today and save!
>>>
>>> http://pubads.g.doubleclick.net/gampad/clk?id=58040911&iu=/4140/ostg.clktrk
>>> _______________________________________________
>>> Csound-devel mailing list
>>> <a href="<a
>>> href="<a href="x-msg://89/user/SendEmail.jtp?type=node&amp;amp;amp;node=5727132&amp;amp;amp;i=3">x-msg://89/user/SendEmail.jtp?type=node&amp;amp;node=5727132&amp;amp;i=3"><a href="x-msg://89/user/SendEmail.jtp?type=node&amp;amp;node=5727132&amp;amp;i=3">x-msg://89/user/SendEmail.jtp?type=node&amp;node=5727132&amp;i=3"
>>> target="_top" rel="nofollow" link="external">[hidden email]
>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>
>>>
>>> ________________________________
>>> If you reply to this email, your message will be added to the discussion
>>> below:
>>> http://csound.1045644.n5.nabble.com/OSX-Homebrew-tp5723213p5727132.html
>>> To unsubscribe from OSX: Homebrew, click here.
>>> NAML
>>>
>>>
>>>
>>>
>>>
>>> ________________________________
>>> View this message in context: Re: OSX: Homebrew (CsoundAC)
>>> Sent from the Csound - Dev mailing list archive at Nabble.com.
>>>
>>>
>>> ------------------------------------------------------------------------------
>>> Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
>>> Discover the easy way to master current and previous Microsoft
>>> technologies
>>> and advance your career. Get an incredible 1,500+ hours of step-by-step
>>> tutorial videos with LearnDevNow. Subscribe today and save!
>>>
>>> http://pubads.g.doubleclick.net/gampad/clk?id=58040911&iu=/4140/ostg.clktrk
>>> _______________________________________________
>>> Csound-devel mailing list
>>> <a
>>> href="<a href="x-msg://220/user/SendEmail.jtp?type=node&amp;amp;node=5727265&amp;amp;i=2">x-msg://220/user/SendEmail.jtp?type=node&amp;node=5727265&amp;i=2"
>>> target="_top" rel="nofollow" link="external">[hidden email]
>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>
> ------------------------------------------------------------------------------
> Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
> Discover the easy way to master current and previous Microsoft technologies
> and advance your career. Get an incredible 1,500+ hours of step-by-step
> tutorial videos with LearnDevNow. Subscribe today and save!
> http://pubads.g.doubleclick.net/gampad/clk?id=58040911&iu=/4140/ostg.clktrk
> _______________________________________________
> Csound-devel mailing list
> <a href="<a href="x-msg://220/user/SendEmail.jtp?type=node&amp;amp;node=5727265&amp;amp;i=3">x-msg://220/user/SendEmail.jtp?type=node&amp;node=5727265&amp;i=3"
> target="_top" rel="nofollow" link="external">[hidden email]
> https://lists.sourceforge.net/lists/listinfo/csound-devel
>
>
> ________________________________
> If you reply to this email, your message will be added to the discussion
> below:
> http://csound.1045644.n5.nabble.com/OSX-Homebrew-tp5723213p5727265.html
> To unsubscribe from OSX: Homebrew, click here.
> NAML
>
>
> [hidden email]
>
>
>
>
> ________________________________
> View this message in context: Re: OSX: Homebrew (CsoundAC)
> Sent from the Csound - Dev mailing list archive at Nabble.com.
>
> ------------------------------------------------------------------------------
> Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
> Discover the easy way to master current and previous Microsoft technologies
> and advance your career. Get an incredible 1,500+ hours of step-by-step
> tutorial videos with LearnDevNow. Subscribe today and save!
> http://pubads.g.doubleclick.net/gampad/clk?id=58040911&iu=/4140/ostg.clktrk
> _______________________________________________
> Csound-devel mailing list
> <a href="x-msg://232/user/SendEmail.jtp?type=node&amp;node=5727267&amp;i=1" target="_top" rel="nofollow" link="external">[hidden email]
> https://lists.sourceforge.net/lists/listinfo/csound-devel
>
------------------------------------------------------------------------------
Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
Discover the easy way to master current and previous Microsoft technologies
and advance your career. Get an incredible 1,500+ hours of step-by-step
tutorial videos with LearnDevNow. Subscribe today and save!
http://pubads.g.doubleclick.net/gampad/clk?id=58040911&iu=/4140/ostg.clktrk
_______________________________________________
Csound-devel mailing list
<a href="x-msg://232/user/SendEmail.jtp?type=node&amp;node=5727267&amp;i=2" target="_top" rel="nofollow" link="external">[hidden email]
https://lists.sourceforge.net/lists/listinfo/csound-devel



If you reply to this email, your message will be added to the discussion below:
http://csound.1045644.n5.nabble.com/OSX-Homebrew-tp5723213p5727267.html
To unsubscribe from OSX: Homebrew, click here.
NAML




View this message in context: Re: OSX: Homebrew (CsoundAC)
Sent from the Csound - Dev mailing list archive at Nabble.com.

Date2013-08-31 02:11
FromSteven Yi
SubjectRe: [Cs-dev] OSX: Homebrew (CsoundAC)
Homebrew and the installer are somewhat mutually exclusive.  The stuff
installed by the installer goes into the system-wide /Library/Python,
while the stuff installed by homebrew will go into the user's
~/Library/Python/2.7/lib/python/site-packages/.  If you want to use
the one from Homebrew (assuming it gets installed correctly), you'll
need to remove the one from /Library/Python/2.7/site-packages.



On Fri, Aug 30, 2013 at 9:00 PM, deeloke  wrote:
> Hi Steven, thanks for letting me know you are looking into this. The update
> you made to the homebrew recipe hasn't fixed the problem yet either, i just
> tested this, here's the transcript:
>
>> python
> Python 2.7.2 (default, Oct 11 2012, 20:14:37)
> [GCC 4.2.1 Compatible Apple Clang 4.0 (tags/Apple/clang-418.0.60)] on darwin
> Type "help", "copyright", "credits" or "license" for more information.
>>>> import CsoundAC
> Traceback (most recent call last):
>   File "", line 1, in 
>   File "/Library/Python/2.7/site-packages/CsoundAC.py", line 26, in 
>     _CsoundAC = swig_import_helper()
>   File "/Library/Python/2.7/site-packages/CsoundAC.py", line 22, in
> swig_import_helper
>     _mod = imp.load_module('_CsoundAC', fp, pathname, description)
> ImportError: dlopen(/Library/Python/2.7/site-packages/_CsoundAC.so, 2):
> Library not loaded: /usr/local/lib/libCsoundAC.6.0.dylib
>   Referenced from: /Library/Python/2.7/site-packages/_CsoundAC.so
>   Reason: image not found
>>>>
>
> CsoundAC is a useful extension to Csound, it will be good if it is made
> available to mac users.
>
> Cheers,
> Damien.
>
> On 31/08/2013, at 8:38 AM, "Steven Yi [via Csound]" <[hidden email]> wrote:
>
> Hi Damien,
>
> Thanks for checking that out. I'll be flying tomorrow but have some
> long layovers. I'll do some testing with a Virtual Machine reset to
> clean state for this that should reproduce any issues.  I'm pretty
> sure that the next build will be good then. I'll email here tomorrow
> or Sunday when I can test/build/upload.
>
> Thanks!
> steven
>
> On Fri, Aug 30, 2013 at 8:05 PM, deeloke < href="x-msg://232/user/SendEmail.jtp?type=node&node=5727267&i=0"
> target="_top" rel="nofollow" link="external">[hidden email]> wrote:
>
>> Hi Steven, this latest package doesn't work either:
>>> python
>> Python 2.7.2 (default, Oct 11 2012, 20:14:37)
>> [GCC 4.2.1 Compatible Apple Clang 4.0 (tags/Apple/clang-418.0.60)] on
>> darwin
>> Type "help", "copyright", "credits" or "license" for more information.
>>>>> import CsoundAC
>> Traceback (most recent call last):
>>   File "", line 1, in 
>>   File "/Library/Python/2.7/site-packages/CsoundAC.py", line 26, in
>> 
>>     _CsoundAC = swig_import_helper()
>>   File "/Library/Python/2.7/site-packages/CsoundAC.py", line 22, in
>> swig_import_helper
>>     _mod = imp.load_module('_CsoundAC', fp, pathname, description)
>> ImportError: dlopen(/Library/Python/2.7/site-packages/_CsoundAC.so, 2):
>> Library not loaded: /usr/local/lib/libCsoundAC.6.0.dylib
>>   Referenced from: /Library/Python/2.7/site-packages/_CsoundAC.so
>>   Reason: image not found
>>>>>
>>
>> -Damien
>>
>> On 31/08/2013, at 1:44 AM, "Steven Yi [via Csound]" <[hidden email]>
>> wrote:
>>
>> Hi Damien,
>>
>> I think I've sorted out things.  Could you try this new build:
>>
>> http://www.kunstmusik.com/csound6.00.1-OSX10.8-x86_64.dmg
>>
>> Thanks!
>> steven
>>
>> On Fri, Aug 30, 2013 at 12:20 PM, Steven Yi <> href="> href="x-msg://220/user/SendEmail.jtp?type=node&amp;node=5727265&amp;i=0">x-msg://220/user/SendEmail.jtp?type=node&node=5727265&i=0"
>> target="_top" rel="nofollow" link="external">[hidden email]> wrote:
>>
>>> Ugh, I forgot that LuaJit doesn't work for x86_64 on OSX without
>>> special flags at compile time[1].  That doesn't work for Python, nor
>>> Java, and any program on OSX that itself doesn't have the flags, as
>>> the Lua Opcodes crash on start.  I need to revise the installer system
>>> to not build Lua opcodes on OSX, but do build the lua interfaces. (I
>>> think the luajit executable itself does use the flags which is fine).
>>>
>>> I was halfway uploading when I figured this out. I'll reply shortly
>>> with the updated package.
>>>
>>> steven
>>>
>>>
>>> [1] - from http://luajit.org/install.html:
>>>
>>> If you're building a 64 bit application on OSX which links directly or
>>> indirectly against LuaJIT, you need to link your main executable with
>>> these flags:
>>>
>>> -pagezero_size 10000 -image_base 100000000
>>>
>>> Also, it's recommended to rebase all (self-compiled) shared libraries
>>> which are loaded at runtime on OSX/x64 (e.g. C extension modules for
>>> Lua). See: man rebase
>>>
>>> On Fri, Aug 30, 2013 at 9:26 AM, deeloke <>> href=">> href="x-msg://220/user/SendEmail.jtp?type=node&amp;node=5727265&amp;i=1">x-msg://220/user/SendEmail.jtp?type=node&node=5727265&i=1"
>>> target="_top" rel="nofollow" link="external">[hidden email]> wrote:
>>>> Hi Steven,
>>>> this  latest build you posted doesn't successfully install CsoundAC on
>>>> 10.8.4. This is what I tried:
>>>> a) removed sound python files from:
>>>> /Library/Frameworks/CsoundLib64.framework/Resources/Python/Current
>>>> b) installed csound6.00.1-OSX10.8-x86_64.dmg from the link you provided
>>>> in
>>>> the email below
>>>>
>>>> here's the transcript:
>>>> ---start----
>>>>
>>>>> csound
>>>> virtual_keyboard real time MIDI plugin for Csound
>>>> Error: define environment variable RAWWAVE_PATH
>>>> (points to rawwaves directory) to use STK opcodes.
>>>> 0dBFS level = 32768.0
>>>> Csound version 6.00.1 (double samples) Aug 26 2013
>>>> libsndfile-1.0.25
>>>>
>>>>  > python
>>>> Python 2.7.2 (default, Oct 11 2012, 20:14:37)
>>>> [GCC 4.2.1 Compatible Apple Clang 4.0 (tags/Apple/clang-418.0.60)] on
>>>> darwin
>>>> Type "help", "copyright", "credits" or "license" for more information.
>>>>>>> import CsoundAC
>>>> Traceback (most recent call last):
>>>>   File "", line 1, in 
>>>>   File "/Library/Python/2.7/site-packages/CsoundAC.py", line 26, in
>>>> 
>>>>     _CsoundAC = swig_import_helper()
>>>>   File "/Library/Python/2.7/site-packages/CsoundAC.py", line 22, in
>>>> swig_import_helper
>>>>     _mod = imp.load_module('_CsoundAC', fp, pathname, description)
>>>> ImportError: dlopen(/Library/Python/2.7/site-packages/_CsoundAC.so, 2):
>>>> Library not loaded: /usr/local/lib/libCsoundAC.6.0.dylib
>>>>   Referenced from: /Library/Python/2.7/site-packages/_CsoundAC.so
>>>>   Reason: image not found
>>>>  > ls /usr/local/lib/libCsoundAC.6.0.dylib
>>>> ls: /usr/local/lib/libCsoundAC.6.0.dylib: No such file or directory
>>>> ---END---
>>>>
>>>> -Damien.
>>>>
>>>> On 28/08/2013, at 1:13 AM, Steven Yi [via Csound] <[hidden email]>
>>>> wrote:
>>>>
>>>> Hi Damien,
>>>>
>>>> Could you try this one:
>>>>
>>>> http://www.kunstmusik.com/csound6.00.1-OSX10.8-x86_64.dmg
>>>>
>>>> Thanks,
>>>> steven
>>>>
>>>> On Tue, Aug 27, 2013 at 12:44 PM, Steven Yi <>>> href=">>> href=">>> href="x-msg://89/user/SendEmail.jtp?type=node&amp;amp;node=5727132&amp;amp;i=0">x-msg://89/user/SendEmail.jtp?type=node&amp;node=5727132&amp;i=0">>>> href="x-msg://89/user/SendEmail.jtp?type=node&amp;node=5727132&amp;i=0">x-msg://89/user/SendEmail.jtp?type=node&node=5727132&i=0"
>>>> target="_top" rel="nofollow" link="external">[hidden email]> wrote:
>>>>
>>>>> Well it looks like the _CsoundAC.so is linked to the
>>>>> libcsoundAC.6.0.0.dylib, and that latter library should be installed
>>>>> into /usr/local/lib with the installer.  The link is a bare link
>>>>> rather than absolute path.  It looks like I'll have to modify the
>>>>> installer to either add a symlink to libcsoundAC.6.0.0.dylib to the
>>>>> python install directory, or modify the _CsoundAC.so link path to
>>>>> resolve to libCsoundAC in /usr/local/lib.  I'll experiment here with
>>>>> the latter and post another build.
>>>>>
>>>>> On Tue, Aug 27, 2013 at 12:47 AM, deeloke <>>>> href=">>>> href=">>>> href="x-msg://89/user/SendEmail.jtp?type=node&amp;amp;node=5727132&amp;amp;i=1">x-msg://89/user/SendEmail.jtp?type=node&amp;node=5727132&amp;i=1">>>>> href="x-msg://89/user/SendEmail.jtp?type=node&amp;node=5727132&amp;i=1">x-msg://89/user/SendEmail.jtp?type=node&node=5727132&i=1"
>>>>> target="_top" rel="nofollow" link="external">[hidden email]> wrote:
>>>>>> Hi Steven,
>>>>>>
>>>>>> Its not working on my computer yet.
>>>>>>
>>>>>> Here is the error message produced when importing CsoundAC after using
>>>>>> your
>>>>>> installer to install Csound 6:
>>>>>>
>>>>>>  > python
>>>>>> Python 2.7.3 (default, Aug 11 2013, 17:45:32)
>>>>>> [GCC 4.2.1 Compatible Apple LLVM 4.2 (clang-425.0.24)] on darwin
>>>>>> Type "help", "copyright", "credits" or "license" for more information.
>>>>>>>>> import CsoundAC
>>>>>> Traceback (most recent call last):
>>>>>>   File "", line 1, in 
>>>>>>   File "/Library/Python/2.7/site-packages/CsoundAC.py", line 26, in
>>>>>> 
>>>>>>     _CsoundAC = swig_import_helper()
>>>>>>   File "/Library/Python/2.7/site-packages/CsoundAC.py", line 22, in
>>>>>> swig_import_helper
>>>>>>     _mod = imp.load_module('_CsoundAC', fp, pathname, description)
>>>>>> ImportError: dlopen(/Library/Python/2.7/site-packages/_CsoundAC.so,
>>>>>> 2):
>>>>>> Library not loaded: libCsoundAC.6.0.dylib
>>>>>>   Referenced from: /Library/Python/2.7/site-packages/_CsoundAC.so
>>>>>>   Reason: image not found
>>>>>>>>>
>>>>>>
>>>>>> -Damien.
>>>>>>
>>>>>> On 27/08/2013, at 10:28 AM, Steven Yi [via Csound] <[hidden email]>
>>>>>> wrote:
>>>>>>
>>>>>> Hi Damien,
>>>>>>
>>>>>> I have CsoundAC building after fixing up the CMake file.  I have a
>>>>>> build posted at:
>>>>>>
>>>>>> http://www.kunstmusik.com/csound6.00.1-OSX10.8-x86_64.dmg
>>>>>>
>>>>>> Could you try this at let me know if it's working for you?  One thing
>>>>>> is that the Lua interface for Csound and CsoundAC are not building on
>>>>>> OSX, but this should have CsoundAC for Python.
>>>>>>
>>>>>> As for the csound homebrew recipe, it needs to be updated so that
>>>>>> building from --head uses the develop branch. I'll probably take a
>>>>>> look at this tomorrow.
>>>>>>
>>>>>> Thanks,
>>>>>> steven
>>>>>>
>>>>>> On Mon, Aug 26, 2013 at 10:13 PM, deeloke <>>>>> href=">>>>> href=">>>>> href=">>>>> href="x-msg://8/user/SendEmail.jtp?type=node&amp;amp;amp;node=5727123&amp;amp;amp;i=0">x-msg://8/user/SendEmail.jtp?type=node&amp;amp;node=5727123&amp;amp;i=0">>>>>> href="x-msg://8/user/SendEmail.jtp?type=node&amp;amp;node=5727123&amp;amp;i=0">x-msg://8/user/SendEmail.jtp?type=node&amp;node=5727123&amp;i=0">>>>>> href=">>>>> href="x-msg://8/user/SendEmail.jtp?type=node&amp;amp;node=5727123&amp;amp;i=0">x-msg://8/user/SendEmail.jtp?type=node&amp;node=5727123&amp;i=0">>>>>> href="x-msg://8/user/SendEmail.jtp?type=node&amp;node=5727123&amp;i=0">x-msg://8/user/SendEmail.jtp?type=node&node=5727123&i=0"
>>>>>> target="_top" rel="nofollow" link="external">[hidden email]> wrote:
>>>>>>
>>>>>>> Hi Steve,
>>>>>>>
>>>>>>> thanks replying so quickly.
>>>>>>>
>>>>>>> i've logged the bug at Github. I only require a working version for
>>>>>>> 10.8.
>>>>>>> I
>>>>>>> suspected the EIGEN3_INCLUDE_DIR was the culprit.
>>>>>>>
>>>>>>> The csound5-1.19.02.1-OSX10.8-universal installer does not properly
>>>>>>> install
>>>>>>> the CsoundAC files, but a forum user reported that the 5.18 version
>>>>>>> works
>>>>>>> fine.
>>>>>>>
>>>>>>> In my experience, the Csound universal installer writes over the
>>>>>>> Homebrew
>>>>>>> libraries, breaking Homebrew in the process.  But it appears there is
>>>>>>> no
>>>>>>> other choice for mac users right now, if CsoundAC is needed.
>>>>>>>
>>>>>>> Thanks for looking into this. In every other respect your Csound tap
>>>>>>> worked
>>>>>>> great.
>>>>>>>
>>>>>>>  Let me know if I can do anything else to help.
>>>>>>>
>>>>>>> Kind regards,
>>>>>>> Damien.
>>>>>>>
>>>>>>>
>>>>>>> On 27/08/2013, at 6:56 AM, "Steven Yi [via Csound]" <[hidden email]>
>>>>>>> wrote:
>>>>>>>
>>>>>>> Hi Deeloke,
>>>>>>>
>>>>>>> Using the 5.18 installer may work if you ran the installer, but I'm
>>>>>>> not sure it'd work if you just picked out the file.
>>>>>>>
>>>>>>> Actually, it looks like CsoundAC doesn't build on any system that
>>>>>>> doesn't have EIGEN3_INCLUDE_DIR defined. That needs to be changed to
>>>>>>> use standard directories with the developer option to add custom
>>>>>>> folders to their Custom.cmake.
>>>>>>>
>>>>>>> Let me see if I can get CsoundAC building on OSX.  If so, I'll upload
>>>>>>> a build for 10.8.  If you need something for 10.6 or 10.7, then maybe
>>>>>>> Victor can help.
>>>>>>>
>>>>>>> For CsoundAC to build with Brew, that'd require getting the right
>>>>>>> dependencies installed from homebrew before installing. File a bug at
>>>>>>> the homebrew-csound repo:
>>>>>>>
>>>>>>> https://github.com/kunstmusik/homebrew-csound/issues
>>>>>>>
>>>>>>> And I'll take a look when I have time to do so.
>>>>>>>
>>>>>>> Thanks,
>>>>>>> steven
>>>>>>>
>>>>>>>
>>>>>>> On Mon, Aug 26, 2013 at 11:59 AM, deeloke <>>>>>> href=">>>>>> href=">>>>>> href=">>>>>> href=">>>>>> href="x-msg://78/user/SendEmail.jtp?type=node&amp;amp;amp;amp;node=5727121&amp;amp;amp;amp;i=0">x-msg://78/user/SendEmail.jtp?type=node&amp;amp;amp;node=5727121&amp;amp;amp;i=0">>>>>>> href="x-msg://78/user/SendEmail.jtp?type=node&amp;amp;amp;node=5727121&amp;amp;amp;i=0">x-msg://78/user/SendEmail.jtp?type=node&amp;amp;node=5727121&amp;amp;i=0">>>>>>> href=">>>>>> href="x-msg://78/user/SendEmail.jtp?type=node&amp;amp;amp;node=5727121&amp;amp;amp;i=0">x-msg://78/user/SendEmail.jtp?type=node&amp;amp;node=5727121&amp;amp;i=0">>>>>>> href="x-msg://78/user/SendEmail.jtp?type=node&amp;amp;node=5727121&amp;amp;i=0">x-msg://78/user/SendEmail.jtp?type=node&amp;node=5727121&amp;i=0">>>>>>> href=">>>>>> href=">>>>>> href="x-msg://78/user/SendEmail.jtp?type=node&amp;amp;amp;node=5727121&amp;amp;amp;i=0">x-msg://78/user/SendEmail.jtp?type=node&amp;amp;node=5727121&amp;amp;i=0">>>>>>> href="x-msg://78/user/SendEmail.jtp?type=node&amp;amp;node=5727121&amp;amp;i=0">x-msg://78/user/SendEmail.jtp?type=node&amp;node=5727121&amp;i=0">>>>>>> href=">>>>>> href="x-msg://78/user/SendEmail.jtp?type=node&amp;amp;node=5727121&amp;amp;i=0">x-msg://78/user/SendEmail.jtp?type=node&amp;node=5727121&amp;i=0">>>>>>> href="x-msg://78/user/SendEmail.jtp?type=node&amp;node=5727121&amp;i=0">x-msg://78/user/SendEmail.jtp?type=node&node=5727121&i=0"
>>>>>>> target="_top" rel="nofollow" link="external">[hidden email]> wrote:
>>>>>>>
>>>>>>>> Hi, this homebrew file provides Csound version 6.00.1 on my install
>>>>>>>> of
>>>>>>>> 10.8.4.
>>>>>>>>
>>>>>>>> However the CsoundAC files do not appear to be included properly.
>>>>>>>>
>>>>>>>> I tried copying the missing files from
>>>>>>>> csound5.18.031-OSX10.6-universal.pkg
>>>>>>>> (using Paficist) from this directory:
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>> /Library/Frameworks/CsoundLib.framework/Versions/5.2/Resources/Python/Current
>>>>>>>>
>>>>>>>> The files were copied to
>>>>>>>> /Library/Frameworks/CsoundLib64.framework/Resources/Python/Current
>>>>>>>>
>>>>>>>> When I import CsoundAC in python, this error is produced:
>>>>>>>>
>>>>>>>>> python
>>>>>>>> Python 2.7.3 (default, Aug 11 2013, 17:45:32)
>>>>>>>> [GCC 4.2.1 Compatible Apple LLVM 4.2 (clang-425.0.24)] on darwin
>>>>>>>> Type "help", "copyright", "credits" or "license" for more
>>>>>>>> information.
>>>>>>>>>>> import CsoundAC
>>>>>>>> Fatal Python error: PyThreadState_Get: no current thread
>>>>>>>> Abort trap: 6
>>>>>>>>
>>>>>>>> What's the best way to use CsoundAC on 10.8?
>>>>>>>>
>>>>>>>> Cheers,
>>>>>>>> deeloke
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>> --
>>>>>>>> View this message in context:
>>>>>>>>
>>>>>>>>
>>>>>>>> http://csound.1045644.n5.nabble.com/OSX-Homebrew-tp5723213p5727112.html
>>>>>>>> Sent from the Csound - Dev mailing list archive at Nabble.com.
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>> ------------------------------------------------------------------------------
>>>>>>>> Introducing Performance Central, a new site from SourceForge and
>>>>>>>> AppDynamics. Performance Central is your source for news, insights,
>>>>>>>> analysis and resources for efficient Application Performance
>>>>>>>> Management.
>>>>>>>> Visit us today!
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>> http://pubads.g.doubleclick.net/gampad/clk?id=48897511&iu=/4140/ostg.clktrk
>>>>>>>> _______________________________________________
>>>>>>>> Csound-devel mailing list
>>>>>>>> >>>>>>> href=">>>>>>> href=">>>>>>> href="x-msg://78/user/SendEmail.jtp?type=node&amp;amp;amp;amp;node=5727121&amp;amp;amp;amp;i=1">x-msg://78/user/SendEmail.jtp?type=node&amp;amp;amp;node=5727121&amp;amp;amp;i=1">>>>>>>> href="x-msg://78/user/SendEmail.jtp?type=node&amp;amp;amp;node=5727121&amp;amp;amp;i=1">x-msg://78/user/SendEmail.jtp?type=node&amp;amp;node=5727121&amp;amp;i=1">>>>>>>> href=">>>>>>> href="x-msg://78/user/SendEmail.jtp?type=node&amp;amp;amp;node=5727121&amp;amp;amp;i=1">x-msg://78/user/SendEmail.jtp?type=node&amp;amp;node=5727121&amp;amp;i=1">>>>>>>> href="x-msg://78/user/SendEmail.jtp?type=node&amp;amp;node=5727121&amp;amp;i=1">x-msg://78/user/SendEmail.jtp?type=node&amp;node=5727121&amp;i=1">>>>>>>> href=">>>>>>> href=">>>>>>> href="x-msg://78/user/SendEmail.jtp?type=node&amp;amp;amp;node=5727121&amp;amp;amp;i=1">x-msg://78/user/SendEmail.jtp?type=node&amp;amp;node=5727121&amp;amp;i=1">>>>>>>> href="x-msg://78/user/SendEmail.jtp?type=node&amp;amp;node=5727121&amp;amp;i=1">x-msg://78/user/SendEmail.jtp?type=node&amp;node=5727121&amp;i=1">>>>>>>> href=">>>>>>> href="x-msg://78/user/SendEmail.jtp?type=node&amp;amp;node=5727121&amp;amp;i=1">x-msg://78/user/SendEmail.jtp?type=node&amp;node=5727121&amp;i=1">>>>>>>> href="x-msg://78/user/SendEmail.jtp?type=node&amp;node=5727121&amp;i=1">x-msg://78/user/SendEmail.jtp?type=node&node=5727121&i=1"
>>>>>>>> target="_top" rel="nofollow" link="external">[hidden email]
>>>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> ------------------------------------------------------------------------------
>>>>>>> Introducing Performance Central, a new site from SourceForge and
>>>>>>> AppDynamics. Performance Central is your source for news, insights,
>>>>>>> analysis and resources for efficient Application Performance
>>>>>>> Management.
>>>>>>> Visit us today!
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> http://pubads.g.doubleclick.net/gampad/clk?id=48897511&iu=/4140/ostg.clktrk
>>>>>>> _______________________________________________
>>>>>>> Csound-devel mailing list
>>>>>>> >>>>>> href=">>>>>> href=">>>>>> href="x-msg://78/user/SendEmail.jtp?type=node&amp;amp;amp;amp;node=5727121&amp;amp;amp;amp;i=2">x-msg://78/user/SendEmail.jtp?type=node&amp;amp;amp;node=5727121&amp;amp;amp;i=2">>>>>>> href="x-msg://78/user/SendEmail.jtp?type=node&amp;amp;amp;node=5727121&amp;amp;amp;i=2">x-msg://78/user/SendEmail.jtp?type=node&amp;amp;node=5727121&amp;amp;i=2">>>>>>> href=">>>>>> href="x-msg://78/user/SendEmail.jtp?type=node&amp;amp;amp;node=5727121&amp;amp;amp;i=2">x-msg://78/user/SendEmail.jtp?type=node&amp;amp;node=5727121&amp;amp;i=2">>>>>>> href="x-msg://78/user/SendEmail.jtp?type=node&amp;amp;node=5727121&amp;amp;i=2">x-msg://78/user/SendEmail.jtp?type=node&amp;node=5727121&amp;i=2">>>>>>> href=">>>>>> href=">>>>>> href="x-msg://78/user/SendEmail.jtp?type=node&amp;amp;amp;node=5727121&amp;amp;amp;i=2">x-msg://78/user/SendEmail.jtp?type=node&amp;amp;node=5727121&amp;amp;i=2">>>>>>> href="x-msg://78/user/SendEmail.jtp?type=node&amp;amp;node=5727121&amp;amp;i=2">x-msg://78/user/SendEmail.jtp?type=node&amp;node=5727121&amp;i=2">>>>>>> href=">>>>>> href="x-msg://78/user/SendEmail.jtp?type=node&amp;amp;node=5727121&amp;amp;i=2">x-msg://78/user/SendEmail.jtp?type=node&amp;node=5727121&amp;i=2">>>>>>> href="x-msg://78/user/SendEmail.jtp?type=node&amp;node=5727121&amp;i=2">x-msg://78/user/SendEmail.jtp?type=node&node=5727121&i=2"
>>>>>>> target="_top" rel="nofollow" link="external">[hidden email]
>>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>>>>
>>>>>>>
>>>>>>> ________________________________
>>>>>>> If you reply to this email, your message will be added to the
>>>>>>> discussion
>>>>>>> below:
>>>>>>>
>>>>>>>
>>>>>>> http://csound.1045644.n5.nabble.com/OSX-Homebrew-tp5723213p5727121.html
>>>>>>> To unsubscribe from OSX: Homebrew, click here.
>>>>>>> NAML
>>>>>>>
>>>>>>>
>>>>>>> [hidden email]
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> ________________________________
>>>>>>> View this message in context: Re: OSX: Homebrew (CsoundAC)
>>>>>>>
>>>>>>> Sent from the Csound - Dev mailing list archive at Nabble.com.
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> ------------------------------------------------------------------------------
>>>>>>> Introducing Performance Central, a new site from SourceForge and
>>>>>>> AppDynamics. Performance Central is your source for news, insights,
>>>>>>> analysis and resources for efficient Application Performance
>>>>>>> Management.
>>>>>>> Visit us today!
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> http://pubads.g.doubleclick.net/gampad/clk?id=48897511&iu=/4140/ostg.clktrk
>>>>>>> _______________________________________________
>>>>>>> Csound-devel mailing list
>>>>>>> >>>>>> href=">>>>>> href="x-msg://8/user/SendEmail.jtp?type=node&amp;amp;amp;node=5727123&amp;amp;amp;i=1">x-msg://8/user/SendEmail.jtp?type=node&amp;amp;node=5727123&amp;amp;i=1">>>>>>> href="x-msg://8/user/SendEmail.jtp?type=node&amp;amp;node=5727123&amp;amp;i=1">x-msg://8/user/SendEmail.jtp?type=node&amp;node=5727123&amp;i=1">>>>>>> href=">>>>>> href="x-msg://8/user/SendEmail.jtp?type=node&amp;amp;node=5727123&amp;amp;i=1">x-msg://8/user/SendEmail.jtp?type=node&amp;node=5727123&amp;i=1">>>>>>> href="x-msg://8/user/SendEmail.jtp?type=node&amp;node=5727123&amp;i=1">x-msg://8/user/SendEmail.jtp?type=node&node=5727123&i=1"
>>>>>>> target="_top" rel="nofollow" link="external">[hidden email]
>>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>> ------------------------------------------------------------------------------
>>>>>> Introducing Performance Central, a new site from SourceForge and
>>>>>> AppDynamics. Performance Central is your source for news, insights,
>>>>>> analysis and resources for efficient Application Performance
>>>>>> Management.
>>>>>> Visit us today!
>>>>>>
>>>>>>
>>>>>>
>>>>>> http://pubads.g.doubleclick.net/gampad/clk?id=48897511&iu=/4140/ostg.clktrk
>>>>>> _______________________________________________
>>>>>> Csound-devel mailing list
>>>>>> >>>>> href=">>>>> href="x-msg://8/user/SendEmail.jtp?type=node&amp;amp;amp;node=5727123&amp;amp;amp;i=2">x-msg://8/user/SendEmail.jtp?type=node&amp;amp;node=5727123&amp;amp;i=2">>>>>> href="x-msg://8/user/SendEmail.jtp?type=node&amp;amp;node=5727123&amp;amp;i=2">x-msg://8/user/SendEmail.jtp?type=node&amp;node=5727123&amp;i=2">>>>>> href=">>>>> href="x-msg://8/user/SendEmail.jtp?type=node&amp;amp;node=5727123&amp;amp;i=2">x-msg://8/user/SendEmail.jtp?type=node&amp;node=5727123&amp;i=2">>>>>> href="x-msg://8/user/SendEmail.jtp?type=node&amp;node=5727123&amp;i=2">x-msg://8/user/SendEmail.jtp?type=node&node=5727123&i=2"
>>>>>> target="_top" rel="nofollow" link="external">[hidden email]
>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>>>
>>>>>>
>>>>>> ________________________________
>>>>>> If you reply to this email, your message will be added to the
>>>>>> discussion
>>>>>> below:
>>>>>>
>>>>>> http://csound.1045644.n5.nabble.com/OSX-Homebrew-tp5723213p5727123.html
>>>>>> To unsubscribe from OSX: Homebrew, click here.
>>>>>> NAML
>>>>>>
>>>>>>
>>>>>> [hidden email]
>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>> ________________________________
>>>>>> View this message in context: Re: OSX: Homebrew (CsoundAC)
>>>>>> Sent from the Csound - Dev mailing list archive at Nabble.com.
>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>> ------------------------------------------------------------------------------
>>>>>> Introducing Performance Central, a new site from SourceForge and
>>>>>> AppDynamics. Performance Central is your source for news, insights,
>>>>>> analysis and resources for efficient Application Performance
>>>>>> Management.
>>>>>> Visit us today!
>>>>>>
>>>>>>
>>>>>>
>>>>>> http://pubads.g.doubleclick.net/gampad/clk?id=48897511&iu=/4140/ostg.clktrk
>>>>>> _______________________________________________
>>>>>> Csound-devel mailing list
>>>>>> >>>>> href=">>>>> href=">>>>> href="x-msg://89/user/SendEmail.jtp?type=node&amp;amp;node=5727132&amp;amp;i=2">x-msg://89/user/SendEmail.jtp?type=node&amp;node=5727132&amp;i=2">>>>>> href="x-msg://89/user/SendEmail.jtp?type=node&amp;node=5727132&amp;i=2">x-msg://89/user/SendEmail.jtp?type=node&node=5727132&i=2"
>>>>>> target="_top" rel="nofollow" link="external">[hidden email]
>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>>>
>>>>
>>>>
>>>> ------------------------------------------------------------------------------
>>>> Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
>>>> Discover the easy way to master current and previous Microsoft
>>>> technologies
>>>> and advance your career. Get an incredible 1,500+ hours of step-by-step
>>>> tutorial videos with LearnDevNow. Subscribe today and save!
>>>>
>>>>
>>>> http://pubads.g.doubleclick.net/gampad/clk?id=58040911&iu=/4140/ostg.clktrk
>>>> _______________________________________________
>>>> Csound-devel mailing list
>>>> >>> href="x-msg://89/user/SendEmail.jtp?type=node&amp;amp;node=5727132&amp;amp;i=3">x-msg://89/user/SendEmail.jtp?type=node&amp;node=5727132&amp;i=3">>>> href="x-msg://89/user/SendEmail.jtp?type=node&amp;node=5727132&amp;i=3">x-msg://89/user/SendEmail.jtp?type=node&node=5727132&i=3"
>>>> target="_top" rel="nofollow" link="external">[hidden email]
>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>
>>>>
>>>> ________________________________
>>>> If you reply to this email, your message will be added to the discussion
>>>> below:
>>>> http://csound.1045644.n5.nabble.com/OSX-Homebrew-tp5723213p5727132.html
>>>> To unsubscribe from OSX: Homebrew, click here.
>>>> NAML
>>>>
>>>>
>>>>
>>>>
>>>>
>>>> ________________________________
>>>> View this message in context: Re: OSX: Homebrew (CsoundAC)
>>>> Sent from the Csound - Dev mailing list archive at Nabble.com.
>>>>
>>>>
>>>>
>>>> ------------------------------------------------------------------------------
>>>> Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
>>>> Discover the easy way to master current and previous Microsoft
>>>> technologies
>>>> and advance your career. Get an incredible 1,500+ hours of step-by-step
>>>> tutorial videos with LearnDevNow. Subscribe today and save!
>>>>
>>>>
>>>> http://pubads.g.doubleclick.net/gampad/clk?id=58040911&iu=/4140/ostg.clktrk
>>>> _______________________________________________
>>>> Csound-devel mailing list
>>>> >>> href=">>> href="x-msg://220/user/SendEmail.jtp?type=node&amp;node=5727265&amp;i=2">x-msg://220/user/SendEmail.jtp?type=node&node=5727265&i=2"
>>>> target="_top" rel="nofollow" link="external">[hidden email]
>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>
>>
>> ------------------------------------------------------------------------------
>> Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
>> Discover the easy way to master current and previous Microsoft
>> technologies
>> and advance your career. Get an incredible 1,500+ hours of step-by-step
>> tutorial videos with LearnDevNow. Subscribe today and save!
>>
>> http://pubads.g.doubleclick.net/gampad/clk?id=58040911&iu=/4140/ostg.clktrk
>> _______________________________________________
>> Csound-devel mailing list
>> x-msg://220/user/SendEmail.jtp?type=node&node=5727265&i=3"
>> target="_top" rel="nofollow" link="external">[hidden email]
>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>
>>
>> ________________________________
>> If you reply to this email, your message will be added to the discussion
>> below:
>> http://csound.1045644.n5.nabble.com/OSX-Homebrew-tp5723213p5727265.html
>> To unsubscribe from OSX: Homebrew, click here.
>> NAML
>>
>>
>> [hidden email]
>>
>>
>>
>>
>> ________________________________
>> View this message in context: Re: OSX: Homebrew (CsoundAC)
>> Sent from the Csound - Dev mailing list archive at Nabble.com.
>>
>>
>> ------------------------------------------------------------------------------
>> Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
>> Discover the easy way to master current and previous Microsoft
>> technologies
>> and advance your career. Get an incredible 1,500+ hours of step-by-step
>> tutorial videos with LearnDevNow. Subscribe today and save!
>>
>> http://pubads.g.doubleclick.net/gampad/clk?id=58040911&iu=/4140/ostg.clktrk
>> _______________________________________________
>> Csound-devel mailing list
>> > href="x-msg://232/user/SendEmail.jtp?type=node&node=5727267&i=1"
>> target="_top" rel="nofollow" link="external">[hidden email]
>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>
> ------------------------------------------------------------------------------
> Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
> Discover the easy way to master current and previous Microsoft technologies
> and advance your career. Get an incredible 1,500+ hours of step-by-step
> tutorial videos with LearnDevNow. Subscribe today and save!
> http://pubads.g.doubleclick.net/gampad/clk?id=58040911&iu=/4140/ostg.clktrk
> _______________________________________________
> Csound-devel mailing list
>  target="_top" rel="nofollow" link="external">[hidden email]
> https://lists.sourceforge.net/lists/listinfo/csound-devel
>
>
> ________________________________
> If you reply to this email, your message will be added to the discussion
> below:
> http://csound.1045644.n5.nabble.com/OSX-Homebrew-tp5723213p5727267.html
> To unsubscribe from OSX: Homebrew, click here.
> NAML
>
>
> [hidden email]
>
>
>
>
> ________________________________
> View this message in context: Re: OSX: Homebrew (CsoundAC)
> Sent from the Csound - Dev mailing list archive at Nabble.com.
>
> ------------------------------------------------------------------------------
> Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
> Discover the easy way to master current and previous Microsoft technologies
> and advance your career. Get an incredible 1,500+ hours of step-by-step
> tutorial videos with LearnDevNow. Subscribe today and save!
> http://pubads.g.doubleclick.net/gampad/clk?id=58040911&iu=/4140/ostg.clktrk
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel
>

------------------------------------------------------------------------------
Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
Discover the easy way to master current and previous Microsoft technologies
and advance your career. Get an incredible 1,500+ hours of step-by-step
tutorial videos with LearnDevNow. Subscribe today and save!
http://pubads.g.doubleclick.net/gampad/clk?id=58040911&iu=/4140/ostg.clktrk
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2013-08-31 22:42
FromSteven Yi
SubjectRe: [Cs-dev] OSX: Homebrew (CsoundAC)
Hi Damien,

I've built and tested in a VM and have a working installer.  Turns out
CsoundAC was split into an extra lib compared to CS5 that I didn't
pick up on until now.  I also fixed up a symlink creation for
libcsnd6.so. New version at:

http://www.kunstmusik.com/csound6.00.1-OSX10.8-x86_64.dmg

Please give that a try.

Thanks!
steven

On Fri, Aug 30, 2013 at 9:11 PM, Steven Yi  wrote:
> Homebrew and the installer are somewhat mutually exclusive.  The stuff
> installed by the installer goes into the system-wide /Library/Python,
> while the stuff installed by homebrew will go into the user's
> ~/Library/Python/2.7/lib/python/site-packages/.  If you want to use
> the one from Homebrew (assuming it gets installed correctly), you'll
> need to remove the one from /Library/Python/2.7/site-packages.
>
>
>
> On Fri, Aug 30, 2013 at 9:00 PM, deeloke  wrote:
>> Hi Steven, thanks for letting me know you are looking into this. The update
>> you made to the homebrew recipe hasn't fixed the problem yet either, i just
>> tested this, here's the transcript:
>>
>>> python
>> Python 2.7.2 (default, Oct 11 2012, 20:14:37)
>> [GCC 4.2.1 Compatible Apple Clang 4.0 (tags/Apple/clang-418.0.60)] on darwin
>> Type "help", "copyright", "credits" or "license" for more information.
>>>>> import CsoundAC
>> Traceback (most recent call last):
>>   File "", line 1, in 
>>   File "/Library/Python/2.7/site-packages/CsoundAC.py", line 26, in 
>>     _CsoundAC = swig_import_helper()
>>   File "/Library/Python/2.7/site-packages/CsoundAC.py", line 22, in
>> swig_import_helper
>>     _mod = imp.load_module('_CsoundAC', fp, pathname, description)
>> ImportError: dlopen(/Library/Python/2.7/site-packages/_CsoundAC.so, 2):
>> Library not loaded: /usr/local/lib/libCsoundAC.6.0.dylib
>>   Referenced from: /Library/Python/2.7/site-packages/_CsoundAC.so
>>   Reason: image not found
>>>>>
>>
>> CsoundAC is a useful extension to Csound, it will be good if it is made
>> available to mac users.
>>
>> Cheers,
>> Damien.
>>
>> On 31/08/2013, at 8:38 AM, "Steven Yi [via Csound]" <[hidden email]> wrote:
>>
>> Hi Damien,
>>
>> Thanks for checking that out. I'll be flying tomorrow but have some
>> long layovers. I'll do some testing with a Virtual Machine reset to
>> clean state for this that should reproduce any issues.  I'm pretty
>> sure that the next build will be good then. I'll email here tomorrow
>> or Sunday when I can test/build/upload.
>>
>> Thanks!
>> steven
>>
>> On Fri, Aug 30, 2013 at 8:05 PM, deeloke <> href="x-msg://232/user/SendEmail.jtp?type=node&node=5727267&i=0"
>> target="_top" rel="nofollow" link="external">[hidden email]> wrote:
>>
>>> Hi Steven, this latest package doesn't work either:
>>>> python
>>> Python 2.7.2 (default, Oct 11 2012, 20:14:37)
>>> [GCC 4.2.1 Compatible Apple Clang 4.0 (tags/Apple/clang-418.0.60)] on
>>> darwin
>>> Type "help", "copyright", "credits" or "license" for more information.
>>>>>> import CsoundAC
>>> Traceback (most recent call last):
>>>   File "", line 1, in 
>>>   File "/Library/Python/2.7/site-packages/CsoundAC.py", line 26, in
>>> 
>>>     _CsoundAC = swig_import_helper()
>>>   File "/Library/Python/2.7/site-packages/CsoundAC.py", line 22, in
>>> swig_import_helper
>>>     _mod = imp.load_module('_CsoundAC', fp, pathname, description)
>>> ImportError: dlopen(/Library/Python/2.7/site-packages/_CsoundAC.so, 2):
>>> Library not loaded: /usr/local/lib/libCsoundAC.6.0.dylib
>>>   Referenced from: /Library/Python/2.7/site-packages/_CsoundAC.so
>>>   Reason: image not found
>>>>>>
>>>
>>> -Damien
>>>
>>> On 31/08/2013, at 1:44 AM, "Steven Yi [via Csound]" <[hidden email]>
>>> wrote:
>>>
>>> Hi Damien,
>>>
>>> I think I've sorted out things.  Could you try this new build:
>>>
>>> http://www.kunstmusik.com/csound6.00.1-OSX10.8-x86_64.dmg
>>>
>>> Thanks!
>>> steven
>>>
>>> On Fri, Aug 30, 2013 at 12:20 PM, Steven Yi <>> href=">> href="x-msg://220/user/SendEmail.jtp?type=node&amp;node=5727265&amp;i=0">x-msg://220/user/SendEmail.jtp?type=node&node=5727265&i=0"
>>> target="_top" rel="nofollow" link="external">[hidden email]> wrote:
>>>
>>>> Ugh, I forgot that LuaJit doesn't work for x86_64 on OSX without
>>>> special flags at compile time[1].  That doesn't work for Python, nor
>>>> Java, and any program on OSX that itself doesn't have the flags, as
>>>> the Lua Opcodes crash on start.  I need to revise the installer system
>>>> to not build Lua opcodes on OSX, but do build the lua interfaces. (I
>>>> think the luajit executable itself does use the flags which is fine).
>>>>
>>>> I was halfway uploading when I figured this out. I'll reply shortly
>>>> with the updated package.
>>>>
>>>> steven
>>>>
>>>>
>>>> [1] - from http://luajit.org/install.html:
>>>>
>>>> If you're building a 64 bit application on OSX which links directly or
>>>> indirectly against LuaJIT, you need to link your main executable with
>>>> these flags:
>>>>
>>>> -pagezero_size 10000 -image_base 100000000
>>>>
>>>> Also, it's recommended to rebase all (self-compiled) shared libraries
>>>> which are loaded at runtime on OSX/x64 (e.g. C extension modules for
>>>> Lua). See: man rebase
>>>>
>>>> On Fri, Aug 30, 2013 at 9:26 AM, deeloke <>>> href=">>> href="x-msg://220/user/SendEmail.jtp?type=node&amp;node=5727265&amp;i=1">x-msg://220/user/SendEmail.jtp?type=node&node=5727265&i=1"
>>>> target="_top" rel="nofollow" link="external">[hidden email]> wrote:
>>>>> Hi Steven,
>>>>> this  latest build you posted doesn't successfully install CsoundAC on
>>>>> 10.8.4. This is what I tried:
>>>>> a) removed sound python files from:
>>>>> /Library/Frameworks/CsoundLib64.framework/Resources/Python/Current
>>>>> b) installed csound6.00.1-OSX10.8-x86_64.dmg from the link you provided
>>>>> in
>>>>> the email below
>>>>>
>>>>> here's the transcript:
>>>>> ---start----
>>>>>
>>>>>> csound
>>>>> virtual_keyboard real time MIDI plugin for Csound
>>>>> Error: define environment variable RAWWAVE_PATH
>>>>> (points to rawwaves directory) to use STK opcodes.
>>>>> 0dBFS level = 32768.0
>>>>> Csound version 6.00.1 (double samples) Aug 26 2013
>>>>> libsndfile-1.0.25
>>>>>
>>>>>  > python
>>>>> Python 2.7.2 (default, Oct 11 2012, 20:14:37)
>>>>> [GCC 4.2.1 Compatible Apple Clang 4.0 (tags/Apple/clang-418.0.60)] on
>>>>> darwin
>>>>> Type "help", "copyright", "credits" or "license" for more information.
>>>>>>>> import CsoundAC
>>>>> Traceback (most recent call last):
>>>>>   File "", line 1, in 
>>>>>   File "/Library/Python/2.7/site-packages/CsoundAC.py", line 26, in
>>>>> 
>>>>>     _CsoundAC = swig_import_helper()
>>>>>   File "/Library/Python/2.7/site-packages/CsoundAC.py", line 22, in
>>>>> swig_import_helper
>>>>>     _mod = imp.load_module('_CsoundAC', fp, pathname, description)
>>>>> ImportError: dlopen(/Library/Python/2.7/site-packages/_CsoundAC.so, 2):
>>>>> Library not loaded: /usr/local/lib/libCsoundAC.6.0.dylib
>>>>>   Referenced from: /Library/Python/2.7/site-packages/_CsoundAC.so
>>>>>   Reason: image not found
>>>>>  > ls /usr/local/lib/libCsoundAC.6.0.dylib
>>>>> ls: /usr/local/lib/libCsoundAC.6.0.dylib: No such file or directory
>>>>> ---END---
>>>>>
>>>>> -Damien.
>>>>>
>>>>> On 28/08/2013, at 1:13 AM, Steven Yi [via Csound] <[hidden email]>
>>>>> wrote:
>>>>>
>>>>> Hi Damien,
>>>>>
>>>>> Could you try this one:
>>>>>
>>>>> http://www.kunstmusik.com/csound6.00.1-OSX10.8-x86_64.dmg
>>>>>
>>>>> Thanks,
>>>>> steven
>>>>>
>>>>> On Tue, Aug 27, 2013 at 12:44 PM, Steven Yi <>>>> href=">>>> href=">>>> href="x-msg://89/user/SendEmail.jtp?type=node&amp;amp;node=5727132&amp;amp;i=0">x-msg://89/user/SendEmail.jtp?type=node&amp;node=5727132&amp;i=0">>>>> href="x-msg://89/user/SendEmail.jtp?type=node&amp;node=5727132&amp;i=0">x-msg://89/user/SendEmail.jtp?type=node&node=5727132&i=0"
>>>>> target="_top" rel="nofollow" link="external">[hidden email]> wrote:
>>>>>
>>>>>> Well it looks like the _CsoundAC.so is linked to the
>>>>>> libcsoundAC.6.0.0.dylib, and that latter library should be installed
>>>>>> into /usr/local/lib with the installer.  The link is a bare link
>>>>>> rather than absolute path.  It looks like I'll have to modify the
>>>>>> installer to either add a symlink to libcsoundAC.6.0.0.dylib to the
>>>>>> python install directory, or modify the _CsoundAC.so link path to
>>>>>> resolve to libCsoundAC in /usr/local/lib.  I'll experiment here with
>>>>>> the latter and post another build.
>>>>>>
>>>>>> On Tue, Aug 27, 2013 at 12:47 AM, deeloke <>>>>> href=">>>>> href=">>>>> href="x-msg://89/user/SendEmail.jtp?type=node&amp;amp;node=5727132&amp;amp;i=1">x-msg://89/user/SendEmail.jtp?type=node&amp;node=5727132&amp;i=1">>>>>> href="x-msg://89/user/SendEmail.jtp?type=node&amp;node=5727132&amp;i=1">x-msg://89/user/SendEmail.jtp?type=node&node=5727132&i=1"
>>>>>> target="_top" rel="nofollow" link="external">[hidden email]> wrote:
>>>>>>> Hi Steven,
>>>>>>>
>>>>>>> Its not working on my computer yet.
>>>>>>>
>>>>>>> Here is the error message produced when importing CsoundAC after using
>>>>>>> your
>>>>>>> installer to install Csound 6:
>>>>>>>
>>>>>>>  > python
>>>>>>> Python 2.7.3 (default, Aug 11 2013, 17:45:32)
>>>>>>> [GCC 4.2.1 Compatible Apple LLVM 4.2 (clang-425.0.24)] on darwin
>>>>>>> Type "help", "copyright", "credits" or "license" for more information.
>>>>>>>>>> import CsoundAC
>>>>>>> Traceback (most recent call last):
>>>>>>>   File "", line 1, in 
>>>>>>>   File "/Library/Python/2.7/site-packages/CsoundAC.py", line 26, in
>>>>>>> 
>>>>>>>     _CsoundAC = swig_import_helper()
>>>>>>>   File "/Library/Python/2.7/site-packages/CsoundAC.py", line 22, in
>>>>>>> swig_import_helper
>>>>>>>     _mod = imp.load_module('_CsoundAC', fp, pathname, description)
>>>>>>> ImportError: dlopen(/Library/Python/2.7/site-packages/_CsoundAC.so,
>>>>>>> 2):
>>>>>>> Library not loaded: libCsoundAC.6.0.dylib
>>>>>>>   Referenced from: /Library/Python/2.7/site-packages/_CsoundAC.so
>>>>>>>   Reason: image not found
>>>>>>>>>>
>>>>>>>
>>>>>>> -Damien.
>>>>>>>
>>>>>>> On 27/08/2013, at 10:28 AM, Steven Yi [via Csound] <[hidden email]>
>>>>>>> wrote:
>>>>>>>
>>>>>>> Hi Damien,
>>>>>>>
>>>>>>> I have CsoundAC building after fixing up the CMake file.  I have a
>>>>>>> build posted at:
>>>>>>>
>>>>>>> http://www.kunstmusik.com/csound6.00.1-OSX10.8-x86_64.dmg
>>>>>>>
>>>>>>> Could you try this at let me know if it's working for you?  One thing
>>>>>>> is that the Lua interface for Csound and CsoundAC are not building on
>>>>>>> OSX, but this should have CsoundAC for Python.
>>>>>>>
>>>>>>> As for the csound homebrew recipe, it needs to be updated so that
>>>>>>> building from --head uses the develop branch. I'll probably take a
>>>>>>> look at this tomorrow.
>>>>>>>
>>>>>>> Thanks,
>>>>>>> steven
>>>>>>>
>>>>>>> On Mon, Aug 26, 2013 at 10:13 PM, deeloke <>>>>>> href=">>>>>> href=">>>>>> href=">>>>>> href="x-msg://8/user/SendEmail.jtp?type=node&amp;amp;amp;node=5727123&amp;amp;amp;i=0">x-msg://8/user/SendEmail.jtp?type=node&amp;amp;node=5727123&amp;amp;i=0">>>>>>> href="x-msg://8/user/SendEmail.jtp?type=node&amp;amp;node=5727123&amp;amp;i=0">x-msg://8/user/SendEmail.jtp?type=node&amp;node=5727123&amp;i=0">>>>>>> href=">>>>>> href="x-msg://8/user/SendEmail.jtp?type=node&amp;amp;node=5727123&amp;amp;i=0">x-msg://8/user/SendEmail.jtp?type=node&amp;node=5727123&amp;i=0">>>>>>> href="x-msg://8/user/SendEmail.jtp?type=node&amp;node=5727123&amp;i=0">x-msg://8/user/SendEmail.jtp?type=node&node=5727123&i=0"
>>>>>>> target="_top" rel="nofollow" link="external">[hidden email]> wrote:
>>>>>>>
>>>>>>>> Hi Steve,
>>>>>>>>
>>>>>>>> thanks replying so quickly.
>>>>>>>>
>>>>>>>> i've logged the bug at Github. I only require a working version for
>>>>>>>> 10.8.
>>>>>>>> I
>>>>>>>> suspected the EIGEN3_INCLUDE_DIR was the culprit.
>>>>>>>>
>>>>>>>> The csound5-1.19.02.1-OSX10.8-universal installer does not properly
>>>>>>>> install
>>>>>>>> the CsoundAC files, but a forum user reported that the 5.18 version
>>>>>>>> works
>>>>>>>> fine.
>>>>>>>>
>>>>>>>> In my experience, the Csound universal installer writes over the
>>>>>>>> Homebrew
>>>>>>>> libraries, breaking Homebrew in the process.  But it appears there is
>>>>>>>> no
>>>>>>>> other choice for mac users right now, if CsoundAC is needed.
>>>>>>>>
>>>>>>>> Thanks for looking into this. In every other respect your Csound tap
>>>>>>>> worked
>>>>>>>> great.
>>>>>>>>
>>>>>>>>  Let me know if I can do anything else to help.
>>>>>>>>
>>>>>>>> Kind regards,
>>>>>>>> Damien.
>>>>>>>>
>>>>>>>>
>>>>>>>> On 27/08/2013, at 6:56 AM, "Steven Yi [via Csound]" <[hidden email]>
>>>>>>>> wrote:
>>>>>>>>
>>>>>>>> Hi Deeloke,
>>>>>>>>
>>>>>>>> Using the 5.18 installer may work if you ran the installer, but I'm
>>>>>>>> not sure it'd work if you just picked out the file.
>>>>>>>>
>>>>>>>> Actually, it looks like CsoundAC doesn't build on any system that
>>>>>>>> doesn't have EIGEN3_INCLUDE_DIR defined. That needs to be changed to
>>>>>>>> use standard directories with the developer option to add custom
>>>>>>>> folders to their Custom.cmake.
>>>>>>>>
>>>>>>>> Let me see if I can get CsoundAC building on OSX.  If so, I'll upload
>>>>>>>> a build for 10.8.  If you need something for 10.6 or 10.7, then maybe
>>>>>>>> Victor can help.
>>>>>>>>
>>>>>>>> For CsoundAC to build with Brew, that'd require getting the right
>>>>>>>> dependencies installed from homebrew before installing. File a bug at
>>>>>>>> the homebrew-csound repo:
>>>>>>>>
>>>>>>>> https://github.com/kunstmusik/homebrew-csound/issues
>>>>>>>>
>>>>>>>> And I'll take a look when I have time to do so.
>>>>>>>>
>>>>>>>> Thanks,
>>>>>>>> steven
>>>>>>>>
>>>>>>>>
>>>>>>>> On Mon, Aug 26, 2013 at 11:59 AM, deeloke <>>>>>>> href=">>>>>>> href=">>>>>>> href=">>>>>>> href=">>>>>>> href="x-msg://78/user/SendEmail.jtp?type=node&amp;amp;amp;amp;node=5727121&amp;amp;amp;amp;i=0">x-msg://78/user/SendEmail.jtp?type=node&amp;amp;amp;node=5727121&amp;amp;amp;i=0">>>>>>>> href="x-msg://78/user/SendEmail.jtp?type=node&amp;amp;amp;node=5727121&amp;amp;amp;i=0">x-msg://78/user/SendEmail.jtp?type=node&amp;amp;node=5727121&amp;amp;i=0">>>>>>>> href=">>>>>>> href="x-msg://78/user/SendEmail.jtp?type=node&amp;amp;amp;node=5727121&amp;amp;amp;i=0">x-msg://78/user/SendEmail.jtp?type=node&amp;amp;node=5727121&amp;amp;i=0">>>>>>>> href="x-msg://78/user/SendEmail.jtp?type=node&amp;amp;node=5727121&amp;amp;i=0">x-msg://78/user/SendEmail.jtp?type=node&amp;node=5727121&amp;i=0">>>>>>>> href=">>>>>>> href=">>>>>>> href="x-msg://78/user/SendEmail.jtp?type=node&amp;amp;amp;node=5727121&amp;amp;amp;i=0">x-msg://78/user/SendEmail.jtp?type=node&amp;amp;node=5727121&amp;amp;i=0">>>>>>>> href="x-msg://78/user/SendEmail.jtp?type=node&amp;amp;node=5727121&amp;amp;i=0">x-msg://78/user/SendEmail.jtp?type=node&amp;node=5727121&amp;i=0">>>>>>>> href=">>>>>>> href="x-msg://78/user/SendEmail.jtp?type=node&amp;amp;node=5727121&amp;amp;i=0">x-msg://78/user/SendEmail.jtp?type=node&amp;node=5727121&amp;i=0">>>>>>>> href="x-msg://78/user/SendEmail.jtp?type=node&amp;node=5727121&amp;i=0">x-msg://78/user/SendEmail.jtp?type=node&node=5727121&i=0"
>>>>>>>> target="_top" rel="nofollow" link="external">[hidden email]> wrote:
>>>>>>>>
>>>>>>>>> Hi, this homebrew file provides Csound version 6.00.1 on my install
>>>>>>>>> of
>>>>>>>>> 10.8.4.
>>>>>>>>>
>>>>>>>>> However the CsoundAC files do not appear to be included properly.
>>>>>>>>>
>>>>>>>>> I tried copying the missing files from
>>>>>>>>> csound5.18.031-OSX10.6-universal.pkg
>>>>>>>>> (using Paficist) from this directory:
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> /Library/Frameworks/CsoundLib.framework/Versions/5.2/Resources/Python/Current
>>>>>>>>>
>>>>>>>>> The files were copied to
>>>>>>>>> /Library/Frameworks/CsoundLib64.framework/Resources/Python/Current
>>>>>>>>>
>>>>>>>>> When I import CsoundAC in python, this error is produced:
>>>>>>>>>
>>>>>>>>>> python
>>>>>>>>> Python 2.7.3 (default, Aug 11 2013, 17:45:32)
>>>>>>>>> [GCC 4.2.1 Compatible Apple LLVM 4.2 (clang-425.0.24)] on darwin
>>>>>>>>> Type "help", "copyright", "credits" or "license" for more
>>>>>>>>> information.
>>>>>>>>>>>> import CsoundAC
>>>>>>>>> Fatal Python error: PyThreadState_Get: no current thread
>>>>>>>>> Abort trap: 6
>>>>>>>>>
>>>>>>>>> What's the best way to use CsoundAC on 10.8?
>>>>>>>>>
>>>>>>>>> Cheers,
>>>>>>>>> deeloke
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> --
>>>>>>>>> View this message in context:
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> http://csound.1045644.n5.nabble.com/OSX-Homebrew-tp5723213p5727112.html
>>>>>>>>> Sent from the Csound - Dev mailing list archive at Nabble.com.
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> ------------------------------------------------------------------------------
>>>>>>>>> Introducing Performance Central, a new site from SourceForge and
>>>>>>>>> AppDynamics. Performance Central is your source for news, insights,
>>>>>>>>> analysis and resources for efficient Application Performance
>>>>>>>>> Management.
>>>>>>>>> Visit us today!
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> http://pubads.g.doubleclick.net/gampad/clk?id=48897511&iu=/4140/ostg.clktrk
>>>>>>>>> _______________________________________________
>>>>>>>>> Csound-devel mailing list
>>>>>>>>> >>>>>>>> href=">>>>>>>> href=">>>>>>>> href="x-msg://78/user/SendEmail.jtp?type=node&amp;amp;amp;amp;node=5727121&amp;amp;amp;amp;i=1">x-msg://78/user/SendEmail.jtp?type=node&amp;amp;amp;node=5727121&amp;amp;amp;i=1">>>>>>>>> href="x-msg://78/user/SendEmail.jtp?type=node&amp;amp;amp;node=5727121&amp;amp;amp;i=1">x-msg://78/user/SendEmail.jtp?type=node&amp;amp;node=5727121&amp;amp;i=1">>>>>>>>> href=">>>>>>>> href="x-msg://78/user/SendEmail.jtp?type=node&amp;amp;amp;node=5727121&amp;amp;amp;i=1">x-msg://78/user/SendEmail.jtp?type=node&amp;amp;node=5727121&amp;amp;i=1">>>>>>>>> href="x-msg://78/user/SendEmail.jtp?type=node&amp;amp;node=5727121&amp;amp;i=1">x-msg://78/user/SendEmail.jtp?type=node&amp;node=5727121&amp;i=1">>>>>>>>> href=">>>>>>>> href=">>>>>>>> href="x-msg://78/user/SendEmail.jtp?type=node&amp;amp;amp;node=5727121&amp;amp;amp;i=1">x-msg://78/user/SendEmail.jtp?type=node&amp;amp;node=5727121&amp;amp;i=1">>>>>>>>> href="x-msg://78/user/SendEmail.jtp?type=node&amp;amp;node=5727121&amp;amp;i=1">x-msg://78/user/SendEmail.jtp?type=node&amp;node=5727121&amp;i=1">>>>>>>>> href=">>>>>>>> href="x-msg://78/user/SendEmail.jtp?type=node&amp;amp;node=5727121&amp;amp;i=1">x-msg://78/user/SendEmail.jtp?type=node&amp;node=5727121&amp;i=1">>>>>>>>> href="x-msg://78/user/SendEmail.jtp?type=node&amp;node=5727121&amp;i=1">x-msg://78/user/SendEmail.jtp?type=node&node=5727121&i=1"
>>>>>>>>> target="_top" rel="nofollow" link="external">[hidden email]
>>>>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>> ------------------------------------------------------------------------------
>>>>>>>> Introducing Performance Central, a new site from SourceForge and
>>>>>>>> AppDynamics. Performance Central is your source for news, insights,
>>>>>>>> analysis and resources for efficient Application Performance
>>>>>>>> Management.
>>>>>>>> Visit us today!
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>> http://pubads.g.doubleclick.net/gampad/clk?id=48897511&iu=/4140/ostg.clktrk
>>>>>>>> _______________________________________________
>>>>>>>> Csound-devel mailing list
>>>>>>>> >>>>>>> href=">>>>>>> href=">>>>>>> href="x-msg://78/user/SendEmail.jtp?type=node&amp;amp;amp;amp;node=5727121&amp;amp;amp;amp;i=2">x-msg://78/user/SendEmail.jtp?type=node&amp;amp;amp;node=5727121&amp;amp;amp;i=2">>>>>>>> href="x-msg://78/user/SendEmail.jtp?type=node&amp;amp;amp;node=5727121&amp;amp;amp;i=2">x-msg://78/user/SendEmail.jtp?type=node&amp;amp;node=5727121&amp;amp;i=2">>>>>>>> href=">>>>>>> href="x-msg://78/user/SendEmail.jtp?type=node&amp;amp;amp;node=5727121&amp;amp;amp;i=2">x-msg://78/user/SendEmail.jtp?type=node&amp;amp;node=5727121&amp;amp;i=2">>>>>>>> href="x-msg://78/user/SendEmail.jtp?type=node&amp;amp;node=5727121&amp;amp;i=2">x-msg://78/user/SendEmail.jtp?type=node&amp;node=5727121&amp;i=2">>>>>>>> href=">>>>>>> href=">>>>>>> href="x-msg://78/user/SendEmail.jtp?type=node&amp;amp;amp;node=5727121&amp;amp;amp;i=2">x-msg://78/user/SendEmail.jtp?type=node&amp;amp;node=5727121&amp;amp;i=2">>>>>>>> href="x-msg://78/user/SendEmail.jtp?type=node&amp;amp;node=5727121&amp;amp;i=2">x-msg://78/user/SendEmail.jtp?type=node&amp;node=5727121&amp;i=2">>>>>>>> href=">>>>>>> href="x-msg://78/user/SendEmail.jtp?type=node&amp;amp;node=5727121&amp;amp;i=2">x-msg://78/user/SendEmail.jtp?type=node&amp;node=5727121&amp;i=2">>>>>>>> href="x-msg://78/user/SendEmail.jtp?type=node&amp;node=5727121&amp;i=2">x-msg://78/user/SendEmail.jtp?type=node&node=5727121&i=2"
>>>>>>>> target="_top" rel="nofollow" link="external">[hidden email]
>>>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>>>>>
>>>>>>>>
>>>>>>>> ________________________________
>>>>>>>> If you reply to this email, your message will be added to the
>>>>>>>> discussion
>>>>>>>> below:
>>>>>>>>
>>>>>>>>
>>>>>>>> http://csound.1045644.n5.nabble.com/OSX-Homebrew-tp5723213p5727121.html
>>>>>>>> To unsubscribe from OSX: Homebrew, click here.
>>>>>>>> NAML
>>>>>>>>
>>>>>>>>
>>>>>>>> [hidden email]
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>> ________________________________
>>>>>>>> View this message in context: Re: OSX: Homebrew (CsoundAC)
>>>>>>>>
>>>>>>>> Sent from the Csound - Dev mailing list archive at Nabble.com.
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>> ------------------------------------------------------------------------------
>>>>>>>> Introducing Performance Central, a new site from SourceForge and
>>>>>>>> AppDynamics. Performance Central is your source for news, insights,
>>>>>>>> analysis and resources for efficient Application Performance
>>>>>>>> Management.
>>>>>>>> Visit us today!
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>> http://pubads.g.doubleclick.net/gampad/clk?id=48897511&iu=/4140/ostg.clktrk
>>>>>>>> _______________________________________________
>>>>>>>> Csound-devel mailing list
>>>>>>>> >>>>>>> href=">>>>>>> href="x-msg://8/user/SendEmail.jtp?type=node&amp;amp;amp;node=5727123&amp;amp;amp;i=1">x-msg://8/user/SendEmail.jtp?type=node&amp;amp;node=5727123&amp;amp;i=1">>>>>>>> href="x-msg://8/user/SendEmail.jtp?type=node&amp;amp;node=5727123&amp;amp;i=1">x-msg://8/user/SendEmail.jtp?type=node&amp;node=5727123&amp;i=1">>>>>>>> href=">>>>>>> href="x-msg://8/user/SendEmail.jtp?type=node&amp;amp;node=5727123&amp;amp;i=1">x-msg://8/user/SendEmail.jtp?type=node&amp;node=5727123&amp;i=1">>>>>>>> href="x-msg://8/user/SendEmail.jtp?type=node&amp;node=5727123&amp;i=1">x-msg://8/user/SendEmail.jtp?type=node&node=5727123&i=1"
>>>>>>>> target="_top" rel="nofollow" link="external">[hidden email]
>>>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> ------------------------------------------------------------------------------
>>>>>>> Introducing Performance Central, a new site from SourceForge and
>>>>>>> AppDynamics. Performance Central is your source for news, insights,
>>>>>>> analysis and resources for efficient Application Performance
>>>>>>> Management.
>>>>>>> Visit us today!
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> http://pubads.g.doubleclick.net/gampad/clk?id=48897511&iu=/4140/ostg.clktrk
>>>>>>> _______________________________________________
>>>>>>> Csound-devel mailing list
>>>>>>> >>>>>> href=">>>>>> href="x-msg://8/user/SendEmail.jtp?type=node&amp;amp;amp;node=5727123&amp;amp;amp;i=2">x-msg://8/user/SendEmail.jtp?type=node&amp;amp;node=5727123&amp;amp;i=2">>>>>>> href="x-msg://8/user/SendEmail.jtp?type=node&amp;amp;node=5727123&amp;amp;i=2">x-msg://8/user/SendEmail.jtp?type=node&amp;node=5727123&amp;i=2">>>>>>> href=">>>>>> href="x-msg://8/user/SendEmail.jtp?type=node&amp;amp;node=5727123&amp;amp;i=2">x-msg://8/user/SendEmail.jtp?type=node&amp;node=5727123&amp;i=2">>>>>>> href="x-msg://8/user/SendEmail.jtp?type=node&amp;node=5727123&amp;i=2">x-msg://8/user/SendEmail.jtp?type=node&node=5727123&i=2"
>>>>>>> target="_top" rel="nofollow" link="external">[hidden email]
>>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>>>>
>>>>>>>
>>>>>>> ________________________________
>>>>>>> If you reply to this email, your message will be added to the
>>>>>>> discussion
>>>>>>> below:
>>>>>>>
>>>>>>> http://csound.1045644.n5.nabble.com/OSX-Homebrew-tp5723213p5727123.html
>>>>>>> To unsubscribe from OSX: Homebrew, click here.
>>>>>>> NAML
>>>>>>>
>>>>>>>
>>>>>>> [hidden email]
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> ________________________________
>>>>>>> View this message in context: Re: OSX: Homebrew (CsoundAC)
>>>>>>> Sent from the Csound - Dev mailing list archive at Nabble.com.
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> ------------------------------------------------------------------------------
>>>>>>> Introducing Performance Central, a new site from SourceForge and
>>>>>>> AppDynamics. Performance Central is your source for news, insights,
>>>>>>> analysis and resources for efficient Application Performance
>>>>>>> Management.
>>>>>>> Visit us today!
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> http://pubads.g.doubleclick.net/gampad/clk?id=48897511&iu=/4140/ostg.clktrk
>>>>>>> _______________________________________________
>>>>>>> Csound-devel mailing list
>>>>>>> >>>>>> href=">>>>>> href=">>>>>> href="x-msg://89/user/SendEmail.jtp?type=node&amp;amp;node=5727132&amp;amp;i=2">x-msg://89/user/SendEmail.jtp?type=node&amp;node=5727132&amp;i=2">>>>>>> href="x-msg://89/user/SendEmail.jtp?type=node&amp;node=5727132&amp;i=2">x-msg://89/user/SendEmail.jtp?type=node&node=5727132&i=2"
>>>>>>> target="_top" rel="nofollow" link="external">[hidden email]
>>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>>>>
>>>>>
>>>>>
>>>>> ------------------------------------------------------------------------------
>>>>> Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
>>>>> Discover the easy way to master current and previous Microsoft
>>>>> technologies
>>>>> and advance your career. Get an incredible 1,500+ hours of step-by-step
>>>>> tutorial videos with LearnDevNow. Subscribe today and save!
>>>>>
>>>>>
>>>>> http://pubads.g.doubleclick.net/gampad/clk?id=58040911&iu=/4140/ostg.clktrk
>>>>> _______________________________________________
>>>>> Csound-devel mailing list
>>>>> >>>> href="x-msg://89/user/SendEmail.jtp?type=node&amp;amp;node=5727132&amp;amp;i=3">x-msg://89/user/SendEmail.jtp?type=node&amp;node=5727132&amp;i=3">>>>> href="x-msg://89/user/SendEmail.jtp?type=node&amp;node=5727132&amp;i=3">x-msg://89/user/SendEmail.jtp?type=node&node=5727132&i=3"
>>>>> target="_top" rel="nofollow" link="external">[hidden email]
>>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>>
>>>>>
>>>>> ________________________________
>>>>> If you reply to this email, your message will be added to the discussion
>>>>> below:
>>>>> http://csound.1045644.n5.nabble.com/OSX-Homebrew-tp5723213p5727132.html
>>>>> To unsubscribe from OSX: Homebrew, click here.
>>>>> NAML
>>>>>
>>>>>
>>>>>
>>>>>
>>>>>
>>>>> ________________________________
>>>>> View this message in context: Re: OSX: Homebrew (CsoundAC)
>>>>> Sent from the Csound - Dev mailing list archive at Nabble.com.
>>>>>
>>>>>
>>>>>
>>>>> ------------------------------------------------------------------------------
>>>>> Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
>>>>> Discover the easy way to master current and previous Microsoft
>>>>> technologies
>>>>> and advance your career. Get an incredible 1,500+ hours of step-by-step
>>>>> tutorial videos with LearnDevNow. Subscribe today and save!
>>>>>
>>>>>
>>>>> http://pubads.g.doubleclick.net/gampad/clk?id=58040911&iu=/4140/ostg.clktrk
>>>>> _______________________________________________
>>>>> Csound-devel mailing list
>>>>> >>>> href=">>>> href="x-msg://220/user/SendEmail.jtp?type=node&amp;node=5727265&amp;i=2">x-msg://220/user/SendEmail.jtp?type=node&node=5727265&i=2"
>>>>> target="_top" rel="nofollow" link="external">[hidden email]
>>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>>
>>>
>>> ------------------------------------------------------------------------------
>>> Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
>>> Discover the easy way to master current and previous Microsoft
>>> technologies
>>> and advance your career. Get an incredible 1,500+ hours of step-by-step
>>> tutorial videos with LearnDevNow. Subscribe today and save!
>>>
>>> http://pubads.g.doubleclick.net/gampad/clk?id=58040911&iu=/4140/ostg.clktrk
>>> _______________________________________________
>>> Csound-devel mailing list
>>> x-msg://220/user/SendEmail.jtp?type=node&node=5727265&i=3"
>>> target="_top" rel="nofollow" link="external">[hidden email]
>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>
>>>
>>> ________________________________
>>> If you reply to this email, your message will be added to the discussion
>>> below:
>>> http://csound.1045644.n5.nabble.com/OSX-Homebrew-tp5723213p5727265.html
>>> To unsubscribe from OSX: Homebrew, click here.
>>> NAML
>>>
>>>
>>> [hidden email]
>>>
>>>
>>>
>>>
>>> ________________________________
>>> View this message in context: Re: OSX: Homebrew (CsoundAC)
>>> Sent from the Csound - Dev mailing list archive at Nabble.com.
>>>
>>>
>>> ------------------------------------------------------------------------------
>>> Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
>>> Discover the easy way to master current and previous Microsoft
>>> technologies
>>> and advance your career. Get an incredible 1,500+ hours of step-by-step
>>> tutorial videos with LearnDevNow. Subscribe today and save!
>>>
>>> http://pubads.g.doubleclick.net/gampad/clk?id=58040911&iu=/4140/ostg.clktrk
>>> _______________________________________________
>>> Csound-devel mailing list
>>> >> href="x-msg://232/user/SendEmail.jtp?type=node&node=5727267&i=1"
>>> target="_top" rel="nofollow" link="external">[hidden email]
>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>
>> ------------------------------------------------------------------------------
>> Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
>> Discover the easy way to master current and previous Microsoft technologies
>> and advance your career. Get an incredible 1,500+ hours of step-by-step
>> tutorial videos with LearnDevNow. Subscribe today and save!
>> http://pubads.g.doubleclick.net/gampad/clk?id=58040911&iu=/4140/ostg.clktrk
>> _______________________________________________
>> Csound-devel mailing list
>> > target="_top" rel="nofollow" link="external">[hidden email]
>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>
>>
>> ________________________________
>> If you reply to this email, your message will be added to the discussion
>> below:
>> http://csound.1045644.n5.nabble.com/OSX-Homebrew-tp5723213p5727267.html
>> To unsubscribe from OSX: Homebrew, click here.
>> NAML
>>
>>
>> [hidden email]
>>
>>
>>
>>
>> ________________________________
>> View this message in context: Re: OSX: Homebrew (CsoundAC)
>> Sent from the Csound - Dev mailing list archive at Nabble.com.
>>
>> ------------------------------------------------------------------------------
>> Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
>> Discover the easy way to master current and previous Microsoft technologies
>> and advance your career. Get an incredible 1,500+ hours of step-by-step
>> tutorial videos with LearnDevNow. Subscribe today and save!
>> http://pubads.g.doubleclick.net/gampad/clk?id=58040911&iu=/4140/ostg.clktrk
>> _______________________________________________
>> Csound-devel mailing list
>> Csound-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>

------------------------------------------------------------------------------
Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
Discover the easy way to master current and previous Microsoft technologies
and advance your career. Get an incredible 1,500+ hours of step-by-step
tutorial videos with LearnDevNow. Subscribe today and save!
http://pubads.g.doubleclick.net/gampad/clk?id=58040911&iu=/4140/ostg.clktrk
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2013-09-01 03:39
Fromdeeloke
SubjectRe: [Cs-dev] OSX: Homebrew (CsoundAC)
AttachmentsNone  None  

Hi Steven,


This latest build complains about environment variable RAWWAVE_PATH:

> python
Python 2.7.2 (default, Oct 11 2012, 20:14:37) 
[GCC 4.2.1 Compatible Apple Clang 4.0 (tags/Apple/clang-418.0.60)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import CsoundAC
virtual_keyboard real time MIDI plugin for Csound
Error: define environment variable RAWWAVE_PATH
(points to rawwaves directory) to use STK opcodes.
0dBFS level = 32768.0
Csound version 6.00.1 (double samples) Aug 31 2013
libsndfile-1.0.25
>>> 

-Damien.

On 01/09/2013, at 5:43 AM, "Steven Yi [via Csound]" <[hidden email]> wrote:

Hi Damien,

I've built and tested in a VM and have a working installer.  Turns out
CsoundAC was split into an extra lib compared to CS5 that I didn't
pick up on until now.  I also fixed up a symlink creation for
libcsnd6.so. New version at:

http://www.kunstmusik.com/csound6.00.1-OSX10.8-x86_64.dmg

Please give that a try.

Thanks!
steven

On Fri, Aug 30, 2013 at 9:11 PM, Steven Yi <<a href="x-msg://160/user/SendEmail.jtp?type=node&amp;node=5727283&amp;i=0" target="_top" rel="nofollow" link="external">[hidden email]> wrote:

> Homebrew and the installer are somewhat mutually exclusive.  The stuff
> installed by the installer goes into the system-wide /Library/Python,
> while the stuff installed by homebrew will go into the user's
> ~/Library/Python/2.7/lib/python/site-packages/.  If you want to use
> the one from Homebrew (assuming it gets installed correctly), you'll
> need to remove the one from /Library/Python/2.7/site-packages.
>
>
>
> On Fri, Aug 30, 2013 at 9:00 PM, deeloke <<a href="x-msg://160/user/SendEmail.jtp?type=node&amp;node=5727283&amp;i=1" target="_top" rel="nofollow" link="external">[hidden email]> wrote:
>> Hi Steven, thanks for letting me know you are looking into this. The update
>> you made to the homebrew recipe hasn't fixed the problem yet either, i just
>> tested this, here's the transcript:
>>
>>> python
>> Python 2.7.2 (default, Oct 11 2012, 20:14:37)
>> [GCC 4.2.1 Compatible Apple Clang 4.0 (tags/Apple/clang-418.0.60)] on darwin
>> Type "help", "copyright", "credits" or "license" for more information.
>>>>> import CsoundAC
>> Traceback (most recent call last):
>>   File "<stdin>", line 1, in <module>
>>   File "/Library/Python/2.7/site-packages/CsoundAC.py", line 26, in <module>
>>     _CsoundAC = swig_import_helper()
>>   File "/Library/Python/2.7/site-packages/CsoundAC.py", line 22, in
>> swig_import_helper
>>     _mod = imp.load_module('_CsoundAC', fp, pathname, description)
>> ImportError: dlopen(/Library/Python/2.7/site-packages/_CsoundAC.so, 2):
>> Library not loaded: /usr/local/lib/libCsoundAC.6.0.dylib
>>   Referenced from: /Library/Python/2.7/site-packages/_CsoundAC.so
>>   Reason: image not found
>>>>>
>>
>> CsoundAC is a useful extension to Csound, it will be good if it is made
>> available to mac users.
>>
>> Cheers,
>> Damien.
>>
>> On 31/08/2013, at 8:38 AM, "Steven Yi [via Csound]" <[hidden email]> wrote:
>>
>> Hi Damien,
>>
>> Thanks for checking that out. I'll be flying tomorrow but have some
>> long layovers. I'll do some testing with a Virtual Machine reset to
>> clean state for this that should reproduce any issues.  I'm pretty
>> sure that the next build will be good then. I'll email here tomorrow
>> or Sunday when I can test/build/upload.
>>
>> Thanks!
>> steven
>>
>> On Fri, Aug 30, 2013 at 8:05 PM, deeloke <<a
>> href="<a href="x-msg://232/user/SendEmail.jtp?type=node&amp;amp;node=5727267&amp;amp;i=0">x-msg://232/user/SendEmail.jtp?type=node&amp;node=5727267&amp;i=0"
>> target="_top" rel="nofollow" link="external">[hidden email]> wrote:
>>
>>> Hi Steven, this latest package doesn't work either:
>>>> python
>>> Python 2.7.2 (default, Oct 11 2012, 20:14:37)
>>> [GCC 4.2.1 Compatible Apple Clang 4.0 (tags/Apple/clang-418.0.60)] on
>>> darwin
>>> Type "help", "copyright", "credits" or "license" for more information.
>>>>>> import CsoundAC
>>> Traceback (most recent call last):
>>>   File "<stdin>", line 1, in <module>
>>>   File "/Library/Python/2.7/site-packages/CsoundAC.py", line 26, in
>>> <module>
>>>     _CsoundAC = swig_import_helper()
>>>   File "/Library/Python/2.7/site-packages/CsoundAC.py", line 22, in
>>> swig_import_helper
>>>     _mod = imp.load_module('_CsoundAC', fp, pathname, description)
>>> ImportError: dlopen(/Library/Python/2.7/site-packages/_CsoundAC.so, 2):
>>> Library not loaded: /usr/local/lib/libCsoundAC.6.0.dylib
>>>   Referenced from: /Library/Python/2.7/site-packages/_CsoundAC.so
>>>   Reason: image not found
>>>>>>
>>>
>>> -Damien
>>>
>>> On 31/08/2013, at 1:44 AM, "Steven Yi [via Csound]" <[hidden email]>
>>> wrote:
>>>
>>> Hi Damien,
>>>
>>> I think I've sorted out things.  Could you try this new build:
>>>
>>> http://www.kunstmusik.com/csound6.00.1-OSX10.8-x86_64.dmg
>>>
>>> Thanks!
>>> steven
>>>
>>> On Fri, Aug 30, 2013 at 12:20 PM, Steven Yi <<a
>>> href="<a
>>> href="<a href="x-msg://220/user/SendEmail.jtp?type=node&amp;amp;amp;node=5727265&amp;amp;amp;i=0">x-msg://220/user/SendEmail.jtp?type=node&amp;amp;node=5727265&amp;amp;i=0"><a href="x-msg://220/user/SendEmail.jtp?type=node&amp;amp;node=5727265&amp;amp;i=0">x-msg://220/user/SendEmail.jtp?type=node&amp;node=5727265&amp;i=0"
>>> target="_top" rel="nofollow" link="external">[hidden email]> wrote:
>>>
>>>> Ugh, I forgot that LuaJit doesn't work for x86_64 on OSX without
>>>> special flags at compile time[1].  That doesn't work for Python, nor
>>>> Java, and any program on OSX that itself doesn't have the flags, as
>>>> the Lua Opcodes crash on start.  I need to revise the installer system
>>>> to not build Lua opcodes on OSX, but do build the lua interfaces. (I
>>>> think the luajit executable itself does use the flags which is fine).
>>>>
>>>> I was halfway uploading when I figured this out. I'll reply shortly
>>>> with the updated package.
>>>>
>>>> steven
>>>>
>>>>
>>>> [1] - from http://luajit.org/install.html:
>>>>
>>>> If you're building a 64 bit application on OSX which links directly or
>>>> indirectly against LuaJIT, you need to link your main executable with
>>>> these flags:
>>>>
>>>> -pagezero_size 10000 -image_base 100000000
>>>>
>>>> Also, it's recommended to rebase all (self-compiled) shared libraries
>>>> which are loaded at runtime on OSX/x64 (e.g. C extension modules for
>>>> Lua). See: man rebase
>>>>
>>>> On Fri, Aug 30, 2013 at 9:26 AM, deeloke <<a
>>>> href="<a
>>>> href="<a href="x-msg://220/user/SendEmail.jtp?type=node&amp;amp;amp;node=5727265&amp;amp;amp;i=1">x-msg://220/user/SendEmail.jtp?type=node&amp;amp;node=5727265&amp;amp;i=1"><a href="x-msg://220/user/SendEmail.jtp?type=node&amp;amp;node=5727265&amp;amp;i=1">x-msg://220/user/SendEmail.jtp?type=node&amp;node=5727265&amp;i=1"
>>>> target="_top" rel="nofollow" link="external">[hidden email]> wrote:
>>>>> Hi Steven,
>>>>> this  latest build you posted doesn't successfully install CsoundAC on
>>>>> 10.8.4. This is what I tried:
>>>>> a) removed sound python files from:
>>>>> /Library/Frameworks/CsoundLib64.framework/Resources/Python/Current
>>>>> b) installed csound6.00.1-OSX10.8-x86_64.dmg from the link you provided
>>>>> in
>>>>> the email below
>>>>>
>>>>> here's the transcript:
>>>>> ---start----
>>>>>
>>>>>> csound
>>>>> virtual_keyboard real time MIDI plugin for Csound
>>>>> Error: define environment variable RAWWAVE_PATH
>>>>> (points to rawwaves directory) to use STK opcodes.
>>>>> 0dBFS level = 32768.0
>>>>> Csound version 6.00.1 (double samples) Aug 26 2013
>>>>> libsndfile-1.0.25
>>>>>
>>>>>  > python
>>>>> Python 2.7.2 (default, Oct 11 2012, 20:14:37)
>>>>> [GCC 4.2.1 Compatible Apple Clang 4.0 (tags/Apple/clang-418.0.60)] on
>>>>> darwin
>>>>> Type "help", "copyright", "credits" or "license" for more information.
>>>>>>>> import CsoundAC
>>>>> Traceback (most recent call last):
>>>>>   File "<stdin>", line 1, in <module>
>>>>>   File "/Library/Python/2.7/site-packages/CsoundAC.py", line 26, in
>>>>> <module>
>>>>>     _CsoundAC = swig_import_helper()
>>>>>   File "/Library/Python/2.7/site-packages/CsoundAC.py", line 22, in
>>>>> swig_import_helper
>>>>>     _mod = imp.load_module('_CsoundAC', fp, pathname, description)
>>>>> ImportError: dlopen(/Library/Python/2.7/site-packages/_CsoundAC.so, 2):
>>>>> Library not loaded: /usr/local/lib/libCsoundAC.6.0.dylib
>>>>>   Referenced from: /Library/Python/2.7/site-packages/_CsoundAC.so
>>>>>   Reason: image not found
>>>>>  > ls /usr/local/lib/libCsoundAC.6.0.dylib
>>>>> ls: /usr/local/lib/libCsoundAC.6.0.dylib: No such file or directory
>>>>> ---END---
>>>>>
>>>>> -Damien.
>>>>>
>>>>> On 28/08/2013, at 1:13 AM, Steven Yi [via Csound] <[hidden email]>
>>>>> wrote:
>>>>>
>>>>> Hi Damien,
>>>>>
>>>>> Could you try this one:
>>>>>
>>>>> http://www.kunstmusik.com/csound6.00.1-OSX10.8-x86_64.dmg
>>>>>
>>>>> Thanks,
>>>>> steven
>>>>>
>>>>> On Tue, Aug 27, 2013 at 12:44 PM, Steven Yi <<a
>>>>> href="<a
>>>>> href="<a
>>>>> href="<a href="x-msg://89/user/SendEmail.jtp?type=node&amp;amp;amp;amp;node=5727132&amp;amp;amp;amp;i=0">x-msg://89/user/SendEmail.jtp?type=node&amp;amp;amp;node=5727132&amp;amp;amp;i=0"><a href="x-msg://89/user/SendEmail.jtp?type=node&amp;amp;amp;node=5727132&amp;amp;amp;i=0">x-msg://89/user/SendEmail.jtp?type=node&amp;amp;node=5727132&amp;amp;i=0"><a
>>>>> href="<a href="x-msg://89/user/SendEmail.jtp?type=node&amp;amp;amp;node=5727132&amp;amp;amp;i=0">x-msg://89/user/SendEmail.jtp?type=node&amp;amp;node=5727132&amp;amp;i=0"><a href="x-msg://89/user/SendEmail.jtp?type=node&amp;amp;node=5727132&amp;amp;i=0">x-msg://89/user/SendEmail.jtp?type=node&amp;node=5727132&amp;i=0"
>>>>> target="_top" rel="nofollow" link="external">[hidden email]> wrote:
>>>>>
>>>>>> Well it looks like the _CsoundAC.so is linked to the
>>>>>> libcsoundAC.6.0.0.dylib, and that latter library should be installed
>>>>>> into /usr/local/lib with the installer.  The link is a bare link
>>>>>> rather than absolute path.  It looks like I'll have to modify the
>>>>>> installer to either add a symlink to libcsoundAC.6.0.0.dylib to the
>>>>>> python install directory, or modify the _CsoundAC.so link path to
>>>>>> resolve to libCsoundAC in /usr/local/lib.  I'll experiment here with
>>>>>> the latter and post another build.
>>>>>>
>>>>>> On Tue, Aug 27, 2013 at 12:47 AM, deeloke <<a
>>>>>> href="<a
>>>>>> href="<a
>>>>>> href="<a href="x-msg://89/user/SendEmail.jtp?type=node&amp;amp;amp;amp;node=5727132&amp;amp;amp;amp;i=1">x-msg://89/user/SendEmail.jtp?type=node&amp;amp;amp;node=5727132&amp;amp;amp;i=1"><a href="x-msg://89/user/SendEmail.jtp?type=node&amp;amp;amp;node=5727132&amp;amp;amp;i=1">x-msg://89/user/SendEmail.jtp?type=node&amp;amp;node=5727132&amp;amp;i=1"><a
>>>>>> href="<a href="x-msg://89/user/SendEmail.jtp?type=node&amp;amp;amp;node=5727132&amp;amp;amp;i=1">x-msg://89/user/SendEmail.jtp?type=node&amp;amp;node=5727132&amp;amp;i=1"><a href="x-msg://89/user/SendEmail.jtp?type=node&amp;amp;node=5727132&amp;amp;i=1">x-msg://89/user/SendEmail.jtp?type=node&amp;node=5727132&amp;i=1"
>>>>>> target="_top" rel="nofollow" link="external">[hidden email]> wrote:
>>>>>>> Hi Steven,
>>>>>>>
>>>>>>> Its not working on my computer yet.
>>>>>>>
>>>>>>> Here is the error message produced when importing CsoundAC after using
>>>>>>> your
>>>>>>> installer to install Csound 6:
>>>>>>>
>>>>>>>  > python
>>>>>>> Python 2.7.3 (default, Aug 11 2013, 17:45:32)
>>>>>>> [GCC 4.2.1 Compatible Apple LLVM 4.2 (clang-425.0.24)] on darwin
>>>>>>> Type "help", "copyright", "credits" or "license" for more information.
>>>>>>>>>> import CsoundAC
>>>>>>> Traceback (most recent call last):
>>>>>>>   File "<stdin>", line 1, in <module>
>>>>>>>   File "/Library/Python/2.7/site-packages/CsoundAC.py", line 26, in
>>>>>>> <module>
>>>>>>>     _CsoundAC = swig_import_helper()
>>>>>>>   File "/Library/Python/2.7/site-packages/CsoundAC.py", line 22, in
>>>>>>> swig_import_helper
>>>>>>>     _mod = imp.load_module('_CsoundAC', fp, pathname, description)
>>>>>>> ImportError: dlopen(/Library/Python/2.7/site-packages/_CsoundAC.so,
>>>>>>> 2):
>>>>>>> Library not loaded: libCsoundAC.6.0.dylib
>>>>>>>   Referenced from: /Library/Python/2.7/site-packages/_CsoundAC.so
>>>>>>>   Reason: image not found
>>>>>>>>>>
>>>>>>>
>>>>>>> -Damien.
>>>>>>>
>>>>>>> On 27/08/2013, at 10:28 AM, Steven Yi [via Csound] <[hidden email]>
>>>>>>> wrote:
>>>>>>>
>>>>>>> Hi Damien,
>>>>>>>
>>>>>>> I have CsoundAC building after fixing up the CMake file.  I have a
>>>>>>> build posted at:
>>>>>>>
>>>>>>> http://www.kunstmusik.com/csound6.00.1-OSX10.8-x86_64.dmg
>>>>>>>
>>>>>>> Could you try this at let me know if it's working for you?  One thing
>>>>>>> is that the Lua interface for Csound and CsoundAC are not building on
>>>>>>> OSX, but this should have CsoundAC for Python.
>>>>>>>
>>>>>>> As for the csound homebrew recipe, it needs to be updated so that
>>>>>>> building from --head uses the develop branch. I'll probably take a
>>>>>>> look at this tomorrow.
>>>>>>>
>>>>>>> Thanks,
>>>>>>> steven
>>>>>>>
>>>>>>> On Mon, Aug 26, 2013 at 10:13 PM, deeloke <<a
>>>>>>> href="<a
>>>>>>> href="<a
>>>>>>> href="<a
>>>>>>> href="<a href="x-msg://8/user/SendEmail.jtp?type=node&amp;amp;amp;amp;amp;node=5727123&amp;amp;amp;amp;amp;i=0">x-msg://8/user/SendEmail.jtp?type=node&amp;amp;amp;amp;node=5727123&amp;amp;amp;amp;i=0"><a href="x-msg://8/user/SendEmail.jtp?type=node&amp;amp;amp;amp;node=5727123&amp;amp;amp;amp;i=0">x-msg://8/user/SendEmail.jtp?type=node&amp;amp;amp;node=5727123&amp;amp;amp;i=0"><a
>>>>>>> href="<a href="x-msg://8/user/SendEmail.jtp?type=node&amp;amp;amp;amp;node=5727123&amp;amp;amp;amp;i=0">x-msg://8/user/SendEmail.jtp?type=node&amp;amp;amp;node=5727123&amp;amp;amp;i=0"><a href="x-msg://8/user/SendEmail.jtp?type=node&amp;amp;amp;node=5727123&amp;amp;amp;i=0">x-msg://8/user/SendEmail.jtp?type=node&amp;amp;node=5727123&amp;amp;i=0"><a
>>>>>>> href="<a
>>>>>>> href="<a href="x-msg://8/user/SendEmail.jtp?type=node&amp;amp;amp;amp;node=5727123&amp;amp;amp;amp;i=0">x-msg://8/user/SendEmail.jtp?type=node&amp;amp;amp;node=5727123&amp;amp;amp;i=0"><a href="x-msg://8/user/SendEmail.jtp?type=node&amp;amp;amp;node=5727123&amp;amp;amp;i=0">x-msg://8/user/SendEmail.jtp?type=node&amp;amp;node=5727123&amp;amp;i=0"><a
>>>>>>> href="<a href="x-msg://8/user/SendEmail.jtp?type=node&amp;amp;amp;node=5727123&amp;amp;amp;i=0">x-msg://8/user/SendEmail.jtp?type=node&amp;amp;node=5727123&amp;amp;i=0"><a href="x-msg://8/user/SendEmail.jtp?type=node&amp;amp;node=5727123&amp;amp;i=0">x-msg://8/user/SendEmail.jtp?type=node&amp;node=5727123&amp;i=0"
>>>>>>> target="_top" rel="nofollow" link="external">[hidden email]> wrote:
>>>>>>>
>>>>>>>> Hi Steve,
>>>>>>>>
>>>>>>>> thanks replying so quickly.
>>>>>>>>
>>>>>>>> i've logged the bug at Github. I only require a working version for
>>>>>>>> 10.8.
>>>>>>>> I
>>>>>>>> suspected the EIGEN3_INCLUDE_DIR was the culprit.
>>>>>>>>
>>>>>>>> The csound5-1.19.02.1-OSX10.8-universal installer does not properly
>>>>>>>> install
>>>>>>>> the CsoundAC files, but a forum user reported that the 5.18 version
>>>>>>>> works
>>>>>>>> fine.
>>>>>>>>
>>>>>>>> In my experience, the Csound universal installer writes over the
>>>>>>>> Homebrew
>>>>>>>> libraries, breaking Homebrew in the process.  But it appears there is
>>>>>>>> no
>>>>>>>> other choice for mac users right now, if CsoundAC is needed.
>>>>>>>>
>>>>>>>> Thanks for looking into this. In every other respect your Csound tap
>>>>>>>> worked
>>>>>>>> great.
>>>>>>>>
>>>>>>>>  Let me know if I can do anything else to help.
>>>>>>>>
>>>>>>>> Kind regards,
>>>>>>>> Damien.
>>>>>>>>
>>>>>>>>
>>>>>>>> On 27/08/2013, at 6:56 AM, "Steven Yi [via Csound]" <[hidden email]>
>>>>>>>> wrote:
>>>>>>>>
>>>>>>>> Hi Deeloke,
>>>>>>>>
>>>>>>>> Using the 5.18 installer may work if you ran the installer, but I'm
>>>>>>>> not sure it'd work if you just picked out the file.
>>>>>>>>
>>>>>>>> Actually, it looks like CsoundAC doesn't build on any system that
>>>>>>>> doesn't have EIGEN3_INCLUDE_DIR defined. That needs to be changed to
>>>>>>>> use standard directories with the developer option to add custom
>>>>>>>> folders to their Custom.cmake.
>>>>>>>>
>>>>>>>> Let me see if I can get CsoundAC building on OSX.  If so, I'll upload
>>>>>>>> a build for 10.8.  If you need something for 10.6 or 10.7, then maybe
>>>>>>>> Victor can help.
>>>>>>>>
>>>>>>>> For CsoundAC to build with Brew, that'd require getting the right
>>>>>>>> dependencies installed from homebrew before installing. File a bug at
>>>>>>>> the homebrew-csound repo:
>>>>>>>>
>>>>>>>> https://github.com/kunstmusik/homebrew-csound/issues
>>>>>>>>
>>>>>>>> And I'll take a look when I have time to do so.
>>>>>>>>
>>>>>>>> Thanks,
>>>>>>>> steven
>>>>>>>>
>>>>>>>>
>>>>>>>> On Mon, Aug 26, 2013 at 11:59 AM, deeloke <<a
>>>>>>>> href="<a
>>>>>>>> href="<a
>>>>>>>> href="<a
>>>>>>>> href="<a
>>>>>>>> href="<a href="x-msg://78/user/SendEmail.jtp?type=node&amp;amp;amp;amp;amp;amp;node=5727121&amp;amp;amp;amp;amp;amp;i=0">x-msg://78/user/SendEmail.jtp?type=node&amp;amp;amp;amp;amp;node=5727121&amp;amp;amp;amp;amp;i=0"><a href="x-msg://78/user/SendEmail.jtp?type=node&amp;amp;amp;amp;amp;node=5727121&amp;amp;amp;amp;amp;i=0">x-msg://78/user/SendEmail.jtp?type=node&amp;amp;amp;amp;node=5727121&amp;amp;amp;amp;i=0"><a
>>>>>>>> href="<a href="x-msg://78/user/SendEmail.jtp?type=node&amp;amp;amp;amp;amp;node=5727121&amp;amp;amp;amp;amp;i=0">x-msg://78/user/SendEmail.jtp?type=node&amp;amp;amp;amp;node=5727121&amp;amp;amp;amp;i=0"><a href="x-msg://78/user/SendEmail.jtp?type=node&amp;amp;amp;amp;node=5727121&amp;amp;amp;amp;i=0">x-msg://78/user/SendEmail.jtp?type=node&amp;amp;amp;node=5727121&amp;amp;amp;i=0"><a
>>>>>>>> href="<a
>>>>>>>> href="<a href="x-msg://78/user/SendEmail.jtp?type=node&amp;amp;amp;amp;amp;node=5727121&amp;amp;amp;amp;amp;i=0">x-msg://78/user/SendEmail.jtp?type=node&amp;amp;amp;amp;node=5727121&amp;amp;amp;amp;i=0"><a href="x-msg://78/user/SendEmail.jtp?type=node&amp;amp;amp;amp;node=5727121&amp;amp;amp;amp;i=0">x-msg://78/user/SendEmail.jtp?type=node&amp;amp;amp;node=5727121&amp;amp;amp;i=0"><a
>>>>>>>> href="<a href="x-msg://78/user/SendEmail.jtp?type=node&amp;amp;amp;amp;node=5727121&amp;amp;amp;amp;i=0">x-msg://78/user/SendEmail.jtp?type=node&amp;amp;amp;node=5727121&amp;amp;amp;i=0"><a href="x-msg://78/user/SendEmail.jtp?type=node&amp;amp;amp;node=5727121&amp;amp;amp;i=0">x-msg://78/user/SendEmail.jtp?type=node&amp;amp;node=5727121&amp;amp;i=0"><a
>>>>>>>> href="<a
>>>>>>>> href="<a
>>>>>>>> href="<a href="x-msg://78/user/SendEmail.jtp?type=node&amp;amp;amp;amp;amp;node=5727121&amp;amp;amp;amp;amp;i=0">x-msg://78/user/SendEmail.jtp?type=node&amp;amp;amp;amp;node=5727121&amp;amp;amp;amp;i=0"><a href="x-msg://78/user/SendEmail.jtp?type=node&amp;amp;amp;amp;node=5727121&amp;amp;amp;amp;i=0">x-msg://78/user/SendEmail.jtp?type=node&amp;amp;amp;node=5727121&amp;amp;amp;i=0"><a
>>>>>>>> href="<a href="x-msg://78/user/SendEmail.jtp?type=node&amp;amp;amp;amp;node=5727121&amp;amp;amp;amp;i=0">x-msg://78/user/SendEmail.jtp?type=node&amp;amp;amp;node=5727121&amp;amp;amp;i=0"><a href="x-msg://78/user/SendEmail.jtp?type=node&amp;amp;amp;node=5727121&amp;amp;amp;i=0">x-msg://78/user/SendEmail.jtp?type=node&amp;amp;node=5727121&amp;amp;i=0"><a
>>>>>>>> href="<a
>>>>>>>> href="<a href="x-msg://78/user/SendEmail.jtp?type=node&amp;amp;amp;amp;node=5727121&amp;amp;amp;amp;i=0">x-msg://78/user/SendEmail.jtp?type=node&amp;amp;amp;node=5727121&amp;amp;amp;i=0"><a href="x-msg://78/user/SendEmail.jtp?type=node&amp;amp;amp;node=5727121&amp;amp;amp;i=0">x-msg://78/user/SendEmail.jtp?type=node&amp;amp;node=5727121&amp;amp;i=0"><a
>>>>>>>> href="<a href="x-msg://78/user/SendEmail.jtp?type=node&amp;amp;amp;node=5727121&amp;amp;amp;i=0">x-msg://78/user/SendEmail.jtp?type=node&amp;amp;node=5727121&amp;amp;i=0"><a href="x-msg://78/user/SendEmail.jtp?type=node&amp;amp;node=5727121&amp;amp;i=0">x-msg://78/user/SendEmail.jtp?type=node&amp;node=5727121&amp;i=0"
>>>>>>>> target="_top" rel="nofollow" link="external">[hidden email]> wrote:
>>>>>>>>
>>>>>>>>> Hi, this homebrew file provides Csound version 6.00.1 on my install
>>>>>>>>> of
>>>>>>>>> 10.8.4.
>>>>>>>>>
>>>>>>>>> However the CsoundAC files do not appear to be included properly.
>>>>>>>>>
>>>>>>>>> I tried copying the missing files from
>>>>>>>>> csound5.18.031-OSX10.6-universal.pkg
>>>>>>>>> (using Paficist) from this directory:
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> /Library/Frameworks/CsoundLib.framework/Versions/5.2/Resources/Python/Current
>>>>>>>>>
>>>>>>>>> The files were copied to
>>>>>>>>> /Library/Frameworks/CsoundLib64.framework/Resources/Python/Current
>>>>>>>>>
>>>>>>>>> When I import CsoundAC in python, this error is produced:
>>>>>>>>>
>>>>>>>>>> python
>>>>>>>>> Python 2.7.3 (default, Aug 11 2013, 17:45:32)
>>>>>>>>> [GCC 4.2.1 Compatible Apple LLVM 4.2 (clang-425.0.24)] on darwin
>>>>>>>>> Type "help", "copyright", "credits" or "license" for more
>>>>>>>>> information.
>>>>>>>>>>>> import CsoundAC
>>>>>>>>> Fatal Python error: PyThreadState_Get: no current thread
>>>>>>>>> Abort trap: 6
>>>>>>>>>
>>>>>>>>> What's the best way to use CsoundAC on 10.8?
>>>>>>>>>
>>>>>>>>> Cheers,
>>>>>>>>> deeloke
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> --
>>>>>>>>> View this message in context:
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> http://csound.1045644.n5.nabble.com/OSX-Homebrew-tp5723213p5727112.html
>>>>>>>>> Sent from the Csound - Dev mailing list archive at Nabble.com.
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> ------------------------------------------------------------------------------
>>>>>>>>> Introducing Performance Central, a new site from SourceForge and
>>>>>>>>> AppDynamics. Performance Central is your source for news, insights,
>>>>>>>>> analysis and resources for efficient Application Performance
>>>>>>>>> Management.
>>>>>>>>> Visit us today!
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> http://pubads.g.doubleclick.net/gampad/clk?id=48897511&iu=/4140/ostg.clktrk
>>>>>>>>> _______________________________________________
>>>>>>>>> Csound-devel mailing list
>>>>>>>>> <a href="<a
>>>>>>>>> href="<a
>>>>>>>>> href="<a
>>>>>>>>> href="<a
>>>>>>>>> href="<a href="x-msg://78/user/SendEmail.jtp?type=node&amp;amp;amp;amp;amp;amp;node=5727121&amp;amp;amp;amp;amp;amp;i=1">x-msg://78/user/SendEmail.jtp?type=node&amp;amp;amp;amp;amp;node=5727121&amp;amp;amp;amp;amp;i=1"><a href="x-msg://78/user/SendEmail.jtp?type=node&amp;amp;amp;amp;amp;node=5727121&amp;amp;amp;amp;amp;i=1">x-msg://78/user/SendEmail.jtp?type=node&amp;amp;amp;amp;node=5727121&amp;amp;amp;amp;i=1"><a
>>>>>>>>> href="<a href="x-msg://78/user/SendEmail.jtp?type=node&amp;amp;amp;amp;amp;node=5727121&amp;amp;amp;amp;amp;i=1">x-msg://78/user/SendEmail.jtp?type=node&amp;amp;amp;amp;node=5727121&amp;amp;amp;amp;i=1"><a href="x-msg://78/user/SendEmail.jtp?type=node&amp;amp;amp;amp;node=5727121&amp;amp;amp;amp;i=1">x-msg://78/user/SendEmail.jtp?type=node&amp;amp;amp;node=5727121&amp;amp;amp;i=1"><a
>>>>>>>>> href="<a
>>>>>>>>> href="<a href="x-msg://78/user/SendEmail.jtp?type=node&amp;amp;amp;amp;amp;node=5727121&amp;amp;amp;amp;amp;i=1">x-msg://78/user/SendEmail.jtp?type=node&amp;amp;amp;amp;node=5727121&amp;amp;amp;amp;i=1"><a href="x-msg://78/user/SendEmail.jtp?type=node&amp;amp;amp;amp;node=5727121&amp;amp;amp;amp;i=1">x-msg://78/user/SendEmail.jtp?type=node&amp;amp;amp;node=5727121&amp;amp;amp;i=1"><a
>>>>>>>>> href="<a href="x-msg://78/user/SendEmail.jtp?type=node&amp;amp;amp;amp;node=5727121&amp;amp;amp;amp;i=1">x-msg://78/user/SendEmail.jtp?type=node&amp;amp;amp;node=5727121&amp;amp;amp;i=1"><a href="x-msg://78/user/SendEmail.jtp?type=node&amp;amp;amp;node=5727121&amp;amp;amp;i=1">x-msg://78/user/SendEmail.jtp?type=node&amp;amp;node=5727121&amp;amp;i=1"><a
>>>>>>>>> href="<a
>>>>>>>>> href="<a
>>>>>>>>> href="<a href="x-msg://78/user/SendEmail.jtp?type=node&amp;amp;amp;amp;amp;node=5727121&amp;amp;amp;amp;amp;i=1">x-msg://78/user/SendEmail.jtp?type=node&amp;amp;amp;amp;node=5727121&amp;amp;amp;amp;i=1"><a href="x-msg://78/user/SendEmail.jtp?type=node&amp;amp;amp;amp;node=5727121&amp;amp;amp;amp;i=1">x-msg://78/user/SendEmail.jtp?type=node&amp;amp;amp;node=5727121&amp;amp;amp;i=1"><a
>>>>>>>>> href="<a href="x-msg://78/user/SendEmail.jtp?type=node&amp;amp;amp;amp;node=5727121&amp;amp;amp;amp;i=1">x-msg://78/user/SendEmail.jtp?type=node&amp;amp;amp;node=5727121&amp;amp;amp;i=1"><a href="x-msg://78/user/SendEmail.jtp?type=node&amp;amp;amp;node=5727121&amp;amp;amp;i=1">x-msg://78/user/SendEmail.jtp?type=node&amp;amp;node=5727121&amp;amp;i=1"><a
>>>>>>>>> href="<a
>>>>>>>>> href="<a href="x-msg://78/user/SendEmail.jtp?type=node&amp;amp;amp;amp;node=5727121&amp;amp;amp;amp;i=1">x-msg://78/user/SendEmail.jtp?type=node&amp;amp;amp;node=5727121&amp;amp;amp;i=1"><a href="x-msg://78/user/SendEmail.jtp?type=node&amp;amp;amp;node=5727121&amp;amp;amp;i=1">x-msg://78/user/SendEmail.jtp?type=node&amp;amp;node=5727121&amp;amp;i=1"><a
>>>>>>>>> href="<a href="x-msg://78/user/SendEmail.jtp?type=node&amp;amp;amp;node=5727121&amp;amp;amp;i=1">x-msg://78/user/SendEmail.jtp?type=node&amp;amp;node=5727121&amp;amp;i=1"><a href="x-msg://78/user/SendEmail.jtp?type=node&amp;amp;node=5727121&amp;amp;i=1">x-msg://78/user/SendEmail.jtp?type=node&amp;node=5727121&amp;i=1"
>>>>>>>>> target="_top" rel="nofollow" link="external">[hidden email]
>>>>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>> ------------------------------------------------------------------------------
>>>>>>>> Introducing Performance Central, a new site from SourceForge and
>>>>>>>> AppDynamics. Performance Central is your source for news, insights,
>>>>>>>> analysis and resources for efficient Application Performance
>>>>>>>> Management.
>>>>>>>> Visit us today!
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>> http://pubads.g.doubleclick.net/gampad/clk?id=48897511&iu=/4140/ostg.clktrk
>>>>>>>> _______________________________________________
>>>>>>>> Csound-devel mailing list
>>>>>>>> <a href="<a
>>>>>>>> href="<a
>>>>>>>> href="<a
>>>>>>>> href="<a
>>>>>>>> href="<a href="x-msg://78/user/SendEmail.jtp?type=node&amp;amp;amp;amp;amp;amp;node=5727121&amp;amp;amp;amp;amp;amp;i=2">x-msg://78/user/SendEmail.jtp?type=node&amp;amp;amp;amp;amp;node=5727121&amp;amp;amp;amp;amp;i=2"><a href="x-msg://78/user/SendEmail.jtp?type=node&amp;amp;amp;amp;amp;node=5727121&amp;amp;amp;amp;amp;i=2">x-msg://78/user/SendEmail.jtp?type=node&amp;amp;amp;amp;node=5727121&amp;amp;amp;amp;i=2"><a
>>>>>>>> href="<a href="x-msg://78/user/SendEmail.jtp?type=node&amp;amp;amp;amp;amp;node=5727121&amp;amp;amp;amp;amp;i=2">x-msg://78/user/SendEmail.jtp?type=node&amp;amp;amp;amp;node=5727121&amp;amp;amp;amp;i=2"><a href="x-msg://78/user/SendEmail.jtp?type=node&amp;amp;amp;amp;node=5727121&amp;amp;amp;amp;i=2">x-msg://78/user/SendEmail.jtp?type=node&amp;amp;amp;node=5727121&amp;amp;amp;i=2"><a
>>>>>>>> href="<a
>>>>>>>> href="<a href="x-msg://78/user/SendEmail.jtp?type=node&amp;amp;amp;amp;amp;node=5727121&amp;amp;amp;amp;amp;i=2">x-msg://78/user/SendEmail.jtp?type=node&amp;amp;amp;amp;node=5727121&amp;amp;amp;amp;i=2"><a href="x-msg://78/user/SendEmail.jtp?type=node&amp;amp;amp;amp;node=5727121&amp;amp;amp;amp;i=2">x-msg://78/user/SendEmail.jtp?type=node&amp;amp;amp;node=5727121&amp;amp;amp;i=2"><a
>>>>>>>> href="<a href="x-msg://78/user/SendEmail.jtp?type=node&amp;amp;amp;amp;node=5727121&amp;amp;amp;amp;i=2">x-msg://78/user/SendEmail.jtp?type=node&amp;amp;amp;node=5727121&amp;amp;amp;i=2"><a href="x-msg://78/user/SendEmail.jtp?type=node&amp;amp;amp;node=5727121&amp;amp;amp;i=2">x-msg://78/user/SendEmail.jtp?type=node&amp;amp;node=5727121&amp;amp;i=2"><a
>>>>>>>> href="<a
>>>>>>>> href="<a
>>>>>>>> href="<a href="x-msg://78/user/SendEmail.jtp?type=node&amp;amp;amp;amp;amp;node=5727121&amp;amp;amp;amp;amp;i=2">x-msg://78/user/SendEmail.jtp?type=node&amp;amp;amp;amp;node=5727121&amp;amp;amp;amp;i=2"><a href="x-msg://78/user/SendEmail.jtp?type=node&amp;amp;amp;amp;node=5727121&amp;amp;amp;amp;i=2">x-msg://78/user/SendEmail.jtp?type=node&amp;amp;amp;node=5727121&amp;amp;amp;i=2"><a
>>>>>>>> href="<a href="x-msg://78/user/SendEmail.jtp?type=node&amp;amp;amp;amp;node=5727121&amp;amp;amp;amp;i=2">x-msg://78/user/SendEmail.jtp?type=node&amp;amp;amp;node=5727121&amp;amp;amp;i=2"><a href="x-msg://78/user/SendEmail.jtp?type=node&amp;amp;amp;node=5727121&amp;amp;amp;i=2">x-msg://78/user/SendEmail.jtp?type=node&amp;amp;node=5727121&amp;amp;i=2"><a
>>>>>>>> href="<a
>>>>>>>> href="<a href="x-msg://78/user/SendEmail.jtp?type=node&amp;amp;amp;amp;node=5727121&amp;amp;amp;amp;i=2">x-msg://78/user/SendEmail.jtp?type=node&amp;amp;amp;node=5727121&amp;amp;amp;i=2"><a href="x-msg://78/user/SendEmail.jtp?type=node&amp;amp;amp;node=5727121&amp;amp;amp;i=2">x-msg://78/user/SendEmail.jtp?type=node&amp;amp;node=5727121&amp;amp;i=2"><a
>>>>>>>> href="<a href="x-msg://78/user/SendEmail.jtp?type=node&amp;amp;amp;node=5727121&amp;amp;amp;i=2">x-msg://78/user/SendEmail.jtp?type=node&amp;amp;node=5727121&amp;amp;i=2"><a href="x-msg://78/user/SendEmail.jtp?type=node&amp;amp;node=5727121&amp;amp;i=2">x-msg://78/user/SendEmail.jtp?type=node&amp;node=5727121&amp;i=2"
>>>>>>>> target="_top" rel="nofollow" link="external">[hidden email]
>>>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>>>>>
>>>>>>>>
>>>>>>>> ________________________________
>>>>>>>> If you reply to this email, your message will be added to the
>>>>>>>> discussion
>>>>>>>> below:
>>>>>>>>
>>>>>>>>
>>>>>>>> http://csound.1045644.n5.nabble.com/OSX-Homebrew-tp5723213p5727121.html
>>>>>>>> To unsubscribe from OSX: Homebrew, click here.
>>>>>>>> NAML
>>>>>>>>
>>>>>>>>
>>>>>>>> [hidden email]
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>> ________________________________
>>>>>>>> View this message in context: Re: OSX: Homebrew (CsoundAC)
>>>>>>>>
>>>>>>>> Sent from the Csound - Dev mailing list archive at Nabble.com.
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>> ------------------------------------------------------------------------------
>>>>>>>> Introducing Performance Central, a new site from SourceForge and
>>>>>>>> AppDynamics. Performance Central is your source for news, insights,
>>>>>>>> analysis and resources for efficient Application Performance
>>>>>>>> Management.
>>>>>>>> Visit us today!
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>> http://pubads.g.doubleclick.net/gampad/clk?id=48897511&iu=/4140/ostg.clktrk
>>>>>>>> _______________________________________________
>>>>>>>> Csound-devel mailing list
>>>>>>>> <a href="<a
>>>>>>>> href="<a
>>>>>>>> href="<a
>>>>>>>> href="<a href="x-msg://8/user/SendEmail.jtp?type=node&amp;amp;amp;amp;amp;node=5727123&amp;amp;amp;amp;amp;i=1">x-msg://8/user/SendEmail.jtp?type=node&amp;amp;amp;amp;node=5727123&amp;amp;amp;amp;i=1"><a href="x-msg://8/user/SendEmail.jtp?type=node&amp;amp;amp;amp;node=5727123&amp;amp;amp;amp;i=1">x-msg://8/user/SendEmail.jtp?type=node&amp;amp;amp;node=5727123&amp;amp;amp;i=1"><a
>>>>>>>> href="<a href="x-msg://8/user/SendEmail.jtp?type=node&amp;amp;amp;amp;node=5727123&amp;amp;amp;amp;i=1">x-msg://8/user/SendEmail.jtp?type=node&amp;amp;amp;node=5727123&amp;amp;amp;i=1"><a href="x-msg://8/user/SendEmail.jtp?type=node&amp;amp;amp;node=5727123&amp;amp;amp;i=1">x-msg://8/user/SendEmail.jtp?type=node&amp;amp;node=5727123&amp;amp;i=1"><a
>>>>>>>> href="<a
>>>>>>>> href="<a href="x-msg://8/user/SendEmail.jtp?type=node&amp;amp;amp;amp;node=5727123&amp;amp;amp;amp;i=1">x-msg://8/user/SendEmail.jtp?type=node&amp;amp;amp;node=5727123&amp;amp;amp;i=1"><a href="x-msg://8/user/SendEmail.jtp?type=node&amp;amp;amp;node=5727123&amp;amp;amp;i=1">x-msg://8/user/SendEmail.jtp?type=node&amp;amp;node=5727123&amp;amp;i=1"><a
>>>>>>>> href="<a href="x-msg://8/user/SendEmail.jtp?type=node&amp;amp;amp;node=5727123&amp;amp;amp;i=1">x-msg://8/user/SendEmail.jtp?type=node&amp;amp;node=5727123&amp;amp;i=1"><a href="x-msg://8/user/SendEmail.jtp?type=node&amp;amp;node=5727123&amp;amp;i=1">x-msg://8/user/SendEmail.jtp?type=node&amp;node=5727123&amp;i=1"
>>>>>>>> target="_top" rel="nofollow" link="external">[hidden email]
>>>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> ------------------------------------------------------------------------------
>>>>>>> Introducing Performance Central, a new site from SourceForge and
>>>>>>> AppDynamics. Performance Central is your source for news, insights,
>>>>>>> analysis and resources for efficient Application Performance
>>>>>>> Management.
>>>>>>> Visit us today!
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> http://pubads.g.doubleclick.net/gampad/clk?id=48897511&iu=/4140/ostg.clktrk
>>>>>>> _______________________________________________
>>>>>>> Csound-devel mailing list
>>>>>>> <a href="<a
>>>>>>> href="<a
>>>>>>> href="<a
>>>>>>> href="<a href="x-msg://8/user/SendEmail.jtp?type=node&amp;amp;amp;amp;amp;node=5727123&amp;amp;amp;amp;amp;i=2">x-msg://8/user/SendEmail.jtp?type=node&amp;amp;amp;amp;node=5727123&amp;amp;amp;amp;i=2"><a href="x-msg://8/user/SendEmail.jtp?type=node&amp;amp;amp;amp;node=5727123&amp;amp;amp;amp;i=2">x-msg://8/user/SendEmail.jtp?type=node&amp;amp;amp;node=5727123&amp;amp;amp;i=2"><a
>>>>>>> href="<a href="x-msg://8/user/SendEmail.jtp?type=node&amp;amp;amp;amp;node=5727123&amp;amp;amp;amp;i=2">x-msg://8/user/SendEmail.jtp?type=node&amp;amp;amp;node=5727123&amp;amp;amp;i=2"><a href="x-msg://8/user/SendEmail.jtp?type=node&amp;amp;amp;node=5727123&amp;amp;amp;i=2">x-msg://8/user/SendEmail.jtp?type=node&amp;amp;node=5727123&amp;amp;i=2"><a
>>>>>>> href="<a
>>>>>>> href="<a href="x-msg://8/user/SendEmail.jtp?type=node&amp;amp;amp;amp;node=5727123&amp;amp;amp;amp;i=2">x-msg://8/user/SendEmail.jtp?type=node&amp;amp;amp;node=5727123&amp;amp;amp;i=2"><a href="x-msg://8/user/SendEmail.jtp?type=node&amp;amp;amp;node=5727123&amp;amp;amp;i=2">x-msg://8/user/SendEmail.jtp?type=node&amp;amp;node=5727123&amp;amp;i=2"><a
>>>>>>> href="<a href="x-msg://8/user/SendEmail.jtp?type=node&amp;amp;amp;node=5727123&amp;amp;amp;i=2">x-msg://8/user/SendEmail.jtp?type=node&amp;amp;node=5727123&amp;amp;i=2"><a href="x-msg://8/user/SendEmail.jtp?type=node&amp;amp;node=5727123&amp;amp;i=2">x-msg://8/user/SendEmail.jtp?type=node&amp;node=5727123&amp;i=2"
>>>>>>> target="_top" rel="nofollow" link="external">[hidden email]
>>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>>>>
>>>>>>>
>>>>>>> ________________________________
>>>>>>> If you reply to this email, your message will be added to the
>>>>>>> discussion
>>>>>>> below:
>>>>>>>
>>>>>>> http://csound.1045644.n5.nabble.com/OSX-Homebrew-tp5723213p5727123.html
>>>>>>> To unsubscribe from OSX: Homebrew, click here.
>>>>>>> NAML
>>>>>>>
>>>>>>>
>>>>>>> [hidden email]
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> ________________________________
>>>>>>> View this message in context: Re: OSX: Homebrew (CsoundAC)
>>>>>>> Sent from the Csound - Dev mailing list archive at Nabble.com.
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> ------------------------------------------------------------------------------
>>>>>>> Introducing Performance Central, a new site from SourceForge and
>>>>>>> AppDynamics. Performance Central is your source for news, insights,
>>>>>>> analysis and resources for efficient Application Performance
>>>>>>> Management.
>>>>>>> Visit us today!
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> http://pubads.g.doubleclick.net/gampad/clk?id=48897511&iu=/4140/ostg.clktrk
>>>>>>> _______________________________________________
>>>>>>> Csound-devel mailing list
>>>>>>> <a
>>>>>>> href="<a
>>>>>>> href="<a
>>>>>>> href="<a href="x-msg://89/user/SendEmail.jtp?type=node&amp;amp;amp;amp;node=5727132&amp;amp;amp;amp;i=2">x-msg://89/user/SendEmail.jtp?type=node&amp;amp;amp;node=5727132&amp;amp;amp;i=2"><a href="x-msg://89/user/SendEmail.jtp?type=node&amp;amp;amp;node=5727132&amp;amp;amp;i=2">x-msg://89/user/SendEmail.jtp?type=node&amp;amp;node=5727132&amp;amp;i=2"><a
>>>>>>> href="<a href="x-msg://89/user/SendEmail.jtp?type=node&amp;amp;amp;node=5727132&amp;amp;amp;i=2">x-msg://89/user/SendEmail.jtp?type=node&amp;amp;node=5727132&amp;amp;i=2"><a href="x-msg://89/user/SendEmail.jtp?type=node&amp;amp;node=5727132&amp;amp;i=2">x-msg://89/user/SendEmail.jtp?type=node&amp;node=5727132&amp;i=2"
>>>>>>> target="_top" rel="nofollow" link="external">[hidden email]
>>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>>>>
>>>>>
>>>>>
>>>>> ------------------------------------------------------------------------------
>>>>> Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
>>>>> Discover the easy way to master current and previous Microsoft
>>>>> technologies
>>>>> and advance your career. Get an incredible 1,500+ hours of step-by-step
>>>>> tutorial videos with LearnDevNow. Subscribe today and save!
>>>>>
>>>>>
>>>>> http://pubads.g.doubleclick.net/gampad/clk?id=58040911&iu=/4140/ostg.clktrk
>>>>> _______________________________________________
>>>>> Csound-devel mailing list
>>>>> <a href="<a
>>>>> href="<a
>>>>> href="<a href="x-msg://89/user/SendEmail.jtp?type=node&amp;amp;amp;amp;node=5727132&amp;amp;amp;amp;i=3">x-msg://89/user/SendEmail.jtp?type=node&amp;amp;amp;node=5727132&amp;amp;amp;i=3"><a href="x-msg://89/user/SendEmail.jtp?type=node&amp;amp;amp;node=5727132&amp;amp;amp;i=3">x-msg://89/user/SendEmail.jtp?type=node&amp;amp;node=5727132&amp;amp;i=3"><a
>>>>> href="<a href="x-msg://89/user/SendEmail.jtp?type=node&amp;amp;amp;node=5727132&amp;amp;amp;i=3">x-msg://89/user/SendEmail.jtp?type=node&amp;amp;node=5727132&amp;amp;i=3"><a href="x-msg://89/user/SendEmail.jtp?type=node&amp;amp;node=5727132&amp;amp;i=3">x-msg://89/user/SendEmail.jtp?type=node&amp;node=5727132&amp;i=3"
>>>>> target="_top" rel="nofollow" link="external">[hidden email]
>>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>>
>>>>>
>>>>> ________________________________
>>>>> If you reply to this email, your message will be added to the discussion
>>>>> below:
>>>>> http://csound.1045644.n5.nabble.com/OSX-Homebrew-tp5723213p5727132.html
>>>>> To unsubscribe from OSX: Homebrew, click here.
>>>>> NAML
>>>>>
>>>>>
>>>>>
>>>>>
>>>>>
>>>>> ________________________________
>>>>> View this message in context: Re: OSX: Homebrew (CsoundAC)
>>>>> Sent from the Csound - Dev mailing list archive at Nabble.com.
>>>>>
>>>>>
>>>>>
>>>>> ------------------------------------------------------------------------------
>>>>> Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
>>>>> Discover the easy way to master current and previous Microsoft
>>>>> technologies
>>>>> and advance your career. Get an incredible 1,500+ hours of step-by-step
>>>>> tutorial videos with LearnDevNow. Subscribe today and save!
>>>>>
>>>>>
>>>>> http://pubads.g.doubleclick.net/gampad/clk?id=58040911&iu=/4140/ostg.clktrk
>>>>> _______________________________________________
>>>>> Csound-devel mailing list
>>>>> <a
>>>>> href="<a
>>>>> href="<a href="x-msg://220/user/SendEmail.jtp?type=node&amp;amp;amp;node=5727265&amp;amp;amp;i=2">x-msg://220/user/SendEmail.jtp?type=node&amp;amp;node=5727265&amp;amp;i=2"><a href="x-msg://220/user/SendEmail.jtp?type=node&amp;amp;node=5727265&amp;amp;i=2">x-msg://220/user/SendEmail.jtp?type=node&amp;node=5727265&amp;i=2"
>>>>> target="_top" rel="nofollow" link="external">[hidden email]
>>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>>
>>>
>>> ------------------------------------------------------------------------------
>>> Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
>>> Discover the easy way to master current and previous Microsoft
>>> technologies
>>> and advance your career. Get an incredible 1,500+ hours of step-by-step
>>> tutorial videos with LearnDevNow. Subscribe today and save!
>>>
>>> http://pubads.g.doubleclick.net/gampad/clk?id=58040911&iu=/4140/ostg.clktrk
>>> _______________________________________________
>>> Csound-devel mailing list
>>> <a href="<a
>>> href="<a href="x-msg://220/user/SendEmail.jtp?type=node&amp;amp;amp;node=5727265&amp;amp;amp;i=3">x-msg://220/user/SendEmail.jtp?type=node&amp;amp;node=5727265&amp;amp;i=3"><a href="x-msg://220/user/SendEmail.jtp?type=node&amp;amp;node=5727265&amp;amp;i=3">x-msg://220/user/SendEmail.jtp?type=node&amp;node=5727265&amp;i=3"
>>> target="_top" rel="nofollow" link="external">[hidden email]
>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>
>>>
>>> ________________________________
>>> If you reply to this email, your message will be added to the discussion
>>> below:
>>> http://csound.1045644.n5.nabble.com/OSX-Homebrew-tp5723213p5727265.html
>>> To unsubscribe from OSX: Homebrew, click here.
>>> NAML
>>>
>>>
>>> [hidden email]
>>>
>>>
>>>
>>>
>>> ________________________________
>>> View this message in context: Re: OSX: Homebrew (CsoundAC)
>>> Sent from the Csound - Dev mailing list archive at Nabble.com.
>>>
>>>
>>> ------------------------------------------------------------------------------
>>> Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
>>> Discover the easy way to master current and previous Microsoft
>>> technologies
>>> and advance your career. Get an incredible 1,500+ hours of step-by-step
>>> tutorial videos with LearnDevNow. Subscribe today and save!
>>>
>>> http://pubads.g.doubleclick.net/gampad/clk?id=58040911&iu=/4140/ostg.clktrk
>>> _______________________________________________
>>> Csound-devel mailing list
>>> <a
>>> href="<a href="x-msg://232/user/SendEmail.jtp?type=node&amp;amp;node=5727267&amp;amp;i=1">x-msg://232/user/SendEmail.jtp?type=node&amp;node=5727267&amp;i=1"
>>> target="_top" rel="nofollow" link="external">[hidden email]
>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>
>> ------------------------------------------------------------------------------
>> Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
>> Discover the easy way to master current and previous Microsoft technologies
>> and advance your career. Get an incredible 1,500+ hours of step-by-step
>> tutorial videos with LearnDevNow. Subscribe today and save!
>> http://pubads.g.doubleclick.net/gampad/clk?id=58040911&iu=/4140/ostg.clktrk
>> _______________________________________________
>> Csound-devel mailing list
>> <a href="<a href="x-msg://232/user/SendEmail.jtp?type=node&amp;amp;node=5727267&amp;amp;i=2">x-msg://232/user/SendEmail.jtp?type=node&amp;node=5727267&amp;i=2"
>> target="_top" rel="nofollow" link="external">[hidden email]
>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>
>>
>> ________________________________
>> If you reply to this email, your message will be added to the discussion
>> below:
>> http://csound.1045644.n5.nabble.com/OSX-Homebrew-tp5723213p5727267.html
>> To unsubscribe from OSX: Homebrew, click here.
>> NAML
>>
>>
>> [hidden email]
>>
>>
>>
>>
>> ________________________________
>> View this message in context: Re: OSX: Homebrew (CsoundAC)
>> Sent from the Csound - Dev mailing list archive at Nabble.com.
>>
>> ------------------------------------------------------------------------------
>> Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
>> Discover the easy way to master current and previous Microsoft technologies
>> and advance your career. Get an incredible 1,500+ hours of step-by-step
>> tutorial videos with LearnDevNow. Subscribe today and save!
>> http://pubads.g.doubleclick.net/gampad/clk?id=58040911&iu=/4140/ostg.clktrk
>> _______________________________________________
>> Csound-devel mailing list
>> <a href="x-msg://160/user/SendEmail.jtp?type=node&amp;node=5727283&amp;i=2" target="_top" rel="nofollow" link="external">[hidden email]
>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>
------------------------------------------------------------------------------
Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
Discover the easy way to master current and previous Microsoft technologies
and advance your career. Get an incredible 1,500+ hours of step-by-step
tutorial videos with LearnDevNow. Subscribe today and save!
http://pubads.g.doubleclick.net/gampad/clk?id=58040911&iu=/4140/ostg.clktrk
_______________________________________________
Csound-devel mailing list
<a href="x-msg://160/user/SendEmail.jtp?type=node&amp;node=5727283&amp;i=3" target="_top" rel="nofollow" link="external">[hidden email]
https://lists.sourceforge.net/lists/listinfo/csound-devel



If you reply to this email, your message will be added to the discussion below:
http://csound.1045644.n5.nabble.com/OSX-Homebrew-tp5723213p5727283.html
To unsubscribe from OSX: Homebrew, click here.
NAML




View this message in context: Re: OSX: Homebrew (CsoundAC)
Sent from the Csound - Dev mailing list archive at Nabble.com.

Date2013-09-02 21:23
FromSteven Yi
SubjectRe: [Cs-dev] OSX: Homebrew (CsoundAC)
Hi Damien,

This is specific to the STK Opcodes, as the error mentions.  It seems
then CsoundAC issue is fixed up with this build.

Regarding STK Opcodes: we may want to modify Csound to do something
like it does with OPCODE6DIR64. That is, default to one if
RAWWAVE_PATH is not given, controllable at build-time.  I assume the
Windows installer sets RAWWAVE_PATH.  My concern is that, what if the
user uses STK on their own and sets that value themselves, so I don't
want to set that path by the installer. If it's done like in
OPCODE6DIR64 to have a default that can be overridden, then that seems
like it'd work.

Victor and Felipe: thoughts regarding this and packaging for OSX and Linux?

steven

On Sun, Sep 1, 2013 at 3:39 AM, deeloke  wrote:
> Hi Steven,
>
> This latest build complains about environment variable RAWWAVE_PATH:
>
>> python
> Python 2.7.2 (default, Oct 11 2012, 20:14:37)
> [GCC 4.2.1 Compatible Apple Clang 4.0 (tags/Apple/clang-418.0.60)] on darwin
> Type "help", "copyright", "credits" or "license" for more information.
>>>> import CsoundAC
> virtual_keyboard real time MIDI plugin for Csound
> Error: define environment variable RAWWAVE_PATH
> (points to rawwaves directory) to use STK opcodes.
> 0dBFS level = 32768.0
> Csound version 6.00.1 (double samples) Aug 31 2013
> libsndfile-1.0.25
>>>>
>
> -Damien.
>
> On 01/09/2013, at 5:43 AM, "Steven Yi [via Csound]" <[hidden email]> wrote:
>
> Hi Damien,
>
> I've built and tested in a VM and have a working installer.  Turns out
> CsoundAC was split into an extra lib compared to CS5 that I didn't
> pick up on until now.  I also fixed up a symlink creation for
> libcsnd6.so. New version at:
>
> http://www.kunstmusik.com/csound6.00.1-OSX10.8-x86_64.dmg
>
> Please give that a try.
>
> Thanks!
> steven
>
> On Fri, Aug 30, 2013 at 9:11 PM, Steven Yi < href="x-msg://160/user/SendEmail.jtp?type=node&node=5727283&i=0"
> target="_top" rel="nofollow" link="external">[hidden email]> wrote:
>
>> Homebrew and the installer are somewhat mutually exclusive.  The stuff
>> installed by the installer goes into the system-wide /Library/Python,
>> while the stuff installed by homebrew will go into the user's
>> ~/Library/Python/2.7/lib/python/site-packages/.  If you want to use
>> the one from Homebrew (assuming it gets installed correctly), you'll
>> need to remove the one from /Library/Python/2.7/site-packages.
>>
>>
>>
>> On Fri, Aug 30, 2013 at 9:00 PM, deeloke <> href="x-msg://160/user/SendEmail.jtp?type=node&node=5727283&i=1"
>> target="_top" rel="nofollow" link="external">[hidden email]> wrote:
>>> Hi Steven, thanks for letting me know you are looking into this. The
>>> update
>>> you made to the homebrew recipe hasn't fixed the problem yet either, i
>>> just
>>> tested this, here's the transcript:
>>>
>>>> python
>>> Python 2.7.2 (default, Oct 11 2012, 20:14:37)
>>> [GCC 4.2.1 Compatible Apple Clang 4.0 (tags/Apple/clang-418.0.60)] on
>>> darwin
>>> Type "help", "copyright", "credits" or "license" for more information.
>>>>>> import CsoundAC
>>> Traceback (most recent call last):
>>>   File "", line 1, in 
>>>   File "/Library/Python/2.7/site-packages/CsoundAC.py", line 26, in
>>> 
>>>     _CsoundAC = swig_import_helper()
>>>   File "/Library/Python/2.7/site-packages/CsoundAC.py", line 22, in
>>> swig_import_helper
>>>     _mod = imp.load_module('_CsoundAC', fp, pathname, description)
>>> ImportError: dlopen(/Library/Python/2.7/site-packages/_CsoundAC.so, 2):
>>> Library not loaded: /usr/local/lib/libCsoundAC.6.0.dylib
>>>   Referenced from: /Library/Python/2.7/site-packages/_CsoundAC.so
>>>   Reason: image not found
>>>>>>
>>>
>>> CsoundAC is a useful extension to Csound, it will be good if it is made
>>> available to mac users.
>>>
>>> Cheers,
>>> Damien.
>>>
>>> On 31/08/2013, at 8:38 AM, "Steven Yi [via Csound]" <[hidden email]>
>>> wrote:
>>>
>>> Hi Damien,
>>>
>>> Thanks for checking that out. I'll be flying tomorrow but have some
>>> long layovers. I'll do some testing with a Virtual Machine reset to
>>> clean state for this that should reproduce any issues.  I'm pretty
>>> sure that the next build will be good then. I'll email here tomorrow
>>> or Sunday when I can test/build/upload.
>>>
>>> Thanks!
>>> steven
>>>
>>> On Fri, Aug 30, 2013 at 8:05 PM, deeloke <>> href=">> href="x-msg://232/user/SendEmail.jtp?type=node&amp;node=5727267&amp;i=0">x-msg://232/user/SendEmail.jtp?type=node&node=5727267&i=0"
>>> target="_top" rel="nofollow" link="external">[hidden email]> wrote:
>>>
>>>> Hi Steven, this latest package doesn't work either:
>>>>> python
>>>> Python 2.7.2 (default, Oct 11 2012, 20:14:37)
>>>> [GCC 4.2.1 Compatible Apple Clang 4.0 (tags/Apple/clang-418.0.60)] on
>>>> darwin
>>>> Type "help", "copyright", "credits" or "license" for more information.
>>>>>>> import CsoundAC
>>>> Traceback (most recent call last):
>>>>   File "", line 1, in 
>>>>   File "/Library/Python/2.7/site-packages/CsoundAC.py", line 26, in
>>>> 
>>>>     _CsoundAC = swig_import_helper()
>>>>   File "/Library/Python/2.7/site-packages/CsoundAC.py", line 22, in
>>>> swig_import_helper
>>>>     _mod = imp.load_module('_CsoundAC', fp, pathname, description)
>>>> ImportError: dlopen(/Library/Python/2.7/site-packages/_CsoundAC.so, 2):
>>>> Library not loaded: /usr/local/lib/libCsoundAC.6.0.dylib
>>>>   Referenced from: /Library/Python/2.7/site-packages/_CsoundAC.so
>>>>   Reason: image not found
>>>>>>>
>>>>
>>>> -Damien
>>>>
>>>> On 31/08/2013, at 1:44 AM, "Steven Yi [via Csound]" <[hidden email]>
>>>> wrote:
>>>>
>>>> Hi Damien,
>>>>
>>>> I think I've sorted out things.  Could you try this new build:
>>>>
>>>> http://www.kunstmusik.com/csound6.00.1-OSX10.8-x86_64.dmg
>>>>
>>>> Thanks!
>>>> steven
>>>>
>>>> On Fri, Aug 30, 2013 at 12:20 PM, Steven Yi <>>> href=">>> href=">>> href="x-msg://220/user/SendEmail.jtp?type=node&amp;amp;node=5727265&amp;amp;i=0">x-msg://220/user/SendEmail.jtp?type=node&amp;node=5727265&amp;i=0">>>> href="x-msg://220/user/SendEmail.jtp?type=node&amp;node=5727265&amp;i=0">x-msg://220/user/SendEmail.jtp?type=node&node=5727265&i=0"
>>>> target="_top" rel="nofollow" link="external">[hidden email]> wrote:
>>>>
>>>>> Ugh, I forgot that LuaJit doesn't work for x86_64 on OSX without
>>>>> special flags at compile time[1].  That doesn't work for Python, nor
>>>>> Java, and any program on OSX that itself doesn't have the flags, as
>>>>> the Lua Opcodes crash on start.  I need to revise the installer system
>>>>> to not build Lua opcodes on OSX, but do build the lua interfaces. (I
>>>>> think the luajit executable itself does use the flags which is fine).
>>>>>
>>>>> I was halfway uploading when I figured this out. I'll reply shortly
>>>>> with the updated package.
>>>>>
>>>>> steven
>>>>>
>>>>>
>>>>> [1] - from http://luajit.org/install.html:
>>>>>
>>>>> If you're building a 64 bit application on OSX which links directly or
>>>>> indirectly against LuaJIT, you need to link your main executable with
>>>>> these flags:
>>>>>
>>>>> -pagezero_size 10000 -image_base 100000000
>>>>>
>>>>> Also, it's recommended to rebase all (self-compiled) shared libraries
>>>>> which are loaded at runtime on OSX/x64 (e.g. C extension modules for
>>>>> Lua). See: man rebase
>>>>>
>>>>> On Fri, Aug 30, 2013 at 9:26 AM, deeloke <>>>> href=">>>> href=">>>> href="x-msg://220/user/SendEmail.jtp?type=node&amp;amp;node=5727265&amp;amp;i=1">x-msg://220/user/SendEmail.jtp?type=node&amp;node=5727265&amp;i=1">>>>> href="x-msg://220/user/SendEmail.jtp?type=node&amp;node=5727265&amp;i=1">x-msg://220/user/SendEmail.jtp?type=node&node=5727265&i=1"
>>>>> target="_top" rel="nofollow" link="external">[hidden email]> wrote:
>>>>>> Hi Steven,
>>>>>> this  latest build you posted doesn't successfully install CsoundAC on
>>>>>> 10.8.4. This is what I tried:
>>>>>> a) removed sound python files from:
>>>>>> /Library/Frameworks/CsoundLib64.framework/Resources/Python/Current
>>>>>> b) installed csound6.00.1-OSX10.8-x86_64.dmg from the link you
>>>>>> provided
>>>>>> in
>>>>>> the email below
>>>>>>
>>>>>> here's the transcript:
>>>>>> ---start----
>>>>>>
>>>>>>> csound
>>>>>> virtual_keyboard real time MIDI plugin for Csound
>>>>>> Error: define environment variable RAWWAVE_PATH
>>>>>> (points to rawwaves directory) to use STK opcodes.
>>>>>> 0dBFS level = 32768.0
>>>>>> Csound version 6.00.1 (double samples) Aug 26 2013
>>>>>> libsndfile-1.0.25
>>>>>>
>>>>>>  > python
>>>>>> Python 2.7.2 (default, Oct 11 2012, 20:14:37)
>>>>>> [GCC 4.2.1 Compatible Apple Clang 4.0 (tags/Apple/clang-418.0.60)] on
>>>>>> darwin
>>>>>> Type "help", "copyright", "credits" or "license" for more information.
>>>>>>>>> import CsoundAC
>>>>>> Traceback (most recent call last):
>>>>>>   File "", line 1, in 
>>>>>>   File "/Library/Python/2.7/site-packages/CsoundAC.py", line 26, in
>>>>>> 
>>>>>>     _CsoundAC = swig_import_helper()
>>>>>>   File "/Library/Python/2.7/site-packages/CsoundAC.py", line 22, in
>>>>>> swig_import_helper
>>>>>>     _mod = imp.load_module('_CsoundAC', fp, pathname, description)
>>>>>> ImportError: dlopen(/Library/Python/2.7/site-packages/_CsoundAC.so,
>>>>>> 2):
>>>>>> Library not loaded: /usr/local/lib/libCsoundAC.6.0.dylib
>>>>>>   Referenced from: /Library/Python/2.7/site-packages/_CsoundAC.so
>>>>>>   Reason: image not found
>>>>>>  > ls /usr/local/lib/libCsoundAC.6.0.dylib
>>>>>> ls: /usr/local/lib/libCsoundAC.6.0.dylib: No such file or directory
>>>>>> ---END---
>>>>>>
>>>>>> -Damien.
>>>>>>
>>>>>> On 28/08/2013, at 1:13 AM, Steven Yi [via Csound] <[hidden email]>
>>>>>> wrote:
>>>>>>
>>>>>> Hi Damien,
>>>>>>
>>>>>> Could you try this one:
>>>>>>
>>>>>> http://www.kunstmusik.com/csound6.00.1-OSX10.8-x86_64.dmg
>>>>>>
>>>>>> Thanks,
>>>>>> steven
>>>>>>
>>>>>> On Tue, Aug 27, 2013 at 12:44 PM, Steven Yi <>>>>> href=">>>>> href=">>>>> href=">>>>> href="x-msg://89/user/SendEmail.jtp?type=node&amp;amp;amp;node=5727132&amp;amp;amp;i=0">x-msg://89/user/SendEmail.jtp?type=node&amp;amp;node=5727132&amp;amp;i=0">>>>>> href="x-msg://89/user/SendEmail.jtp?type=node&amp;amp;node=5727132&amp;amp;i=0">x-msg://89/user/SendEmail.jtp?type=node&amp;node=5727132&amp;i=0">>>>>> href=">>>>> href="x-msg://89/user/SendEmail.jtp?type=node&amp;amp;node=5727132&amp;amp;i=0">x-msg://89/user/SendEmail.jtp?type=node&amp;node=5727132&amp;i=0">>>>>> href="x-msg://89/user/SendEmail.jtp?type=node&amp;node=5727132&amp;i=0">x-msg://89/user/SendEmail.jtp?type=node&node=5727132&i=0"
>>>>>> target="_top" rel="nofollow" link="external">[hidden email]> wrote:
>>>>>>
>>>>>>> Well it looks like the _CsoundAC.so is linked to the
>>>>>>> libcsoundAC.6.0.0.dylib, and that latter library should be installed
>>>>>>> into /usr/local/lib with the installer.  The link is a bare link
>>>>>>> rather than absolute path.  It looks like I'll have to modify the
>>>>>>> installer to either add a symlink to libcsoundAC.6.0.0.dylib to the
>>>>>>> python install directory, or modify the _CsoundAC.so link path to
>>>>>>> resolve to libCsoundAC in /usr/local/lib.  I'll experiment here with
>>>>>>> the latter and post another build.
>>>>>>>
>>>>>>> On Tue, Aug 27, 2013 at 12:47 AM, deeloke <>>>>>> href=">>>>>> href=">>>>>> href=">>>>>> href="x-msg://89/user/SendEmail.jtp?type=node&amp;amp;amp;node=5727132&amp;amp;amp;i=1">x-msg://89/user/SendEmail.jtp?type=node&amp;amp;node=5727132&amp;amp;i=1">>>>>>> href="x-msg://89/user/SendEmail.jtp?type=node&amp;amp;node=5727132&amp;amp;i=1">x-msg://89/user/SendEmail.jtp?type=node&amp;node=5727132&amp;i=1">>>>>>> href=">>>>>> href="x-msg://89/user/SendEmail.jtp?type=node&amp;amp;node=5727132&amp;amp;i=1">x-msg://89/user/SendEmail.jtp?type=node&amp;node=5727132&amp;i=1">>>>>>> href="x-msg://89/user/SendEmail.jtp?type=node&amp;node=5727132&amp;i=1">x-msg://89/user/SendEmail.jtp?type=node&node=5727132&i=1"
>>>>>>> target="_top" rel="nofollow" link="external">[hidden email]> wrote:
>>>>>>>> Hi Steven,
>>>>>>>>
>>>>>>>> Its not working on my computer yet.
>>>>>>>>
>>>>>>>> Here is the error message produced when importing CsoundAC after
>>>>>>>> using
>>>>>>>> your
>>>>>>>> installer to install Csound 6:
>>>>>>>>
>>>>>>>>  > python
>>>>>>>> Python 2.7.3 (default, Aug 11 2013, 17:45:32)
>>>>>>>> [GCC 4.2.1 Compatible Apple LLVM 4.2 (clang-425.0.24)] on darwin
>>>>>>>> Type "help", "copyright", "credits" or "license" for more
>>>>>>>> information.
>>>>>>>>>>> import CsoundAC
>>>>>>>> Traceback (most recent call last):
>>>>>>>>   File "", line 1, in 
>>>>>>>>   File "/Library/Python/2.7/site-packages/CsoundAC.py", line 26, in
>>>>>>>> 
>>>>>>>>     _CsoundAC = swig_import_helper()
>>>>>>>>   File "/Library/Python/2.7/site-packages/CsoundAC.py", line 22, in
>>>>>>>> swig_import_helper
>>>>>>>>     _mod = imp.load_module('_CsoundAC', fp, pathname, description)
>>>>>>>> ImportError: dlopen(/Library/Python/2.7/site-packages/_CsoundAC.so,
>>>>>>>> 2):
>>>>>>>> Library not loaded: libCsoundAC.6.0.dylib
>>>>>>>>   Referenced from: /Library/Python/2.7/site-packages/_CsoundAC.so
>>>>>>>>   Reason: image not found
>>>>>>>>>>>
>>>>>>>>
>>>>>>>> -Damien.
>>>>>>>>
>>>>>>>> On 27/08/2013, at 10:28 AM, Steven Yi [via Csound] <[hidden email]>
>>>>>>>> wrote:
>>>>>>>>
>>>>>>>> Hi Damien,
>>>>>>>>
>>>>>>>> I have CsoundAC building after fixing up the CMake file.  I have a
>>>>>>>> build posted at:
>>>>>>>>
>>>>>>>> http://www.kunstmusik.com/csound6.00.1-OSX10.8-x86_64.dmg
>>>>>>>>
>>>>>>>> Could you try this at let me know if it's working for you?  One
>>>>>>>> thing
>>>>>>>> is that the Lua interface for Csound and CsoundAC are not building
>>>>>>>> on
>>>>>>>> OSX, but this should have CsoundAC for Python.
>>>>>>>>
>>>>>>>> As for the csound homebrew recipe, it needs to be updated so that
>>>>>>>> building from --head uses the develop branch. I'll probably take a
>>>>>>>> look at this tomorrow.
>>>>>>>>
>>>>>>>> Thanks,
>>>>>>>> steven
>>>>>>>>
>>>>>>>> On Mon, Aug 26, 2013 at 10:13 PM, deeloke <>>>>>>> href=">>>>>>> href=">>>>>>> href=">>>>>>> href=">>>>>>> href="x-msg://8/user/SendEmail.jtp?type=node&amp;amp;amp;amp;node=5727123&amp;amp;amp;amp;i=0">x-msg://8/user/SendEmail.jtp?type=node&amp;amp;amp;node=5727123&amp;amp;amp;i=0">>>>>>>> href="x-msg://8/user/SendEmail.jtp?type=node&amp;amp;amp;node=5727123&amp;amp;amp;i=0">x-msg://8/user/SendEmail.jtp?type=node&amp;amp;node=5727123&amp;amp;i=0">>>>>>>> href=">>>>>>> href="x-msg://8/user/SendEmail.jtp?type=node&amp;amp;amp;node=5727123&amp;amp;amp;i=0">x-msg://8/user/SendEmail.jtp?type=node&amp;amp;node=5727123&amp;amp;i=0">>>>>>>> href="x-msg://8/user/SendEmail.jtp?type=node&amp;amp;node=5727123&amp;amp;i=0">x-msg://8/user/SendEmail.jtp?type=node&amp;node=5727123&amp;i=0">>>>>>>> href=">>>>>>> href=">>>>>>> href="x-msg://8/user/SendEmail.jtp?type=node&amp;amp;amp;node=5727123&amp;amp;amp;i=0">x-msg://8/user/SendEmail.jtp?type=node&amp;amp;node=5727123&amp;amp;i=0">>>>>>>> href="x-msg://8/user/SendEmail.jtp?type=node&amp;amp;node=5727123&amp;amp;i=0">x-msg://8/user/SendEmail.jtp?type=node&amp;node=5727123&amp;i=0">>>>>>>> href=">>>>>>> href="x-msg://8/user/SendEmail.jtp?type=node&amp;amp;node=5727123&amp;amp;i=0">x-msg://8/user/SendEmail.jtp?type=node&amp;node=5727123&amp;i=0">>>>>>>> href="x-msg://8/user/SendEmail.jtp?type=node&amp;node=5727123&amp;i=0">x-msg://8/user/SendEmail.jtp?type=node&node=5727123&i=0"
>>>>>>>> target="_top" rel="nofollow" link="external">[hidden email]> wrote:
>>>>>>>>
>>>>>>>>> Hi Steve,
>>>>>>>>>
>>>>>>>>> thanks replying so quickly.
>>>>>>>>>
>>>>>>>>> i've logged the bug at Github. I only require a working version for
>>>>>>>>> 10.8.
>>>>>>>>> I
>>>>>>>>> suspected the EIGEN3_INCLUDE_DIR was the culprit.
>>>>>>>>>
>>>>>>>>> The csound5-1.19.02.1-OSX10.8-universal installer does not properly
>>>>>>>>> install
>>>>>>>>> the CsoundAC files, but a forum user reported that the 5.18 version
>>>>>>>>> works
>>>>>>>>> fine.
>>>>>>>>>
>>>>>>>>> In my experience, the Csound universal installer writes over the
>>>>>>>>> Homebrew
>>>>>>>>> libraries, breaking Homebrew in the process.  But it appears there
>>>>>>>>> is
>>>>>>>>> no
>>>>>>>>> other choice for mac users right now, if CsoundAC is needed.
>>>>>>>>>
>>>>>>>>> Thanks for looking into this. In every other respect your Csound
>>>>>>>>> tap
>>>>>>>>> worked
>>>>>>>>> great.
>>>>>>>>>
>>>>>>>>>  Let me know if I can do anything else to help.
>>>>>>>>>
>>>>>>>>> Kind regards,
>>>>>>>>> Damien.
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> On 27/08/2013, at 6:56 AM, "Steven Yi [via Csound]" <[hidden
>>>>>>>>> email]>
>>>>>>>>> wrote:
>>>>>>>>>
>>>>>>>>> Hi Deeloke,
>>>>>>>>>
>>>>>>>>> Using the 5.18 installer may work if you ran the installer, but I'm
>>>>>>>>> not sure it'd work if you just picked out the file.
>>>>>>>>>
>>>>>>>>> Actually, it looks like CsoundAC doesn't build on any system that
>>>>>>>>> doesn't have EIGEN3_INCLUDE_DIR defined. That needs to be changed
>>>>>>>>> to
>>>>>>>>> use standard directories with the developer option to add custom
>>>>>>>>> folders to their Custom.cmake.
>>>>>>>>>
>>>>>>>>> Let me see if I can get CsoundAC building on OSX.  If so, I'll
>>>>>>>>> upload
>>>>>>>>> a build for 10.8.  If you need something for 10.6 or 10.7, then
>>>>>>>>> maybe
>>>>>>>>> Victor can help.
>>>>>>>>>
>>>>>>>>> For CsoundAC to build with Brew, that'd require getting the right
>>>>>>>>> dependencies installed from homebrew before installing. File a bug
>>>>>>>>> at
>>>>>>>>> the homebrew-csound repo:
>>>>>>>>>
>>>>>>>>> https://github.com/kunstmusik/homebrew-csound/issues
>>>>>>>>>
>>>>>>>>> And I'll take a look when I have time to do so.
>>>>>>>>>
>>>>>>>>> Thanks,
>>>>>>>>> steven
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> On Mon, Aug 26, 2013 at 11:59 AM, deeloke <>>>>>>>> href=">>>>>>>> href=">>>>>>>> href=">>>>>>>> href=">>>>>>>> href=">>>>>>>> href="x-msg://78/user/SendEmail.jtp?type=node&amp;amp;amp;amp;amp;node=5727121&amp;amp;amp;amp;amp;i=0">x-msg://78/user/SendEmail.jtp?type=node&amp;amp;amp;amp;node=5727121&amp;amp;amp;amp;i=0">>>>>>>>> href="x-msg://78/user/SendEmail.jtp?type=node&amp;amp;amp;amp;node=5727121&amp;amp;amp;amp;i=0">x-msg://78/user/SendEmail.jtp?type=node&amp;amp;amp;node=5727121&amp;amp;amp;i=0">>>>>>>>> href=">>>>>>>> href="x-msg://78/user/SendEmail.jtp?type=node&amp;amp;amp;amp;node=5727121&amp;amp;amp;amp;i=0">x-msg://78/user/SendEmail.jtp?type=node&amp;amp;amp;node=5727121&amp;amp;amp;i=0">>>>>>>>> href="x-msg://78/user/SendEmail.jtp?type=node&amp;amp;amp;node=5727121&amp;amp;amp;i=0">x-msg://78/user/SendEmail.jtp?type=node&amp;amp;node=5727121&amp;amp;i=0">>>>>>>>> href=">>>>>>>> href=">>>>>>>> href="x-msg://78/user/SendEmail.jtp?type=node&amp;amp;amp;amp;node=5727121&amp;amp;amp;amp;i=0">x-msg://78/user/SendEmail.jtp?type=node&amp;amp;amp;node=5727121&amp;amp;amp;i=0">>>>>>>>> href="x-msg://78/user/SendEmail.jtp?type=node&amp;amp;amp;node=5727121&amp;amp;amp;i=0">x-msg://78/user/SendEmail.jtp?type=node&amp;amp;node=5727121&amp;amp;i=0">>>>>>>>> href=">>>>>>>> href="x-msg://78/user/SendEmail.jtp?type=node&amp;amp;amp;node=5727121&amp;amp;amp;i=0">x-msg://78/user/SendEmail.jtp?type=node&amp;amp;node=5727121&amp;amp;i=0">>>>>>>>> href="x-msg://78/user/SendEmail.jtp?type=node&amp;amp;node=5727121&amp;amp;i=0">x-msg://78/user/SendEmail.jtp?type=node&amp;node=5727121&amp;i=0">>>>>>>>> href=">>>>>>>> href=">>>>>>>> href=">>>>>>>> href="x-msg://78/user/SendEmail.jtp?type=node&amp;amp;amp;amp;node=5727121&amp;amp;amp;amp;i=0">x-msg://78/user/SendEmail.jtp?type=node&amp;amp;amp;node=5727121&amp;amp;amp;i=0">>>>>>>>> href="x-msg://78/user/SendEmail.jtp?type=node&amp;amp;amp;node=5727121&amp;amp;amp;i=0">x-msg://78/user/SendEmail.jtp?type=node&amp;amp;node=5727121&amp;amp;i=0">>>>>>>>> href=">>>>>>>> href="x-msg://78/user/SendEmail.jtp?type=node&amp;amp;amp;node=5727121&amp;amp;amp;i=0">x-msg://78/user/SendEmail.jtp?type=node&amp;amp;node=5727121&amp;amp;i=0">>>>>>>>> href="x-msg://78/user/SendEmail.jtp?type=node&amp;amp;node=5727121&amp;amp;i=0">x-msg://78/user/SendEmail.jtp?type=node&amp;node=5727121&amp;i=0">>>>>>>>> href=">>>>>>>> href=">>>>>>>> href="x-msg://78/user/SendEmail.jtp?type=node&amp;amp;amp;node=5727121&amp;amp;amp;i=0">x-msg://78/user/SendEmail.jtp?type=node&amp;amp;node=5727121&amp;amp;i=0">>>>>>>>> href="x-msg://78/user/SendEmail.jtp?type=node&amp;amp;node=5727121&amp;amp;i=0">x-msg://78/user/SendEmail.jtp?type=node&amp;node=5727121&amp;i=0">>>>>>>>> href=">>>>>>>> href="x-msg://78/user/SendEmail.jtp?type=node&amp;amp;node=5727121&amp;amp;i=0">x-msg://78/user/SendEmail.jtp?type=node&amp;node=5727121&amp;i=0">>>>>>>>> href="x-msg://78/user/SendEmail.jtp?type=node&amp;node=5727121&amp;i=0">x-msg://78/user/SendEmail.jtp?type=node&node=5727121&i=0"
>>>>>>>>> target="_top" rel="nofollow" link="external">[hidden email]> wrote:
>>>>>>>>>
>>>>>>>>>> Hi, this homebrew file provides Csound version 6.00.1 on my
>>>>>>>>>> install
>>>>>>>>>> of
>>>>>>>>>> 10.8.4.
>>>>>>>>>>
>>>>>>>>>> However the CsoundAC files do not appear to be included properly.
>>>>>>>>>>
>>>>>>>>>> I tried copying the missing files from
>>>>>>>>>> csound5.18.031-OSX10.6-universal.pkg
>>>>>>>>>> (using Paficist) from this directory:
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> /Library/Frameworks/CsoundLib.framework/Versions/5.2/Resources/Python/Current
>>>>>>>>>>
>>>>>>>>>> The files were copied to
>>>>>>>>>> /Library/Frameworks/CsoundLib64.framework/Resources/Python/Current
>>>>>>>>>>
>>>>>>>>>> When I import CsoundAC in python, this error is produced:
>>>>>>>>>>
>>>>>>>>>>> python
>>>>>>>>>> Python 2.7.3 (default, Aug 11 2013, 17:45:32)
>>>>>>>>>> [GCC 4.2.1 Compatible Apple LLVM 4.2 (clang-425.0.24)] on darwin
>>>>>>>>>> Type "help", "copyright", "credits" or "license" for more
>>>>>>>>>> information.
>>>>>>>>>>>>> import CsoundAC
>>>>>>>>>> Fatal Python error: PyThreadState_Get: no current thread
>>>>>>>>>> Abort trap: 6
>>>>>>>>>>
>>>>>>>>>> What's the best way to use CsoundAC on 10.8?
>>>>>>>>>>
>>>>>>>>>> Cheers,
>>>>>>>>>> deeloke
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> --
>>>>>>>>>> View this message in context:
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> http://csound.1045644.n5.nabble.com/OSX-Homebrew-tp5723213p5727112.html
>>>>>>>>>> Sent from the Csound - Dev mailing list archive at Nabble.com.
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> ------------------------------------------------------------------------------
>>>>>>>>>> Introducing Performance Central, a new site from SourceForge and
>>>>>>>>>> AppDynamics. Performance Central is your source for news,
>>>>>>>>>> insights,
>>>>>>>>>> analysis and resources for efficient Application Performance
>>>>>>>>>> Management.
>>>>>>>>>> Visit us today!
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> http://pubads.g.doubleclick.net/gampad/clk?id=48897511&iu=/4140/ostg.clktrk
>>>>>>>>>> _______________________________________________
>>>>>>>>>> Csound-devel mailing list
>>>>>>>>>> >>>>>>>>> href=">>>>>>>>> href=">>>>>>>>> href=">>>>>>>>> href="x-msg://78/user/SendEmail.jtp?type=node&amp;amp;amp;amp;amp;node=5727121&amp;amp;amp;amp;amp;i=1">x-msg://78/user/SendEmail.jtp?type=node&amp;amp;amp;amp;node=5727121&amp;amp;amp;amp;i=1">>>>>>>>>> href="x-msg://78/user/SendEmail.jtp?type=node&amp;amp;amp;amp;node=5727121&amp;amp;amp;amp;i=1">x-msg://78/user/SendEmail.jtp?type=node&amp;amp;amp;node=5727121&amp;amp;amp;i=1">>>>>>>>>> href=">>>>>>>>> href="x-msg://78/user/SendEmail.jtp?type=node&amp;amp;amp;amp;node=5727121&amp;amp;amp;amp;i=1">x-msg://78/user/SendEmail.jtp?type=node&amp;amp;amp;node=5727121&amp;amp;amp;i=1">>>>>>>>>> href="x-msg://78/user/SendEmail.jtp?type=node&amp;amp;amp;node=5727121&amp;amp;amp;i=1">x-msg://78/user/SendEmail.jtp?type=node&amp;amp;node=5727121&amp;amp;i=1">>>>>>>>>> href=">>>>>>>>> href=">>>>>>>>> href="x-msg://78/user/SendEmail.jtp?type=node&amp;amp;amp;amp;node=5727121&amp;amp;amp;amp;i=1">x-msg://78/user/SendEmail.jtp?type=node&amp;amp;amp;node=5727121&amp;amp;amp;i=1">>>>>>>>>> href="x-msg://78/user/SendEmail.jtp?type=node&amp;amp;amp;node=5727121&amp;amp;amp;i=1">x-msg://78/user/SendEmail.jtp?type=node&amp;amp;node=5727121&amp;amp;i=1">>>>>>>>>> href=">>>>>>>>> href="x-msg://78/user/SendEmail.jtp?type=node&amp;amp;amp;node=5727121&amp;amp;amp;i=1">x-msg://78/user/SendEmail.jtp?type=node&amp;amp;node=5727121&amp;amp;i=1">>>>>>>>>> href="x-msg://78/user/SendEmail.jtp?type=node&amp;amp;node=5727121&amp;amp;i=1">x-msg://78/user/SendEmail.jtp?type=node&amp;node=5727121&amp;i=1">>>>>>>>>> href=">>>>>>>>> href=">>>>>>>>> href=">>>>>>>>> href="x-msg://78/user/SendEmail.jtp?type=node&amp;amp;amp;amp;node=5727121&amp;amp;amp;amp;i=1">x-msg://78/user/SendEmail.jtp?type=node&amp;amp;amp;node=5727121&amp;amp;amp;i=1">>>>>>>>>> href="x-msg://78/user/SendEmail.jtp?type=node&amp;amp;amp;node=5727121&amp;amp;amp;i=1">x-msg://78/user/SendEmail.jtp?type=node&amp;amp;node=5727121&amp;amp;i=1">>>>>>>>>> href=">>>>>>>>> href="x-msg://78/user/SendEmail.jtp?type=node&amp;amp;amp;node=5727121&amp;amp;amp;i=1">x-msg://78/user/SendEmail.jtp?type=node&amp;amp;node=5727121&amp;amp;i=1">>>>>>>>>> href="x-msg://78/user/SendEmail.jtp?type=node&amp;amp;node=5727121&amp;amp;i=1">x-msg://78/user/SendEmail.jtp?type=node&amp;node=5727121&amp;i=1">>>>>>>>>> href=">>>>>>>>> href=">>>>>>>>> href="x-msg://78/user/SendEmail.jtp?type=node&amp;amp;amp;node=5727121&amp;amp;amp;i=1">x-msg://78/user/SendEmail.jtp?type=node&amp;amp;node=5727121&amp;amp;i=1">>>>>>>>>> href="x-msg://78/user/SendEmail.jtp?type=node&amp;amp;node=5727121&amp;amp;i=1">x-msg://78/user/SendEmail.jtp?type=node&amp;node=5727121&amp;i=1">>>>>>>>>> href=">>>>>>>>> href="x-msg://78/user/SendEmail.jtp?type=node&amp;amp;node=5727121&amp;amp;i=1">x-msg://78/user/SendEmail.jtp?type=node&amp;node=5727121&amp;i=1">>>>>>>>>> href="x-msg://78/user/SendEmail.jtp?type=node&amp;node=5727121&amp;i=1">x-msg://78/user/SendEmail.jtp?type=node&node=5727121&i=1"
>>>>>>>>>> target="_top" rel="nofollow" link="external">[hidden email]
>>>>>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> ------------------------------------------------------------------------------
>>>>>>>>> Introducing Performance Central, a new site from SourceForge and
>>>>>>>>> AppDynamics. Performance Central is your source for news, insights,
>>>>>>>>> analysis and resources for efficient Application Performance
>>>>>>>>> Management.
>>>>>>>>> Visit us today!
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> http://pubads.g.doubleclick.net/gampad/clk?id=48897511&iu=/4140/ostg.clktrk
>>>>>>>>> _______________________________________________
>>>>>>>>> Csound-devel mailing list
>>>>>>>>> >>>>>>>> href=">>>>>>>> href=">>>>>>>> href=">>>>>>>> href="x-msg://78/user/SendEmail.jtp?type=node&amp;amp;amp;amp;amp;node=5727121&amp;amp;amp;amp;amp;i=2">x-msg://78/user/SendEmail.jtp?type=node&amp;amp;amp;amp;node=5727121&amp;amp;amp;amp;i=2">>>>>>>>> href="x-msg://78/user/SendEmail.jtp?type=node&amp;amp;amp;amp;node=5727121&amp;amp;amp;amp;i=2">x-msg://78/user/SendEmail.jtp?type=node&amp;amp;amp;node=5727121&amp;amp;amp;i=2">>>>>>>>> href=">>>>>>>> href="x-msg://78/user/SendEmail.jtp?type=node&amp;amp;amp;amp;node=5727121&amp;amp;amp;amp;i=2">x-msg://78/user/SendEmail.jtp?type=node&amp;amp;amp;node=5727121&amp;amp;amp;i=2">>>>>>>>> href="x-msg://78/user/SendEmail.jtp?type=node&amp;amp;amp;node=5727121&amp;amp;amp;i=2">x-msg://78/user/SendEmail.jtp?type=node&amp;amp;node=5727121&amp;amp;i=2">>>>>>>>> href=">>>>>>>> href=">>>>>>>> href="x-msg://78/user/SendEmail.jtp?type=node&amp;amp;amp;amp;node=5727121&amp;amp;amp;amp;i=2">x-msg://78/user/SendEmail.jtp?type=node&amp;amp;amp;node=5727121&amp;amp;amp;i=2">>>>>>>>> href="x-msg://78/user/SendEmail.jtp?type=node&amp;amp;amp;node=5727121&amp;amp;amp;i=2">x-msg://78/user/SendEmail.jtp?type=node&amp;amp;node=5727121&amp;amp;i=2">>>>>>>>> href=">>>>>>>> href="x-msg://78/user/SendEmail.jtp?type=node&amp;amp;amp;node=5727121&amp;amp;amp;i=2">x-msg://78/user/SendEmail.jtp?type=node&amp;amp;node=5727121&amp;amp;i=2">>>>>>>>> href="x-msg://78/user/SendEmail.jtp?type=node&amp;amp;node=5727121&amp;amp;i=2">x-msg://78/user/SendEmail.jtp?type=node&amp;node=5727121&amp;i=2">>>>>>>>> href=">>>>>>>> href=">>>>>>>> href=">>>>>>>> href="x-msg://78/user/SendEmail.jtp?type=node&amp;amp;amp;amp;node=5727121&amp;amp;amp;amp;i=2">x-msg://78/user/SendEmail.jtp?type=node&amp;amp;amp;node=5727121&amp;amp;amp;i=2">>>>>>>>> href="x-msg://78/user/SendEmail.jtp?type=node&amp;amp;amp;node=5727121&amp;amp;amp;i=2">x-msg://78/user/SendEmail.jtp?type=node&amp;amp;node=5727121&amp;amp;i=2">>>>>>>>> href=">>>>>>>> href="x-msg://78/user/SendEmail.jtp?type=node&amp;amp;amp;node=5727121&amp;amp;amp;i=2">x-msg://78/user/SendEmail.jtp?type=node&amp;amp;node=5727121&amp;amp;i=2">>>>>>>>> href="x-msg://78/user/SendEmail.jtp?type=node&amp;amp;node=5727121&amp;amp;i=2">x-msg://78/user/SendEmail.jtp?type=node&amp;node=5727121&amp;i=2">>>>>>>>> href=">>>>>>>> href=">>>>>>>> href="x-msg://78/user/SendEmail.jtp?type=node&amp;amp;amp;node=5727121&amp;amp;amp;i=2">x-msg://78/user/SendEmail.jtp?type=node&amp;amp;node=5727121&amp;amp;i=2">>>>>>>>> href="x-msg://78/user/SendEmail.jtp?type=node&amp;amp;node=5727121&amp;amp;i=2">x-msg://78/user/SendEmail.jtp?type=node&amp;node=5727121&amp;i=2">>>>>>>>> href=">>>>>>>> href="x-msg://78/user/SendEmail.jtp?type=node&amp;amp;node=5727121&amp;amp;i=2">x-msg://78/user/SendEmail.jtp?type=node&amp;node=5727121&amp;i=2">>>>>>>>> href="x-msg://78/user/SendEmail.jtp?type=node&amp;node=5727121&amp;i=2">x-msg://78/user/SendEmail.jtp?type=node&node=5727121&i=2"
>>>>>>>>> target="_top" rel="nofollow" link="external">[hidden email]
>>>>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> ________________________________
>>>>>>>>> If you reply to this email, your message will be added to the
>>>>>>>>> discussion
>>>>>>>>> below:
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> http://csound.1045644.n5.nabble.com/OSX-Homebrew-tp5723213p5727121.html
>>>>>>>>> To unsubscribe from OSX: Homebrew, click here.
>>>>>>>>> NAML
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> [hidden email]
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> ________________________________
>>>>>>>>> View this message in context: Re: OSX: Homebrew (CsoundAC)
>>>>>>>>>
>>>>>>>>> Sent from the Csound - Dev mailing list archive at Nabble.com.
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> ------------------------------------------------------------------------------
>>>>>>>>> Introducing Performance Central, a new site from SourceForge and
>>>>>>>>> AppDynamics. Performance Central is your source for news, insights,
>>>>>>>>> analysis and resources for efficient Application Performance
>>>>>>>>> Management.
>>>>>>>>> Visit us today!
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> http://pubads.g.doubleclick.net/gampad/clk?id=48897511&iu=/4140/ostg.clktrk
>>>>>>>>> _______________________________________________
>>>>>>>>> Csound-devel mailing list
>>>>>>>>> >>>>>>>> href=">>>>>>>> href=">>>>>>>> href="x-msg://8/user/SendEmail.jtp?type=node&amp;amp;amp;amp;node=5727123&amp;amp;amp;amp;i=1">x-msg://8/user/SendEmail.jtp?type=node&amp;amp;amp;node=5727123&amp;amp;amp;i=1">>>>>>>>> href="x-msg://8/user/SendEmail.jtp?type=node&amp;amp;amp;node=5727123&amp;amp;amp;i=1">x-msg://8/user/SendEmail.jtp?type=node&amp;amp;node=5727123&amp;amp;i=1">>>>>>>>> href=">>>>>>>> href="x-msg://8/user/SendEmail.jtp?type=node&amp;amp;amp;node=5727123&amp;amp;amp;i=1">x-msg://8/user/SendEmail.jtp?type=node&amp;amp;node=5727123&amp;amp;i=1">>>>>>>>> href="x-msg://8/user/SendEmail.jtp?type=node&amp;amp;node=5727123&amp;amp;i=1">x-msg://8/user/SendEmail.jtp?type=node&amp;node=5727123&amp;i=1">>>>>>>>> href=">>>>>>>> href=">>>>>>>> href="x-msg://8/user/SendEmail.jtp?type=node&amp;amp;amp;node=5727123&amp;amp;amp;i=1">x-msg://8/user/SendEmail.jtp?type=node&amp;amp;node=5727123&amp;amp;i=1">>>>>>>>> href="x-msg://8/user/SendEmail.jtp?type=node&amp;amp;node=5727123&amp;amp;i=1">x-msg://8/user/SendEmail.jtp?type=node&amp;node=5727123&amp;i=1">>>>>>>>> href=">>>>>>>> href="x-msg://8/user/SendEmail.jtp?type=node&amp;amp;node=5727123&amp;amp;i=1">x-msg://8/user/SendEmail.jtp?type=node&amp;node=5727123&amp;i=1">>>>>>>>> href="x-msg://8/user/SendEmail.jtp?type=node&amp;node=5727123&amp;i=1">x-msg://8/user/SendEmail.jtp?type=node&node=5727123&i=1"
>>>>>>>>> target="_top" rel="nofollow" link="external">[hidden email]
>>>>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>> ------------------------------------------------------------------------------
>>>>>>>> Introducing Performance Central, a new site from SourceForge and
>>>>>>>> AppDynamics. Performance Central is your source for news, insights,
>>>>>>>> analysis and resources for efficient Application Performance
>>>>>>>> Management.
>>>>>>>> Visit us today!
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>> http://pubads.g.doubleclick.net/gampad/clk?id=48897511&iu=/4140/ostg.clktrk
>>>>>>>> _______________________________________________
>>>>>>>> Csound-devel mailing list
>>>>>>>> >>>>>>> href=">>>>>>> href=">>>>>>> href="x-msg://8/user/SendEmail.jtp?type=node&amp;amp;amp;amp;node=5727123&amp;amp;amp;amp;i=2">x-msg://8/user/SendEmail.jtp?type=node&amp;amp;amp;node=5727123&amp;amp;amp;i=2">>>>>>>> href="x-msg://8/user/SendEmail.jtp?type=node&amp;amp;amp;node=5727123&amp;amp;amp;i=2">x-msg://8/user/SendEmail.jtp?type=node&amp;amp;node=5727123&amp;amp;i=2">>>>>>>> href=">>>>>>> href="x-msg://8/user/SendEmail.jtp?type=node&amp;amp;amp;node=5727123&amp;amp;amp;i=2">x-msg://8/user/SendEmail.jtp?type=node&amp;amp;node=5727123&amp;amp;i=2">>>>>>>> href="x-msg://8/user/SendEmail.jtp?type=node&amp;amp;node=5727123&amp;amp;i=2">x-msg://8/user/SendEmail.jtp?type=node&amp;node=5727123&amp;i=2">>>>>>>> href=">>>>>>> href=">>>>>>> href="x-msg://8/user/SendEmail.jtp?type=node&amp;amp;amp;node=5727123&amp;amp;amp;i=2">x-msg://8/user/SendEmail.jtp?type=node&amp;amp;node=5727123&amp;amp;i=2">>>>>>>> href="x-msg://8/user/SendEmail.jtp?type=node&amp;amp;node=5727123&amp;amp;i=2">x-msg://8/user/SendEmail.jtp?type=node&amp;node=5727123&amp;i=2">>>>>>>> href=">>>>>>> href="x-msg://8/user/SendEmail.jtp?type=node&amp;amp;node=5727123&amp;amp;i=2">x-msg://8/user/SendEmail.jtp?type=node&amp;node=5727123&amp;i=2">>>>>>>> href="x-msg://8/user/SendEmail.jtp?type=node&amp;node=5727123&amp;i=2">x-msg://8/user/SendEmail.jtp?type=node&node=5727123&i=2"
>>>>>>>> target="_top" rel="nofollow" link="external">[hidden email]
>>>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>>>>>
>>>>>>>>
>>>>>>>> ________________________________
>>>>>>>> If you reply to this email, your message will be added to the
>>>>>>>> discussion
>>>>>>>> below:
>>>>>>>>
>>>>>>>>
>>>>>>>> http://csound.1045644.n5.nabble.com/OSX-Homebrew-tp5723213p5727123.html
>>>>>>>> To unsubscribe from OSX: Homebrew, click here.
>>>>>>>> NAML
>>>>>>>>
>>>>>>>>
>>>>>>>> [hidden email]
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>> ________________________________
>>>>>>>> View this message in context: Re: OSX: Homebrew (CsoundAC)
>>>>>>>> Sent from the Csound - Dev mailing list archive at Nabble.com.
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>> ------------------------------------------------------------------------------
>>>>>>>> Introducing Performance Central, a new site from SourceForge and
>>>>>>>> AppDynamics. Performance Central is your source for news, insights,
>>>>>>>> analysis and resources for efficient Application Performance
>>>>>>>> Management.
>>>>>>>> Visit us today!
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>> http://pubads.g.doubleclick.net/gampad/clk?id=48897511&iu=/4140/ostg.clktrk
>>>>>>>> _______________________________________________
>>>>>>>> Csound-devel mailing list
>>>>>>>> >>>>>>> href=">>>>>>> href=">>>>>>> href=">>>>>>> href="x-msg://89/user/SendEmail.jtp?type=node&amp;amp;amp;node=5727132&amp;amp;amp;i=2">x-msg://89/user/SendEmail.jtp?type=node&amp;amp;node=5727132&amp;amp;i=2">>>>>>>> href="x-msg://89/user/SendEmail.jtp?type=node&amp;amp;node=5727132&amp;amp;i=2">x-msg://89/user/SendEmail.jtp?type=node&amp;node=5727132&amp;i=2">>>>>>>> href=">>>>>>> href="x-msg://89/user/SendEmail.jtp?type=node&amp;amp;node=5727132&amp;amp;i=2">x-msg://89/user/SendEmail.jtp?type=node&amp;node=5727132&amp;i=2">>>>>>>> href="x-msg://89/user/SendEmail.jtp?type=node&amp;node=5727132&amp;i=2">x-msg://89/user/SendEmail.jtp?type=node&node=5727132&i=2"
>>>>>>>> target="_top" rel="nofollow" link="external">[hidden email]
>>>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>> ------------------------------------------------------------------------------
>>>>>> Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
>>>>>> Discover the easy way to master current and previous Microsoft
>>>>>> technologies
>>>>>> and advance your career. Get an incredible 1,500+ hours of
>>>>>> step-by-step
>>>>>> tutorial videos with LearnDevNow. Subscribe today and save!
>>>>>>
>>>>>>
>>>>>>
>>>>>> http://pubads.g.doubleclick.net/gampad/clk?id=58040911&iu=/4140/ostg.clktrk
>>>>>> _______________________________________________
>>>>>> Csound-devel mailing list
>>>>>> >>>>> href=">>>>> href="x-msg://89/user/SendEmail.jtp?type=node&amp;amp;amp;node=5727132&amp;amp;amp;i=3">x-msg://89/user/SendEmail.jtp?type=node&amp;amp;node=5727132&amp;amp;i=3">>>>>> href="x-msg://89/user/SendEmail.jtp?type=node&amp;amp;node=5727132&amp;amp;i=3">x-msg://89/user/SendEmail.jtp?type=node&amp;node=5727132&amp;i=3">>>>>> href=">>>>> href="x-msg://89/user/SendEmail.jtp?type=node&amp;amp;node=5727132&amp;amp;i=3">x-msg://89/user/SendEmail.jtp?type=node&amp;node=5727132&amp;i=3">>>>>> href="x-msg://89/user/SendEmail.jtp?type=node&amp;node=5727132&amp;i=3">x-msg://89/user/SendEmail.jtp?type=node&node=5727132&i=3"
>>>>>> target="_top" rel="nofollow" link="external">[hidden email]
>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>>>
>>>>>>
>>>>>> ________________________________
>>>>>> If you reply to this email, your message will be added to the
>>>>>> discussion
>>>>>> below:
>>>>>>
>>>>>> http://csound.1045644.n5.nabble.com/OSX-Homebrew-tp5723213p5727132.html
>>>>>> To unsubscribe from OSX: Homebrew, click here.
>>>>>> NAML
>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>> ________________________________
>>>>>> View this message in context: Re: OSX: Homebrew (CsoundAC)
>>>>>> Sent from the Csound - Dev mailing list archive at Nabble.com.
>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>> ------------------------------------------------------------------------------
>>>>>> Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
>>>>>> Discover the easy way to master current and previous Microsoft
>>>>>> technologies
>>>>>> and advance your career. Get an incredible 1,500+ hours of
>>>>>> step-by-step
>>>>>> tutorial videos with LearnDevNow. Subscribe today and save!
>>>>>>
>>>>>>
>>>>>>
>>>>>> http://pubads.g.doubleclick.net/gampad/clk?id=58040911&iu=/4140/ostg.clktrk
>>>>>> _______________________________________________
>>>>>> Csound-devel mailing list
>>>>>> >>>>> href=">>>>> href=">>>>> href="x-msg://220/user/SendEmail.jtp?type=node&amp;amp;node=5727265&amp;amp;i=2">x-msg://220/user/SendEmail.jtp?type=node&amp;node=5727265&amp;i=2">>>>>> href="x-msg://220/user/SendEmail.jtp?type=node&amp;node=5727265&amp;i=2">x-msg://220/user/SendEmail.jtp?type=node&node=5727265&i=2"
>>>>>> target="_top" rel="nofollow" link="external">[hidden email]
>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>>>
>>>>
>>>>
>>>> ------------------------------------------------------------------------------
>>>> Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
>>>> Discover the easy way to master current and previous Microsoft
>>>> technologies
>>>> and advance your career. Get an incredible 1,500+ hours of step-by-step
>>>> tutorial videos with LearnDevNow. Subscribe today and save!
>>>>
>>>>
>>>> http://pubads.g.doubleclick.net/gampad/clk?id=58040911&iu=/4140/ostg.clktrk
>>>> _______________________________________________
>>>> Csound-devel mailing list
>>>> >>> href="x-msg://220/user/SendEmail.jtp?type=node&amp;amp;node=5727265&amp;amp;i=3">x-msg://220/user/SendEmail.jtp?type=node&amp;node=5727265&amp;i=3">>>> href="x-msg://220/user/SendEmail.jtp?type=node&amp;node=5727265&amp;i=3">x-msg://220/user/SendEmail.jtp?type=node&node=5727265&i=3"
>>>> target="_top" rel="nofollow" link="external">[hidden email]
>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>
>>>>
>>>> ________________________________
>>>> If you reply to this email, your message will be added to the discussion
>>>> below:
>>>> http://csound.1045644.n5.nabble.com/OSX-Homebrew-tp5723213p5727265.html
>>>> To unsubscribe from OSX: Homebrew, click here.
>>>> NAML
>>>>
>>>>
>>>> [hidden email]
>>>>
>>>>
>>>>
>>>>
>>>> ________________________________
>>>> View this message in context: Re: OSX: Homebrew (CsoundAC)
>>>> Sent from the Csound - Dev mailing list archive at Nabble.com.
>>>>
>>>>
>>>>
>>>> ------------------------------------------------------------------------------
>>>> Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
>>>> Discover the easy way to master current and previous Microsoft
>>>> technologies
>>>> and advance your career. Get an incredible 1,500+ hours of step-by-step
>>>> tutorial videos with LearnDevNow. Subscribe today and save!
>>>>
>>>>
>>>> http://pubads.g.doubleclick.net/gampad/clk?id=58040911&iu=/4140/ostg.clktrk
>>>> _______________________________________________
>>>> Csound-devel mailing list
>>>> >>> href=">>> href="x-msg://232/user/SendEmail.jtp?type=node&amp;node=5727267&amp;i=1">x-msg://232/user/SendEmail.jtp?type=node&node=5727267&i=1"
>>>> target="_top" rel="nofollow" link="external">[hidden email]
>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>
>>>
>>> ------------------------------------------------------------------------------
>>> Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
>>> Discover the easy way to master current and previous Microsoft
>>> technologies
>>> and advance your career. Get an incredible 1,500+ hours of step-by-step
>>> tutorial videos with LearnDevNow. Subscribe today and save!
>>>
>>> http://pubads.g.doubleclick.net/gampad/clk?id=58040911&iu=/4140/ostg.clktrk
>>> _______________________________________________
>>> Csound-devel mailing list
>>> x-msg://232/user/SendEmail.jtp?type=node&node=5727267&i=2"
>>> target="_top" rel="nofollow" link="external">[hidden email]
>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>
>>>
>>> ________________________________
>>> If you reply to this email, your message will be added to the discussion
>>> below:
>>> http://csound.1045644.n5.nabble.com/OSX-Homebrew-tp5723213p5727267.html
>>> To unsubscribe from OSX: Homebrew, click here.
>>> NAML
>>>
>>>
>>> [hidden email]
>>>
>>>
>>>
>>>
>>> ________________________________
>>> View this message in context: Re: OSX: Homebrew (CsoundAC)
>>> Sent from the Csound - Dev mailing list archive at Nabble.com.
>>>
>>>
>>> ------------------------------------------------------------------------------
>>> Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
>>> Discover the easy way to master current and previous Microsoft
>>> technologies
>>> and advance your career. Get an incredible 1,500+ hours of step-by-step
>>> tutorial videos with LearnDevNow. Subscribe today and save!
>>>
>>> http://pubads.g.doubleclick.net/gampad/clk?id=58040911&iu=/4140/ostg.clktrk
>>> _______________________________________________
>>> Csound-devel mailing list
>>> >> href="x-msg://160/user/SendEmail.jtp?type=node&node=5727283&i=2"
>>> target="_top" rel="nofollow" link="external">[hidden email]
>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>
> ------------------------------------------------------------------------------
> Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
> Discover the easy way to master current and previous Microsoft technologies
> and advance your career. Get an incredible 1,500+ hours of step-by-step
> tutorial videos with LearnDevNow. Subscribe today and save!
> http://pubads.g.doubleclick.net/gampad/clk?id=58040911&iu=/4140/ostg.clktrk
> _______________________________________________
> Csound-devel mailing list
>  target="_top" rel="nofollow" link="external">[hidden email]
> https://lists.sourceforge.net/lists/listinfo/csound-devel
>
>
> ________________________________
> If you reply to this email, your message will be added to the discussion
> below:
> http://csound.1045644.n5.nabble.com/OSX-Homebrew-tp5723213p5727283.html
> To unsubscribe from OSX: Homebrew, click here.
> NAML
>
>
> [hidden email]
>
>
>
>
> ________________________________
> View this message in context: Re: OSX: Homebrew (CsoundAC)
> Sent from the Csound - Dev mailing list archive at Nabble.com.
>
> ------------------------------------------------------------------------------
> Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
> Discover the easy way to master current and previous Microsoft technologies
> and advance your career. Get an incredible 1,500+ hours of step-by-step
> tutorial videos with LearnDevNow. Subscribe today and save!
> http://pubads.g.doubleclick.net/gampad/clk?id=58040911&iu=/4140/ostg.clktrk
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel
>

------------------------------------------------------------------------------
Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
Discover the easy way to master current and previous Microsoft technologies
and advance your career. Get an incredible 1,500+ hours of step-by-step
tutorial videos with LearnDevNow. Subscribe today and save!
http://pubads.g.doubleclick.net/gampad/clk?id=58040911&iu=/4140/ostg.clktrk
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2013-09-02 21:26
FromMichael Gogins
SubjectRe: [Cs-dev] OSX: Homebrew (CsoundAC)
AttachmentsNone  None  
Yes, the Windows installer sets RAWWAVE_PATH.

Regards,
Mike


===========================
Michael Gogins
Irreducible Productions
http://michaelgogins.tumblr.com
Michael dot Gogins at gmail dot com


On Mon, Sep 2, 2013 at 4:23 PM, Steven Yi <stevenyi@gmail.com> wrote:
Hi Damien,

This is specific to the STK Opcodes, as the error mentions.  It seems
then CsoundAC issue is fixed up with this build.

Regarding STK Opcodes: we may want to modify Csound to do something
like it does with OPCODE6DIR64. That is, default to one if
RAWWAVE_PATH is not given, controllable at build-time.  I assume the
Windows installer sets RAWWAVE_PATH.  My concern is that, what if the
user uses STK on their own and sets that value themselves, so I don't
want to set that path by the installer. If it's done like in
OPCODE6DIR64 to have a default that can be overridden, then that seems
like it'd work.

Victor and Felipe: thoughts regarding this and packaging for OSX and Linux?

steven

On Sun, Sep 1, 2013 at 3:39 AM, deeloke <denimcloak@icloud.com> wrote:
> Hi Steven,
>
> This latest build complains about environment variable RAWWAVE_PATH:
>
>> python
> Python 2.7.2 (default, Oct 11 2012, 20:14:37)
> [GCC 4.2.1 Compatible Apple Clang 4.0 (tags/Apple/clang-418.0.60)] on darwin
> Type "help", "copyright", "credits" or "license" for more information.
>>>> import CsoundAC
> virtual_keyboard real time MIDI plugin for Csound
> Error: define environment variable RAWWAVE_PATH
> (points to rawwaves directory) to use STK opcodes.
> 0dBFS level = 32768.0
> Csound version 6.00.1 (double samples) Aug 31 2013
> libsndfile-1.0.25
>>>>
>
> -Damien.
>
> On 01/09/2013, at 5:43 AM, "Steven Yi [via Csound]" <[hidden email]> wrote:
>
> Hi Damien,
>
> I've built and tested in a VM and have a working installer.  Turns out
> CsoundAC was split into an extra lib compared to CS5 that I didn't
> pick up on until now.  I also fixed up a symlink creation for
> libcsnd6.so. New version at:
>
> http://www.kunstmusik.com/csound6.00.1-OSX10.8-x86_64.dmg
>
> Please give that a try.
>
> Thanks!
> steven
>
> On Fri, Aug 30, 2013 at 9:11 PM, Steven Yi <<a
> href="x-msg://160/user/SendEmail.jtp?type=node&amp;node=5727283&amp;i=0"
> target="_top" rel="nofollow" link="external">[hidden email]> wrote:
>
>> Homebrew and the installer are somewhat mutually exclusive.  The stuff
>> installed by the installer goes into the system-wide /Library/Python,
>> while the stuff installed by homebrew will go into the user's
>> ~/Library/Python/2.7/lib/python/site-packages/.  If you want to use
>> the one from Homebrew (assuming it gets installed correctly), you'll
>> need to remove the one from /Library/Python/2.7/site-packages.
>>
>>
>>
>> On Fri, Aug 30, 2013 at 9:00 PM, deeloke <<a
>> href="x-msg://160/user/SendEmail.jtp?type=node&amp;node=5727283&amp;i=1"
>> target="_top" rel="nofollow" link="external">[hidden email]> wrote:
>>> Hi Steven, thanks for letting me know you are looking into this. The
>>> update
>>> you made to the homebrew recipe hasn't fixed the problem yet either, i
>>> just
>>> tested this, here's the transcript:
>>>
>>>> python
>>> Python 2.7.2 (default, Oct 11 2012, 20:14:37)
>>> [GCC 4.2.1 Compatible Apple Clang 4.0 (tags/Apple/clang-418.0.60)] on
>>> darwin
>>> Type "help", "copyright", "credits" or "license" for more information.
>>>>>> import CsoundAC
>>> Traceback (most recent call last):
>>>   File "<stdin>", line 1, in <module>
>>>   File "/Library/Python/2.7/site-packages/CsoundAC.py", line 26, in
>>> <module>
>>>     _CsoundAC = swig_import_helper()
>>>   File "/Library/Python/2.7/site-packages/CsoundAC.py", line 22, in
>>> swig_import_helper
>>>     _mod = imp.load_module('_CsoundAC', fp, pathname, description)
>>> ImportError: dlopen(/Library/Python/2.7/site-packages/_CsoundAC.so, 2):
>>> Library not loaded: /usr/local/lib/libCsoundAC.6.0.dylib
>>>   Referenced from: /Library/Python/2.7/site-packages/_CsoundAC.so
>>>   Reason: image not found
>>>>>>
>>>
>>> CsoundAC is a useful extension to Csound, it will be good if it is made
>>> available to mac users.
>>>
>>> Cheers,
>>> Damien.
>>>
>>> On 31/08/2013, at 8:38 AM, "Steven Yi [via Csound]" <[hidden email]>
>>> wrote:
>>>
>>> Hi Damien,
>>>
>>> Thanks for checking that out. I'll be flying tomorrow but have some
>>> long layovers. I'll do some testing with a Virtual Machine reset to
>>> clean state for this that should reproduce any issues.  I'm pretty
>>> sure that the next build will be good then. I'll email here tomorrow
>>> or Sunday when I can test/build/upload.
>>>
>>> Thanks!
>>> steven
>>>
>>> On Fri, Aug 30, 2013 at 8:05 PM, deeloke <<a
>>> href="<a
>>> href="x-msg://232/user/SendEmail.jtp?type=node&amp;amp;node=5727267&amp;amp;i=0">x-msg://232/user/SendEmail.jtp?type=node&amp;node=5727267&amp;i=0"
>>> target="_top" rel="nofollow" link="external">[hidden email]> wrote:
>>>
>>>> Hi Steven, this latest package doesn't work either:
>>>>> python
>>>> Python 2.7.2 (default, Oct 11 2012, 20:14:37)
>>>> [GCC 4.2.1 Compatible Apple Clang 4.0 (tags/Apple/clang-418.0.60)] on
>>>> darwin
>>>> Type "help", "copyright", "credits" or "license" for more information.
>>>>>>> import CsoundAC
>>>> Traceback (most recent call last):
>>>>   File "<stdin>", line 1, in <module>
>>>>   File "/Library/Python/2.7/site-packages/CsoundAC.py", line 26, in
>>>> <module>
>>>>     _CsoundAC = swig_import_helper()
>>>>   File "/Library/Python/2.7/site-packages/CsoundAC.py", line 22, in
>>>> swig_import_helper
>>>>     _mod = imp.load_module('_CsoundAC', fp, pathname, description)
>>>> ImportError: dlopen(/Library/Python/2.7/site-packages/_CsoundAC.so, 2):
>>>> Library not loaded: /usr/local/lib/libCsoundAC.6.0.dylib
>>>>   Referenced from: /Library/Python/2.7/site-packages/_CsoundAC.so
>>>>   Reason: image not found
>>>>>>>
>>>>
>>>> -Damien
>>>>
>>>> On 31/08/2013, at 1:44 AM, "Steven Yi [via Csound]" <[hidden email]>
>>>> wrote:
>>>>
>>>> Hi Damien,
>>>>
>>>> I think I've sorted out things.  Could you try this new build:
>>>>
>>>> http://www.kunstmusik.com/csound6.00.1-OSX10.8-x86_64.dmg
>>>>
>>>> Thanks!
>>>> steven
>>>>
>>>> On Fri, Aug 30, 2013 at 12:20 PM, Steven Yi <<a
>>>> href="<a
>>>> href="<a
>>>> href="x-msg://220/user/SendEmail.jtp?type=node&amp;amp;amp;node=5727265&amp;amp;amp;i=0">x-msg://220/user/SendEmail.jtp?type=node&amp;amp;node=5727265&amp;amp;i=0"><a
>>>> href="x-msg://220/user/SendEmail.jtp?type=node&amp;amp;node=5727265&amp;amp;i=0">x-msg://220/user/SendEmail.jtp?type=node&amp;node=5727265&amp;i=0"
>>>> target="_top" rel="nofollow" link="external">[hidden email]> wrote:
>>>>
>>>>> Ugh, I forgot that LuaJit doesn't work for x86_64 on OSX without
>>>>> special flags at compile time[1].  That doesn't work for Python, nor
>>>>> Java, and any program on OSX that itself doesn't have the flags, as
>>>>> the Lua Opcodes crash on start.  I need to revise the installer system
>>>>> to not build Lua opcodes on OSX, but do build the lua interfaces. (I
>>>>> think the luajit executable itself does use the flags which is fine).
>>>>>
>>>>> I was halfway uploading when I figured this out. I'll reply shortly
>>>>> with the updated package.
>>>>>
>>>>> steven
>>>>>
>>>>>
>>>>> [1] - from http://luajit.org/install.html:
>>>>>
>>>>> If you're building a 64 bit application on OSX which links directly or
>>>>> indirectly against LuaJIT, you need to link your main executable with
>>>>> these flags:
>>>>>
>>>>> -pagezero_size 10000 -image_base 100000000
>>>>>
>>>>> Also, it's recommended to rebase all (self-compiled) shared libraries
>>>>> which are loaded at runtime on OSX/x64 (e.g. C extension modules for
>>>>> Lua). See: man rebase
>>>>>
>>>>> On Fri, Aug 30, 2013 at 9:26 AM, deeloke <<a
>>>>> href="<a
>>>>> href="<a
>>>>> href="x-msg://220/user/SendEmail.jtp?type=node&amp;amp;amp;node=5727265&amp;amp;amp;i=1">x-msg://220/user/SendEmail.jtp?type=node&amp;amp;node=5727265&amp;amp;i=1"><a
>>>>> href="x-msg://220/user/SendEmail.jtp?type=node&amp;amp;node=5727265&amp;amp;i=1">x-msg://220/user/SendEmail.jtp?type=node&amp;node=5727265&amp;i=1"
>>>>> target="_top" rel="nofollow" link="external">[hidden email]> wrote:
>>>>>> Hi Steven,
>>>>>> this  latest build you posted doesn't successfully install CsoundAC on
>>>>>> 10.8.4. This is what I tried:
>>>>>> a) removed sound python files from:
>>>>>> /Library/Frameworks/CsoundLib64.framework/Resources/Python/Current
>>>>>> b) installed csound6.00.1-OSX10.8-x86_64.dmg from the link you
>>>>>> provided
>>>>>> in
>>>>>> the email below
>>>>>>
>>>>>> here's the transcript:
>>>>>> ---start----
>>>>>>
>>>>>>> csound
>>>>>> virtual_keyboard real time MIDI plugin for Csound
>>>>>> Error: define environment variable RAWWAVE_PATH
>>>>>> (points to rawwaves directory) to use STK opcodes.
>>>>>> 0dBFS level = 32768.0
>>>>>> Csound version 6.00.1 (double samples) Aug 26 2013
>>>>>> libsndfile-1.0.25
>>>>>>
>>>>>>  > python
>>>>>> Python 2.7.2 (default, Oct 11 2012, 20:14:37)
>>>>>> [GCC 4.2.1 Compatible Apple Clang 4.0 (tags/Apple/clang-418.0.60)] on
>>>>>> darwin
>>>>>> Type "help", "copyright", "credits" or "license" for more information.
>>>>>>>>> import CsoundAC
>>>>>> Traceback (most recent call last):
>>>>>>   File "<stdin>", line 1, in <module>
>>>>>>   File "/Library/Python/2.7/site-packages/CsoundAC.py", line 26, in
>>>>>> <module>
>>>>>>     _CsoundAC = swig_import_helper()
>>>>>>   File "/Library/Python/2.7/site-packages/CsoundAC.py", line 22, in
>>>>>> swig_import_helper
>>>>>>     _mod = imp.load_module('_CsoundAC', fp, pathname, description)
>>>>>> ImportError: dlopen(/Library/Python/2.7/site-packages/_CsoundAC.so,
>>>>>> 2):
>>>>>> Library not loaded: /usr/local/lib/libCsoundAC.6.0.dylib
>>>>>>   Referenced from: /Library/Python/2.7/site-packages/_CsoundAC.so
>>>>>>   Reason: image not found
>>>>>>  > ls /usr/local/lib/libCsoundAC.6.0.dylib
>>>>>> ls: /usr/local/lib/libCsoundAC.6.0.dylib: No such file or directory
>>>>>> ---END---
>>>>>>
>>>>>> -Damien.
>>>>>>
>>>>>> On 28/08/2013, at 1:13 AM, Steven Yi [via Csound] <[hidden email]>
>>>>>> wrote:
>>>>>>
>>>>>> Hi Damien,
>>>>>>
>>>>>> Could you try this one:
>>>>>>
>>>>>> http://www.kunstmusik.com/csound6.00.1-OSX10.8-x86_64.dmg
>>>>>>
>>>>>> Thanks,
>>>>>> steven
>>>>>>
>>>>>> On Tue, Aug 27, 2013 at 12:44 PM, Steven Yi <<a
>>>>>> href="<a
>>>>>> href="<a
>>>>>> href="<a
>>>>>> href="x-msg://89/user/SendEmail.jtp?type=node&amp;amp;amp;amp;node=5727132&amp;amp;amp;amp;i=0">x-msg://89/user/SendEmail.jtp?type=node&amp;amp;amp;node=5727132&amp;amp;amp;i=0"><a
>>>>>> href="x-msg://89/user/SendEmail.jtp?type=node&amp;amp;amp;node=5727132&amp;amp;amp;i=0">x-msg://89/user/SendEmail.jtp?type=node&amp;amp;node=5727132&amp;amp;i=0"><a
>>>>>> href="<a
>>>>>> href="x-msg://89/user/SendEmail.jtp?type=node&amp;amp;amp;node=5727132&amp;amp;amp;i=0">x-msg://89/user/SendEmail.jtp?type=node&amp;amp;node=5727132&amp;amp;i=0"><a
>>>>>> href="x-msg://89/user/SendEmail.jtp?type=node&amp;amp;node=5727132&amp;amp;i=0">x-msg://89/user/SendEmail.jtp?type=node&amp;node=5727132&amp;i=0"
>>>>>> target="_top" rel="nofollow" link="external">[hidden email]> wrote:
>>>>>>
>>>>>>> Well it looks like the _CsoundAC.so is linked to the
>>>>>>> libcsoundAC.6.0.0.dylib, and that latter library should be installed
>>>>>>> into /usr/local/lib with the installer.  The link is a bare link
>>>>>>> rather than absolute path.  It looks like I'll have to modify the
>>>>>>> installer to either add a symlink to libcsoundAC.6.0.0.dylib to the
>>>>>>> python install directory, or modify the _CsoundAC.so link path to
>>>>>>> resolve to libCsoundAC in /usr/local/lib.  I'll experiment here with
>>>>>>> the latter and post another build.
>>>>>>>
>>>>>>> On Tue, Aug 27, 2013 at 12:47 AM, deeloke <<a
>>>>>>> href="<a
>>>>>>> href="<a
>>>>>>> href="<a
>>>>>>> href="x-msg://89/user/SendEmail.jtp?type=node&amp;amp;amp;amp;node=5727132&amp;amp;amp;amp;i=1">x-msg://89/user/SendEmail.jtp?type=node&amp;amp;amp;node=5727132&amp;amp;amp;i=1"><a
>>>>>>> href="x-msg://89/user/SendEmail.jtp?type=node&amp;amp;amp;node=5727132&amp;amp;amp;i=1">x-msg://89/user/SendEmail.jtp?type=node&amp;amp;node=5727132&amp;amp;i=1"><a
>>>>>>> href="<a
>>>>>>> href="x-msg://89/user/SendEmail.jtp?type=node&amp;amp;amp;node=5727132&amp;amp;amp;i=1">x-msg://89/user/SendEmail.jtp?type=node&amp;amp;node=5727132&amp;amp;i=1"><a
>>>>>>> href="x-msg://89/user/SendEmail.jtp?type=node&amp;amp;node=5727132&amp;amp;i=1">x-msg://89/user/SendEmail.jtp?type=node&amp;node=5727132&amp;i=1"
>>>>>>> target="_top" rel="nofollow" link="external">[hidden email]> wrote:
>>>>>>>> Hi Steven,
>>>>>>>>
>>>>>>>> Its not working on my computer yet.
>>>>>>>>
>>>>>>>> Here is the error message produced when importing CsoundAC after
>>>>>>>> using
>>>>>>>> your
>>>>>>>> installer to install Csound 6:
>>>>>>>>
>>>>>>>>  > python
>>>>>>>> Python 2.7.3 (default, Aug 11 2013, 17:45:32)
>>>>>>>> [GCC 4.2.1 Compatible Apple LLVM 4.2 (clang-425.0.24)] on darwin
>>>>>>>> Type "help", "copyright", "credits" or "license" for more
>>>>>>>> information.
>>>>>>>>>>> import CsoundAC
>>>>>>>> Traceback (most recent call last):
>>>>>>>>   File "<stdin>", line 1, in <module>
>>>>>>>>   File "/Library/Python/2.7/site-packages/CsoundAC.py", line 26, in
>>>>>>>> <module>
>>>>>>>>     _CsoundAC = swig_import_helper()
>>>>>>>>   File "/Library/Python/2.7/site-packages/CsoundAC.py", line 22, in
>>>>>>>> swig_import_helper
>>>>>>>>     _mod = imp.load_module('_CsoundAC', fp, pathname, description)
>>>>>>>> ImportError: dlopen(/Library/Python/2.7/site-packages/_CsoundAC.so,
>>>>>>>> 2):
>>>>>>>> Library not loaded: libCsoundAC.6.0.dylib
>>>>>>>>   Referenced from: /Library/Python/2.7/site-packages/_CsoundAC.so
>>>>>>>>   Reason: image not found
>>>>>>>>>>>
>>>>>>>>
>>>>>>>> -Damien.
>>>>>>>>
>>>>>>>> On 27/08/2013, at 10:28 AM, Steven Yi [via Csound] <[hidden email]>
>>>>>>>> wrote:
>>>>>>>>
>>>>>>>> Hi Damien,
>>>>>>>>
>>>>>>>> I have CsoundAC building after fixing up the CMake file.  I have a
>>>>>>>> build posted at:
>>>>>>>>
>>>>>>>> http://www.kunstmusik.com/csound6.00.1-OSX10.8-x86_64.dmg
>>>>>>>>
>>>>>>>> Could you try this at let me know if it's working for you?  One
>>>>>>>> thing
>>>>>>>> is that the Lua interface for Csound and CsoundAC are not building
>>>>>>>> on
>>>>>>>> OSX, but this should have CsoundAC for Python.
>>>>>>>>
>>>>>>>> As for the csound homebrew recipe, it needs to be updated so that
>>>>>>>> building from --head uses the develop branch. I'll probably take a
>>>>>>>> look at this tomorrow.
>>>>>>>>
>>>>>>>> Thanks,
>>>>>>>> steven
>>>>>>>>
>>>>>>>> On Mon, Aug 26, 2013 at 10:13 PM, deeloke <<a
>>>>>>>> href="<a
>>>>>>>> href="<a
>>>>>>>> href="<a
>>>>>>>> href="<a
>>>>>>>> href="x-msg://8/user/SendEmail.jtp?type=node&amp;amp;amp;amp;amp;node=5727123&amp;amp;amp;amp;amp;i=0">x-msg://8/user/SendEmail.jtp?type=node&amp;amp;amp;amp;node=5727123&amp;amp;amp;amp;i=0"><a
>>>>>>>> href="x-msg://8/user/SendEmail.jtp?type=node&amp;amp;amp;amp;node=5727123&amp;amp;amp;amp;i=0">x-msg://8/user/SendEmail.jtp?type=node&amp;amp;amp;node=5727123&amp;amp;amp;i=0"><a
>>>>>>>> href="<a
>>>>>>>> href="x-msg://8/user/SendEmail.jtp?type=node&amp;amp;amp;amp;node=5727123&amp;amp;amp;amp;i=0">x-msg://8/user/SendEmail.jtp?type=node&amp;amp;amp;node=5727123&amp;amp;amp;i=0"><a
>>>>>>>> href="x-msg://8/user/SendEmail.jtp?type=node&amp;amp;amp;node=5727123&amp;amp;amp;i=0">x-msg://8/user/SendEmail.jtp?type=node&amp;amp;node=5727123&amp;amp;i=0"><a
>>>>>>>> href="<a
>>>>>>>> href="<a
>>>>>>>> href="x-msg://8/user/SendEmail.jtp?type=node&amp;amp;amp;amp;node=5727123&amp;amp;amp;amp;i=0">x-msg://8/user/SendEmail.jtp?type=node&amp;amp;amp;node=5727123&amp;amp;amp;i=0"><a
>>>>>>>> href="x-msg://8/user/SendEmail.jtp?type=node&amp;amp;amp;node=5727123&amp;amp;amp;i=0">x-msg://8/user/SendEmail.jtp?type=node&amp;amp;node=5727123&amp;amp;i=0"><a
>>>>>>>> href="<a
>>>>>>>> href="x-msg://8/user/SendEmail.jtp?type=node&amp;amp;amp;node=5727123&amp;amp;amp;i=0">x-msg://8/user/SendEmail.jtp?type=node&amp;amp;node=5727123&amp;amp;i=0"><a
>>>>>>>> href="x-msg://8/user/SendEmail.jtp?type=node&amp;amp;node=5727123&amp;amp;i=0">x-msg://8/user/SendEmail.jtp?type=node&amp;node=5727123&amp;i=0"
>>>>>>>> target="_top" rel="nofollow" link="external">[hidden email]> wrote:
>>>>>>>>
>>>>>>>>> Hi Steve,
>>>>>>>>>
>>>>>>>>> thanks replying so quickly.
>>>>>>>>>
>>>>>>>>> i've logged the bug at Github. I only require a working version for
>>>>>>>>> 10.8.
>>>>>>>>> I
>>>>>>>>> suspected the EIGEN3_INCLUDE_DIR was the culprit.
>>>>>>>>>
>>>>>>>>> The csound5-1.19.02.1-OSX10.8-universal installer does not properly
>>>>>>>>> install
>>>>>>>>> the CsoundAC files, but a forum user reported that the 5.18 version
>>>>>>>>> works
>>>>>>>>> fine.
>>>>>>>>>
>>>>>>>>> In my experience, the Csound universal installer writes over the
>>>>>>>>> Homebrew
>>>>>>>>> libraries, breaking Homebrew in the process.  But it appears there
>>>>>>>>> is
>>>>>>>>> no
>>>>>>>>> other choice for mac users right now, if CsoundAC is needed.
>>>>>>>>>
>>>>>>>>> Thanks for looking into this. In every other respect your Csound
>>>>>>>>> tap
>>>>>>>>> worked
>>>>>>>>> great.
>>>>>>>>>
>>>>>>>>>  Let me know if I can do anything else to help.
>>>>>>>>>
>>>>>>>>> Kind regards,
>>>>>>>>> Damien.
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> On 27/08/2013, at 6:56 AM, "Steven Yi [via Csound]" <[hidden
>>>>>>>>> email]>
>>>>>>>>> wrote:
>>>>>>>>>
>>>>>>>>> Hi Deeloke,
>>>>>>>>>
>>>>>>>>> Using the 5.18 installer may work if you ran the installer, but I'm
>>>>>>>>> not sure it'd work if you just picked out the file.
>>>>>>>>>
>>>>>>>>> Actually, it looks like CsoundAC doesn't build on any system that
>>>>>>>>> doesn't have EIGEN3_INCLUDE_DIR defined. That needs to be changed
>>>>>>>>> to
>>>>>>>>> use standard directories with the developer option to add custom
>>>>>>>>> folders to their Custom.cmake.
>>>>>>>>>
>>>>>>>>> Let me see if I can get CsoundAC building on OSX.  If so, I'll
>>>>>>>>> upload
>>>>>>>>> a build for 10.8.  If you need something for 10.6 or 10.7, then
>>>>>>>>> maybe
>>>>>>>>> Victor can help.
>>>>>>>>>
>>>>>>>>> For CsoundAC to build with Brew, that'd require getting the right
>>>>>>>>> dependencies installed from homebrew before installing. File a bug
>>>>>>>>> at
>>>>>>>>> the homebrew-csound repo:
>>>>>>>>>
>>>>>>>>> https://github.com/kunstmusik/homebrew-csound/issues
>>>>>>>>>
>>>>>>>>> And I'll take a look when I have time to do so.
>>>>>>>>>
>>>>>>>>> Thanks,
>>>>>>>>> steven
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> On Mon, Aug 26, 2013 at 11:59 AM, deeloke <<a
>>>>>>>>> href="<a
>>>>>>>>> href="<a
>>>>>>>>> href="<a
>>>>>>>>> href="<a
>>>>>>>>> href="<a
>>>>>>>>> href="x-msg://78/user/SendEmail.jtp?type=node&amp;amp;amp;amp;amp;amp;node=5727121&amp;amp;amp;amp;amp;amp;i=0">x-msg://78/user/SendEmail.jtp?type=node&amp;amp;amp;amp;amp;node=5727121&amp;amp;amp;amp;amp;i=0"><a
>>>>>>>>> href="x-msg://78/user/SendEmail.jtp?type=node&amp;amp;amp;amp;amp;node=5727121&amp;amp;amp;amp;amp;i=0">x-msg://78/user/SendEmail.jtp?type=node&amp;amp;amp;amp;node=5727121&amp;amp;amp;amp;i=0"><a
>>>>>>>>> href="<a
>>>>>>>>> href="x-msg://78/user/SendEmail.jtp?type=node&amp;amp;amp;amp;amp;node=5727121&amp;amp;amp;amp;amp;i=0">x-msg://78/user/SendEmail.jtp?type=node&amp;amp;amp;amp;node=5727121&amp;amp;amp;amp;i=0"><a
>>>>>>>>> href="x-msg://78/user/SendEmail.jtp?type=node&amp;amp;amp;amp;node=5727121&amp;amp;amp;amp;i=0">x-msg://78/user/SendEmail.jtp?type=node&amp;amp;amp;node=5727121&amp;amp;amp;i=0"><a
>>>>>>>>> href="<a
>>>>>>>>> href="<a
>>>>>>>>> href="x-msg://78/user/SendEmail.jtp?type=node&amp;amp;amp;amp;amp;node=5727121&amp;amp;amp;amp;amp;i=0">x-msg://78/user/SendEmail.jtp?type=node&amp;amp;amp;amp;node=5727121&amp;amp;amp;amp;i=0"><a
>>>>>>>>> href="x-msg://78/user/SendEmail.jtp?type=node&amp;amp;amp;amp;node=5727121&amp;amp;amp;amp;i=0">x-msg://78/user/SendEmail.jtp?type=node&amp;amp;amp;node=5727121&amp;amp;amp;i=0"><a
>>>>>>>>> href="<a
>>>>>>>>> href="x-msg://78/user/SendEmail.jtp?type=node&amp;amp;amp;amp;node=5727121&amp;amp;amp;amp;i=0">x-msg://78/user/SendEmail.jtp?type=node&amp;amp;amp;node=5727121&amp;amp;amp;i=0"><a
>>>>>>>>> href="x-msg://78/user/SendEmail.jtp?type=node&amp;amp;amp;node=5727121&amp;amp;amp;i=0">x-msg://78/user/SendEmail.jtp?type=node&amp;amp;node=5727121&amp;amp;i=0"><a
>>>>>>>>> href="<a
>>>>>>>>> href="<a
>>>>>>>>> href="<a
>>>>>>>>> href="x-msg://78/user/SendEmail.jtp?type=node&amp;amp;amp;amp;amp;node=5727121&amp;amp;amp;amp;amp;i=0">x-msg://78/user/SendEmail.jtp?type=node&amp;amp;amp;amp;node=5727121&amp;amp;amp;amp;i=0"><a
>>>>>>>>> href="x-msg://78/user/SendEmail.jtp?type=node&amp;amp;amp;amp;node=5727121&amp;amp;amp;amp;i=0">x-msg://78/user/SendEmail.jtp?type=node&amp;amp;amp;node=5727121&amp;amp;amp;i=0"><a
>>>>>>>>> href="<a
>>>>>>>>> href="x-msg://78/user/SendEmail.jtp?type=node&amp;amp;amp;amp;node=5727121&amp;amp;amp;amp;i=0">x-msg://78/user/SendEmail.jtp?type=node&amp;amp;amp;node=5727121&amp;amp;amp;i=0"><a
>>>>>>>>> href="x-msg://78/user/SendEmail.jtp?type=node&amp;amp;amp;node=5727121&amp;amp;amp;i=0">x-msg://78/user/SendEmail.jtp?type=node&amp;amp;node=5727121&amp;amp;i=0"><a
>>>>>>>>> href="<a
>>>>>>>>> href="<a
>>>>>>>>> href="x-msg://78/user/SendEmail.jtp?type=node&amp;amp;amp;amp;node=5727121&amp;amp;amp;amp;i=0">x-msg://78/user/SendEmail.jtp?type=node&amp;amp;amp;node=5727121&amp;amp;amp;i=0"><a
>>>>>>>>> href="x-msg://78/user/SendEmail.jtp?type=node&amp;amp;amp;node=5727121&amp;amp;amp;i=0">x-msg://78/user/SendEmail.jtp?type=node&amp;amp;node=5727121&amp;amp;i=0"><a
>>>>>>>>> href="<a
>>>>>>>>> href="x-msg://78/user/SendEmail.jtp?type=node&amp;amp;amp;node=5727121&amp;amp;amp;i=0">x-msg://78/user/SendEmail.jtp?type=node&amp;amp;node=5727121&amp;amp;i=0"><a
>>>>>>>>> href="x-msg://78/user/SendEmail.jtp?type=node&amp;amp;node=5727121&amp;amp;i=0">x-msg://78/user/SendEmail.jtp?type=node&amp;node=5727121&amp;i=0"
>>>>>>>>> target="_top" rel="nofollow" link="external">[hidden email]> wrote:
>>>>>>>>>
>>>>>>>>>> Hi, this homebrew file provides Csound version 6.00.1 on my
>>>>>>>>>> install
>>>>>>>>>> of
>>>>>>>>>> 10.8.4.
>>>>>>>>>>
>>>>>>>>>> However the CsoundAC files do not appear to be included properly.
>>>>>>>>>>
>>>>>>>>>> I tried copying the missing files from
>>>>>>>>>> csound5.18.031-OSX10.6-universal.pkg
>>>>>>>>>> (using Paficist) from this directory:
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> /Library/Frameworks/CsoundLib.framework/Versions/5.2/Resources/Python/Current
>>>>>>>>>>
>>>>>>>>>> The files were copied to
>>>>>>>>>> /Library/Frameworks/CsoundLib64.framework/Resources/Python/Current
>>>>>>>>>>
>>>>>>>>>> When I import CsoundAC in python, this error is produced:
>>>>>>>>>>
>>>>>>>>>>> python
>>>>>>>>>> Python 2.7.3 (default, Aug 11 2013, 17:45:32)
>>>>>>>>>> [GCC 4.2.1 Compatible Apple LLVM 4.2 (clang-425.0.24)] on darwin
>>>>>>>>>> Type "help", "copyright", "credits" or "license" for more
>>>>>>>>>> information.
>>>>>>>>>>>>> import CsoundAC
>>>>>>>>>> Fatal Python error: PyThreadState_Get: no current thread
>>>>>>>>>> Abort trap: 6
>>>>>>>>>>
>>>>>>>>>> What's the best way to use CsoundAC on 10.8?
>>>>>>>>>>
>>>>>>>>>> Cheers,
>>>>>>>>>> deeloke
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> --
>>>>>>>>>> View this message in context:
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> http://csound.1045644.n5.nabble.com/OSX-Homebrew-tp5723213p5727112.html
>>>>>>>>>> Sent from the Csound - Dev mailing list archive at Nabble.com.
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> ------------------------------------------------------------------------------
>>>>>>>>>> Introducing Performance Central, a new site from SourceForge and
>>>>>>>>>> AppDynamics. Performance Central is your source for news,
>>>>>>>>>> insights,
>>>>>>>>>> analysis and resources for efficient Application Performance
>>>>>>>>>> Management.
>>>>>>>>>> Visit us today!
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> http://pubads.g.doubleclick.net/gampad/clk?id=48897511&iu=/4140/ostg.clktrk
>>>>>>>>>> _______________________________________________
>>>>>>>>>> Csound-devel mailing list
>>>>>>>>>> <a href="<a
>>>>>>>>>> href="<a
>>>>>>>>>> href="<a
>>>>>>>>>> href="<a
>>>>>>>>>> href="<a
>>>>>>>>>> href="x-msg://78/user/SendEmail.jtp?type=node&amp;amp;amp;amp;amp;amp;node=5727121&amp;amp;amp;amp;amp;amp;i=1">x-msg://78/user/SendEmail.jtp?type=node&amp;amp;amp;amp;amp;node=5727121&amp;amp;amp;amp;amp;i=1"><a
>>>>>>>>>> href="x-msg://78/user/SendEmail.jtp?type=node&amp;amp;amp;amp;amp;node=5727121&amp;amp;amp;amp;amp;i=1">x-msg://78/user/SendEmail.jtp?type=node&amp;amp;amp;amp;node=5727121&amp;amp;amp;amp;i=1"><a
>>>>>>>>>> href="<a
>>>>>>>>>> href="x-msg://78/user/SendEmail.jtp?type=node&amp;amp;amp;amp;amp;node=5727121&amp;amp;amp;amp;amp;i=1">x-msg://78/user/SendEmail.jtp?type=node&amp;amp;amp;amp;node=5727121&amp;amp;amp;amp;i=1"><a
>>>>>>>>>> href="x-msg://78/user/SendEmail.jtp?type=node&amp;amp;amp;amp;node=5727121&amp;amp;amp;amp;i=1">x-msg://78/user/SendEmail.jtp?type=node&amp;amp;amp;node=5727121&amp;amp;amp;i=1"><a
>>>>>>>>>> href="<a
>>>>>>>>>> href="<a
>>>>>>>>>> href="x-msg://78/user/SendEmail.jtp?type=node&amp;amp;amp;amp;amp;node=5727121&amp;amp;amp;amp;amp;i=1">x-msg://78/user/SendEmail.jtp?type=node&amp;amp;amp;amp;node=5727121&amp;amp;amp;amp;i=1"><a
>>>>>>>>>> href="x-msg://78/user/SendEmail.jtp?type=node&amp;amp;amp;amp;node=5727121&amp;amp;amp;amp;i=1">x-msg://78/user/SendEmail.jtp?type=node&amp;amp;amp;node=5727121&amp;amp;amp;i=1"><a
>>>>>>>>>> href="<a
>>>>>>>>>> href="x-msg://78/user/SendEmail.jtp?type=node&amp;amp;amp;amp;node=5727121&amp;amp;amp;amp;i=1">x-msg://78/user/SendEmail.jtp?type=node&amp;amp;amp;node=5727121&amp;amp;amp;i=1"><a
>>>>>>>>>> href="x-msg://78/user/SendEmail.jtp?type=node&amp;amp;amp;node=5727121&amp;amp;amp;i=1">x-msg://78/user/SendEmail.jtp?type=node&amp;amp;node=5727121&amp;amp;i=1"><a
>>>>>>>>>> href="<a
>>>>>>>>>> href="<a
>>>>>>>>>> href="<a
>>>>>>>>>> href="x-msg://78/user/SendEmail.jtp?type=node&amp;amp;amp;amp;amp;node=5727121&amp;amp;amp;amp;amp;i=1">x-msg://78/user/SendEmail.jtp?type=node&amp;amp;amp;amp;node=5727121&amp;amp;amp;amp;i=1"><a
>>>>>>>>>> href="x-msg://78/user/SendEmail.jtp?type=node&amp;amp;amp;amp;node=5727121&amp;amp;amp;amp;i=1">x-msg://78/user/SendEmail.jtp?type=node&amp;amp;amp;node=5727121&amp;amp;amp;i=1"><a
>>>>>>>>>> href="<a
>>>>>>>>>> href="x-msg://78/user/SendEmail.jtp?type=node&amp;amp;amp;amp;node=5727121&amp;amp;amp;amp;i=1">x-msg://78/user/SendEmail.jtp?type=node&amp;amp;amp;node=5727121&amp;amp;amp;i=1"><a
>>>>>>>>>> href="x-msg://78/user/SendEmail.jtp?type=node&amp;amp;amp;node=5727121&amp;amp;amp;i=1">x-msg://78/user/SendEmail.jtp?type=node&amp;amp;node=5727121&amp;amp;i=1"><a
>>>>>>>>>> href="<a
>>>>>>>>>> href="<a
>>>>>>>>>> href="x-msg://78/user/SendEmail.jtp?type=node&amp;amp;amp;amp;node=5727121&amp;amp;amp;amp;i=1">x-msg://78/user/SendEmail.jtp?type=node&amp;amp;amp;node=5727121&amp;amp;amp;i=1"><a
>>>>>>>>>> href="x-msg://78/user/SendEmail.jtp?type=node&amp;amp;amp;node=5727121&amp;amp;amp;i=1">x-msg://78/user/SendEmail.jtp?type=node&amp;amp;node=5727121&amp;amp;i=1"><a
>>>>>>>>>> href="<a
>>>>>>>>>> href="x-msg://78/user/SendEmail.jtp?type=node&amp;amp;amp;node=5727121&amp;amp;amp;i=1">x-msg://78/user/SendEmail.jtp?type=node&amp;amp;node=5727121&amp;amp;i=1"><a
>>>>>>>>>> href="x-msg://78/user/SendEmail.jtp?type=node&amp;amp;node=5727121&amp;amp;i=1">x-msg://78/user/SendEmail.jtp?type=node&amp;node=5727121&amp;i=1"
>>>>>>>>>> target="_top" rel="nofollow" link="external">[hidden email]
>>>>>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> ------------------------------------------------------------------------------
>>>>>>>>> Introducing Performance Central, a new site from SourceForge and
>>>>>>>>> AppDynamics. Performance Central is your source for news, insights,
>>>>>>>>> analysis and resources for efficient Application Performance
>>>>>>>>> Management.
>>>>>>>>> Visit us today!
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> http://pubads.g.doubleclick.net/gampad/clk?id=48897511&iu=/4140/ostg.clktrk
>>>>>>>>> _______________________________________________
>>>>>>>>> Csound-devel mailing list
>>>>>>>>> <a href="<a
>>>>>>>>> href="<a
>>>>>>>>> href="<a
>>>>>>>>> href="<a
>>>>>>>>> href="<a
>>>>>>>>> href="x-msg://78/user/SendEmail.jtp?type=node&amp;amp;amp;amp;amp;amp;node=5727121&amp;amp;amp;amp;amp;amp;i=2">x-msg://78/user/SendEmail.jtp?type=node&amp;amp;amp;amp;amp;node=5727121&amp;amp;amp;amp;amp;i=2"><a
>>>>>>>>> href="x-msg://78/user/SendEmail.jtp?type=node&amp;amp;amp;amp;amp;node=5727121&amp;amp;amp;amp;amp;i=2">x-msg://78/user/SendEmail.jtp?type=node&amp;amp;amp;amp;node=5727121&amp;amp;amp;amp;i=2"><a
>>>>>>>>> href="<a
>>>>>>>>> href="x-msg://78/user/SendEmail.jtp?type=node&amp;amp;amp;amp;amp;node=5727121&amp;amp;amp;amp;amp;i=2">x-msg://78/user/SendEmail.jtp?type=node&amp;amp;amp;amp;node=5727121&amp;amp;amp;amp;i=2"><a
>>>>>>>>> href="x-msg://78/user/SendEmail.jtp?type=node&amp;amp;amp;amp;node=5727121&amp;amp;amp;amp;i=2">x-msg://78/user/SendEmail.jtp?type=node&amp;amp;amp;node=5727121&amp;amp;amp;i=2"><a
>>>>>>>>> href="<a
>>>>>>>>> href="<a
>>>>>>>>> href="x-msg://78/user/SendEmail.jtp?type=node&amp;amp;amp;amp;amp;node=5727121&amp;amp;amp;amp;amp;i=2">x-msg://78/user/SendEmail.jtp?type=node&amp;amp;amp;amp;node=5727121&amp;amp;amp;amp;i=2"><a
>>>>>>>>> href="x-msg://78/user/SendEmail.jtp?type=node&amp;amp;amp;amp;node=5727121&amp;amp;amp;amp;i=2">x-msg://78/user/SendEmail.jtp?type=node&amp;amp;amp;node=5727121&amp;amp;amp;i=2"><a
>>>>>>>>> href="<a
>>>>>>>>> href="x-msg://78/user/SendEmail.jtp?type=node&amp;amp;amp;amp;node=5727121&amp;amp;amp;amp;i=2">x-msg://78/user/SendEmail.jtp?type=node&amp;amp;amp;node=5727121&amp;amp;amp;i=2"><a
>>>>>>>>> href="x-msg://78/user/SendEmail.jtp?type=node&amp;amp;amp;node=5727121&amp;amp;amp;i=2">x-msg://78/user/SendEmail.jtp?type=node&amp;amp;node=5727121&amp;amp;i=2"><a
>>>>>>>>> href="<a
>>>>>>>>> href="<a
>>>>>>>>> href="<a
>>>>>>>>> href="x-msg://78/user/SendEmail.jtp?type=node&amp;amp;amp;amp;amp;node=5727121&amp;amp;amp;amp;amp;i=2">x-msg://78/user/SendEmail.jtp?type=node&amp;amp;amp;amp;node=5727121&amp;amp;amp;amp;i=2"><a
>>>>>>>>> href="x-msg://78/user/SendEmail.jtp?type=node&amp;amp;amp;amp;node=5727121&amp;amp;amp;amp;i=2">x-msg://78/user/SendEmail.jtp?type=node&amp;amp;amp;node=5727121&amp;amp;amp;i=2"><a
>>>>>>>>> href="<a
>>>>>>>>> href="x-msg://78/user/SendEmail.jtp?type=node&amp;amp;amp;amp;node=5727121&amp;amp;amp;amp;i=2">x-msg://78/user/SendEmail.jtp?type=node&amp;amp;amp;node=5727121&amp;amp;amp;i=2"><a
>>>>>>>>> href="x-msg://78/user/SendEmail.jtp?type=node&amp;amp;amp;node=5727121&amp;amp;amp;i=2">x-msg://78/user/SendEmail.jtp?type=node&amp;amp;node=5727121&amp;amp;i=2"><a
>>>>>>>>> href="<a
>>>>>>>>> href="<a
>>>>>>>>> href="x-msg://78/user/SendEmail.jtp?type=node&amp;amp;amp;amp;node=5727121&amp;amp;amp;amp;i=2">x-msg://78/user/SendEmail.jtp?type=node&amp;amp;amp;node=5727121&amp;amp;amp;i=2"><a
>>>>>>>>> href="x-msg://78/user/SendEmail.jtp?type=node&amp;amp;amp;node=5727121&amp;amp;amp;i=2">x-msg://78/user/SendEmail.jtp?type=node&amp;amp;node=5727121&amp;amp;i=2"><a
>>>>>>>>> href="<a
>>>>>>>>> href="x-msg://78/user/SendEmail.jtp?type=node&amp;amp;amp;node=5727121&amp;amp;amp;i=2">x-msg://78/user/SendEmail.jtp?type=node&amp;amp;node=5727121&amp;amp;i=2"><a
>>>>>>>>> href="x-msg://78/user/SendEmail.jtp?type=node&amp;amp;node=5727121&amp;amp;i=2">x-msg://78/user/SendEmail.jtp?type=node&amp;node=5727121&amp;i=2"
>>>>>>>>> target="_top" rel="nofollow" link="external">[hidden email]
>>>>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> ________________________________
>>>>>>>>> If you reply to this email, your message will be added to the
>>>>>>>>> discussion
>>>>>>>>> below:
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> http://csound.1045644.n5.nabble.com/OSX-Homebrew-tp5723213p5727121.html
>>>>>>>>> To unsubscribe from OSX: Homebrew, click here.
>>>>>>>>> NAML
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> [hidden email]
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> ________________________________
>>>>>>>>> View this message in context: Re: OSX: Homebrew (CsoundAC)
>>>>>>>>>
>>>>>>>>> Sent from the Csound - Dev mailing list archive at Nabble.com.
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> ------------------------------------------------------------------------------
>>>>>>>>> Introducing Performance Central, a new site from SourceForge and
>>>>>>>>> AppDynamics. Performance Central is your source for news, insights,
>>>>>>>>> analysis and resources for efficient Application Performance
>>>>>>>>> Management.
>>>>>>>>> Visit us today!
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> http://pubads.g.doubleclick.net/gampad/clk?id=48897511&iu=/4140/ostg.clktrk
>>>>>>>>> _______________________________________________
>>>>>>>>> Csound-devel mailing list
>>>>>>>>> <a href="<a
>>>>>>>>> href="<a
>>>>>>>>> href="<a
>>>>>>>>> href="<a
>>>>>>>>> href="x-msg://8/user/SendEmail.jtp?type=node&amp;amp;amp;amp;amp;node=5727123&amp;amp;amp;amp;amp;i=1">x-msg://8/user/SendEmail.jtp?type=node&amp;amp;amp;amp;node=5727123&amp;amp;amp;amp;i=1"><a
>>>>>>>>> href="x-msg://8/user/SendEmail.jtp?type=node&amp;amp;amp;amp;node=5727123&amp;amp;amp;amp;i=1">x-msg://8/user/SendEmail.jtp?type=node&amp;amp;amp;node=5727123&amp;amp;amp;i=1"><a
>>>>>>>>> href="<a
>>>>>>>>> href="x-msg://8/user/SendEmail.jtp?type=node&amp;amp;amp;amp;node=5727123&amp;amp;amp;amp;i=1">x-msg://8/user/SendEmail.jtp?type=node&amp;amp;amp;node=5727123&amp;amp;amp;i=1"><a
>>>>>>>>> href="x-msg://8/user/SendEmail.jtp?type=node&amp;amp;amp;node=5727123&amp;amp;amp;i=1">x-msg://8/user/SendEmail.jtp?type=node&amp;amp;node=5727123&amp;amp;i=1"><a
>>>>>>>>> href="<a
>>>>>>>>> href="<a
>>>>>>>>> href="x-msg://8/user/SendEmail.jtp?type=node&amp;amp;amp;amp;node=5727123&amp;amp;amp;amp;i=1">x-msg://8/user/SendEmail.jtp?type=node&amp;amp;amp;node=5727123&amp;amp;amp;i=1"><a
>>>>>>>>> href="x-msg://8/user/SendEmail.jtp?type=node&amp;amp;amp;node=5727123&amp;amp;amp;i=1">x-msg://8/user/SendEmail.jtp?type=node&amp;amp;node=5727123&amp;amp;i=1"><a
>>>>>>>>> href="<a
>>>>>>>>> href="x-msg://8/user/SendEmail.jtp?type=node&amp;amp;amp;node=5727123&amp;amp;amp;i=1">x-msg://8/user/SendEmail.jtp?type=node&amp;amp;node=5727123&amp;amp;i=1"><a
>>>>>>>>> href="x-msg://8/user/SendEmail.jtp?type=node&amp;amp;node=5727123&amp;amp;i=1">x-msg://8/user/SendEmail.jtp?type=node&amp;node=5727123&amp;i=1"
>>>>>>>>> target="_top" rel="nofollow" link="external">[hidden email]
>>>>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>> ------------------------------------------------------------------------------
>>>>>>>> Introducing Performance Central, a new site from SourceForge and
>>>>>>>> AppDynamics. Performance Central is your source for news, insights,
>>>>>>>> analysis and resources for efficient Application Performance
>>>>>>>> Management.
>>>>>>>> Visit us today!
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>> http://pubads.g.doubleclick.net/gampad/clk?id=48897511&iu=/4140/ostg.clktrk
>>>>>>>> _______________________________________________
>>>>>>>> Csound-devel mailing list
>>>>>>>> <a href="<a
>>>>>>>> href="<a
>>>>>>>> href="<a
>>>>>>>> href="<a
>>>>>>>> href="x-msg://8/user/SendEmail.jtp?type=node&amp;amp;amp;amp;amp;node=5727123&amp;amp;amp;amp;amp;i=2">x-msg://8/user/SendEmail.jtp?type=node&amp;amp;amp;amp;node=5727123&amp;amp;amp;amp;i=2"><a
>>>>>>>> href="x-msg://8/user/SendEmail.jtp?type=node&amp;amp;amp;amp;node=5727123&amp;amp;amp;amp;i=2">x-msg://8/user/SendEmail.jtp?type=node&amp;amp;amp;node=5727123&amp;amp;amp;i=2"><a
>>>>>>>> href="<a
>>>>>>>> href="x-msg://8/user/SendEmail.jtp?type=node&amp;amp;amp;amp;node=5727123&amp;amp;amp;amp;i=2">x-msg://8/user/SendEmail.jtp?type=node&amp;amp;amp;node=5727123&amp;amp;amp;i=2"><a
>>>>>>>> href="x-msg://8/user/SendEmail.jtp?type=node&amp;amp;amp;node=5727123&amp;amp;amp;i=2">x-msg://8/user/SendEmail.jtp?type=node&amp;amp;node=5727123&amp;amp;i=2"><a
>>>>>>>> href="<a
>>>>>>>> href="<a
>>>>>>>> href="x-msg://8/user/SendEmail.jtp?type=node&amp;amp;amp;amp;node=5727123&amp;amp;amp;amp;i=2">x-msg://8/user/SendEmail.jtp?type=node&amp;amp;amp;node=5727123&amp;amp;amp;i=2"><a
>>>>>>>> href="x-msg://8/user/SendEmail.jtp?type=node&amp;amp;amp;node=5727123&amp;amp;amp;i=2">x-msg://8/user/SendEmail.jtp?type=node&amp;amp;node=5727123&amp;amp;i=2"><a
>>>>>>>> href="<a
>>>>>>>> href="x-msg://8/user/SendEmail.jtp?type=node&amp;amp;amp;node=5727123&amp;amp;amp;i=2">x-msg://8/user/SendEmail.jtp?type=node&amp;amp;node=5727123&amp;amp;i=2"><a
>>>>>>>> href="x-msg://8/user/SendEmail.jtp?type=node&amp;amp;node=5727123&amp;amp;i=2">x-msg://8/user/SendEmail.jtp?type=node&amp;node=5727123&amp;i=2"
>>>>>>>> target="_top" rel="nofollow" link="external">[hidden email]
>>>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>>>>>
>>>>>>>>
>>>>>>>> ________________________________
>>>>>>>> If you reply to this email, your message will be added to the
>>>>>>>> discussion
>>>>>>>> below:
>>>>>>>>
>>>>>>>>
>>>>>>>> http://csound.1045644.n5.nabble.com/OSX-Homebrew-tp5723213p5727123.html
>>>>>>>> To unsubscribe from OSX: Homebrew, click here.
>>>>>>>> NAML
>>>>>>>>
>>>>>>>>
>>>>>>>> [hidden email]
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>> ________________________________
>>>>>>>> View this message in context: Re: OSX: Homebrew (CsoundAC)
>>>>>>>> Sent from the Csound - Dev mailing list archive at Nabble.com.
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>> ------------------------------------------------------------------------------
>>>>>>>> Introducing Performance Central, a new site from SourceForge and
>>>>>>>> AppDynamics. Performance Central is your source for news, insights,
>>>>>>>> analysis and resources for efficient Application Performance
>>>>>>>> Management.
>>>>>>>> Visit us today!
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>> http://pubads.g.doubleclick.net/gampad/clk?id=48897511&iu=/4140/ostg.clktrk
>>>>>>>> _______________________________________________
>>>>>>>> Csound-devel mailing list
>>>>>>>> <a
>>>>>>>> href="<a
>>>>>>>> href="<a
>>>>>>>> href="<a
>>>>>>>> href="x-msg://89/user/SendEmail.jtp?type=node&amp;amp;amp;amp;node=5727132&amp;amp;amp;amp;i=2">x-msg://89/user/SendEmail.jtp?type=node&amp;amp;amp;node=5727132&amp;amp;amp;i=2"><a
>>>>>>>> href="x-msg://89/user/SendEmail.jtp?type=node&amp;amp;amp;node=5727132&amp;amp;amp;i=2">x-msg://89/user/SendEmail.jtp?type=node&amp;amp;node=5727132&amp;amp;i=2"><a
>>>>>>>> href="<a
>>>>>>>> href="x-msg://89/user/SendEmail.jtp?type=node&amp;amp;amp;node=5727132&amp;amp;amp;i=2">x-msg://89/user/SendEmail.jtp?type=node&amp;amp;node=5727132&amp;amp;i=2"><a
>>>>>>>> href="x-msg://89/user/SendEmail.jtp?type=node&amp;amp;node=5727132&amp;amp;i=2">x-msg://89/user/SendEmail.jtp?type=node&amp;node=5727132&amp;i=2"
>>>>>>>> target="_top" rel="nofollow" link="external">[hidden email]
>>>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>> ------------------------------------------------------------------------------
>>>>>> Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
>>>>>> Discover the easy way to master current and previous Microsoft
>>>>>> technologies
>>>>>> and advance your career. Get an incredible 1,500+ hours of
>>>>>> step-by-step
>>>>>> tutorial videos with LearnDevNow. Subscribe today and save!
>>>>>>
>>>>>>
>>>>>>
>>>>>> http://pubads.g.doubleclick.net/gampad/clk?id=58040911&iu=/4140/ostg.clktrk
>>>>>> _______________________________________________
>>>>>> Csound-devel mailing list
>>>>>> <a href="<a
>>>>>> href="<a
>>>>>> href="<a
>>>>>> href="x-msg://89/user/SendEmail.jtp?type=node&amp;amp;amp;amp;node=5727132&amp;amp;amp;amp;i=3">x-msg://89/user/SendEmail.jtp?type=node&amp;amp;amp;node=5727132&amp;amp;amp;i=3"><a
>>>>>> href="x-msg://89/user/SendEmail.jtp?type=node&amp;amp;amp;node=5727132&amp;amp;amp;i=3">x-msg://89/user/SendEmail.jtp?type=node&amp;amp;node=5727132&amp;amp;i=3"><a
>>>>>> href="<a
>>>>>> href="x-msg://89/user/SendEmail.jtp?type=node&amp;amp;amp;node=5727132&amp;amp;amp;i=3">x-msg://89/user/SendEmail.jtp?type=node&amp;amp;node=5727132&amp;amp;i=3"><a
>>>>>> href="x-msg://89/user/SendEmail.jtp?type=node&amp;amp;node=5727132&amp;amp;i=3">x-msg://89/user/SendEmail.jtp?type=node&amp;node=5727132&amp;i=3"
>>>>>> target="_top" rel="nofollow" link="external">[hidden email]
>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>>>
>>>>>>
>>>>>> ________________________________
>>>>>> If you reply to this email, your message will be added to the
>>>>>> discussion
>>>>>> below:
>>>>>>
>>>>>> http://csound.1045644.n5.nabble.com/OSX-Homebrew-tp5723213p5727132.html
>>>>>> To unsubscribe from OSX: Homebrew, click here.
>>>>>> NAML
>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>> ________________________________
>>>>>> View this message in context: Re: OSX: Homebrew (CsoundAC)
>>>>>> Sent from the Csound - Dev mailing list archive at Nabble.com.
>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>> ------------------------------------------------------------------------------
>>>>>> Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
>>>>>> Discover the easy way to master current and previous Microsoft
>>>>>> technologies
>>>>>> and advance your career. Get an incredible 1,500+ hours of
>>>>>> step-by-step
>>>>>> tutorial videos with LearnDevNow. Subscribe today and save!
>>>>>>
>>>>>>
>>>>>>
>>>>>> http://pubads.g.doubleclick.net/gampad/clk?id=58040911&iu=/4140/ostg.clktrk
>>>>>> _______________________________________________
>>>>>> Csound-devel mailing list
>>>>>> <a
>>>>>> href="<a
>>>>>> href="<a
>>>>>> href="x-msg://220/user/SendEmail.jtp?type=node&amp;amp;amp;node=5727265&amp;amp;amp;i=2">x-msg://220/user/SendEmail.jtp?type=node&amp;amp;node=5727265&amp;amp;i=2"><a
>>>>>> href="x-msg://220/user/SendEmail.jtp?type=node&amp;amp;node=5727265&amp;amp;i=2">x-msg://220/user/SendEmail.jtp?type=node&amp;node=5727265&amp;i=2"
>>>>>> target="_top" rel="nofollow" link="external">[hidden email]
>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>>>
>>>>
>>>>
>>>> ------------------------------------------------------------------------------
>>>> Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
>>>> Discover the easy way to master current and previous Microsoft
>>>> technologies
>>>> and advance your career. Get an incredible 1,500+ hours of step-by-step
>>>> tutorial videos with LearnDevNow. Subscribe today and save!
>>>>
>>>>
>>>> http://pubads.g.doubleclick.net/gampad/clk?id=58040911&iu=/4140/ostg.clktrk
>>>> _______________________________________________
>>>> Csound-devel mailing list
>>>> <a href="<a
>>>> href="<a
>>>> href="x-msg://220/user/SendEmail.jtp?type=node&amp;amp;amp;node=5727265&amp;amp;amp;i=3">x-msg://220/user/SendEmail.jtp?type=node&amp;amp;node=5727265&amp;amp;i=3"><a
>>>> href="x-msg://220/user/SendEmail.jtp?type=node&amp;amp;node=5727265&amp;amp;i=3">x-msg://220/user/SendEmail.jtp?type=node&amp;node=5727265&amp;i=3"
>>>> target="_top" rel="nofollow" link="external">[hidden email]
>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>
>>>>
>>>> ________________________________
>>>> If you reply to this email, your message will be added to the discussion
>>>> below:
>>>> http://csound.1045644.n5.nabble.com/OSX-Homebrew-tp5723213p5727265.html
>>>> To unsubscribe from OSX: Homebrew, click here.
>>>> NAML
>>>>
>>>>
>>>> [hidden email]
>>>>
>>>>
>>>>
>>>>
>>>> ________________________________
>>>> View this message in context: Re: OSX: Homebrew (CsoundAC)
>>>> Sent from the Csound - Dev mailing list archive at Nabble.com.
>>>>
>>>>
>>>>
>>>> ------------------------------------------------------------------------------
>>>> Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
>>>> Discover the easy way to master current and previous Microsoft
>>>> technologies
>>>> and advance your career. Get an incredible 1,500+ hours of step-by-step
>>>> tutorial videos with LearnDevNow. Subscribe today and save!
>>>>
>>>>
>>>> http://pubads.g.doubleclick.net/gampad/clk?id=58040911&iu=/4140/ostg.clktrk
>>>> _______________________________________________
>>>> Csound-devel mailing list
>>>> <a
>>>> href="<a
>>>> href="x-msg://232/user/SendEmail.jtp?type=node&amp;amp;node=5727267&amp;amp;i=1">x-msg://232/user/SendEmail.jtp?type=node&amp;node=5727267&amp;i=1"
>>>> target="_top" rel="nofollow" link="external">[hidden email]
>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>
>>>
>>> ------------------------------------------------------------------------------
>>> Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
>>> Discover the easy way to master current and previous Microsoft
>>> technologies
>>> and advance your career. Get an incredible 1,500+ hours of step-by-step
>>> tutorial videos with LearnDevNow. Subscribe today and save!
>>>
>>> http://pubads.g.doubleclick.net/gampad/clk?id=58040911&iu=/4140/ostg.clktrk
>>> _______________________________________________
>>> Csound-devel mailing list
>>> <a href="<a
>>> href="x-msg://232/user/SendEmail.jtp?type=node&amp;amp;node=5727267&amp;amp;i=2">x-msg://232/user/SendEmail.jtp?type=node&amp;node=5727267&amp;i=2"
>>> target="_top" rel="nofollow" link="external">[hidden email]
>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>
>>>
>>> ________________________________
>>> If you reply to this email, your message will be added to the discussion
>>> below:
>>> http://csound.1045644.n5.nabble.com/OSX-Homebrew-tp5723213p5727267.html
>>> To unsubscribe from OSX: Homebrew, click here.
>>> NAML
>>>
>>>
>>> [hidden email]
>>>
>>>
>>>
>>>
>>> ________________________________
>>> View this message in context: Re: OSX: Homebrew (CsoundAC)
>>> Sent from the Csound - Dev mailing list archive at Nabble.com.
>>>
>>>
>>> ------------------------------------------------------------------------------
>>> Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
>>> Discover the easy way to master current and previous Microsoft
>>> technologies
>>> and advance your career. Get an incredible 1,500+ hours of step-by-step
>>> tutorial videos with LearnDevNow. Subscribe today and save!
>>>
>>> http://pubads.g.doubleclick.net/gampad/clk?id=58040911&iu=/4140/ostg.clktrk
>>> _______________________________________________
>>> Csound-devel mailing list
>>> <a
>>> href="x-msg://160/user/SendEmail.jtp?type=node&amp;node=5727283&amp;i=2"
>>> target="_top" rel="nofollow" link="external">[hidden email]
>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>
> ------------------------------------------------------------------------------
> Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
> Discover the easy way to master current and previous Microsoft technologies
> and advance your career. Get an incredible 1,500+ hours of step-by-step
> tutorial videos with LearnDevNow. Subscribe today and save!
> http://pubads.g.doubleclick.net/gampad/clk?id=58040911&iu=/4140/ostg.clktrk
> _______________________________________________
> Csound-devel mailing list
> <a href="x-msg://160/user/SendEmail.jtp?type=node&amp;node=5727283&amp;i=3"
> target="_top" rel="nofollow" link="external">[hidden email]
> https://lists.sourceforge.net/lists/listinfo/csound-devel
>
>
> ________________________________
> If you reply to this email, your message will be added to the discussion
> below:
> http://csound.1045644.n5.nabble.com/OSX-Homebrew-tp5723213p5727283.html
> To unsubscribe from OSX: Homebrew, click here.
> NAML
>
>
> [hidden email]
>
>
>
>
> ________________________________
> View this message in context: Re: OSX: Homebrew (CsoundAC)
> Sent from the Csound - Dev mailing list archive at Nabble.com.
>
> ------------------------------------------------------------------------------
> Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
> Discover the easy way to master current and previous Microsoft technologies
> and advance your career. Get an incredible 1,500+ hours of step-by-step
> tutorial videos with LearnDevNow. Subscribe today and save!
> http://pubads.g.doubleclick.net/gampad/clk?id=58040911&iu=/4140/ostg.clktrk
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel
>

------------------------------------------------------------------------------
Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
Discover the easy way to master current and previous Microsoft technologies
and advance your career. Get an incredible 1,500+ hours of step-by-step
tutorial videos with LearnDevNow. Subscribe today and save!
http://pubads.g.doubleclick.net/gampad/clk?id=58040911&iu=/4140/ostg.clktrk
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-devel


Date2013-09-03 00:27
FromFelipe Sateler
SubjectRe: [Cs-dev] OSX: Homebrew (CsoundAC)
In debian I know where the stk rawwaves are located, so I set a
default[1]. The patch is rather debian-specific, because I didn't know
if there was a sensible default for OSX or Windows.


[1] http://patch-tracker.debian.org/patch/series/view/csound/1:6.00.1~dfsg-1/2013-no-rawwave-defined.diff

On Mon, Sep 2, 2013 at 4:26 PM, Michael Gogins  wrote:
> Yes, the Windows installer sets RAWWAVE_PATH.
>
> Regards,
> Mike
>
>
> ===========================
> Michael Gogins
> Irreducible Productions
> http://michaelgogins.tumblr.com
> Michael dot Gogins at gmail dot com
>
>
> On Mon, Sep 2, 2013 at 4:23 PM, Steven Yi  wrote:
>>
>> Hi Damien,
>>
>> This is specific to the STK Opcodes, as the error mentions.  It seems
>> then CsoundAC issue is fixed up with this build.
>>
>> Regarding STK Opcodes: we may want to modify Csound to do something
>> like it does with OPCODE6DIR64. That is, default to one if
>> RAWWAVE_PATH is not given, controllable at build-time.  I assume the
>> Windows installer sets RAWWAVE_PATH.  My concern is that, what if the
>> user uses STK on their own and sets that value themselves, so I don't
>> want to set that path by the installer. If it's done like in
>> OPCODE6DIR64 to have a default that can be overridden, then that seems
>> like it'd work.
>>
>> Victor and Felipe: thoughts regarding this and packaging for OSX and
>> Linux?
>>
>> steven
>>
>> On Sun, Sep 1, 2013 at 3:39 AM, deeloke  wrote:
>> > Hi Steven,
>> >
>> > This latest build complains about environment variable RAWWAVE_PATH:
>> >
>> >> python
>> > Python 2.7.2 (default, Oct 11 2012, 20:14:37)
>> > [GCC 4.2.1 Compatible Apple Clang 4.0 (tags/Apple/clang-418.0.60)] on
>> > darwin
>> > Type "help", "copyright", "credits" or "license" for more information.
>> >>>> import CsoundAC
>> > virtual_keyboard real time MIDI plugin for Csound
>> > Error: define environment variable RAWWAVE_PATH
>> > (points to rawwaves directory) to use STK opcodes.
>> > 0dBFS level = 32768.0
>> > Csound version 6.00.1 (double samples) Aug 31 2013
>> > libsndfile-1.0.25
>> >>>>
>> >
>> > -Damien.
>> >
>> > On 01/09/2013, at 5:43 AM, "Steven Yi [via Csound]" <[hidden email]>
>> > wrote:
>> >
>> > Hi Damien,
>> >
>> > I've built and tested in a VM and have a working installer.  Turns out
>> > CsoundAC was split into an extra lib compared to CS5 that I didn't
>> > pick up on until now.  I also fixed up a symlink creation for
>> > libcsnd6.so. New version at:
>> >
>> > http://www.kunstmusik.com/csound6.00.1-OSX10.8-x86_64.dmg
>> >
>> > Please give that a try.
>> >
>> > Thanks!
>> > steven
>> >
>> > On Fri, Aug 30, 2013 at 9:11 PM, Steven Yi <> > href="x-msg://160/user/SendEmail.jtp?type=node&node=5727283&i=0"
>> > target="_top" rel="nofollow" link="external">[hidden email]> wrote:
>> >
>> >> Homebrew and the installer are somewhat mutually exclusive.  The stuff
>> >> installed by the installer goes into the system-wide /Library/Python,
>> >> while the stuff installed by homebrew will go into the user's
>> >> ~/Library/Python/2.7/lib/python/site-packages/.  If you want to use
>> >> the one from Homebrew (assuming it gets installed correctly), you'll
>> >> need to remove the one from /Library/Python/2.7/site-packages.
>> >>
>> >>
>> >>
>> >> On Fri, Aug 30, 2013 at 9:00 PM, deeloke <> >>
>> >> href="x-msg://160/user/SendEmail.jtp?type=node&node=5727283&i=1"
>> >> target="_top" rel="nofollow" link="external">[hidden email]> wrote:
>> >>> Hi Steven, thanks for letting me know you are looking into this. The
>> >>> update
>> >>> you made to the homebrew recipe hasn't fixed the problem yet either, i
>> >>> just
>> >>> tested this, here's the transcript:
>> >>>
>> >>>> python
>> >>> Python 2.7.2 (default, Oct 11 2012, 20:14:37)
>> >>> [GCC 4.2.1 Compatible Apple Clang 4.0 (tags/Apple/clang-418.0.60)] on
>> >>> darwin
>> >>> Type "help", "copyright", "credits" or "license" for more information.
>> >>>>>> import CsoundAC
>> >>> Traceback (most recent call last):
>> >>>   File "", line 1, in 
>> >>>   File "/Library/Python/2.7/site-packages/CsoundAC.py", line 26, in
>> >>> 
>> >>>     _CsoundAC = swig_import_helper()
>> >>>   File "/Library/Python/2.7/site-packages/CsoundAC.py", line 22, in
>> >>> swig_import_helper
>> >>>     _mod = imp.load_module('_CsoundAC', fp, pathname, description)
>> >>> ImportError: dlopen(/Library/Python/2.7/site-packages/_CsoundAC.so,
>> >>> 2):
>> >>> Library not loaded: /usr/local/lib/libCsoundAC.6.0.dylib
>> >>>   Referenced from: /Library/Python/2.7/site-packages/_CsoundAC.so
>> >>>   Reason: image not found
>> >>>>>>
>> >>>
>> >>> CsoundAC is a useful extension to Csound, it will be good if it is
>> >>> made
>> >>> available to mac users.
>> >>>
>> >>> Cheers,
>> >>> Damien.
>> >>>
>> >>> On 31/08/2013, at 8:38 AM, "Steven Yi [via Csound]" <[hidden email]>
>> >>> wrote:
>> >>>
>> >>> Hi Damien,
>> >>>
>> >>> Thanks for checking that out. I'll be flying tomorrow but have some
>> >>> long layovers. I'll do some testing with a Virtual Machine reset to
>> >>> clean state for this that should reproduce any issues.  I'm pretty
>> >>> sure that the next build will be good then. I'll email here tomorrow
>> >>> or Sunday when I can test/build/upload.
>> >>>
>> >>> Thanks!
>> >>> steven
>> >>>
>> >>> On Fri, Aug 30, 2013 at 8:05 PM, deeloke <> >>> href="> >>>
>> >>> href="x-msg://232/user/SendEmail.jtp?type=node&amp;node=5727267&amp;i=0">x-msg://232/user/SendEmail.jtp?type=node&node=5727267&i=0"
>> >>> target="_top" rel="nofollow" link="external">[hidden email]> wrote:
>> >>>
>> >>>> Hi Steven, this latest package doesn't work either:
>> >>>>> python
>> >>>> Python 2.7.2 (default, Oct 11 2012, 20:14:37)
>> >>>> [GCC 4.2.1 Compatible Apple Clang 4.0 (tags/Apple/clang-418.0.60)] on
>> >>>> darwin
>> >>>> Type "help", "copyright", "credits" or "license" for more
>> >>>> information.
>> >>>>>>> import CsoundAC
>> >>>> Traceback (most recent call last):
>> >>>>   File "", line 1, in 
>> >>>>   File "/Library/Python/2.7/site-packages/CsoundAC.py", line 26, in
>> >>>> 
>> >>>>     _CsoundAC = swig_import_helper()
>> >>>>   File "/Library/Python/2.7/site-packages/CsoundAC.py", line 22, in
>> >>>> swig_import_helper
>> >>>>     _mod = imp.load_module('_CsoundAC', fp, pathname, description)
>> >>>> ImportError: dlopen(/Library/Python/2.7/site-packages/_CsoundAC.so,
>> >>>> 2):
>> >>>> Library not loaded: /usr/local/lib/libCsoundAC.6.0.dylib
>> >>>>   Referenced from: /Library/Python/2.7/site-packages/_CsoundAC.so
>> >>>>   Reason: image not found
>> >>>>>>>
>> >>>>
>> >>>> -Damien
>> >>>>
>> >>>> On 31/08/2013, at 1:44 AM, "Steven Yi [via Csound]" <[hidden email]>
>> >>>> wrote:
>> >>>>
>> >>>> Hi Damien,
>> >>>>
>> >>>> I think I've sorted out things.  Could you try this new build:
>> >>>>
>> >>>> http://www.kunstmusik.com/csound6.00.1-OSX10.8-x86_64.dmg
>> >>>>
>> >>>> Thanks!
>> >>>> steven
>> >>>>
>> >>>> On Fri, Aug 30, 2013 at 12:20 PM, Steven Yi <> >>>> href="> >>>> href="> >>>>
>> >>>> href="x-msg://220/user/SendEmail.jtp?type=node&amp;amp;node=5727265&amp;amp;i=0">x-msg://220/user/SendEmail.jtp?type=node&amp;node=5727265&amp;i=0">> >>>>
>> >>>> href="x-msg://220/user/SendEmail.jtp?type=node&amp;node=5727265&amp;i=0">x-msg://220/user/SendEmail.jtp?type=node&node=5727265&i=0"
>> >>>> target="_top" rel="nofollow" link="external">[hidden email]> wrote:
>> >>>>
>> >>>>> Ugh, I forgot that LuaJit doesn't work for x86_64 on OSX without
>> >>>>> special flags at compile time[1].  That doesn't work for Python, nor
>> >>>>> Java, and any program on OSX that itself doesn't have the flags, as
>> >>>>> the Lua Opcodes crash on start.  I need to revise the installer
>> >>>>> system
>> >>>>> to not build Lua opcodes on OSX, but do build the lua interfaces. (I
>> >>>>> think the luajit executable itself does use the flags which is
>> >>>>> fine).
>> >>>>>
>> >>>>> I was halfway uploading when I figured this out. I'll reply shortly
>> >>>>> with the updated package.
>> >>>>>
>> >>>>> steven
>> >>>>>
>> >>>>>
>> >>>>> [1] - from http://luajit.org/install.html:
>> >>>>>
>> >>>>> If you're building a 64 bit application on OSX which links directly
>> >>>>> or
>> >>>>> indirectly against LuaJIT, you need to link your main executable
>> >>>>> with
>> >>>>> these flags:
>> >>>>>
>> >>>>> -pagezero_size 10000 -image_base 100000000
>> >>>>>
>> >>>>> Also, it's recommended to rebase all (self-compiled) shared
>> >>>>> libraries
>> >>>>> which are loaded at runtime on OSX/x64 (e.g. C extension modules for
>> >>>>> Lua). See: man rebase
>> >>>>>
>> >>>>> On Fri, Aug 30, 2013 at 9:26 AM, deeloke <> >>>>> href="> >>>>> href="> >>>>>
>> >>>>> href="x-msg://220/user/SendEmail.jtp?type=node&amp;amp;node=5727265&amp;amp;i=1">x-msg://220/user/SendEmail.jtp?type=node&amp;node=5727265&amp;i=1">> >>>>>
>> >>>>> href="x-msg://220/user/SendEmail.jtp?type=node&amp;node=5727265&amp;i=1">x-msg://220/user/SendEmail.jtp?type=node&node=5727265&i=1"
>> >>>>> target="_top" rel="nofollow" link="external">[hidden email]> wrote:
>> >>>>>> Hi Steven,
>> >>>>>> this  latest build you posted doesn't successfully install CsoundAC
>> >>>>>> on
>> >>>>>> 10.8.4. This is what I tried:
>> >>>>>> a) removed sound python files from:
>> >>>>>> /Library/Frameworks/CsoundLib64.framework/Resources/Python/Current
>> >>>>>> b) installed csound6.00.1-OSX10.8-x86_64.dmg from the link you
>> >>>>>> provided
>> >>>>>> in
>> >>>>>> the email below
>> >>>>>>
>> >>>>>> here's the transcript:
>> >>>>>> ---start----
>> >>>>>>
>> >>>>>>> csound
>> >>>>>> virtual_keyboard real time MIDI plugin for Csound
>> >>>>>> Error: define environment variable RAWWAVE_PATH
>> >>>>>> (points to rawwaves directory) to use STK opcodes.
>> >>>>>> 0dBFS level = 32768.0
>> >>>>>> Csound version 6.00.1 (double samples) Aug 26 2013
>> >>>>>> libsndfile-1.0.25
>> >>>>>>
>> >>>>>>  > python
>> >>>>>> Python 2.7.2 (default, Oct 11 2012, 20:14:37)
>> >>>>>> [GCC 4.2.1 Compatible Apple Clang 4.0 (tags/Apple/clang-418.0.60)]
>> >>>>>> on
>> >>>>>> darwin
>> >>>>>> Type "help", "copyright", "credits" or "license" for more
>> >>>>>> information.
>> >>>>>>>>> import CsoundAC
>> >>>>>> Traceback (most recent call last):
>> >>>>>>   File "", line 1, in 
>> >>>>>>   File "/Library/Python/2.7/site-packages/CsoundAC.py", line 26, in
>> >>>>>> 
>> >>>>>>     _CsoundAC = swig_import_helper()
>> >>>>>>   File "/Library/Python/2.7/site-packages/CsoundAC.py", line 22, in
>> >>>>>> swig_import_helper
>> >>>>>>     _mod = imp.load_module('_CsoundAC', fp, pathname, description)
>> >>>>>> ImportError: dlopen(/Library/Python/2.7/site-packages/_CsoundAC.so,
>> >>>>>> 2):
>> >>>>>> Library not loaded: /usr/local/lib/libCsoundAC.6.0.dylib
>> >>>>>>   Referenced from: /Library/Python/2.7/site-packages/_CsoundAC.so
>> >>>>>>   Reason: image not found
>> >>>>>>  > ls /usr/local/lib/libCsoundAC.6.0.dylib
>> >>>>>> ls: /usr/local/lib/libCsoundAC.6.0.dylib: No such file or directory
>> >>>>>> ---END---
>> >>>>>>
>> >>>>>> -Damien.
>> >>>>>>
>> >>>>>> On 28/08/2013, at 1:13 AM, Steven Yi [via Csound] <[hidden email]>
>> >>>>>> wrote:
>> >>>>>>
>> >>>>>> Hi Damien,
>> >>>>>>
>> >>>>>> Could you try this one:
>> >>>>>>
>> >>>>>> http://www.kunstmusik.com/csound6.00.1-OSX10.8-x86_64.dmg
>> >>>>>>
>> >>>>>> Thanks,
>> >>>>>> steven
>> >>>>>>
>> >>>>>> On Tue, Aug 27, 2013 at 12:44 PM, Steven Yi <> >>>>>> href="> >>>>>> href="> >>>>>> href="> >>>>>>
>> >>>>>> href="x-msg://89/user/SendEmail.jtp?type=node&amp;amp;amp;node=5727132&amp;amp;amp;i=0">x-msg://89/user/SendEmail.jtp?type=node&amp;amp;node=5727132&amp;amp;i=0">> >>>>>>
>> >>>>>> href="x-msg://89/user/SendEmail.jtp?type=node&amp;amp;node=5727132&amp;amp;i=0">x-msg://89/user/SendEmail.jtp?type=node&amp;node=5727132&amp;i=0">> >>>>>> href="> >>>>>>
>> >>>>>> href="x-msg://89/user/SendEmail.jtp?type=node&amp;amp;node=5727132&amp;amp;i=0">x-msg://89/user/SendEmail.jtp?type=node&amp;node=5727132&amp;i=0">> >>>>>>
>> >>>>>> href="x-msg://89/user/SendEmail.jtp?type=node&amp;node=5727132&amp;i=0">x-msg://89/user/SendEmail.jtp?type=node&node=5727132&i=0"
>> >>>>>> target="_top" rel="nofollow" link="external">[hidden email]> wrote:
>> >>>>>>
>> >>>>>>> Well it looks like the _CsoundAC.so is linked to the
>> >>>>>>> libcsoundAC.6.0.0.dylib, and that latter library should be
>> >>>>>>> installed
>> >>>>>>> into /usr/local/lib with the installer.  The link is a bare link
>> >>>>>>> rather than absolute path.  It looks like I'll have to modify the
>> >>>>>>> installer to either add a symlink to libcsoundAC.6.0.0.dylib to
>> >>>>>>> the
>> >>>>>>> python install directory, or modify the _CsoundAC.so link path to
>> >>>>>>> resolve to libCsoundAC in /usr/local/lib.  I'll experiment here
>> >>>>>>> with
>> >>>>>>> the latter and post another build.
>> >>>>>>>
>> >>>>>>> On Tue, Aug 27, 2013 at 12:47 AM, deeloke <> >>>>>>> href="> >>>>>>> href="> >>>>>>> href="> >>>>>>>
>> >>>>>>> href="x-msg://89/user/SendEmail.jtp?type=node&amp;amp;amp;node=5727132&amp;amp;amp;i=1">x-msg://89/user/SendEmail.jtp?type=node&amp;amp;node=5727132&amp;amp;i=1">> >>>>>>>
>> >>>>>>> href="x-msg://89/user/SendEmail.jtp?type=node&amp;amp;node=5727132&amp;amp;i=1">x-msg://89/user/SendEmail.jtp?type=node&amp;node=5727132&amp;i=1">> >>>>>>> href="> >>>>>>>
>> >>>>>>> href="x-msg://89/user/SendEmail.jtp?type=node&amp;amp;node=5727132&amp;amp;i=1">x-msg://89/user/SendEmail.jtp?type=node&amp;node=5727132&amp;i=1">> >>>>>>>
>> >>>>>>> href="x-msg://89/user/SendEmail.jtp?type=node&amp;node=5727132&amp;i=1">x-msg://89/user/SendEmail.jtp?type=node&node=5727132&i=1"
>> >>>>>>> target="_top" rel="nofollow" link="external">[hidden email]>
>> >>>>>>> wrote:
>> >>>>>>>> Hi Steven,
>> >>>>>>>>
>> >>>>>>>> Its not working on my computer yet.
>> >>>>>>>>
>> >>>>>>>> Here is the error message produced when importing CsoundAC after
>> >>>>>>>> using
>> >>>>>>>> your
>> >>>>>>>> installer to install Csound 6:
>> >>>>>>>>
>> >>>>>>>>  > python
>> >>>>>>>> Python 2.7.3 (default, Aug 11 2013, 17:45:32)
>> >>>>>>>> [GCC 4.2.1 Compatible Apple LLVM 4.2 (clang-425.0.24)] on darwin
>> >>>>>>>> Type "help", "copyright", "credits" or "license" for more
>> >>>>>>>> information.
>> >>>>>>>>>>> import CsoundAC
>> >>>>>>>> Traceback (most recent call last):
>> >>>>>>>>   File "", line 1, in 
>> >>>>>>>>   File "/Library/Python/2.7/site-packages/CsoundAC.py", line 26,
>> >>>>>>>> in
>> >>>>>>>> 
>> >>>>>>>>     _CsoundAC = swig_import_helper()
>> >>>>>>>>   File "/Library/Python/2.7/site-packages/CsoundAC.py", line 22,
>> >>>>>>>> in
>> >>>>>>>> swig_import_helper
>> >>>>>>>>     _mod = imp.load_module('_CsoundAC', fp, pathname,
>> >>>>>>>> description)
>> >>>>>>>> ImportError:
>> >>>>>>>> dlopen(/Library/Python/2.7/site-packages/_CsoundAC.so,
>> >>>>>>>> 2):
>> >>>>>>>> Library not loaded: libCsoundAC.6.0.dylib
>> >>>>>>>>   Referenced from: /Library/Python/2.7/site-packages/_CsoundAC.so
>> >>>>>>>>   Reason: image not found
>> >>>>>>>>>>>
>> >>>>>>>>
>> >>>>>>>> -Damien.
>> >>>>>>>>
>> >>>>>>>> On 27/08/2013, at 10:28 AM, Steven Yi [via Csound] <[hidden
>> >>>>>>>> email]>
>> >>>>>>>> wrote:
>> >>>>>>>>
>> >>>>>>>> Hi Damien,
>> >>>>>>>>
>> >>>>>>>> I have CsoundAC building after fixing up the CMake file.  I have
>> >>>>>>>> a
>> >>>>>>>> build posted at:
>> >>>>>>>>
>> >>>>>>>> http://www.kunstmusik.com/csound6.00.1-OSX10.8-x86_64.dmg
>> >>>>>>>>
>> >>>>>>>> Could you try this at let me know if it's working for you?  One
>> >>>>>>>> thing
>> >>>>>>>> is that the Lua interface for Csound and CsoundAC are not
>> >>>>>>>> building
>> >>>>>>>> on
>> >>>>>>>> OSX, but this should have CsoundAC for Python.
>> >>>>>>>>
>> >>>>>>>> As for the csound homebrew recipe, it needs to be updated so that
>> >>>>>>>> building from --head uses the develop branch. I'll probably take
>> >>>>>>>> a
>> >>>>>>>> look at this tomorrow.
>> >>>>>>>>
>> >>>>>>>> Thanks,
>> >>>>>>>> steven
>> >>>>>>>>
>> >>>>>>>> On Mon, Aug 26, 2013 at 10:13 PM, deeloke <> >>>>>>>> href="> >>>>>>>> href="> >>>>>>>> href="> >>>>>>>> href="> >>>>>>>>
>> >>>>>>>> href="x-msg://8/user/SendEmail.jtp?type=node&amp;amp;amp;amp;node=5727123&amp;amp;amp;amp;i=0">x-msg://8/user/SendEmail.jtp?type=node&amp;amp;amp;node=5727123&amp;amp;amp;i=0">> >>>>>>>>
>> >>>>>>>> href="x-msg://8/user/SendEmail.jtp?type=node&amp;amp;amp;node=5727123&amp;amp;amp;i=0">x-msg://8/user/SendEmail.jtp?type=node&amp;amp;node=5727123&amp;amp;i=0">> >>>>>>>> href="> >>>>>>>>
>> >>>>>>>> href="x-msg://8/user/SendEmail.jtp?type=node&amp;amp;amp;node=5727123&amp;amp;amp;i=0">x-msg://8/user/SendEmail.jtp?type=node&amp;amp;node=5727123&amp;amp;i=0">> >>>>>>>>
>> >>>>>>>> href="x-msg://8/user/SendEmail.jtp?type=node&amp;amp;node=5727123&amp;amp;i=0">x-msg://8/user/SendEmail.jtp?type=node&amp;node=5727123&amp;i=0">> >>>>>>>> href="> >>>>>>>> href="> >>>>>>>>
>> >>>>>>>> href="x-msg://8/user/SendEmail.jtp?type=node&amp;amp;amp;node=5727123&amp;amp;amp;i=0">x-msg://8/user/SendEmail.jtp?type=node&amp;amp;node=5727123&amp;amp;i=0">> >>>>>>>>
>> >>>>>>>> href="x-msg://8/user/SendEmail.jtp?type=node&amp;amp;node=5727123&amp;amp;i=0">x-msg://8/user/SendEmail.jtp?type=node&amp;node=5727123&amp;i=0">> >>>>>>>> href="> >>>>>>>>
>> >>>>>>>> href="x-msg://8/user/SendEmail.jtp?type=node&amp;amp;node=5727123&amp;amp;i=0">x-msg://8/user/SendEmail.jtp?type=node&amp;node=5727123&amp;i=0">> >>>>>>>>
>> >>>>>>>> href="x-msg://8/user/SendEmail.jtp?type=node&amp;node=5727123&amp;i=0">x-msg://8/user/SendEmail.jtp?type=node&node=5727123&i=0"
>> >>>>>>>> target="_top" rel="nofollow" link="external">[hidden email]>
>> >>>>>>>> wrote:
>> >>>>>>>>
>> >>>>>>>>> Hi Steve,
>> >>>>>>>>>
>> >>>>>>>>> thanks replying so quickly.
>> >>>>>>>>>
>> >>>>>>>>> i've logged the bug at Github. I only require a working version
>> >>>>>>>>> for
>> >>>>>>>>> 10.8.
>> >>>>>>>>> I
>> >>>>>>>>> suspected the EIGEN3_INCLUDE_DIR was the culprit.
>> >>>>>>>>>
>> >>>>>>>>> The csound5-1.19.02.1-OSX10.8-universal installer does not
>> >>>>>>>>> properly
>> >>>>>>>>> install
>> >>>>>>>>> the CsoundAC files, but a forum user reported that the 5.18
>> >>>>>>>>> version
>> >>>>>>>>> works
>> >>>>>>>>> fine.
>> >>>>>>>>>
>> >>>>>>>>> In my experience, the Csound universal installer writes over the
>> >>>>>>>>> Homebrew
>> >>>>>>>>> libraries, breaking Homebrew in the process.  But it appears
>> >>>>>>>>> there
>> >>>>>>>>> is
>> >>>>>>>>> no
>> >>>>>>>>> other choice for mac users right now, if CsoundAC is needed.
>> >>>>>>>>>
>> >>>>>>>>> Thanks for looking into this. In every other respect your Csound
>> >>>>>>>>> tap
>> >>>>>>>>> worked
>> >>>>>>>>> great.
>> >>>>>>>>>
>> >>>>>>>>>  Let me know if I can do anything else to help.
>> >>>>>>>>>
>> >>>>>>>>> Kind regards,
>> >>>>>>>>> Damien.
>> >>>>>>>>>
>> >>>>>>>>>
>> >>>>>>>>> On 27/08/2013, at 6:56 AM, "Steven Yi [via Csound]" <[hidden
>> >>>>>>>>> email]>
>> >>>>>>>>> wrote:
>> >>>>>>>>>
>> >>>>>>>>> Hi Deeloke,
>> >>>>>>>>>
>> >>>>>>>>> Using the 5.18 installer may work if you ran the installer, but
>> >>>>>>>>> I'm
>> >>>>>>>>> not sure it'd work if you just picked out the file.
>> >>>>>>>>>
>> >>>>>>>>> Actually, it looks like CsoundAC doesn't build on any system
>> >>>>>>>>> that
>> >>>>>>>>> doesn't have EIGEN3_INCLUDE_DIR defined. That needs to be
>> >>>>>>>>> changed
>> >>>>>>>>> to
>> >>>>>>>>> use standard directories with the developer option to add custom
>> >>>>>>>>> folders to their Custom.cmake.
>> >>>>>>>>>
>> >>>>>>>>> Let me see if I can get CsoundAC building on OSX.  If so, I'll
>> >>>>>>>>> upload
>> >>>>>>>>> a build for 10.8.  If you need something for 10.6 or 10.7, then
>> >>>>>>>>> maybe
>> >>>>>>>>> Victor can help.
>> >>>>>>>>>
>> >>>>>>>>> For CsoundAC to build with Brew, that'd require getting the
>> >>>>>>>>> right
>> >>>>>>>>> dependencies installed from homebrew before installing. File a
>> >>>>>>>>> bug
>> >>>>>>>>> at
>> >>>>>>>>> the homebrew-csound repo:
>> >>>>>>>>>
>> >>>>>>>>> https://github.com/kunstmusik/homebrew-csound/issues
>> >>>>>>>>>
>> >>>>>>>>> And I'll take a look when I have time to do so.
>> >>>>>>>>>
>> >>>>>>>>> Thanks,
>> >>>>>>>>> steven
>> >>>>>>>>>
>> >>>>>>>>>
>> >>>>>>>>> On Mon, Aug 26, 2013 at 11:59 AM, deeloke <> >>>>>>>>> href="> >>>>>>>>> href="> >>>>>>>>> href="> >>>>>>>>> href="> >>>>>>>>> href="> >>>>>>>>>
>> >>>>>>>>> href="x-msg://78/user/SendEmail.jtp?type=node&amp;amp;amp;amp;amp;node=5727121&amp;amp;amp;amp;amp;i=0">x-msg://78/user/SendEmail.jtp?type=node&amp;amp;amp;amp;node=5727121&amp;amp;amp;amp;i=0">> >>>>>>>>>
>> >>>>>>>>> href="x-msg://78/user/SendEmail.jtp?type=node&amp;amp;amp;amp;node=5727121&amp;amp;amp;amp;i=0">x-msg://78/user/SendEmail.jtp?type=node&amp;amp;amp;node=5727121&amp;amp;amp;i=0">> >>>>>>>>> href="> >>>>>>>>>
>> >>>>>>>>> href="x-msg://78/user/SendEmail.jtp?type=node&amp;amp;amp;amp;node=5727121&amp;amp;amp;amp;i=0">x-msg://78/user/SendEmail.jtp?type=node&amp;amp;amp;node=5727121&amp;amp;amp;i=0">> >>>>>>>>>
>> >>>>>>>>> href="x-msg://78/user/SendEmail.jtp?type=node&amp;amp;amp;node=5727121&amp;amp;amp;i=0">x-msg://78/user/SendEmail.jtp?type=node&amp;amp;node=5727121&amp;amp;i=0">> >>>>>>>>> href="> >>>>>>>>> href="> >>>>>>>>>
>> >>>>>>>>> href="x-msg://78/user/SendEmail.jtp?type=node&amp;amp;amp;amp;node=5727121&amp;amp;amp;amp;i=0">x-msg://78/user/SendEmail.jtp?type=node&amp;amp;amp;node=5727121&amp;amp;amp;i=0">> >>>>>>>>>
>> >>>>>>>>> href="x-msg://78/user/SendEmail.jtp?type=node&amp;amp;amp;node=5727121&amp;amp;amp;i=0">x-msg://78/user/SendEmail.jtp?type=node&amp;amp;node=5727121&amp;amp;i=0">> >>>>>>>>> href="> >>>>>>>>>
>> >>>>>>>>> href="x-msg://78/user/SendEmail.jtp?type=node&amp;amp;amp;node=5727121&amp;amp;amp;i=0">x-msg://78/user/SendEmail.jtp?type=node&amp;amp;node=5727121&amp;amp;i=0">> >>>>>>>>>
>> >>>>>>>>> href="x-msg://78/user/SendEmail.jtp?type=node&amp;amp;node=5727121&amp;amp;i=0">x-msg://78/user/SendEmail.jtp?type=node&amp;node=5727121&amp;i=0">> >>>>>>>>> href="> >>>>>>>>> href="> >>>>>>>>> href="> >>>>>>>>>
>> >>>>>>>>> href="x-msg://78/user/SendEmail.jtp?type=node&amp;amp;amp;amp;node=5727121&amp;amp;amp;amp;i=0">x-msg://78/user/SendEmail.jtp?type=node&amp;amp;amp;node=5727121&amp;amp;amp;i=0">> >>>>>>>>>
>> >>>>>>>>> href="x-msg://78/user/SendEmail.jtp?type=node&amp;amp;amp;node=5727121&amp;amp;amp;i=0">x-msg://78/user/SendEmail.jtp?type=node&amp;amp;node=5727121&amp;amp;i=0">> >>>>>>>>> href="> >>>>>>>>>
>> >>>>>>>>> href="x-msg://78/user/SendEmail.jtp?type=node&amp;amp;amp;node=5727121&amp;amp;amp;i=0">x-msg://78/user/SendEmail.jtp?type=node&amp;amp;node=5727121&amp;amp;i=0">> >>>>>>>>>
>> >>>>>>>>> href="x-msg://78/user/SendEmail.jtp?type=node&amp;amp;node=5727121&amp;amp;i=0">x-msg://78/user/SendEmail.jtp?type=node&amp;node=5727121&amp;i=0">> >>>>>>>>> href="> >>>>>>>>> href="> >>>>>>>>>
>> >>>>>>>>> href="x-msg://78/user/SendEmail.jtp?type=node&amp;amp;amp;node=5727121&amp;amp;amp;i=0">x-msg://78/user/SendEmail.jtp?type=node&amp;amp;node=5727121&amp;amp;i=0">> >>>>>>>>>
>> >>>>>>>>> href="x-msg://78/user/SendEmail.jtp?type=node&amp;amp;node=5727121&amp;amp;i=0">x-msg://78/user/SendEmail.jtp?type=node&amp;node=5727121&amp;i=0">> >>>>>>>>> href="> >>>>>>>>>
>> >>>>>>>>> href="x-msg://78/user/SendEmail.jtp?type=node&amp;amp;node=5727121&amp;amp;i=0">x-msg://78/user/SendEmail.jtp?type=node&amp;node=5727121&amp;i=0">> >>>>>>>>>
>> >>>>>>>>> href="x-msg://78/user/SendEmail.jtp?type=node&amp;node=5727121&amp;i=0">x-msg://78/user/SendEmail.jtp?type=node&node=5727121&i=0"
>> >>>>>>>>> target="_top" rel="nofollow" link="external">[hidden email]>
>> >>>>>>>>> wrote:
>> >>>>>>>>>
>> >>>>>>>>>> Hi, this homebrew file provides Csound version 6.00.1 on my
>> >>>>>>>>>> install
>> >>>>>>>>>> of
>> >>>>>>>>>> 10.8.4.
>> >>>>>>>>>>
>> >>>>>>>>>> However the CsoundAC files do not appear to be included
>> >>>>>>>>>> properly.
>> >>>>>>>>>>
>> >>>>>>>>>> I tried copying the missing files from
>> >>>>>>>>>> csound5.18.031-OSX10.6-universal.pkg
>> >>>>>>>>>> (using Paficist) from this directory:
>> >>>>>>>>>>
>> >>>>>>>>>>
>> >>>>>>>>>>
>> >>>>>>>>>>
>> >>>>>>>>>>
>> >>>>>>>>>>
>> >>>>>>>>>>
>> >>>>>>>>>> /Library/Frameworks/CsoundLib.framework/Versions/5.2/Resources/Python/Current
>> >>>>>>>>>>
>> >>>>>>>>>> The files were copied to
>> >>>>>>>>>>
>> >>>>>>>>>> /Library/Frameworks/CsoundLib64.framework/Resources/Python/Current
>> >>>>>>>>>>
>> >>>>>>>>>> When I import CsoundAC in python, this error is produced:
>> >>>>>>>>>>
>> >>>>>>>>>>> python
>> >>>>>>>>>> Python 2.7.3 (default, Aug 11 2013, 17:45:32)
>> >>>>>>>>>> [GCC 4.2.1 Compatible Apple LLVM 4.2 (clang-425.0.24)] on
>> >>>>>>>>>> darwin
>> >>>>>>>>>> Type "help", "copyright", "credits" or "license" for more
>> >>>>>>>>>> information.
>> >>>>>>>>>>>>> import CsoundAC
>> >>>>>>>>>> Fatal Python error: PyThreadState_Get: no current thread
>> >>>>>>>>>> Abort trap: 6
>> >>>>>>>>>>
>> >>>>>>>>>> What's the best way to use CsoundAC on 10.8?
>> >>>>>>>>>>
>> >>>>>>>>>> Cheers,
>> >>>>>>>>>> deeloke
>> >>>>>>>>>>
>> >>>>>>>>>>
>> >>>>>>>>>>
>> >>>>>>>>>> --
>> >>>>>>>>>> View this message in context:
>> >>>>>>>>>>
>> >>>>>>>>>>
>> >>>>>>>>>>
>> >>>>>>>>>>
>> >>>>>>>>>> http://csound.1045644.n5.nabble.com/OSX-Homebrew-tp5723213p5727112.html
>> >>>>>>>>>> Sent from the Csound - Dev mailing list archive at Nabble.com.
>> >>>>>>>>>>
>> >>>>>>>>>>
>> >>>>>>>>>>
>> >>>>>>>>>>
>> >>>>>>>>>>
>> >>>>>>>>>>
>> >>>>>>>>>>
>> >>>>>>>>>>
>> >>>>>>>>>> ------------------------------------------------------------------------------
>> >>>>>>>>>> Introducing Performance Central, a new site from SourceForge
>> >>>>>>>>>> and
>> >>>>>>>>>> AppDynamics. Performance Central is your source for news,
>> >>>>>>>>>> insights,
>> >>>>>>>>>> analysis and resources for efficient Application Performance
>> >>>>>>>>>> Management.
>> >>>>>>>>>> Visit us today!
>> >>>>>>>>>>
>> >>>>>>>>>>
>> >>>>>>>>>>
>> >>>>>>>>>>
>> >>>>>>>>>>
>> >>>>>>>>>>
>> >>>>>>>>>>
>> >>>>>>>>>> http://pubads.g.doubleclick.net/gampad/clk?id=48897511&iu=/4140/ostg.clktrk
>> >>>>>>>>>> _______________________________________________
>> >>>>>>>>>> Csound-devel mailing list
>> >>>>>>>>>> > >>>>>>>>>> href="> >>>>>>>>>> href="> >>>>>>>>>> href="> >>>>>>>>>>
>> >>>>>>>>>> href="x-msg://78/user/SendEmail.jtp?type=node&amp;amp;amp;amp;amp;node=5727121&amp;amp;amp;amp;amp;i=1">x-msg://78/user/SendEmail.jtp?type=node&amp;amp;amp;amp;node=5727121&amp;amp;amp;amp;i=1">> >>>>>>>>>>
>> >>>>>>>>>> href="x-msg://78/user/SendEmail.jtp?type=node&amp;amp;amp;amp;node=5727121&amp;amp;amp;amp;i=1">x-msg://78/user/SendEmail.jtp?type=node&amp;amp;amp;node=5727121&amp;amp;amp;i=1">> >>>>>>>>>> href="> >>>>>>>>>>
>> >>>>>>>>>> href="x-msg://78/user/SendEmail.jtp?type=node&amp;amp;amp;amp;node=5727121&amp;amp;amp;amp;i=1">x-msg://78/user/SendEmail.jtp?type=node&amp;amp;amp;node=5727121&amp;amp;amp;i=1">> >>>>>>>>>>
>> >>>>>>>>>> href="x-msg://78/user/SendEmail.jtp?type=node&amp;amp;amp;node=5727121&amp;amp;amp;i=1">x-msg://78/user/SendEmail.jtp?type=node&amp;amp;node=5727121&amp;amp;i=1">> >>>>>>>>>> href="> >>>>>>>>>> href="> >>>>>>>>>>
>> >>>>>>>>>> href="x-msg://78/user/SendEmail.jtp?type=node&amp;amp;amp;amp;node=5727121&amp;amp;amp;amp;i=1">x-msg://78/user/SendEmail.jtp?type=node&amp;amp;amp;node=5727121&amp;amp;amp;i=1">> >>>>>>>>>>
>> >>>>>>>>>> href="x-msg://78/user/SendEmail.jtp?type=node&amp;amp;amp;node=5727121&amp;amp;amp;i=1">x-msg://78/user/SendEmail.jtp?type=node&amp;amp;node=5727121&amp;amp;i=1">> >>>>>>>>>> href="> >>>>>>>>>>
>> >>>>>>>>>> href="x-msg://78/user/SendEmail.jtp?type=node&amp;amp;amp;node=5727121&amp;amp;amp;i=1">x-msg://78/user/SendEmail.jtp?type=node&amp;amp;node=5727121&amp;amp;i=1">> >>>>>>>>>>
>> >>>>>>>>>> href="x-msg://78/user/SendEmail.jtp?type=node&amp;amp;node=5727121&amp;amp;i=1">x-msg://78/user/SendEmail.jtp?type=node&amp;node=5727121&amp;i=1">> >>>>>>>>>> href="> >>>>>>>>>> href="> >>>>>>>>>> href="> >>>>>>>>>>
>> >>>>>>>>>> href="x-msg://78/user/SendEmail.jtp?type=node&amp;amp;amp;amp;node=5727121&amp;amp;amp;amp;i=1">x-msg://78/user/SendEmail.jtp?type=node&amp;amp;amp;node=5727121&amp;amp;amp;i=1">> >>>>>>>>>>
>> >>>>>>>>>> href="x-msg://78/user/SendEmail.jtp?type=node&amp;amp;amp;node=5727121&amp;amp;amp;i=1">x-msg://78/user/SendEmail.jtp?type=node&amp;amp;node=5727121&amp;amp;i=1">> >>>>>>>>>> href="> >>>>>>>>>>
>> >>>>>>>>>> href="x-msg://78/user/SendEmail.jtp?type=node&amp;amp;amp;node=5727121&amp;amp;amp;i=1">x-msg://78/user/SendEmail.jtp?type=node&amp;amp;node=5727121&amp;amp;i=1">> >>>>>>>>>>
>> >>>>>>>>>> href="x-msg://78/user/SendEmail.jtp?type=node&amp;amp;node=5727121&amp;amp;i=1">x-msg://78/user/SendEmail.jtp?type=node&amp;node=5727121&amp;i=1">> >>>>>>>>>> href="> >>>>>>>>>> href="> >>>>>>>>>>
>> >>>>>>>>>> href="x-msg://78/user/SendEmail.jtp?type=node&amp;amp;amp;node=5727121&amp;amp;amp;i=1">x-msg://78/user/SendEmail.jtp?type=node&amp;amp;node=5727121&amp;amp;i=1">> >>>>>>>>>>
>> >>>>>>>>>> href="x-msg://78/user/SendEmail.jtp?type=node&amp;amp;node=5727121&amp;amp;i=1">x-msg://78/user/SendEmail.jtp?type=node&amp;node=5727121&amp;i=1">> >>>>>>>>>> href="> >>>>>>>>>>
>> >>>>>>>>>> href="x-msg://78/user/SendEmail.jtp?type=node&amp;amp;node=5727121&amp;amp;i=1">x-msg://78/user/SendEmail.jtp?type=node&amp;node=5727121&amp;i=1">> >>>>>>>>>>
>> >>>>>>>>>> href="x-msg://78/user/SendEmail.jtp?type=node&amp;node=5727121&amp;i=1">x-msg://78/user/SendEmail.jtp?type=node&node=5727121&i=1"
>> >>>>>>>>>> target="_top" rel="nofollow" link="external">[hidden email]
>> >>>>>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>> >>>>>>>>>
>> >>>>>>>>>
>> >>>>>>>>>
>> >>>>>>>>>
>> >>>>>>>>>
>> >>>>>>>>>
>> >>>>>>>>> ------------------------------------------------------------------------------
>> >>>>>>>>> Introducing Performance Central, a new site from SourceForge and
>> >>>>>>>>> AppDynamics. Performance Central is your source for news,
>> >>>>>>>>> insights,
>> >>>>>>>>> analysis and resources for efficient Application Performance
>> >>>>>>>>> Management.
>> >>>>>>>>> Visit us today!
>> >>>>>>>>>
>> >>>>>>>>>
>> >>>>>>>>>
>> >>>>>>>>>
>> >>>>>>>>>
>> >>>>>>>>>
>> >>>>>>>>> http://pubads.g.doubleclick.net/gampad/clk?id=48897511&iu=/4140/ostg.clktrk
>> >>>>>>>>> _______________________________________________
>> >>>>>>>>> Csound-devel mailing list
>> >>>>>>>>> > >>>>>>>>> href="> >>>>>>>>> href="> >>>>>>>>> href="> >>>>>>>>>
>> >>>>>>>>> href="x-msg://78/user/SendEmail.jtp?type=node&amp;amp;amp;amp;amp;node=5727121&amp;amp;amp;amp;amp;i=2">x-msg://78/user/SendEmail.jtp?type=node&amp;amp;amp;amp;node=5727121&amp;amp;amp;amp;i=2">> >>>>>>>>>
>> >>>>>>>>> href="x-msg://78/user/SendEmail.jtp?type=node&amp;amp;amp;amp;node=5727121&amp;amp;amp;amp;i=2">x-msg://78/user/SendEmail.jtp?type=node&amp;amp;amp;node=5727121&amp;amp;amp;i=2">> >>>>>>>>> href="> >>>>>>>>>
>> >>>>>>>>> href="x-msg://78/user/SendEmail.jtp?type=node&amp;amp;amp;amp;node=5727121&amp;amp;amp;amp;i=2">x-msg://78/user/SendEmail.jtp?type=node&amp;amp;amp;node=5727121&amp;amp;amp;i=2">> >>>>>>>>>
>> >>>>>>>>> href="x-msg://78/user/SendEmail.jtp?type=node&amp;amp;amp;node=5727121&amp;amp;amp;i=2">x-msg://78/user/SendEmail.jtp?type=node&amp;amp;node=5727121&amp;amp;i=2">> >>>>>>>>> href="> >>>>>>>>> href="> >>>>>>>>>
>> >>>>>>>>> href="x-msg://78/user/SendEmail.jtp?type=node&amp;amp;amp;amp;node=5727121&amp;amp;amp;amp;i=2">x-msg://78/user/SendEmail.jtp?type=node&amp;amp;amp;node=5727121&amp;amp;amp;i=2">> >>>>>>>>>
>> >>>>>>>>> href="x-msg://78/user/SendEmail.jtp?type=node&amp;amp;amp;node=5727121&amp;amp;amp;i=2">x-msg://78/user/SendEmail.jtp?type=node&amp;amp;node=5727121&amp;amp;i=2">> >>>>>>>>> href="> >>>>>>>>>
>> >>>>>>>>> href="x-msg://78/user/SendEmail.jtp?type=node&amp;amp;amp;node=5727121&amp;amp;amp;i=2">x-msg://78/user/SendEmail.jtp?type=node&amp;amp;node=5727121&amp;amp;i=2">> >>>>>>>>>
>> >>>>>>>>> href="x-msg://78/user/SendEmail.jtp?type=node&amp;amp;node=5727121&amp;amp;i=2">x-msg://78/user/SendEmail.jtp?type=node&amp;node=5727121&amp;i=2">> >>>>>>>>> href="> >>>>>>>>> href="> >>>>>>>>> href="> >>>>>>>>>
>> >>>>>>>>> href="x-msg://78/user/SendEmail.jtp?type=node&amp;amp;amp;amp;node=5727121&amp;amp;amp;amp;i=2">x-msg://78/user/SendEmail.jtp?type=node&amp;amp;amp;node=5727121&amp;amp;amp;i=2">> >>>>>>>>>
>> >>>>>>>>> href="x-msg://78/user/SendEmail.jtp?type=node&amp;amp;amp;node=5727121&amp;amp;amp;i=2">x-msg://78/user/SendEmail.jtp?type=node&amp;amp;node=5727121&amp;amp;i=2">> >>>>>>>>> href="> >>>>>>>>>
>> >>>>>>>>> href="x-msg://78/user/SendEmail.jtp?type=node&amp;amp;amp;node=5727121&amp;amp;amp;i=2">x-msg://78/user/SendEmail.jtp?type=node&amp;amp;node=5727121&amp;amp;i=2">> >>>>>>>>>
>> >>>>>>>>> href="x-msg://78/user/SendEmail.jtp?type=node&amp;amp;node=5727121&amp;amp;i=2">x-msg://78/user/SendEmail.jtp?type=node&amp;node=5727121&amp;i=2">> >>>>>>>>> href="> >>>>>>>>> href="> >>>>>>>>>
>> >>>>>>>>> href="x-msg://78/user/SendEmail.jtp?type=node&amp;amp;amp;node=5727121&amp;amp;amp;i=2">x-msg://78/user/SendEmail.jtp?type=node&amp;amp;node=5727121&amp;amp;i=2">> >>>>>>>>>
>> >>>>>>>>> href="x-msg://78/user/SendEmail.jtp?type=node&amp;amp;node=5727121&amp;amp;i=2">x-msg://78/user/SendEmail.jtp?type=node&amp;node=5727121&amp;i=2">> >>>>>>>>> href="> >>>>>>>>>
>> >>>>>>>>> href="x-msg://78/user/SendEmail.jtp?type=node&amp;amp;node=5727121&amp;amp;i=2">x-msg://78/user/SendEmail.jtp?type=node&amp;node=5727121&amp;i=2">> >>>>>>>>>
>> >>>>>>>>> href="x-msg://78/user/SendEmail.jtp?type=node&amp;node=5727121&amp;i=2">x-msg://78/user/SendEmail.jtp?type=node&node=5727121&i=2"
>> >>>>>>>>> target="_top" rel="nofollow" link="external">[hidden email]
>> >>>>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>> >>>>>>>>>
>> >>>>>>>>>
>> >>>>>>>>> ________________________________
>> >>>>>>>>> If you reply to this email, your message will be added to the
>> >>>>>>>>> discussion
>> >>>>>>>>> below:
>> >>>>>>>>>
>> >>>>>>>>>
>> >>>>>>>>>
>> >>>>>>>>>
>> >>>>>>>>> http://csound.1045644.n5.nabble.com/OSX-Homebrew-tp5723213p5727121.html
>> >>>>>>>>> To unsubscribe from OSX: Homebrew, click here.
>> >>>>>>>>> NAML
>> >>>>>>>>>
>> >>>>>>>>>
>> >>>>>>>>> [hidden email]
>> >>>>>>>>>
>> >>>>>>>>>
>> >>>>>>>>>
>> >>>>>>>>>
>> >>>>>>>>> ________________________________
>> >>>>>>>>> View this message in context: Re: OSX: Homebrew (CsoundAC)
>> >>>>>>>>>
>> >>>>>>>>> Sent from the Csound - Dev mailing list archive at Nabble.com.
>> >>>>>>>>>
>> >>>>>>>>>
>> >>>>>>>>>
>> >>>>>>>>>
>> >>>>>>>>>
>> >>>>>>>>>
>> >>>>>>>>>
>> >>>>>>>>> ------------------------------------------------------------------------------
>> >>>>>>>>> Introducing Performance Central, a new site from SourceForge and
>> >>>>>>>>> AppDynamics. Performance Central is your source for news,
>> >>>>>>>>> insights,
>> >>>>>>>>> analysis and resources for efficient Application Performance
>> >>>>>>>>> Management.
>> >>>>>>>>> Visit us today!
>> >>>>>>>>>
>> >>>>>>>>>
>> >>>>>>>>>
>> >>>>>>>>>
>> >>>>>>>>>
>> >>>>>>>>>
>> >>>>>>>>> http://pubads.g.doubleclick.net/gampad/clk?id=48897511&iu=/4140/ostg.clktrk
>> >>>>>>>>> _______________________________________________
>> >>>>>>>>> Csound-devel mailing list
>> >>>>>>>>> > >>>>>>>>> href="> >>>>>>>>> href="> >>>>>>>>>
>> >>>>>>>>> href="x-msg://8/user/SendEmail.jtp?type=node&amp;amp;amp;amp;node=5727123&amp;amp;amp;amp;i=1">x-msg://8/user/SendEmail.jtp?type=node&amp;amp;amp;node=5727123&amp;amp;amp;i=1">> >>>>>>>>>
>> >>>>>>>>> href="x-msg://8/user/SendEmail.jtp?type=node&amp;amp;amp;node=5727123&amp;amp;amp;i=1">x-msg://8/user/SendEmail.jtp?type=node&amp;amp;node=5727123&amp;amp;i=1">> >>>>>>>>> href="> >>>>>>>>>
>> >>>>>>>>> href="x-msg://8/user/SendEmail.jtp?type=node&amp;amp;amp;node=5727123&amp;amp;amp;i=1">x-msg://8/user/SendEmail.jtp?type=node&amp;amp;node=5727123&amp;amp;i=1">> >>>>>>>>>
>> >>>>>>>>> href="x-msg://8/user/SendEmail.jtp?type=node&amp;amp;node=5727123&amp;amp;i=1">x-msg://8/user/SendEmail.jtp?type=node&amp;node=5727123&amp;i=1">> >>>>>>>>> href="> >>>>>>>>> href="> >>>>>>>>>
>> >>>>>>>>> href="x-msg://8/user/SendEmail.jtp?type=node&amp;amp;amp;node=5727123&amp;amp;amp;i=1">x-msg://8/user/SendEmail.jtp?type=node&amp;amp;node=5727123&amp;amp;i=1">> >>>>>>>>>
>> >>>>>>>>> href="x-msg://8/user/SendEmail.jtp?type=node&amp;amp;node=5727123&amp;amp;i=1">x-msg://8/user/SendEmail.jtp?type=node&amp;node=5727123&amp;i=1">> >>>>>>>>> href="> >>>>>>>>>
>> >>>>>>>>> href="x-msg://8/user/SendEmail.jtp?type=node&amp;amp;node=5727123&amp;amp;i=1">x-msg://8/user/SendEmail.jtp?type=node&amp;node=5727123&amp;i=1">> >>>>>>>>>
>> >>>>>>>>> href="x-msg://8/user/SendEmail.jtp?type=node&amp;node=5727123&amp;i=1">x-msg://8/user/SendEmail.jtp?type=node&node=5727123&i=1"
>> >>>>>>>>> target="_top" rel="nofollow" link="external">[hidden email]
>> >>>>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>> >>>>>>>>>
>> >>>>>>>>
>> >>>>>>>>
>> >>>>>>>>
>> >>>>>>>>
>> >>>>>>>>
>> >>>>>>>> ------------------------------------------------------------------------------
>> >>>>>>>> Introducing Performance Central, a new site from SourceForge and
>> >>>>>>>> AppDynamics. Performance Central is your source for news,
>> >>>>>>>> insights,
>> >>>>>>>> analysis and resources for efficient Application Performance
>> >>>>>>>> Management.
>> >>>>>>>> Visit us today!
>> >>>>>>>>
>> >>>>>>>>
>> >>>>>>>>
>> >>>>>>>>
>> >>>>>>>>
>> >>>>>>>> http://pubads.g.doubleclick.net/gampad/clk?id=48897511&iu=/4140/ostg.clktrk
>> >>>>>>>> _______________________________________________
>> >>>>>>>> Csound-devel mailing list
>> >>>>>>>> > >>>>>>>> href="> >>>>>>>> href="> >>>>>>>>
>> >>>>>>>> href="x-msg://8/user/SendEmail.jtp?type=node&amp;amp;amp;amp;node=5727123&amp;amp;amp;amp;i=2">x-msg://8/user/SendEmail.jtp?type=node&amp;amp;amp;node=5727123&amp;amp;amp;i=2">> >>>>>>>>
>> >>>>>>>> href="x-msg://8/user/SendEmail.jtp?type=node&amp;amp;amp;node=5727123&amp;amp;amp;i=2">x-msg://8/user/SendEmail.jtp?type=node&amp;amp;node=5727123&amp;amp;i=2">> >>>>>>>> href="> >>>>>>>>
>> >>>>>>>> href="x-msg://8/user/SendEmail.jtp?type=node&amp;amp;amp;node=5727123&amp;amp;amp;i=2">x-msg://8/user/SendEmail.jtp?type=node&amp;amp;node=5727123&amp;amp;i=2">> >>>>>>>>
>> >>>>>>>> href="x-msg://8/user/SendEmail.jtp?type=node&amp;amp;node=5727123&amp;amp;i=2">x-msg://8/user/SendEmail.jtp?type=node&amp;node=5727123&amp;i=2">> >>>>>>>> href="> >>>>>>>> href="> >>>>>>>>
>> >>>>>>>> href="x-msg://8/user/SendEmail.jtp?type=node&amp;amp;amp;node=5727123&amp;amp;amp;i=2">x-msg://8/user/SendEmail.jtp?type=node&amp;amp;node=5727123&amp;amp;i=2">> >>>>>>>>
>> >>>>>>>> href="x-msg://8/user/SendEmail.jtp?type=node&amp;amp;node=5727123&amp;amp;i=2">x-msg://8/user/SendEmail.jtp?type=node&amp;node=5727123&amp;i=2">> >>>>>>>> href="> >>>>>>>>
>> >>>>>>>> href="x-msg://8/user/SendEmail.jtp?type=node&amp;amp;node=5727123&amp;amp;i=2">x-msg://8/user/SendEmail.jtp?type=node&amp;node=5727123&amp;i=2">> >>>>>>>>
>> >>>>>>>> href="x-msg://8/user/SendEmail.jtp?type=node&amp;node=5727123&amp;i=2">x-msg://8/user/SendEmail.jtp?type=node&node=5727123&i=2"
>> >>>>>>>> target="_top" rel="nofollow" link="external">[hidden email]
>> >>>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>> >>>>>>>>
>> >>>>>>>>
>> >>>>>>>> ________________________________
>> >>>>>>>> If you reply to this email, your message will be added to the
>> >>>>>>>> discussion
>> >>>>>>>> below:
>> >>>>>>>>
>> >>>>>>>>
>> >>>>>>>>
>> >>>>>>>> http://csound.1045644.n5.nabble.com/OSX-Homebrew-tp5723213p5727123.html
>> >>>>>>>> To unsubscribe from OSX: Homebrew, click here.
>> >>>>>>>> NAML
>> >>>>>>>>
>> >>>>>>>>
>> >>>>>>>> [hidden email]
>> >>>>>>>>
>> >>>>>>>>
>> >>>>>>>>
>> >>>>>>>>
>> >>>>>>>> ________________________________
>> >>>>>>>> View this message in context: Re: OSX: Homebrew (CsoundAC)
>> >>>>>>>> Sent from the Csound - Dev mailing list archive at Nabble.com.
>> >>>>>>>>
>> >>>>>>>>
>> >>>>>>>>
>> >>>>>>>>
>> >>>>>>>>
>> >>>>>>>>
>> >>>>>>>> ------------------------------------------------------------------------------
>> >>>>>>>> Introducing Performance Central, a new site from SourceForge and
>> >>>>>>>> AppDynamics. Performance Central is your source for news,
>> >>>>>>>> insights,
>> >>>>>>>> analysis and resources for efficient Application Performance
>> >>>>>>>> Management.
>> >>>>>>>> Visit us today!
>> >>>>>>>>
>> >>>>>>>>
>> >>>>>>>>
>> >>>>>>>>
>> >>>>>>>>
>> >>>>>>>> http://pubads.g.doubleclick.net/gampad/clk?id=48897511&iu=/4140/ostg.clktrk
>> >>>>>>>> _______________________________________________
>> >>>>>>>> Csound-devel mailing list
>> >>>>>>>> > >>>>>>>> href="> >>>>>>>> href="> >>>>>>>> href="> >>>>>>>>
>> >>>>>>>> href="x-msg://89/user/SendEmail.jtp?type=node&amp;amp;amp;node=5727132&amp;amp;amp;i=2">x-msg://89/user/SendEmail.jtp?type=node&amp;amp;node=5727132&amp;amp;i=2">> >>>>>>>>
>> >>>>>>>> href="x-msg://89/user/SendEmail.jtp?type=node&amp;amp;node=5727132&amp;amp;i=2">x-msg://89/user/SendEmail.jtp?type=node&amp;node=5727132&amp;i=2">> >>>>>>>> href="> >>>>>>>>
>> >>>>>>>> href="x-msg://89/user/SendEmail.jtp?type=node&amp;amp;node=5727132&amp;amp;i=2">x-msg://89/user/SendEmail.jtp?type=node&amp;node=5727132&amp;i=2">> >>>>>>>>
>> >>>>>>>> href="x-msg://89/user/SendEmail.jtp?type=node&amp;node=5727132&amp;i=2">x-msg://89/user/SendEmail.jtp?type=node&node=5727132&i=2"
>> >>>>>>>> target="_top" rel="nofollow" link="external">[hidden email]
>> >>>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>> >>>>>>>>
>> >>>>>>
>> >>>>>>
>> >>>>>>
>> >>>>>>
>> >>>>>> ------------------------------------------------------------------------------
>> >>>>>> Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012,
>> >>>>>> more!
>> >>>>>> Discover the easy way to master current and previous Microsoft
>> >>>>>> technologies
>> >>>>>> and advance your career. Get an incredible 1,500+ hours of
>> >>>>>> step-by-step
>> >>>>>> tutorial videos with LearnDevNow. Subscribe today and save!
>> >>>>>>
>> >>>>>>
>> >>>>>>
>> >>>>>>
>> >>>>>> http://pubads.g.doubleclick.net/gampad/clk?id=58040911&iu=/4140/ostg.clktrk
>> >>>>>> _______________________________________________
>> >>>>>> Csound-devel mailing list
>> >>>>>> > >>>>>> href="> >>>>>>
>> >>>>>> href="x-msg://89/user/SendEmail.jtp?type=node&amp;amp;amp;node=5727132&amp;amp;amp;i=3">x-msg://89/user/SendEmail.jtp?type=node&amp;amp;node=5727132&amp;amp;i=3">> >>>>>>
>> >>>>>> href="x-msg://89/user/SendEmail.jtp?type=node&amp;amp;node=5727132&amp;amp;i=3">x-msg://89/user/SendEmail.jtp?type=node&amp;node=5727132&amp;i=3">> >>>>>> href="> >>>>>>
>> >>>>>> href="x-msg://89/user/SendEmail.jtp?type=node&amp;amp;node=5727132&amp;amp;i=3">x-msg://89/user/SendEmail.jtp?type=node&amp;node=5727132&amp;i=3">> >>>>>>
>> >>>>>> href="x-msg://89/user/SendEmail.jtp?type=node&amp;node=5727132&amp;i=3">x-msg://89/user/SendEmail.jtp?type=node&node=5727132&i=3"
>> >>>>>> target="_top" rel="nofollow" link="external">[hidden email]
>> >>>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>> >>>>>>
>> >>>>>>
>> >>>>>> ________________________________
>> >>>>>> If you reply to this email, your message will be added to the
>> >>>>>> discussion
>> >>>>>> below:
>> >>>>>>
>> >>>>>>
>> >>>>>> http://csound.1045644.n5.nabble.com/OSX-Homebrew-tp5723213p5727132.html
>> >>>>>> To unsubscribe from OSX: Homebrew, click here.
>> >>>>>> NAML
>> >>>>>>
>> >>>>>>
>> >>>>>>
>> >>>>>>
>> >>>>>>
>> >>>>>> ________________________________
>> >>>>>> View this message in context: Re: OSX: Homebrew (CsoundAC)
>> >>>>>> Sent from the Csound - Dev mailing list archive at Nabble.com.
>> >>>>>>
>> >>>>>>
>> >>>>>>
>> >>>>>>
>> >>>>>>
>> >>>>>> ------------------------------------------------------------------------------
>> >>>>>> Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012,
>> >>>>>> more!
>> >>>>>> Discover the easy way to master current and previous Microsoft
>> >>>>>> technologies
>> >>>>>> and advance your career. Get an incredible 1,500+ hours of
>> >>>>>> step-by-step
>> >>>>>> tutorial videos with LearnDevNow. Subscribe today and save!
>> >>>>>>
>> >>>>>>
>> >>>>>>
>> >>>>>>
>> >>>>>> http://pubads.g.doubleclick.net/gampad/clk?id=58040911&iu=/4140/ostg.clktrk
>> >>>>>> _______________________________________________
>> >>>>>> Csound-devel mailing list
>> >>>>>> > >>>>>> href="> >>>>>> href="> >>>>>>
>> >>>>>> href="x-msg://220/user/SendEmail.jtp?type=node&amp;amp;node=5727265&amp;amp;i=2">x-msg://220/user/SendEmail.jtp?type=node&amp;node=5727265&amp;i=2">> >>>>>>
>> >>>>>> href="x-msg://220/user/SendEmail.jtp?type=node&amp;node=5727265&amp;i=2">x-msg://220/user/SendEmail.jtp?type=node&node=5727265&i=2"
>> >>>>>> target="_top" rel="nofollow" link="external">[hidden email]
>> >>>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>> >>>>>>
>> >>>>
>> >>>>
>> >>>>
>> >>>> ------------------------------------------------------------------------------
>> >>>> Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012,
>> >>>> more!
>> >>>> Discover the easy way to master current and previous Microsoft
>> >>>> technologies
>> >>>> and advance your career. Get an incredible 1,500+ hours of
>> >>>> step-by-step
>> >>>> tutorial videos with LearnDevNow. Subscribe today and save!
>> >>>>
>> >>>>
>> >>>>
>> >>>> http://pubads.g.doubleclick.net/gampad/clk?id=58040911&iu=/4140/ostg.clktrk
>> >>>> _______________________________________________
>> >>>> Csound-devel mailing list
>> >>>> > >>>>
>> >>>> href="x-msg://220/user/SendEmail.jtp?type=node&amp;amp;node=5727265&amp;amp;i=3">x-msg://220/user/SendEmail.jtp?type=node&amp;node=5727265&amp;i=3">> >>>>
>> >>>> href="x-msg://220/user/SendEmail.jtp?type=node&amp;node=5727265&amp;i=3">x-msg://220/user/SendEmail.jtp?type=node&node=5727265&i=3"
>> >>>> target="_top" rel="nofollow" link="external">[hidden email]
>> >>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>> >>>>
>> >>>>
>> >>>> ________________________________
>> >>>> If you reply to this email, your message will be added to the
>> >>>> discussion
>> >>>> below:
>> >>>>
>> >>>> http://csound.1045644.n5.nabble.com/OSX-Homebrew-tp5723213p5727265.html
>> >>>> To unsubscribe from OSX: Homebrew, click here.
>> >>>> NAML
>> >>>>
>> >>>>
>> >>>> [hidden email]
>> >>>>
>> >>>>
>> >>>>
>> >>>>
>> >>>> ________________________________
>> >>>> View this message in context: Re: OSX: Homebrew (CsoundAC)
>> >>>> Sent from the Csound - Dev mailing list archive at Nabble.com.
>> >>>>
>> >>>>
>> >>>>
>> >>>>
>> >>>> ------------------------------------------------------------------------------
>> >>>> Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012,
>> >>>> more!
>> >>>> Discover the easy way to master current and previous Microsoft
>> >>>> technologies
>> >>>> and advance your career. Get an incredible 1,500+ hours of
>> >>>> step-by-step
>> >>>> tutorial videos with LearnDevNow. Subscribe today and save!
>> >>>>
>> >>>>
>> >>>>
>> >>>> http://pubads.g.doubleclick.net/gampad/clk?id=58040911&iu=/4140/ostg.clktrk
>> >>>> _______________________________________________
>> >>>> Csound-devel mailing list
>> >>>> > >>>> href="> >>>>
>> >>>> href="x-msg://232/user/SendEmail.jtp?type=node&amp;node=5727267&amp;i=1">x-msg://232/user/SendEmail.jtp?type=node&node=5727267&i=1"
>> >>>> target="_top" rel="nofollow" link="external">[hidden email]
>> >>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>> >>>>
>> >>>
>> >>>
>> >>> ------------------------------------------------------------------------------
>> >>> Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
>> >>> Discover the easy way to master current and previous Microsoft
>> >>> technologies
>> >>> and advance your career. Get an incredible 1,500+ hours of
>> >>> step-by-step
>> >>> tutorial videos with LearnDevNow. Subscribe today and save!
>> >>>
>> >>>
>> >>> http://pubads.g.doubleclick.net/gampad/clk?id=58040911&iu=/4140/ostg.clktrk
>> >>> _______________________________________________
>> >>> Csound-devel mailing list
>> >>> x-msg://232/user/SendEmail.jtp?type=node&node=5727267&i=2"
>> >>> target="_top" rel="nofollow" link="external">[hidden email]
>> >>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>> >>>
>> >>>
>> >>> ________________________________
>> >>> If you reply to this email, your message will be added to the
>> >>> discussion
>> >>> below:
>> >>>
>> >>> http://csound.1045644.n5.nabble.com/OSX-Homebrew-tp5723213p5727267.html
>> >>> To unsubscribe from OSX: Homebrew, click here.
>> >>> NAML
>> >>>
>> >>>
>> >>> [hidden email]
>> >>>
>> >>>
>> >>>
>> >>>
>> >>> ________________________________
>> >>> View this message in context: Re: OSX: Homebrew (CsoundAC)
>> >>> Sent from the Csound - Dev mailing list archive at Nabble.com.
>> >>>
>> >>>
>> >>>
>> >>> ------------------------------------------------------------------------------
>> >>> Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
>> >>> Discover the easy way to master current and previous Microsoft
>> >>> technologies
>> >>> and advance your career. Get an incredible 1,500+ hours of
>> >>> step-by-step
>> >>> tutorial videos with LearnDevNow. Subscribe today and save!
>> >>>
>> >>>
>> >>> http://pubads.g.doubleclick.net/gampad/clk?id=58040911&iu=/4140/ostg.clktrk
>> >>> _______________________________________________
>> >>> Csound-devel mailing list
>> >>> > >>>
>> >>> href="x-msg://160/user/SendEmail.jtp?type=node&node=5727283&i=2"
>> >>> target="_top" rel="nofollow" link="external">[hidden email]
>> >>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>> >>>
>> >
>> > ------------------------------------------------------------------------------
>> > Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
>> > Discover the easy way to master current and previous Microsoft
>> > technologies
>> > and advance your career. Get an incredible 1,500+ hours of step-by-step
>> > tutorial videos with LearnDevNow. Subscribe today and save!
>> >
>> > http://pubads.g.doubleclick.net/gampad/clk?id=58040911&iu=/4140/ostg.clktrk
>> > _______________________________________________
>> > Csound-devel mailing list
>> > > > href="x-msg://160/user/SendEmail.jtp?type=node&node=5727283&i=3"
>> > target="_top" rel="nofollow" link="external">[hidden email]
>> > https://lists.sourceforge.net/lists/listinfo/csound-devel
>> >
>> >
>> > ________________________________
>> > If you reply to this email, your message will be added to the discussion
>> > below:
>> > http://csound.1045644.n5.nabble.com/OSX-Homebrew-tp5723213p5727283.html
>> > To unsubscribe from OSX: Homebrew, click here.
>> > NAML
>> >
>> >
>> > [hidden email]
>> >
>> >
>> >
>> >
>> > ________________________________
>> > View this message in context: Re: OSX: Homebrew (CsoundAC)
>> > Sent from the Csound - Dev mailing list archive at Nabble.com.
>> >
>> >
>> > ------------------------------------------------------------------------------
>> > Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
>> > Discover the easy way to master current and previous Microsoft
>> > technologies
>> > and advance your career. Get an incredible 1,500+ hours of step-by-step
>> > tutorial videos with LearnDevNow. Subscribe today and save!
>> >
>> > http://pubads.g.doubleclick.net/gampad/clk?id=58040911&iu=/4140/ostg.clktrk
>> > _______________________________________________
>> > Csound-devel mailing list
>> > Csound-devel@lists.sourceforge.net
>> > https://lists.sourceforge.net/lists/listinfo/csound-devel
>> >
>>
>>
>> ------------------------------------------------------------------------------
>> Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
>> Discover the easy way to master current and previous Microsoft
>> technologies
>> and advance your career. Get an incredible 1,500+ hours of step-by-step
>> tutorial videos with LearnDevNow. Subscribe today and save!
>>
>> http://pubads.g.doubleclick.net/gampad/clk?id=58040911&iu=/4140/ostg.clktrk
>> _______________________________________________
>> Csound-devel mailing list
>> Csound-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>
>
>
> ------------------------------------------------------------------------------
> Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
> Discover the easy way to master current and previous Microsoft technologies
> and advance your career. Get an incredible 1,500+ hours of step-by-step
> tutorial videos with LearnDevNow. Subscribe today and save!
> http://pubads.g.doubleclick.net/gampad/clk?id=58040911&iu=/4140/ostg.clktrk
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel
>



-- 

Saludos,
Felipe Sateler

------------------------------------------------------------------------------
Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
Discover the easy way to master current and previous Microsoft technologies
and advance your career. Get an incredible 1,500+ hours of step-by-step
tutorial videos with LearnDevNow. Subscribe today and save!
http://pubads.g.doubleclick.net/gampad/clk?id=58040911&iu=/4140/ostg.clktrk
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net