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

Kivy is broken on recent master #970

Closed
dessant opened this issue Dec 27, 2016 · 6 comments
Closed

Kivy is broken on recent master #970

dessant opened this issue Dec 27, 2016 · 6 comments

Comments

@dessant
Copy link
Contributor

dessant commented Dec 27, 2016

From @germn on December 19, 2016 14:26

kivy==master is broken when we try to build it for android.
Problem appeared recently, probably after this commit.

  RAN: '/usr/local/bin/cython ./kivy/properties.pyx'

  STDOUT:

Error compiling Cython file:
------------------------------------------------------------
...
           'NumericProperty', 'StringProperty', 'ListProperty',
           'ObjectProperty', 'BooleanProperty', 'BoundedNumericProperty',
           'OptionProperty', 'ReferenceListProperty', 'AliasProperty',
           'DictProperty', 'VariableListProperty', 'ConfigParserProperty')

include "config.pxi"
^
------------------------------------------------------------

kivy/properties.pyx:217:0: 'config.pxi' not found

Copied from original issue: kivy/kivy#4832

@dessant
Copy link
Contributor Author

dessant commented Dec 27, 2016

From @matham on December 19, 2016 18:18

Try master again. It may have been fixed.

@dessant
Copy link
Contributor Author

dessant commented Dec 27, 2016

From @germn on December 19, 2016 20:59

Sorry, but still same error.

@dessant
Copy link
Contributor Author

dessant commented Dec 27, 2016

From @matham on December 19, 2016 22:23

Ok, that needs to be fixed in the py4a side then. It may have assumed something about where the file is. And that has changed since it was moved to kivy/include. Although, I thought adding that path to the include directories in setup.py would fix it, but I guess that's not enough.

Someone familiar with android compilation should take a look.

@dessant
Copy link
Contributor Author

dessant commented Dec 27, 2016

From @inclement on December 21, 2016 11:31

I've changed p4a to use Kivy 1.9.1 for now (this should probably be the case anyway, so I don't intend to change it back to master). I couldn't fix it immediately though, will take another look soon.

@inclement
Copy link
Member

This should be fixed now.

@AndreMPCosta
Copy link

I'm having exactly this problem using master, if I use 1.10.1 I can build with no problems.

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