]> jfr.im git - irc.git/blob - software/RELEASES/ircservices/achurch.org/services/lists/ircservices/2003/003978.html
rename -> *.git
[irc.git] / software / RELEASES / ircservices / achurch.org / services / lists / ircservices / 2003 / 003978.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
2 <HTML>
3 <HEAD>
4 <TITLE> AW: [IRCServices] Compile errors Freebsd 5.1
5 </TITLE>
6 <LINK REL="Index" HREF="index.html" >
7 <LINK REL="made" HREF="mailto:ircservices%40ircservices.za.net?Subject=AW%3A%20%5BIRCServices%5D%20Compile%20errors%20Freebsd%205.1&In-Reply-To=000401c35113%2435c57f70%24f64f9144%40weed">
8 <META NAME="robots" CONTENT="index,nofollow">
9 <META http-equiv="Content-Type" content="text/html; charset=us-ascii">
10 <LINK REL="Previous" HREF="003977.html">
11 <LINK REL="Next" HREF="003980.html">
12 </HEAD>
13 <BODY BGCOLOR="#ffffff">
14 <H1>AW: [IRCServices] Compile errors Freebsd 5.1</H1>
15 <B>Georges Berscheid</B>
16 <A HREF="mailto:ircservices%40ircservices.za.net?Subject=AW%3A%20%5BIRCServices%5D%20Compile%20errors%20Freebsd%205.1&In-Reply-To=000401c35113%2435c57f70%24f64f9144%40weed"
17 TITLE="AW: [IRCServices] Compile errors Freebsd 5.1">georges at berscheid.lu
18 </A><BR>
19 <I>Wed Jul 23 05:19:02 PDT 2003</I>
20 <P><UL>
21 <LI>Previous message: <A HREF="003977.html">[IRCServices] Compile errors Freebsd 5.1
22 </A></li>
23 <LI>Next message: <A HREF="003980.html">[IRCServices] Compile errors Freebsd 5.1
24 </A></li>
25 <LI> <B>Messages sorted by:</B>
26 <a href="date.html#3978">[ date ]</a>
27 <a href="thread.html#3978">[ thread ]</a>
28 <a href="subject.html#3978">[ subject ]</a>
29 <a href="author.html#3978">[ author ]</a>
30 </LI>
31 </UL>
32 <HR>
33 <!--beginarticle-->
34 <PRE>Hi,
35
36 you could download the .diff files and patch the changes into your
37 version.
38 That works fine for me.
39
40 Georges
41
42
43 -----Urspr&#252;ngliche Nachricht-----
44 Von: <A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices">ircservices-bounces at ircservices.za.net</A>
45 [mailto:<A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices">ircservices-bounces at ircservices.za.net</A>] Im Auftrag von Jeffery
46 Kam
47 Gesendet: Mittwoch, 23. Juli 2003 14:09
48 An: 'IRC Services General Mailing List'
49 Betreff: RE: [IRCServices] Compile errors Freebsd 5.1
50
51
52 Because I have customized my version of services, I would rather not
53 upgrade and start from scratch. I have added many things to the modules
54 and the main c files.
55
56 Is there some CC or CFLAGS I can use to fix this?
57
58 -----Original Message-----
59 From: <A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices">ircservices-bounces at ircservices.za.net</A>
60 [mailto:<A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices">ircservices-bounces at ircservices.za.net</A>] On Behalf Of Craig
61 McLure
62 Sent: Tuesday, July 22, 2003 10:19 PM
63 To: IRC Services General Mailing List
64 Subject: Re: [IRCServices] Compile errors Freebsd 5.1
65
66 May i suggest updating to the latest version?
67 At least it fixes the:
68 ../../extern.h:146: warning: conflicting types for built-in function
69 `log'
70
71 issue, it may even fix the rest.
72
73 /****************************************
74 * Craig &quot;FrostyCoolSlug&quot; McLure
75 ************* - SpamBox - **************
76 * InspIRCd - <A HREF="http://www.inspircd.org">http://www.inspircd.org</A>
77 * ChatSpike - <A HREF="http://www.chatspike.net">http://www.chatspike.net</A>
78 * WinBot - <A HREF="http://www.winbot.co.uk">http://www.winbot.co.uk</A>
79 ****************************************/
80
81 /****************************************
82 * From - Jeffery Kam &lt;<A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices">jskam at shaw.ca</A>&gt;
83 * To - Ircservices &lt;<A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices">ircservices at ircservices.za.net</A>&gt;
84 * Sent - 2003-07-22 @ 19:05:00
85 * Subject - [IRCServices] Compile errors Freebsd 5.1
86 ****************************************/
87
88 /****** - Begin Original Message - ******/
89
90 &gt;<i>.../../extern.h:146: warning: conflicting types for built-in function
91 </I>&gt;<i>`log'
92 </I>&gt;<i>gcc -O2 -Wall -Wmissing-prototypes -g -I../.. -c halfop.c -o halfop.o
93 </I>&gt;<i>In file included from ../../services.h:103,
94 </I>&gt;<i> from halfop.c:10:
95 </I>&gt;<i>.../../extern.h:146: warning: conflicting types for built-in function
96 </I>&gt;<i>`log'
97 </I>&gt;<i>gcc -shared monkey.o halfop.o sjoin.o -o monkey.so
98 </I>&gt;<i>gcc -O2 -Wall -Wmissing-prototypes -g -I../.. -c rfc1459.c -o rfc1459.o
99 </I>&gt;<i>In file included from ../../services.h:103,
100 </I>&gt;<i> from rfc1459.c:10:
101 </I>&gt;<i>.../../extern.h:146: warning: conflicting types for built-in function
102 </I>&gt;<i>`log'
103 </I>&gt;<i>gcc -shared rfc1459.o -o rfc1459.so
104 </I>&gt;<i>gcc -O2 -Wall -Wmissing-prototypes -g -I../.. -c trircd.c -o trircd.o
105 </I>&gt;<i>In file included from ../../services.h:103,
106 </I>&gt;<i> from trircd.c:11:
107 </I>&gt;<i>.../../extern.h:146: warning: conflicting types for built-in function
108 </I>&gt;<i>`log'
109 </I>&gt;<i>trircd.c: In function `do_send_nick':
110 </I>&gt;<i>trircd.c:480: warning: long int format, time_t arg (arg 4)
111 </I>&gt;<i>trircd.c: In function `do_send_nickchange':
112 </I>&gt;<i>trircd.c:489: warning: long int format, time_t arg (arg 4)
113 </I>&gt;<i>trircd.c: In function `do_send_server':
114 </I>&gt;<i>trircd.c:512: warning: long int format, time_t arg (arg 3)
115 </I>&gt;<i>trircd.c: In function `do_set_topic':
116 </I>&gt;<i>trircd.c:684: warning: long unsigned int format, time_t arg (arg 5)
117 </I>&gt;<i>trircd.c: In function `do_send_akill':
118 </I>&gt;<i>trircd.c:712: warning: long int format, int arg (arg 5)
119 </I>&gt;<i>trircd.c:712: warning: long int format, time_t arg (arg 7)
120 </I>&gt;<i>trircd.c: In function `do_send_exclude':
121 </I>&gt;<i>trircd.c:733: warning: long int format, int arg (arg 5)
122 </I>&gt;<i>trircd.c:733: warning: long int format, time_t arg (arg 7)
123 </I>&gt;<i>
124 </I>&gt;<i>This goes on for every file that it compiles and causes severe
125 </I>&gt;<i>complications when starting.
126 </I>&gt;<i>
127 </I>&gt;<i>Darkj
128 </I>&gt;<i>
129 </I>&gt;<i>------------------------------------------------------------------
130 </I>&gt;<i>To unsubscribe or change your subscription options, visit:
131 </I>&gt;<i><A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices">http://www.ircservices.za.net/mailman/listinfo/ircservices</A>
132 </I>&gt;<i>.
133 </I>
134 /******* - End Original Message - *******/
135
136
137
138 ------------------------------------------------------------------
139 To unsubscribe or change your subscription options, visit:
140 <A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices">http://www.ircservices.za.net/mailman/listinfo/ircservices</A>
141
142 ------------------------------------------------------------------
143 To unsubscribe or change your subscription options, visit:
144 <A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices">http://www.ircservices.za.net/mailman/listinfo/ircservices</A>
145
146
147 </PRE>
148
149 <!--endarticle-->
150 <HR>
151 <P><UL>
152 <!--threads-->
153 <LI>Previous message: <A HREF="003977.html">[IRCServices] Compile errors Freebsd 5.1
154 </A></li>
155 <LI>Next message: <A HREF="003980.html">[IRCServices] Compile errors Freebsd 5.1
156 </A></li>
157 <LI> <B>Messages sorted by:</B>
158 <a href="date.html#3978">[ date ]</a>
159 <a href="thread.html#3978">[ thread ]</a>
160 <a href="subject.html#3978">[ subject ]</a>
161 <a href="author.html#3978">[ author ]</a>
162 </LI>
163 </UL>
164
165 </body></html>