On 17.2.2019. 07:04, Thomas Trepl via blfs-dev wrote:
Hi,

while rebuilding stuff for 8.4 i came across pulseaudio. I have fftw
installed and so i expected that pulseaudio will link to it somehow
(as it it mentioned as an optional dep). But it didn't.

The config.log of pulseaudio shows:
...
configure:23251: checking for FFTW
configure:23258: $PKG_CONFIG --exists --print-errors " fftw3f "
Package fftw3f was not found in the pkg-config search path.
Perhaps you should add the directory containing `fftw3f.pc'
to the PKG_CONFIG_PATH environment variable
No package 'fftw3f' found
configure:23261: $? = 1
configure:23275: $PKG_CONFIG --exists --print-errors " fftw3f "
Package fftw3f was not found in the pkg-config search path.
Perhaps you should add the directory containing `fftw3f.pc'
to the PKG_CONFIG_PATH environment variable
No package 'fftw3f' found
configure:23278: $? = 1
configure:23292: result: no
No package 'fftw3f' found
...

Indeed, there is no fftw3f.pc, only a /usr/lib/pkgconfig/fftw3.pc

Ideas?

--
Thomas


FFTW has three "modes". This requires compiling it three times. See [1].
You need "single precision" for pulse.

https://git.archlinux.org/svntogit/packages.git/tree/trunk/PKGBUILD?h=packages/fftw
--
http://lists.linuxfromscratch.org/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to