Page 1 of 1

Module Compilation Problem - Help Please.

Posted: Wed May 11, 2005 5:18 pm
by ZeusX
-bash-2.05b$ make custommodule MODULEFILE=courtroom


upoun me giving the make command for a module...

it flows and flows down and down where i cant even copy it all or see it and it ends up with this....

courtroom.c: At top level:
courtroom.c:1328: redefinition of `CMD_FUNC'
courtroom.c:1256: `CMD_FUNC' previously defined here
courtroom.c: In function `CMD_FUNC':
courtroom.c:1332: `sptr' undeclared (first use in this function)
courtroom.c:1334: `ERR_NOPRIVILEGES' undeclared (first use in this function)
courtroom.c:1335: `me' undeclared (first use in this function)
courtroom.c:1339: `parc' undeclared (first use in this function)
courtroom.c:1339: `parv' undeclared (first use in this function)
courtroom.c:1341: dereferencing pointer to incomplete type
courtroom.c:1343: dereferencing pointer to incomplete type
courtroom.c:1349: dereferencing pointer to incomplete type
courtroom.c:1349: dereferencing pointer to incomplete type
courtroom.c:1350: dereferencing pointer to incomplete type
courtroom.c:1351: dereferencing pointer to incomplete type
courtroom.c:1351: dereferencing pointer to incomplete type
courtroom.c:1352: dereferencing pointer to incomplete type
courtroom.c:1352: dereferencing pointer to incomplete type
courtroom.c:1352: dereferencing pointer to incomplete type
make: *** [custommodule] Error 1
-bash-2.05b$

thats like me pasting the last few lines of the compilation proccess...

so any help on this issue please ?

thank you.

ZeusX

Posted: Thu May 12, 2005 3:21 am
by w00t
As far as I am aware, nobody is maintaining courtroom any more. It was one of AngryWolf's modules, but he has stopped work on them due to lack of time. I would take a look myself, but I'm a bit too busy :/.

Posted: Thu May 12, 2005 7:28 am
by ZeusX
It's not just that....i have alot that i tried to compile...

such as thoes

make custommodule MODULEFILE=hideserver
make custommodule MODULEFILE=m_banlist
make custommodule MODULEFILE=m_chgswhois
make custommodule MODULEFILE=m_clones
make custommodule MODULEFILE=m_getinfo
make custommodule MODULEFILE=m_ircops
make custommodule MODULEFILE=m_rmban
make custommodule MODULEFILE=m_rmtkl
make custommodule MODULEFILE=m_uline
make custommodule MODULEFILE=netadmins
make custommodule MODULEFILE=operjoin

and still the same error i get while compiling...

so please if anybody can help on this it would be much appreciated..

thanks again..

ZuesX

Posted: Thu May 12, 2005 11:21 pm
by w00t
There's probably the same issues there - from a quick glance those are all AngryWolf modules - and things internally in Unreal have probably changed since they were written. You can take a look on http://www.unrealircd.com modules page and see if someone else has taken to updating them, but otherwise you're probably stuck.

Posted: Fri May 13, 2005 3:16 am
by devolved
You probably only typed make or gmake after you ran ./Config, then forgot to type make install or gmake install afterwards, i've done the same thing before, with some of those same modules, and got the same errors. simple mistake, and youll smack yourself when you finally realize what you had done.

Posted: Fri May 13, 2005 4:20 am
by w00t
Could easily be, I'm not hugely into modules due to time constraints (school etc) so... :P