]> jfr.im git - irc.git/blob - software/!RELEASES/ircservices/achurch.org/services/lists/ircservices/2004/004417.html
RELEASE -> !RELEASE
[irc.git] / software / !RELEASES / ircservices / achurch.org / services / lists / ircservices / 2004 / 004417.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
2 <HTML>
3 <HEAD>
4 <TITLE> [IRCServices] Compiling on OS X
5 </TITLE>
6 <LINK REL="Index" HREF="index.html" >
7 <LINK REL="made" HREF="mailto:ircservices%40ircservices.za.net?Subject=%5BIRCServices%5D%20Compiling%20on%20OS%20X&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="004414.html">
11 <LINK REL="Next" HREF="004418.html">
12 </HEAD>
13 <BODY BGCOLOR="#ffffff">
14 <H1>[IRCServices] Compiling on OS X</H1>
15 <B>Craig McLure</B>
16 <A HREF="mailto:ircservices%40ircservices.za.net?Subject=%5BIRCServices%5D%20Compiling%20on%20OS%20X&In-Reply-To="
17 TITLE="[IRCServices] Compiling on OS X">Craig at frostycoolslug.com
18 </A><BR>
19 <I>Mon May 17 18:55:14 PDT 2004</I>
20 <P><UL>
21 <LI>Previous message: <A HREF="004414.html">[IRCServices] Startup problem
22 </A></li>
23 <LI>Next message: <A HREF="004418.html">[IRCServices] Startup problem
24 </A></li>
25 <LI> <B>Messages sorted by:</B>
26 <a href="date.html#4417">[ date ]</a>
27 <a href="thread.html#4417">[ thread ]</a>
28 <a href="subject.html#4417">[ subject ]</a>
29 <a href="author.html#4417">[ author ]</a>
30 </LI>
31 </UL>
32 <HR>
33 <!--beginarticle-->
34 <PRE>erm, last time i checked.. there wasnt a CVS repository (or at least hasnt been for the 3 or 4 years i've been on the mailing list)..
35
36 Your best bet is to download 5.0.31 from <A HREF="ftp://ftp.esper.net/ircservices/">ftp://ftp.esper.net/ircservices/</A> and start from scratch :)
37
38 /****************************************
39 * Craig &quot;FrostyCoolSlug&quot; McLure
40 * <A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices">Craig at FrostyCoolSlug.com</A>
41 * InspIRCd - <A HREF="http://www.inspircd.org">http://www.inspircd.org</A>
42 * ChatSpike - <A HREF="http://www.chatspike.net">http://www.chatspike.net</A>
43 ****************************************/
44
45
46 /****************************************
47 * From - Kelmar K. Firesun &lt;<A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices">kfiresun at ix.netcom.com</A>&gt;
48 * To - IRC Services General Mailing List &lt;<A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices">ircservices at ircservices.za.net</A>&gt;
49 * Sent - 2004-05-18 02:45:57
50 * Subject - Re: [IRCServices] Compiling on OS X
51 ****************************************/
52
53 /****** - Begin Original Message - ******/
54
55 &gt;<i>
56 </I>&gt;<i>----- Original Message -----
57 </I>&gt;<i>From: &quot;Andrew Church&quot; &lt;<A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices">achurch at achurch.org</A>&gt;
58 </I>&gt;<i>To: &lt;<A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices">ircservices at ircservices.za.net</A>&gt;
59 </I>&gt;<i>Sent: Sunday, May 16, 2004 7:25 PM
60 </I>&gt;<i>Subject: Re: [IRCServices] Compiling on OS X
61 </I>&gt;<i>
62 </I>&gt;<i>
63 </I>&gt;&gt;<i> &gt;However, I have not had much luck with the ar utility playing nice.
64 </I>&gt;&gt;<i> &gt;I can run it by hand, but it bombs out when running make.
65 </I>&gt;&gt;<i>
66 </I>&gt;&gt;<i> Check the exit code of ar (&quot;ar ... ; echo $?&quot;), particularly with
67 </I>&gt;&gt;<i> respect to the presence/absence of the -c option vs. the existence or
68 </I>&gt;&gt;<i> nonexistence of the output (.a) file; it could be that the MacOS ar is
69 </I>&gt;<i>anal
70 </I>&gt;&gt;<i> about return codes. If not, it could just be a bug in ar--in that case, I
71 </I>&gt;&gt;<i> guess you'll need to file a bug report with Apple.
72 </I>&gt;&gt;<i>
73 </I>&gt;<i>
74 </I>&gt;<i>I'll check that out.
75 </I>&gt;<i>
76 </I>&gt;&gt;<i> &gt;As a side note there needs to be a -fno-builtin option passed to the
77 </I>&gt;&gt;<i> &gt;compiler on Mac OS X so you don't get that anoying warning about the
78 </I>&gt;&gt;<i> &gt;builtin log function conflicting with that of the log function defined
79 </I>&gt;&gt;<i> &gt;within Services itself. This can be added to the second appearance
80 </I>&gt;&gt;<i> &gt;of the MORE_CFLAGS variable in the top level Makefile.
81 </I>&gt;&gt;<i> &gt;
82 </I>&gt;&gt;<i> &gt;e.g.:
83 </I>&gt;&gt;<i> &gt;MORE_CFLAGS = -g -fno-builtin -Wall -Wmissing-prototypes
84 </I>&gt;&gt;<i>
85 </I>&gt;&gt;<i> This has been in the Makefile since forever. Are you sure you're
86 </I>&gt;&gt;<i> using current source?
87 </I>&gt;&gt;<i>
88 </I>&gt;<i>
89 </I>&gt;<i>*boggle*
90 </I>&gt;<i>
91 </I>&gt;<i>I did a fresh check out from the CVS repository......
92 </I>&gt;<i>
93 </I>&gt;<i>
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">http://www.ircservices.za.net/mailman/listinfo/ircservices</A>
98 </I>&gt;<i>.
99 </I>
100 /******* - End Original Message - *******/
101
102
103
104
105 </PRE>
106
107 <!--endarticle-->
108 <HR>
109 <P><UL>
110 <!--threads-->
111 <LI>Previous message: <A HREF="004414.html">[IRCServices] Startup problem
112 </A></li>
113 <LI>Next message: <A HREF="004418.html">[IRCServices] Startup problem
114 </A></li>
115 <LI> <B>Messages sorted by:</B>
116 <a href="date.html#4417">[ date ]</a>
117 <a href="thread.html#4417">[ thread ]</a>
118 <a href="subject.html#4417">[ subject ]</a>
119 <a href="author.html#4417">[ author ]</a>
120 </LI>
121 </UL>
122
123 </body></html>