Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 30 Dec 1995 12:24:43 +0800 (HKT)
From:      John Beukema <john@gateway.net.hk>
To:        Daniel Leeds <cosmos@sponsor.octet.com>
Cc:        hackers@FreeBSD.ORG
Subject:   Re: libraries
Message-ID:  <Pine.BSD/.3.91.951230121928.6752A-100000@gateway.net.hk>
In-Reply-To: <199512281829.SAA00359@sponsor.octet.com>

next in thread | previous in thread | raw e-mail | index | archive | help

This error is a commonn problem.  Comment it out in httcp.c or add 
#ifndef __FreeBSD__ #endif (from memory) around the declaration.  One is 
defined as char * and the other as const char * as I remember.
jbeukema


On Thu, 28 Dec 1995, Daniel Leeds wrote:

> 
> is this my error or something else?  I am trying to compile Xmosaic
> on freebsd 2.1 and i get this error...ive also gotten it on many other
> pacakges im working on as well...
> 
> 
> --- Building libwww2
> cd libwww2; make CC=cc RANLIB=ranlib CFLAGS="-g     "
> cc -g      -c HTTCP.c
> HTTCP.c:68: conflicting types for `sys_errlist'
> /usr/include/stdio.h:244: previous declaration of `sys_errlist'
> *** Error code 1
> 
> Stop.
> *** Error code 1
> 
> Stop.
> 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSD/.3.91.951230121928.6752A-100000>