We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
EDIT: I found the solution to this problem in another Issue: Multiple "Packages not found" #55 #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 <wdsp.h> ^~~~~~~~ 1 error generated. make[1]: *** [main.o] Error 1 make: *** [all] Error 2 Lachlans-Mac-Pro:linhpsdr lachlanmaccoll$
pkg-config --cflags gtk+-3.0
The text was updated successfully, but these errors were encountered:
No branches or pull requests
EDIT: I found the solution to this problem in another Issue: Multiple "Packages not found" #55 #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.cmain.c:33:10: fatal error: 'wdsp.h' file not found
#include <wdsp.h>
^~~~~~~~
1 error generated.
make[1]: *** [main.o] Error 1
make: *** [all] Error 2
Lachlans-Mac-Pro:linhpsdr lachlanmaccoll$
The text was updated successfully, but these errors were encountered: