-
Notifications
You must be signed in to change notification settings - Fork 53
Need to add instruction to run: autoreconf -i before running ./autogen.sh #19
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
Comments
I need instructions for building on an M1 (Arm) MacOS because it fails when running make in the src directory:
|
I actually can't get past the python setup.py build command:
|
By commenting out the lines in setup.py that add the -mfloat and -mfpu flags it gets further, but dies with this:
I gather MacOS doesn't support prctl.h any longer so it needs an ifdef in the include? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Please consider updating the instructions on https://github.com/xiongyihui/python-webrtc-audio-processing for Build option 2 to include running autoreconf -i before running ./autogen.sh
To avoid problems like below when running ./autogen.sh:
./autogen.sh: line 2: libtoolize: command not found
...
configure: error: cannot find required auxiliary files: ltmain.sh
you need to run autoreconf -i
this should copy the ltmain.sh into the current directory.
The text was updated successfully, but these errors were encountered: