Re: Error while compiling on HP-UX ia64

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Derk Jan Horstman <dj(dot)horstman(at)anva(dot)nl>
Cc: "'pgsql-general(at)postgresql(dot)org'" <pgsql-general(at)postgresql(dot)org>
Subject: Re: Error while compiling on HP-UX ia64
Date: 2010-10-04 14:11:35
Message-ID: 324.1286201495@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Derk Jan Horstman <dj(dot)horstman(at)anva(dot)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

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2010-10-04 14:18:21 Re: PL/TCL Unkown module
Previous Message Vick Khera 2010-10-04 13:56:52 Re: Merge replication with Postgresql on Windows?