]> jfr.im git - irc.git/blob - software/RELEASES/ircservices/achurch.org/services/lists/ircservices/2002/003326.html
rename -> *.git
[irc.git] / software / RELEASES / ircservices / achurch.org / services / lists / ircservices / 2002 / 003326.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=20021119014000.GA16505%40edgemaster.zombie.org">
8 <META NAME="robots" CONTENT="index,nofollow">
9 <META http-equiv="Content-Type" content="text/html; charset=us-ascii">
10 <LINK REL="Previous" HREF="003324.html">
11 <LINK REL="Next" HREF="003325.html">
12 </HEAD>
13 <BODY BGCOLOR="#ffffff">
14 <H1>[IRCServices] 5.04 wont compile on bsd</H1>
15 <B>Andrew Church</B>
16 <A HREF="mailto:ircservices%40ircservices.za.net?Subject=%5BIRCServices%5D%205.04%20wont%20compile%20on%20bsd&In-Reply-To=20021119014000.GA16505%40edgemaster.zombie.org"
17 TITLE="[IRCServices] 5.04 wont compile on bsd">achurch at achurch.org
18 </A><BR>
19 <I>Tue Nov 19 06:42:00 PST 2002</I>
20 <P><UL>
21 <LI>Previous message: <A HREF="003324.html">[IRCServices] 5.04 wont compile on bsd
22 </A></li>
23 <LI>Next message: <A HREF="003325.html">[IRCServices] 5.04 wont compile on bsd
24 </A></li>
25 <LI> <B>Messages sorted by:</B>
26 <a href="date.html#3326">[ date ]</a>
27 <a href="thread.html#3326">[ thread ]</a>
28 <a href="subject.html#3326">[ subject ]</a>
29 <a href="author.html#3326">[ author ]</a>
30 </LI>
31 </UL>
32 <HR>
33 <!--beginarticle-->
34 <PRE>&gt;<i>The 'check_socklen_t' check in the configure script is broken. It only
35 </I>&gt;<i>includes &lt;unistd.h&gt;. On FreeBSD, you must also include &lt;sys/socket.h&gt; to
36 </I>&gt;<i>get socklen_t:
37 </I>&gt;<i>
38 </I>&gt;<i>$ grep socklen_t /usr/include/sys/socket.h
39 </I>&gt;<i>typedef __socklen_t socklen_t;
40 </I>&gt;<i>
41 </I>&gt;<i>If you add '#include &lt;sys/socket.h&gt;' to the 'check_socklen_t' check in
42 </I>&gt;<i>configure, all works well.
43 </I>
44 Fixed, thanks for the report. For the time being, add
45 &quot;HAVE_SOCKLEN_T=1&quot; (without the quotes) to the end of config.cache and
46 rerun the configure script:
47
48 $ echo 'HAVE_SOCKLEN_T=1' &gt;&gt;config.cache
49 $ ./configure -defaults
50
51 (This assumes you've already run configure once.)
52
53 --Andrew Church
54 <A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices">achurch at achurch.org</A>
55 <A HREF="http://achurch.org/">http://achurch.org/</A>
56
57 </PRE>
58
59 <!--endarticle-->
60 <HR>
61 <P><UL>
62 <!--threads-->
63 <LI>Previous message: <A HREF="003324.html">[IRCServices] 5.04 wont compile on bsd
64 </A></li>
65 <LI>Next message: <A HREF="003325.html">[IRCServices] 5.04 wont compile on bsd
66 </A></li>
67 <LI> <B>Messages sorted by:</B>
68 <a href="date.html#3326">[ date ]</a>
69 <a href="thread.html#3326">[ thread ]</a>
70 <a href="subject.html#3326">[ subject ]</a>
71 <a href="author.html#3326">[ author ]</a>
72 </LI>
73 </UL>
74
75 </body></html>