]> jfr.im git - irc.git/blob - software/!RELEASES/ircservices/achurch.org/services/lists/ircservices/2003/003976.html
RELEASE -> !RELEASE
[irc.git] / software / !RELEASES / ircservices / achurch.org / services / lists / ircservices / 2003 / 003976.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
2 <HTML>
3 <HEAD>
4 <TITLE> [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=%5BIRCServices%5D%20Compile%20errors%20Freebsd%205.1&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="003984.html">
11 <LINK REL="Next" HREF="003977.html">
12 </HEAD>
13 <BODY BGCOLOR="#ffffff">
14 <H1>[IRCServices] Compile errors Freebsd 5.1</H1>
15 <B>Craig McLure</B>
16 <A HREF="mailto:ircservices%40ircservices.za.net?Subject=%5BIRCServices%5D%20Compile%20errors%20Freebsd%205.1&In-Reply-To="
17 TITLE="[IRCServices] Compile errors Freebsd 5.1">Craig at chatspike.net
18 </A><BR>
19 <I>Tue Jul 22 21:19:27 PDT 2003</I>
20 <P><UL>
21 <LI>Previous message: <A HREF="003984.html">[IRCServices] Compile errors Freebsd 5.1
22 </A></li>
23 <LI>Next message: <A HREF="003977.html">[IRCServices] Compile errors Freebsd 5.1
24 </A></li>
25 <LI> <B>Messages sorted by:</B>
26 <a href="date.html#3976">[ date ]</a>
27 <a href="thread.html#3976">[ thread ]</a>
28 <a href="subject.html#3976">[ subject ]</a>
29 <a href="author.html#3976">[ author ]</a>
30 </LI>
31 </UL>
32 <HR>
33 <!--beginarticle-->
34 <PRE>May i suggest updating to the latest version?
35 At least it fixes the:
36 ../../extern.h:146: warning: conflicting types for built-in function `log'
37
38 issue, it may even fix the rest.
39
40 /****************************************
41 * Craig &quot;FrostyCoolSlug&quot; McLure
42 ************* - SpamBox - **************
43 * InspIRCd - <A HREF="http://www.inspircd.org">http://www.inspircd.org</A>
44 * ChatSpike - <A HREF="http://www.chatspike.net">http://www.chatspike.net</A>
45 * WinBot - <A HREF="http://www.winbot.co.uk">http://www.winbot.co.uk</A>
46 ****************************************/
47
48 /****************************************
49 * From - Jeffery Kam &lt;<A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices">jskam at shaw.ca</A>&gt;
50 * To - Ircservices &lt;<A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices">ircservices at ircservices.za.net</A>&gt;
51 * Sent - 2003-07-22 @ 19:05:00
52 * Subject - [IRCServices] Compile errors Freebsd 5.1
53 ****************************************/
54
55 /****** - Begin Original Message - ******/
56
57 &gt;<i>.../../extern.h:146: warning: conflicting types for built-in function
58 </I>&gt;<i>`log'
59 </I>&gt;<i>gcc -O2 -Wall -Wmissing-prototypes -g -I../.. -c halfop.c -o halfop.o
60 </I>&gt;<i>In file included from ../../services.h:103,
61 </I>&gt;<i> from halfop.c:10:
62 </I>&gt;<i>.../../extern.h:146: warning: conflicting types for built-in function
63 </I>&gt;<i>`log'
64 </I>&gt;<i>gcc -shared monkey.o halfop.o sjoin.o -o monkey.so
65 </I>&gt;<i>gcc -O2 -Wall -Wmissing-prototypes -g -I../.. -c rfc1459.c -o rfc1459.o
66 </I>&gt;<i>In file included from ../../services.h:103,
67 </I>&gt;<i> from rfc1459.c:10:
68 </I>&gt;<i>.../../extern.h:146: warning: conflicting types for built-in function
69 </I>&gt;<i>`log'
70 </I>&gt;<i>gcc -shared rfc1459.o -o rfc1459.so
71 </I>&gt;<i>gcc -O2 -Wall -Wmissing-prototypes -g -I../.. -c trircd.c -o trircd.o
72 </I>&gt;<i>In file included from ../../services.h:103,
73 </I>&gt;<i> from trircd.c:11:
74 </I>&gt;<i>.../../extern.h:146: warning: conflicting types for built-in function
75 </I>&gt;<i>`log'
76 </I>&gt;<i>trircd.c: In function `do_send_nick':
77 </I>&gt;<i>trircd.c:480: warning: long int format, time_t arg (arg 4)
78 </I>&gt;<i>trircd.c: In function `do_send_nickchange':
79 </I>&gt;<i>trircd.c:489: warning: long int format, time_t arg (arg 4)
80 </I>&gt;<i>trircd.c: In function `do_send_server':
81 </I>&gt;<i>trircd.c:512: warning: long int format, time_t arg (arg 3)
82 </I>&gt;<i>trircd.c: In function `do_set_topic':
83 </I>&gt;<i>trircd.c:684: warning: long unsigned int format, time_t arg (arg 5)
84 </I>&gt;<i>trircd.c: In function `do_send_akill':
85 </I>&gt;<i>trircd.c:712: warning: long int format, int arg (arg 5)
86 </I>&gt;<i>trircd.c:712: warning: long int format, time_t arg (arg 7)
87 </I>&gt;<i>trircd.c: In function `do_send_exclude':
88 </I>&gt;<i>trircd.c:733: warning: long int format, int arg (arg 5)
89 </I>&gt;<i>trircd.c:733: warning: long int format, time_t arg (arg 7)
90 </I>&gt;<i>
91 </I>&gt;<i>This goes on for every file that it compiles and causes severe
92 </I>&gt;<i>complications when starting.
93 </I>&gt;<i>
94 </I>&gt;<i>Darkj
95 </I>&gt;<i>
96 </I>&gt;<i>------------------------------------------------------------------
97 </I>&gt;<i>To unsubscribe or change your subscription options, visit:
98 </I>&gt;<i><A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices">http://www.ircservices.za.net/mailman/listinfo/ircservices</A>
99 </I>&gt;<i>.
100 </I>
101 /******* - End Original Message - *******/
102
103
104
105 </PRE>
106
107 <!--endarticle-->
108 <HR>
109 <P><UL>
110 <!--threads-->
111 <LI>Previous message: <A HREF="003984.html">[IRCServices] Compile errors Freebsd 5.1
112 </A></li>
113 <LI>Next message: <A HREF="003977.html">[IRCServices] Compile errors Freebsd 5.1
114 </A></li>
115 <LI> <B>Messages sorted by:</B>
116 <a href="date.html#3976">[ date ]</a>
117 <a href="thread.html#3976">[ thread ]</a>
118 <a href="subject.html#3976">[ subject ]</a>
119 <a href="author.html#3976">[ author ]</a>
120 </LI>
121 </UL>
122
123 </body></html>