jgaeddert / liquid-dsp

digital signal processing library for software-defined radios
http://liquidsdr.org
MIT License
1.89k stars 443 forks source link

Build/make failed : liquid-dsp Version 1.4.0 , Ubuntu 20.04.4 LTS #283

Closed AndresChoza closed 2 years ago

AndresChoza commented 2 years ago

I'm trying to install the library, but as I run a "make" command on the terminal I keep getting this error:

image

Thanks in advance.

AndresChoza commented 2 years ago

Solved.

You just need to cast "du" and "dv" as float .

Just like in #49