Re: ia64-hp-hpux11.23 configure warnings - Mailing list pgsql-bugs

From Peter Eisentraut
Subject Re: ia64-hp-hpux11.23 configure warnings
Date
Msg-id 200509082126.37892.peter_e@gmx.net
Whole thread Raw
In response to Re: ia64-hp-hpux11.23 configure warnings  ("Ed L." <pgsql@bluepolka.net>)
List 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 by date:

Previous
From: "Ed L."
Date:
Subject: Re: ia64-hp-hpux11.23 configure warnings
Next
From: Peter Eisentraut
Date:
Subject: Re: BUG #1865: isinf wrongly dectected under Solaris 9