Module Compilation Problem - Help Please.

These are old archives. They are kept for historic purposes only.
Post Reply
ZeusX
Posts: 2
Joined: Wed May 11, 2005 5:13 pm

Module Compilation Problem - Help Please.

Post 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
w00t
Posts: 1136
Joined: Thu Mar 25, 2004 3:31 am
Location: Nowra, Australia

Post 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 :/.
-ChatSpike IRC Network [http://www.chatspike.net]
-Denora Stats [http://denora.nomadirc.net]
-Omerta [http://www.barafranca.com]
ZeusX
Posts: 2
Joined: Wed May 11, 2005 5:13 pm

Post 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
w00t
Posts: 1136
Joined: Thu Mar 25, 2004 3:31 am
Location: Nowra, Australia

Post 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.
-ChatSpike IRC Network [http://www.chatspike.net]
-Denora Stats [http://denora.nomadirc.net]
-Omerta [http://www.barafranca.com]
devolved
Posts: 9
Joined: Thu May 12, 2005 8:52 am

Post 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.
w00t
Posts: 1136
Joined: Thu Mar 25, 2004 3:31 am
Location: Nowra, Australia

Post by w00t »

Could easily be, I'm not hugely into modules due to time constraints (school etc) so... :P
-ChatSpike IRC Network [http://www.chatspike.net]
-Denora Stats [http://denora.nomadirc.net]
-Omerta [http://www.barafranca.com]
Post Reply