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

	<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>2007-08-03T10:06:29-04:00</updated>

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

		<entry>
		<author><name><![CDATA[BoaR]]></name></author>
		<updated>2007-08-03T10:06:29-04:00</updated>

		<published>2007-08-03T10:06:29-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=74940#p74940</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=74940#p74940"/>
		<title type="html"><![CDATA[Play.mod]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=74940#p74940"><![CDATA[
i guess that mod needs some tweaking..<br><br>i found malloc.h in /usr/include/malloc.h so i will  try that today maybe.. <br><br>thanks<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=9166">BoaR</a> — Fri Aug 03, 2007 10:06 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[nml375]]></name></author>
		<updated>2007-08-02T12:20:04-04:00</updated>

		<published>2007-08-02T12:20:04-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=74923#p74923</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=74923#p74923"/>
		<title type="html"><![CDATA[Play.mod]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=74923#p74923"><![CDATA[
It would seem malloc.h is included from an incorrect location<div class="codebox"><p>Code: </p><pre><code>#include "malloc.h"</code></pre></div>Should rather be:<div class="codebox"><p>Code: </p><pre><code>#include &lt;malloc.h&gt;</code></pre></div>Or, on second thought, you did get an error earlier 'bout malloc.h being replaced with stdlib.h. It would seem it does not declare the mallinfo struct properly.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8052">nml375</a> — Thu Aug 02, 2007 12:20 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[BoaR]]></name></author>
		<updated>2007-08-02T12:10:05-04:00</updated>

		<published>2007-08-02T12:10:05-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=74922#p74922</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=74922#p74922"/>
		<title type="html"><![CDATA[Play.mod]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=74922#p74922"><![CDATA[
i edited play.c:<br><br>#include &lt;/usr/src/include/stdlib.h&gt;         /* tcl_mallinfo */<br>#include &lt;/usr/include/sys/resource.h&gt;   /* tcl_cputime  */<br>#include &lt;/usr/local/include/pcre.h&gt;        /* tcl_pcre     */<br><br>but i still get errors:<br><br>.././play.mod/play.c: In function `tcl_mallinfo':<br>.././play.mod/play.c:38: error: storage size of 'mi' isn't known<br>.././play.mod/play.c:39: warning: implicit declaration of function `mallinfo'<br>.././play.mod/play.c:38: warning: unused variable `mi'<br>*** Error code 1<br><br>Stop in /home/boar/eggdrop1.6.18/src/mod/play.mod.<br>*** Error code 1<br><br>Stop in /home/boar/eggdrop1.6.18/src/mod.<br>*** Error code 1<br><br>Stop in /home/boar/eggdrop1.6.18.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=9166">BoaR</a> — Thu Aug 02, 2007 12:10 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[nml375]]></name></author>
		<updated>2007-08-02T11:58:40-04:00</updated>

		<published>2007-08-02T11:58:40-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=74920#p74920</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=74920#p74920"/>
		<title type="html"><![CDATA[Play.mod]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=74920#p74920"><![CDATA[
It would seem you're lacking the <a href="http://www.pcre.org/" class="postlink">Perl Compatible Regular Expression</a> library on your system, which is required for this module to compile successfully.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8052">nml375</a> — Thu Aug 02, 2007 11:58 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[BoaR]]></name></author>
		<updated>2007-08-02T11:48:09-04:00</updated>

		<published>2007-08-02T11:48:09-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=74919#p74919</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=74919#p74919"/>
		<title type="html"><![CDATA[Play.mod]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=74919#p74919"><![CDATA[
In file included from .././play.mod/play.c:16:<br>/usr/include/malloc.h:3:2: #error "&lt;malloc.h&gt; has been replaced by &lt;stdlib.h&gt;"<br>.././play.mod/play.c:18:50: pcre.h: No such file or directory<br>.././play.mod/play.c: In function `tcl_mallinfo':<br>.././play.mod/play.c:38: error: storage size of 'mi' isn't known<br>.././play.mod/play.c:39: warning: implicit declaration of function `mallinfo'<br>.././play.mod/play.c:38: warning: unused variable `mi'<br>.././play.mod/play.c: In function `tcl_pcre':<br>.././play.mod/play.c:56: error: `pcre' undeclared (first use in this function)<br>.././play.mod/play.c:56: error: (Each undeclared identifier is reported only once<br>.././play.mod/play.c:56: error: for each function it appears in.)<br>.././play.mod/play.c:56: error: `curpat' undeclared (first use in this function)<br>.././play.mod/play.c:77: error: `PCRE_CASELESS' undeclared (first use in this function)<br>.././play.mod/play.c<img alt=":100:" class="emoji smilies" draggable="false" src="//cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1f4af.svg"> warning: implicit declaration of function `pcre_compile'<br>.././play.mod/play.c:106: warning: implicit declaration of function `pcre_exec'<br>.././play.mod/play.c:115: warning: implicit declaration of function `pcre_copy_substring'<br>*** Error code 1<br><br>Stop in /home/boar/eggdrop1.6.18/src/mod/play.mod.<br>*** Error code 1<br><br>Stop in /home/boar/eggdrop1.6.18/src/mod.<br>*** Error code 1<br><br>Stop in /home/boar/eggdrop1.6.18.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=9166">BoaR</a> — Thu Aug 02, 2007 11:48 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[BoaR]]></name></author>
		<updated>2007-08-02T11:26:26-04:00</updated>

		<published>2007-08-02T11:26:26-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=74918#p74918</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=74918#p74918"/>
		<title type="html"><![CDATA[Play.mod]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=74918#p74918"><![CDATA[
i will recompile my bots, i dont see a module folder in the compiled eggdrop folder so i guess i have a linking problem, other modules compiled fine because i am able to use them..<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=9166">BoaR</a> — Thu Aug 02, 2007 11:26 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[nml375]]></name></author>
		<updated>2007-08-02T10:25:46-04:00</updated>

		<published>2007-08-02T10:25:46-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=74915#p74915</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=74915#p74915"/>
		<title type="html"><![CDATA[Play.mod]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=74915#p74915"><![CDATA[
Sure it was play.o and not play.so?<br>Would seem it was'nt properly linked then...<br><br>Or were you talking of the source-tree? In that case, the play.so should be found in the base of the sourcetree, while the play.o file would be found where you unpacked the mod-source.<br><br>In either case, .o files will not load as module, as they're just compiled and not linked. You'll need the .so version to be able to load it.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8052">nml375</a> — Thu Aug 02, 2007 10:25 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[BoaR]]></name></author>
		<updated>2007-08-02T06:37:13-04:00</updated>

		<published>2007-08-02T06:37:13-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=74909#p74909</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=74909#p74909"/>
		<title type="html"><![CDATA[Play.mod]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=74909#p74909"><![CDATA[
please help me install it and use it, i have moved play.mod folder on the modules folder in the eggdrop source folder and did a clean installation.<br><br>make clean.. <br>./configuer ..etc.<br><br>i can see the play.o file inside the modules after the eggdrop compilation but the perpleXa script doesnt find it or something ..<br><br><a href="http://perplexa.ugug.org/web/uploads/files/play.mod.zip" class="postlink">http://perplexa.ugug.org/web/uploads/files/play.mod.zip</a><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=9166">BoaR</a> — Thu Aug 02, 2007 6:37 am</p><hr />
]]></content>
	</entry>
	</feed>
