]> jfr.im git - irc.git/blob - software/RELEASES/ircservices/achurch.org/services/lists/ircservices/2000/000404.html
rename -> *.git
[irc.git] / software / RELEASES / ircservices / achurch.org / services / lists / ircservices / 2000 / 000404.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=2.2.32.20000102215253.00ca041c%40shell.icon.co.za">
8 <META NAME="robots" CONTENT="index,nofollow">
9 <META http-equiv="Content-Type" content="text/html; charset=us-ascii">
10 <LINK REL="Previous" HREF="000403.html">
11 <LINK REL="Next" HREF="000401.html">
12 </HEAD>
13 <BODY BGCOLOR="#ffffff">
14 <H1>[IRCServices] DreamForge 4.6.7</H1>
15 <B>Chris Knipe</B>
16 <A HREF="mailto:ircservices%40ircservices.za.net?Subject=%5BIRCServices%5D%20DreamForge%204.6.7&In-Reply-To=2.2.32.20000102215253.00ca041c%40shell.icon.co.za"
17 TITLE="[IRCServices] DreamForge 4.6.7">cgknipe at mweb.co.za
18 </A><BR>
19 <I>Mon Jan 3 10:36:13 PST 2000</I>
20 <P><UL>
21 <LI>Previous message: <A HREF="000403.html">[IRCServices] DreamForge 4.6.7
22 </A></li>
23 <LI>Next message: <A HREF="000401.html">[IRCServices] DreamForge 4.6.7
24 </A></li>
25 <LI> <B>Messages sorted by:</B>
26 <a href="date.html#404">[ date ]</a>
27 <a href="thread.html#404">[ thread ]</a>
28 <a href="subject.html#404">[ subject ]</a>
29 <a href="author.html#404">[ author ]</a>
30 </LI>
31 </UL>
32 <HR>
33 <!--beginarticle-->
34 <PRE>On Sun, 2 Jan 2000, Michael Smith wrote:
35
36 This problem has also been confirmed on Redhat 6.0 and possible 6.2
37 systems.
38
39
40 Cure. edit ./include/strings.h and comment out line 77. It works perfect
41 then.
42
43 Regards
44 Me
45
46
47
48 &gt;<i>Hi Guys, I know I am going to be killed for this, but I have the following
49 </I>&gt;<i>problem
50 </I>&gt;<i>compiling Dreamforge 4.6.7
51 </I>&gt;<i>
52 </I>&gt;<i>The following problem i get on Suse6.2 (which runs glibc 2.1). From what I can
53 </I>&gt;<i>tell, glibc causes this problem. I was wondering if anyone has any patches,
54 </I>&gt;<i>or has had success getting df467 to compile
55 </I>&gt;<i>
56 </I>&gt;<i>make
57 </I>&gt;<i>Building src
58 </I>&gt;<i>make[1]: Entering directory `/root/df467/src'
59 </I>&gt;<i>gcc -I../include -O -g -c bsd.c -o bsd.o
60 </I>&gt;<i>gcc -I../include -O -g -c dbuf.c -o dbuf.o
61 </I>&gt;<i>gcc -I../include -O -g -c packet.c -o packet.o
62 </I>&gt;<i>gcc -I../include -O -g -c send.c -o send.o
63 </I>&gt;<i>gcc -I../include -O -g -c match.c -o match.o
64 </I>&gt;<i>gcc -I../include -O -g -c parse.c -o parse.o
65 </I>&gt;<i>gcc -I../include -O -g -c support.c -o support.o
66 </I>&gt;<i>gcc -I../include -O -g -c channel.c
67 </I>&gt;<i>gcc -I../include -O -g -c class.c
68 </I>&gt;<i>gcc -I../include -O -g -c hash.c
69 </I>&gt;<i>gcc -I../include -O -g -c ircd.c
70 </I>&gt;<i>gcc -I../include -O -g -c list.c
71 </I>&gt;<i>gcc -I../include -O -g -c res.c
72 </I>&gt;<i>gcc -I../include -O -g -c s_auth.c
73 </I>&gt;<i>gcc -I../include -O -g -c s_bsd.c
74 </I>&gt;<i>gcc -I../include -O -g -c s_conf.c
75 </I>&gt;<i>s_conf.c: In function `m_kline':
76 </I>&gt;<i>s_conf.c:1962: warning: assignment makes pointer from integer without a cast
77 </I>&gt;<i>s_conf.c: In function `m_unkline':
78 </I>&gt;<i>s_conf.c:2056: warning: assignment makes pointer from integer without a cast
79 </I>&gt;<i>gcc -I../include -O -g -c s_debug.c
80 </I>&gt;<i>gcc -I../include -O -g -c s_err.c
81 </I>&gt;<i>gcc -I../include -O -g -c s_misc.c
82 </I>&gt;<i>gcc -I../include -O -g -c s_numeric.c
83 </I>&gt;<i>gcc -I../include -O -g -c s_serv.c
84 </I>&gt;<i>s_serv.c: In function `get_client_name2':
85 </I>&gt;<i>s_serv.c:1478: warning: passing arg 1 of `strcpy' makes pointer from integer wit
86 </I>&gt;<i>hout a cast
87 </I>&gt;<i>gcc -I../include -O -g -c s_user.c
88 </I>&gt;<i>gcc -I../include -O -g -c whowas.c
89 </I>&gt;<i>gcc -I../include -O -g -c userload.c -o userload.o
90 </I>&gt;<i>In file included from userload.c:35:
91 </I>&gt;<i>/usr/include/string.h:266: conflicting types for `myncmp'
92 </I>&gt;<i>../include/common.h:77: previous declaration of `myncmp'
93 </I>&gt;<i>make[1]: *** [userload.o] Error 1
94 </I>&gt;<i>make[1]: Leaving directory `/root/df467/src'
95 </I>&gt;<i>make: *** [build] Error 2
96 </I>&gt;<i>
97 </I>&gt;<i>Once Again, I know this doesnt belong on this list, but I are kinda
98 </I>&gt;<i>desperate, and according to dalnet-src , the old df467 is no longer being
99 </I>&gt;<i>maintained or supported
100 </I>&gt;<i>
101 </I>&gt;<i>Mike
102 </I>&gt;<i>
103 </I>&gt;<i>---
104 </I>&gt;<i>Michael Smith (Warlock on IRC)
105 </I>&gt;<i><A HREF="http://www.warlock.web.za">http://www.warlock.web.za</A>
106 </I>&gt;<i> &quot;Do you smell something burning or is it me?&quot;
107 </I>&gt;<i> -- Joan of Arc
108 </I>&gt;<i>
109 </I>&gt;<i>---------------------------------------------------------------
110 </I>&gt;<i>To unsubscribe, send email to <A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices">majordomo at ender.shadowfire.org</A>
111 </I>&gt;<i>with &quot;unsubscribe ircservices&quot; in the body, without the quotes.
112 </I>&gt;<i>
113 </I>
114 ---------------------------------------------------------------
115 To unsubscribe, send email to <A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices">majordomo at ender.shadowfire.org</A>
116 with &quot;unsubscribe ircservices&quot; in the body, without the quotes.
117
118 </PRE>
119
120 <!--endarticle-->
121 <HR>
122 <P><UL>
123 <!--threads-->
124 <LI>Previous message: <A HREF="000403.html">[IRCServices] DreamForge 4.6.7
125 </A></li>
126 <LI>Next message: <A HREF="000401.html">[IRCServices] DreamForge 4.6.7
127 </A></li>
128 <LI> <B>Messages sorted by:</B>
129 <a href="date.html#404">[ date ]</a>
130 <a href="thread.html#404">[ thread ]</a>
131 <a href="subject.html#404">[ subject ]</a>
132 <a href="author.html#404">[ author ]</a>
133 </LI>
134 </UL>
135
136 </body></html>