From owner-freebsd-questions Mon Oct 21 09:54:39 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id JAA25952 for questions-outgoing; Mon, 21 Oct 1996 09:54:39 -0700 (PDT) Received: from relay-2.mail.demon.net (disperse.demon.co.uk [158.152.1.77]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id JAA25946 for ; Mon, 21 Oct 1996 09:54:36 -0700 (PDT) Received: from post.demon.co.uk ([(null)]) by relay-2.mail.demon.net id am12970; 21 Oct 96 14:37 BST Received: from blinx.wms.co.uk ([194.159.247.13]) by relay-3.mail.demon.net id aa08568; 21 Oct 96 14:34 BST Received: (from darrylb@localhost) by blinx.lizard.org (8.7.5/8.7.3) id OAA06235 for questions@freebsd.org; Mon, 21 Oct 1996 14:35:37 +0100 (BST) From: Darryl Bowler Message-Id: <199610211335.OAA06235@blinx.lizard.org> Subject: compiling tin-1.22 To: questions@freebsd.org Date: Mon, 21 Oct 1996 14:35:37 +0100 (BST) X-Mailer: ELM [version 2.4ME+ PL22 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Has any met this problem when compiling tin-1.22 Compiling tin v1.22 for BSD/BSDI/DGUX/NeXT/OSF1/Pyramid/SunOS/Ultrix... cc -c -O -DBSD -DNNTP_INEWS_GATEWAY=\"\" -DNNTP_INEWS_DOMAIN=\"\" -DNNTP_DEFAULT_SERVER=\"\" -DLIBDIR=\"/usr/lib/news\" -DSPOOLDIR=\"/usr/spool/news\" -DNOVROOTDIR=\"/usr/spool/news\" screen.c In file included from tin.h:53, from screen.c:15: /usr/include/sys/param.h:45: warning: `BSD' redefined *Initialization*:1: warning: this is the location of the previous definition screen.c: In function `perror_message': screen.c:73: conflicting types for `sys_errlist' /usr/include/stdio.h:244: previous declaration of `sys_errlist' *** Error code 1 Stop. *** Error code 1 Stop. How do I solve this problem?? My knownledge of C is pretty limited, is it a simpile case of just changing the type for `sys_errlist'?? Regards Darryl.