-
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
# Command failed: ./distribute.sh -m "kivy" -d "myapp" #271
Comments
Try Cython 0.20 instead of 0.21. On Mon, Sep 22, 2014 at 10:06 AM, infitiatio notifications@github.com
Ben Rousch |
Thank you. It worked. Do you know, by the way, could we use python3 instead of python2? |
python-for-android doesn't support python3 yet, it needs more significant changes on the android end. p4a might support python3 before then, but your app would still need to support python2. |
Thank you all.. It worked, I thought something was wrong with my OS, because Ubuntu was having some issues while downloading, so I thought of uninstalling it. It compiled on MintDeb, but GUI just blinks once when interpreting. I will compile and check on android. Thank you once more :) |
Yep, Kivy < 1.9 is not compatible with the latest Cython 0.21. Next version is. |
I have already checked all forums including all posts on this one. Cython version is 0.21, SDK, ADT, and NDK are isntalled and other required software (as I hope so...). version = 1.0. It can't build this testing example, so... Nevertheless I am getting this error:
Generate config.h
Generate config.pxi
Detected compiler is unix
building 'kivy.graphics.shader' extension
ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer --sysroot /home/nomen_nescio/.buildozer/android/platform/android-ndk-r9c/platforms/android-14/arch-arm -DNDEBUG -DANDROID -mandroid -fomit-frame-pointer --sysroot /home/nomen_nescio/.buildozer/android/platform/android-ndk-r9c/platforms/android-14/arch-arm -fPIC -I/home/nomen_nescio/.buildozer/android/platform/android-ndk-r9c/platforms/android-14/arch-arm/usr/include -I/home/nomen_nescio/.buildozer/android/platform/python-for-android/build/python-install/include/python2.7 -c kivy/graphics/shader.c -o build/temp.linux-i686-2.7/kivy/graphics/shader.o
kivy/graphics/shader.c:1:2: error: #error Do not use this file, it is the result of a failed Cython compilation.
#error Do not use this file, it is the result of a failed Cython compilation.
^
error: command 'ccache' failed with exit status 1
Command failed: ./distribute.sh -m "kivy" -d "myapp"
Thank you :)
The text was updated successfully, but these errors were encountered: