$ make
gcc -Isrc/inc -O2 -Wall -DPA_USE_COREAUDIO pkg-config --cflags opencv src/audio.c -c -o objs/audio.o
src/audio.c:34:10: fatal error: 'portaudio.h' file not found
include <portaudio.h>
1 error generated.
make: *** [objs/audio.o] Error 1
Hi, I believe I have installed portaudio properly, why does this show every time? I can see portaudio.h in my usr/local/include/, what should I do? Many thanks.
$ make
gcc -Isrc/inc -O2 -Wall -DPA_USE_COREAUDIO
pkg-config --cflags opencvsrc/audio.c -c -o objs/audio.osrc/audio.c:34:10: fatal error: 'portaudio.h' file not found
include <portaudio.h>
1 error generated.
make: *** [objs/audio.o] Error 1
Hi, I believe I have installed portaudio properly, why does this show every time? I can see portaudio.h in my usr/local/include/, what should I do? Many thanks.