<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-gb">
	<link rel="self" type="application/atom+xml" href="https://forum.eggheads.org/app.php/feed/topic/6277" />

	<title>egghelp/eggheads community</title>
	<subtitle>Discussion of eggdrop bots, shell accounts and tcl scripts.</subtitle>
	<link href="https://forum.eggheads.org/index.php" />
	<updated>2004-01-19T09:51:27-04:00</updated>

	<author><name><![CDATA[egghelp/eggheads community]]></name></author>
	<id>https://forum.eggheads.org/app.php/feed/topic/6277</id>

		<entry>
		<author><name><![CDATA[ppslim]]></name></author>
		<updated>2004-01-19T09:51:27-04:00</updated>

		<published>2004-01-19T09:51:27-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=32659#p32659</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=32659#p32659"/>
		<title type="html"><![CDATA[cygwin, eggdrop, eggdrop1.6.15 compilation errors]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=32659#p32659"><![CDATA[
Windrop and "Eggdrop compiled using Cygwin" are one and the same.<br><br>Hence why there is a windrop program over at <a href="http://windrop.sf.net/" class="postlink">http://windrop.sf.net/</a> where cygwin has always been used.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2">ppslim</a> — Mon Jan 19, 2004 9:51 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[FiRe]]></name></author>
		<updated>2004-01-19T06:41:40-04:00</updated>

		<published>2004-01-19T06:41:40-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=32654#p32654</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=32654#p32654"/>
		<title type="html"><![CDATA[cygwin, eggdrop, eggdrop1.6.15 compilation errors]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=32654#p32654"><![CDATA[
No, Windrop is a Win32 compiled eggdrop, an eggdrop on Cygwin (Linux on Win32) is still an eggdrop<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4433">FiRe</a> — Mon Jan 19, 2004 6:41 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[]Kami[]]></name></author>
		<updated>2004-01-18T16:33:13-04:00</updated>

		<published>2004-01-18T16:33:13-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=32638#p32638</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=32638#p32638"/>
		<title type="html"><![CDATA[cygwin, eggdrop, eggdrop1.6.15 compilation errors]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=32638#p32638"><![CDATA[
Hm cygwin, isnt this at windrop ?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3559">]Kami[</a> — Sun Jan 18, 2004 4:33 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2004-01-17T23:41:28-04:00</updated>

		<published>2004-01-17T23:41:28-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=32626#p32626</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=32626#p32626"/>
		<title type="html"><![CDATA[cygwin, eggdrop, eggdrop1.6.15 compilation errors]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=32626#p32626"><![CDATA[
There's a file in your eggDrop\src\compat directory called: inet_ntop.c.<br><br>You need to edit this, by going to the egg_inet_ntop(af, src, dst, size) function, and replace it with:<br><br>egg_inet_ntop(af, src, dst, size)<br>int af;<br>const void *src;<br>char *dst;<br>socklen_t size;<br>{<br>switch (af) {<br>/*<br>case AF_INET:<br>return (egg_inet_ntop4(src, dst, size));<br>case AF_INET6:<br>return (egg_inet_ntop6(src, dst, size)); <br>*/<br>default:<br>return (egg_inet_ntop4(src, dst, size));<br>/*<br>return (NULL);<br>*/<br>}<br>/* NOTREACHED */<br>}<br><br>This effectively shuts off INET6, and sets your config to INET4 by default.<br><br>I don't think cygwin supports INET6 yet...although you're probably better off going to the page Wcc mentioned.<br><br>Good luck!<p>Statistics: Posted by Guest — Sat Jan 17, 2004 11:41 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Wcc]]></name></author>
		<updated>2004-01-17T18:17:13-04:00</updated>

		<published>2004-01-17T18:17:13-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=32616#p32616</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=32616#p32616"/>
		<title type="html"><![CDATA[cygwin, eggdrop, eggdrop1.6.15 compilation errors]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=32616#p32616"><![CDATA[
There's a patch to fix this on the eggdrop files page of egghelp.org.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=270">Wcc</a> — Sat Jan 17, 2004 6:17 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2003-12-01T08:55:27-04:00</updated>

		<published>2003-12-01T08:55:27-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=30930#p30930</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=30930#p30930"/>
		<title type="html"><![CDATA[cygwin, eggdrop, eggdrop1.6.15 compilation errors]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=30930#p30930"><![CDATA[
inet_ntop.c: In function `egg_inet_ntop':<br>inet_ntop.c:83: error: `AF_INET6' undeclared (first use in this function)<br>inet_ntop.c:83: error: (Each undeclared identifier is reported only once<br>inet_ntop.c:83: error: for each function it appears in.)<br>make[2]: *** [inet_ntop.o] Error 1<br>make[2]: Leaving directory `/cygdrive/e/cygwin/home/jagdishb/eggdrop1.6.15/src<br>ompat'<br>make[1]: *** [compatability] Error 2<br><br>- i get the above error.. but compiling .13 version works fine<br>- grateful for any help<br>Many Thanks<br>Jagdish<p>Statistics: Posted by Guest — Mon Dec 01, 2003 8:55 am</p><hr />
]]></content>
	</entry>
	</feed>
