Anton Chivchalov
unread,Oct 14, 2024, 5:44:38 AMOct 14Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Kivy users support
Hi, are there any special requirements or dependencies to build on Kivy version 2.3.0? I can build anything on 2.2.1, but after I change "kivy==2.2.1" to "kivy==2.3.0" in Buildozer, I get this:
Error compiling Cython file:
------------------------------------------------------------
...
size_t(* read) ( SDL_RWops * context, void *ptr, size_t size, size_t maxnum)
size_t(* write) (SDL_RWops * context, void *ptr,size_t size, size_t num)
int (* close) (SDL_RWops * context)
cdef size_t rwops_bytesio_write(SDL_RWops *context, const void *ptr, size_t size, size_t num) noexcept:
^
------------------------------------------------------------
kivy/core/image/_img_sdl2.pyx:17:94: Syntax error in C variable declaration
Is something wrong with this _img_sdl2.pyx that somebody can fix? Or there are any other workarounds? Of course, I did target clean, target update, distclean, appclean, built everything from scratch - nothing helps. But 2.2.1 works under all the same conditions.
Maybe Buildozer needs something else I don't know about to upgrade to 2.3.0? Anybody had success with 2.3.0?