]> jfr.im git - irc.git/blob - software/RELEASES/ircservices/achurch.org/services/lists/ircservices/2002/003324.html
rename -> *.git
[irc.git] / software / RELEASES / ircservices / achurch.org / services / lists / ircservices / 2002 / 003324.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
2 <HTML>
3 <HEAD>
4 <TITLE> [IRCServices] 5.04 wont compile on bsd
5 </TITLE>
6 <LINK REL="Index" HREF="index.html" >
7 <LINK REL="made" HREF="mailto:ircservices%40ircservices.za.net?Subject=%5BIRCServices%5D%205.04%20wont%20compile%20on%20bsd&In-Reply-To=20021118202403.A59744-100000%40c3p0.reverse.net">
8 <META NAME="robots" CONTENT="index,nofollow">
9 <META http-equiv="Content-Type" content="text/html; charset=us-ascii">
10 <LINK REL="Previous" HREF="003323.html">
11 <LINK REL="Next" HREF="003326.html">
12 </HEAD>
13 <BODY BGCOLOR="#ffffff">
14 <H1>[IRCServices] 5.04 wont compile on bsd</H1>
15 <B>Sean Kelly</B>
16 <A HREF="mailto:ircservices%40ircservices.za.net?Subject=%5BIRCServices%5D%205.04%20wont%20compile%20on%20bsd&In-Reply-To=20021118202403.A59744-100000%40c3p0.reverse.net"
17 TITLE="[IRCServices] 5.04 wont compile on bsd">smkelly at zombie.org
18 </A><BR>
19 <I>Tue Nov 19 03:41:00 PST 2002</I>
20 <P><UL>
21 <LI>Previous message: <A HREF="003323.html">[IRCServices] 5.04 wont compile on bsd
22 </A></li>
23 <LI>Next message: <A HREF="003326.html">[IRCServices] 5.04 wont compile on bsd
24 </A></li>
25 <LI> <B>Messages sorted by:</B>
26 <a href="date.html#3324">[ date ]</a>
27 <a href="thread.html#3324">[ thread ]</a>
28 <a href="subject.html#3324">[ subject ]</a>
29 <a href="author.html#3324">[ author ]</a>
30 </LI>
31 </UL>
32 <HR>
33 <!--beginarticle-->
34 <PRE>On Mon, Nov 18, 2002 at 08:27:19PM -0500, deuce wrote:
35 &gt;<i>
36 </I>&gt;<i> Just downloaded 5.04 and this is the first time I have had compile errors,
37 </I>&gt;<i> been using version 5 since early alpha.
38 </I>&gt;<i> /usr/include/sys/socket.h:54: conflicting types for `socklen_t'
39 </I>&gt;<i> defs.h:169: previous declaration of `socklen_t'
40 </I>&gt;<i> gmake: *** [actions.o] Error 1
41 </I>&gt;<i> This is with gmake.
42 </I>
43 The 'check_socklen_t' check in the configure script is broken. It only
44 includes &lt;unistd.h&gt;. On FreeBSD, you must also include &lt;sys/socket.h&gt; to
45 get socklen_t:
46
47 $ grep socklen_t /usr/include/sys/socket.h
48 typedef __socklen_t socklen_t;
49
50 If you add '#include &lt;sys/socket.h&gt;' to the 'check_socklen_t' check in
51 configure, all works well.
52
53 --
54 Sean Kelly | PGP KeyID: 77042C7B
55 <A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices">smkelly at zombie.org</A> | <A HREF="http://www.zombie.org">http://www.zombie.org</A>
56
57 </PRE>
58
59 <!--endarticle-->
60 <HR>
61 <P><UL>
62 <!--threads-->
63 <LI>Previous message: <A HREF="003323.html">[IRCServices] 5.04 wont compile on bsd
64 </A></li>
65 <LI>Next message: <A HREF="003326.html">[IRCServices] 5.04 wont compile on bsd
66 </A></li>
67 <LI> <B>Messages sorted by:</B>
68 <a href="date.html#3324">[ date ]</a>
69 <a href="thread.html#3324">[ thread ]</a>
70 <a href="subject.html#3324">[ subject ]</a>
71 <a href="author.html#3324">[ author ]</a>
72 </LI>
73 </UL>
74
75 </body></html>