-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Python3 + greenlet install issue #1245
Comments
Don't mean to hijack the issue, but I'm running into a very similar trace for trace
|
@SomberNight Give it a try with Python3.5 instead of Python3.6. Also it looks a bit similar, but I can tell it's probably not that related. I may have some ideas what it is, but please create a dedicated issue for it and paste the link here. |
AndreMiras
added a commit
to AndreMiras/python-for-android
that referenced
this issue
Apr 1, 2018
Fixes CFLAGS, LDSHARED and LDFLAGS to point to Crystax.
inclement
added a commit
that referenced
this issue
Jan 26, 2019
Migrates greenlet to new python3 recipe, fixes #1245
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is with Ubuntu 16.04 and crystax-ndk-10.3.2.
On Gentoo a bit different, but related, since it's trying to hook with the wrong include and get types mismatch at pre-processing type:
Relevant parts of my buildozer.spec (requirements and ndk_path):
For this error my guess is the greenlet recipe should be updated to to override CFLAGS and other things.
The text was updated successfully, but these errors were encountered: