Hello.
I'm developing a Android-application with QT. The application uses some pythonscripts together with the regular C++ code.
When im trying to compile this to Android i get an error that says:
arm-linux-gnueabi/python2.7/pyconfig.h: no such file or directory
I have installed arm-linux-gnueabi and such. Still the directory does not exist. I only have the directory
/usr/include/x86_64-linux-gnu/python2.7_d/pyconfig.h
After some searches on google I'm out of ideas. Do anyone one know what's needed to compile this to android?
Is it even possible?
Thanks.
Bookmarks