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
richardneese@Richards-Mini linhpsdr % make -f Makefile.mac install 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 In file included from main.c:39: ./receiver.h:24:10: fatal error: 'soundio/soundio.h' file not found #include <soundio/soundio.h> ^~~~~~~~~~~~~~~~~~~ 1 error generated. make: *** [main.o] Error 1
pkg-config --cflags gtk+-3.0
the lib is installed
The text was updated successfully, but these errors were encountered:
as it seems the inssue is INtel mac and arm mac put brew pkgs in diff places
m1/m2/m3 us /opt now for installingbrew pkgs . we need a way to determan if mac or intel build and what brew dir to us for deps
Sorry, something went wrong.
No branches or pull requests
richardneese@Richards-Mini linhpsdr % make -f Makefile.mac install
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.cIn file included from main.c:39:
./receiver.h:24:10: fatal error: 'soundio/soundio.h' file not found
#include <soundio/soundio.h>
^~~~~~~~~~~~~~~~~~~
1 error generated.
make: *** [main.o] Error 1
the lib is installed
The text was updated successfully, but these errors were encountered: