According to 'man', the include file is /usr/include/string.h
BUT, after grepping for strcasecmp in the /usr/include directory, I
discovered that it's ACTUALLY in /usr/include/strings.h (what's an 's'
between friends, huh?).
Anyway, I put an #include <strings.h> in WordKeyInfo.cc and in
WordMonitor.cc and low and behold friends, it compiles!
THANKS!!!!
- Joe Vigil
Geoff Hutchison wrote:
>
> On Wed, 14 Mar 2001, Joe Vigil wrote:
>
> > WordKeyInfo.cc:160: implicit declaration of function `int
> > strcasecmp(...)'
>
> > where that could matter...). Also, I've been able to successfully
> > compile version 3.1.5 on this same box.
>
> That you can compile 3.1.5 doesn't mean so much. But if you do a "man
> strcasecmp" what include file is it in? I'm surprised that it's in an
> unusual place...
>
> --
> -Geoff Hutchison
> Williams Students Online
> http://wso.williams.edu/
_______________________________________________
htdig-dev mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/htdig-dev