[Raw Msg Headers][Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Any luck with 2.99.47+p1+new_configure_file?



> >      Propably that is because of a "#if 0":ed include of
> >      <inetinet/in.h>  in the  transports/libta/dnsgetrr.c
> 
> Commenting it back in helps a bit but I still get this:
> 
> -------------
> 
> gcc -g -O2 -DHAVE_CONFIG_H -I../../include -I../..    -c dnsgetrr.c -o
> dnsgetrr.o
> dnsgetrr.c: In function `getanswer_r':
> dnsgetrr.c:429: `HFIXEDSZ' undeclared (first use this function)

If you are using gcc, look if there is a `replacement' nameser.h in
/usr/local/lib/gcc-lib/whatever/whatever/include/arpa.
It may conflict with `real' .h files and cause problems.
I had to rename it away.

Eugene