I've been trying to install CLAM[1] under mac os X, but it turns out that the wiki was a little bit obsolet and some steps are broken.<br>First, I couldn't install the "libsndfile", it reports this error: 
Command output: sndfile-play.c:489: error: 'time_in' undeclared (first use in this function)<br>Then, I've tried to install all other dependencies, but "cppunit" is not available neither.<br><br>I've also installed jackOSX, and Qjackctl for mac os x, but it crashes when I try to run it after configuring.
<br>(Following some instructions from the Ardour Mac OS X team [3])<br><br>So I've moved into trying to install LADSPA[2], so I've needed to hack the makefile a little bit.<br>But now, trying to compile, it gaves me errors about the "
stdio.h" [4] file:<br>In file included from listplugins.c:10:<br>/usr/include/stdio.h:84: error: parse error before 'fpos_t'<br><br>Does anyone have any hint about this problems?<br><br><br>[1] <a href="http://clam.iua.upf.edu/wikis/clam/index.php/Devel/Mac_OSX_build">
http://clam.iua.upf.edu/wikis/clam/index.php/Devel/Mac_OSX_build</a><br>[2] <a href="http://www.ladspa.org/download/">http://www.ladspa.org/download/</a><br>[3] <a href="http://ardour.org/requirements_osx">http://ardour.org/requirements_osx
</a><br>[4] <a href="http://lalists.stanford.edu/lad/2005/04/0162.html">http://lalists.stanford.edu/lad/2005/04/0162.html</a><br><br>