[IRCServices] Idleserv Install Problem

Rune rune at runesbits.com
Mon Oct 22 06:38:55 PDT 2007


Hi

I'm assuming this is the right list for this sort of query, I've also 
posted it on the forum



Trying to install idleserv with ircservices 5.1.2 following the 
instructions here:

http://www.servicescommunity.za.net/viewtopic.php?f=9&t=13

and getting the following errors:


cd ../.. && gcc -O2 -fno-strict-aliasing -g -Wall -Wmissing-prototypes 
-DMODULE-DMODULE_ID=misc_idleserv -DMODULE_MAIN_FILE -I. -c 
modules/misc/idleserv.c -o modules/misc/idleserv.o
modules/misc/idleserv.c:74: warning: no previous prototype for 'do_del_lurk'
modules/misc/idleserv.c:130: warning: no previous prototype for 
'do_list_lurk'
modules/misc/idleserv.c:152: warning: no previous prototype for 
'do_rejoin_lurk'
modules/misc/idleserv.c:296:48: macro "call_callback_2" passed 4 
arguments, buttakes just 3
modules/misc/idleserv.c: In function `do_privmsg':
modules/misc/idleserv.c:296: error: `call_callback_2' undeclared (first 
use in this function)
modules/misc/idleserv.c:296: error: (Each undeclared identifier is 
reported only once
modules/misc/idleserv.c:296: error: for each function it appears in.)
modules/misc/idleserv.c: At top level:
modules/misc/idleserv.c:323: error: redefinition of 'module_version'
./modules.h:261: error: previous definition of 'module_version' was here
modules/misc/idleserv.c:359: error: conflicting types for 'init_module'
./modules.h:205: error: previous declaration of 'init_module' was here
modules/misc/idleserv.c:359: error: conflicting types for 'init_module'
./modules.h:205: error: previous declaration of 'init_module' was here
modules/misc/idleserv.c:368:52: macro "register_callback" passed 2 
arguments, but takes just 1
modules/misc/idleserv.c: In function `init_module':
modules/misc/idleserv.c:368: error: `register_callback' undeclared 
(first use in this function)
modules/misc/idleserv.c:409:47: macro "unregister_callback" passed 2 
arguments,but takes just 1
modules/misc/idleserv.c: In function `exit_module':
modules/misc/idleserv.c:409: error: `unregister_callback' undeclared 
(first usein this function)
modules/misc/idleserv.c: At top level:
modules/misc/idleserv.c:32: warning: 'module_nickserv' defined but not used
modules/misc/idleserv.c:202: warning: 'do_version' defined but not used
make[4]: *** [.compiled-idleserv.o] Error 1
make[3]: *** [idleserv.o] Error 2
make[2]: *** [idleserv.so] Error 2
make[2]: Leaving directory `/home/guest/test/ircservices-5.1.2/modules/misc'
make[1]: *** [all-dynamic] Error 2
make[1]: Leaving directory `/home/guest/test/ircservices-5.1.2/modules'
make: *** [modules] Error 2


Anyone have any idea as to where I might be going wrong?

It's a fresh install of Centos 4.5 with a completely fresh install of 
inspircd 1.1 and ircservices 5.1.2

Don't know whether it makes a difference but I've been trying to install 
idleserv at the initial build, before I've touched any of the confs 
(other than the makefile edit given in the instructions), and without 
having started the ircd or previously installed the services and linked them

Rune