-
Notifications
You must be signed in to change notification settings - Fork 1.9k
ifaddrs compilation error #1398
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
Closed
@om26er I remember you said you fixed it earlier #1298 (comment). |
AndreMiras
added a commit
to AndreMiras/python-for-android
that referenced
this issue
Jan 30, 2019
Makes sure the compiler is being used rather than ccache alone.
AndreMiras
added a commit
to AndreMiras/python-for-android
that referenced
this issue
Jan 30, 2019
Makes sure the compiler is being used rather than ccache alone. Also pin the commit version and use zip download rather than git clone.
AndreMiras
added a commit
to AndreMiras/python-for-android
that referenced
this issue
Jan 30, 2019
Makes sure the compiler is being used rather than ccache alone. Also pin the commit version and use zip download rather than git clone.
inclement
added a commit
that referenced
this issue
Jan 30, 2019
…ixes Fixes ifaddrs recipe, closes #1398
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Versions
Description
Compiling
ifaddrs
recipe fails when it should not.buildozer.spec
Command:
Environment:
Logs
The relevant part of the error is:
Cause
This is because ifaddrs recipe is splitting/cutting the
CC
environment and keeping only the first part which is ccache rather than the actual compiler, see line 43.The text was updated successfully, but these errors were encountered: