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
Acid/Sources/Audio/Wave/WaveSoundBuffer.cpp:4:10: fatal error:
'OpenAL/al.h' file not found
#include <OpenAL/al.h>
^~~~~~~~~~~~~
/Users/antoineqian/c++/Acid/Sources/Audio/Wave/WaveSoundBuffer.cpp:4:10: note:
did not find header 'al.h' in framework 'OpenAL' (loaded from '/Library/Frameworks')
I have installed openal-soft correctly
The text was updated successfully, but these errors were encountered:
Describe the bug
Unable to build on macOs 12.5.1
To Reproduce
At the step:
Expected behaviour
compiles correctly
Screenshots
Hardware:
Additional context
I get the error
I have installed openal-soft correctly
The text was updated successfully, but these errors were encountered: