From owner-freebsd-hackers Fri Dec 29 20:30:02 1995 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id UAA26601 for hackers-outgoing; Fri, 29 Dec 1995 20:30:02 -0800 (PST) Received: from gateway.net.hk (john@gateway.hk.linkage.net [202.76.7.50]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id UAA26576 for ; Fri, 29 Dec 1995 20:29:54 -0800 (PST) Received: (from john@localhost) by gateway.net.hk (8.6.12/8.6.9) id MAA08445; Sat, 30 Dec 1995 12:24:43 +0800 Date: Sat, 30 Dec 1995 12:24:43 +0800 (HKT) From: John Beukema To: Daniel Leeds cc: hackers@FreeBSD.ORG Subject: Re: libraries In-Reply-To: <199512281829.SAA00359@sponsor.octet.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-hackers@FreeBSD.ORG Precedence: bulk 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. >