Cmake don't found portaudio

Hi,
I’m installing version 3.7.3 on Ubuntu 14.04.

Cmake output:
.
.
.
– Configuring gr-audio support…
– Dependency Boost_FOUND = 1
– Dependency ENABLE_GNURADIO_RUNTIME = ON
– Enabling gr-audio support.
– Override with -DENABLE_GR_AUDIO=ON/OFF
– Found ALSA 1.0.27.2
– Found jack: /usr/lib/x86_64-linux-gnu/libjack.so
– checking for module ‘portaudio’
– package ‘portaudio’ not found
– Boost version: 1.54.0
– Found the following Boost libraries:
– date_time
– program_options
– filesystem
– system
– thread
.
.
.

I have this packages:
dpkg --get-selections | grep portaudio
libportaudio0 install
libportaudio2:amd64 install
libportaudiocpp0:amd64 install
portaudio19-dev install

Have I to install some more package?

Thanks you for your attention.

Rodrigo F.

On Thu, Jul 10, 2014 at 3:39 PM, Rodrigo F.
[email protected]
wrote:

– Enabling gr-audio support.
– system
portaudio19-dev install

Have I to install some more package?

Thanks you for your attention.

Rodrigo F.

I’m not hugely familiar with portaudio, but there was a patch given to
us
to better work with Portaudio for the 3.7.4 release. It’s possible that
this could fix your problem.

(We should be announcing the 3.7.4 release later today; if you use git,
you
can already “git checkout v3.7.4”.)

Tom

The problem was fixed in version 3.7.4.

Thanks!

2014-07-14 16:54 GMT-03:00 Tom R. [email protected]: