Re: Unixware 713 probs - Mailing list pgsql-hackers

From Larry Rosenman
Subject Re: Unixware 713 probs
Date
Msg-id 223640000.1062962339@lerlaptop.lerctr.org
Whole thread Raw
In response to Unixware 713 probs  (ohp@pyrenet.fr)
Responses Re: Unixware 713 probs  (Larry Rosenman <ler@lerctr.org>)
Re: Unixware 713 probs  (Stephan Szabo <sszabo@megazone.bigpanda.com>)
List pgsql-hackers

--On Sunday, September 07, 2003 20:22:30 +0200 ohp@pyrenet.fr wrote:

[snip]

> /usr/local/bin/gmake -C libpq all
> gmake[3]: Entering directory `/home/postgres/pgsql/src/backend/libpq'
> cc -O -Kinline,no_host -I../../../src/include -I/usr/local/include  -c -o
> ip.o ip.c UX:acomp: ERROR: "ip.c", line 416: Syntax error before or at: .
> UX:acomp: WARNING: "ip.c", line 419: left operand of "." must be
> struct/union object UX:acomp: WARNING: "ip.c", line 427: left operand of
> "." must be struct/union object UX:acomp: WARNING: "ip.c", line 428: left
> operand of "." must be struct/union object UX:acomp: WARNING: "ip.c",
> line 429: left operand of "." must be struct/union object UX:acomp:
> WARNING: "ip.c", line 430: left operand of "." must be struct/union object
> UX:acomp: ERROR: "ip.c", line 451: Syntax error before or at: .
> UX:acomp: ERROR: "ip.c", line 452: invalid type combination
> UX:acomp: WARNING: "ip.c", line 455: left operand of "." must be
> struct/union object UX:acomp: WARNING: "ip.c", line 464: left operand of
> "." must be struct/union object UX:acomp: WARNING: "ip.c", line 465: left
> operand of "." must be struct/union object UX:acomp: WARNING: "ip.c",
> line 466: left operand of "." must be struct/union object UX:acomp:
line 416 is:

int32          s_addr;

s_addr is seen by the compiler as:

uint32           __S_un . __S_addr ;


We need to pick another name.

LER

--
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: ohp@pyrenet.fr
Date:
Subject: Unixware 713 probs
Next
From: Larry Rosenman
Date:
Subject: Re: Unixware 713 probs