On Fri, 19 Jun 2009, Timothy McDowell wrote:

> I installed portaudio via macports. When I try to 'make ruby' I get missing
> 'PortAudio.h' file errors. Any help?

I've not done this, so I'm hoping that someone who knows will jump
in to help...

Is there a configure step you need to do before make?  If there is,
then paths of what is available, and the consequential decisions
about what is built will have changed.  Thus you would need to do
something like 
./configure
first.

Otherwise, you may need to edit the Makefile to tell it what you
have and where it lives.

If there is a clean target in the makefile, you may need to make
clean after your previous failed build.  I seem to recall there was
an issue about versions of portaudio before, but I don't remember.

        Hope that helps,
        Hugh

Reply via email to