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

	<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>2005-09-13T22:16:39-04:00</updated>

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

		<entry>
		<author><name><![CDATA[demond]]></name></author>
		<updated>2005-09-13T22:16:39-04:00</updated>

		<published>2005-09-13T22:16:39-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=55714#p55714</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=55714#p55714"/>
		<title type="html"><![CDATA[module compilation in current 1.7 branch]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=55714#p55714"><![CDATA[
that's why you should learn shell scripting <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"> instead of editing 2537523 files manually, this one-liner could do the job for you:<div class="codebox"><p>Code: </p><pre><code>find ~/eggdrop1.7.0 -name '*.c' | while read i; do sed -e 's/[Cc]ontext\;//g' $i &gt;tmp &amp;&amp; mv tmp $i; done</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5056">demond</a> — Tue Sep 13, 2005 10:16 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[De Kus]]></name></author>
		<updated>2005-09-13T15:08:33-04:00</updated>

		<published>2005-09-13T15:08:33-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=55687#p55687</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=55687#p55687"/>
		<title type="html"><![CDATA[Re: module compilation in current 1.7 branch]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=55687#p55687"><![CDATA[
<blockquote class="uncited"><div>ever heard of <em class="text-italics">sed</em>? <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_wink.gif" width="15" height="15" alt=";)" title="Wink"></div></blockquote>read in Mafefile or Configure script, but never really looked what it does and so I have no clue how to filter it out ^-^. But how you remove it, is everyones own decition <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_wink.gif" width="15" height="15" alt=";)" title="Wink">.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2382">De Kus</a> — Tue Sep 13, 2005 3:08 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[demond]]></name></author>
		<updated>2005-09-11T04:55:51-04:00</updated>

		<published>2005-09-11T04:55:51-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=55598#p55598</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=55598#p55598"/>
		<title type="html"><![CDATA[Re: module compilation in current 1.7 branch]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=55598#p55598"><![CDATA[
<blockquote class="uncited"><div>Solution: go through the source code of the module and remove ALL calls to 'Context;' / 'context;'</div></blockquote>ever heard of <em class="text-italics">sed</em>? <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_wink.gif" width="15" height="15" alt=";)" title="Wink"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5056">demond</a> — Sun Sep 11, 2005 4:55 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[De Kus]]></name></author>
		<updated>2005-09-08T05:13:25-04:00</updated>

		<published>2005-09-08T05:13:25-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=55442#p55442</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=55442#p55442"/>
		<title type="html"><![CDATA[module compilation in current 1.7 branch]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=55442#p55442"><![CDATA[
Sympton: You will most likely get following compiler error depending on the module you are triing to compile:<div class="codebox"><p>Code: </p><pre><code>In file included from gseen.c:98:seentree.c: In function `tcl_killseen':seentree.c:202: error: `context' undeclared (first use in this function)</code></pre></div>Reason: wcc removed context debugging completly<br><br>Solution: go through the source code of the module and remove ALL calls to 'Context;' / 'context;'. After that the module should compile again (except if you still need to adjust the Makefile reflecting changed header filenames).<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2382">De Kus</a> — Thu Sep 08, 2005 5:13 am</p><hr />
]]></content>
	</entry>
	</feed>
