Skip to content

Instantly share code, notes, and snippets.

@johtso
Created January 19, 2014 10:49
Show Gist options
  • Save johtso/8503195 to your computer and use it in GitHub Desktop.
Save johtso/8503195 to your computer and use it in GitHub Desktop.
Entering in ARM enviromnent
Compiler found at /Users/human/.buildozer/android/platform/android-ndk-r9/toolchains/arm-linux-androideabi-4.8/prebuilt/darwin-x86_64/bin//arm-linux-androideabi-gcc
/Users/human/Code/kivy/.buildozer/android/platform/python-for-android/build/python-install/lib/python2.7/distutils/dist.py:267: UserWarning: Unknown distribution option: 'install_requires'
warnings.warn(msg)
running build_ext
building 'jnius' extension
creating build
creating build/temp.macosx-10.4-x86_64-2.7
creating build/temp.macosx-10.4-x86_64-2.7/jnius
arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer --sysroot /Users/human/.buildozer/android/platform/android-ndk-r9/platforms/android-14/arch-arm -DNDEBUG -DANDROID -mandroid -fomit-frame-pointer --sysroot /Users/human/.buildozer/android/platform/android-ndk-r9/platforms/android-14/arch-arm -I/Users/human/Code/kivy/.buildozer/android/platform/python-for-android/build/python-install/include/python2.7 -c jnius/jnius.c -o build/temp.macosx-10.4-x86_64-2.7/jnius/jnius.o
arm-linux-androideabi-gcc: error: jnius/jnius.c: No such file or directory
arm-linux-androideabi-gcc: fatal error: no input files
compilation terminated.
error: command 'arm-linux-androideabi-gcc' failed with exit status 1
warning: jnius/jnius.pyx:2:0: __getslice__, __setslice__, and __delslice__ are not supported by Python 3, use __getitem__, __setitem__, and __delitem__ instead
/Users/human/Code/kivy/.buildozer/android/platform/python-for-android/build/python-install/lib/python2.7/distutils/dist.py:267: UserWarning: Unknown distribution option: 'install_requires'
warnings.warn(msg)
running build_ext
building 'jnius' extension
arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer --sysroot /Users/human/.buildozer/android/platform/android-ndk-r9/platforms/android-14/arch-arm -DNDEBUG -DANDROID -mandroid -fomit-frame-pointer --sysroot /Users/human/.buildozer/android/platform/android-ndk-r9/platforms/android-14/arch-arm -I/Users/human/Code/kivy/.buildozer/android/platform/python-for-android/build/python-install/include/python2.7 -c jnius/jnius.c -o build/temp.macosx-10.4-x86_64-2.7/jnius/jnius.o
jnius/jnius.c: In function '__pyx_f_5jnius_5jnius_py_invoke0':
jnius/jnius.c:23127:29: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
__pyx_t_2 = ((PyObject *)((void *)__pyx_v_jptr));
^
creating build/lib.macosx-10.4-x86_64-2.7
creating build/lib.macosx-10.4-x86_64-2.7/jnius
/Users/human/Code/kivy/.buildozer/android/platform/python-for-android/src/tools/liblink -lm -L/Users/human/Code/kivy/.buildozer/android/platform/python-for-android/build/libs -DANDROID -mandroid -fomit-frame-pointer --sysroot /Users/human/.buildozer/android/platform/android-ndk-r9/platforms/android-14/arch-arm build/temp.macosx-10.4-x86_64-2.7/jnius/jnius.o -Llibs/armeabi -L/Users/human/Code/kivy/.buildozer/android/platform/python-for-android/build/python-install/lib -lsdl -llog -lpython2.7 -o build/lib.macosx-10.4-x86_64-2.7/jnius/jnius.so
/Users/human/Code/kivy/.buildozer/android/platform/python-for-android/build/python-install/lib/python2.7/distutils/dist.py:267: UserWarning: Unknown distribution option: 'install_requires'
warnings.warn(msg)
running install
running build
running build_py
copying jnius/__init__.py -> build/lib.macosx-10.4-x86_64-2.7/jnius
copying jnius/reflect.py -> build/lib.macosx-10.4-x86_64-2.7/jnius
running build_ext
running install_lib
creating /Users/human/Code/kivy/.buildozer/android/platform/python-for-android/build/python-install/lib/python2.7/site-packages/jnius
copying build/lib.macosx-10.4-x86_64-2.7/jnius/__init__.py -> /Users/human/Code/kivy/.buildozer/android/platform/python-for-android/build/python-install/lib/python2.7/site-packages/jnius
copying build/lib.macosx-10.4-x86_64-2.7/jnius/jnius.so -> /Users/human/Code/kivy/.buildozer/android/platform/python-for-android/build/python-install/lib/python2.7/site-packages/jnius
copying build/lib.macosx-10.4-x86_64-2.7/jnius/reflect.py -> /Users/human/Code/kivy/.buildozer/android/platform/python-for-android/build/python-install/lib/python2.7/site-packages/jnius
byte-compiling /Users/human/Code/kivy/.buildozer/android/platform/python-for-android/build/python-install/lib/python2.7/site-packages/jnius/__init__.py to __init__.pyc
byte-compiling /Users/human/Code/kivy/.buildozer/android/platform/python-for-android/build/python-install/lib/python2.7/site-packages/jnius/reflect.py to reflect.pyc
writing byte-compilation script '/var/folders/yk/fxrb7ghs38n7ngyc_979kdk40000gn/T/tmpq1UElg.py'
/Users/human/Code/kivy/.buildozer/android/platform/python-for-android/build/python-install/bin/python.host -OO /var/folders/yk/fxrb7ghs38n7ngyc_979kdk40000gn/T/tmpq1UElg.py
removing /var/folders/yk/fxrb7ghs38n7ngyc_979kdk40000gn/T/tmpq1UElg.py
running install_egg_info
Writing /Users/human/Code/kivy/.buildozer/android/platform/python-for-android/build/python-install/lib/python2.7/site-packages/jnius-1.1_dev-py2.7.egg-info
Leaving ARM enviromnent
Call build_android
Entering in ARM enviromnent
Compiler found at /Users/human/.buildozer/android/platform/android-ndk-r9/toolchains/arm-linux-androideabi-4.8/prebuilt/darwin-x86_64/bin//arm-linux-androideabi-gcc
running build_ext
building 'android._android' extension
creating build
creating build/temp.macosx-10.4-x86_64-2.7
creating build/temp.macosx-10.4-x86_64-2.7/android
arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer --sysroot /Users/human/.buildozer/android/platform/android-ndk-r9/platforms/android-14/arch-arm -DNDEBUG -DANDROID -mandroid -fomit-frame-pointer --sysroot /Users/human/.buildozer/android/platform/android-ndk-r9/platforms/android-14/arch-arm -I/Users/human/Code/kivy/.buildozer/android/platform/python-for-android/build/python-install/include/python2.7 -c android/_android.c -o build/temp.macosx-10.4-x86_64-2.7/android/_android.o
arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer --sysroot /Users/human/.buildozer/android/platform/android-ndk-r9/platforms/android-14/arch-arm -DNDEBUG -DANDROID -mandroid -fomit-frame-pointer --sysroot /Users/human/.buildozer/android/platform/android-ndk-r9/platforms/android-14/arch-arm -I/Users/human/Code/kivy/.buildozer/android/platform/python-for-android/build/python-install/include/python2.7 -c android/_android_jni.c -o build/temp.macosx-10.4-x86_64-2.7/android/_android_jni.o
android/_android_jni.c: In function 'android_wifi_scan':
android/_android_jni.c:89:5: warning: return discards 'const' qualifier from pointer target type [enabled by default]
return reading;
^
android/_android_jni.c: In function 'android_get_buildinfo':
android/_android_jni.c:186:28: warning: assignment discards 'const' qualifier from pointer target type [enabled by default]
BUILD_MANUFACTURER = (*env)->GetStringUTFChars(env, sval, 0);
^
android/_android_jni.c:190:21: warning: assignment discards 'const' qualifier from pointer target type [enabled by default]
BUILD_MODEL = (*env)->GetStringUTFChars(env, sval, 0);
^
android/_android_jni.c:194:23: warning: assignment discards 'const' qualifier from pointer target type [enabled by default]
BUILD_PRODUCT = (*env)->GetStringUTFChars(env, sval, 0);
^
android/_android_jni.c:200:31: warning: assignment discards 'const' qualifier from pointer target type [enabled by default]
BUILD_VERSION_RELEASE = (*env)->GetStringUTFChars(env, sval, 0);
^
creating build/lib.macosx-10.4-x86_64-2.7
creating build/lib.macosx-10.4-x86_64-2.7/android
/Users/human/Code/kivy/.buildozer/android/platform/python-for-android/src/tools/liblink -lm -L/Users/human/Code/kivy/.buildozer/android/platform/python-for-android/build/libs -DANDROID -mandroid -fomit-frame-pointer --sysroot /Users/human/.buildozer/android/platform/android-ndk-r9/platforms/android-14/arch-arm build/temp.macosx-10.4-x86_64-2.7/android/_android.o build/temp.macosx-10.4-x86_64-2.7/android/_android_jni.o -Llibs/armeabi -L/Users/human/Code/kivy/.buildozer/android/platform/python-for-android/build/python-install/lib -lsdl -llog -lpython2.7 -o build/lib.macosx-10.4-x86_64-2.7/android/_android.so
building 'android._android_billing' extension
arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer --sysroot /Users/human/.buildozer/android/platform/android-ndk-r9/platforms/android-14/arch-arm -DNDEBUG -DANDROID -mandroid -fomit-frame-pointer --sysroot /Users/human/.buildozer/android/platform/android-ndk-r9/platforms/android-14/arch-arm -I/Users/human/Code/kivy/.buildozer/android/platform/python-for-android/build/python-install/include/python2.7 -c android/_android_billing.c -o build/temp.macosx-10.4-x86_64-2.7/android/_android_billing.o
arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer --sysroot /Users/human/.buildozer/android/platform/android-ndk-r9/platforms/android-14/arch-arm -DNDEBUG -DANDROID -mandroid -fomit-frame-pointer --sysroot /Users/human/.buildozer/android/platform/android-ndk-r9/platforms/android-14/arch-arm -I/Users/human/Code/kivy/.buildozer/android/platform/python-for-android/build/python-install/include/python2.7 -c android/_android_billing_jni.c -o build/temp.macosx-10.4-x86_64-2.7/android/_android_billing_jni.o
android/_android_billing_jni.c: In function 'android_billing_get_purchased_items':
android/_android_billing_jni.c:95:5: warning: return discards 'const' qualifier from pointer target type [enabled by default]
return reading;
^
android/_android_billing_jni.c: In function 'android_billing_get_pending_message':
android/_android_billing_jni.c:118:5: warning: return discards 'const' qualifier from pointer target type [enabled by default]
return reading;
^
/Users/human/Code/kivy/.buildozer/android/platform/python-for-android/src/tools/liblink -lm -L/Users/human/Code/kivy/.buildozer/android/platform/python-for-android/build/libs -DANDROID -mandroid -fomit-frame-pointer --sysroot /Users/human/.buildozer/android/platform/android-ndk-r9/platforms/android-14/arch-arm build/temp.macosx-10.4-x86_64-2.7/android/_android_billing.o build/temp.macosx-10.4-x86_64-2.7/android/_android_billing_jni.o -Llibs/armeabi -L/Users/human/Code/kivy/.buildozer/android/platform/python-for-android/build/python-install/lib -llog -lpython2.7 -o build/lib.macosx-10.4-x86_64-2.7/android/_android_billing.so
building 'android._android_sound' extension
arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer --sysroot /Users/human/.buildozer/android/platform/android-ndk-r9/platforms/android-14/arch-arm -DNDEBUG -DANDROID -mandroid -fomit-frame-pointer --sysroot /Users/human/.buildozer/android/platform/android-ndk-r9/platforms/android-14/arch-arm -I/Users/human/Code/kivy/.buildozer/android/platform/python-for-android/build/python-install/include/python2.7 -c android/_android_sound.c -o build/temp.macosx-10.4-x86_64-2.7/android/_android_sound.o
arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer --sysroot /Users/human/.buildozer/android/platform/android-ndk-r9/platforms/android-14/arch-arm -DNDEBUG -DANDROID -mandroid -fomit-frame-pointer --sysroot /Users/human/.buildozer/android/platform/android-ndk-r9/platforms/android-14/arch-arm -I/Users/human/Code/kivy/.buildozer/android/platform/python-for-android/build/python-install/include/python2.7 -c android/_android_sound_jni.c -o build/temp.macosx-10.4-x86_64-2.7/android/_android_sound_jni.o
android/_android_sound_jni.c: In function 'android_sound_queue':
android/_android_sound_jni.c:8:140: warning: incompatible implicit declaration of built-in function 'abort' [enabled by default]
#define aassert(x) { if (!x) { __android_log_print(ANDROID_LOG_ERROR, "android_sound_jni", "Assertion failed. %s:%d", __FILE__, __LINE__); abort(); }}
^
android/_android_sound_jni.c:20:9: note: in expansion of macro 'aassert'
aassert(env);
^
android/_android_sound_jni.c:8:140: warning: incompatible implicit declaration of built-in function 'abort' [enabled by default]
#define aassert(x) { if (!x) { __android_log_print(ANDROID_LOG_ERROR, "android_sound_jni", "Assertion failed. %s:%d", __FILE__, __LINE__); abort(); }}
^
android/_android_sound_jni.c:22:9: note: in expansion of macro 'aassert'
aassert(cls);
^
android/_android_sound_jni.c:8:140: warning: incompatible implicit declaration of built-in function 'abort' [enabled by default]
#define aassert(x) { if (!x) { __android_log_print(ANDROID_LOG_ERROR, "android_sound_jni", "Assertion failed. %s:%d", __FILE__, __LINE__); abort(); }}
^
android/_android_sound_jni.c:24:9: note: in expansion of macro 'aassert'
aassert(mid);
^
android/_android_sound_jni.c: In function 'android_sound_play':
android/_android_sound_jni.c:8:140: warning: incompatible implicit declaration of built-in function 'abort' [enabled by default]
#define aassert(x) { if (!x) { __android_log_print(ANDROID_LOG_ERROR, "android_sound_jni", "Assertion failed. %s:%d", __FILE__, __LINE__); abort(); }}
^
android/_android_sound_jni.c:47:9: note: in expansion of macro 'aassert'
aassert(env);
^
android/_android_sound_jni.c:8:140: warning: incompatible implicit declaration of built-in function 'abort' [enabled by default]
#define aassert(x) { if (!x) { __android_log_print(ANDROID_LOG_ERROR, "android_sound_jni", "Assertion failed. %s:%d", __FILE__, __LINE__); abort(); }}
^
android/_android_sound_jni.c:49:9: note: in expansion of macro 'aassert'
aassert(cls);
^
android/_android_sound_jni.c:8:140: warning: incompatible implicit declaration of built-in function 'abort' [enabled by default]
#define aassert(x) { if (!x) { __android_log_print(ANDROID_LOG_ERROR, "android_sound_jni", "Assertion failed. %s:%d", __FILE__, __LINE__); abort(); }}
^
android/_android_sound_jni.c:51:9: note: in expansion of macro 'aassert'
aassert(mid);
^
android/_android_sound_jni.c: In function 'android_sound_seek':
android/_android_sound_jni.c:8:140: warning: incompatible implicit declaration of built-in function 'abort' [enabled by default]
#define aassert(x) { if (!x) { __android_log_print(ANDROID_LOG_ERROR, "android_sound_jni", "Assertion failed. %s:%d", __FILE__, __LINE__); abort(); }}
^
android/_android_sound_jni.c:74:9: note: in expansion of macro 'aassert'
aassert(env);
^
android/_android_sound_jni.c:8:140: warning: incompatible implicit declaration of built-in function 'abort' [enabled by default]
#define aassert(x) { if (!x) { __android_log_print(ANDROID_LOG_ERROR, "android_sound_jni", "Assertion failed. %s:%d", __FILE__, __LINE__); abort(); }}
^
android/_android_sound_jni.c:76:9: note: in expansion of macro 'aassert'
aassert(cls);
^
android/_android_sound_jni.c:8:140: warning: incompatible implicit declaration of built-in function 'abort' [enabled by default]
#define aassert(x) { if (!x) { __android_log_print(ANDROID_LOG_ERROR, "android_sound_jni", "Assertion failed. %s:%d", __FILE__, __LINE__); abort(); }}
^
android/_android_sound_jni.c:78:9: note: in expansion of macro 'aassert'
aassert(mid);
^
android/_android_sound_jni.c: In function 'android_sound_stop':
android/_android_sound_jni.c:8:140: warning: incompatible implicit declaration of built-in function 'abort' [enabled by default]
#define aassert(x) { if (!x) { __android_log_print(ANDROID_LOG_ERROR, "android_sound_jni", "Assertion failed. %s:%d", __FILE__, __LINE__); abort(); }}
^
android/_android_sound_jni.c:94:9: note: in expansion of macro 'aassert'
aassert(env);
^
android/_android_sound_jni.c:8:140: warning: incompatible implicit declaration of built-in function 'abort' [enabled by default]
#define aassert(x) { if (!x) { __android_log_print(ANDROID_LOG_ERROR, "android_sound_jni", "Assertion failed. %s:%d", __FILE__, __LINE__); abort(); }}
^
android/_android_sound_jni.c:96:9: note: in expansion of macro 'aassert'
aassert(cls);
^
android/_android_sound_jni.c:8:140: warning: incompatible implicit declaration of built-in function 'abort' [enabled by default]
#define aassert(x) { if (!x) { __android_log_print(ANDROID_LOG_ERROR, "android_sound_jni", "Assertion failed. %s:%d", __FILE__, __LINE__); abort(); }}
^
android/_android_sound_jni.c:98:9: note: in expansion of macro 'aassert'
aassert(mid);
^
android/_android_sound_jni.c: In function 'android_sound_dequeue':
android/_android_sound_jni.c:8:140: warning: incompatible implicit declaration of built-in function 'abort' [enabled by default]
#define aassert(x) { if (!x) { __android_log_print(ANDROID_LOG_ERROR, "android_sound_jni", "Assertion failed. %s:%d", __FILE__, __LINE__); abort(); }}
^
android/_android_sound_jni.c:113:9: note: in expansion of macro 'aassert'
aassert(env);
^
android/_android_sound_jni.c:8:140: warning: incompatible implicit declaration of built-in function 'abort' [enabled by default]
#define aassert(x) { if (!x) { __android_log_print(ANDROID_LOG_ERROR, "android_sound_jni", "Assertion failed. %s:%d", __FILE__, __LINE__); abort(); }}
^
android/_android_sound_jni.c:115:9: note: in expansion of macro 'aassert'
aassert(cls);
^
android/_android_sound_jni.c:8:140: warning: incompatible implicit declaration of built-in function 'abort' [enabled by default]
#define aassert(x) { if (!x) { __android_log_print(ANDROID_LOG_ERROR, "android_sound_jni", "Assertion failed. %s:%d", __FILE__, __LINE__); abort(); }}
^
android/_android_sound_jni.c:117:9: note: in expansion of macro 'aassert'
aassert(mid);
^
android/_android_sound_jni.c: In function 'android_sound_queue_depth':
android/_android_sound_jni.c:8:140: warning: incompatible implicit declaration of built-in function 'abort' [enabled by default]
#define aassert(x) { if (!x) { __android_log_print(ANDROID_LOG_ERROR, "android_sound_jni", "Assertion failed. %s:%d", __FILE__, __LINE__); abort(); }}
^
android/_android_sound_jni.c:132:9: note: in expansion of macro 'aassert'
aassert(env);
^
android/_android_sound_jni.c:8:140: warning: incompatible implicit declaration of built-in function 'abort' [enabled by default]
#define aassert(x) { if (!x) { __android_log_print(ANDROID_LOG_ERROR, "android_sound_jni", "Assertion failed. %s:%d", __FILE__, __LINE__); abort(); }}
^
android/_android_sound_jni.c:134:9: note: in expansion of macro 'aassert'
aassert(cls);
^
android/_android_sound_jni.c:8:140: warning: incompatible implicit declaration of built-in function 'abort' [enabled by default]
#define aassert(x) { if (!x) { __android_log_print(ANDROID_LOG_ERROR, "android_sound_jni", "Assertion failed. %s:%d", __FILE__, __LINE__); abort(); }}
^
android/_android_sound_jni.c:136:9: note: in expansion of macro 'aassert'
aassert(mid);
^
android/_android_sound_jni.c: In function 'android_sound_playing_name':
android/_android_sound_jni.c:8:140: warning: incompatible implicit declaration of built-in function 'abort' [enabled by default]
#define aassert(x) { if (!x) { __android_log_print(ANDROID_LOG_ERROR, "android_sound_jni", "Assertion failed. %s:%d", __FILE__, __LINE__); abort(); }}
^
android/_android_sound_jni.c:154:9: note: in expansion of macro 'aassert'
aassert(env);
^
android/_android_sound_jni.c:8:140: warning: incompatible implicit declaration of built-in function 'abort' [enabled by default]
#define aassert(x) { if (!x) { __android_log_print(ANDROID_LOG_ERROR, "android_sound_jni", "Assertion failed. %s:%d", __FILE__, __LINE__); abort(); }}
^
android/_android_sound_jni.c:156:9: note: in expansion of macro 'aassert'
aassert(cls);
^
android/_android_sound_jni.c:8:140: warning: incompatible implicit declaration of built-in function 'abort' [enabled by default]
#define aassert(x) { if (!x) { __android_log_print(ANDROID_LOG_ERROR, "android_sound_jni", "Assertion failed. %s:%d", __FILE__, __LINE__); abort(); }}
^
android/_android_sound_jni.c:158:9: note: in expansion of macro 'aassert'
aassert(mid);
^
android/_android_sound_jni.c:167:10: warning: assignment discards 'const' qualifier from pointer target type [enabled by default]
jbuf = (*env)->GetStringUTFChars(env, s, NULL);
^
android/_android_sound_jni.c: In function 'android_sound_set_volume':
android/_android_sound_jni.c:8:140: warning: incompatible implicit declaration of built-in function 'abort' [enabled by default]
#define aassert(x) { if (!x) { __android_log_print(ANDROID_LOG_ERROR, "android_sound_jni", "Assertion failed. %s:%d", __FILE__, __LINE__); abort(); }}
^
android/_android_sound_jni.c:181:9: note: in expansion of macro 'aassert'
aassert(env);
^
android/_android_sound_jni.c:8:140: warning: incompatible implicit declaration of built-in function 'abort' [enabled by default]
#define aassert(x) { if (!x) { __android_log_print(ANDROID_LOG_ERROR, "android_sound_jni", "Assertion failed. %s:%d", __FILE__, __LINE__); abort(); }}
^
android/_android_sound_jni.c:183:9: note: in expansion of macro 'aassert'
aassert(cls);
^
android/_android_sound_jni.c:8:140: warning: incompatible implicit declaration of built-in function 'abort' [enabled by default]
#define aassert(x) { if (!x) { __android_log_print(ANDROID_LOG_ERROR, "android_sound_jni", "Assertion failed. %s:%d", __FILE__, __LINE__); abort(); }}
^
android/_android_sound_jni.c:185:9: note: in expansion of macro 'aassert'
aassert(mid);
^
android/_android_sound_jni.c: In function 'android_sound_set_secondary_volume':
android/_android_sound_jni.c:8:140: warning: incompatible implicit declaration of built-in function 'abort' [enabled by default]
#define aassert(x) { if (!x) { __android_log_print(ANDROID_LOG_ERROR, "android_sound_jni", "Assertion failed. %s:%d", __FILE__, __LINE__); abort(); }}
^
android/_android_sound_jni.c:201:9: note: in expansion of macro 'aassert'
aassert(env);
^
android/_android_sound_jni.c:8:140: warning: incompatible implicit declaration of built-in function 'abort' [enabled by default]
#define aassert(x) { if (!x) { __android_log_print(ANDROID_LOG_ERROR, "android_sound_jni", "Assertion failed. %s:%d", __FILE__, __LINE__); abort(); }}
^
android/_android_sound_jni.c:203:9: note: in expansion of macro 'aassert'
aassert(cls);
^
android/_android_sound_jni.c:8:140: warning: incompatible implicit declaration of built-in function 'abort' [enabled by default]
#define aassert(x) { if (!x) { __android_log_print(ANDROID_LOG_ERROR, "android_sound_jni", "Assertion failed. %s:%d", __FILE__, __LINE__); abort(); }}
^
android/_android_sound_jni.c:205:9: note: in expansion of macro 'aassert'
aassert(mid);
^
android/_android_sound_jni.c: In function 'android_sound_set_pan':
android/_android_sound_jni.c:8:140: warning: incompatible implicit declaration of built-in function 'abort' [enabled by default]
#define aassert(x) { if (!x) { __android_log_print(ANDROID_LOG_ERROR, "android_sound_jni", "Assertion failed. %s:%d", __FILE__, __LINE__); abort(); }}
^
android/_android_sound_jni.c:221:9: note: in expansion of macro 'aassert'
aassert(env);
^
android/_android_sound_jni.c:8:140: warning: incompatible implicit declaration of built-in function 'abort' [enabled by default]
#define aassert(x) { if (!x) { __android_log_print(ANDROID_LOG_ERROR, "android_sound_jni", "Assertion failed. %s:%d", __FILE__, __LINE__); abort(); }}
^
android/_android_sound_jni.c:223:9: note: in expansion of macro 'aassert'
aassert(cls);
^
android/_android_sound_jni.c:8:140: warning: incompatible implicit declaration of built-in function 'abort' [enabled by default]
#define aassert(x) { if (!x) { __android_log_print(ANDROID_LOG_ERROR, "android_sound_jni", "Assertion failed. %s:%d", __FILE__, __LINE__); abort(); }}
^
android/_android_sound_jni.c:225:9: note: in expansion of macro 'aassert'
aassert(mid);
^
android/_android_sound_jni.c: In function 'android_sound_pause':
android/_android_sound_jni.c:8:140: warning: incompatible implicit declaration of built-in function 'abort' [enabled by default]
#define aassert(x) { if (!x) { __android_log_print(ANDROID_LOG_ERROR, "android_sound_jni", "Assertion failed. %s:%d", __FILE__, __LINE__); abort(); }}
^
android/_android_sound_jni.c:241:9: note: in expansion of macro 'aassert'
aassert(env);
^
android/_android_sound_jni.c:8:140: warning: incompatible implicit declaration of built-in function 'abort' [enabled by default]
#define aassert(x) { if (!x) { __android_log_print(ANDROID_LOG_ERROR, "android_sound_jni", "Assertion failed. %s:%d", __FILE__, __LINE__); abort(); }}
^
android/_android_sound_jni.c:243:9: note: in expansion of macro 'aassert'
aassert(cls);
^
android/_android_sound_jni.c:8:140: warning: incompatible implicit declaration of built-in function 'abort' [enabled by default]
#define aassert(x) { if (!x) { __android_log_print(ANDROID_LOG_ERROR, "android_sound_jni", "Assertion failed. %s:%d", __FILE__, __LINE__); abort(); }}
^
android/_android_sound_jni.c:245:9: note: in expansion of macro 'aassert'
aassert(mid);
^
android/_android_sound_jni.c: In function 'android_sound_unpause':
android/_android_sound_jni.c:8:140: warning: incompatible implicit declaration of built-in function 'abort' [enabled by default]
#define aassert(x) { if (!x) { __android_log_print(ANDROID_LOG_ERROR, "android_sound_jni", "Assertion failed. %s:%d", __FILE__, __LINE__); abort(); }}
^
android/_android_sound_jni.c:260:9: note: in expansion of macro 'aassert'
aassert(env);
^
android/_android_sound_jni.c:8:140: warning: incompatible implicit declaration of built-in function 'abort' [enabled by default]
#define aassert(x) { if (!x) { __android_log_print(ANDROID_LOG_ERROR, "android_sound_jni", "Assertion failed. %s:%d", __FILE__, __LINE__); abort(); }}
^
android/_android_sound_jni.c:262:9: note: in expansion of macro 'aassert'
aassert(cls);
^
android/_android_sound_jni.c:8:140: warning: incompatible implicit declaration of built-in function 'abort' [enabled by default]
#define aassert(x) { if (!x) { __android_log_print(ANDROID_LOG_ERROR, "android_sound_jni", "Assertion failed. %s:%d", __FILE__, __LINE__); abort(); }}
^
android/_android_sound_jni.c:264:9: note: in expansion of macro 'aassert'
aassert(mid);
^
android/_android_sound_jni.c: In function 'android_sound_get_pos':
android/_android_sound_jni.c:8:140: warning: incompatible implicit declaration of built-in function 'abort' [enabled by default]
#define aassert(x) { if (!x) { __android_log_print(ANDROID_LOG_ERROR, "android_sound_jni", "Assertion failed. %s:%d", __FILE__, __LINE__); abort(); }}
^
android/_android_sound_jni.c:279:9: note: in expansion of macro 'aassert'
aassert(env);
^
android/_android_sound_jni.c:8:140: warning: incompatible implicit declaration of built-in function 'abort' [enabled by default]
#define aassert(x) { if (!x) { __android_log_print(ANDROID_LOG_ERROR, "android_sound_jni", "Assertion failed. %s:%d", __FILE__, __LINE__); abort(); }}
^
android/_android_sound_jni.c:281:9: note: in expansion of macro 'aassert'
aassert(cls);
^
android/_android_sound_jni.c:8:140: warning: incompatible implicit declaration of built-in function 'abort' [enabled by default]
#define aassert(x) { if (!x) { __android_log_print(ANDROID_LOG_ERROR, "android_sound_jni", "Assertion failed. %s:%d", __FILE__, __LINE__); abort(); }}
^
android/_android_sound_jni.c:283:9: note: in expansion of macro 'aassert'
aassert(mid);
^
android/_android_sound_jni.c: In function 'android_sound_get_length':
android/_android_sound_jni.c:8:140: warning: incompatible implicit declaration of built-in function 'abort' [enabled by default]
#define aassert(x) { if (!x) { __android_log_print(ANDROID_LOG_ERROR, "android_sound_jni", "Assertion failed. %s:%d", __FILE__, __LINE__); abort(); }}
^
android/_android_sound_jni.c:298:9: note: in expansion of macro 'aassert'
aassert(env);
^
android/_android_sound_jni.c:8:140: warning: incompatible implicit declaration of built-in function 'abort' [enabled by default]
#define aassert(x) { if (!x) { __android_log_print(ANDROID_LOG_ERROR, "android_sound_jni", "Assertion failed. %s:%d", __FILE__, __LINE__); abort(); }}
^
android/_android_sound_jni.c:300:9: note: in expansion of macro 'aassert'
aassert(cls);
^
android/_android_sound_jni.c:8:140: warning: incompatible implicit declaration of built-in function 'abort' [enabled by default]
#define aassert(x) { if (!x) { __android_log_print(ANDROID_LOG_ERROR, "android_sound_jni", "Assertion failed. %s:%d", __FILE__, __LINE__); abort(); }}
^
android/_android_sound_jni.c:302:9: note: in expansion of macro 'aassert'
aassert(mid);
^
/Users/human/Code/kivy/.buildozer/android/platform/python-for-android/src/tools/liblink -lm -L/Users/human/Code/kivy/.buildozer/android/platform/python-for-android/build/libs -DANDROID -mandroid -fomit-frame-pointer --sysroot /Users/human/.buildozer/android/platform/android-ndk-r9/platforms/android-14/arch-arm build/temp.macosx-10.4-x86_64-2.7/android/_android_sound.o build/temp.macosx-10.4-x86_64-2.7/android/_android_sound_jni.o -Llibs/armeabi -L/Users/human/Code/kivy/.buildozer/android/platform/python-for-android/build/python-install/lib -lsdl -llog -lpython2.7 -o build/lib.macosx-10.4-x86_64-2.7/android/_android_sound.so
running install
running build
running build_py
copying android/__init__.py -> build/lib.macosx-10.4-x86_64-2.7/android
copying android/activity.py -> build/lib.macosx-10.4-x86_64-2.7/android
copying android/billing.py -> build/lib.macosx-10.4-x86_64-2.7/android
copying android/broadcast.py -> build/lib.macosx-10.4-x86_64-2.7/android
copying android/mixer.py -> build/lib.macosx-10.4-x86_64-2.7/android
copying android/runnable.py -> build/lib.macosx-10.4-x86_64-2.7/android
running build_ext
running install_lib
creating /Users/human/Code/kivy/.buildozer/android/platform/python-for-android/build/python-install/lib/python2.7/site-packages/android
copying build/lib.macosx-10.4-x86_64-2.7/android/__init__.py -> /Users/human/Code/kivy/.buildozer/android/platform/python-for-android/build/python-install/lib/python2.7/site-packages/android
copying build/lib.macosx-10.4-x86_64-2.7/android/_android.so -> /Users/human/Code/kivy/.buildozer/android/platform/python-for-android/build/python-install/lib/python2.7/site-packages/android
copying build/lib.macosx-10.4-x86_64-2.7/android/_android_billing.so -> /Users/human/Code/kivy/.buildozer/android/platform/python-for-android/build/python-install/lib/python2.7/site-packages/android
copying build/lib.macosx-10.4-x86_64-2.7/android/_android_sound.so -> /Users/human/Code/kivy/.buildozer/android/platform/python-for-android/build/python-install/lib/python2.7/site-packages/android
copying build/lib.macosx-10.4-x86_64-2.7/android/activity.py -> /Users/human/Code/kivy/.buildozer/android/platform/python-for-android/build/python-install/lib/python2.7/site-packages/android
copying build/lib.macosx-10.4-x86_64-2.7/android/billing.py -> /Users/human/Code/kivy/.buildozer/android/platform/python-for-android/build/python-install/lib/python2.7/site-packages/android
copying build/lib.macosx-10.4-x86_64-2.7/android/broadcast.py -> /Users/human/Code/kivy/.buildozer/android/platform/python-for-android/build/python-install/lib/python2.7/site-packages/android
copying build/lib.macosx-10.4-x86_64-2.7/android/mixer.py -> /Users/human/Code/kivy/.buildozer/android/platform/python-for-android/build/python-install/lib/python2.7/site-packages/android
copying build/lib.macosx-10.4-x86_64-2.7/android/runnable.py -> /Users/human/Code/kivy/.buildozer/android/platform/python-for-android/build/python-install/lib/python2.7/site-packages/android
byte-compiling /Users/human/Code/kivy/.buildozer/android/platform/python-for-android/build/python-install/lib/python2.7/site-packages/android/__init__.py to __init__.pyc
byte-compiling /Users/human/Code/kivy/.buildozer/android/platform/python-for-android/build/python-install/lib/python2.7/site-packages/android/activity.py to activity.pyc
byte-compiling /Users/human/Code/kivy/.buildozer/android/platform/python-for-android/build/python-install/lib/python2.7/site-packages/android/billing.py to billing.pyc
byte-compiling /Users/human/Code/kivy/.buildozer/android/platform/python-for-android/build/python-install/lib/python2.7/site-packages/android/broadcast.py to broadcast.pyc
byte-compiling /Users/human/Code/kivy/.buildozer/android/platform/python-for-android/build/python-install/lib/python2.7/site-packages/android/mixer.py to mixer.pyc
byte-compiling /Users/human/Code/kivy/.buildozer/android/platform/python-for-android/build/python-install/lib/python2.7/site-packages/android/runnable.py to runnable.pyc
writing byte-compilation script '/var/folders/yk/fxrb7ghs38n7ngyc_979kdk40000gn/T/tmp95LNdl.py'
/Users/human/Code/kivy/.buildozer/android/platform/python-for-android/build/python-install/bin/python.host -OO /var/folders/yk/fxrb7ghs38n7ngyc_979kdk40000gn/T/tmp95LNdl.py
removing /var/folders/yk/fxrb7ghs38n7ngyc_979kdk40000gn/T/tmp95LNdl.py
running install_egg_info
Writing /Users/human/Code/kivy/.buildozer/android/platform/python-for-android/build/python-install/lib/python2.7/site-packages/android-1.0-py2.7.egg-info
Leaving ARM enviromnent
Call build_kivy
Entering in ARM enviromnent
Compiler found at /Users/human/.buildozer/android/platform/android-ndk-r9/toolchains/arm-linux-androideabi-4.8/prebuilt/darwin-x86_64/bin//arm-linux-androideabi-gcc
[INFO ] Kivy v1.7.2
Cython check avoided.
running build_ext
Build configuration is:
* use_opengl_es2 = True
* use_sdl = False
* use_glew = False
* use_rpi = False
* use_x11 = False
* use_ios = False
* use_opengl_debug = False
* use_mesagl = False
Generate config.h
Generate config.pxi
building 'kivy.graphics.texture' extension
creating build
creating build/temp.macosx-10.4-x86_64-2.7
creating build/temp.macosx-10.4-x86_64-2.7/kivy
creating build/temp.macosx-10.4-x86_64-2.7/kivy/graphics
arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer --sysroot /Users/human/.buildozer/android/platform/android-ndk-r9/platforms/android-14/arch-arm -DNDEBUG -DANDROID -mandroid -fomit-frame-pointer --sysroot /Users/human/.buildozer/android/platform/android-ndk-r9/platforms/android-14/arch-arm -I/Users/human/.buildozer/android/platform/android-ndk-r9/platforms/android-14/arch-arm/usr/include -I/Users/human/Code/kivy/.buildozer/android/platform/python-for-android/build/python-install/include/python2.7 -c kivy/graphics/texture.c -o build/temp.macosx-10.4-x86_64-2.7/kivy/graphics/texture.o
arm-linux-androideabi-gcc: error: kivy/graphics/texture.c: No such file or directory
arm-linux-androideabi-gcc: fatal error: no input files
compilation terminated.
error: command 'arm-linux-androideabi-gcc' failed with exit status 1
Error compiling Cython file:
------------------------------------------------------------
...
from transformation cimport Matrix
from instructions cimport ContextInstruction
from texture cimport Texture
cdef class PushState(ContextInstruction):
^
------------------------------------------------------------
kivy/graphics/context_instructions.pxd:9:5: Compiler crash in AnalyseDeclarationsTransform
ModuleNode.body = StatListNode(context_instructions.pxd:1:0)
StatListNode.stats[6] = CClassDefNode(context_instructions.pxd:9:5,
as_name = u'PushState',
base_class_module = u'',
base_class_name = u'ContextInstruction',
class_name = u'PushState',
in_pxd = True,
module_name = u'',
visibility = u'private')
Compiler crash traceback from this point on:
File "Visitor.py", line 170, in Cython.Compiler.Visitor.TreeVisitor._visit (/Users/human/.virtualenvs/kivy/build/cython/Cython/Compiler/Visitor.c:4275)
File "/Users/human/.virtualenvs/kivy/lib/python2.7/site-packages/Cython/Compiler/ParseTreeTransforms.py", line 1469, in visit_CClassDefNode
node = self.visit_ClassDefNode(node)
File "Visitor.py", line 356, in Cython.Compiler.Visitor.EnvTransform.visit_ClassDefNode (/Users/human/.virtualenvs/kivy/build/cython/Cython/Compiler/Visitor.c:7994)
AttributeError: 'CClassDefNode' object has no attribute 'scope'
Error compiling Cython file:
------------------------------------------------------------
...
from transformation cimport Matrix
from instructions cimport ContextInstruction
from texture cimport Texture
cdef class PushState(ContextInstruction):
^
------------------------------------------------------------
kivy/graphics/context_instructions.pxd:9:5: Compiler crash in AnalyseDeclarationsTransform
ModuleNode.body = StatListNode(context_instructions.pxd:1:0)
StatListNode.stats[6] = CClassDefNode(context_instructions.pxd:9:5,
as_name = u'PushState',
base_class_module = u'',
base_class_name = u'ContextInstruction',
class_name = u'PushState',
in_pxd = True,
module_name = u'',
visibility = u'private')
Compiler crash traceback from this point on:
File "Visitor.py", line 170, in Cython.Compiler.Visitor.TreeVisitor._visit (/Users/human/.virtualenvs/kivy/build/cython/Cython/Compiler/Visitor.c:4275)
File "/Users/human/.virtualenvs/kivy/lib/python2.7/site-packages/Cython/Compiler/ParseTreeTransforms.py", line 1469, in visit_CClassDefNode
node = self.visit_ClassDefNode(node)
File "Visitor.py", line 356, in Cython.Compiler.Visitor.EnvTransform.visit_ClassDefNode (/Users/human/.virtualenvs/kivy/build/cython/Cython/Compiler/Visitor.c:7994)
AttributeError: 'CClassDefNode' object has no attribute 'scope'
Error compiling Cython file:
------------------------------------------------------------
...
from transformation cimport Matrix
from instructions cimport ContextInstruction
from texture cimport Texture
cdef class PushState(ContextInstruction):
^
------------------------------------------------------------
kivy/graphics/context_instructions.pxd:9:5: Compiler crash in AnalyseDeclarationsTransform
ModuleNode.body = StatListNode(context_instructions.pxd:1:0)
StatListNode.stats[6] = CClassDefNode(context_instructions.pxd:9:5,
as_name = u'PushState',
base_class_module = u'',
base_class_name = u'ContextInstruction',
class_name = u'PushState',
in_pxd = True,
module_name = u'',
visibility = u'private')
Compiler crash traceback from this point on:
File "Visitor.py", line 170, in Cython.Compiler.Visitor.TreeVisitor._visit (/Users/human/.virtualenvs/kivy/build/cython/Cython/Compiler/Visitor.c:4275)
File "/Users/human/.virtualenvs/kivy/lib/python2.7/site-packages/Cython/Compiler/ParseTreeTransforms.py", line 1469, in visit_CClassDefNode
node = self.visit_ClassDefNode(node)
File "Visitor.py", line 356, in Cython.Compiler.Visitor.EnvTransform.visit_ClassDefNode (/Users/human/.virtualenvs/kivy/build/cython/Cython/Compiler/Visitor.c:7994)
AttributeError: 'CClassDefNode' object has no attribute 'scope'
Error compiling Cython file:
------------------------------------------------------------
...
from transformation cimport Matrix
from instructions cimport ContextInstruction
from texture cimport Texture
cdef class PushState(ContextInstruction):
^
------------------------------------------------------------
kivy/graphics/context_instructions.pxd:9:5: Compiler crash in AnalyseDeclarationsTransform
ModuleNode.body = StatListNode(context_instructions.pxd:1:0)
StatListNode.stats[6] = CClassDefNode(context_instructions.pxd:9:5,
as_name = u'PushState',
base_class_module = u'',
base_class_name = u'ContextInstruction',
class_name = u'PushState',
in_pxd = True,
module_name = u'',
visibility = u'private')
Compiler crash traceback from this point on:
File "Visitor.py", line 170, in Cython.Compiler.Visitor.TreeVisitor._visit (/Users/human/.virtualenvs/kivy/build/cython/Cython/Compiler/Visitor.c:4275)
File "/Users/human/.virtualenvs/kivy/lib/python2.7/site-packages/Cython/Compiler/ParseTreeTransforms.py", line 1469, in visit_CClassDefNode
node = self.visit_ClassDefNode(node)
File "Visitor.py", line 356, in Cython.Compiler.Visitor.EnvTransform.visit_ClassDefNode (/Users/human/.virtualenvs/kivy/build/cython/Cython/Compiler/Visitor.c:7994)
AttributeError: 'CClassDefNode' object has no attribute 'scope'
Error compiling Cython file:
------------------------------------------------------------
...
from transformation cimport Matrix
from instructions cimport ContextInstruction
from texture cimport Texture
cdef class PushState(ContextInstruction):
^
------------------------------------------------------------
kivy/graphics/context_instructions.pxd:9:5: Compiler crash in AnalyseDeclarationsTransform
ModuleNode.body = StatListNode(context_instructions.pxd:1:0)
StatListNode.stats[6] = CClassDefNode(context_instructions.pxd:9:5,
as_name = u'PushState',
base_class_module = u'',
base_class_name = u'ContextInstruction',
class_name = u'PushState',
in_pxd = True,
module_name = u'',
visibility = u'private')
Compiler crash traceback from this point on:
File "Visitor.py", line 170, in Cython.Compiler.Visitor.TreeVisitor._visit (/Users/human/.virtualenvs/kivy/build/cython/Cython/Compiler/Visitor.c:4275)
File "/Users/human/.virtualenvs/kivy/lib/python2.7/site-packages/Cython/Compiler/ParseTreeTransforms.py", line 1469, in visit_CClassDefNode
node = self.visit_ClassDefNode(node)
File "Visitor.py", line 356, in Cython.Compiler.Visitor.EnvTransform.visit_ClassDefNode (/Users/human/.virtualenvs/kivy/build/cython/Cython/Compiler/Visitor.c:7994)
AttributeError: 'CClassDefNode' object has no attribute 'scope'
Error compiling Cython file:
------------------------------------------------------------
...
from transformation cimport Matrix
from instructions cimport ContextInstruction
from texture cimport Texture
cdef class PushState(ContextInstruction):
^
------------------------------------------------------------
kivy/graphics/context_instructions.pxd:9:5: C class 'PushState' already defined
Error compiling Cython file:
------------------------------------------------------------
...
from texture cimport Texture
cdef class PushState(ContextInstruction):
pass
cdef class ChangeState(ContextInstruction):
^
------------------------------------------------------------
kivy/graphics/context_instructions.pxd:12:5: C class 'ChangeState' already defined
Error compiling Cython file:
------------------------------------------------------------
...
pass
cdef class ChangeState(ContextInstruction):
pass
cdef class PopState(ContextInstruction):
^
------------------------------------------------------------
kivy/graphics/context_instructions.pxd:15:5: C class 'PopState' already defined
Error compiling Cython file:
------------------------------------------------------------
...
pass
cdef class PopState(ContextInstruction):
pass
cdef class LineWidth(ContextInstruction):
^
------------------------------------------------------------
kivy/graphics/context_instructions.pxd:18:5: C class 'LineWidth' already defined
Error compiling Cython file:
------------------------------------------------------------
...
cdef class PopState(ContextInstruction):
pass
cdef class LineWidth(ContextInstruction):
cdef void apply(self)
^
------------------------------------------------------------
kivy/graphics/context_instructions.pxd:19:20: 'self' is not a type identifier
Error compiling Cython file:
------------------------------------------------------------
...
cdef class PopState(ContextInstruction):
pass
cdef class LineWidth(ContextInstruction):
cdef void apply(self)
^
------------------------------------------------------------
kivy/graphics/context_instructions.pxd:19:19: Self argument (<error>) of C method 'apply' does not match parent type (LineWidth)
Error compiling Cython file:
------------------------------------------------------------
...
pass
cdef class LineWidth(ContextInstruction):
cdef void apply(self)
cdef class Color(ContextInstruction):
^
------------------------------------------------------------
kivy/graphics/context_instructions.pxd:21:5: C class 'Color' already defined
Error compiling Cython file:
------------------------------------------------------------
...
cdef class LineWidth(ContextInstruction):
cdef void apply(self)
cdef class Color(ContextInstruction):
cdef void apply(self)
^
------------------------------------------------------------
kivy/graphics/context_instructions.pxd:22:20: 'self' is not a type identifier
Error compiling Cython file:
------------------------------------------------------------
...
cdef class LineWidth(ContextInstruction):
cdef void apply(self)
cdef class Color(ContextInstruction):
cdef void apply(self)
^
------------------------------------------------------------
kivy/graphics/context_instructions.pxd:22:19: Self argument (<error>) of C method 'apply' does not match parent type (Color)
Error compiling Cython file:
------------------------------------------------------------
...
cdef void apply(self)
cdef class Color(ContextInstruction):
cdef void apply(self)
cdef class BindTexture(ContextInstruction):
^
------------------------------------------------------------
kivy/graphics/context_instructions.pxd:24:5: C class 'BindTexture' already defined
Error compiling Cython file:
------------------------------------------------------------
...
cdef class Color(ContextInstruction):
cdef void apply(self)
cdef class BindTexture(ContextInstruction):
cdef int _index
^
------------------------------------------------------------
kivy/graphics/context_instructions.pxd:25:13: C attributes cannot be added in implementation part of extension type defined in a pxd
Error compiling Cython file:
------------------------------------------------------------
...
cdef class Color(ContextInstruction):
cdef void apply(self)
cdef class BindTexture(ContextInstruction):
cdef int _index
^
------------------------------------------------------------
kivy/graphics/context_instructions.pxd:25:13: '_index' redeclared
Error compiling Cython file:
------------------------------------------------------------
...
cdef class Color(ContextInstruction):
cdef void apply(self)
cdef class BindTexture(ContextInstruction):
cdef int _index
cdef object _source
^
------------------------------------------------------------
kivy/graphics/context_instructions.pxd:26:16: C attributes cannot be added in implementation part of extension type defined in a pxd
Error compiling Cython file:
------------------------------------------------------------
...
cdef class Color(ContextInstruction):
cdef void apply(self)
cdef class BindTexture(ContextInstruction):
cdef int _index
cdef object _source
^
------------------------------------------------------------
kivy/graphics/context_instructions.pxd:26:16: '_source' redeclared
Error compiling Cython file:
------------------------------------------------------------
...
cdef void apply(self)
cdef class BindTexture(ContextInstruction):
cdef int _index
cdef object _source
cdef Texture _texture
^
------------------------------------------------------------
kivy/graphics/context_instructions.pxd:27:17: C attributes cannot be added in implementation part of extension type defined in a pxd
Error compiling Cython file:
------------------------------------------------------------
...
cdef void apply(self)
cdef class BindTexture(ContextInstruction):
cdef int _index
cdef object _source
cdef Texture _texture
^
------------------------------------------------------------
kivy/graphics/context_instructions.pxd:27:17: '_texture' redeclared
Error compiling Cython file:
------------------------------------------------------------
...
cdef class BindTexture(ContextInstruction):
cdef int _index
cdef object _source
cdef Texture _texture
cdef void apply(self)
^
------------------------------------------------------------
kivy/graphics/context_instructions.pxd:28:20: 'self' is not a type identifier
Error compiling Cython file:
------------------------------------------------------------
...
cdef class BindTexture(ContextInstruction):
cdef int _index
cdef object _source
cdef Texture _texture
cdef void apply(self)
^
------------------------------------------------------------
kivy/graphics/context_instructions.pxd:28:19: Self argument (<error>) of C method 'apply' does not match parent type (BindTexture)
Error compiling Cython file:
------------------------------------------------------------
...
cdef object _source
cdef Texture _texture
cdef void apply(self)
cdef class LoadIdentity(ContextInstruction):
^
------------------------------------------------------------
kivy/graphics/context_instructions.pxd:31:5: C class 'LoadIdentity' already defined
Error compiling Cython file:
------------------------------------------------------------
...
cdef class LoadIdentity(ContextInstruction):
pass
cdef class PushMatrix(ContextInstruction):
^
------------------------------------------------------------
kivy/graphics/context_instructions.pxd:34:5: C class 'PushMatrix' already defined
Error compiling Cython file:
------------------------------------------------------------
...
cdef class LoadIdentity(ContextInstruction):
pass
cdef class PushMatrix(ContextInstruction):
cdef void apply(self)
^
------------------------------------------------------------
kivy/graphics/context_instructions.pxd:35:20: 'self' is not a type identifier
Error compiling Cython file:
------------------------------------------------------------
...
cdef class LoadIdentity(ContextInstruction):
pass
cdef class PushMatrix(ContextInstruction):
cdef void apply(self)
^
------------------------------------------------------------
kivy/graphics/context_instructions.pxd:35:19: Self argument (<error>) of C method 'apply' does not match parent type (PushMatrix)
Error compiling Cython file:
------------------------------------------------------------
...
pass
cdef class PushMatrix(ContextInstruction):
cdef void apply(self)
cdef class PopMatrix(ContextInstruction):
^
------------------------------------------------------------
kivy/graphics/context_instructions.pxd:37:5: C class 'PopMatrix' already defined
Error compiling Cython file:
------------------------------------------------------------
...
cdef class PushMatrix(ContextInstruction):
cdef void apply(self)
cdef class PopMatrix(ContextInstruction):
cdef void apply(self)
^
------------------------------------------------------------
kivy/graphics/context_instructions.pxd:38:20: 'self' is not a type identifier
Error compiling Cython file:
------------------------------------------------------------
...
cdef class PushMatrix(ContextInstruction):
cdef void apply(self)
cdef class PopMatrix(ContextInstruction):
cdef void apply(self)
^
------------------------------------------------------------
kivy/graphics/context_instructions.pxd:38:19: Self argument (<error>) of C method 'apply' does not match parent type (PopMatrix)
Error compiling Cython file:
------------------------------------------------------------
...
cdef void apply(self)
cdef class PopMatrix(ContextInstruction):
cdef void apply(self)
cdef class ApplyContextMatrix(ContextInstruction):
^
------------------------------------------------------------
kivy/graphics/context_instructions.pxd:40:5: C class 'ApplyContextMatrix' already defined
Error compiling Cython file:
------------------------------------------------------------
...
cdef class PopMatrix(ContextInstruction):
cdef void apply(self)
cdef class ApplyContextMatrix(ContextInstruction):
cdef object _target_stack
^
------------------------------------------------------------
kivy/graphics/context_instructions.pxd:41:16: C attributes cannot be added in implementation part of extension type defined in a pxd
Error compiling Cython file:
------------------------------------------------------------
...
cdef class PopMatrix(ContextInstruction):
cdef void apply(self)
cdef class ApplyContextMatrix(ContextInstruction):
cdef object _target_stack
^
------------------------------------------------------------
kivy/graphics/context_instructions.pxd:41:16: '_target_stack' redeclared
Error compiling Cython file:
------------------------------------------------------------
...
cdef class PopMatrix(ContextInstruction):
cdef void apply(self)
cdef class ApplyContextMatrix(ContextInstruction):
cdef object _target_stack
cdef object _source_stack
^
------------------------------------------------------------
kivy/graphics/context_instructions.pxd:42:16: C attributes cannot be added in implementation part of extension type defined in a pxd
Error compiling Cython file:
------------------------------------------------------------
...
cdef class PopMatrix(ContextInstruction):
cdef void apply(self)
cdef class ApplyContextMatrix(ContextInstruction):
cdef object _target_stack
cdef object _source_stack
^
------------------------------------------------------------
kivy/graphics/context_instructions.pxd:42:16: '_source_stack' redeclared
Error compiling Cython file:
------------------------------------------------------------
...
cdef void apply(self)
cdef class ApplyContextMatrix(ContextInstruction):
cdef object _target_stack
cdef object _source_stack
cdef void apply(self)
^
------------------------------------------------------------
kivy/graphics/context_instructions.pxd:43:20: 'self' is not a type identifier
Error compiling Cython file:
------------------------------------------------------------
...
cdef void apply(self)
cdef class ApplyContextMatrix(ContextInstruction):
cdef object _target_stack
cdef object _source_stack
cdef void apply(self)
^
------------------------------------------------------------
kivy/graphics/context_instructions.pxd:43:19: Self argument (<error>) of C method 'apply' does not match parent type (ApplyContextMatrix)
Error compiling Cython file:
------------------------------------------------------------
...
cdef class ApplyContextMatrix(ContextInstruction):
cdef object _target_stack
cdef object _source_stack
cdef void apply(self)
cdef class UpdateNormalMatrix(ContextInstruction):
^
------------------------------------------------------------
kivy/graphics/context_instructions.pxd:45:5: C class 'UpdateNormalMatrix' already defined
Error compiling Cython file:
------------------------------------------------------------
...
cdef object _target_stack
cdef object _source_stack
cdef void apply(self)
cdef class UpdateNormalMatrix(ContextInstruction):
cdef void apply(self)
^
------------------------------------------------------------
kivy/graphics/context_instructions.pxd:46:20: 'self' is not a type identifier
Error compiling Cython file:
------------------------------------------------------------
...
cdef object _target_stack
cdef object _source_stack
cdef void apply(self)
cdef class UpdateNormalMatrix(ContextInstruction):
cdef void apply(self)
^
------------------------------------------------------------
kivy/graphics/context_instructions.pxd:46:19: Self argument (<error>) of C method 'apply' does not match parent type (UpdateNormalMatrix)
Error compiling Cython file:
------------------------------------------------------------
...
cdef void apply(self)
cdef class UpdateNormalMatrix(ContextInstruction):
cdef void apply(self)
cdef class MatrixInstruction(ContextInstruction):
^
------------------------------------------------------------
kivy/graphics/context_instructions.pxd:48:5: C class 'MatrixInstruction' already defined
Error compiling Cython file:
------------------------------------------------------------
...
cdef class UpdateNormalMatrix(ContextInstruction):
cdef void apply(self)
cdef class MatrixInstruction(ContextInstruction):
cdef object _stack
^
------------------------------------------------------------
kivy/graphics/context_instructions.pxd:49:16: C attributes cannot be added in implementation part of extension type defined in a pxd
Error compiling Cython file:
------------------------------------------------------------
...
cdef class UpdateNormalMatrix(ContextInstruction):
cdef void apply(self)
cdef class MatrixInstruction(ContextInstruction):
cdef object _stack
^
------------------------------------------------------------
kivy/graphics/context_instructions.pxd:49:16: '_stack' redeclared
Error compiling Cython file:
------------------------------------------------------------
...
cdef class UpdateNormalMatrix(ContextInstruction):
cdef void apply(self)
cdef class MatrixInstruction(ContextInstruction):
cdef object _stack
cdef Matrix _matrix
^
------------------------------------------------------------
kivy/graphics/context_instructions.pxd:50:16: C attributes cannot be added in implementation part of extension type defined in a pxd
Error compiling Cython file:
------------------------------------------------------------
...
cdef class UpdateNormalMatrix(ContextInstruction):
cdef void apply(self)
cdef class MatrixInstruction(ContextInstruction):
cdef object _stack
cdef Matrix _matrix
^
------------------------------------------------------------
kivy/graphics/context_instructions.pxd:50:16: '_matrix' redeclared
Error compiling Cython file:
------------------------------------------------------------
...
cdef void apply(self)
cdef class MatrixInstruction(ContextInstruction):
cdef object _stack
cdef Matrix _matrix
cdef void apply(self)
^
------------------------------------------------------------
kivy/graphics/context_instructions.pxd:51:20: 'self' is not a type identifier
Error compiling Cython file:
------------------------------------------------------------
...
cdef void apply(self)
cdef class MatrixInstruction(ContextInstruction):
cdef object _stack
cdef Matrix _matrix
cdef void apply(self)
^
------------------------------------------------------------
kivy/graphics/context_instructions.pxd:51:19: Self argument (<error>) of C method 'apply' does not match parent type (MatrixInstruction)
Error compiling Cython file:
------------------------------------------------------------
...
cdef class MatrixInstruction(ContextInstruction):
cdef object _stack
cdef Matrix _matrix
cdef void apply(self)
cdef class Transform(MatrixInstruction):
^
------------------------------------------------------------
kivy/graphics/context_instructions.pxd:53:5: C class 'Transform' already defined
Error compiling Cython file:
------------------------------------------------------------
...
cdef object _stack
cdef Matrix _matrix
cdef void apply(self)
cdef class Transform(MatrixInstruction):
cpdef transform(self, Matrix trans)
^
------------------------------------------------------------
kivy/graphics/context_instructions.pxd:54:20: 'self' is not a type identifier
Error compiling Cython file:
------------------------------------------------------------
...
cdef object _stack
cdef Matrix _matrix
cdef void apply(self)
cdef class Transform(MatrixInstruction):
cpdef transform(self, Matrix trans)
^
------------------------------------------------------------
kivy/graphics/context_instructions.pxd:54:20: Self argument (<error>) of C method 'transform' does not match parent type (Transform)
Error compiling Cython file:
------------------------------------------------------------
...
cdef Matrix _matrix
cdef void apply(self)
cdef class Transform(MatrixInstruction):
cpdef transform(self, Matrix trans)
cpdef translate(self, float tx, float ty, float tz)
^
------------------------------------------------------------
kivy/graphics/context_instructions.pxd:55:20: 'self' is not a type identifier
Error compiling Cython file:
------------------------------------------------------------
...
cdef Matrix _matrix
cdef void apply(self)
cdef class Transform(MatrixInstruction):
cpdef transform(self, Matrix trans)
cpdef translate(self, float tx, float ty, float tz)
^
------------------------------------------------------------
kivy/graphics/context_instructions.pxd:55:20: Self argument (<error>) of C method 'translate' does not match parent type (Transform)
Error compiling Cython file:
------------------------------------------------------------
...
cdef void apply(self)
cdef class Transform(MatrixInstruction):
cpdef transform(self, Matrix trans)
cpdef translate(self, float tx, float ty, float tz)
cpdef rotate(self, float angle, float ax, float ay, float az)
^
------------------------------------------------------------
kivy/graphics/context_instructions.pxd:56:17: 'self' is not a type identifier
Error compiling Cython file:
------------------------------------------------------------
...
cdef void apply(self)
cdef class Transform(MatrixInstruction):
cpdef transform(self, Matrix trans)
cpdef translate(self, float tx, float ty, float tz)
cpdef rotate(self, float angle, float ax, float ay, float az)
^
------------------------------------------------------------
kivy/graphics/context_instructions.pxd:56:17: Self argument (<error>) of C method 'rotate' does not match parent type (Transform)
Error compiling Cython file:
------------------------------------------------------------
...
cdef class Transform(MatrixInstruction):
cpdef transform(self, Matrix trans)
cpdef translate(self, float tx, float ty, float tz)
cpdef rotate(self, float angle, float ax, float ay, float az)
cpdef scale(self, float s)
^
------------------------------------------------------------
kivy/graphics/context_instructions.pxd:57:16: 'self' is not a type identifier
Error compiling Cython file:
------------------------------------------------------------
...
cdef class Transform(MatrixInstruction):
cpdef transform(self, Matrix trans)
cpdef translate(self, float tx, float ty, float tz)
cpdef rotate(self, float angle, float ax, float ay, float az)
cpdef scale(self, float s)
^
------------------------------------------------------------
kivy/graphics/context_instructions.pxd:57:16: Self argument (<error>) of C method 'scale' does not match parent type (Transform)
Error compiling Cython file:
------------------------------------------------------------
...
cdef class Transform(MatrixInstruction):
cpdef transform(self, Matrix trans)
cpdef translate(self, float tx, float ty, float tz)
cpdef rotate(self, float angle, float ax, float ay, float az)
cpdef scale(self, float s)
cpdef identity(self)
^
------------------------------------------------------------
kivy/graphics/context_instructions.pxd:58:19: 'self' is not a type identifier
Error compiling Cython file:
------------------------------------------------------------
...
cdef class Transform(MatrixInstruction):
cpdef transform(self, Matrix trans)
cpdef translate(self, float tx, float ty, float tz)
cpdef rotate(self, float angle, float ax, float ay, float az)
cpdef scale(self, float s)
cpdef identity(self)
^
------------------------------------------------------------
kivy/graphics/context_instructions.pxd:58:19: Self argument (<error>) of C method 'identity' does not match parent type (Transform)
Error compiling Cython file:
------------------------------------------------------------
...
cpdef translate(self, float tx, float ty, float tz)
cpdef rotate(self, float angle, float ax, float ay, float az)
cpdef scale(self, float s)
cpdef identity(self)
cdef class Rotate(Transform):
^
------------------------------------------------------------
kivy/graphics/context_instructions.pxd:60:5: C class 'Rotate' already defined
Error compiling Cython file:
------------------------------------------------------------
...
cpdef rotate(self, float angle, float ax, float ay, float az)
cpdef scale(self, float s)
cpdef identity(self)
cdef class Rotate(Transform):
cdef float _angle
^
------------------------------------------------------------
kivy/graphics/context_instructions.pxd:61:15: C attributes cannot be added in implementation part of extension type defined in a pxd
Error compiling Cython file:
------------------------------------------------------------
...
cpdef rotate(self, float angle, float ax, float ay, float az)
cpdef scale(self, float s)
cpdef identity(self)
cdef class Rotate(Transform):
cdef float _angle
^
------------------------------------------------------------
kivy/graphics/context_instructions.pxd:61:15: '_angle' redeclared
Error compiling Cython file:
------------------------------------------------------------
...
cpdef scale(self, float s)
cpdef identity(self)
cdef class Rotate(Transform):
cdef float _angle
cdef tuple _axis
^
------------------------------------------------------------
kivy/graphics/context_instructions.pxd:62:15: C attributes cannot be added in implementation part of extension type defined in a pxd
Error compiling Cython file:
------------------------------------------------------------
...
cpdef scale(self, float s)
cpdef identity(self)
cdef class Rotate(Transform):
cdef float _angle
cdef tuple _axis
^
------------------------------------------------------------
kivy/graphics/context_instructions.pxd:62:15: '_axis' redeclared
Error compiling Cython file:
------------------------------------------------------------
...
cpdef identity(self)
cdef class Rotate(Transform):
cdef float _angle
cdef tuple _axis
cdef tuple _origin
^
------------------------------------------------------------
kivy/graphics/context_instructions.pxd:63:15: C attributes cannot be added in implementation part of extension type defined in a pxd
Error compiling Cython file:
------------------------------------------------------------
...
cpdef identity(self)
cdef class Rotate(Transform):
cdef float _angle
cdef tuple _axis
cdef tuple _origin
^
------------------------------------------------------------
kivy/graphics/context_instructions.pxd:63:15: '_origin' redeclared
Error compiling Cython file:
------------------------------------------------------------
...
cdef class Rotate(Transform):
cdef float _angle
cdef tuple _axis
cdef tuple _origin
cdef void apply(self)
^
------------------------------------------------------------
kivy/graphics/context_instructions.pxd:64:20: 'self' is not a type identifier
Error compiling Cython file:
------------------------------------------------------------
...
cdef class Rotate(Transform):
cdef float _angle
cdef tuple _axis
cdef tuple _origin
cdef void apply(self)
^
------------------------------------------------------------
kivy/graphics/context_instructions.pxd:64:19: Self argument (<error>) of C method 'apply' does not match parent type (Rotate)
Error compiling Cython file:
------------------------------------------------------------
...
cdef class Rotate(Transform):
cdef float _angle
cdef tuple _axis
cdef tuple _origin
cdef void apply(self)
cdef void compute(self)
^
------------------------------------------------------------
kivy/graphics/context_instructions.pxd:65:22: 'self' is not a type identifier
Error compiling Cython file:
------------------------------------------------------------
...
cdef class Rotate(Transform):
cdef float _angle
cdef tuple _axis
cdef tuple _origin
cdef void apply(self)
cdef void compute(self)
^
------------------------------------------------------------
kivy/graphics/context_instructions.pxd:65:21: Self argument (<error>) of C method 'compute' does not match parent type (Rotate)
Error compiling Cython file:
------------------------------------------------------------
...
cdef tuple _axis
cdef tuple _origin
cdef void apply(self)
cdef void compute(self)
cdef class Scale(Transform):
^
------------------------------------------------------------
kivy/graphics/context_instructions.pxd:67:5: C class 'Scale' already defined
Error compiling Cython file:
------------------------------------------------------------
...
cdef tuple _origin
cdef void apply(self)
cdef void compute(self)
cdef class Scale(Transform):
cdef float _x, _y, _z
^
------------------------------------------------------------
kivy/graphics/context_instructions.pxd:68:15: C attributes cannot be added in implementation part of extension type defined in a pxd
Error compiling Cython file:
------------------------------------------------------------
...
cdef tuple _origin
cdef void apply(self)
cdef void compute(self)
cdef class Scale(Transform):
cdef float _x, _y, _z
^
------------------------------------------------------------
kivy/graphics/context_instructions.pxd:68:15: '_x' redeclared
Error compiling Cython file:
------------------------------------------------------------
...
cdef tuple _origin
cdef void apply(self)
cdef void compute(self)
cdef class Scale(Transform):
cdef float _x, _y, _z
^
------------------------------------------------------------
kivy/graphics/context_instructions.pxd:68:19: C attributes cannot be added in implementation part of extension type defined in a pxd
Error compiling Cython file:
------------------------------------------------------------
...
cdef tuple _origin
cdef void apply(self)
cdef void compute(self)
cdef class Scale(Transform):
cdef float _x, _y, _z
^
------------------------------------------------------------
kivy/graphics/context_instructions.pxd:68:19: '_y' redeclared
Error compiling Cython file:
------------------------------------------------------------
...
cdef tuple _origin
cdef void apply(self)
cdef void compute(self)
cdef class Scale(Transform):
cdef float _x, _y, _z
^
------------------------------------------------------------
kivy/graphics/context_instructions.pxd:68:23: C attributes cannot be added in implementation part of extension type defined in a pxd
Error compiling Cython file:
------------------------------------------------------------
...
cdef tuple _origin
cdef void apply(self)
cdef void compute(self)
cdef class Scale(Transform):
cdef float _x, _y, _z
^
------------------------------------------------------------
kivy/graphics/context_instructions.pxd:68:23: '_z' redeclared
Error compiling Cython file:
------------------------------------------------------------
...
cdef void apply(self)
cdef void compute(self)
cdef class Scale(Transform):
cdef float _x, _y, _z
cdef void apply(self)
^
------------------------------------------------------------
kivy/graphics/context_instructions.pxd:69:20: 'self' is not a type identifier
Error compiling Cython file:
------------------------------------------------------------
...
cdef void apply(self)
cdef void compute(self)
cdef class Scale(Transform):
cdef float _x, _y, _z
cdef void apply(self)
^
------------------------------------------------------------
kivy/graphics/context_instructions.pxd:69:19: Self argument (<error>) of C method 'apply' does not match parent type (Scale)
Error compiling Cython file:
------------------------------------------------------------
...
cdef void compute(self)
cdef class Scale(Transform):
cdef float _x, _y, _z
cdef void apply(self)
cdef set_scale(self, double x, double y, double z)
^
------------------------------------------------------------
kivy/graphics/context_instructions.pxd:70:19: 'self' is not a type identifier
Error compiling Cython file:
------------------------------------------------------------
...
cdef void compute(self)
cdef class Scale(Transform):
cdef float _x, _y, _z
cdef void apply(self)
cdef set_scale(self, double x, double y, double z)
^
------------------------------------------------------------
kivy/graphics/context_instructions.pxd:70:19: Self argument (<error>) of C method 'set_scale' does not match parent type (Scale)
Error compiling Cython file:
------------------------------------------------------------
...
cdef class Scale(Transform):
cdef float _x, _y, _z
cdef void apply(self)
cdef set_scale(self, double x, double y, double z)
cdef class Translate(Transform):
^
------------------------------------------------------------
kivy/graphics/context_instructions.pxd:72:5: C class 'Translate' already defined
Error compiling Cython file:
------------------------------------------------------------
...
cdef float _x, _y, _z
cdef void apply(self)
cdef set_scale(self, double x, double y, double z)
cdef class Translate(Transform):
cdef double _x, _y, _z
^
------------------------------------------------------------
kivy/graphics/context_instructions.pxd:73:16: C attributes cannot be added in implementation part of extension type defined in a pxd
Error compiling Cython file:
------------------------------------------------------------
...
cdef float _x, _y, _z
cdef void apply(self)
cdef set_scale(self, double x, double y, double z)
cdef class Translate(Transform):
cdef double _x, _y, _z
^
------------------------------------------------------------
kivy/graphics/context_instructions.pxd:73:16: '_x' redeclared
Error compiling Cython file:
------------------------------------------------------------
...
cdef float _x, _y, _z
cdef void apply(self)
cdef set_scale(self, double x, double y, double z)
cdef class Translate(Transform):
cdef double _x, _y, _z
^
------------------------------------------------------------
kivy/graphics/context_instructions.pxd:73:20: C attributes cannot be added in implementation part of extension type defined in a pxd
Error compiling Cython file:
------------------------------------------------------------
...
cdef float _x, _y, _z
cdef void apply(self)
cdef set_scale(self, double x, double y, double z)
cdef class Translate(Transform):
cdef double _x, _y, _z
^
------------------------------------------------------------
kivy/graphics/context_instructions.pxd:73:20: '_y' redeclared
Error compiling Cython file:
------------------------------------------------------------
...
cdef float _x, _y, _z
cdef void apply(self)
cdef set_scale(self, double x, double y, double z)
cdef class Translate(Transform):
cdef double _x, _y, _z
^
------------------------------------------------------------
kivy/graphics/context_instructions.pxd:73:24: C attributes cannot be added in implementation part of extension type defined in a pxd
Error compiling Cython file:
------------------------------------------------------------
...
cdef float _x, _y, _z
cdef void apply(self)
cdef set_scale(self, double x, double y, double z)
cdef class Translate(Transform):
cdef double _x, _y, _z
^
------------------------------------------------------------
kivy/graphics/context_instructions.pxd:73:24: '_z' redeclared
Error compiling Cython file:
------------------------------------------------------------
...
cdef void apply(self)
cdef set_scale(self, double x, double y, double z)
cdef class Translate(Transform):
cdef double _x, _y, _z
cdef void apply(self)
^
------------------------------------------------------------
kivy/graphics/context_instructions.pxd:74:20: 'self' is not a type identifier
Error compiling Cython file:
------------------------------------------------------------
...
cdef void apply(self)
cdef set_scale(self, double x, double y, double z)
cdef class Translate(Transform):
cdef double _x, _y, _z
cdef void apply(self)
^
------------------------------------------------------------
kivy/graphics/context_instructions.pxd:74:19: Self argument (<error>) of C method 'apply' does not match parent type (Translate)
Error compiling Cython file:
------------------------------------------------------------
...
cdef set_scale(self, double x, double y, double z)
cdef class Translate(Transform):
cdef double _x, _y, _z
cdef void apply(self)
cdef set_translate(self, double x, double y, double z)
^
------------------------------------------------------------
kivy/graphics/context_instructions.pxd:75:23: 'self' is not a type identifier
Error compiling Cython file:
------------------------------------------------------------
...
cdef set_scale(self, double x, double y, double z)
cdef class Translate(Transform):
cdef double _x, _y, _z
cdef void apply(self)
cdef set_translate(self, double x, double y, double z)
^
------------------------------------------------------------
kivy/graphics/context_instructions.pxd:75:23: Self argument (<error>) of C method 'set_translate' does not match parent type (Translate)
Error compiling Cython file:
------------------------------------------------------------
...
from transformation cimport Matrix
from instructions cimport ContextInstruction
from texture cimport Texture
cdef class PushState(ContextInstruction):
^
------------------------------------------------------------
kivy/graphics/context_instructions.pxd:9:5: Compiler crash in AnalyseDeclarationsTransform
ModuleNode.body = StatListNode(context_instructions.pxd:1:0)
StatListNode.stats[6] = CClassDefNode(context_instructions.pxd:9:5,
as_name = u'PushState',
base_class_module = u'',
base_class_name = u'ContextInstruction',
class_name = u'PushState',
in_pxd = True,
module_name = u'',
visibility = u'private')
Compiler crash traceback from this point on:
File "Visitor.py", line 170, in Cython.Compiler.Visitor.TreeVisitor._visit (/Users/human/.virtualenvs/kivy/build/cython/Cython/Compiler/Visitor.c:4275)
File "/Users/human/.virtualenvs/kivy/lib/python2.7/site-packages/Cython/Compiler/ParseTreeTransforms.py", line 1469, in visit_CClassDefNode
node = self.visit_ClassDefNode(node)
File "Visitor.py", line 356, in Cython.Compiler.Visitor.EnvTransform.visit_ClassDefNode (/Users/human/.virtualenvs/kivy/build/cython/Cython/Compiler/Visitor.c:7994)
AttributeError: 'CClassDefNode' object has no attribute 'scope'
Error compiling Cython file:
------------------------------------------------------------
...
from transformation cimport Matrix
from instructions cimport ContextInstruction
from texture cimport Texture
cdef class PushState(ContextInstruction):
^
------------------------------------------------------------
kivy/graphics/context_instructions.pxd:9:5: Compiler crash in AnalyseDeclarationsTransform
ModuleNode.body = StatListNode(context_instructions.pxd:1:0)
StatListNode.stats[6] = CClassDefNode(context_instructions.pxd:9:5,
as_name = u'PushState',
base_class_module = u'',
base_class_name = u'ContextInstruction',
class_name = u'PushState',
in_pxd = True,
module_name = u'',
visibility = u'private')
Compiler crash traceback from this point on:
File "Visitor.py", line 170, in Cython.Compiler.Visitor.TreeVisitor._visit (/Users/human/.virtualenvs/kivy/build/cython/Cython/Compiler/Visitor.c:4275)
File "/Users/human/.virtualenvs/kivy/lib/python2.7/site-packages/Cython/Compiler/ParseTreeTransforms.py", line 1469, in visit_CClassDefNode
node = self.visit_ClassDefNode(node)
File "Visitor.py", line 356, in Cython.Compiler.Visitor.EnvTransform.visit_ClassDefNode (/Users/human/.virtualenvs/kivy/build/cython/Cython/Compiler/Visitor.c:7994)
AttributeError: 'CClassDefNode' object has no attribute 'scope'
Error compiling Cython file:
------------------------------------------------------------
...
from transformation cimport Matrix
from instructions cimport ContextInstruction
from texture cimport Texture
cdef class PushState(ContextInstruction):
^
------------------------------------------------------------
kivy/graphics/context_instructions.pxd:9:5: Compiler crash in AnalyseDeclarationsTransform
ModuleNode.body = StatListNode(context_instructions.pxd:1:0)
StatListNode.stats[6] = CClassDefNode(context_instructions.pxd:9:5,
as_name = u'PushState',
base_class_module = u'',
base_class_name = u'ContextInstruction',
class_name = u'PushState',
in_pxd = True,
module_name = u'',
visibility = u'private')
Compiler crash traceback from this point on:
File "Visitor.py", line 170, in Cython.Compiler.Visitor.TreeVisitor._visit (/Users/human/.virtualenvs/kivy/build/cython/Cython/Compiler/Visitor.c:4275)
File "/Users/human/.virtualenvs/kivy/lib/python2.7/site-packages/Cython/Compiler/ParseTreeTransforms.py", line 1469, in visit_CClassDefNode
node = self.visit_ClassDefNode(node)
File "Visitor.py", line 356, in Cython.Compiler.Visitor.EnvTransform.visit_ClassDefNode (/Users/human/.virtualenvs/kivy/build/cython/Cython/Compiler/Visitor.c:7994)
AttributeError: 'CClassDefNode' object has no attribute 'scope'
warning: kivy/graphics/transformation.pyx:210:21: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
warning: kivy/graphics/transformation.pyx:210:27: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
warning: kivy/graphics/transformation.pyx:210:33: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
warning: kivy/graphics/transformation.pyx:326:20: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
warning: kivy/graphics/transformation.pyx:326:45: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
warning: kivy/graphics/transformation.pyx:380:20: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
warning: kivy/graphics/transformation.pyx:380:43: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
warning: kivy/graphics/transformation.pyx:380:66: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
Error compiling Cython file:
------------------------------------------------------------
...
from transformation cimport Matrix
from instructions cimport ContextInstruction
from texture cimport Texture
cdef class PushState(ContextInstruction):
^
------------------------------------------------------------
kivy/graphics/context_instructions.pxd:9:5: Compiler crash in AnalyseDeclarationsTransform
ModuleNode.body = StatListNode(context_instructions.pxd:1:0)
StatListNode.stats[6] = CClassDefNode(context_instructions.pxd:9:5,
as_name = u'PushState',
base_class_module = u'',
base_class_name = u'ContextInstruction',
class_name = u'PushState',
in_pxd = True,
module_name = u'',
visibility = u'private')
Compiler crash traceback from this point on:
File "Visitor.py", line 170, in Cython.Compiler.Visitor.TreeVisitor._visit (/Users/human/.virtualenvs/kivy/build/cython/Cython/Compiler/Visitor.c:4275)
File "/Users/human/.virtualenvs/kivy/lib/python2.7/site-packages/Cython/Compiler/ParseTreeTransforms.py", line 1469, in visit_CClassDefNode
node = self.visit_ClassDefNode(node)
File "Visitor.py", line 356, in Cython.Compiler.Visitor.EnvTransform.visit_ClassDefNode (/Users/human/.virtualenvs/kivy/build/cython/Cython/Compiler/Visitor.c:7994)
AttributeError: 'CClassDefNode' object has no attribute 'scope'
Error compiling Cython file:
------------------------------------------------------------
...
from transformation cimport Matrix
from instructions cimport ContextInstruction
from texture cimport Texture
cdef class PushState(ContextInstruction):
^
------------------------------------------------------------
kivy/graphics/context_instructions.pxd:9:5: Compiler crash in AnalyseDeclarationsTransform
ModuleNode.body = StatListNode(context_instructions.pxd:1:0)
StatListNode.stats[6] = CClassDefNode(context_instructions.pxd:9:5,
as_name = u'PushState',
base_class_module = u'',
base_class_name = u'ContextInstruction',
class_name = u'PushState',
in_pxd = True,
module_name = u'',
visibility = u'private')
Compiler crash traceback from this point on:
File "Visitor.py", line 170, in Cython.Compiler.Visitor.TreeVisitor._visit (/Users/human/.virtualenvs/kivy/build/cython/Cython/Compiler/Visitor.c:4275)
File "/Users/human/.virtualenvs/kivy/lib/python2.7/site-packages/Cython/Compiler/ParseTreeTransforms.py", line 1469, in visit_CClassDefNode
node = self.visit_ClassDefNode(node)
File "Visitor.py", line 356, in Cython.Compiler.Visitor.EnvTransform.visit_ClassDefNode (/Users/human/.virtualenvs/kivy/build/cython/Cython/Compiler/Visitor.c:7994)
AttributeError: 'CClassDefNode' object has no attribute 'scope'
[INFO ] Kivy v1.7.2
Cython check avoided.
running build_ext
Build configuration is:
* use_opengl_es2 = True
* use_sdl = False
* use_glew = False
* use_rpi = False
* use_x11 = False
* use_ios = False
* use_opengl_debug = False
* use_mesagl = False
Generate config.h
Generate config.pxi
building 'kivy.graphics.texture' extension
arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer --sysroot /Users/human/.buildozer/android/platform/android-ndk-r9/platforms/android-14/arch-arm -DNDEBUG -DANDROID -mandroid -fomit-frame-pointer --sysroot /Users/human/.buildozer/android/platform/android-ndk-r9/platforms/android-14/arch-arm -I/Users/human/.buildozer/android/platform/android-ndk-r9/platforms/android-14/arch-arm/usr/include -I/Users/human/Code/kivy/.buildozer/android/platform/python-for-android/build/python-install/include/python2.7 -c kivy/graphics/texture.c -o build/temp.macosx-10.4-x86_64-2.7/kivy/graphics/texture.o
kivy/graphics/texture.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 'arm-linux-androideabi-gcc' failed with exit status 1
# Command failed: ./distribute.sh -m "kivy"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment