Skip to content
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: kivy/graphics/texture.c: No such file or directory #1384

Closed
nufeng2001 opened this issue Sep 29, 2018 · 3 comments
Closed

error: kivy/graphics/texture.c: No such file or directory #1384

nufeng2001 opened this issue Sep 29, 2018 · 3 comments

Comments

@nufeng2001
Copy link

nufeng2001 commented Sep 29, 2018

/mnt/h/MyPprjs# p4a apk --private ./ --package=org.example.myapp --name "My application" --version 0.1 --ndk-dir=/mnt/f/Software/crystax-ndk-10.3.2 --bootstrap=sdl2 --requirements=sdl2,python3crystax,kivy

building 'kivy.graphics.texture' extension
arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/mnt/o/crystax-ndk-10.3.2/platforms/android-19/arch-arm -isysroot /mnt/o/crystax-ndk-10.3.2/platforms/android-19/arch-arm -I/root/.local/share/python-for-android/build/python-installs/unnamed_dist_34/include/python3.5 -DNDEBUG -g -fwrapv -O3 -Wall -I/mnt/o/crystax-ndk-10.3.2/sources/python/3.5/include/python -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/mnt/o/crystax-ndk-10.3.2/platforms/android-19/arch-arm -isysroot /mnt/o/crystax-ndk-10.3.2/platforms/android-19/arch-arm -I/root/.local/share/python-for-android/build/python-installs/unnamed_dist_34/include/python3.5 -fPIC -Ikivy/include -Ikivy/include -I/usr/local/include/python3.7m -c kivy/graphics/texture.c -o build/temp.linux-x86_64-3.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

@AndreMiras
Copy link
Member

On what version of p4a are you running? What operating system? Could you reply some of the important questions listed in the issue template?
Is this all the log you're having or you cut some context? It seems rather small 🤔
Also I don't recommend running it as root.

@nufeng2001
Copy link
Author

On what version of p4a are you running? What operating system? Could you reply some of the important questions listed in the issue template?
Is this all the log you're having or you cut some context? It seems rather small 🤔
Also I don't recommend running it as root.

Sorry, it should be the reason for the Cython version.
pip3.5 install -I Cython==0.25.2

@inclement
Copy link
Member

Closing as probably fixed, I didn't see anything like this recently.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants