Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    text
    copied!<p>Tried your instructions on Mac OSX Mountain Lion (10.8), and it was progressing a lot in compilation but then was failing with: </p> <pre><code>In file included from ./test/patest_sine_channelmaps.c:53: ./include/pa_mac_core.h:100:1: error: unknown type name 'AudioDeviceID' AudioDeviceID PaMacCore_GetStreamInputDevice( PaStream* s ); ^ ./include/pa_mac_core.h:109:1: error: unknown type name 'AudioDeviceID' AudioDeviceID PaMacCore_GetStreamOutputDevice( PaStream* s ); ^ 2 errors generated. make: *** [bin/patest_sine_channelmaps] Error 1 </code></pre> <p>However, I figured out you can simply use <a href="http://brew.sh/" rel="nofollow">Homebrew</a> (apt-like packet manager for OSX) and it will do the dirty job like a charm. Find binaries and headers in the specified install directory :)</p> <pre><code>$ brew install portaudio Warning: It appears you have MacPorts or Fink installed. Software installed with other package managers causes known problems for Homebrew. If a formula fails to build, uninstall MacPorts/Fink and try again. ==&gt; Downloading http://www.portaudio.com/archives/pa_stable_v19_20111121.tgz ######################################################################## 100.0% ==&gt; Downloading patches ######################################################################## 100.0% ==&gt; Patching patching file include/pa_mac_core.h ==&gt; ./configure --prefix=/usr/local/Cellar/portaudio/19.20111121 --enable-mac-un ==&gt; make install /usr/local/Cellar/portaudio/19.20111121: 8 files, 316K, built in 20 seconds </code></pre>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload