]> jfr.im git - irc.git/blob - software/!RELEASES/ircservices/achurch.org/services/lists/ircservices/2000/000401.html
RELEASE -> !RELEASE
[irc.git] / software / !RELEASES / ircservices / achurch.org / services / lists / ircservices / 2000 / 000401.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
2 <HTML>
3 <HEAD>
4 <TITLE> [IRCServices] DreamForge 4.6.7
5 </TITLE>
6 <LINK REL="Index" HREF="index.html" >
7 <LINK REL="made" HREF="mailto:ircservices%40ircservices.za.net?Subject=%5BIRCServices%5D%20DreamForge%204.6.7&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="000404.html">
11 <LINK REL="Next" HREF="000402.html">
12 </HEAD>
13 <BODY BGCOLOR="#ffffff">
14 <H1>[IRCServices] DreamForge 4.6.7</H1>
15 <B>Andrew Church</B>
16 <A HREF="mailto:ircservices%40ircservices.za.net?Subject=%5BIRCServices%5D%20DreamForge%204.6.7&In-Reply-To="
17 TITLE="[IRCServices] DreamForge 4.6.7">achurch at dragonfire.net
18 </A><BR>
19 <I>Mon Jan 3 11:19:38 PST 2000</I>
20 <P><UL>
21 <LI>Previous message: <A HREF="000404.html">[IRCServices] DreamForge 4.6.7
22 </A></li>
23 <LI>Next message: <A HREF="000402.html">[IRCServices] Re: DALnet-src: Y2K bug in the ircd (dreamforge and below)
24 </A></li>
25 <LI> <B>Messages sorted by:</B>
26 <a href="date.html#401">[ date ]</a>
27 <a href="thread.html#401">[ thread ]</a>
28 <a href="subject.html#401">[ subject ]</a>
29 <a href="author.html#401">[ author ]</a>
30 </LI>
31 </UL>
32 <HR>
33 <!--beginarticle-->
34 <PRE>&gt;<i>gcc -I../include -O -g -c userload.c -o userload.o
35 </I>&gt;<i>In file included from userload.c:35:
36 </I>&gt;<i>/usr/include/string.h:266: conflicting types for `myncmp'
37 </I>&gt;<i>../include/common.h:77: previous declaration of `myncmp'
38 </I>
39 It looks like your system includes define &quot;myncmp&quot;, which Dreamforge
40 wants to use itself. The easiest solution would be to edit userload.c and
41 bracket the #include for string.h with #define's to hide the system
42 function:
43
44 #define myncmp _builtin_myncmp
45 #include &lt;string.h&gt;
46 #undef myncmp
47
48 Good luck.
49
50 --Andrew Church
51 <A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices">achurch at dragonfire.net</A>
52 <A HREF="http://achurch.dragonfire.net/">http://achurch.dragonfire.net/</A>
53 ---------------------------------------------------------------
54 To unsubscribe, send email to <A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices">majordomo at ender.shadowfire.org</A>
55 with &quot;unsubscribe ircservices&quot; in the body, without the quotes.
56
57 </PRE>
58
59 <!--endarticle-->
60 <HR>
61 <P><UL>
62 <!--threads-->
63 <LI>Previous message: <A HREF="000404.html">[IRCServices] DreamForge 4.6.7
64 </A></li>
65 <LI>Next message: <A HREF="000402.html">[IRCServices] Re: DALnet-src: Y2K bug in the ircd (dreamforge and below)
66 </A></li>
67 <LI> <B>Messages sorted by:</B>
68 <a href="date.html#401">[ date ]</a>
69 <a href="thread.html#401">[ thread ]</a>
70 <a href="subject.html#401">[ subject ]</a>
71 <a href="author.html#401">[ author ]</a>
72 </LI>
73 </UL>
74
75 </body></html>