We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
Just tested python-for-android with higher platform versions and noticed that on versions >19 :
ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer --sysroot /home/thopiekar/.android-tools/android-ndk//platforms/android-21/arch-arm -fno-strict-aliasing -DANDROID -mandroid -fomit-frame-pointer --sysroot /home/thopiekar/.android-tools/android-ndk//platforms/android-21/arch-arm -DNDEBUG -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -c ./Modules/datetimemodule.c -o Modules/datetimemodule.o ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer --sysroot /home/thopiekar/.android-tools/android-ndk//platforms/android-21/arch-arm -fno-strict-aliasing -DANDROID -mandroid -fomit-frame-pointer --sysroot /home/thopiekar/.android-tools/android-ndk//platforms/android-21/arch-arm -DNDEBUG -I. -IInclude -I./Include -fPIC -DPy_BUILD_CORE -c ./Modules/_bisectmodule.c -o Modules/_bisectmodule.o ./Modules/timemodule.c:31:23: fatal error: sys/timeb.h: No such file or directory #include <sys/timeb.h> ^ compilation terminated. Makefile:1318: recipe for target 'Modules/timemodule.o' failed make: *** [Modules/timemodule.o] Error 1 make: *** Auf noch nicht beendete Prozesse wird gewartet …
PS: A similar problem on firefox-for-android: https://bugzilla.mozilla.org/show_bug.cgi?id=1092023. Looks like our py2.7 is outdated...
The text was updated successfully, but these errors were encountered:
I hadn't noticed this before, but it seems this is already reported at #261 , so I'll close this one.
One suggestion seems to be that using a newer python version fixes things. Maybe in the meantime we can do a simple patch.
Sorry, something went wrong.
You'll find a ( temporary ) solution at
#410
Thanks, @dl1ksv !
No branches or pull requests
Just tested python-for-android with higher platform versions and noticed that on versions >19 :
PS: A similar problem on firefox-for-android: https://bugzilla.mozilla.org/show_bug.cgi?id=1092023.
Looks like our py2.7 is outdated...
The text was updated successfully, but these errors were encountered: