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

If the kivy module is built at the same time as others, it fails #81

Closed
supercheetah opened this issue Jan 6, 2013 · 2 comments
Closed

Comments

@supercheetah
Copy link

If I try to run, for example, distribute.sh -m "kivy pil", it will fail to compile with this error message:

android/python-for-android/src/jni/../jni/application/src//start.c:2:20: fatal error: Python.h: No such file or directory

However, if I run this, distribute.sh -m "kivy", and then run distribute.sh -m "kivy pil", then everything will compile just fine.

@thopiekar
Copy link
Contributor

Looks like a dependency problem..
The script is building SDL, while Python has not been built..

https://gist.github.com/7720168fe7b973976004

@akshayaurora
Copy link
Member

Put the Kivy module at the end. You have to put the modules like kivy after modules it depends on like pil.

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