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 LadderReceived 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