<?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/6370" />

	<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>2003-12-12T01:43:33-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Turambar]]></name></author>
		<updated>2003-12-12T01:43:33-04:00</updated>

		<published>2003-12-12T01:43:33-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=31348#p31348</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=31348#p31348"/>
		<title type="html"><![CDATA[Trouble compling bot.]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=31348#p31348"><![CDATA[
open the file compat/inet_net.c and go to row 83, there you got two lines<br><div class="codebox"><p>Code: </p><pre><code>case AF_INET6:return (egg_inet_ntop6(src, dst, size));</code></pre></div>comment those two lines out by putting // in front op them.<br><br>That's it. I had the same prob.<br>I'm not shure but i suppose it has to do with the ipv6 support missing in cygwin or something like that. But that's just a guess <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":-)" title="Smile"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3245">Turambar</a> — Fri Dec 12, 2003 1:43 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2003-12-11T23:37:58-04:00</updated>

		<published>2003-12-11T23:37:58-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=31347#p31347</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=31347#p31347"/>
		<title type="html"><![CDATA[Trouble compling bot.]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=31347#p31347"><![CDATA[
I've compiled an EggDrop before (v1.6.13) and decided to compile it again.<br><br>I'm using v1.6.15 and compiling it using Cygwin (in Windows XP).  This is the same setup as before, outside the fact that the files in Cygwin might be newer.<br><br>Anyhow, all goes well until I use the make command.  I get this:<br><br>$ make<br>make[1]: Entering directory `/cygdrive/d/eggdrop/eggdrop1.6.15/src'<br>(This may take a while.  Go get some runts.)<br>make[2]: Entering directory `/cygdrive/d/eggdrop/eggdrop1.6.15/src/md5'<br>make[2]: Nothing to be done for `md5'.<br>make[2]: Leaving directory `/cygdrive/d/eggdrop/eggdrop1.6.15/src/md5'<br>make[2]: Entering directory `/cygdrive/d/eggdrop/eggdrop1.6.15/src/compat'<br>gcc -pipe -mwin32 -g -O2 -I../.. -I../.. -I../../src -DHAVE_CONFIG_H   -c inet_n<br>top.c<br>inet_ntop.c: In function `egg_inet_ntop':<br>inet_ntop.c:83: `AF_INET6' undeclared (first use in this function)<br>inet_ntop.c:83: (Each undeclared identifier is reported only once<br>inet_ntop.c:83: for each function it appears in.)<br>make[2]: *** [inet_ntop.o] Error 1<br>make[2]: Leaving directory `/cygdrive/d/eggdrop/eggdrop1.6.15/src/compat'<br>make[1]: *** [compatability] Error 2<br>make[1]: Leaving directory `/cygdrive/d/eggdrop/eggdrop1.6.15/src'<br>make: *** [modegg] Error 2<br><br>Any ideas?<p>Statistics: Posted by Guest — Thu Dec 11, 2003 11:37 pm</p><hr />
]]></content>
	</entry>
	</feed>
