<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>Comments on: CYGWIN, MPD, shared mem, fork&#8217;s and quirk&#8217;s</title>
	<atom:link href="http://neophob.com/2007/10/cygwin-mpd-shared-mem-forks-and-quirks/feed/" rel="self" type="application/rss+xml" />
	<link>http://neophob.com/2007/10/cygwin-mpd-shared-mem-forks-and-quirks/</link>
	<description>are you still afraid?</description>
	<lastBuildDate>Mon, 08 Jul 2019 19:58:13 +0000</lastBuildDate>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=3.9.40</generator>
	<item>
		<title>By: Stuben</title>
		<link>http://neophob.com/2007/10/cygwin-mpd-shared-mem-forks-and-quirks/#comment-143</link>
		<dc:creator><![CDATA[Stuben]]></dc:creator>
		<pubDate>Sat, 17 Oct 2009 16:38:56 +0000</pubDate>
		<guid isPermaLink="false">http://192.168.111.20/wordpress/?p=98#comment-143</guid>
		<description><![CDATA[Tried to compile both with gcc3 and gcc4.
Also tried to apply the fake_getaddrinfo patch manually to listen.c, it didn&#039;t work.
Here&#039;s the error:
src/listen.c: In function &#039;listen_add_host&#039;:
src/listen.c:224: error: storage size of &#039;hints&#039; isn&#039;t known
src/listen.c:232: error: &#039;AI_PASSIVE&#039; undeclared (first use in this function)
src/listen.c:232: error: (Each undeclared identifier is reported only once
src/listen.c:232: error: for each function it appears in.)
src/listen.c:242: warning: implicit declaration of function &#039;getaddrinfo&#039;
src/listen.c:246: warning: implicit declaration of function &#039;gai_strerror&#039;
src/listen.c:246: warning: format &#039;%s&#039; expects type &#039;char *&#039;, but argument 6 has
 type &#039;int&#039;
src/listen.c:250: error: dereferencing pointer to incomplete type
src/listen.c:253: error: dereferencing pointer to incomplete type
src/listen.c:253: error: dereferencing pointer to incomplete type
src/listen.c:254: error: dereferencing pointer to incomplete type
src/listen.c:263: error: dereferencing pointer to incomplete type
src/listen.c:264: error: dereferencing pointer to incomplete type
src/listen.c:279: warning: implicit declaration of function &#039;freeaddrinfo&#039;
src/listen.c:224: warning: unused variable &#039;hints&#039;
src/listen.c: At top level:
/usr/include/asm/byteorder.h:36: warning: inline function &#039;__constant_ntohs&#039; dec
lared but never defined
/usr/include/asm/byteorder.h:35: warning: inline function &#039;__constant_ntohl&#039; dec
lared but never defined
make[1]: *** [src_mpd-listen.o] Error 1
make[1]: Leaving directory `/home/user/mpd-0.15.4&#039;
make: *** [all] Error 2]]></description>
		<content:encoded><![CDATA[
Warning: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead in /home/httpd/vhosts/pixelinvaders.ch/httpdocs/neophob.com/wp-content/plugins/codecolorer/codecolorer-core.php on line 49

Warning: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead in /home/httpd/vhosts/pixelinvaders.ch/httpdocs/neophob.com/wp-content/plugins/codecolorer/codecolorer-core.php on line 50
]]></content:encoded>
	</item>
	<item>
		<title>By: Maarten</title>
		<link>http://neophob.com/2007/10/cygwin-mpd-shared-mem-forks-and-quirks/#comment-142</link>
		<dc:creator><![CDATA[Maarten]]></dc:creator>
		<pubDate>Fri, 03 Apr 2009 12:31:02 +0000</pubDate>
		<guid isPermaLink="false">http://192.168.111.20/wordpress/?p=98#comment-142</guid>
		<description><![CDATA[Hi Michu,

could you maybe send the executables you did get as a result?
I would like to play around a bit with seeing whether MPD at Windows will work like I would like to before I install a full cygwin installation.

kind regards,
Maarten]]></description>
		<content:encoded><![CDATA[
Warning: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead in /home/httpd/vhosts/pixelinvaders.ch/httpdocs/neophob.com/wp-content/plugins/codecolorer/codecolorer-core.php on line 49

Warning: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead in /home/httpd/vhosts/pixelinvaders.ch/httpdocs/neophob.com/wp-content/plugins/codecolorer/codecolorer-core.php on line 50
]]></content:encoded>
	</item>
	<item>
		<title>By: Adam</title>
		<link>http://neophob.com/2007/10/cygwin-mpd-shared-mem-forks-and-quirks/#comment-141</link>
		<dc:creator><![CDATA[Adam]]></dc:creator>
		<pubDate>Tue, 20 Jan 2009 01:43:21 +0000</pubDate>
		<guid isPermaLink="false">http://192.168.111.20/wordpress/?p=98#comment-141</guid>
		<description><![CDATA[Hi Michu.

I&#039;m glad to hear that icecast isn&#039;t required, since it doesn&#039;t seem to be compilable under Cygwin (winsock2 issues).

I have downloaded and compiled the sources for libmad and libid3tag (libmad-0.15.1b, libid3tag-0.15.1b, and even madplay-0.15.2b). The resultant libraries were dropped in /usr/local/lib as part of the process (configure / make / make install).

I tried setting LDFLAGS to -L/usr/local/lib as suggested by ./configure --help. For whatever reason, the configuration script still refused to find the MAD and ID3TAG libs. There didn&#039;t seem to be any command-line library helpers for mad and id3tag (no --with-mad-includes=DIR, like there are for lame, faad, etc.) so I&#039;m a little stumped as to how to proceed.

Adam]]></description>
		<content:encoded><![CDATA[
Warning: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead in /home/httpd/vhosts/pixelinvaders.ch/httpdocs/neophob.com/wp-content/plugins/codecolorer/codecolorer-core.php on line 49

Warning: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead in /home/httpd/vhosts/pixelinvaders.ch/httpdocs/neophob.com/wp-content/plugins/codecolorer/codecolorer-core.php on line 50
]]></content:encoded>
	</item>
	<item>
		<title>By: michu</title>
		<link>http://neophob.com/2007/10/cygwin-mpd-shared-mem-forks-and-quirks/#comment-140</link>
		<dc:creator><![CDATA[michu]]></dc:creator>
		<pubDate>Mon, 19 Jan 2009 10:08:44 +0000</pubDate>
		<guid isPermaLink="false">http://192.168.111.20/wordpress/?p=98#comment-140</guid>
		<description><![CDATA[&gt; Is icecast required to get mp3 functionality:
no icecast is used to stream your songs..

try to use &quot;./configure --help&quot; and specify the library path.. did you install libmad and libid3tag?]]></description>
		<content:encoded><![CDATA[
Warning: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead in /home/httpd/vhosts/pixelinvaders.ch/httpdocs/neophob.com/wp-content/plugins/codecolorer/codecolorer-core.php on line 49

Warning: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead in /home/httpd/vhosts/pixelinvaders.ch/httpdocs/neophob.com/wp-content/plugins/codecolorer/codecolorer-core.php on line 50
]]></content:encoded>
	</item>
	<item>
		<title>By: Adam</title>
		<link>http://neophob.com/2007/10/cygwin-mpd-shared-mem-forks-and-quirks/#comment-139</link>
		<dc:creator><![CDATA[Adam]]></dc:creator>
		<pubDate>Sun, 18 Jan 2009 23:30:57 +0000</pubDate>
		<guid isPermaLink="false">http://192.168.111.20/wordpress/?p=98#comment-139</guid>
		<description><![CDATA[I&#039;m confused about MPD under Cygwin. Is icecast required to get mp3 functionality? I&#039;ve compiled and installed libmad and libid3tag but whenever I try to ./configure mpd it says that mp3 and id3 are disabled. Your example here doesn&#039;t seem to include icecast. (Not that I can get icecast to compile, but that&#039;s another can of worms...)]]></description>
		<content:encoded><![CDATA[
Warning: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead in /home/httpd/vhosts/pixelinvaders.ch/httpdocs/neophob.com/wp-content/plugins/codecolorer/codecolorer-core.php on line 49

Warning: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead in /home/httpd/vhosts/pixelinvaders.ch/httpdocs/neophob.com/wp-content/plugins/codecolorer/codecolorer-core.php on line 50
]]></content:encoded>
	</item>
</channel>
</rss>
