lucianodato / speech-denoiser

A speech denoise lv2 plugin based on RNNoise library
GNU Lesser General Public License v3.0
285 stars 29 forks source link

meson.build failing with mesion version 0.47.0 #9

Closed stefano-tronci closed 6 years ago

stefano-tronci commented 6 years ago

Hi there! When using the latest version from Arch repos (0.47.0) meson cannot build the software:

meson.build:13:0: ERROR:  C library 'rnnoise' not found

A full log can be found at /home/crocoduck/abs/.BuildTests/speech-denoiser-git/src/speech-denoiser/build/meson-logs/meson-log.txt
==> ERROR: A failure occurred in build().
    Aborting...

However, it does build just fine when using meson 0.46.1, which is the latest one cached by pacman on my system. I attached the meson-log.txt file.

It could be very well a problem in the Arch Linux meson package, but to make sure I must ask whether you are observing the same. The other option is that meson 0.47.0 has some change that break your meson.build file, or some bug. This is the issue that inspired me to downgrade meson.

Hope it helps!

meson-log.txt

stefano-tronci commented 6 years ago

It builds just fine with meson 0.47.1. It must have been a bug in meson.

lucianodato commented 6 years ago

@CrocoDuckoDucks great!