]> jfr.im git - irc.git/blob - software/RELEASES/ircservices/achurch.org/services/lists/ircservices-coding/2007/003276.html
rename -> *.git
[irc.git] / software / RELEASES / ircservices / achurch.org / services / lists / ircservices-coding / 2007 / 003276.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
2 <HTML>
3 <HEAD>
4 <TITLE> [IRCServices Coding] configure error, 5.1a11 on FreeBSD 4.11
5 </TITLE>
6 <LINK REL="Index" HREF="index.html" >
7 <LINK REL="made" HREF="mailto:ircservices-coding%40ircservices.za.net?Subject=%5BIRCServices%20Coding%5D%20configure%20error%2C%205.1a11%20on%20FreeBSD%204.11&In-Reply-To=9098af010701130637o3ac7c57bpda4686da6280b427%40mail.gmail.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="003279.html">
11 <LINK REL="Next" HREF="003277.html">
12 </HEAD>
13 <BODY BGCOLOR="#ffffff">
14 <H1>[IRCServices Coding] configure error, 5.1a11 on FreeBSD 4.11</H1>
15 <B>Andrew Church</B>
16 <A HREF="mailto:ircservices-coding%40ircservices.za.net?Subject=%5BIRCServices%20Coding%5D%20configure%20error%2C%205.1a11%20on%20FreeBSD%204.11&In-Reply-To=9098af010701130637o3ac7c57bpda4686da6280b427%40mail.gmail.com"
17 TITLE="[IRCServices Coding] configure error, 5.1a11 on FreeBSD 4.11">achurch at achurch.org
18 </A><BR>
19 <I>Sun Jan 14 05:00:54 PST 2007</I>
20 <P><UL>
21 <LI>Previous message: <A HREF="003279.html">[IRCServices Coding] configure error, 5.1a11 on FreeBSD 4.11
22 </A></li>
23 <LI>Next message: <A HREF="003277.html">[IRCServices Coding] Progress / testing?
24 </A></li>
25 <LI> <B>Messages sorted by:</B>
26 <a href="date.html#3276">[ date ]</a>
27 <a href="thread.html#3276">[ thread ]</a>
28 <a href="subject.html#3276">[ subject ]</a>
29 <a href="author.html#3276">[ author ]</a>
30 </LI>
31 </UL>
32 <HR>
33 <!--beginarticle-->
34 <PRE>&gt;<i>look at configure, lines 2614, 2615, 2626, 2627, 2637,2638, 2648, 2649,
35 </I>&gt;<i>missing $ sign when creating config.h file:
36 </I>&gt;<i>
37 </I>&gt;<i>typedef signed $TYPE_INT8 int8;
38 </I>&gt;<i>typedef unsigned $TYPE_INT8 uint8;
39 </I>&gt;<i>
40 </I>&gt;<i>and so on.
41 </I>
42 Fixed, thanks for the report. Apply the patch below until I get a
43 new release out.
44
45 --Andrew Church
46 <A HREF="http://lists.ircservices.za.net/mailman/listinfo/ircservices-coding">achurch at achurch.org</A>
47 <A HREF="http://achurch.org/">http://achurch.org/</A>
48
49 Index: configure
50 ===================================================================
51 RCS file: /var/local/cvsroot/ircservices/configure,v
52 retrieving revision 2.135
53 diff -u -r2.135 configure
54 --- configure 6 Dec 2006 06:49:49 -0000 2.135
55 +++ configure 13 Jan 2007 20:02:55 -0000
56 @@ -2612,8 +2612,8 @@
57 EOT
58 else
59 cat &gt;&gt;config.h.new &lt;&lt;EOT
60 -typedef signed TYPE_INT8 int8;
61 -typedef unsigned TYPE_INT8 uint8;
62 +typedef signed $TYPE_INT8 int8;
63 +typedef unsigned $TYPE_INT8 uint8;
64 EOT
65 fi
66 if [ &quot;$TYPE_INT16&quot; = int16_t ] ; then
67 @@ -2623,8 +2623,8 @@
68 EOT
69 else
70 cat &gt;&gt;config.h.new &lt;&lt;EOT
71 -typedef signed TYPE_INT16 int16;
72 -typedef unsigned TYPE_INT16 uint16;
73 +typedef signed $TYPE_INT16 int16;
74 +typedef unsigned $TYPE_INT16 uint16;
75 EOT
76 fi
77 if [ &quot;$TYPE_INT32&quot; = int32_t ] ; then
78 @@ -2634,8 +2634,8 @@
79 EOT
80 else
81 cat &gt;&gt;config.h.new &lt;&lt;EOT
82 -typedef signed TYPE_INT32 int32;
83 -typedef unsigned TYPE_INT32 uint32;
84 +typedef signed $TYPE_INT32 int32;
85 +typedef unsigned $TYPE_INT32 uint32;
86 EOT
87 fi
88 if [ &quot;$TYPE_INT64&quot; = int64_t ] ; then
89 @@ -2645,8 +2645,8 @@
90 EOT
91 else
92 cat &gt;&gt;config.h.new &lt;&lt;EOT
93 -typedef signed TYPE_INT64 int64;
94 -typedef unsigned TYPE_INT64 uint64;
95 +typedef signed $TYPE_INT64 int64;
96 +typedef unsigned $TYPE_INT64 uint64;
97 EOT
98 fi
99 cat &gt;&gt;config.h.new &lt;&lt;EOT
100 </PRE>
101
102
103
104 <!--endarticle-->
105 <HR>
106 <P><UL>
107 <!--threads-->
108 <LI>Previous message: <A HREF="003279.html">[IRCServices Coding] configure error, 5.1a11 on FreeBSD 4.11
109 </A></li>
110 <LI>Next message: <A HREF="003277.html">[IRCServices Coding] Progress / testing?
111 </A></li>
112 <LI> <B>Messages sorted by:</B>
113 <a href="date.html#3276">[ date ]</a>
114 <a href="thread.html#3276">[ thread ]</a>
115 <a href="subject.html#3276">[ subject ]</a>
116 <a href="author.html#3276">[ author ]</a>
117 </LI>
118 </UL>
119
120 </body></html>