From: Alan Charlton (agc@weasel.demon.co.uk)
Date: 12/21/92


From: agc@weasel.demon.co.uk (Alan Charlton)
Subject: Re: UUCP 103 (taylor)
Date: Mon, 21 Dec 1992 16:47:03 +0000

In article <1992Dec21.153625.4491@welchgate.welch.jhu.edu> keithc@welchgate.welch.jhu.edu (Keith Christopher) writes:
> Hi,
>
>
> I have almost everything in the SLS installed (not X) and the compiler is installed correctly as well as mail and ELM2.3. The problem is when I FPTd uucp103.tar from TSX-11. I untarred it to my /usr partition. And ran make. the error messages I get are these:
>
>
> Infile included from uucico.c:304:uucp.h:1180:conflicting types for 'strncasecmp'
> /usr/include/string.h:36: previous declaration of 'strncasecmp'
>
> make *** [uucico.o] error 1
>
>
>
>
> any ideas ?
>
>
> keithc@welchgate.welch.jhu.edu
>

Comment out the #define for strncasecmp in uucp.h; this function is already defined
in /usr/include/stdlib.h (I think) and the re-definition is causing GCC to barf.

Cheers,

Alan.

-- 
+---------------------------------+--------------------------------+
| Alan Charlton, Bristol, England | If B.U.R.D. doesn't spell Bird |
| agc@cix.compulink.co.uk         | - what the hell does it spell? |
| agc@weasel.demon.co.uk          |                                |
| Tel:  +44 454 202706 (after 6)  | ---  W. R. Hearst              |
+---------------------------------+--------------------------------+