g0orx / linhpsdr

Linux HPSDR
GNU General Public License v3.0
74 stars 44 forks source link

main.c:33:10: fatal error: 'wdsp.h' file not found #124

Open Adam-Jesus opened 10 months ago

Adam-Jesus commented 10 months ago

EDIT: I found the solution to this problem in another Issue: Multiple "Packages not found" #55 https://github.com/g0orx/linhpsdr/issues/55

Greetings,

I'm having some trouble building linhpsdr and am wondering if I might get some help

The following is terminal output showing the current problem "'wdsp.h' file not found"

Thanks,

Lachlan ✨

Lachlans-Mac-Pro:linhpsdr lachlanmaccoll$ make /Applications/Xcode.app/Contents/Developer/usr/bin/make -f Makefile.mac rm -f version.o cc -Wno-deprecated-declarations -D SOUNDIO -D GIT_DATE='"2023-01-06"' -D GIT_VERSION='"Beta"' -D MIDI -O3 -g -D MIDI pkg-config --cflags gtk+-3.0 -c -o main.o main.c main.c:33:10: fatal error: 'wdsp.h' file not found

include

     ^~~~~~~~

1 error generated. make[1]: [main.o] Error 1 make: [all] Error 2 Lachlans-Mac-Pro:linhpsdr lachlanmaccoll$