Re: 7.4Beta1: Compile Failure: UnixWare 7.1.3UP2

From: Larry Rosenman <ler(at)lerctr(dot)org>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: 7.4Beta1: Compile Failure: UnixWare 7.1.3UP2
Date: 2003-08-06 16:18:06
Message-ID: 73090000.1060186686@lerlaptop.iadfw.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

--On Wednesday, August 06, 2003 12:11:24 -0400 Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
wrote:

> Larry Rosenman <ler(at)lerctr(dot)org> writes:
>> cc -O -K inline -g -I../../../../src/include -I/usr/local/include -c -o
>> printtup.o printtup.c
>> UX:cc: WARNING: debugging and optimization mutually exclusive; -O
>> disabled UX:acomp: ERROR: "printtup.c", line 94: undefined struct/union
>> member: _shutdown
>
> Hmm, that line is
>
> self->pub.shutdown = printtup_shutdown;
>
> Apparently, somewhere in your system headers is
>
> #define shutdown _shutdown
>
> which would not hurt us if it were applied consistently --- but
> evidently the DestReceiver struct definition in tcop/dest.h is
> read before we encounter the macro definition. Yech. Can you
> find which system header is thus polluting the namespace?

> sys/socket.h:#define shutdown _shutdown

> regards, tom lane

--
Larry Rosenman http://www.lerctr.org/~ler
Phone: +1 972-414-9812 E-Mail: ler(at)lerctr(dot)org
US Mail: 1905 Steamboat Springs Drive, Garland, TX 75044-6749

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2003-08-06 16:56:34 Re: Adjustment of spinlock sleep delays
Previous Message Tom Lane 2003-08-06 16:12:56 Re: test beta build