]> jfr.im git - irc.git/blob - software/RELEASES/ircservices/achurch.org/services/lists/ircservices-coding/2002/001733.html
rename -> *.git
[irc.git] / software / RELEASES / ircservices / achurch.org / services / lists / ircservices-coding / 2002 / 001733.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
2 <HTML>
3 <HEAD>
4 <TITLE> [IRCServices Coding] gmake: *** [actions.o] Error 1
5 </TITLE>
6 <LINK REL="Index" HREF="index.html" >
7 <LINK REL="made" HREF="mailto:ircservices-coding%40ircservices.za.net?Subject=%5BIRCServices%20Coding%5D%20gmake%3A%20%2A%2A%2A%20%5Bactions.o%5D%20Error%201&In-Reply-To=001e01c290fd%245a8645f0%240200a8c0%40dimitri">
8 <META NAME="robots" CONTENT="index,nofollow">
9 <META http-equiv="Content-Type" content="text/html; charset=us-ascii">
10 <LINK REL="Previous" HREF="001735.html">
11 <LINK REL="Next" HREF="001736.html">
12 </HEAD>
13 <BODY BGCOLOR="#ffffff">
14 <H1>[IRCServices Coding] gmake: *** [actions.o] Error 1</H1>
15 <B>Andrew Church</B>
16 <A HREF="mailto:ircservices-coding%40ircservices.za.net?Subject=%5BIRCServices%20Coding%5D%20gmake%3A%20%2A%2A%2A%20%5Bactions.o%5D%20Error%201&In-Reply-To=001e01c290fd%245a8645f0%240200a8c0%40dimitri"
17 TITLE="[IRCServices Coding] gmake: *** [actions.o] Error 1">achurch at achurch.org
18 </A><BR>
19 <I>Thu Nov 21 10:35:43 PST 2002</I>
20 <P><UL>
21 <LI>Previous message: <A HREF="001735.html">[IRCServices Coding] Solution: gmake: *** [actions.o] Error 1
22 </A></li>
23 <LI>Next message: <A HREF="001736.html">[IRCServices Coding] (no subject)
24 </A></li>
25 <LI> <B>Messages sorted by:</B>
26 <a href="date.html#1733">[ date ]</a>
27 <a href="thread.html#1733">[ thread ]</a>
28 <a href="subject.html#1733">[ subject ]</a>
29 <a href="author.html#1733">[ author ]</a>
30 </LI>
31 </UL>
32 <HR>
33 <!--beginarticle-->
34 <PRE> This was reported as a FreeBSD-specific issue. 5.0.5 will correct it;
35 the workaround is to (after running configure) add &quot;HAVE_SOCKLEN_T=1&quot; to
36 config.cache and rerun the configure script:
37
38 % ./configure
39 [ordinary configure output]
40 % echo 'HAVE_SOCKLEN_T=1' &gt;&gt;config.cache
41 % ./configure
42 % gmake
43
44 --Andrew Church
45 <A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices-coding">achurch at achurch.org</A>
46 <A HREF="http://achurch.org/">http://achurch.org/</A>
47
48 &gt;<i>Hi, I've reported this previously, to no avail. I was trying to compile
49 </I>&gt;<i>5.0.3, it gave me an identical error to what 5.0.4 is now giving me when i
50 </I>&gt;<i>try gmake, after /configure. What could this possibly be, and would there be
51 </I>&gt;<i>a way to fix it / will 5.0.5 have the fix?
52 </I>&gt;<i>The OS is FreeBSD 4.7-PRERELEASE (SHELL).
53 </I>&gt;<i>Here's what happened:
54 </I>&gt;<i>
55 </I>&gt;<i>All done! Now edit defs.h as needed, and run &quot;make&quot; (or possibly &quot;gmake&quot;)
56 </I>&gt;<i>to compile Services. See the README and FAQ if you have any problems.
57 </I>&gt;<i>
58 </I>&gt;<i><A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices-coding">USERNAME at shell</A>:/usr/home/USERNAME/ircservices-5.0.4$ make
59 </I>&gt;<i>make: Permission denied
60 </I>&gt;<i><A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices-coding">USERNAME at shell</A>:/usr/home/USERNAME/ircservices-5.0.4$ gmake
61 </I>&gt;<i>gmake: getcwd: : Permission denied
62 </I>&gt;<i>sh version.sh
63 </I>&gt;<i>gcc -O2 -fno-strict-aliasing -g -Wall -Wmissing-prototypes -c version.c -o
64 </I>&gt;<i>version.o
65 </I>&gt;<i>gcc -O2 -fno-strict-aliasing -g -Wall -Wmissing-prototypes -c actions.c -o
66 </I>&gt;<i>actions.o
67 </I>&gt;<i>In file included from sockets.h:13,
68 </I>&gt;<i> from services.h:97,
69 </I>&gt;<i> from actions.c:10:
70 </I>&gt;<i>/usr/include/sys/socket.h:54: conflicting types for `socklen_t'
71 </I>&gt;<i>defs.h:169: previous declaration of `socklen_t'
72 </I>&gt;<i>gmake: *** [actions.o] Error 1
73 </I>&gt;<i><A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices-coding">USERNAME at shell</A>:/usr/home/USERNAME/ircservices-5.0.4$
74 </I>&gt;<i>
75 </I>&gt;<i>Thanks again,
76 </I>&gt;<i>CyberDems
77 </I>&gt;<i>irc.wwirc.za.org
78 </I>&gt;<i>
79 </I>&gt;<i>------------------------------------------------------------------
80 </I>&gt;<i>To unsubscribe or change your subscription options, visit:
81 </I>&gt;<i><A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices-coding">http://www.ircservices.za.net/mailman/listinfo/ircservices-coding</A>
82 </I>
83 </PRE>
84
85 <!--endarticle-->
86 <HR>
87 <P><UL>
88 <!--threads-->
89 <LI>Previous message: <A HREF="001735.html">[IRCServices Coding] Solution: gmake: *** [actions.o] Error 1
90 </A></li>
91 <LI>Next message: <A HREF="001736.html">[IRCServices Coding] (no subject)
92 </A></li>
93 <LI> <B>Messages sorted by:</B>
94 <a href="date.html#1733">[ date ]</a>
95 <a href="thread.html#1733">[ thread ]</a>
96 <a href="subject.html#1733">[ subject ]</a>
97 <a href="author.html#1733">[ author ]</a>
98 </LI>
99 </UL>
100
101 </body></html>