-
Notifications
You must be signed in to change notification settings - Fork 2k
Description
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 :)