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

	<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>2001-11-09T11:06:00-04:00</updated>

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

		<entry>
		<author><name><![CDATA[ppslim]]></name></author>
		<updated>2001-11-09T11:06:00-04:00</updated>

		<published>2001-11-09T11:06:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=1548#p1548</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=1548#p1548"/>
		<title type="html"><![CDATA[Problems with filesys module]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=1548#p1548"><![CDATA[
Have you tried compiling the eggdrop without any of the changes you have made.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2">ppslim</a> — Fri Nov 09, 2001 11:06 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2001-11-09T08:12:00-04:00</updated>

		<published>2001-11-09T08:12:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=1544#p1544</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=1544#p1544"/>
		<title type="html"><![CDATA[Problems with filesys module]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=1544#p1544"><![CDATA[
I recently decided to upgrade from 1.4.x to 1.6.6 but I cannot get the filesys module to compile (and I need it). That wasn't the only problem actually (I use rh 6.1 - heavily upgraded of course ) but I updated a few things and all went well... erm, almost. The filesys module would not compile. Any tips? Shall I upgrade/install something else?<br><br>output:<br><br>make[2]: Entering directory `/home/sabrewulf/eggdrop1.6.6/src/mod/filesys.mod'<br>gcc -pipe -fPIC -g -O2 -Wall -I. -I../../.. -I../../.. -I../../../src/mod -DHAVE_CONFIG_H -g3 -DDEBUG_ASSERT -DDEBUG_MEM    -DMAKING_MODS -c .././filesys.mod/filesys.c<br>In file included from .././filesys.mod/filesys.c:129:<br>../filesys.mod/files.c: In function `resolve_dir':<br>../filesys.mod/files.c:154: `DIR' undeclared (first use in this function)<br>../filesys.mod/files.c:154: (Each undeclared identifier is reported only once<br>../filesys.mod/files.c:154: for each function it appears in.)<br>../filesys.mod/files.c:154: `dir' undeclared (first use in this function)<br>../filesys.mod/files.c:155: parse error before `*'<br>../filesys.mod/files.c:204: `fdbe' undeclared (first use in this function)<br>../filesys.mod/files.c:222: `user' undeclared (first use in this function)<br>../filesys.mod/files.c:228: `req' undeclared (first use in this function)<br>../filesys.mod/files.c:258: warning: implicit declaration of function `opendir'<br>../filesys.mod/files.c:262: warning: implicit declaration of function `closedir'<br>In file included from .././filesys.mod/filesys.c:130:<br>../filesys.mod/filedb3.c: In function `filedb_update':<br>../filesys.mod/filedb3.c:645: `DIR' undeclared (first use in this function)<br>../filesys.mod/filedb3.c:645: `dir' undeclared (first use in this function)<br>../filesys.mod/filedb3.c:646: parse error before `long'<br>../filesys.mod/filedb3.c:657: warning: implicit declaration of function `readdir'<br>../filesys.mod/filedb3.c:657: warning: assignment makes pointer from integer without a cast<br>../filesys.mod/filedb3.c:659: dereferencing pointer to incomplete type<br>../filesys.mod/filedb3.c:659: `name' undeclared (first use in this function)<br>../filesys.mod/filedb3.c:659: dereferencing pointer to incomplete type<br>../filesys.mod/filedb3.c:659: dereferencing pointer to incomplete type<br>../filesys.mod/filedb3.c:659: dereferencing pointer to incomplete type<br>../filesys.mod/filedb3.c:659: dereferencing pointer to incomplete type<br>../filesys.mod/filedb3.c:659: dereferencing pointer to incomplete type<br>../filesys.mod/filedb3.c:659: dereferencing pointer to incomplete type<br>../filesys.mod/filedb3.c:659: dereferencing pointer to incomplete type<br>../filesys.mod/filedb3.c:659: dereferencing pointer to incomplete type<br>../filesys.mod/filedb3.c:659: dereferencing pointer to incomplete type<br>../filesys.mod/filedb3.c:659: dereferencing pointer to incomplete type<br>../filesys.mod/filedb3.c:659: dereferencing pointer to incomplete type<br>../filesys.mod/filedb3.c:659: dereferencing pointer to incomplete type<br>../filesys.mod/filedb3.c:659: dereferencing pointer to incomplete type<br>../filesys.mod/filedb3.c:659: dereferencing pointer to incomplete type<br>../filesys.mod/filedb3.c:659: dereferencing pointer to incomplete type<br>../filesys.mod/filedb3.c:659: dereferencing pointer to incomplete type<br>../filesys.mod/filedb3.c:659: dereferencing pointer to incomplete type<br>../filesys.mod/filedb3.c:659: dereferencing pointer to incomplete type<br>../filesys.mod/filedb3.c:659: dereferencing pointer to incomplete type<br>../filesys.mod/filedb3.c:659: dereferencing pointer to incomplete type<br>../filesys.mod/filedb3.c:659: dereferencing pointer to incomplete type<br>../filesys.mod/filedb3.c:661: `s' undeclared (first use in this function)<br>../filesys.mod/filedb3.c:684: warning: assignment makes pointer from integer without a cast<br>../filesys.mod/filedb3.c:696: `where' undeclared (first use in this function)<br>make[2]: *** [../filesys.o] Error 1<br>make[2]: Leaving directory `/home/sabrewulf/eggdrop1.6.6/src/mod/filesys.mod'<br>make[1]: *** [filesys.mod_so] Error 2<br>make[1]: Leaving directory `/home/sabrewulf/eggdrop1.6.6/src/mod'<br>make: *** [debmodules] Error 2<br><br>Exerion<p>Statistics: Posted by Guest — Fri Nov 09, 2001 8:12 am</p><hr />
]]></content>
	</entry>
	</feed>
