]> jfr.im git - irc.git/blob - software/!RELEASES/ircservices/achurch.org/services/lists/ircservices-coding/2002/001735.html
RELEASE -> !RELEASE
[irc.git] / software / !RELEASES / ircservices / achurch.org / services / lists / ircservices-coding / 2002 / 001735.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
2 <HTML>
3 <HEAD>
4 <TITLE> [IRCServices Coding] Solution: 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%20Solution%3A%20gmake%3A%20%2A%2A%2A%20%5Bactions.o%5D%20Error%201&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="001732.html">
11 <LINK REL="Next" HREF="001733.html">
12 </HEAD>
13 <BODY BGCOLOR="#ffffff">
14 <H1>[IRCServices Coding] Solution: gmake: *** [actions.o] Error 1</H1>
15 <B>CyberDems (WWIRC)</B>
16 <A HREF="mailto:ircservices-coding%40ircservices.za.net?Subject=%5BIRCServices%20Coding%5D%20Solution%3A%20gmake%3A%20%2A%2A%2A%20%5Bactions.o%5D%20Error%201&In-Reply-To="
17 TITLE="[IRCServices Coding] Solution: gmake: *** [actions.o] Error 1">cyberdems at wwirc.za.org
18 </A><BR>
19 <I>Wed Nov 20 17:55:42 PST 2002</I>
20 <P><UL>
21 <LI>Previous message: <A HREF="001732.html">[IRCServices Coding] gmake: *** [actions.o] Error 1
22 </A></li>
23 <LI>Next message: <A HREF="001733.html">[IRCServices Coding] gmake: *** [actions.o] Error 1
24 </A></li>
25 <LI> <B>Messages sorted by:</B>
26 <a href="date.html#1735">[ date ]</a>
27 <a href="thread.html#1735">[ thread ]</a>
28 <a href="subject.html#1735">[ subject ]</a>
29 <a href="author.html#1735">[ author ]</a>
30 </LI>
31 </UL>
32 <HR>
33 <!--beginarticle-->
34 <PRE>I found a solution..
35 The following was the default from defs.h, and wouldn't let me compile:
36 /* socklen_t for systems without it. */
37 #if !HAVE_SOCKLEN_T
38 typedef int socklen_t;
39 #endif
40
41 Then....
42 I added // to typedef, in defs.h, and it looked like this:
43 /* socklen_t for systems without it. */
44 #if !HAVE_SOCKLEN_T
45 // typedef int socklen_t;
46 #endif
47
48 all of a sudden, it worked ;)
49 Thanks for the gr8 services,
50 CyberDems
51 irc.wwirc.za.org
52
53
54 ----- Original Message -----
55 From: &quot;CyberDems (WWIRC)&quot; &lt;<A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices-coding">cyberdems at wwirc.za.org</A>&gt;
56 To: &lt;<A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices-coding">ircservices-coding at ircservices.za.net</A>&gt;
57 Sent: Thursday, November 21, 2002 3:28 AM
58 Subject: [IRCServices Coding] gmake: *** [actions.o] Error 1
59
60
61 &gt;<i> Hi, I've reported this previously, to no avail. I was trying to compile
62 </I>&gt;<i> 5.0.3, it gave me an identical error to what 5.0.4 is now giving me when i
63 </I>&gt;<i> try gmake, after /configure. What could this possibly be, and would there
64 </I>be
65 &gt;<i> a way to fix it / will 5.0.5 have the fix?
66 </I>&gt;<i> The OS is FreeBSD 4.7-PRERELEASE (SHELL).
67 </I>&gt;<i> Here's what happened:
68 </I>&gt;<i>
69 </I>&gt;<i> All done! Now edit defs.h as needed, and run &quot;make&quot; (or possibly &quot;gmake&quot;)
70 </I>&gt;<i> to compile Services. See the README and FAQ if you have any problems.
71 </I>&gt;<i>
72 </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
73 </I>&gt;<i> make: Permission denied
74 </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
75 </I>&gt;<i> gmake: getcwd: : Permission denied
76 </I>&gt;<i> sh version.sh
77 </I>&gt;<i> gcc -O2 -fno-strict-aliasing -g -Wall -Wmissing-prototypes -c
78 </I>version.c -o
79 &gt;<i> version.o
80 </I>&gt;<i> gcc -O2 -fno-strict-aliasing -g -Wall -Wmissing-prototypes -c
81 </I>actions.c -o
82 &gt;<i> actions.o
83 </I>&gt;<i> In file included from sockets.h:13,
84 </I>&gt;<i> from services.h:97,
85 </I>&gt;<i> from actions.c:10:
86 </I>&gt;<i> /usr/include/sys/socket.h:54: conflicting types for `socklen_t'
87 </I>&gt;<i> defs.h:169: previous declaration of `socklen_t'
88 </I>&gt;<i> gmake: *** [actions.o] Error 1
89 </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$
90 </I>&gt;<i>
91 </I>&gt;<i> Thanks again,
92 </I>&gt;<i> CyberDems
93 </I>&gt;<i> irc.wwirc.za.org
94 </I>&gt;<i>
95 </I>&gt;<i> ------------------------------------------------------------------
96 </I>&gt;<i> To unsubscribe or change your subscription options, visit:
97 </I>&gt;<i> <A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices-coding">http://www.ircservices.za.net/mailman/listinfo/ircservices-coding</A>
98 </I>
99
100 </PRE>
101
102 <!--endarticle-->
103 <HR>
104 <P><UL>
105 <!--threads-->
106 <LI>Previous message: <A HREF="001732.html">[IRCServices Coding] gmake: *** [actions.o] Error 1
107 </A></li>
108 <LI>Next message: <A HREF="001733.html">[IRCServices Coding] gmake: *** [actions.o] Error 1
109 </A></li>
110 <LI> <B>Messages sorted by:</B>
111 <a href="date.html#1735">[ date ]</a>
112 <a href="thread.html#1735">[ thread ]</a>
113 <a href="subject.html#1735">[ subject ]</a>
114 <a href="author.html#1735">[ author ]</a>
115 </LI>
116 </UL>
117
118 </body></html>