TLeconte / vdlm2dec

vdl mode 2 SDR decoder
GNU General Public License v2.0
71 stars 23 forks source link

make of version f180941 fails #15

Closed DickvanNoort closed 6 years ago

DickvanNoort commented 6 years ago

gcc -Ofast -Wall -pthread -D WITH_RTL -I /usr/local/include/librtlsdr -c -o label.o label.c label.c:5:22: fatal error: acarsdec.h: No such file or directory

include "acarsdec.h"

Apparently some acardec files are needed/referenced..

DickvanNoort commented 6 years ago

Fixed in release 0a05509. Thank you.