]> jfr.im git - irc.git/blob - software/RELEASES/ircservices/achurch.org/services/lists/ircservices/2007/005508.html
rename -> *.git
[irc.git] / software / RELEASES / ircservices / achurch.org / services / lists / ircservices / 2007 / 005508.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
2 <HTML>
3 <HEAD>
4 <TITLE> [IRCServices] Idleserv Install Problem
5 </TITLE>
6 <LINK REL="Index" HREF="index.html" >
7 <LINK REL="made" HREF="mailto:ircservices%40ircservices.za.net?Subject=%5BIRCServices%5D%20Idleserv%20Install%20Problem&In-Reply-To=">
8 <META NAME="robots" CONTENT="index,nofollow">
9 <META http-equiv="Content-Type" content="text/html; charset=us-ascii">
10 <LINK REL="Previous" HREF="005504.html">
11 <LINK REL="Next" HREF="005509.html">
12 </HEAD>
13 <BODY BGCOLOR="#ffffff">
14 <H1>[IRCServices] Idleserv Install Problem</H1>
15 <B>Rune</B>
16 <A HREF="mailto:ircservices%40ircservices.za.net?Subject=%5BIRCServices%5D%20Idleserv%20Install%20Problem&In-Reply-To="
17 TITLE="[IRCServices] Idleserv Install Problem">rune at runesbits.com
18 </A><BR>
19 <I>Mon Oct 22 06:38:55 PDT 2007</I>
20 <P><UL>
21 <LI>Previous message: <A HREF="005504.html">[IRCServices] Services 5.1.2 released
22 </A></li>
23 <LI>Next message: <A HREF="005509.html">[IRCServices] Idleserv Install Problem
24 </A></li>
25 <LI> <B>Messages sorted by:</B>
26 <a href="date.html#5508">[ date ]</a>
27 <a href="thread.html#5508">[ thread ]</a>
28 <a href="subject.html#5508">[ subject ]</a>
29 <a href="author.html#5508">[ author ]</a>
30 </LI>
31 </UL>
32 <HR>
33 <!--beginarticle-->
34 <PRE>Hi
35
36 I'm assuming this is the right list for this sort of query, I've also
37 posted it on the forum
38
39
40
41 Trying to install idleserv with ircservices 5.1.2 following the
42 instructions here:
43
44 <A HREF="http://www.servicescommunity.za.net/viewtopic.php?f=9&amp;t=13">http://www.servicescommunity.za.net/viewtopic.php?f=9&amp;t=13</A>
45
46 and getting the following errors:
47
48
49 cd ../.. &amp;&amp; gcc -O2 -fno-strict-aliasing -g -Wall -Wmissing-prototypes
50 -DMODULE-DMODULE_ID=misc_idleserv -DMODULE_MAIN_FILE -I. -c
51 modules/misc/idleserv.c -o modules/misc/idleserv.o
52 modules/misc/idleserv.c:74: warning: no previous prototype for 'do_del_lurk'
53 modules/misc/idleserv.c:130: warning: no previous prototype for
54 'do_list_lurk'
55 modules/misc/idleserv.c:152: warning: no previous prototype for
56 'do_rejoin_lurk'
57 modules/misc/idleserv.c:296:48: macro &quot;call_callback_2&quot; passed 4
58 arguments, buttakes just 3
59 modules/misc/idleserv.c: In function `do_privmsg':
60 modules/misc/idleserv.c:296: error: `call_callback_2' undeclared (first
61 use in this function)
62 modules/misc/idleserv.c:296: error: (Each undeclared identifier is
63 reported only once
64 modules/misc/idleserv.c:296: error: for each function it appears in.)
65 modules/misc/idleserv.c: At top level:
66 modules/misc/idleserv.c:323: error: redefinition of 'module_version'
67 ./modules.h:261: error: previous definition of 'module_version' was here
68 modules/misc/idleserv.c:359: error: conflicting types for 'init_module'
69 ./modules.h:205: error: previous declaration of 'init_module' was here
70 modules/misc/idleserv.c:359: error: conflicting types for 'init_module'
71 ./modules.h:205: error: previous declaration of 'init_module' was here
72 modules/misc/idleserv.c:368:52: macro &quot;register_callback&quot; passed 2
73 arguments, but takes just 1
74 modules/misc/idleserv.c: In function `init_module':
75 modules/misc/idleserv.c:368: error: `register_callback' undeclared
76 (first use in this function)
77 modules/misc/idleserv.c:409:47: macro &quot;unregister_callback&quot; passed 2
78 arguments,but takes just 1
79 modules/misc/idleserv.c: In function `exit_module':
80 modules/misc/idleserv.c:409: error: `unregister_callback' undeclared
81 (first usein this function)
82 modules/misc/idleserv.c: At top level:
83 modules/misc/idleserv.c:32: warning: 'module_nickserv' defined but not used
84 modules/misc/idleserv.c:202: warning: 'do_version' defined but not used
85 make[4]: *** [.compiled-idleserv.o] Error 1
86 make[3]: *** [idleserv.o] Error 2
87 make[2]: *** [idleserv.so] Error 2
88 make[2]: Leaving directory `/home/guest/test/ircservices-5.1.2/modules/misc'
89 make[1]: *** [all-dynamic] Error 2
90 make[1]: Leaving directory `/home/guest/test/ircservices-5.1.2/modules'
91 make: *** [modules] Error 2
92
93
94 Anyone have any idea as to where I might be going wrong?
95
96 It's a fresh install of Centos 4.5 with a completely fresh install of
97 inspircd 1.1 and ircservices 5.1.2
98
99 Don't know whether it makes a difference but I've been trying to install
100 idleserv at the initial build, before I've touched any of the confs
101 (other than the makefile edit given in the instructions), and without
102 having started the ircd or previously installed the services and linked them
103
104 Rune
105 </PRE>
106
107
108 <!--endarticle-->
109 <HR>
110 <P><UL>
111 <!--threads-->
112 <LI>Previous message: <A HREF="005504.html">[IRCServices] Services 5.1.2 released
113 </A></li>
114 <LI>Next message: <A HREF="005509.html">[IRCServices] Idleserv Install Problem
115 </A></li>
116 <LI> <B>Messages sorted by:</B>
117 <a href="date.html#5508">[ date ]</a>
118 <a href="thread.html#5508">[ thread ]</a>
119 <a href="subject.html#5508">[ subject ]</a>
120 <a href="author.html#5508">[ author ]</a>
121 </LI>
122 </UL>
123
124 </body></html>