]> jfr.im git - irc.git/blob - software/!RELEASES/ircservices/achurch.org/services/lists/ircservices/2006/005199.html
RELEASE -> !RELEASE
[irc.git] / software / !RELEASES / ircservices / achurch.org / services / lists / ircservices / 2006 / 005199.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
2 <HTML>
3 <HEAD>
4 <TITLE> [IRCServices] Compilation Error ( ircservices-5.0.59.tar.gz)
5 </TITLE>
6 <LINK REL="Index" HREF="index.html" >
7 <LINK REL="made" HREF="mailto:ircservices%40ircservices.za.net?Subject=%5BIRCServices%5D%20Compilation%20Error%20%28%20ircservices-5.0.59.tar.gz%29&In-Reply-To=4575D6A2.9000106%40nerdshack.com">
8 <META NAME="robots" CONTENT="index,nofollow">
9 <META http-equiv="Content-Type" content="text/html; charset=us-ascii">
10 <LINK REL="Previous" HREF="005198.html">
11 <LINK REL="Next" HREF="005200.html">
12 </HEAD>
13 <BODY BGCOLOR="#ffffff">
14 <H1>[IRCServices] Compilation Error ( ircservices-5.0.59.tar.gz)</H1>
15 <B>Andrew Church</B>
16 <A HREF="mailto:ircservices%40ircservices.za.net?Subject=%5BIRCServices%5D%20Compilation%20Error%20%28%20ircservices-5.0.59.tar.gz%29&In-Reply-To=4575D6A2.9000106%40nerdshack.com"
17 TITLE="[IRCServices] Compilation Error ( ircservices-5.0.59.tar.gz)">achurch at achurch.org
18 </A><BR>
19 <I>Wed Dec 6 15:33:14 PST 2006</I>
20 <P><UL>
21 <LI>Previous message: <A HREF="005198.html">[IRCServices] Compilation Error ( ircservices-5.0.59.tar.gz)
22 </A></li>
23 <LI>Next message: <A HREF="005200.html">[IRCServices] mysql
24 </A></li>
25 <LI> <B>Messages sorted by:</B>
26 <a href="date.html#5199">[ date ]</a>
27 <a href="thread.html#5199">[ thread ]</a>
28 <a href="subject.html#5199">[ subject ]</a>
29 <a href="author.html#5199">[ author ]</a>
30 </LI>
31 </UL>
32 <HR>
33 <!--beginarticle-->
34 <PRE> This is not an error; configure is merely reporting that it could
35 not confirm that you have a correctly working strdup(), and will
36 therefore use its own internal version. Services will still compile and
37 run correctly.
38
39 I admit that the output from configure is misleading, and I'll see
40 about correcting it in a future release.
41
42 --Andrew Church
43 <A HREF="http://lists.ircservices.za.net/mailman/listinfo/ircservices">achurch at achurch.org</A>
44 <A HREF="http://achurch.org/">http://achurch.org/</A>
45
46 &gt;<i>Hi,
47 </I>&gt;<i>
48 </I>&gt;<i>My Box is running SuSE 10.0 and i receive the following error with
49 </I>&gt;<i>configure, this doesnt stop compilation of the services, but i do get
50 </I>&gt;<i>this error.
51 </I>&gt;<i>
52 </I>&gt;<i>This is my ./configure log, as you will see everything is fine till it
53 </I>&gt;<i>gets to the line saying that it cannot find strdup, i have checked in my
54 </I>&gt;<i>/usr/includes directory and it is there, i have even written a test
55 </I>&gt;<i>script to see if my system recognizes it, what can i do to get
56 </I>&gt;<i>ircservices to recognize it is there? This was all because i want to
57 </I>&gt;<i>link ircservices to Inspircd and im using their module for this, their
58 </I>&gt;<i>module requires strdup and ircservices doesnt seem to recognize that my
59 </I>&gt;<i>system has it.
60 </I>&gt;<i>
61 </I>&gt;<i>Any help on this topic will be much appreciated.
62 </I>&gt;<i>
63 </I>&gt;<i>Many Thanks
64 </I>&gt;<i>
65 </I>&gt;<i>mielie69
66 </I>&gt;<i>
67 </I>&gt;<i>Checking sanity of /bin/sh... high.
68 </I>&gt;<i>Searching for a suitable compiler... great, found gcc!
69 </I>&gt;<i>Testing default compiler flags (-O2 -fno-strict-aliasing)... looks good.
70 </I>&gt;<i>Let's see what libraries we need...
71 </I>&gt;<i>Checking if we can use dynamic modules... yes.
72 </I>&gt;<i>Checking whether ranlib exists... yes.
73 </I>&gt;<i>Looking for an 8-bit integer type... char
74 </I>&gt;<i>Looking for a 16-bit integer type... short
75 </I>&gt;<i>Looking for a 32-bit integer type... int
76 </I>&gt;<i>Checking the size of int... 32 bits
77 </I>&gt;<i>Checking the size of long... 32 bits
78 </I>&gt;<i>Checking the size of time_t... 32 bits
79 </I>&gt;<i>Checking the size of gid_t... 32 bits
80 </I>&gt;<i>Checking for socklen_t... present.
81 </I>&gt;<i>Checking for presence of include files (it's okay if some aren't there):
82 </I>&gt;<i> strings.h... present
83 </I>&gt;<i> sys/select.h... present
84 </I>&gt;<i> sys/sysproto.h... not present
85 </I>&gt;<i>Seeing if your system defines int16/int32... not found (this is good).
86 </I>&gt;<i>How to complain when something goes wrong... ah, strerror() is here.
87 </I>&gt;<i>*Looking for other routines we want that you don't have... strdup*
88 </I>&gt;<i>Checking how to install files... looks like &quot;install&quot; will work.
89 </I>&gt;<i>Seeing if &quot;install&quot; will create directories... OK.
90 </I>&gt;<i>Checking how to copy directories... /bin/cp -dpr
91 </I>&gt;<i>Creating config.h... done.
92 </I>&gt;<i>Creating Makefile.inc... done.
93 </I>&gt;<i>Saving configuration results in config.cache... done.
94 </I>&gt;<i>
95 </I>&gt;<i>All done! Now edit defs.h as needed, and run &quot;make&quot; (or possibly &quot;gmake&quot;)
96 </I>&gt;<i>to compile Services. See the README and FAQ if you have any problems.
97 </I>&gt;<i>
98 </I>&gt;<i>
99 </I>&gt;<i>------------------------------------------------------------------
100 </I>&gt;<i>To unsubscribe or change your subscription options, visit:
101 </I>&gt;<i><A HREF="http://lists.ircservices.za.net/mailman/listinfo/ircservices">http://lists.ircservices.za.net/mailman/listinfo/ircservices</A>
102 </I></PRE>
103
104
105 <!--endarticle-->
106 <HR>
107 <P><UL>
108 <!--threads-->
109 <LI>Previous message: <A HREF="005198.html">[IRCServices] Compilation Error ( ircservices-5.0.59.tar.gz)
110 </A></li>
111 <LI>Next message: <A HREF="005200.html">[IRCServices] mysql
112 </A></li>
113 <LI> <B>Messages sorted by:</B>
114 <a href="date.html#5199">[ date ]</a>
115 <a href="thread.html#5199">[ thread ]</a>
116 <a href="subject.html#5199">[ subject ]</a>
117 <a href="author.html#5199">[ author ]</a>
118 </LI>
119 </UL>
120
121 </body></html>