-
Notifications
You must be signed in to change notification settings - Fork 2k
Closed
Labels
Description
This error shows up when i type " ./distribute.sh -m "kivy" "command.
I am at the ARM environment.
I have tried everything to fix this error, but now I need help.
Note: If you want me to edit something, please let me know.
"ERROR"
creating Makefile
./configure --host=arm-eabi OPT= --prefix=/home/kd/python-for-android/build/python-install --enable-shared --disable-toolbox-glue --disable-framework
make -j5 HOSTPYTHON=/home/kd/python-for-android/build/python/Python-2.7.2/hostpython HOSTPGEN=/home/kd/python-for-android/build/python/Python-2.7.2/hostpgen CROSS_COMPILE_TARGET=yes INSTSONAME=libpython2.7.so
cp: cannot stat ‘HOSTPYTHON=/home/kd/python-for-android/build/python/Python-2.7.2/hostpython’: No such file or directory
First install (failing..)
./Modules/zlibmodule.c:8:18: fatal error: zlib.h: No such file or directory
compilation terminated.
make: *** [Modules/zlibmodule.o] Error 1
make: *** Waiting for unfinished jobs....
second install
/usr/bin/install -c -m 644 ./Include/cStringIO.h /home/kd/python-for-android/build/python-install/include/python2.7
./Modules/zlibmodule.c:8:18: fatal error: zlib.h: No such file or directory
compilation terminated.
make: *** [Modules/zlibmodule.o] Error 1
make: *** Waiting for unfinished jobs....
/usr/bin/install -c -m 644 ./Include/cellobject.h /home/kd/python-for-android/build/python-install/include/python2.7
/usr/bin/install -c -m 644 pyconfig.h /home/kd/python-for-android/build/python-install/include/python2.7/pyconfig.h
Leaving ARM environment
cp: cannot create regular file ‘/home/kd/python-for-android/build/python-install/bin/python.host’: No such file or directory
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
Reactions are currently unavailable