]> jfr.im git - irc.git/blob - software/RELEASES/ircservices/achurch.org/services/lists/ircservices/2001/002142.html
rename -> *.git
[irc.git] / software / RELEASES / ircservices / achurch.org / services / lists / ircservices / 2001 / 002142.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
2 <HTML>
3 <HEAD>
4 <TITLE> [IRCServices] Compilation Errors
5 </TITLE>
6 <LINK REL="Index" HREF="index.html" >
7 <LINK REL="made" HREF="mailto:ircservices%40ircservices.za.net?Subject=%5BIRCServices%5D%20Compilation%20Errors&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="002141.html">
11 <LINK REL="Next" HREF="002143.html">
12 </HEAD>
13 <BODY BGCOLOR="#ffffff">
14 <H1>[IRCServices] Compilation Errors</H1>
15 <B>Jamie Smithson</B>
16 <A HREF="mailto:ircservices%40ircservices.za.net?Subject=%5BIRCServices%5D%20Compilation%20Errors&In-Reply-To="
17 TITLE="[IRCServices] Compilation Errors">jamie at silverdream.org.uk
18 </A><BR>
19 <I>Sat Jul 21 04:39:01 PDT 2001</I>
20 <P><UL>
21 <LI>Previous message: <A HREF="002141.html">[IRCServices] Help files - missing closing bold control char
22 </A></li>
23 <LI>Next message: <A HREF="002143.html">[IRCServices] Compilation Errors
24 </A></li>
25 <LI> <B>Messages sorted by:</B>
26 <a href="date.html#2142">[ date ]</a>
27 <a href="thread.html#2142">[ thread ]</a>
28 <a href="subject.html#2142">[ subject ]</a>
29 <a href="author.html#2142">[ author ]</a>
30 </LI>
31 </UL>
32 <HR>
33 <!--beginarticle-->
34 <PRE>Hey All,
35
36 I'm hoping that someone, will be able to help me.
37
38 I tried to compile ircservices 4.5.21, but got the following errors:
39
40 [<A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices">jaggers at continuum</A>:~/ircservices/ircservices-4.5.21]$ make
41 touch services.h
42 cp -p lang/language.h .
43 sh version.sh
44 gcc -O2 -Wall -g -c actions.c
45 actions.c: In function `clear_users':
46 actions.c:172: warning: long int format, int arg (arg 3)
47 actions.c: In function `set_topic':
48 actions.c:245: warning: long unsigned int format, unsigned int arg (arg 5)
49 gcc -O2 -Wall -g -c akill.c
50 gcc -O2 -Wall -g -c channels.c
51 gcc -O2 -Wall -g -c chanserv.c
52 chanserv.c: In function `unsuspend':
53 chanserv.c:1337: warning: long int format, time_t arg (arg 4)
54 gcc -O2 -Wall -g -c commands.c
55 gcc -O2 -Wall -g -c compat.c
56 gcc -O2 -Wall -g -c config.c
57 gcc -O2 -Wall -g -c datafiles.c
58 gcc -O2 -Wall -g -c encrypt.c
59 gcc -O2 -Wall -g -c helpserv.c
60 gcc -O2 -Wall -g -c init.c
61 gcc -O2 -Wall -g -c language.c
62 gcc -O2 -Wall -g -c list.c
63 gcc -O2 -Wall -g -c log.c
64 gcc -O2 -Wall -g -c main.c
65 gcc -O2 -Wall -g -c memory.c
66 gcc -O2 -Wall -g -c memoserv.c
67 gcc -O2 -Wall -g -c messages.c
68 messages.c: In function `m_stats':
69 messages.c:387: warning: long int format, time_t arg (arg 11)
70 gcc -O2 -Wall -g -c misc.c
71 gcc -O2 -Wall -g -c modes.c
72 gcc -O2 -Wall -g -c news.c
73 gcc -O2 -Wall -g -c nickserv.c
74 nickserv.c: In function `unsuspend':
75 nickserv.c:861: warning: long int format, time_t arg (arg 4)
76 nickserv.c: In function `collide':
77 nickserv.c:937: warning: long int format, time_t arg (arg 5)
78 nickserv.c: In function `add_ns_timeout':
79 nickserv.c:1026: warning: long int format, time_t arg (arg 6)
80 gcc -O2 -Wall -g -c operserv.c
81 operserv.c: In function `do_listignore':
82 operserv.c:1298: warning: long int format, time_t arg (arg 4)
83 gcc -O2 -Wall -g -c process.c
84 gcc -O2 -Wall -g -c send.c
85 send.c: In function `send_nick':
86 send.c:61: warning: long int format, time_t arg (arg 4)
87 gcc -O2 -Wall -g -c servers.c
88 gcc -O2 -Wall -g -c sessions.c
89 gcc -O2 -Wall -g -c sockutil.c
90 gcc -O2 -Wall -g -c statistics.c
91 gcc -O2 -Wall -g -c timeout.c
92 gcc -O2 -Wall -g -c users.c
93 gcc actions.o akill.o channels.o chanserv.o commands.o compat.o config.o
94 dataf
95 iles.o encrypt.o helpserv.o init.o language.o list.o log.o main.o memory.o
96 memo
97 serv.o messages.o misc.o modes.o news.o nickserv.o operserv.o process.o send.o
98 servers.o sessions.o sockutil.o statistics.o timeout.o users.o -o services
99 (cd lang ; make CFLAGS=&quot; -O2 -Wall -g&quot;)
100 &quot;Makefile&quot;, line 18: Need an operator
101 &quot;Makefile&quot;, line 21: Need an operator
102 &quot;Makefile&quot;, line 23: Need an operator
103 &quot;Makefile&quot;, line 25: Need an operator
104 &quot;Makefile&quot;, line 28: Need an operator
105 &quot;Makefile&quot;, line 30: Need an operator
106 make: fatal errors encountered -- cannot continue
107 *** Error code 1
108
109 Stop in /usr/home/ircd/jaggers/ircservices/ircservices-4.5.21.
110 [<A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices">jaggers at continuum</A>:~/ircservices/ircservices-4.5.21]$
111
112 A uname -a shows:
113
114 FreeBSD continuum.kuzak.net 4.3-STABLE FreeBSD 4.3-STABLE #0: Thu May 24
115 02:29:35 PDT
116 2001 <A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices">kuzak at continuum.kuzak.net</A>:/ide/src/sys/compile/CONT43 i386
117
118 Any help would be greatly appreciated :)
119
120 ttyl
121
122 -j
123
124
125 ---
126 -Jamie (<A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices">jamie at silverdream.org.uk</A>)
127 * Smile, people will wonder... *
128 Email: <A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices">jamie at silverdream.org.uk</A> ; <A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices">sms at silverdream.org.uk</A>
129 <A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices">work at silverdream.org.uk</A>
130
131
132 </PRE>
133
134 <!--endarticle-->
135 <HR>
136 <P><UL>
137 <!--threads-->
138 <LI>Previous message: <A HREF="002141.html">[IRCServices] Help files - missing closing bold control char
139 </A></li>
140 <LI>Next message: <A HREF="002143.html">[IRCServices] Compilation Errors
141 </A></li>
142 <LI> <B>Messages sorted by:</B>
143 <a href="date.html#2142">[ date ]</a>
144 <a href="thread.html#2142">[ thread ]</a>
145 <a href="subject.html#2142">[ subject ]</a>
146 <a href="author.html#2142">[ author ]</a>
147 </LI>
148 </UL>
149
150 </body></html>