Skip to content

Commit 70d78a9

Browse files
author
Peter McCluskey
committed
Added explanation of how to handle strcasestr prototype error
1 parent 78e97e1 commit 70d78a9

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

Changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
Version Changes for Hypermail
22
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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+
39
Peter McCluskey (Mar 19, 2005)
410
Fixes to files_by_thread option submitted by Oliver Meili.
511

INSTALL

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,13 @@ Building Hypermail:
8989

9090
./configure --disable-shared
9191

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+
9299
Testing Hypermail:
93100
==================
94101

0 commit comments

Comments
 (0)