Re: installation problem with FreeBSD 4.7

From: Peter C. McCluskey <pcm_at_rahul.net_at_hypermail-project.org>
Date: Tue, 7 Jun 2005 08:07:16 -0700 (PDT)
Message-Id: <20050607150716.31AE6BE8BE_at_green.rahul.net>


 jparker_at_dfi-japan.com (Jim Parker) writes:
>proto.h:99: conflicting types for `strcasestr'
>/usr/include/string.h:86: previous declaration of `strcasestr'
>*** Error code 1

 Try adding these #ifndef and #endif lines around line 99 of proto.h:

#ifndef HAVE_STRCASESTR
char *strcasestr (char *, const char *); #endif

 If that doesn't work, try deleting the strcasestr line of proto.h. Please let me know which of those works.

-- 
------------------------------------------------------------------------------
Peter McCluskey         | Everyone complains about the laws of physics, but no
www.bayesianinvestor.com| one does anything about them. - from Schild's Ladder
Received on Tue 07 Jun 2005 10:32:22 PM GMT

This archive was generated by hypermail 2.2.0 : Thu 22 Feb 2007 07:33:55 PM GMT GMT