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

	<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>2002-07-28T11:20:45-04:00</updated>

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

		<entry>
		<author><name><![CDATA[ppslim]]></name></author>
		<updated>2002-07-28T11:20:45-04:00</updated>

		<published>2002-07-28T11:20:45-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=9272#p9272</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=9272#p9272"/>
		<title type="html"><![CDATA[eggdrop1.6.12 compile/make problems]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=9272#p9272"><![CDATA[
Read the changes file.<br><br>Note the full version of Tcl you have.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2">ppslim</a> — Sun Jul 28, 2002 11:20 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2002-07-27T23:10:09-04:00</updated>

		<published>2002-07-27T23:10:09-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=9247#p9247</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=9247#p9247"/>
		<title type="html"><![CDATA[eggdrop1.6.12 compile/make problems]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=9247#p9247"><![CDATA[
Hello,<br>We are running FreeBSD 4.6-Stable and tcl 8.4.<br>During make these are the warnings we get:<br>(This is just a snippet)<br>gcc -pipe -g -O2 -I.. -I.. -DHAVE_CONFIG_H   -c ./mem.c<br>gcc -pipe -g -O2 -I.. -I.. -DHAVE_CONFIG_H   -c ./misc.c<br>gcc -pipe -g -O2 -I.. -I.. -DHAVE_CONFIG_H   -c ./misc_file.c<br>gcc -pipe -g -O2 -I.. -I.. -DHAVE_CONFIG_H   -c ./modules.c<br>gcc -pipe -g -O2 -I.. -I.. -DHAVE_CONFIG_H   -c ./net.c<br>gcc -pipe -g -O2 -I.. -I.. -DHAVE_CONFIG_H   -c ./rfc1459.c<br>gcc -pipe -g -O2 -I.. -I.. -DHAVE_CONFIG_H   -c ./tcl.c<br>./tcl.c: In function `tcl_eggcouplet':<br>./tcl.c:151: warning: passing arg 3 of `Tcl_SetVar2' discards qualifiers from pointer target type<br>./tcl.c:155: warning: passing arg 4 of `Tcl_TraceVar' from incompatible pointer type<br>./tcl.c:157: warning: passing arg 3 of `Tcl_GetVar2' discards qualifiers from pointer target type<br>./tcl.c: In function `tcl_eggint':<br>./tcl.c:198: warning: passing arg 3 of `Tcl_SetVar2' discards qualifiers from pointer target type<br>./tcl.c:202: warning: passing arg 4 of `Tcl_TraceVar' from incompatible pointer type<br>./tcl.c:205: warning: passing arg 3 of `Tcl_GetVar2' discards qualifiers from pointer target type<br>./tcl.c: In function `tcl_eggstr':<br>./tcl.c:265: warning: passing arg 3 of `Tcl_SetVar2' discards qualifiers from pointer target type<br>./tcl.c:267: warning: passing arg 3 of `Tcl_SetVar2' discards qualifiers from pointer target type<br>./tcl.c:270: warning: passing arg 4 of `Tcl_TraceVar' from incompatible pointer type<br>./tcl.c:277: warning: passing arg 3 of `Tcl_SetVar2' discards qualifiers from pointer target type<br>./tcl.c:280: warning: passing arg 3 of `Tcl_GetVar2' discards qualifiers from pointer target type<br>./tcl.c: In function `add_tcl_strings':<br>./tcl.c:724: warning: passing arg 4 of `Tcl_TraceVar' from incompatible pointer type<br>./tcl.c: In function `rem_tcl_strings':<br>./tcl.c:738: warning: passing arg 4 of `Tcl_VarTraceInfo' from incompatible pointer type<br>./tcl.c:741: warning: passing arg 4 of `Tcl_UntraceVar' from incompatible pointer type<br>./tcl.c: In function `add_tcl_ints':<br>./tcl.c:766: warning: passing arg 4 of `Tcl_TraceVar' from incompatible pointer type<br>./tcl.c: In function `rem_tcl_ints':<br>./tcl.c:781: warning: passing arg 4 of `Tcl_VarTraceInfo' from incompatible pointer type<br>./tcl.c:784: warning: passing arg 4 of `Tcl_UntraceVar' from incompatible pointer type<br>./tcl.c: In function `add_tcl_coups':<br>./tcl.c:810: warning: passing arg 4 of `Tcl_TraceVar' from incompatible pointer type<br>./tcl.c: In function `rem_tcl_coups':<br>./tcl.c:824: warning: passing arg 4 of `Tcl_VarTraceInfo' from incompatible pointer type<br>./tcl.c:828: warning: passing arg 4 of `Tcl_UntraceVar' from incompatible pointer type<br><br>It actually does go on with a lot of different warnings.<br><br>Well, since it was a warning, I thought I would go ahead and make install.<br>Heh, that was a mistake... 'Cause the bot became completely unstable and was not able to do anything. We had to kill it and we went back to eggdrop1.6.10 until someone figures out what is wrong...<br><br>Maybe others are having similar problems...<br>Any ideas/help/suggestions will be much appreciated.<br>Thank you.<br>Postino<p>Statistics: Posted by Guest — Sat Jul 27, 2002 11:10 pm</p><hr />
]]></content>
	</entry>
	</feed>
