Okay, I got the glibc version of the files now. But what do the libraries
have to do with it? This seems to be a programming bug.
On Fri, 22 Jan 1999, Karl F. Larsen wrote:
> Hi Nichard, your having the libc6 problem. There is a fixed RPM version of
> ax25 utils and that may be what you need. You can get the RPM for non-Red
> Hat by ftp to contrib.redhat.com and the RPM is in the /libc6/1386/
> directory.
>
>
> On Fri, 22 Jan 1999, Nichard Rixon wrote:
> > I get this error that has shown up on the lists a few times before. When
> > i try to compile, I get a "parse error before `sa_family_t'". The thing
> > is, it seems to be okay. Here is a transcript of the problem:
> >
> > make[1]: Entering directory `/root/ax25-utils-2.1.42a/ax25rtd'
> > gcc -Wall -Wstrict-prototypes -O2 -I../lib -c cache_ctl.c
> > In file included from cache_ctl.c:25:
> > /usr/include/linux/ax25.h:46: parse error before `sa_family_t'
> > /usr/include/linux/ax25.h:46: warning: no semicolon at end of struct or union
> > /usr/include/linux/ax25.h:50: parse error before `}'
> > /usr/include/linux/ax25.h:55: field `fsa_ax25' has incomplete type
> > make[1]: *** [cache_ctl.o] Error 1
> > make[1]: Leaving directory `/root/ax25-utils-2.1.42a/ax25rtd'
> > make: *** [all] Error 2