Re: ia64-hp-hpux11.23 configure warnings

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: ia64-hp-hpux11.23 configure warnings
Дата
Msg-id 200509082126.37892.peter_e@gmx.net
обсуждение исходный текст
Ответ на Re: ia64-hp-hpux11.23 configure warnings  ("Ed L." <pgsql@bluepolka.net>)
Список pgsql-bugs
Ed L. wrote:
> gcc -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wendif-labels
> -fno-strict-aliasing -I../../../src/include -D_XOPEN_SOURCE_EXTENDED
>  -c -o pg_sema.o pg_sema.c In file included from pg_sema.c:22:
> /usr/include/sys/ipc.h:51: error: parse error before "cid_t"
> /usr/include/sys/ipc.h:56: error: parse error before '}' token

Evidently, you need to include another header before sys/ipc.h, namely
the one that defines the cid_t type.  Care to find out which one that
is?

--
Peter Eisentraut
http://developer.postgresql.org/~petere/

В списке pgsql-bugs по дате отправления:

Предыдущее
От: "Ed L."
Дата:
Сообщение: Re: ia64-hp-hpux11.23 configure warnings
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: BUG #1865: isinf wrongly dectected under Solaris 9