Re: libgpod python3 bindings?
Jack via Gtkpod-devel <[email protected]> Mon, 11 May 2020 13:50:42 -0400
| Newsgroups | gmane.comp.ipod.gtkpod |
|---|---|
| Message-ID | <[email protected]> |
(If anyone knows a way to reply to a message from the archives, or have mailman resend me a copy, please let me know. Not replying directly, since I also just subscribed.) I don't know of any way to make gtkpod use python3, but it's easy enough to tell it not to use python at all, thus removing the dependency on python2.7. I use Gentoo, so for me, it's just setting a USE flag, but I believe the parameter to ./configure is just "--without-python. It still runs that way, but I can't test much since I don't currently have a suitable device to test with, so I really have no idea if this reduces functionality in any important way. More important for me, is that gtkpod fails the final linking with gcc-10. This is apparently a known issue due to the default change from fcommon to fno-common. Given the lack of activity, I have to wonder whether to consider gtkpod totally dead, or is it still alive, albeit in near suspended animation? Jack