Re: Error while compiling on HP-UX ia64

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Error while compiling on HP-UX ia64
Дата
Msg-id 324.1286201495@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Error while compiling on HP-UX ia64  (Derk Jan Horstman <dj.horstman@anva.nl>)
Ответы Re: Error while compiling on HP-UX ia64
Список 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 по дате отправления:

Предыдущее
От: Arthur van der Wal
Дата:
Сообщение: Question regarding custom parser
Следующее
От: Tom Lane
Дата:
Сообщение: Re: PL/TCL Unkown module