Acid icon indicating copy to clipboard operation
Acid copied to clipboard

Cannot build on macOS

Open antoineqian opened this issue 2 years ago • 1 comments

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

antoineqian avatar Oct 11 '22 20:10 antoineqian

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

IsaccBarker avatar Aug 10 '23 04:08 IsaccBarker