]> jfr.im git - irc.git/blob - software/RELEASES/ircservices/achurch.org/services/lists/ircservices/2000/000900.html
rename -> *.git
[irc.git] / software / RELEASES / ircservices / achurch.org / services / lists / ircservices / 2000 / 000900.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
2 <HTML>
3 <HEAD>
4 <TITLE> [IRCServices] Errors compiling ircservices
5 </TITLE>
6 <LINK REL="Index" HREF="index.html" >
7 <LINK REL="made" HREF="mailto:ircservices%40ircservices.za.net?Subject=%5BIRCServices%5D%20Errors%20compiling%20ircservices&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="000906.html">
11 <LINK REL="Next" HREF="000901.html">
12 </HEAD>
13 <BODY BGCOLOR="#ffffff">
14 <H1>[IRCServices] Errors compiling ircservices</H1>
15 <B>Matt Lewandowsky</B>
16 <A HREF="mailto:ircservices%40ircservices.za.net?Subject=%5BIRCServices%5D%20Errors%20compiling%20ircservices&In-Reply-To="
17 TITLE="[IRCServices] Errors compiling ircservices">matt.l at techie.com
18 </A><BR>
19 <I>Tue Oct 17 16:54:39 PDT 2000</I>
20 <P><UL>
21 <LI>Previous message: <A HREF="000906.html">[IRCServices] Reloading services config without restarting?
22 </A></li>
23 <LI>Next message: <A HREF="000901.html">[IRCServices] Errors compiling ircservices
24 </A></li>
25 <LI> <B>Messages sorted by:</B>
26 <a href="date.html#900">[ date ]</a>
27 <a href="thread.html#900">[ thread ]</a>
28 <a href="subject.html#900">[ subject ]</a>
29 <a href="author.html#900">[ author ]</a>
30 </LI>
31 </UL>
32 <HR>
33 <!--beginarticle-->
34 <PRE>
35 -----BEGIN PGP SIGNED MESSAGE-----
36 Hash: SHA1
37
38 I seem to be unable to get services to compile under Win32/Cygwin for
39 UnrealIRCd... (If I had a more *nix-y box that I could use I would.) I get
40 the following warnings, however this shouldn't cause the make to fail,
41 should it? Below the output of trying to build services 4.3.3 and 4.4.8,
42 please find some basic info on my setup... (The only change I've made to
43 the stock distribution is changing the 'cp -p' test in the configure script
44 so that it works with a .exe extension as given by gcc.)
45
46 Thank you for any assistance you may be able to provide. If you need
47 further information, please ask. And I saw nothing about this in the known
48 bugs list. (Although it *did* say Windows is unsupported. Though this looks
49 more like gcc doesn't like something. And I hope I came to the right place
50 with this...)
51
52 - --Matt
53
54 - --- BEGIN OUTPUT ---
55 <A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices">mattl at mattlap</A>:/cygdrive/c/windows/desktop/ircservices-4.3.3*115$ make
56 sh version.sh
57 gcc -O2 -Wall -g -c akill.c
58 akill.c: In function `do_akill':
59 akill.c:390: `OPER_TOO_MANY_AKILLS' undeclared (first use in this function)
60 akill.c:390: (Each undeclared identifier is reported only once
61 akill.c:390: for each function it appears in.)
62 akill.c:403: `BAD_EXPIRY_TIME' undeclared (first use in this function)
63 akill.c:414: `BAD_USERHOST_MASK' undeclared (first use in this function)
64 akill.c:418: `OPER_AKILL_NO_NICK' undeclared (first use in this function)
65 akill.c:420: `OPER_AKILL_ADDED' undeclared (first use in this function)
66 akill.c:444: `READ_ONLY_MODE' undeclared (first use in this function)
67 akill.c:446: `OPER_AKILL_ADD_SYNTAX' undeclared (first use in this function)
68 akill.c:458: `OPER_AKILL_REMOVED' undeclared (first use in this function)
69 akill.c:472: `OPER_AKILL_NOT_FOUND' undeclared (first use in this function)
70 akill.c:475: `OPER_AKILL_DEL_SYNTAX' undeclared (first use in this function)
71 akill.c:485: `OPER_AKILL_LIST_HEADER' undeclared (first use in this function)
72 akill.c:488: `OPER_AKILL_LIST_FORMAT' undeclared (first use in this function)
73 akill.c:509: `STRFTIME_SHORT_DATE_FORMAT' undeclared (first use in this
74 function)
75 akill.c:512: `OPER_AKILL_NO_EXPIRE' undeclared (first use in this function)
76 akill.c:515: `OPER_AKILL_EXPIRES_SOON' undeclared (first use in this function)
77 akill.c:523: `OPER_AKILL_EXPIRES_1M' undeclared (first use in this function)
78 akill.c:526: `OPER_AKILL_EXPIRES_M' undeclared (first use in this function)
79 akill.c:532: `OPER_AKILL_EXPIRES_1H1M' undeclared (first use in this function)
80 akill.c:536: `OPER_AKILL_EXPIRES_1HM' undeclared (first use in this function)
81 akill.c:541: `OPER_AKILL_EXPIRES_H1M' undeclared (first use in this function)
82 akill.c:545: `OPER_AKILL_EXPIRES_HM' undeclared (first use in this function)
83 akill.c:552: `OPER_AKILL_EXPIRES_1D' undeclared (first use in this function)
84 akill.c:555: `OPER_AKILL_EXPIRES_D' undeclared (first use in this function)
85 akill.c:559: `OPER_AKILL_VIEW_FORMAT' undeclared (first use in this function)
86 akill.c:567: `OPER_AKILL_SYNTAX' undeclared (first use in this function)
87 make: *** [akill.o] Error 1
88 <A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices">mattl at mattlap</A>:/cygdrive/c/windows/desktop/ircservices-4.4.8*117$ make
89 gcc -O6 -mpentiumpro -Wall -g -c akill.c
90 akill.c: In function `do_akill':
91 akill.c:418: `OPER_TOO_MANY_AKILLS' undeclared (first use in this function)
92 akill.c:418: (Each undeclared identifier is reported only once
93 akill.c:418: for each function it appears in.)
94 akill.c:431: `BAD_EXPIRY_TIME' undeclared (first use in this function)
95 akill.c:439: `OPER_AKILL_NO_NICK' undeclared (first use in this function)
96 akill.c:440: `BAD_USERHOST_MASK' undeclared (first use in this function)
97 akill.c:452: `OPER_AKILL_MASK_TOO_GENERAL' undeclared (first use in this
98 function)
99 akill.c:458: `OPER_AKILL_ADDED' undeclared (first use in this function)
100 akill.c:464: `OPER_AKILL_NO_EXPIRE' undeclared (first use in this function)
101 akill.c:472: `READ_ONLY_MODE' undeclared (first use in this function)
102 akill.c:474: `OPER_AKILL_ADD_SYNTAX' undeclared (first use in this function)
103 akill.c:486: `OPER_AKILL_REMOVED' undeclared (first use in this function)
104 akill.c:500: `OPER_AKILL_NOT_FOUND' undeclared (first use in this function)
105 akill.c:503: `OPER_AKILL_DEL_SYNTAX' undeclared (first use in this function)
106 akill.c:525: `OPER_AKILL_LIST_HEADER' undeclared (first use in this function)
107 akill.c:529: `OPER_AKILL_LIST_FORMAT' undeclared (first use in this function)
108 akill.c:563: `STRFTIME_SHORT_DATE_FORMAT' undeclared (first use in this
109 function)
110 akill.c:570: `OPER_AKILL_EXPIRES_SOON' undeclared (first use in this function)
111 akill.c:617: `OPER_AKILL_VIEW_FORMAT' undeclared (first use in this function)
112 akill.c:625: `OPER_AKILL_COUNT' undeclared (first use in this function)
113 akill.c:628: `OPER_AKILL_SYNTAX' undeclared (first use in this function)
114 make: *** [akill.o] Error 1
115 <A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices">mattl at mattlap</A>:/cygdrive/c/windows/desktop/ircservices-4.4.8*118$ uname -a
116 CYGWIN_98-4.10 MATTLAP 1.1.4(0.26/3/2) 2000-08-03 20:53 i586 unknown
117 <A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices">mattl at mattlap</A>:/cygdrive/c/windows/desktop/ircservices-4.4.8*119$ gcc -v
118 Reading specs from /usr/lib/gcc-lib/i686-pc-cygwin/2.95.2/specs
119 gcc version 2.95.2 19991024 (release-2)
120 <A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices">mattl at mattlap</A>:/cygdrive/c/windows/desktop/ircservices-4.4.8*120$ make -v
121 GNU Make version 3.79.1, by Richard Stallman and Roland McGrath.
122 Built for i686-pc-cygwin
123 Copyright (C) 1988, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 2000
124 Free Software Foundation, Inc.
125 This is free software; see the source for copying conditions.
126 There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
127 PARTICULAR PURPOSE.
128
129 Report bugs to &lt;<A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices">bug-make at gnu.org</A>&gt;.
130
131 <A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices">mattl at mattlap</A>:/cygdrive/c/windows/desktop/ircservices-4.4.8*121$ bash --version
132 GNU bash, version 2.04.0(3)-release (i686-pc-cygwin)
133 Copyright 1999 Free Software Foundation, Inc.
134 - --- END OUPUT ---
135 -----BEGIN PGP SIGNATURE-----
136 Version: PGPfreeware 6.5.3 for non-commercial use &lt;<A HREF="http://www.pgp.com">http://www.pgp.com</A>&gt;
137
138 iQA/AwUBOezmv+oMko8dOmunEQK2UQCePPEajHepWNDtJA8v2BMmjaQBlPQAoK2A
139 d3U76S1YTMmJnqFAZgsima1b
140 =OxRR
141 -----END PGP SIGNATURE-----
142
143
144 ---------------------------------------------------------------
145 To unsubscribe, send email to <A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices">majordomo at snow.shadowfire.org</A>
146 with &quot;unsubscribe ircservices&quot; in the body, without the quotes.
147
148
149 </PRE>
150
151 <!--endarticle-->
152 <HR>
153 <P><UL>
154 <!--threads-->
155 <LI>Previous message: <A HREF="000906.html">[IRCServices] Reloading services config without restarting?
156 </A></li>
157 <LI>Next message: <A HREF="000901.html">[IRCServices] Errors compiling ircservices
158 </A></li>
159 <LI> <B>Messages sorted by:</B>
160 <a href="date.html#900">[ date ]</a>
161 <a href="thread.html#900">[ thread ]</a>
162 <a href="subject.html#900">[ subject ]</a>
163 <a href="author.html#900">[ author ]</a>
164 </LI>
165 </UL>
166
167 </body></html>