Re: ia64-hp-hpux11.23 configure warnings

From: "Ed L(dot)" <pgsql(at)bluepolka(dot)net>
To: pgsql-bugs(at)postgresql(dot)org, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Subject: Re: ia64-hp-hpux11.23 configure warnings
Date: 2005-09-13 16:29:34
Message-ID: 200509131029.34447.pgsql@bluepolka.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

On Thursday September 8 2005 4:08 pm, Tom Lane wrote:
> "Ed L." <pgsql(at)bluepolka(dot)net> writes:
> > I see sys/ipc.h already #includes sys/types.h, though.
>
> Possibly there's some magic #define needed to expose the cid_t
> definition?
>
> We have this in src/template/hpux
> CPPFLAGS="-D_XOPEN_SOURCE_EXTENDED"
> because it seems necessary on HPUX 10. It used to work on
> HPUX 11 too, the last time I tried that ...

Here's my 11.23 compile line:
gcc -O2 -mlp64 -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

I've attached sys/types.h and sys/ipc.h. I'm happy to try any
patches you suggest...

Ed

Attachment Content-Type Size
ipc.h text/x-chdr 6.2 KB
types.h text/x-chdr 13.8 KB

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Tom Lane 2005-09-13 16:45:09 Re: ia64-hp-hpux11.23 configure warnings
Previous Message Tom Lane 2005-09-13 14:25:31 Re: Race-condition with failed block-write?