Skip to content

Instantly share code, notes, and snippets.

@clayote
Created November 5, 2013 23:29
Show Gist options
  • Save clayote/7328236 to your computer and use it in GitHub Desktop.
Save clayote/7328236 to your computer and use it in GitHub Desktop.
error compiling python-igraph
arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer --sysroot /home/sanotehu/android/android-ndk-r8e/platforms/android-14/arch-arm -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -DANDROID -mandroid -fomit-frame-pointer --sysroot /home/sanotehu/android/android-ndk-r8e/platforms/android-14/arch-arm -I/home/sanotehu/android/android-ndk-r8e/sources/cxx-stl/gnu-libstdc++/4.4.3/include -I/home/sanotehu/android/android-ndk-r8e/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/armeabi/include -fPIC -I/usr/local/include/igraph -I/home/sanotehu/src/python-for-android/build/python-install/include/igraph -I/usr/include/python2.7 -c src/random.c -o build/temp.linux-x86_64-2.7/src/random.o
In file included from /usr/include/python2.7/Python.h:8,
from src/py2compat.h:28,
from src/random.c:24:
/usr/include/python2.7/pyconfig.h:15:52: error: arm-linux-gnueabi/python2.7/pyconfig.h: No such file or directory
In file included from /usr/include/python2.7/Python.h:58,
from src/py2compat.h:28,
from src/random.c:24:
/usr/include/python2.7/pyport.h:886:2: error: #error "LONG_BIT definition appears wrong for platform (bad gcc/glibc config?)."
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment