Re: Error while compiling on HP-UX ia64 - Mailing list pgsql-general

From Tom Lane
Subject Re: Error while compiling on HP-UX ia64
Date
Msg-id 324.1286201495@sss.pgh.pa.us
Whole thread Raw
In response to Error while compiling on HP-UX ia64  (Derk Jan Horstman <dj.horstman@anva.nl>)
Responses Re: Error while compiling on HP-UX ia64
List pgsql-general
Derk Jan Horstman <dj.horstman@anva.nl> writes:
> While compiling PostgreSQL-9.0.0 on HP-UX/ia64 (B.11.23) gmake breaks up with the next errors:
> ip.c:654: error: storage size of 'lifc' isn't known
> ip.c:656: error: storage size of 'lmask' isn't known
> ip.c:692: error: invalid application of 'sizeof' to incomplete type 'struct if_laddrconf'
> ip.c:721: error: invalid application of 'sizeof' to incomplete type 'struct lifreq'

So which system header files declare those structs?  They should exist
someplace, since the system evidently declares SIOCGLIFCONF.

            regards, tom lane

pgsql-general by date:

Previous
From: Arthur van der Wal
Date:
Subject: Question regarding custom parser
Next
From: Tom Lane
Date:
Subject: Re: PL/TCL Unkown module