Re: 7.4Beta1: Compile Failure: UnixWare 7.1.3UP2 - Mailing list pgsql-hackers

From Larry Rosenman
Subject Re: 7.4Beta1: Compile Failure: UnixWare 7.1.3UP2
Date
Msg-id 73090000.1060186686@lerlaptop.iadfw.net
Whole thread Raw
In response to Re: 7.4Beta1: Compile Failure: UnixWare 7.1.3UP2  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: 7.4Beta1: Compile Failure: UnixWare 7.1.3UP2
List pgsql-hackers

--On Wednesday, August 06, 2003 12:11:24 -0400 Tom Lane <tgl@sss.pgh.pa.us> 
wrote:

> Larry Rosenman <ler@lerctr.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@lerctr.org
US Mail: 1905 Steamboat Springs Drive, Garland, TX 75044-6749



pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: 7.4Beta1: Compile Failure: UnixWare 7.1.3UP2
Next
From: Tom Lane
Date:
Subject: Re: test beta build