I have:
/usr/include/netinet/in.h: typedef uint16_t in_port_t;
Can you fix your reply-to to have a valid field.
Jean-Louis
Craig Dewick wrote:
On Fri, 21 Sep 2007, Jean-Louis Martineau wrote:
It looks like your system include files doesn't define the in_port_t
type.
Find where it is defined with: grep -r in_port_t /usr/include
Try to include this file from common-src/amanda.h
Didn't find it anywhere in the files under /usr/include so it doesn't
seem to be defined. If I manually defined it in common-src/amanda.h
that would work around the problem but there could be other
definitions missing.
What's in_port_t meant to be defined as under Linux?
Craig.