From owner-freebsd-isp Wed Feb 5 03:43:01 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id DAA08875 for isp-outgoing; Wed, 5 Feb 1997 03:43:01 -0800 (PST) Received: from panda.hilink.com.au (panda.hilink.com.au [203.2.144.5]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id DAA08864 for ; Wed, 5 Feb 1997 03:42:29 -0800 (PST) Received: (from danny@localhost) by panda.hilink.com.au (8.7.6/8.7.3) id WAA07573; Wed, 5 Feb 1997 22:42:26 +1100 (EST) Date: Wed, 5 Feb 1997 22:42:25 +1100 (EST) From: "Daniel O'Callaghan" To: "Alexsandro D. F. Correia" cc: Mike Tancsa , freebsd-isp@freebsd.org Subject: Re: Radius 2.0 and FreeBSD. In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-isp@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Wed, 5 Feb 1997, Alexsandro D. F. Correia wrote: > Hi Mike, > > I'm using gcc 2.6, and FreeBSD 2.1.0 as you know. > That's the problem when i try to compile Radius 2.0 on FreeBSD 2.1.0 : > > bash# make > gcc -c -O -I../radius/src -DNOSHADOW -DNDBM ../radius/src/dict.c -o dict.o > In file included from ../radius/src/radius.h:37, > from ../radius/src/dict.c:41: > ../radius/src/conf.h:54: conflicting types for `sys_errlist' > /usr/include/stdio.h:244: previous declaration of `sys_errlist' > *** Error code 1 Edit ../radius/src/conf.h at line 54 and place #ifndef (__FreeBSD__) ... #endif around the syserrlist definition. Danny