Re: [Musicpd-dev-team] Make a single static build for OS X?

2013-03-09 Thread Alexander Sack
On Sat, Mar 9, 2013 at 11:45 AM, zw g pekingmas...@gmail.com wrote: Dear list, I want to share MPD with my friends who are work on Mac OS X platform. Is there a way to compile/package MPD and all the common dependencies to a single static build like ffmpeg did? No need. MPD is maintained

[Musicpd-dev-team] Build failure again

2013-01-28 Thread Alexander Sack
In file included from src/decoder/mp4ff_decoder_plugin.c:29:0: /opt/local/include/faad.h:32:9: note: #pragma message: please update faad2 include filename and function names! src/decoder/mp4ff_decoder_plugin.c: In function 'mp4_decode': src/decoder/mp4ff_decoder_plugin.c:240:27: error:

Re: [Musicpd-dev-team] Build fail zeroconf bonjour

2013-01-08 Thread Alexander Sack
On Tue, Jan 8, 2013 at 8:43 AM, Max Kellermann m...@duempel.org wrote: On 2013/01/08 14:34, Denis Krjuchkov de...@crazydev.net wrote: 08.01.2013 8:42, Alexander Sack ??: src/zeroconf-bonjour.c:22:20: fatal error: listen.h: No such file or directory $ find . -name listen.h

[Musicpd-dev-team] Build fail zeroconf bonjour

2013-01-07 Thread Alexander Sack
src/zeroconf-bonjour.c:22:20: fatal error: listen.h: No such file or directory $ find . -name listen.h $ Did a checkin get screwed up? Header seems local to project. -aps -- Master SQL Server Development,

[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 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