From owner-freebsd-hackers Thu Dec 28 15:37:58 1995 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id PAA08535 for hackers-outgoing; Thu, 28 Dec 1995 15:37:58 -0800 (PST) Received: from sponsor.octet.com (root@sponsor.octet.com [204.141.97.15]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id PAA08530 for ; Thu, 28 Dec 1995 15:37:55 -0800 (PST) Received: (from root@localhost) by sponsor.octet.com (8.6.12/8.6.12) id SAA00359 for hackers@freebsd.org; Thu, 28 Dec 1995 18:29:07 GMT From: Daniel Leeds Message-Id: <199512281829.SAA00359@sponsor.octet.com> Subject: libraries To: hackers@freebsd.org Date: Thu, 28 Dec 1995 18:29:06 +0000 () X-Mailer: ELM [version 2.4 PL24 ME8a] Content-Type: text Sender: owner-hackers@freebsd.org Precedence: bulk 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.