[Musicpd-dev-team] Glib warnings

2013-01-02 Thread Alexander Sack
Hello mpd-dev-team: I am on a OSX 10.8.2 notebook and decided to download and compile top of the tree in order to grab some fixes that I think were pertinent to my environment. I am using MacPorts compiler gcc 4.7.2_2 with the latest XCode CLI tools. I noticed when I compiled there were a lot of

Re: [Musicpd-dev-team] Glib warnings

2013-01-02 Thread Max Kellermann
On 2013/01/02 16:31, Alexander Sack pisym...@gmail.com wrote: I started to remove the warnings with a lot of #if conditionals but I was curious if the project plans to move the base version of Glib to 2.32 instead of 2.16? That would at least make the changes to mpd a lot less ugly. But I am

Re: [Musicpd-dev-team] Glib warnings

2013-01-02 Thread Alexander Sack
On Wed, Jan 2, 2013 at 10:41 AM, Max Kellermann m...@duempel.org wrote: On 2013/01/02 16:31, Alexander Sack pisym...@gmail.com wrote: I started to remove the warnings with a lot of #if conditionals but I was curious if the project plans to move the base version of Glib to 2.32 instead of

Re: [Musicpd-dev-team] Glib warnings

2013-01-02 Thread Max Kellermann
On 2013/01/02 18:14, Alexander Sack pisym...@gmail.com wrote: Thanks Max. So when you say Glib is slowly fading out, does that mean for the core logic as well? I/O, main loop thread, etc. or just thread sync primitives? Last year, I attempted to port MPD to Android, but found that GLib was

Re: [Musicpd-dev-team] Glib warnings

2013-01-02 Thread Timur Aydin
Hello Max, Last month I have worked on porting MPD to uClinux, running on the Blackfin processor. Indeed, the biggest hurdle was getting GLib to compile under uClinux. Recent versions of GLib have a permanent dependency on IPv6, which cannot be turned off, so I had to compile a IPv6 enabled

Re: [Musicpd-dev-team] Glib warnings

2013-01-02 Thread Max Kellermann
On 2013/01/02 21:27, Timur Aydin t...@taydin.org wrote: Regarding c++11, does the Android GNU toolchain have full support for this? The latest toolchain for Blackfin is still at 4.3 (stable) and 4.5 (experimental). I will check if these have support for c++11. Yes, the Android NDK r8d ships