Skip to content
New issue

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

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

Open
karianna opened this issue Jan 6, 2021 · 2 comments
Open

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

karianna opened this issue Jan 6, 2021 · 2 comments

Comments

@karianna
Copy link

karianna commented Jan 6, 2021

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
@RebornJumpman
Copy link

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

@AlexanderWillner
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants