-
Notifications
You must be signed in to change notification settings - Fork 212
Open
Description
$ 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.
Metadata
Metadata
Assignees
Labels
No labels