-
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
error in your VM Image after ./distribute.sh -m kivy #291
Comments
I get the same error while using the vm. |
This is a issue with the latest cython, we need some fixes for it, fixes Will fix asap. In the mean time try building with kivy==master it should On Mon, Oct 27, 2014 at 8:09 PM, kevinkjt2000 notifications@github.com
|
@akshayaurora Is the VM changed the PYTHONPATH in .bashrc to include its own Kivy directory? As i discovered earlier on IRC, if you have a master/kivy directory in your PYTHONPATH, there will be a conflict of inclusion by Cython itself. |
The Fixes I was talking about were pushed to stable and master both so this issue should be fixed. @tito, yes the vm uses PYTHONPATH to setup kivy in ~/.bashrc. I guess this could be the reason behind the issue on the VM. |
I'm also getting the "error: command 'ccache' failed with exit status 1" issue when executing ./distribute.sh -m "kivy" I'm using the latest VM package from http://kivy.org/#download which uses Ubuntu 12.10. I've tried upgrading & downgrading cython, updating dependencies according as per the included Readme, and have tried starting from scratch multiple times. Some direction would be greatly appreciated. |
the vm has been updated. |
building 'kivy.graphics.svg' extension
ccache arm-linux-androideabi-gcc -mandroid -fomit-frame-pointer --sysroot /home/kivy/android/android-ndk-r8c/platforms/android-14/arch-arm -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -mandroid -fomit-frame-pointer --sysroot /home/kivy/android/android-ndk-r8c/platforms/android-14/arch-arm -fPIC -I/home/kivy/android/android-ndk-r8c/platforms/android-14/arch-arm/usr/include -I/home/kivy/android/python-for-android/build/python-install/include/python2.7 -c kivy/graphics/svg.c -o build/temp.linux-i686-2.7/kivy/graphics/svg.o
kivy/graphics/svg.c:1:2: error: #error Do not use this file, it is the result of a failed Cython compilation.
error: command 'ccache' failed with exit status 1
The text was updated successfully, but these errors were encountered: