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

	<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>2006-05-10T20:12:30-04:00</updated>

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

		<entry>
		<author><name><![CDATA[x]]></name></author>
		<updated>2006-05-10T20:12:30-04:00</updated>

		<published>2006-05-10T20:12:30-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=62910#p62910</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=62910#p62910"/>
		<title type="html"><![CDATA[Make - problems with md5c.c]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=62910#p62910"><![CDATA[
That's interesting. I downloaded the source from the ftp-server of eggheads a few days ago.<br>From there I've also downloaded it before and had no problems with setting up on any other machine than this one I was working with at this time.  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_neutral.gif" width="15" height="15" alt=":|" title="Neutral"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4427">x</a> — Wed May 10, 2006 8:12 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[De Kus]]></name></author>
		<updated>2006-05-10T20:01:51-04:00</updated>

		<published>2006-05-10T20:01:51-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=62903#p62903</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=62903#p62903"/>
		<title type="html"><![CDATA[Make - problems with md5c.c]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=62903#p62903"><![CDATA[
maybe your source was improperly generated: <a href="http://www.eggheads.org/cgi-bin/viewcvs.cgi/eggdrop1.6/src/md5/md5c.c.diff?r1=1.13&amp;r2=1.14" class="postlink">http://www.eggheads.org/cgi-bin/viewcvs ... 13&amp;r2=1.14</a><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2382">De Kus</a> — Wed May 10, 2006 8:01 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[x]]></name></author>
		<updated>2006-05-10T13:15:52-04:00</updated>

		<published>2006-05-10T13:15:52-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=62886#p62886</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=62886#p62886"/>
		<title type="html"><![CDATA[Make - problems with md5c.c]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=62886#p62886"><![CDATA[
Absolutely wonderful! After replacing I tried to run 'make' and it was all successful.<br>Thanks a lot!  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_cool.gif" width="15" height="15" alt="8)" title="Cool"> <br><br>Btw, just because I am curious, is this some well known problem or is this somehow rare and related to my set up? I tried to find solution from google before posting on forum, but couldn't find anything related to the same problem with md5c.c.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4427">x</a> — Wed May 10, 2006 1:15 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[demond]]></name></author>
		<updated>2006-05-10T12:17:05-04:00</updated>

		<published>2006-05-10T12:17:05-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=62883#p62883</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=62883#p62883"/>
		<title type="html"><![CDATA[Make - problems with md5c.c]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=62883#p62883"><![CDATA[
try replacing that line with:<div class="codebox"><p>Code: </p><pre><code>data = ((unsigned char *)data) + free;</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5056">demond</a> — Wed May 10, 2006 12:17 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[x]]></name></author>
		<updated>2006-05-10T05:37:21-04:00</updated>

		<published>2006-05-10T05:37:21-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=62878#p62878</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=62878#p62878"/>
		<title type="html"><![CDATA[Make - problems with md5c.c]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=62878#p62878"><![CDATA[
In src/md5/md5c.c:<br><div class="codebox"><p>Code: </p><pre><code>                egg_memcpy(&amp;ctx-&gt;buffer[used], data, free);209:         (unsigned char *)data += free;                size -= free;                body(ctx, ctx-&gt;buffer, 64);</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4427">x</a> — Wed May 10, 2006 5:37 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[demond]]></name></author>
		<updated>2006-05-09T23:57:20-04:00</updated>

		<published>2006-05-09T23:57:20-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=62860#p62860</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=62860#p62860"/>
		<title type="html"><![CDATA[Make - problems with md5c.c]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=62860#p62860"><![CDATA[
what's on line 209?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5056">demond</a> — Tue May 09, 2006 11:57 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[x]]></name></author>
		<updated>2006-05-09T18:14:30-04:00</updated>

		<published>2006-05-09T18:14:30-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=62854#p62854</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=62854#p62854"/>
		<title type="html"><![CDATA[Make - problems with md5c.c]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=62854#p62854"><![CDATA[
Hello there,<br>I tried today installing eggdrop <strong class="text-strong">1.6.15</strong> to my server. This version for the reason that I wanted to have some kind of IPv6 support in the bot.<br><br>Well, 'configure' was successful, 'make config' as well but I can't get it to finish the 'make'. It always stops at an error with md5.c and I wonder if anyone here would be able crystallize me what could be there reason.<br><br>Here's the output from 'make':<div class="codebox"><p>Code: </p><pre><code>make[1]: Entering directory `/home/dan/eggdrop1.6.15/src'(This may take a while.  Go get some runts.)gcc -pipe -g -O2 -Wall -I.. -I.. -DHAVE_CONFIG_H   -c bg.cgcc -pipe -g -O2 -Wall -I.. -I.. -DHAVE_CONFIG_H   -c botcmd.cgcc -pipe -g -O2 -Wall -I.. -I.. -DHAVE_CONFIG_H   -c botmsg.cgcc -pipe -g -O2 -Wall -I.. -I.. -DHAVE_CONFIG_H   -c botnet.cgcc -pipe -g -O2 -Wall -I.. -I.. -DHAVE_CONFIG_H   -c chanprog.cgcc -pipe -g -O2 -Wall -I.. -I.. -DHAVE_CONFIG_H   -c cmds.cgcc -pipe -g -O2 -Wall -I.. -I.. -DHAVE_CONFIG_H   -c dcc.cdcc.c: In function 'dcc_telnet':dcc.c:1103: warning: comparison is always false due to limited range of data typegcc -pipe -g -O2 -Wall -I.. -I.. -DHAVE_CONFIG_H   -c dccutil.cgcc -pipe -g -O2 -Wall -I.. -I.. -DHAVE_CONFIG_H   -c dns.cgcc -pipe -g -O2 -Wall -I.. -I.. -DHAVE_CONFIG_H   -c flags.cgcc -pipe -g -O2 -Wall -I.. -I.. -DHAVE_CONFIG_H   -c language.cgcc -pipe -g -O2 -Wall -I.. -I.. -DHAVE_CONFIG_H   -c match.cgcc -pipe -g -O2 -Wall -I.. -I.. -DHAVE_CONFIG_H   \'-DCCFLAGS="gcc -pipe -g -O2 -Wall -I.. -I.. -DHAVE_CONFIG_H  "' \'-DLDFLAGS="gcc -pipe"' \'-DSTRIPFLAGS="strip"' -c ./main.cgcc -pipe -g -O2 -Wall -I.. -I.. -DHAVE_CONFIG_H   -c mem.cgcc -pipe -g -O2 -Wall -I.. -I.. -DHAVE_CONFIG_H   -c misc.cmisc.c: In function 'putlog':misc.c:490: warning: 't' may be used uninitialized in this functiongcc -pipe -g -O2 -Wall -I.. -I.. -DHAVE_CONFIG_H   -c misc_file.cgcc -pipe -g -O2 -Wall -I.. -I.. -DHAVE_CONFIG_H   -c modules.cgcc -pipe -g -O2 -Wall -I.. -I.. -DHAVE_CONFIG_H   -c net.cgcc -pipe -g -O2 -Wall -I.. -I.. -DHAVE_CONFIG_H   -c rfc1459.cgcc -pipe -g -O2 -Wall -I.. -I.. -DHAVE_CONFIG_H   -c tcl.ctcl.c:497: warning: dereferencing type-punned pointer will break strict-aliasing rulesgcc -pipe -g -O2 -Wall -I.. -I.. -DHAVE_CONFIG_H   -c tcldcc.cgcc -pipe -g -O2 -Wall -I.. -I.. -DHAVE_CONFIG_H   -c tclhash.cgcc -pipe -g -O2 -Wall -I.. -I.. -DHAVE_CONFIG_H   -c tclmisc.ctclmisc.c: In function 'tcl_md5':tclmisc.c:662: warning: pointer targets in assignment differ in signednessgcc -pipe -g -O2 -Wall -I.. -I.. -DHAVE_CONFIG_H   -c tcluser.cgcc -pipe -g -O2 -Wall -I.. -I.. -DHAVE_CONFIG_H   -c userent.cuserent.c: In function 'del_entry_type':userent.c:1135: warning: dereferencing type-punned pointer will break strict-aliasing rulesgcc -pipe -g -O2 -Wall -I.. -I.. -DHAVE_CONFIG_H   -c userrec.cgcc -pipe -g -O2 -Wall -I.. -I.. -DHAVE_CONFIG_H   -c users.cmake[2]: Entering directory `/home/dan/eggdrop1.6.15/src/md5'gcc -pipe -g -O2 -Wall -I. -I../.. -I../.. -I../../src -DHAVE_CONFIG_H   -c md5c.cmd5c.c: In function 'MD5_Update':md5c.c:209: error: invalid lvalue in assignmentmake[2]: *** [md5c.o] Error 1make[2]: Leaving directory `/home/dan/eggdrop1.6.15/src/md5'make[1]: *** [compile_md5] Error 2make[1]: Leaving directory `/home/dan/eggdrop1.6.15/src'make: *** [modegg] Error 2</code></pre></div>I have Debian with 2.6.15 kernel and TCL 8.4. installed.<br><br>To add a bit more information, 'make' of version 1.6.17 goes through successfully so I wonder what's the problem with version 1.6.15...  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_confused.gif" width="15" height="15" alt=":?" title="Confused"> <br><br>If someone has any idea, please help...<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4427">x</a> — Tue May 09, 2006 6:14 pm</p><hr />
]]></content>
	</entry>
	</feed>
