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

Cannot build on macOS #132

Open
antoineqian opened this issue Oct 11, 2022 · 1 comment
Open

Cannot build on macOS #132

antoineqian opened this issue Oct 11, 2022 · 1 comment

Comments

@antoineqian
Copy link

Describe the bug
Unable to build on macOs 12.5.1

To Reproduce
At the step:

xcodebuild -quiet -target Acid -configuration Release

Expected behaviour
compiles correctly

Screenshots

Hardware:

  • Device: intel core i9
  • OS: macOs 12.5.1

Additional context
I get the error

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

image

@IsaccBarker
Copy link

Try uninstalling via vcpkg and compiling from Macports or from source, and see if that works. That worked for me.

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

2 participants