You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I did some spelunking around the web but I couldn't find a fast solution for this. Apple removed Alure/OpenAL headers in Catalina (or at least the version I have 10.15.7) and I couldn't find anywhere to download and install the headers (package also removed from brew)
Package alure was not found in the pkg-config search path.
Perhaps you should add the directory containing `alure.pc'
to the PKG_CONFIG_PATH environment variable
No package 'alure' found
cc -I/usr/local/opt/ruby/include -O3 -g -Wall -DVERSION=\"1.4.0\" -DPATH_AUDIO=\""./wav"\" -c main.c -o main.o
main.c:16:10: fatal error: 'OpenAL/alure.h' file not found
#include <OpenAL/alure.h>
^~~~~~~~~~~~~~~~
main.c:16:10: note: did not find header 'alure.h' in framework 'OpenAL' (loaded from '/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk/System/Library/Frameworks')
1 error generated.
make: *** [main.o] Error 1
The text was updated successfully, but these errors were encountered:
I did some spelunking around the web but I couldn't find a fast solution for this. Apple removed Alure/OpenAL headers in Catalina (or at least the version I have 10.15.7) and I couldn't find anywhere to download and install the headers (package also removed from brew)
The text was updated successfully, but these errors were encountered: