Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 5 Feb 1997 22:42:25 +1100 (EST)
From:      "Daniel O'Callaghan" <danny@panda.hilink.com.au>
To:        "Alexsandro D. F. Correia" <acorreia@marlin.com.br>
Cc:        Mike Tancsa <mike@sentex.net>, freebsd-isp@freebsd.org
Subject:   Re: Radius 2.0 and FreeBSD.
Message-ID:  <Pine.BSF.3.91.970205224040.822M-100000@panda.hilink.com.au>
In-Reply-To: <Pine.BSF.3.91.970205084150.806A-100000@blue.marlin.com.br>

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


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 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.3.91.970205224040.822M-100000>