bucklespring icon indicating copy to clipboard operation
bucklespring copied to clipboard

Alure Package no longer part of Mac Os X 10.15.x

Open karianna opened this issue 4 years ago • 2 comments

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

karianna avatar Jan 06 '21 15:01 karianna

Just ran into the same problem. Thanks for reporting this.

RebornJumpman avatar Jan 09 '21 04:01 RebornJumpman

Seems that the alure package is back (or was never missing?):

% brew install alure           
Warning: alure 1.2_1 is already installed and up-to-date

Basically, #94 is working for me on macOS 11 at least.

AlexanderWillner avatar Jan 21 '21 11:01 AlexanderWillner