Skip to content
This repository has been archived by the owner on Jun 27, 2023. It is now read-only.

error: command '/usr/bin/clang' failed with exit code 1 #73

Open
ldaumail opened this issue Jul 8, 2022 · 1 comment
Open

error: command '/usr/bin/clang' failed with exit code 1 #73

ldaumail opened this issue Jul 8, 2022 · 1 comment

Comments

@ldaumail
Copy link

ldaumail commented Jul 8, 2022

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!

@ldaumail
Copy link
Author

Nevermind, I solved my issue with 3a56428

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

No branches or pull requests

1 participant