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
{{ message }}
This repository has been archived by the owner on Jun 27, 2023. It is now read-only.
Hello,
(MacOS Monterey v12.4)
I am currently trying to follow the steps recommended on #28
I replaced two of these lines with:
#include <OpenAL/al.h>
#include <OpenAL/alc.h>
(as recommended on the issue above)
Though, I still have an error when running: python setup.py install
3 warnings generated.
clang -bundle -undefined dynamic_lookup -arch arm64 -arch x86_64 -Wl,-headerpad,0x1000 build/temp.macosx-10.14-x86_64-cpython-38/deps/sphinxbase/src/libsphinxad/ad_openal.o build/temp.macosx-10.14-x86_64-cpython-38/swig/sphinxbase/ad_openal_wrap.o /System/Library/Frameworks/OpenAL.framework/Versions/A/OpenAL -o build/lib.macosx-10.14-x86_64-cpython-38/sphinxbase/_ad_openal.cpython-38-darwin.so
clang: error: no such file or directory: '/System/Library/Frameworks/OpenAL.framework/Versions/A/OpenAL'
error: command '/usr/bin/clang' failed with exit code 1
Thanks!
The text was updated successfully, but these errors were encountered:
Hello,
(MacOS Monterey v12.4)
I am currently trying to follow the steps recommended on #28
I replaced two of these lines with:
#include <OpenAL/al.h>
#include <OpenAL/alc.h>
(as recommended on the issue above)
Though, I still have an error when running: python setup.py install
3 warnings generated.
clang -bundle -undefined dynamic_lookup -arch arm64 -arch x86_64 -Wl,-headerpad,0x1000 build/temp.macosx-10.14-x86_64-cpython-38/deps/sphinxbase/src/libsphinxad/ad_openal.o build/temp.macosx-10.14-x86_64-cpython-38/swig/sphinxbase/ad_openal_wrap.o /System/Library/Frameworks/OpenAL.framework/Versions/A/OpenAL -o build/lib.macosx-10.14-x86_64-cpython-38/sphinxbase/_ad_openal.cpython-38-darwin.so
clang: error: no such file or directory: '/System/Library/Frameworks/OpenAL.framework/Versions/A/OpenAL'
error: command '/usr/bin/clang' failed with exit code 1
Thanks!
The text was updated successfully, but these errors were encountered: