File tree Expand file tree Collapse file tree 2 files changed +13
-0
lines changed Expand file tree Collapse file tree 2 files changed +13
-0
lines changed Original file line number Diff line number Diff line change 1
1
Version Changes for Hypermail
2
2
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3
+ Peter McCluskey (Jun 23, 2005)
4
+ Some small changes from Vincent McIntyre to make date-range in index of
5
+ folders link to default index page, to use CSS instead of <th> to
6
+ distinguish that column, and some whitespace changes.
7
+ Added explanation of how to handle strcasestr prototype error to INSTALL.
8
+
3
9
Peter McCluskey (Mar 19, 2005)
4
10
Fixes to files_by_thread option submitted by Oliver Meili.
5
11
Original file line number Diff line number Diff line change @@ -89,6 +89,13 @@ Building Hypermail:
89
89
90
90
./configure --disable-shared
91
91
92
+ If the make fails with a message such as:
93
+
94
+ proto.h:99: conflicting types for `strcasestr'
95
+ /usr/include/string.h:86: previous declaration of `strcasestr'
96
+
97
+ then you should try removing the line in proto.h that refers to strcasestr.
98
+
92
99
Testing Hypermail:
93
100
==================
94
101
You can’t perform that action at this time.
0 commit comments