linhpsdr icon indicating copy to clipboard operation
linhpsdr copied to clipboard

Trouble Compiling - ALSA

Open w2naf opened this issue 5 years ago • 1 comments

Hi. We are trying to compile the master branch on Ubuntu 18.04. We followed the readme file, but are having trouble with ALSA:

hamsci@clack:~/Downloads/linhpsdr$ make
rm -f version.o
gcc -Wno-deprecated-declarations  -D GIT_DATE='"2019-10-08"' -D GIT_VERSION='"Beta"'   -O3 -g `pkg-config --cflags gtk+-3.0`  -c -o main.o main.c
In file included from main.c:37:0:
receiver.h:27:10: fatal error: alsa/asoundlib.h: No such file or directory
 #include <alsa/asoundlib.h>
          ^~~~~~~~~~~~~~~~~~
compilation terminated.

Thank you, Nathaniel

w2naf avatar Oct 11 '19 19:10 w2naf

Sorry I had not pushed the latest README.md which has the install info for alsa.

g0orx avatar Oct 11 '19 21:10 g0orx